/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/wp-content/plugins/revslider/sr6/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 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: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";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}

.stripe-style-1 .stripe-solid-bg-mixin {
  background-color: rgba(173,173,173,0.08);
}
.stripe-style-2 .stripe-solid-bg-mixin {
  background-color: rgba(136,136,136,0.08);
}
.stripe-style-3 .stripe-solid-bg-mixin {
  background-color: rgba(136,136,136,0);
}
.stripe-style-4 .stripe-solid-bg-mixin {
  background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .stripe-solid-bg-mixin {
  background-color: rgba(0,0,0,0.08);
}
.stripe .sidebar-content.solid-bg .stripe-header-color {
  color: #4d4d4d;
}
.stripe-style-1 .stripe-header-color {
  color: #4d4d4d;
}
.stripe-style-2 .stripe-header-color {
  color: #ffffff;
}
.stripe-style-3 .stripe-header-color {
  color: #3d3d3d;
}
.stripe-style-4 .stripe-header-color {
  color: #ffffff;
}
.stripe-style-5 .stripe-header-color {
  color: #333333;
}
.stripe .sidebar-content.solid-bg .stripe-color-base-transparent {
  color: rgba(77,77,77,0.5);
}
.stripe-style-1 .stripe-color-base-transparent {
  color: rgba(77,77,77,0.5);
}
.stripe-style-2 .stripe-color-base-transparent {
  color: rgba(153,157,159,0.5);
}
.stripe-style-3 .stripe-color-base-transparent {
  color: rgba(61,61,61,0.5);
}
.stripe-style-4 .stripe-color-base-transparent {
  color: rgba(255,255,255,0.5);
}
.stripe-style-5 .stripe-color-base-transparent {
  color: rgba(51,51,51,0.5);
}
.outline-element-decoration .stripe .sidebar-content.solid-bg .stripe-outline-decoration {
  box-shadow: inset 0px 0px 0px 1px ;
}
.outline-element-decoration .stripe:not(.shadow-element-decoration) .stripe-outline-decoration {
  box-shadow: none;
}
.stripe-style-1.outline-element-decoration .stripe-outline-decoration,
.outline-element-decoration .stripe-style-1.outline-element-decoration .stripe-outline-decoration {
  box-shadow: inset 0px 0px 0px 1px #dd3333;
}
.stripe-style-2.outline-element-decoration .stripe-outline-decoration,
.outline-element-decoration .stripe-style-2.outline-element-decoration .stripe-outline-decoration {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-3.outline-element-decoration .stripe-outline-decoration,
.outline-element-decoration .stripe-style-3.outline-element-decoration .stripe-outline-decoration {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.19);
}
.outline-element-decoration .stripe-style-4 .stripe-outline-decoration,
.outline-element-decoration .stripe-style-5 .stripe-outline-decoration {
  box-shadow: none;
}
.shadow-element-decoration .stripe .sidebar-content.solid-bg .stripe-shadow-decoration {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe:not(.outline-element-decoration) .stripe-shadow-decoration {
  box-shadow: none;
}
.stripe-style-1.shadow-element-decoration .stripe-shadow-decoration,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .stripe-shadow-decoration,
.stripe-style-2.shadow-element-decoration .stripe-shadow-decoration,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .stripe-shadow-decoration,
.stripe-style-3.shadow-element-decoration .stripe-shadow-decoration,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .stripe-shadow-decoration {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe-style-4 .stripe-shadow-decoration,
.shadow-element-decoration .stripe-style-5 .stripe-shadow-decoration {
  box-shadow: none;
}
.stripe .sidebar-content.solid-bg .stripe-transparent-border-mixin {
  border-color: rgba(77,77,77,0.15);
}
.stripe-style-1 .stripe-transparent-border-mixin {
  border-color: rgba(77,77,77,0.15);
}
.stripe-style-2 .stripe-transparent-border-mixin {
  border-color: rgba(153,157,159,0.15);
}
.stripe-style-3 .stripe-transparent-border-mixin {
  border-color: rgba(61,61,61,0.15);
}
.stripe-style-4 .stripe-transparent-border-mixin {
  border-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .stripe-transparent-border-mixin {
  border-color: rgba(51,51,51,0.15);
}
.stripe .sidebar-content.solid-bg .stripe-color-primary {
  color: #4d4d4d;
}
.stripe-style-1 .stripe-text-secondary {
  color: #4d4d4d;
}
.stripe-style-2 .stripe-text-secondary {
  color: #4d4d4d;
}
.stripe-style-3 .stripe-text-secondary {
  color: #4d4d4d;
}
.stripe {
  width: 100%;
  padding: 20px 2000px;
  margin-left: -2000px;
  overflow: hidden;
}
.rtl .stripe {
  margin-left: 0;
  margin-right: -2000px;
}
.stripe-parallax-bg {
  background-attachment: fixed !important;
  background-position-x: 50%;
}
.stripe-parallax-bg > .wf-wrap {
  position: relative;
}
.mobile-false .stripe-parallax-bg {
  opacity: 0;
  transition: opacity 300ms ease;
}
.stripe-style-1 {
  background: #efefef none repeat  center center;
}
.stripe-style-1 * {
  color: #4d4d4d;
}
.outline-stripe-decoration.stripe-style-1 {
  box-shadow: inset 0px 0px 0px 1px #44bb70;
}
.stripe-style-2 {
  background: #26282c none repeat  center center;
}
.outline-stripe-decoration.stripe-style-2 {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-2 * {
  color: #999d9f;
}
.stripe-style-3 {
  background-color: #f7f7f7;
  background-image: url('/wp-content/themes/dt-the7/inc/presets/images/full/skin09r.stripes-stripe-3-bg-image.jpg');
  background-repeat: repeat;
  background-position: center center;
}
.outline-stripe-decoration.stripe-style-3 {
  box-shadow: inset 0px 0px 0px 1px #252728;
}
.stripe-style-3 * {
  color: #3d3d3d;
}
.stripe a {
  color: #4d4d4d;
}
.stripe-style-4 {
  background-color: #2e3031;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.stripe-style-4 *,
.stripe-style-4 a {
  color: #ffffff;
}
.stripe-style-4 .gw-go * {
  color: inherit;
}
.stripe-style-5 {
  background-color: #ffffff;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.stripe-style-5 *,
.stripe-style-5 a {
  color: #333333;
}
.mobile-true .stripe {
  background-attachment: scroll !important;
  background-size: auto !important;
}
.mobile-true .stripe-parallax-bg {
  background-size: auto !important;
}
#page .stripe .sidebar-content.solid-bg .soc-ico a:hover .soc-font-icon {
  color: #fff;
}
.stripe .dt-owl-item .post.bg-on {
  background: none;
}
.stripe .transparent-pie .vc_pie_wrapper .vc_pie_chart_back {
  border-color: transparent !important;
}
.stripe .custom-btn-color > *,
.stripe .shortcode-banner-inside *,
.stripe .vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a *,
.stripe .gw-go *,
.stripe .aio-icon i,
.stripe .ubtn *,
.stripe .vc_color-alert-success.vc_message_box-solid *,
.stripe .info-c-full-wrap,
.stripe .info-c-full-wrap *,
.stripe .icon_description *,
.stripe .info-circle-icons *,
.stripe .icon_list_icon *,
.stripe .vc_btn3 *,
.stripe [class^="ultsl-"],
.stripe [class*=" ultsl-"] {
  color: inherit;
}
.stripe .wpb_alert * {
  color: #c09853;
}
.stripe .wpb_alert-success * {
  color: #468847;
}
.stripe .wpb_alert-danger *,
.stripe .wpb_alert-error * {
  color: #b94a48;
}
.stripe .wpb_alert-info * {
  color: #3a87ad;
}
#page .stripe .rollover-content,
#page .stripe .rollover-content *,
#page .stripe .rollover-content h3.entry-title,
#page .stripe .rollover-content h3.entry-title a,
#page .stripe .post .rollover-content h4.entry-title a:hover,
#page .stripe .post .rollover-content .entry-title a:hover,
#page .stripe .rollover-content a:hover,
#page .stripe .post .rollover-content h3.entry-title a:hover,
#page .stripe .hover-style-one h2.entry-title,
#page .stripe .hover-style-two h2.entry-title {
  color: #fff;
}
#page .stripe .rollover-content h3.entry-title,
#page .stripe .rollover-content .entry-title a,
#page .stripe .post .rollover-content .entry-title a:hover,
#page .stripe .hover-style-one h2.entry-title,
#page .stripe .hover-style-two h2.entry-title,
#page .stripe .hover-style-two h4.entry-title {
  background: none;
}
.stripe .sidebar-content.solid-bg .testimonial-item .testimonial-vcard .text-secondary,
.stripe .sidebar-content.solid-bg .testimonial-item .testimonial-vcard .text-primary,
.stripe .sidebar-content.solid-bg .testimonial-item .testimonial-vcard .text-primary * {
  color: #4d4d4d;
}
.stripe-style-1 .testimonial-item .testimonial-vcard .text-secondary,
.stripe-style-1 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-1 .testimonial-item .testimonial-vcard .text-primary * {
  color: #4d4d4d;
}
.stripe-style-2 .testimonial-item .testimonial-vcard .text-secondary,
.stripe-style-2 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-2 .testimonial-item .testimonial-vcard .text-primary * {
  color: #ffffff;
}
.stripe-style-3 .testimonial-item .testimonial-vcard .text-secondary,
.stripe-style-3 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-3 .testimonial-item .testimonial-vcard .text-primary * {
  color: #3d3d3d;
}
.stripe-style-4 .testimonial-item .testimonial-vcard .text-secondary,
.stripe-style-4 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-4 .testimonial-item .testimonial-vcard .text-primary * {
  color: #ffffff;
}
.stripe-style-5 .testimonial-item .testimonial-vcard .text-secondary,
.stripe-style-5 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-5 .testimonial-item .testimonial-vcard .text-primary * {
  color: #333333;
}
.stripe-style-1 .testimonial-item:not(.testimonial-item-slider),
.stripe-style-1 .testimonial-item .ts-viewport,
.stripe-style-1 .bg-on.team-container,
.stripe-style-1 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-1 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-1 .post.bg-on,
.stripe-style-1 .post.bg-on.fullwidth-img.format-quote,
.stripe-style-1 .post.bg-on.fullwidth-img.format-link,
.stripe-style-1 .content-bg-on.centered-layout-list article,
.stripe-style-1 .content-bg-on.classic-layout-list article,
.stripe-style-1 .shortcode-code,
.stripe-style-1 .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-1 .shop_attributes,
.stripe-style-1 .wc-order-review,
.stripe-style-1 .wc-side-column,
.stripe-style-1 .wc-login-wrap form,
.stripe-style-1 .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-1 form.track_order,
.stripe-style-1 form.lost_reset_password,
.stripe-style-1 #customer_login > div,
.stripe-style-1 #reviews ol.commentlist .comment_container,
.stripe-style-1 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-1 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-1 .light-bg-btn,
.stripe-style-1 .btn-light,
.stripe-style-1 .btn-light:hover,
.stripe-style-1 .borderframe.br-standard .shortcode-single-image,
.stripe-style-1 .frame-on.frame-fancy,
.stripe-style-1 .dt-owl-item .post.bg-on:before,
.stripe-style-1 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-1 .wpb_tabs.tab-style-two,
.stripe-style-1 .tab-style-four.wpb_tabs,
.stripe-style-1 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-1 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1 .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-1 .tab-style-four.wpb_tour,
.stripe-style-1 .comment-list .comment-body,
.stripe-style-1 .entry-author {
  background-color: rgba(173,173,173,0.08);
}
.stripe-style-2 .testimonial-item:not(.testimonial-item-slider),
.stripe-style-2 .testimonial-item .ts-viewport,
.stripe-style-2 .bg-on.team-container,
.stripe-style-2 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-2 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-2 .post.bg-on,
.stripe-style-2 .post.bg-on.fullwidth-img.format-quote,
.stripe-style-2 .post.bg-on.fullwidth-img.format-link,
.stripe-style-2 .content-bg-on.centered-layout-list article,
.stripe-style-2 .content-bg-on.classic-layout-list article,
.stripe-style-2 .shortcode-code,
.stripe-style-2 .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-2 .shop_attributes,
.stripe-style-2 .wc-order-review,
.stripe-style-2 .wc-side-column,
.stripe-style-2 .wc-login-wrap form,
.stripe-style-2 .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-2 form.track_order,
.stripe-style-2 form.lost_reset_password,
.stripe-style-2 #customer_login > div,
.stripe-style-2 #reviews ol.commentlist .comment_container,
.stripe-style-2 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-2 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-2 .light-bg-btn,
.stripe-style-2 .btn-light,
.stripe-style-2 .btn-light:hover,
.stripe-style-2 .borderframe.br-standard .shortcode-single-image,
.stripe-style-2 .frame-on.frame-fancy,
.stripe-style-2 .dt-owl-item .post.bg-on:before,
.stripe-style-2 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-2 .wpb_tabs.tab-style-two,
.stripe-style-2 .tab-style-four.wpb_tabs,
.stripe-style-2 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-2 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2 .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-2 .tab-style-four.wpb_tour,
.stripe-style-2 .comment-list .comment-body,
.stripe-style-2 .entry-author {
  background-color: rgba(136,136,136,0.08);
}
.stripe-style-3 .testimonial-item:not(.testimonial-item-slider),
.stripe-style-3 .testimonial-item .ts-viewport,
.stripe-style-3 .bg-on.team-container,
.stripe-style-3 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-3 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-3 .post.bg-on,
.stripe-style-3 .post.bg-on.fullwidth-img.format-quote,
.stripe-style-3 .post.bg-on.fullwidth-img.format-link,
.stripe-style-3 .content-bg-on.centered-layout-list article,
.stripe-style-3 .content-bg-on.classic-layout-list article,
.stripe-style-3 .shortcode-code,
.stripe-style-3 .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-3 .shop_attributes,
.stripe-style-3 .wc-order-review,
.stripe-style-3 .wc-side-column,
.stripe-style-3 .wc-login-wrap form,
.stripe-style-3 .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-3 form.track_order,
.stripe-style-3 form.lost_reset_password,
.stripe-style-3 #customer_login > div,
.stripe-style-3 #reviews ol.commentlist .comment_container,
.stripe-style-3 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-3 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-3 .light-bg-btn,
.stripe-style-3 .btn-light,
.stripe-style-3 .btn-light:hover,
.stripe-style-3 .borderframe.br-standard .shortcode-single-image,
.stripe-style-3 .frame-on.frame-fancy,
.stripe-style-3 .dt-owl-item .post.bg-on:before,
.stripe-style-3 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-3 .wpb_tabs.tab-style-two,
.stripe-style-3 .tab-style-four.wpb_tabs,
.stripe-style-3 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-3 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3 .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-3 .tab-style-four.wpb_tour,
.stripe-style-3 .comment-list .comment-body,
.stripe-style-3 .entry-author {
  background-color: rgba(136,136,136,0);
}
.stripe-style-4 .testimonial-item:not(.testimonial-item-slider),
.stripe-style-4 .testimonial-item .ts-viewport,
.stripe-style-4 .bg-on.team-container,
.stripe-style-4 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-4 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-4 .post.bg-on,
.stripe-style-4 .post.bg-on.fullwidth-img.format-quote,
.stripe-style-4 .post.bg-on.fullwidth-img.format-link,
.stripe-style-4 .content-bg-on.centered-layout-list article,
.stripe-style-4 .content-bg-on.classic-layout-list article,
.stripe-style-4 .shortcode-code,
.stripe-style-4 .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-4 .shop_attributes,
.stripe-style-4 .wc-order-review,
.stripe-style-4 .wc-side-column,
.stripe-style-4 .wc-login-wrap form,
.stripe-style-4 .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-4 form.track_order,
.stripe-style-4 form.lost_reset_password,
.stripe-style-4 #customer_login > div,
.stripe-style-4 #reviews ol.commentlist .comment_container,
.stripe-style-4 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-4 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-4 .light-bg-btn,
.stripe-style-4 .btn-light,
.stripe-style-4 .btn-light:hover,
.stripe-style-4 .borderframe.br-standard .shortcode-single-image,
.stripe-style-4 .frame-on.frame-fancy,
.stripe-style-4 .dt-owl-item .post.bg-on:before,
.stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-4 .wpb_tabs.tab-style-two,
.stripe-style-4 .tab-style-four.wpb_tabs,
.stripe-style-4 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-4 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-4 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-4 .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-4 .tab-style-four.wpb_tour,
.stripe-style-4 .comment-list .comment-body,
.stripe-style-4 .entry-author {
  background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .testimonial-item:not(.testimonial-item-slider),
.stripe-style-5 .testimonial-item .ts-viewport,
.stripe-style-5 .bg-on.team-container,
.stripe-style-5 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-5 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-5 .post.bg-on,
.stripe-style-5 .post.bg-on.fullwidth-img.format-quote,
.stripe-style-5 .post.bg-on.fullwidth-img.format-link,
.stripe-style-5 .content-bg-on.centered-layout-list article,
.stripe-style-5 .content-bg-on.classic-layout-list article,
.stripe-style-5 .shortcode-code,
.stripe-style-5 .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-5 .shop_attributes,
.stripe-style-5 .wc-order-review,
.stripe-style-5 .wc-side-column,
.stripe-style-5 .wc-login-wrap form,
.stripe-style-5 .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-5 form.track_order,
.stripe-style-5 form.lost_reset_password,
.stripe-style-5 #customer_login > div,
.stripe-style-5 #reviews ol.commentlist .comment_container,
.stripe-style-5 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-5 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-5 .light-bg-btn,
.stripe-style-5 .btn-light,
.stripe-style-5 .btn-light:hover,
.stripe-style-5 .borderframe.br-standard .shortcode-single-image,
.stripe-style-5 .frame-on.frame-fancy,
.stripe-style-5 .dt-owl-item .post.bg-on:before,
.stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-5 .wpb_tabs.tab-style-two,
.stripe-style-5 .tab-style-four.wpb_tabs,
.stripe-style-5 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-5 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-5 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-5 .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-5 .tab-style-four.wpb_tour,
.stripe-style-5 .comment-list .comment-body,
.stripe-style-5 .entry-author {
  background-color: rgba(0,0,0,0.08);
}
.outline-element-decoration .stripe .sidebar-content.solid-bg .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe .sidebar-content.solid-bg .testimonial-item .ts-viewport,
.outline-element-decoration .stripe .sidebar-content.solid-bg .bg-on.team-container,
.outline-element-decoration .stripe .sidebar-content.solid-bg .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe .sidebar-content.solid-bg .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe .sidebar-content.solid-bg .post.bg-on,
.outline-element-decoration .stripe .sidebar-content.solid-bg .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe .sidebar-content.solid-bg .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe .sidebar-content.solid-bg .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe .sidebar-content.solid-bg .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe .sidebar-content.solid-bg .shortcode-code,
.outline-element-decoration .stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe .sidebar-content.solid-bg .shop_attributes,
.outline-element-decoration .stripe .sidebar-content.solid-bg .wc-order-review,
.outline-element-decoration .stripe .sidebar-content.solid-bg .wc-side-column,
.outline-element-decoration .stripe .sidebar-content.solid-bg .wc-login-wrap form,
.outline-element-decoration .stripe .sidebar-content.solid-bg .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe .sidebar-content.solid-bg form.track_order,
.outline-element-decoration .stripe .sidebar-content.solid-bg form.lost_reset_password,
.outline-element-decoration .stripe .sidebar-content.solid-bg #customer_login > div,
.outline-element-decoration .stripe .sidebar-content.solid-bg #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe .sidebar-content.solid-bg .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe .sidebar-content.solid-bg .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe .sidebar-content.solid-bg .light-bg-btn,
.outline-element-decoration .stripe .sidebar-content.solid-bg .btn-light,
.outline-element-decoration .stripe .sidebar-content.solid-bg .btn-light:hover,
.outline-element-decoration .stripe .sidebar-content.solid-bg .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe .sidebar-content.solid-bg .frame-on.frame-fancy,
.outline-element-decoration .stripe .sidebar-content.solid-bg .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe .sidebar-content.solid-bg .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe .sidebar-content.solid-bg .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-four.wpb_tour,
.outline-element-decoration .stripe .sidebar-content.solid-bg .comment-list .comment-body,
.outline-element-decoration .stripe .sidebar-content.solid-bg .entry-author {
  box-shadow: inset 0px 0px 0px 1px ;
}
.outline-element-decoration .stripe:not(.shadow-element-decoration) .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe:not(.shadow-element-decoration) .testimonial-item .ts-viewport,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .bg-on.team-container,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .post.bg-on,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .shortcode-code,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .shop_attributes,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .wc-order-review,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .wc-side-column,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .wc-login-wrap form,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe:not(.shadow-element-decoration) form.track_order,
.outline-element-decoration .stripe:not(.shadow-element-decoration) form.lost_reset_password,
.outline-element-decoration .stripe:not(.shadow-element-decoration) #customer_login > div,
.outline-element-decoration .stripe:not(.shadow-element-decoration) #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe:not(.shadow-element-decoration) .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .light-bg-btn,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .btn-light,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .btn-light:hover,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .frame-on.frame-fancy,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe:not(.shadow-element-decoration) .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-four.wpb_tour,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .comment-list .comment-body,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .entry-author {
  box-shadow: none;
}
.stripe-style-1.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe-style-1.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.stripe-style-1.outline-element-decoration .testimonial-item .ts-viewport,
.outline-element-decoration .stripe-style-1.outline-element-decoration .testimonial-item .ts-viewport,
.stripe-style-1.outline-element-decoration .bg-on.team-container,
.outline-element-decoration .stripe-style-1.outline-element-decoration .bg-on.team-container,
.stripe-style-1.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe-style-1.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-1.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe-style-1.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-1.outline-element-decoration .post.bg-on,
.outline-element-decoration .stripe-style-1.outline-element-decoration .post.bg-on,
.stripe-style-1.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe-style-1.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.stripe-style-1.outline-element-decoration .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe-style-1.outline-element-decoration .post.bg-on.fullwidth-img.format-link,
.stripe-style-1.outline-element-decoration .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe-style-1.outline-element-decoration .content-bg-on.centered-layout-list article,
.stripe-style-1.outline-element-decoration .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe-style-1.outline-element-decoration .content-bg-on.classic-layout-list article,
.stripe-style-1.outline-element-decoration .shortcode-code,
.outline-element-decoration .stripe-style-1.outline-element-decoration .shortcode-code,
.stripe-style-1.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe-style-1.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-1.outline-element-decoration .shop_attributes,
.outline-element-decoration .stripe-style-1.outline-element-decoration .shop_attributes,
.stripe-style-1.outline-element-decoration .wc-order-review,
.outline-element-decoration .stripe-style-1.outline-element-decoration .wc-order-review,
.stripe-style-1.outline-element-decoration .wc-side-column,
.outline-element-decoration .stripe-style-1.outline-element-decoration .wc-side-column,
.stripe-style-1.outline-element-decoration .wc-login-wrap form,
.outline-element-decoration .stripe-style-1.outline-element-decoration .wc-login-wrap form,
.stripe-style-1.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe-style-1.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-1.outline-element-decoration form.track_order,
.outline-element-decoration .stripe-style-1.outline-element-decoration form.track_order,
.stripe-style-1.outline-element-decoration form.lost_reset_password,
.outline-element-decoration .stripe-style-1.outline-element-decoration form.lost_reset_password,
.stripe-style-1.outline-element-decoration #customer_login > div,
.outline-element-decoration .stripe-style-1.outline-element-decoration #customer_login > div,
.stripe-style-1.outline-element-decoration #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe-style-1.outline-element-decoration #reviews ol.commentlist .comment_container,
.stripe-style-1.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe-style-1.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-1.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe-style-1.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-1.outline-element-decoration .light-bg-btn,
.outline-element-decoration .stripe-style-1.outline-element-decoration .light-bg-btn,
.stripe-style-1.outline-element-decoration .btn-light,
.outline-element-decoration .stripe-style-1.outline-element-decoration .btn-light,
.stripe-style-1.outline-element-decoration .btn-light:hover,
.outline-element-decoration .stripe-style-1.outline-element-decoration .btn-light:hover,
.stripe-style-1.outline-element-decoration .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe-style-1.outline-element-decoration .borderframe.br-standard .shortcode-single-image,
.stripe-style-1.outline-element-decoration .frame-on.frame-fancy,
.outline-element-decoration .stripe-style-1.outline-element-decoration .frame-on.frame-fancy,
.stripe-style-1.outline-element-decoration .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe-style-1.outline-element-decoration .dt-owl-item .post.bg-on:before,
.stripe-style-1.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-1.outline-element-decoration .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe-style-1.outline-element-decoration .wpb_tabs.tab-style-two,
.stripe-style-1.outline-element-decoration .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-four.wpb_tabs,
.stripe-style-1.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-1.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe-style-1.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-1.outline-element-decoration .tab-style-four.wpb_tour,
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-four.wpb_tour,
.stripe-style-1.outline-element-decoration .comment-list .comment-body,
.outline-element-decoration .stripe-style-1.outline-element-decoration .comment-list .comment-body,
.stripe-style-1.outline-element-decoration .entry-author,
.outline-element-decoration .stripe-style-1.outline-element-decoration .entry-author {
  box-shadow: inset 0px 0px 0px 1px #dd3333;
}
.stripe-style-2.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe-style-2.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.stripe-style-2.outline-element-decoration .testimonial-item .ts-viewport,
.outline-element-decoration .stripe-style-2.outline-element-decoration .testimonial-item .ts-viewport,
.stripe-style-2.outline-element-decoration .bg-on.team-container,
.outline-element-decoration .stripe-style-2.outline-element-decoration .bg-on.team-container,
.stripe-style-2.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe-style-2.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-2.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe-style-2.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-2.outline-element-decoration .post.bg-on,
.outline-element-decoration .stripe-style-2.outline-element-decoration .post.bg-on,
.stripe-style-2.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe-style-2.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.stripe-style-2.outline-element-decoration .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe-style-2.outline-element-decoration .post.bg-on.fullwidth-img.format-link,
.stripe-style-2.outline-element-decoration .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe-style-2.outline-element-decoration .content-bg-on.centered-layout-list article,
.stripe-style-2.outline-element-decoration .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe-style-2.outline-element-decoration .content-bg-on.classic-layout-list article,
.stripe-style-2.outline-element-decoration .shortcode-code,
.outline-element-decoration .stripe-style-2.outline-element-decoration .shortcode-code,
.stripe-style-2.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe-style-2.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-2.outline-element-decoration .shop_attributes,
.outline-element-decoration .stripe-style-2.outline-element-decoration .shop_attributes,
.stripe-style-2.outline-element-decoration .wc-order-review,
.outline-element-decoration .stripe-style-2.outline-element-decoration .wc-order-review,
.stripe-style-2.outline-element-decoration .wc-side-column,
.outline-element-decoration .stripe-style-2.outline-element-decoration .wc-side-column,
.stripe-style-2.outline-element-decoration .wc-login-wrap form,
.outline-element-decoration .stripe-style-2.outline-element-decoration .wc-login-wrap form,
.stripe-style-2.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe-style-2.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-2.outline-element-decoration form.track_order,
.outline-element-decoration .stripe-style-2.outline-element-decoration form.track_order,
.stripe-style-2.outline-element-decoration form.lost_reset_password,
.outline-element-decoration .stripe-style-2.outline-element-decoration form.lost_reset_password,
.stripe-style-2.outline-element-decoration #customer_login > div,
.outline-element-decoration .stripe-style-2.outline-element-decoration #customer_login > div,
.stripe-style-2.outline-element-decoration #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe-style-2.outline-element-decoration #reviews ol.commentlist .comment_container,
.stripe-style-2.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe-style-2.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-2.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe-style-2.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-2.outline-element-decoration .light-bg-btn,
.outline-element-decoration .stripe-style-2.outline-element-decoration .light-bg-btn,
.stripe-style-2.outline-element-decoration .btn-light,
.outline-element-decoration .stripe-style-2.outline-element-decoration .btn-light,
.stripe-style-2.outline-element-decoration .btn-light:hover,
.outline-element-decoration .stripe-style-2.outline-element-decoration .btn-light:hover,
.stripe-style-2.outline-element-decoration .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe-style-2.outline-element-decoration .borderframe.br-standard .shortcode-single-image,
.stripe-style-2.outline-element-decoration .frame-on.frame-fancy,
.outline-element-decoration .stripe-style-2.outline-element-decoration .frame-on.frame-fancy,
.stripe-style-2.outline-element-decoration .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe-style-2.outline-element-decoration .dt-owl-item .post.bg-on:before,
.stripe-style-2.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-2.outline-element-decoration .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe-style-2.outline-element-decoration .wpb_tabs.tab-style-two,
.stripe-style-2.outline-element-decoration .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-four.wpb_tabs,
.stripe-style-2.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-2.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe-style-2.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-2.outline-element-decoration .tab-style-four.wpb_tour,
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-four.wpb_tour,
.stripe-style-2.outline-element-decoration .comment-list .comment-body,
.outline-element-decoration .stripe-style-2.outline-element-decoration .comment-list .comment-body,
.stripe-style-2.outline-element-decoration .entry-author,
.outline-element-decoration .stripe-style-2.outline-element-decoration .entry-author {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-3.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe-style-3.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.stripe-style-3.outline-element-decoration .testimonial-item .ts-viewport,
.outline-element-decoration .stripe-style-3.outline-element-decoration .testimonial-item .ts-viewport,
.stripe-style-3.outline-element-decoration .bg-on.team-container,
.outline-element-decoration .stripe-style-3.outline-element-decoration .bg-on.team-container,
.stripe-style-3.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe-style-3.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-3.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe-style-3.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-3.outline-element-decoration .post.bg-on,
.outline-element-decoration .stripe-style-3.outline-element-decoration .post.bg-on,
.stripe-style-3.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe-style-3.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.stripe-style-3.outline-element-decoration .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe-style-3.outline-element-decoration .post.bg-on.fullwidth-img.format-link,
.stripe-style-3.outline-element-decoration .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe-style-3.outline-element-decoration .content-bg-on.centered-layout-list article,
.stripe-style-3.outline-element-decoration .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe-style-3.outline-element-decoration .content-bg-on.classic-layout-list article,
.stripe-style-3.outline-element-decoration .shortcode-code,
.outline-element-decoration .stripe-style-3.outline-element-decoration .shortcode-code,
.stripe-style-3.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe-style-3.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-3.outline-element-decoration .shop_attributes,
.outline-element-decoration .stripe-style-3.outline-element-decoration .shop_attributes,
.stripe-style-3.outline-element-decoration .wc-order-review,
.outline-element-decoration .stripe-style-3.outline-element-decoration .wc-order-review,
.stripe-style-3.outline-element-decoration .wc-side-column,
.outline-element-decoration .stripe-style-3.outline-element-decoration .wc-side-column,
.stripe-style-3.outline-element-decoration .wc-login-wrap form,
.outline-element-decoration .stripe-style-3.outline-element-decoration .wc-login-wrap form,
.stripe-style-3.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe-style-3.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-3.outline-element-decoration form.track_order,
.outline-element-decoration .stripe-style-3.outline-element-decoration form.track_order,
.stripe-style-3.outline-element-decoration form.lost_reset_password,
.outline-element-decoration .stripe-style-3.outline-element-decoration form.lost_reset_password,
.stripe-style-3.outline-element-decoration #customer_login > div,
.outline-element-decoration .stripe-style-3.outline-element-decoration #customer_login > div,
.stripe-style-3.outline-element-decoration #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe-style-3.outline-element-decoration #reviews ol.commentlist .comment_container,
.stripe-style-3.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe-style-3.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-3.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe-style-3.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-3.outline-element-decoration .light-bg-btn,
.outline-element-decoration .stripe-style-3.outline-element-decoration .light-bg-btn,
.stripe-style-3.outline-element-decoration .btn-light,
.outline-element-decoration .stripe-style-3.outline-element-decoration .btn-light,
.stripe-style-3.outline-element-decoration .btn-light:hover,
.outline-element-decoration .stripe-style-3.outline-element-decoration .btn-light:hover,
.stripe-style-3.outline-element-decoration .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe-style-3.outline-element-decoration .borderframe.br-standard .shortcode-single-image,
.stripe-style-3.outline-element-decoration .frame-on.frame-fancy,
.outline-element-decoration .stripe-style-3.outline-element-decoration .frame-on.frame-fancy,
.stripe-style-3.outline-element-decoration .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe-style-3.outline-element-decoration .dt-owl-item .post.bg-on:before,
.stripe-style-3.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-3.outline-element-decoration .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe-style-3.outline-element-decoration .wpb_tabs.tab-style-two,
.stripe-style-3.outline-element-decoration .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-four.wpb_tabs,
.stripe-style-3.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-3.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe-style-3.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-3.outline-element-decoration .tab-style-four.wpb_tour,
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-four.wpb_tour,
.stripe-style-3.outline-element-decoration .comment-list .comment-body,
.outline-element-decoration .stripe-style-3.outline-element-decoration .comment-list .comment-body,
.stripe-style-3.outline-element-decoration .entry-author,
.outline-element-decoration .stripe-style-3.outline-element-decoration .entry-author {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.19);
}
.outline-element-decoration .stripe-style-4 .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe-style-5 .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe-style-4 .testimonial-item .ts-viewport,
.outline-element-decoration .stripe-style-5 .testimonial-item .ts-viewport,
.outline-element-decoration .stripe-style-4 .bg-on.team-container,
.outline-element-decoration .stripe-style-5 .bg-on.team-container,
.outline-element-decoration .stripe-style-4 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe-style-5 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe-style-4 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe-style-5 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe-style-4 .post.bg-on,
.outline-element-decoration .stripe-style-5 .post.bg-on,
.outline-element-decoration .stripe-style-4 .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe-style-5 .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe-style-4 .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe-style-5 .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe-style-4 .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe-style-5 .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe-style-4 .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe-style-5 .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe-style-4 .shortcode-code,
.outline-element-decoration .stripe-style-5 .shortcode-code,
.outline-element-decoration .stripe-style-4 .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe-style-5 .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe-style-4 .shop_attributes,
.outline-element-decoration .stripe-style-5 .shop_attributes,
.outline-element-decoration .stripe-style-4 .wc-order-review,
.outline-element-decoration .stripe-style-5 .wc-order-review,
.outline-element-decoration .stripe-style-4 .wc-side-column,
.outline-element-decoration .stripe-style-5 .wc-side-column,
.outline-element-decoration .stripe-style-4 .wc-login-wrap form,
.outline-element-decoration .stripe-style-5 .wc-login-wrap form,
.outline-element-decoration .stripe-style-4 .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe-style-5 .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe-style-4 form.track_order,
.outline-element-decoration .stripe-style-5 form.track_order,
.outline-element-decoration .stripe-style-4 form.lost_reset_password,
.outline-element-decoration .stripe-style-5 form.lost_reset_password,
.outline-element-decoration .stripe-style-4 #customer_login > div,
.outline-element-decoration .stripe-style-5 #customer_login > div,
.outline-element-decoration .stripe-style-4 #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe-style-5 #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe-style-4 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe-style-5 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe-style-4 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe-style-5 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe-style-4 .light-bg-btn,
.outline-element-decoration .stripe-style-5 .light-bg-btn,
.outline-element-decoration .stripe-style-4 .btn-light,
.outline-element-decoration .stripe-style-5 .btn-light,
.outline-element-decoration .stripe-style-4 .btn-light:hover,
.outline-element-decoration .stripe-style-5 .btn-light:hover,
.outline-element-decoration .stripe-style-4 .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe-style-5 .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe-style-4 .frame-on.frame-fancy,
.outline-element-decoration .stripe-style-5 .frame-on.frame-fancy,
.outline-element-decoration .stripe-style-4 .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe-style-5 .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-4 .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe-style-5 .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe-style-4 .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe-style-5 .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe-style-4 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-5 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-4 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-5 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-4 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-5 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-4 .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe-style-5 .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe-style-4 .tab-style-four.wpb_tour,
.outline-element-decoration .stripe-style-5 .tab-style-four.wpb_tour,
.outline-element-decoration .stripe-style-4 .comment-list .comment-body,
.outline-element-decoration .stripe-style-5 .comment-list .comment-body,
.outline-element-decoration .stripe-style-4 .entry-author,
.outline-element-decoration .stripe-style-5 .entry-author {
  box-shadow: none;
}
.shadow-element-decoration .stripe .sidebar-content.solid-bg .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe .sidebar-content.solid-bg .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .bg-on.team-container,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .post.bg-on,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .shortcode-code,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .shop_attributes,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .wc-order-review,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .wc-side-column,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .wc-login-wrap form,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe .sidebar-content.solid-bg form.track_order,
.shadow-element-decoration .stripe .sidebar-content.solid-bg form.lost_reset_password,
.shadow-element-decoration .stripe .sidebar-content.solid-bg #customer_login > div,
.shadow-element-decoration .stripe .sidebar-content.solid-bg #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe .sidebar-content.solid-bg .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .light-bg-btn,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .btn-light,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .btn-light:hover,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .frame-on.frame-fancy,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe .sidebar-content.solid-bg .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .comment-list .comment-body,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .entry-author {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe:not(.outline-element-decoration) .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe:not(.outline-element-decoration) .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .bg-on.team-container,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .post.bg-on,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .shortcode-code,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .shop_attributes,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .wc-order-review,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .wc-side-column,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .wc-login-wrap form,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe:not(.outline-element-decoration) form.track_order,
.shadow-element-decoration .stripe:not(.outline-element-decoration) form.lost_reset_password,
.shadow-element-decoration .stripe:not(.outline-element-decoration) #customer_login > div,
.shadow-element-decoration .stripe:not(.outline-element-decoration) #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe:not(.outline-element-decoration) .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .light-bg-btn,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .btn-light,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .btn-light:hover,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .frame-on.frame-fancy,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe:not(.outline-element-decoration) .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .comment-list .comment-body,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .entry-author {
  box-shadow: none;
}
.stripe-style-1.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.stripe-style-2.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.stripe-style-3.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.stripe-style-1.shadow-element-decoration .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .testimonial-item .ts-viewport,
.stripe-style-2.shadow-element-decoration .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .testimonial-item .ts-viewport,
.stripe-style-3.shadow-element-decoration .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .testimonial-item .ts-viewport,
.stripe-style-1.shadow-element-decoration .bg-on.team-container,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .bg-on.team-container,
.stripe-style-2.shadow-element-decoration .bg-on.team-container,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .bg-on.team-container,
.stripe-style-3.shadow-element-decoration .bg-on.team-container,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .bg-on.team-container,
.stripe-style-1.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-2.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-3.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-1.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-2.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-3.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-1.shadow-element-decoration .post.bg-on,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .post.bg-on,
.stripe-style-2.shadow-element-decoration .post.bg-on,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .post.bg-on,
.stripe-style-3.shadow-element-decoration .post.bg-on,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .post.bg-on,
.stripe-style-1.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.stripe-style-2.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.stripe-style-3.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.stripe-style-1.shadow-element-decoration .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .post.bg-on.fullwidth-img.format-link,
.stripe-style-2.shadow-element-decoration .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .post.bg-on.fullwidth-img.format-link,
.stripe-style-3.shadow-element-decoration .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .post.bg-on.fullwidth-img.format-link,
.stripe-style-1.shadow-element-decoration .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .content-bg-on.centered-layout-list article,
.stripe-style-2.shadow-element-decoration .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .content-bg-on.centered-layout-list article,
.stripe-style-3.shadow-element-decoration .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .content-bg-on.centered-layout-list article,
.stripe-style-1.shadow-element-decoration .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .content-bg-on.classic-layout-list article,
.stripe-style-2.shadow-element-decoration .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .content-bg-on.classic-layout-list article,
.stripe-style-3.shadow-element-decoration .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .content-bg-on.classic-layout-list article,
.stripe-style-1.shadow-element-decoration .shortcode-code,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .shortcode-code,
.stripe-style-2.shadow-element-decoration .shortcode-code,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .shortcode-code,
.stripe-style-3.shadow-element-decoration .shortcode-code,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .shortcode-code,
.stripe-style-1.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-2.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-3.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-1.shadow-element-decoration .shop_attributes,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .shop_attributes,
.stripe-style-2.shadow-element-decoration .shop_attributes,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .shop_attributes,
.stripe-style-3.shadow-element-decoration .shop_attributes,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .shop_attributes,
.stripe-style-1.shadow-element-decoration .wc-order-review,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .wc-order-review,
.stripe-style-2.shadow-element-decoration .wc-order-review,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .wc-order-review,
.stripe-style-3.shadow-element-decoration .wc-order-review,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .wc-order-review,
.stripe-style-1.shadow-element-decoration .wc-side-column,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .wc-side-column,
.stripe-style-2.shadow-element-decoration .wc-side-column,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .wc-side-column,
.stripe-style-3.shadow-element-decoration .wc-side-column,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .wc-side-column,
.stripe-style-1.shadow-element-decoration .wc-login-wrap form,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .wc-login-wrap form,
.stripe-style-2.shadow-element-decoration .wc-login-wrap form,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .wc-login-wrap form,
.stripe-style-3.shadow-element-decoration .wc-login-wrap form,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .wc-login-wrap form,
.stripe-style-1.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-2.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-3.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-1.shadow-element-decoration form.track_order,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration form.track_order,
.stripe-style-2.shadow-element-decoration form.track_order,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration form.track_order,
.stripe-style-3.shadow-element-decoration form.track_order,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration form.track_order,
.stripe-style-1.shadow-element-decoration form.lost_reset_password,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration form.lost_reset_password,
.stripe-style-2.shadow-element-decoration form.lost_reset_password,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration form.lost_reset_password,
.stripe-style-3.shadow-element-decoration form.lost_reset_password,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration form.lost_reset_password,
.stripe-style-1.shadow-element-decoration #customer_login > div,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration #customer_login > div,
.stripe-style-2.shadow-element-decoration #customer_login > div,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration #customer_login > div,
.stripe-style-3.shadow-element-decoration #customer_login > div,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration #customer_login > div,
.stripe-style-1.shadow-element-decoration #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration #reviews ol.commentlist .comment_container,
.stripe-style-2.shadow-element-decoration #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration #reviews ol.commentlist .comment_container,
.stripe-style-3.shadow-element-decoration #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration #reviews ol.commentlist .comment_container,
.stripe-style-1.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-2.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-3.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-1.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-2.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-3.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-1.shadow-element-decoration .light-bg-btn,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .light-bg-btn,
.stripe-style-2.shadow-element-decoration .light-bg-btn,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .light-bg-btn,
.stripe-style-3.shadow-element-decoration .light-bg-btn,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .light-bg-btn,
.stripe-style-1.shadow-element-decoration .btn-light,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .btn-light,
.stripe-style-2.shadow-element-decoration .btn-light,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .btn-light,
.stripe-style-3.shadow-element-decoration .btn-light,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .btn-light,
.stripe-style-1.shadow-element-decoration .btn-light:hover,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .btn-light:hover,
.stripe-style-2.shadow-element-decoration .btn-light:hover,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .btn-light:hover,
.stripe-style-3.shadow-element-decoration .btn-light:hover,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .btn-light:hover,
.stripe-style-1.shadow-element-decoration .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .borderframe.br-standard .shortcode-single-image,
.stripe-style-2.shadow-element-decoration .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .borderframe.br-standard .shortcode-single-image,
.stripe-style-3.shadow-element-decoration .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .borderframe.br-standard .shortcode-single-image,
.stripe-style-1.shadow-element-decoration .frame-on.frame-fancy,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .frame-on.frame-fancy,
.stripe-style-2.shadow-element-decoration .frame-on.frame-fancy,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .frame-on.frame-fancy,
.stripe-style-3.shadow-element-decoration .frame-on.frame-fancy,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .frame-on.frame-fancy,
.stripe-style-1.shadow-element-decoration .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .dt-owl-item .post.bg-on:before,
.stripe-style-2.shadow-element-decoration .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .dt-owl-item .post.bg-on:before,
.stripe-style-3.shadow-element-decoration .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .dt-owl-item .post.bg-on:before,
.stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-1.shadow-element-decoration .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .wpb_tabs.tab-style-two,
.stripe-style-2.shadow-element-decoration .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .wpb_tabs.tab-style-two,
.stripe-style-3.shadow-element-decoration .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .wpb_tabs.tab-style-two,
.stripe-style-1.shadow-element-decoration .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-four.wpb_tabs,
.stripe-style-2.shadow-element-decoration .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-four.wpb_tabs,
.stripe-style-3.shadow-element-decoration .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-four.wpb_tabs,
.stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-1.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-2.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-3.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-1.shadow-element-decoration .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-four.wpb_tour,
.stripe-style-2.shadow-element-decoration .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-four.wpb_tour,
.stripe-style-3.shadow-element-decoration .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-four.wpb_tour,
.stripe-style-1.shadow-element-decoration .comment-list .comment-body,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .comment-list .comment-body,
.stripe-style-2.shadow-element-decoration .comment-list .comment-body,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .comment-list .comment-body,
.stripe-style-3.shadow-element-decoration .comment-list .comment-body,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .comment-list .comment-body,
.stripe-style-1.shadow-element-decoration .entry-author,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .entry-author,
.stripe-style-2.shadow-element-decoration .entry-author,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .entry-author,
.stripe-style-3.shadow-element-decoration .entry-author,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .entry-author {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe-style-4 .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe-style-5 .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe-style-4 .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe-style-5 .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe-style-4 .bg-on.team-container,
.shadow-element-decoration .stripe-style-5 .bg-on.team-container,
.shadow-element-decoration .stripe-style-4 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe-style-5 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe-style-4 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe-style-5 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe-style-4 .post.bg-on,
.shadow-element-decoration .stripe-style-5 .post.bg-on,
.shadow-element-decoration .stripe-style-4 .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe-style-5 .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe-style-4 .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe-style-5 .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe-style-4 .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe-style-5 .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe-style-4 .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe-style-5 .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe-style-4 .shortcode-code,
.shadow-element-decoration .stripe-style-5 .shortcode-code,
.shadow-element-decoration .stripe-style-4 .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe-style-5 .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe-style-4 .shop_attributes,
.shadow-element-decoration .stripe-style-5 .shop_attributes,
.shadow-element-decoration .stripe-style-4 .wc-order-review,
.shadow-element-decoration .stripe-style-5 .wc-order-review,
.shadow-element-decoration .stripe-style-4 .wc-side-column,
.shadow-element-decoration .stripe-style-5 .wc-side-column,
.shadow-element-decoration .stripe-style-4 .wc-login-wrap form,
.shadow-element-decoration .stripe-style-5 .wc-login-wrap form,
.shadow-element-decoration .stripe-style-4 .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe-style-5 .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe-style-4 form.track_order,
.shadow-element-decoration .stripe-style-5 form.track_order,
.shadow-element-decoration .stripe-style-4 form.lost_reset_password,
.shadow-element-decoration .stripe-style-5 form.lost_reset_password,
.shadow-element-decoration .stripe-style-4 #customer_login > div,
.shadow-element-decoration .stripe-style-5 #customer_login > div,
.shadow-element-decoration .stripe-style-4 #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe-style-5 #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe-style-4 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe-style-5 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe-style-4 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe-style-5 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe-style-4 .light-bg-btn,
.shadow-element-decoration .stripe-style-5 .light-bg-btn,
.shadow-element-decoration .stripe-style-4 .btn-light,
.shadow-element-decoration .stripe-style-5 .btn-light,
.shadow-element-decoration .stripe-style-4 .btn-light:hover,
.shadow-element-decoration .stripe-style-5 .btn-light:hover,
.shadow-element-decoration .stripe-style-4 .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe-style-5 .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe-style-4 .frame-on.frame-fancy,
.shadow-element-decoration .stripe-style-5 .frame-on.frame-fancy,
.shadow-element-decoration .stripe-style-4 .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe-style-5 .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-4 .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe-style-5 .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe-style-4 .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe-style-5 .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe-style-4 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-5 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-4 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-5 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-4 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-5 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-4 .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe-style-5 .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe-style-4 .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe-style-5 .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe-style-4 .comment-list .comment-body,
.shadow-element-decoration .stripe-style-5 .comment-list .comment-body,
.shadow-element-decoration .stripe-style-4 .entry-author,
.shadow-element-decoration .stripe-style-5 .entry-author {
  box-shadow: none;
}
.stripe .sidebar-content.solid-bg .centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(77,77,77,0.15);
}
.stripe-style-1.stripe-transparent-bg .centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(77,77,77,0.15);
}
.stripe-style-2.stripe-transparent-bg .centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(153,157,159,0.15);
}
.stripe-style-3.stripe-transparent-bg .centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(61,61,61,0.15);
}
#page .stripe-style-4 .centered-layout-list.dividers-on .post-entry-content:after,
.boxes-solid-bg .stripe-style-4 .centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(255,255,255,0.15);
}
#page .stripe-style-5 .centered-layout-list.dividers-on .post-entry-content:after,
.boxes-solid-bg .stripe-style-5 .centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(51,51,51,0.15);
}
.stripe .sidebar-content.solid-bg .dt-fancy-title.bg-on,
.stripe .sidebar-content.solid-bg hr.gf_rule {
  background-color: rgba(77,77,77,0.08);
}
.stripe-style-1.stripe-transparent-bg .dt-fancy-title.bg-on,
.stripe-style-1.stripe-transparent-bg hr.gf_rule {
  background-color: rgba(77,77,77,0.08);
}
.stripe-style-2.stripe-transparent-bg .dt-fancy-title.bg-on,
.stripe-style-2.stripe-transparent-bg hr.gf_rule {
  background-color: rgba(153,157,159,0.08);
}
.stripe-style-3.stripe-transparent-bg .dt-fancy-title.bg-on,
.stripe-style-3.stripe-transparent-bg hr.gf_rule {
  background-color: rgba(61,61,61,0.08);
}
#page .stripe-style-4 .dt-fancy-title.bg-on,
.boxes-solid-bg .stripe-style-4 .dt-fancy-title.bg-on,
#page .stripe-style-4 hr.gf_rule,
.boxes-solid-bg .stripe-style-4 hr.gf_rule {
  background-color: rgba(255,255,255,0.08);
}
#page .stripe-style-5 .dt-fancy-title.bg-on,
.boxes-solid-bg .stripe-style-5 .dt-fancy-title.bg-on,
#page .stripe-style-5 hr.gf_rule,
.boxes-solid-bg .stripe-style-5 hr.gf_rule {
  background-color: rgba(51,51,51,0.08);
}
.stripe-style-1 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list) .post-entry-content,
.stripe-style-1 blockquote:not(.shortcode-blockquote),
.stripe-style-1 blockquote.shortcode-blockquote.block-style-widget,
.stripe-style-1 .block-style-widget {
  background-color: rgba(173,173,173,0.08);
}
.stripe-style-2 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list) .post-entry-content,
.stripe-style-2 blockquote:not(.shortcode-blockquote),
.stripe-style-2 blockquote.shortcode-blockquote.block-style-widget,
.stripe-style-2 .block-style-widget {
  background-color: rgba(136,136,136,0.08);
}
.stripe-style-3 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list) .post-entry-content,
.stripe-style-3 blockquote:not(.shortcode-blockquote),
.stripe-style-3 blockquote.shortcode-blockquote.block-style-widget,
.stripe-style-3 .block-style-widget {
  background-color: rgba(136,136,136,0);
}
.stripe-style-4 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list) .post-entry-content,
.stripe-style-4 blockquote:not(.shortcode-blockquote),
.stripe-style-4 blockquote.shortcode-blockquote.block-style-widget,
.stripe-style-4 .block-style-widget {
  background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list) .post-entry-content,
