/* Minification failed. Returning unminified contents.
(14837,16): run-time error CSS1039: Token not allowed after unary operator: '-fa-display'
 */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.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";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*CONTENTS
- Typography
- Miscellaneous
- White Space
- Buttons
- Rows/Columns
- Product
- Banners
- iCheck
- Range Slider
- Product Zoom
- Mega Navigation
- Card Payment
- Comments
- Magnigic Lightbox
- Owl Carousel
*/
/****** Typography ******/
body {
  font-family: 'Roboto', Tahoma, Arial, helvetica, sans-serif;
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-weight: 600;
}
.widget-title,
.widget-title-sm,
.widget-title-lg {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.widget-title-sm {
  font-size: 17px;
  margin-bottom: 10px;
}
.widget-title-lg {
  font-size: 35px;
}
label {
  font-weight: 400;
}
.page-title {
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 15px;
}
@media (max-width:992px) {
  .page-title {
    font-size: 30px;
  }
}
a {
  color: #8e5ba6;
}
.text-sm {
  font-size: 12px;
}
.title-404 {
  line-height: 1em;
  font-size: 150px;
  font-weight: 700;
  margin: 10px 0 0 0;
}
/****** End of Typography ******/
/****** Miscellaneous ******/
html,
body {
  overflow-x: hidden;
}
hr {
  border-color: #d9d9d9;
}
.table {
  margin-bottom: 0;
}
@media (max-width:992px) {
  .mobile-hidden {
    display: none;
  }
}
.global-wrapper {
  background: #ededed;
}
@media (min-width:1200px) {
  body.boxed .global-wrapper {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 1200px;
    margin: 30px auto;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  }
}
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
.full-width {
  width: 100%;
}
.rel {
  position: relative;
}
.box,
.box-lg,
.box-highlight {
  padding: 10px 15px;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.box-highlight {
  padding: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25) , 0 0 8px rgba(72,109,151,0.55);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25) , 0 0 8px rgba(72,109,151,0.55);
}
.box-lg {
  padding: 25px;
}
.vert-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drop-caret {
  position: absolute;
  top: 50%;
  right: 20px;
  background: rgba(0,0,0,0.5);
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drop-caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
}
@media (min-width:992px) {
  .drop-caret {
    display: none;
  }
}
.navbar-main {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background: #262626;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  position: relative;
  z-index: 10;
}
.navbar-main .navbar-nav > li:hover > a {
  background: #fff;
  color: #262626;
}
.navbar-main .navbar-nav > li.open > a {
  background: #2b415b !important;
}
@media (max-width:992px) {
  .navbar-main .navbar-nav > li.open .dropdown-menu > li > a {
    color: #595959;
  }
}
.navbar-main .navbar-nav > li > a {
  color: #fff;
  padding: 15px;
}
@media (min-width:992px) {
  .navbar-main .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar-main .navbar-border > li {
  border-right: 1px solid #24364c;
}
.navbar-main .navbar-border > li:last-child {
  border-right: none;
}
.navbar-brand {
  padding: 0 5px 0 0px;
}
.navbar-brand > img {
  width: 90px;
}
.navbar-item-top {
  margin-top: 12px;
}
.navbar-nav > li > a {
  font-size: 14px;
}
.navbar-nav > li > a > span {
  display: block;
  font-size: 11px;
  line-height: 1em;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  height: 10px;
  margin-bottom: 2px;
}
.navbar-nav > li > a:hover > span {
  color: #000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.navbar-main-white .navbar-nav > li > a > span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.navbar-main-white .navbar-nav > li > a:hover > span {
  color: #fff;
}
.navbar-nav-lg > li > a {
  font-size: 17px;
}
.navbar-pad {
  padding: 10px 0;
}
.navbar-pad-top {
  padding-top: 10px;
}
.navbar-sm-pad > li > a {
  padding: 5px 10px;
}
.navbar-theme-img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18%;
}
.navbar-theme-img > img {
  width: 100%;
}
@media (max-width:992px) {
  .navbar-theme-img {
    display: none;
  }
  
}
.navbar-before {
  padding: 7px;
  background: #b7d433;
  font-size: 13px;
}
.navbar-before .navbar-nav > li {
  margin-left: 10px;
}
.navbar-before .navbar-nav > li > a {
  font-size: 12px;
  padding: 0;
  color: #fff;
}
.navbar-before .navbar-nav > li > a:hover {
  background: none;
}
@media (max-width:992px) {
  .navbar-mob-item-left > li {
    float: left;
  }
}
.navbar-before-inverse {
  background: #8e5ba6;
}
.navbar-before-sign {
  margin-bottom: 0;
  color: rgba(255,255,255,0.55);
}
@media (min-width:992px) {
  .navbar-collapse-no-pad {
    padding: 0;
    margin-left: -15px !important;
  }
}
@media (min-width:992px) {
  .navbar-brand-no-mar {
    margin: 0 !important;
  }
  
}
@media (min-width:992px) {
  .navbar-right-no-mar {
    margin: 0 !important;
  }
}
.navbar-main-white {
  background: #fff;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 10;
}
@media (min-width:992px) {
  .navbar-main-white .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar-main-white .dropdown-menu {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  border-top: 2px solid #8e5ba6;
}
.navbar-main-white .navbar-nav > li:hover > a {
  color: #fff;
  background: #8e5ba6;
}
.navbar-main-white .navbar-main-search {
  -webkit-box-shadow: 0 0 0 1px #d9d9d9;
  box-shadow: 0 0 0 1px #d9d9d9;
}
.navbar-main-white .navbar-main-search-submit {
  background: #8e5ba6;
  color: #fff;
}
.navbar-main-white .navbar-main-search-submit:hover {
  background: #8e5ba6;
  color: whtie;
}
.navbar-first {
  z-index: 11;
}
.dropdown-menu {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 3;
}
.dropdown-menu-category {
  margin: 0;
  padding: 0;
  background: #fff !important;
}
.dropdown-menu-category > li {
  border-bottom: 1px solid #e6e6e6;
}
.dropdown-menu-category > li:last-child {
  border-bottom: none;
}
@media (min-width:992px) {
  .dropdown-menu-category > li:hover .dropdown-menu-category-section {
    display: block;
  }
}
.dropdown-menu-category > li:hover > a {
  background: #8e5ba6;
  color: #fff;
}
.dropdown-menu-category > li:hover > a .dropdown-menu-category-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropdown-menu-category > li > a {
  height: 40px;
  line-height: 40px !important;
  padding: 0 15px 0 50px !important;
  font-size: 14px;
  position: relative;
  width: 230px;
}
@media (max-width:992px) {
  .dropdown-menu-category > li > a {
    width: 100%;
  }
}
.dropdown-menu-category > li > a:after {
  position: absolute;
  display: block;
  content: '\f105';
  font-family: 'FontAwesome';
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
@media (max-width:992px) {
  .dropdown-menu-category > li > a:after {
    display: none;
  }
}
.dropdown-menu-theme-image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  display: block;
  z-index: 1;
}
@media (max-width:992px) {
  .dropdown-menu-theme-image {
    display: none;
  }
}
.dropdown-menu-category-hold {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.dropdown-menu-category-hold > li > a {
  width: 100%;
}
.dropdown-menu-category-hold .dropdown-menu-category-section {
  left: 100%;
}
.dropdown-menu-category-sm > li > a {
  font-size: 13px;
  padding-left: 40px;
}
.dropdown-menu-category-sm .dropdown-menu-category-icon {
  width: 35px;
  font-size: 14px;
}
.dropdown-menu-category-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 45px;
  text-align: center;
  font-size: 16px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.dropdown-menu-category-section {
  width: 600px;
  height: 491px;
  position: absolute;
  top: 0;
  left: 230px;
  display: none;
  background: #fff;
  border-left: 1px solid #e6e6e6;
}
.dropdown-menu-category-section-inner {
  position: relative;
  height: 100%;
}
.dropdown-menu-category-section-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}
.dropdown-menu-category-section-theme-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.dropdown-menu-category-title {
  font-weight: 500;
  color: #8e5ba6;
  font-size: 20px;
}
.dropdown-menu-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.dropdown-menu-category-list > li {
  margin-bottom: 10px;
}
.dropdown-menu-category-list > li > a {
  color: #595959;
}
.dropdown-menu-category-list > li > a:hover {
  text-decoration: none;
  color: #8e5ba6;
}
.dropdown-menu-category-list > li > p {
  font-size: 11px;
  color: #9b9b9b;
  margin: 0;
}
.dropdown-menu-shipping-cart {
  width: 300px;
}
.dropdown-menu-shipping-cart > li {
  overflow: hidden;
  padding: 15px;
}
.dropdown-menu-shipping-cart > li:nth-child(even) {
  background: #f7f7f7;
}
.dropdown-menu-shipping-cart-img {
  float: left;
  width: 50px;
  display: block;
  margin-right: 10px;
  padding: 0 !important;
}
.dropdown-menu-shipping-cart-img > img {
  width: 100%;
}
.dropdown-menu-shipping-cart-inner {
  display: table;
}
.dropdown-menu-shipping-cart-price {
  font-weight: 500;
  color: #8e5ba6;
  margin-bottom: 0;
}
.dropdown-menu-shipping-cart-item {
  margin-bottom: 0;
  font-size: 13px;
}
.dropdown-menu-shipping-cart-item > a {
  color: #6a6a6a;
}
.dropdown-menu-shipping-cart-item > a:hover {
  text-decoration: none;
}
.dropdown-menu-shipping-cart-total {
  font-weight: 500;
  font-size: 17px;
  float: left;
  margin-top: 5px;
  margin-left: 4px;
  margin-bottom: 0;
}
.dropdown-menu-shipping-cart-checkout {
  float: right;
}
.dropdown-menu-items-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu-items-list > li {
  margin-bottom: 7px;
}
.dropdown-menu-items-list > li > a {
  color: #333;
}
.dropdown-menu-items-list > li > a:hover {
  color: #8e5ba6;
  text-decoration: none;
}
@media (max-width:992px) {
  .dropdown-menu-items-list {
    margin-bottom: 20px;
  }
}
.dropdown-menu-items-list-desc {
  font-size: 11px;
  margin-bottom: 0;
  color: #a6a6a6;
}
.navbar-main-search {
  width: 500px;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-main-search .form-group {
  display: block;
}
.navbar-main-search .form-control {
  width: 100%;
  border: none;
}
.navbar-main-search .form-control:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width:992px) {
  .navbar-main-search {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
}
.navbar-main-search-submit {
  position: absolute;
  background: #e6e6e6;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #595959;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.navbar-main-search-submit:hover {
  text-decoration: none;
}
.navbar-main-search-category {
  width: 770px;
}
.navbar-main-search-category .form-control {
  padding-left: 150px;
}
@media (max-width:992px) {
  .navbar-main-search-category {
    width: 100%;
  }
  .navbar-main-search-category .form-control {
    padding-left: 60px;
  }
}
.navbar-main-search-category-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border: none;
  border-right: 1px solid #ccc;
  padding: 0 10px;
  background: #fff;
  font-size: 13px;
  color: #808080;
}
.navbar-main-search-category-select:focus {
  outline: none;
}
.navbar-main-search-category-select option {
  background: #fff;
  padding: 7px 0;
}
@media (max-width:992px) {
  .navbar-main-search-category-select {
    width: 55px;
  }
}
.main-header {
  background: #262626;
  height: 60px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  position: relative;
  border-bottom: 1px solid #324c6a;
}
.main-header-logo {
  display: block;
  margin-top: 17px;
}
.main-header-search {
  position: relative;
  margin-top: 15px;
}
.main-header-search-input {
  width: 100%;
  padding: 5px 7px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.main-header-search-input:focus {
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.55);
  box-shadow: 0 2px 10px rgba(0,0,0,0.55);
}
.main-header-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  height: 30px;
  line-height: 30px;
  width: 40px;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}
