/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format('embedded-opentype'),url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format('woff2'),url("../fonts/fontawesome-webfont.woff?v=4.5.0") format('woff'),url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format('truetype'),url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format('svg');
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

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

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

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

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

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}
@font-face {
  font-family: Linearicons;
  src: url("../fonts/Linearicons.eot?w118d");
  src: url("../fonts/Linearicons.eot?#iefixw118d") format('embedded-opentype'),url("../fonts/Linearicons.woff2?w118d") format('woff2'),url("../fonts/Linearicons.woff?w118d") format('woff'),url("../fonts/Linearicons.ttf?w118d") format('truetype'),url("../fonts/Linearicons.svg?w118d#Linearicons") format('svg');
  font-weight: 400;
  font-style: normal;
}

.lnr {
  font-family: Linearicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
  content: "\e800";
}

.lnr-apartment:before {
  content: "\e801";
}

.lnr-pencil:before {
  content: "\e802";
}

.lnr-magic-wand:before {
  content: "\e803";
}

.lnr-drop:before {
  content: "\e804";
}

.lnr-lighter:before {
  content: "\e805";
}

.lnr-poop:before {
  content: "\e806";
}

.lnr-sun:before {
  content: "\e807";
}

.lnr-moon:before {
  content: "\e808";
}

.lnr-cloud:before {
  content: "\e809";
}

.lnr-cloud-upload:before {
  content: "\e80a";
}

.lnr-cloud-download:before {
  content: "\e80b";
}

.lnr-cloud-sync:before {
  content: "\e80c";
}

.lnr-cloud-check:before {
  content: "\e80d";
}

.lnr-database:before {
  content: "\e80e";
}

.lnr-lock:before {
  content: "\e80f";
}

.lnr-cog:before {
  content: "\e810";
}

.lnr-trash:before {
  content: "\e811";
}

.lnr-dice:before {
  content: "\e812";
}

.lnr-heart:before {
  content: "\e813";
}

.lnr-star:before {
  content: "\e814";
}

.lnr-star-half:before {
  content: "\e815";
}

.lnr-star-empty:before {
  content: "\e816";
}

.lnr-flag:before {
  content: "\e817";
}

.lnr-envelope:before {
  content: "\e818";
}

.lnr-paperclip:before {
  content: "\e819";
}

.lnr-inbox:before {
  content: "\e81a";
}

.lnr-eye:before {
  content: "\e81b";
}

.lnr-printer:before {
  content: "\e81c";
}

.lnr-file-empty:before {
  content: "\e81d";
}

.lnr-file-add:before {
  content: "\e81e";
}

.lnr-enter:before {
  content: "\e81f";
}

.lnr-exit:before {
  content: "\e820";
}

.lnr-graduation-hat:before {
  content: "\e821";
}

.lnr-license:before {
  content: "\e822";
}

.lnr-music-note:before {
  content: "\e823";
}

.lnr-film-play:before {
  content: "\e824";
}

.lnr-camera-video:before {
  content: "\e825";
}

.lnr-camera:before {
  content: "\e826";
}

.lnr-picture:before {
  content: "\e827";
}

.lnr-book:before {
  content: "\e828";
}

.lnr-bookmark:before {
  content: "\e829";
}

.lnr-user:before {
  content: "\e82a";
}

.lnr-users:before {
  content: "\e82b";
}

.lnr-shirt:before {
  content: "\e82c";
}

.lnr-store:before {
  content: "\e82d";
}

.lnr-cart:before {
  content: "\e82e";
}

.lnr-tag:before {
  content: "\e82f";
}

.lnr-phone-handset:before {
  content: "\e830";
}

.lnr-phone:before {
  content: "\e831";
}

.lnr-pushpin:before {
  content: "\e832";
}

.lnr-map-marker:before {
  content: "\e833";
}

.lnr-map:before {
  content: "\e834";
}

.lnr-location:before {
  content: "\e835";
}

.lnr-calendar-full:before {
  content: "\e836";
}

.lnr-keyboard:before {
  content: "\e837";
}

.lnr-spell-check:before {
  content: "\e838";
}

.lnr-screen:before {
  content: "\e839";
}

.lnr-smartphone:before {
  content: "\e83a";
}

.lnr-tablet:before {
  content: "\e83b";
}

.lnr-laptop:before {
  content: "\e83c";
}

.lnr-laptop-phone:before {
  content: "\e83d";
}

.lnr-power-switch:before {
  content: "\e83e";
}

.lnr-bubble:before {
  content: "\e83f";
}

.lnr-heart-pulse:before {
  content: "\e840";
}

.lnr-construction:before {
  content: "\e841";
}

.lnr-pie-chart:before {
  content: "\e842";
}

.lnr-chart-bars:before {
  content: "\e843";
}

.lnr-gift:before {
  content: "\e844";
}

.lnr-diamond:before {
  content: "\e845";
}

.lnr-linearicons:before {
  content: "\e846";
}

.lnr-dinner:before {
  content: "\e847";
}

.lnr-coffee-cup:before {
  content: "\e848";
}

.lnr-leaf:before {
  content: "\e849";
}

.lnr-paw:before {
  content: "\e84a";
}

.lnr-rocket:before {
  content: "\e84b";
}

.lnr-briefcase:before {
  content: "\e84c";
}

.lnr-bus:before {
  content: "\e84d";
}

.lnr-car:before {
  content: "\e84e";
}

.lnr-train:before {
  content: "\e84f";
}

.lnr-bicycle:before {
  content: "\e850";
}

.lnr-wheelchair:before {
  content: "\e851";
}

.lnr-select:before {
  content: "\e852";
}

.lnr-earth:before {
  content: "\e853";
}

.lnr-smile:before {
  content: "\e854";
}

.lnr-sad:before {
  content: "\e855";
}

.lnr-neutral:before {
  content: "\e856";
}

.lnr-mustache:before {
  content: "\e857";
}

.lnr-alarm:before {
  content: "\e858";
}

.lnr-bullhorn:before {
  content: "\e859";
}

.lnr-volume-high:before {
  content: "\e85a";
}

.lnr-volume-medium:before {
  content: "\e85b";
}

.lnr-volume-low:before {
  content: "\e85c";
}

.lnr-volume:before {
  content: "\e85d";
}

.lnr-mic:before {
  content: "\e85e";
}

.lnr-hourglass:before {
  content: "\e85f";
}

.lnr-undo:before {
  content: "\e860";
}

.lnr-redo:before {
  content: "\e861";
}

.lnr-sync:before {
  content: "\e862";
}

.lnr-history:before {
  content: "\e863";
}

.lnr-clock:before {
  content: "\e864";
}

.lnr-download:before {
  content: "\e865";
}

.lnr-upload:before {
  content: "\e866";
}

.lnr-enter-down:before {
  content: "\e867";
}

.lnr-exit-up:before {
  content: "\e868";
}

.lnr-bug:before {
  content: "\e869";
}

.lnr-code:before {
  content: "\e86a";
}

.lnr-link:before {
  content: "\e86b";
}

.lnr-unlink:before {
  content: "\e86c";
}

.lnr-thumbs-up:before {
  content: "\e86d";
}

.lnr-thumbs-down:before {
  content: "\e86e";
}

.lnr-magnifier:before {
  content: "\e86f";
}

.lnr-cross:before {
  content: "\e870";
}

.lnr-menu:before {
  content: "\e871";
}

.lnr-list:before {
  content: "\e872";
}

.lnr-chevron-up:before {
  content: "\e873";
}

.lnr-chevron-down:before {
  content: "\e874";
}

.lnr-chevron-left:before {
  content: "\e875";
}

.lnr-chevron-right:before {
  content: "\e876";
}

.lnr-arrow-up:before {
  content: "\e877";
}

.lnr-arrow-down:before {
  content: "\e878";
}

.lnr-arrow-left:before {
  content: "\e879";
}

.lnr-arrow-right:before {
  content: "\e87a";
}

.lnr-move:before {
  content: "\e87b";
}

.lnr-warning:before {
  content: "\e87c";
}

.lnr-question-circle:before {
  content: "\e87d";
}

.lnr-menu-circle:before {
  content: "\e87e";
}

.lnr-checkmark-circle:before {
  content: "\e87f";
}

.lnr-cross-circle:before {
  content: "\e880";
}

.lnr-plus-circle:before {
  content: "\e881";
}

.lnr-circle-minus:before {
  content: "\e882";
}

.lnr-arrow-up-circle:before {
  content: "\e883";
}

.lnr-arrow-down-circle:before {
  content: "\e884";
}

.lnr-arrow-left-circle:before {
  content: "\e885";
}

.lnr-arrow-right-circle:before {
  content: "\e886";
}

.lnr-chevron-up-circle:before {
  content: "\e887";
}

.lnr-chevron-down-circle:before {
  content: "\e888";
}

.lnr-chevron-left-circle:before {
  content: "\e889";
}

.lnr-chevron-right-circle:before {
  content: "\e88a";
}

.lnr-crop:before {
  content: "\e88b";
}

.lnr-frame-expand:before {
  content: "\e88c";
}

.lnr-frame-contract:before {
  content: "\e88d";
}

.lnr-layers:before {
  content: "\e88e";
}

.lnr-funnel:before {
  content: "\e88f";
}

.lnr-text-format:before {
  content: "\e890";
}

.lnr-text-format-remove:before {
  content: "\e891";
}

.lnr-text-size:before {
  content: "\e892";
}

.lnr-bold:before {
  content: "\e893";
}

.lnr-italic:before {
  content: "\e894";
}

.lnr-underline:before {
  content: "\e895";
}

.lnr-strikethrough:before {
  content: "\e896";
}

.lnr-highlight:before {
  content: "\e897";
}

.lnr-text-align-left:before {
  content: "\e898";
}

.lnr-text-align-center:before {
  content: "\e899";
}

.lnr-text-align-right:before {
  content: "\e89a";
}

.lnr-text-align-justify:before {
  content: "\e89b";
}

.lnr-line-spacing:before {
  content: "\e89c";
}

.lnr-indent-increase:before {
  content: "\e89d";
}

.lnr-indent-decrease:before {
  content: "\e89e";
}

.lnr-pilcrow:before {
  content: "\e89f";
}

.lnr-direction-ltr:before {
  content: "\e8a0";
}

.lnr-direction-rtl:before {
  content: "\e8a1";
}

.lnr-page-break:before {
  content: "\e8a2";
}

.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}

.lnr-sort-amount-asc:before {
  content: "\e8a4";
}

.lnr-hand:before {
  content: "\e8a5";
}

.lnr-pointer-up:before {
  content: "\e8a6";
}

.lnr-pointer-right:before {
  content: "\e8a7";
}

.lnr-pointer-down:before {
  content: "\e8a8";
}

.lnr-pointer-left:before {
  content: "\e8a9";
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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: 0 0;
}

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

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

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 {
  padding: 0;
  border: 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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

@media print {
  * {
    color: #000!important;
    text-shadow: none!important;
    background: 0 0!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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #ddd!important;
  }
}

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

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:focus,
a:hover {
  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;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}

.h1,
.h2,
.h3,
h1,
h2,
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,
.h5,
.h6,
h4,
h5,
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: 200;
  line-height: 1.4;
}

@media (min-width:768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

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

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

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

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

.text-muted {
  color: #999;
}

.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;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.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 ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

blockquote:after,
blockquote:before {
  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;
  white-space: nowrap;
  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,.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.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%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: 0;
}

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

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

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

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

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

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

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

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width:768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .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%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: 0;
  }

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

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

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

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

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

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

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

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: 0;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .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%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: 0;
  }

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

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

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

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

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

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

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

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: 0;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width:1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .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-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: 0;
  }

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

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

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

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

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

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

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

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  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>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  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;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc;
}

@media (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]: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,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.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] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  float: left;
  margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 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>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    float: none;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  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.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  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.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  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.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  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.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  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.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #428bca;
  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:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

@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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.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: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #999;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2;
}

.btn-group-vertical>.btn:focus,
.btn-group>.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.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-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 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;
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.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;
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 400;
  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=checkbox],
.input-group-addon input[type=radio] {
  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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-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:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #999;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  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:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.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:focus,
.nav-tabs.nav-justified>.active>a:hover {
  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:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    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:focus,
.nav-pills>li.active>a:hover {
  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 {
  margin-bottom: 5px;
  text-align: center;
}

.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:focus,
.nav-tabs-justified>.active>a:hover {
  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:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-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 {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.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-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {
  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    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-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width:768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  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;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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 .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    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 {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    float: none;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 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-left-radius: 0;
  border-top-right-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-right: 15px;
    margin-left: 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:focus,
.navbar-default .navbar-brand:hover {
  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:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  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:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav>li>a {
  color: #999;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  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:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #080808;
}

@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: #999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.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 {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: #999;
}

.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.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:focus,
.pager li>a:hover {
  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:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:focus,
.label[href]:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: grey;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.nav-pills>.active>a>.badge,
a.list-group-item.active>.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;
}

.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-right: 60px;
    padding-left: 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 .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.thumbnail a>img,
.thumbnail>img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  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: 700;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(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,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.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-left-radius: 4px;
  border-top-right-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:focus,
a.list-group-item:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text,
a.list-group-item.active:hover .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:focus,
a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
  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:focus,
a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
  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:focus,
a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
  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:focus,
a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
  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,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-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 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.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 td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  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-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-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-footer+.panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  transform: translate(0,-25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  opacity: 0;
}

.tooltip.in {
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.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 {
  right: 5px;
  bottom: 0;
  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: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  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 {
  content: "";
  border-width: 10px;
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  border-bottom-width: 0;
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
  border-left-width: 0;
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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,.25);
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(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-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right!important;
}

.pull-left {
  float: left!important;
}

.hide {
  display: none!important;
}

.show {
  display: block!important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none!important;
  visibility: hidden!important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none!important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block!important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row!important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block!important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row!important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block!important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row!important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell!important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important;
  }
}

.visible-print {
  display: none!important;
}

@media print {
  .visible-print {
    display: block!important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row!important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell!important;
  }
}

@media print {
  .hidden-print {
    display: none!important;
  }
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.active,
.btn:active {
  background-image: none;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
  background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default.active,
.btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
  background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

.btn-primary:focus,
.btn-primary:hover {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}

.btn-primary.active,
.btn-primary:active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

.btn-success {
  background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
  background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:focus,
.btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success.active,
.btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-info {
  background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
  background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:focus,
.btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info.active,
.btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
  background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:focus,
.btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning.active,
.btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-danger {
  background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
  background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:focus,
.btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger.active,
.btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.img-thumbnail,
.thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  background-repeat: repeat-x;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: #357ebd;
  background-image: -webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
  background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
  background-repeat: repeat-x;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
  background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.navbar-default .navbar-nav>.active>a {
  background-image: -webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);
  background-image: linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
  box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
}

.navbar-brand,
.navbar-nav>li>a {
  text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
  background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
  background-repeat: repeat-x;
}

.navbar-inverse .navbar-nav>.active>a {
  background-image: -webkit-linear-gradient(top,#222 0,#282828 100%);
  background-image: linear-gradient(to bottom,#222 0,#282828 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
  box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255,255,255,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
  background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
  background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
  background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
  background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
  background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
  background-repeat: repeat-x;
}

.progress-bar {
  background-image: -webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
  background-image: linear-gradient(to bottom,#428bca 0,#3071a9 100%);
  background-repeat: repeat-x;
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
  background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
  background-repeat: repeat-x;
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
  background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
  background-repeat: repeat-x;
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
  background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
  background-repeat: repeat-x;
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
  background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
  background-repeat: repeat-x;
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top,#428bca 0,#3278b3 100%);
  background-image: linear-gradient(to bottom,#428bca 0,#3278b3 100%);
  background-repeat: repeat-x;
  border-color: #3278b3;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.panel-default>.panel-heading {
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  background-repeat: repeat-x;
}

.panel-primary>.panel-heading {
  background-image: -webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
  background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
  background-repeat: repeat-x;
}

.panel-success>.panel-heading {
  background-image: -webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
  background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
  background-repeat: repeat-x;
}

.panel-info>.panel-heading {
  background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
  background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
  background-repeat: repeat-x;
}

.panel-warning>.panel-heading {
  background-image: -webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
  background-image: linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
  background-repeat: repeat-x;
}

.panel-danger>.panel-heading {
  background-image: -webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
  background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
  background-repeat: repeat-x;
}

.well {
  background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
  background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
  box-shadow: 0 10px 25px rgba(0,0,0,.5);
}

.fancybox-inner,
.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url("../fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible!important;
}

.fancybox-lock {
  overflow: hidden!important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden!important;
}

.fancybox-lock-test {
  overflow-y: hidden!important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0,0,0,.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,.8);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url("../fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url("../fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
/*! jQuery UI - v1.11.4 - 2015-07-17
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default!important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: .5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: .5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

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

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: .25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px .4em;
  margin: .5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: .5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: .4em 2.1em .4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff url("../images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: 700;
}

.ui-widget-header a {
  color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url("../images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: 700;
  color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("../images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: 700;
  color: #c77405;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url("../images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: 700;
  color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("../images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("../images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #fff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #fff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../images/ui-icons_ef8c08_256x240.png");
}

.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url("../images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_ffd27a_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #666 url("../images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url("../images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.grabbing {
  cursor: url("../grabbing.png") 8 8,move;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

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

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

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

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

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

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url("../AjaxLoader.gif") no-repeat center center;
}
.tp-caption.tp-hidden-caption,
.tp-hide-revslider {
  visibility: hidden!important;
  display: none!important;
}

.tp-caption {
  z-index: 1;
  white-space: nowrap;
}

.tp-caption-demo .tp-caption {
  position: relative!important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px!important;
}

.tp-caption.whitedivider3px {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-color: #fff;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.finewide_large_white {
  color: #fff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.whitedivider3px {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-color: #fff;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans",sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.whitedivider3px_vertical {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-color: #fff;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.finewide_small_white {
  color: #fff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal!important;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0;
  border-color: #222;
  border-style: none;
}

.tp-caption.finewide_large_white {
  color: #fff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  background-color: rgba(0,0,0,0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  background-color: rgba(0,0,0,0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: Oswald,sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0;
}

.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Open Sans',sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans',sans-serif;
  margin: 0;
  letter-spacing: 20px;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0;
  letter-spacing: 5px;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
}

.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0 5px 10px;
  border-width: 0;
  border-color: #fff;
  border-style: none;
}

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0 5px 10px;
  border-width: 0;
  border-color: #fff;
  border-style: none;
}

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0;
  padding: 1px 4px 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}

.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  padding: 0 4px;
  padding-top: 1px;
  background-color: #000;
}

.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  padding: 0 4px;
  padding-top: 1px;
  background-color: #fff;
}

.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans",sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans",sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans",sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans",sans-serif;
  padding: 3px 10px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}

.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans",sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}

.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.boxshadow {
  -moz-box-shadow: 0 0 20px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
  box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.tp-caption.black {
  color: #000;
  text-shadow: none;
}

.tp-caption.noshadow {
  text-shadow: none;
}

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}

.tp-caption a:hover {
  color: #ffa902;
}

.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0,0,0,.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent;
}

.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0,0,0,.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent;
}

.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline;
}

.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #000;
  background-color: rgba(0,0,0,.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 0 20px 5px;
  text-shadow: none;
  border-width: 0;
  border-color: #fff;
  border-style: none;
}

.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  text-shadow: none;
  margin: 0;
  letter-spacing: -1.5px;
  padding: 1px 4px 0 4px;
  width: 150px;
  white-space: normal!important;
  height: auto;
  border-width: 0;
  border-color: #fff;
  border-style: none;
}

.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0;
  padding: 1px 4px 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0;
  text-shadow: none;
  margin: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0;
  text-shadow: none;
  margin: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0;
  border-color: #222;
  border-style: none;
}

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0;
  border-color: #222;
  border-style: none;
}

.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  text-align: center;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.roundedimage {
  border-width: 0;
  border-color: #222;
  border-style: none;
}

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 10px 20px 15px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.boxshadow {
  -moz-box-shadow: 0 0 20px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
  box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans',sans;
}

.tp-caption.noshadow {
  text-shadow: none;
}

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none!important;
}

.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0;
}

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 0;
  top: 0;
}

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0;
}

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 0;
  top: 0;
}

.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.6)!important;
  font-size: 15px;
  line-height: 45px!important;
  background: url("../../js/images/gradient/g30.png") repeat-x top;
  font-family: arial,sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}

.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px!important;
  background: url("../../js/images/gradient/g40.png") repeat-x top;
}

.tp-simpleresponsive .button.big:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .purchase:hover {
  background-position: bottom,15px 11px;
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px!important;
    font-size: 11px!important;
    font-weight: 400;
  }

  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}

@media only screen and (min-width:0px) and (max-width:479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px!important;
    font-size: 10px!important;
  }

  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}

.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0 3px 0 0 #104d0b;
  -moz-box-shadow: 0 3px 0 0 #104d0b;
  box-shadow: 0 3px 0 0 #104d0b;
}

.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0 3px 0 0 #0f3e68;
  -moz-box-shadow: 0 3px 0 0 #0f3e68;
  box-shadow: 0 3px 0 0 #0f3e68;
}

.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0 3px 0 0 #7c1212;
  -moz-box-shadow: 0 3px 0 0 #7c1212;
  box-shadow: 0 3px 0 0 #7c1212;
}

.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
  background-color: #f70;
  -webkit-box-shadow: 0 3px 0 0 #a34c00;
  -moz-box-shadow: 0 3px 0 0 #a34c00;
  box-shadow: 0 3px 0 0 #a34c00;
}

.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0 3px 0 0 #222;
  -moz-box-shadow: 0 3px 0 0 #222;
  box-shadow: 0 3px 0 0 #222;
}

.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0 3px 0 0 #555;
  -moz-box-shadow: 0 3px 0 0 #555;
  box-shadow: 0 3px 0 0 #555;
}

.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased!important;
}

.tp-simpleresponsive img {
  max-width: none;
}

.noFilterClass {
  filter: none!important;
}

.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-bannershadow.tp-shadow1 {
  background: url("../../js/assets/shadow1.png") no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

.tp-bannershadow.tp-shadow2 {
  background: url("../../js/assets/shadow2.png") no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

.tp-bannershadow.tp-shadow3 {
  background: url("../../js/assets/shadow3.png") no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

.caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100%!important;
  height: 100%!important;
  display: none;
}

.tp-caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100%!important;
  height: 100%!important;
  display: none;
}

.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.html5vid.videoisplaying .tp-poster {
  display: none;
}

.tp-video-play-button {
  background: #000;
  background: rgba(0,0,0,.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #fff;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer;
}

.html5vid .tp-revstop {
  width: 6px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
}

.html5vid .tp-revstop {
  display: none;
}

.html5vid.videoisplaying .revicon-right-dir {
  display: none;
}

.html5vid.videoisplaying .tp-revstop {
  display: block;
}

.html5vid.videoisplaying .tp-video-play-button {
  display: none;
}

.html5vid:hover .tp-video-play-button {
  display: block;
}

.fullcoveredvideo .tp-video-play-button {
  display: none!important;
}

.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tp-dottedoverlay.twoxtwo {
  background: url("../../js/assets/gridtile.png");
}

.tp-dottedoverlay.twoxtwowhite {
  background: url("../../js/assets/gridtile_white.png");
}

.tp-dottedoverlay.threexthree {
  background: url("../../js/assets/gridtile_3x3.png");
}

.tp-dottedoverlay.threexthreewhite {
  background: url("../../js/assets/gridtile_3x3_white.png");
}

.tpclear {
  clear: both;
}

.tp-bullets {
  z-index: 9;
  position: absolute;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -webkit-transform: translateZ(5px);
}

.tp-bullets.hidebullets {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url("../../js/assets/boxed_bgtile.png");
  height: 40px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tp-bullets.simplebullets.navbar-old {
  background: url("../../js/assets/navigdots_bgtile.png");
  height: 35px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/bullet.png") no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0;
  float: left;
  margin-top: 0;
  margin-left: 3px;
}

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/bullets.png") no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0;
}

.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/bullets2.png") no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0;
}

.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/bullets2.png") no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0;
}

.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/bullet_boxed.png") no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0;
}

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0!important;
}

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0!important;
}

.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/navigdots.png") no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px!important;
  margin-right: 5px!important;
  float: left;
  margin-top: 10px;
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0!important;
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0!important;
}

.tp-bullets.simplebullets .bullet.selected,
.tp-bullets.simplebullets .bullet:hover {
  background-position: top left;
}

.tp-bullets.simplebullets.navbar .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
  background-position: bottom left;
}

.tparrows {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative;
}

.tparrows.hidearrows {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/large_left.png") no-Repeat top left;
  width: 40px;
  height: 40px;
}

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/large_right.png") no-Repeat top left;
  width: 40px;
  height: 40px;
}

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/small_left.png") no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}

.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/small_right.png") no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}

.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/arrow_left.png") no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}

.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/arrow_right.png") no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/small_left_boxed.png") no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px;
}

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/small_right_boxed.png") no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px;
}

.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/arrowleft.png") no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}

.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/arrowright.png") no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0;
}

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/arrow_left2.png") no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: 0;
}

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/arrow_right2.png") no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}

.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/arrow_left2.png") no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: 0;
}

.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/arrow_right2.png") no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/large_left.png") no-Repeat 0 0;
  width: 40px;
  height: 40px;
}

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("../../js/assets/large_right.png") no-Repeat 0 0;
  width: 40px;
  height: 40px;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left;
}

.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  background: 0 0;
  margin: 0;
  float: left;
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}

.tp-bullets.tp-thumbs .bullet.selected,
.tp-bullets.tp-thumbs .bullet:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.tp-thumbs img {
  width: 100%;
}

.tp-bannertimer {
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 200;
  top: 0;
}

.tp-bannertimer.tp-bottom {
  bottom: 0;
  height: 5px;
  top: auto;
}

@media only screen and (min-width:0px) and (max-width:479px) {
  .responsive .tp-bullets {
    display: none;
  }

  .responsive .tparrows {
    display: none;
  }
}

.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-simpleresponsive a {
  text-decoration: none;
}

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-simpleresponsive>ul>li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
}

.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tp-loader.spinner5 {
  background: url("../../js/assets/loader.gif") no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes tp-bouncedelay {
  0%, 100%, 80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
  animation: tp-rotate 2s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.tp-transparentimg {
  content: "url("../../js/assets/transparent.png")";
}

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}

.tp-caption img {
  background: 0 0;
  zoom: 1;
}

@font-face {
  font-family: revicons;
  src: url("../../js/font/revicons.eot?5510888");
  src: url("../../js/font/revicons.eot?5510888#iefix") format('embedded-opentype'),url("../../js/font/revicons.woff?5510888") format('woff'),url("../../js/font/revicons.ttf?5510888") format('truetype'),url("../../js/font/revicons.svg?5510888#revicons") format('svg');
  font-weight: 400;
  font-style: normal;
}

[class*=" revicon-"]:before,
[class^=revicon-]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.revicon-search-1:before {
  content: '\e802';
}

.revicon-pencil-1:before {
  content: '\e831';
}

.revicon-picture-1:before {
  content: '\e803';
}

.revicon-cancel:before {
  content: '\e80a';
}

.revicon-info-circled:before {
  content: '\e80f';
}

.revicon-trash:before {
  content: '\e801';
}

.revicon-left-dir:before {
  content: '\e817';
}

.revicon-right-dir:before {
  content: '\e818';
}

.revicon-down-open:before {
  content: '\e83b';
}

.revicon-left-open:before {
  content: '\e819';
}

.revicon-right-open:before {
  content: '\e81a';
}

.revicon-angle-left:before {
  content: '\e820';
}

.revicon-angle-right:before {
  content: '\e81d';
}

.revicon-left-big:before {
  content: '\e81f';
}

.revicon-right-big:before {
  content: '\e81e';
}

.revicon-magic:before {
  content: '\e807';
}

.revicon-picture:before {
  content: '\e800';
}

.revicon-export:before {
  content: '\e80b';
}

.revicon-cog:before {
  content: '\e832';
}

.revicon-login:before {
  content: '\e833';
}

.revicon-logout:before {
  content: '\e834';
}

.revicon-video:before {
  content: '\e805';
}

.revicon-arrow-combo:before {
  content: '\e827';
}

.revicon-left-open-1:before {
  content: '\e82a';
}

.revicon-right-open-1:before {
  content: '\e82b';
}

.revicon-left-open-mini:before {
  content: '\e822';
}

.revicon-right-open-mini:before {
  content: '\e823';
}

.revicon-left-open-big:before {
  content: '\e824';
}

.revicon-right-open-big:before {
  content: '\e825';
}

.revicon-left:before {
  content: '\e836';
}

.revicon-right:before {
  content: '\e826';
}

.revicon-ccw:before {
  content: '\e808';
}

.revicon-arrows-ccw:before {
  content: '\e806';
}

.revicon-palette:before {
  content: '\e829';
}

.revicon-list-add:before {
  content: '\e80c';
}

.revicon-doc:before {
  content: '\e809';
}

.revicon-left-open-outline:before {
  content: '\e82e';
}

.revicon-left-open-2:before {
  content: '\e82c';
}

.revicon-right-open-outline:before {
  content: '\e82f';
}

.revicon-right-open-2:before {
  content: '\e82d';
}

.revicon-equalizer:before {
  content: '\e83a';
}

.revicon-layers-alt:before {
  content: '\e804';
}

.revicon-popup:before {
  content: '\e828';
}
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
 */

.ladda-button {
  position: relative;
}

.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  opacity: 0;
  pointer-events: none;
}

.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}

.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .1s linear all!important;
  -moz-transition: .1s linear all!important;
  -ms-transition: .1s linear all!important;
  -o-transition: .1s linear all!important;
  transition: .1s linear all!important;
}

.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}

.ladda-button,
.ladda-button .ladda-label,
.ladda-button .ladda-spinner {
  -webkit-transition: .3s cubic-bezier(.175,.885,.32,1.275) all!important;
  -moz-transition: .3s cubic-bezier(.175,.885,.32,1.275) all!important;
  -ms-transition: .3s cubic-bezier(.175,.885,.32,1.275) all!important;
  -o-transition: .3s cubic-bezier(.175,.885,.32,1.275) all!important;
  transition: .3s cubic-bezier(.175,.885,.32,1.275) all!important;
}

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-label,
.ladda-button[data-style=zoom-out] .ladda-spinner {
  -webkit-transition: .3s ease all!important;
  -moz-transition: .3s ease all!important;
  -ms-transition: .3s ease all!important;
  -o-transition: .3s ease all!important;
  transition: .3s ease all!important;
}

.ladda-button[data-style=expand-right] .ladda-spinner {
  right: 14px;
}

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
  right: 4px;
}

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size=xs] {
  padding-right: 40px;
}

.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 14px;
}

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
  left: 4px;
}

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size=xs] {
  padding-left: 40px;
}

.ladda-button[data-style=expand-up] {
  overflow: hidden;
}

.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: -16px;
}

.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 14px;
  margin-top: 0;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size=xs] {
  padding-top: 32px;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
  top: 4px;
}

.ladda-button[data-style=expand-down] {
  overflow: hidden;
}

.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: -16px;
}

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
  top: 40px;
}

.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size=xs] {
  padding-bottom: 32px;
}

.ladda-button[data-style=slide-left] {
  overflow: hidden;
}

.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: -16px;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-right] {
  overflow: hidden;
}

.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: -16px;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-up] {
  overflow: hidden;
}

.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: 1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}

.ladda-button[data-style=slide-down] {
  overflow: hidden;
}

.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: -2em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}

.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(.2);
  -moz-transform: scale(.2);
  -ms-transform: scale(.2);
  -o-transform: scale(.2);
  transform: scale(.2);
}

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0 0 0 3000px transparent;
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0 0 0 3000px rgba(0,0,0,.8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}
@charset "UTF-8";

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

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

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

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

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

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

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

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

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

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

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

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

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

  30% {
    -webkit-transform: scaleX(1.25) scaleY(.75);
    transform: scaleX(1.25) scaleY(.75);
  }

  40% {
    -webkit-transform: scaleX(.75) scaleY(1.25);
    transform: scaleX(.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(.85);
    transform: scaleX(1.15) scaleY(.85);
  }

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

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

  30% {
    -webkit-transform: scaleX(1.25) scaleY(.75);
    -ms-transform: scaleX(1.25) scaleY(.75);
    transform: scaleX(1.25) scaleY(.75);
  }

  40% {
    -webkit-transform: scaleX(.75) scaleY(1.25);
    -ms-transform: scaleX(.75) scaleY(1.25);
    transform: scaleX(.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(.85);
    -ms-transform: scaleX(1.15) scaleY(.85);
    transform: scaleX(1.15) scaleY(.85);
  }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

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

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

  10%, 20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

  10%, 20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    -ms-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

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

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

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

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

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

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

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

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

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

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

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

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

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

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

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

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

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

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

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

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

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

  100% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }

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

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }

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

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

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

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

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

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

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

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

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

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

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

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

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

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

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

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

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

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

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

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

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

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

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

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
body {
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  background: #fff;
}

input[type=email],
input[type=password],
input[type=search],
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

a {
  color: #333;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.wrap {
  overflow: hidden;
  margin-bottom: -20px;
}

* {
  box-sizing: border-box;
  outline: 0;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  list-style: none;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

.container {
  max-width: 1220px;
  width: 100%;
}

input,
input:focus,
input:hover {
  outline: 0;
}

p {
  line-height: 24px;
}

blockquote {
  border-left: 5px solid #1b1d1f;
  color: #999;
  font-size: 16px;
  line-height: 30px;
  padding: 0 30px;
}

.old_price {
  font-weight: 700;
  font-size: 14px;
  coolor: #999;
}

.wrap-item.owl-theme .owl-controls {
  margin: 0;
}

.wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -32px;
}

.wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -32px;
}

.wrap-item.owl-theme .owl-controls .owl-buttons div {
  background: 0 0;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: inherit;
  height: 32px;
  margin: -16px 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 32px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #b2b2b2;
  line-height: 32px;
}

.wrap-item.owl-theme:hover .owl-controls .owl-buttons div {
  opacity: 1;
}

.wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
  background: #2b2b2b;
}

.wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}

.wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
  right: 0;
}

.top-header {
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8;
}

.top-menu {
  font-size: 0;
  margin: 0;
}

.top-menu li {
  border-left: 1px solid #e8e8e8;
  display: inline-block;
  font-size: 14px;
  padding: 10px 13px;
}

.top-menu li:first-child {
  border: none;
}

.top-menu a {
  color: #666;
  font-size: 12px;
}

.top-info-mobile {
  float: left;
  margin: 0;
}

.top-info-mobile>li {
  border-left: 1px solid #e8e8e8;
  float: left;
  padding: 6px 6px;
  position: relative;
}

.top-info-mobile>li>a {
  font-size: 12px;
  color: #666;
}

.top-info-mobile>li:first-child {
  border: medium none;
}

.top-info-mobile-basket {
  float: right;
  margin: 0;
}

.top-info-mobile-basket>li {
  border-left: 1px solid #e8e8e8;
  float: left;
  padding: 8px 8px;
  position: relative;
}

.top-info-mobile-basket>li>a {
  font-size: 12px;
  color: #666;
}

.top-info {
  float: right;
  margin: 0;
}

.top-info>li {
  border-left: 1px solid #e8e8e8;
  float: left;
  padding: 10px 13px;
  position: relative;
}

.top-info>li>a {
  font-size: 12px;
  color: #666;
}

.top-info>li:first-child {
  border: medium none;
}

.sub-menu-top {
  background: #fafafa none repeat scroll 0 0;
  border: 10px solid #fff;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
  position: absolute;
  right: 0;
  top: 100%;
  width: 170px;
  z-index: 99;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  text-align: left;
}

.sub-menu-top-social {
  background: #fafafa none repeat scroll 0 0;
  border: 10px solid #fff;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
  position: absolute;
  left: 0;
  top: 100%;
  width: 136px;
  z-index: 99;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  text-align: left;
}

.top-info .has-child:hover .sub-menu-top,
.top-info .has-child:hover .sub-menu-top-social {
  margin-top: 2px;
  opacity: 1;
  visibility: visible;
}

.top-info-mobile .has-child:hover .sub-menu-top,
.top-info-mobile .has-child:hover .sub-menu-top-search,
.top-info-mobile .has-child:hover .sub-menu-top-social,
.top-info-mobile-basket .has-child:hover .sub-menu-top {
  margin-top: 2px;
  opacity: 1;
  visibility: visible;
}

.language-selected img {
  margin-right: 5px;
}

.sub-menu-top li {
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.sub-menu-top-social li {
  border-bottom: 1px solid #fff;
  padding: 2px 2px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  float: left;
}

.sub-menu-top-search div {
  border-bottom: 1px solid #fff;
  padding: 2px 2px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  float: left;
}

.sub-menu-top li:hover a {
  color: #fff;
}

.sub-menu-top li:last-child {
  border: none;
}

.top-language .sub-menu-top img {
  margin-right: 10px;
}

.top-currency .sub-menu-top {
  width: 110px;
}

.top-language .sub-menu-top {
  width: 140px;
}

.sub-menu-top a,
.sub-menu-top-social a {
  color: #666;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.top-currency .sub-menu-top span {
  margin: 0 16px 0 6px;
}

.sub-menu-top a i,
.sub-menu-top-social a i {
  display: inline-block;
  width: 22px;
}

.sub-menu-top a:hover {
  color: #e62e04;
}

.has-child>a::after {
  content: "\f107";
  font-family: fontawesome;
  margin-left: 5px;
}

.smart-search {
  margin-left: -30px;
  margin-right: 50px;
  padding: 0 0 0 13px;
  position: relative;
}

.select-category {
  border: 1px solid #ccc;
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 183px;
}

.smart-search-form {
  position: relative;
}

.smart-search-form input[type=text] {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  color: #999;
  height: 45px;
  padding: 0 25px;
  width: 100%;
}

.smart-search-form input[type=submit] {
  background: url("../../images/home1/icon-search.png") no-repeat scroll center center;
  border: medium none;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.select-category .category-toggle-link {
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  text-transform: uppercase;
  position: relative;
  color: #333;
}

.select-category .category-toggle-link::after {
  position: absolute;
  right: 13px;
  top: 0;
  font-family: fontawesome;
  content: "\f107";
}

.list-category-toggle {
  left: 0;
  position: absolute;
  top: 100%;
}

.list-category-toggle.sub-menu-top {
  margin-top: 1px;
  width: 100%;
  opacity: 1;
  visibility: visible;
  display: none;
}

.header-mini-cart {
  border: 1px solid #ccc;
  display: block;
  height: 45px;
  line-height: 45px;
  padding-left: 68px;
  position: relative;
  text-transform: uppercase;
}

.mini-cart {
  margin-left: -50px;
  position: relative;
  background: #fff;
}

.header-mini-cart::before {
  background: url("../../images/home1/icon-cart.png") no-repeat scroll center center;
  content: "";
  height: 45px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 50px;
}

.header-mini-cart .total-mini-cart-item {
  color: #333;
}

.content-mini-cart {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 4px -1px rgba(0,0,0,.2);
  margin-top: 30px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.mini-cart:hover .content-mini-cart {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.content-mini-cart h2 {
  font-size: 14px;
  margin: 0;
}

.list-mini-cart-item li {
  border-bottom: 1px solid #e9e9e9;
  display: table;
  padding: 20px 0;
}

.mini-cart-edit {
  display: table-cell;
}

.mini-cart-edit a {
  color: #999;
  display: block;
  margin-right: 5px;
}

.mini-cart-thumb {
  display: table-cell;
  vertical-align: top;
}

.mini-cart-thumb img {
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  width: 70px;
}

.mini-cart-info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}

.mini-cart-info h3 {
  font-size: 14px;
  margin: 0 0 5px;
}

.mini-cart-info h3 a {
  color: #666;
}

.info-price span {
  color: #ed321e;
}

.info-price del {
  color: #999;
}

.qty-product {
  border: 1px solid #e9e9e9;
  font-size: 0;
  margin-top: 10px;
  max-width: 100px;
}

.qty-product .qty-num {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  cursor: auto;
  width: 58px;
}

.qty-product span {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 20px;
}

.qty-product span:hover {
  color: #333;
}

.mini-cart-total {
  display: table;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}

.mini-cart-total label {
  color: #999;
  display: table-cell;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.mini-cart-total span {
  display: table-cell;
  text-align: right;
}

.mini-cart-button {
  display: table;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.mini-cart-button a {
  color: #fff;
  display: table-cell;
  height: 40px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}

.mini-cart-button a::before {
  background: rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 9;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  opacity: 0;
}

.mini-cart-button a:hover::before {
  opacity: 1;
}

.list-mini-cart-item {
  margin: 0 0 5px;
  overflow: hidden;
  overflow-y: auto;
  min-height: 230px;
  height: 230px;
  max-height: auto;
}

.mini-cart-info h3 a:hover {
  color: #333;
}

.mini-cart-thumb a {
  display: block;
  overflow: hidden;
}

.mini-cart-thumb a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.title-category-dropdown {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
}

.header-main {
  margin-top: 30px;
}

.header-nav {
  margin-top: 28px;
  margin-left: -15px;
  margin-right: -15px;
}

.title-category-dropdown::after {
  content: "\f0c9";
  font-family: fontawesome;
  position: absolute;
  right: 20px;
  top: 0;
}

.wrap-category-dropdown {
  background: #fff none repeat scroll 0 0;
  left: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
}

.list-category-dropdown {
  margin: 0;
}

.wrap-category-dropdown .expand-category-link {
  color: #fff;
  display: block;
  font-family: fontawesome;
  font-weight: 400;
  height: 11px;
  line-height: 2px;
  margin-top: -1px;
  padding-top: 4px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.wrap-category-dropdown .expand-category-link::before {
  content: "\f0d7";
}

.wrap-category-dropdown .expand-category-link.expanding::before {
  content: "\f0d8";
}

.cat-mega-menu {
  background: #fff none repeat scroll 0 0;
  left: 100%;
  position: absolute;
  top: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
  margin-left: 100px;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.list-category-dropdown>li.has-cat-mega:hover>.cat-mega-menu {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.list-category-dropdown>li:hover::before {
  background: none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 10;
}

.cat-mega-menu.cat-mega-style1 {
  width: 900px;
}

.cat-mega-menu.cat-mega-style2 {
  width: 750px;
}

.cat-mega-menu.cat-mega-style2 .title-cat-mega-menu {
  margin-bottom: 20px;
}

.cat-mega-menu.cat-mega-style2 .item-category-featured-product {
  margin: 0 -15px;
}

.cat-mega-menu.cat-mega-style2 .item-category-featured-product.first-item {
  border: none;
}

.title-cat-mega-menu {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 15px;
  text-transform: uppercase;
}

.list-cat-mega-menu a {
  color: #666;
}

.list-cat-mega-menu li {
  color: #ccc;
  list-style: outside none circle;
  margin-bottom: 7px;
  padding-left: 5px;
}

.list-cat-mega-menu>ul {
  padding-left: 12px;
}

.category-dropdown {
  position: relative;
}

.list-category-dropdown>li {
  padding: 0 20px;
  position: relative;
}

.list-category-dropdown>li>a {
  border-top: 1px solid #e8e8e8;
  display: block;
  padding: 9px 20px 10px 0;
  line-height: 20px;
}

.list-category-dropdown>li:first-child>a {
  border-top: 1px solid #fff;
}

.list-category-dropdown>li>img {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.no-vertical-menu .main-nav {
  margin: 0;
}

.toggle-mobile-menu {
  display: none;
  position: relative;
}

.toggle-mobile-menu::after {
  background: none repeat scroll 0 0;
  content: "";
  position: absolute;
  font-family: fontawesome;
  color: #fff;
  width: 50px;
  height: 37px;
  text-align: center;
  line-height: 39px;
  top: 2px;
  right: 2px;
}

.main-nav>ul {
  font-size: 0;
  margin: 0;
  position: relative;
}

.main-nav>ul>li {
  display: inline-block;
  font-size: 14px;
}

.main-nav>ul>li.menu-item-has-children {
  position: relative;
}

.main-nav>ul li>.sub-menu {
  z-index: 9999;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
  left: 0;
  margin-top: 30px;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  visibility: hidden;
  width: 200px;
}

.main-nav>ul li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-nav>ul>li .sub-menu>li {
  padding: 0 20px;
}

.main-nav>ul>li .sub-menu>li:first-child>a {
  border: none;
}

.main-nav>ul>li .sub-menu>li>a {
  border-top: 1px solid #e5e5e5;
  color: #666;
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.main-nav>ul>li>a {
  color: #fff;
  display: block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  position: relative;
}

.main-nav>ul li.current-menu-ancestor>a,
.main-nav>ul>li:hover>a {
  background: rgba(0,0,0,.1) none repeat scroll 0 0;
}

.main-nav>ul>li>.sub-menu::after {
  position: absolute;
  top: -10px;
  left: 40px;
  font-family: fontawesome;
  content: "\f0d8";
  color: #fff;
}

.main-nav>ul>li.menu-item-has-children>a::after {
  content: "";
  font-family: fontawesome;
  margin-left: 5px;
}

.main-nav>ul>li.menu-item-has-children li.menu-item-has-children>a {
  position: relative;
  padding-right: 15px;
}

.main-nav>ul>li.menu-item-has-children li.menu-item-has-children {
  position: relative;
}

.main-nav>ul>li.menu-item-has-children li.menu-item-has-children>.sub-menu {
  left: 100%;
  top: 0;
}

.main-nav>ul>li.menu-item-has-children li.menu-item-has-children>a::after {
  content: "\f105";
  font-family: fontawesome;
  right: 0;
  top: 12px;
  position: absolute;
  font-size: 14px;
}

.main-nav>ul>li.menu-item-has-children li.menu-item-has-children>.sub-menu li.menu-item-has-children>a {
  position: relative;
  padding-right: 15px;
}

.main-nav>ul>li.menu-item-has-children li.menu-item-has-children>.sub-menu li.menu-item-has-children {
  position: relative;
}

.main-nav>ul>li.menu-item-has-children li.menu-item-has-children>.sub-menu li.menu-item-has-children>.sub-menu {
  left: 100%;
  top: 0;
}

.main-nav>ul>li.menu-item-has-children li.menu-item-has-children>.sub-menu li.menu-item-has-children>a::after {
  content: "\f105";
  font-family: fontawesome;
  right: 0;
  top: 12px;
  position: absolute;
  font-size: 14px;
}

.mega-menu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
  left: 0;
  margin-top: 30px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.main-nav>ul>li.has-mega-menu:hover>.mega-menu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.mega-menu-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.mega-menu .owl-controls {
  position: absolute;
  right: 0;
  top: -57px;
}

.mega-new-arrival-slider .owl-controls {
  right: 10px;
}

.mega-menu .wrap-item.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  position: static;
  width: 20px;
}

.mega-hot-deal .social-deal.social-network {
  margin-top: 20px;
}

.mega-new-arrival {
  border-left: 1px solid #e5e5e5;
  margin-left: -10px;
  padding-left: 20px;
}

.mega-hot-deal-slider .item-deal-product,
.mega-new-arrival-slider .item-product {
  margin: 0;
}

.mega-new-arrival-slider .item {
  padding: 0 10px;
}

.mega-new-arrival-slider {
  margin: 0 -10px;
}

.mega-hot-deal-slider,
.mega-new-arrival-slider {
  position: relative;
}

.mega-adv-info>h3 {
  font-size: 16px;
  font-weight: 700;
}

.mega-adv-info .more-detail {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: dad;
  color: #999;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.mega-adv-info>p {
  color: #666;
  margin-bottom: 15px;
}

.main-nav>ul>li.has-mega-menu>a::after {
  content: "";
  font-family: fontawesome;
  margin-left: 5px;
}

.main-nav>ul>li.has-mega-menu:hover>a::before {
  top: 17px;
  opacity: 1;
}

.main-nav.main-nav2>ul>li.has-mega-menu:hover>a::before {
  top: 22px;
}

.main-nav.main-nav4>ul>li.has-mega-menu:hover>a::before {
  top: 22px;
}

.main-nav.main-nav5>ul>li.has-mega-menu:hover>a::before {
  top: 22px;
}

.main-nav.main-nav6>ul>li.has-mega-menu:hover>a::before {
  top: 22px;
}

.main-nav.main-nav10>ul>li.has-mega-menu:hover>a::before {
  top: 22px;
}

.main-nav.main-nav6>ul>li .sub-menu>li:hover>a {
  color: #4bae4f;
}

.main-nav>ul>li.has-mega-menu>a::before {
  color: #fff;
  content: "";
  font-family: fontawesome;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
  position: absolute;
  top: 47px;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  z-index: 99999;
}

.banner-slider {
  position: relative;
}

.service-box {
  border-right: 1px solid rgba(255,255,255,.2);
  display: table;
  padding: 0 40px;
  width: 100%;
}

.service-thumb {
  display: table-cell;
}

.service-info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.service-info h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.service-info h2 a {
  color: #fff;
}

.service-info p {
  color: #fff;
  margin: 0;
}

.inner-list-service {
  padding: 24px 0;
  position: relative;
}

.inner-list-service .close-service-box {
  color: #fff;
  position: absolute;
  right: 9px;
  top: 4px;
}

.service-thumb>a {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  display: inline-block;
}

.service-thumb>a:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.title-tab-product h2 {
  border: 1px solid #e8e8e8;
  font-weight: 700;
  margin: 0;
  padding: 13px 20px;
  text-transform: uppercase;
  background: #f4f4f4;
}

.list-tab-product {
  margin-top: 50px;
  min-height: 375px;
}

.title-tab-product li a {
  border: 1px solid #e8e8e8;
  color: #333;
  display: block;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.title-tab-product ul {
  margin: 0;
}

.title-tab-product li {
  margin-top: 5px;
}

.title-tab-product li.active a,
.title-tab-product li:hover a {
  color: #fff;
}

.product-tab-slider .item {
  padding: 6px 15px 0;
}

.item-product {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
  position: relative;
  min-height: 320px;
}

.content-tab-product {
  overflow: hidden;
  margin-top: -6px;
}

.content-tab-product .tab-pane {
  display: none;
}

.content-tab-product .tab-pane.active {
  display: block;
}

.product-tab-slider {
  margin: 0 -15px;
}

.product-info-cart {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  width: 100%;
  transition: all .3s ease-out 0s;
}

.product-tab-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}

.product-tab-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
  right: 15px;
}

.product-thumb:hover .product-info-cart {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.title-product {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}

.product-info {
  padding: 20px;
}

.product-rating {
  background: rgba(0,0,0,0) url("../../images/grid/bg-rate.png") repeat-x scroll 0 0;
  height: 14px;
  margin-top: 9px;
  position: relative;
  width: 70px;
}

.inner-rating {
  background: rgba(0,0,0,0) url("../../images/grid/rate-star.png") repeat-x scroll 0 0;
  height: 14px;
}

.product-rating span {
  color: #999;
  font-size: 12px;
  position: absolute;
  right: -26px;
  top: -2px;
}

.product-extra-link {
  background: rgba(0,0,0,.3) none repeat scroll 0 0;
  font-size: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.product-extra-link a:hover {
  background: rgba(0,0,0,.5) none repeat scroll 0 0;
}

.product-extra-link::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255,255,255,.5);
  top: 0;
  left: -100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.product-extra-link:hover::before {
  left: 100%;
}

.product-extra-link a {
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  width: 40px;
  font-size: 13px;
}

.product-info-cart .addcart-link {
  color: #fff;
  display: block;
  padding: 8px 14px;
  position: relative;
  overflow: hidden;
}

.product-info-cart .addcart-link:hover {
  color: #fff;
}

.product-info-cart .addcart-link::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255,255,255,.5);
  top: 0;
  left: -100%;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.product-info-cart .addcart-link:hover::before {
  left: 100%;
}

.product-list .product-extra-link {
  background: transparent none repeat scroll 0 0;
  padding: 0;
}

.product-list .product-extra-link a {
  border: 1px solid #e8e8e8;
  color: #666;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin: 10px 10px 0 0;
  text-align: center;
  width: 36px;
}

.product-list .product-extra-link a:last-child {
  margin-right: 0;
}

.product-list .product-extra-link {
  background: transparent none repeat scroll 0 0;
  font-size: 0;
  padding: 0;
  text-align: left;
}

.product-thumb {
  overflow: hidden;
  position: relative;
}

.product-thumb-link {
  height: 200px;
  width: 260px;
  display: inline-block;
}

.item-product-bestseller .product-thumb img,
.product-thumb-link img {
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.hot-deal-product-thumb .product-thumb-link:hover img,
.item-product-bestseller .product-thumb:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.second-thumb {
  left: 0;
  position: absolute;
  top: 100%;
}

.11111product-thumb:hover .product-thumb-link img {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.product-thumb:hover .product-thumb-link img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.percent-saleoff {
  background: #ed321e none repeat scroll 0 0;
  color: #fff;
  height: 30px;
  left: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -7px;
  width: 46px;
}

.percent-saleoff label {
  display: block;
  font-size: 14px;
  margin: 2px 0 -4px;
}

.percent-saleoff span {
  display: block;
  font-size: 12px;
  position: relative;
  z-index: 99;
}

.percent-saleoff::before {
  background: rgba(0,0,0,0) url("../../images/home1/shape.png") no-repeat scroll center top;
  content: "";
  display: block;
  height: 10px;
  left: -4px;
  position: absolute;
  top: 0;
  width: 54px;
  z-index: 999;
}

.percent-saleoff::after {
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 12px solid #ed321e;
  position: absolute;
  bottom: -12px;
  content: "";
  left: 0;
}

.product-list .product-thumb {
  overflow: visible;
}

.product-list .product-info-cart {
  left: auto;
  right: 0;
  top: 35px;
  transform: translate(0);
  -webkit-transform: translate(0);
  width: 130px;
}

.product-desc {
  border-top: 1px solid #e8e8e8;
  margin: 0;
  padding-top: 20px;
}

.product-list .title-product {
  font-size: 18px;
}

.product-list .product-info {
  margin-bottom: 25px;
  padding: 0;
  position: relative;
}

.product-code {
  margin-top: 6px;
}

.product-code>label {
  color: #666;
  font-weight: 400;
  margin: 0;
}

.product-code>span {
  color: #999;
}

.product-stock>label {
  color: #666;
  font-weight: 400;
  margin: 0;
}

.product-stock {
  margin-top: 7px;
}

.product-list .item-product {
  padding: 20px 30px;
}

.product-list .percent-saleoff {
  display: none;
}

.item-adv-simple a {
  display: block;
  position: relative;
  overflow: hidden;
}

.item-adv-simple a img {
  width: 100%;
}

.item-adv-simple a::before {
  border-bottom: 1px solid rgba(255,255,255,.8);
  border-top: 1px solid rgba(255,255,255,.8);
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: scale(0,1);
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  z-index: 9;
}

.category-home-total {
  float: left;
  width: 20.5%;
}

.banner-home-category {
  float: left;
  width: 23.5%;
}

.featured-product-category {
  float: left;
  width: 78.5%;
  overflow: hidden;
  margin-top: -5px;
  padding-top: 5px;
}

.featured-related-product {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: -5px;
  padding-top: 5px;
}

.category-product-featured {
  border-top: 1px solid #ed321e;
}

.item-category-featured-product {
  border-left: 1px solid #e8e8e8;
  padding: 0 20px;
}

.item-category-featured-product .product-info {
  padding: 20px 0 23px;
}

.item-category-featured-product .product-thumb {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  height: 210px;
}

.featured-product-category .owl-carousel .owl-wrapper-outer {
  margin-top: -5px;
  padding-top: 5px;
}

.featured-related-product .owl-carousel .owl-wrapper-outer {
  margin-top: -5px;
  padding-top: 5px;
}

.category-home-label span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle;
}

.category-home-label {
  background: #ed321e none repeat scroll 0 0;
  min-height: 40px;
  padding: 7px 15px;
}

.category-home-label img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.item-filter span {
  color: #fff;
  display: block;
}

.item-filter {
  padding: 12px 0;
  text-align: center;
}

.item-filter>a {
  border-left: 1px solid rgba(255,255,255,.1);
  display: block;
}

.category-filter-slider {
  background: rgba(237,50,30,.8) none repeat scroll 0 0;
}

.item-filter span {
  color: #fff;
  display: block;
}

.item-filter {
  padding: 12px 0;
  text-align: center;
}

.item-filter a {
  border-left: 1px solid rgba(255,255,255,.1);
  display: block;
}

.list-child-category a {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #333;
  display: block;
  padding: 9px 20px;
  position: relative;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.list-child-category {
  min-height: 175px;
  border-top: 1px solid #fff;
}

.list-child-category a:hover {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  color: #ed321e;
}

.list-child-category a:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: #ed321e;
}

.list-child-category li.active a {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  color: #ed321e;
}

.list-child-category li.active a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: #ed321e;
}

.list-child-category ul {
  margin: 0;
  padding: 6px 0;
}

.item-category-brand {
  text-align: center;
}

.tab-category-info h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.tab-category-info h3 {
  font-size: 18px;
  margin: 0;
}

.tab-category-info {
  color: #fff;
  margin-top: 45px;
  padding: 0 40px;
  text-transform: uppercase;
}

.tab-category-info p {
  font-size: 18px;
  margin: 10px 0 0;
}

.tab-category-thumb {
  background: rgba(0,0,0,0) radial-gradient(rgba(255,255,255,.5),#ed321e) repeat scroll 0 0;
  height: 270px;
  position: relative;
  text-align: center;
}

.tab-category-thumb img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.category-brand-slider {
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}

.featured-product-category .wrap-item.owl-theme .owl-controls .owl-buttons div {
  top: 120px;
}

.featured-related-product .wrap-item.owl-theme .owl-controls .owl-buttons div {
  top: 120px;
}

.category-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  width: 20px;
}

.category-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
}

.category-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -20px;
}

.category-brand-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}

.category-brand-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
  right: 0;
}

.main-content-home {
  background: #fff;
  padding: 0 0;
}

.category-product-featured {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 50px;
}

.box-adv-col2 {
  margin-bottom: 50px;
  padding: 0 10px;
}

.box-adv-col2 .item-adv-simple {
  margin: 0 -10px;
}

.item-adv-simple a::after {
  border-left: 1px solid rgba(255,255,255,.8);
  border-right: 1px solid rgba(255,255,255,.8);
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: scale(1,0);
  -webkit-transform: scale(1,0);
  z-index: 9;
}

.category-product-featured.red-box {
  border-color: #fa6165;
}

.category-product-featured.red-box .category-home-label {
  background-color: #fa6165;
}

.category-product-featured.red-box .category-filter-slider {
  background-color: rgba(250,97,101,.8);
}

.category-product-featured.red-box .list-child-category a:hover::before {
  background-color: #fa6165;
}

.category-product-featured.red-box .list-child-category a:hover {
  color: #fa6165;
}

.category-product-featured.red-box .list-child-category li.active a:before {
  background-color: #fa6165;
}

.category-product-featured.red-box .list-child-category li.active a {
  color: #fa6165;
}

.category-product-featured.red-box .percent-saleoff::after {
  border-top: 12px solid #fa6165;
}

.category-product-featured.red-box .percent-saleoff {
  background-color: #fa6165;
}

.category-product-featured.red-box .product-info-cart .addcart-link {
  background-color: #fa6165;
}

.category-product-featured.red-box .product-extra-link a:hover {
  color: #fa6165;
}

.category-product-featured.red-box .title-product a:hover {
  color: #fa6165;
}

.category-product-featured.red-box .info-price span {
  color: #fa6165;
}

.category-product-featured.yellow-box {
  border-color: #fabb29;
}

.category-product-featured.yellow-box .category-home-label {
  background-color: #fabb29;
}

.yellow-box .category-home-label {
  background-color: #fabb29;
}

.category-product-featured.yellow-box .category-filter-slider {
  background-color: rgba(250,187,41,.8);
}

.category-product-featured.yellow-box .list-child-category a:hover::before {
  background-color: #fabb29;
}

.category-product-featured.yellow-box .list-child-category a:hover {
  color: #fabb29;
}

.category-product-featured.yellow-box .list-child-category li.active a:before {
  background-color: #fabb29;
}

.category-product-featured.yellow-box .list-child-category li.active a {
  color: #fabb29;
}

.category-product-featured.yellow-box .percent-saleoff::after {
  border-top: 12px solid #fabb29;
}

.category-product-featured.yellow-box .percent-saleoff {
  background-color: #fabb29;
}

.category-product-featured.yellow-box .product-info-cart .addcart-link {
  background-color: #fabb29;
}

.category-product-featured.yellow-box .product-extra-link a:hover {
  color: #fabb29;
}

.category-product-featured.yellow-box .title-product a:hover {
  color: #fabb29;
}

.category-product-featured.yellow-box .info-price span {
  color: #fabb29;
}

.category-product-featured.pink-box {
  border-color: #c75347;
}

.category-product-featured.pink-box .category-home-label {
  background-color: #c75347;
}

.pink-box .category-home-label {
  background-color: #c75347;
}

.category-product-featured.pink-box .category-filter-slider {
  background-color: rgba(199,83,71,.8);
}

.category-product-featured.pink-box .list-child-category a:hover::before {
  background-color: #c75347;
}

.category-product-featured.pink-box .list-child-category a:hover {
  color: #c75347;
}

.category-product-featured.pink-box .list-child-category li.active a:before {
  background-color: #c75347;
}

.category-product-featured.pink-box .list-child-category li.active a {
  color: #c75347;
}

.category-product-featured.pink-box .percent-saleoff::after {
  border-top: 12px solid #c75347;
}

.category-product-featured.pink-box .percent-saleoff {
  background-color: #c75347;
}

.category-product-featured.pink-box .product-info-cart .addcart-link {
  background-color: #c75347;
}

.category-product-featured.pink-box .product-extra-link a:hover {
  color: #c75347;
}

.category-product-featured.pink-box .title-product a:hover {
  color: #c75347;
}

.category-product-featured.pink-box .info-price span {
  color: #c75347;
}

.category-product-featured.blue-box {
  border-color: #77a3d3;
}

.category-product-featured.blue-box .category-home-label {
  background-color: #77a3d3;
}

.blue-box .category-home-label {
  background-color: #77a3d3;
}

.category-product-featured.blue-box .category-filter-slider {
  background-color: rgba(119,163,211,.8);
}

.category-product-featured.blue-box .list-child-category a:hover::before {
  background-color: #77a3d3;
}

.category-product-featured.blue-box .list-child-category a:hover {
  color: #77a3d3;
}

.category-product-featured.blue-box .list-child-category li.active a:before {
  background-color: #77a3d3;
}

.category-product-featured.blue-box .list-child-category li.active a {
  color: #77a3d3;
}

.category-product-featured.blue-box .percent-saleoff::after {
  border-top: 12px solid #77a3d3;
}

.category-product-featured.blue-box .percent-saleoff {
  background-color: #77a3d3;
}

.category-product-featured.blue-box .product-info-cart .addcart-link {
  background-color: #77a3d3;
}

.category-product-featured.blue-box .product-extra-link a:hover {
  color: #77a3d3;
}

.category-product-featured.blue-box .title-product a:hover {
  color: #77a3d3;
}

.category-product-featured.blue-box .info-price span {
  color: #77a3d3;
}

.category-product-featured.green-box {
  border-color: #15c1d7;
}

.category-product-featured.green-box .category-home-label {
  background-color: #15c1d7;
}

.green-box .category-home-label {
  background-color: #15c1d7;
}

.category-product-featured.green-box .category-filter-slider {
  background-color: rgba(21,193,215,.8);
}

.category-product-featured.green-box .list-child-category a:hover::before {
  background-color: #15c1d7;
}

.category-product-featured.green-box .list-child-category a:hover {
  color: #15c1d7;
}

.category-product-featured.green-box .list-child-category li.active a:before {
  background-color: #15c1d7;
}

.category-product-featured.green-box .list-child-category li.active a {
  color: #15c1d7;
}

.category-product-featured.green-box .percent-saleoff::after {
  border-top: 12px solid #15c1d7;
}

.category-product-featured.green-box .percent-saleoff {
  background-color: #15c1d7;
}

.category-product-featured.green-box .product-info-cart .addcart-link {
  background-color: #15c1d7;
}

.category-product-featured.green-box .product-extra-link a:hover {
  color: #15c1d7;
}

.category-product-featured.green-box .title-product a:hover {
  color: #15c1d7;
}

.category-product-featured.green-box .info-price span {
  color: #15c1d7;
}

.category-product-featured.violet-box {
  border-color: #fa8bae;
}

.category-product-featured.violet-box .category-home-label {
  background-color: #fa8bae;
}

.violet-box .category-home-label {
  background-color: #fa8bae;
}

.category-product-featured.violet-box .category-filter-slider {
  background-color: rgba(250,139,174,.8);
}

.category-product-featured.violet-box .list-child-category a:hover::before {
  background-color: #fa8bae;
}

.category-product-featured.violet-box .list-child-category a:hover {
  color: #fa8bae;
}

.category-product-featured.violet-box .list-child-category li.active a:before {
  background-color: #fa8bae;
}

.category-product-featured.violet-box .list-child-category li.active a {
  color: #fa8bae;
}

.category-product-featured.violet-box .percent-saleoff::after {
  border-top: 12px solid #fa8bae;
}

.category-product-featured.violet-box .percent-saleoff {
  background-color: #fa8bae;
}

.category-product-featured.violet-box .product-info-cart .addcart-link {
  background-color: #fa8bae;
}

.category-product-featured.violet-box .product-extra-link a:hover {
  color: #fa8bae;
}

.category-product-featured.violet-box .title-product a:hover {
  color: #fa8bae;
}

.category-product-featured.violet-box .info-price span {
  color: #fa8bae;
}

.item-adv-simple a:hover::after,
.item-adv-simple a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.list-partner {
  border-left: 1px solid #e8e8e8;
}

.partner-link {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  display: block;
  float: left;
  overflow: hidden;
  width: 14.285%;
  max-width: 166px;
  background: #fff;
  max-height: 80px;
  text-align: center;
  min-height: 80px;
  position: relative;
}

.partner-link:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.partner-link img {
  max-height: 70px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer {
  margin-top: 50px;
}

#footer .footer .container {
  background: #fff;
}

.logo-footer {
  display: inline-block;
  margin-right: 35px;
  vertical-align: middle;
}

.menu-footer {
  display: inline-block;
  vertical-align: middle;
}

.menu-footer ul {
  font-size: 0;
  margin: 0;
}

.menu-footer li {
  display: inline-block;
  font-size: 14px;
}

.menu-footer a {
  border-left: 1px solid #dadada;
  display: block;
  height: 14px;
  line-height: 14px;
  padding: 0 13px;
}

.super-deal-header {
  color: #fff;
  padding: 15px 30px;
  margin-bottom: 30px;
}

.supper-deal-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 8px 0 -3px;
  text-transform: uppercase;
}

.supper-deal-title p {
  font-size: 18px;
}

.super-deal-countdown {
  float: right;
  height: 70px;
  position: relative;
  width: 280px;
}

.item-deal-product {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  float: left;
  margin-bottom: 30px;
  padding: 10px;
  width: 100%;
}

.item-deal-product .product-thumb {
  float: left;
  width: 42%;
}

.item-deal-product .product-info {
  float: left;
  width: 57%;
}

.social-network li {
  display: inline-block;
}

.social-network ul {
  font-size: 0;
}

.item-deal-product .title-product {
  font-size: 18px;
  margin-bottom: 17px;
}

.product-info .desc {
  color: #666;
}

.info-price-deal span {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
}

.info-price-deal label {
  background: #ed321e none repeat scroll 0 0;
  color: #fff;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: 5px 0 0 7px;
  padding: 0 5px;
  vertical-align: middle;
}

.info-price-deal del {
  color: #999;
  display: block;
  margin-top: -3px;
}

.deal-shop-social .deal-shop-link:hover {
  background: #ed321e;
}

.deal-shop-social .deal-shop-link {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 7px;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  vertical-align: top;
}

.super-deal-content .view-all-deal {
  color: #fff;
  display: block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 50px;
  width: 200px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.super-deal-content .view-all-deal::after {
  position: absolute;
  content: attr(data-hover);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ed321e;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.super-deal-content .view-all-deal span {
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.super-deal-content .view-all-deal:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.super-deal-content .view-all-deal:hover span {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}

.social-deal.social-network {
  display: inline-block;
}

.social-deal.social-network ul {
  margin: 0;
}

.deal-shop-social {
  margin-top: 25px;
}

.super-deal-countdown .time_circles>div {
  border: 10px solid #fff;
  border-radius: 50%;
  font-weight: 700;
  height: 66px;
  margin-left: 2px;
  margin-top: -23px;
  position: absolute;
  text-align: center;
  width: 66px!important;
}

.super-deal-countdown .time_circles canvas {
  position: relative;
  z-index: 99;
}

.super-deal-countdown .number {
  border-bottom: 1px solid #fff;
  display: block;
  font-weight: 700;
  margin: 4px auto auto;
  width: 25px;
}

.super-deal-countdown .text {
  display: block;
  font-size: 10px;
}

.footer-top {
  margin-top: 30px;
}

.footer-box h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.footer-menu-box li a {
  color: #333;
  font-size: 14px;
  padding-left: 10px;
  position: relative;
}

.footer-box li {
  margin-bottom: 8px;
}

.footer-menu-box li a::before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 5px;
  left: 0;
  position: absolute;
  top: 7px;
}

.list-footer-box {
  margin-top: 25px;
}

.footer-box-contact .fa {
  font-size: 18px;
  width: 25px;
}

.social-footer-box {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  padding: 35px 0;
}

.newsletter-footer label {
  margin: 0 40px 0 0;
  text-transform: uppercase;
}

.newsletter-footer>form {
  display: inline-block;
  max-width: 365px;
  padding-right: 50px;
  position: relative;
  width: 100%;
}

.newsletter-footer input[type=text] {
  border: 1px solid #e8e8e8;
  color: #999;
  height: 45px;
  padding: 0 15px;
  width: 100%;
}

.newsletter-footer input[type=submit] {
  background: url("../../images/home1/icon-newsletter.png") no-repeat scroll center center;
  border: medium none;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

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

.social-footer ul {
  display: inline-block;
  font-size: 0;
  margin: 0;
}

.social-footer li {
  display: inline-block;
  font-size: 14px;
}

.social-footer label {
  margin: 0 25px 0 0;
  text-transform: uppercase;
}

.social-footer a {
  margin-left: 10px;
}

.social-network a {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  display: block;
  position: relative;
}

.social-network a:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0,0,0,.1);
}

.item-tags-category h2 {
  color: #fff;
  display: table-cell;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  width: 130px;
}

.item-tags-category span {
  display: block;
  padding: 10px 15px;
}

.item-tags-category ul {
  display: table-cell;
  font-size: 0;
  margin: 0;
  padding-left: 8px;
}

.item-tags-category li {
  display: inline-block;
  font-size: 14px;
}

.item-tags-category a {
  border-right: 1px solid #999;
  color: #999;
  display: block;
  height: 13px;
  line-height: 13px;
  padding: 0 5px;
}

.item-tags-category a.active {
  text-transform: uppercase;
  font-weight: 700;
}

.list-tags-category {
  border-bottom: 1px solid #e8e8e8;
  padding: 35px 0;
}

.item-tags-category ul li:last-child a {
  border: none;
}

.copyright p {
  color: #333;
  margin: 0;
  text-align: center;
}

.copyright a {
  color: #999;
}

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

.footer-bottom {
  padding: 35px 0;
}

.payment-method a:hover {
  top: -5px;
}

.payment-method a {
  display: inline-block;
  margin-left: 12px;
  position: relative;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  top: 0;
}

.list-category-dropdown.first-hidden {
  display: none;
  box-shadow: 0 3px 4px -1px rgba(0,0,0,.2);
}

.content-shop {
  margin-top: 0;
}

.left-sidebar .main-content {
  float: right;
}

.sidebar-shop .widget {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
  padding: 22px 20px;
}

.sidebar-shop .widget-title {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  position: relative;
  text-transform: uppercase;
}

.adv-widget-thumb img {
  width: 100%;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.adv-widget-thumb:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.widget.widget-adv {
  border: medium none;
  padding: 0;
}

.title-widget-adv {
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  text-transform: uppercase;
}

.title-widget-adv>span {
  display: block;
  font-size: 18px;
  margin: 0 0 -5px;
}

.item-widget-adv {
  position: relative;
}

.adv-widget-info {
  bottom: 110px;
  left: 0;
  padding: 25px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  background: rgba(255,255,255,.5);
}

.adv-widget-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.adv-widget-info h2 {
  color: #ed321e;
  font-weight: 700;
  margin: 0;
}

.adv-widget-info h2 span {
  font-size: 17px;
}

.widget-adv .owl-theme .owl-controls .owl-page span {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 1px 3px 3px -1px rgba(0,0,0,.2);
  display: block;
  height: 18px;
  margin: 0 4px;
  opacity: 1;
  width: 18px;
}

.widget-adv .owl-theme .owl-controls .owl-page.active span,
.widget-adv .owl-theme .owl-controls .owl-page:hover span {
  background: #e62e04;
}

.widget-adv .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.widget.widget-vote p {
  color: #666;
}

.widget.widget-vote a {
  color: #666;
  padding-left: 20px;
  background: url("../../images/grid/un-vote.png") no-repeat left center;
}

.widget.widget-vote a.active {
  background: url("../../images/grid/vote.png") no-repeat left center;
}

.widget.widget-vote li {
  margin-bottom: 10px;
}

.widget.widget-vote button {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  height: 36px;
  margin: 10px 0 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 100px;
}

.widget.widget-filter .widget-title::after {
  width: 13px;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../../images/grid/sub.png") no-repeat center center;
}

.widget.widget-filter .widget-title.active::after {
  background: url("../../images/grid/add.png") no-repeat center center;
}

.box-filter {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.box-filter:last-child {
  border: medium none;
  margin: 0;
}

.box-filter li {
  margin-bottom: 5px;
}

.box-filter li a {
  color: #666;
  padding-left: 20px;
  background: url("../../images/grid/un-check.jpg") no-repeat left center;
}

.box-filter li a.active {
  background: url("../../images/grid/check.jpg") no-repeat left center;
}

.box-cat {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.box-cat:last-child {
  border: medium none;
  margin: 0;
}

.box-cat li {
  margin-bottom: 0;
}

.box-cat li a {
  color: #666;
}

.list-color-filter a {
  border: 1px solid #ccc;
  display: inline-block;
  height: 22px;
  margin-bottom: 4px;
  margin-right: 7px;
  width: 22px;
}

.list-color-filter a.active {
  background: url("../../images/grid/check.jpg") no-repeat right bottom;
}

.list-color-filter a:hover {
  border: 1px solid #ed321e;
}

.box-filter ul {
  margin: 0 0 20px;
}

.list-color-filter {
  margin: 0 0 15px;
}

.box-filter:last-child ul {
  margin: 0;
}

.range-filter>label {
  font-weight: 400;
  margin: 0 4px 0 0;
}

.range-filter {
  color: #666;
}

.range-filter #amount {
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
}

.range-filter #amount>span {
  border: 1px solid #e8e8e8;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 59px;
}

.btn-filter {
  border: medium none;
  color: #fff;
  height: 30px;
  width: 72px;
}

.range-filter #slider-range .ui-slider-handle.ui-state-default.ui-corner-all {
  border: medium none;
  border-radius: 0;
  height: 16px;
  margin: 0 -8px;
  top: -8px;
  width: 16px;
}

.range-filter #slider-range {
  background: #e8e8e8 none repeat scroll 0 0;
  border: medium none;
  height: 1px;
  margin: 30px 0;
}

.product-popup-content {
  max-width: 870px;
  width: 100%;
}

.shop-slider-info {
  left: 0;
  margin-top: -50px;
  padding-left: 50px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
}

.shop-slider-info>h3 {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.shop-slider-info>h2 {
  color: #ed321e;
  font-weight: 700;
  margin: 0;
}

.shop-slider-info .shop-now {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 0;
  padding: 0 20px;
}

.banner-shop-slider {
  overflow: hidden;
}

.shop-slider-info {
  left: 0;
  margin-top: -50px;
  padding-left: 50px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
}

.shop-slider-info>h3 {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.shop-slider-info>h2 {
  color: #ed321e;
  font-weight: 700;
  margin: 0;
}

.shop-slider-info .shop-now {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 0;
  padding: 0 20px;
}

.list-shop-cat {
  margin-bottom: 2%;
}

.list-shop-cat ul {
  font-size: 0;
  margin: 0;
}

.list-shop-cat li {
  display: inline-block;
  font-size: 14px;
  margin: 5px;
}

.list-shop-cat a {
  border: 1px solid #e8e8e8;
  color: #666;
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 39px 0 12px;
  position: relative;
  background: #fff;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.list-shop-cat a span {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 26px;
  top: 4px;
  right: 4px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  color: #fff;
}

.list-shop-cat a:hover span {
  background: #ed321e;
}

.list-shop-cat a:hover {
  color: #ed321e;
}

.shop-tab-title h2 {
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.shop-tab-title {
  margin: 20px 0 18px;
  position: relative;
}

.shop-tab-select {
  font-size: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.shop-tab-select a {
  border: 1px solid #e8e8e8;
  display: block;
  height: 30px;
  width: 30px;
}

.shop-tab-select>li {
  display: inline-block;
}

.shop-tab-select a.grid-tab {
  background: url("../../images/grid/grid.png") no-repeat center center;
}

.shop-tab-select li.active a.grid-tab {
  background: url("../../images/grid/grid-at.png") no-repeat center center;
}

.shop-tab-select a.list-tab {
  background: url("../../images/grid/list.png") no-repeat center center;
}

.shop-tab-select li.active a.list-tab {
  background: url("../../images/grid/list-at.png") no-repeat center center;
}

.sort-pagi-bar {
  float: right;
}

.product-order {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.product-per-page {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  vertical-align: top;
}

.product-pagi-nav {
  display: inline-block;
  font-size: 0;
  margin-left: 25px;
  vertical-align: top;
}

.product-pagi-nav a:hover {
  color: #fff;
}

.product-pagi-nav a {
  border: 1px solid #e8e8e8;
  color: #666;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0 11px;
  text-transform: uppercase;
  vertical-align: top;
  margin-left: -1px;
}

.product-order-list {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  display: none;
  left: 0;
  margin-top: -1px;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  width: 110px;
}

.per-page-list {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  display: none;
  margin-top: -1px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 50px;
}

.product-order .product-order-toggle {
  border: 1px solid #e8e8e8;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 55px 0 13px;
  position: relative;
  width: 140px;
  color: #666;
}

.product-order-toggle::before {
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  right: 40px;
  top: 0;
}

.product-order-toggle::after {
  content: "\f15d";
  font-family: fontawesome;
  position: absolute;
  right: 0;
  top: -1px;
  width: 30px;
  text-align: center;
  height: 30px;
  border-left: 1px solid #e8e8e8;
}

.product-per-page .per-page-toggle {
  border: 1px solid #e8e8e8;
  color: #666;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 11px;
  position: relative;
  text-transform: capitalize;
  width: 110px;
}

.product-per-page .per-page-toggle::after {
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  right: 13px;
  top: 0;
}

.per-page-list li a {
  color: #666;
  display: block;
}

.upsell-detail-slider {
  margin: 0 -15px;
}

.upsell-detail-slider .owl-carousel .owl-wrapper-outer {
  padding-top: 6px;
}

.upsell-detail-slider .item {
  margin: 0 15px;
}

.upsell-detail-slider .wrap-item.owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  right: 16px;
  top: -37px;
  width: 66px;
}

.upsell-detail-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
  float: left;
  margin: 0 0 0 1px;
  opacity: 1;
  position: static;
}

.detail-gallery .carousel a {
  border: 1px solid #e8e8e8;
  display: block;
  margin: 5px 1px 0;
  width: 70px;
  height: 90px;
}

.detail-gallery .carousel a.active {
  position: relative;
}

.detail-gallery .carousel a.active::after {
  content: "\f0d8";
  font-family: fontawesome;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: -11px;
}

.widget.widget-related-product {
  padding: 0;
}

.widget-related-product .widget-title {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 10px 20px;
}

.list-product-related {
  padding: 10px 20px;
}

.list-product-related li {
  border-bottom: 1px solid #e8e8e8;
  padding: 18px 0;
}

.list-product-related li:last-child {
  border-bottom: none;
}

.product-related-thumb {
  float: left;
  width: 45%;
}

.product-related-thumb a {
  display: block;
  overflow: hidden;
}

.product-related-thumb a img {
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.product-related-thumb a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.product-related-info {
  float: left;
  width: 55%;
  padding-left: 20px;
}

.main-detail {
  border: 1px solid #e8e8e8;
  padding: 20px;
}

.detail-gallery .mid {
  margin-bottom: 5px;
  position: relative;
  height: 300px;
  width: 350px;
}

.detail-gallery .mid img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.detail-gallery {
  margin-right: -20px;
}

.detail-info {
  padding-left: 20px;
}

.detail-gallery .carousel {
  margin: auto;
}

.detail-gallery .mid p {
  background: #fafafa none repeat scroll 0 0;
  bottom: 0;
  color: #999;
  left: 0;
  margin: 0;
  padding: 4px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.gallery-control a {
  background: #b2b2b2 none repeat scroll 0 0;
  border: 1px none;
  color: #fff;
  display: block;
  height: 32px;
  line-height: 32px;
  margin-top: -58px;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 32px;
  z-index: 99;
}

.gallery-control a:hover {
  background: #2b2b2b none repeat scroll 0 0;
}

.gallery-control a.prev {
  float: left;
  margin-left: -1px;
}

.gallery-control a.next {
  float: right;
}

.title-detail {
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 30px;
}

.detail-info .product-rating {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.detail-info .product-order {
  border-left: 1px solid #e8e8e8;
  height: 14px;
  line-height: 14px;
  margin-left: 7px;
  padding-left: 10px;
}

.detail-info .product-stock {
  margin-top: 4px;
}

.detail-info .product-code {
  margin-top: 0;
}

.detail-info .category-detail {
  margin-top: 0;
}

.info-price.info-price-detail {
  margin-top: 20px;
  padding-top: 10px;
}

.category-detail-box {
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.category-detail a {
  font-weight: 700;
}

.info-price.info-price-detail label {
  margin: 0 20px 0 0;
  text-transform: uppercase;
  max-width: 140px;
}

.info-price.info-price-detail span {
  font-size: 30px;
}

.attr-info {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  margin-top: 20px;
  padding: 25px 20px;
}

.attr-product label {
  margin-right: 10px;
  text-transform: uppercase;
  width: 125px;
}

.attr-color {
  display: inline-block;
  max-width: 240px;
  position: relative;
  width: 100%;
  z-index: 99;
}

.attr-color .toggle-color {
  border: 1px solid #e8e8e8;
  color: #666;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 15px;
  position: relative;
}

.list-color {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  left: 0;
  margin-top: -1px;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
}

.list-color li a {
  color: #999;
}

.toggle-color::after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 12px;
  top: 0;
}

.attr-size {
  display: inline-block;
  max-width: 240px;
  position: relative;
  width: 100%;
  z-index: 90;
}

.attr-size .toggle-size {
  border: 1px solid #e8e8e8;
  color: #666;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 15px;
  position: relative;
}

.list-size {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  left: 0;
  margin-top: -1px;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
}

.list-size li a {
  color: #999;
}

.toggle-size::after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 12px;
  top: 0;
}

.attr-product {
  margin-bottom: 10px;
}

.attr-info {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  margin-top: 20px;
  padding: 30px 20px;
}

.size-chart {
  display: inline-block;
  margin-left: 10px;
}

.size-chart::before {
  background: rgba(0,0,0,0) url("../../images/grid/icon-size.png") no-repeat scroll center center;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 8px;
  width: 14px;
}

.info-qty {
  border: 1px solid #e8e8e8;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  max-width: 152px;
  padding: 0 35px;
  position: relative;
  text-align: center;
  width: 100%;
}

.info-qty a {
  color: #333;
}

.info-qty-summary {
  border: 1px solid #e8e8e8;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  max-width: 152px;
  padding: 0 35px;
  position: relative;
  text-align: center;
  width: 100%;
}

.info-qty-summary a {
  color: #333;
}

.info-qty .qty-down {
  border-right: 1px solid #e8e8e8;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 35px;
}

.info-qty .qty-down:hover::before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  background: rgba(0,0,0,0) url("../../images/home1/minus.png") no-repeat center center;
}

.info-qty .qty-up {
  border-left: 1px solid #e8e8e8;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}

.info-qty .qty-up:hover::before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  background: rgba(0,0,0,0) url("../../images/home1/plus.png") no-repeat center center;
}

.info-qty-summary .qty-down-summary {
  border-right: 1px solid #e8e8e8;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 35px;
}

.info-qty-summary .qty-down-summary:hover::before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  background: rgba(0,0,0,0) url("../../images/home1/minus.png") no-repeat center center;
}

.info-qty-summary .qty-up-summary {
  border-left: 1px solid #e8e8e8;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}

.info-qty-summary .qty-up-summary:hover::before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  background: rgba(0,0,0,0) url("../../images/home1/plus.png") no-repeat center center;
}

.info-qty a:hover {
  text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.info-qty .qty-val {
  display: block;
  padding: 0 15px;
  width: 100%;
  height: 29px;
}

.info-qty-summary a:hover {
  text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.info-qty-summary .qty-val {
  display: block;
  padding: 0 15px;
  width: 100%;
}

.attr-info .addcart-link {
  color: #fff;
  background: #ed321e;
  display: block;
  height: 35px;
  line-height: 35px;
  margin: 10px 0 0 60px;
  max-width: 240px;
  text-align: center;
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  cursor: pointer;
}

.addcart-link i {
  margin-right: 5px;
}

.product-social-extra {
  margin: 10px 0 0 60px;
}

.product-social-extra a {
  border: 1px solid #e8e8e8;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 6px;
  text-align: center;
  width: 35px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.product-social-extra a:last-child {
  margin: 0;
}

.title-tab-detail li {
  display: inline-block;
  margin-right: 3px;
}

.title-tab-detail li a {
  border: 1px solid #e8e8e8;
  color: #666;
  display: block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.title-tab-detail li.active a,
.title-tab-detail li:hover a {
  color: #fff;
}

.tab-detail {
  margin-top: 30px;
}

.table-content-tab-detail {
  border: 1px solid #e8e8e8;
  display: table;
  margin-top: -1px;
}

.title-table-detail {
  border-right: 1px solid #e8e8e8;
  display: table-cell;
  padding: 0 15px;
  width: 90px;
}

.title-table-param-detail {
  border-right: 1px solid #e8e8e8;
  display: table-cell;
  padding: 15px;
  width: 150px;
}

.icon-table-detail {
  display: table-cell;
  text-align: center;
  width: 60px;
}

.title-table-detail span {
  text-transform: uppercase;
}

.info-table-detail {
  color: #666;
  display: table-cell;
  padding: 30px 0;
}

#details h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
}

.info-table-param-detail {
  color: #666;
  display: table-cell;
  padding: 10px 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.info-table-detail p {
  margin: 0;
  padding: 0 20px 0 0;
}

.info-table-detail h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
}

.title-tab-detail ul {
  margin: 0 0 6px;
}

.inner-content-tab-detail {
  border: 1px solid #e8e8e8;
  color: #666;
  padding: 20px;
}

.inner-content-tab-detail ul {
  list-style: inside;
  margin-left: 5px;
}

.inner-content-tab-detail h2 {
  margin: 0 0 10px;
}

.inner-content-tab-param-detail {
  border: 1px solid #e8e8e8;
  color: #666;
}

.inner-content-tab-param-detail h2 {
  margin: 0 0 10px;
}

.title-default {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
}

.upsell-detail {
  margin-top: 15px;
  overflow: hidden;
  padding-top: 10px;
}

.top-toggle {
  background: #333 url("../../images/home2/img-top.png") no-repeat center center;
}

.inner-top-toggle {
  min-height: 150px;
  position: relative;
}

.top-toggle-info {
  float: left;
  padding-top: 38px;
  position: relative;
  width: 480px;
}

.top-toggle-thumb {
  float: left;
  text-align: center;
  width: 30%;
}

.top-toggle-coutdown {
  float: right;
  margin-top: 40px;
  width: 270px;
  margin-right: 60px;
}

.top-toggle-info>h2 {
  color: #fff;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
}

.top-toggle-info>p {
  color: #fff;
  text-transform: uppercase;
}

.top-toggle-info .shop-now {
  color: #fff;
  display: block;
  float: right;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60px;
  width: 136px;
  text-transform: uppercase;
}

.top-toggle-info .shop-now i {
  margin-left: 5px;
}

.top-toggle-coutdown .time_circles>div {
  background: rgba(27,29,31,.7);
  border-radius: 50%;
  color: #fff;
  height: 62px;
  margin-left: 3px;
  margin-top: -21px;
  position: absolute;
  text-align: center;
  width: 62px!important;
}

.top-toggle-coutdown .time_circles {
  position: relative;
}

.top-toggle-coutdown canvas {
  position: relative;
  z-index: 99;
}

.top-toggle-coutdown .number {
  display: block;
  font-weight: 700;
  margin: 14px 0 -8px;
}

.top-toggle-coutdown .text {
  font-size: 12px;
}

.inner-top-toggle .close-top-toggle {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: -30px;
}

.top-info.top-info-left {
  float: none;
}

.top-info-right {
  margin-top: 6px;
}

.top-info-right>li {
  display: inline-block;
  margin-left: 45px;
}

.top-info-right>li:first-child {
  margin: 0;
}

.top-info-right>li a:hover {
  color: #ed321e;
}

.top-info-right>li a {
  color: #010101;
  font-size: 12px;
  text-transform: uppercase;
}

.top-info-right>li a i {
  color: #999;
  margin-right: 7px;
}

.sub-header2 {
  border-bottom: 1px solid #eaeaec;
}

.top-info.top-info-left>li {
  border: medium none;
  margin-right: 40px;
  padding: 0;
}

.top-info.top-info-left>li:last-child {
  margin: 0;
}

.top-info.top-info-left .currency-selected>span {
  color: #999;
  font-weight: 700;
  margin-right: 8px;
}

.top-info.top-info-left .language-selected img {
  margin-right: 9px;
}

.top-contact p {
  color: #010101;
  margin: 5px 0 0;
  text-transform: uppercase;
}

.top-contact p i {
  color: #999;
  margin-right: 5px;
}

.top-info.top-info-left li.has-child>a {
  color: #010101;
  display: block;
  padding: 8px 0;
  text-transform: uppercase;
}

.header2 {
  padding: 20px 0;
}

.smart-search.search-form2 {
  border: 2px solid #333;
  margin: 0 -55px 0 65px;
  padding: 0 0 0 70px;
}

.logo2 {
  margin-top: 5px;
}

.search-form2 .smart-search-form input[type=submit] {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  font-weight: 700;
  height: 36px;
  text-transform: uppercase;
  width: 114px;
  right: -2px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.search-form2 .smart-search-form input[type=text] {
  border: medium none;
  height: 36px;
  padding: 0 120px 0 45px;
}

.search-form2 .select-category .category-toggle-link {
  height: 36px;
  line-height: 36px;
  border-right: 1px solid #e5e5e5;
}

.search-form2 .select-category {
  border: medium none;
  height: 40px;
  width: 70px;
}

.search-form2 .smart-search-form::before {
  color: #999;
  content: "";
  font-family: fontawesome;
  left: 20px;
  position: absolute;
  top: 10px;
}

.search-form2 .list-category-toggle.sub-menu-top {
  margin-top: -2px;
  width: 200px;
  margin-left: -2px;
}

.logo2 {
  margin-top: 5px;
}

.register-box {
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  margin-right: 16px;
  padding-right: 25px;
}

.mini-cart.mini-cart-2 {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.register-box>ul {
  margin: 0;
}

.register-box li {
  display: inline-block;
  position: relative;
}

.register-box>p {
  color: #999;
  font-size: 12px;
  margin: -5px 0 0;
  text-transform: uppercase;
}

.register-box a {
  color: #010101;
  text-transform: uppercase;
}

.register-box a:hover {
  color: #333;
}

.register-box li:first-child::after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 16px;
  position: absolute;
  right: 5px;
  top: 2px;
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  width: 1px;
}

.register-box li:first-child {
  padding-right: 16px;
}

.total-mini-cart-icon {
  border-radius: 40px;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 33px;
  text-align: center;
  width: 40px;
}

.header-mini-cart2 {
  display: block;
  position: relative;
}

.header-mini-cart2 .total-mini-cart-item {
  background: #333 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 10px;
  height: 17px;
  line-height: 16px;
  position: absolute;
  right: -17px;
  text-align: center;
  top: 0;
  width: 28px;
}

.wrap-register-cart {
  float: right;
}

.header-nav2 {
  background: #333 none repeat scroll 0 0;
}

.main-nav.main-nav2 {
  background: transparent none repeat scroll 0 0;
  margin: 0 0 0 220px;
}

.main-nav.main-nav2>ul>li>a {
  height: 50px;
  line-height: 50px;
}

.hot-news-ticker {
  background: #f5f5f5 none repeat scroll 0 0;
  min-height: 40px;
}

.category-hover2 .title-category-hover {
  height: 50px;
  line-height: 50px;
}

.category-hover2 .inner-category-hover .inner-left-category-hover {
  top: -90px;
}

.hotnews-ticker-slider {
  color: #010101;
  font-size: 12px;
  margin-left: 230px;
  padding-bottom: 10px;
  padding-left: 107px;
  padding-top: 10px;
  position: relative;
  height: 40px;
  overflow: hidden;
}

.header-nav12 .title-category-dropdown {
  background-color: #484848;
  height: 50px;
  line-height: 50px;
}

.header-nav12 .list-category-dropdown>li {
  padding: 0;
}

.header-nav12 .list-category-dropdown>li>a {
  padding: 10px 20px;
  padding-bottom: 9px;
}

.header-nav12 .list-category-dropdown>li.has-cat-mega>a:after {
  content: "\f0a9";
  font-family: FontAwesome;
  float: right;
}

.header-nav12 .wrap-category-dropdown .expand-category-link {
  padding: 0;
}

.header-nav12 .wrap-category-dropdown .expand-category-link:before {
  content: '...';
  font-family: inherit;
}

.header-nav12 .wrap-category-dropdown {
  border: 1px solid #e8e8e8;
}

.bxslider-ticker {
  min-height: 40px;
}

.hotnews-ticker-slider>label {
  background: #f9a725 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  display: block;
  left: 0;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  text-transform: uppercase;
  top: 11px;
}

.inner-category-hover {
  padding-left: 220px;
  position: relative;
}

.inner-category-hover .inner-left-category-hover {
  left: 0;
  position: absolute;
  top: -80px;
  width: 220px;
  z-index: 9;
}

.title-category-hover {
  background: rgba(255,255,255,.2) none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}

.title-category-hover::after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 20px;
  top: 0;
}

.list-category-hover {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  margin: 0;
}

.list-category-hover>li>a {
  color: #333;
  display: block;
  padding: 9px 20px 10px 57px;
  position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .list-category-hover>li>a {
    padding: 10px 20px 10px 57px;
  }
}

.list-category-hover>li {
  border-top: 1px solid #e5e5e5;
  position: relative;
  z-index: 999;
}

.list-category-hover>li:first-child {
  border: medium none;
}

.list-category-hover>li>a>img {
  bottom: 0;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
}

.list-category-hover>li>a:hover {
  color: #fb9902;
}

.list-category-hover>li>a:hover::before {
  width: 4px;
  position: absolute;
  height: 100%;
  content: "";
  background: #fb9902;
  top: 0;
  left: -4px;
}

.inner-left-category-hover .expand-list-link {
  background: #fb9902 none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 11px;
  text-align: center;
  font-family: fontawesome;
  margin-top: -1px;
  padding-top: 4px;
  z-index: 9;
  line-height: 2px;
}

.inner-left-category-hover .expand-list-link::before {
  content: "\f0d7";
}

.inner-left-category-hover .expand-list-link.expanding::before {
  content: "\f0d8";
}

.banner-category-hover {
  float: left;
  position: relative;
  width: 48.2%;
}

.large-cat-hover {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  float: left;
  width: 32.3%;
}

.small-cat-hover {
  border-right: 1px solid #e5e5e5;
  float: left;
  width: 19.4%;
  border-top: 1px solid #e5e5e5;
}

.banner-cat-hover-thumb img {
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.banner-cat-hover-thumb {
  overflow: hidden;
}

.banner-category-hover:hover .banner-cat-hover-thumb img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.content-right-category-hover {
  position: relative;
}

.inner-right-category-hover {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-right-category-hover.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.banner-cat-hover-info {
  bottom: 0;
  height: 140px;
  left: 0;
  margin: auto;
  padding: 0 30px;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-cat-hover-info>h3 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.banner-cat-hover-info>p {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.banner-cat-hover-info .shopnow {
  border: 1px solid #000;
  color: #000;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 23px;
  text-align: center;
  text-transform: uppercase;
  width: 114px;
}

.banner-cat-hover-info {
  bottom: 0;
  height: 140px;
  left: 0;
  margin: auto;
  padding: 0 30px;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-cat-hover-info>h3 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.banner-cat-hover-info>h2 {
  color: #fb9902;
  font-size: 40px;
  font-weight: 700;
  margin: -3px 0 -5px;
  text-transform: uppercase;
}

.banner-cat-hover-info>p {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.banner-cat-hover-info .shopnow {
  border: 1px solid #000;
  color: #000;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 23px;
  text-align: center;
  text-transform: uppercase;
  width: 114px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.banner-cat-hover-info .shopnow:hover {
  color: #fb9902;
  border-color: #fb9902;
}

.item-large-cat-hover {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  min-height: 245px;
  padding: 20px;
  width: 100%;
}

.item-small-cat-hover {
  border-bottom: 1px solid #e5e5e5;
  min-height: 245px;
  padding: 10px 20px;
}

.large-cat-info {
  float: left;
  width: 50%;
}

.large-cat-thumb {
  float: left;
  margin-top: 15px;
  width: 50%;
}

.cat-hover-percent>strong {
  background: #f9a725 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: 400;
  height: 23px;
  line-height: 23px;
  margin-bottom: 1px;
  text-align: center;
  width: 40px;
}

.cat-hover-percent>span {
  background: #f8c519 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  padding: 0 5px;
}

.large-cat-info .cat-hover-percent {
  margin-bottom: 15px;
}

.inner-category-hover .title-product {
  font-weight: 400;
  margin: 0 0 3px;
}

.inner-category-hover .info-price span {
  font-size: 18px;
  font-weight: 700;
}

.large-cat-info .info-price span {
  display: block;
}

.hot-deal-box {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-top: 30px;
  padding: 35px 0 40px;
  margin-bottom: 40px;
}

.hot-deal-tab-slider {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  position: relative;
}

.hot-deal-tab-title>ul {
  display: inline-block;
  margin: 0 0 0 20px;
}

.hot-deal-tab-title li {
  display: inline-block;
  margin-left: 35px;
  position: relative;
}

.hot-deal-tab-title li.active::before {
  position: absolute;
  top: -21px;
  left: 0;
  height: 4px;
  width: 100%;
  content: "";
}

.hot-deal-tab-title {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 20px;
  height: 50px;
}

.hot-deal-tab-title>label {
  color: #333;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  background: #7f7f7f none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  position: static;
  text-align: center;
  width: 20px;
}

.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-left: 2px;
  padding-left: 1px;
}

.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div i {
  line-height: 20px;
}

.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
  padding-right: 2px;
}

.slider-home2 .owl-controls.clickable {
  position: absolute;
  right: 10px;
  top: -35px;
}

.item-hot-deal-product {
  border-left: 1px solid #e5e5e5;
}

.hot-deal-product-thumb {
  padding: 10px 5px 0;
  position: relative;
}

.hot-deal-product-thumb .cat-hover-percent {
  left: 0;
  position: absolute;
  top: 40px;
  z-index: 99;
  padding: 0 20px;
}

.hot-deal-product-info {
  padding: 20px;
}

.item-hot-deal-product .title-product {
  font-weight: 400;
  margin-bottom: 3px;
}

.item-hot-deal-product .info-price span {
  font-size: 18px;
  font-weight: 700;
}

.featured-product2.blue-box .product-info-cart .addcart-link {
  background: #5c6dbd;
}

.featured-product2.blue-box .product-extra-link a:hover {
  color: #5c6dbd;
}

.featured-product2.blue-box .info-price span {
  color: #5c6dbd;
}

.featured-product2.blue-box .title-product a:hover {
  color: #5c6dbd;
}

.featured-product2.blue-box .tags-featured-product a:hover {
  color: #5c6dbd;
}

.featured-product2.red-box .product-info-cart .addcart-link {
  background: #fe4242;
}

.featured-product2.red-box .product-extra-link a:hover {
  color: #fe4242;
}

.featured-product2.red-box .info-price span {
  color: #fe4242;
}

.featured-product2.red-box .title-product a:hover {
  color: #fe4242;
}

.featured-product2.red-box .tags-featured-product a:hover {
  color: #fe4242;
}

.featured-product2.red-box .title-cat-parent {
  background: #fe4242 none repeat scroll 0 0;
}

.featured-product2.red-box .sidebar-cat-childrent a:hover::before {
  background: #fe4242 none repeat scroll 0 0;
}

.featured-product2.red-box .sidebar-cat-childrent a:hover {
  color: #fe4242;
}

.featured-product2.pink-box .info-price span {
  color: #ff74be;
}

.featured-product2.pink-box .title-product a:hover {
  color: #ff74be;
}

.featured-product2.pink-box .tags-featured-product a:hover {
  color: #ff74be;
}

.featured-product2.pink-box .cat-bestsale-slider h2 {
  color: #333;
}

.featured-product2.red-dark-box .info-price span {
  color: #c75347;
}

.featured-product2.red-dark-box .title-product a:hover {
  color: #c75347;
}

.featured-product2.red-dark-box .tags-featured-product a:hover {
  color: #c75347;
}

.hot-deal-slider.slider-home2 {
  position: relative;
}

.hot-deal-slider.slider-home2::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 99;
}

.product-bestseller-slider {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
}

.product-bestseller-slider h2 {
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  margin: 0;
  padding: 15px 20px;
  text-transform: uppercase;
}

.item-product-bestseller {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  padding: 17px 0;
  width: 100%;
}

.item-product-bestseller:last-child {
  border: medium none;
}

.item-product-bestseller .product-thumb {
  float: left;
  padding: 0 10px;
  width: 50%;
}

.item-product-bestseller .product-info2 {
  float: left;
  padding: 15px 10px 15px 0;
  width: 50%;
}

.product-info2 .title-product {
  font-weight: 400;
  margin: 0 0 3px;
}

.product-info2 .info-price span {
  font-size: 18px;
  font-weight: 700;
}

.hot-deal-tab-countdown canvas {
  display: none;
}

.hot-deal-tab-countdown .time_circles::before {
  font-family: FontAwesome;
  content: "\f017";
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 5px;
}

.hot-deal-tab-countdown .time_circles {
  color: #fff;
  left: -36px;
  padding: 46px 5px 0;
  position: absolute;
  text-align: center;
  top: 49px;
  width: 36px;
}

.hot-deal-tab-countdown .time_circles>div {
  width: 100%!important;
  border-top: 1px solid rgba(255,255,255,.5);
  padding: 8px 0;
}

.hot-deal-tab-countdown .number {
  display: block;
  font-weight: 700;
  margin-bottom: -5px;
}

.hot-deal-tab-countdown .text {
  font-size: 12px;
}

.featured-product2 {
  border: 1px solid #e5e5e5;
  margin-bottom: 50px;
  overflow: hidden;
}

.featured-product-sidebar {
  float: left;
  width: 18%;
}

.featured-product-content {
  float: left;
  width: 82%;
  border-left: 1px solid #e5e5e5;
}

.paginav-thumb-link>img {
  width: 100%;
}

.featured-list-brand {
  padding: 0 20px;
  text-align: center;
}

.title-cat-parent {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 76px;
  line-height: 76px;
  margin: -1px;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.featured-product2.blue-box .title-cat-parent {
  background: #5c6dbd;
}

.list-cat-childrent>li {
  display: inline-block;
  font-size: 14px;
  height: 74px;
  padding-top: 14px;
  position: relative;
  text-align: center;
  width: 150px;
}

.list-cat-childrent span {
  display: block;
}

.list-cat-childrent a {
  display: block;
  margin: 0 25px;
  position: relative;
}

.list-cat-childrent {
  border-bottom: 1px solid #e5e5e5;
  font-size: 0;
  margin: 0;
}

.list-cat-childrent>li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 28px;
  position: absolute;
  right: 0;
  top: 23px;
  width: 1px;
}

.list-cat-childrent>li:last-child::after {
  display: none;
}

.featured-product2.blue-box .list-cat-childrent a:hover {
  color: #5c6dbd;
}

.featured-product2.blue-box .list-cat-childrent a::before {
  background: #5c6dbd none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  top: -19px;
  width: 0;
  z-index: 99;
  position: absolute;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.featured-product2.blue-box .list-cat-childrent a:hover::before {
  width: 100%;
  left: 0;
}

.product-rating.rating-style2 {
  height: 15px;
  width: 75px;
  background: rgba(0,0,0,0) url("../../images/home2/rate-bg.png") repeat-x scroll 0 0;
}

.product-rating.rating-style2 .inner-rating {
  background: rgba(0,0,0,0) url("../../images/home2/rate-star.png") repeat-x scroll 0 0;
}

.tags-featured-product {
  background: #f4f4f4 none repeat scroll 0 0;
  border-top: 1px solid #e5e5e5;
  float: left;
  padding: 9px 20px;
  width: 100%;
}

.tags-featured-product label {
  margin: 0;
  text-transform: uppercase;
}

.tags-featured-product a {
  margin-left: 30px;
}

.tags-featured-product a:hover {
  color: #fe4242;
}

.tags-featured-product label i {
  margin-right: 5px;
}

.item-featured-product {
  border-left: 1px solid #e5e5e5;
  float: left;
  padding: 20px;
  width: 33.333%;
  min-height: 208px;
}

.featured-product-info.product-info2 {
  float: left;
  padding-right: 20px;
  width: 50%;
  padding-top: 8px;
}

.featured-product-thumb {
  float: left;
  width: 50%;
}

.item-featured-product:first-child {
  border: medium none;
}

.featured-list-brand ul {
  margin: 0;
  padding-top: 6px;
}

.persale {
  background: #f9a725 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  margin-bottom: 1px;
  text-align: center;
  width: 40px;
}

.new {
  background: #ff8ba0 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  width: 42px;
}

.persale-text {
  background: #f8c519 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  height: 22px;
  margin: 0;
  text-align: center;
  width: 135px;
}

.featured-info-sale {
  margin-bottom: 15px;
  min-height: 47px;
}

.content-featured-product-sidebar {
  padding: 20px;
}

.sidebar-cat-childrent a {
  color: #010101;
  display: block;
  padding: 10px 0;
  position: relative;
}

.sidebar-cat-childrent a:hover::before {
  content: "";
  height: 100%;
  left: -25px;
  position: absolute;
  top: 0;
  width: 4px;
}

.sidebar-cat-childrent {
  margin: -10px 0 8px;
}

.featured-product2.pink-box .title-cat-parent {
  background: #ff74be;
  line-height: 20px;
  padding-top: 17px;
}

.featured-product2.pink-box .title-cat-parent {
  background: #ff74be none repeat scroll 0 0;
  line-height: 20px;
  padding-top: 17px;
}

.list-cat-childrent.no-icon>li {
  width: auto;
  padding: 0 17px;
}

.list-cat-childrent.no-icon a {
  margin: 0;
  padding: 27px 12px;
}

.featured-product2.pink-box .list-cat-childrent.no-icon a:hover {
  color: #ff74be;
}

.featured-product2.pink-box .list-cat-childrent.no-icon a::before {
  background: #ff74be none repeat scroll 0 0;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 0;
  height: 4px;
  content: "";
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.featured-product2.pink-box .list-cat-childrent.no-icon a:hover::before {
  left: 0;
  width: 100%;
}

.cat-bestsale-slider {
  padding: 20px;
}

.cat-bestsale-slider h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 7px 0 28px;
  text-transform: uppercase;
}

.cat-bestsale-slider .featured-product-thumb {
  float: none;
  width: auto;
  position: relative;
}

.cat-bestsale-slider .featured-product-info {
  float: none;
  width: auto;
  margin-top: 20px;
}

.cat-bestsale-slider .featured-info-sale {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}

.cat-bestsale-slider .info-price span {
  display: block;
}

.cat-bestsale-slider.slider-home2 .owl-controls.clickable {
  right: -10px;
  top: -45px;
}

.cat-bestsale-slider .new {
  background: #ff74be;
}

.item-paginav-featured {
  float: left;
  width: 33.334%;
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  min-height: 413px;
}

.inner-item-paginav-featured {
  position: relative;
  overflow: hidden;
}

.paginav-featured-info {
  background: rgba(0,0,0,.5) none repeat scroll 0 0;
  color: #fff;
  height: 100%;
  left: 0;
  padding-top: 80px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.item-paginav-featured:hover .paginav-featured-info {
  opacity: 1;
  top: 0;
}

.content-featured-product-sidebar .item-adv-simple a::after,
.content-featured-product-sidebar .item-adv-simple a::before {
  display: none;
}

.adv-featured-product.item-adv-simple,
.content-featured-product-sidebar .item-adv-simple {
  overflow: hidden;
}

.adv-featured-product.item-adv-simple img,
.content-featured-product-sidebar .item-adv-simple img {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.adv-featured-product.item-adv-simple:hover img,
.content-featured-product-sidebar .item-adv-simple:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.paginav-featured-info>span {
  display: block;
  font-size: 30px;
}

.paginav-featured-info>strong {
  font-size: 30px;
}

.paginav-featured-info>p {
  font-size: 18px;
}

.paginav-featured-info .shopnow {
  background: #ff74be none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-top: 15px;
  width: 110px;
}

.paginav-featured-slider .owl-theme .owl-controls .owl-page span {
  background: #fff none repeat scroll 0 0;
  border: 1px solid;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 0 5px;
  opacity: 1;
  width: 12px;
  position: relative;
}

.paginav-featured-slider .wrap-item.owl-theme .owl-controls {
  position: absolute;
  width: 70px;
  bottom: 32px;
  z-index: 999;
  left: 50%;
  margin-left: -35px;
}

.paginav-featured-slider .owl-theme .owl-controls .owl-page.active span::before,
.paginav-featured-slider .owl-theme .owl-controls .owl-page:hover span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.featured-list-brand a {
  display: block;
  overflow: hidden;
}

.featured-list-brand a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.featured-list-brand a img {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.featured-product2.red-dark-box .title-cat-parent {
  background: #c75347;
}

.featured-product2.red-dark-box .list-cat-childrent a::before {
  background: #c75347 none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  top: -19px;
  width: 0;
  z-index: 99;
  position: absolute;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.featured-product2.red-dark-box .list-cat-childrent a:hover::before {
  width: 100%;
  left: 0;
}

.featured-product2.red-dark-box .list-cat-childrent a:hover {
  color: #c75347;
}

.main-featured-left {
  float: left;
  width: 66.5%;
  overflow: hidden;
}

.main-featured-right {
  float: left;
  width: 33.5%;
}

.main-featured-left .item-featured-product {
  width: 50%;
}

.main-featured-left .item-featured-product:last-child {
  border-right: 1px solid #e5e5e5;
}

.best-seller-right.slider-home2 h2 {
  background: #c75347 none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  margin: -1px -1px 0 0;
  padding: 17px 20px;
  text-transform: uppercase;
}

.best-seller-right.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0,0,0,.5) none repeat scroll 0 0;
}

.best-seller-right.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
  background: #000 none repeat scroll 0 0;
}

.best-seller-right.slider-home2 .owl-controls.clickable {
  right: 18px;
}

.product-thumb .addcart-link.addcart-single {
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  content: "";
  display: block;
  font-family: FontAwesome;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 40px;
}

.product-thumb:hover .addcart-single.addcart-link {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.addcart-single.addcart-link i {
  margin: 0;
}

.item-product-right {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  padding: 10px 0;
  width: 100%;
}

.item-product-right .addcart-link.addcart-single {
  background: #c75347;
}

.item-product-right .product-thumb {
  float: left;
  width: 36%;
}

.best-seller-right .wrap-item {
  padding: 5px 20px;
}

.item-product-right:last-child {
  border: medium none;
}

.item-product-right .product-info {
  float: left;
  width: 64%;
}

.item-product-right .product-info .title-product {
  font-weight: 400;
  margin: 0 0 3px;
}

.item-product-right .info-price span {
  font-size: 18px;
  font-weight: 700;
}

.item-product-right .product-thumb img {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.item-product-right .product-thumb:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.featured-product-thumb img {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 100%;
}

.featured-product-thumb {
  overflow: hidden;
}

.featured-product-thumb a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.large-cat-thumb img {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 100%;
}

.large-cat-thumb {
  overflow: hidden;
}

.large-cat-thumb a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.small-cat-thumb img {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 100%;
}

.small-cat-thumb {
  overflow: hidden;
}

.small-cat-thumb a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.small-cat-info {
  margin-top: 5px;
}

.aloshop-brand {
  border: 1px solid #e5e5e5;
  margin-top: 50px;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 50px;
}

.item-aloshop-brand {
  padding: 0 15px;
}

.aloshop-brand>h2 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  margin: 15px 0 42px;
  text-transform: uppercase;
}

.item-aloshop-brand p {
  margin: 40px 0 15px;
  color: #555;
}

.item-aloshop-brand p a {
  color: #999;
}

.aloshop-brand-link:hover {
  box-shadow: 0 0 0 10px rgba(0,0,0,.1);
}

.aloshop-brand-link {
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.outlet-box {
  border: 1px solid #e5e5e5;
}

.outlet-box .outlet-box-row {
  margin: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.outlet-box .outlet-box-col {
  padding: 0;
  border-right: 1px solid #e5e5e5;
  display: table-cell;
  float: none;
  vertical-align: top;
}

.outlet-box .outlet-box-col:last-child {
  border-right: none;
}

.outlet-box .outlet-slider {
  padding: 20px;
}

.outlet-slider-info {
  bottom: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.outlet-slider-info h2 {
  background: rgba(51,51,51,.9) none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 90px;
  margin: 0;
  padding: 15px 30px;
  text-transform: uppercase;
}

.outlet-slider .item {
  position: relative;
}

.outlet-slider-info span {
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
}

.outlet-slider .owl-theme .owl-controls .owl-page span {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  width: 10px;
  border: 3px solid #fff;
}

.outlet-slider .wrap-item.owl-theme .owl-controls {
  bottom: 32px;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.outlet-adv .item-adv-simple {
  margin-bottom: 10px;
}

.outlet-adv .item-adv-simple:last-child {
  margin-bottom: 0;
}

.outlet-adv {
  padding: 20px;
}

.outlet-brand>h2 {
  background: #f4f4f4 none repeat scroll 0 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.outlet-branhd h2 span {
  display: inline-block;
  position: relative;
}

.outlet-branhd h2 span::before {
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: 999;
}

.outlet-brand span {
  display: inline-block;
  position: relative;
}

.outlet-brand span::after {
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 100%;
}

.list-outlet-brand ul {
  float: left;
  list-style: outside none none;
  margin: -10px 0 0;
  padding: 0 30px;
  width: 50%;
}

.list-outlet-brand a {
  color: #010101;
  display: block;
  padding: 10px 0;
  position: relative;
}

.list-outlet-brand .list-outlet-left a:hover::before {
  content: "";
  height: 100%;
  left: -35px;
  position: absolute;
  top: 0;
  width: 4px;
}

.list-outlet-brand .list-outlet-right a:hover::before {
  content: "";
  height: 100%;
  right: -35px;
  position: absolute;
  top: 0;
  width: 4px;
}

.list-outlet-brand {
  height: 420px;
  padding: 20px 0;
  position: relative;
}

.list-outlet-brand .mCSB_container {
  margin: 0 -5px;
  max-width: none!important;
  padding: 0 5px;
}

.list-outlet-brand .mCustomScrollBox>.mCSB_scrollTools {
  right: 50%;
  width: 20px;
  margin-right: -10px;
  opacity: 1;
}

.list-outlet-brand .mCSB_scrollTools .mCSB_dragger {
  height: 20px!important;
  width: 20px;
}

.list-outlet-brand .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255,255,255,.8) none repeat scroll 0 0;
  border: 1px solid;
  width: 20px;
  height: 20px;
}

.list-outlet-brand .mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0;
  height: 100%;
  margin: 0 auto;
  width: 1px;
  background: #e5e5e5;
}

.list-outlet-brand .mCustomScrollBox {
  margin: 0 -5px;
  max-width: none!important;
  padding: 0 5px;
}

.list-box-social {
  margin-top: 40px;
}

.title-social-box {
  font-weight: 700;
  margin: 0 0 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.box-social.box-twitter iframe {
  border: 1px solid #e5e5e5!important;
}

.list-item-instagram a {
  display: block;
  float: left;
  border: 1px solid #fff;
  width: 33.334%;
  overflow: hidden;
}

.list-item-instagram a img {
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.list-item-instagram a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.list-service2 {
  color: #fff;
  margin-top: 47px;
  padding: 20px 0;
}

.item-service2 {
  border-right: 1px solid rgba(255,255,255,.2);
  display: table;
  padding: 0 45px;
  width: 100%;
}

.service-thumb2 {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
}

.service-info2 {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.service-info2 h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.box-bottom-home2 {
  border: 1px solid #e5e5e5;
  padding: 30px;
  min-height: 350px;
}

.box-bottom-home2 h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.bottom-home2 {
  margin-top: 50px;
}

.category-adv-sidebar {
  float: left;
  width: 37%;
}

.category-adv-content {
  float: left;
  width: 63%;
}

.cat-brand-slider.slider-home2 {
  padding: 0 23px;
}

.category-adv {
  border: 1px solid #e5e5e5;
  margin-bottom: 50px;
}

.slider-home2.cat-brand-slider .owl-controls.clickable {
  position: static;
}

.slider-home2.cat-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
  margin-top: -10px;
  position: absolute;
  opacity: 0;
}

.slider-home2.cat-brand-slider:hover .wrap-item.owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}

.slider-home2.cat-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -15px;
}

.slider-home2.cat-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -15px;
}

.category-adv.red-box .title-cat-parent {
  background: #f87062 none repeat scroll 0 0;
  line-height: 20px;
  padding-top: 17px;
}

.category-adv.red-box .sidebar-cat-childrent a:hover::before {
  background: #f87062 none repeat scroll 0 0;
}

.category-adv.red-box .sidebar-cat-childrent a:hover {
  color: #f87062;
}

.category-adv.red-box .tags-featured-product a:hover {
  color: #f87062;
}

.category-adv.blue-box .title-cat-parent {
  background: #6170bc none repeat scroll 0 0;
}

.category-adv.blue-box .sidebar-cat-childrent a:hover::before {
  background: #6170bc none repeat scroll 0 0;
}

.category-adv.blue-box .sidebar-cat-childrent a:hover {
  color: #6170bc;
}

.category-adv.blue-box .tags-featured-product a:hover {
  color: #6170bc;
}

.category-adv.green-box .title-cat-parent {
  background: #55c932 none repeat scroll 0 0;
}

.category-adv.green-box .sidebar-cat-childrent a:hover::before {
  background: #55c932 none repeat scroll 0 0;
}

.category-adv.green-box .sidebar-cat-childrent a:hover {
  color: #55c932;
}

.category-adv.green-box .tags-featured-product a:hover {
  color: #55c932;
}

.category-adv.yellow-box .title-cat-parent {
  background: #fe9c00 none repeat scroll 0 0;
}

.category-adv.yellow-box .sidebar-cat-childrent a:hover::before {
  background: #fe9c00 none repeat scroll 0 0;
}

.category-adv.yellow-box .sidebar-cat-childrent a:hover {
  color: #fe9c00;
}

.category-adv.yellow-box .tags-featured-product a:hover {
  color: #fe9c00;
}

.category-adv.box-right .sidebar-cat-childrent a:hover::before {
  left: auto;
  right: -25px;
}

.category-adv.box-left .list-img-video {
  border-left: 1px solid #e5e5e5;
}

.category-adv.box-right .list-img-video {
  border-right: 1px solid #e5e5e5;
}

.list-img-video {
  border-top: 1px solid #e5e5e5;
  padding: 20px;
}

.video-image-thumb {
  margin-bottom: 20px;
}

.video-image-thumb a {
  position: relative;
}

.video-image-thumb a::before {
  background: rgba(0,0,0,0) url("../../images/home2/icon-vd.png") no-repeat scroll center center;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.wrap-from-blog {
  display: table;
  width: 100%;
}

.from-blog-thumb {
  display: table-cell;
}

.from-blog-info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}

.from-blog-info>h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}

.from-blog-info>p {
  line-height: 20px;
  margin: 0;
  color: #666;
}

.from-blog-more {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 11px 0;
  position: relative;
}

.from-blog-more li {
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  height: 13px;
  line-height: 13px;
  margin-right: 7px;
  padding-right: 10px;
}

.from-blog-more .readmore {
  position: absolute;
  right: 0;
  top: 10px;
}

.from-blog-more>ul {
  color: #999;
  font-size: 12px;
  margin: 0;
}

.from-blog-more li i {
  margin-right: 7px;
}

.from-blog-more li:last-child {
  border: medium none;
}

.from-blog-slider .viewall {
  bottom: 0;
  position: absolute;
  right: 0;
}

.box-from-blog {
  padding-bottom: 100px;
  position: relative;
}

.box-from-blog .viewall {
  border-radius: 4px;
  bottom: 30px;
  color: #fff;
  display: block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 145px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.box-from-blog .viewall:hover {
  background: #333;
}

.from-blog-slider.slider-home2 .owl-controls.clickable {
  left: 0;
  bottom: -65px;
  top: auto;
  right: auto;
}

.from-blog-thumb img {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.from-blog-thumb a {
  display: block;
  overflow: hidden;
  width: 100px;
}

.from-blog-thumb a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.box-newsletter>p {
  color: #666;
  margin: -7px 0 22px;
}

.box-newsletter form {
  padding-right: 115px;
  position: relative;
}

.box-newsletter input[type=text] {
  border: 1px solid #ccc;
  color: #999;
  height: 40px;
  padding: 0 15px;
  width: 100%;
}

.box-newsletter input[type=submit] {
  border: medium none;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  height: 40px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 120px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.box-newsletter input[type=submit]:hover {
  background: #333;
}

.social-home2.social-network {
  margin-top: 43px;
}

.social-home2.social-network>ul {
  margin: 0;
}

.social-home2.social-network li {
  margin-right: 10px;
}

.author-testimo {
  border: 1px solid #e5e5e5;
  display: table;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  width: 100%;
}

.author-test-link {
  display: table-cell;
}

.author-test-info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  width: 100%;
}

.author-test-info h3 {
  font-size: 14px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.box-testimo {
  padding-bottom: 77px;
  position: relative;
}

.box-testimo .viewall {
  border-radius: 4px;
  bottom: 30px;
  color: #fff;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 145px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.box-testimo .viewall:hover {
  background: #333 none repeat scroll 0 0;
}

.item-testimo .desc {
  color: #666;
}

.testimo-slider.slider-home2 .owl-controls.clickable {
  bottom: -40px;
  left: 0;
  right: auto;
  top: auto;
}

.author-testimo::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 14px;
  bottom: -13px;
  left: 38px;
  background: url("../../images/home2/half-arrow.png");
}

.author-test-link a {
  display: block;
  overflow: hidden;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 70px;
}

.author-test-link a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.author-test-link img {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.list-box-footer2 {
  background: #2b2b2b none repeat scroll 0 0;
  margin-top: 50px;
  padding: 45px 0 25px;
}

.item-box-footer2>h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.menu-footer2 a {
  color: #ccc;
  font-size: 14px;
  padding-left: 10px;
}

.menu-footer2>li {
  color: #ccc;
  font-size: 10px;
  list-style: outside none disc;
  padding: 11px 0;
}

.menu-footer2 {
  padding-left: 10px;
}

.contact-footer2 {
  color: #ccc;
}

.contact-footer2 a {
  color: #ccc;
}

.contact-footer2 li i {
  left: 0;
  position: absolute;
  top: 15px;
}

.contact-footer2>li {
  margin-bottom: 10px;
  padding: 11px 30px 11px 25px;
  position: relative;
}

.footer2 {
  background: #272727 none repeat scroll 0 0;
  padding: 35px 0 25px;
}

.copyright2>p {
  color: #ccc;
  margin-bottom: 0;
}

.payment2.payment-method {
  margin-top: 10px;
}

.payment2.payment-method>a {
  margin-left: 7px;
}

.header3 {
  background: #1bb2b0 none repeat scroll 0 0;
  padding: 22px 0;
}

.smart-search.search-form3 {
  margin: 0 20px 0 -40px;
  padding: 0 0 0 82px;
}

.search-form3 .select-category {
  background: #f4f4f4 none repeat scroll 0 0;
  border: medium none;
  border-radius: 18px 0 0 18px;
  height: 36px;
  width: 82px;
}

.search-form3 .select-category .category-toggle-link {
  border-right: 1px solid #ccc;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
}

.search-form3 .select-category .category-toggle-link::after {
  right: 20px;
}

.search-form3 .list-category-toggle {
  border-top-left-radius: 16px;
  width: 200px;
}

.search-form3 .smart-search-form input[type=text] {
  border: medium none;
  height: 36px;
  padding: 0 20px;
}

.search-form3 .smart-search-form input[type=submit] {
  background-color: #e0cb26;
  border: medium none;
  border-radius: 0 18px 18px 0;
  height: 36px;
  width: 44px;
}

.search-form3 .smart-search-form {
  padding-right: 44px;
}

.top-info.top-info3 {
  border-right: 1px solid rgba(255,255,255,.2);
  display: inline-block;
  float: none;
  margin-right: 16px;
  vertical-align: middle;
}

.mini-cart.mini-cart-3 {
  display: inline-block;
  margin: 0;
  padding-right: 20px;
  vertical-align: middle;
}

.top-info.top-info3>li>a {
  color: #fff;
  font-size: 14px;
}

.top-info.top-info3>li {
  border-color: rgba(255,255,255,.2);
  padding: 6px 15px;
}

.top-info3 .has-child>a::after {
  margin-left: 9px;
}

.header-mini-cart3 .total-mini-cart-icon {
  background: rgba(0,0,0,0) url("../../images/home3/icon-cart.png") no-repeat scroll center center;
  border: medium none;
  border-radius: 0;
  height: 24px;
  width: 28px;
}

.header-mini-cart3 .total-mini-cart-item {
  background: #e0cb26 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -20px;
  text-align: center;
  top: -15px;
  width: 30px;
}

.header-mini-cart3 {
  position: relative;
  display: block;
}

.wrap-cart-info3 {
  float: right;
  margin-top: 4px;
}

.header-nav3 {
  background: #e0cb26 none repeat scroll 0 0;
}

.main-nav.main-nav3 {
  background: transparent none repeat scroll 0 0;
  margin: 0;
}

.top-info3 .sub-menu-top li:hover {
  background: #fdd922 none repeat scroll 0 0;
}

.mini-cart-3 .mini-cart-view {
  background: #1bb2b0 none repeat scroll 0 0;
}

.mini-cart-3 .mini-cart-checkout {
  background: #e0cb26 none repeat scroll 0 0;
}

.content-home3 {
  background: #f3f3f3 none repeat scroll 0 0;
}

.quick-category {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 4px 1px rgba(0,0,0,.1);
  color: #555;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 8px 15px;
  text-align: center;
}

.quick-category a {
  border-right: 1px solid #e5e5e5;
  color: #555;
  display: inline-block;
  margin-right: 20px;
  padding-right: 24px;
}

.quick-category img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
}

.quick-category label {
  font-weight: 400;
  margin: 0 10px 0 0;
}

.quick-category a:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.quick-category a:hover {
  color: #1bb2b0;
}

.zoom-image-thumb {
  overflow: hidden;
}

.zoom-image-thumb a {
  display: block;
}

.zoom-image-thumb img {
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.zoom-image-thumb:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.adv-close {
  position: relative;
}

.adv-close-link {
  background: rgba(0,0,0,0) url("../../images/home3/icon-close.png") no-repeat scroll center center;
  content: "";
  height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
  z-index: 9;
}

.adv-close.zoom-image-thumb {
  margin-bottom: 30px;
}

.thenew-info {
  left: 0;
  margin-top: -60px;
  padding: 0 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.thenew-info h2 {
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.thenew-info a {
  background: #1bb2b0 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-top: 25px;
  width: 156px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.thenew-info a:hover {
  background: #e0cb26;
}

.slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  background: rgba(255,255,255,.9) none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
  color: #1bb2b0;
  display: block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 30px;
}

.slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 50%;
  margin-left: -15px;
}

.slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 50%;
  margin-right: -15px;
}

.slider-home3 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}

.slider-home3 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
  right: 0;
}

.slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
  background: #1bb2b0;
  color: #fff;
}

.slider-home3 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div {
  opacity: 1;
}

.box-thenew-intro {
  float: left;
  margin: 0;
  padding: 25px 0 30px;
  position: relative;
  text-align: center;
  width: 20%;
}

.box-thenew-intro::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  content: "";
  background: #fdd922;
}

.box-thenew-intro:hover::before {
  height: 2px;
}

.list-thenew-intro {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #157ed2;
}

.best-seller3 .wrap-item {
  padding: 0 12px;
}

.best-seller3 {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  position: relative;
}

.best-seller3.slider-home3 h2 {
  border-bottom: 1px solid #e5e5e5;
  color: #1bb2b0;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 20px;
  text-transform: uppercase;
}

.best-seller3 .viewall3 {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
}

.item-product3 {
  padding: 20px 8px;
}

.product-thumb3 .product-extra-link a:hover {
  color: #e0cb26;
}

.best-seller3 h2 span {
  border-bottom: 2px solid #1bb2b0;
  padding-bottom: 7px;
}

.product-info3 .title-product {
  text-transform: uppercase;
}

.product-info3 .info-price span {
  color: #1bb2b0;
  font-weight: 700;
  margin-right: 8px;
}

.slider-home3.best-seller3 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  top: 130px;
}

.box-trending3 {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}

.item-trending3 {
  border-bottom: 1px solid #e5e5e5;
  display: table;
  padding: 22px 10px 20px 20px;
  width: 100%;
  position: relative;
}

.item-trending3::after {
  position: absolute;
  content: "";
  width: 5px;
  top: 50%;
  right: -5px;
  background: #1bb2b0;
  height: 0;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.ad-best-seller {
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  margin-bottom: 13px;
}

.ad-best-seller:last-child {
  margin: 0;
}

.item-trending3:hover::after {
  top: 0;
  height: 100%;
}

.item-trending3:last-child {
  border: none;
}

.trending-thumb3 {
  display: table-cell;
  position: relative;
  width: 100px;
}

.trending-thumb3 a {
  display: block;
  position: relative;
}

.trending-thumb3 a img {
  max-width: 100px;
}

.item-trending3 .product-info3 {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 19px;
  vertical-align: top;
}

.item-trending3 .addcart-link.addcart-single {
  background: #1bb2b0;
}

.list-trending3 {
  padding: 6px 0;
}

.box-trending3 h2 {
  border-bottom: 1px solid #e5e5e5;
  color: #1bb2b0;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 20px;
  text-transform: uppercase;
}

.box-trending3 h2 span {
  border-bottom: 2px solid #1bb2b0;
  padding-bottom: 7px;
}

.product-info3 {
  margin-top: 17px;
  padding-bottom: 5px;
}

.product-info3 .title-product a:hover {
  color: #1bb2b0;
}

.product-thumb3 .product-info-cart .addcart-link {
  background: #1bb2b0 none repeat scroll 0 0;
}

.dealoff-theday {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  margin-top: 50px;
  position: relative;
}

.dealoff-countdown {
  background: #e0cb26 none repeat scroll 0 0;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 230px;
}

.dealoff-countdown .time_circles canvas {
  display: none;
}

.dealoff-countdown .time_circles>div {
  color: #fff;
  display: inline-block;
  width: auto!important;
}

.dealoff-countdown .time_circles>div::after {
  content: ":";
  padding: 0 5px;
}

.dealoff-countdown .time_circles>div:last-child::after {
  content: "Left";
}

.dealoff-countdown .time_circles::before {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 30px;
  margin-left: 30px;
  margin-right: 15px;
  vertical-align: middle;
}

.dealoff-theday>h2 {
  border-bottom: 1px solid #e5e5e5;
  color: #e0cb26;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 20px 15px 10px 20px;
  text-transform: uppercase;
}

.dealoff-theday h2 span {
  border-bottom: 2px solid #e0cb26;
  padding-bottom: 7px;
}

.item-dealoff {
  padding: 0 8px;
}

.item-dealoff .item-product {
  border: medium none;
}

.dealoff-theday-slider .wrap-item {
  padding: 0 12px;
}

.item-dealoff .product-info3 .info-price span {
  color: #e0cb26;
}

.item-dealoff .product-info3 .title-product a:hover {
  color: #e0cb26;
}

.item-dealoff .product-thumb3 .product-info-cart .addcart-link {
  background: #e0cb26 none repeat scroll 0 0;
}

.item-dealoff .product-thumb3 .product-extra-link a:hover {
  color: #1bb2b0;
}

.slider-home3.dealoff-theday-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
  top: 130px;
  color: #e0cb26;
}

.slider-home3.dealoff-theday-slider .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
  background: rgba(224,203,38,.9);
  color: #fff;
}

.viewall3 {
  background: #1bb2b0 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 110px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.viewall3:hover {
  background: #e0cb26 none repeat scroll 0 0;
}

.service3 {
  background: #1bb2b0 none repeat scroll 0 0;
  margin: 0 0 30px;
}

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

.item-service3 {
  display: table;
  padding: 15px;
  width: 100%;
}

.item-service-info3 {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}

.item-service-info3>h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.item-service-info3 a {
  color: #fff;
}

.item-service-info3>p {
  color: #fff;
  margin: 0;
}

.item-service3:hover {
  background: #e0cb26 none repeat scroll 0 0;
}

.thenew-banner {
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  margin-bottom: 30px;
}

.box-thenew-intro li:first-child {
  color: #333;
}

.box-thenew-intro li {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.box-thenew-intro li:last-child {
  color: #999;
}

.box-thenew-intro:hover li:first-child {
  color: #157ed2;
}

.box-thenew-intro:hover li:last-child {
  color: #333;
}

.title-home3 {
  color: #1bb2b0;
  font-weight: 700;
  margin: 0 0 45px;
  text-align: center;
  text-transform: uppercase;
}

.mobile-access-box {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  margin-bottom: 30px;
  padding: 30px 30px 31px;
  text-align: center;
  transition: all .3s ease-out 0s;
}

.mobile-access-box:hover {
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.3);
}

.mobile-access-box>h2 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 13px;
  padding-bottom: 17px;
  text-transform: uppercase;
}

.access-list-link ul {
  float: left;
  margin: 1px 0;
  text-align: left;
  width: 50%;
}

.access-list-link ul:last-child {
  padding-left: 20px;
}

.access-list-link li {
  line-height: 21px;
  margin-bottom: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .access-list-link li {
    margin-bottom: 17px;
    line-height: 19px;
  }

  .mobile-access-box.mobile-access-long {
    padding: 39px 25px 40px;
  }
}

.access-list-link li a {
  color: #999;
}

.access-list-link li a:hover {
  color: #1bb2b0;
}

.access-list-link {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.mobile-access-box.mobile-access-long {
  padding: 39px 25px;
}

.mobile-access-col2 .mobile-access-thumb {
  float: left;
  width: 53%;
}

.mobile-access-col2 .product-info3 {
  float: left;
  padding-left: 20px;
  padding-top: 35px;
  width: 47%;
}

.mobile-access-box.mobile-access-col2 {
  padding: 39px 30px 39px;
}

.access-more {
  color: #1bb2b0;
}

.access-more:hover {
  color: #333;
}

.access-more i {
  margin-left: 5px;
}

.mobile-access-box.mobile-access-text {
  padding-bottom: 20px;
}

.mobile-access {
  margin-top: 45px;
}

.shopnow-access:hover {
  background: #1bb2b0;
  color: #fff;
  border-color: #1bb2b0;
}

.shopnow-access {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #999;
  display: block;
  height: 36px;
  line-height: 36px;
  margin: 15px auto auto;
  text-align: center;
  width: 120px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.popular-cat-content {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}

.popular-cat-box {
  margin-bottom: 30px;
}

.popular-cat-slider .wrap-item {
  padding: 0 12px 2px;
}

.popular-cat-tab-title {
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
  position: relative;
}

.popular-cat-tab-title>ul {
  bottom: 10px;
  left: 20px;
  margin: 0;
  position: absolute;
}

.popular-cat-tab-title li {
  display: inline-block;
  margin-right: 27px;
}

.popular-cat-tab-title .viewall:hover {
  background-color: #e0cb26;
  color: #fff;
}

.popular-cat-tab-title .viewall {
  background: #1bb2b0 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  width: 110px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.popular-cat-tab-title a {
  color: #999;
  display: block;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.popular-cat-tab-title a:hover {
  color: #1bb2b0;
}

.popular-cat-tab-title li.active a::after {
  background: #1bb2b0 none repeat scroll 0 0;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.popular-cat-tab-title li.active a {
  color: #1bb2b0;
  font-size: 18px;
}

.popular-cat-sidebar {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}

.popular-cat-sidebar>h2 {
  background: #1bb2b0 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  margin: 0;
  padding-left: 20px;
  padding-top: 20px;
  text-transform: uppercase;
}

.popular-listcat {
  min-height: 255px;
  padding: 20px 30px;
}

.popular-listcat a {
  color: #555;
}

.popular-listcat a:hover {
  color: #1bb2b0;
}

.popular-listcat>li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.popular-cat-slider .category-brand-slider {
  border: medium none;
}

.popular-cat-sidebar .category-brand-slider {
  border: medium none;
  padding: 10px 0;
}

.popular-cat-slider.slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  top: 130px;
}

.popular-cat-box.yellow-box .popular-cat-tab-title .viewall {
  background-color: #e0cb26;
}

.popular-cat-box.yellow-box .popular-cat-tab-title .viewall:hover {
  background-color: #1bb2b0;
}

.popular-cat-box.yellow-box .popular-cat-tab-title li.active a {
  color: #e0cb26;
}

.popular-cat-box.yellow-box .popular-cat-tab-title li a:hover {
  color: #e0cb26;
}

.popular-cat-box.yellow-box .popular-cat-tab-title li.active a::after {
  background-color: #e0cb26;
}

.popular-cat-box.yellow-box .popular-cat-sidebar>h2 {
  background-color: #e0cb26;
}

.popular-cat-box.yellow-box .popular-listcat a:hover {
  color: #e0cb26;
}

.popular-cat-box.yellow-box .product-thumb3 .product-info-cart .addcart-link {
  background-color: #e0cb26;
}

.popular-cat-box.yellow-box .product-info3 .info-price span {
  color: #e0cb26;
}

.popular-cat-box.yellow-box .product-info3 .title-product a:hover {
  color: #e0cb26;
}

.popular-cat-box.yellow-box .product-thumb3 .product-extra-link a:hover {
  color: #1bb2b0;
}

.popular-cat-box.yellow-box .slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  color: #e0cb26;
}

.popular-cat-box.yellow-box .slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
  color: #fff;
  background-color: #e0cb26;
}

.adv-sale3 {
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  margin-bottom: 45px;
}

.world-ad-box {
  border: 10px solid #fff;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  display: block;
}

.alo-smask {
  background: rgba(0,0,0,.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.list-latest-new .zoom-image-thumb {
  float: left;
  width: 36%;
}

.list-latest-new {
  margin: 0;
  padding: 10px 20px 13px;
}

.tab-testimo-slider {
  padding: 10px 20px;
}

.testimo-tab-info {
  margin: 0 0 15px;
}

.testimo-tab-info>li {
  display: inline-block;
  vertical-align: middle;
}

.testimo-tab-info .author-test-info>span {
  color: #1bb2b8;
}

.item-testimo3 .desc {
  margin: 0;
}

.item-testimo3 {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}

.testimo-tab-info .author-test-info h3 a:hover {
  color: #1bb2b0;
}

.tab-testimo-slider .wrap-item.owl-theme .owl-controls {
  margin: 28px 0 19px;
}

.tab-testimo-slider .owl-theme .owl-controls .owl-page span {
  background: #999 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  width: 10px;
}

.tab-testimo-slider .owl-theme .owl-controls .owl-page.active span,
.tab-testimo-slider .owl-theme .owl-controls .owl-page:hover span {
  background-color: #1bb2b0;
}

.item-manufacture {
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
  margin: 0 15px;
}

.manufacture-slider {
  margin: 0 -15px;
}

.manufacturers-banner {
  padding: 20px 0 50px;
}

.manufacture-slider .owl-wrapper-outer {
  padding: 2px 0 5px;
}

.list-gift-icon {
  background: #e0cb26 none repeat scroll 0 0;
  color: #fff;
  padding: 50px 0 40px;
  text-align: center;
}

.item-gift-icon>span {
  font-size: 60px;
}

.item-gift-icon>h2 {
  margin: 5px 0 20px;
  text-transform: uppercase;
}

.item-gift-icon {
  padding: 0 30px;
}

.tab-testimo-slider .wrap-item.owl-theme .owl-controls {
  margin: 28px 0 19px;
}

.gift-icon-slider .owl-theme .owl-controls .owl-page span {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  width: 10px;
}

.gift-icon-slider .wrap-item.owl-theme .owl-controls {
  margin: 10px 0 0;
}

.gift-icon-slider .owl-theme .owl-controls .owl-page.active span,
.gift-icon-slider .owl-theme .owl-controls .owl-page:hover span {
  background: #1bb2b0;
}

.box-menu-footer3>h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.box-menu-footer3>ul {
  margin: 0;
}

.box-menu-footer3 li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.box-menu-footer3 li::before {
  color: #1bb2b0;
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 3px;
}

.list-menu-footer3 {
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0 35px;
}

.newsletter-footer.newsletter-footer3 input[type=submit] {
  background: #1bb2b0 url("../../images/home3/icon-email.png") no-repeat scroll center center;
  height: 40px;
  width: 50px;
}

.social-footer3 a {
  width: 32px;
}

.social-footer-box3 {
  padding: 50px 0;
}

.box-menu-footer3 a:hover {
  color: #1bb2b0;
}

.footer-bottom3 {
  background: #1bb2b0 none repeat scroll 0 0;
  color: #fff;
  padding: 20px 0;
}

.social-footer.social-footer3.social-network>ul {
  margin: 0;
}

.copyright3 {
  display: inline-block;
  font-weight: 700;
  margin: 0 15px 0 0;
  text-transform: uppercase;
}

.policy3 {
  display: inline-block;
}

.policy3>label {
  font-weight: 400;
  margin: 0 5px 0 0;
}

.policy3>a {
  border-right: 1px solid #fff;
  color: #fff;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-right: 3px;
  padding-right: 8px;
}

.policy3>a:hover {
  color: #e0cb26;
}

.policy3>a:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

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

.findin-store>a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.findin-store>a i {
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.findin-store span {
  display: inline-block;
  vertical-align: middle;
}

.newsletter-footer.newsletter-footer3 input[type=text] {
  height: 40px;
}

.latest-testimo-tab {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}

.latest-post-info {
  float: left;
  padding-left: 20px;
  width: 64%;
}

.latest-post-info>h3 {
  font-size: 14px;
  line-height: 25px;
  margin: -7px 0 13px;
}

.list-latest-new>li {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}

.list-latest-new>li:last-child {
  border: medium none;
}

.comment-date-info {
  color: #999;
  font-size: 12px;
}

.comment-date-info>li {
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  margin-right: 5px;
  padding-right: 8px;
}

.comment-date-info>li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.comment-date-info>li i {
  margin-right: 8px;
}

.latest-post-info>h3 a:hover {
  color: #1bb2b0;
}

.mobile-access-thumb a {
  display: block;
  position: relative;
}

.mobile-access-thumb a::before {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.mobile-access-thumb a::after {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.mobile-access-thumb a:hover::before {
  left: 0;
  width: 100%;
}

.mobile-access-thumb a:hover::after {
  top: 0;
  height: 100%;
}

.hidden-category-dropdown .wrap-category-dropdown {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,.1);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
}

.content-page {
  margin-top: 0;
}

.content-page .container {
  background: #fff;
}

.contact-map {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.list-contact-info {
  margin-bottom: 45px;
}

.item-contact-info {
  position: relative;
  text-align: center;
}

.item-contact-info::after {
  background: #999 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 100%;
  margin-left: -50px;
  position: absolute;
  top: 28px;
  width: 100px;
}

.item-contact-info.last-item::after {
  display: none;
}

.item-contact-info a i {
  color: #999;
  font-size: 60px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.contact-info-page {
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 70px 0;
  text-align: center;
}

.contact-info-page .desc {
  color: #555;
  margin: 0 auto;
  max-width: 890px;
  padding: 0 15px;
}

.item-contact-info>h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 0;
}

.item-contact-info a {
  color: #333;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.form-contact input[type=text] {
  border: 1px solid #e5e5e5;
  color: #999;
  height: 42px;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
}

.form-contact textarea {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  width: 100%;
  padding: 20px;
}

.form-contact input[type=submit] {
  border: medium none;
  color: #fff;
  height: 40px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 110px;
}

.contact-form-page>h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 37px;
  text-transform: uppercase;
}

.contact-form-page {
  margin-top: 45px;
}

.item-contact-info .contact-icon {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.item-contact-info .contact-icon::before {
  color: #999;
  font-family: fontawesome;
  font-size: 60px;
  left: 100%;
  position: absolute;
  top: -1px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  left: 0;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  opacity: 0;
}

.item-contact-info .contact-icon.icon-mobile::before {
  content: "\f10b";
}

.item-contact-info .contact-icon.icon-phone::before {
  content: "\f095";
}

.item-contact-info .contact-icon.icon-email::before {
  content: "\f0e0";
}

.item-contact-info .contact-icon:hover::before {
  transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -webkit-transform: translateX(0) rotate(0);
  opacity: 1;
}

.item-contact-info .contact-icon:hover i {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

.item-contact-info .contact-icon.icon-quality::before {
  content: "\f219";
}

.item-contact-info .contact-icon.icon-shipment::before {
  content: "\f017";
}

.item-contact-info .contact-icon.icon-payment::before {
  content: "\f155";
}

.about-menu {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin: 0;
}

.about-menu>li {
  display: inline-block;
  margin-right: 36px;
}

.about-menu a {
  color: #333;
  display: block;
  padding: 15px 0;
  position: relative;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.about-menu a::after {
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: -1px;
  width: 0;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.about-menu a:hover::after {
  width: 100%;
  left: 0;
}

.about-full-protec h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 40px;
  text-transform: uppercase;
}

.protect-video {
  margin-top: 95px;
}

.about-full-protec span {
  border-radius: 50%;
  color: #fff;
  display: table-cell;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}

.about-full-protec ul {
  margin: 0;
  max-width: 450px;
  position: relative;
}

.about-full-protec li {
  display: table;
  margin-bottom: 75px;
  position: relative;
  width: 100%;
}

.about-full-protec p {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}

.about-full-protec li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 50px;
  left: 30px;
  margin-top: 12px;
  position: absolute;
  top: 100%;
  width: 1px;
}

.about-full-protec li:last-child {
  margin: 0;
}

.about-full-protec li:last-child::after {
  display: none;
}

.about-full-protec .new-user-guide {
  color: #3a49b8;
  display: block;
  margin-top: 30px;
}

.video-about {
  padding-right: 60px;
  padding-top: 20px;
  text-align: right;
}

.about-review {
  border-top: 2px solid #e5e5e5;
  margin-top: 95px;
  padding-top: 95px;
}

.about-review .title-default {
  margin-bottom: 47px;
  text-transform: uppercase;
}

.item-about-review {
  display: table;
  margin-bottom: 50px;
}

.about-review-thumb {
  display: table-cell;
}

.about-info {
  display: table-cell;
  padding: 0 30px;
  vertical-align: top;
}

.about-info h3 {
  font-size: 14px;
  margin: 0 0 8px;
}

.about-info p {
  color: #999;
  margin: 0;
}

.about-review-thumb a {
  border: 1px solid #e5e5e5;
  display: block;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.about-review-thumb a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.about-review-thumb a img {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.masonry-list-post .item-post-masonry {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 33.334%;
}

.masonry-list-post {
  margin: 0 -15px;
}

.item-post-masonry .post-info-extra {
  bottom: 0;
  top: auto;
  width: auto;
}

.item-post-masonry .post-info-extra>div {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
}

.item-post-masonry .post-format {
  font-size: 13px;
}

.item-post-masonry .post-date>strong {
  display: none;
}

.item-post-masonry .blog-post-thumb {
  margin-bottom: 15px;
}

.item-post-masonry .blog-post-info .post-date-author {
  margin: 0 0 8px;
}

.item-post-masonry .desc {
  margin-bottom: 22px;
}

.sidebar-post .widget {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.title-widget-post {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
}

.widget-post-cat li {
  margin-bottom: 10px;
}

.widget-post-cat>ul {
  margin: 15px 0;
  padding: 0 20px;
}

.widget.widget-post-cat a {
  display: block;
  position: relative;
}

.widget.widget-post-cat span {
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}

.title-post-tab {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px;
  position: relative;
}

.title-post-tab>ul {
  margin: 0;
}

.title-post-tab li {
  display: inline-block;
  margin-right: 25px;
}

.title-post-tab a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.title-post-tab li:last-child {
  margin: 0;
}

.title-post-tab::after {
  content: "";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 15px;
}

.list-post-tab .zoom-image-thumb {
  display: table-cell;
  width: 100px;
}

.list-post-tab {
  margin: 0;
  padding: 0 20px;
}

.post-tab-info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}

.list-post-tab>li {
  border-bottom: 1px solid #e5e5e5;
  display: table;
  padding: 20px 0;
  width: 100%;
}

.post-tab-info>h3 {
  font-size: 14px;
  line-height: 20px;
  margin: -5px 0 5px;
}

.post-tab-info>span {
  color: #999;
  font-size: 12px;
}

.list-post-tab>li:last-child {
  border: medium none;
}

.list-post-tab .zoom-image-thumb a {
  width: 100px;
}

.list-post-faq {
  margin: 0;
}

.list-post-faq>li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 20px;
}

.list-post-faq>li:last-child {
  border: medium none;
}

.list-post-faq li h3 {
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 12px 20px 11px 0;
  position: relative;
  text-transform: uppercase;
}

.list-post-faq li p {
  color: #999;
  margin-bottom: 15px;
  display: none;
}

.list-post-faq h3::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 12px;
}

.list-post-faq li.active h3::after {
  content: "-";
}

.list-post-faq li.active p {
  display: block;
}

.single-post-leading>h2 {
  font-weight: 700;
  margin: 40px 0 20px;
}

.post-date-author {
  margin: 0;
}

.post-date-author>li {
  border-right: 1px solid #999;
  color: #999;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-right: 5px;
  padding-right: 10px;
}

.post-date-author>li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.single-post-leading {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.main-single-post .desc {
  color: #555;
  margin-bottom: 45px;
}

.blockquote {
  border: 1px solid #e5e5e5;
  color: #999;
  margin-bottom: 50px;
  padding: 20px 30px 20px 100px;
  position: relative;
}

.blockquote::before {
  background: #f4f4f4 url("../../images/blog/quote.png") no-repeat scroll center center;
  border-right: 1px solid #e5e5e5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}

.simple-owl-slider {
  margin-bottom: 40px;
  margin-right: 20px;
  overflow: hidden;
}

.unorder-post a {
  color: #999;
  font-size: 14px;
}

.unorder-post li {
  color: #333;
  font-size: 12px;
  list-style-type: disc;
  margin-bottom: 4px;
  padding-left: 10px;
}

.unorder-post>ul {
  margin: 13px 0 0;
  padding-left: 12px;
}

.unorder-post a:hover {
  color: #333;
}

.unorder-post>label {
  font-weight: 400;
}

.tabs-share {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.sidebar-post .widget.widget-adv {
  border: medium none;
}

.single-post-tabs>label {
  color: #999;
  font-weight: 400;
  margin: 0;
}

.single-post-share {
  margin-top: -10px;
  text-align: right;
}

.single-post-share>label {
  color: #999;
  font-weight: 400;
  margin: 0 5px;
}

.single-post-share>a:hover {
  background: #fb9902;
  border-color: #fb9902;
  color: #fff;
}

.single-post-share>a {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  color: #999;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-left: 5px;
  text-align: center;
  width: 38px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.post-author-thumb {
  display: table-cell;
  width: 80px;
}

.post-author-info {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
}

.single-post-author {
  display: table;
}

.single-post-author .zoom-image-thumb img {
  width: 80px;
}

.post-author-thumb .zoom-image-thumb a {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.post-author-info>ul {
  margin: 0 0 5px;
}

.post-author-info li {
  border-right: 1px solid #999;
  color: #999;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-right: 5px;
  padding-right: 8px;
}

.post-author-info li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.single-related-post {
  margin-bottom: 50px;
  margin-top: 65px;
}

.single-related-post .title {
  margin-bottom: 27px;
}

.single-related-post-slider .wrap-item {
  margin: 0 -15px;
  width: auto;
}

.single-related-post-info {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 60px;
  position: relative;
}

.single-related-post-info>h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}

.single-related-post-info .post-date-author {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

.single-related-post-info>p {
  border-top: 1px solid #e5e5e5;
  color: #999;
  margin-top: 5px;
  padding-top: 12px;
}

.single-related-post-info .readmore {
  bottom: 30px;
  left: 20px;
  position: absolute;
}

.related-comment {
  bottom: 30px;
  position: absolute;
  right: 20px;
}

.single-related-post-slider .item {
  padding: 0 15px;
}

.single-related-post-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  opacity: 1;
  position: static;
  margin-left: 1px;
}

.single-related-post-slider .owl-theme .owl-controls {
  position: absolute;
  right: 15px;
  top: -45px;
}

.single-post-comment-thumb .zoom-image-thumb img {
  width: 80px;
}

.single-post-comment-thumb .zoom-image-thumb a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 10px;
}

ol.list-post-comment {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.item-single-post-comment {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}

.single-post-comment-thumb {
  display: table-cell;
  padding-bottom: 30px;
  padding-right: 30px;
  width: 110px;
}

.single-post-comment-info {
  border-bottom: 1px solid #e5e5e5;
  display: table-cell;
  vertical-align: top;
}

.header-post-comment {
  margin-bottom: 47px;
  position: relative;
}

.header-post-comment .leave-comment-link {
  color: #333;
  position: absolute;
  right: 0;
  top: 0;
}

.comment-author {
  margin-bottom: 8px;
  position: relative;
}

.reply-comment-link {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}

.single-post-comment-info>p {
  color: #999;
  margin-bottom: 25px;
}

.leave-comment-link::before {
  border: 1px solid #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}

.single-leave-comment {
  margin-top: 50px;
}

.form-leave-comment.form-contact {
  margin-top: 37px;
}

.form-contact.form-leave-comment input[type=submit] {
  width: 170px;
}

.single-post-control {
  margin-top: 40px;
}

.blog-post-thumb {
  position: relative;
}

.post-info-extra {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 90px;
  z-index: 9;
}

.post-date {
  color: #fff;
  padding: 10px 0 8px;
}

.post-date>strong {
  display: block;
  font-size: 18px;
  margin-bottom: -3px;
}

.post-date>span {
  font-size: 12px;
}

.post-format {
  background: rgba(0,0,0,.5) none repeat scroll 0 0;
  color: #fff;
  font-size: 30px;
  padding: 6px 0 8px;
}

.item-post-full .post-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}

.item-post-full .blog-post-thumb {
  margin-bottom: 20px;
}

.item-post-full {
  margin-bottom: 50px;
}

.post-info-bottom {
  border-top: 1px solid #e5e5e5;
  margin-top: 23px;
  padding-top: 25px;
}

.post-readmore {
  border: 1px solid #e5e5e5;
  color: #999;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 120px;
}

.post-tags-info a {
  color: #999;
}

.post-tags-info.pull-right>label {
  color: #999;
  font-weight: 400;
  margin: 0;
}

.post-author-link {
  border-right: 1px solid #999;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-right: 3px;
  padding-right: 8px;
}

.post-comment-link {
  border-left: 1px solid #999;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-left: 3px;
  padding-left: 8px;
}

.post-tags-info {
  margin-top: 15px;
}

.post-paginav {
  font-size: 0;
  text-align: right;
}

.post-paginav>a {
  border: 1px solid #e5e5e5;
  color: #666;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin-right: -1px;
  min-width: 30px;
  padding: 0 12px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.post-paginav>a.curent-page,
.post-paginav>a:hover {
  color: #fff;
}

.post-paginav.masonry-paginav {
  text-align: center;
}

.item-post-blog .blog-post-thumb {
  padding-right: 90px;
}

.item-post-blog .post-info-extra {
  left: auto;
  right: 0;
}

.post-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 11px;
}

.blog-post-info .post-date-author a {
  color: #999;
}

.blog-post-info .post-date-author a:hover {
  color: #333;
}

.blog-post-info .post-date-author {
  margin: 0 0 18px;
}

.item-post-blog .post-readmore {
  margin-top: 14px;
}

.blog-post-info .desc {
  color: #555;
}

.item-post-blog {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.item-post-blog.last-item {
  margin-bottom: 50px;
}

.title-shop-page {
  font-weight: 700;
  margin: 0 0 35px;
  text-align: center;
  text-transform: uppercase;
}

.form-my-account input[type=email],
.form-my-account input[type=text] {
  border: 1px solid #e5e5e5;
  color: #999;
  font-weight: 700;
  height: 50px;
  padding: 0 20px;
  width: 100%;
}

.form-my-account .title {
  margin-bottom: 26px;
}

.form-my-account {
  max-width: 370px;
  width: 100%;
}

.account-register {
  float: left;
  position: relative;
  width: 100%;
}

.account-register .form-my-account {
  float: right;
}

.account-register::before {
  border-right: 1px solid #e5e5e5;
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 1px;
}

.form-my-account>p {
  margin-bottom: 0;
  max-width: 370px;
  position: relative;
}

.form-my-account label {
  color: #555;
  font-weight: 400;
  margin: 0;
}

.form-my-account .ship-address label {
  color: #333;
}

.form-my-account input[type=checkbox]+label::before {
  border: 1px solid #e5e5e5;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  line-height: 18px;
  margin-right: 17px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

.form-my-account input[type=checkbox]:checked+label::before {
  content: "\f00c";
}

.form-my-account input[type=checkbox] {
  display: none;
}

.form-my-account a {
  position: absolute;
  right: 0;
  top: 0;
}

.form-my-account input[type=submit] {
  border: medium none;
  color: #fff;
  height: 40px;
  margin-top: 10px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 110px;
}

.form-my-account>p:last-child {
  margin: 0;
}

.box-col2 input[type=text] {
  float: left;
  width: 47.5%;
}

.box-col2 input[type=text]:first-child {
  margin-right: 5%;
}

.form-my-account textarea {
  border: 1px solid #e5e5e5;
  color: #999;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
}

.ship-address>label {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

#delivery_adress {
  margin-bottom: 20px;
}

label.error {
  position: absolute;
  margin-top: 55px;
  left: 0;
  color: red;
}

.check-billing {
  border-right: 0 solid #e5e5e5;
  margin-right: -15px;
}

.check-address {
  float: left;
  width: 100%;
}

.order_review_heading {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 50px 0 -1px;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
}

.shop_table.woocommerce-checkout-review-order-table thread {
  position: relative;
}

.shop_table.woocommerce-checkout-review-order-table thread::before {
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 1px;
}

.shop_table.woocommerce-checkout-review-order-table thread::after {
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.woocommerce table.shop_table {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  border-radius: 0;
  margin: 0 0 50px;
  text-align: left;
  width: 100%;
}

.woocommerce table.shop_table thead {
  color: #fff;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.woocommerce table.shop_table thead th {
  color: #fff;
  padding: 15px 20px;
}

.woocommerce table.shop_table td {
  border-top: 1px solid #e5e5e5;
  padding: 15px 20px;
  vertical-align: middle;
}

.woocommerce table,
.woocommerce td,
.woocommerce th {
  border: 1px solid #e5e5e5!important;
  color: #555;
  margin: 0;
  padding: 15px 20px!important;
}

.woocommerce tfoot th {
  text-transform: uppercase;
}

#shipping_method li {
  padding: 10px 0;
}

#shipping_method li label {
  cursor: pointer;
  margin: 0;
  padding-left: 25px;
  position: relative;
}

#shipping_method li input[type=radio] {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #shipping_method li input[type=radio]+label::before {
    line-height: 13px;
  }
}

#shipping_method li input[type=radio]+label::before {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 6px;
  font-weight: 400;
  height: 14px;
  left: 0;
  line-height: 13px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  top: 2px;
  vertical-align: middle;
  width: 14px;
}

#shipping_method li input[type=radio]:checked+label::before {
  content: "\f111";
}

.payment_methods.methods {
  border: 1px solid #e5e5e5;
  margin: 0 0 -1px;
}

.payment_methods.methods li {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}

.payment_methods.methods li:last-child {
  border: none;
}

.payment_methods.methods li label {
  font-size: 18px;
  margin: 0 0 0 7px;
  text-transform: uppercase;
}

.payment_box.payment_method_bacs>p {
  margin: 5px 0 0;
  padding-left: 24px;
}

.payment_method_paypal img {
  margin: -6px 10px 0;
  max-width: 160px;
}

.form-row.place-order {
  border: 1px solid #e5e5e5;
  padding: 20px;
  text-align: right;
  margin-bottom: 10px;
}

.form-row.place-order span {
  text-align: left;
  float: left;
  line-height: 40px;
}

.form-row.place-order input[type=submit] {
  border: medium none;
  color: #fff;
  height: 40px;
  padding: 0 25px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.form-my-account select {
  border: 1px solid #e5e5e5;
  color: #999;
  font-weight: 700;
  height: 50px;
  padding: 0 20px;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0,0,0,0) url("../../images/blog/arrow-down.png") no-repeat scroll right 20px center;
}

.form-my-account select option {
  text-transform: capitalize;
  font-weight: 400;
  padding: 10px 20px;
}

.woocommerce table.shop_table td.actions {
  text-align: right;
}

.woocommerce table.shop_table td .coupon {
  float: left;
}

.woocommerce table.shop_table td.actions input[type=submit] {
  border: medium none;
  color: #fff;
  height: 40px;
  padding: 0 20px;
}

.woocommerce table.shop_table td.actions input[type=text] {
  border: 1px solid #e5e5e5;
  color: #999;
  height: 40px;
  padding: 0 20px;
}

.cart-content-page {
  background-color: #fff;
  margin-top: 2%;
}

.woocommerce .cart-content-page table.shop_table thead {
  background: #f4f4f4;
}

.woocommerce .cart-content-page table.shop_table thead th {
  border-color: #e5e5e5;
  color: #333;
}

.woocommerce .cart-content-page table.shop_table .product-thumbnail img {
  max-width: 70px;
}

.cart-content-page .info-qty a::before {
  display: none;
}

.cart-content-page .info-qty {
  max-width: 100px;
  border: none;
}

.cart-content-page .info-qty a {
  border: none;
  width: 30px;
}

.cart-content-page .info-qty span {
  padding: 0;
  text-align: center;
}

.cart-collaterals .cart_totals>h2 {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 -1px;
  padding: 15px 20px;
  text-transform: uppercase;
}

.wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.wc-proceed-to-checkout {
  text-align: right;
  position: relative;
  right: 20px;
  bottom: 20px;
}

.woocommerce .container {
  background-color: #fff;
}

.sub-header4 {
  border-bottom: 1px solid #e5e5e5;
}

.header4 {
  padding: 30px 0;
}

.logo4 {
  margin-top: 6px;
}

.main-nav.main-nav4>ul>li>a {
  height: 50px;
  line-height: 50px;
}

.smart-search.search-form4 {
  margin-right: -50px;
  padding: 0 0 0 70px;
}

.search-form4 .select-category .category-toggle-link {
  height: 40px;
  line-height: 40px;
}

.search-form4 .smart-search-form input[type=text] {
  height: 40px;
}

.inner-category-hover4 .title-category-hover {
  height: 50px;
  line-height: 50px;
}

.search-form4 .select-category {
  width: 70px;
  height: 40px;
}

.search-form4 .smart-search-form input[type=submit] {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  width: 115px;
  height: 40px;
}

.main-nav.main-nav4 {
  background: transparent none repeat scroll 0 0;
}

.wrap-category-hover4 {
  position: relative;
  margin-top: -50px;
}

.inner-category-hover4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.inner-category-hover4 .list-category-hover>li>a {
  padding: 9px 20px 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .inner-category-hover4 .list-category-hover>li>a {
    padding: 10px 20px 10px;
  }
}

.inner-category-hover4 .expand-list-link {
  background: #fb9902 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-family: fontawesome;
  height: 11px;
  line-height: 2px;
  margin-top: -1px;
  padding-top: 4px;
  text-align: center;
  z-index: 9;
}

.inner-category-hover4 .expand-list-link::before {
  content: "";
}

.inner-category-hover4 .expand-list-link.expanding::before {
  content: "";
}

.list-category-hover>li.has-cat-mega:hover>.cat-mega-menu {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.list-category-hover>li.has-cat-mega .cat-mega-menu {
  margin-top: -1px;
}

.list-category-hover .has-cat-mega::after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 12px;
}

.banner-home4.simple-owl-slider {
  margin: 30px 0 0;
}

.item-banner4 .banner-info {
  left: 0;
  position: absolute;
  text-align: center;
  bottom: 60px;
  width: 100%;
  color: #fff;
}

.banner-info>h2 {
  font-weight: 700;
  margin: 0 0 5px;
}

.banner-info>h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.item-banner4 .banner-info.rotate-text {
  bottom: auto;
  color: #333;
  height: 100%;
  left: auto;
  right: 35px;
  top: 0;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.banner-home4 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.hot-deals {
  border: 1px solid #e5e5e5;
  margin-top: 30px;
}

.hot-deals>h2 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
}

.hot-deals>h2 i {
  display: inline-block;
  font-size: 30px;
  margin-right: 2px;
  vertical-align: sub;
}

.list-product-hotdeal>li {
  border-bottom: 1px solid #e5e5e5;
  display: table;
  padding: 20px 10px;
  width: 100%;
}

.list-product-hotdeal .zoom-image-thumb img {
  max-width: 91px;
}

.hotdeals-slider.simple-owl-slider {
  margin: 0;
  overflow: visible;
}

.list-product-hotdeal {
  margin: 0;
}

.list-product-hotdeal>li:last-child {
  border: medium none;
}

.list-product-hotdeal .zoom-image-thumb {
  display: table-cell;
  width: 90px;
}

.list-product-hotdeal .product-info {
  display: table-cell;
  padding: 0 0 0 20px;
  vertical-align: top;
}

.list-product-hotdeal .title-product {
  font-weight: 400;
}

.list-product-hotdeal .info-price span {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.list-product-hotdeal .title-product {
  font-weight: 400;
  margin: 3px 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotdeal-countdown canvas {
  display: none;
}

.hotdeal-countdown .time_circles>div {
  color: #999;
  display: inline-block;
  text-transform: lowercase;
  width: auto!important;
}

.hotdeal-countdown .time_circles>div::after {
  content: ":";
  margin: 0 2px;
}

.hotdeal-countdown .time_circles>div:last-child::after {
  display: none;
}

.hotdeal-countdown {
  margin-top: 18px;
}

.item-privacy-shipping {
  border: 2px solid #e5e5e5;
  text-align: center;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.privacy-shipping {
  margin: 30px 0;
}

.item-privacy-shipping>ul {
  margin: 0;
  padding: 25px 15px;
}

.item-privacy-shipping li {
  display: inline-block;
  padding: 0 5px;
  text-align: left;
  vertical-align: middle;
}

.item-privacy-shipping li i {
  color: #999;
  font-size: 30px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.item-privacy-shipping h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.item-privacy-shipping span {
  color: #555;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.search-form4 .list-category-toggle.sub-menu-top {
  width: 200px;
}

.slider-home4 .wrap-item.owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  right: 0;
  top: -37px;
}

.slider-home4 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  background: #333 none repeat scroll 0 0;
  display: inline-block;
  font-size: inherit;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 1px;
  opacity: 1;
  position: static;
  width: 20px;
  font-size: 10px;
}

.best-seller-header .title {
  display: inline-block;
  margin-bottom: 15px;
}

.best-seller-header>ul {
  display: inline-block;
}

.best-seller-header li {
  display: inline-block;
  font-size: 12px;
  margin-left: 45px;
  position: relative;
  text-transform: uppercase;
}

.best-seller-header a {
  color: #555;
}

.best-seller-tab-slider .tab-content {
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.best-seller-tab-slider {
  margin-bottom: 50px;
}

.best-seller-header li.active::after {
  bottom: -15px;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.best-seller-slider .item {
  float: left;
  width: 100%;
}

.item-best-seller {
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  float: left;
  padding: 12px;
  position: relative;
  text-align: center;
  width: 50%;
}

.item-best-seller.item-leading {
  padding-top: 7px;
  width: 100%;
}

.item-best-seller .info-price {
  background: rgba(255,255,255,.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 7px 15px;
  position: absolute;
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.item-best-seller:hover .info-price {
  background: rgba(51,51,51,.9) none repeat scroll 0 0;
}

.item-best-seller .zoom-image-thumb {
  position: relative;
}

.item-best-seller .info-price span {
  font-size: 18px;
  font-weight: 700;
}

.list-banner-adv .item-adv-simple {
  margin-bottom: 30px;
}

.item-pop-cat {
  border-right: 1px solid #e5e5e5;
  position: relative;
  border-top: 1px solid #e5e5e5;
}

.item-pop-cat:hover .pop-cat-title {
  opacity: 1;
  bottom: -25px;
}

.pop-cat-title {
  bottom: -15px;
  font-size: 14px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 100%;
}

.pop-cat-slider .wrap-item {
  border-color: #e5e5e5;
  border-width: 0 1px 1px 1px;
  border-style: solid;
}

.pop-cat-slider {
  margin-bottom: 40px;
}

.pop-cat-slider .title {
  margin: 0 0 25px;
}

.list-banner-adv {
  margin-bottom: 15px;
}

.slider-home4.pop-cat-slider .wrap-item.owl-theme .owl-controls {
  top: -50px;
}

.pop-cat-slider .owl-carousel .owl-wrapper-outer {
  margin-bottom: -30px;
  padding-bottom: 30px;
}

.list-product-new .item-product .product-info {
  background: #fff none repeat scroll 0 0;
  left: -1px;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  opacity: 0;
  box-sizing: padding-box;
  -webkit-box-sizing: content-box;
  padding: 0 0 20px;
  border: 1px solid #e5e5e5;
}

.list-product-new .item-product:hover .product-info {
  opacity: 1;
  top: 100%;
  box-shadow: 0 4px 3px 1px rgba(0,0,0,.1);
  border-top: none;
}

.list-product-new .item-product {
  padding: 20px;
}

.list-product-new .item-product:hover {
  box-shadow: 0 3px 3px 1px rgba(0,0,0,.1);
}

.list-product-new .product-rating {
  left: -10px;
  margin: 9px auto auto;
}

.list-product-new {
  margin-bottom: 20px;
}

.list-product-new {
  margin-bottom: 20px;
}

.list-adv-col2 .item-adv-simple {
  margin: 0 -10px;
}

.list-adv-col2 {
  margin-bottom: 45px;
  padding: 0 10px;
}

.list-product-new {
  margin-bottom: 20px;
}

.list-cat-low-price {
  margin-bottom: 20px;
}

.list-cat-low-price .title {
  margin-bottom: 25px;
}

.item-lower-price {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
}

.item-lower-price>h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 5px;
  text-transform: uppercase;
}

.lower-price-info {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.item-lower-price .zoom-image-thumb img {
  width: auto;
}

.item-lower-price>h3 {
  color: #666;
  font-size: 12px;
  margin: 15px 0 7px;
  text-transform: uppercase;
}

.item-lower-price .viewall {
  color: #666;
  font-size: 12px;
}

.item-lower-price .viewall:hover,
.item-lower-price h3 a:hover {
  text-decoration: underline;
}

.footer4 {
  background: #2b2b2b none repeat scroll 0 0;
}

.box-menu-footer4>h2 {
  border-bottom: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 35px 0 15px;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.box-menu-footer4 a {
  color: #ccc;
}

.box-menu-footer4 li {
  margin-bottom: 10px;
}

.list-order-policy {
  border-bottom: 1px solid rgba(255,255,255,.2);
  border-top: 1px solid rgba(255,255,255,.2);
  margin-top: 25px;
  padding: 0 15px;
}

.item-order-policy {
  border-right: 1px solid rgba(255,255,255,.2);
  margin: 0 -15px;
  padding: 10px 0;
}

.item-order-policy>ul {
  margin: 0;
  text-align: center;
}

.item-order-policy>ul li {
  display: inline-block;
  padding: 0 5px;
  text-align: left;
  vertical-align: middle;
  max-width: 120px;
}

.item-order-policy.last-item {
  border: medium none;
}

.item-order-policy>ul li i {
  font-size: 48px;
}

.item-order-policy>ul li span {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.copyright-social4 {
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding: 20px 0;
}

.copyrigh4 {
  color: #ccc;
  display: inline-block;
  margin: 5px 15px 0 0;
}

.policy4 {
  color: #ccc;
  display: inline-block;
}

.policy4>label {
  font-weight: 400;
  margin: 0;
}

.policy4>a {
  color: #ccc;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 6px;
  margin-right: 3px;
  height: 14px;
  line-height: 14px;
}

.policy4>a:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.social-footer.social-footer4.social-network>label {
  color: #ccc;
  font-weight: 400;
  margin: 0;
}

.social-footer.social-footer4.social-network a {
  width: 32px;
}

.social-footer.social-footer4.social-network ul {
  margin: 0;
}

.social-footer.social-footer4.social-network a {
  width: 32px;
}

.social-footer.social-footer4.social-network ul {
  margin: 0;
}

.payment4.payment-method {
  border-top: 1px solid rgba(255,255,255,.2);
  margin-top: 20px;
  padding: 20px 0;
  text-align: left;
}

.payment4.payment-method>label {
  color: #ccc;
  font-weight: 400;
  margin: 0 10px 0 0;
}

.payment4.payment-method>a {
  margin-left: 7px;
}

.top-store-footer {
  margin-top: 25px;
}

.top-store-footer>label {
  color: #999;
  margin: 0;
}

.top-store-footer>a {
  border-right: 1px solid #ccc;
  color: #ccc;
  display: inline-block;
  font-weight: 700;
  height: 14px;
  line-height: 14px;
  margin-right: 3px;
  padding-right: 6px;
}

.top-store-footer>a:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.list-tags-footer {
  margin-top: 15px;
}

.item-tags-footer {
  margin-bottom: 7px;
}

.item-tags-footer>label {
  color: #999;
  font-weight: 400;
  margin: 0;
}

.item-tags-footer>a {
  border-right: 1px solid #ccc;
  color: #ccc;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-right: 3px;
  padding-right: 6px;
}

.item-tags-footer>a:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.header3.header5 {
  background: #283442 none repeat scroll 0 0;
  position: relative;
  z-index: 999;
}

.category-dropdown.hidden-dropdown .wrap-category-dropdown {
  display: none;
}

.category-dropdown.hidden-dropdown .wrap-category-dropdown {
  display: none;
}

.main-nav.main-nav5 {
  background: transparent none repeat scroll 0 0;
  margin: 0 -30px;
}

.main-nav.main-nav5>ul>li>a {
  color: #333;
  height: 50px;
  line-height: 50px;
}

.main-nav.main-nav5>ul>li>a:hover {
  color: #fff;
}

.hidden-dropdown .title-category-dropdown {
  height: 50px;
  line-height: 50px;
}

.banner-slider5.simple-owl-slider {
  margin: 0 0 30px;
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.main-nav.main-nav5>ul {
  border-left: 1px solid #e5e5e5;
  margin-left: 30px;
}

.main-nav.main-nav5>ul {
  border-left: 1px solid #e5e5e5;
  margin-left: 30px;
}

.item-banner5 .banner-info {
  left: 0;
  margin-top: -65px;
  padding: 15px;
  position: absolute;
  text-transform: uppercase;
  top: 80%;
  background-color: #fff;
}

.item-banner5 .banner-info>h3 {
  font-size: 24px;
}

.item-banner5 .banner-info>h2 {
  color: #e62e04;
  font-size: 36px;
}

.item-banner5 .shop-now {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 20px 0 0;
  text-align: center;
  width: 115px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.item-banner5 .shop-now:hover {
  background-color: #e62e04;
}

.banner-slider5 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -50px;
}

.banner-slider5 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0,0,0,.4);
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0;
  top: 50%;
  width: 50px;
  font-size: 20px;
}

.banner-slider5 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -50px;
}

.banner-slider5 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}

.banner-slider5 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
  right: 0;
}

.main-content-home5 .item-adv-simple {
  margin-bottom: 30px;
}

.popular-cat-title>ul {
  font-size: 0;
  margin: -1px;
}

.popular-cat-title li {
  display: inline-block;
  font-size: 14px;
}

.popular-cat-title a {
  display: block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
}

.popular-cat-title {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
}

.popular-cat-title li.active {
  position: relative;
  background: none repeat scroll 0 0;
}

.popular-cat-title li.active a {
  color: #fff;
  position: relative;
  top: -3px;
}

.popular-cat-title li.active::after {
  border-left: 4px solid #333;
  border-top: 7px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -4px;
  top: -6px;
  width: 0;
}

.popular-cat-title li.active::before {
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: -6px;
  width: 100%;
}

.popular-cat-slider.slider-home5 .wrap-item {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 0;
}

.popular-cat-slider.slider-home5 .item {
  border-left: 1px solid #e5e5e5;
  padding: 10px 20px;
}

.slider-home5 .wrap-item.owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  right: 5px;
  top: -35px;
}

.slider-home5 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  position: static;
  display: inline-block;
  margin: 0;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #969696;
}

.product-info5 .title-product>a {
  font-weight: 400;
}

.product-info5 .info-price>span {
  font-size: 18px;
  font-weight: 700;
}

.popular-cat-slider.slider-home5 .product-info5 {
  padding: 15px 0 10px;
}

.popular-cat-slider.slider-home5 {
  position: relative;
}

.popular-cat-slider.slider-home5::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 1px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 9;
}

.popular-cat-slider.slider-home5::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 1px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 9;
}

.title-special {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 47px;
  line-height: 47px;
  margin: 0;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
}

.title-special::after {
  border-left: 4px solid #333;
  border-top: 7px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -4px;
  top: 0;
  width: 0;
}

.hot-category {
  position: relative;
}

.hot-category .title-special {
  left: 0;
  position: absolute;
  top: -7px;
}

.listcategory-hot.list-shop-cat {
  font-size: 0;
  margin: 0;
  padding: 58px 10px 25px;
}

.listcategory-hot.list-shop-cat a span {
  background: #283442;
}

.slider-home5.hot-category-slider .wrap-item.owl-theme .owl-controls {
  top: -125px;
}

.hot-category {
  margin-bottom: 30px;
  position: relative;
}

.brand-cat-slider.slider-home5 {
  border: 1px solid #e5e5e5;
  position: relative;
}

.brand-cat-slider .item-product5 {
  border-left: 1px solid #e5e5e5;
  padding: 10px 21px;
}

.brand-cat-slider .product-info5 {
  padding: 15px 0 10px;
}

.brand-cat-slider.slider-home5::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 9;
}

.brand-cat-slider.slider-home5::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 9;
}

.sidebar-cat-brand {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  margin-right: -31px;
}

.sidebar-cat-brand .title-special {
  margin-left: -1px;
  margin-top: -8px;
  font-size: 18px;
}

.sidebar-cat-brand .category-brand-slider {
  border: medium none;
}

.sidebar-cat-brand .category-brand-slider .owl-controls {
  display: none;
}

.sidebar-cat-brand .sidebar-cat-childrent>li a {
  border-top: 1px solid #e5e5e5;
  padding: 10px 20px;
}

.sidebar-cat-brand .sidebar-cat-childrent {
  margin: 0;
  min-height: 203px;
}

.sidebar-cat-brand .sidebar-cat-childrent li.active a::before {
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 4px;
  display: block;
}

.sidebar-cat-brand .sidebar-cat-childrent a:hover::before {
  display: none;
}

.sidebar-cat-brand .sidebar-cat-childrent li.active a::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  right: -1px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 999;
}

.sidebar-cat-brand .sidebar-cat-childrent li.active a {
  background: #fff;
}

.slider-home5.brand-cat-slider .wrap-item.owl-theme .owl-controls {
  left: -65px;
  right: auto;
  top: 5px;
}

.cat-brand {
  margin-bottom: 30px;
}

.popcat-list-box>h2 {
  margin: -5px 0 25px;
  position: relative;
}

.popcat-list-box h2 span {
  background: #fff none repeat scroll 0 0;
  font-weight: 700;
  padding-right: 25px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}

.popcat-list-box>h2::after {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 100%;
}

.popcat-box {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  min-height: 150px;
  padding: 25px 0;
  text-align: center;
}

.popcat-box H3 {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 0;
}

.cat-brand {
  margin-bottom: 30px;
}

.popcat-list-box>h2 {
  margin: -5px 0 25px;
  position: relative;
}

.popcat-list-box h2 span {
  background: #fff none repeat scroll 0 0;
  font-weight: 700;
  padding-right: 25px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}

.popcat-list-box>h2::after {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 100%;
}

.popcat-box {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  min-height: 150px;
  padding: 25px 0;
  text-align: center;
}

.popcat-box h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 0;
}

.footer5 {
  background: #fbfbfb none repeat scroll 0 0;
  border-top: 1px solid;
  margin-top: 20px;
}

.footer-top.footer-top5 {
  margin-top: 35px;
}

.item-online-shipping {
  border-right: 1px solid #e5e5e5;
  margin: 0 -15px;
  min-height: 130px;
  padding-right: 10px;
}

.online-shipping {
  border: 1px solid #e5e5e5;
  margin-bottom: 45px;
  margin-top: 30px;
  padding: 0 15px;
  border-right: none;
  background: #fff none repeat scroll 0 0;
}

.item-online-shipping>ul {
  display: table;
  margin: 0;
  padding-top: 25px;
}

.item-online-shipping li {
  display: table-cell;
  vertical-align: middle;
}

.item-online-shipping li i {
  font-size: 48px;
}

.item-online-shipping h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.item-online-shipping li:first-child {
  padding: 0 15px 0 30px;
}

.item-online-shipping p {
  color: #666;
  margin: 0;
  line-height: 20px;
}

.item-online-shipping span {
  color: #999;
}

.footer-bottom5 {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding: 30px 0 35px;
}

.footer-bottom5 .payment2.payment-method {
  margin: 0;
}

.hot-deal-slider5.simple-owl-slider.slider-home5 {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 1px 1px;
  margin: 0;
  overflow: visible;
}

.special-slider-header {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  height: 40px;
  position: relative;
}

.special-slider-header .title-special {
  left: -1px;
  position: absolute;
  top: -8px;
}

.hot-deal5 {
  margin-bottom: 30px;
}

.product-info5 li {
  display: inline-block;
  vertical-align: middle;
}

.product-info5>ul {
  margin: 0;
}

.product-info5 li span {
  display: block;
}

.percent-sale {
  background: #e62e04 none repeat scroll 0 0;
  color: #fff;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  padding: 0 10px;
}

.count-order {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}

.hot-deal-slider5 .item-hotdeal {
  padding: 0 20px 15px;
}

.content-popular5 {
  margin-bottom: 30px;
}

.hotdeal-countdown5 {
  margin: 10px 0 3px;
  position: relative;
  width: 222px;
}

.hotdeal-countdown5 canvas {
  position: relative;
  z-index: 99;
  left: -2px;
  top: -1px;
}

.item-hotdeal .product-info5 {
  margin-top: 20px;
}

.hotdeal-countdown5 .time_circles>div {
  background: #e62e04 none repeat scroll 0 0;
  border: 10px solid #f4f4f4;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  height: 70px;
  position: absolute;
  text-align: center;
  width: 70px!important;
  margin-top: -25px;
}

.hotdeal-countdown5 .time_circles .number {
  border-bottom: 1px none #8b4513;
  display: block;
  margin: 7px 0 -3px;
}

.hotdeal-countdown5 .time_circles .text {
  border-top: 1px solid #fff;
  font-size: 10px;
}

.special-slider-content.simple-owl-slider.slider-home5 {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 1px 1px;
  margin: 0;
  overflow: visible;
}

.item-special .zoom-image-thumb img {
  max-width: 70px;
}

.item-special li {
  border-bottom: 1px solid #e5e5e5;
  display: table;
  padding: 20px;
  width: 100%;
}

.item-special li .zoom-image-thumb {
  display: table-cell;
}

.item-special li .product-info5 {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}

.item-special li:last-child {
  border: medium none;
}

.item-special>ul {
  margin: 0;
}

.special-slider {
  margin-bottom: 30px;
}

.slide-adds {
  margin-bottom: 30px;
}

.slide-adds {
  margin-bottom: 30px;
}

.slide-adds .wrap-item {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 10px;
}

.slide-adds .widget-adv .owl-theme .owl-controls {
  margin: 25px 0 5px;
  position: static;
}

.slide-adds .widget-adv .owl-theme .owl-controls .owl-page span {
  background-color: #333;
  height: 10px;
  margin: 0 7px;
  width: 10px;
}

.from-blog-slider.slider-home5 .wrap-item {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 20px;
}

.from-blog-slider.slider-home5 {
  position: relative;
}

.item-blog5 .readmore {
  margin-top: 12px;
  margin-bottom: -2px;
  display: block;
}

.viewall5 {
  position: absolute;
  bottom: 18px;
  right: 35px;
}

.header6 {
  background: #4bae4f none repeat scroll 0 0;
  padding: 10px 0 30px;
}

.contact-top span {
  color: #ccdb38;
  margin: 0 5px;
}

.contact-top>p {
  color: #fff;
  margin: 0 0 0 -5px;
}

.top-extra-link>a {
  color: #fff;
  margin-left: 33px;
}

.top-extra-link {
  margin-bottom: 20px;
  text-align: right;
}

.top-extra-link>a i {
  color: #ccdb38;
  margin-right: 5px;
}

.contact-top {
  margin-bottom: 20px;
}

.logo6 {
  margin-top: 8px;
}

.mini-cart.mini-cart6 .header-mini-cart::before {
  background-color: #ccdb38;
}

.mini-cart.mini-cart6 .header-mini-cart {
  background: #fff none repeat scroll 0 0;
  border-color: #fff;
}

.mini-cart.mini-cart6 .total-mini-cart-price {
  color: #4bae4f;
}

.mini-cart.mini-cart6 .total-mini-cart-item {
  color: #666;
  text-transform: capitalize;
}

.smart-search.smart-search6 .smart-search-form input[type=submit] {
  background-color: #ccdb38;
}

.smart-search.smart-search6 .smart-search-form input[type=text] {
  border-color: #fff;
}

.smart-search.smart-search6 .select-category {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-width: 0 1px 0 0;
  border-style: solid;
  width: 140px;
}

.smart-search.smart-search6 {
  padding: 0 0 0 140px;
}

.smart-search.smart-search6 .list-category-toggle.sub-menu-top {
  width: 200px;
}

.smart-search.smart-search6 .category-toggle-link {
  text-transform: capitalize;
}

.smart-search.smart-search6 .select-category .category-toggle-link::after {
  background: #ccdb38 none repeat scroll 0 0;
  color: #fff;
  height: 20px;
  line-height: 20px;
  right: -10px;
  text-align: center;
  top: 13px;
  width: 20px;
  z-index: 99;
}

.main-nav.main-nav6 {
  background: transparent none repeat scroll 0 0;
  margin: 0;
}

.main-nav.main-nav6>ul>li>a {
  color: #333;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.main-nav.main-nav6>ul>li.current-menu-item>a,
.main-nav.main-nav6>ul>li:hover>a {
  background: #ccdb38;
  color: #fff;
}

.main-nav.main-nav6>ul {
  margin: 0;
}

.header-nav6 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.category-dropdown.category-dropdown6 .title-category-dropdown {
  background: #ccdb38 none repeat scroll 0 0;
  float: right;
  overflow: visible;
  width: 52px;
}

.category-dropdown.category-dropdown6 {
  float: right;
  width: 100%;
}

.category-dropdown6 .wrap-category-dropdown {
  left: auto;
  right: 0;
  width: 270px;
}

.category-dropdown6 .list-category-dropdown a:hover {
  color: #4bae4f;
}

.category-dropdown6 .list-category-dropdown>li:hover::before {
  background: #4bae4f none repeat scroll 0 0;
}

.category-dropdown6 .wrap-category-dropdown .expand-category-link {
  background: #c1d129 none repeat scroll 0 0;
}

.main-nav.main-nav7>ul li.current-menu-ancestor>a,
.main-nav.main-nav7>ul li.current-menu-item>a,
.main-nav.main-nav7>ul>li:hover>a {
  background: 0 0;
}

.slider-banner6.simple-owl-slider {
  margin: 0 -10px 0 0;
}

.item-banner6 .banner-info {
  left: 0;
  padding-left: 60px;
  padding-top: 45px;
  position: absolute;
  text-align: center;
  top: 0;
}

.item-banner6 .banner-info>h2 {
  color: #4bae4f;
  font-size: 120px;
  text-transform: uppercase;
}

.item-banner6 .banner-info>h3 {
  color: #999;
  font-size: 60px;
  font-weight: 400;
  margin-top: -8px;
}

.item-banner6 .shopnow {
  background: #4bae4f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  margin-top: 20px;
  text-transform: uppercase;
  width: 136px;
}

.item-adv-simple.adv-home6 {
  margin-bottom: 20px;
}

.item-adv-simple.adv-home6.item-leading {
  margin-right: -10px;
}

.list-adv-center {
  margin-bottom: 30px;
}

.item-supperdeal {
  padding: 0 15px;
}

.content-top6 {
  margin-bottom: 10px;
}

.supper-deal6 {
  border: 1px solid #e5e5e5;
  margin-bottom: 50px;
}

.product-info6 .title-product a:hover {
  color: #4bae4f;
}

.product-info6 .info-price span {
  color: #4bae4f;
  font-size: 18px;
  font-weight: 700;
}

.item-supperdeal .title-product {
  font-weight: 400;
  margin: 0;
}

.product-info6 {
  padding: 15px 0 20px;
}

.product-thumb6 .product-info-cart .addcart-link {
  background: #4bae4f none repeat scroll 0 0;
}

.product-thumb6 .product-extra-link a:hover {
  color: #4bae4f;
}

.slider-home6 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  position: static;
  margin: 0 0 0 1px;
  background: #707070;
  opacity: 1;
}

.slider-home6 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
  background: #4bae4f none repeat scroll 0 0;
}

.slider-home6 .owl-theme .owl-controls {
  position: absolute;
  right: 20px;
  top: -40px;
}

.supperdeal-header>h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.supperdeal-sidebar {
  margin-right: -40px;
  padding-left: 80px;
}

.supperdeal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 22px 0 19px;
  position: relative;
}

.supperdeal-header::before {
  background: #4bae4f none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  content: "";
  display: block;
  font-family: fontawesome;
  font-size: 30px;
  height: 50px;
  left: -60px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 23px;
  width: 50px;
}

.supperdeal-header>span {
  color: #999;
  text-transform: uppercase;
}

.popular-cat-slider.slider-home6 {
  padding-left: 40px;
  padding-top: 60px;
}

.supperdeal-tab a {
  color: #555;
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.supperdeal-tab li {
  border-bottom: 1px solid #e5e5e5;
}

.supperdeal-tab {
  margin-bottom: 30px;
}

.supperdeal-tab li.active a {
  color: #4bae4f;
}

.supperdeal-tab li.active a::after {
  content: "";
  font-family: fontawesome;
  font-size: 8px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
}

.supperdeal-tab a:hover {
  color: #4bae4f;
}

.supperdeal-countdown {
  margin: -2px 0 42px;
  position: relative;
  width: 225px;
}

.supperdeal-countdown .time_circles>div {
  background: #5f6062 none repeat scroll 0 0;
  border-radius: 50%;
  height: 52px;
  margin-top: -18px;
  position: absolute;
  text-align: center;
  width: 52px!important;
}

.supperdeal-countdown .time_circles canvas {
  left: -2px;
  position: relative;
  z-index: 999;
}

.supperdeal-countdown .number {
  color: #fff;
  display: block;
  font-weight: 700;
  margin: 10px 0 -7px;
}

.supperdeal-countdown .text {
  color: #ccc;
  font-size: 12px;
}

.header-product-filter>h2 {
  background: #ccdb38 none repeat scroll 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}

.header-product-filter {
  position: relative;
}

.header-product-filter span {
  background: #4bae4f none repeat scroll 0 0;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.header-product-filter .toggle-link-filter {
  font-size: 18px;
  color: #fff;
  display: block;
  position: absolute;
  top: 16px;
  right: 20px;
}

.box-product-filter {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
  display: none;
}

.item-box-filter {
  float: left;
  padding: 27px 25px 15px;
  width: 20.8%;
}

.item-box-filter.box-tags-filter {
  width: 37.6%;
}

.item-box-filter>h2 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  margin: 0 0 15px;
  padding-bottom: 14px;
  text-transform: uppercase;
}

.item-box-filter a {
  color: #999;
}

.item-box-filter.box-tags-filter a:hover {
  background: #4bae4f;
  color: #fff;
}

.item-box-filter li {
  margin-bottom: 10px;
}

.item-box-filter.box-tags-filter li {
  display: inline-block;
  margin: 0 2px 5px 0;
}

.item-box-filter.box-tags-filter li a {
  background: #f9f9f9 none repeat scroll 0 0;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}

.item-box-filter a:hover {
  color: #ccdb38;
}

.item-box-filter span.color-filter {
  border: 1px solid #e5e5e5;
  height: 14px;
  margin-right: 10px;
  padding: 0;
  vertical-align: sub;
  width: 14px;
}

.category-filter-title {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 0 20px;
}

.category-filter-title li {
  display: inline-block;
  font-size: 12px;
  margin-right: 45px;
}

.category-filter-title>ul {
  font-size: 0;
  margin: 0;
}

.category-filter-title a {
  color: #555;
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
}

.category-filter-title li.active a,
.category-filter-title li:hover a {
  color: #4bae4f;
}

.category-filter-title li.active a::after {
  background: #4bae4f none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.item-product-filter .product-thumb6 {
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.new-product-filter {
  margin-bottom: 43px;
}

.category-filter-content {
  margin-top: 30px;
}

.item-product-filter .inner-product-thumb {
  position: relative;
  overflow: hidden;
}

.product-info6 .title-product {
  margin: 2px;
}

.category-filter-content .loadmore-item {
  background: #ccdb38 none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  max-width: 400px;
  width: 100%;
}

.item-product-filter {
  margin-bottom: 5px;
}

.category-filter-content .loadmore-item:hover {
  background: #4bae4f none repeat scroll 0 0;
}

.item-from-blog .zoom-image-thumb {
  float: left;
  width: 50%;
}

.item-from-blog .from-blog-info {
  display: block;
  float: left;
  padding: 0 30px;
  width: 50%;
}

.item-from-blog .post-title a {
  color: #4bae4f;
}

.item-from-blog .post-title {
  font-size: 18px;
  margin: 0 0 20px;
}

.item-from-blog .post-date-author {
  margin-bottom: 20px;
}

.item-from-blog .post-desc {
  color: #555;
  line-height: 25px;
}

.item-from-blog .post-date-author a {
  color: #999;
}

.from-blog6>h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 25px;
  position: relative;
}

.from-blog6>h2::after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 100%;
}

.from-blog6>h2 span {
  background: #fff none repeat scroll 0 0;
  padding-right: 30px;
  position: relative;
  z-index: 9;
}

.fromblog-slider.slider-home6 .owl-theme .owl-controls {
  background: #fff none repeat scroll 0 0;
  padding-left: 30px;
  right: 0;
  top: -53px;
  z-index: 99;
}

.from-blog6 {
  margin-bottom: 50px;
}

.newsletter6 {
  background: #4bae4f none repeat scroll 0 0;
  margin-bottom: 50px;
  padding: 20px 0;
}

.newsletter-form>label {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
}

.newsletter-form>form {
  display: inline-block;
  max-width: 520px;
  padding-right: 120px;
  position: relative;
  width: 100%;
}

.newsletter-form input[type=text] {
  border: medium none;
  color: #999;
  height: 40px;
  padding: 0 20px;
  width: 100%;
}

.newsletter-form input[type=submit] {
  background: #ccdb38 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  height: 40px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 120px;
}

.from-blog6 {
  margin-bottom: 50px;
}

.newsletter6 {
  background: #4bae4f none repeat scroll 0 0;
  margin-bottom: 50px;
  padding: 20px 0;
}

.newsletter-form>label {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
}

.newsletter-form>form {
  display: inline-block;
  max-width: 520px;
  padding-right: 120px;
  position: relative;
  width: 100%;
}

.newsletter-form input[type=text] {
  border: medium none;
  color: #999;
  height: 40px;
  padding: 0 20px;
  width: 100%;
}

.newsletter-form input[type=submit] {
  background: #ccdb38 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  height: 40px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 120px;
}

.footer-box6>h2 {
  color: #4bae4f;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.footer-box6 {
  border-right: 1px solid #e5e5e5;
  min-height: 240px;
  padding-left: 20px;
}

.footer-box6.footer-contact6 {
  border: medium none;
}

.footer-box6.first-item {
  padding-left: 0;
}

.footer6 .footer-menu-box li a::before {
  display: none;
}

.footer-box6 .footer-menu-box a {
  color: #555;
  padding: 0;
}

.footer-box6 .footer-menu-box>li {
  margin-bottom: 10px;
}

.footer-box6 .footer-menu-box>li:last-child {
  margin: 0;
}

.list-footer-box6 {
  margin-bottom: 50px;
}

.footer-box6 .footer-menu-box a:hover {
  color: #4bae4f;
}

.footer-contact6 .footer-box-contact .fa {
  color: #4bae4f;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}

.footer-contact6 .footer-box-contact>li {
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

.footer-contact6 .footer-box-contact a {
  color: #4bae4f;
}

.footer-contact6 .footer-box-contact {
  margin-bottom: 42px;
}

.footer-contact6 .social-footer.social-network {
  margin-left: -10px;
  text-align: left;
}

.footer-bottom6 {
  border-top: 1px solid #e5e5e5;
  padding: 40px 0 35px;
}

.copyrigh4.policy6 {
  color: #555;
  margin: 0 15px 0 0;
}

.copyrigh4.policy6 a {
  color: #4bae4f;
}

.policy4.policy6 {
  color: #555;
}

.policy4.policy6 a {
  color: #555;
}

.policy4.policy6 a:hover {
  color: #4bae4f;
}

.payment6.payment-method>label {
  font-weight: 400;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.payment6.payment-method>a {
  margin-left: 5px;
}

.mini-cart6 .mini-cart-view {
  background-color: #ccdb38;
}

.mini-cart6 .mini-cart-checkout {
  background-color: #4bae4f;
}

.header7 {
  background: #2e2e2e none repeat scroll 0 0;
}

.top-header7 {
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 10px 0;
}

.header-nav7 {
  padding: 25px 0;
}

.contact-top7 {
  color: #fff;
  font-size: 0;
  list-style: outside none none;
  margin: 0;
}

.contact-top7>li {
  display: inline-block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin-right: 27px;
}

.contact-top7 a {
  color: #fff;
}

.contact-top7 a:hover {
  color: #ccc;
}

.contact-top7 i {
  margin-right: 5px;
}

.contact-top7>li:first-child {
  border-right: 1px solid rgba(255,255,255,.1);
  margin-right: 19px;
  padding-right: 19px;
}

.top-info.top-info7>li {
  border-color: rgba(255,255,255,.1);
  height: 28px;
  line-height: 28px;
  padding: 0;
}

.top-info.top-info7>li>a {
  color: #fff;
  font-size: 14px;
}

.top-info.top-info7>li>a i {
  margin-right: 5px;
}

.top-info.top-info7>li:last-child {
  margin-left: 18px;
  padding-left: 18px;
}

.main-nav.main-nav7 {
  background: transparent none repeat scroll 0 0;
  float: right;
  margin: 0 -30px 0 0;
}

.mini-cart.mini-cart-7 {
  float: right;
  margin: 0;
}

.header-mini-cart7 .total-mini-cart-icon {
  background: rgba(0,0,0,0) url("../../images/home7/icon-cart.png") no-repeat scroll center center;
  border: medium none;
  border-radius: 0;
  display: block;
  height: 24px;
  width: 28px;
}

.header-mini-cart7 {
  padding: 8px 0;
  position: relative;
  display: block;
}

.header-mini-cart7 .total-mini-cart-item {
  font-size: 14px;
  position: absolute;
  right: 6px;
  top: -7px;
}

.logo7 {
  margin-top: 4px;
}

.banner-slider7.simple-owl-slider {
  margin: 10px 0;
}

.item-banner7 .banner-info {
  left: 0;
  margin-top: -60px;
  padding: 0 0 0 100px;
  position: absolute;
  top: 50%;
}

.item-banner7 .banner-info h2 {
  margin: 0 0 11px;
  text-transform: uppercase;
}

.item-banner7 .banner-info h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.item-banner7 .banner-info .shopnow {
  border: 1px solid #333;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 26px;
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 12px;
}

.item-banner7 .banner-info.style2,
.item-banner7 .banner-info.style2 .shopnow {
  color: #fff;
}

.item-banner7 .banner-info.style2 .shopnow {
  border-color: #fff;
}

.item-adv-simple.item-ad7 {
  margin: 0 -10px;
}

.list-box-adv7 {
  margin-bottom: 30px;
  padding: 0 10px;
}

.featured-product2.featured-product-cat {
  margin-bottom: 30px;
  margin-top: 0;
}

.featured-product-cat .best-seller-right.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  background: #fff none repeat scroll 0 0;
  color: #333;
}

.featured-product-cat .best-seller-right.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
  background: #b2b2b2;
  color: #fff;
}

.featured-product-cat .new {
  background: #ff8ba0 none repeat scroll 0 0;
}

.featured-product-cat .new.style2 {
  background: #fe4242 none repeat scroll 0 0;
}

.featured-product2.red-box7 .product-info-cart .addcart-link {
  background: #fa6165 none repeat scroll 0 0;
}

.featured-product2.red-box7 .product-extra-link a:hover {
  color: #fa6165;
}

.featured-product2.red-box7 .item-product-right .addcart-link.addcart-single {
  background: #fa6165 none repeat scroll 0 0;
}

.featured-product2.red-box7 .title-cat-parent {
  background: #fa6165;
}

.featured-product2.red-box7 .list-cat-childrent a::before {
  background: #fa6165 none repeat scroll 0 0;
}

.featured-product2.red-box7 .list-cat-childrent a:hover::before {
  width: 100%;
  left: 0;
}

.featured-product2.red-box7 .list-cat-childrent a:hover {
  color: #fa6165;
}

.featured-product2.red-box7 .list-cat-childrent a::before {
  background: #fa6165 none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  top: -19px;
  width: 0;
  z-index: 99;
  position: absolute;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.featured-product2.red-box7 .best-seller-right.slider-home2 h2 {
  background: #fa6165;
}

.featured-product2.red-box7 .title-product a:hover {
  color: #fa6165;
}

.featured-product2.red-box7 .info-price span {
  color: #fa6165;
}

.featured-product2.red-box7 .tags-featured-product a:hover {
  color: #fa6165;
}

.featured-product2.blue-box7 .product-info-cart .addcart-link {
  background: #77a3d3 none repeat scroll 0 0;
}

.featured-product2.blue-box7 .product-extra-link a:hover {
  color: #77a3d3;
}

.featured-product2.blue-box7 .item-product-right .addcart-link.addcart-single {
  background: #77a3d3 none repeat scroll 0 0;
}

.featured-product2.blue-box7 .title-cat-parent {
  background: #77a3d3;
}

.featured-product2.blue-box7 .list-cat-childrent a::before {
  background: #77a3d3 none repeat scroll 0 0;
}

.featured-product2.blue-box7 .list-cat-childrent a:hover::before {
  width: 100%;
  left: 0;
}

.featured-product2.blue-box7 .list-cat-childrent a:hover {
  color: #77a3d3;
}

.featured-product2.blue-box7 .list-cat-childrent a::before {
  background: #77a3d3 none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  top: -19px;
  width: 0;
  z-index: 99;
  position: absolute;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.featured-product2.blue-box7 .best-seller-right.slider-home2 h2 {
  background: #77a3d3;
}

.featured-product2.blue-box7 .title-product a:hover {
  color: #77a3d3;
}

.featured-product2.blue-box7 .info-price span {
  color: #77a3d3;
}

.featured-product2.blue-box7 .tags-featured-product a:hover {
  color: #77a3d3;
}

.featured-product2.yellow-box7 .product-info-cart .addcart-link {
  background: #fe9c00 none repeat scroll 0 0;
}

.featured-product2.yellow-box7 .product-extra-link a:hover {
  color: #fe9c00;
}

.featured-product2.yellow-box7 .item-product-right .addcart-link.addcart-single {
  background: #fe9c00 none repeat scroll 0 0;
}

.featured-product2.yellow-box7 .title-cat-parent {
  background: #fe9c00;
}

.featured-product2.yellow-box7 .list-cat-childrent a::before {
  background: #fe9c00 none repeat scroll 0 0;
}

.featured-product2.yellow-box7 .list-cat-childrent a:hover::before {
  width: 100%;
  left: 0;
}

.featured-product2.yellow-box7 .list-cat-childrent a:hover {
  color: #fe9c00;
}

.featured-product2.yellow-box7 .list-cat-childrent a::before {
  background: #fe9c00 none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 50%;
  top: -19px;
  width: 0;
  z-index: 99;
  position: absolute;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.featured-product2.yellow-box7 .best-seller-right.slider-home2 h2 {
  background: #fe9c00;
}

.featured-product2.yellow-box7 .title-product a:hover {
  color: #fe9c00;
}

.featured-product2.yellow-box7 .info-price span {
  color: #fe9c00;
}

.featured-product2.yellow-box7 .tags-featured-product a:hover {
  color: #fe9c00;
}

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

.great-deal>h2 {
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.great-deal>h4 {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.great-deal-countdown canvas {
  display: none;
}

.great-deal-countdown .time_circles>div {
  border: 4px solid;
  display: inline-block;
  font-size: 30px;
  left: 0!important;
  margin: 0 10px;
  padding: 5px 10px;
  position: relative;
  top: 0!important;
  width: 100px!important;
}

.great-deal-countdown .time_circles>div::after {
  content: ":";
  position: absolute;
  right: -18px;
  top: 0;
}

.great-deal-countdown .time_circles>div:last-child::after {
  display: none;
}

.great-deal-countdown {
  margin-bottom: 50px;
}

.list-cat-great-deal {
  font-size: 0;
  margin: 0 0 30px;
}

.list-cat-great-deal>li {
  display: inline-block;
  font-size: 14px;
  list-style: outside none none;
  min-width: 120px;
  padding: 0 10px;
  text-align: center;
}

.list-cat-great-deal a {
  display: block;
}

.list-cat-great-deal a span {
  color: #333;
  position: relative;
}

.list-cat-great-deal img {
  display: block;
  margin: auto auto 12px;
}

.list-cat-great-deal a span::after {
  content: "";
  height: 4px;
  left: 50%;
  margin-top: 15px;
  position: absolute;
  top: 100%;
  width: 0;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.list-cat-great-deal a:hover span::after,
.list-cat-great-deal li.active a span::after {
  width: 100%;
  left: 0;
}

.slider-home3.great-deal-cat-slider .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
  background: rgba(254,166,25,.9);
  color: #fff;
}

.product-info7 {
  text-align: left;
}

.product-info7 .title-product {
  text-transform: uppercase;
}

.product-info7 .info-price span {
  font-weight: 700;
}

.product-thumb.product-thumb7 {
  margin-bottom: 18px;
}

.item-product7 {
  padding: 15px;
  position: relative;
  z-index: 999;
}

.great-deal {
  text-align: center;
  margin-bottom: 30px;
}

.great-deal-cat-slider .item {
  position: relative;
}

.great-deal-cat-slider .item::before {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.great-deal-cat-slider .item::after {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.great-deal-cat-slider .item:hover::before {
  left: 0;
  width: 100%;
}

.great-deal-cat-slider .item:hover::after {
  top: 0;
  height: 100%;
}

.newsletter6.newsletter7 {
  background: #2e2e2e none repeat scroll 0 0;
  margin-bottom: 30px;
}

.footer7 .list-footer-box6 {
  margin-bottom: 30px;
}

.footer-bottom6.footer-bottom7 {
  padding: 20px 0;
}

.fromblog-slider .from-blog-info h3 a:hover {
  color: #333;
}

.right-category-dropdown .cat-mega-menu {
  left: auto;
  right: 100%;
  margin-right: 100px;
}

.right-category-dropdown .list-category-dropdown>li.has-cat-mega:hover>.cat-mega-menu {
  margin-right: 0;
}

.right-category-dropdown .list-category-dropdown>li:hover::before {
  left: auto;
  right: 0;
}

.hidden-dropdown .list-category-dropdown {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}

.window-popup {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 10px solid #fff;
  padding: 30px;
  width: 600px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}

.image-popup {
  bottom: 5px;
  position: absolute;
  right: 30px;
}

.window-popup .close-popup {
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 30px;
  z-index: 999;
}

.content-popup {
  position: relative;
  z-index: 99;
}

.content-popup p {
  color: #666;
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.content-popup h4 {
  font-size: 30px;
  margin: -5px 0 0;
}

.content-popup h2 {
  color: #e53005;
  font-size: 60px;
  font-weight: 700;
  margin: -10px 0 0;
  text-transform: uppercase;
}

.content-popup form {
  max-width: 370px;
  position: relative;
  width: 100%;
  padding-right: 50px;
}

.content-popup input[type=text] {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #999;
  margin-bottom: 20px;
}

.content-popup input[type=submit] {
  position: absolute;
  width: 50px;
  height: 44px;
  background: #e53005 url("../../images/home1/popup.png") no-repeat scroll center center;
  top: 0;
  right: 0;
  border: none;
}

.content-popup label {
  font-size: 12px;
  margin: 0 0 0 10px;
  color: #666;
  font-weight: 400;
}

.content-popup input[type=checkbox] {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.accordion-box {
  margin-bottom: 30px;
}

.accordion-box h2 {
  color: #999;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}

.desc-accordion {
  color: #666;
  margin: 0 0 20px;
  display: none;
}

.item-accordion.active .desc-accordion {
  display: block;
}

.title-accordion {
  font-size: 16px;
  margin: 0;
  color: #1b1d1f;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}

.accordion-box.style1 .title-accordion::after {
  color: #747474;
  content: "";
  font-family: linearicons;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 15px;
}

.accordion-box.style1 .title-accordion {
  padding-right: 20px;
}

.accordion-box.style1 .item-accordion.active .title-accordion::after {
  content: "";
}

.accordion-box.style1 .item-accordion {
  border-bottom: 1px solid #e5e5e5;
}

.accordion-box.style2 .title-accordion {
  font-size: 13px;
  padding: 17px 15px 17px 25px;
  text-transform: uppercase;
}

.accordion-box.style3 .title-accordion {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 12px 15px 12px 55px;
  text-transform: uppercase;
}

.accordion-box.style2 .item-accordion {
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  padding: 0 20px;
}

.accordion-box.style3 .item-accordion {
  margin-bottom: 5px;
}

.accordion-box.style2 h2 {
  margin-bottom: 30px;
}

.accordion-box.style3 h2 {
  margin-bottom: 30px;
}

.accordion-box.style2 .title-accordion::before {
  background: rgba(0,0,0,0) url("../../images/pages/add.png") no-repeat scroll center center;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 14px;
}

.accordion-box.style2 .item-accordion.active .title-accordion::before {
  background: rgba(0,0,0,0) url("../../images/pages/sub.png") no-repeat scroll center center;
}

.accordion-box.style3 .title-accordion::before {
  background: #1b1d1f url("../../images/pages/add1.png") no-repeat scroll center center;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 40px;
}

.accordion-box.style3 .item-accordion.active .title-accordion::before {
  background: #1b1d1f url("../../images/pages/sub1.png") no-repeat scroll center center;
}

.bt-link {
  border: medium none;
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  vertical-align: top;
  overflow: hidden;
}

.list-button-box1 {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 50px 0 40px;
}

.list-button-box2 {
  background: #1b1d1f none repeat scroll 0 0;
  padding: 50px 0 40px;
}

.list-button-box1 .bt-link {
  margin-bottom: 10px;
  margin-left: 50px;
}

.list-button-box2 .bt-link {
  margin-bottom: 10px;
  margin-left: 50px;
}

.bt-black {
  background: #1b1d1f;
  color: #fff;
}

.bt-yellow {
  background: #fec64d;
  color: #fff;
}

.bt-white {
  background: #fff;
  color: #1b1d1f;
}

.bt-style1:hover {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 0 2px #1b1d1f inset;
  color: #1b1d1f;
}

.bt-style6 {
  box-shadow: 0 0 0 2px #1b1d1f inset;
}

.bt-style6:hover {
  background: #1b1d1f none repeat scroll 0 0;
  box-shadow: none;
  color: #fff;
}

.bt-style7 {
  box-shadow: 0 2px 4px 1px rgba(0,0,0,.1);
}

.bt-style7:hover {
  background: #1b1d1f;
  color: #fff;
  box-shadow: none;
}

.bt-style2:hover {
  box-shadow: 0 2px 4px 1px rgba(0,0,0,.1);
  background: #fff;
  color: #1b1d1f;
}

.bt-style8 {
  background-clip: content-box;
  box-shadow: 0 0 0 1px #1b1d1f inset;
  padding: 5px;
  width: 143px;
}

.bt-style8:hover {
  background-clip: padding-box;
}

.bt-style3 {
  padding: 5px;
  width: 143px;
  box-shadow: 0 0 0 1px #1b1d1f inset;
}

.bt-style3:hover {
  background-clip: content-box;
}

.bt-style4:hover {
  background: #fec64d;
}

.bt-style9:hover {
  background: #1b1d1f;
}

.bt-style5:hover {
  background: #1b1d1f;
}

.bt-style10:hover {
  background: #fec64d;
}

.bt-style11 {
  box-shadow: 0 0 0 1px #fff inset;
}

.bt-style11:hover {
  background: #fec64d;
  box-shadow: 0 0 0 2px #fff inset;
}

.bt-style16 {
  box-shadow: 0 0 0 2px #fff inset;
}

.bt-style16:hover {
  background: #1b1d1f;
  box-shadow: 0 0 0 1px #fff inset;
}

.bt-style12 {
  box-shadow: 0 0 0 1px #fff inset;
}

.bt-style12:hover {
  box-shadow: 0 0 0 1px #fec64d inset;
  background: #fff;
  color: #1b1d1f;
}

.bt-style17 {
  box-shadow: 0 0 0 1px #fec64d inset;
}

.bt-style17:hover {
  box-shadow: 0 0 0 1px #fff inset;
  background: #1b1d1f;
  color: #fff;
}

.bt-style13 {
  box-shadow: 0 0 0 1px #fff inset;
}

.bt-style13:hover {
  box-shadow: 0 0 0 4px #fec64d inset;
  background: #fff;
  color: #1b1d1f;
}

.bt-style18 {
  box-shadow: 0 0 0 4px #fec64d inset;
  background: #fff;
  color: #1b1d1f;
}

.bt-style18:hover {
  box-shadow: 0 0 0 1px #fff inset;
  background: #1b1d1f;
  color: #fff;
}

.bt-style14 {
  box-shadow: 0 0 0 1px #fff inset;
}

.bt-style14:hover {
  background: #fff;
  color: #1b1d1f;
}

.bt-style19 {
  box-shadow: 0 0 0 1px #fff inset;
}

.bt-style19:hover {
  background: #1b1d1f;
  color: #fff;
}

.bt-brown {
  background: #323436;
  color: #fec64d;
}

.bt-style15:hover {
  background: #323436;
  color: #fec64d;
}

.bt-style20:hover {
  background: #fec64d;
  color: #fff;
}

.title-bittons {
  font-size: 16px;
  margin: 50px 0 30px;
  text-transform: uppercase;
}

.bt-blue {
  background: #1997d4;
  color: #fff;
}

.bt-radius,
.bt-radius span {
  border-radius: 4px;
}

.bt-cart {
  text-transform: capitalize;
}

.bt-loadmore {
  color: #fff;
  max-width: 300px;
  width: 100%;
}

.bt-link span {
  display: block;
  line-height: 32px;
  -webkit-transition: all .5s ease-ut 0s;
  transition: all .5s ease-ut 0s;
  margin: 4px;
}

.bt-style21 {
  width: 140px;
  padding: 0;
}

.bt-style21:hover {
  box-shadow: 0 0 0 1px #1997d4 inset;
  background: #fff;
}

.bt-style21:hover span {
  background: #1997d4;
}

.bt-style26 {
  width: 140px;
  background: #fff;
  box-shadow: 0 0 0 1px #1997d4 inset;
  padding: 0;
}

.bt-style26:hover {
  background: #1997d4;
}

.bt-style26 span {
  background: #1997d4;
}

.bt-style22:hover {
  box-shadow: 0 0 0 1px #1997d4 inset;
  background: #fff;
  color: #1997d4;
}

.bt-style27 {
  box-shadow: 0 0 0 1px #1997d4 inset;
  background: #fff;
  color: #1997d4;
}

.bt-style27:hover {
  background: #1997d4;
  color: #fff;
}

.bt-style23:hover {
  background: #ffd21d;
  color: #1b1d1f;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
}

.bt-shadow {
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
}

.bt-gold {
  background: #ffd21d;
}

.bt-style28:hover {
  background: #1997d4;
  color: #fff;
  box-shadow: none;
}

.bt-style24:hover {
  background: #ffd21d;
}

.bt-style29:hover {
  background: #1997d4;
}

.bt-style25 {
  box-shadow: 0 0 0 1px #e3e3e3 inset;
}

.bt-style25:hover {
  box-shadow: none;
  background: #1997d4;
  color: #fff;
}

.bt-style30:hover {
  box-shadow: 0 0 0 1px #e3e3e3 inset;
  background: #fff;
  color: #1b1d1f;
}

.bt-style31 {
  width: 140px;
  padding: 0;
}

.bt-style31 span {
  background: #1997d4;
}

.bt-style31:hover {
  box-shadow: 0 0 0 1px #1997d4 inset;
  background: #1b1d1f;
}

.bt-style36 {
  width: 140px;
  padding: 0;
  box-shadow: 0 0 0 1px #1997d4 inset;
  background: #1b1d1f;
}

.bt-style36 span {
  background: #1997d4;
}

.bt-style36:hover {
  background: #1997d4;
}

.bt-style32 {
  box-shadow: 0 0 0 1px #8d8d8d inset;
}

.bt-style32:hover {
  box-shadow: 0 0 0 1px #fff inset;
  background: #fff;
  color: #1b1d1f;
}

.bt-style37:hover {
  box-shadow: 0 0 0 1px #8d8d8d inset;
  background: #1b1d1f;
  color: #fff;
}

.bt-style33 {
  box-shadow: 0 0 0 1px #ffd21d inset;
  color: #ffd21d;
}

.bt-style33:hover {
  box-shadow: 0 0 0 1px #ffd21d inset;
  color: #1b1d1f;
  background: #ffd21d;
}

.bt-style38 {
  box-shadow: 0 0 0 1px #ffd21d inset;
  color: #1b1d1f;
  background: #ffd21d;
}

.bt-style38:hover {
  box-shadow: 0 0 0 1px #ffd21d inset;
  color: #ffd21d;
  background: #1b1d1f;
}

.bt-style34 {
  box-shadow: 0 0 0 2px #fff inset;
}

.bt-style34:hover {
  box-shadow: 0 0 0 2px #4082f0 inset;
  background: #4082f0;
}

.bt-style39:hover {
  box-shadow: 0 0 0 2px #fff inset;
  background: #1b1d1f;
}

.bt-style35 {
  color: #fff;
}

.bt-style35:hover {
  color: #1997d4;
  background: #1b1d1f;
  box-shadow: 0 0 0 2px #1997d4 inset;
}

.bt-style40 {
  color: #1997d4;
  background: #1b1d1f;
  box-shadow: 0 0 0 2px #1997d4 inset;
}

.bt-style40:hover {
  color: #fff;
  background: #323436;
  box-shadow: 0 0 0 2px #323436 inset;
}

.link-black {
  background: transparent none repeat scroll 0 0;
  color: #1b1d1f;
  margin-right: 40px;
  padding: 0;
  position: relative;
  text-decoration: underline;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  height: 36px;
  line-height: 36px;
}

.link-style1 {
  padding: 0 30px;
  border: 1px solid transparent;
}

.link-style1:hover {
  border: 1px solid #1b1d1f;
  text-decoration: none;
}

.link-style6 {
  padding: 0 30px;
  border: 1px solid #1b1d1f;
  text-decoration: none;
}

.link-style6:hover {
  border: 1px solid transparent;
  text-decoration: underline;
}

.link-style2 {
  border-bottom: 3px double transparent;
}

.link-style2:hover {
  border-bottom: 3px double #1b1d1f;
  text-decoration: none;
  color: #666;
}

.link-style7 {
  border-bottom: 3px double #1b1d1f;
  color: #666;
  text-decoration: none;
}

.link-style7:hover {
  border-bottom: 3px double transparent;
  text-decoration: underline;
  color: #1b1d1f;
}

.link-style3 {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

.link-style3:hover {
  border-bottom: 1px solid #1b1d1f;
  border-top: 1px solid #1b1d1f;
  text-decoration: none;
}

.link-style8 {
  text-decoration: none;
  border-bottom: 1px solid #1b1d1f;
  border-top: 1px solid #1b1d1f;
}

.link-style8:hover {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  text-decoration: underline;
}

.link-style5:hover {
  color: #fec64d;
}

.link-style10:hover {
  color: #1b1d1f;
}

.link-style10 {
  color: #fec64d;
}

.link-style4 span {
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
  -webkit-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.link-style4:hover span {
  -webkit-transform: translate(0,100%);
  transform: translate(0,100%);
}

.link-style4:hover::before {
  top: 0;
}

.link-style4::before {
  content: "";
  font-family: linearicons;
  left: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 100%;
  font-size: 18px;
}

.link-style4::after {
  background: #1b1d1f none repeat scroll 0 0;
  bottom: 100%;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 100%;
}

.link-style4:hover::after {
  bottom: 0;
}

.link-style9 span {
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
  -webkit-transform: translate(0,100%);
  transform: translate(0,100%);
}

.link-style9:hover span {
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}

.link-style9:hover::before {
  top: -100%;
}

.link-style9::before {
  content: "";
  font-family: linearicons;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 100%;
  font-size: 18px;
}

.link-style9::after {
  background: #1b1d1f none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 100%;
}

.link-style9:hover::after {
  bottom: 100%;
}

.link-white {
  background: transparent none repeat scroll 0 0;
  color: #fff;
  height: 36px;
  line-height: 36px;
  margin-right: 40px;
  padding: 0;
  position: relative;
  text-decoration: underline;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.link-style11 {
  padding: 0 30px;
  border: 1px solid transparent;
}

.link-style11:hover {
  border: 1px solid #fec64d;
  text-decoration: none;
  color: #fec64d;
}

.link-style16 {
  padding: 0 30px;
  border: 1px solid #fec64d;
  text-decoration: none;
  color: #fec64d;
}

.link-style16:hover {
  border: 1px solid transparent;
  text-decoration: underline;
  color: #fff;
}

.link-style12 {
  border-bottom: 3px double transparent;
}

.link-style12:hover {
  border-bottom: 3px double #666;
  text-decoration: none;
  color: #fec64d;
}

.link-style17 {
  border-bottom: 3px double #666;
  color: #fec64d;
  text-decoration: none;
}

.link-style17:hover {
  border-bottom: 3px double transparent;
  text-decoration: underline;
  color: #fff;
}

.link-style13 {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

.link-style13:hover {
  border-bottom: 1px solid #1997d4;
  border-top: 1px solid #1997d4;
  text-decoration: none;
  color: #1997d4;
}

.link-style18 {
  text-decoration: none;
  border-bottom: 1px solid #1997d4;
  border-top: 1px solid #1997d4;
  color: #1997d4;
}

.link-style18:hover {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  text-decoration: underline;
  color: #fff;
}

.link-style15:hover {
  color: #fec64d;
}

.link-style20:hover {
  color: #fff;
}

.link-style20 {
  color: #fec64d;
}

.link-style14 span {
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.link-style14:hover span {
  -webkit-transform: translate(0,100%);
  transform: translate(0,100%);
}

.link-style14:hover::before {
  top: 0;
}

.link-style14::before {
  content: "";
  font-family: linearicons;
  left: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 100%;
  font-size: 18px;
  color: #fec64d;
}

.link-style14::after {
  background: #fec64d none repeat scroll 0 0;
  bottom: 100%;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 100%;
}

.link-style14:hover::after {
  bottom: 0;
}

.link-style19 span {
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
  -webkit-transform: translate(0,100%);
  transform: translate(0,100%);
}

.link-style19:hover span {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.link-style19:hover::before {
  top: -100%;
}

.link-style19::before {
  content: "";
  font-family: linearicons;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 100%;
  font-size: 18px;
  color: #fec64d;
}

.link-style19::after {
  background: #fec64d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 100%;
}

.link-style19:hover::after {
  bottom: 100%;
}

.btn-circle-box {
  display: inline-block;
  margin: 0 35px;
  vertical-align: middle;
}

.btn-circle-box a {
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  overflow: hidden;
}

.btn-circle-box a span {
  bottom: 0;
  display: block;
  height: 13px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  z-index: 99;
}

.btn-circle-box a.link-add-cart span {
  height: 18px;
  font-size: 18px;
}

.btn-circle-box .link-add-cart {
  width: 48px;
  height: 48px;
}

.btn-circle-box .link-wishlist {
  width: 36px;
  height: 36px;
}

.btn-circle-box .link-compare {
  width: 36px;
  height: 36px;
}

.btn-circle-box .link-quick-view {
  width: 130px;
  height: 130px;
  line-height: 130px;
}

.btn-circle-box1 a {
  background: #2fa0d8;
  color: #fff;
}

.btn-circle-box1 .link-add-cart {
  background: #2fa0d8 url("../../images/pages/icon-cart.png") no-repeat center center;
}

.btn-circle-box1 a:hover {
  background-color: #ffd21d;
}

.btn-circle-box1 .link-wishlist:hover span {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.btn-circle-box1 .link-compare:hover {
  box-shadow: 1px 3px 3px 0 rgba(0,0,0,.3);
}

.btn-circle-box11 a {
  background: #ffd21d;
  color: #fff;
}

.btn-circle-box11 .link-add-cart {
  background: #ffd21d url("../../images/pages/icon-cart.png") no-repeat center center;
}

.btn-circle-box11 a:hover {
  background-color: #2fa0d8;
}

.btn-circle-box11 .link-wishlist:hover span {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.btn-circle-box11 .link-compare:hover {
  box-shadow: 1px 3px 3px 0 rgba(0,0,0,.3);
}

.btn-circle-box2 a {
  background: #1b1d1f;
  color: #fff;
}

.btn-circle-box2 .link-add-cart {
  width: 56px;
  height: 56px;
}

.btn-circle-box2 .link-add-cart:hover {
  background-color: #fff;
  box-shadow: 1px 4px 4px 0 rgba(0,0,0,.3);
}

.btn-circle-box2 .link-wishlist:hover span {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.btn-circle-box2 .link-compare:hover span {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.btn-circle-box2 .link-add-cart::before {
  background: #1b1d1f none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 48px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}

.btn-circle-box22 a {
  background: #fec64d;
  color: #fff;
}

.btn-circle-box22 .link-add-cart {
  width: 56px;
  height: 56px;
}

.btn-circle-box22 .link-add-cart:hover {
  background-color: #fff;
  box-shadow: 1px 4px 4px 0 rgba(0,0,0,.3);
}

.btn-circle-box22 .link-wishlist:hover {
  box-shadow: 1px 3px 3px 0 rgba(0,0,0,.3);
}

.btn-circle-box22 .link-compare:hover {
  box-shadow: 1px 3px 3px 0 rgba(0,0,0,.3);
}

.btn-circle-box22 .link-add-cart::before {
  background: #fec64d none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 48px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}

.btn-circle-box3 .link-quick-view {
  background: #2fa0d8;
  color: #fff;
}

.btn-circle-box3 .link-quick-view:hover {
  background: #ffd533;
}

.btn-circle-box33 .link-quick-view {
  background: #ffd533;
  color: #fff;
}

.btn-circle-box33 .link-quick-view:hover {
  background: #2fa0d8;
}

.btn-circle-box4 a {
  background: #fff;
  color: #2fa0d8;
  box-shadow: 0 0 0 1px #e5e5e5 inset;
}

.btn-circle-box4 .link-add-cart {
  background: #1997d4 url("../../images/pages/icon-cart.png") no-repeat center center;
  box-shadow: none;
}

.btn-circle-box4 a,
.btn-circle-box44 a {
  margin: 0 5px;
}

.btn-circle-box4 .link-add-cart:hover {
  background-color: #1b1d1f;
}

.btn-circle-box4 .link-wishlist:hover {
  box-shadow: 0 0 0 1px #1997d4 inset;
}

.btn-circle-box4 .link-compare:hover {
  box-shadow: 0 0 0 1px #1997d4 inset;
  background-color: #1997d4;
  color: #fff;
}

.btn-circle-box44 .link-add-cart {
  background: #1b1d1f url("../../images/pages/icon-cart.png") no-repeat center center;
}

.btn-circle-box44 .link-add-cart:hover {
  background-color: #1997d4;
}

.btn-circle-box44 .link-wishlist {
  box-shadow: 0 0 0 1px #1997d4 inset;
  background: #fff;
  color: #1997d4;
}

.btn-circle-box44 .link-wishlist:hover {
  box-shadow: 0 0 0 1px #e5e5e5 inset;
}

.btn-circle-box44 .link-compare {
  background: #1997d4;
  color: #fff;
}

.btn-circle-box44 .link-compare:hover {
  box-shadow: 0 0 0 1px #e5e5e5 inset;
  background: #fff;
  color: #1997d4;
}

.list-button-circle {
  padding: 10px 0;
}

.list-button-circle>div {
  padding: 5px 0;
}

.btn-circle-box7 .link-quick-view {
  background: #e9e9e9;
  color: #1b1d1f;
  border: 3px solid transparent;
}

.btn-circle-box7 .link-quick-view:hover {
  border: 3px solid #000;
}

.btn-circle-box77 .link-quick-view {
  background: #e9e9e9;
  color: #1b1d1f;
  border: 3px solid #000;
}

.btn-circle-box77 .link-quick-view:hover {
  border: 3px solid transparent;
}

.btn-circle-box5 .link-add-cart {
  background: #1997d4 url("../../images/pages/icon-cart.png") no-repeat center center;
}

.btn-circle-box5 .link-add-cart:hover {
  background-color: #ffd21d;
}

.btn-circle-box5 .link-add-cart:hover::before {
  border: 1px solid transparent;
  width: 48px;
  height: 48px;
}

.btn-circle-box5 .link-add-cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  border: 1px solid #1b1d1f;
  border-radius: 50%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.btn-circle-box5 .link-wishlist {
  background: #fff;
  box-shadow: 0 0 0 1px #1997d4 inset;
  color: #1997d4;
}

.btn-circle-box5 .link-wishlist:hover {
  background: #ffd21d;
  color: #fff;
  box-shadow: 0 0 0 1px transparent inset;
}

.btn-circle-box5 .link-wishlist:hover span {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.btn-circle-box5 .link-compare {
  background: #1997d4;
  color: #fff;
}

.btn-circle-box5 .link-compare:hover {
  background: #ffd21d;
  color: #1b1d1f;
}

.btn-circle-box55 .link-add-cart {
  background: #ffd21d url("../../images/pages/icon-cart.png") no-repeat center center;
}

.btn-circle-box55 .link-add-cart:hover {
  background-color: #1997d4;
}

.btn-circle-box55 .link-add-cart:hover::before {
  border: 1px solid #1b1d1f;
  width: 38px;
  height: 38px;
}

.btn-circle-box55 .link-add-cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.btn-circle-box55 .link-wishlist {
  background: #ffd21d;
  color: #fff;
  box-shadow: 0 0 0 1px transparent inset;
}

.btn-circle-box55 .link-wishlist:hover {
  background: #fff;
  color: #1997d4;
  box-shadow: 0 0 0 1px #1997d4 inset;
}

.btn-circle-box55 .link-wishlist:hover span {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.btn-circle-box55 .link-compare:hover {
  background: #1997d4;
  color: #fff;
}

.btn-circle-box55 .link-compare {
  background: #ffd21d;
  color: #1b1d1f;
}

.btn-circle-box55 .link-compare:hover span {
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.btn-circle-box5 .link-compare:hover span {
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.btn-circle-box6 a {
  color: #fff;
}

.btn-circle-box6 .link-wishlist:hover {
  background: #fff;
  color: #1b1d1f;
}

.btn-circle-box6 .link-add-cart {
  width: 56px;
  height: 56px;
}

.btn-circle-box6 .link-add-cart:hover {
  background: #fff;
  color: #1b1d1f;
}

.btn-circle-box6 .link-add-cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  margin: auto;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.btn-circle-box6 .link-add-cart:hover::before {
  border: 3px solid #1b1d1f;
  width: 52px;
  height: 52px;
}

.btn-circle-box6 .link-compare:hover {
  transform: rotate(225deg) scale(2);
  -moz-transform: rotate(225deg) scale(2);
  -webkit-transform: rotate(225deg) scale(2);
}

.btn-circle-box66 .link-wishlist {
  background: #fff;
  color: #1b1d1f;
}

.btn-circle-box66 .link-wishlist:hover {
  background: 0 0;
  color: #fff;
}

.btn-circle-box66 .link-add-cart {
  width: 56px;
  height: 56px;
  background: #fff;
  color: #1b1d1f;
}

.btn-circle-box66 .link-add-cart:hover {
  background: 0 0;
  color: #fff;
}

.btn-circle-box66 .link-add-cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 52px;
  margin: auto;
  border: 3px solid #1b1d1f;
  border-radius: 50%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.btn-circle-box66 .link-add-cart:hover::before {
  border: 3px solid transparent;
  width: 56px;
  height: 56px;
}

.btn-circle-box66 .link-compare {
  -webkit-transform: scale(2);
  transform: scale(2);
  color: #fff;
}

.btn-circle-box66 .link-compare:hover {
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.btn-circle-box8 a,
.btn-circle-box88 a {
  margin: 0 5px;
}

.btn-circle-box8 a {
  background: 0 0;
  box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset;
  color: #fff;
}

.btn-circle-box8 .link-add-cart {
  background: #fff url("../../images/pages/icon-cart2.png") no-repeat center center;
  box-shadow: 0 0 0 1px transparent inset;
}

.btn-circle-box8 .link-add-cart:hover {
  background: transparent url("../../images/pages/icon-cart.png") no-repeat center center;
  box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset;
}

.btn-circle-box8 .link-wishlist:hover {
  color: #1698d4;
  box-shadow: 0 0 0 1px #1698d4 inset;
}

.btn-circle-box8 .link-compare:hover {
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}

.btn-circle-box88 .link-add-cart:hover {
  background: #fff url("../../images/pages/icon-cart2.png") no-repeat center center;
  box-shadow: 0 0 0 1px transparent inset;
}

.btn-circle-box88 .link-add-cart {
  background: transparent url("../../images/pages/icon-cart.png") no-repeat center center;
  box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset;
}

.btn-circle-box88 .link-wishlist {
  color: #1698d4;
  box-shadow: 0 0 0 1px #1698d4 inset;
}

.btn-circle-box88 .link-wishlist:hover {
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset;
}

.btn-circle-box88 .link-compare {
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}

.btn-circle-box88 .link-compare:hover {
  box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset;
}

.circle1 .circles-text {
  color: #ccc;
  font-size: 60px!important;
}

.list-chart-processbar {
  padding: 40px 0;
}

.circle1 {
  float: left;
  margin-right: 135px;
  width: 300px;
}

.circle1:last-child {
  margin-right: 0;
}

.circle2 {
  border-radius: 50%;
  float: left;
  height: 170px;
  margin-right: 80px;
  padding: 23px;
  width: 170px;
}

.circle2:last-child {
  margin-right: 0;
}

.circle2 .circles-text {
  font-size: 30px!important;
}

#chart-4 {
  background: #2ea0d7;
}

#chart-4 .circles-text {
  color: #fff;
}

#chart-5 {
  background: #fec942;
}

#chart-5 .circles-text {
  color: #fff;
}

#chart-6 {
  background: #ccc;
}

#chart-6 .circles-text {
  color: #1b1d1f;
}

#chart-7 {
  background: #ffd21e;
}

#chart-7 .circles-text {
  color: #1b1d1f;
}

#chart-8 {
  background: #1b1d1f;
}

#chart-8 .circles-text {
  color: #ffd21e;
}

.item-progressbar label {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #494a4c;
}

.list-chart-processbar .item-progressbar {
  max-width: 470px;
  width: 100%;
}

.list-chart-processbar .ui-progressbar .ui-progressbar-value {
  float: right;
  margin: 0;
  border: none;
}

.list-chart-processbar .ui-progressbar.ui-widget-content {
  background: #e5e5e5;
  border: none;
}

.list-chart-processbar #progressbar-1.ui-progressbar {
  height: 5px;
  border-radius: 0;
}

.list-chart-processbar #progressbar-1.ui-progressbar .ui-progressbar-value {
  background: #fec942;
  border-radius: 0;
}

.list-chart-processbar #progressbar-2.ui-progressbar {
  height: 5px;
  border-radius: 0;
}

.list-chart-processbar #progressbar-2.ui-progressbar .ui-progressbar-value {
  background: #2ea0d7;
  border-radius: 0;
}

.list-chart-processbar #progressbar-3.ui-progressbar {
  height: 5px;
  border-radius: 0;
}

.list-chart-processbar #progressbar-3.ui-progressbar .ui-progressbar-value {
  background: #494a4c;
  border-radius: 0;
}

.list-chart-processbar #progressbar-4.ui-progressbar {
  height: 5px;
  border-radius: 0;
}

.list-chart-processbar #progressbar-4.ui-progressbar .ui-progressbar-value {
  background: #ffd21e;
  border-radius: 0;
}

.list-chart-processbar #progressbar-5.ui-progressbar {
  height: 11px;
  border-radius: 4;
}

.list-chart-processbar #progressbar-5.ui-progressbar .ui-progressbar-value {
  background: #fec942;
  border-radius: 4;
}

.list-chart-processbar #progressbar-6.ui-progressbar {
  height: 11px;
  border-radius: 4;
}

.list-chart-processbar #progressbar-6.ui-progressbar .ui-progressbar-value {
  background: #2ea0d7;
  border-radius: 4;
}

.list-chart-processbar #progressbar-7.ui-progressbar {
  height: 11px;
  border-radius: 4;
}

.list-chart-processbar #progressbar-7.ui-progressbar .ui-progressbar-value {
  background: #494a4c;
  border-radius: 4;
}

.list-chart-processbar #progressbar-8.ui-progressbar {
  height: 11px;
  border-radius: 4;
}

.list-chart-processbar #progressbar-8.ui-progressbar .ui-progressbar-value {
  background: #ffd21e;
  border-radius: 4;
}

#progressbar-2,
#progressbar-5,
#progressbar-6 {
  margin-bottom: 50px;
}

#progressbar-3,
#progressbar-4 {
  margin-bottom: 100px;
}

.pie-chart {
  float: left;
  height: 210px;
  margin-left: -8px;
  margin-right: 52px;
  max-width: 200px;
}

.pie-chart:last-child {
  margin-right: 0;
}

.percentage:last-child {
  display: none;
}

#target1 .pie0 {
  background-color: #2ea0d7;
  fill: #2ea0d7;
}

#target1 .pie1 {
  background-color: #2a86b2;
  fill: #2a86b2;
}

#target2 .pie0 {
  background-color: #fec942;
  fill: #fec942;
}

#target2 .pie1 {
  background-color: #d1a73b;
  fill: #d1a73b;
}

#target3 .pie0 {
  background-color: #a9a9a9;
  fill: #a9a9a9;
}

#target3 .pie1 {
  background-color: #ccc;
  fill: #ccc;
}

#target4 .pie0 {
  background-color: #d1ae1e;
  fill: #d1ae1e;
}

#target4 .pie1 {
  background-color: #ffd21e;
  fill: #ffd21e;
}

#target5 .pie0 {
  background-color: #494a4c;
  fill: #494a4c;
}

#target5 .pie1 {
  background-color: #1b1d1f;
  fill: #1b1d1f;
}

.list-feature-boxes .item-feature-box {
  margin: 40px 0;
}

.list-feature-boxes .row .col-md-6.col-sm-6.col-xs-12:nth-child(2n+1) {
  padding-right: 70px;
}

.list-feature-boxes .row .col-md-6.col-sm-6.col-xs-12:nth-child(2n) {
  padding-left: 70px;
}

.feature-box-info h3 {
  font-size: 16px;
  margin: 0 0 10px;
}

.feature-box-info h3 a:hover {
  color: #999;
}

.feature-box-info h3 a {
  color: #1b1d1f;
}

.feature-box-info p {
  color: #666;
  margin: 0;
}

.item-feature-box {
  display: table;
  width: 100%;
}

.feature-box-icon {
  display: table-cell;
}

.feature-box-link {
  display: block;
  height: 70px;
  text-align: center;
  width: 70px;
  border-radius: 4px;
  position: relative;
}

.feature-box-link .lnr {
  font-size: 30px;
  line-height: 70px;
  position: relative;
}

.feature-box-info {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 30px;
}

.item-feature-box.text-left .feature-box-info {
  padding: 0 0 0 30px;
}

.item-feature-box.text-right .feature-box-info {
  padding: 0 30px 0 0;
  text-align: right;
}

.item-feature-box.text-center {
  display: block;
}

.item-feature-box.text-center .feature-box-icon {
  display: block;
}

.item-feature-box.text-center .feature-box-icon .feature-box-link {
  margin: 0 auto 25px;
}

.item-feature-box.text-center .feature-box-info {
  display: block;
  padding: 0;
}

.feature-box-style-01 .feature-box-link {
  background: #e5e5e5;
  color: #1b1d1f;
}

.feature-box-style-02 .feature-box-link {
  border: 1px solid #e5e5e5;
  color: #1b1d1f;
}

.feature-box-style-03 .feature-box-link {
  background: #fec64d;
  color: #fff;
}

.feature-box-style-04 .feature-box-link {
  border: 1px solid #fec64d;
  color: #fec64d;
}

.feature-box-style-05 .feature-box-link {
  background: #1b1d1f;
  color: #fff;
}

.feature-box-style-06 .feature-box-link {
  background: #1b1d1f;
  color: #fec64d;
}

.feature-box-style-07 .feature-box-link {
  border: 1px solid #1b1d1f;
  color: #1b1d1f;
}

.feature-box-style-08 .feature-box-link {
  border: 1px solid #1b1d1f;
  color: #1b1d1f;
  background: #ffd21e;
}

.feature-box-style-09 .feature-box-link {
  background: #1b1d1f;
  color: #fff;
}

.feature-box-style-10 .feature-box-link {
  border: 1px solid #1997d4;
  color: #fff;
  border-radius: 50%;
}

.feature-box-style-10 .feature-box-link::before {
  position: absolute;
  background: #1997d4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  display: block;
  -webkit-transform: scale(.85);
  transform: scale(.85);
}

.feature-box-style-10 .feature-box-link .lnr {
  line-height: 65px;
}

.item-feature-box.text-center.feature-box-style-11 .feature-box-link {
  border: 1px solid #e5e5e5;
  color: #1b1d1f;
  border-radius: 50%;
  margin-top: -35px;
  background: #fff;
}

.item-feature-box .readmore {
  display: inline-block;
  margin-top: 15px;
}

.feature-box-style-11 .readmore {
  color: #fec64d;
}

.feature-box-style-11 {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 50px 45px;
}

.item-feature-box.text-center.feature-box-style-12 .feature-box-link {
  color: #fff;
  border-radius: 0;
  margin-top: -35px;
  background: #1997d4;
}

.feature-box-style-12 .readmore {
  color: #1997d4;
}

.feature-box-style-12 {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0 50px 45px;
}

.feature-box-style-13 {
  background: #1997d4 none repeat scroll 0 0;
  border-radius: 4px;
  padding: 40px 30px;
}

.feature-box-style-13 .feature-box-link {
  color: #1997d4;
  border-radius: 50%;
  background: #fff;
}

.feature-box-style-13 .feature-box-info h3 a {
  color: #fff;
}

.feature-box-style-13 .feature-box-info p {
  color: #fff;
}

.feature-box-style-14 {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  padding: 40px 30px;
  border: 1px solid #e5e5e5;
}

.feature-box-style-14 .feature-box-link {
  color: #fff;
  border-radius: 0;
  background: #1997d4;
}

.feature-box-style-14 .feature-box-info h3 a {
  color: #1997d4;
}

.item-message-box {
  margin-bottom: 30px;
  padding: 20px 30px;
}

.item-message-box.item-message-info {
  background: #1997d4 none repeat scroll 0 0;
  color: #fff;
}

.item-message-box span.lnr {
  font-size: 30px;
  margin-right: 20px;
  vertical-align: middle;
}

.item-message-box p {
  font-size: 16px;
  margin: 0;
}

.item-message-box.item-message-error {
  background: #fff2f2 none repeat scroll 0 0;
  color: red;
}

.item-message-box.item-message-success {
  background: #eaf8e7 none repeat scroll 0 0;
  color: #2ebe12;
}

.item-message-box.item-message-warning {
  background: #fff9ed none repeat scroll 0 0;
  color: #fec64d;
}

.team-gallery-thumb {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.team-gallery-thumb img {
  width: 100%;
}

.item-team-gallery h3 a {
  color: #1997d4;
  font-size: 16px;
}

.item-team-gallery h3 a:hover {
  color: #1b1d1f;
}

.item-team-gallery h3 {
  margin: 0 0 20px;
}

.item-team-gallery>span {
  color: #999;
  display: block;
  margin-bottom: 10px;
}

.item-team-gallery .desc {
  color: #666;
}

.team-gallery-thumb::before {
  background: rgba(120,120,120,.5) url("../../images/pages/icon-zoom.png") no-repeat scroll center center;
  content: "";
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 0;
  z-index: 9;
}

.team-gallery-thumb:hover::before {
  height: 100%;
  left: 0;
  opacity: 1;
  top: 0;
  width: 100%;
}

.team-social-network a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  color: #666;
  display: block;
  height: 34px;
  text-align: center;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 34px;
}

.team-social-network a:hover {
  background: #1997d4;
  color: #fff;
}

.team-social-network a i {
  line-height: 34px;
}

.team-social-network li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

.team-social-network {
  margin-left: -2px;
  margin-top: 20px;
}

.team-circle-thumb {
  background: #1b1d1f none repeat scroll 0 0;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.team-cirle-image {
  border-radius: 50%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 100%;
}

.info-circle-thumb {
  left: 0;
  padding: 50px 50px 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.info-circle-thumb .desc {
  color: #999;
}

.team-circle-social-network a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  color: #666;
  display: block;
  height: 34px;
  text-align: center;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 34px;
}

.team-circle-social-network a:hover {
  background: #fec64d;
  color: #fff;
}

.team-circle-social-network a i {
  line-height: 34px;
}

.team-circle-social-network li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

.team-circle-social-network {
  margin-left: -2px;
  margin-top: 20px;
}

.team-circle-info {
  text-align: center;
}

.team-circle-info h3 a {
  color: #1b1d1f;
  font-size: 16px;
}

.team-circle-info h3 a:hover {
  color: #fec64d;
}

.team-circle-info span {
  color: #999;
}

.team-circle-info>h3 {
  margin: 15px 0 10px;
}

.team-circle-thumb:hover .team-cirle-image {
  transform: scale(.5) translateX(100%) rotate(360deg);
  -moz-transform: scale(.5) translateX(100%) rotate(360deg);
  -webkit-transform: scale(.5) translateX(100%) rotate(360deg);
  margin-left: 30px;
}

.team-circle-thumb:hover {
  z-index: 9;
}

.team-circle-thumb:hover .info-circle-thumb {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item-team-rectang {
  border: 1px solid #e3e3e3;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.item-team-rectang .team-circle-info {
  background: #fff none repeat scroll 0 0;
  bottom: -60px;
  left: 0;
  padding: 0 20px 15px;
  position: absolute;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 100%;
}

.item-team-rectang:hover .team-circle-info {
  bottom: 0;
}

.list-team-box {
  margin-bottom: 50px;
  margin-top: 55px;
}

.list-team-box .team-circle,
.list-team-box .team-gallery {
  margin-bottom: 100px;
}

.item-team-circle1 {
  z-index: 104;
}

.item-team-circle2 {
  z-index: 103;
}

.item-team-circle3 {
  z-index: 102;
}

.item-team-circle4 {
  z-index: 101;
}

.item-team-circle {
  position: relative;
}

.team-circle-thumb>img,
.team-rectang-thumb>img {
  width: 100%;
}

.testimonial-slider {
  margin: 40px 0 70px;
}

.testimo-item {
  background: #797979 none repeat scroll 0 0;
  color: #fff;
}

.info-testimo-author {
  left: 0;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 2;
}

.testimo-thumb {
  filter: blur(8px);
  -moz-filter: blur(8px);
  -webkit-filter: blur(8px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.testimo-content-left::before {
  background: rgba(0,0,0,.5) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.testimo-content-left {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.testimo-avatar {
  border: 3px solid #3a3a3a;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 150px;
}

.testimo-avatar::before {
  position: absolute;
  content: "";
  background: rgba(251,180,80,.2);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  opacity: 0;
  border-radius: 50%;
  z-index: 9;
}

.testimo-avatar:hover::before {
  opacity: 1;
}

.testimo-avatar img {
  border-radius: 50%;
  width: 100%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.testimo-avatar:hover img {
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.testimo-name {
  font-size: 16px;
  font-weight: 700;
}

.testimo-name>a {
  color: #fff;
}

.testimo-name>a:hover {
  color: #999;
}

.testimo-desc {
  font-size: 16px;
}

.testimo-content-right {
  padding-left: 55px;
  padding-right: 70px;
  padding-top: 95px;
  position: relative;
}

.testimo-content-right .testimo-desc::before {
  content: "";
  font-family: linearicons;
  font-size: 30px;
  left: 0;
  position: absolute;
  top: 0;
}

.testimo-desc {
  padding-top: 60px;
  position: relative;
}

.testimo-date {
  color: #ccc;
  display: block;
  margin-top: 24px;
  padding-top: 15px;
  position: relative;
}

.testimo-date::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.item-customer-saying {
  display: table;
  width: 100%;
}

.thumb-customer-saying {
  display: table-cell;
  width: 70px;
}

.thumb-customer-saying>a {
  border-radius: 50%;
  display: block;
  overflow: hidden;
}

.thumb-customer-saying img {
  border-radius: 50%;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  width: 100%;
}

.info-customer-saying {
  display: table-cell;
  padding-left: 40px;
  padding-right: 20px;
  position: relative;
  vertical-align: top;
}

.info-customer-saying h3 a {
  color: #1997d4;
  font-size: 16px;
}

.info-customer-saying h3 a:hover,
.item-post-slider h3 a:hover {
  color: #fdd932;
}

.info-customer-saying .desc {
  position: relative;
}

.info-customer-saying::before {
  color: #ccc;
  content: "";
  font-family: fontawesome;
  left: 20px;
  position: absolute;
  top: 5px;
}

.info-customer-saying>h3 {
  margin: 20px 0 5px;
}

.info-customer-saying>span {
  color: #999;
}

.customer-saying>h2 {
  margin: 0 0 45px;
}

.customer-saying {
  margin-top: 45px;
}

.thumb-customer-saying a:hover img {
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.paginav-slider .owl-theme .owl-controls .owl-page span {
  background: #ccc none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 7px;
  margin: 4px;
  opacity: 1;
  width: 7px;
}

.paginav-slider .owl-theme .owl-controls .owl-page span:hover,
.paginav-slider .owl-theme .owl-controls .owl-page.active span {
  background: #1b1d1f;
}

.paginav-slider .owl-pagination {
  left: 0;
  position: absolute;
  top: -40px;
  width: 100%;
}

.paginav-slider .wrap-item {
  margin-top: 60px;
}

.box-intro h2 {
  margin: 0;
  position: relative;
}

.box-intro {
  margin-bottom: 30px;
  text-align: center;
}

.box-intro h2::before {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 100%;
}

.box-intro .title {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 40px;
  position: relative;
}

.smart-search.search-form8 {
  margin: 0 -20px 0 -30px;
  padding: 0;
}

.header-main9 {
  padding: 25px 0;
}

.smart-search.search-form8 .smart-search-form {
  border: 2px solid #f93;
  padding: 0 100px 0 0;
}

.smart-search.search-form8 .smart-search-form input[type=text] {
  border: medium none;
  height: 40px;
  padding: 0 15px;
}

.smart-search.search-form8 .select-category {
  border: medium none;
  height: 40px;
  left: auto;
  right: 50px;
  width: 50px;
}

.smart-search.search-form8 .select-category .category-toggle-link {
  border-left: 1px solid #e5e5e5;
  height: 40px;
  width: 50px;
}

.smart-search.search-form8 .select-category .category-toggle-link::after {
  right: 19px;
}

.smart-search.search-form8 .smart-search-form input[type=submit] {
  background-color: #f90;
  background-position: 20px 14px;
  height: 40px;
}

.smart-search.search-form8 .list-category-toggle.sub-menu-top {
  left: auto;
  margin-top: 4px;
  right: 0;
  width: 200px;
}

.register-box8>ul {
  margin: 13px 0 0;
  text-align: center;
}

.register-box8 li {
  display: inline-block;
  margin-right: 25px;
}

.register-box8 a {
  text-transform: uppercase;
}

.register-box8 a i {
  color: #e62e04;
  margin-right: 5px;
}

.mini-cart.mini-cart8 .header-mini-cart {
  border: 2px solid #e62e04;
  height: 44px;
  line-height: 44px;
  padding: 0 65px 0 20px;
}

.mini-cart.mini-cart8 .header-mini-cart::before {
  background: #e62e04 url("../../images/home1/icon-cart.png") no-repeat scroll center center;
  content: "";
  height: 44px;
  left: auto;
  top: -2px;
  right: -2px;
  width: 50px;
}

.mini-cart.mini-cart8 {
  margin-left: 0;
}

.register-box8 {
  margin-right: -20px;
}

.content-top8 {
  background: #f5f5f5 none repeat scroll 0 0;
}

.banner-slider8.simple-owl-slider {
  margin: 0 -30px;
  padding: 0;
}

.item-banner8 .banner-info {
  left: 0;
  padding-left: 120px;
  position: absolute;
  top: 70px;
  width: 100%;
}

.item-banner8 .banner-info h3 {
  font-size: 30px;
  text-transform: uppercase;
}

.item-banner8 .banner-info h2 {
  color: #e62e04;
  font-size: 40px;
  margin: 0 0 -5px;
  text-transform: uppercase;
}

.banner-info>p {
  font-size: 14px;
  font-weight: 700;
}

.item-banner8 .banner-info .shopnow {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 12px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.item-banner8 .banner-info .shopnow:hover {
  background: #000;
  color: #fff;
}

.banner-slider8 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
  background: #f90;
}

.banner-slider8 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0,0,0,.5);
  height: 60px;
  line-height: 60px;
  margin: -30px 0 0;
  width: 30px;
}

.category-dropdown8 .title-category-dropdown {
  background: #f90;
}

.main-nav.main-nav8 {
  background: #f5f5f5 none repeat scroll 0 0;
  margin: 0 -30px;
}

.main-nav.main-nav8>ul>li>a {
  color: #333;
}

.box-trending8 {
  background: #fff none repeat scroll 0 0;
  position: relative;
}

.content-top8 .box-trending8 {
  margin-top: -40px;
}

.box-trending8>h2 {
  background: #e62e04 none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
}

.list-trending8 .item-trending3::after {
  display: none;
}

.list-trending8 .item-trending3 a::before {
  display: none;
}

.trending-thumb3 a.addcart-link {
  background: #1bb2b0 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: auto;
  color: #fff;
  content: "";
  display: block;
  font-family: FontAwesome;
  height: 40px;
  left: 30px;
  line-height: 40px;
  margin: auto;
  position: absolute;
  right: auto;
  text-align: center;
  top: 40px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 40px;
}

.trending-thumb3 .addcart-link i {
  margin: 0;
}

.item-trending3:hover .trending-thumb3 a.addcart-link {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.list-trending8 .product-info3 .info-price span,
.list-trending8 .product-info3 .title-product a:hover {
  color: #e62e04;
}

.list-trending8 .trending-thumb3 a.addcart-link {
  background: #e62e04 none repeat scroll 0 0;
}

.list-trending8 .product-info3 .desc {
  color: #999;
}

.list-trending8 {
  margin: 0;
  padding: 6px 0;
}

.box-trending8 .list-trending8 {
  padding: 1px 0;
}

.box-trending8.box-border .list-trending8 {
  padding: 5px 0;
}

.adv-sidebar9 .sidebar-cat-childrent {
  min-height: 160px;
}

.supper-deal-box8 {
  margin-top: 30px;
}

.header-supper-deal8 {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-bottom: 30px;
}

.deal-title8>h2 {
  color: #e62e04;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.deal-title8 {
  padding-left: 30px;
  padding-top: 23px;
  padding-bottom: 10px;
}

.deal-countdown8 {
  width: 280px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
}

.deal-countdown8 canvas {
  position: relative;
  z-index: 99;
  left: -2px;
  top: -2px;
}

.deal-countdown8 .time_circles>div {
  background: #e62e04 none repeat scroll 0 0;
  border: 10px solid #fafafa;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  height: 66px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  width: 66px!important;
}

.deal-countdown8 .time_circles .number {
  border-bottom: 1px none #8b4513;
  display: block;
  margin: 7px 0 -3px;
}

.deal-countdown8 .time_circles .text {
  border-top: 1px solid #fff;
  font-size: 10px;
  width: 24px;
  display: inline-block;
}

.box-border .list-trending8 {
  border-width: 0 1px 1px 1px;
  border-color: #e5e5e5;
  border-style: solid;
}

.box-border.box-trending8>h2 {
  background: #f90;
}

.deal-cat-title>ul {
  margin: 0;
}

.deal-cat-title li {
  display: inline-block;
}

.deal-cat-title li a {
  border: 1px solid #e5e5e5;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.deal-cat-title {
  margin-bottom: 25px;
}

.deal-cat-title li.active a,
.deal-cat-title li:hover a {
  border: 1px solid #f93;
  color: #f93;
}

.deal-cat-title li.active a::before {
  color: #f93;
  content: "";
  font-family: FontAwesome;
  left: 50%;
  position: absolute;
  top: -25px;
}

.deal-cat-title li.active a::after {
  color: #f93;
  content: "";
  font-family: FontAwesome;
  left: 50%;
  position: absolute;
  bottom: -25px;
}

.item-deal-product8 .product-thumb {
  padding: 20px;
}

.product-advert {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  position: relative;
}

.adv-product-thumb {
  float: left;
  width: 50%;
}

.adv-product-info {
  float: left;
  padding-top: 40px;
  text-align: center;
  width: 50%;
}

.item-product-adv {
  padding: 40px 30px;
  margin: 0 -15px;
}

.product-advert::after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.adv-product-info>h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.adv-product-info .info-price span {
  font-size: 30px;
  font-weight: 700;
  margin-right: 0;
}

.adv-product-info .shopnow {
  background: #f93 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  margin-top: 10px;
  text-transform: uppercase;
  width: 120px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.adv-product-info .shopnow:hover {
  background: #ed321e;
}

.parent-category {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.parent-category .tags-featured-product {
  float: none;
}

.header-cat-parent label {
  background: #f93 none repeat scroll 0 0;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin: -1px 0 0;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 18px;
}

.header-cat-parent a {
  margin-left: 20px;
}

.newsletter-footer.newsletter-footer8 {
  border: 1px solid #e5e5e5;
  padding: 40px 50px 40px 200px;
  position: relative;
  z-index: 99;
  background: #fff;
}

.newsletter-footer.newsletter-footer8 label {
  left: 50px;
  margin: 0;
  position: absolute;
  top: 50px;
  font-size: 18px;
}

.newsletter-footer.newsletter-footer8>form {
  border: 1px solid #e5e5e5;
  max-width: none;
}

.newsletter-footer.newsletter-footer8 input[type=text] {
  border: medium none;
  height: 40px;
  line-height: 40px;
}

.newsletter-footer.newsletter-footer8 input[type=submit] {
  height: 40px;
  background: transparent url("../../images/home8/bg-mail.png") no-repeat scroll center center;
}

.wrap-newsletter-footer8 {
  margin-bottom: 10px;
  margin-top: -40px;
  padding: 10px;
  position: relative;
}

.wrap-newsletter-footer8::before {
  background: #f93 none repeat scroll 0 0;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer8 {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-top: 60px;
}

.footer8 .footer-bottom {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin: 40px 0;
  padding: 10px 0;
}

.list-tags-category8 li {
  display: inline-block;
  margin-bottom: 15px;
}

.list-tags-category8 a {
  border-right: 1px solid #999;
  color: #999;
  display: block;
  height: 14px;
  line-height: 14px;
  margin-right: 5px;
  padding-right: 5px;
}

.list-tags-category8 {
  padding-bottom: 10px;
}

.list-tags-category8 li:last-child a {
  border: medium none;
  margin: 0;
  padding: 0;
}

.list-tags-category8 a.active {
  text-transform: uppercase;
  font-weight: 700;
}

.list-tags-category8 a:hover {
  color: #f93;
}

.slider-cat-parent .wrap-item.owl-theme .owl-controls .owl-buttons div {
  margin: -60px 0 0;
}

.slider-cat-parent {
  overflow: hidden;
}

.item-cat-parent {
  padding: 0 10px;
}

.item-cat-parent .product-info {
  padding: 20px 0;
}

.slider-cat-parent .wrap-item {
  padding: 0 10px;
}

.item-cat-parent .info-price span {
  font-size: 18px;
  font-weight: 700;
}

.item-cat-parent .title-product {
  font-weight: 400;
  margin: 0 0 3px;
}

.content-cat-parent .item-adv-simple {
  margin: 20px;
}

.header-cat-parent {
  border-bottom: 1px solid #e5e5e5;
}

.list-category-dropdown8>li {
  padding: 0 20px;
  position: relative;
}

.list-category-dropdown8>li>a {
  border-top: 1px solid #e8e8e8;
  display: block;
  line-height: 20px;
  padding: 9px 20px 10px 0;
}

.list-category-dropdown8>li:first-child>a {
  border-top: 1px solid #fff;
}

.list-category-dropdown8>li>img {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.list-category-dropdown8>li:hover::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 10;
}

.list-category-dropdown8>li.has-cat-mega:hover>.cat-mega-menu {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}

.list-category-dropdown8 {
  margin: 0;
}

.category-dropdown8 .expand-category-link8 {
  background: #f93 none repeat scroll 0 0;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 55px;
  color: #fff;
  margin-top: 5px;
  position: relative;
  padding: 0;
  text-align: left;
  padding: 0 30px;
}

.category-dropdown8 .expand-category-link8::before {
  content: "\f0d7";
  font-family: FontAwesome;
  margin-right: 20px;
}

.category-dropdown8 .expand-category-link8.expanding::before {
  content: "\f0d8";
}

.list-product-cat .item-product9 {
  float: left;
  padding: 0 10px;
  width: 50%;
}

.list-product-cat {
  border-left: 1px solid #e5e5e5;
  padding: 10px;
}

.item-product9 .product-info {
  padding: 6px 0 10px;
}

.item-product9 .product-info .title-product {
  font-weight: 400;
  margin: 0;
}

.item-product9 .product-info .info-price span {
  font-size: 18px;
  font-weight: 700;
}

.sidebar-cat-childrent {
  min-height: 165px;
}

.list-brand-zoom .zoom-image-thumb {
  margin: auto;
  max-width: 152px;
}

.box-trending9 .hot-deal-tab-countdown {
  position: absolute;
  left: 100%;
  margin-left: 36px;
  top: -9px;
}

.top-menu.top-menu9 a:hover {
  color: #009000;
}

.top-info9 .sub-menu-top li:hover {
  background: #3ebb51 none repeat scroll 0 0;
}

.smart-search.search-form8.search-form9 .smart-search-form input[type=submit] {
  background-color: #3ebb51;
}

.smart-search.search-form8.search-form9 .smart-search-form {
  border: 2px solid #3ebb51;
}

.register-box8.register-box9 a i {
  color: #009000;
}

.register-box9 a:hover {
  color: #3ebb51;
}

.mini-cart.mini-cart8.mini-cart9 .header-mini-cart {
  border: 2px solid #009000;
}

.mini-cart9 .total-mini-cart-price {
  color: #3ebb51;
}

.mini-cart.mini-cart8.mini-cart9 .header-mini-cart::before {
  background: #009000 url("../../images/home1/icon-cart.png") no-repeat scroll center center;
}

.category-dropdown9 .title-category-dropdown {
  background: #3ebb51 none repeat scroll 0 0;
}

.category-dropdown9 .list-category-dropdown8>li:hover::before {
  background: #3ebb51 none repeat scroll 0 0;
}

.category-dropdown9 .list-category-dropdown8>li:hover>a {
  color: #3ebb51;
}

.category-dropdown9 .expand-category-link8 {
  background: #3ebb51 none repeat scroll 0 0;
}

.box-trending9>h2 {
  background: #009000;
}

.list-trending9 .info-price {
  margin-top: 10px;
}

.list-trending9 .product-info3 .info-price span,
.list-trending9 .product-info3 .title-product a:hover {
  color: #3ebb51;
}

.list-trending9 .trending-thumb3 a.addcart-link {
  background: #009000 none repeat scroll 0 0;
}

.box-trending9 .hot-deal-tab-countdown .time_circles {
  background: #3ebb51;
}

.item-banner9 .banner-info {
  bottom: 0;
  height: 245px;
  left: 0;
  margin: auto;
  padding-top: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 430px;
}

.item-banner9 .banner-info h2 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}

.item-banner9 .banner-info h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.item-banner9 .shopnow {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  text-transform: uppercase;
  width: 155px;
}

.item-banner9 .banner-info.bg-blue {
  background: rgba(10,167,174,.7);
}

.item-banner9 .banner-info.bg-brown {
  background: rgba(187,106,62,.7);
}

.item-banner9 .banner-info.bg-violet {
  background: rgba(86,78,158,.7);
}

.banner-slider9 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
  background: #3ebb51 none repeat scroll 0 0;
}

.adv-home9 {
  margin: 30px 0;
}

.item-adv9.box-right {
  margin-left: -30px;
}

.list-categorybox .category-adv {
  margin-bottom: 30px;
}

.category-adv.red-box .title-cat-parent {
  background: #f87062 none repeat scroll 0 0;
}

.category-adv.red-box .sidebar-cat-childrent a:hover::before {
  background: #f87062 none repeat scroll 0 0;
}

.category-adv.red-box .sidebar-cat-childrent a:hover {
  color: #f87062;
}

.category-adv.red-box .tags-featured-product a:hover {
  color: #f87062;
}

.category-adv.red-box .title-product a:hover {
  color: #f87062;
}

.category-adv.red-box .info-price span {
  color: #f87062;
}

.category-adv.red-box .product-info-cart .addcart-link {
  background: #f87062 none repeat scroll 0 0;
}

.category-adv.red-box .product-extra-link a:hover {
  color: #f87062;
}

.category-adv.blue-box .title-cat-parent {
  background: #6170bc none repeat scroll 0 0;
}

.category-adv.blue-box .sidebar-cat-childrent a:hover::before {
  background: #6170bc none repeat scroll 0 0;
}

.category-adv.blue-box .sidebar-cat-childrent a:hover {
  color: #6170bc;
}

.category-adv.blue-box .tags-featured-product a:hover {
  color: #6170bc;
}

.category-adv.blue-box .title-product a:hover {
  color: #6170bc;
}

.category-adv.blue-box .info-price span {
  color: #6170bc;
}

.category-adv.blue-box .product-info-cart .addcart-link {
  background: #6170bc none repeat scroll 0 0;
}

.category-adv.blue-box .product-extra-link a:hover {
  color: #6170bc;
}

.category-adv.green-box .title-cat-parent {
  background: #55c932 none repeat scroll 0 0;
}

.category-adv.green-box .sidebar-cat-childrent a:hover::before {
  background: #55c932 none repeat scroll 0 0;
}

.category-adv.green-box .sidebar-cat-childrent a:hover {
  color: #55c932;
}

.category-adv.green-box .tags-featured-product a:hover {
  color: #55c932;
}

.category-adv.green-box .title-product a:hover {
  color: #55c932;
}

.category-adv.green-box .info-price span {
  color: #55c932;
}

.category-adv.green-box .product-info-cart .addcart-link {
  background: #55c932 none repeat scroll 0 0;
}

.category-adv.green-box .product-extra-link a:hover {
  color: #55c932;
}

.category-adv.yellow-box .title-cat-parent {
  background: #fe9c00 none repeat scroll 0 0;
}

.category-adv.yellow-box .sidebar-cat-childrent a:hover::before {
  background: #fe9c00 none repeat scroll 0 0;
}

.category-adv.yellow-box .sidebar-cat-childrent a:hover {
  color: #fe9c00;
}

.category-adv.yellow-box .tags-featured-product a:hover {
  color: #fe9c00;
}

.category-adv.yellow-box .title-product a:hover {
  color: #fe9c00;
}

.category-adv.yellow-box .info-price span {
  color: #fe9c00;
}

.category-adv.yellow-box .product-info-cart .addcart-link {
  background: #fe9c00 none repeat scroll 0 0;
}

.category-adv.yellow-box .product-extra-link a:hover {
  color: #fe9c00;
}

.category-adv.pink-box .title-cat-parent {
  background: #ff74be none repeat scroll 0 0;
  line-height: 20px;
  padding-top: 17px;
}

.category-adv.pink-box .sidebar-cat-childrent a:hover::before {
  background: #ff74be none repeat scroll 0 0;
}

.category-adv.pink-box .sidebar-cat-childrent a:hover {
  color: #ff74be;
}

.category-adv.pink-box .tags-featured-product a:hover {
  color: #ff74be;
}

.category-adv.pink-box .title-product a:hover {
  color: #ff74be;
}

.category-adv.pink-box .info-price span {
  color: #ff74be;
}

.category-adv.pink-box .product-info-cart .addcart-link {
  background: #ff74be none repeat scroll 0 0;
}

.category-adv.pink-box .product-extra-link a:hover {
  color: #ff74be;
}

.category-adv.blood-box .title-cat-parent {
  background: #fe4242 none repeat scroll 0 0;
}

.category-adv.blood-box .sidebar-cat-childrent a:hover::before {
  background: #fe4242 none repeat scroll 0 0;
}

.category-adv.blood-box .sidebar-cat-childrent a:hover {
  color: #fe4242;
}

.category-adv.blood-box .tags-featured-product a:hover {
  color: #fe4242;
}

.category-adv.blood-box .title-product a:hover {
  color: #fe4242;
}

.category-adv.blood-box .info-price span {
  color: #fe4242;
}

.category-adv.blood-box .product-info-cart .addcart-link {
  background: #fe4242 none repeat scroll 0 0;
}

.category-adv.blood-box .product-extra-link a:hover {
  color: #fe4242;
}

.category-adv.darkred-box .title-cat-parent {
  background: #c75347 none repeat scroll 0 0;
}

.category-adv.darkred-box .sidebar-cat-childrent a:hover::before {
  background: #c75347 none repeat scroll 0 0;
}

.category-adv.darkred-box .sidebar-cat-childrent a:hover {
  color: #c75347;
}

.category-adv.darkred-box .tags-featured-product a:hover {
  color: #c75347;
}

.category-adv.darkred-box .title-product a:hover {
  color: #c75347;
}

.category-adv.darkred-box .info-price span {
  color: #c75347;
}

.category-adv.darkred-box .product-info-cart .addcart-link {
  background: #c75347 none repeat scroll 0 0;
}

.category-adv.darkred-box .product-extra-link a:hover {
  color: #c75347;
}

.category-adv.cyan-box .title-cat-parent {
  background: #15c1d7 none repeat scroll 0 0;
}

.category-adv.cyan-box .sidebar-cat-childrent a:hover::before {
  background: #15c1d7 none repeat scroll 0 0;
}

.category-adv.cyan-box .sidebar-cat-childrent a:hover {
  color: #15c1d7;
}

.category-adv.cyan-box .tags-featured-product a:hover {
  color: #15c1d7;
}

.category-adv.cyan-box .title-product a:hover {
  color: #15c1d7;
}

.category-adv.cyan-box .info-price span {
  color: #15c1d7;
}

.category-adv.cyan-box .product-info-cart .addcart-link {
  background: #15c1d7 none repeat scroll 0 0;
}

.category-adv.cyan-box .product-extra-link a:hover {
  color: #15c1d7;
}

.mobile-access-box.mobile-access-box9 {
  box-shadow: none;
  border: 1px solid #e5e5e5;
}

.mobile-access.mobile-access9 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.mobile-access9 .access-list-link li a:hover {
  color: #009000;
}

.mobile-access9 .access-more {
  color: #009000;
}

.mobile-access9 .product-info3 .title-product a:hover {
  color: #009000;
}

.mobile-access9 .product-info3 .info-price span {
  color: #009000;
}

.mobile-access9 .shopnow-access:hover {
  background: #009000;
  border-color: #009000;
}

.newsletter6.newsletter9 {
  background: #2e2e2e none repeat scroll 0 0;
  margin-bottom: 30px;
}

.newsletter6.newsletter9 .newsletter-form input[type=submit] {
  background: #38b04a none repeat scroll 0 0;
}

.newsletter6.newsletter9 .newsletter-form input[type=submit]:hover {
  background: #009000 none repeat scroll 0 0;
}

.main-nav.main-nav9>ul>li .sub-menu>li:hover>a {
  color: #009000;
}

.search-form9 .sub-menu-top li:hover {
  background: #009000 none repeat scroll 0 0;
}

.mini-cart9 .mini-cart-view {
  background: #3ebb51 none repeat scroll 0 0;
}

.mini-cart9 .mini-cart-checkout {
  background: #009000 none repeat scroll 0 0;
}

.main-nav.main-nav8 .toggle-mobile-menu>span {
  display: none;
}

.main-nav.main-nav10 {
  margin-left: -10px;
}

.main-nav.main-nav10>ul>li>a {
  height: 50px;
  line-height: 50px;
}

.banner-slider10.simple-owl-slider {
  margin: 0 0 30px;
}

.item-banner10 .banner-info {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-content-text {
  border: 3px solid #fff;
  display: inline-block;
  float: right;
  margin-top: 6%;
  padding: 7px;
}

.inner-content-text {
  background: rgba(255,255,255,.9) none repeat scroll 0 0;
  padding: 30px 40px;
}

.inner-content-text h4 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  padding-top: 2%;
  margin-bottom: -2%;
}

.inner-content-text>h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.inner-content-text .shopnow {
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding: 0 20px;
  text-transform: uppercase;
}

.banner-slider10 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0,0,0,.4) none repeat scroll 0 0;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0;
  width: 50px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.title-box10 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: -1px 0 0 -1px;
  padding: 0 20px;
  text-transform: uppercase;
}

.list-partner10 {
  margin-bottom: 50px;
}

.box-category10 {
  padding-left: 220px;
  position: relative;
}

.box-category10 .content-left-category-hover {
  border: 1px solid #e5e5e5;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 220px;
}

.box-category10 .list-category-hover {
  border: none;
}

.box-category10 .category-brand-slider {
  border: medium none;
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.box-category10 {
  margin-bottom: 50px;
}

.box-category10 .info-price span {
  font-size: 18px;
  font-weight: 700;
}

.box-category10 .title-product {
  font-weight: 400;
  margin: 0 0 3px;
}

.box-adv10.box-adv-col2 {
  padding: 0 10px;
}

.box-category10 .list-category-hover>li {
  display: block!important;
}

.box-category10.red-box .title-box10 {
  background: #fa6165;
}

.box-category10.red-box .banner-cat-hover-info .shopnow:hover {
  border-color: #fa6165;
  color: #fa6165;
}

.box-category10.red-box .list-category-hover>li:hover>a>img {
  filter: drop-shadow(1px 1px 1px #fa6165);
  -webkit-filter: drop-shadow(1px 1px 1px #fa6165);
}

.box-category10.red-box .list-category-hover>li>a:hover::before {
  background: #fa6165 none repeat scroll 0 0;
}

.box-category10.red-box .list-category-hover>li>a:hover {
  color: #fa6165;
}

.box-category10.red-box .banner-cat-hover-info>h2 {
  color: #fa6165;
}

.box-category10.red-box .info-price span {
  color: #fa6165;
}

.box-category10.red-box .title-product a:hover {
  color: #fa6165;
}

.box-category10.red-box .product-info-cart .addcart-link {
  background: #fa6165;
}

.box-category10.red-box .product-extra-link a:hover {
  color: #fa6165;
}

.box-category10.gold-box .title-box10 {
  background: #fabb29;
}

.box-category10.gold-box .banner-cat-hover-info .shopnow:hover {
  border-color: #fabb29;
  color: #fabb29;
}

.box-category10.gold-box .list-category-hover>li:hover>a>img {
  filter: drop-shadow(1px 1px 1px #fabb29);
  -webkit-filter: drop-shadow(1px 1px 1px #fabb29);
}

.box-category10.gold-box .list-category-hover>li>a:hover::before {
  background: #fabb29 none repeat scroll 0 0;
}

.box-category10.gold-box .list-category-hover>li>a:hover {
  color: #fabb29;
}

.box-category10.gold-box .banner-cat-hover-info>h2 {
  color: #fabb29;
}

.box-category10.gold-box .info-price span {
  color: #fabb29;
}

.box-category10.gold-box .title-product a:hover {
  color: #fabb29;
}

.box-category10.gold-box .product-info-cart .addcart-link {
  background: #fabb29;
}

.box-category10.gold-box .product-extra-link a:hover {
  color: #fabb29;
}

.box-category10.darkred-box .title-box10 {
  background: #c75347;
}

.box-category10.darkred-box .banner-cat-hover-info .shopnow:hover {
  border-color: #c75347;
  color: #c75347;
}

.box-category10.darkred-box .list-category-hover>li:hover>a>img {
  filter: drop-shadow(1px 1px 1px #c75347);
  -webkit-filter: drop-shadow(1px 1px 1px #c75347);
}

.box-category10.darkred-box .list-category-hover>li>a:hover::before {
  background: #c75347 none repeat scroll 0 0;
}

.box-category10.darkred-box .list-category-hover>li>a:hover {
  color: #c75347;
}

.box-category10.darkred-box .banner-cat-hover-info>h2 {
  color: #c75347;
}

.box-category10.darkred-box .info-price span {
  color: #c75347;
}

.box-category10.darkred-box .title-product a:hover {
  color: #c75347;
}

.box-category10.darkred-box .product-info-cart .addcart-link {
  background: #c75347;
}

.box-category10.darkred-box .product-extra-link a:hover {
  color: #c75347;
}

.box-category10.blue-box .title-box10 {
  background: #77a3d3;
}

.box-category10.blue-box .banner-cat-hover-info .shopnow:hover {
  border-color: #77a3d3;
  color: #77a3d3;
}

.box-category10.blue-box .list-category-hover>li:hover>a>img {
  filter: drop-shadow(1px 1px 1px #77a3d3);
  -webkit-filter: drop-shadow(1px 1px 1px #77a3d3);
}

.box-category10.blue-box .list-category-hover>li>a:hover::before {
  background: #77a3d3 none repeat scroll 0 0;
}

.box-category10.blue-box .list-category-hover>li>a:hover {
  color: #77a3d3;
}

.box-category10.blue-box .banner-cat-hover-info>h2 {
  color: #77a3d3;
}

.box-category10.blue-box .info-price span {
  color: #77a3d3;
}

.box-category10.blue-box .title-product a:hover {
  color: #77a3d3;
}

.box-category10.blue-box .product-info-cart .addcart-link {
  background: #77a3d3;
}

.box-category10.blue-box .product-extra-link a:hover {
  color: #77a3d3;
}

.box-category10.cyan-box .title-box10 {
  background: #15c1d7;
}

.box-category10.cyan-box .banner-cat-hover-info .shopnow:hover {
  border-color: #15c1d7;
  color: #15c1d7;
}

.box-category10.cyan-box .list-category-hover>li:hover>a>img {
  -webkit-filter: drop-shadow(1px 1px 1px #15c1d7);
  filter: drop-shadow(1px 1px 1px #15c1d7);
}

.box-category10.cyan-box .list-category-hover>li>a:hover::before {
  background: #15c1d7 none repeat scroll 0 0;
}

.box-category10.cyan-box .list-category-hover>li>a:hover {
  color: #15c1d7;
}

.box-category10.cyan-box .banner-cat-hover-info>h2 {
  color: #15c1d7;
}

.box-category10.cyan-box .info-price span {
  color: #15c1d7;
}

.box-category10.cyan-box .title-product a:hover {
  color: #15c1d7;
}

.box-category10.cyan-box .product-info-cart .addcart-link {
  background: #15c1d7;
}

.box-category10.cyan-box .product-extra-link a:hover {
  color: #15c1d7;
}

.box-category10.pink-box .title-box10 {
  background: #fa8bae;
}

.box-category10.pink-box .banner-cat-hover-info .shopnow:hover {
  border-color: #fa8bae;
  color: #fa8bae;
}

.box-category10.pink-box .list-category-hover>li:hover>a>img {
  -webkit-filter: drop-shadow(1px 1px 1px #fa8bae);
  filter: drop-shadow(1px 1px 1px #fa8bae);
}

.box-category10.pink-box .list-category-hover>li>a:hover::before {
  background: #fa8bae none repeat scroll 0 0;
}

.box-category10.pink-box .list-category-hover>li>a:hover {
  color: #fa8bae;
}

.box-category10.pink-box .banner-cat-hover-info>h2 {
  color: #fa8bae;
}

.box-category10.pink-box .info-price span {
  color: #fa8bae;
}

.box-category10.pink-box .title-product a:hover {
  color: #fa8bae;
}

.box-category10.pink-box .product-info-cart .addcart-link {
  background: #fa8bae;
}

.box-category10.pink-box .product-extra-link a:hover {
  color: #fa8bae;
}

.footer.footer10 {
  margin: 0;
}

.privacy-shipping.privacy-shipping11 {
  margin: 30px 0 50px;
}

.content-popular11 {
  margin-bottom: 50px;
}

.list-partner.list-partner11 {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.simple-adv11 {
  margin-bottom: 50px;
}

.home-banner-thumb img {
  width: 100%;
}

.home-banner-info {
  background: rgba(250,97,101,.9) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 29px 15px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.category-product-featured.red-box .home-banner-info {
  background-color: rgba(250,97,101,.9);
}

.category-product-featured.yellow-box .home-banner-info {
  background-color: rgba(250,187,41,.9);
}

.category-product-featured.pink-box .home-banner-info {
  background-color: rgba(199,83,71,.9);
}

.category-product-featured.blue-box .home-banner-info {
  background-color: rgba(119,163,211,.9);
}

.category-product-featured.green-box .home-banner-info {
  background-color: rgba(21,193,215,.9);
}

.category-product-featured.violet-box .home-banner-info {
  background-color: rgba(250,139,174,.9);
}

.home-banner-info p {
  font-weight: 700;
  margin: 0;
}

.featured-product12 .item-category-featured-product:first-child {
  border-bottom: 1px solid #e5e5e5;
}

.featured-product12 .item-category-featured-product {
  position: relative;
}

.featured-product12 .item-category-featured-product .product-info {
  padding: 20px 0 20px;
}

.owl-directnav {
  overflow: hidden;
}

.featured-product12 .featured-product-category .wrap-item.owl-theme .owl-controls .owl-buttons div {
  top: 50%;
}

.featured-product12 .featured-related-product .wrap-item.owl-theme .owl-controls .owl-buttons div {
  top: 50%;
}

.category-product-featured.featured-product12 {
  position: relative;
  box-shadow: 0 0 0 1px #e5e5e5 inset;
}

.featured-product12 .category-brand-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17%;
}

.hot-deals12.hot-deals>h2 {
  padding: 15px 20px;
}

.privacy-shipping.privacy-shipping12 {
  margin-bottom: 50px;
}

.hot-deal-tab-slider.hot-deal-tab-slider12 {
  margin-bottom: 50px;
}

.popular-cat-label label::before {
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: -6px;
  width: 100%;
}

.popular-cat-label label::after {
  border-left: 4px solid #333;
  border-top: 7px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -4px;
  top: -6px;
  width: 0;
}

.popular-cat-label label {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  margin: -1px;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
}

.popular-cat-title.popular-cat-label li.active {
  background: 0 0;
}

.popular-cat-title.popular-cat-label li.active::before {
  display: none;
}

.popular-cat-title.popular-cat-label li.active::after {
  display: none;
}

.popular-cat-title.popular-cat-label li a {
  font-weight: 400;
}

.popular-cat-title.popular-cat-label li.active a {
  position: static;
}

.popular-cat-title.popular-cat-label>ul li {
  display: inline-block;
}

.popular-cat-title.popular-cat-label>ul {
  display: inline-block;
  margin: 0;
}

.bottom-home2.bottom-home12 {
  margin-bottom: 50px;
}

.list-super-deal .post-paginav {
  text-align: center;
}

.footer.footer-home {
  margin-top: 0;
}

.back-to-top::after {
  font-family: fontawesome;
  content: "\f106";
  position: absolute;
  font-weight: 400;
  top: 5px;
  line-height: normal;
  left: 18px;
}

.back-to-top {
  background: rgba(255,255,255,.9) none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  display: block;
  height: 48px;
  position: absolute;
  right: -40px;
  top: -66px;
  width: 48px;
  color: #333;
  text-align: center;
  line-height: 65px;
  text-transform: uppercase;
  font-weight: 700;
}

.adv-sidebar9 .list-brand-zoom .zoom-image-thumb {
  max-width: 148px;
}

.footer-box-contact>li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.footer-box-contact>li i {
  left: 0;
  position: absolute;
  top: 0;
}

.top-menu.top-menu8 li a:hover {
  color: #e62e04;
}

.item-product.item-deal-product8 {
  margin: 0 -5px 30px;
}

.content-deal8 .product-tab-slider {
  padding: 0 5px;
  overflow: hidden;
}

.mini-cart8 .total-mini-cart-price {
  color: #e62e04;
}

.list-trending8.list-trending9 {
  padding: 1px 0;
}

.list-footer-box6.list-footer-box9 {
  margin-bottom: 30px;
}

.footer-bottom6.footer-bottom9 {
  padding: 25px 0;
}

.header3.header5.header11 {
  background: #333 none repeat scroll 0 0;
}

.hot-deal-tab-slider12 .slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-left: 0;
}

.hot-deal-tab-slider12 .slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.hot-deal-tab-slider12 .slider-home2 .owl-controls.clickable {
  top: -40px;
}

.slider-home2.rect-arrow .wrap-item.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.slider-home2.rect-arrow .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-left: 0;
}

.sidebar-cat-childrent li.active:last-child a {
  border-bottom: 1px solid #e5e5e5;
}

.social-footer li:first-child a {
  margin-right: 0;
}

.featured-product2 .adv-featured-product {
  margin-right: -1px;
}

.featured-product2.red-box .sidebar-cat-childrent {
  min-height: 160px;
}

.social-home2.social-network li:last-child {
  margin-right: 0;
}

.item-paginav-featured:last-child {
  border-right: none;
}

.desc-hidden {
  color: #666;
  margin: 10px 0 0;
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .sidebar-cat-brand .sidebar-cat-childrent {
    min-height: 201px;
  }

  .item-product-bestseller {
    padding: 16px 0;
  }

  .menu-footer2>li {
    list-style-type: disc;
  }

  .item-product9 .product-info {
    padding: 9px 0 10px;
  }

  .featured-product12 .item-category-featured-product .product-info {
    padding: 21px 0;
  }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
  .list-category-hover>li>a {
    padding: 10px 20px 10px 57px;
  }

  .inner-category-hover4 .list-category-hover>li>a {
    padding: 10px 20px 10px;
  }

  .deal-countdown8 .time_circles>div::after {
    width: 68px;
    height: 68px;
    border: 2px solid #fafafa;
    content: "";
    border-radius: 50%;
    top: -11px;
    left: -11px;
    position: absolute;
    z-index: 9;
  }
}

.section-home-slide .row-wapper {
  margin: 0;
}

.section-home-slide .col-left,
.section-home-slide .col-right {
  padding: 0;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.message-box {
  z-index: 10001;
  margin: 0 auto;
  top: 45px;
  position: absolute;
  width: 100%;
}

.main-content-home {
  width: 1220px;
  margin: 0 auto;
}

.dostupnost {
  color: #66c423;
  font-weight: 700;
}

.nedostupne {
  color: #f20000;
}

.main-single-post {
  padding: 1% 0 1% 1%;
}

.top-language {
  cursor: pointer;
}

.top-currency {
  cursor: pointer;
}

.show-params {
  font-size: 14px;
  font-weight: 400;
  margin-top: -5%;
  margin-bottom: 5%;
  color: #666;
  cursor: pointer;
}

.show-params::after {
  width: 13px;
  content: "";
  height: 13px;
  position: absolute;
  right: 11%;
  background: url("../../images/grid/sub.png") no-repeat center center;
}

.show-params.active::after {
  background: url("../../images/grid/add.png") no-repeat center center;
}

.show-subcategory {
  font-size: 14px;
  font-weight: 400;
  margin-top: -5%;
  margin-bottom: 5%;
  color: #666;
  cursor: pointer;
}

.show-subcategory::after {
  width: 13px;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  background: url("../../images/grid/add.png") no-repeat center center;
}

.show-subcategory.active::after {
  background: url("../../images/grid/sub.png") no-repeat center center;
}

.show-category {
  font-size: 14px;
  font-weight: 400;
  margin-top: -5%;
  margin-bottom: 5%;
  color: #666;
  cursor: pointer;
}

.detail-image {
  position: relative;
  float: left;
  clear: right;
}

#galery-detail a img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#galery-detail a {
  border: 1px #e8e8e8 solid;
  padding: 1px;
  height: 110px;
}

.attr-product textarea {
  position: relative;
  height: 50px;
  left: 0;
  width: 260px;
  margin-left: -2%;
  margin-top: 5%;
}

.attr-product label.note {
  position: relative;
  top: -20px;
}

.cart_item td img {
  max-height: 45px;
  position: relative;
}

.product-image {
  width: 10%;
}

.product-total {
  width: 15%;
}

.product-count {
  width: 10%;
}

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

label.order-form {
  font-weight: 400;
  margin: 0;
  color: #999;
  font-weight: 700;
  padding: 3px 0 3px 10px;
  text-transform: uppercase;
  width: 100%;
}

input.error {
  margin-bottom: 10%;
}

.other-info {
  width: 100%;
}

.order-box {
  color: #999;
  margin-top: 3%;
  clear: both;
  position: relative;
  padding-bottom: 2%;
}

.order-box input {
  width: 50%;
}

.param-line {
  padding: 3px;
  z-index: 999;
  right: 0;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 1%;
  line-height: 15px;
  position: relative;
  clear: right;
  display: inline-block;
  float: right;
}

.param-line i {
  font-size: 15px;
}

.param-line-small {
  clear: left;
  padding: 2px;
  z-index: 999;
  right: 0;
  font-size: 8px;
  font-weight: 700;
  margin-bottom: 1%;
  line-height: 10px;
  position: relative;
  display: table;
}

.param-line-small i {
  font-size: 10px;
}

.param-line-group-small {
  position: absolute;
}

.param-line-group {
  position: absolute;
  right: 5%;
}

.param-line-group-right {
  position: absolute;
  right: 0;
}

.onstore {
  color: #99b31f;
}

.watchdog-form table tr td label {
  font-weight: 400;
  margin: 0;
  color: #999;
  font-weight: 700;
  padding: 3px 0 3px 10px;
  text-transform: uppercase;
  width: 100%;
}

.watchdog-form table tr td label.error {
  position: relative;
  display: inline;
  color: #fa6165;
  top: -20px;
  vertical-align: middle;
  padding: 0;
  margin: 0 auto;
  bottom: 0;
  margin-bottom: 0;
}

.watchdog-form table tr td label.topPosition {
  min-width: 100px;
  position: relative;
  float: left;
  clear: both;
}

.watchdog-form table tr td.note {
  padding-left: 10px;
}

.watchdog-form table tr td input[type=text] {
  border: 1px solid #e5e5e5;
  color: #999;
  font-weight: 700;
  height: 30px;
  padding: 0 20px;
  width: 100%;
}

.watchdog-form table tr td input[type=text].error {
  border: 1px solid #fa6165;
  margin-bottom: 20px;
}

.watchdog-form table tr td textarea {
  border: 1px solid #e5e5e5;
  color: #999;
  font-weight: 700;
  height: 85px;
  padding: 0 20px;
  width: 100%;
}

.watchdog {
  height: 70px;
  width: 100px;
  position: relative;
  float: right;
  clear: right;
  border: 1px solid #e5e5e5;
  margin-top: -50px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  cursor: pointer;
}

.watchdog-available {
  height: 60px;
  width: 150px;
  position: relative;
  float: right;
  clear: right;
  border: 1px solid #e5e5e5;
  margin-top: -15px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  cursor: pointer;
}

.watchdog-available:hover {
  background: #fff none repeat scroll 0 0;
}

.watchdog:hover {
  background: #fafafa none repeat scroll 0 0;
}

.box-cat-menu {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.cat-menu li {
  position: relative;
  padding: 2%;
  color: #666;
}

.cat-menu a.active {
  font-weight: 700;
}

.cat-menu li ul.sub-menu {
  margin-left: 10%;
}

.breadcrumbs {
  line-height: 40px;
  font-size: 15px;
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
}

.breadcrumbs-standard {
  line-height: 40px;
  font-size: 15px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumbs-container {
  display: flex;
  margin-left: 10px;
}

.breadcrumbs .breadcrumbs-link {
  position: relative;
  margin-right: 5px;
  color: #999;
}

.breadcrumbs .breadcrumbs-link a {
  color: #999;
}

.breadcrumbs .breadcrumbs-link a:hover {
  color: #000;
}

.breadcrumbs .breadcrumbs-link .breadcrumbs-navigate {
  position: relative;
  padding: 0;
  height: 17px;
  width: 6px;
  margin-left: 5px;
  margin-top: 0;
}

.breadcrumbs .breadcrumbs-link .breadcrumbs-navigate:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  height: 50%;
  width: 100%;
  background: #eee;
  -webkit-transform: skew(25deg,0deg);
  -moz-transform: skew(25deg,0deg);
  -ms-transform: skew(25deg,0deg);
  -o-transform: skew(25deg,0deg);
  transform: skew(25deg,0deg);
}

.breadcrumbs .breadcrumbs-link .breadcrumbs-navigate:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10%;
  height: 50%;
  width: 100%;
  background: #eee;
  -webkit-transform: skew(-25deg,0deg);
  -moz-transform: skew(-25deg,0deg);
  -ms-transform: skew(-25deg,0deg);
  -o-transform: skew(-25deg,0deg);
  transform: skew(-25deg,0deg);
}

.breadcrumbs-standard .breadcrumbs-link {
  position: relative;
  margin-right: 5px;
  color: #999;
}

.breadcrumbs-standard .breadcrumbs-link a {
  color: #999;
}

.breadcrumbs-standard .breadcrumbs-link a:hover {
  color: #000;
}

.breadcrumbs-standard .breadcrumbs-link .breadcrumbs-navigate {
  position: relative;
  padding: 0;
  height: 17px;
  width: 6px;
  margin-left: 5px;
  margin-top: 0;
}

.breadcrumbs-standard .breadcrumbs-link .breadcrumbs-navigate:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  height: 50%;
  width: 100%;
  background: #eee;
  -webkit-transform: skew(25deg,0deg);
  -moz-transform: skew(25deg,0deg);
  -ms-transform: skew(25deg,0deg);
  -o-transform: skew(25deg,0deg);
  transform: skew(25deg,0deg);
}

.breadcrumbs-standard .breadcrumbs-link .breadcrumbs-navigate:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10%;
  height: 50%;
  width: 100%;
  background: #eee;
  -webkit-transform: skew(-25deg,0deg);
  -moz-transform: skew(-25deg,0deg);
  -ms-transform: skew(-25deg,0deg);
  -o-transform: skew(-25deg,0deg);
  transform: skew(-25deg,0deg);
}

.breadcrumbs {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.measure {
  font-size: 15px!important;
  color: #999!important;
  font-weight: 400;
}

.measure-detail {
  font-size: 15px!important;
  color: #999!important;
  font-weight: 400;
}

.category-filtr-name {
  font-size: 15px;
  float: left;
  clear: right;
  line-height: 15px;
  position: relative;
  color: #999;
  font-weight: 700;
  margin: 5px;
  top: 0;
  min-width: 8%;
  margin-bottom: 5px;
}

.category-filtr-value {
  font-size: 12px;
  position: relative;
  color: #888;
  width: 100%;
  display: table-cell;
  clear: left;
  float: left;
}

.category-filtr-value a {
  margin-left: 5px;
  margin-right: 10px;
  position: relative;
}

.cat-item {
  padding: 3px;
  margin: 2px;
  float: left;
  clear: right;
  font-weight: 700;
  padding-right: 2px;
  min-width: 150px;
  border: solid 1px #e8e8e8;
}

.category-filtr {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.category-filtr span {
  color: #999;
  line-height: 15px;
  position: relative;
  top: 2px;
}

.category-filtr-box {
  bottom: 10px;
  position: relative;
}

.moreCategoryFiltr {
  float: right;
  clear: right;
  position: absolute;
  right: 10px;
  margin-top: 27px;
}

.articles-stores-table {
  width: 100%;
  position: relative;
  color: #999;
}

.articles-stores-table td {
  padding: 3px;
}

.articles-stores-table td.onstore-count {
  text-align: center;
}

.article-sets {
  width: 100%;
  position: relative;
  top: -10px;
}

.article-sets-image {
  width: 150px;
  height: 150px;
  padding: 10px;
  border: solid 1px #e8e8e8;
  text-align: center;
  font-weight: 700;
  background: #fff;
  margin-bottom: 15px;
}

.article-sets-other-image {
  min-width: 80px;
  min-height: 100px;
  padding: 5px;
  border: solid 1px #e8e8e8;
  text-align: center;
  font-weight: 700;
  float: left;
  clear: right;
  position: relative;
  font-size: 8px;
  background: #fff;
}

.article-sets-other-image-single {
  min-height: 50px;
  margin: 5px;
}

.article-sets-other-image-single-big {
  min-height: 90px;
  margin: 0;
}

.article-sets-plus {
  font-size: 50px;
  color: #9a9a9a;
  width: 50px;
  padding: 10px;
}

.article-sets-change {
  font-size: 10px;
  color: #fff;
  padding: 5px;
  position: relative;
  top: 12px;
  background-color: red;
  line-height: 11px;
  cursor: pointer;
  margin-bottom: 10px;
}

.article-sets-accept {
  font-size: 10px;
  color: #fff;
  padding: 5px;
  top: -10px;
  background-color: #99b31f;
  line-height: 11px;
  vertical-align: bottom;
  cursor: pointer;
}

.article-sets-info {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  padding: 10px;
  padding-left: 15px;
  margin-top: 5px;
  overflow-x: auto;
}

.article-sets-select {
  font-size: 10px;
  color: #fff;
  padding: 5px;
  position: relative;
  top: -10px;
  background-color: green;
  line-height: 11px;
  bottom: 0;
}

.article-sets-change:hover {
  font-size: 11px;
  font-weight: 700;
  position: relative;
}

.hidden-table {
  position: static;
  min-height: 115px;
  width: 100%;
  clear: both;
  display: none;
}

.article-sets-price {
  color: #ed321e;
  font-size: 30px;
  text-align: center;
}

.article-sets-add-to-cart label {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.article-sets-add-to-cart,
.article-sets-add-to-cart a {
  text-align: center;
  display: inline-table;
}

.article-sets-add-to-cart .addcart-link {
  color: #fff;
  background: #ed321e;
  display: block;
  height: 35px;
  line-height: 35px;
  max-width: 200px;
  text-align: center;
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  cursor: pointer;
}

.article-sets-category-name {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  height: 30px;
  margin-bottom: 5px;
}

.addcart-link-sets {
  color: #fff;
  background: #ed321e;
  display: block;
  height: 35px;
  line-height: 35px;
  max-width: 240px;
  text-align: center;
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  cursor: pointer;
}

.mobile-access-thumb {
  position: relative;
  vertical-align: middle;
  height: 150px;
}

ul.megaMenuGrid {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 99999;
}

ul.megaMenuGrid li {
  float: left;
  background: 0 0;
  width: 20%;
  height: 52px;
  line-height: 40px;
  padding: 0;
  display: inline-block;
  list-style-type: none;
  overflow: hidden;
}

ul.megaMenuGrid li .image {
  position: absolute;
  left: -50px;
  bottom: 0;
}

ul.megaMenuGrid li a {
  background: #fff;
  display: block;
  font-size: 14px;
  text-transform: none;
  width: 90%;
  height: 50px;
  line-height: 40px;
  padding: 0 10px 0 55px;
  border: 1px solid #fff;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  bottom: 0;
  position: relative;
}

ul.megaMenuGrid li a span {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  position: relative;
  bottom: 0;
}

ul.megaMenuGrid li a span span {
  display: table-cell;
  vertical-align: middle;
  line-height: 15px;
  position: relative;
}

ul.megaMenuGrid li a:hover {
  border-color: #dddcd9;
}

.warningLine {
  margin-bottom: -28px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  padding-left: 8px;
  padding-right: 8px;
}

#details a,
.main-single-post a {
  text-decoration: underline;
}

.mt-element-step .step-line .mt-step-col {
  padding: 30px 0;
  text-align: center;
  margin-left: -1px;
}

.mt-element-step .step-line .mt-step-number {
  font-size: 26px;
  border-radius: 50%!important;
  display: inline-block;
  margin: auto auto 5px;
  padding: 9px;
  position: relative;
  z-index: 5;
  height: 60px;
  width: 60px;
  text-align: center;
}

.bg-white {
  background: #fff!important;
}

.mt-element-step .step-line .mt-step-title {
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.mt-element-step .step-line .mt-step-title:after {
  left: 50%;
}

.mt-element-step .step-line .mt-step-title:after,
.mt-element-step .step-line .mt-step-title:before {
  content: '';
  height: 3px;
  width: 50%;
  position: absolute;
  top: -32px;
  z-index: 4;
  transform: translateY(-100%);
}

.mt-element-step .step-line .mt-step-title:before {
  right: 50%;
}

.mt-element-step .step-line .first .mt-step-title:before,
.mt-element-step .step-line .last .mt-step-title:after {
  content: none;
}

.order_change {
  text-decoration: underline;
  cursor: pointer;
  font-size: 11px;
  float: right;
}

.woocommerce-checkout-review-order-table-form-check td span {
  font-weight: 700;
}

th.wrong_code {
  color: red;
}

.button-back {
  border: medium none;
  color: #fff;
  padding: 10px 25px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  float: left;
}

.head th {
  color: #fff;
}

.variant {
  left: 10px;
  position: relative;
  margin-left: 5px;
}

.variant select {
  border: 1px solid #e8e8e8;
  display: inline-block;
  min-width: 150px;
}

.wrap-attr-product .variations select {
  height: 28px;
  border: 1px solid #e8e8e8;
  background: #fff;
  margin: 0;
  width: 100%;
}

.wrap-attr-product .variations label {
  margin-top: 4px;
}

.wrap-attr-product .reset_variations {
  margin-top: -25px;
  float: right;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block!important;
}

.wrap-attr-product .variations {
  margin-bottom: 10px;
}

.variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}

.woocommerce div.product form.cart .variations th,
.wrap-attr-product .variations td {
  border: 0;
  vertical-align: top;
  line-height: 2em;
}

.wrap-attr-product .variations label {
  font-weight: 700;
}

.wrap-attr-product .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}

.wrap-attr-product .variations td.label {
  padding-right: 1em;
}

.wrap-attr-product .woocommerce-variation-description p {
  margin-bottom: 1em;
}

.wrap-attr-product .reset_variations {
  visibility: hidden;
  font-size: .83em;
}

.wrap-attr-product .wc-no-matching-variations {
  display: none;
}

.product-info-cart .variant-link {
  color: #fff;
  display: block;
  padding: 8px 14px;
  position: relative;
  overflow: hidden;
}

.product-info-cart .variant-link:hover {
  color: #fff;
}

.product-info-cart .variant-link::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255,255,255,.5);
  top: 0;
  left: -100%;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.product-info-cart .variant-link:hover::before {
  left: 100%;
}

.category-product-featured.red-box .product-info-cart .variant-link {
  background-color: #fa6165;
}

.category-product-featured.yellow-box .product-info-cart .variant-link {
  background-color: #fabb29;
}

.category-product-featured.pink-box .product-info-cart .variant-link {
  background-color: #c75347;
}

.category-product-featured.blue-box .product-info-cart .variant-link {
  background-color: #77a3d3;
}

.category-product-featured.green-box .product-info-cart .variant-link {
  background-color: #15c1d7;
}

.category-product-featured.violet-box .product-info-cart .variant-link {
  background-color: #fa8bae;
}

.attr-info .variant-link {
  color: #fff;
  background: #ed321e;
  display: block;
  height: 35px;
  line-height: 35px;
  margin: 10px 0 0 60px;
  max-width: 240px;
  text-align: center;
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  cursor: pointer;
}

.variant-link i {
  margin-right: 5px;
}

.featured-product2.blue-box .product-info-cart .variant-link {
  background: #5c6dbd;
}

.featured-product2.red-box .product-info-cart .variant-link {
  background: #fe4242;
}

.product-thumb .variant-link.addcart-single {
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  content: "";
  display: block;
  font-family: FontAwesome;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  width: 40px;
}

.product-thumb:hover .addcart-single.variant-link {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.addcart-single.variant-link i {
  margin: 0;
}

.item-product-right .variant-link.addcart-single {
  background: #c75347;
}

.item-trending3 .variant-link.addcart-single {
  background: #1bb2b0;
}

.product-thumb3 .product-info-cart .variant-link {
  background: #1bb2b0 none repeat scroll 0 0;
}

.item-dealoff .product-thumb3 .product-info-cart .variant-link {
  background: #e0cb26 none repeat scroll 0 0;
}

.popular-cat-box.yellow-box .product-thumb3 .product-info-cart .variant-link {
  background-color: #e0cb26;
}

.product-thumb6 .product-info-cart .variant-link {
  background: #4bae4f none repeat scroll 0 0;
}

.featured-product2.red-box7 .product-info-cart .variant-link {
  background: #fa6165 none repeat scroll 0 0;
}

.featured-product2.red-box7 .item-product-right .variant-link.addcart-single {
  background: #fa6165 none repeat scroll 0 0;
}

.featured-product2.blue-box7 .product-info-cart .variant-link {
  background: #77a3d3 none repeat scroll 0 0;
}

.featured-product2.blue-box7 .item-product-right .variant-link.addcart-single {
  background: #77a3d3 none repeat scroll 0 0;
}

.featured-product2.yellow-box7 .product-info-cart .variant-link {
  background: #fe9c00 none repeat scroll 0 0;
}

.featured-product2.yellow-box7 .item-product-right .variant-link.addcart-single {
  background: #fe9c00 none repeat scroll 0 0;
}

.article-sets-add-to-cart .variant-link {
  color: #fff;
  background: #ed321e;
  display: block;
  height: 35px;
  line-height: 35px;
  max-width: 200px;
  text-align: center;
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  cursor: pointer;
}

.inner-content-tab-detail h5 {
  font-size: 20px;
  font-weight: 700;
}

.order-type {
  float: left;
  clear: left;
  position: relative;
  border-bottom: solid 1px #e8e8e8;
  width: 100%;
  margin-bottom: 10px;
}

.order-type .order-column {
  position: relative;
  margin-right: 10px;
  padding: 3px;
  padding-left: 10px;
  margin-bottom: -1px;
  float: left;
  clear: right;
  font-weight: 700;
  border: solid 1px #e8e8e8;
  background-color: #e8e8e8;
  color: #fff;
  cursor: pointer;
}

.order-type .order-column:hover {
  position: relative;
  margin-right: 10px;
  padding: 3px;
  padding-left: 10px;
  margin-bottom: -1px;
  float: left;
  clear: right;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  background-color: #fff;
  color: #000;
}

.order-type .active {
  position: relative;
  margin-right: 10px;
  padding: 3px;
  padding-left: 10px;
  margin-bottom: -1px;
  float: left;
  clear: right;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  background-color: #fff;
  color: #000;
}

.sub-menu-top-search {
  display: none;
  background: #fafafa none repeat scroll 0 0;
  border: 2px solid #fff;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.sub-menu-top-search div {
  border-bottom: 1px solid #fff;
  padding: 5px 2px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.sub-menu-top-search-visible {
  margin-top: 2px;
  opacity: 1;
  visibility: visible;
}

.spamkiller_searching {
  display: none;
}

.product-detail-name {
  font-size: 25px;
  font-weight: 700;
}

#product-grid .list-shop-cat {
  overflow: auto;
  max-height: 300px;
}
@media (max-width:1280px) {
  .featured-product-sidebar {
    float: left;
    width: 22%;
  }

  .featured-product-content {
    width: 78%;
  }

  .inner-top-toggle .close-top-toggle {
    right: 0;
  }

  .tp-caption.lfl.start {
    left: 30px!important;
  }

  .outlet-slider-thumb img {
    width: 100%;
  }

  .item-featured-product {
    min-height: 280px;
  }

  .item-paginav-featured {
    min-height: 465px;
  }
}

@media (max-width:1024px) {
  .wrap-category-dropdown {
    display: none;
    min-width: 290px;
  }

  .title-category-dropdown {
    width: 50px;
  }

  .title-category-dropdown>span {
    display: none;
  }

  .list-cat-childrent>li {
    width: auto;
  }

  .main-nav.main-nav8 {
    margin: 0;
  }

  .content-top8 .box-trending8 {
    margin: 0;
  }

  .featured-product2 .main-featured-product::after {
    display: none;
  }

  .featured-product2 .adv-featured-product {
    margin-right: 0;
  }

  .hot-deal-tab-slider.hot-deal-tab-slider12 {
    margin-top: 80px;
  }

  .content-popular11 .popular-cat-title a {
    line-height: 40px;
    padding: 0 20px;
  }

  .box-category10 .item-large-cat-hover {
    padding: 21px 20px;
  }

  .list-trending8 .product-info3 .desc {
    display: none;
  }

  .featured-product2 .product-info-cart,
  .trending-thumb3 a.addcart-link {
    display: none;
  }

  .featured-product-cat .main-featured-left .item-featured-product {
    min-height: auto;
  }

  .footer-contact6 .footer-box-contact {
    margin-bottom: 20px;
  }

  .slider-home2 .item-product-bestseller {
    padding: 24px 0;
  }

  .list-latest-new {
    margin: 0;
    padding: 2px 20px 3px;
  }

  .addcart-link.addcart-single {
    display: none!important;
  }

  .main-content-home {
    width: 984px;
  }
}

@media (max-width:991px) {
  .paginav-featured-info>span {
    font-size: 20px;
  }

  .paginav-featured-info>strong {
    font-size: 20px;
  }

  .paginav-featured-info>p {
    font-size: 14px;
  }

  .paginav-featured-info .shopnow {
    font-size: 12px;
    width: 90px;
    height: 30px;
    line-height: 30px;
  }

  .paginav-featured-info {
    padding-top: 30px;
  }

  .item-trending3 {
    padding: 29px 10px;
  }
}

@media (max-width:990px) {
  .item-product-bestseller .product-thumb {
    width: 50%;
  }

  .item-product-bestseller .product-info2 {
    width: 50%;
  }

  .list-category-hover>li {
    height: 39px;
  }

  .featured-product12 .category-brand-slider {
    width: 30%;
  }

  .sidebar-cat-childrent {
    min-height: auto;
  }

  .deal-title8 {
    text-align: center;
    padding-left: 0;
  }

  .adv-product-thumb {
    float: none;
    width: auto;
  }

  .adv-product-info {
    float: none;
    width: auto;
  }

  .deal-countdown8 {
    float: none;
    margin: auto auto 20px;
  }

  .smart-search.search-form8 {
    margin: 0 0 20px 0;
    padding: 0;
  }

  .banner-slider8.simple-owl-slider {
    margin-left: 0;
  }

  .box-trending8 .trending-thumb3 {
    width: 100px;
  }

  .box-trending8 .trending-thumb3 a img {
    max-width: 100px;
  }

  .main-nav.main-nav8 {
    margin: 0;
  }

  .register-box9>ul {
    text-align: left;
  }

  .smart-search.search-form9 {
    margin: 0 0 20px -30px;
    padding: 0;
  }

  .main-nav.main-nav7 {
    float: none;
    margin: 10px 0 0;
  }

  .supperdeal-sidebar {
    margin-right: 0;
  }

  .popular-cat-slider.slider-home6 {
    padding-left: 0;
    padding-top: 0;
  }

  .search-form4 .smart-search-form input[type=submit] {
    font-weight: 400;
    width: 80px;
  }

  .banner-thumb img {
    width: 100%;
  }

  .smart-search.search-form4 .select-category .category-toggle-link::after {
    font-size: 14px;
    right: 13px;
  }

  .item-privacy-shipping {
    margin-bottom: 30px;
  }

  .privacy-shipping {
    margin: 30px 0 0;
  }

  .search-form2 .select-category .category-toggle-link {
    padding: 0 15px;
  }

  .simple-owl-slider {
    margin-right: 0;
  }

  .single-post-share {
    margin: 20px 0 0;
    text-align: left;
  }

  .single-post-leading>h2 {
    font-size: 18px;
    margin: 20px 0;
  }

  .item-post-blog .blog-post-thumb {
    padding-right: 0;
  }

  .category-home-total {
    width: 30%;
  }

  .banner-home-category {
    width: 37.9%;
  }

  .featured-product-category {
    width: 32%;
  }

  .featured-related-product {
    width: 32%;
  }

  .service-box {
    padding: 0 15px;
  }

  .main-nav {
    margin-left: 0;
  }

  .main-nav>ul {
    margin: 0;
  }

  .main-nav>ul>li>a {
    padding: 0 10px;
  }

  .category-toggle-link>span {
    display: none;
  }

  .select-category {
    width: 50px;
  }

  .select-category .category-toggle-link::after {
    right: 18px;
    font-size: 18px;
  }

  .smart-search {
    padding: 0;
    margin-left: -15px;
  }

  .list-category-toggle.sub-menu-top {
    width: 200px;
  }

  .cat-mega-menu {
    display: none;
  }

  .video-about {
    padding-right: 0;
  }

  .about-full-protec span {
    display: inline-block;
  }

  .detail-info {
    margin-top: 30px;
    padding-left: 0;
  }

  .title-tab-detail li {
    display: block;
    margin-bottom: 1px;
    margin-right: 0;
  }

  .detail-gallery {
    margin-right: 0;
  }

  .product-list .product-thumb {
    margin-bottom: 15px;
  }

  .product-list .product-thumb .product-thumb-link {
    margin: auto;
    max-width: 270px;
  }

  .smart-search.smart-search6 .smart-search-form input[type=text] {
    padding-left: 65px;
  }

  .smart-search.smart-search6 .select-category .category-toggle-link::after {
    right: auto;
    width: 50px;
    height: 45px;
    top: 0;
    line-height: 45px;
    left: 0;
  }

  .smart-search.smart-search6 .select-category .category-toggle-link::after {
    right: 30px;
  }

  .smart-search.smart-search6 .select-category {
    width: 0;
  }

  .smart-search.smart-search6 {
    padding: 0 0 0 1px;
  }

  .contact-top {
    text-align: center;
    margin-bottom: 10px;
  }

  .top-extra-link {
    text-align: center;
  }

  .footer-box6 {
    padding: 0!important;
  }

  .footer-box6 {
    border: none;
    margin-bottom: 30px;
  }

  .list-footer-box6 {
    margin-bottom: 0;
  }

  .item-team-circle,
  .item-team-gallery,
  .item-team-rectang {
    margin-bottom: 30px;
  }

  .list-team-box {
    margin-bottom: 0;
    margin-top: 0;
  }

  .info-circle-thumb {
    top: 30%;
  }

  .top-extra-link {
    margin-left: 0;
  }

  .detail-gallery .mid {
    width: 100%;
  }
}

@media (max-width:960px) {
  .main-content-home {
    width: 920px;
  }
}

@media (max-width:823px) {
  .main-content-home {
    width: 783px;
  }
}

@media (max-width:800px) {
  .item-category-featured-product {
    padding: 0 20px;
  }

  .product-thumb .addcart-link.addcart-single,
  .trending-thumb3 a.addcart-link {
    display: none;
  }

  .latest-testimo-tab .comment-date-info {
    display: none;
  }

  .banner-category-hover {
    margin-left: 0;
  }

  .item-paginav-featured {
    min-height: 245px;
  }

  .item-from-blog .from-blog-info {
    float: none;
    padding: 15px 0;
    width: auto;
  }

  .item-from-blog .zoom-image-thumb {
    float: none;
    width: auto;
  }

  .fromblog-slider .item-from-blog {
    padding: 0 15px;
  }

  .fromblog-slider {
    margin: 0 -15px;
  }

  .box-trending8 .trending-thumb3 {
    width: 70px;
  }

  .box-trending8 .trending-thumb3 a img {
    max-width: 70px;
  }

  .trending-thumb3 a.addcart-link {
    left: 15px;
    top: 15px;
  }

  .list-trending8 .product-info3 .desc {
    display: none;
  }

  .contact-top7>li {
    margin-right: 25px;
  }

  .main-nav.main-nav7>ul>li>a {
    padding: 0 11px;
  }

  .popular-cat-title a {
    padding: 0 15px;
  }

  .hotdeal-countdown5 {
    margin: 10px 0 3px -5px;
  }

  .header-nav2.header-nav4 {
    border: none;
  }

  .header4 {
    border-bottom: 1px solid #e5e5e5;
  }

  .popular-cat-tab-title li.active a::after {
    display: none;
  }

  .popular-cat-tab-title>ul {
    bottom: 2px;
  }

  .popular-listcat {
    padding: 15px 30px;
  }

  .list-cat-childrent a {
    margin: 0 15px;
  }

  .hot-deal-tab-title>label {
    display: none;
  }

  .hot-deal-tab-title>ul {
    display: block;
    margin: 0;
  }

  .hot-deal-tab-title {
    height: auto;
  }

  .hot-deal-tab-title li {
    margin-left: 0;
    margin-right: 15px;
  }

  .search-form2 .smart-search-form input[type=submit] {
    font-weight: 400;
    width: 80px;
  }

  .inner-right-category-hover .small-cat-hover {
    display: none;
  }

  .banner-category-hover {
    width: 100%;
  }

  .content-right-category-hover {
    width: 72%;
    float: right;
  }

  .inner-left-category-hover {
    width: 28%;
  }

  .search-form2 .smart-search-form::before {
    left: 10px;
  }

  .search-form2 .smart-search-form input[type=text] {
    padding: 0 80px 0 35px;
  }

  .search-form2 .smart-search-form input[type=submit] {
    width: 80px;
  }

  .top-toggle-coutdown {
    margin-right: 20px;
  }

  .top-toggle-info {
    width: 400px;
  }

  .top-toggle-info .shop-now {
    display: none;
  }

  .top-info.top-info-left>li {
    margin-right: 20px;
  }

  .top-info-right>li {
    margin-left: 15px;
  }

  .item-deal-product .product-info,
  .item-deal-product .product-thumb {
    float: none;
    width: 100%;
  }

  .mega-hot-deal .item-deal-product .product-info,
  .mega-hot-deal .item-deal-product .product-thumb {
    float: left;
    width: 50%;
  }

  .mega-hot-deal .deal-shop-social {
    display: none;
  }

  .masonry-list-post .item-post-masonry {
    width: 50%;
  }

  .check-billing {
    border-right: medium none;
    margin-right: 0;
  }

  .top-info.top-info7 {
    margin-left: -15px;
  }

  .circle2 {
    margin-bottom: 15px;
  }

  .list-feature-boxes .row .col-md-6.col-sm-6.col-xs-12:nth-child(2n) {
    padding-left: 15px;
  }

  .list-feature-boxes .row .col-md-6.col-sm-6.col-xs-12:nth-child(2n+1) {
    padding-right: 15px;
  }

  .list-outlet-brand ul {
    padding: 0 15px;
  }

  .list-outlet-brand a {
    padding: 5px 0;
  }

  .list-outlet-brand {
    height: 250px;
  }

  .sidebar-cat-childrent a {
    padding: 5px 0;
  }

  .box-bottom-home2 {
    padding: 15px;
    margin-bottom: 30px;
  }

  .item-service2 {
    padding: 0 15px;
  }

  .box-from-blog .viewall {
    position: static;
    margin-top: 15px;
  }

  .box-testimo .viewall {
    position: static;
    display: block;
  }

  .item-trending3 .desc {
    display: none;
  }

  .trending-thumb3 a img {
    max-width: 70px;
  }

  .trending-thumb3 {
    width: 70px;
  }

  .inner-content-text>h2 {
    font-size: 30px;
  }

  .banner-content-text {
    margin-top: 20px;
  }

  .social-home2.social-network li {
    margin-bottom: 10px;
  }

  .category-hover2 .inner-category-hover .inner-left-category-hover {
    width: 28%;
  }

  .category-hover2 .list-category-hover>li>a {
    padding: 9px 20px 9px 50px;
  }

  .hot-deals .slider-home4 .list-product-hotdeal>li {
    padding: 15px 10px;
  }

  .latest-testimo-tab .list-latest-new>li {
    padding: 16px 0;
  }

  .latest-testimo-tab .latest-post-info>h3 {
    line-height: 20px;
    margin: -7px 0 0;
  }

  .mt-element-step .step-line .mt-step-col {
    padding: 0;
    text-align: center;
    margin-left: -1px;
  }
}

@media (max-width:768px) {
  .main-content-home {
    width: 728px;
  }
}

@media (max-width:767px) {
  .footer-box6 {
    min-height: 0;
  }

  .adv-sidebar9 .sidebar-cat-childrent>li {
    border-bottom: 1px solid #e5e5e5;
  }

  .popular-cat-title li.active::after {
    display: none;
  }

  .box-trending8 .list-trending8 {
    padding: 0;
  }

  .item-online-shipping {
    min-height: auto;
  }

  .item-featured-product,
  .item-paginav-featured {
    min-height: auto!important;
  }

  .popular-cat-label label {
    display: block;
    padding: 0 15px;
  }

  .featured-product12 .item-category-featured-product:first-child {
    border-bottom: none;
  }

  .featured-product12 .category-brand-slider {
    position: static;
    width: auto;
  }

  .item-trending3 .desc {
    display: block;
  }

  .trending-thumb3 a img {
    max-width: 100px;
  }

  .trending-thumb3 {
    width: 100px;
  }

  .item-product-bestseller .product-info2 {
    margin-top: 10%;
  }

  .list-chart-processbar .item-progressbar {
    float: none!important;
    margin-bottom: 30px;
  }

  .detail-info {
    margin-top: 15px;
  }

  .title-detail {
    font-size: 18px;
  }

  .product-related-info {
    margin-top: 10%;
  }

  .content-shop {
    margin-top: 0;
  }

  .item-product-right .product-info {
    margin-top: 10%;
  }

  .content-mini-cart {
    width: 290px;
  }

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

  .top-info.top-info7 {
    margin-top: 10px;
  }

  .logo7 {
    margin: 0 0 10px;
    text-align: center;
  }

  .main-nav.main-nav7 .toggle-mobile-menu::after {
    right: auto;
    left: 0;
  }

  .main-nav.main-nav7 .toggle-mobile-menu {
    text-align: right;
    z-index: 9999;
  }

  .main-nav.main-nav7>ul {
    right: auto;
    left: 0;
  }

  .mini-cart.mini-cart-7 {
    margin-top: 10px;
  }

  .main-nav.main-nav7 .toggle-mobile-menu span {
    margin-right: -45px;
    color: #fff;
  }

  .list-footer-box6 {
    margin-bottom: 0;
  }

  .payment6.payment-method>label {
    display: block;
    margin: 0 0 10px 5px;
  }

  .payment6.payment-method {
    margin: 10px 0 0 -5px;
  }

  .supperdeal-sidebar {
    padding-right: 15px;
  }

  .logo5 {
    text-align: center;
  }

  .popular-cat-title li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
  }

  .hotdeal-countdown5 {
    margin: 10px 0 3px 0;
  }

  .header-nav5 {
    float: right;
    margin-top: -62px;
    z-index: 999;
    position: relative;
    margin-bottom: addadpx;
  }

  .main-nav.main-nav5 {
    float: right;
    margin: 0;
  }

  .banner-slider5.simple-owl-slider {
    margin-top: 30px;
  }

  .sidebar-cat-brand {
    margin-right: 0;
  }

  .slider-home5.brand-cat-slider .wrap-item.owl-theme .owl-controls {
    left: 0;
    right: auto;
    top: -30px;
  }

  .slider-home5.hot-category-slider .wrap-item.owl-theme .owl-controls {
    top: -30px;
    right: 0;
  }

  .item-banner5 .banner-info {
    display: none;
  }

  .main-nav.main-nav3 .toggle-mobile-menu::after {
    background: #e0cb26;
  }

  .wrap-cart-info3 {
    margin-left: 0;
    float: left;
    margin-top: 30px;
  }

  .header-nav3 {
    background: transparent none repeat scroll 0 0;
    float: right;
    margin-top: -62px;
  }

  .sub-header2 {
    padding-bottom: 10px;
  }

  .content-page {
    margin-top: 0;
  }

  .check-address .form-my-account {
    float: none;
    margin-top: 30px;
  }

  .item-post-blog .blog-post-thumb {
    margin-bottom: 20px;
  }

  .list-post-tab .zoom-image-thumb a {
    width: 100px;
  }

  .item-contact-info::after {
    display: none;
  }

  .item-contact-info {
    margin-bottom: 30px;
  }

  .list-contact-info {
    margin-bottom: 0;
  }

  .contact-info-page {
    padding: 40px 0;
  }

  .protect-video {
    margin-top: 50px;
  }

  .video-about {
    text-align: left;
  }

  .about-review {
    border-top: 2px solid #e5e5e5;
    margin-top: 45px;
    padding-top: 45px;
  }

  .item-about-review.last-item {
    margin: 0;
  }

  .category-home-total {
    width: 50%;
  }

  .banner-home-category {
    width: 50%;
  }

  .featured-product-category {
    width: 100%;
  }

  .featured-related-product {
    width: 100%;
  }

  .item-category-featured-product {
    border-top: 1px solid #e5e5e5;
  }

  .super-deal-countdown {
    float: none;
  }

  .super-deal-header {
    padding: 15px;
  }

  .inner-list-service {
    padding: 15px 0;
    margin-top: 30px;
  }

  .service-thumb {
    width: 70px;
  }

  .service-box {
    padding: 15px;
  }

  .header-nav {
    margin: 2% 0 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .main-nav {
    position: relative;
    background: 0 0!important;
  }

  .main-nav>ul {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 999;
    background: #fff;
    border: 1px solid #e5e5e5;
  }

  .toggle-mobile-menu {
    display: block;
    height: 40px;
    line-height: 39px;
  }

  .toggle-mobile-menu>span {
    color: #333;
    display: block;
    font-weight: 700;
    margin-left: 0;
    text-transform: uppercase;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding-left: 10px;
  }

  .no-vertical-menu .toggle-mobile-menu>span {
    margin: 0;
  }

  .main-nav>ul>li {
    display: block;
    margin: 0 15px;
  }

  .main-nav>ul>li>a {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-weight: 400;
    height: 40px!important;
    line-height: 40px!important;
  }

  .main-nav>ul>li>a:hover {
    color: #fe9c00!important;
    background: 0 0!important;
  }

  .main-nav>ul>li:last-child>a {
    border: medium none;
  }

  .main-nav>ul>li.menu-item-has-children>a::after {
    position: absolute;
    right: 0;
    top: 0;
  }

  .main-nav>ul>li .sub-menu::after {
    display: none;
  }

  .main-nav>ul>li .sub-menu {
    display: none;
    width: 100%;
  }

  .main-nav>ul>li.menu-item-has-children li.menu-item-has-children>.sub-menu {
    left: 0;
    top: 100%;
    margin-top: 1px;
  }

  .main-nav>ul>li.menu-item-has-children li.menu-item-has-children>a::after {
    content: "\f107";
    top: 13px;
  }

  .top-menu {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 -15px;
    text-align: center;
  }

  .top-info>li {
    float: none;
    display: inline-block;
  }

  .top-info {
    float: none;
    text-align: center;
  }

  .logo {
    text-align: center;
  }

  .logo a img {
    max-height: 80px;
  }

  .top-header {
    position: fixed;
    z-index: 1000;
    width: 100%;
  }

  .header-main {
    margin-top: 40px;
  }

  .smart-search {
    margin: 0 0 0!important;
  }

  .sub-menu-top-search div {
    float: none;
  }

  .sub-menu-top {
    right: auto;
    left: 0;
    display: none;
    visibility: inherit;
    font-size: 12px;
  }

  .top-info .has-child:hover .sub-menu-top {
    margin: 0;
    display: none;
  }

  .list-category-dropdown {
    border: 1px solid #e5e5e5;
  }

  .payment-method {
    margin: 10px 0 0 -12px;
    text-align: left;
  }

  .menu-footer {
    margin-bottom: -10px;
    margin-top: 20px;
  }

  .menu-footer li:first-child>a {
    border: medium none;
    padding-left: 0;
  }

  .menu-footer li {
    margin-bottom: 10px;
  }

  .social-footer {
    text-align: left;
    margin-top: 20px;
  }

  .social-footer ul {
    margin: 0 0 0 -10px;
  }

  .footer-bottom {
    padding: 20px 0;
  }

  .list-tags-category {
    padding: 30px 0 10px;
  }

  .content-tab-product {
    margin-top: 4px;
  }

  .box-adv-col2 .item-adv-simple {
    margin-bottom: 30px;
  }

  .item-adv-simple {
    margin-bottom: 30px;
  }

  .box-adv-col2 {
    margin-bottom: 0;
  }

  .sort-pagi-bar {
    float: none;
  }

  .account-register .form-my-account {
    float: none;
    margin-top: 30px;
  }

  .mini-cart.mini-cart-2 {
    float: left;
    margin-right: 15px;
  }

  .wrap-register-cart {
    margin-top: 25px;
    width: 100%;
  }

  .logo2 {
    text-align: center;
  }

  .header-mini-cart2 .total-mini-cart-item {
    right: auto;
    top: -8px;
    left: -7px;
  }

  .mini-cart.mini-cart-2 .content-mini-cart {
    right: auto;
    width: 290px;
    left: 0;
  }

  .register-box {
    border-right: none;
  }

  .header-nav2 {
    background: 0 0;
    margin-top: -60px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    float: right;
  }

  .main-nav.main-nav2 .toggle-mobile-menu>span {
    display: none;
  }

  .content-right-category-hover {
    display: none;
  }

  .content-left-category-hover {
    position: relative;
  }

  .inner-left-category-hover {
    width: 100%;
  }

  .featured-product-content,
  .featured-product-sidebar {
    width: 100%;
  }

  .featured-list-brand li {
    display: inline-block;
  }

  .list-cat-childrent {
    text-align: center;
  }

  .item-featured-product {
    width: 100%;
    border-bottom: 1px solid #e5e5e5!important;
  }

  .list-cat-childrent.no-icon a {
    padding: 0;
  }

  .list-cat-childrent.no-icon>li::after {
    display: none;
  }

  .list-cat-childrent.no-icon>li {
    height: auto;
    margin-bottom: 15px;
  }

  .main-featured-left,
  .main-featured-right {
    width: 100%;
  }

  .world-ad-box>img {
    width: 100%;
  }

  .findin-store {
    text-align: left;
    margin-top: 10px;
  }

  .social-footer.social-footer3.social-network>ul {
    margin: 0 0 0 -10px;
  }

  .popular-cat-tab-title li.active a::after {
    display: block;
  }

  .popular-cat-tab-title>ul {
    bottom: 10px;
  }

  .sub-header4 {
    padding-bottom: 10px;
  }

  .header4 {
    padding: 10px 0 20px;
  }

  .best-seller-header>ul {
    display: block;
    margin-left: -45px;
  }

  .best-seller-header .title {
    display: block;
  }

  .best-seller-header li.active::after {
    display: none;
  }

  .item-order-policy {
    border-right: none;
  }

  .item-order-policy>ul {
    text-align: left;
  }

  .item-order-policy>ul li {
    max-width: none;
  }

  .social-footer.social-footer4.social-network ul {
    margin: 10px 0 0 -10px;
  }

  .logo4 {
    text-align: center;
  }

  .logo6 {
    text-align: center;
  }

  .top-extra-link>a {
    margin-left: 0;
    padding: 0 15px;
  }

  .category-dropdown.category-dropdown6 .title-category-dropdown::before {
    display: none;
  }

  .category-dropdown.category-dropdown6 .title-category-dropdown {
    width: 50px;
    height: 40px;
    line-height: 40px;
  }

  .main-nav.main-nav6 .toggle-mobile-menu {
    text-align: right;
    position: relative;
    z-index: 9999;
  }

  .main-nav.main-nav6 .toggle-mobile-menu>span {
    margin-right: -30px;
  }

  .main-nav.main-nav6 .toggle-mobile-menu::after {
    left: 0;
    right: auto;
    background: #4bae4f;
  }

  .header-nav6 {
    margin-top: 30px;
  }

  .main-nav.main-nav6>ul {
    right: auto;
    left: 0;
  }

  .main-nav.main-nav6>ul>li.current-menu-item>a::before,
  .main-nav.main-nav6>ul>li:hover>a::before {
    display: none;
  }

  .main-nav.main-nav6>ul>li.current-menu-item>a,
  .main-nav.main-nav6>ul>li:hover>a {
    background: 0 0;
    color: #4bae4f;
  }

  .slider-banner6.simple-owl-slider {
    margin: 0 0 30px 0;
  }

  .footer-box6.first-item {
    margin-bottom: 30px;
  }

  .footer-box6 {
    margin-bottom: 0;
  }

  .item-adv-simple.item-ad7 {
    margin-bottom: 10px;
  }

  .footer-box7 .social-footer.social-network {
    margin: 0 0;
  }

  .footer-bottom6.footer-bottom7 {
    margin-top: -30px;
  }

  .list-cat-great-deal a span::after {
    display: none;
  }

  .item-service2 {
    padding: 15px;
  }

  .item-box-filter {
    width: 50%!important;
  }

  .logo8 {
    text-align: center;
  }

  .register-box9 {
    margin-bottom: 10px;
  }

  .register-box9 ul {
    text-align: center;
  }

  .main-nav.main-nav8 {
    float: right;
    margin-top: -60px;
  }

  .register-box8 ul {
    margin-top: 30px;
    text-align: left;
  }

  .banner-slider8.simple-owl-slider {
    margin: 0 0 30px;
  }

  .content-top8 .box-trending8 {
    margin-top: 0;
  }

  .box-trending8 .trending-thumb3 {
    width: 100px;
  }

  .box-trending8 .trending-thumb3 a img {
    max-width: 100px;
  }

  .trending-thumb3 a.addcart-link {
    left: 30px;
    top: 40px;
  }

  .list-trending8 .product-info3 .desc {
    display: block;
  }

  .list-trending8 {
    border: 1px solid #e5e5e5;
  }

  .box-trending8.box-border {
    margin-bottom: 30px;
  }

  .product-advert::after {
    display: none;
  }

  .item-adv9.box-right {
    margin-left: 0;
    margin-top: 30px;
  }

  .footer-contact6 .social-footer.social-network {
    margin-left: 0;
  }

  .item-adv9.box-left {
    padding-right: 0;
  }

  .main-nav9 .toggle-mobile-menu::after {
    background: #3ebb51;
  }

  .category-hover.category-hover2 {
    display: none;
  }

  .featured-product-content {
    border: none;
  }

  .item-featured-product {
    border-left: none;
  }

  .privacy-shipping.privacy-shipping11 {
    margin: 30px 0 10px;
  }

  .content-popular11 {
    margin-bottom: 30px;
  }

  .footer-bottom5 .payment2.payment-method {
    margin: 10px 0 0 -5px;
  }

  .main-nav.main-nav10 {
    margin: 0;
  }

  .main-nav.main-nav10 .toggle-mobile-menu>span {
    color: #fff;
    margin-left: 0;
  }

  .item-banner10 .banner-info {
    display: none;
  }

  .list-partner10 {
    margin: -30px 0 30px;
  }

  .box-adv10 .item-adv-simple {
    margin-bottom: 30px;
  }

  .box-adv10 .item-adv-simple {
    margin-bottom: 30px;
  }

  .box-category10 {
    margin-bottom: 30px;
  }

  .box-category10 .large-cat-hover {
    width: 100%;
  }

  .box-category10 .small-cat-hover {
    display: none;
  }

  .item-featured-product {
    min-height: auto;
  }

  .sidebar-cat-childrent a {
    padding: 10px 0 12px;
  }

  .content-cat-parent .item-adv-simple {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }

  .sidebar-cat-brand .sidebar-cat-childrent {
    min-height: auto;
  }

  .back-to-top {
    display: none;
  }

  .box-bottom-home2 {
    margin-bottom: 0;
  }

  .outlet-brand {
    border: none;
    margin: 0;
  }

  .outlet-adv {
    padding: 15px;
    margin-left: 0;
  }

  .adv-sidebar9 .sidebar-cat-childrent {
    min-height: auto;
  }

  .box-trending8 .trending-thumb3 a img {
    max-width: 200px;
  }

  .box-trending8 .trending-thumb3 {
    width: 200px;
  }

  .item-trending3 .product-info3 {
    padding-top: 5%;
  }

  .item-special .zoom-image-thumb img {
    max-width: 200px;
  }

  .item-special li .product-info5 {
    padding-top: 5%;
  }

  .list-product-hotdeal .zoom-image-thumb img {
    max-width: 200px;
  }

  .list-product-hotdeal .product-info {
    padding-top: 5%;
  }

  .featured-product-info.product-info2 {
    padding-top: 5%;
  }

  .adv-sidebar9 .item-adv-simple,
  .adv-sidebar9 .list-brand-zoom {
    display: none;
  }

  .list-categorybox .category-adv-sidebar {
    width: 100%;
  }

  .list-categorybox .category-adv-content {
    width: 100%;
  }

  .adv-sidebar9 .sidebar-cat-childrent {
    min-height: 0;
  }

  .list-categorybox .list-product-cat {
    border-left: none;
  }

  .category-adv-content,
  .category-adv-sidebar {
    width: 100%;
  }

  .category-adv.box-left .list-img-video {
    border-left: none;
  }

  .category-adv.box-right .list-img-video {
    border-right: none;
  }

  .desc-hidden {
    display: block;
  }

  .latest-testimo-tab .comment-date-info {
    display: block;
  }

  .latest-testimo-tab .latest-post-info {
    padding-top: 10%;
  }

  .trending-thumb3 a img {
    max-width: 200px;
  }

  .trending-thumb3 {
    width: 200px;
  }

  .list-product-hotdeal .zoom-image-thumb {
    width: 200px;
  }

  .item-special li .zoom-image-thumb {
    width: 200px;
  }

  .item-service2 {
    max-width: 290px;
    margin: auto;
    border: none;
  }

  .list-cat-great-deal img {
    display: none;
  }

  .list-cat-great-deal>li {
    min-width: auto;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 10px;
  }

  .list-cat-great-deal>li.active {
    border-color: #fe9c00;
  }

  .banner-home-category,
  .category-home-total .category-brand-slider,
  .category-home-total .category-filter-slider {
    display: none;
  }

  .category-home-total {
    width: 100%;
  }

  .category-home-total .list-child-category {
    min-height: 0;
  }

  .category-home-total .list-child-category ul {
    padding: 0;
  }

  .logo3 {
    text-align: center;
  }

  .online-shipping {
    padding: 0 15px 30px;
  }

  .mega-menu {
    display: none;
  }

  .main-nav>ul>li.has-mega-menu>a::after,
  .main-nav>ul>li.has-mega-menu>a::before {
    display: none!important;
  }

  .outlet-box .outlet-box-col,
  .outlet-box .outlet-box-row {
    display: block;
    border: none;
  }

  .watchdog-available {
    height: 60px;
    width: 150px;
    position: relative;
    float: right;
    clear: right;
    border: 1px solid #e5e5e5;
    margin-top: -35px;
    margin-right: -20px;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    cursor: pointer;
  }

  .attr-info .addcart-link {
    margin: 10px 0 0 0;
    max-width: 100%;
  }

  .watchdog {
    height: 23px;
    width: 25px;
    padding-top: 0;
    margin-top: -30px;
  }
}

@media (max-width:736px) {
  .main-content-home {
    width: 696px;
  }
}

@media (max-width:732px) {
  .main-content-home {
    width: 692px;
  }
}

@media (max-width:667px) {
  .main-content-home {
    width: 627px;
  }
}

@media (max-width:640px) {
  .main-content-home {
    width: 600px;
  }
}

@media (max-width:568px) {
  .main-content-home {
    width: 548px;
  }
}

@media (max-width:480px) {
  .item-special li .zoom-image-thumb {
    width: 100px;
  }

  .list-product-hotdeal .zoom-image-thumb {
    width: 100px;
  }

  .trending-thumb3 a img {
    max-width: 100px;
  }

  .trending-thumb3 {
    width: 100px;
  }

  .latest-testimo-tab .comment-date-info {
    display: none;
  }

  .desc-hidden {
    display: none;
  }

  .item-special .zoom-image-thumb img,
  .list-product-hotdeal .zoom-image-thumb img {
    max-width: 100px;
  }

  .mobile-access-col2 .product-info3 {
    padding-top: 0;
    margin-top: 0;
  }

  .box-trending8 .trending-thumb3 a img {
    max-width: 100px;
  }

  .box-trending8 .trending-thumb3 {
    width: 100px;
  }

  .hot-deal-tab-title {
    padding-right: 20px;
  }

  .list-child-category {
    min-height: auto;
  }

  .category-filter-title li {
    display: block;
    font-size: 14px;
    margin: 0;
  }

  .header-product-filter>h2 {
    font-size: 18px;
  }

  .title-home3 {
    margin: 0 0 25px;
    font-size: 20px;
  }

  .quick-category a {
    margin-right: 7px;
    padding-right: 10px;
  }

  .item-paginav-featured {
    border-right: none;
  }

  .popcat-list-box>h2::after {
    display: none;
  }

  .deal-cat-title li {
    display: block;
  }

  .box-category10 {
    padding-left: 0;
  }

  .box-category10 .content-left-category-hover {
    position: static;
    width: 100%;
  }

  .box-category10 .category-brand-slider {
    position: static;
  }

  .box-category10 .large-cat-hover {
    border: 1px solid #e5e5e5;
  }

  .item-banner9 .banner-info {
    display: none;
  }

  .item-banner8 .banner-info {
    padding-left: 50px;
  }

  .newsletter-footer.newsletter-footer8 {
    padding: 30px;
  }

  .newsletter-footer.newsletter-footer8 label {
    margin: 0 0 10px;
    position: static;
  }

  .great-deal-countdown .time_circles>div::after {
    right: -10px;
    top: 4px;
  }

  .great-deal-countdown .time_circles>div {
    border: 2px solid #fe9c00;
    font-size: 14px;
    margin: 0 6px;
    width: 60px!important;
  }

  .best-seller-header li {
    display: block;
    margin-bottom: 10px;
  }

  .popular-cat-tab-title .viewall {
    top: -20px;
  }

  .adv-sale3 {
    display: none;
  }

  .popular-cat-tab-title li.active a {
    font-size: 14px;
  }

  .thenew-info {
    display: none;
  }

  .dealoff-countdown {
    top: -30px;
  }

  .popular-cat-tab-title .viewall {
    display: none;
  }

  .main-featured-left .item-featured-product {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }

  .item-paginav-featured {
    width: 100%;
  }

  .hot-deal-tab-title {
    padding-right: 55px;
  }

  .product-pagi-nav {
    display: block;
    margin: 10px 0 0;
  }

  .product-per-page {
    margin-left: 7px;
  }

  .partner-link {
    width: 33.334%;
  }

  .category-home-total {
    width: 100%;
  }

  .banner-home-category {
    width: 100%;
  }

  .banner-home-category .item-adv-simple {
    margin-bottom: 0;
  }

  .masonry-list-post .item-post-masonry {
    width: 100%;
  }

  .size-chart {
    display: none;
  }

  .product-list .product-info-cart {
    margin-top: 15px;
    position: static;
  }

  .shop-slider-info {
    display: none;
  }

  .banner-shop-slider {
    margin-bottom: 30px;
  }

  .list-shop-cat {
    padding: 15px;
  }

  .item-from-blog .from-blog-info {
    padding: 15px 0 0;
    width: 100%;
  }

  .item-from-blog .zoom-image-thumb {
    width: 100%;
  }

  .item-banner7 .banner-info {
    display: none;
  }

  .list-shop-cat li {
    display: block;
  }

  .list-shop-cat a span {
    border-radius: 0;
  }

  .list-shop-cat a {
    border-radius: 0;
  }

  .list-cat-childrent {
    border-top: 1px solid #e5e5e5;
  }

  .main-featured-left .item-featured-product:last-child {
    border-right: none;
  }

  .featured-product2.pink-box .list-cat-childrent {
    padding-top: 15px;
  }

  .tags-featured-product a {
    margin-left: 15px;
  }

  .list-child-category li {
    border-bottom: 1px solid #e5e5e5;
  }

  .list-child-category li:last-child {
    border: none;
  }

  .list-child-category ul {
    padding: 0;
  }

  .hot-news-ticker {
    display: none;
  }

  .left-sidebar .main-content {
    float: none;
  }

  .mini-cart {
    margin-left: 1px;
    position: relative;
    top: -44px;
  }

  .header-mini-cart {
    border: 0 solid #fff;
  }

  .main-content-home {
    width: 380px;
  }

  .watchdog-available {
    height: 60px;
    width: 150px;
    position: relative;
    float: right;
    clear: right;
    border: 1px solid #e5e5e5;
    margin-top: -55px;
    margin-right: -15px;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    cursor: pointer;
  }

  .unavailable-text {
    width: 130px;
    top: 0;
    float: left;
    clear: both;
    top: -20px;
    margin-top: -25px;
  }

  .message-box {
    z-index: 10001;
    top: 0;
    left: -10px;
    position: absolute;
    max-height: 20px;
    width: 310%;
    line-height: 20px;
  }

  .item-message-box {
    margin-bottom: 30px;
    padding: 10px 30px;
  }

  .breadcrumbs-container {
    display: block;
  }

  .breadcrumbs-standard {
    font-size: 10px;
    margin-left: 15px;
    margin-right: -15px;
    margin-top: 8px;
    position: relative;
    padding-right: 10px;
    width: 92%;
  }

  .breadcrumbs {
    font-size: 10px;
    margin-left: 15px;
    margin-right: -15px;
    margin-top: 8px;
    position: relative;
    padding-right: 10px;
    width: 92%;
  }

  .info-price.info-price-detail {
    font-size: 10px;
  }

  .info-price.info-price-detail span {
    font-size: 18px;
    font-weight: 700;
  }

  .wawtchdog {
    height: 50px;
    width: 90px;
    position: relative;
    float: right;
    clear: right;
    border: 1px solid #e5e5e5;
    margin-top: -30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    cursor: pointer;
  }

  .attr-product {
    margin-bottom: 10px;
    text-align: center;
  }

  .attr-product label {
    margin-right: 10px;
    text-transform: uppercase;
  }

  .attr-product label.note {
    top: 0;
  }

  .attr-info .addcart-link {
    margin: 10px 0 0 0;
  }

  .attr-product textarea {
    margin: 0;
    width: 100%;
  }

  .attr-info .addcart-link {
    max-width: 100%;
  }

  .watchdog {
    height: 23px;
    width: 25px;
    padding-top: 0;
    margin-top: -30px;
  }

  .info-price.info-price-detail-DPH label {
    margin: 0 20px 0 0;
    font-size: 10px;
    text-transform: uppercase;
  }

  .order-type .active,
  .order-type .order-column,
  .order-type .order-column:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-available-info {
    width: 35%;
  }

  .product-detail-name {
    font-size: 20px;
    font-weight: 700;
  }

  .zoomContainer {
    cursor: -webkit-zoom-in!important;
    visibility: hidden;
  }
}

@media (max-width:360px) {
  .latest-testimo-tab .latest-post-info {
    padding-top: 0;
  }

  .search-form4 .select-category {
    display: none;
  }

  .header-cat-parent a {
    display: block;
    padding: 5px 0;
    font-weight: 700;
  }

  .smart-search.search-form4 {
    padding-left: 0;
    border-left: 1px solid #e5e5e5;
  }

  .hot-deal-tab-title li {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }

  .hot-deal-tab-title li:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }

  .hot-deal-tab-title {
    padding-right: 20px;
  }

  .popular-cat-title.popular-cat-label>ul li {
    display: block;
  }

  .deal-cat-title li {
    display: block;
    margin: 10px 0;
  }

  .item-banner8 .banner-info {
    display: none;
  }

  .item-box-filter {
    width: 100%!important;
  }

  .attr-product label {
    display: inline-block;
    margin-bottom: 10px;
  }

  .attr-info .addcart-link,
  .product-social-extra {
    margin: 10px 0 0;
  }

  .icon-table-detail {
    width: 40px;
  }

  .item-tags-category h2 {
    display: block;
    margin-bottom: 20px;
  }

  .item-tags-category ul {
    display: block;
    padding: 0 0 10px;
  }

  .post-info-extra {
    display: none;
  }

  .item-post-full .post-title {
    font-size: 18px;
  }

  .search-form2 .select-category {
    display: none;
  }

  .smart-search.search-form2 {
    margin: 0;
    padding: 0;
  }

  .top-info.top-info3 {
    display: none;
  }

  .mini-cart.mini-cart-3 .content-mini-cart {
    right: auto;
    left: 0;
    width: 290px;
  }

  .mobile-access-col2 .mobile-access-thumb {
    width: 100%;
  }

  .mobile-access-col2 .product-info3 {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }

  .payment4.payment-method>label {
    margin: 0 0 10px 10px;
    display: block;
  }

  .gallery-control a {
    height: 24px;
    line-height: 24px;
    margin-top: -50px;
    width: 24px;
  }

  .list-button-box1 .bt-link,
  .list-button-box2 .bt-link {
    margin-left: 15px;
  }

  .btn-circle-box {
    margin: 10px 15px;
  }

  .circle1,
  .circle2,
  .pie-chart {
    float: none;
    margin: 10px auto!important;
  }

  .info-testimo-author {
    top: 25px;
  }

  .quick-category {
    text-align: left;
  }

  .header-product-filter .toggle-link-filter {
    position: static;
    display: block;
    padding: 15px 20px;
  }

  .header-product-filter h2 span {
    display: block;
  }

  .newsletter-footer.newsletter-footer8 {
    padding: 15px;
  }

  .list-product-cat .item-product9 {
    float: none;
    width: auto;
  }

  .list-outlet-left {
    padding-left: 30px!important;
  }

  .quick-category a {
    border-right: none;
    display: block;
    margin-right: 0;
    padding-right: 0;
  }

  .category-filter-title li {
    display: block;
    margin: 0;
  }

  .header-nav2 {
    border: none;
    margin-top: -40px;
  }

  .header2 {
    padding: 25px 0 0 0;
  }

  .mini-cart {
    margin-left: 1px;
    position: relative;
    top: -44px;
  }

  .header-mini-cart {
    border: 0 solid #fff;
  }

  .main-content-home {
    width: 320px;
  }

  .attr-product label.note {
    top: 0;
  }

  .order-type .active,
  .order-type .order-column,
  .order-type .order-column:hover {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width:320px) {
  .contact-top7>li:first-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }

  .super-deal-countdown {
    margin-left: -10px;
  }

  .bt-loadmore {
    max-width: 260px;
  }

  .product-social-extra a {
    margin-right: 4px;
  }

  .detail-gallery .carousel a {
    width: 60px;
  }

  .large-cat-info,
  .large-cat-thumb {
    width: 100%;
  }

  .box-category10 .info-price span {
    display: inline-block;
  }

  .top-extra-link>a {
    padding: 5px 10px;
    display: inline-block;
  }
}

@media (min-width:481px) {
  .order-type .active,
  .order-type .order-column,
  .order-type .order-column:hover {
    min-width: 150px;
  }
}

@media (min-width:1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-lg-15:nth-child(5n+1) {
    clear: left;
  }

  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-md-15:nth-child(5n+1) {
    clear: left;
  }

  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-sm-15:nth-child(5n+1) {
    clear: left;
  }

  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-xs-15:nth-child(5n+1) {
    clear: left;
  }

  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}

@media (max-width:479px) {
  .auto-clear .col-ts-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-ts-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-ts-15:nth-child(5n+1) {
    clear: left;
  }

  .auto-clear .col-ts-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-ts-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-ts-6:nth-child(odd) {
    clear: left;
  }
}