.stripe-style-5 blockquote:not(.shortcode-blockquote),
.stripe-style-5 blockquote.shortcode-blockquote.block-style-widget,
.stripe-style-5 .block-style-widget {
  background-color: rgba(0,0,0,0.08);
}
.outline-element-decoration .stripe .sidebar-content.solid-bg .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe .sidebar-content.solid-bg blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe .sidebar-content.solid-bg .block-style-widget {
  box-shadow: inset 0px 0px 0px 1px ;
}
.outline-element-decoration .stripe:not(.shadow-element-decoration) .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe:not(.shadow-element-decoration) blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe:not(.shadow-element-decoration) .block-style-widget {
  box-shadow: none;
}
.stripe-style-1.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe-style-1.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.stripe-style-1.outline-element-decoration blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe-style-1.outline-element-decoration blockquote:not(.shortcode-blockquote),
.stripe-style-1.outline-element-decoration .block-style-widget,
.outline-element-decoration .stripe-style-1.outline-element-decoration .block-style-widget {
  box-shadow: inset 0px 0px 0px 1px #dd3333;
}
.stripe-style-2.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe-style-2.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.stripe-style-2.outline-element-decoration blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe-style-2.outline-element-decoration blockquote:not(.shortcode-blockquote),
.stripe-style-2.outline-element-decoration .block-style-widget,
.outline-element-decoration .stripe-style-2.outline-element-decoration .block-style-widget {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-3.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe-style-3.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.stripe-style-3.outline-element-decoration blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe-style-3.outline-element-decoration blockquote:not(.shortcode-blockquote),
.stripe-style-3.outline-element-decoration .block-style-widget,
.outline-element-decoration .stripe-style-3.outline-element-decoration .block-style-widget {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.19);
}
.outline-element-decoration .stripe-style-4 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe-style-5 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe-style-4 blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe-style-5 blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe-style-4 .block-style-widget,
.outline-element-decoration .stripe-style-5 .block-style-widget {
  box-shadow: none;
}
.shadow-element-decoration .stripe .sidebar-content.solid-bg .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe .sidebar-content.solid-bg blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe .sidebar-content.solid-bg .block-style-widget {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe:not(.outline-element-decoration) .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe:not(.outline-element-decoration) blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe:not(.outline-element-decoration) .block-style-widget {
  box-shadow: none;
}
.stripe-style-1.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.stripe-style-2.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.stripe-style-3.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.stripe-style-1.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe-style-1.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.stripe-style-2.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe-style-2.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.stripe-style-3.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe-style-3.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.stripe-style-1.shadow-element-decoration .block-style-widget,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .block-style-widget,
.stripe-style-2.shadow-element-decoration .block-style-widget,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .block-style-widget,
.stripe-style-3.shadow-element-decoration .block-style-widget,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .block-style-widget {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe-style-4 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe-style-5 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe-style-4 blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe-style-5 blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe-style-4 .block-style-widget,
.shadow-element-decoration .stripe-style-5 .block-style-widget {
  box-shadow: none;
}
.stripe-style-1 .format-link-content,
.stripe-style-1 .format-aside-content,
.stripe-style-1 .format-status-content,
.stripe-style-1 #page .content-bg-on.gradient-overlay-layout-list .post-entry-content {
  background-color: rgba(173,173,173,0.08);
}
.stripe-style-2 .format-link-content,
.stripe-style-2 .format-aside-content,
.stripe-style-2 .format-status-content,
.stripe-style-2 #page .content-bg-on.gradient-overlay-layout-list .post-entry-content {
  background-color: rgba(136,136,136,0.08);
}
.stripe-style-3 .format-link-content,
.stripe-style-3 .format-aside-content,
.stripe-style-3 .format-status-content,
.stripe-style-3 #page .content-bg-on.gradient-overlay-layout-list .post-entry-content {
  background-color: rgba(136,136,136,0);
}
.stripe-style-4 .format-link-content,
.stripe-style-4 .format-aside-content,
.stripe-style-4 .format-status-content,
.stripe-style-4 #page .content-bg-on.gradient-overlay-layout-list .post-entry-content {
  background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .format-link-content,