.main-header-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
}
.main-header-list > li {
  float: left;
}
.main-header-list > li > a {
  position: relative;
  padding: 0 8px;
  color: rgba(255,255,255,0.85);
  display: block;
  height: 60px;
  line-height: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.main-header-list > li > a .fa {
  margin-right: 6px;
}
.main-header-list > li > a:before {
  width: 1px;
  height: 25%;
  background: rgba(255,255,255,0.25);
  content: '';
  position: absolute;
  top: 37%;
  left: 0;
}
.main-header-list > li > a:hover {
  text-decoration: none;
  color: #fff;
}
.main-header-list > li:first-child > a {
  padding-left: 0;
}
.main-header-list > li:first-child > a:before {
  display: none;
}
.main-header-list > li:last-child > a {
  padding-right: 0;
}
.main-header-cart .fa {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  float: right;
  font-size: 25px;
}
.main-header-cart .fa:hover {
  text-decoration: none;
}
.main-header-logo-center {
  text-align: center;
}
.main-header-logo-center > a {
  display: block;
  margin: 20px auto;
  width: 75px;
}
.main-header-logo-center > a > img {
  display: block;
  width: 100%;
}
.main-header-input-center {
  position: relative;
}
.main-header-input-center > input {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 7px 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.main-header-input-center > input:focus {
  outline: none;
}
.main-header-input-center-btn {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  height: 37px;
  line-height: 37px;
  padding: 0 40px;
  background: #8e5ba6;
  color: #fff;
  display: block;
  font-size: 16px;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.main-header-input-center-btn:hover {
  color: #fff;
  text-decoration: none;
}
.main-header-input-center-btn > .fa {
  margin-right: 5px;
  position: relative;
  top: -1px;
  font-size: 14px;
}
@media (max-width:992px) {
  .main-header-input-center-btn {
    padding: 0 10px;
  }
}
.navbar-center {
  text-align: center;
  width: 100%;
}
.navbar-center > li {
  margin: 0 7px;
  float: none;
  display: inline-block;
}
@media (max-width:992px) {
  .navbar-center {
    text-align: left;
  }
  .navbar-center > li {
    display: block;
  }
}
.navbar-border > li {
  border-right: 1px solid #d9d9d9;
}
.navbar-border > li:first-child {
  border-left: 1px solid #d9d9d9;
}
.navbar-item-icon {
  margin-right: 7px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.navbar-nav > li:hover .navbar-item-icon {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.main-footer {
  position: relative;
  background: #262626;
  padding-top: 30px;
  border-top: 2px solid #8e5ba6;
  color: #fff;
}
.main-footer .widget-title-sm {
  margin-bottom: 20px;
}
.main-footer > .container {
  position: relative;
}
.main-footer-img {
  position: absolute;
  bottom: 0;
  right: -150px;
  display: block;
  width: 440px;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.3));
}
@media (max-width:992px) {
  .main-footer-img {
    position: relative;
    width: 80%;
    left: 10%;
  }
}
.main-footer-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 15px;
}
.main-footer-social-list > li {
  float: left;
  margin-right: 10px;
}
.main-footer-social-list > li .fa {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.main-footer-social-list > li .fa.fa-facebook {
  background: #46629e;
}
.main-footer-social-list > li .fa.fa-twitter {
  background: #55acee;
}
.main-footer-social-list > li .fa.fa-pinterest {
  background: #cd2129;
}
.main-footer-social-list > li .fa.fa-instagram {
  background: #457399;
}
.main-footer-social-list > li .fa.fa-google-plus {
  background: #dd4b39;
}
.main-footer-social-list > li .fa:hover {
  text-decoration: none;
}
.main-footer-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.main-footer-tag-list > li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.main-footer-tag-list > li > a {
  font-size: 12px;
  display: block;
  padding: 2px 5px;
  padding-right: 16px;
  background: #d9d9d9;
  color: #000;
  -webkit-border-radius: 5px 20px 20px 5px;
  border-radius: 5px 20px 20px 5px;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.main-footer-tag-list > li > a:hover {
  text-decoration: none;
  background: #fff;
}
.main-footer-tag-list > li > a:after {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  top: 8px;
  right: 5px;
}
.main-footer-links-list,
.main-footer-links-list-lg {
  list-style: none;
  margin: 20px 0 10px 0;
  padding: 0;
}
.main-footer-links-list > li,
.main-footer-links-list-lg > li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
.main-footer-links-list > li > a,
.main-footer-links-list-lg > li > a {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.main-footer-links-list > li > a:hover,
.main-footer-links-list-lg > li > a:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.main-footer-links-list-lg > li {
  font-size: 15px;
  margin-right: 15px;
}
.copyright-area {
  background: #000;
  color: #fff;
  -webkit-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
  position: relative;
}
.copyright-text {
  font-size: 11px;
  color: #ccc;
  margin-top: 15px;
}
.copyright-text a {
  color: #fff;
}
.copyright-text a:hover {
  color: #fff;
}
.payment-icons-list {
  list-style: none;
  overflow: hidden;
  float: right;
  padding: 0;
  margin: 10px 0;
}
.payment-icons-list > li {
  float: left;
  margin-left: 10px;
}
.payment-icons-list > li img {
  width: 35px;
}
@media (max-width:992px) {
  .payment-icons-list {
    float: none;
  }
}
.slider-item,
.slider-item-sm {
  height: 424px;
  position: relative;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider-item > .container,
.slider-item-sm > .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
@media (max-width:992px) {
  .slider-item,
  .slider-item-sm {
    overflow: hidden;
  }
}
.slider-item-mask {
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.slider-item-sm {
  height: 400px;
}
.slider-item-inner {
  position: relative;
  height: 100%;
}
.slider-item-inner-container {
  overflow: hidden;
}
.slider-item-inner-container .slider-item-caption-left {
  left: 5%;
}
.slider-item-inner-container .slider-item-caption-right {
  right: 5%;
}
.slider-item-caption-left,
.slider-item-caption-right,
.slider-item-caption-top,
.slider-item-img-left,
.slider-item-img-right,
.slider-item-img {
  position: absolute;
}
.slider-item-caption-top {
  width: 65%;
  text-align: center;
  top: 10%;
}
.slider-item-caption-white {
  color: #fff;
}
.slider-item-caption-left,
.slider-item-caption-right,
.slider-item-img-left,
.slider-item-img-right {
  width: 45%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-item-caption-left,
.slider-item-caption-right,
.slider-item-caption-top {
  z-index: 10;
}
@media (max-width:992px) {
  .slider-item-caption-left,
  .slider-item-caption-right,
  .slider-item-caption-top {
    width: 100%;
    left: 0 !important;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 30px;
    text-align: center !important;
  }
}
.slider-item-img-left,
.slider-item-img-right,
.slider-item-img {
  z-index: 9;
}
@media (max-width:992px) {
  .slider-item-img-left,
  .slider-item-img-right,
  .slider-item-img {
    padding: 0 30px;
    top: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    left: 0 !important;
    right: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
.owl-carousel .owl-item .slider-item-img-left,
.owl-carousel .owl-item .slider-item-img-right,
.owl-carousel .owl-item .slider-item-img {
  width: 50%;
  -webkit-filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.3));
}
.slider-item-img-left,
.slider-item-img-right,
.slider-item-img {
  -webkit-filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.3));
}
.slider-item-img-no-shadow {
  -webkit-filter: none;
}
.slider-item-img-right,
.slider-item-caption-right {
  right: 0;
  text-align: right;
}
.slider-item-caption-title {
  font-size: 60px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width:992px) {
  .slider-item-caption-title {
    font-size: 25px !important;
    margin-bottom: 10px;
  }
}

.slider-item-caption-desc {
  font-size: 20px;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  margin-bottom: 20px;
}

@media (max-width:992px) {
  .slider-item-caption-desc {
    font-size: 15px !important;
    margin-bottom: 10px;
  }
}
.slider-item-caption-sm .slider-item-caption-title {
  font-size: 40px;
}
.slider-item-caption-sm .slider-item-caption-desc {
  font-size: 17px;
}
.page-header {
  position: relative;
  margin: 40px 0 30px 0;
  border: none;
  padding-bottom: 0;
}
.page-header-banner {
  padding: 100px 0;
  margin: 0 0 20px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header-banner .page-title {
  color: #fff;
}
.page-header-banner .page-breadcrumb > li.active {
  color: #fff;
}
.page-header-banner .page-breadcrumb > li > a {
  color: rgba(255,255,255,0.7);
}
.page-header-banner .page-breadcrumb > li > a:hover {
  color: #fff;
}
.page-header-banner .category-selections-sign {
  color: #fff;
}
.page-header-banner .category-selections-icon,
.page-header-banner .category-selections-select {
  background: rgba(255,255,255,0.8);
}
.page-header-banner-inner {
  position: relative;
}
.page-breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  margin-left: 4px;
}
.page-breadcrumb > li + li:before {
  content: '\f105';
  font-family: 'FontAwesome';
}
.page-breadcrumb > li.active {
  color: #595959;
}
.page-breadcrumb > li > a {
  color: rgba(89,89,89,0.7);
}
.page-breadcrumb > li > a:hover {
  text-decoration: none;
  color: #595959;
}
.category-selections {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-selections > li {
  position: relative;
  float: left;
  margin-left: 7px;
}
@media (max-width:992px) {
  .category-selections {
    position: static;
    margin-top: 30px;
  }
  .category-selections > li {
    margin-right: 7px;
    margin-left: 0;
  }
}
.category-selections-icon {
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #7a7a7a;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.category-selections-icon:hover {
  color: #7a7a7a;
  text-decoration: none;
}
.category-selections-icon.active {
  color: #8e5ba6;
}
.category-selections-icon.active:hover {
  color: #8e5ba6;
}
.category-selections-sign {
  position: absolute;
  font-size: 11px;
  color: #a6a6a6;
  left: 2px;
  top: -16px;
}
.category-selections-select {
  height: 30px;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  border: none;
}
.category-selections-select:focus {
  outline: none;
}
.category-filters {
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.category-filters-section {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 25px;
}
.category-filters-section .checkbox {
  font-size: 13px;
}
.category-filters-section:last-child {
  border: none;
}
.cateogry-filters-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.cateogry-filters-list > li {
  margin-bottom: 5px;
}
.cateogry-filters-list > li > a {
  color: #595959;
}
.cateogry-filters-list > li > a:hover {
  color: #434343;
}
.category-filters-amount {
  margin-left: 5px;
  font-size: 11px;
  color: #ccc;
}
.category-filters-inverse,
.category-filters-color {
  background: #333;
}
.category-filters-inverse .cateogry-filters-list > li > a,
.category-filters-color .cateogry-filters-list > li > a {
  color: #d9d9d9;
}
.category-filters-inverse .widget-title-sm,
.category-filters-color .widget-title-sm {
  color: #fff;
}
.category-filters-inverse .category-filters-section,
.category-filters-color .category-filters-section {
  border-color: #1a1a1a;
}
.category-filters-inverse .category-filters-section .checkbox,
.category-filters-color .category-filters-section .checkbox {
  color: #e6e6e6;
}
.category-filters-inverse .irs-diapason,
.category-filters-color .irs-diapason {
  background: #fff;
}
.category-filters-inverse .irs-from,
.category-filters-color .irs-from,
.category-filters-inverse .irs-to,
.category-filters-color .irs-to,
.category-filters-inverse .irs-single,
.category-filters-color .irs-single {
  color: #fff;
}
.category-filters-color {
  background: #262626;
}
.category-filters-color .category-filters-section {
  border-color: #2b415b;
}
.category-filters-color .irs-slider {
  background: #fff;
}
.category-filters-color .i-check:before,
.category-filters-color .i-radio:before {
  color: #b7d433;
}
.category-filters-color .i-check.hover,
.category-filters-color .i-radio.hover {
  border-color: #fff;
}
.category-filters-color .i-check.checked,
.category-filters-color .i-radio.checked {
  border-color: #fff;
  background: #fff;
}
.cateogry-avg-rating-list {
  list-style: none;
  padding: 0;
}
.cateogry-avg-rating-list > li > a {
  color: #595959;
}
.cateogry-avg-rating-list > li > a:hover {
  text-decoration: none;
}
.cateogry-avg-rating-item {
  margin-bottom: 5px;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.cateogry-avg-rating-item > li {
  float: left;
  margin-right: 5px;
}
.cateogry-avg-rating-item > li .fa {
  color: #bfbfbf;
}
.cateogry-avg-rating-item > li.active .fa {
  color: #ffc120;
}
.category-pagination {
  margin: 10px 0 0 0;
}
.category-pagination > li {
  display: inline-block;
  margin: 0 4px;
}
.category-pagination > li > a {
  color: #8e5ba6;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.category-pagination > li > a:hover {
  border-color: #8e5ba6;
  background: #fff;
}
.category-pagination > li.active > a {
  background: #8b8b8b;
  border-color: #8b8b8b;
}
.category-pagination > li.active > a:hover {
  background: #8b8b8b;
  border-color: #8b8b8b;
}
.category-pagination > li.last > a {
  background: #8e5ba6;
  color: #fff;
  border-color: #8e5ba6;
  padding-left: 20px;
  padding-right: 20px;
}
.category-pagination-sign {
  font-size: 16px;
  color: #b3b3b3;
  margin: 15px 0 0 0;
}
.category-tabs .nav-pills {
  margin-bottom: 10px;
}
.category-tabs .nav-pills > li > a {
  color: #474747;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  padding: 7px 10px;
}
.category-tabs .nav-pills li.active > a {
  color: #fff;
  background: #8e5ba6;
}
.table-shopping-cart {
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.table-shopping-cart > thead > tr > th,
.table-shopping-cart > tbody > tr > th,
.table-shopping-cart > tfoot > tr > th,
.table-shopping-cart > thead > tr > td,
.table-shopping-cart > tbody > tr > td,
.table-shopping-cart > tfoot > tr > td {
  vertical-align: middle;
  padding: 10px;
}
.table-shopping-cart-img img {
  width: 75px;
}
.table-shopping-cart-title a {
  font-weight: 500;
  color: #505050;
}
.table-shopping-cart-title a:hover {
  color: #434343;
  text-decoration: none;
}
.table-shopping-qty {
  width: 35px;
}
.table-shopping-remove {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e6e6e6;
  color: #595959;
}
.table-shopping-remove:hover {
  text-decoration: none;
  color: #f00;
}
.shopping-cart-total {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
}
.shopping-cart-total-list {
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 500;
}
.shopping-cart-total-list > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.shopping-cart-total-list > li > span {
  width: 50%;
  float: left;
}
.empty-cart-icon {
  font-size: 250px;
  margin: 20px 0 10px 0;
}
.checkout-login-text {
  font-size: 18px;
  margin-bottom: 20px;
}
.payment-success-icon {
  display: block;
  width: 80px;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  color: #03944d;
  float: left;
  margin-right: 5px;
}
.payment-success-title {
  font-size: 30px;
  color: #03944d;
  margin-bottom:0 !important;
}
.payment-success-product-list {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.payment-success-product-list > li {
  float: left;
  padding-right: 3%;
  padding-bottom: 3%;
  width: 25%;
}
.payment-success-product-list > li > img {
  width: 100%;
}
.payment-success-share-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.payment-success-share-list > li {
  float: left;
  margin-right: 7px;
}
.payment-success-share-list > li .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
.payment-success-share-list > li .fa:hover {
  text-decoration: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.payment-success-share-list > li .fa.fa-facebook {
  background: #46629e;
}
.payment-success-share-list > li .fa.fa-twitter {
  background: #55acee;
}
.payment-success-share-list > li .fa.fa-pinterest {
  background: #cd2129;
}
.payment-success-share-list > li .fa.fa-google-plus {
  background: #dd4b39;
}
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.contact-list > li {
  margin-bottom: 10px;
}
.contact-list > li > h5 {
  margin-bottom: 5px;
}
.blog-post {
  margin-bottom: 30px;
}
.blog-post-title {
  margin-top: 20px;
  font-size: 30px;
}
.blog-post-title > a {
  color: #333;
}
.blog-post-title > a:hover {
  color: #8e5ba6;
}
.blog-post-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  color: #7a7a7a;
  font-style: italic;
  margin-bottom: 15px;
}
.blog-post-meta > li {
  float: left;
  margin-right: 5px;
  padding-right: 10px;
  position: relative;
}
.blog-post-meta > li:after {
  color: #ccc;
  content: '/';
  position: absolute;
  right: 0;
  top: 0;
}
.blog-post-meta > li:last-child:after {
  display: none;
}
.blog-post-caption {
  margin-top: 20px;
  font-size: 17px;
  color: #727272;
}
.blog-post-body {
  font-size: 19px;
}
.blog-post-body p {
  line-height: 1.6em;
  margin-bottom: 20px;
}
.blog-sidebar-section {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.blog-sidebar-posts,
.blog-sidebar-comments {
  list-style: none;
  padding: 0;
}
.blog-sidebar-posts > li,
.blog-sidebar-comments > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}
.blog-sidebar-posts > li:before,
.blog-sidebar-comments > li:before {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  left: 0;
  top: 0;
  content: '\f040';
  font-family: 'FontAwesome';
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
}
.blog-sidebar-posts > li:hover:before,
.blog-sidebar-comments > li:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.blog-sidebar-posts > li h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.blog-sidebar-posts > li h5 a {
  color: #474747;
}
.blog-sidebar-posts > li p {
  font-size: 11px;
  color: #7a7a7a;
  font-style: italic;
  margin-bottom: 0;
}
.blog-sidebar-comments > li:before {
  content: '\f075';
}
.blog-sidebar-comments-meta {
  margin-bottom: 3px;
  font-size: 14px;
}
.blog-sidebar-comments-meta a {
  color: #474747;
  font-weight: 500;
}
.blog-sidebar-comments-body {
  font-size: 11px;
  color: #7a7a7a;
  margin-bottom: 0;
}
.blog-sidebar-tags {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.blog-sidebar-tags > li {
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
}
.blog-sidebar-tags > li > a {
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  background: #fff;
  color: #595959;
  border: 1px solid #727272;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.blog-sidebar-tags > li > a:hover {
  text-decoration: none;
  background: #8e5ba6;
  border-color: #8e5ba6;
  color: #fff;
}
.preview-item {
  text-align: center;
}
.preview-item img {
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.4);
  box-shadow: 0 2px 7px rgba(0,0,0,0.4);
  width: 100%;
  display: block;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.preview-item img.preview-soon {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.preview-item h5 {
  font-size: 20px;
  margin-bottom: 2px;
}
.preview-item h5 a {
  color: #474747;
}
.preview-item h5 a:hover {
  color: #474747;
  text-decoration: none;
}
.preview-item p {
  margin-bottom: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  font-size: 14px;
}
.preview-header {
  height: 400px;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  position: relative;
}
.preivew-header-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.preivew-header-inner h1 {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 37px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.preview-body .global-wrapper {
  background: #fff;
}
.preview-purchase {
  display: block;
  padding: 30px;
  margin-top: 10px;
  background: #8e5ba6;
  color: #fff;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 40px;
}
.preview-purchase:hover {
  color: #fff;
  background: #8e5ba6;
  text-decoration: none;
}
/****** End of Miscellaneous ******/
/****** White Space ******/
header.main {
  padding: 30px 0;
}
.gap {
  display: block;
  position: relative;
  margin: 30px 0 30px 0;
  clear: both;
  overflow: hidden;
}
.gap:after {
  content: '';
  display: table;
}
.gap-small {
  margin: 15px 0 15px 0;
}
.gap-big {
  margin: 60px 0 60px 0;
}
.gap-large {
  margin: 90px 0 90px 0;
}
.gap-top {
  margin-bottom: 0 !important;
}
.gap-bottom {
  margin-top: 0 !important;
}
.gap-border {
  border: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #fff;
}
/****** End of White Space ******/
/****** Buttons ******/
.btn {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}
.btn:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.btn > .fa,
.btn > .im {
  margin: 0 5px;
}
.btn-xs {
  font-size: 11px;
  letter-spacing: 0;
}
.btn-primary {
  color: #fff !important;
  background: #8e5ba6;
  border-color: #704485;
}
.btn-primary:hover {
  background: #704485;
  border-color: #8e5ba6;
}
.btn-primary:focus {
  background: #704485;
  border-color: #8e5ba6;
}
.btn-primary-invert {
  background: #b79268;
  border-color: #ae8455;
  color: #fff;
}
.btn-primary-invert:hover {
  color: #fff;
  background: #ae8455;
  border-color: #9b754a;
}
.btn-black {
  background: linten(#000, 15%);
  border-color: #000;
  color: #fff;
}
.btn-black:hover {
  color: #fff;
  background: #000;
}
.btn-paypal {
  background: #0079c1;
  color: #fff;
  border-color: #006dae;
}
.btn-paypal:hover {
  color: #fff;
  background: #006dae;
  border-color: #00619a;
}
.btn-ghost {
  background: none;
}
.btn-ghost.btn-primary {
  color: #8e5ba6;
}
.btn-ghost.btn-primary:hover {
  background: #8e5ba6;
}
.btn-ghost.btn-success {
  color: #5cb85c;
}
.btn-ghost.btn-success:hover {
  background: #5cb85c;
}
.btn-ghost.btn-info {
  color: #5bc0de;
}
.btn-ghost.btn-info:hover {
  background: #5bc0de;
}
.btn-ghost.btn-warning {
  color: #f0ad4e;
}
.btn-ghost.btn-warning:hover {
  background: #f0ad4e;
}
.btn-ghost.btn-danger {
  color: #d9534f;
}
.btn-ghost.btn-danger:hover {
  background: #d9534f;
}
.btn-ghost.btn-primary-invert {
  color: #b79268;
}
.btn-ghost.btn-primary-invert:hover {
  background: #b79268;
}
.btn-ghost:hover {
  color: #fff;
}
.btn-ghost.btn-default:hover {
  color: #353535;
}
.btn-ghost.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-ghost.btn-white:hover {
  background: #fff !important;
  color: #595959;
}
.btn-ghost.btn-black {
  border-color: #000;
  color: #000;
}
.btn-ghost.btn-black:hover {
  background: #000;
  color: #fff;
}
.btn-lock-screen {
  left: 50%;
  position: fixed;
  top: 70px;
  z-index: 999;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  padding: 5px 7px;
  font-size: 11px;
  letter-spacing: 1px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btn-lock-screen.btn-lock-screen-hide {
  -webkit-transform: translate3d(-50%, -100px, 0);
  -moz-transform: translate3d(-50%, -100px, 0);
  -o-transform: translate3d(-50%, -100px, 0);
  -ms-transform: translate3d(-50%, -100px, 0);
  transform: translate3d(-50%, -100px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.btn-icon .fa {
  font-size: 17px;
  color: #595959;
  text-align: center;
  display: block;
  position: absolute;
  width: 0;
  height: 43px;
  line-height: 43px;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn-icon .fa:before {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn-icon:hover {
  padding-right: 40px;
}
.btn-icon:hover .fa {
  width: 30px;
}
/****** End of Buttons ******/
/****** Rows/Columns ******/
.row.row-wrap > [class^="col-"],
.row.row-col-gap > [class^="col-"] {
  margin-bottom: 30px;
}
@media (max-width:992px) {
  .row.row-col-mob-gap > [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (min-width:992px) {
  .row.row-col-border > [class^="col-"] {
    border-right: 1px solid #d9d9d9;
  }
  .row.row-col-border > [class^="col-"]:last-child {
    border-right: none;
  }
}
.row.row-full {
  margin-left: 0;
  margin-right: 0;
}
.row.row-sm-gap {
  margin-bottom: -10px;
}
.row.row-sm-gap > [class^="col-"] {
  margin-bottom: 10px;
}
@media (max-width:992px) {
  .row.row-sm-gap {
    margin-bottom: 0;
  }
}
.row.row-no-gutter,
.row[data-gutter="0"],
.row[data-gutter="none"] {
  margin: 0 !important;
}
.row.row-no-gutter > [class^="col-"],
.row[data-gutter="0"] > [class^="col-"],
.row[data-gutter="none"] > [class^="col-"] {
  padding: 0 !important;
}
.row[data-gutter="10"] {
  margin-left: -5px;
  margin-right: -5px;
}
.row[data-gutter="10"] > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row[data-gutter="15"] {
  margin-bottom: -15px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row[data-gutter="15"] > [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}
@media (min-width:992px) {
  .row[data-gutter="60"] {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row[data-gutter="60"] > [class^="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width:992px) {
  .row[data-gutter="80"] {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row[data-gutter="80"] > [class^="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width:992px) {
  .row[data-gutter="100"] {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row[data-gutter="100"] > [class^="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width:992px) {
  .row[data-gutter="120"] {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row[data-gutter="120"] > [class^="col-"] {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width:992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: box;
    display: flex;
  }
}
/****** End of Rows/Columns ******/
/****** Product ******/
.product-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-box:hover {
  -webkit-box-shadow: 0 3px 30px rgba(0,0,0,0.5);
  box-shadow: 0 3px 30px rgba(0,0,0,0.5);
  z-index: 5;
}
.product {
  -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.15) , 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 0 3px 2px rgba(0,0,0,0.15) , 0 0 1px rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.product-img-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin: 20px;
  margin-bottom: 10px;
  max-height:220px;
  max-width:220px;
}
.product-img-banner,
.product-img-alt-banner,
.product-banner-alt-blur-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-img-primary,
.product-img-alt,
.product-img {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  max-height:220px;
  max-width:220px;
}
.product-img-alt {
  position: absolute;
  right: 0;
  top: 0;
}
.product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  text-indent: 99999;
}
.product-img-alt {
  -webkit-transform: translate3d(101%, 0, 0);
  -moz-transform: translate3d(101%, 0, 0);
  -o-transform: translate3d(101%, 0, 0);
  -ms-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
  z-index: 2;
}
.product-title {
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  display: table;
  z-index: 2;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  color: #000;
  padding: 7px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
}
.product-icon-quick-view {
  position: absolute;
  z-index: 5;
  display: block;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #8e5ba6;
  color: #fff;
  bottom: 20px;
  right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, -10px, 0) scale(0.8);
  -moz-transform: translate3d(0, -10px, 0) scale(0.8);
  -o-transform: translate3d(0, -10px, 0) scale(0.8);
  -ms-transform: translate3d(0, -10px, 0) scale(0.8);
  transform: translate3d(0, -10px, 0) scale(0.8);
}
.product-icon-quick-view:hover {
  background: #44688f;
  color: #fff;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
  -moz-transform: translate3d(0, 0, 0) scale(1.2);
  -o-transform: translate3d(0, 0, 0) scale(1.2);
  -ms-transform: translate3d(0, 0, 0) scale(1.2);
  transform: translate3d(0, 0, 0) scale(1.2);
}
.product-icon-quick-view:focus {
  color: #fff;
}
.product-left:after {
  content: '';
  display: table;
  clear: both;
}
.product-left .product-img-wrap {
  float: left;
  width: 25%;
  margin-right: 20px;
}
.product-left .product-caption {
  float: left;
  width: 50%;
}
.product-left .product-caption-feature-list {
  position: static;
  font-size: 14px;
}
.product-left .product-caption-title {
  font-size: 18px;
  height: auto;
}
.product-left .product-caption-price > span {
  font-size: 25px;
  margin-bottom: 10px;
}
.product-left .product-caption-rating {
  font-size: 12px;
}
@media (max-width:992px) {
  .product-left .product-img-wrap {
    float: none;
    width: 100%;
    margin: 0;
  }
  .product-left .product-caption {
    float: none;
    width: 100%;
  }
  .product-left .product-actions {
    display: none;
  }
}
.product-actions {
  position: absolute;
  top: 42px;
  right: 15px;
  z-index: 5;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-actions > li {
  margin-bottom: 10px;
}
.product-info-block-rating,
.product-caption-rating {
  list-style: none;
  margin-bottom: 3px;
  padding: 0;
  overflow: hidden;
  font-size: 9px;
}
.product-info-block-rating > li,
.product-caption-rating > li {
  float: left;
  margin-right: 3px;
  color: #d9d9d9;
}
.product-info-block-rating > li.rated,
.product-caption-rating > li.rated {
  color: #ffc120;
}
.product-info-block-sm .product-info-block-title {
  font-size: 15px;
}
.product-info-block-sm .product-info-block-price {
  font-size: 17px;
}
.product-plus {
  position: absolute;
  bottom: 80px;
  left: -80px;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 40px;
  background: #8e5ba6;
  z-index: 5;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25);
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
.product-plus:hover {
  color: #fff;
  background: #3d5d80;
  text-decoration: none;
}
.product-quick-view {
  display: inline-block;
  background: #262626;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  padding: 2px 5px;
  -webkit-transform: translate3d(105%, 0, 0);
  -moz-transform: translate3d(105%, 0, 0);
  -o-transform: translate3d(105%, 0, 0);
  -ms-transform: translate3d(105%, 0, 0);
  transform: translate3d(105%, 0, 0);
}
.product-quick-view:hover {
  text-decoration: none;
  background: #8e5ba6;
  color: #fff;
}
.product:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3) , 0 0 1px rgba(0,0,0,0.3) , 0 0 15px rgba(158,182,209,0.2);
  box-shadow: 0 3px 6px rgba(0,0,0,0.3) , 0 0 1px rgba(0,0,0,0.3) , 0 0 15px rgba(158,182,209,0.2);
}
.product:hover .product-img-alt,
.product:hover .product-more-info-link,
.product:hover .product-hover-block,
.product:hover .product-to-cart,
.product:hover .product-plus,
.product:hover .product-quick-view {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product:hover .product-img-primary {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.product:hover .product-title {
  bottom: -50px;
}
.product:hover .product-to-cart,
.product:hover .product-plus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product:hover .product-img-wrap-single .product-img-primary {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product-info-active .product-info-block-hide {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.product-info-active .product-info-block {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-box-shadow: -1px 0 3px rgba(0,0,0,0.2);
  box-shadow: -1px 0 3px rgba(0,0,0,0.2);
}
.product-info-active .product-info-block-wrap-inner {
  -webkit-animation-name: infoBlock;
  -moz-animation-name: infoBlock;
  -o-animation-name: infoBlock;
  -ms-animation-name: infoBlock;
  animation-name: infoBlock;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.product-info-active .product-img-alt {
  -webkit-transform: translate3d(-30%, 0, 0) scale(1.1);
  -moz-transform: translate3d(-30%, 0, 0) scale(1.1);
  -o-transform: translate3d(-30%, 0, 0) scale(1.1);
  -ms-transform: translate3d(-30%, 0, 0) scale(1.1);
  transform: translate3d(-30%, 0, 0) scale(1.1);
}
.product-info-active .product-hover-block {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.product-info-active .product-plus {
  left: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-info-active .product-quick-view {
  right: 70%;
}
.product-info-active .product-quick-view > span {
  display: none;
}
.product-info-active .product-img-wrap-single .product-img-primary {
  -webkit-transform: translate3d(-30%, 0, 0) scale(1.1);
  -moz-transform: translate3d(-30%, 0, 0) scale(1.1);
  -o-transform: translate3d(-30%, 0, 0) scale(1.1);
  -ms-transform: translate3d(-30%, 0, 0) scale(1.1);
  transform: translate3d(-30%, 0, 0) scale(1.1);
}
.product-img-banner,
.product-img-alt-banner {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.product-banner-contents {
  padding: 0 50px;
  position: absolute;
  top: 350px;
  left: 0;
  text-align: center;
  z-index: 3;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
}
.product-banner-title {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 45px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.85);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-banner-caption {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  font-weight: 300;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.5);
}
.product-banner-desc {
  font-size: 18px;
}
.product-banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.product-banner-btn {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-banner-btn:hover {
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #8e5ba6;
  border-color: #8e5ba6;
  color: #fff;
  text-decoration: none;
}
.product-banner-logo {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.product-banner-logo > img {
  width: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.product-banner-img-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -ms-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(50%);
}
.product-banner-alt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product-banner-alt-title {
  position: absolute;
  z-index: 3;
  color: #fff;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 3px;
  left: 50%;
  top: 50%;
  display: table;
  padding: 15px 18px;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.4);
  text-align: center;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-banner-alt-btn {
  position: absolute;
  z-index: 3;
  color: #fff;
  padding: 15px 25px;
  background: rgba(72,109,151,0.85);
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-hover .product-banner-mask {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.7);
  box-shadow: inset 0 0 20px rgba(0,0,0,0.7);
}
.product-hover .product-banner-contents {
  top: 200px;
}
.product-hover .product-banner-caption {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product-hover .product-img-banner {
  -webkit-transition: 10s;
  -moz-transition: 10s;
  -o-transition: 10s;
  -ms-transition: 10s;
  transition: 10s;
  -webkit-transform: scale(1.5) translate3d(0, 0, 0);
  -moz-transform: scale(1.5) translate3d(0, 0, 0);
  -o-transform: scale(1.5) translate3d(0, 0, 0);
  -ms-transform: scale(1.5) translate3d(0, 0, 0);
  transform: scale(1.5) translate3d(0, 0, 0);
}
.product-hover .product-banner-logo > img {
  -webkit-transform: scale(1.6) translate3d(0, 80px, 0);
  -moz-transform: scale(1.6) translate3d(0, 80px, 0);
  -o-transform: scale(1.6) translate3d(0, 80px, 0);
  -ms-transform: scale(1.6) translate3d(0, 80px, 0);
  transform: scale(1.6) translate3d(0, 80px, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product-hover .product-banner-title {
  background: none;
}
.product-hover .product-banner-img-wrap {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-filter: grayscale(0);
}
.product-hover .product-banner-alt-mask {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.product-hover .product-banner-alt-title {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.product-hover .product-banner-alt-btn {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-top: 0;
}
.product-slide {
  margin: 5px;
}
.product-caption {
  padding: 10px 15px;
  position: relative;
}
.product-caption-feature-list {
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  bottom: 11px;
}
.product-caption-feature-list > li {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #d9d9d9;
  display: inline-block;
  color: #8c8c8c;
}
.product-caption-feature-list > li:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.product-caption-title {
  font-weight: 400;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  margin-bottom: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  height: 40px;
  overflow: hidden;
  line-height: 1.3em;
  color: #0d0d0d;
}
.product-caption-title > a {
  color: #000;
}
.product-caption-title-sm {
  font-size: 11px;
}
.product-caption-price {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
}
.product-caption-price > span {
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
}
.product-caption-price > span.product-caption-price-new {
  color: #000;
  font-weight: 700;
}
.product-caption-price > span.product-caption-price-old {
  margin-right: 7px;
  color: #727272;
  text-decoration: line-through;
}
.product-labels {
  position: absolute;
  top: 10px;
  left: -3px;
  z-index: 3;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}
.product-labels > li {
  background: #8e5ba6;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  padding: 3px 7px;
  line-height: 1em;
  margin-bottom: 5px;
  display: table;
}
.product-sm-left {
  padding: 10px;
}
.product-sm-left:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-sm-left .product-img-wrap {
  float: left;
  width: 40%;
  padding: 7px;
  margin: 0;
}
.product-sm-left .product-caption {
  float: left;
  width: 60%;
  padding: 0 15px;
}
.product-sm-left .product-caption-feature-list {
  margin-top: 5px;
  display: relative;
  right: auto;
  bottom: auto;
}
.product-sm-left .product-caption-title {
  height: 55px;
  font-size: 14px;
}
.product-sm-left .product-caption-price {
  margin-top: 6px;
}
.product-sm-left .product-caption-title {
  font-size: 13px;
  height: 35px;
}
.product-sm-left .product-caption-price > span {
  font-size: 15px;
}
.product-sm {
  padding: 10px;
}
.product-sm .product-caption {
  margin-top: 7px;
  padding: 0 5px;
}
.product-sm .product-caption-title {
  line-height: 1.25em;
  font-size: 13px;
  height: 32px;
}
.product-sm .product-caption-price {
  margin-top: 5px;
}
.product-sm .product-caption-price > span {
  font-size: 14px;
}
.product-sm .product-img-wrap {
  padding: 7px;
  margin: 0;
}
.product-tabs .tab-content {
  background: #fff;
  padding: 20px 25px;
  border: 1px solid #ddd;
  border-top: none;
}
.product-tabs .nav-tab-icon {
  margin-right: 3px;
}
.product-tabs .nav > li > a {
  color: #595959;
  font-weight: 500;
  margin-right: 5px;
  font-size: #5b5b5b;
}
.product-tabs .nav > li.active > a {
  -webkit-box-shadow: 0 -3px 5px rgba(0,0,0,0.08);
  box-shadow: 0 -3px 5px rgba(0,0,0,0.08);
}
.product-tab-rating-title {
  margin-bottom: 3px;
}
.product-overview-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 30px;
}
@media (max-width:992px) {
  .product-overview-text {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    padding: 15px;
  }
}
.product-overview-section {
  padding: 20px 0;
}
.product-overview-title {
  font-size: 25px;
  line-height: 1.4em;
}
.product-overview-desc {
  font-size: 17px;
  line-height: 1.6em;
  color: #838383;
}
.product-overview-img {
  width: 100%;
  padding: 0 30px;
}
.product-page-product-wrap {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  position: relative;
  z-index: 1;
}
.product-page-product-wrap:before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
}
.product-page-product-wrap > img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.product-page-product-rating {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-page-product-rating > li {
  display: inline-block;
  margin-right: 5px;
  font-size: 17px;
  color: #7a7a7a;
}
.product-page-product-rating > li.rated {
  color: #ffc120;
}
.product-page-product-rating-sign {
  font-size: 12px;
  margin-bottom: 5px;
}
.product-page-product-rating-sign a {
  color: #7a7a7a;
}
.product-page-product-rating-sign a:hover {
  text-decoration: none;
  color: #595959;
}
.product-page-product-rating.product-rating-big > li {
  font-size: 38px;
}
.product-page-product-rating.product-rating-big > li.count {
  margin-left: 7px;
  font-weight: 700;
  color: #8e5ba6;
}
.product-page-desc,
.product-page-desc-lg {
  font-size: 16px;
  color: #727272;
}
.product-page-desc-lg {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.product-page-features-table {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
}
.product-page-features-table-specs,
.product-page-features-table-details {
  width: 25%;
}
.product-page-price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1px;
}
.product-page-price-list {
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: line-through;
  color: #838383;
  margin-bottom: 5px;
}
.product-page-price-sign {
  font-size: 13px;
  color: #a6a6a6;
  margin-bottom: 1px;
}
.product-page-side-section {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #d9d9d9;
}
.product-page-side-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7px;
}
.product-page-side-text {
  font-size: 11px;
  color: #939393;
  margin-bottom: 5px;
}
.product-page-share-item {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
}
.product-page-share-item > li {
  float: left;
  margin-right: 5px;
}
.product-page-share-item > li .fa {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.product-page-share-item > li .fa.fa-facebook {
  background: #46629e;
}
.product-page-share-item > li .fa.fa-twitter {
  background: #55acee;
}
.product-page-share-item > li .fa.fa-pinterest {
  background: #cd2129;
}
.product-page-share-item > li .fa.fa-instagram {
  background: #457399;
}
.product-page-share-item > li .fa.fa-google-plus {
  background: #dd4b39;
}
.product-page-share-item > li .fa:hover {
  text-decoration: none;
}
.product-page-area {
  background: #fff;
  padding: 30px 0;
}
.product-rate-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-rate-list > li {
  height: 26px;
  overview: hidden;
  margin-bottom: 7px;
}
.product-rate-list-item {
  margin: 0;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  float: left;
  width: 25%;
}
.product-rate-list-bar {
  width: 65%;
  float: left;
  background: #d9d9d9;
  height: 20px;
  margin-top: 3px;
}
.product-rate-list-bar > div {
  background: #ffc120;
  height: 20px;
}
.product-rate-list-count {
  float: left;
  width: 10%;
  text-alighn: right;
  padding-left: 7px;
  height: 26px;
  line-height: 26px;
  margin: 0;
  font-size: 11px;
  color: #7a7a7a;
}
.product-review {
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px dashed #d9d9d9;
}
.product-review-author {
  float: left;
  margin-right: 20px;
}
.product-review-author-img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.product-review-content,
.product-review-content-full {
  display: table;
  width: 70%;
  float: left;
  border-right: 1px dashed #d9d9d9;
  padding-right: 15px;
}
.product-review-content-full {
  padding-right: 0;
  border-right: none;
  width: 85%;
}
.product-review-title {
  margin-bottom: 5px;
  font-size: 18px;
}
.product-review-meta {
  font-style: italic;
  color: #838383;
  margin-bottom: 3px;
  margin-top: 2px;
  font-size: 13px;
}
.product-review-body {
  font-size: 14px;
}
.product-review-side {
  float: left;
  width: 15%;
  margin-left: 15px;
}
.product-review-side-sign {
  margin-bottom: 3px;
  font-size: 14px;
  color: #727272;
}
.product-review-rate {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  background: #737373;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-review-rate:hover {
  background: #8e5ba6;
  color: #fff;
  text-decoration: none;
}
.product-review-rate .fa {
  margin-right: 3px;
}
.product-review-actions {
  margin-bottom: 0;
}
.product-review-actions > li > a {
  font-size: 12px;
  color: #8b8b8b;
}
.product-review-actions > li > a:hover {
  color: #595959;
  text-decoration: none;
}
.product-accessory-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.product-accessory {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.product-accessory-img {
  width: 100%;
}
.product-accessory-title {
  font-size: 15px;
  margin-top: 4px;
  line-height: 1.4em;
}
.product-accessory-title > a {
  color: #595959;
}
.product-accessory-price {
  margin-bottom: 7px;
  font-size: 27px;
  font-weight: 500;
}
.product-accessory-included-list {
  padding-left: 17px;
  margin-top: 15px;
  font-size: 16px;
}
.product-accessory-included-list > li {
  margin-bottom: 7px;
}
.product-page-qa {
  margin-bottom: 15px;
  border-bottom: 1px dashed #e6e6e6;
}
.product-page-qa-form {
  margin: 15px 0;
}
.product-page-qa-question {
  font-weight: 500;
}
.product-page-qa-question,
.product-page-qa-answer {
  min-height: 35px;
  position: relative;
  padding-left: 35px;
  font-size: 17px;
  margin-bottom: 15px;
}
.product-page-qa-question:before,
.product-page-qa-answer:before {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  content: 'Q:';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
  font-size: 25px;
  font-weight: 700;
  color: #8e5ba6;
}
.product-page-qa-answer {
  margin-left: 30px;
  font-size: 16px;
}
.product-page-qa-answer:before {
  content: 'A:';
}
.product-page-qa-text {
  margin-bottom: 3px;
}
.product-page-qa-meta {
  font-size: 12px;
  font-style: italic;
  color: #838383;
  margin-bottom: 0;
}
.product-page-option-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.product-page-option-list > li {
  margin-bottom: 15px;
}
.product-page-option-title {
  font-size: 16px;
  margin-bottom: 0;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.product-page-option-select {
  font-size: 14px;
  height: 40px;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #b3b3b3;
  float: left;
}
.product-page-option-select:focus {
  outline: none;
}
.product-page-actions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.product-page-actions-list > li {
  float: left;
  margin-right: 10px;
}
.product-page-qty-item {
  border: 1px solid #ccc;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
.product-page-qty {
  background: #fff;
  height: 39px;
  width: 39px;
  line-height: 39px;
  float: left;
  display: block;
  text-align: center;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.product-page-qty:focus {
  outline: none;
}
.product-page-qty-input {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 50px;
}
.product-list {
  list-style: none;
  padding: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  overflow: hidden;
}
.product-list > li {
  border-bottom: 1px solid #e6e6e6;
}
.product-list > li:last-child {
  border-bottom: none;
}
.product-list .product {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-list .product-left .product-img-wrap {
  width: 30%;
}
.product-list .product-left .product-caption {
  width: 70%;
}
.product-review-thumb {
  padding: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  background: #fff;
}
.product-review-thumb-header {
  overflow: hidden;
  margin-bottom: 10px;
}
.product-review-thumb-reviewer-img {
  width: 20% !important;
  float: left;
  margin-right: 5%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.product-review-thumb-reviewer-name {
  font-size: 13px;
  margin-bottom: 0;
}
.product-review-thumb-header-side {
  float: left;
  width: 75%;
  display: table;
  padding-top: 2px;
}
.product-review-thumb-rating {
  list-style: none;
  margin-bottom: 4px;
  padding: 0;
  overflow: hidden;
}
.product-review-thumb-rating > li {
  line-height: 1em;
  color: #808080;
  float: left;
  margin-right: 2px;
}
.product-review-thumb-rating > li.rated {
  color: #ffc120;
}
.product-review-thumb-body {
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.3em;
  font-style: italic;
  margin-bottom: 2px;
  height: 60px;
  overflow: hidden;
}
.product-review-thumb-link {
  margin-left: 10px;
  font-size: 13px;
}
.product-review-thumb-product {
  overflow: hidden;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.product-review-thumb-product-img {
  float: left;
  width: 20% !important;
  margin-right: 5%;
}
.product-review-thumb-product-title {
  height: 55px;
  overflow: hidden;
  float: left;
  width: 75%;
  font-weight: 400;
  line-height: 1.4em;
}
.product-review-thumb-product-title > a {
  color: #595959;
}
.product-review-thumb-product-title > a:hover {
  color: #8e5ba6;
  text-decoration: none;
}
/****** End of Product ******/
/****** Banners ******/
.banner {
  color: #fff;
  height: 200px;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-title {
  font-size: 25px;
  display: block;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-desc {
  font-size: 17px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.banner-lg .banner-title {
  padding: 10px 20px;
  font-size: 50px;
}
.banner-lg .banner-btn {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}
.banner-lg .banner-btn > span {
  font-size: 17px;
}
.banner-lg .banner-btn > span:first-child {
  margin-top: 32px;
}
.banner-sm .banner-title {
  font-size: 18px;
}
.banner-sm .banner-desc {
  font-size: 14px;
  margin-bottom: 5px;
}
.banner-sm .banner-shop-now {
  font-size: 11px;
}
.banner-xl .banner-title {
  line-height: 1.1em;
  font-size: 60px;
}
.banner-xl .banner-desc {
  font-size: 30px;
}
.banner-xl .banner-shop-now {
  font-size: 22px;
}
.banner-o-hid {
  overflow: hidden;
  z-index: 1;
}
.banner-sqr {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.banner-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 3;
}
.banner-caption-top-left,
.banner-caption-left,
.banner-caption-top-right,
.banner-caption-right,
.banner-caption-bottom-left,
.banner-caption-bottom-right,
.banner-caption-center {
  z-index: 2;
  width: 50%;
  position: absolute;
}
.banner-caption-top-left {
  top: 5%;
  left: 5%;
}
.banner-caption-top-right {
  text-align: right;
  top: 5%;
  right: 5%;
}
.banner-caption-bottom-left {
  bottom: 5%;
  left: 5%;
}
.banner-caption-left,
.banner-caption-right {
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-caption-right {
  left: auto;
  right: 5%;
}
.banner-caption-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner-img {
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.2));
  position: absolute;
  width: 200px;
}
.banner-caption-dark {
  color: #333;
}
.banner-shop-now {
  margin-bottom: 0;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-shop-now > i {
  margin-left: 1px;
}
.banner-category {
  display: block;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  text-decoration: none !important;
  text-align: center;
  color: #595959;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -ms-transition: 0.15s;
  transition: 0.15s;
}
.banner-category:hover,
.banner-category:active,
.banner-category:focus,
.banner-category:visited {
  color: #595959;
}
.banner-category-icon {
  display: block;
  margin-bottom: 13px;
  font-size: 28px;
}
.banner-category-img {
  margin-bottom: 13px;
  width: 45px !important;
  display: inline-block !important;
}
.banner-category-img-full {
  margin-bottom: 13px;
  width: 100%;
}
.banner-category-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 3px;
}
.banner-category-desc {
  margin-bottom: 0;
  font-size: 11px;
  color: #838383;
}
/****** End of Banners ******/
/****** iCheck ******/
.i-check,
.i-radio {
  display: inline-block;
  *display: inlne;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  cursor: pointer;
  top: 0;
  left: -7px;
  margin-left: -13px;
  float: left;
  text-align: center;
  line-height: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.i-check:before,
.i-radio:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, -22px, 0);
  -moz-transform: translate3d(0, -22px, 0);
  -o-transform: translate3d(0, -22px, 0);
  -ms-transform: translate3d(0, -22px, 0);
  transform: translate3d(0, -22px, 0);
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  color: #fff;
  font-size: 10px;
}
.i-check.hover,
.i-radio.hover {
  border: 1px solid #f16459;
}
.i-check.checked,
.i-radio.checked {
  border: 1px solid #f16459;
  background: #f16459;
}
.i-check.checked:before,
.i-radio.checked:before {
  -webkit-transform: translate3d(0, -2px, 0);
  -moz-transform: translate3d(0, -2px, 0);
  -o-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.i-check.disabled,
.i-radio.disabled {
  border-color: #d9d9d9 !important;
}
.i-check.disabled.checked,
.i-radio.disabled.checked {
  background: #ccc !important;
}
.i-check.i-check-stroke.checked {
  background: #fff;
}
.i-check.i-check-stroke.checked:before {
  color: #f16459;
}
.i-radio {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.i-radio:before {
  content: '\f111';
  font-size: 12px;
}
.checkbox-switch .i-check,
.radio-switch .i-check,
.checkbox-switch .i-radio,
.radio-switch .i-radio {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 44px;
  broder-color: #999;
  border-width: 2px;
}
.checkbox-switch .i-check:before,
.radio-switch .i-check:before,
.checkbox-switch .i-radio:before,
.radio-switch .i-radio:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #b3b3b3;
  content: '';
  width: 16px;
  height: 14px;
  top: 2px;
  left: 2px;
  position: absolute;
}
.checkbox-switch .i-check.checked,
.radio-switch .i-check.checked,
.checkbox-switch .i-radio.checked,
.radio-switch .i-radio.checked {
  background: #fff;
}
.checkbox-switch .i-check.checked:before,
.radio-switch .i-check.checked:before,
.checkbox-switch .i-radio.checked:before,
.radio-switch .i-radio.checked:before {
  background: #f16459;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}
.checkbox-switch .i-check.disabled:before,
.radio-switch .i-check.disabled:before,
.checkbox-switch .i-radio.disabled:before,
.radio-switch .i-radio.disabled:before {
  background: #ccc !important;
}
.checkbox-small,
.radio-small {
  margin-bottom: 10px;
}
.checkbox-small.checkbox-inline,
.radio-small.checkbox-inline,
.checkbox-small.radio-inline,
.radio-small.radio-inline {
  margin: 0;
}
.checkbox-small label,
.radio-small label {
  font-size: 13px;
}
.checkbox-small label .i-check,
.radio-small label .i-check,
.checkbox-small label .i-radio,
.radio-small label .i-radio {
  width: 18px;
  height: 18px;
  line-height: 16px;
  top: 3px;
}
.checkbox-small label .i-check:before,
.radio-small label .i-check:before,
.checkbox-small label .i-radio:before,
.radio-small label .i-radio:before {
  font-size: 12px;
}
.checkbox-small label .i-radio:before,
.radio-small label .i-radio:before {
  font-size: 9px;
}
.checkbox-lg,
.radio-lg {
  margin-bottom: 20px;
}
.checkbox-lg.checkbox-inline,
.radio-lg.checkbox-inline,
.checkbox-lg.radio-inline,
.radio-lg.radio-inline {
  margin: 0;
}
.checkbox-lg label,
.radio-lg label {
  font-size: 17px;
}
.checkbox-lg label .i-check,
.radio-lg label .i-check,
.checkbox-lg label .i-radio,
.radio-lg label .i-radio {
  width: 26px;
  height: 26px;
  line-height: 24px;
  top: -1px;
}
.checkbox-lg label .i-check:before,
.radio-lg label .i-check:before,
.checkbox-lg label .i-radio:before,
.radio-lg label .i-radio:before {
  font-size: 16px;
}
.checkbox-lg label .i-radio:before,
.radio-lg label .i-radio:before {
  font-size: 14px;
}
.checkbox-stroke .i-check.checked,
.radio-stroke .i-check.checked,
.checkbox-stroke .i-radio.checked,
.radio-stroke .i-radio.checked {
  background: #fff;
}
.checkbox-stroke .i-check.checked:before,
.radio-stroke .i-check.checked:before,
.checkbox-stroke .i-radio.checked:before,
.radio-stroke .i-radio.checked:before {
  color: #8e5ba6;
}
.checkbox-stroke .i-check.checked.disabled,
.radio-stroke .i-check.checked.disabled,
.checkbox-stroke .i-radio.checked.disabled,
.radio-stroke .i-radio.checked.disabled {
  background: #fff;
}
.checkbox-stroke .i-check.checked.disabled:before,
.radio-stroke .i-check.checked.disabled:before,
.checkbox-stroke .i-radio.checked.disabled:before,
.radio-stroke .i-radio.checked.disabled:before {
  color: #ccc;
}
.checkbox-small.checkbox-inline + .checkbox-small.checkbox-inline,
.radio-small.radio-inline + .radio-small.radio-inline {
  margin-left: 10px;
}
.checkbox-lg.checkbox-inline + .checkbox-lg.checkbox-inline,
.radio-lg.radio-inline + .radio-lg.radio-inline {
  margin-left: 20px;
}
/****** End of iCheck ******/
/****** Range Slider ******/
.irs {
  position: relative;
  display: block;
  height: 40px;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  height: 8px;
  top: 25px;
  background: #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
  height: 8px;
}
.irs-line-left {
  left: 0;
  width: 10%;
}
.irs-line-mid {
  left: 10%;
  width: 10%;
}
.irs-line-right {
  right: 0;
  width: 10%;
}
.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  top: 25px;
  background: #727272;
}
.irs-slider {
  position: absolute;
  display: block;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 22px;
  background: #8e5ba6;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  cursor: pointer;
}
.irs-slider.single {
  left: 10px;
}
.irs-slider.single:before {
  content: '';
  position: absolute;
  display: block;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
}
.irs-slider.from {
  left: 100px;
}
.irs-slider.from:before {
  content: '';
  position: absolute;
  display: block;
  top: -30%;
  left: 0;
  width: 200%;
  height: 170%;
}
.irs-slider.to {
  left: 300px;
}
.irs-slider.to:before {
  content: '';
  position: absolute;
  display: block;
  top: -30%;
  right: 0;
  width: 200%;
  height: 170%;
}
.irs-slider.last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
  color: #b3b3b3;
  font-size: 10px;
  line-height: 1.333;
  top: 4px;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #595959;
  font-size: 13px;
  line-height: 1.333;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid {
  height: 60px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #b3b3b3;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #808080;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background: #000;
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.category-sidebar-white .irs-from,
.category-sidebar-white .irs-to,
.category-sidebar-white .irs-single {
  color: #595959;
}
.category-sidebar-white .irs-min,
.category-sidebar-white .irs-max {
  color: #8b8b8b;
}
/****** End of Range Slider ******/
/****** Product Zoom ******/
.zoomPad {
  position: relative;
  z-index: 99;
  cursor: default;
}
.zoomPad > img {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.jqzoom-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: table;
  margin-top: 10px;
}
.jqzoom-list > li {
  float: left;
  margin: 7px;
}
.jqzoom-list > li > a {
  width: 70px;
  display: block;
}
.jqzoom-list > li > a.zoomThumbActive > img {
  -webkit-box-shadow: 0 0 0 2px rgba(72,109,151,0.75);
  box-shadow: 0 0 0 2px rgba(72,109,151,0.75);
}
.jqzoom-list > li > a > img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  padding: 5px;
  background: #fff;
}
.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 8px;
  text-align: center;
  background-position: 43px 30px;
  z-index: 110;
  position: absolute;
  top: 0px;
  left: 0px;
  *width: 100px;
  *height: 49px;
}
.zoomPup {
  overflow: hidden;
  background-color: #fff;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 101;
  cursor: default;
}
.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.zoomWindow {
  position: absolute;
  left: 485px !important;
  top: 0;
  background: #fff;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
  -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.75);
  box-shadow: 0 1px 15px rgba(0,0,0,0.75);
}
.jqzoom-stage-lg .zoomWindow {
  left: 550px !important;
}
.zoomWrapper {
  position: relative;
  z-index: 110;
}
.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #fff;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.zoomIframe {
  z-index: -1;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  position: absolute;
  display: block;
}
.jqzoom-left,
.jqzoom-right {
  position: relative;
}
.jqzoom-left .jqzoom-list,
.jqzoom-right .jqzoom-list {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jqzoom-left .jqzoom-list > li,
.jqzoom-right .jqzoom-list > li {
  float: none;
  margin: 0 0 15px 0;
}
.jqzoom-left .jqzoom-list > li > a,
.jqzoom-right .jqzoom-list > li > a {
  width: 100px;
}
.jqzoom-left .jqzoom-stage,
.jqzoom-right .jqzoom-stage {
  margin-left: 115px;
}
.jqzoom-right .jqzoom-list {
  left: auto;
  right: 0;
}
.jqzoom-right .jqzoom-stage {
  margin-left: 0;
  margin-right: 115px;
}
/****** End of Product Zoom ******/
/****** Mega Navigation ******/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
  background: #fff;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  padding: 0;
}
.yamm-content {
  position: relative;
}
.yamm-content > .row {
  position: relative;
  z-index: 2;
}
/****** End of Mega Navigation ******/
/****** Card Payment ******/
.cc-form .form-group {
  float: left;
  position: relative;
}
.cc-form .form-group.form-group-cc-number,
.cc-form .form-group.form-group-cc-name {
  width: 70%;
  margin-right: 5%;
}
.cc-form .form-group.form-group-cc-date,
.cc-form .form-group.form-group-cc-cvc {
  width: 25%;
}
.cc-form .form-group.form-group-cc-number .cc-card-icon {
  display: block;
  width: 41px;
  height: 26px;
  position: absolute;
  right: 4px;
  top: 29px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.cc-form .form-group.form-group-cc-number input.identified + .cc-card-icon {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

/****** End of Card Payment ******/
/****** Comments ******/
.comments-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-list ul {
  list-style: none;
}
.comments-list li ul {
  margin-left: 25px;
}
.comment {
  margin-bottom: 25px;
  overflow: hidden;
}
.comment .comment-review-rate {
  margin: 0;
  color: #8e5ba6;
  font-size: 14px;
}
.comment .comment-author {
  float: left;
  margin-right: 10px;
}
.comment .comment-author img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.comment .comment-inner {
  display: table;
}
.comment .comment-content {
  margin: 3px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e6e6e6;
}
.comment .comment-author-name {
  font-size: 13px;
  color: #727272;
  margin: 0;
}
.comment .comment-time {
  font-size: 13px;
  margin-right: 10px;
  color: #7a7a7a;
}
.comment .comment-like {
  float: right;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-size: 13px;
  font-weight: bold;
}
.comment:hover .comment-like {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
/****** End of Comments ******/
/****** Magnific Lightbox ******/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}
button::-moz-focus-inner {
  padding: 0;
  margin: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-a {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
  background: #000;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
  background: #444;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-dialog {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
.mfp-search-dialog {
  width: 100%;
  height: 250px !important;
}
@media (max-width:992px) {
  .mfp-search-dialog {
    height: 150px !important;
  }
  .mfp-search-dialog .full-center {
    position: relative !important;
  }
}
.mfp-dialog-full {
  margin: 0;
  max-width: none;
  padding: 0;
  overflow: auto;
}
.mfp-dialog-full::-webkit-scrollbar {
  width: 7px;
  background-color: #e6e6e6;
}
.mfp-dialog-full::-webkit-scrollbar-thumb {
  background-color: #808080;
}
.mfp-dialog-full::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.mfp-dialog-full::-webkit-scrollbar-thumb:active {
  background-color: #b7d433;
}
.mfp-dialog-full::-webkit-scrollbar-tack {
  background-color: #b7d433;
}
.mfp-subscribe-dialog {
  max-width: 800px;
  padding: 0;
}
.mfp-subscribe-dialog .widget-title {
  margin-bottom: 10px;
}
.mfp-subscribe-dialog .mfp-close {
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.subscribe-dialog-inner {
  padding: 20px 30px;
}
.subscribe-dialog-bg {
  height: 410px;
}
/****** End of Magnific Lightbox ******/
/****** Owl Slider ******/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  animation-name: fadeOut;
}
undefinedundefined.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel-curved {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-item-slide {
  margin: 7.5px;
}
.owl-nav-out {
  margin: -7.5px;
}
.owl-nav-out:hover .owl-nav .owl-next,
.owl-nav-out:hover .owl-nav .owl-prev {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.owl-nav-out .owl-nav div {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  color: #666;
  margin-top: -20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
}
.owl-nav-out .owl-nav div:before {
  font-family: 'FontAwesome';
}
.owl-nav-out .owl-nav div.owl-next {
  -webkit-transform: translate3d(12px, 0, 0);
  -moz-transform: translate3d(12px, 0, 0);
  -o-transform: translate3d(12px, 0, 0);
  -ms-transform: translate3d(12px, 0, 0);
  transform: translate3d(12px, 0, 0);
  right: -15px;
}
.owl-nav-out .owl-nav div.owl-next:before {
  content: '\f105';
}
.owl-nav-out .owl-nav div.owl-prev {
  -webkit-transform: translate3d(-12px, 0, 0);
  -moz-transform: translate3d(-12px, 0, 0);
  -o-transform: translate3d(-12px, 0, 0);
  -ms-transform: translate3d(-12px, 0, 0);
  transform: translate3d(-12px, 0, 0);
  left: -15px;
}
.owl-nav-out .owl-nav div.owl-prev:before {
  content: '\f104';
}
.owl-nav-dots-inner .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 30px;
}
.owl-nav-dots-inner .owl-dots .owl-dot {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  float: left;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.owl-nav-dots-inner .owl-dots .owl-dot.active {
  background: #fff;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
/****** End of Owl Slider ******/

@font-face {
    font-family: ShadowsIntoLight;
    src: url("fonts/ShadowsIntoLight.ttf") /* TTF file for CSS3 browsers */
}

.font-violet{
	color:#8e5ba6;
}

.over-accueil {
	position:absolute;
	z-index:2;
	border:2px solid #b7d433;
	text-align:center;
	min-width:120px;
	background-color:white;
	text-transform:uppercase;
	color:black;
	font-weight:bold;
	font-size:12px;
	padding:10px;
	-webkit-border-radius:5px;
	border-radius:5px;
	left:34%;
	top:35%;
}

.slider-item-caption-title-peq {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight:bold;
}

@media (max-width:992px) {
  .slider-item-caption-title-peq {
	  font-size: 25px !important;
	  margin-bottom: 10px;
	  font-weight:bold;
	  text-align:left;
	}
	
	.over-accueil {
		left:42%; 
	}
}

@media (max-width:620px) {
	.over-accueil {
		left:40%; 
	}
}

@media (max-width:450px) {
  .slider-item-caption-title-peq {
	  font-size: 20px !important;
	  margin-bottom: 10px;
	  font-weight:bold;
	  text-align:center;
	}
	.over-accueil {
		left:34%; 
	}
}

.slider-item-caption-desc-peq {
  font-size: 16px;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  margin-bottom: 20px;
}

@media (max-width:992px) {
  .slider-item-caption-desc-peq {
    font-size: 15px !important;
    margin-bottom: 10px;
	text-align:left;
  }
}

@media (max-width:442px) {
  .slider-item-caption-desc-peq {
    font-size: 15px !important;
    margin-bottom: 10px;
	text-align:center;
  }
}

@media (max-width:992px) {
  .slider-item-caption-desc-peq {
    font-size: 15px !important;
    margin-bottom: 10px;
	text-align:left;
  }
}

.banner-custom {
  height: 230px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-caption-top-left-custom {
	top:0% !important;
	width:90% !important;
	text-align:center !important;
}

.banner-title-custom {
  font-size: 22px;
  display: block;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color:#b7d433;
}

.banner-shop-now-custom {
  margin-top: 0;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  color:#000;
}

.slider-item-img-right-custom{
	left: 32%;
	top: 55%;
	-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-item, .slider-item-sm  {
	background-color: #ededed;
}

@media (max-width:992px) {
  .slider-item-img-right-custom {
	left: 25% !important;
    width: 70% !important;
	-webkit-transform: translateY(-45%);
	-moz-transform: translateY(-45%);
	-o-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
  }
}

@media (max-width:650px) {
  .slider-item-img-right-custom {
	left: 10% !important;
    width: 85% !important;
	-webkit-transform: translateY(-45%);
	-moz-transform: translateY(-45%);
	-o-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
  }
}

@media (max-width:550px) {
  .slider-item-img-right-custom {
    padding: 0 30px;
    top: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    left: 0 !important;
    right: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

.navbar-main .navbar-nav > li.open > a {
  background: #8e5ba6 !important;
}

.text-center-accueil {
	text-align: center;
	width:100%;
	margin-top:30px;
}

.text-center-accueil-txt {
	font-size:20px;
	padding:15px;
}

.text-center-accueil-color {
	color:#d9534f;
	font-size:23px;
	font-weight:bold;
}

.product-page-fichier-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-page-fichier-item > li {
  display: inline-block;
  padding:40px;
  vertical-align:top;
}

.div-desc-im-fichier {
	margin-top:10px;
	line-height:12px !important;	
}

.product-page-product-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-page-product-item > li {
  display: inline-block;
  padding:10px 20px 10px 20px;
}

@media (max-width:1200px) {
	.product-page-product-item > li {
	  display: inline-block;
	  padding:10px 6px 10px 6px;
	}
}
.font-titre-img, .font-titre-img-produit {
	font-size: 15px;
	color:black;
	font-weight:bold;
}

.font-titre-img-on {
	font-size: 15px;
	color: #f16459 !important;
	font-weight:bold;
}

.font-titre-img-produit-on {
	font-size: 15px;
	color: #8e5ba6 !important;
	font-weight:bold;
}

.font-desc-img-fichier {
	font-size: 12px;
	color: #7a7a7a;
}

.font-desc-img-fichier-on  {
	font-size: 12px;
	color: #f16459 !important;
}

.font-desc-img, .font-desc-img-produit  {
	font-size: 10px;
	color: #7a7a7a;
	text-transform:uppercase;
}

.font-desc-img-on  {
	font-size: 10px;
	color: #f16459 !important;
	text-transform:uppercase;
}

.font-desc-img-produit-on  {
	font-size: 10px;
	color: #8e5ba6 !important;
	text-transform:uppercase;
}

.product-page-product-item a:hover {
	text-decoration: none !important;
}

.product-page-fichier-item a{
	text-decoration: none !important;
}

.product-page-fichier-item a:hover {
	text-decoration: none !important;
}

.img-produit-circle, .img-produit-circle-on
{
	-webkit-border-radius:100%;
	border-radius:100%;
	width:142px;
	height:150px !important;
	z-index:2;
	position:absolute;
}

.img-fichier-margin {
	margin-left:5px;
}

.img-produit-circle
{
	border:none;
}

.img-produit-circle-on
{
	border:5px solid #8e5ba6;
}

.big-size {
	width:58%;
}

@media (max-width:1200px) {
	.big-size {
		width:100%;
	}
}

@media (max-width:992px) {
	.big-size {
		width:60%;
	}
}

@media (max-width:676px) {
	.big-size {
		width:100%;
	}
}

.div-img-product {
	text-align:center;
}

.div-pub-product {
	margin-top:50px;
}

.div-pub-product-text {
	margin-top:0px;
}

.div-pub-product-rigth {
	width:500px !important;
}

@media  (min-width: 992px) and (max-width: 1199px) {
	.div-pub-product-rigth {
		margin-top:70px;
		width:450px !important;
	}
}

@media  (max-width: 992px) {
	.div-pub-product {
		text-align:center;
		width:230px !important;
		margin-top:15px;
	}
}

.title-pages-header {
	color:#f16459;
	text-transform:uppercase;
	font-size:30px;
}

.btn-telecharger {
	background-color:#eee;
	border-color:#eee;
	color:black;
	text-transform:none;
	font-size:18px;
	margin:20px;
}

@media (max-width:600px) {
	.btn-telecharger-600 {
		text-transform:none;
		font-size:14px;
		margin-top:20px;
	}
}

@media (max-width:520px) {
	.btn-telecharger-520 {
		text-transform:none;
		font-size:12px;
		margin-top:20px;
		display:block;
		white-space: pre-line;
	}
}

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.popup-modal-projet {
	width:812px;
	height:456px;
	background-image: url("../images/popup_projet.jpg");
}

.back-home-footer {
	min-height:750px;
	background-repeat:no-repeat;
	background-position:bottom center;
}

.div-popup-projet {
	width:250px;
	float:right;
	font-size:13px;
	margin:30px 20px 0 0;
}

.btn-popup-continuer {
	margin:100px 0 0 60px;
}

@media (max-width:690px) {
	.popup-modal-projet {
		width:500px;
		height:280px;
		background-size: 500px Auto;
	}
	.div-popup-projet {
		width:260px;
		float:right;
		font-size:11px;
		margin:0px 0px 0 0;
	}
	.btn-popup-continuer {
		margin:60px 0 0 40px;
	}
}

@media (max-width:530px) {
	.popup-modal-projet {
		width:280px;
		height:200px;
		background:none;
		background-color:#DCD6D8;
	}
	.div-popup-projet {
		width:220px;
		float:left;
		font-size:11px;
		margin:0px 0px 0 0px;
	}
	.btn-popup-continuer {
		margin:20px 0 0 0;
	}
}

.font-quantite-exemplaires{
	color:#f16459;
	font-size:17px;
	font-weight:bold;
}

.font-size14{
	font-size:14px;
}

.font-size15{
	font-size:15px;
}

.font-size17{
	font-size:17px;
}

.title-fichier-anlyse {
	font-size:21px;
	margin-left:12%;
	font-weight:bold;
}

.title-fichier-couverture {
	font-size:20px;
	margin-left:12%;
	color:black;
}

.font-voir-profil {
	color:#f16459;
	font-size:13px;
}

.font-voir-profil a {
	color:#f16459;
	font-size:13px;
}

.font-voir-resume {
	font-size:12px !important;
}

.font-titre-gray {
	color:gray;
	font-size:11px !important;
}

.font-titre-profil {
	font-size:20px;
	font-weight:bold;
}

.font-titre-livre {
	font-size:23px;
	font-weight:bold;
	color:black;
}

.div-supprimer-livre{
	margin:20px 60px 0 0;
	text-align:right;
}

.profile-margin {
	margin:0 0 0 25px;
}

.profile-foto-margin {
	margin-left:40px !important;
}

@media (max-width:991px) {
	.profile-margin {
		margin:10px 0 0 0px;
		text-align:center;
	}
	
	.profile-foto-margin {
		margin-left:0 !important;
		text-align:center;
	}
}

.div-button-icon {
	background-color:#ededed;
	width:100%;
	height:105px;
	padding-top:5px;
	margin:0;
	text-align:center;
	font-size:14px;
}

.lkb-button-img a {
	text-decoration:none;
	color:black !important;
}

.lkb-button-img a :hover{
	text-decoration:underline;
	color:black !important;
}

.none-decorantion *{
	text-decoration:none !important;
}

.none-decorantion a *{
	text-decoration:none !important;
}

.none-decorantion a:hover *{
	text-decoration:none !important;
}

.div-img-button-icon {
	position:relative;
	float:right;
	margin-top:-15px;
	margin-right:3px
}

.lkb-supprimer-projet a {
	color:gray;
	font-size:13px;
	font-style: italic;
}

.no-padding {
	padding:0px !important;
}

.padding-10 {
	padding:10px 0 0 40px !important;
}

.padding-30 {
	padding:30px 0 0 40px !important;
}

@media (max-width:991px) {
	.padding-30 {
		padding:30px 40px 0 40px !important;
	}	
}

.div-button-margin-top {
	margin-top:2px;
}

.div-aide {
	text-align:center;
	padding:20px 0 20px 0;
}

.div-name-file-upload {
	color:black;
	padding:10px;
	font-size:13px;
	margin-top:10px;
	line-height:25px;
}

.div-name-file-upload a:hover {
	color:black;
}

.div-name-file-upload a {
	color:black;
}

.lkb-pointer-ficher, #lk-1, #lk-2, #lk-3 {
	cursor:pointer;
}

.hr-litle {
	width:80%;
}

.font-fichier-title {
	font-size:15px;
	font-weight:bold;
}

.spanMessageCorrect {
	color:green !important;
}

.spanMessageErreur {
	color:red !important;
}

.spanMessageAlert {
	color:#f26522 !important;
}

#div-progressbar {
	padding-left:10%;
	padding-right:10%;
}

.btn-valider {
	background-color:#f16459;
	border-color:#f16459;
	color:white;
}

.btn-valider:hover {
  	background-color:#f16459;
	border-color:#f16459;
	color:black;
}

.title-telecharger-isbn {
	font-weight:normal;
	font-size:30px;
}

.btn-fermer {
	font-size:20px;
	-webkit-border-radius:100px;
	border-radius:100px;
	padding:5px 12px 5px 12px !important;
	font-weight:bold;
}

.div-btn-fermer-isbn {
	position:absolute;
	z-index:15;
	margin:-35px 0 0 -15px;
	width:100%;
	text-align:right;
}

.popup-modal-isbn {
	height:570px;
	background-color:white;
}

.font-titre-col-isbn{
	font-size:17px;
	font-weight:bold;
}

.col-isbn {
	padding-left:25px;
}

.text-telecharger-isbn {
	font-size:13px;
}

.text-isbn-desc {
	font-size:12px;
	color:gray;
}

.textbox-isbn {
	width:90%;
	color:black;
	font-size:17px;
	font-weight:bold;
	margin-top:5px;
}

.button-color {
	font-size:14px !important;
}

@media (max-width:992px) {
	.textbox-isbn {
		width:200px;
	}
	.col-isbn {
		padding-left:0 !important;
	}
	.popup-modal-isbn {
		height:700px !important;
	}
}
@media (max-width:720px) {
	.popup-modal-isbn {
		width:90%;
	}	
	.title-telecharger-isbn {
		font-size:20px;
	}
	.text-telecharger-isbn {
		font-size:12px;
	}
	.popup-modal-isbn {
		height:830px !important;
	}
}

.btn-generer-isbn {
	text-transform:none;
	font-size:16px;
	margin-top:10px;
}

.span-telecharger-isbn a {
	font-size:13px;
	font-style: italic;
	color:gray;
}

.img-isbn {
	margin-bottom:5px;
	height:100px;
	width:150px;
}

.div-error-isbn {
	margin:5px 0 0 25px;
	color:red;
	height:10px;
}

.div-error-titre {
	margin:5px 0 0 0px;
	color:red;
	height:10px;
}

.popup-modal-alert {
	height:530px;
	background-color:white;
}

@media (max-width:992px) {
	.popup-modal-alert  {
		height:480px;
		min-height:480px;
	}
}

@media (max-width:438px) {
	.popup-modal-alert  {
		height:540px;
		min-height:540px;
	}
}

.popup-modal-bat {
	background-color:#fcfcfc;
}

@media (max-width:992px) {
	.popup-modal-alert  {
		width:100% !important;
		min-width:100% !important;
	}
}

@media (max-width:570px) {
	.btn-revenir-livre {
		margin-top:20px !important;
	}
}

@media (max-width:360px) {
	.btn-valider-livre {
		font-size:10px;
	}
	.btn-revenir-livre {
		font-size:10px !important;
		margin-top:10px !important;
	}
}

.btn-gray {
	border-color:rgba(0,0,0, 0.2);
	background-color:rgba(0,0,0, 0.2);
	color:#333;
}

.div-msg-login {
	color:red;
	font-size:13px;
	line-height:13px;
}

.font-orange {
	color:#f16459 !important;
}

.font-orange  a:hover  * {
	color:#f16459 !important;
}

.font-orange  a  * {
	color:#f16459 !important;
}

.font-vert {
	color:#b7d433 !important;
}

.div-desc-promouvoir {
	text-transform:uppercase;
	font-size:15px;
}

.div-prom-acess {
	text-align:right;
	font-size:13px;
}

.span-prom-acces {
	font-size:26px;
	font-weight:bold;
	line-height:22px;
	color:#f16459;
}

.span-prom-direct {
	font-size:20px;
	margin-right:25px;
	line-height:22px;
}

.div-box-acess-page, .div-box-acess-print, .div-box-acess-pub, .div-box-conseils-creation, .div-box-conseils-fabrication, 
.div-box-conseils-difusion, .div-box-acess-promotion, .div-box-acess-isbn, .div-box-acess-reliure {
	background-repeat:no-repeat;
	background-position:top right;
	width:100%;
	height:113px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.div-box-conseils-fabrication {
	background-position:bottom right;
}

.div-box-acess-titre {
	font-size:17px;
	line-height:17px;
	font-weight:bold;
	margin:22px 0 0 15px;
	float:left;
	width:100%;
	color:black;
}

.div-box-acess-desc {
	font-size:14px;
	line-height:13px;
	margin:8px 0 0 15px;
	float:left;
	color:#f16459;
}

.navbar-main-search-submit {
  position: absolute;
  background: #e6e6e6;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #595959;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.navbar-main-search-submit:hover {
  text-decoration: none;
}
.navbar-main-search-category {
  width: 350px;
  margin:3px 13px 0 0;
  padding-bottom:15px;
}
.navbar-main-search-category .form-control {
  padding-left:10px;
}
@media (max-width:992px) {
  .navbar-main-search-category {
    width: 100%;
  }
  .navbar-main-search-category .form-control {
    
  }
}

.div-rechercher  {
	color:#ededed;
	float:right;
}

.navbar-before-sign {
  margin-bottom: 0;
  color: #3A3939;
  font-size:12.5px;
}

.img-logo-site {
	margin-top:20px;
	width:231px !important;
}

.nav-header {
	padding-left:0;
	padding-right:0;
}

@media (max-width:992px) {
  .img-logo-site {
		width:150px !important;
		margin-top:0;
		position:absolute;
	}
	
	.img-logo-france {
		width: 46px;
		margin-left: 15px;
		margin-top: 5px;
	}
}

@media (max-width:766px) {
  .img-logo-site {
	margin-top:5px;
	padding-left:5px;
	}
	
	.img-logo-france {
		width: 35px;
		margin-top: 5px;
	}
	
	.nav-header {
		padding-left:10px !important;
		padding-right:10px !important;
	}
}

.nav-searchbar {
	margin-top:30px;
	padding-left:20px !important;
	padding-right:20px !important;
}

.gap-small-10 {
  margin: 5px 0 0px 0;
}

.navbar-main .navbar-nav > li > a {
	padding:20px 15px 20px 15px;
}

.dropdown-menu-theme-image {
  left: 0;
  bottom: 0;
}

.div-right-pos {
	right: 0 !important;
	float:right !important;
}

.div-home-title {
	font-size:20px;
	font-weight:bold;
	color: #b7d433;
	margin-top:40px;
}

.home-back-item {
	border:1px solid #b7d433;
	width:290px;
	height:290px;
	border-radius:15px;
	margin:0 auto 0 auto;
}

.home-back-item-resp {
	border:1px solid #b7d433;
	width:100%;
	min-height:290px;
	border-radius:15px;
	margin:0 auto 0 auto;
	padding-bottom:15px;
}

.home-back-item-resp-red {
	border:1px solid #f16459;
	width:100%;
	border-radius:15px;
	margin:0 auto 0 auto;
	padding:20px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#f16459;
}

.home-back-item-resp-red p {
	margin:15px 0 0 0 !important;
}

.home-back-item-resp-red-number {
	background-color:#f16459;
	color:white;
	padding:5px;
	border-radius:100px;
	width:36px;
	margin:-40px auto 0 auto;
	position:relative;
}

.link-biblio {
	color: #f16459;
	text-decoration:underline;
}

.link-biblio:hover {
	color: black;
	text-decoration:underline;
}

.h4-footer-title {
	color:white;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
}

.h4-footer-title a {
	color:white;
}

.foot-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color:gray;
}

.foot-menu-list  > li {
  margin-bottom: 5px;
}

.foot-menu-list  > li  a {
	color:gray;	
}

.slider-item-sm {
	height:auto;
}

.slider-center-home {
	background-color:#262626 !important;
}

.home-back-item-icon {
	position:absolute;
	text-align:center;
	float:left;
	width:280px;
	margin-top:-50px;
}

.home-back-item-icon-rep {
	position:absolute;
	text-align:center;
	float:left;
	width:95%;
	margin-top:-50px;
}

.home-back-item-img {
	padding:15px;
	background-color:#262626
}

.home-back-item-img-white {
	background-color:white;
	padding-top:20px;
}

.home-item-title {
	color:#b7d433;
	font-size:18px;
	font-weight:bold;
	margin-top:40px;
}

.home-item-title a {
	color:#b7d433;
}

.home-item-title-resp {
	color:#d9534f;
	font-size:20px;
	font-weight:bold;
	margin-top:70px;
	text-align:center;
}

.home-item-desc {
	color:white;
	text-align:left;
	margin-top:10px;
	padding:0px 25px;
	font-size:14px;
}

.home-item-desc-resp {
	margin-top:20px;
	padding:0px 30px;
	font-size:16px;
	text-align:center;
}

.home-item-desc-green {
	color:#b7d433;
}

.home-item-img-margin {
	margin:15px 0 0 40px;
	font-size:11px;
	color:white;
	line-height:28px;
	height:28px;
}

.div-cover-head-title {
	text-transform:uppercase;
	color:white;
	font-size:28px;
	font-weight:bold;
}

.div-cover-head-title-1 {
	text-transform:uppercase;
	font-size:46px;
	color:#f16459;
	font-weight:bold;
	line-height:34px;
}

.div-cover-head-title-2 {
	margin-top:35px;
	color:white;
	font-size:20px;
	font-family: ShadowsIntoLight;
}

.div-cover-head-title-3 {
	margin-top:10px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#f16459;
}

@media (max-width:992px) {
	
	.foot-menu-list  > li {
		text-align:center;
		font-size:15px;
		padding:3px;
	}
	
	.h4-footer-title {
		text-align:center;
	}
	
	.div-cover-head-title-1 {
		font-size:30px;
		line-height:34px;
	}
}

@media (max-width:450px) {
	.img-video-aide {
		width:100%;
	}
	
	.button-color-green {
		font-size:11px !important;
	}
}

@media (max-width:320px) {

	.img-video-aide {
		width:100%;
	}
}

.div-date-projet {
	font-size:12px;
	color:gray;
	margin:20px 0 20px 0;
}

.text-right {
	text-align:right;
}

.product-page-price-list {
	text-decoration: none !important;
	font-size: 20px !important;
}

.black {
	color:black;
}

.font-profil-desc {
	margin-top:25px;
	font-size:12px;
	color:gray;
}

@media (max-width:992px) {
  .font-profil-desc {
	margin-top:0px;
	}
}

.margin-0 {
	margin:0 !important;
}

.margin-10 {
	margin-top:10px !important;
}

.font-13 {
	font-size:13px;
}

.font-15 {
	font-size:15px;
}

#img_profil, #img_profil_popin {
	max-height:115px;
	max-width:115px;
}

.img_profil_livre {
	max-height:250px;
	max-width:250px;
}

.font-error {
	color:red !important;
	margin-top:33px;
}

.align-right {
	text-align:right;
}

.dropdown-menu-category > li > a:after { 
	content: none !important;
}

.dropdown-menu {
	margin-top:-1px !important;
}

#loading {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	z-index: 900;
}
.menu-select-item {
	background-color:#8e5ba6 !important;
	color:white !important;
}

.global-wrapper {
	background-color:white;
}

.navbar-before .navbar-nav > li > a {
	font-size:12.5px;
}

.product {
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:0px;
	 -webkit-border-radius:0;
}

.product-img-wrap {
	max-height:285px;
	max-width:285px;
	text-align:left;
	margin: 0px;
}

.widget-title-accueil {
	padding-left:30px;
}

 .box, .box-lg, .box-highlight {
	 box-shadow: 2px 2px 20px 2px rgba(0,0,0,0.1) !important;
	 border-radius:0px;
	 -webkit-border-radius:0;
 }
 
.product-box:hover {
  box-shadow: 2px 2px 20px 2px rgba(0,0,0,0.1) !important;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
}
 
 .product:hover {
  box-shadow: 2px 2px 20px 2px rgba(0,0,0,0.1) !important;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
}

.product-hover .product-banner-mask {
  box-shadow: 2px 2px 20px 2px rgba(0,0,0,0.1) !important;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
}
 
 .font-bold {
	 font-weight:bold;
 }
 
 .livre-author {
	 font-size:15px;
	 margin-top:-5px;
 }
 
 .livre-author a {
	 color:#f16459;
	 font-size:15px;
 }
 
 .livre-price {
	 margin-top:15px;
	 color:#f16459;
	 font-size:33px;
 }
 
 .livre-margin-box {
	 margin-left:15px;
	 padding:20px !important;
 }

 .btn-contacter {
	 font-size:13px;
	 font-weight:none;
	 
 }
 .slider-item, .slider-item-sm {
	 background-color:white;
 }
 
 .img-slider1 {
	margin:50px 100px 0 0;
}

.img-slider2 {
	margin-top:70px;
}

.img-slider3 {
	margin:50px 0px 0 0;
}

.img-slider4 {
	margin-top:70px;
}

@media (max-width:992px) {
   .slider-item-caption-right {
		margin:70px 0 0 0;
		width:55% !important;
		left: auto !important;
		text-align:center;
		
		
	}
	
	.slider-item-img-left {
		margin:100px 0 0 0;
		width:55% !important;
		right: auto !important;
		text-align:center;
		
	}
	
	.slider-item-img-left {
		top: 0 !important;
	}
	
	.slider-item-inner {
		
	}
}

@media (max-width:600px) {
  .slider-item-caption-right {
		margin:0 !important;
		text-align:center;
		border:0px solid blue;
		float:none;
		width:100% !important;
	}
	.slider-item-img-left {
		margin:0 !important;
		text-align:center;
		border:0px solid red;
		float:none;
		width:100% !important;
		top:none !important;
		padding:0 !important;
		top:auto !important;
	}
	
	.img-slider1, .img-slider2 {
		margin:none !important;
	}
	
	.img-slider4 {
		margin-bottom:50px !important;
	}
	
	.img-couverture-devis-selected {
		width:90px !important;
	}
	
	.img-couverture-devis {
		width:90px !important;
	}
}

@media (max-width:600px) and (min-width:450px) {
	.slider-item-caption-right {
		width:300px !important;
		left: 20% !important;
	}
	.slider-item-img-left {		
		width:300px !important;
		left: 20% !important;
	}
}

@media (max-width:450px) and (min-width:350px) {
	.slider-item-caption-right {
		
	}
	.slider-item-img-left {		
		width:300px !important;
		left: 10% !important;
	}
}

@media (max-width:350px) {
  .slider-item-caption-right {
		margin:0 !important;
		text-align:center;
		border:0px solid blue;
		float:none;
		width:100% !important;
		padding:15px 5px 5px 5px;
	}
	.slider-item-img-left {
		margin:0 !important;
		text-align:center;
		border:0px solid red;
		float:none;
		width:100% !important;
		top:none !important;
		padding:0 !important;
		top:auto !important;
	}
	
	.img-slider1, .img-slider2 {
		margin:none !important;
	}
	
	.img-slider4 {
		margin-bottom:50px !important;
	}
}

.title-livre {
	font-weight:none !important;
	
}

.livre-author-list {
	color: #f16459;
}

.livre-resume-list {
	font-size:15px;
	margin-top:15px;
}

.price-livre {
	font-size:30px !important;
	font-weight:bold;
	margin-top:15px;
	color:#8e5ba6  !important;
}

.btn-plus-infos {
	width:180px;
	text-transform:uppercase !important;
}

.col-produit-buttons {
	text-align:right;
}

.col-produit-image {
	padding: 0 35px 0 35px;
}

@media (max-width:992px) {
	.col-produit-image {
		text-align:center;
	}
	
	.col-produit-buttons {
		margin-top:20px;
		text-align:center;
	}	
}

@media (max-width:1690px) {
	.menu-editeur-title-album {
		display:none;
	}	
}

@media (max-width:1190px) and (min-width:992px) {
	.btn-mesproject {
		font-size:10px !important;
	}	
}

.table-cart-no-border {
	border-left:none;
	box-shadow:none !important;
}

.loading {
    margin-top:80% !important;
}

.popup-transparent {
	background:none !important;
}

.spinner {
  height: 50px;
  width: 50px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 8px solid #FFF;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.spinner-text {
  position: absolute;
  top: 65%;
  width: 100%;
  color:white;
  text-align:center;
}

.spinner-product {
  height: 50px;
  width: 50px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 8px solid #000;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

@-webkit-keyframes rotate {
  0%    { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100%  { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes rotate {
  0%    { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100%  { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.span-cheque-champ {
	color:red;
	font-weight:bold;
	display:none;
}



.div-principal-title{
	color:#f16459;
	font-size:32px;
	margin-left:50px
}

.p-desc-title {
	margin:30px 100px 0 100px;
	font-size:14px;
}

.product-page-option-title-product {
	margin-right:0 !important;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	text-align:left;
	font-weight:normal;
}

.product-page-option-title-product-in {
	height: 20px;
	line-height: 20px;
}

.back-infos {
	margin:15px 0 25px 0;
	border:2px solid #f0c11d;
	background-color:#fdfbdf;
	padding:15px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size:13px;
}

.back-infos-cadeau {
	margin:15px 0 25px 0;
	border:1px dashed #f74958;
	padding:15px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size:14px;
	font-family: Roboto;
}

.col-option-product {
	text-align:right !important;
}

.info-produit-details {
	margin:4px 0 0 8px;
}

.select-product {
	width:400px;
}

.div-price-product {
	padding:6px 0 0 10px;
	float:left;
	font-size:16px;
}

.div-price-project {
	float:left;
	font-size:15px;
	margin:10px 0;
	padding:10px 10px;
}


.div-price-value-product {
	float:right;
	font-size:30px;
	color:#f16459;
	font-weight:bold;
	text-align:right;
}

.div-price-value-project {
	padding:15px 10px;
	float:right;
	font-size:22px;
	color:#f16459;
	font-weight:bold;
	text-align:right;
}

.back-price-product {
	float:left;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #f16459;
	width:400px;
	padding:10px;
	margin-left: 15px;
}

.div-price-isbn-product {
	font-size:11px;
	margin-top:10px;
}

.btn-project-product {
	height:50px;
	line-height:50px;
	margin-top:30px !important;
	font-size:15px;
	font-weight:bold;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding:0 30px 0 30px;
}

.btn-default-red {
	font-size:15px;
	font-weight:bold;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 12px 33px;
	background-color: #d9534f;
    color: white !important;
}

.btn-default-red:hover { 
	color:white !important;
	background-color:#bc3f3b;
}

.btn-default-red:active { 
	color:white !important;
	background-color:#bc3f3b !important;
}

.btn-default-green {
	font-size:15px;
	font-weight:bold;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 12px 33px;
	background-color: #5cb85c;
    color: white !important;
}

.btn-default-green:hover { 
	color:white !important;
	background-color:#4cae4c !important;
}

.btn-default-green:active { 
	color:white !important;
	background-color:#4cae4c !important;
}

.btn-fichier-analyse {
	height:50px;
	line-height:50px;
	margin-top:10px !important;
	margin-bottom:20px !important;
	font-size:15px;
	font-weight:bold;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding:0px 25px 0 25px;
}

.back-price-project {
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #f16459;
	width:360px;
	margin:20px 0 15px 15px;
}

.btn-project-panier {
	text-transform:unset;
	width:100%;
	padding:12px 0;
	font-size:14px;
	max-width:508px;
}

.btn-del-copy-project {
	padding: 5px; 
	border: 1px solid #ababab; 
	border-radius: 100px; 
	width: 38px; 
	margin: 30px auto 0 auto; 
	cursor: pointer;
}

.btn-del-copy-project-text {
	margin-top: 6px; 
	color: #f16459;
	font-size:11px;
}

.btn-del-copy-project-icon {
	color: #f16459; margin-top: 3px;
}

.btn-alert-del{
	padding: 5px; 
	background-color:red;
	border-radius: 100px; 
	width: 34px; 
}

.pro-lst-item {
	font-size:13px;
	margin-top:2px;
}

.ul-alert-del-proj > li {
    display: inline-block;
}

#div-couverture-interieur a:hover  {
	text-decoration:none !important;
}

#div-couv_int_assemble a:hover  {
	text-decoration:none !important;
}

#div-interieur-seul a:hover  {
	text-decoration:none !important;
}

@media (max-width:1199px) and (min-width:992px) {
	.select-product {
		width:300px !important;
	}
	
	.btn-project-panier {
		font-size:12px !important;
	}
}

@media (max-width:991px) {
	.select-product {
		width:81% !important;
	}

	.col-option-product {
		text-align:left !important;
	}
	
	.back-infos {
		margin:15px 15px 25px 15px;
	}
	
	.back-infos-cadeau {
		margin:15px 15px 25px 15px;
	}
	
	.div-principal-title{
		margin-left:0;
	}

	.p-desc-title {
		margin:0 !important;
	}
	
	.border-right-list-projects {
		border:0px !important;
	}
}

.p-title-etapes {
	color:#838383;
	font-size:18px;
	font-weight:bold;
}

.p-title-etapes-project {
	color: #f16459;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 15px;
}

.div-etapes-line, .div-etapes-line1, .div-etapes-line-project {
	border-top:1px solid #838383;
	border-bottom:1px solid white;
	width:100%;
	height:3px;
	margin-bottom:20px;
}

.div-etapes-line1 {
	margin-top:20px;
}

.div-etapes-line-project {
	margin-bottom:10px !important;
}

.div-etapes {
	margin-top:20px;
	padding: 0;
	padding-right: 15px;
	float:left;
}

.p-item-etapes, .p-item-etapes-active  {
	color:#838383;
	font-size:17px;
	line-height:13px;
	height:13px;
}

.p-item-etapes-active {
	color:#f16459;
	font-weight:bold;
	font-size:17px;
	line-height:13px;
	height:13px;
}

.p-item-etapes-ok {
	color:green;
	font-size:17px;
	line-height:13px;
	height:13px;
}

.p-etapes-desc {
	font-size:12px;
	color:#838383;
}

.text-biographie {
	height:150px;
	padding:10px;
}

.div-foto-margin {
	margin:30px 0 0 15px;
}

.link-save-project a {
	color:#f16459;
	text-decoration:underline;
	font-size:14px;
	font-style: italic;
}

.p-item-etapes-ok  a {
	color:green;
	font-size:17px;
	line-height:13px;
	height:13px;
}

.p-item-etapes a {
	color:#838383;
	line-height:13px;
	height:13px;
	font-size:17px;
}

.hr-litle-couver {
	margin:0 25px 0 25px;
}

.radio {
	width:20px;
	height:20px;
	display:block;
}

.btn-telecharger-200 {
	text-transform:none;
	font-size:16px;
	margin:10px 0 0 0;
}

@media (max-width:600px) {
	.btn-telecharger-200 {
		text-transform:none;
		font-size:14px;
		margin-top:20px;
	}
}

.div-margin-project {
	margin-top:40px;
}

.td-project-icone {
	width:13%;line-height:25px;height:25px;
}

.td-project-desc a {
	width:82%;color:#838383;line-height:25px;height:25px;color:#838383;font-size:16px;padding-left:2px;
}

.td-project-img {
	width:5%;line-height:25px;height:25px;
}

.tr-active {
	background-color:#f16459;
	line-height:46px;
	height:46px;
}

.div-etape-row, .div-etape-desc , .div-etape-icon , .div-etape-ball, .div-etape-icon {
	margin-top:0 !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}



.div-etape-row {
	border-top:1px solid #e3e3e3;
	padding:12px 0 !important;
	float: left;
    width: 100%;
}

.div-etape-row-last {
	border-bottom:0px solid #e3e3e3;
}

.div-etape-desc {
	font-size:14px;
	color:gray;
	line-height:22px;
	float:left;
}

.div-etape-desc  a{
	font-size:14px;
	color:gray;
}

.div-etape-desc  a:hover{
	text-decoration:underline;
}

.div-etape-icon , .div-etape-desc, .div-etape-ball {
	float:left;
}

.div-etape-icon  {
	margin-left:10px;
	text-align:center;
} 

.div-etape-desc {
	width:210px;
	padding-left: 10px;
}

.div-etape-ball {
	text-align:center;
	margin-right: 10px;
	float:right;
}

.div-etape-row-active {
	background-color:#e3e3e3 !important;
	color:white !important;
	float:left;
	padding-top:12px !important;
	padding-bottom:12px !important;
	width:100%;
}

.product-couverture {
	width:283px;
	height:283px;
	border:none;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:0px;
	 -webkit-border-radius:0;
	 box-shadow: none !important;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	box-shadow:none !important;
	background-color:transparent !important;
}

.product-couverture:hover  {
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:0px;
	 -webkit-border-radius:0;
	 box-shadow: none !important;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	box-shadow:none !important;
	background-color:transparent !important;
}

.div-desc-progress-bar {
	text-align:center;
	font-size:13px;
	margin-top:-5px;
}

.dropdown-menu-items-list-custom > li {
  margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  {
	font-family : Roboto, Arial, sans-serif ;
}

.box-highlight {
	padding : 50px 20px 20px 20px ;
}

.p-desc-title {
margin : 0px 50px 0 50px ;
font-size : 14px ;
font-family : Roboto, Arial, sans-serif ;
}

.btn-project-product {
	margin-bottom : 10px;
}

.menu-top-caps {
	font-size:14px;
	font-weight:bold;
}

.font-cart-shop {
	font-size:27px !important;
	padding:15px !important;
	margin-top:5px !important;
}

.padding-icons-album {
	padding:0;
}

.footer-text-album {
	margin-top:-30px;
	position: absolute;
	font-size: 13px;
	font-style:italic;
}

@media (min-width: 1500px) {
	.slider2-top {
		padding:0 150px 0 150px;
	}
	.div-slider2-col {
		margin-top:10px !important;
	}
	.div-slider2-col4 {
		margin-top:100px !important;
	}
}



@media  (min-width: 1200px) and (max-width: 1499px) {
	.slider2-top {
		padding:0 50px 0 50px;
	}
	.div-slider2-col {
		margin-top:40px;
	}
	.div-slider2-col4 {
		margin-top:100px;
	}
}

@media  (min-width: 1350px) and (max-width: 1499px) {
	.div-slider2-col {
		margin-top:10px;
	}
	.div-slider2-col4 {
		margin-top:100px;
	}
}

@media  (min-width: 992px) and (max-width: 1199px) {
	.slider2-top {
		padding:0 20px 0 20px;
	}
	.div-slider2-col {
		margin-top:30px;
	}
	.div-slider2-col4 {
		margin-top:120px;
	}
}

@media  (max-width: 992px) {
	.row1, .row2, .row3 {
		display:none;
	}
	.img-slider2-etape {
		width:20% !important;
	}
	.img-slider2-modeles {
		width:25% !important;
	}
}

@media  (max-width: 992px) {
	.img-slider2-etape {
		width:200px !important;
	}
	.img-slider2-modeles {
		width:200px !important;
	}
	
	.padding-icons-album {
		padding-left:15px;
		padding-right:15px;
	}
	
	.footer-text-album {
		margin-top:10px;
		padding-bottom: 30px;
	}
}

.btn-ajouterpanier {
	width:360px;
}

.p-sub-title-accueil {
	margin-left:35px;
	font-size:14px;
}

.p-sub-title-accueil a {
	color:#f16459;
}

.font-author-home {
	font-size:13px;
	color:gray;
}

.font-price-home {
	color:#f16459;
	font-size:19px;
	font-weight:bold;
}

.font-article-accueil {
	font-weight:normal;
	font-style: italic;
	font-size:13px;
	color:gray;
}

.font-tags {
	padding:4px 10px 4px 10px;
	background-color:gray;
	color:white;
	font-size:15px;
	float:left;
	margin:10px 5px 0 0;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.col-menu-librarie {
	padding-right:60px !important;
}

.col-librarie-page {
	margin-left:-50px !important;
}

.div-info-isbn {
	float:left;
	margin:5px 0 0 10px;
	width:250px;
}

#btn-faq-recherche {
	border-radius:0;
	height: 39px;
	float: left;
	margin-top:-6px;
}


@media  (max-width: 992px) {
	.col-menu-librarie {
		padding-right:15px !important;
	}
	
	.col-librarie-page {
		margin-left:-10px !important;
	}
	
	.logo-footer-img {
		text-align:center;
	}
	
	
}

@media  (max-width: 490px) {
	.back-price-product {
		width:100%;
		margin-left:0;
	}
	
	.div-price-isbn-product { 
		width:90%;
	}
	
	.div-price-product {
		padding-left:0px;
		font-size:15px;
		text-align:center;
		width:100%;
	}
	
	.div-price-value-product {
		text-align:center;
		width:100%;
		font-size:18px;
		font-weight:bold;
	}
	

	.div-principal-title{
		font-size:25px;
	}
	
	.file-photo-upload {
		font-size:10px;
	}
	
	.font-sub-title-monlivre {
		font-size:12px !important;
	}
	
	.product-page-option-title-product-in {
		margin-bottom:30px !important;
	}
	
	.div-info-isbn {
		font-size:12px !important;
		padding-right:14px;
		width:auto;
		line-height:25px;
		height:25px;
	}
	
	.p-desc-title {
		margin:20px 0 0 0;
		font-size:13px;
	}
	
	.btn-ajouterpanier {
		width:260px !important;
	}
	
	.back-price-project {
		width:100%;
		margin:20px 0 30px 0;
		height: 70px;
		line-height: 50px;
	}
	
	.div-price-value-project {
		padding-right:15px !important;
	}
	
	.div-price-project {
		padding-left:15px !important;
		padding-top:10px !important;
	}
	
	.text-search-projects {
		margin:10px 0 0 0 !important;
	}
	
	#btn-faq-recherche {
		margin-top:10px;
	}
}

.back-pub-product {
	min-height:347px;
}

.product-title-cond {
	color:#f16459;
	text-align:center;
	margin:10px 0 20px 0;
}

.product-detail {
	color:black;
	font-size:12px;
	padding:5px 10px 0 10px;
}

.product-catalogue {
	margin-bottom:40px;
}


@media  (min-width: 992px) and (max-width: 1199px) {
	
	.product-catalogue {
		margin-bottom:10px;
	}
	
	.product-img-wrap {
		max-width:200px;
		max-height:200px;
	}
	
	.product-page-option-title-product {
		font-size:14px;
		line-height:auto;
	}
}

@media  (max-width: 992px) {
	.div-principal-title-catalogue {
		text-align:center;
	}
	
	.product-img-wrap {
		max-width:250px;
		max-height:250px;
		text-align:center !important;
	}
	
	.product-catalogue {
		margin-bottom:-5px;
		left:33%;
		max-width:250px;
		max-height:250px;
	}
}

@media  (max-width: 620px) {
	.product-catalogue {
		left:10%;
		max-width:200px;
		max-height:200px;
	}
}

.select-multiple * {
	border:0 !important;
	line-height: 25px;
}

.select-multiple {
	-webkit-border-radius:2%;
	border-radius:2%;
	border:1px solid #b3b3b3 !important;
}

.table-shopping-cart-img img {
  width: 150px !important;
}

.div-img-popup-cover {
	padding:0 10px 0 0px;
	margin-left:-20px;
}

.div-title-cover-popup {
	color:#f16459;
	font-weight:bold;
	font-size:20px;
}

.font-size-desc-popup-cover {
	font-size:14px;
}

#cover-modal {
	max-width:750px;
	height:440px;
}

.div-prix-panier {
	border:1px solid #f16459;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color:white;
	float:left;
	width:100%;
}

.prix-desc-panier {
	
}

.img-qui-sommes-nous {
	float:right;
	position:absolute;
	text-align:right;
	width:100%;
}

.col-menu-pad {
	padding:25px !important;
	margin:0 !important;	
}

.col-menu-no-pad {
	padding:0 !important;
	margin:0 !important;
}

.font-livre-auteur {
	font-size:20px;
}

.link-video-help {
	color:black !important;
}

.link-video-help  a *{
	color:black !important;
}

.link-video-help  a:hover *{
	color:black !important;
	text-decoration:underline;
}

.mon-compte-title {
	color:#b7d433;
	font-size:20px;
	font-weight:bold;
}

.mon-compte-link {
	color:black !important;
	text-decoration:none !important;
}

.mon-compte-link  a * {
	text-decoration:none !important;
}

.mon-compte-link  a:hover * {
	text-decoration:none !important;
}

.browser-font-size {
	font-size:14px !important;
}

.browser-icon {
	font-size:35px !important;
	color:black !important;
}

.browser-font-line {
	line-height:30px !important;
	height:30px !important;
}

.justify-cgv  p * {
	text-align:justify !important;
}

.select-trier  {
	padding:9px !important;
	height:42px;
}

.div-logo-home-face {
	float:left;
	margin:25px 0 0 0px;
	right:0;
}

.div-logo-home-trust {
	float:left;
	margin:15px 0 0 0px;
	right:0;
}

.img-logo-home-face {
	float:left;
}

.btn-facebook-home {
	margin:0 0 0 0;
}

.div-commuiquer-pub-title {
	color: #d9534f;
	font-size:30px;
}

@media  (max-width: 768px) {
	.div-logo-home-trust {
		margin:0 0 20px 25px !important;
		position:absolute;
		width:100%;
		text-align:center;
	}

	.img-logo-home-face {
		float:none;
	}
	
	.img-center-pc {
		text-align:center;
		padding-left:50px;
		padding-right:50px;
	}
	
	.img-je-publie-pc {
		width:80%;
		position:unset !important;
	}
	
	.div-je-publie-frase1, .div-je-publie-frase2, .div-je-publie-frase3 {
		text-shadow: 0.1em 0.1em #333;
	}
	
	.div-je-publie-button-pub {
		margin:0 auto 0 auto;
	}
	
	.div-cover-head-title-2 {
		font-size:15px;
	}
	
	.back-home-footer {
		min-height:auto;
		background-image:none;
	}
}

@media  (min-width: 769px) and (max-width: 992px) {
	.div-logo-home-trust {
		margin:-5px 0 20px 0 !important;
		position:absolute;
		width:100%;
		text-align:center;
	}

	.img-logo-home-face {
		float:none;
	}
	
	.img-center-pc {
		text-align:center;
	}
	
	.img-je-publie-pc {
		width:80%;
		position:unset !important;
	}
	
	.div-je-publie-frase1, .div-je-publie-frase2, .div-je-publie-frase3 {
		text-shadow: 0.1em 0.1em #333;
	}
	
	.div-je-publie-button-pub {
		margin:0 auto 0 auto;
	}
	
	.slider1-title, .slider1-title-je-publie-margin, .slider1-title-avantages-margin {
		margin:0 auto 0 auto !important;
		text-align:center !important;
		min-width:100% !important;
		width:100% !important;
	}
	
	.slider1-title-avantages-margin {
		position:static !important;
	}
}

@media  (min-width: 993px) and (max-width: 1199px) {
	
	.div-logo-home-trust {
		margin:38px 0 20px 0 !important;
		position:absolute;
		width:100%;
		text-align:center;
	}
	
	.img-logo-home-face {
		float:none;
	}
	
	.img-je-publie-pc {
		margin:100px;
		width:700px;
	}
	
	.home-back-item-resp-red {
		height:120px !important;
	}
}

.slider1-title, .slider1-title-je-publie-margin, .slider1-title-avantages-margin {
	color:#d9534f;
	text-transform:uppercase;
	font-size:50px;
	text-align:left;
	font-weight:bold;
	line-height:40px;
	min-width:300px;
	margin:0 0 0 100px;
}

.slider1-title-avantages-margin {
	position:static;
	line-height:40px;
}

.slider1-title2 {
	font-size:40px;
	min-width:500px;
}

.slider1-title span {
	color:#333;
	font-size:30px;
}

.slider1-title-avantages-margin span, .slider1-title-je-publie-margin span {
	color:#333;
	font-size:26px;
	line-height:25px;
}


.slider1-button {
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	margin:35px 0 0 100px !important;
	width:170px;
}

.slider1-button2 {
	width:210px;
	text-align:center;
}

.slider1-button a {
	color:white;
}

.button-color, .button-color-green {
	background-color:#d9534f;
	color:white;
	padding:12px 33px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	margin:0px auto 0 auto !important;
}

.button-color-green {
	background-color:#5cb85c;
	padding:15px 36px;
	font-size:15px;
}

.button-color a {
	color:white !important;
}

.button-color:hover {
	color:white !important;
}

.button-color-green:hover {
	color:white !important;
}

.owl-carousel .owl-item .slider-item-img-left, .owl-carousel .owl-item .slider-item-img-right, .owl-carousel .owl-item .slider-item-img {
	width:50.6% !important;
}

.slider1-phrase-je-publie, .slider1-phrase, .slider1-phrase-biblio {
	font-family:ShadowsIntoLight;
	color:#333;
	font-size:22px;
	width:500px;
	margin:40px 0 0 100px !important;
	text-align:left;
}

.slider1-phrase-biblio {
	margin:40px 0 0 30px !important;
	font-size:18px;
}

.slider1-title-biblio-margin {
	margin-left:30px !important;
}

.slider1-phrase-photo-voltaire, .slider1-phrase-photo {
	float:left;
	margin:5px 0 0 15px;
	font-size: 13px ;
	font-family: Roboto, Arial, sans-serif ;
	color:#d9534f;
	line-height:45px;
}

.slider1-photo-margin-voltaire, .slider1-photo-margin {
	float:left;
	margin-left:10px;
	font-weight:bold;
}

.slider-phrase-espace {
	float:left;
	width:320px;
	
}

.slider-phrase-espace-je-publie {
	float:left;
	width:200px;
}

.slider-phrase-espace-biblio {
	width:noset;
	float:left
}

.img-slider2-margin {
	margin-top:42px;
}

.slider1-title-je-publie-margin, .slider1-title-avantages-margin {
	margin-top:70px;
}

.slider1-title-avantages-margin {
	position:absolute;
	margin-left:-200px;
	margin-top:50px !important;
}

.img-voltaire {
	width:40px;
	float:left;
	margin-top:3px;
}

.img-je-publie-center {
	width:85%;
}

.img-avantages-center {
	margin-top:50px;
	width:100%;
}

.je-publie-title {
	font-size:23px;
	color: #d9534f;
	font-weight:bold;
}

.img-je-publie-pc {
	position:absolute;
	margin-left:-50px;
}

.div-je-publie-frase1 {
	color:white;
	font-size:25px;
	margin-top:100px;
}

.div-je-publie-frase2 {
	color:white;
	font-size:15px;
	margin-top:40px;
}

.div-je-publie-frase3 {
	color:white;
	font-size:17px;
	margin-top:40px;
}

.div-je-publie-button {
	background-color:#d9534f;
	color:white;
	padding:14px 45px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	margin-top:100px;
}

.div-je-publie-button:hover {
	color:white;
}

.div-je-publie-button-pub {
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
}

.div-je-publie-button-pub a {
	color:white;
}

.div-je-publie-button-pub a:hover {
	color:white;
}

.img-je-publie-big {
	background-repeat:no-repeat;
	background-position:center top;
}

.img-couverture-center {
	margin-top:-100px;
}

.img-avantages-france {
	float:left;
	margin-left:35px;
}

.div-panier-code-title {
	margin:30px 0 0 0px;
	font-size:18px;
	color: #f16459;
    font-weight: bold;
}

.div-panier-code-desc {
	margin:2px 0 10px 0px;
	font-size:13px;
}

.div-panier-code-box {
	margin:10px 0 0 20px;	
}

.txt-panier-code {
	border:1px solid #d9d9d9;
	width:180px;
	font-size:14px;
	padding:6px;
	height:37px;
}

.btn-panier-code {
	background-color:#f16459;
	border:1px solid #f16459;
	color:white;
	font-size:14px;
	border-radius:8px;
	margin-left:4px;
	padding:0 10px;
	height:37px;
}

.btn-panier-code:hover {
	background-color:#e34236;
}

.div-panier-code-desc-litle {
	font-size:11px;
	color:#b7b6b6;
	margin:2px 0 0 0;
}

.panier-lk-sup-code-promo {
	color:#b7b6b6;
	font-size:12px;
	cursor:pointer;
}

#div-code-retour-valide {
	margin-top:2px;
	color:#009100;
}

#div-code-retour-pas-valide {
	margin-top:2px;
	color:red;
}

@media (max-width: 351px) {
	.slider1-phrase-photo {
		float:none;
		text-align:center;
	}
	
	.slider1-title {
		margin:10px 0 0 0 !important;
	}
	
	.div-je-publie-frase1 {
		margin-top:15px;
	}
}

@media  (max-width: 600px) {
	.slider1-title {
		font-size:23px;
		text-align:center;
		line-height:20px;
		margin:-10px 0 0 0;
		min-width:auto;
	}

	.slider1-title span {
		font-size:13px;
	}

	.slider1-button {
		font-size:10px;
		margin:10px auto 0 auto !important;
		text-align:center;
	}
	
	.slider1-phrase {
		font-size:17px;
		margin:10px auto 0 auto !important;
	}
	
	.slider-phrase-espace {
		margin-bottom:10px;
		float:none;
		width:100%;
	}
	
	.slider1-phrase-photo {
		float:none;
		text-align:center;
		margin-left:140px;
	}
	
	.img-couverture-center {
		width:100%;
	}
	
	.owl-carousel .owl-item .slider-item-img-left, .owl-carousel .owl-item .slider-item-img-right, .owl-carousel .owl-item .slider-item-img {
		width:93% !important;
	}
	
	.slider-item-img-left {
		left:0 !important;
		right:0 !important;
		margin:0 auto 0 auto !important;
	}
	
	.slider1-phrase-je-publie, .slider1-phrase, .slider1-phrase-biblio {
		width:100%;
		text-align: center;
	}
		
}

@media  (max-width: 767px) {
	.slider1-title-je-publie-margin {
		font-size:23px;
		text-align:center;
		line-height:20px;
		margin:15px 0 0 0;
		min-width:auto;
	}
	
	.slider-phrase-espace-je-publie, .slider-phrase-espace-biblio {
		margin-bottom:20px;
		float:none;
		width:100%;
		text-align:center;
	}
	
	.slider-phrase-espace-biblio {
		font-size:14px;
	}
	
	.slider1-title-avantages-margin {
		line-height:40px;
		margin-bottom:20px;
		float:none;
		width:100%;
		text-align:center;
		margin-top:0;
		margin-left:0;
		font-size:23px;
		position:static;
	}
	
	.slider1-phrase-je-publie {
		width:100%;
		text-align:center;
		margin:10px 0 0 0 !important;
		font-size:15px;
	}
	
	.slider1-phrase-biblio {
		width:100%;
		text-align:center;
		margin:20px 0 0 0 !important;
		font-size:16px;
	}
	
	.slider1-photo-margin-voltaire {
		float:none;
		width:100%;
		margin:0 0 0 0 !important;
	}
	
	.img-voltaire {
		float:none;
	}
	
	.slider1-phrase-photo-voltaire {
		float:none;
		text-align:center;
		margin-top:-10px;
	}
	
	.img-je-publie-center {
		width:55%;
	}
	
	.img-avantages-france {
		text-align:center;
		width:100%;
		margin:0 !important;
	}
}

@media  (min-width: 601px) and (max-width: 1024px) {
	
	.slider1-title {
		margin:-30px 0 0 30px;
		font-size:30px;
	}
	
	.slider1-title span {
		font-size:20px;
	}
	
	.slider1-button {
		margin:35px 0 0 30px !important;
	}
	
	.slider1-phrase {
		font-size:17px;
		margin:40px 0 0 30px !important;
	}
	
	.slider-phrase-espace {
		margin-bottom:20px;
		float:none;
	}
	
	.img-couverture-center {
		width:100%;
	}
}

@media (max-width: 1024px) {
	.img-slider2-margin {
		margin-top:70px;
	}
}

.img-back-je-publie-mon-livre {
	background-repeat:no-repeat;
	background-position:top center;
}

.back-img-avantages {
	background-position:top center;
}

.back-conseils-header {
	background-position:bottom center;
}

.img-back-conseils {
	background-position:center;
	height:350px;
}

.img-back-conseils1 {
	background-position:center;
	height:400px;
}

.lkb-right:hover {
    color: #d9534f;
}

.dropdown-menu-products {
	width:880px;
	margin-left: 306px;
}

@media (max-width: 1200px) {
	
	.dropdown-menu-products {
		margin-left: 107px;
	}
}

@media (min-width:992px) and (max-width: 1200px){

	.dropdown-menu-products {
		margin-left: 106px;
	}
	
	.img-logo-site {
		padding:5px;
	}
}

@media (max-width: 992px) {
	
	.dropdown-menu-products {
		margin-left: 0;
		width:350px;
	}
	
	.img-back-je-publie-mon-livre, .back-conseils-header {
		background-image: none;
	}
	
	.slider1-title-biblio-margin {
		margin-left:0 !important;
	}
	
	.navbar-nav {
		margin:0 !important;
	}
	
}

@media (min-width:776px) and (max-width: 991px){
	
	.img-logo-site {
		margin:15px !important;
	}
	
	#main-nav-collapse {
		margin-top:25px;
	}
}

.menu-active {
	border-bottom:3px solid #b7d433;
	width:100%;
	padding-bottom:4px;
}

.header-bibliotheque {
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	height:150px;
	color:white;
	padding-top:56px;
	font-size:40px;
	text-shadow: 4px 4px 8px rgba(0,0,0,.8);
}

.div-nr-cart {
	position: absolute;
    font-size: 13px;
    font-family: Roboto,Arial,sans-serif;
    padding: 3px 0 0 0;
    border-radius: 50px;
    background-color: #fff;
    color: #262626;
    font-weight: bold;
    height: 22px;
    line-height: 12px;
    text-align: center;
    width: 22px;
    margin: -38px 0 0 5px;
    border: 2px solid #262626;
}

.font-cart-shop:hover > .div-nr-cart {
    background-color: #262626;
    color: #fff;
    border: 2px solid #fff;
}

.div-btn-page-404 {
	width:257px;
	height:58px;
	margin:0 auto 0 auto;
	font-family: Arial;
	font-size:15px;
	margin-top:32px;
	text-align:center;
	text-transform:uppercase;
	color:white;
	background-color:#5cb95c;
	font-weight:bold;
	padding-top:8px;
}

.link-page-404:hover {
	text-decoration:none !important;
}

.page-404-border {
	border-radius: 20px;
	background-color: #ffffff;
	border: solid 1px #b7d433;
	padding:50px;
	font-family: Arial;
	font-size: 16px;
	margin-top:32px;
}

#canvas_1 {
    cursor: move; /* fallback: no `url()` support or images disabled */
    cursor: url(images/grab.cur); /* fallback: Internet Explorer */
    cursor: -webkit-grab; /* Chrome 1-21, Safari 4+ */
    cursor: -moz-grab; /* Firefox 1.5-26 */
    cursor: grab; /* W3C standards syntax, should come least */
}
#canvas_1:active {
    cursor: url(images/grabbing.cur);
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.ul-reliure-devis {
	list-style-type:none;
    margin:0;
    padding:0;
	width:480px;
	float:left;
	margin-left:60px;
}

.ul-reliure-devis li {
    display: inline-block;
	text-align:center;
	vertical-align:top;
 }
 
 .li-reliure-devis {
	font-family: Roboto;
	font-size: 11px;
	color: #787878;
	width:24%;
 }

 .img-reliure-devis {
	border-radius: 7px;
	border: solid 1px #cccccc;
	text-align:center;
	margin-top:0px;
	width:90px;
}

 .img-reliure-devis:hover {
	border-radius: 7px;
	border: solid 3px #f16459;
	margin-top:0px !important;
	cursor:pointer;
}

 .img-reliure-devis-sans-lien {
	border-radius: 7px;
	border: solid 1px #cccccc;
	text-align:center;
	margin-top:0px;
	width:90px;
	opacity:0.5;
}

.div-text-reliure-devis {
	margin-top:7px;
}

.img-reliure-devis-selected {
	text-align:center;
	margin-top:0px;
	width:90px;
	border-radius: 7px;
	border: solid 3px #f16459;
}

.ul-papier-devis {
	list-style-type:none;
    margin:0;
    padding:0;
	width:480px;
	float:left;
	margin-left:60px;
}

.ul-papier-devis li {
    display: inline-block;
	text-align:center;
 }
 
 .li-papier-devis {
	font-family: Roboto;
	font-size: 11px;
	color: #787878;
	width:19%;
	vertical-align:top;
 }
 
 .li-livraison-devis {
	 width:24%;
 }

 .img-papier-devis {
	 border-radius: 7px;
	border: solid 3px white;
	text-align:center;
	margin-top:0px;
	width:80px;
}

 .img-papier-devis:hover {
	border-radius: 7px;
	border: solid 3px #f16459 !important;
	margin-top:0px !important;
	cursor:pointer;
}

.img-livraison-devis {
	border-radius: 7px;
	border: solid 3px white;
	text-align:center;
	margin-top:0px;
	width:100px;
}

 .img-livraison-devis:hover {
	border-radius: 7px;
	border: solid 3px #f16459;
	margin-top:0px !important;
	cursor:pointer;
}

.div-text-papier-devis {
	margin-top:7px;
}

.img-papier-devis-selected {
	text-align:center;
	margin-top:0px;
	width:80px;
	border-radius: 7px;
	border: solid 3px #f16459 !important;
}

.img-livraison-devis-selected {
	text-align:center;
	margin-top:0px;
	width:100px;
	border-radius: 7px;
	border: solid 3px #f16459;
}

.ul-format-devis {
	list-style-type:none;
    margin:0;
    padding:0;
	float:left;
}

.div-format-devis {
	float:left;
	width:470px;
	margin:20px 0 20px 70px;
}

.ul-format-devis li {
    display: inline-block;
	text-align:center;
 }
 
 .li-format-devis {
	font-family: Roboto;
	font-size: 11px;
	color: #787878;
	padding-right: 10px;
 }
 
.li-format-devis:hover {
	margin-right: 0;
 }
 
 .img-format-devis-sans-lien {
	border-radius: 7px;
	border: solid 1px #cccccc;
	text-align:center;
	margin:4px 2px 0 2px;
	opacity:0.5;
}

.img-format-devis {
	border-radius: 7px;
	border: solid 1px #cccccc;
	text-align:center;
	margin:4px 2px 0 2px;
}

.img-format-devis:hover {
	border-radius: 7px;
	border: solid 3px #f16459;
	margin:0px 0px 0px 0px !important;
	cursor:pointer;
}

.img-format-devis-selected {
	text-align:center;
	border-radius: 7px;
	border: solid 3px #f16459;
	margin:0px 0px 0px 0px !important;
}

.div-text-format-devis {
	margin-top:7px;
	top:120px;
}


.ul-couverture-devis {
	list-style-type:none;
    margin:0;
    padding:0;
	width:480px;
	float:left;
	margin-left:60px;
}

.ul-couverture-devis li {
    display: inline-block;
	text-align:center;
 }
 
 .li-couverture-devis {
	font-family: Roboto;
	font-size: 11px;
	color: #787878;
	width:32%;
	vertical-align:top;
 }

 .img-couverture-devis {
	border-radius: 7px;
	border: solid 3px white;
	text-align:center;
	margin-top:0px;
	width:128px;
}

 .img-couverture-devis:hover {
	border-radius: 7px;
	border: solid 3px #f16459;
	margin-top:0px !important;
	cursor:pointer;
}

.div-text-couverture-devis {
	margin-top:7px;
}

.img-couverture-devis-selected {
	text-align:center;
	margin-top:0px;
	width:128px;
	border-radius: 7px;
	border: solid 3px #f16459;
}


.div-line-devis {
	height: 1px;
	background-color: #cccccc;
	max-width:455px;
	margin-top:15px;
	float:left;
	width:100%;
}

.div-devis-format-description {
	color: #787878;
	font-family: Roboto;
	font-size: 11px;
	width:100%;
	float:left;
	margin-top:20px;
}

.div-devis-format-description div {
	font-weight:bold;
}

.div-devis-format-description div:hover {
	cursor:pointer;
	text-decoration:underline;
}

.margin-reliure-devis {
	margin-top:25px;
}

.margin-format-devis {
	margin-top:60px;
}

.info-reliure {
	margin:30px 0 0 0;
}

.info-format {
	margin:70px 0 0 0;
}


@media (max-width: 1200px) {

	.info-reliure {
		margin:35px 0 0 0;
	}

	.info-format {
		margin:50px 0 0 0;
	}
	
	.margin-reliure-devis {
		margin-top:0;
	}

	.margin-format-devis {
		margin-top:0;
	}
	
	.ul-reliure-devis {
		width:86%;
		margin-left:0px;
	}

	.ul-reliure-devis li {
		margin:0 8px 15px 0;
	 }
	 
	 .li-reliure-devis {
		width:auto;
	 }
	 
	 .ul-papier-devis {
		width:86%;
		margin-left:0px;
	}

	.ul-papier-devis li {
		margin:0 8px 15px 0;
	 }
	 
	 .li-papier-devis {
		width:auto;
	 }
	 
	 .div-format-devis {
		width:86%;
		margin-left:0px;
	}

	.ul-format-devis li {
		margin:0 0px 15px 0;
	 }
	 
	 .li-format-devis {
		padding-right: 0px;
		width:auto;
	 }
	 
	.ul-couverture-devis {
		width:86%;
		margin-left:0px;
	}

	.ul-couverture-devis li {
		margin:0 8px 15px 0;
	 }
	 
	 .li-couverture-devis {
		width:auto;
	 }
}

.product-caption p {
	font-size:14px;
}

.review-item-back {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	padding:50px;
}

.div-user-avis {
	font-weight: bold;
	font-size: 16px;
	padding-top:10px;
	font-family: Roboto;
	color: #2b2b2b;
}

.div-user-avis span {
	font-weight: normal;
	color: #656563;
}

.div-description-avis {
	font-family: Roboto;
	font-size: 15px;
	font-weight: normal;
	color: #2b2b2b;
}

.div-title-avis {
	color: #2b2b2b;
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	margin:20px 0 20px 0;
}

.div-response-avis {
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	color: #b1b1b1;
	margin-left:40px;
}

.div-response-avis span {
	font-weight: normal;
	font-size: 15px;
}

.div-line-response-avis {
	border-left:6px solid #ebebeb;
}

.div-description-response {
	font-family: Roboto;
	font-size: 15px;
	color: #b1b1b1;
	margin:30px 0 0 40px;
}

.div-avis-clients {
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #f16459;
	text-align:center;
	text-transform:uppercase;
	line-height:95px;
}

.div-avis-score {
	color: #fac917;
	font-family: Roboto;
	font-size: 65px;
	font-weight: bold;
}

.div-avis-score span {
	font-size: 55px;
	font-weight: normal;
}

.div-avis-total {
	font-family: Roboto;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	margin:-14px 0 0 70px;
}

.div-title-avis-header {
	font-family: Roboto;
	font-size: 16px;
	color: #4a4a4a;
	text-align:center;
	font-weight: bold;
	padding-top:30px;
}

.div-product-avis-title {
	color: #323232;
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
}

.div-product-avis-title span {
	font-weight: normal;
	font-size: 16px;
}

.link-product-avis-title a {
	color: #323232;
	font-family: Roboto;
	font-size: 16px;
	font-weight: bold;
	margin-top:-20px;
}

.header-avis {
	height:112px;
	line-height:112px;
	text-align:center;
	background-color:#262626;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
}

.avis-title {
	font-family: Roboto;
	font-size: 30px;
	font-weight: bold;
	color: #f16459;
}

.avis-subtitle {
	font-family: Roboto;
	font-size: 20px;
	color: #262626;
	margin-top:20px;
}

.avis-question {
	font-family: Roboto;
	font-size: 20px;
	color: #f16459;
	width:100%;
}

.avis-textarea textarea {
	width:100%;
	height: 170px;
	border-radius: 3px;
	box-shadow: inset 0px 2px 7px 0 rgba(0, 0, 0, 0.13);
	background-color: #ffffff;
	border: solid 1px #bdbcbc;
	margin-top:10px;
	font-family: Roboto;
	font-size: 16px;
	padding:20px;
}

.avis-left-char {
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #f16459;
	margin-top:10px;
	text-align:right;
}

.avis-question-line {
	width:100%;
	float:left;
	margin-top:10px;
}

.avis-question-img {
	width:100%;
	float:left;
	margin-top:28px;
}

.avis-question-img-item {
	margin:0 30px 30px 0;
	float:left;
	text-align:center;
	font-family: Roboto;
	font-size: 16px;
	color: #262626;
}

.avis-question-img-item img {
	width: 130px;
	height: 100px;
	margin-bottom:10px;
	border-radius: 3px !important;
}

.avis-question-item {
	float:left;
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	color: #262626;
	line-height:30px;	
	width:170px;
	margin-right:30px;
}

.avis-question-stars {
	float:left;
	line-height:30px;
}

.avis-question-stars img {
	margin-right:3px;
	width: 28px;
	height: 28px;
}

.avis-inputtext {
	float:left;
	width:100%;
}

.avis-inputtext input {
	float:left;
	width:100%;
	border-radius: 3px;
	box-shadow: inset 0px 2px 7px 0 rgba(0, 0, 0, 0.13);
	background-color: #ffffff;
	border: solid 1px #bdbcbc;
	margin:15px 0 20px 0;
	padding:10px 18px;
}

.avis-autre-label {
	font-family: Roboto;
	font-size: 16px;
	color: #262626;
	float:left;
	width:120px;
	margin-top:10px;
}

.avis-autre-input {
	float:left;
}

.avis-autre-input input {
	float:left;
	width:350px;
	border-radius: 3px;
	box-shadow: inset 0px 2px 7px 0 rgba(0, 0, 0, 0.13);
	background-color: #ffffff;
	border: solid 1px #bdbcbc;
	margin:0 0 0 0;
	padding:10px 18px;
}

.avis-button button {
	width: 247px;
	height: 58px;
	line-height:58px;
	border-radius: 3px;
	background-color: #5cb85c;
	text-align:center;
	color:white;
	border:0px;
	font-family: Roboto;
	font-size: 16px;
	text-transform:uppercase;
}

.avis-button button:hover {
	background-color:#8ccc8c;
}

.avis-question-img-item:hover {
	color:#f16459;
}

.avis-question-img-item:hover img {
	border:5px solid #f16459;
	border-radius: 3px;
	cursor:pointer;
}

.avis-question-img-item-active {
	color:#f16459 !important;
}

.avis-question-img-item-active img {
	border:5px solid #f16459 !important;
	border-radius: 3px !important;
	cursor:pointer !important;
}

textarea::-webkit-input-placeholder {
	color: #bebebe;
}

textarea:-moz-placeholder { /* Firefox 18- */
	color: #bebebe;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #bebebe;  
}

textarea:-ms-input-placeholder {
	color: #bebebe;  
}


input::-webkit-input-placeholder {
	color: #bebebe;
}

input:-moz-placeholder { /* Firefox 18- */
	color: #bebebe;  
}

input::-moz-placeholder {  /* Firefox 19+ */
	color: #bebebe;  
}

input:-ms-input-placeholder {
	color: #bebebe;  
}

@media (max-width: 990px) {
	.div-line-response-avis {
		border-left:0;
	}
	
	.div-response-avis {
		margin:15px 0 0 0;
	}
	
	.div-description-response {
		margin:15px 0 0 0;
	}
}


@media (max-width: 374px) {
	.avis-question-img-item {
		margin:0 10px 30px 0;
	}
	
	.avis-autre-input input {
		width:100%;
	}

}

.btn-fac-color {
	background-color: #3b5999;
	border-color: #3b5999;
	color:white;
}

.btn-fac-color:hover {
	background-color: #394869;
	color:white !important;
}


.txt-titre {
	width: 100%;
    max-width: 450px;
	margin-top:10px;
}

.fichier-question {
	font-family: Roboto;
	font-size: 16px;
	font-weight: bold;
	color: #f16459;
}

.div-radio-question {
	font-family: Roboto;
	font-size: 16px;
	color: #262626;
	float:left;
	margin:5px 40px 0 0;
	cursor:pointer;
}

.div-btn-continuer {
	margin-top:15px;
	width:100%;
	float:left;
}

.btn-continuer {
	border-radius: 5px;
	background-color: #b8b8b8;
	color:white;
	border:0;
	padding:10px 20px;
	text-transform:uppercase;
	font-family: Roboto;
	font-size: 13px;
	font-weight: bold;
}

.btn-continuer-vert {
	background-color: #5cb85c;
}

.btn-continuer-vert:hover {
	background-color:#4cae4c
}

.div-infos-question {
	font-family: Roboto;
	font-size: 14px;
	color: #262626;
	margin-bottom:5px;
}

.div-infos-question span {
	font-weight: bold;
	font-family: Roboto;
}

.div-infos-question a {
	font-size: 12px;
	color: #f16459;
	text-decoration:underline;
	font-family: Roboto;
	cursor:pointer;
}

.div-infos-question a:hover {
	color: #4cae4c;
}

.div-msg-user-tranche {
	font-family: Roboto;
	font-size: 14px;
	color: #3d3d3d;
	margin-bottom:30px;
}

.div-msg-user-tranche span {
	font-weight:bold;
	color: #f16459;
}

.div-etape-3-button {
	margin-bottom:15px;
}

.div-etape-3-button button {
	border-radius: 5px;
	background-color: #5cb85c;
	color:white;
	border:0;
	padding:10px 20px;
	text-transform:uppercase;
	font-family: Roboto;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:10px;
}

#file1, #file2, #file3, #file4 {
	display:none;
}

.file1 {
	
}

input[type="radio"] {
    height: 15px;
    width: 15px;
    cursor: pointer;
    margin: 7px!important;
}


#cookieChoiceInfo {
	height:auto !important;
	padding: 15px 4px !important;
	font-size:13px !important;
}

.div-politique span {
	margin-bottom:50px;
	font-size:20px;
	font-weight:bold;
}

.div-politique div {
	margin:20px 0 10px 0;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
}

.div-politique p {
	margin-bottom:10px;
	font-size:14px;
}

.div-info-2files {
	margin: 30px 0 0 0;
    border: 2px solid #f0c11d;
    background-color: #fdfbdf;
    padding: 20px 30px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 14px;
}

.div-info-2files span {
	color: #f16459;
	font-weight:bold;
}

.div-files-tt {
	font-family: Roboto;
    font-size: 13px;
    margin-top: 20px;
    border-radius: 7px;
    border: 2px solid #d2bfff;
    width: 100%;
    background-color: #f1ebff;
    padding: 15px 25px 20px 25px;
}

.div-files-tt span {
	margin-bottom:15px;
	font-size:20px;
	font-weight:bold;
}

.div-files-tt div {
	margin-top:10px;
}

.div-files-tt i {
	font-size: 18px;
    float: right;
    margin: -26px -36px 0 0;
    color: #fff;
    background-color: #000;
    padding: 2px 4px;
    border-radius: 40px;
    cursor: pointer;
}

.div-files-tt i:hover { 
	background-color: #737373 !important;
}

.btn-close-tt {
	border: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
    background-color: #a985fd !important;
    border-radius: 30px !important;
    text-transform: unset !important;
	margin: 6px 0 0 0 !important;
}

.btn-close-tt:hover {
	background-color: #8e71d3 !important;
	text-decoration:none;
}

.landing-header {
	height:775px;
	background-position:center;
}

.landing-header div h1 {
	margin-top:220px;
	font-family: Roboto;
	font-size: 40px;
	font-weight: bold;
	color: #d9534f;
}

.landing-header div span {
	font-family: Roboto;
	font-size:24px;
	color: #d9534f;
	margin-top:30px;
}

.btn-landing-action {
	margin-top:30px;
	background-color: #5cb85c;
	color:white;
	text-align:center;
	font-family: Roboto;
	font-size: 20px;
	font-weight: bold;
	border:0px;
	padding:22px 29px 20px 28px;
	display:block;
}

.landing-header div p {
	margin-top:17px;
	font-family: Roboto;
	font-size: 14px;
	color: #d9534f;
}

.landing-title-icons {
	font-family: Roboto;
	font-size: 23px;
	font-weight: bold;
	color: #d9534f;
	margin-top:40px;
}

.landing-icons {
	font-family: Roboto;
	font-size: 16px;
	color: #323232;
	margin-bottom:30px;
}

.landing-icons h3 {
	font-weight: bold;
	color: #d9534f;
	font-size: 16px;
}

.landing-icons img {
	margin:50px 0 20px 0;
}

.landing-title-avis {
	font-family: Roboto;
	font-size: 23px;
	font-weight: bold;
	color: #333333;
	padding:60px 0 50px 0;
}

.landing-box-avis {
	width: 540px;
	height: 380px;
	background-color:white;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	margin:0 auto 0 auto;
}

.landing-box-avis-picture {
	float:left;
	width:69px;
	height:69px;
	background-position:center;
	margin:40px 0 0 60px;
}

.landing-box-avis-author {
	float:left;
	width: 300px;
    margin: 40px 0 0 20px;
	font-size: 13px;
	font-weight: 900;
	color: #a1a1a1;
}

.landing-box-avis-author a {
	color:#656563;
	text-decoration:underline;
}

.landing-box-avis-author a:hover {
	color:#656563;
	text-decoration:underline;
}

.landing-box-avis-author span {
	font-family: Roboto;
	font-size: 15px;
	font-weight: bold;
	color: #2b2b2b;
}

.landing-box-avis-author div {
	color: #656563;
	font-size: 15px;
	font-weight:normal;
}

.landing-box-stars {
	float:left;
	margin:20px 50px 0 60px;
	font-family: Roboto;
	font-size: 15px;
	color: #2b2b2b;
}

.landing-box-stars div {
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	color: #2b2b2b;
	margin:15px 0 15px 0;
}

.landing-link {
	color: #d9534f;
}

.landing-link:hover {
	color: #d9534f;
	text-decoration:none;
}

.ul-landing-page-produit {
	list-style-type:none;
    margin:0;
    padding:0;
	display: table-row;
}

.ul-landing-page-produit-li {
    display: table-cell;
	width:50%;
	vertical-align:middle;
 }
 
 .landing-block-icons {
	 background-position:center;
	 background-repeat:none;
	 background-size:cover;
 }
 
 .landing-table-margin {
	font-family: Roboto !important;
	padding-left:50px;	
 }


@media (max-width: 900px) {
	
	.landing-header div h1 {
		margin-top: 100px;
	}
	
	.landing-box-avis {
		width:100%;
	}
	
	.landing-box-avis-author {
		margin: 30px 0 0 30px;
		font-size: 12px;
	}
	
	.landing-box-stars {
		margin:20px 30px 0 30px;
		font-size: 14px;
	}
	
	.rightRs, .leftRs {
		width:20px !important;
		height:30px !important;
	}
}

@media (max-width: 900px) {
	.landing-header {
		height:auto !important;
	}
}

@media (max-width: 1024px) {
	.ul-landing-page-produit {
		display: auto;
	}

	.ul-landing-page-produit-li {
		display: inline-block;
		width:100%;
	 }
	 
	  .landing-table-margin {
		padding-left:20px;
		padding-right:20px;
	 }
	 
	 .landing-title-avis {
		 margin:0 15px 0 15px;
	 }
}

@media (max-width: 1400px) {
	.landing-header div h1 {
		margin-top:90px;
	}
}

.p0 {
	padding: 0;
}

.resCarousel-inner .item {
	/*border: 4px solid #eee;*/
	/*vertical-align: top;*/
	
}

	/*resCarousel Css*/
.outt {
	display: none;
}

.leftRs {
	position: absolute !important;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 100;
	left: 0;
	width: 50px;
	height: 50px;
	box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
	border-radius: 999px !important;
}

.rightRs {
	position: absolute !important;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: 50px;
	height: 50px;
	box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
	border-radius: 999px !important;
}

.resCarousel {
	/*float: left;
	overflow: hidden;*/
	width: 100%;
	position: relative;
}

.resCarousel-inner {
	overflow-x: hidden;
	white-space: nowrap;
	font-size: 0;
	vertical-align: top;
}

.resCarousel-inner .item {
	display: inline-block;
	font-size: 14px;
	white-space: initial;
}

/*banner*/
.banner {
	overflow: hidden !important;
}

/*tile css*/
.resCarousel-inner .item .tile {
	background: white;
}

/*animation*/
.resCarousel[data-animator="lazy"] .item {
	transition: .6s ease all;
}

.btn-violet {
	background-color:#8e5ba6;
	border-color:#9045b3;
	color:white;
}

.btn-violet:focus,
.btn-violet.focus,
.btn-violet:active,
.btn-violet.active,
.btn-violet:hover {
	color:white;
	text-decoration:none;
	background-color:#7a3a98;
}

.link-point-relais {
	color:black;
}

.mapinfo {
	text-align:left;
	margin-top:15px;
}

.lkb-popup-ruler {
	text-decoration:underline;
	color:#f26522;
}

.lkb-popup-ruler:hover {
	color:#f26522;
}

.title-attend-fichiers {
	background-color: #f16459;
    color: #fff;
    padding: 12px 15px;
    border-radius: 5px;
    width: 260px;
    text-align: center;
	margin-bottom: 15px;
}

.blink_me {
  opacity: 0;
  animation: blinking 1s linear infinite;
}

@keyframes blinking {
  from,
  49.9% {
    opacity: 0;
  }
  50%,
  to {
    opacity: 1;
  }
}

.div-connection-title {
	font-family: Roboto;
	font-size: 20px;
	font-weight: bold;
	text-transform:uppercase;
	color: #262626;
}

.div-connection p {
	font-family: Roboto;
	font-size: 15px;
	color: #262626;
}

.div-connection-line {
	border-right:1px solid #262626;
	height:420px;
	margin:0 auto 0 auto;
	width:1px;
}

.form-control-connection {
	border-radius: 7px;
	border: solid 0.8px #676767;
	font-family: Roboto;
	font-size: 16px;
	width: 100%;
	height: 50px;
	line-height:50px;
	padding:20px;
}

.div-connection-souvenir {
	color: #262626;
	font-family: Roboto;
	font-size: 16px;
	font-weight:normal;
	text-transform:none;
	float:left;
}

.div-connection-mpo {
	float:right;
}

.div-connection-mpo a {
	cursor:pointer;
}

.div-connection-mpo a {
	font-family: Roboto;
	font-size: 14px;
	text-decoration:underline;
	color: #262626;
}

.btn-connection-login, .btn-connection-inscription, .btn-inscription-popup {
	border-radius: 8px;
	background-color: #f16459;
	padding:15px 25px 15px 25px;
	color:white;
	font-family: Roboto;
	font-size: 16px;
	text-align:center;
	border:0;
	text-transform:uppercase;
}

.btn-connection-inscription {
	background-color: #b7d433;
	color: #262626;
}

.btn-inscription-popup {
	background-color: #5cb85c;
}

.btn-connection-login:hover {
	opacity:0.8;
}

.btn-connection-inscription:hover {
	opacity:0.8;
}

.btn-inscription-popup:hover {
	opacity:0.8;
}

#nav-account-dialog {
	max-width:500px;
}

.checkbox-inscription a {
	color:#333;
}

input[type="checkbox"] {
    height:15px !important;
    width:15px !important;
    cursor:pointer;
}

.menu-editeur-special {
	min-height:90px;
	width:100%;
	background-color: black;
	line-height:90px;
	float:left;
	padding:0 40px 0 40px;
}

.menu-editeur-title {
	float:left;
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
	color: #fafafa;
	margin-left:40px;
}

.btn-retour {
	width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    background-color: #414141;
    float: left;
    text-align: center;
	margin: 24px 0 0 0px;
}

.btn-retour:hover {
	opacity:0.8;	
	cursor:pointer;
}

.btn-retour i { 
	color: #fff;
    font-size: 32px;
    margin: 3px 3px 0 0px;
}

.btn-valider-couverture, .btn-enregistrer-couverture, .btn-apercu-couverture {
	border-radius: 7px;
	background-color: #4eae35;
	color:white;
	font-family: Roboto;
	font-size: 15px;
	text-transform:uppercase;
	float:right;
	padding: 0 15px 0 15px;
	height: 40px;
	line-height: 40px;
	border:0;
	margin:25px 0px 0 0;
}

.btn-enregistrer-couverture {
	background-color: #414141;
	margin:25px 20px 0 0;
}

.btn-apercu-couverture {
	background-color: #414141;
	margin:25px 20px 0 0;
}

 .btn-valider-couverture:hover {
	opacity:0.8;	
	cursor:pointer;
 }
 
 .btn-enregistrer-couverture:hover {
	opacity:0.8;	
	cursor:pointer;
 }
 
 .btn-apercu-couverture:hover {
	opacity:0.8;	
	cursor:pointer; 
 }
 
 .btn-verifier-couverture {
	font-family: Roboto;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	float:right;
	margin-right:20px;
 }
 
  .btn-verifier-couverture:hover {
	color:white;
	text-decoration:none;
	cursor:pointer;
 }
 
 @media (max-width:1290px) {
  .btn-valider-couverture {
		font-size: 12px;
		width: 180px;
	}

	.btn-enregistrer-couverture {
		font-size: 12px;
		width: 100px;
	}

	.btn-apercu-couverture {
		font-size: 12px;
		width: 80px;
	}
}
 
 .img-logo-editeur {
	float:left;
	width:150px;
	margin:22px 0 0 40px;
 }
 
 .sub-title-commande-merci {
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	color: #262626;
	padding-bottom:15px;
 }
 
 .sub-title-commande-merci-quad {
	font-weight: bold;
	color: #d9534f;
	font-size: 18px;
	text-transform:uppercase;
	padding:10px;
	font-family: Roboto;
 }
 
 .div-text-commande-merci {
	font-family: Roboto;
	font-size: 14px;
	padding:10px;
 }
 
 .btn-publier-livre {
	border-radius: 3px;
	background-color: #5cb85c;
	color:white;
	text-transform:uppercase;
	text-align:center;
	height: 50px;
	line-height:50px;
	border:0;
	margin-top:20px;
	padding: 0 20px;
 }
 
 .btn-publier-livre:hover {
	opacity:0.8;
	cursor:pointer;
 }
 
 .img-commande-merci {
	 margin:10px 5px 0 0;
	 width: 30px;
 }
 
 .img-commande-merci:hover {
	 opacity:0.8;
 }
 
 .merci-text:first-letter {
  text-transform: capitalize;
}
 
.ul-project-commande-merci {
	list-style-type:none;
    padding:0;
	margin:0 auto 0 auto;
}

.ul-project-commande-merci-li {
    display: inline-block;
	padding:0 10px 0 10px;
	font-size:12px;
 }
 
.lkb-modifier-titre {
	color:black;
}
 
.lkb-modifier-titre:hover {
	cursor:pointer;
	color:#f16459;
}

.txt-titre-livre-mes-projets {
	height: 40px;
    min-width: 450px;
    padding: 0 10px 0 10px;
	display:none;
}

.btn-modifier-titre-projets {
	color: #fff;
    font-family: Roboto;
    background-color: #5cb85c;
    height: 40px;
	padding: 0 15px 0 15px;
    border: 1px solid #5cb85c;
	display:none;
}

.btn-modifier-titre-projets:hover {
	opacity:0.8;
}
  
 .lkb-noel {
	 color:red;
	 text-decoration:underline;
 }
 
 .lkb-noel:hover {
	 cursor:pointer;
 }
 
 .lkb-catalogue:hover {
	 text-decoration:none;
}

#blog-main .date {
    background-color: #b7d433;
    color: #262626;
    padding: 8px 14px;
    text-transform: capitalize;
    width: fit-content;
    font-style: normal;
    text-align: center;
    margin: -6px auto 0px auto;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    z-index: 2;
    position: relative;
}

#blog-main h2 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    font-size: 25px !important;
    color: #212E5F !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

#blog-main .blog-description {
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    color: #1d1d1d;
}

#blog-main .bg-image {
    overflow: hidden;
}

#blog-main .blog-image {
    z-index: -1;
}

#blog-main .blog-image:hover {
    opacity: 0.8;
}

#blog-main .category {
	color:#b7d433 !important;
    text-align: center;
    font-size: 14px;
    color: black;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

#blog-main .title {
    text-align: center;
    font-size: 21px;
    color: black;
    margin-top: 10px;
    font-weight: bold;
    line-height: 22px;
    min-height:80px;
}

#blog-main .title a {
    color: black;
}

#blog-main .title a:hover {
    color: #b7d433;
}

#blog-main .owl-prev, #blog-main .owl-next {
    font-size: 50px;
    font-weight:bold;
}


#blog-main .link {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 8px 0 8px 0;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

#blog-main .link a {
	color:#bcbfd0;
}

/* owl nav */
.owl-prev span, .owl-next span {
    color: black;
}

    .owl-prev span:hover,
    .owl-next span:hover {
        color: black;
    }


.owl-theme .owl-nav [class*='owl-'] {
background-color:white!important;
}
 
.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev {
    left: -40px;
}

.owl-next {
    right: -40px;
}

/* removing blue outline from buttons */
button:focus, button:active {
    outline: none;
}

.text-blog-index {
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    color: #1d1d1d;
}


.blog-post-content, .sticky .entry-content {
    max-height: 120px;
    min-height: 120px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}


.blog-post-content:after {
    content: "";
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 300;
    height: 30px;
    left: 0;
}

.div-add-author {
	float: left;
    margin-top: 5px;
    font-size: 13px;
    color: #f16459;
}

.div-add-author a {
	color: #f16459;
}


.div-add-author a:hover {
	color: #f16459;
	text-decoration:underline;
	cursor:pointer;
}

.title-add-author {
	padding: 0 50px;
}

.line-menu-product {
	border-left:1px solid #d9d9d9;height:160px;margin-top:40px;float:left;
}

.title-menu-product {
	font-family: Roboto;
	font-size: 15px;
	font-weight: bold;
	color: #d9534f;
	text-transform:uppercase;
	padding-top:40px;
	margin-left:40px;
}

.title-menu-product-rectangle {
	width: 6px;
	height: 22px;
	border-radius: 3px;
	background-color: #d9534f;
	float:left;
	margin-right:15px;
}

.dropdown-menu-items-list>li {
	margin-bottom:1px;
}

.div-title-marque-page {
	color: #f16459;
    font-size: 32px
}

.desc-marque-page {
	font-size: 14px;
    font-family: Roboto,Arial,sans-serif;
}

.list-img-marque-page img {
	width:70px;
	height:70px;
	margin-right:8px;
	float:left;
	border:2px solid white;
}

.list-img-marque-page img:hover {
	border:2px solid #f16459;
	cursor:pointer;
}

.list-img-marque-page {
	float:left;
	width:100%;
	margin-top:15px;
}

.btn-marque-page {
	width: 270px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px!important;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.prix-marque-pagen-panier {
	line-height:50px;
	font-family: Roboto;
	font-size: 17px;
	font-weight: bold;
	color: #f16459;
}

.text-marque-pages-merci {
	font-family:Roboto;
	font-size:12px;
	cursor:pointer;
	color:black;
	margin-top:5px;
}

.text-marque-pages-merci:hover {
	color:black;
}

.lkb-modifier-mp-modal {
	font-family: Roboto;
	font-size: 13px;
	color: #919191;
	line-height:13px;
}

.lkb-modifier-mp-modal:hover div img {
	opacity:0.85;
	text-decoration:none;
}

.lkb-modifier-mp-modal:hover {
	color: #b3b2b2;
	text-decoration:none;
}

.radio-modifier-mp-modal {
	margin-top:10px;
}

.img-mp-panier {
	cursor:pointer;
	height:285px;
}

.img-mp-panier:hover {
	opacity:0.85;
}

.img-coffrets-panier {
	width:100%;
	max-width:400px;
}

.title-mp-list {
	font-family: Roboto;
	font-size: 16px;
	font-weight: bold;
	color: #f16459;
	margin: 0 50px 10px 50px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.link-marque-page-panier {
	font-size:14px;
}

.link-marque-page-panier a {
	text-decoration:underline;
	color: #f16459;
	cursor:pointer;
}

.link-marque-page-ajouter {
	color: #f16459;
	font-family: Roboto;
	font-size: 15px;
	float:left;
	cursor:pointer;
}

.link-marque-page-plus {
	background-color: #f16459;
	color:white;
	border-radius: 100px;
	font-weight:bold;
	font-size: 15px;
    width: 20px;
	float:left;
	margin-right:10px; 
	cursor:pointer;
}

.select-faq {
	width:450px;
	border-radius:0;
}

.recherche-faq {
	width:403px;
	border-radius:0;
}

.div-album-pub {
	height:390px;
	width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (min-width:280px) and (max-width: 319px) {
	.select-faq {
		width:240px;
	}
	.recherche-faq {
		width:193px;
	}
}

@media (min-width:320px) and (max-width: 374px) {
	.select-faq {
		width:280px;
	}
	.recherche-faq {
		width:233px;
	}
}

@media (min-width:375px) and (max-width: 413px) {
	.select-faq {
		width:340px;
	}
	.recherche-faq {
		width:293px;
	}
}

@media (min-width:414px) and (max-width: 1199px) {
	.select-faq {
		width:380px;
	}
	.recherche-faq {
		width:333px;
	}
}

.lkb-resp {
	margin:-10px 24px 0 0;float:right;
}

.menu-projects-itens {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0;
}

.text-results-search {
	font-size:14px;
	font-weight:bold;
	padding:0;
}

.suivi-ventes {
	padding-bottom: 0px;
	padding-top: 20px;
}

.div-efface-recherche {
	float:left;
	margin-left:15px;
	line-height:38px;
	margin-top:-6px;
}

@media (min-width:545px) and (max-width: 1199px) {
	.lkb-resp {
		margin:-60px 35px 0 0;float:right;
	}
}

@media (max-width: 544px) {
	.lkb-resp {
		margin:0px 15px 0 0;float:right;
	}
	
	#div-project-en-cours, #div-project-referencement, #div-project-termine {
		margin-bottom: 15px;
	}
	
	.menu-projects-itens {
		padding-top:10px;
		padding-left: 15px;
	}
	
	.text-results-search {
		padding-left:15px;
	}
	
	.suivi-ventes {
		padding-top: 0px;
	}
	
	.div-efface-recherche {
		margin-left:3px;
		line-height: 25px;
	}
}

.faq-question {
	font-size:15px;
	font-weight:bold;
	color:#333;
}

.faq-question:hover {
	color:#333;
	text-decoration:none;
}

.faq-question:focus {
	color:#333 !important;
	text-decoration:none !important;
}

.faq-response {
	padding:5px 0 25px 0;
}

.faq-category {
	color: #d9534f;
    font-size: 25px;
    font-weight: bold;
	margin:0 0 30px 0;
}

.lkb-faq {
	color: #d9534f;
    font-size: 13px;
	cursor:pointer;
}

.lkb-faq:hover {
	color: #d9534f;
}

.faq-results {
	margin-top: 30px;
	color:#989797;
	font-weight:bold;
}

.faq-encart {
	background-image: url("/content/images/fond-faq.jpg");
	width:100%;
	background-repeat:no-repeat;
	background-position:left;
	background-size: 100%;
	padding:40px;
}

.fond-faq-contact {
	background-image: url("/content/images/fond-faq-contact.jpg");
	width:100%;
	background-repeat:no-repeat;
	background-position:left;
	background-size: 100%;
	padding:20px;
	margin-bottom:20px;
}

.faq-encart-title {
	font-size:15px;
}

.faq-encart-link {
	font-size:22px;
	font-weight:bold;
	color: #d9534f;
}

.faq-encart-link:hover {
	color: #d9534f;
	text-decoration:underline;
}

.faq-link-contact {
	color:#333;
}

.faq-link-contact:hover {
	color:#333;
}

.faq-encart-title-contact {
	font-size:13px;
}

.faq-encart-link-contact {
	font-size:15px;
	font-weight:bold;
	color: #d9534f;
}

.faq-encart-link-contact:hover {
	color:#d9534f;
}

.tab-projet {
	font-size:13px;
	cursor:pointer;
	color:#ababab;
	padding:11px 15px;
	border:1px solid #e3e3e3;
	margin-right:4px;
}

.tab-projet:hover {
	text-decoration:none;
	color:#f16459;
	border:1px solid #f16459;
}

.tab-projet-active {
	font-size:13px;
	background-color:#f16459;
	border:1px solid #f16459;
	color:white;
	padding:11px 15px;
	margin-right:4px;
}

.tab-projet-active:hover {
	color:white;
	text-decoration:none;
}

.text-search-projects {
	border:1px solid #e3e3e3;
	padding:7px 15px 7px 15px;
	height:39px;
	margin-top:-6px;
	width: 200px;
    font-size: 12px;
	float:left;
	margin-left:20px;
}

.block-direct-sale-new {
	padding: 1px 23px;
    background-color: #f16459;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    color: #fff;
    font-size: 13px;
	margin-right:15px;
 }
 
 .block-direct-sale-title {
	margin-top:15px;
	float:left;
	width:100%;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	font-size:18px;	 
 }

 .menu-direct-sale-border {
	 border-bottom:1px solid #e0e0e0;
	 padding:0;
 }
 
.menu-direct-sale, .menu-direct-sale-active {
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	padding:15px 40px;
	border-right:1px solid #e0e0e0;
	border-bottom:5px solid white;
	color:#333;
}

.menu-direct-sale-active, .menu-direct-sale-active:hover, .menu-direct-sale:hover {
	color:#f16459;
	border-bottom:5px solid #f16459;
	text-decoration:none;
}

.direct-sale-table-header {
	background-color:#e0e0e0;
	color:#333;
	font-weight:bold;
	font-size:14px;
}

.direct-sale-table-tr {
	font-size:12px;
}

.direct-sale-table-tr-gray td {
	background-color:#f7f7f7;
	font-size:12px;
}

.direct-sale-table-td, .direct-sale-table-header td, .direct-sale-table-tr td, .direct-sale-table-tr-gray td {
	padding:10px 15px;
	border-spacing: 10px;
}


.direct-sale-table-books-tr {
	border-bottom:1px solid #e0e0e0;
	font-size:13px;
}

.direct-sale-table-books-tr td {
	padding:20px 0;
	border-bottom:1px solid #e0e0e0;
}

.direct-sale-table-books-td-1 {
	width:90px;
	text-align:center;
	font-size:12px;
}

.direct-sale-table-books-td-2 {
	width:200px;
	text-align:center;
}

.direct-sale-table-books-td-3 {
	text-align:left;
	font-size:13px;
}

.btn-direct-sale-1 {
	border:0;
	color: #fff;
    background-color: #a2a2a2;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 3px;
    padding: 5px 10px;
}

.btn-direct-sale-1:hover {
	background-color: gray;
	text-decoration:none;
	color: #fff;
}

.btn-direct-sale-ok {
	margin-left:20px;
	height:40px;
	border:0;
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
	width:40px;
}

.direct-rib-space {
	width:100%;
	border-radius:10px;
	background-color:#efeeee;
	padding:30px 40px;
}

.direct-button-iban {
	margin-top:15px;
	background-color:#8d8d8d;
	color:white;
	text-transform:uppercase;
	font-size:12px;
	border-radius:5px;
	border:0;
	padding:8px 28px;
}

.direct-button-iban:hover {
	background-color:#777777;
}

.link-direct-icon *{
	margin:0 3px;
	color:black;
}

.link-direct-icon *:hover {
	text-decoration:none !important;
	color:#8e5ba6;
}

@media (max-width: 600px) {
	
	.menu-direct-sale, .menu-direct-sale-active {
		padding: 10px 20px;
		font-size:13px;
	}
	
	.span-total-cart {
		clear: both;
		display: block;
		text-align: left;
	}
	
	.remove_link_panier {
		margin:0 auto;
	}
	
}

@media (max-width: 992px) {

	.span-total-cart {
		clear: both;
		display: block;
		text-align: center;
	}
	
	.remove_link_panier {
		margin:0 auto;
	}
	
}

.devis-desc-div {
	margin-top:10px;
	float:left;
}

.devis-desc-div-title {
	font-size: 12px;
}

.devis-desc-div-commentaire {
	font-size: 10px; 
	color: gray;
}

.devis-description-textarea {
	width: 100%;
	margin: 5px 0 15px 0;
	height: 80px;
	padding:10px;
}

.devis-title-item {
	color: #f16459;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.devis-div-outside {
	display: table;
	height: 43px;
	overflow: hidden;
}

.devis-div-inside {
	display: table-cell;
	vertical-align: middle;
	font-size:14px;
}

.devis-link-back-classique {
	position: fixed;
	left: 25px;
	bottom: 105px;
	padding: 15px 20px;
	color: white;
	background: #f06a5d;
	border-radius: 5px;
}

.devis-link-back-classique:hover {
	background-color:#e25143;
	color:white;
	text-decoration:none;
}

@media (max-width: 992px) {
	
	.devis-link-back-classique {
		font-size:12px;
		left: 10px;
		bottom: 10px;
		padding: 10px 15px;
	}
	
}

.library-menu-title {
	margin: 0 auto 0 auto;
	background-color:#F5F5F5;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 20px;
	font-weight:bold;
	padding:12px;
	text-align:center;
    width: 100%;
}

.library-menu-title a {
	color:#333;
}

.library-menu-title a:hover {
	color:#333;
}

.library-menu {
	margin: 3px auto 0 auto;
	background-color:#F5F5F5;
    width: 100%;
	padding:20px 20px 20px 20px;
}

.library-menu-subtitle {
	width:100%;
	font-size: 15px;
	font-weight:bold;
	margin-left:10px;
}

.library-menu-subtitle a { 
	text-decoration:none;
	color:#333;
}

.library-menu-subtitle a:hover { 
	text-decoration:underline;
}

.library-menu-item-line {
	border-left: 2px solid #333;
	padding-left: 15px;
	margin: 15px 20px 30px 20px;
	font-size: 13px;
}

.library-menu-item-line div {
	margin:5px 0;
}

.library-menu-item-line div a {
	text-decoration:none;
	color:#333;
}

.library-menu-item-line div a:hover {
	text-decoration:underline;
}

.library-box-product-link .library-box-product-price {
	color:#333;
}

.library-box-product {
	min-height:405px;
	margin:10px;
	float:left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width:232px;
	text-align:center;
	border:2px solid #F5F5F5;
}

.library-box-product:hover {
	background-color:#f1f1f1;
}

.library-box-product-div {
	background-color:white;
	width: 214px;
    margin: 7px auto 0 auto;
	border-radius: 10px;
}

.library-box-product-div img {
	width:214px;
	height:214px;
	border-radius: 10px;
}

.library-box-product img {
	width:100%;
}

.library-box-product-price {
	color:#333;
	float:left;
	font-weight:bold;
	font-size:25px;
	margin:25px 0 0 20px;
}

.library-box-product-price span {
	font-size:11px;
}

.library-box-product-price sup {
	font-size:11px;
}

.library-box-product-basket {
	float:right;
	margin:15px 20px 0 0;
}

.library-box-product-title {
	min-height:57px;
	padding:0 20px;
	margin:10px 0 0 0;
	font-size:13px;
	font-weight:500;
	clear: both;
	display: inline-block;
	text-align:initial;
	width: 100%;
	color:#333;
	
	display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.library-box-product-author {
	min-height:35px;
	padding:0 20px;
	margin:0 0 0 0;
	font-size:12px;
	clear: both;
	text-align:initial;
	color:#AAAAAA;
	width: 100%;
	display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.library-box-product-category {
	min-height:29px;
	padding:0 20px;
	font-size:10px;
	clear: both;
	text-align:initial;
	color:#AAAAAA;
	font-style:italic;
	width: 100%;
	display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.class-order-select * {
	color:#9999a6;
	font-size: 14px;
}

.class-order-select:not(:checked) {
   color: #9999a6;
   font-size: 14px;
}


.library-box-category {
	float:left;
	text-align:center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 90px;
    height: 130px;
	background-repeat:no-repeat;
	background-position:top center;
	margin:10px 20px;
}

.library-box-category img {
	width:80px;
}

.library-box-category div {
	font-size:13px;
	font-weight:500;
	margin-top:10px;
}

.library-box-category-link {
	color:#333;
}

.library-box-category-link:hover * {
	text-decoration:none !important;
	color:#b7d433;
}

.library-item-tilte {
	border-bottom:1px solid #333;
	margin:20px 16px 20px 0;
	font-size: 20px;
    font-weight: bold;
	padding:0 32px 12px 16px;
	width: 100%;
    display: inline-block;
}

.library-new {
	background-color:#5cb85c;
	height:22px;
	width:22px;
	float:left;
	position:absolute;
	z-index:9999;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.library-pagination-container>.pagination-container>.pagination>.active>a, 
.library-pagination-container>.pagination-container>.pagination>.active>a:focus, 
.library-pagination-container>.pagination-container>.pagination>.active>a:hover, 
.library-pagination-container>.pagination-container>.pagination>.active>span, 
.library-pagination-container>.pagination-container>.pagination>.active>span:focus, 
.library-pagination-container>.pagination-container>.pagination>.active>span:hover {
    background-color: #b7d433;
    border-color: #b7d433;
	color:white;
}

.library-pagination-container>.pagination-container>.pagination>li>a, 
.library-pagination-container>.pagination-container>.pagination>li>span {
    color: #333;
}

.btn-ajouter-library {
	border-radius: 4px;
	text-transform: none;
	padding: 11px 25px;
	font-size: 14px;
	width: 100%;
	max-width:270px;
	background-color: #b7d433;
	margin-bottom:30px;
}

.btn-ajouter-library:hover {
	background-color:#a8c330 !important;
}

.btn-libray-search {
	height: 44px;
	padding-top: 5px;
	width: 60px;
	background-color: #b7d433;
	color:white;
}

.btn-libray-search:hover {
	background-color:#a8c330 !important;
	color:white;
}

.div-filter {
	padding: 0 32px 0 0;
}

.div-menu-left-library {
	padding: 0 16px 0 32px;
}

.div-menu-center-library {
	padding: 0;
}

.div-menu-library-top-category {
	padding: 0 32px 0 16px;
	width: 100%;
	display: inline-grid;
}

.div-library-search {
	padding:0;
}

.div-line-title-library {
	padding: 0 32px 0 16px;
	width: 100%;
	display: inline-grid;
}

.library-menu-title-top {
	max-width: 100%;
	text-align: left;
	padding-left: 25px;
}

.div-item-library-hover:hover {
	background-color: #b7d433;
}

.div-item-library-hover:hover * {
	color:#333;
}

.library-show-more-row {
	display:none;
	margin: 3px auto 15px auto;
	background-color: #f5f5f5;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.library-show-more {
	display:none;
	text-align: cell;
    font-weight: 500;
	cursor:pointer;
	font-size: 13px;
    padding: 10px;
	color:#9d9999;
}

.library-show-more:active {
	color:#9d9999;
}

.library-show-more:hover {
	color:#9d9999;
	text-decoration:none;
}

.library-border-active {
	border-right:3px solid white;
}

.book-detail-title {
	font-size: 20px;
    font-weight: bold;
	margin:0 0 0 15px;
}

.book-detail-link-author {
	color:#333;
}

.book-detail-link-author:hover {
	color:#333;
}

.book-detail-sub-title {
	font-size: 15px;
    font-weight: bold;
	margin-left:10px;
}

.book-detail-price {
	color: #5cb85c;
	font-size:32px;
	font-weight:bold;
}

.book-detail-price span {
	font-size:20px;
}

.book-detail-price sup {
	font-size:18px;
}

.book-detail-shipping {
	margin:0 0 5px 10px;
	font-size:14px;
}

.book-detail-shipping span {
	font-size:13px;
}

.book-detail-icons {
	float:left;
	font-size:12px;
	margin: 5px 10px 25px 10px;
    width: 130px;
    height: 157px;
}

.book-detail-icons img {
	width:100px;
	margin:5px 0;
}

.link-bio-library {
	color:#333;
	font-size:18px;
	font-weight:bold;
}

.link-bio-library-plus {
	color:#333;
	font-size:13px;
}

.menu-author {
	text-transform:lowercase;
}

.menu-author div:first-letter {
  text-transform: uppercase; /* change first letter to uppercase */
}

.div-call-center {
	display:none;
	border: 2px solid #DEDFDF;
	background-color: white;
	position: absolute;
	z-index: 9999999;
	padding: 20px 25px;
	max-width: 320px;
	margin-left: -100px;
}

.border-right-list-projects {
	border-right: 1px solid #e3e3e3;
}

@media (max-width: 1279px) {
	
	
	
	.div-menu-left-library {
		display:none;
	}
	
	.div-menu-center-library {
		padding: 0 15px 0 15px;
		width:100%;
	}
	
	.div-menu-library-top-category {
		padding: 0 15px 0 15px;
	}
	
	.btn-ajouter-library {
		padding: 11px 5px;
		font-size: 12px;
	}
	
	.div-line-title-library {
		padding: 0 16px 0 16px;
	}
	
	.div-call-center {
		margin-left: 0px;
	}
}

@media (max-width: 768px) {
	
	.library-border-active {
		border:0px;
	}
	
	.library-box-category {
		margin: 10px auto;
		float:unset;
	}
	
	.div-item-library {
		display:table-cell;
		width: 20%;
	}
	
	.library-show-more-row {
		display:block;
	}
	
	#library-show-more-4 {
		display:none;
	}
	
	#library-show-more-5 {
		display:block;
	}
	
	.div-item-library-6 {
		display:none;
	}
		
	.div-filter {
		margin-top:15px;
		padding: 0 35px;
		text-align:center;
	}
	
	.class-order-select {
		padding:0 20px !important;
		width:100%;
	}
	
	.div-library-search {
		padding:0 15px;
	}
}

@media (max-width: 645px) {
	.div-item-library {
		display:table-cell;
		width: 25%;
	}
	
	.library-show-more-row {
		display:block;
	}
	
	#library-show-more-5 {
		display:none;
	}
	
	#library-show-more-4 {
		display:block;
	}
	
	.div-item-library-5, .div-item-library-6 {
		display:none;
	}
}

@media (max-width: 551px) {
	
	.library-box-product {
		min-height:340px;
		margin:0;
		width: 47%;
		margin:10px 5px;
		display:table-cell;
		padding:0px;
	}
	
	.div-item-library {
		display:table-cell;
		width: 50%;
	}
	
	.library-show-more-row {
		display:block;
	}
	
	#library-show-more-5 {
		display:none;
	}
	
	#library-show-more-4 {
		display:block;
	}
	
	.div-item-library-5, .div-item-library-6 {
		display:none;
	}

	.library-box-product-div {
		padding:0;
		width: 152px;
		margin: 10px auto 0 auto;
	}

	.library-box-product-div img {
		height:152px;
	}
	
	.library-box-product img {
		width:100%;
	}
	
	.div-table2 {display:table;border-collapse:separate;border-spacing:5px;}
	.div-row2 {display:table-row;}
	
	.header-bibliotheque {
		height: 150px;
		padding-top:40px;
	}
	
	.header-bibliotheque h1 {
		font-size: 28px;
	}
	
	.library-box-product-basket img {
		width:80%;
	}
}

.isgreen {
	color:#4cae4c !important;
}

.isgray {
	color:#d7d6d6 !important;
}

.div-pro-squad {
	margin-top:90px;
	color:#5c00ea;
	font-size:15px;
	border:1px solid #5c00ea;
	padding:4px 6px;
	font-weight:bold;
	border-radius:5px;
	float:left;
}

.pro-title {
	font-size:46px;
	clear: both;
	float: left;
	margin-top:35px;
	font-weight:bold;
}

.pro-desc {
	margin-top:10px;
	font-size:24px;
	clear: both;
	float: left;
}

.pro-desc-color {
	color:#5c00ea;
	font-weight:bold;
}

.pro-desc-color-back {
	color:white;
	background-color:#5c00ea;
	font-weight:bold;
	font-size:26px;
}

.pro-obs {
	margin-top:35px;
	font-size:11px;
	clear: both;
	float: left;
}

.back-form-pro {
	background-image: url('/content/images/pro/coollibri-pro-bg.jpg'); 
	min-height: 500px; 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: cover;
}

.div-pro-avantages {
	font-size:25px;
	font-weight:bold;
}

.div-pro-item-border {
	border-radius:5px;
	border:1px solid #f4f4fe;
	padding:0;
}

.div-pro-item-top {
	background-color:#f4f4fe;
	height:150px;
	line-height: 150px;
	text-align: center;
}

.div-pro-item-top span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-size:15px;
	font-weight:bold;
	padding: 0 50px;
}

.div-pro-item-top span img {
	height:60px;
}

.div-pro-item-bottom {
	height:220px;
	line-height: 220px;
	text-align: center;
}

.div-pro-item-bottom span {
	margin-top:20px;
	display: inline-block;
	vertical-align: top;
	line-height: 23px;
	font-size:13px;
	padding: 0 15px;
}

.div-pro-item-border-color {
	border:1px solid #f2f2f2;
}

.div-pro-item-top-color {
	background-color:#f2f2f2;
}

.div-form-pro {
	margin-top:60px;
	background-color:white;
	border-radius:5px;
	border:1px solid #f2f2f2;
	position: absolute;
}

.div-form-pro-title {
	text-transform:uppercase;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	padding:18px 0;
	border-bottom:1px solid #f2f2f2;
}

.txt-pro-form {
	border:0;
	background-color:#f2f2f2;
	color:black;
	border-radius:5px;
	padding:10px 15px;
	width:100%;
	font-size:13px;
}


.txt-pro-form::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

.txt-pro-form:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

.txt-pro-form::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

.btn-form-pro {
	padding:10px 20px;
	background-color:#5c00ea;
	color:white;
	border:0;
	font-size:16px;
	border-radius:5px;
}

.btn-form-pro:hover {
	background-color:#8d23dd;
}

.div-pro-new-item {
	float: left;
    position: absolute;
    top: 13px;
    right: 29px;
    border: 1px solid #5c00ea;
    border-radius: 5px;
    padding: 5px 8px;
    line-height: 15px;
    font-size: 14px;
    color: #5c00ea;
    font-weight: bold;
}

#div-cookies {
    position: fixed;
    bottom: 20px;
    z-index: 999999999;
    left: 20px;
    background: #E2E1E9 0% 0% no-repeat padding-box;
    color: white;
    height: 61px;
    width: 61px;
    border-radius: 44px;
    cursor: pointer;
	text-align:center;
}

#div-cookies:hover {
	background-color:#a1a1a1;
}

.icon-cookies {
	width: 26px;
    height: 30px;
    margin-top: 15px;	
}

#cookieChoiceInfo {
    position: fixed;
    width: 340px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 25px #70707029;
    color: rgb(255, 255, 255);
    bottom: 20px;
    left: 20px;
    padding: 20px 4px;
    text-align: center;
    z-index: 999999999;
    border-radius: 15px;
}

#cookieChoiceInfo img {
    margin-top: -65px;
}

#close-button {
    color: #ccc;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#close-button:hover {
    color: black;
}

#cookie-title {
    margin-top: 11px;
    margin-bottom: 11px;
    font: normal normal bold 22px / 23px Roboto;
    color: #0E0C22;
}

.cookie-accept {
    font: normal normal normal 14px / 18px Roboto;
    color: #9694A2;
    margin-bottom: 11px;
    padding: 0px 25px;
}

.cookier-title-parameter {
	font: normal normal normal 14px / 18px Roboto;
	color:black;
	font-weight:bold;
	margin-top:15px;
	cursor:pointer;
}

.cookier-title-parameter:hover {
	text-decoration:underline;
}

.table-cookie {
    font: normal normal normal 14px / 18px Roboto;
    letter-spacing: 0px;
    color: #0E0C22;
    width: 100%;
}

.table-cookie tr {
    height: 50px;
    page-break-inside: avoid;
    page-break-after: auto;
}

#choice-cookie {
    border: 1px solid #eee;
    border-radius: 15px;
    margin: 20px;
    padding: 10px;
}

#no-cookies {
    font: normal normal normal 12px / 18px Roboto;
    color: #B6B5C8;
    margin-top: 11px;
    cursor: pointer;
}

#no-cookies:hover {
	text-decoration:underline;
}

.icon-cookie {
	margin-right: 5px;
    color: #ccc;
	display: var(--fa-display, inline-block);
    height: 1em;	
}

.explanation {
    font: normal normal normal 11px / 14px Roboto;
    letter-spacing: 0px;
    color: #9694A2;
    float: left;
    text-align: left;
    padding-left: 10px;
    margin: 5px 0 14px 0;
}

.my-custom-btn {
    cursor: pointer !important;
    display: inline-block;
    position: relative;
    white-space: normal;
    width: unset;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    font-weight: bold;
    z-index: 1;
	font-family: 'Roboto', sans-serif;
    border-radius: 30px;
    color: white;
    border: 2px solid transparent;
	margin-bottom: 10px;
	font-size: 12px;
    padding: 10px 20px !important;
}

.green {
    background-color: #45b934;
}

.green:hover {
    color: #45b934 !important;
    background-color: white !important;
    border: solid 2px #45b934 !important;
}

.gray {
    background-color: #bfbfbf;
}

.gray:hover {
    color: #bfbfbf !important;
    background-color: white !important;
    border: solid 2px #bfbfbf !important;
}

.chk-cokkie-hm {
	padding-right: 6px;
	padding-left: 6px;
}

@media (max-width:992px) {
	
	.div-pro-squad {
		margin-top:30px;
	}
	
	.div-pro-item-bottom {
		height:unset;
		line-height:unset;
		padding-bottom:20px;
	}
	
	.div-pro-item-top {
		height:unset;
		line-height:unset;
		padding:20px;
	}
	
	.div-pro-item-border {
		margin-bottom:20px;
	}
	
	.div-form-pro {
		position: unset;
	}
}

.textarea-acheve-traitement {
	text-align:center;
	width:360px;
	padding:5px;
	font-family: Calibri, sans serif;
	font-size:13px;
}

.textarea-acheve-traitement::placeholder {
    opacity: 0.5;
    color: gray;
	font-style: italic;
	font-size:12px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