.stripe-style-5 .format-aside-content,
.stripe-style-5 .format-status-content,
.stripe-style-5 #page .content-bg-on.gradient-overlay-layout-list .post-entry-content {
  background-color: rgba(0,0,0,0.08);
}
.outline-element-decoration .stripe .sidebar-content.solid-bg .format-link-content {
  box-shadow: inset 0px 0px 0px 1px ;
}
.outline-element-decoration .stripe:not(.shadow-element-decoration) .format-link-content {
  box-shadow: none;
}
.stripe-style-1.outline-element-decoration .format-link-content,
.outline-element-decoration .stripe-style-1.outline-element-decoration .format-link-content {
  box-shadow: inset 0px 0px 0px 1px #dd3333;
}
.stripe-style-2.outline-element-decoration .format-link-content,
.outline-element-decoration .stripe-style-2.outline-element-decoration .format-link-content {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-3.outline-element-decoration .format-link-content,
.outline-element-decoration .stripe-style-3.outline-element-decoration .format-link-content {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.19);
}
.outline-element-decoration .stripe-style-4 .format-link-content,
.outline-element-decoration .stripe-style-5 .format-link-content {
  box-shadow: none;
}
.shadow-element-decoration .stripe .sidebar-content.solid-bg .format-link-content {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe:not(.outline-element-decoration) .format-link-content {
  box-shadow: none;
}
.stripe-style-1.shadow-element-decoration .format-link-content,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .format-link-content,
.stripe-style-2.shadow-element-decoration .format-link-content,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .format-link-content,
.stripe-style-3.shadow-element-decoration .format-link-content,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .format-link-content {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe-style-4 .format-link-content,
.shadow-element-decoration .stripe-style-5 .format-link-content {
  box-shadow: none;
}
.stripe .sidebar-content.solid-bg .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.stripe .sidebar-content.solid-bg .layout-list .post,
.stripe .sidebar-content.solid-bg .dividers-on.classic-layout-list .post,
.stripe .sidebar-content.solid-bg .ngg-albumoverview .ngg-album,
.stripe .sidebar-content.solid-bg .wpb_separator.wpb_content_element,
.stripe .sidebar-content.solid-bg .vc_text_separator,
.stripe .sidebar-content.solid-bg blockquote.shortcode-blockquote,
.stripe .sidebar-content.solid-bg .plain-bg,
.stripe .sidebar-content.solid-bg .borderframe .shortcode-single-image,
.stripe .sidebar-content.solid-bg .frame-on,
.stripe .sidebar-content.solid-bg .wpb_tour.tab-style-three .wpb_tabs_nav li,
.stripe .sidebar-content.solid-bg .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe .sidebar-content.solid-bg .single .entry-tags a,
.stripe .sidebar-content.solid-bg .post-navigation .nav-links,
.stripe .sidebar-content.solid-bg .single-related-posts,
.stripe .sidebar-content.solid-bg .no-avatar,
.stripe .sidebar-content.solid-bg .list-divider li,
.stripe .sidebar-content.solid-bg .separator-holder,
.stripe .sidebar-content.solid-bg .accent-border-color .bg-on .separator-holder {
  border-color: rgba(77,77,77,0.15);
}
.stripe-style-1 .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-1 .layout-list .post,
.stripe-style-1 .dividers-on.classic-layout-list .post,
.stripe-style-1 .ngg-albumoverview .ngg-album,
.stripe-style-1 .wpb_separator.wpb_content_element,
.stripe-style-1 .vc_text_separator,
.stripe-style-1 blockquote.shortcode-blockquote,
.stripe-style-1 .plain-bg,
.stripe-style-1 .borderframe .shortcode-single-image,
.stripe-style-1 .frame-on,
.stripe-style-1 .wpb_tour.tab-style-three .wpb_tabs_nav li,
.stripe-style-1 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-1 .single .entry-tags a,
.stripe-style-1 .post-navigation .nav-links,
.stripe-style-1 .single-related-posts,
.stripe-style-1 .no-avatar,
.stripe-style-1 .list-divider li,
.stripe-style-1 .separator-holder,
.stripe-style-1 .accent-border-color .bg-on .separator-holder {
  border-color: rgba(77,77,77,0.15);
}
.stripe-style-2 .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-2 .layout-list .post,
.stripe-style-2 .dividers-on.classic-layout-list .post,
.stripe-style-2 .ngg-albumoverview .ngg-album,
.stripe-style-2 .wpb_separator.wpb_content_element,
.stripe-style-2 .vc_text_separator,
.stripe-style-2 blockquote.shortcode-blockquote,
.stripe-style-2 .plain-bg,
.stripe-style-2 .borderframe .shortcode-single-image,
.stripe-style-2 .frame-on,
.stripe-style-2 .wpb_tour.tab-style-three .wpb_tabs_nav li,
.stripe-style-2 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-2 .single .entry-tags a,
.stripe-style-2 .post-navigation .nav-links,
.stripe-style-2 .single-related-posts,
.stripe-style-2 .no-avatar,
.stripe-style-2 .list-divider li,
.stripe-style-2 .separator-holder,
.stripe-style-2 .accent-border-color .bg-on .separator-holder {
  border-color: rgba(153,157,159,0.15);
}
.stripe-style-3 .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-3 .layout-list .post,
.stripe-style-3 .dividers-on.classic-layout-list .post,
.stripe-style-3 .ngg-albumoverview .ngg-album,
.stripe-style-3 .wpb_separator.wpb_content_element,
.stripe-style-3 .vc_text_separator,
.stripe-style-3 blockquote.shortcode-blockquote,
.stripe-style-3 .plain-bg,
.stripe-style-3 .borderframe .shortcode-single-image,
.stripe-style-3 .frame-on,
.stripe-style-3 .wpb_tour.tab-style-three .wpb_tabs_nav li,
.stripe-style-3 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-3 .single .entry-tags a,
.stripe-style-3 .post-navigation .nav-links,
.stripe-style-3 .single-related-posts,
.stripe-style-3 .no-avatar,
.stripe-style-3 .list-divider li,
.stripe-style-3 .separator-holder,
.stripe-style-3 .accent-border-color .bg-on .separator-holder {
  border-color: rgba(61,61,61,0.15);
}
.stripe-style-4 .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-4 .layout-list .post,
.stripe-style-4 .dividers-on.classic-layout-list .post,
.stripe-style-4 .ngg-albumoverview .ngg-album,
.stripe-style-4 .wpb_separator.wpb_content_element,
.stripe-style-4 .vc_text_separator,
.stripe-style-4 blockquote.shortcode-blockquote,
.stripe-style-4 .plain-bg,
.stripe-style-4 .borderframe .shortcode-single-image,
.stripe-style-4 .frame-on,
.stripe-style-4 .wpb_tour.tab-style-three .wpb_tabs_nav li,
.stripe-style-4 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-4 .single .entry-tags a,
.stripe-style-4 .post-navigation .nav-links,
.stripe-style-4 .single-related-posts,
.stripe-style-4 .no-avatar,
.stripe-style-4 .list-divider li,
.stripe-style-4 .separator-holder,
.stripe-style-4 .accent-border-color .bg-on .separator-holder {
  border-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-5 .layout-list .post,
.stripe-style-5 .dividers-on.classic-layout-list .post,
.stripe-style-5 .ngg-albumoverview .ngg-album,
.stripe-style-5 .wpb_separator.wpb_content_element,
.stripe-style-5 .vc_text_separator,
.stripe-style-5 blockquote.shortcode-blockquote,
.stripe-style-5 .plain-bg,
.stripe-style-5 .borderframe .shortcode-single-image,
.stripe-style-5 .frame-on,
.stripe-style-5 .wpb_tour.tab-style-three .wpb_tabs_nav li,
.stripe-style-5 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-5 .single .entry-tags a,
.stripe-style-5 .post-navigation .nav-links,
.stripe-style-5 .single-related-posts,
.stripe-style-5 .no-avatar,
.stripe-style-5 .list-divider li,
.stripe-style-5 .separator-holder,
.stripe-style-5 .accent-border-color .bg-on .separator-holder {
  border-color: rgba(51,51,51,0.15);
}
.stripe .sidebar-content.solid-bg .widget .team-author-name,
.stripe .sidebar-content.solid-bg .sidebar-content:not(.solid-bg) .widget .team-author-name,
.stripe .sidebar-content.solid-bg .team-author-name,
.stripe .sidebar-content.solid-bg .pb-style-two .vc_label,
.stripe .sidebar-content.solid-bg .pb-style-three .vc_label,
.stripe .sidebar-content.solid-bg .wpb_content_element .wpb_accordion_header > a span,
.stripe .sidebar-content.solid-bg .post h2.entry-title,
.stripe .sidebar-content.solid-bg .post h2.entry-title,
.stripe .sidebar-content.solid-bg .gform_wrapper h3.gform_title,
.stripe .sidebar-content.solid-bg .gform_wrapper .gsection .gfield_label,
.stripe .sidebar-content.solid-bg .gform_wrapper h2.gsection_title,
.stripe .sidebar-content.solid-bg h3.gform_title,
.stripe .sidebar-content.solid-bg form.mc4wp-form label,
.stripe .sidebar-content.solid-bg .rollover-content h2.entry-title,
.stripe .sidebar-content.solid-bg .filter a,
.stripe .sidebar-content.solid-bg .filter a *,
.stripe .sidebar-content.solid-bg .filter .customSelect,
.stripe .sidebar-content.solid-bg .paginator a,
.stripe .sidebar-content.solid-bg .paginator a *,
.stripe .sidebar-content.solid-bg .paginator:not(.paginator-more-button) a,
.stripe .sidebar-content.solid-bg .woocom-list-content .price ins,
.stripe .sidebar-content.solid-bg .woocom-list-content .price ins *,
.stripe .sidebar-content.solid-bg blockquote,
.stripe .sidebar-content.solid-bg blockquote *,
.stripe .sidebar-content.solid-bg .shortcode-pullquote,
.stripe .sidebar-content.solid-bg .comments-title,
.stripe .sidebar-content.solid-bg .comments-title a,
.stripe .sidebar-content.solid-bg .comment-author a,
.stripe .sidebar-content.solid-bg .comment-author .fn,
.stripe .sidebar-content.solid-bg #reply-title,
.stripe .sidebar-content.solid-bg .fn,
.stripe .sidebar-content.solid-bg .fn a,
.stripe .sidebar-content.solid-bg .pingback-title,
.stripe .sidebar-content.solid-bg .single .entry-tags a:hover,
.stripe .sidebar-content.solid-bg .share-button.entry-share,
.stripe .sidebar-content.solid-bg .btn-project-link,
.stripe .sidebar-content.solid-bg .btn-project-link:hover,
.stripe .sidebar-content.solid-bg .comment-reply-link,
.stripe .sidebar-content.solid-bg .comment-reply-link:hover,
.stripe .sidebar-content.solid-bg .share-link-description,
.stripe .sidebar-content.solid-bg .wpb_content_element .wpb_tabs_nav > li > a,
.stripe .sidebar-content.solid-bg .title-color .dt-fancy-title,
.stripe .sidebar-content.solid-bg .widget-title,
.stripe .sidebar-content.solid-bg .widgettitle,
.stripe .sidebar-content.solid-bg .widget_categories li a,
.stripe .sidebar-content.solid-bg .widget_meta a,
.stripe .sidebar-content.solid-bg .blogroll a,
.stripe .sidebar-content.solid-bg .widget_archive li a,
.stripe .sidebar-content.solid-bg .widget_recent_entries a,
.stripe .sidebar-content.solid-bg .widget_recent_comments a,
.stripe .sidebar-content.solid-bg .widget_links a,
.stripe .sidebar-content.solid-bg .items-grid a,
.stripe .sidebar-content.solid-bg .recent-posts a,
.stripe .sidebar-content.solid-bg .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.stripe .sidebar-content.solid-bg .contact-info .secondary-color,
.stripe .sidebar-content.solid-bg .widget_nav_menu a,
.stripe .sidebar-content.solid-bg .tagcloud a,
.stripe .sidebar-content.solid-bg .widget_pages a,
.stripe .sidebar-content.solid-bg a.rsswidget,
.stripe .sidebar-content.solid-bg .textwidget a,
.stripe .sidebar-content.solid-bg #wp-calendar th,
.stripe .sidebar-content.solid-bg #wp-calendar caption,
.stripe .sidebar-content.solid-bg #wp-calendar tfoot td,
.stripe .sidebar-content.solid-bg #wp-calendar tfoot td a,
.stripe .sidebar-content.solid-bg .skill-name,
.stripe .sidebar-content.solid-bg .skill-name *,
.stripe .sidebar-content.solid-bg .custom-nav > li > a span,
.stripe .sidebar-content.solid-bg .custom-nav > li > ul a span,
.stripe .sidebar-content.solid-bg .st-accordion li a,
.stripe .sidebar-content.solid-bg .st-accordion > ul li > a *,
.stripe .sidebar-content.solid-bg .related-product > li .product-title,
.stripe .sidebar-content.solid-bg .related-product > li .amount,
.stripe .sidebar-content.solid-bg .woocommerce fieldset legend,
.stripe .sidebar-content.solid-bg .woocom-list-content .price ins,
.stripe .sidebar-content.solid-bg .woocom-list-content .price ins *,
.stripe .sidebar-content.solid-bg .woocommerce-MyAccount-navigation > ul li a,
.stripe .sidebar-content.solid-bg .sidebar-content:not(.solid-bg) .color-primary {
  color: #4d4d4d;
}
.stripe-style-1 .widget .team-author-name,
.stripe-style-1 .sidebar-content:not(.solid-bg) .widget .team-author-name,
.stripe-style-1 .team-author-name,
.stripe-style-1 .pb-style-two .vc_label,
.stripe-style-1 .pb-style-three .vc_label,
.stripe-style-1 .wpb_content_element .wpb_accordion_header > a span,
.stripe-style-1 .post h2.entry-title,
.stripe-style-1 .post h2.entry-title,
.stripe-style-1 .gform_wrapper h3.gform_title,
.stripe-style-1 .gform_wrapper .gsection .gfield_label,
.stripe-style-1 .gform_wrapper h2.gsection_title,
.stripe-style-1 h3.gform_title,
.stripe-style-1 form.mc4wp-form label,
.stripe-style-1 .rollover-content h2.entry-title,
.stripe-style-1 .filter a,
.stripe-style-1 .filter a *,
.stripe-style-1 .filter .customSelect,
.stripe-style-1 .paginator a,
.stripe-style-1 .paginator a *,
.stripe-style-1 .paginator:not(.paginator-more-button) a,
.stripe-style-1 .woocom-list-content .price ins,
.stripe-style-1 .woocom-list-content .price ins *,
.stripe-style-1 blockquote,
.stripe-style-1 blockquote *,
.stripe-style-1 .shortcode-pullquote,
.stripe-style-1 .comments-title,
.stripe-style-1 .comments-title a,
.stripe-style-1 .comment-author a,
.stripe-style-1 .comment-author .fn,
.stripe-style-1 #reply-title,
.stripe-style-1 .fn,
.stripe-style-1 .fn a,
.stripe-style-1 .pingback-title,
.stripe-style-1 .single .entry-tags a:hover,
.stripe-style-1 .share-button.entry-share,
.stripe-style-1 .btn-project-link,
.stripe-style-1 .btn-project-link:hover,
.stripe-style-1 .comment-reply-link,
.stripe-style-1 .comment-reply-link:hover,
.stripe-style-1 .share-link-description,
.stripe-style-1 .wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-1 .title-color .dt-fancy-title,
.stripe-style-1 .widget-title,
.stripe-style-1 .widgettitle,
.stripe-style-1 .widget_categories li a,
.stripe-style-1 .widget_meta a,
.stripe-style-1 .blogroll a,
.stripe-style-1 .widget_archive li a,
.stripe-style-1 .widget_recent_entries a,
.stripe-style-1 .widget_recent_comments a,
.stripe-style-1 .widget_links a,
.stripe-style-1 .items-grid a,
.stripe-style-1 .recent-posts a,
.stripe-style-1 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.stripe-style-1 .contact-info .secondary-color,
.stripe-style-1 .widget_nav_menu a,
.stripe-style-1 .tagcloud a,
.stripe-style-1 .widget_pages a,
.stripe-style-1 a.rsswidget,
.stripe-style-1 .textwidget a,
.stripe-style-1 #wp-calendar th,
.stripe-style-1 #wp-calendar caption,
.stripe-style-1 #wp-calendar tfoot td,
.stripe-style-1 #wp-calendar tfoot td a,
.stripe-style-1 .skill-name,
.stripe-style-1 .skill-name *,
.stripe-style-1 .custom-nav > li > a span,
.stripe-style-1 .custom-nav > li > ul a span,
.stripe-style-1 .st-accordion li a,
.stripe-style-1 .st-accordion > ul li > a *,
.stripe-style-1 .related-product > li .product-title,
.stripe-style-1 .related-product > li .amount,
.stripe-style-1 .woocommerce fieldset legend,
.stripe-style-1 .woocom-list-content .price ins,
.stripe-style-1 .woocom-list-content .price ins *,
.stripe-style-1 .woocommerce-MyAccount-navigation > ul li a,
.stripe-style-1 .sidebar-content:not(.solid-bg) .color-primary {
  color: #4d4d4d;
}
.stripe-style-2 .widget .team-author-name,
.stripe-style-2 .sidebar-content:not(.solid-bg) .widget .team-author-name,
.stripe-style-2 .team-author-name,
.stripe-style-2 .pb-style-two .vc_label,
.stripe-style-2 .pb-style-three .vc_label,
.stripe-style-2 .wpb_content_element .wpb_accordion_header > a span,
.stripe-style-2 .post h2.entry-title,
.stripe-style-2 .post h2.entry-title,
.stripe-style-2 .gform_wrapper h3.gform_title,
.stripe-style-2 .gform_wrapper .gsection .gfield_label,
.stripe-style-2 .gform_wrapper h2.gsection_title,
.stripe-style-2 h3.gform_title,
.stripe-style-2 form.mc4wp-form label,
.stripe-style-2 .rollover-content h2.entry-title,
.stripe-style-2 .filter a,
.stripe-style-2 .filter a *,
.stripe-style-2 .filter .customSelect,
.stripe-style-2 .paginator a,
.stripe-style-2 .paginator a *,
.stripe-style-2 .paginator:not(.paginator-more-button) a,
.stripe-style-2 .woocom-list-content .price ins,
.stripe-style-2 .woocom-list-content .price ins *,
.stripe-style-2 blockquote,
.stripe-style-2 blockquote *,
.stripe-style-2 .shortcode-pullquote,
.stripe-style-2 .comments-title,
.stripe-style-2 .comments-title a,
.stripe-style-2 .comment-author a,
.stripe-style-2 .comment-author .fn,
.stripe-style-2 #reply-title,
.stripe-style-2 .fn,
.stripe-style-2 .fn a,
.stripe-style-2 .pingback-title,
.stripe-style-2 .single .entry-tags a:hover,
.stripe-style-2 .share-button.entry-share,
.stripe-style-2 .btn-project-link,
.stripe-style-2 .btn-project-link:hover,
.stripe-style-2 .comment-reply-link,
.stripe-style-2 .comment-reply-link:hover,
.stripe-style-2 .share-link-description,
.stripe-style-2 .wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-2 .title-color .dt-fancy-title,
.stripe-style-2 .widget-title,
.stripe-style-2 .widgettitle,
.stripe-style-2 .widget_categories li a,
.stripe-style-2 .widget_meta a,
.stripe-style-2 .blogroll a,
.stripe-style-2 .widget_archive li a,
.stripe-style-2 .widget_recent_entries a,
.stripe-style-2 .widget_recent_comments a,
.stripe-style-2 .widget_links a,
.stripe-style-2 .items-grid a,
.stripe-style-2 .recent-posts a,
.stripe-style-2 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.stripe-style-2 .contact-info .secondary-color,
.stripe-style-2 .widget_nav_menu a,
.stripe-style-2 .tagcloud a,
.stripe-style-2 .widget_pages a,
.stripe-style-2 a.rsswidget,
.stripe-style-2 .textwidget a,
.stripe-style-2 #wp-calendar th,
.stripe-style-2 #wp-calendar caption,
.stripe-style-2 #wp-calendar tfoot td,
.stripe-style-2 #wp-calendar tfoot td a,
.stripe-style-2 .skill-name,
.stripe-style-2 .skill-name *,
.stripe-style-2 .custom-nav > li > a span,
.stripe-style-2 .custom-nav > li > ul a span,
.stripe-style-2 .st-accordion li a,
.stripe-style-2 .st-accordion > ul li > a *,
.stripe-style-2 .related-product > li .product-title,
.stripe-style-2 .related-product > li .amount,
.stripe-style-2 .woocommerce fieldset legend,
.stripe-style-2 .woocom-list-content .price ins,
.stripe-style-2 .woocom-list-content .price ins *,
.stripe-style-2 .woocommerce-MyAccount-navigation > ul li a,
.stripe-style-2 .sidebar-content:not(.solid-bg) .color-primary {
  color: #ffffff;
}
.stripe-style-3 .widget .team-author-name,
.stripe-style-3 .sidebar-content:not(.solid-bg) .widget .team-author-name,
.stripe-style-3 .team-author-name,
.stripe-style-3 .pb-style-two .vc_label,
.stripe-style-3 .pb-style-three .vc_label,
.stripe-style-3 .wpb_content_element .wpb_accordion_header > a span,
.stripe-style-3 .post h2.entry-title,
.stripe-style-3 .post h2.entry-title,
.stripe-style-3 .gform_wrapper h3.gform_title,
.stripe-style-3 .gform_wrapper .gsection .gfield_label,
.stripe-style-3 .gform_wrapper h2.gsection_title,
.stripe-style-3 h3.gform_title,
.stripe-style-3 form.mc4wp-form label,
.stripe-style-3 .rollover-content h2.entry-title,
.stripe-style-3 .filter a,
.stripe-style-3 .filter a *,
.stripe-style-3 .filter .customSelect,
.stripe-style-3 .paginator a,
.stripe-style-3 .paginator a *,
.stripe-style-3 .paginator:not(.paginator-more-button) a,
.stripe-style-3 .woocom-list-content .price ins,
.stripe-style-3 .woocom-list-content .price ins *,
.stripe-style-3 blockquote,
.stripe-style-3 blockquote *,
.stripe-style-3 .shortcode-pullquote,
.stripe-style-3 .comments-title,
.stripe-style-3 .comments-title a,
.stripe-style-3 .comment-author a,
.stripe-style-3 .comment-author .fn,
.stripe-style-3 #reply-title,
.stripe-style-3 .fn,
.stripe-style-3 .fn a,
.stripe-style-3 .pingback-title,
.stripe-style-3 .single .entry-tags a:hover,
.stripe-style-3 .share-button.entry-share,
.stripe-style-3 .btn-project-link,
.stripe-style-3 .btn-project-link:hover,
.stripe-style-3 .comment-reply-link,
.stripe-style-3 .comment-reply-link:hover,
.stripe-style-3 .share-link-description,
.stripe-style-3 .wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-3 .title-color .dt-fancy-title,
.stripe-style-3 .widget-title,
.stripe-style-3 .widgettitle,
.stripe-style-3 .widget_categories li a,
.stripe-style-3 .widget_meta a,
.stripe-style-3 .blogroll a,
.stripe-style-3 .widget_archive li a,
.stripe-style-3 .widget_recent_entries a,
.stripe-style-3 .widget_recent_comments a,
.stripe-style-3 .widget_links a,
.stripe-style-3 .items-grid a,
.stripe-style-3 .recent-posts a,
.stripe-style-3 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.stripe-style-3 .contact-info .secondary-color,
.stripe-style-3 .widget_nav_menu a,
.stripe-style-3 .tagcloud a,
.stripe-style-3 .widget_pages a,
.stripe-style-3 a.rsswidget,
.stripe-style-3 .textwidget a,
.stripe-style-3 #wp-calendar th,
.stripe-style-3 #wp-calendar caption,
.stripe-style-3 #wp-calendar tfoot td,
.stripe-style-3 #wp-calendar tfoot td a,
.stripe-style-3 .skill-name,
.stripe-style-3 .skill-name *,
.stripe-style-3 .custom-nav > li > a span,
.stripe-style-3 .custom-nav > li > ul a span,
.stripe-style-3 .st-accordion li a,
.stripe-style-3 .st-accordion > ul li > a *,
.stripe-style-3 .related-product > li .product-title,
.stripe-style-3 .related-product > li .amount,
.stripe-style-3 .woocommerce fieldset legend,
.stripe-style-3 .woocom-list-content .price ins,
.stripe-style-3 .woocom-list-content .price ins *,
.stripe-style-3 .woocommerce-MyAccount-navigation > ul li a,
.stripe-style-3 .sidebar-content:not(.solid-bg) .color-primary {
  color: #3d3d3d;
}
.stripe-style-4 .widget .team-author-name,
.stripe-style-4 .sidebar-content:not(.solid-bg) .widget .team-author-name,
.stripe-style-4 .team-author-name,
.stripe-style-4 .pb-style-two .vc_label,
.stripe-style-4 .pb-style-three .vc_label,
.stripe-style-4 .wpb_content_element .wpb_accordion_header > a span,
.stripe-style-4 .post h2.entry-title,
.stripe-style-4 .post h2.entry-title,
.stripe-style-4 .gform_wrapper h3.gform_title,
.stripe-style-4 .gform_wrapper .gsection .gfield_label,
.stripe-style-4 .gform_wrapper h2.gsection_title,
.stripe-style-4 h3.gform_title,
.stripe-style-4 form.mc4wp-form label,
.stripe-style-4 .rollover-content h2.entry-title,
.stripe-style-4 .filter a,
.stripe-style-4 .filter a *,
.stripe-style-4 .filter .customSelect,
.stripe-style-4 .paginator a,
.stripe-style-4 .paginator a *,
.stripe-style-4 .paginator:not(.paginator-more-button) a,
.stripe-style-4 .woocom-list-content .price ins,
.stripe-style-4 .woocom-list-content .price ins *,
.stripe-style-4 blockquote,
.stripe-style-4 blockquote *,
.stripe-style-4 .shortcode-pullquote,
.stripe-style-4 .comments-title,
.stripe-style-4 .comments-title a,
.stripe-style-4 .comment-author a,
.stripe-style-4 .comment-author .fn,
.stripe-style-4 #reply-title,
.stripe-style-4 .fn,
.stripe-style-4 .fn a,
.stripe-style-4 .pingback-title,
.stripe-style-4 .single .entry-tags a:hover,
.stripe-style-4 .share-button.entry-share,
.stripe-style-4 .btn-project-link,
.stripe-style-4 .btn-project-link:hover,
.stripe-style-4 .comment-reply-link,
.stripe-style-4 .comment-reply-link:hover,
.stripe-style-4 .share-link-description,
.stripe-style-4 .wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-4 .title-color .dt-fancy-title,
.stripe-style-4 .widget-title,
.stripe-style-4 .widgettitle,
.stripe-style-4 .widget_categories li a,
.stripe-style-4 .widget_meta a,
.stripe-style-4 .blogroll a,
.stripe-style-4 .widget_archive li a,
.stripe-style-4 .widget_recent_entries a,
.stripe-style-4 .widget_recent_comments a,
.stripe-style-4 .widget_links a,
.stripe-style-4 .items-grid a,
.stripe-style-4 .recent-posts a,
.stripe-style-4 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.stripe-style-4 .contact-info .secondary-color,
.stripe-style-4 .widget_nav_menu a,
.stripe-style-4 .tagcloud a,
.stripe-style-4 .widget_pages a,
.stripe-style-4 a.rsswidget,
.stripe-style-4 .textwidget a,
.stripe-style-4 #wp-calendar th,
.stripe-style-4 #wp-calendar caption,
.stripe-style-4 #wp-calendar tfoot td,
.stripe-style-4 #wp-calendar tfoot td a,
.stripe-style-4 .skill-name,
.stripe-style-4 .skill-name *,
.stripe-style-4 .custom-nav > li > a span,
.stripe-style-4 .custom-nav > li > ul a span,
.stripe-style-4 .st-accordion li a,
.stripe-style-4 .st-accordion > ul li > a *,
.stripe-style-4 .related-product > li .product-title,
.stripe-style-4 .related-product > li .amount,
.stripe-style-4 .woocommerce fieldset legend,
.stripe-style-4 .woocom-list-content .price ins,
.stripe-style-4 .woocom-list-content .price ins *,
.stripe-style-4 .woocommerce-MyAccount-navigation > ul li a,
.stripe-style-4 .sidebar-content:not(.solid-bg) .color-primary {
  color: #ffffff;
}
.stripe-style-5 .widget .team-author-name,
.stripe-style-5 .sidebar-content:not(.solid-bg) .widget .team-author-name,
.stripe-style-5 .team-author-name,
.stripe-style-5 .pb-style-two .vc_label,
.stripe-style-5 .pb-style-three .vc_label,
.stripe-style-5 .wpb_content_element .wpb_accordion_header > a span,
.stripe-style-5 .post h2.entry-title,
.stripe-style-5 .post h2.entry-title,
.stripe-style-5 .gform_wrapper h3.gform_title,
.stripe-style-5 .gform_wrapper .gsection .gfield_label,
.stripe-style-5 .gform_wrapper h2.gsection_title,
.stripe-style-5 h3.gform_title,
.stripe-style-5 form.mc4wp-form label,
.stripe-style-5 .rollover-content h2.entry-title,
.stripe-style-5 .filter a,
.stripe-style-5 .filter a *,
.stripe-style-5 .filter .customSelect,
.stripe-style-5 .paginator a,
.stripe-style-5 .paginator a *,
.stripe-style-5 .paginator:not(.paginator-more-button) a,
.stripe-style-5 .woocom-list-content .price ins,
.stripe-style-5 .woocom-list-content .price ins *,
.stripe-style-5 blockquote,
.stripe-style-5 blockquote *,
.stripe-style-5 .shortcode-pullquote,
.stripe-style-5 .comments-title,
.stripe-style-5 .comments-title a,
.stripe-style-5 .comment-author a,
.stripe-style-5 .comment-author .fn,
.stripe-style-5 #reply-title,
.stripe-style-5 .fn,
.stripe-style-5 .fn a,
.stripe-style-5 .pingback-title,
.stripe-style-5 .single .entry-tags a:hover,
.stripe-style-5 .share-button.entry-share,
.stripe-style-5 .btn-project-link,
.stripe-style-5 .btn-project-link:hover,
.stripe-style-5 .comment-reply-link,
.stripe-style-5 .comment-reply-link:hover,
.stripe-style-5 .share-link-description,
.stripe-style-5 .wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-5 .title-color .dt-fancy-title,
.stripe-style-5 .widget-title,
.stripe-style-5 .widgettitle,
.stripe-style-5 .widget_categories li a,
.stripe-style-5 .widget_meta a,
.stripe-style-5 .blogroll a,
.stripe-style-5 .widget_archive li a,
.stripe-style-5 .widget_recent_entries a,
.stripe-style-5 .widget_recent_comments a,
.stripe-style-5 .widget_links a,
.stripe-style-5 .items-grid a,
.stripe-style-5 .recent-posts a,
.stripe-style-5 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.stripe-style-5 .contact-info .secondary-color,
.stripe-style-5 .widget_nav_menu a,
.stripe-style-5 .tagcloud a,
.stripe-style-5 .widget_pages a,
.stripe-style-5 a.rsswidget,
.stripe-style-5 .textwidget a,
.stripe-style-5 #wp-calendar th,
.stripe-style-5 #wp-calendar caption,
.stripe-style-5 #wp-calendar tfoot td,
.stripe-style-5 #wp-calendar tfoot td a,
.stripe-style-5 .skill-name,
.stripe-style-5 .skill-name *,
.stripe-style-5 .custom-nav > li > a span,
.stripe-style-5 .custom-nav > li > ul a span,
.stripe-style-5 .st-accordion li a,
.stripe-style-5 .st-accordion > ul li > a *,
.stripe-style-5 .related-product > li .product-title,
.stripe-style-5 .related-product > li .amount,
.stripe-style-5 .woocommerce fieldset legend,
.stripe-style-5 .woocom-list-content .price ins,
.stripe-style-5 .woocom-list-content .price ins *,
.stripe-style-5 .woocommerce-MyAccount-navigation > ul li a,
.stripe-style-5 .sidebar-content:not(.solid-bg) .color-primary {
  color: #333333;
}
.stripe .sidebar-content.solid-bg .blog-shortcode .entry-title a,
.stripe .sidebar-content.solid-bg .portfolio-shortcode .entry-title a,
.stripe .sidebar-content.solid-bg .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #4d4d4d;
}
.stripe-style-1 .blog-shortcode .entry-title a,
.stripe-style-1 .portfolio-shortcode .entry-title a,
.stripe-style-1 .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #4d4d4d;
}
.stripe-style-2 .blog-shortcode .entry-title a,
.stripe-style-2 .portfolio-shortcode .entry-title a,
.stripe-style-2 .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #ffffff;
}
.stripe-style-3 .blog-shortcode .entry-title a,
.stripe-style-3 .portfolio-shortcode .entry-title a,
.stripe-style-3 .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #3d3d3d;
}
.stripe-style-4 .blog-shortcode .entry-title a,
.stripe-style-4 .portfolio-shortcode .entry-title a,
.stripe-style-4 .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #ffffff;
}
.stripe-style-5 .blog-shortcode .entry-title a,
.stripe-style-5 .portfolio-shortcode .entry-title a,
.stripe-style-5 .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #333333;
}
.stripe .sidebar-content.solid-bg .post-details.details-type-link {
  color: #4d4d4d;
}
.stripe-style-1 .post-details.details-type-link {
  color: #4d4d4d;
}
.stripe-style-2 .post-details.details-type-link {
  color: #ffffff;
}
.stripe-style-3 .post-details.details-type-link {
  color: #3d3d3d;
}
.stripe-style-4 .post-details.details-type-link {
  color: #ffffff;
}
.stripe-style-5 .post-details.details-type-link {
  color: #333333;
}
.stripe .sidebar-content.solid-bg .post-details.details-type-link * {
  color: #4d4d4d;
}
.stripe-style-1 .post-details.details-type-link * {
  color: #4d4d4d;
}
.stripe-style-2 .post-details.details-type-link * {
  color: #ffffff;
}
.stripe-style-3 .post-details.details-type-link * {
  color: #3d3d3d;
}
.stripe-style-4 .post-details.details-type-link * {
  color: #ffffff;
}
.stripe-style-5 .post-details.details-type-link * {
  color: #333333;
}
.stripe-style-1 .content-bg-on.content-rollover-layout-list .post-entry-content:before {
  background: rgba(173,173,173,0.08);
  background: -moz-linear-gradient(top,rgba(173,173,173,0) 0%,rgba(173,173,173,0.08) 65%,rgba(173,173,173,0.08) 100%);
  background: -webkit-linear-gradient(top,rgba(173,173,173,0) 0%,rgba(173,173,173,0.08) 65%,rgba(173,173,173,0.08) 100%);
  background: linear-gradient(to bottom,rgba(173,173,173,0) 0%,rgba(173,173,173,0.08) 65%,rgba(173,173,173,0.08) 100%);
}
.stripe-style-2 .content-bg-on.content-rollover-layout-list .post-entry-content:before {
  background: rgba(136,136,136,0.08);
  background: -moz-linear-gradient(top,rgba(136,136,136,0) 0%,rgba(136,136,136,0.08) 65%,rgba(136,136,136,0.08) 100%);
  background: -webkit-linear-gradient(top,rgba(136,136,136,0) 0%,rgba(136,136,136,0.08) 65%,rgba(136,136,136,0.08) 100%);
  background: linear-gradient(to bottom,rgba(136,136,136,0) 0%,rgba(136,136,136,0.08) 65%,rgba(136,136,136,0.08) 100%);
}
.stripe-style-3 .content-bg-on.content-rollover-layout-list .post-entry-content:before {
  background: rgba(136,136,136,0);
  background: -moz-linear-gradient(top,rgba(136,136,136,0) 0%,rgba(136,136,136,0) 65%,rgba(136,136,136,0) 100%);
  background: -webkit-linear-gradient(top,rgba(136,136,136,0) 0%,rgba(136,136,136,0) 65%,rgba(136,136,136,0) 100%);
  background: linear-gradient(to bottom,rgba(136,136,136,0) 0%,rgba(136,136,136,0) 65%,rgba(136,136,136,0) 100%);
}
.stripe-style-4 .content-bg-on.content-rollover-layout-list .post-entry-content:before {
  background: rgba(255,255,255,0.15);
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 65%,rgba(255,255,255,0.15) 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 65%,rgba(255,255,255,0.15) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 65%,rgba(255,255,255,0.15) 100%);
}
.stripe-style-5 .content-bg-on.content-rollover-layout-list .post-entry-content:before {
  background: rgba(0,0,0,0.08);
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 65%,rgba(0,0,0,0.08) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 65%,rgba(0,0,0,0.08) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 65%,rgba(0,0,0,0.08) 100%);
}
#page .stripe-style-1 .content-bg-on.gradient-overlap-layout-list .post-entry-content {
  background: linear-gradient(to bottom,rgba(173,173,173,0.08),rgba(173,173,173,0.08)) no-repeat 0px 150px;
}
#page .stripe-style-2 .content-bg-on.gradient-overlap-layout-list .post-entry-content {
  background: linear-gradient(to bottom,rgba(136,136,136,0.08),rgba(136,136,136,0.08)) no-repeat 0px 150px;
}
#page .stripe-style-3 .content-bg-on.gradient-overlap-layout-list .post-entry-content {
  background: linear-gradient(to bottom,rgba(136,136,136,0),rgba(136,136,136,0)) no-repeat 0px 150px;
}
#page .stripe-style-4 .content-bg-on.gradient-overlap-layout-list .post-entry-content {
  background: linear-gradient(to bottom,rgba(255,255,255,0.15),rgba(255,255,255,0.15)) no-repeat 0px 150px;
}
#page .stripe-style-5 .content-bg-on.gradient-overlap-layout-list .post-entry-content {
  background: linear-gradient(to bottom,rgba(0,0,0,0.08),rgba(0,0,0,0.08)) no-repeat 0px 150px;
}
.stripe .sidebar-content.solid-bg .team-author p,
.stripe .sidebar-content.solid-bg .blog-shortcode .entry-meta,
.stripe .sidebar-content.solid-bg .portfolio-shortcode .entry-meta,
.stripe .sidebar-content.solid-bg .owl-carousel .entry-meta,
.stripe .sidebar-content.solid-bg .shortcode-single-caption,
.stripe .sidebar-content.solid-bg .author-link,
.stripe .sidebar-content.solid-bg .author-link:hover,
.stripe .sidebar-content.solid-bg .meta-nav,
.stripe .sidebar-content.solid-bg a.clear-form,
.stripe .sidebar-content.solid-bg #cancel-comment-reply-link,
.stripe .sidebar-content.solid-bg .dt-fancy-separator,
.stripe .sidebar-content.solid-bg .dt-fancy-separator * {
  color: rgba(77,77,77,0.5);
}
.stripe-style-1 .team-author p,
.stripe-style-1 .blog-shortcode .entry-meta,
.stripe-style-1 .portfolio-shortcode .entry-meta,
.stripe-style-1 .owl-carousel .entry-meta,
.stripe-style-1 .shortcode-single-caption,
.stripe-style-1 .author-link,
.stripe-style-1 .author-link:hover,
.stripe-style-1 .meta-nav,
.stripe-style-1 a.clear-form,
.stripe-style-1 #cancel-comment-reply-link,
.stripe-style-1 .dt-fancy-separator,
.stripe-style-1 .dt-fancy-separator * {
  color: rgba(77,77,77,0.5);
}
.stripe-style-2 .team-author p,
.stripe-style-2 .blog-shortcode .entry-meta,
.stripe-style-2 .portfolio-shortcode .entry-meta,
.stripe-style-2 .owl-carousel .entry-meta,
.stripe-style-2 .shortcode-single-caption,
.stripe-style-2 .author-link,
.stripe-style-2 .author-link:hover,
.stripe-style-2 .meta-nav,
.stripe-style-2 a.clear-form,
.stripe-style-2 #cancel-comment-reply-link,
.stripe-style-2 .dt-fancy-separator,
.stripe-style-2 .dt-fancy-separator * {
  color: rgba(153,157,159,0.5);
}
.stripe-style-3 .team-author p,
.stripe-style-3 .blog-shortcode .entry-meta,
.stripe-style-3 .portfolio-shortcode .entry-meta,
.stripe-style-3 .owl-carousel .entry-meta,
.stripe-style-3 .shortcode-single-caption,
.stripe-style-3 .author-link,
.stripe-style-3 .author-link:hover,
.stripe-style-3 .meta-nav,
.stripe-style-3 a.clear-form,
.stripe-style-3 #cancel-comment-reply-link,
.stripe-style-3 .dt-fancy-separator,
.stripe-style-3 .dt-fancy-separator * {
  color: rgba(61,61,61,0.5);
}
.stripe-style-4 .team-author p,
.stripe-style-4 .blog-shortcode .entry-meta,
.stripe-style-4 .portfolio-shortcode .entry-meta,
.stripe-style-4 .owl-carousel .entry-meta,
.stripe-style-4 .shortcode-single-caption,
.stripe-style-4 .author-link,
.stripe-style-4 .author-link:hover,
.stripe-style-4 .meta-nav,
.stripe-style-4 a.clear-form,
.stripe-style-4 #cancel-comment-reply-link,
.stripe-style-4 .dt-fancy-separator,
.stripe-style-4 .dt-fancy-separator * {
  color: rgba(255,255,255,0.5);
}
.stripe-style-5 .team-author p,
.stripe-style-5 .blog-shortcode .entry-meta,
.stripe-style-5 .portfolio-shortcode .entry-meta,
.stripe-style-5 .owl-carousel .entry-meta,
.stripe-style-5 .shortcode-single-caption,
.stripe-style-5 .author-link,
.stripe-style-5 .author-link:hover,
.stripe-style-5 .meta-nav,
.stripe-style-5 a.clear-form,
.stripe-style-5 #cancel-comment-reply-link,
.stripe-style-5 .dt-fancy-separator,
.stripe-style-5 .dt-fancy-separator * {
  color: rgba(51,51,51,0.5);
}
.stripe-style-1 .text-secondary,
.stripe-style-1 .testimonial-vcard .text-secondary {
  color: #4d4d4d;
}
.stripe-style-2 .text-secondary,
.stripe-style-2 .testimonial-vcard .text-secondary {
  color: #4d4d4d;
}
.stripe-style-3 .text-secondary,
.stripe-style-3 .testimonial-vcard .text-secondary {
  color: #4d4d4d;
}
.stripe .sidebar-content.solid-bg .contentSlider-wrap .psBullet:not(.act):not(:hover),
.stripe .sidebar-content.solid-bg .contentSlider-wrap .psBullet:not(.act):hover {
  box-shadow: inset 0 0 0 2px rgba(77,77,77,0.35);
}
.stripe .sidebar-content.solid-bg .contentSlider-wrap .psBullet.act {
  box-shadow: inset 0 0 0 20px rgba(77,77,77,0.35);
}
.stripe-style-1 .contentSlider-wrap .psBullet:not(.act):not(:hover),
.stripe-style-1 .contentSlider-wrap .psBullet:not(.act):hover {
  box-shadow: inset 0 0 0 2px rgba(77,77,77,0.35);
}
.stripe-style-1 .contentSlider-wrap .psBullet.act {
  box-shadow: inset 0 0 0 20px rgba(77,77,77,0.35);
}
.stripe-style-2 .contentSlider-wrap .psBullet:not(.act):not(:hover),
.stripe-style-2 .contentSlider-wrap .psBullet:not(.act):hover {
  box-shadow: inset 0 0 0 2px rgba(153,157,159,0.35);
}
.stripe-style-2 .contentSlider-wrap .psBullet.act {
  box-shadow: inset 0 0 0 20px rgba(153,157,159,0.35);
}
.stripe-style-3 .contentSlider-wrap .psBullet:not(.act):not(:hover),
.stripe-style-3 .contentSlider-wrap .psBullet:not(.act):hover {
  box-shadow: inset 0 0 0 2px rgba(61,61,61,0.35);
}
.stripe-style-3 .contentSlider-wrap .psBullet.act {
  box-shadow: inset 0 0 0 20px rgba(61,61,61,0.35);
}
.stripe-style-4 .contentSlider-wrap .psBullet:not(.act):not(:hover),
.stripe-style-4 .contentSlider-wrap .psBullet:not(.act):hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.35);
}
.stripe-style-4 .contentSlider-wrap .psBullet.act {
  box-shadow: inset 0 0 0 20px rgba(255,255,255,0.35);
}
.stripe-style-5 .contentSlider-wrap .psBullet:not(.act):not(:hover),
.stripe-style-5 .contentSlider-wrap .psBullet:not(.act):hover {
  box-shadow: inset 0 0 0 2px rgba(51,51,51,0.35);
}
.stripe-style-5 .contentSlider-wrap .psBullet.act {
  box-shadow: inset 0 0 0 20px rgba(51,51,51,0.35);
}
.stripe .sidebar-content.solid-bg .widget .custom-nav > li li a:before {
  background-color: rgba(77,77,77,0.5);
}
.stripe-style-1 .custom-nav > li li a:before {
  background-color: rgba(77,77,77,0.5);
}
.stripe-style-2 .custom-nav > li li a:before {
  background-color: rgba(153,157,159,0.5);
}
.stripe-style-3 .custom-nav > li li a:before {
  background-color: rgba(61,61,61,0.5);
}
.stripe-style-4 .custom-nav > li li a:before {
  background-color: rgba(255,255,255,0.5);
}
.stripe-style-5 .custom-nav > li li a:before {
  background-color: rgba(51,51,51,0.5);
}
.stripe .sidebar-content.solid-bg .custom-categories a,
.stripe .sidebar-content.solid-bg .custom-categories a .item-name,
.stripe .sidebar-content.solid-bg .cat-item a,
.stripe .sidebar-content.solid-bg .widget_recent_comments a,
.stripe .sidebar-content.solid-bg .widget_tag_cloud a:hover {
  color: #4d4d4d;
}
.stripe .sidebar-content.solid-bg .custom-categories a span.item-num,
.stripe .sidebar-content.solid-bg .cat-item a span.item-num {
  color: rgba(77,77,77,0.5);
}
.stripe .sidebar-content.solid-bg .custom-categories a:hover span.item-name,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .custom-categories a:hover span.item-name,
.stripe .sidebar-content.solid-bg .cat-item a:hover span.item-name,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .cat-item a:hover span.item-name,
.stripe .sidebar-content.solid-bg .custom-menu a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:hover,
.stripe .sidebar-content.solid-bg .widget_recent_comments a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_recent_comments a:hover,
.stripe .sidebar-content.solid-bg .menu .current-menu-parent > a,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .menu .current-menu-parent > a,
.stripe .sidebar-content.solid-bg .menu .current-menu-item > a,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .menu .current-menu-item > a,
.stripe .sidebar-content.solid-bg .custom-nav > li > a:hover span,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .custom-nav > li > a:hover span,
.stripe .sidebar-content.solid-bg .custom-nav li.act > a span,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .custom-nav li.act > a span,
.stripe .sidebar-content.solid-bg .custom-nav > li > ul a:hover span,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .custom-nav > li > ul a:hover span,
.stripe .sidebar-content.solid-bg .st-accordion li > a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .st-accordion li > a:hover,
.stripe .sidebar-content.solid-bg .st-accordion > ul li > a:hover *,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .st-accordion > ul li > a:hover *,
.stripe .sidebar-content.solid-bg .widget .custom-categories a:hover span.item-name,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget .custom-categories a:hover span.item-name,
.stripe .sidebar-content.solid-bg .widget_categories li a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_categories li a:hover,
.stripe .sidebar-content.solid-bg .widget_meta a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_meta a:hover,
.stripe .sidebar-content.solid-bg .blogroll a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .blogroll a:hover,
.stripe .sidebar-content.solid-bg .widget_archive li a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_archive li a:hover,
.stripe .sidebar-content.solid-bg .widget_recent_entries a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_recent_entries a:hover,
.stripe .sidebar-content.solid-bg .widget_links a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_links a:hover,
.stripe .sidebar-content.solid-bg .widget_pages a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_pages a:hover,
.stripe .sidebar-content.solid-bg .recent-posts a:not(.post-rollover):hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .recent-posts a:not(.post-rollover):hover,
.stripe .sidebar-content.solid-bg .items-grid .post-content > a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .items-grid .post-content > a:hover,
.stripe .sidebar-content.solid-bg #wp-calendar td a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) #wp-calendar td a:hover,
.stripe .sidebar-content.solid-bg .tagcloud a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .tagcloud a:hover,
.stripe .sidebar-content.solid-bg .textwidget a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .textwidget a:hover,
.stripe .sidebar-content.solid-bg .widget_nav_menu a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_nav_menu a:hover,
.stripe .sidebar-content.solid-bg a.rsswidget:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) a.rsswidget:hover {
  color: #4d4d4d;
}
.stripe .sidebar-content.solid-bg .widget_archive li,
.stripe .sidebar-content.solid-bg .widget_categories li,
.stripe .sidebar-content.solid-bg .sidebar-content:not(.solid-bg) .custom-categories a span.item-num,
.stripe .sidebar-content.solid-bg .sidebar-content:not(.solid-bg) .cat-item a span.item-num {
  color: rgba(77,77,77,0.5);
}
.stripe-style-1 .widget_archive li,
.stripe-style-1 .widget_categories li,
.stripe-style-1 .sidebar-content:not(.solid-bg) .custom-categories a span.item-num,
.stripe-style-1 .sidebar-content:not(.solid-bg) .cat-item a span.item-num {
  color: rgba(77,77,77,0.5);
}
.stripe-style-2 .widget_archive li,
.stripe-style-2 .widget_categories li,
.stripe-style-2 .sidebar-content:not(.solid-bg) .custom-categories a span.item-num,
.stripe-style-2 .sidebar-content:not(.solid-bg) .cat-item a span.item-num {
  color: rgba(153,157,159,0.5);
}
.stripe-style-3 .widget_archive li,
.stripe-style-3 .widget_categories li,
.stripe-style-3 .sidebar-content:not(.solid-bg) .custom-categories a span.item-num,
.stripe-style-3 .sidebar-content:not(.solid-bg) .cat-item a span.item-num {
  color: rgba(61,61,61,0.5);
}
.stripe-style-4 .widget_archive li,
.stripe-style-4 .widget_categories li,
.stripe-style-4 .sidebar-content:not(.solid-bg) .custom-categories a span.item-num,
.stripe-style-4 .sidebar-content:not(.solid-bg) .cat-item a span.item-num {
  color: rgba(255,255,255,0.5);
}
.stripe-style-5 .widget_archive li,
.stripe-style-5 .widget_categories li,
.stripe-style-5 .sidebar-content:not(.solid-bg) .custom-categories a span.item-num,
.stripe-style-5 .sidebar-content:not(.solid-bg) .cat-item a span.item-num {
  color: rgba(51,51,51,0.5);
}
.stripe .sidebar-content.solid-bg .custom-menu a:after {
  color: rgba(77,77,77,0.5);
}
.stripe-style-1 .custom-menu a:after {
  color: rgba(77,77,77,0.5);
}
.stripe-style-2 .custom-menu a:after {
  color: rgba(153,157,159,0.5);
}
.stripe-style-3 .custom-menu a:after {
  color: rgba(61,61,61,0.5);
}
.stripe-style-4 .custom-menu a:after {
  color: rgba(255,255,255,0.5);
}
.stripe-style-5 .custom-menu a:after {
  color: rgba(51,51,51,0.5);
}
.stripe .sidebar-content.solid-bg .skill {
  background-color: rgba(77,77,77,0.1);
}
.stripe-style-1 .skill {
  background-color: rgba(77,77,77,0.1);
}
.stripe-style-2 .skill {
  background-color: rgba(153,157,159,0.1);
}
.stripe-style-3 .skill {
  background-color: rgba(61,61,61,0.1);
}
#page .stripe-style-4 .skill {
  background-color: rgba(255,255,255,0.1);
}
#page .stripe-style-5 .skill {
  background-color: rgba(51,51,51,0.1);
}
.stripe .sidebar-content.solid-bg .st-accordion li > a:before,
.stripe .sidebar-content.solid-bg .custom-menu a:before {
  background-color: rgba(77,77,77,0.15);
}
.stripe-style-1 .st-accordion li > a:before,
.boxes-solid-bg .stripe-style-1.stripe-transparent-bg .st-accordion li > a:before,
.stripe-style-1 .custom-menu a:before,
.boxes-solid-bg .stripe-style-1.stripe-transparent-bg .custom-menu a:before {
  background-color: rgba(77,77,77,0.15);
}
.stripe-style-2 .st-accordion li > a:before,
.boxes-solid-bg .stripe-style-2.stripe-transparent-bg .st-accordion li > a:before,
.stripe-style-2 .custom-menu a:before,
.boxes-solid-bg .stripe-style-2.stripe-transparent-bg .custom-menu a:before {
  background-color: rgba(153,157,159,0.15);
}
.stripe-style-3 .st-accordion li > a:before,
.boxes-solid-bg .stripe-style-3.stripe-transparent-bg .st-accordion li > a:before,
.stripe-style-3 .custom-menu a:before,
.boxes-solid-bg .stripe-style-3.stripe-transparent-bg .custom-menu a:before {
  background-color: rgba(61,61,61,0.15);
}
.stripe-style-4 .st-accordion li > a:before,
.boxes-solid-bg .stripe-style-4 .st-accordion li > a:before,
.stripe-style-4 .custom-menu a:before,
.boxes-solid-bg .stripe-style-4 .custom-menu a:before {
  background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .st-accordion li > a:before,
.boxes-solid-bg .stripe-style-5 .st-accordion li > a:before,
.stripe-style-5 .custom-menu a:before,
.boxes-solid-bg .stripe-style-5 .custom-menu a:before {
  background-color: rgba(51,51,51,0.15);
}
.stripe .sidebar-content.solid-bg h1,
.stripe .sidebar-content.solid-bg h2,
.stripe .sidebar-content.solid-bg h3,
.stripe .sidebar-content.solid-bg h4,
.stripe .sidebar-content.solid-bg h5,
.stripe .sidebar-content.solid-bg h6,
.stripe .sidebar-content.solid-bg h1 a,
.stripe .sidebar-content.solid-bg h2 a,
.stripe .sidebar-content.solid-bg h3 a,
.stripe .sidebar-content.solid-bg h4 a,
.stripe .sidebar-content.solid-bg h5 a,
.stripe .sidebar-content.solid-bg h6 a,
.stripe .sidebar-content.solid-bg h1 a:hover,
.stripe .sidebar-content.solid-bg h2 a:hover,
.stripe .sidebar-content.solid-bg h3 a:hover,
.stripe .sidebar-content.solid-bg h4 a:hover,
.stripe .sidebar-content.solid-bg h5 a:hover,
.stripe .sidebar-content.solid-bg h6 a:hover,
.stripe .sidebar-content.solid-bg .h1-size,
.stripe .sidebar-content.solid-bg .entry-title.h1-size,
.stripe .sidebar-content.solid-bg .h2-size,
.stripe .sidebar-content.solid-bg .entry-title.h2-size,
.stripe .sidebar-content.solid-bg h1.entry-title,
.stripe .sidebar-content.solid-bg .h3-size,
.stripe .sidebar-content.solid-bg .entry-title.h3-size,
.stripe .sidebar-content.solid-bg h2.entry-title,
.stripe .sidebar-content.solid-bg .h4-size,
.stripe .sidebar-content.solid-bg .entry-title.h4-size,
.stripe .sidebar-content.solid-bg h3.entry-title,
.stripe .sidebar-content.solid-bg .h5-size,
.stripe .sidebar-content.solid-bg .entry-title.h5-size,
.stripe .sidebar-content.solid-bg .h6-size,
.stripe .sidebar-content.solid-bg .entry-title.h6-size,
.stripe .sidebar-content.solid-bg .header-color,
.stripe .sidebar-content.solid-bg .entry-meta .header-color,
.stripe .sidebar-content.solid-bg .stripe-color-title,
.stripe .sidebar-content.solid-bg .custom-categories a,
.stripe .sidebar-content.solid-bg .custom-categories a .item-name,
.stripe .sidebar-content.solid-bg .cat-item a,
.stripe .sidebar-content.solid-bg .widget_recent_comments a,
.stripe .sidebar-content.solid-bg .widget_tag_cloud a:hover {
  color: #4d4d4d;
}
.stripe .sidebar-content.solid-bg h1,
.stripe .sidebar-content.solid-bg h2,
.stripe .sidebar-content.solid-bg h3,
.stripe .sidebar-content.solid-bg h4,
.stripe .sidebar-content.solid-bg h5,
.stripe .sidebar-content.solid-bg h6,
.stripe .sidebar-content.solid-bg h1 a,
.stripe .sidebar-content.solid-bg h2 a,
.stripe .sidebar-content.solid-bg h3 a,
.stripe .sidebar-content.solid-bg h4 a,
.stripe .sidebar-content.solid-bg h5 a,
.stripe .sidebar-content.solid-bg h6 a,
.stripe .sidebar-content.solid-bg h1 a:hover,
.stripe .sidebar-content.solid-bg h2 a:hover,
.stripe .sidebar-content.solid-bg h3 a:hover,
.stripe .sidebar-content.solid-bg h4 a:hover,
.stripe .sidebar-content.solid-bg h5 a:hover,
.stripe .sidebar-content.solid-bg h6 a:hover,
.stripe .sidebar-content.solid-bg .h1-size,
.stripe .sidebar-content.solid-bg .entry-title.h1-size,
.stripe .sidebar-content.solid-bg .h2-size,
.stripe .sidebar-content.solid-bg .entry-title.h2-size,
.stripe .sidebar-content.solid-bg h1.entry-title,
.stripe .sidebar-content.solid-bg .h3-size,
.stripe .sidebar-content.solid-bg .entry-title.h3-size,
.stripe .sidebar-content.solid-bg h2.entry-title,
.stripe .sidebar-content.solid-bg .h4-size,
.stripe .sidebar-content.solid-bg .entry-title.h4-size,
.stripe .sidebar-content.solid-bg h3.entry-title,
.stripe .sidebar-content.solid-bg .h5-size,
.stripe .sidebar-content.solid-bg .entry-title.h5-size,
.stripe .sidebar-content.solid-bg .h6-size,
.stripe .sidebar-content.solid-bg .entry-title.h6-size,
.stripe .sidebar-content.solid-bg .header-color,
.stripe .sidebar-content.solid-bg .entry-meta .header-color,
.stripe .sidebar-content.solid-bg .stripe-color-title,
.stripe .sidebar-content.solid-bg .custom-categories a,
.stripe .sidebar-content.solid-bg .custom-categories a .item-name,
.stripe .sidebar-content.solid-bg .cat-item a,
.stripe .sidebar-content.solid-bg .widget_recent_comments a,
.stripe .sidebar-content.solid-bg .widget_tag_cloud a:hover {
  color: #4d4d4d;
}
.stripe-style-1 h1,
.stripe-style-1 h2,
.stripe-style-1 h3,
.stripe-style-1 h4,
.stripe-style-1 h5,
.stripe-style-1 h6,
.stripe-style-1 h1 a,
.stripe-style-1 h2 a,
.stripe-style-1 h3 a,
.stripe-style-1 h4 a,
.stripe-style-1 h5 a,
.stripe-style-1 h6 a,
.stripe-style-1 h1 a:hover,
.stripe-style-1 h2 a:hover,
.stripe-style-1 h3 a:hover,
.stripe-style-1 h4 a:hover,
.stripe-style-1 h5 a:hover,
.stripe-style-1 h6 a:hover,
.stripe-style-1 .h1-size,
.stripe-style-1 .entry-title.h1-size,
.stripe-style-1 .h2-size,
.stripe-style-1 .entry-title.h2-size,
.stripe-style-1 h1.entry-title,
.stripe-style-1 .h3-size,
.stripe-style-1 .entry-title.h3-size,
.stripe-style-1 h2.entry-title,
.stripe-style-1 .h4-size,
.stripe-style-1 .entry-title.h4-size,
.stripe-style-1 h3.entry-title,
.stripe-style-1 .h5-size,
.stripe-style-1 .entry-title.h5-size,
.stripe-style-1 .h6-size,
.stripe-style-1 .entry-title.h6-size,
.stripe-style-1 .header-color,
.stripe-style-1 .entry-meta .header-color,
.stripe-style-1 .stripe-color-title,
.stripe-style-1 .custom-categories a,
.stripe-style-1 .custom-categories a .item-name,
.stripe-style-1 .cat-item a,
.stripe-style-1 .widget_recent_comments a,
.stripe-style-1 .widget_tag_cloud a:hover {
  color: #4d4d4d;
}
.stripe-style-2 h1,
.stripe-style-2 h2,
.stripe-style-2 h3,
.stripe-style-2 h4,
.stripe-style-2 h5,
.stripe-style-2 h6,
.stripe-style-2 h1 a,
.stripe-style-2 h2 a,
.stripe-style-2 h3 a,
.stripe-style-2 h4 a,
.stripe-style-2 h5 a,
.stripe-style-2 h6 a,
.stripe-style-2 h1 a:hover,
.stripe-style-2 h2 a:hover,
.stripe-style-2 h3 a:hover,
.stripe-style-2 h4 a:hover,
.stripe-style-2 h5 a:hover,
.stripe-style-2 h6 a:hover,
.stripe-style-2 .h1-size,
.stripe-style-2 .entry-title.h1-size,
.stripe-style-2 .h2-size,
.stripe-style-2 .entry-title.h2-size,
.stripe-style-2 h1.entry-title,
.stripe-style-2 .h3-size,
.stripe-style-2 .entry-title.h3-size,
.stripe-style-2 h2.entry-title,
.stripe-style-2 .h4-size,
.stripe-style-2 .entry-title.h4-size,
.stripe-style-2 h3.entry-title,
.stripe-style-2 .h5-size,
.stripe-style-2 .entry-title.h5-size,
.stripe-style-2 .h6-size,
.stripe-style-2 .entry-title.h6-size,
.stripe-style-2 .header-color,
.stripe-style-2 .entry-meta .header-color,
.stripe-style-2 .stripe-color-title,
.stripe-style-2 .custom-categories a,
.stripe-style-2 .custom-categories a .item-name,
.stripe-style-2 .cat-item a,
.stripe-style-2 .widget_recent_comments a,
.stripe-style-2 .widget_tag_cloud a:hover {
  color: #ffffff;
}
.stripe-style-3 h1,
.stripe-style-3 h2,
.stripe-style-3 h3,
.stripe-style-3 h4,
.stripe-style-3 h5,
.stripe-style-3 h6,
.stripe-style-3 h1 a,
.stripe-style-3 h2 a,
.stripe-style-3 h3 a,
.stripe-style-3 h4 a,
.stripe-style-3 h5 a,
.stripe-style-3 h6 a,
.stripe-style-3 h1 a:hover,
.stripe-style-3 h2 a:hover,
.stripe-style-3 h3 a:hover,
.stripe-style-3 h4 a:hover,
.stripe-style-3 h5 a:hover,
.stripe-style-3 h6 a:hover,
.stripe-style-3 .h1-size,
.stripe-style-3 .entry-title.h1-size,
.stripe-style-3 .h2-size,
.stripe-style-3 .entry-title.h2-size,
.stripe-style-3 h1.entry-title,
.stripe-style-3 .h3-size,
.stripe-style-3 .entry-title.h3-size,
.stripe-style-3 h2.entry-title,
.stripe-style-3 .h4-size,
.stripe-style-3 .entry-title.h4-size,
.stripe-style-3 h3.entry-title,
.stripe-style-3 .h5-size,
.stripe-style-3 .entry-title.h5-size,
.stripe-style-3 .h6-size,
.stripe-style-3 .entry-title.h6-size,
.stripe-style-3 .header-color,
.stripe-style-3 .entry-meta .header-color,
.stripe-style-3 .stripe-color-title,
.stripe-style-3 .custom-categories a,
.stripe-style-3 .custom-categories a .item-name,
.stripe-style-3 .cat-item a,
.stripe-style-3 .widget_recent_comments a,
.stripe-style-3 .widget_tag_cloud a:hover {
  color: #3d3d3d;
}
.stripe-style-4 h1,
.stripe-style-4 h2,
.stripe-style-4 h3,
.stripe-style-4 h4,
.stripe-style-4 h5,
.stripe-style-4 h6,
.stripe-style-4 h1 a,
.stripe-style-4 h2 a,
.stripe-style-4 h3 a,
.stripe-style-4 h4 a,
.stripe-style-4 h5 a,
.stripe-style-4 h6 a,
.stripe-style-4 h1 a:hover,
.stripe-style-4 h2 a:hover,
.stripe-style-4 h3 a:hover,
.stripe-style-4 h4 a:hover,
.stripe-style-4 h5 a:hover,
.stripe-style-4 h6 a:hover,
.stripe-style-4 .h1-size,
.stripe-style-4 .entry-title.h1-size,
.stripe-style-4 .h2-size,
.stripe-style-4 .entry-title.h2-size,
.stripe-style-4 h1.entry-title,
.stripe-style-4 .h3-size,
.stripe-style-4 .entry-title.h3-size,
.stripe-style-4 h2.entry-title,
.stripe-style-4 .h4-size,
.stripe-style-4 .entry-title.h4-size,
.stripe-style-4 h3.entry-title,
.stripe-style-4 .h5-size,
.stripe-style-4 .entry-title.h5-size,
.stripe-style-4 .h6-size,
.stripe-style-4 .entry-title.h6-size,
.stripe-style-4 .header-color,
.stripe-style-4 .entry-meta .header-color,
.stripe-style-4 .stripe-color-title,
.stripe-style-4 .custom-categories a,
.stripe-style-4 .custom-categories a .item-name,
.stripe-style-4 .cat-item a,
.stripe-style-4 .widget_recent_comments a,
.stripe-style-4 .widget_tag_cloud a:hover {
  color: #ffffff;
}
.stripe-style-5 h1,
.stripe-style-5 h2,
.stripe-style-5 h3,
.stripe-style-5 h4,
.stripe-style-5 h5,
.stripe-style-5 h6,
.stripe-style-5 h1 a,
.stripe-style-5 h2 a,
.stripe-style-5 h3 a,
.stripe-style-5 h4 a,
.stripe-style-5 h5 a,
.stripe-style-5 h6 a,
.stripe-style-5 h1 a:hover,
.stripe-style-5 h2 a:hover,
.stripe-style-5 h3 a:hover,
.stripe-style-5 h4 a:hover,
.stripe-style-5 h5 a:hover,
.stripe-style-5 h6 a:hover,
.stripe-style-5 .h1-size,
.stripe-style-5 .entry-title.h1-size,
.stripe-style-5 .h2-size,
.stripe-style-5 .entry-title.h2-size,
.stripe-style-5 h1.entry-title,
.stripe-style-5 .h3-size,
.stripe-style-5 .entry-title.h3-size,
.stripe-style-5 h2.entry-title,
.stripe-style-5 .h4-size,
.stripe-style-5 .entry-title.h4-size,
.stripe-style-5 h3.entry-title,
.stripe-style-5 .h5-size,
.stripe-style-5 .entry-title.h5-size,
.stripe-style-5 .h6-size,
.stripe-style-5 .entry-title.h6-size,
.stripe-style-5 .header-color,
.stripe-style-5 .entry-meta .header-color,
.stripe-style-5 .stripe-color-title,
.stripe-style-5 .custom-categories a,
.stripe-style-5 .custom-categories a .item-name,
.stripe-style-5 .cat-item a,
.stripe-style-5 .widget_recent_comments a,
.stripe-style-5 .widget_tag_cloud a:hover {
  color: #333333;
}
.stripe .sidebar-content.solid-bg .portfolio-categories > a:after,
.stripe .sidebar-content.solid-bg .portfolio-categories > span:after,
.stripe .sidebar-content.solid-bg .entry-meta > a:after,
.stripe .sidebar-content.solid-bg .entry-meta > span:after {
  background-color: rgba(77,77,77,0.5);
}
.stripe-style-1 .portfolio-categories > a:after,
.stripe-style-1 .portfolio-categories > span:after,
.stripe-style-1 .entry-meta > a:after,
.stripe-style-1 .entry-meta > span:after {
  background-color: rgba(77,77,77,0.5);
}
.stripe-style-2 .portfolio-categories > a:after,
.stripe-style-2 .portfolio-categories > span:after,
.stripe-style-2 .entry-meta > a:after,
.stripe-style-2 .entry-meta > span:after {
  background-color: rgba(153,157,159,0.5);
}
.stripe-style-3 .portfolio-categories > a:after,
.stripe-style-3 .portfolio-categories > span:after,
.stripe-style-3 .entry-meta > a:after,
.stripe-style-3 .entry-meta > span:after {
  background-color: rgba(61,61,61,0.5);
}
.stripe-style-4 .portfolio-categories > a:after,
.stripe-style-4 .portfolio-categories > span:after,
.stripe-style-4 .entry-meta > a:after,
.stripe-style-4 .entry-meta > span:after {
  background-color: rgba(255,255,255,0.5);
}
.stripe-style-5 .portfolio-categories > a:after,
.stripe-style-5 .portfolio-categories > span:after,
.stripe-style-5 .entry-meta > a:after,
.stripe-style-5 .entry-meta > span:after {
  background-color: rgba(51,51,51,0.5);
}
.stripe-style-1 .comment-metadata,
.stripe-style-1 .comment-metadata a,
.stripe-style-1 .entry-meta a,
.stripe-style-1 .entry-meta span,
.stripe-style-1 .entry-meta a *,
.stripe-style-1 .single .entry-tags,
.stripe-style-1 .single .entry-tags a {
  color: rgba(77,77,77,0.5);
}
.stripe-style-2 .comment-metadata,
.stripe-style-2 .comment-metadata a,
.stripe-style-2 .entry-meta a,
.stripe-style-2 .entry-meta span,
.stripe-style-2 .entry-meta a *,
.stripe-style-2 .single .entry-tags,
.stripe-style-2 .single .entry-tags a {
  color: rgba(153,157,159,0.5);
}
#page .stripe-style-3 .comment-metadata,
#page .stripe-style-3 .comment-metadata a,
#page .stripe-style-3 .entry-meta a,
#page .stripe-style-3 .entry-meta span,
#page .stripe-style-3 .entry-meta a *,
#page .stripe-style-3 .single .entry-tags,
#page .stripe-style-3 .single .entry-tags a {
  color: rgba(61,61,61,0.5);
}
.stripe-style-4 .comment-metadata,
.stripe-style-4 .comment-metadata a,
.stripe-style-4 .entry-meta a,
.stripe-style-4 .entry-meta span,
.stripe-style-4 .entry-meta a *,
.stripe-style-4 .single .entry-tags,
.stripe-style-4 .single .entry-tags a {
  color: rgba(255,255,255,0.5);
}
.stripe-style-5 .comment-metadata,
.stripe-style-5 .comment-metadata a,
.stripe-style-5 .entry-meta a,
.stripe-style-5 .entry-meta span,
.stripe-style-5 .entry-meta a *,
.stripe-style-5 .single .entry-tags,
.stripe-style-5 .single .entry-tags a {
  color: rgba(51,51,51,0.5);
}
.stripe .sidebar-content.solid-bg .widget,
.stripe .sidebar-content.solid-bg .widget * {
  color: #4d4d4d;
}
.stripe-style-1 .shortcode-tooltip {
  color: #4d4d4d;
  border-color: #4d4d4d;
}
.stripe-style-2 .shortcode-tooltip {
  color: #4d4d4d;
  border-color: #4d4d4d;
}
.stripe-style-3 .shortcode-tooltip {
  color: #4d4d4d;
  border-color: #4d4d4d;
}
.stripe-style-1 .hr-thick {
  border-color: rgba(77,77,77,0.1);
}
.stripe-style-2 .hr-thick {
  border-color: rgba(153,157,159,0.1);
}
.stripe-style-3 .hr-thick {
  border-color: rgba(61,61,61,0.1);
}
.stripe-style-4 .hr-thick {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .hr-thick {
  border-color: rgba(51,51,51,0.1);
}
.stripe-style-1 .hr-thin {
  border-bottom: none;
}
.stripe-style-2 .hr-thin {
  border-bottom: none;
}
.stripe-style-3 .hr-thin {
  border-bottom: none;
}
.stripe-style-4 .hr-thin {
  border-bottom: none;
}
.stripe-style-5 .hr-thin {
  border-bottom: none;
}
.stripe .sidebar-content.solid-bg .soc-ico a:before {
  background-color: rgba(77,77,77,0.15);
}
.stripe-style-1 .soc-ico a:before {
  background-color: rgba(77,77,77,0.15);
}
.stripe-style-2 .soc-ico a:before {
  background-color: rgba(153,157,159,0.15);
}
.stripe-style-3 .soc-ico a:before {
  background-color: rgba(61,61,61,0.15);
}
.stripe-style-4 .soc-ico a:before {
  background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .soc-ico a:before {
  background-color: rgba(51,51,51,0.15);
}
.stripe .sidebar-content.solid-bg .soc-ico a .soc-font-icon {
  color: #4d4d4d;
}
.stripe-style-1 .soc-ico a .soc-font-icon {
  color: #4d4d4d;
}
.stripe-style-2 .soc-ico a .soc-font-icon {
  color: #999d9f;
}
.stripe-style-3 .soc-ico a .soc-font-icon {
  color: #3d3d3d;
}
.stripe-style-4 .soc-ico a .soc-font-icon {
  color: #ffffff;
}
.stripe-style-5 .soc-ico a .soc-font-icon {
  color: #333333;
}
.stripe-style-1 .dt-style.vc_progress_bar.outline-bg .vc_single_bar {
  box-shadow: inset 0px 0px 0px 1px rgba(77,77,77,0.15);
}
.stripe-style-2 .dt-style.vc_progress_bar.outline-bg .vc_single_bar {
  box-shadow: inset 0px 0px 0px 1px rgba(153,157,159,0.15);
}
.stripe-style-3 .dt-style.vc_progress_bar.outline-bg .vc_single_bar {
  box-shadow: inset 0px 0px 0px 1px rgba(61,61,61,0.15);
}
.stripe-style-4 .dt-style.vc_progress_bar.outline-bg .vc_single_bar {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-5 .dt-style.vc_progress_bar.outline-bg .vc_single_bar {
  box-shadow: inset 0px 0px 0px 1px rgba(51,51,51,0.15);
}
.stripe-style-1 .dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
  background-color: rgba(77,77,77,0.1);
}
.stripe-style-2 .dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
  background-color: rgba(153,157,159,0.1);
}
.stripe-style-3 .dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
  background-color: rgba(61,61,61,0.1);
}
.stripe-style-4 .dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
  background-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
  background-color: rgba(51,51,51,0.1);
}
.stripe-style-1 .vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(77,77,77,0.1) !important;
}
.stripe-style-2 .vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(255,255,255,0.1) !important;
}
.stripe-style-3 .vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(61,61,61,0.1) !important;
}
.stripe-style-4 .vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(255,255,255,0.1) !important;
}
.stripe-style-5 .vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(51,51,51,0.1) !important;
}
.stripe .dt-btn:not(.btn-custom-style),
.stripe .dt-btn:not(.btn-custom-style) *,
.stripe .btn-link:not(.custom-btn-color),
.stripe .btn-link:not(.custom-btn-color) * {
  color: var(--the7-btn-color);
}
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color,
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
  color: #4d4d4d;
}
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color,
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
  color: #4d4d4d;
}
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-color,
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
  color: #4d4d4d;
}
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-color,
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
  color: #ffffff;
}
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-color,
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
  color: #3d3d3d;
}
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-color,
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
  color: #ffffff;
}
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-color,
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
  color: #333333;
}
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > span,
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > i[class^="fa"] {
  color: #4d4d4d !important;
}
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > span,
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > i[class^="fa"] {
  color: #ffffff !important;
}
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > span,
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > i[class^="fa"] {
  color: #3d3d3d !important;
}
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > span,
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > i[class^="fa"] {
  color: #ffffff !important;
}
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > span,
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > i[class^="fa"] {
  color: #333333 !important;
}
.stripe-style-1 .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
  background-color: rgba(77,77,77,0.15);
}
.stripe-style-2 .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
  background-color: rgba(153,157,159,0.15);
}
.stripe-style-3 .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
  background-color: rgba(61,61,61,0.15);
}
.stripe-style-4 .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
  background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
  background-color: rgba(51,51,51,0.15);
}
#page .stripe-style-1 .wpb_content_element.dt-style .wpb_accordion_header > a:after {
  color: rgba(77,77,77,0.5);
}
#page .stripe-style-2 .wpb_content_element.dt-style .wpb_accordion_header > a:after {
  color: rgba(153,157,159,0.5);
}
#page .stripe-style-3 .wpb_content_element.dt-style .wpb_accordion_header > a:after {
  color: rgba(61,61,61,0.5);
}
#page .stripe-style-4 .wpb_content_element.dt-style .wpb_accordion_header > a:after {
  color: rgba(255,255,255,0.5);
}
#page .stripe-style-5 .wpb_content_element.dt-style .wpb_accordion_header > a:after {
  color: rgba(51,51,51,0.5);
}
.stripe-style-1 .ls-container.ls-carousel .ls-thumbnail-inner {
  background-color: rgba(77,77,77,0.04);
}
.stripe-style-2 .ls-container.ls-carousel .ls-thumbnail-inner {
  background-color: rgba(255,255,255,0.04);
}
.stripe-style-3 .ls-container.ls-carousel .ls-thumbnail-inner {
  background-color: rgba(61,61,61,0.04);
}
.stripe-style-4 .ls-container.ls-carousel .ls-thumbnail-inner {
  background-color: rgba(255,255,255,0.04);
}
.stripe-style-5 .ls-container.ls-carousel .ls-thumbnail-inner {
  background-color: rgba(51,51,51,0.04);
}
.stripe .sidebar-content.solid-bg .no-avatar,
.stripe .sidebar-content.solid-bg .no-avatar:after,
.stripe .sidebar-content.solid-bg .comment-list .no-avatar:after {
  color: rgba(77,77,77,0.15);
}
.stripe-style-1 .no-avatar,
.stripe-style-1 .no-avatar:after,
.stripe-style-1 .comment-list .no-avatar:after {
  color: rgba(77,77,77,0.15);
}
.stripe-style-2 .no-avatar,
.stripe-style-2 .no-avatar:after,
.stripe-style-2 .comment-list .no-avatar:after {
  color: rgba(153,157,159,0.15);
}
.stripe-style-3 .no-avatar,
.stripe-style-3 .no-avatar:after,
.stripe-style-3 .comment-list .no-avatar:after {
  color: rgba(61,61,61,0.15);
}
.stripe-style-4 .no-avatar,
.stripe-style-4 .no-avatar:after,
.stripe-style-4 .comment-list .no-avatar:after {
  color: rgba(255,255,255,0.15);
}
.stripe-style-5 .no-avatar,
.stripe-style-5 .no-avatar:after,
.stripe-style-5 .comment-list .no-avatar:after {
  color: rgba(51,51,51,0.15);
}
.stripe .sidebar-content.solid-bg .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(77,77,77,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.stripe-style-1 .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(77,77,77,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.stripe-style-2 .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(153,157,159,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.stripe-style-3 .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(61,61,61,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.stripe-style-4 .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(255,255,255,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.stripe-style-5 .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(51,51,51,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.stripe .sidebar-content.solid-bg .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(77,77,77,0.05);
}
.stripe-style-1 .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(77,77,77,0.05);
}
.stripe-style-2 .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(153,157,159,0.05);
}
.stripe-style-3 .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(61,61,61,0.05);
}
.stripe-style-4 .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(255,255,255,0.05);
}
.stripe-style-5 .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(51,51,51,0.05);
}
.stripe .sidebar-content.solid-bg .tp-bullets.custom .tp-bullet.selected:after {
  background-color: rgba(77,77,77,0.25);
}
.stripe-style-1 .tp-bullets.custom .tp-bullet.selected:after {
  background-color: rgba(77,77,77,0.25);
}
.stripe-style-2 .tp-bullets.custom .tp-bullet.selected:after {
  background-color: rgba(153,157,159,0.25);
}
.stripe-style-3 .tp-bullets.custom .tp-bullet.selected:after {
  background-color: rgba(61,61,61,0.25);
}
.stripe-style-4 .tp-bullets.custom .tp-bullet.selected:after {
  background-color: rgba(255,255,255,0.25);
}
.stripe-style-5 .tp-bullets.custom .tp-bullet.selected:after {
  background-color: rgba(51,51,51,0.25);
}
.stripe .sidebar-content.solid-bg .tp-bullets.custom .tp-bullet:before,
.stripe .sidebar-content.solid-bg .tp-bullets.custom .tp-bullet.selected:hover:before,
.stripe .sidebar-content.solid-bg #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
  border-color: rgba(77,77,77,0.25);
}
.stripe-style-1 .tp-bullets.custom .tp-bullet:before,
.stripe-style-1 .tp-bullets.custom .tp-bullet.selected:hover:before,
.stripe-style-1 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
  border-color: rgba(77,77,77,0.25);
}
.stripe-style-2 .tp-bullets.custom .tp-bullet:before,
.stripe-style-2 .tp-bullets.custom .tp-bullet.selected:hover:before,
.stripe-style-2 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
  border-color: rgba(153,157,159,0.25);
}
.stripe-style-3 .tp-bullets.custom .tp-bullet:before,
.stripe-style-3 .tp-bullets.custom .tp-bullet.selected:hover:before,
.stripe-style-3 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
  border-color: rgba(61,61,61,0.25);
}
.stripe-style-4 .tp-bullets.custom .tp-bullet:before,
.stripe-style-4 .tp-bullets.custom .tp-bullet.selected:hover:before,
.stripe-style-4 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
  border-color: rgba(255,255,255,0.25);
}
.stripe-style-5 .tp-bullets.custom .tp-bullet:before,
.stripe-style-5 .tp-bullets.custom .tp-bullet.selected:hover:before,
.stripe-style-5 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
  border-color: rgba(51,51,51,0.25);
}
.outlines-bullets .stripe-style-1 .tp-bullets.custom .tp-bullet:before,
.outlines-bullets .stripe-style-1 .tp-bullets.custom .tp-bullet.selected:hover:before,
.outlines-bullets .stripe-style-1 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
  background-color: rgba(77,77,77,0.04);
  box-shadow: inset 0px 0px 0px 1px rgba(77,77,77,0.25);
}
.outlines-bullets .stripe-style-2 .tp-bullets.custom .tp-bullet:before,
.outlines-bullets .stripe-style-2 .tp-bullets.custom .tp-bullet.selected:hover:before,
.outlines-bullets .stripe-style-2 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
  background-color: rgba(153,157,159,0.04);
  box-shadow: inset 0px 0px 0px 1px rgba(153,157,159,0.25);
}
.outlines-bullets .stripe-style-3 .tp-bullets.custom .tp-bullet:before,
.outlines-bullets .stripe-style-3 .tp-bullets.custom .tp-bullet.selected:hover:before,
.outlines-bullets .stripe-style-3 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
  background-color: rgba(61,61,61,0.04);
  box-shadow: inset 0px 0px 0px 1px rgba(61,61,61,0.25);
}
.outlines-bullets .stripe-style-4 .tp-bullets.custom .tp-bullet:before,
.outlines-bullets .stripe-style-4 .tp-bullets.custom .tp-bullet.selected:hover:before,
.outlines-bullets .stripe-style-4 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
  background-color: rgba(255,255,255,0.04);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.25);
}
.outlines-bullets .stripe-style-5 .tp-bullets.custom .tp-bullet:before,
.outlines-bullets .stripe-style-5 .tp-bullets.custom .tp-bullet.selected:hover:before,
.outlines-bullets .stripe-style-5 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
  background-color: rgba(51,51,51,0.04);
  box-shadow: inset 0px 0px 0px 1px rgba(51,51,51,0.25);
}
.stripe-style-1 .portfolio-categories a,
.stripe-style-1 .portfolio-categories a *,
.stripe-style-1 .portfolio-categories span {
  color: rgba(77,77,77,0.5);
}
.stripe-style-2 .portfolio-categories a,
.stripe-style-2 .portfolio-categories a *,
.stripe-style-2 .portfolio-categories span {
  color: rgba(153,157,159,0.5);
}
.stripe-style-3 .portfolio-categories a,
.stripe-style-3 .portfolio-categories a *,
.stripe-style-3 .portfolio-categories span {
  color: rgba(61,61,61,0.5);
}
.stripe-style-4 .portfolio-categories a,
.stripe-style-4 .portfolio-categories a *,
.stripe-style-4 .portfolio-categories span {
  color: rgba(255,255,255,0.5);
}
.stripe-style-5 .portfolio-categories a,
.stripe-style-5 .portfolio-categories a *,
.stripe-style-5 .portfolio-categories span {
  color: rgba(51,51,51,0.5);
}
.stripe-style-1 .paginator .button-load-more {
  border-color: rgba(77,77,77,0.1);
}
.stripe-style-2 .paginator .button-load-more {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-3 .paginator .button-load-more {
  border-color: rgba(61,61,61,0.1);
}
.stripe-style-4 .paginator .button-load-more {
  border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .paginator .button-load-more {
  border-color: rgba(51,51,51,0.1);
}
.stripe-style-1 .paginator .button-load-more.animate-load,
.stripe-style-1 .paginator .button-load-more:hover {
  border-color: rgba(77,77,77,0.21);
}
.stripe-style-2 .paginator .button-load-more.animate-load,
.stripe-style-2 .paginator .button-load-more:hover {
  border-color: rgba(255,255,255,0.21);
}
.stripe-style-3 .paginator .button-load-more.animate-load,
.stripe-style-3 .paginator .button-load-more:hover {
  border-color: rgba(61,61,61,0.21);
}
.stripe-style-4 .paginator .button-load-more.animate-load,
.stripe-style-4 .paginator .button-load-more:hover {
  border-color: rgba(255,255,255,0.21);
}
.stripe-style-5 .paginator .button-load-more.animate-load,
.stripe-style-5 .paginator .button-load-more:hover {
  border-color: rgba(51,51,51,0.21);
}
.stripe-style-1 .paginator .button-load-more.animate-load .stick,
.stripe-style-1 .paginator .button-load-more.button-lazy-loading .stick {
  border-top-color: #4d4d4d;
  border-right-color: #4d4d4d;
}
.stripe-style-2 .paginator .button-load-more.animate-load .stick,
.stripe-style-2 .paginator .button-load-more.button-lazy-loading .stick {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.stripe-style-3 .paginator .button-load-more.animate-load .stick,
.stripe-style-3 .paginator .button-load-more.button-lazy-loading .stick {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.stripe-style-4 .paginator .button-load-more.animate-load .stick,
.stripe-style-4 .paginator .button-load-more.button-lazy-loading .stick {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.stripe-style-5 .paginator .button-load-more.animate-load .stick,
.stripe-style-5 .paginator .button-load-more.button-lazy-loading .stick {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.stripe-style-1 .reset_variations,
.stripe-style-1 .reset_variations:hover,
.stripe-style-1 .variations label,
.stripe-style-1 .product_meta > span,
.stripe-style-1 .product_meta > span a,
.stripe-style-1 .product_list_widget del,
.stripe-style-1 .product_list_widget del .amount,
.stripe-style-1 .product_list_widget del .amount *,
.stripe-style-1 .woocom-list-content .price del,
.stripe-style-1 .woocom-list-content del,
.stripe-style-1 .woocom-list-content del .amount,
.stripe-style-1 .woocom-list-content del .amount *,
.stripe-style-1 .widget_shopping_cart_content strong,
.stripe-style-1 .widget_shopping_cart_content dt,
.stripe-style-1 .woocommerce-review-link,
.stripe-style-1 .woocommerce-review-link *,
.stripe-style-1 .woocommerce-review-link:hover,
.stripe-style-1 .widget_price_filter .price_slider_amount,
.stripe-style-1 .shop_table .variation *,
.stripe-style-1 .woocommerce-tabs li > a,
.stripe-style-1 .product .summary.entry-summary .price del,
.stripe-style-1 .woocommerce-result-count,
.stripe-style-1 .widget_layered_nav li > small,
.stripe-style-1 .widget_product_categories .count,
.stripe-style-1 .stars a {
  color: rgba(77,77,77,0.5);
}
.stripe-style-2 .reset_variations,
.stripe-style-2 .reset_variations:hover,
.stripe-style-2 .variations label,
.stripe-style-2 .product_meta > span,
.stripe-style-2 .product_meta > span a,
.stripe-style-2 .product_list_widget del,
.stripe-style-2 .product_list_widget del .amount,
.stripe-style-2 .product_list_widget del .amount *,
.stripe-style-2 .woocom-list-content .price del,
.stripe-style-2 .woocom-list-content del,
.stripe-style-2 .woocom-list-content del .amount,
.stripe-style-2 .woocom-list-content del .amount *,
.stripe-style-2 .widget_shopping_cart_content strong,
.stripe-style-2 .widget_shopping_cart_content dt,
.stripe-style-2 .woocommerce-review-link,
.stripe-style-2 .woocommerce-review-link *,
.stripe-style-2 .woocommerce-review-link:hover,
.stripe-style-2 .widget_price_filter .price_slider_amount,
.stripe-style-2 .shop_table .variation *,
.stripe-style-2 .woocommerce-tabs li > a,
.stripe-style-2 .product .summary.entry-summary .price del,
.stripe-style-2 .woocommerce-result-count,
.stripe-style-2 .widget_layered_nav li > small,
.stripe-style-2 .widget_product_categories .count,
.stripe-style-2 .stars a {
  color: rgba(153,157,159,0.5);
}
#page .stripe-style-3 .reset_variations,
#page .stripe-style-3 .reset_variations:hover,
#page .stripe-style-3 .variations label,
#page .stripe-style-3 .product_meta > span,
#page .stripe-style-3 .product_meta > span a,
#page .stripe-style-3 .product_list_widget del,
#page .stripe-style-3 .product_list_widget del .amount,
#page .stripe-style-3 .product_list_widget del .amount *,
#page .stripe-style-3 .woocom-list-content .price del,
#page .stripe-style-3 .woocom-list-content del,
#page .stripe-style-3 .woocom-list-content del .amount,
#page .stripe-style-3 .woocom-list-content del .amount *,
#page .stripe-style-3 .widget_shopping_cart_content strong,
#page .stripe-style-3 .widget_shopping_cart_content dt,
#page .stripe-style-3 .woocommerce-review-link,
#page .stripe-style-3 .woocommerce-review-link *,
#page .stripe-style-3 .woocommerce-review-link:hover,
#page .stripe-style-3 .widget_price_filter .price_slider_amount,
#page .stripe-style-3 .shop_table .variation *,
#page .stripe-style-3 .woocommerce-tabs li > a,
#page .stripe-style-3 .product .summary.entry-summary .price del,
#page .stripe-style-3 .woocommerce-result-count,
#page .stripe-style-3 .widget_layered_nav li > small,
#page .stripe-style-3 .widget_product_categories .count,
#page .stripe-style-3 .stars a {
  color: rgba(61,61,61,0.5);
}
.stripe-style-4 .reset_variations,
.stripe-style-4 .reset_variations:hover,
.stripe-style-4 .variations label,
.stripe-style-4 .product_meta > span,
.stripe-style-4 .product_meta > span a,
.stripe-style-4 .product_list_widget del,
.stripe-style-4 .product_list_widget del .amount,
.stripe-style-4 .product_list_widget del .amount *,
.stripe-style-4 .woocom-list-content .price del,
.stripe-style-4 .woocom-list-content del,
.stripe-style-4 .woocom-list-content del .amount,
.stripe-style-4 .woocom-list-content del .amount *,
.stripe-style-4 .widget_shopping_cart_content strong,
.stripe-style-4 .widget_shopping_cart_content dt,
.stripe-style-4 .woocommerce-review-link,
.stripe-style-4 .woocommerce-review-link *,
.stripe-style-4 .woocommerce-review-link:hover,
.stripe-style-4 .widget_price_filter .price_slider_amount,
.stripe-style-4 .shop_table .variation *,
.stripe-style-4 .woocommerce-tabs li > a,
.stripe-style-4 .product .summary.entry-summary .price del,
.stripe-style-4 .woocommerce-result-count,
.stripe-style-4 .widget_layered_nav li > small,
.stripe-style-4 .widget_product_categories .count,
.stripe-style-4 .stars a {
  color: rgba(255,255,255,0.5);
}
.stripe-style-5 .reset_variations,
.stripe-style-5 .reset_variations:hover,
.stripe-style-5 .variations label,
.stripe-style-5 .product_meta > span,
.stripe-style-5 .product_meta > span a,
.stripe-style-5 .product_list_widget del,
.stripe-style-5 .product_list_widget del .amount,
.stripe-style-5 .product_list_widget del .amount *,
.stripe-style-5 .woocom-list-content .price del,
.stripe-style-5 .woocom-list-content del,
.stripe-style-5 .woocom-list-content del .amount,
.stripe-style-5 .woocom-list-content del .amount *,
.stripe-style-5 .widget_shopping_cart_content strong,
.stripe-style-5 .widget_shopping_cart_content dt,
.stripe-style-5 .woocommerce-review-link,
.stripe-style-5 .woocommerce-review-link *,
.stripe-style-5 .woocommerce-review-link:hover,
.stripe-style-5 .widget_price_filter .price_slider_amount,
.stripe-style-5 .shop_table .variation *,
.stripe-style-5 .woocommerce-tabs li > a,
.stripe-style-5 .product .summary.entry-summary .price del,
.stripe-style-5 .woocommerce-result-count,
.stripe-style-5 .widget_layered_nav li > small,
.stripe-style-5 .widget_product_categories .count,
.stripe-style-5 .stars a {
  color: rgba(51,51,51,0.5);
}
.stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .order-total .amount,
.stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .cart_totals h2,
.stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .product-name a,
.stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .product-subtotal,
.stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .cart-subtotal .amount,
.stripe .sidebar-content.solid-bg .product-name > a,
.stripe .sidebar-content.solid-bg #reviews ol.commentlist .meta,
.stripe .sidebar-content.solid-bg .shop_table strong,
.stripe .sidebar-content.solid-bg ul.cart_list li a,
.stripe .sidebar-content.solid-bg ul.product_list_widget li a,
.stripe .sidebar-content.solid-bg .widget_product_categories li a,
.stripe .sidebar-content.solid-bg .woocommerce-tabs li.active > a,
.stripe .sidebar-content.solid-bg .woocommerce-tabs li > a:hover,
.stripe .sidebar-content.solid-bg .product .summary.entry-summary .price,
.stripe .sidebar-content.solid-bg .product .summary.entry-summary .price ins,
.stripe .sidebar-content.solid-bg .product-category mark,
.stripe .sidebar-content.solid-bg .woocom-list-content .price,
.stripe .sidebar-content.solid-bg .woocom-list-content .price *,
.stripe .sidebar-content.solid-bg .widget_layered_nav li > a,
.stripe .sidebar-content.solid-bg .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  color: #4d4d4d;
}
.stripe-style-1 .woocommerce-cart-wrap .order-total .amount,
.stripe-style-1 .woocommerce-cart-wrap .cart_totals h2,
.stripe-style-1 .woocommerce-cart-wrap .product-name a,
.stripe-style-1 .woocommerce-cart-wrap .product-subtotal,
.stripe-style-1 .woocommerce-cart-wrap .cart-subtotal .amount,
.stripe-style-1 .product-name > a,
.stripe-style-1 #reviews ol.commentlist .meta,
.stripe-style-1 .shop_table strong,
.stripe-style-1 ul.cart_list li a,
.stripe-style-1 ul.product_list_widget li a,
.stripe-style-1 .widget_product_categories li a,
.stripe-style-1 .woocommerce-tabs li.active > a,
.stripe-style-1 .woocommerce-tabs li > a:hover,
.stripe-style-1 .product .summary.entry-summary .price,
.stripe-style-1 .product .summary.entry-summary .price ins,
.stripe-style-1 .product-category mark,
.stripe-style-1 .woocom-list-content .price,
.stripe-style-1 .woocom-list-content .price *,
.stripe-style-1 .widget_layered_nav li > a,
.stripe-style-1 .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  color: #4d4d4d;
}
.stripe-style-2 .woocommerce-cart-wrap .order-total .amount,
.stripe-style-2 .woocommerce-cart-wrap .cart_totals h2,
.stripe-style-2 .woocommerce-cart-wrap .product-name a,
.stripe-style-2 .woocommerce-cart-wrap .product-subtotal,
.stripe-style-2 .woocommerce-cart-wrap .cart-subtotal .amount,
.stripe-style-2 .product-name > a,
.stripe-style-2 #reviews ol.commentlist .meta,
.stripe-style-2 .shop_table strong,
.stripe-style-2 ul.cart_list li a,
.stripe-style-2 ul.product_list_widget li a,
.stripe-style-2 .widget_product_categories li a,
.stripe-style-2 .woocommerce-tabs li.active > a,
.stripe-style-2 .woocommerce-tabs li > a:hover,
.stripe-style-2 .product .summary.entry-summary .price,
.stripe-style-2 .product .summary.entry-summary .price ins,
.stripe-style-2 .product-category mark,
.stripe-style-2 .woocom-list-content .price,
.stripe-style-2 .woocom-list-content .price *,
.stripe-style-2 .widget_layered_nav li > a,
.stripe-style-2 .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  color: #ffffff;
}
.stripe-style-3 .woocommerce-cart-wrap .order-total .amount,
.stripe-style-3 .woocommerce-cart-wrap .cart_totals h2,
.stripe-style-3 .woocommerce-cart-wrap .product-name a,
.stripe-style-3 .woocommerce-cart-wrap .product-subtotal,
.stripe-style-3 .woocommerce-cart-wrap .cart-subtotal .amount,
.stripe-style-3 .product-name > a,
.stripe-style-3 #reviews ol.commentlist .meta,
.stripe-style-3 .shop_table strong,
.stripe-style-3 ul.cart_list li a,
.stripe-style-3 ul.product_list_widget li a,
.stripe-style-3 .widget_product_categories li a,
.stripe-style-3 .woocommerce-tabs li.active > a,
.stripe-style-3 .woocommerce-tabs li > a:hover,
.stripe-style-3 .product .summary.entry-summary .price,
.stripe-style-3 .product .summary.entry-summary .price ins,
.stripe-style-3 .product-category mark,
.stripe-style-3 .woocom-list-content .price,
.stripe-style-3 .woocom-list-content .price *,
.stripe-style-3 .widget_layered_nav li > a,
.stripe-style-3 .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  color: #3d3d3d;
}
.stripe-style-4 .woocommerce-cart-wrap .order-total .amount,
.stripe-style-4 .woocommerce-cart-wrap .cart_totals h2,
.stripe-style-4 .woocommerce-cart-wrap .product-name a,
.stripe-style-4 .woocommerce-cart-wrap .product-subtotal,
.stripe-style-4 .woocommerce-cart-wrap .cart-subtotal .amount,
.stripe-style-4 .product-name > a,
.stripe-style-4 #reviews ol.commentlist .meta,
.stripe-style-4 .shop_table strong,
.stripe-style-4 ul.cart_list li a,
.stripe-style-4 ul.product_list_widget li a,
.stripe-style-4 .widget_product_categories li a,
.stripe-style-4 .woocommerce-tabs li.active > a,
.stripe-style-4 .woocommerce-tabs li > a:hover,
.stripe-style-4 .product .summary.entry-summary .price,
.stripe-style-4 .product .summary.entry-summary .price ins,
.stripe-style-4 .product-category mark,
.stripe-style-4 .woocom-list-content .price,
.stripe-style-4 .woocom-list-content .price *,
.stripe-style-4 .widget_layered_nav li > a,
.stripe-style-4 .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  color: #ffffff;
}
.stripe-style-5 .woocommerce-cart-wrap .order-total .amount,
.stripe-style-5 .woocommerce-cart-wrap .cart_totals h2,
.stripe-style-5 .woocommerce-cart-wrap .product-name a,
.stripe-style-5 .woocommerce-cart-wrap .product-subtotal,
.stripe-style-5 .woocommerce-cart-wrap .cart-subtotal .amount,
.stripe-style-5 .product-name > a,
.stripe-style-5 #reviews ol.commentlist .meta,
.stripe-style-5 .shop_table strong,
.stripe-style-5 ul.cart_list li a,
.stripe-style-5 ul.product_list_widget li a,
.stripe-style-5 .widget_product_categories li a,
.stripe-style-5 .woocommerce-tabs li.active > a,
.stripe-style-5 .woocommerce-tabs li > a:hover,
.stripe-style-5 .product .summary.entry-summary .price,
.stripe-style-5 .product .summary.entry-summary .price ins,
.stripe-style-5 .product-category mark,
.stripe-style-5 .woocom-list-content .price,
.stripe-style-5 .woocom-list-content .price *,
.stripe-style-5 .widget_layered_nav li > a,
.stripe-style-5 .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  color: #333333;
}
.stripe .sidebar-content.solid-bg .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(77,77,77,0.15);
}
.stripe-style-1 .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(77,77,77,0.15);
}
.stripe-style-2 .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(153,157,159,0.15);
}
.stripe-style-3 .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(61,61,61,0.15);
}
.stripe-style-4 .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(51,51,51,0.15);
}
.stripe-style-1 table.shop_table td,
.stripe-style-1 .cart-collaterals .cart_totals tr td,
.stripe-style-1 .cart-collaterals .cart_totals tr th,
.stripe-style-1 .shop_attributes td,
.stripe-style-1 .shop_attributes th,
.stripe-style-1 table.shop_attributes,
.stripe-style-1 .content table.shop_table tr,
.stripe-style-1 .woocommerce table.shop_table,
.stripe-style-1 p.stars a.star-1,
.stripe-style-1 p.stars a.star-2,
.stripe-style-1 p.stars a.star-3,
.stripe-style-1 p.stars a.star-4,
.stripe-style-1 p.stars a.star-5 {
  border-color: rgba(77,77,77,0.15);
}
.stripe-style-2 table.shop_table td,
.stripe-style-2 .cart-collaterals .cart_totals tr td,
.stripe-style-2 .cart-collaterals .cart_totals tr th,
.stripe-style-2 .shop_attributes td,
.stripe-style-2 .shop_attributes th,
.stripe-style-2 table.shop_attributes,
.stripe-style-2 .content table.shop_table tr,
.stripe-style-2 .woocommerce table.shop_table,
.stripe-style-2 p.stars a.star-1,
.stripe-style-2 p.stars a.star-2,
.stripe-style-2 p.stars a.star-3,
.stripe-style-2 p.stars a.star-4,
.stripe-style-2 p.stars a.star-5 {
  border-color: rgba(153,157,159,0.15);
}
.stripe-style-3 table.shop_table td,
.stripe-style-3 .cart-collaterals .cart_totals tr td,
.stripe-style-3 .cart-collaterals .cart_totals tr th,
.stripe-style-3 .shop_attributes td,
.stripe-style-3 .shop_attributes th,
.stripe-style-3 table.shop_attributes,
.stripe-style-3 .content table.shop_table tr,
.stripe-style-3 .woocommerce table.shop_table,
.stripe-style-3 p.stars a.star-1,
.stripe-style-3 p.stars a.star-2,
.stripe-style-3 p.stars a.star-3,
.stripe-style-3 p.stars a.star-4,
.stripe-style-3 p.stars a.star-5 {
  border-color: rgba(61,61,61,0.15);
}
.stripe-style-4 table.shop_table td,
.stripe-style-4 .cart-collaterals .cart_totals tr td,
.stripe-style-4 .cart-collaterals .cart_totals tr th,
.stripe-style-4 .shop_attributes td,
.stripe-style-4 .shop_attributes th,
.stripe-style-4 table.shop_attributes,
.stripe-style-4 .content table.shop_table tr,
.stripe-style-4 .woocommerce table.shop_table,
.stripe-style-4 p.stars a.star-1,
.stripe-style-4 p.stars a.star-2,
.stripe-style-4 p.stars a.star-3,
.stripe-style-4 p.stars a.star-4,
.stripe-style-4 p.stars a.star-5 {
  border-color: rgba(255,255,255,0.15);
}
.stripe-style-5 table.shop_table td,
.stripe-style-5 .cart-collaterals .cart_totals tr td,
.stripe-style-5 .cart-collaterals .cart_totals tr th,
.stripe-style-5 .shop_attributes td,
.stripe-style-5 .shop_attributes th,
.stripe-style-5 table.shop_attributes,
.stripe-style-5 .content table.shop_table tr,
.stripe-style-5 .woocommerce table.shop_table,
.stripe-style-5 p.stars a.star-1,
.stripe-style-5 p.stars a.star-2,
.stripe-style-5 p.stars a.star-3,
.stripe-style-5 p.stars a.star-4,
.stripe-style-5 p.stars a.star-5 {
  border-color: rgba(51,51,51,0.15);
}
.stripe-style-1 .star-rating,
.stripe-style-1 .star-rating:before {
  color: rgba(77,77,77,0.35);
}
.stripe-style-2 .star-rating,
.stripe-style-2 .star-rating:before {
  color: rgba(153,157,159,0.35);
}
#page .stripe-style-3 .star-rating,
#page .stripe-style-3 .star-rating:before {
  color: rgba(61,61,61,0.35);
}
.stripe-style-4 .star-rating,
.stripe-style-4 .star-rating:before {
  color: rgba(255,255,255,0.35);
}
.stripe-style-5 .star-rating,
.stripe-style-5 .star-rating:before {
  color: rgba(51,51,51,0.35);
}
.stripe-style-1 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) a,
.stripe-style-1 .widget .post-content .text-secondary {
  color: #4d4d4d;
}
.stripe-style-2 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) a,
.stripe-style-2 .widget .post-content .text-secondary {
  color: #999d9f;
}
#page .stripe-style-3 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) a,
#page .stripe-style-3 .widget .post-content .text-secondary {
  color: #3d3d3d;
}
.stripe-style-4 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) a,
.stripe-style-4 .widget .post-content .text-secondary {
  color: #ffffff;
}
.stripe-style-5 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) a,
.stripe-style-5 .widget .post-content .text-secondary {
  color: #333333;
}
.upb_row_bg,.upb_video-bg,.vcpb-fs-jquery{overflow:hidden}.vc-row-translate-wrapper{margin:0!important}.uvc-vc-full-width .upb_video-bg{width:100%!important;max-width:100%!important;min-width:100%!important;left:0!important;margin-left:0!important}.upb_bg_overlay,.upb_bg_overlay_pattern{color:inherit;position:absolute;width:100%;height:100%!important;left:0;top:0}.upb_bg_overlay_pattern{background-attachment:fixed}.ult-vc-seperator{position:absolute;width:100%;height:0;left:0;z-index:1}.ult-main-seperator-inner{position:relative;height:100%;width:100%}.ult-vc-seperator.top_seperator{top:-1px;bottom:auto}.ult-vc-seperator.bottom_seperator{top:auto;bottom:-1px}.ult-vc-seperator svg{width:100%;height:auto}.uvc-svg-circle,.uvc-svg-triangle{position:absolute;top:-1px;bottom:auto;z-index:1}.bottom_seperator .uvc-svg-circle,.bottom_seperator .uvc-svg-triangle{top:auto;bottom:-1px;-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.uvc-x-large-triangle{position:absolute;top:-1px;bottom:auto;z-index:1}.bottom_seperator .uvc-x-large-triangle{top:auto;bottom:-1px;-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.bottom_seperator .uvc-x-large-triangle,.top_seperator .uvc-x-large-triangle-left{-moz-transform:scaleY(-1);-webkit-transform:scaleY(-1);-o-transform:scaleY(-1);-ms-transform:scaleY(-1)}.uvc-x-large-triangle-left,.uvc-x-large-triangle-right{position:absolute;top:-1px;bottom:auto;z-index:1}.bottom_seperator .uvc-x-large-triangle-left,.bottom_seperator .uvc-x-large-triangle-right,.uvc-x-large-circle{top:auto;bottom:-1px}.top_seperator .uvc-x-large-triangle-left{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.top_seperator .uvc-x-large-triangle-right{-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}.bottom_seperator .uvc-x-large-triangle-right{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.uvc-x-large-circle{position:absolute}.top_seperator .uvc-x-large-circle{top:-1px;bottom:auto}.bottom_seperator .uvc-x-large-circle{-ms-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1)}.bottom_seperator .uvc-x-large-circle,.top_seperator .uvc-curve-up-seperator{-moz-transform:scaleY(-1);-webkit-transform:scaleY(-1);-o-transform:scaleY(-1)}.uvc-curve-up-seperator{position:absolute;top:auto;bottom:-1px}.top_seperator .uvc-curve-up-seperator{top:-1px;bottom:auto;-ms-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1)}.uvc-curve-down-seperator{position:absolute;top:auto;bottom:-1px}.bottom_seperator .uvc-curve-down-seperator{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.top_seperator .uvc-curve-down-seperator{top:-1px;bottom:auto;-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,-1);transform:scale(-1,-1)}.uvc-tilt-left-seperator{position:absolute;top:auto;bottom:1px}.top_seperator .uvc-tilt-left-seperator{top:1px;bottom:auto;-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}.uvc-tilt-right-seperator{position:absolute;top:auto;bottom:1px}.bottom_seperator .uvc-tilt-right-seperator{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.top_seperator .uvc-tilt-right-seperator{top:1px;bottom:auto;-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.ult-rounded-split-seperator-wrapper{z-index:1}.ult-rounded-split-seperator{position:relative;height:100%}.ult-rounded-split-seperator:after,.ult-rounded-split-seperator:before{left:0;z-index:10;width:50%;height:70px;background:inherit inherit/inherit inherit inherit inherit;content:'';position:absolute}.ult-vc-seperator.top_seperator svg.uvc-multi-triangle-svg{-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}.vcpb-vz-jquery,.vertical_layer_parallax{background-position:50% 0}.upb_video-bg,.vcpb-default,.vcpb-fix,.vcpb-hz-jquery,.vcpb-vz-jquery,.vertical_layer_parallax{background-repeat:no-repeat}.upb_video-bg,.vcpb-default,.vcpb-fix{-webkit-background-size:cover;background-size:cover}.top_seperator.ult-rounded-split-seperator-wrapper{top:0;bottom:auto}.uvc-wave-seperator{position:absolute;top:auto;bottom:-1px}.top_seperator .uvc-wave-seperator{top:-1px;bottom:auto;-ms-transform:scale(-1);-webkit-transform:scale(-1);transform:scale(-1)}.top_seperator .uvc-cloud-seperator,.top_seperator .uvc-wave-seperator{-moz-transform:scale(-1);-webkit-transform:scale(-1);-o-transform:scale(-1)}.uvc-cloud-seperator{position:absolute;top:auto;bottom:-1px}.top_seperator .uvc-cloud-seperator{top:-1px;bottom:auto;-ms-transform:scale(-1);-webkit-transform:scale(-1);transform:scale(-1)}.separator-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:5}.vc-row-translate>.vc-row-translate-wrapper{overflow:hidden;width:100%!important;margin:initial!important}.upb_video_class,.wpb_column,.wpb_row{position:relative}.upb_row_bg{position:absolute;width:100%;height:100%;background-position:center center;top:0;bottom:0;right:0;left:0;z-index:0}.upb-background-text-wrapper,.upb_video-text,.upb_video-text-wrapper{position:relative}.upb_bg_img{display:none!important}.vcpb-default{background-attachment:initial}.vcpb-fix,.vcpb-vz-jquery,.vertical_layer_parallax{background-attachment:fixed}.vertical_layer_parallax{-webkit-background-size:cover;background-size:cover}.vcpb-hz-jquery{background-position:0 50%}.upb_video-wrapper{display:block;max-width:100%;height:100%}.upb_video-text{z-index:9;width:100%;height:100%;top:0;bottom:0;right:0;left:0}.full-browser-size .upb-background-text,.video-browser-size .upb_video-text{margin:initial!important;position:absolute;bottom:auto;top:50%;right:0;left:0;height:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.upb_video-bg{position:absolute;width:100%;height:100%;top:0;bottom:0;right:0;left:0;background-position:50% 50%;margin:0 auto}.upb_video-src{max-width:none;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:relative;min-width:100%;min-height:100%}.upb_video-src.ult-make-full-height{height:100%;width:auto!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;top:0}.upb_utube_iframe,.upb_vimeo_iframe{max-width:none;max-height:none;width:100%;height:100%;position:absolute}.upb_video-bg .mbYTP_wrapper iframe{max-width:none!important;max-height:none!important}.uvc-row.uvc-video-fixer .mbYTP_wrapper iframe{margin-left:0!important;margin-top:-50px!important}.video-controls{position:absolute;bottom:10%;right:5%;cursor:pointer;width:auto!important;min-width:15px!important;height:auto!important;z-index:99}.video-controls i{font-size:40px}body.rtl .upb_row_bg{right:auto}.uvc-multi-color-bg{-webkit-animation:MultiColorVC 10s alternate infinite;animation:MultiColorVC 10s alternate infinite;z-index:9998;opacity:.6;background-color:#e14949}@-webkit-keyframes MultiColorVC{0%{background-color:#e14949}25%{background-color:#3de02c}50%{background-color:#2c8de0}100%{background-color:#e02cbc}}@keyframes MultiColorVC{0%{background-color:#e14949}25%{background-color:#3de02c}50%{background-color:#2c8de0}100%{background-color:#e02cbc}}@media (max-width:479px){.uvc_hidden-xs{display:none!important}}@media (min-width:480px)and (max-width:767px){.uvc_hidden-xsl{display:none!important}}@media (min-width:768px)and (max-width:991px){.uvc_hidden-sm{display:none!important}}@media (min-width:992px)and (max-width:1199px){.uvc_hidden-md{display:none!important}}@media (min-width:1200px)and (max-width:1823px){.uvc_hidden-ml{display:none!important}}@media (min-width:1824px){.uvc_hidden-lg{display:none!important}}.mpcth-vc-row-wrap,.toranj-vc-row-wrapper,.x-content-band{position:relative}.js_active .site-inner{overflow:visible}.vc_row-flex .upb-background-text-wrapper.full-browser-size,.vc_row-flex .upb_video-text-wrapper.full-browser-size{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex;width:100%}.vc_row-flex .upb-background-text,.vc_row-flex .upb_video-text,.vc_row-flex .vc-row-translate-wrapper,.vc_row-o-content-bottom .upb-background-text,.vc_row-o-content-bottom .upb_video-text,.vc_row-o-content-bottom .vc-row-translate-wrapper,.vc_row-o-content-middle .upb-background-text,.vc_row-o-content-middle .upb_video-text,.vc_row-o-content-middle .vc-row-translate-wrapper,.vc_row-o-content-top .upb-background-text,.vc_row-o-content-top .upb_video-text,.vc_row-o-content-top .vc-row-translate-wrapper,.vc_row-o-equal-height .upb-background-text,.vc_row-o-equal-height .upb_video-text,.vc_row-o-equal-height .vc-row-translate-wrapper{margin:0 auto!important}.vc_row-o-content-top.full-browser-size .upb-background-text,.vc_row-o-content-top.video-browser-size .upb_video-text{top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vc_row-o-content-bottom.full-browser-size .upb-background-text,.vc_row-o-content-bottom.video-browser-size .upb_video-text{top:auto;bottom:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

/* FIX FOR QUICK LOADING OF SLIDER SCRIPTS AND WP-ROCKET READDING IMG TAG INTO DOM*/
/*rs-sbg-px rs-sbg-wrap img { display:none !important}*/

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.eot?5510888');
  src: url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
	   url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
	   url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
	   url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" 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;
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: never;
  	speak-as: spell-out;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */




/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }

rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }

rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }


rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.rs-parallax-hidden-of rs-slide { overflow:hidden !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}



rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }

rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position:relative;
	visibility: hidden;
	/*white-space: nowrap; Fix for Mobile Padding issues on long texts */
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;
	font-display: swap;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	user-select: none;	
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}


rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }


/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(/wp-content/plugins/revslider/sr6/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(/wp-content/plugins/revslider/sr6/assets/css/closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing:border-box;
	max-height:none !important;
}


.rs-layer.rs-selectable {
	user-select: text;	
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;}


/* ANY SAFARI NEEDS IN CAROUSEL SOME HELP TO AVOID FLICKERING, LOVELY....*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
 	{ 
		 rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
	}

.safarifix rs-layer-wrap {
	perspective: 1000000;
}

@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { perspective: none; }
}


rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative; left:auto; top:auto; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility:hidden !important;
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index:0;
}

.rs-stl-visible{
	overflow: visible !important;
}

.rs-layer rs-fcr 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom-width: 0 !important; border-top: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-fcrt 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top-width: 0 !important; border-bottom: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-bcr 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; border-top-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.rs-layer rs-bcrt 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; border-bottom-width: 0 !important; position: absolute; left: 100%; top: 0px; }


.tp-layer-inner-rotation {
	position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}

.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; /*display: none*/}


.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{
	background:#000;
	background:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition:opacity 300ms ease-out !important;
}

.rs-ISM .tp-video-play-button{
	opacity: 1;
	transition: none !important;
	z-index: 6;
}

.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }


@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
	.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}

.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}


.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);

  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
	position:absolute;
	z-index:-2;
	box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
	top:30%;
	bottom:0;
	left:20px;
	right:20px;
	border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);

}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);

  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);

}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{
	border-radius: 3px;
}

.rev-cbutton-light	{
	color: #333;
	background-color: rgba(255,255,255, 0.75);
}

.rev-cbutton-light-sr	{
	color: #333;
	border-radius: 3px;
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {
	line-height: 37px;
	width:37px;
	height:37px;
}

.rev-sbutton-blue	{
	background-color: #3B5998
}
.rev-sbutton-lightblue	{
	background-color: #00A0D1;
}
.rev-sbutton-red	{
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	/*zoom:1;*/
}

/*rs-carousel-wrap rs-layer.rs-layer img {   transform: translateZ(-0.0001px)}*/


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(/wp-content/plugins/revslider/sr6/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(/wp-content/plugins/revslider/sr6/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}



rs-loader.spinner5 	{
	background-image:url(/wp-content/plugins/revslider/sr6/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);}
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);}
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);}
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }

rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}

a.rs-layer { transition: none }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}


/*******************************
	- CUBE & CANVAS SETTINGS -
********************************/
.rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;}


/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode: color}
.rs-safari .willow:after{background-color: rgba(100, 0, 0, 0.2);}
/* SAFARI BUG FIX ON COLOR BLEND MODE */
@media not all and (min-resolution:.001dpcm) {
	 @supports (-webkit-appearance:none) {
	 .willow{filter:grayscale(1) contrast(.95) brightness(.9)}
	.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}



/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}



/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas { display: none; position: absolute; overflow: hidden; }


/* way the hell off screen */
.RSscrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

/*  AVADA SCROLL FIX */
.avada-has-rev-slider-styles .rev_slider_wrapper {
	transform:none;
}

/* rs-carousel-wrap{
	transform: scale(0.3);
	overflow: visible !important;
	border: solid 5px red;
} */