/* MAIN SCSS DOCUMENT */
/* REQUIRED PARTIALS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  margin: 0 0 20px 20px; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  height: auto; }

/* WORDPRESS GENERAL */
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*!
 *  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-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -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: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-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"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d1c2dc07f697483a794168df56dd5d03)
 * Config saved to config.json and https://gist.github.com/d1c2dc07f697483a794168df56dd5d03
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 35%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 980px; } }
@media (min-width: 1300px) {
  .container {
    width: 1280px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/* FONTS & COLORS */
/* FONT VARIABLES */
/* BASE */
/* GENERAL CSS */
html {
  overflow-x: hidden; }
  html body {
    position: relative;
    float: left;
    width: 100%;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    color: #292c3d;
    image-rendering: -webkit-optimize-contrast;
    font-size: 14px;
    line-height: 24px;
    display: table;
    height: 100%; }

/* GLOBAL */
img {
  max-width: 100%; }

i {
  font-style: italic; }

iframe {
  max-width: 100%; }

/*TABLE */
table {
  position: relative;
  float: left;
  width: 100%;
  display: table;
  margin: 0 0 20px 0;
  font-weight: 400;
  max-width: 100%;
  vertical-align: middle; }
  table label {
    color: #9b3089;
    font-weight: bold;
    min-width: inherit; }
  table tr {
    display: table-row; }
    table tr td:first-child {
      padding: 0 10px 0 0; }
    table tr td {
      padding: 0px 10px;
      display: table-cell;
      vertical-align: middle; }
      table tr td p {
        margin: 0; }
    table tr th {
      text-align: left;
      padding: 0px 10px;
      display: table-cell;
      color: #9b3089;
      font-weight: bold; }
    table tr th:first-child {
      padding: 0 10px 0 0; }
  table thead {
    padding: 0 0 30px 0; }

/* INVOERVELDEN + BUTTON */
input, select {
  height: 50px;
  background: #fff;
  border: 1px solid #dadada;
  min-width: 190px;
  max-width: 100%;
  border-radius: 50px; }

input {
  padding: 0 15px; }

select {
  padding: 0 45px 0 15px; }

textarea {
  position: relative;
  float: left;
  height: 200px;
  padding: 15px;
  outline: none;
  width: 100%;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 20px; }

input:focus, select:focus, textarea:focus {
  outline: none;
  border: 1px solid #9b3089; }

button:focus {
  outline: none; }

input[type="checkbox"], input[type="radio"] {
  position: relative;
  float: left;
  height: auto;
  width: auto;
  margin: 7px 4px 4px 0;
  min-width: auto; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #292c3d;
  color: #fff;
  border: 3px solid #9b3089;
  float: left;
  height: auto;
  font-size: 18px;
  line-height: 23px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-style: 900;
  padding: 9px 20px 9px 20px;
  border-radius: 50px; }

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #9b3089;
  border: 3px solid #9b3089;
  color: #fff; }

.button {
  position: relative;
  background-color: #9b3089;
  color: #fff;
  border: 3px solid #9b3089;
  float: left;
  height: auto;
  font-style: normal;
  border-radius: 50px;
  font-size: 18px;
  line-height: 23px;
  padding: 9px 20px 9px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button:link, .button:visited {
    background-color: #9b3089;
    border: 3px solid #9b3089;
    color: #fff;
    text-decoration: none; }
  .button:hover, .button:active {
    background-color: #292c3d;
    border: 3px solid #292c3d;
    color: #fff;
    text-decoration: none; }

label {
  position: relative;
  float: left;
  width: auto;
  min-width: 200px; }

select {
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
  background-image: url("../images/angle-down.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50px; }

select[multiple=multiple] {
  padding: 0 15px;
  height: 100px;
  background-image: inherit; }

/*for IE10*/
select::-ms-expand {
  display: none; }

/* GRAVITY FORMS */
.gform_wrapper {
  position: relative;
  float: left;
  width: 100%; }
  .gform_wrapper form {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0; }

.gform_body {
  position: relative;
  float: left;
  width: 100%; }

.gform_wrapper ul {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  list-style-type: none; }
  .gform_wrapper ul li {
    position: relative;
    float: left;
    width: 100%;
    line-height: 30px;
    margin: 0 0 20px 0; }

.gfield_label {
  position: relative;
  float: left;
  min-width: inherit;
  max-width: inherit;
  width: 30%;
  padding-right: 10px;
  line-height: 45px;
  font-weight: 600; }

.gform_wrapper .ginput_container {
  position: relative;
  float: left;
  width: 70%; }
.gform_wrapper .ginput_container_singleproduct {
  position: relative;
  float: left; }
  .gform_wrapper .ginput_container_singleproduct input {
    float: left; }
.gform_wrapper input, .gform_wrapper select {
  width: 100%; }
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
  width: auto; }

.gform_footer {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 30%; }

@media (max-width: 767px) {
  .gform_footer {
    padding-left: 0; } }
.gform_wrapper input[type="submit"] {
  width: auto;
  width: 100%; }

.ginput_quantity_label {
  position: relative;
  float: left;
  margin: 0 10px 0 30px; }

.ginput_product_price_label {
  position: relative;
  float: left; }

.ginput_product_price {
  position: relative;
  float: left;
  font-weight: bold; }

.gfield_required {
  color: red; }

.gfield_radio {
  position: relative;
  float: left; }

ul.gfield_checkbox li, ul.gfield_radio li {
  margin: 0 0 0 0; }

/* GRAVITY FORMS MELDINGEN */
.validation_error {
  position: relative;
  float: left;
  width: 100%;
  background-color: #9b3030;
  padding: 15px;
  color: #fff;
  margin: 0 0 20px 0;
  border-radius: 5px; }

.gform_wrapper .validation_message.gfield_description {
  clear: both;
  color: #FFF;
  float: left;
  left: 30%;
  padding: 0px 10px;
  position: relative;
  background-color: #9b3030;
  margin: 14px 0 0 0;
  font-size: 12px;
  line-height: 24px;
  margin-top: 10px;
  border-radius: 50px; }
  .gform_wrapper .validation_message.gfield_description:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #9b3030;
    border-width: 7px;
    bottom: 100%;
    content: " ";
    left: 50%;
    margin-left: -7px;
    pointer-events: none;
    position: absolute;
    height: 0;
    width: 0; }

@media (max-width: 767px) {
  .gfield_label {
    width: 100%; }

  .gform_wrapper .ginput_container {
    width: 100%; }
  .gform_wrapper input[type="submit"] {
    margin-left: 0; }
  .gform_wrapper .validation_message.gfield_description {
    left: 0; } }
/* TEXT GENERAL */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font-weight: bold; }

h1 {
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 32px;
  line-height: 38px; }

h3 {
  font-size: 28px;
  line-height: 34px; }

h4 {
  font-size: 26px;
  line-height: 32px; }

h5 {
  font-size: 22px;
  line-height: 28px; }

h6 {
  font-size: 18px;
  line-height: 26px; }

p {
  margin: 0 0 20px 0; }

address {
  margin: 0 0 20px 0;
  font-style: normal; }

/* LINKS GENERAL */
a {
  color: #9b3089;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:link {
  text-decoration: underline;
  color: #9b3089; }

a:visited {
  text-decoration: underline;
  color: #9b3089; }

a:hover {
  text-decoration: none;
  color: #9b3089; }

a:active {
  text-decoration: none;
  color: #9b3089; }

/* WooCommerce info */
.woocommerce-message {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f4f4f4;
  padding: 15px;
  margin: 0 0 20px 0;
  border-radius: 5px; }
  .woocommerce-message .button {
    margin-right: 10px; }

.woocommerce-info {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f4f4f4;
  padding: 15px;
  margin: 0 0 20px 0;
  border-radius: 5px; }
  .woocommerce-info .button {
    margin-right: 10px; }

/* WooCommerce Errors */
.woocommerce-error {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 15px;
  background: #9b3030;
  border-radius: 5px; }
  .woocommerce-error li {
    color: #fff;
    margin: 0 0 10px 0;
    list-style: none;
    font-size: 14px;
    line-height: 14px; }
    .woocommerce-error li:last-child {
      margin: 0px; }
  .woocommerce-error .button {
    margin-right: 10px; }

.woocommerce-MyAccount-navigation-link--downloads {
  display: none; }

.woocommerce-MyAccount-navigation-link--contributions {
  display: none; }

/* REVIEWS */
.woocommerce #reviews .form-contribution .form-row, .woocommerce-page #reviews .form-contribution .form-row {
  float: left !important; }

/* LAYOUTS */
/* TOP HEADER */
.topheader {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff; }
  .topheader .quick-contact {
    position: relative;
    float: left;
    margin: 8px 0; }
    .topheader .quick-contact ul {
      position: relative;
      float: left;
      margin: 0; }
      .topheader .quick-contact ul li {
        position: relative;
        float: left;
        font-weight: bold;
        list-style-type: none;
        margin-right: 20px;
        line-height: 24px; }
        .topheader .quick-contact ul li:last-child {
          margin-right: 0; }
        .topheader .quick-contact ul li i {
          float: left;
          margin-right: 10px; }
          .topheader .quick-contact ul li i.icon-mobile {
            position: relative;
            float: left;
            width: 14px;
            height: 24px;
            background-image: url("../images/icon-mobile.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 14px; }
          .topheader .quick-contact ul li i.icon-mail {
            position: relative;
            float: left;
            width: 24px;
            height: 24px;
            background-image: url("../images/icon-mail.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 24px; }
        .topheader .quick-contact ul li a {
          position: relative;
          float: left; }
          .topheader .quick-contact ul li a:link, .topheader .quick-contact ul li a:visited {
            color: #292c3d;
            text-decoration: none; }
          .topheader .quick-contact ul li a:hover, .topheader .quick-contact ul li a:active {
            color: #292c3d;
            text-decoration: underline; }
  .topheader .topnav {
    position: relative;
    float: right;
    margin: 12px 0; }
    .topheader .topnav ul {
      position: relative;
      float: left;
      margin: 0; }
      .topheader .topnav ul li {
        float: left;
        list-style-type: none;
        line-height: 16px; }
        .topheader .topnav ul li:after {
          position: relative;
          float: right;
          height: 16px;
          width: 1px;
          content: '';
          background-color: #9b3089;
          margin: 0 10px; }
        .topheader .topnav ul li:last-child:after {
          display: none; }
        .topheader .topnav ul li a {
          font-weight: 300; }
          .topheader .topnav ul li a:link, .topheader .topnav ul li a:visited {
            color: #292c3d;
            text-decoration: none; }
          .topheader .topnav ul li a:hover, .topheader .topnav ul li a:active {
            color: #292c3d;
            text-decoration: underline; }

@media (max-width: 767px) {
  .topheader .quick-contact ul li {
    margin-right: 15px;
    font-size: 11px; }
    .topheader .quick-contact ul li i.icon-mail, .topheader .quick-contact ul li i.icon-mobile {
      margin-right: 5px; } }
/* HEADER */
.header {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  background-color: #292c3d;
  z-index: 222; }
  .header .header-left {
    position: relative;
    float: left;
    width: 200px;
    min-height: 1px; }
    .header .header-left .logo {
      position: absolute;
      float: left;
      left: 0px;
      top: 0px;
      width: 171px;
      height: 243px;
      box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.5); }
      .header .header-left .logo a {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px; }
      .header .header-left .logo img {
        display: none; }
  .header .header-right {
    position: relative;
    float: right;
    width: 1040px; }
    .header .header-right .header-right-top {
      position: relative;
      float: left;
      width: 100%;
      border-bottom: 1px solid #d296d2;
      padding-left: 90px; }
      .header .header-right .header-right-top .search-header {
        position: relative;
        float: left;
        margin: 20px 20px 20px 0; }
        .header .header-right .header-right-top .search-header form {
          position: relative;
          float: left;
          width: 640px; }
          .header .header-right .header-right-top .search-header form input {
            position: relative;
            float: left;
            width: 100%;
            height: 50px;
            border: 0px;
            color: #8e8e8e;
            padding: 0 20px 0 60px; }
          .header .header-right .header-right-top .search-header form button {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 60px;
            height: 50px;
            padding: 0px;
            background-color: inherit;
            border: 0px; }
            .header .header-right .header-right-top .search-header form button i.icon-search {
              position: absolute;
              top: 0px;
              left: 0px;
              width: 100%;
              height: 100%;
              background-image: url("../images/icon-search.svg");
              background-size: 24px;
              background-position: center center;
              background-repeat: no-repeat; }
      .header .header-right .header-right-top .rating-header {
        position: relative;
        float: left;
        width: 90px;
        font-size: 11px;
        margin: 16px 0; }
        .header .header-right .header-right-top .rating-header a {
          position: relative;
          float: left;
          width: 100%; }
          .header .header-right .header-right-top .rating-header a .score-wrap {
            position: relative;
            float: left;
            width: 100%;
            font-size: 11px;
            color: #fff;
            font-weight: bold; }
            .header .header-right .header-right-top .rating-header a .score-wrap .score {
              color: #d296d2;
              float: left;
              font-size: 24px;
              font-weight: bold;
              margin-right: 5px; }
          .header .header-right .header-right-top .rating-header a .stars-wrap {
            position: relative;
            float: left;
            width: 100%; }
            .header .header-right .header-right-top .rating-header a .stars-wrap i {
              float: left;
              display: inline-block;
              width: 9px;
              height: 9px;
              background-size: 9px;
              background-repeat: no-repeat;
              background-position: center center;
              margin-right: 8px; }
              .header .header-right .header-right-top .rating-header a .stars-wrap i:last-child {
                margin-right: 0px; }
              .header .header-right .header-right-top .rating-header a .stars-wrap i.purple-star {
                background-image: url("../images/icon-star-purple.svg"); }
              .header .header-right .header-right-top .rating-header a .stars-wrap i.grey-star {
                background-image: url("../images/icon-star-grey.svg"); }
          .header .header-right .header-right-top .rating-header a .count-wrap {
            position: relative;
            float: left;
            width: 100%;
            font-size: 9px;
            color: #fff;
            font-style: italic; }
      .header .header-right .header-right-top .header-right-actions {
        position: relative;
        float: right; }
        .header .header-right .header-right-top .header-right-actions .cart-header {
          position: relative;
          float: left;
          margin: 26px 10px 26px 0; }
          .header .header-right .header-right-top .header-right-actions .cart-header a {
            position: relative;
            float: left;
            padding: 10px; }
            .header .header-right .header-right-top .header-right-actions .cart-header a i {
              position: relative;
              float: left;
              width: 24px;
              height: 18px;
              background-size: 24px;
              background-image: url("../images/icon-cart.svg"); }
            .header .header-right .header-right-top .header-right-actions .cart-header a .count {
              position: absolute;
              top: 0px;
              right: -3px;
              width: 18px;
              height: 18px;
              border-radius: 50%;
              color: #fff;
              background-color: #9b3089;
              font-size: 10px;
              line-height: 18px;
              text-align: center;
              font-weight: bold; }
        .header .header-right .header-right-top .header-right-actions .quote-header {
          position: relative;
          float: left;
          margin: 26px 10px 20px 0; }
          .header .header-right .header-right-top .header-right-actions .quote-header a {
            position: relative;
            float: left;
            padding: 10px; }
            .header .header-right .header-right-top .header-right-actions .quote-header a i {
              position: relative;
              float: left;
              width: 24px;
              height: 24px;
              background-size: 24px;
              background-image: url("../images/icon-quote.svg"); }
            .header .header-right .header-right-top .header-right-actions .quote-header a .count {
              position: absolute;
              top: 0px;
              right: -3px;
              width: 18px;
              height: 18px;
              border-radius: 50%;
              color: #fff;
              background-color: #9b3089;
              font-size: 10px;
              line-height: 18px;
              text-align: center;
              font-weight: bold; }
        .header .header-right .header-right-top .header-right-actions .my-account-header {
          position: relative;
          float: left;
          margin: 20px 0; }
          .header .header-right .header-right-top .header-right-actions .my-account-header a {
            position: relative;
            float: left;
            padding: 10px; }
            .header .header-right .header-right-top .header-right-actions .my-account-header a i {
              position: relative;
              float: left;
              width: 24px;
              height: 24px;
              background-size: 24px;
              background-image: url("../images/icon-user.svg"); }
        .header .header-right .header-right-top .header-right-actions .mobile-nav-toggle-wrap {
          position: relative;
          float: left;
          margin: 15px 0; }
          .header .header-right .header-right-top .header-right-actions .mobile-nav-toggle-wrap .mobile-nav-toggle {
            float: left;
            padding: 10px;
            cursor: pointer; }
            .header .header-right .header-right-top .header-right-actions .mobile-nav-toggle-wrap .mobile-nav-toggle .burger {
              position: relative;
              float: left;
              width: 26px;
              height: 19px; }
              .header .header-right .header-right-top .header-right-actions .mobile-nav-toggle-wrap .mobile-nav-toggle .burger .line {
                position: absolute;
                left: 0px;
                width: 26px;
                height: 4px;
                background-color: #9b3089; }
                .header .header-right .header-right-top .header-right-actions .mobile-nav-toggle-wrap .mobile-nav-toggle .burger .line:nth-child(1) {
                  top: 0px; }
                .header .header-right .header-right-top .header-right-actions .mobile-nav-toggle-wrap .mobile-nav-toggle .burger .line:nth-child(2) {
                  top: 8px; }
                .header .header-right .header-right-top .header-right-actions .mobile-nav-toggle-wrap .mobile-nav-toggle .burger .line:nth-child(3) {
                  top: 16px; }
    .header .header-right .main-nav {
      position: relative;
      float: left;
      width: 100%; }
      .header .header-right .main-nav ul {
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0; }
        .header .header-right .main-nav ul li {
          float: left;
          list-style-type: none;
          margin-left: 20px;
          font-size: 11px; }
          .header .header-right .main-nav ul li:first-child {
            margin-left: 0px; }
          .header .header-right .main-nav ul li.link-home {
            margin-left: 0px; }
            .header .header-right .main-nav ul li.link-home a {
              padding: 13px 0px; }
              .header .header-right .main-nav ul li.link-home a i {
                position: relative;
                float: left;
                background-image: url("../images/icon-home.svg");
                width: 24px;
                height: 22px;
                background-size: 24px;
                background-repeat: no-repeat;
                background-position: center center; }
              .header .header-right .main-nav ul li.link-home a:after {
                display: none; }
          .header .header-right .main-nav ul li .panel {
            position: absolute;
            top: 100%;
            left: 0px;
            width: 100%;
            min-height: 210px;
            background-color: #9b3089;
            padding: 20px 260px 80px 20px;
            box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.5);
            -webkit-transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -ms-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all;
            opacity: 0;
            visibility: hidden; }
            .header .header-right .main-nav ul li .panel.open {
              opacity: 1;
              visibility: visible; }
            .header .header-right .main-nav ul li .panel ul li {
              width: 33.33%;
              margin-left: 0px; }
              .header .header-right .main-nav ul li .panel ul li a {
                padding: 0 0 5px 0;
                width: 100%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 12px; }
                .header .header-right .main-nav ul li .panel ul li a:link, .header .header-right .main-nav ul li .panel ul li a:visited {
                  text-decoration: none; }
                .header .header-right .main-nav ul li .panel ul li a:hover, .header .header-right .main-nav ul li .panel ul li a:active {
                  text-decoration: underline; }
            .header .header-right .main-nav ul li .panel .featured-text {
              position: absolute;
              width: 770px;
              bottom: 20px;
              left: 20px;
              font-size: 13px;
              color: #f1ddf1; }
            .header .header-right .main-nav ul li .panel .featured-image {
              position: absolute;
              top: 50%;
              margin-top: -75px;
              right: 20px;
              width: 150px;
              height: 150px;
              background-color: #fff;
              background-position: center center;
              background-repeat: no-repeat;
              background-size: contain; }
          .header .header-right .main-nav ul li a {
            position: relative;
            float: left;
            padding: 12px 0; }
            .header .header-right .main-nav ul li a:link, .header .header-right .main-nav ul li a:visited {
              color: #fff;
              text-decoration: none;
              font-weight: 500; }
            .header .header-right .main-nav ul li a:hover, .header .header-right .main-nav ul li a:active {
              color: #fff;
              text-decoration: none;
              font-weight: 500; }
              .header .header-right .main-nav ul li a:hover:after, .header .header-right .main-nav ul li a:active:after {
                width: 100%; }
            .header .header-right .main-nav ul li a:after {
              -webkit-transition: 0.3s ease all;
              -moz-transition: 0.3s ease all;
              -ms-transition: 0.3s ease all;
              -o-transition: 0.3s ease all;
              transition: 0.3s ease all;
              content: '';
              position: absolute;
              bottom: 10px;
              left: 0;
              width: 0;
              height: 1px;
              background-color: #9b3089; }

/* IF MOBILE NAV IS OPEN */
body.nav-open .header .header-right .header-right-top .header-right-actions .mobile-nav-toggle-wrap .mobile-nav-toggle {
  opacity: 0; }

@media (max-width: 767px) {
  .header .header-left .logo {
    width: 109px;
    height: 154px;
    background-size: 109px; }
  .header .header-right {
    width: auto; }
    .header .header-right .header-right-top {
      border-bottom: 0px; }
      .header .header-right .header-right-top .header-right-actions .cart-header {
        margin: 16px 10px 16px 0; }
      .header .header-right .header-right-top .header-right-actions .quote-header {
        margin: 16px 10px 10px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-left .logo {
    width: 120px;
    height: 170px;
    background-size: 120px; }
  .header .header-right {
    width: auto; }
    .header .header-right .header-right-top {
      border-bottom: 0px; }
      .header .header-right .header-right-top .header-right-actions .cart-header {
        margin: 16px 10px 16px 0; }
      .header .header-right .header-right-top .header-right-actions .quote-header {
        margin: 16px 10px 10px 0; } }
@media (min-width: 992px) and (max-width: 1299px) {
  .header .header-left .logo {
    width: 140px;
    height: 200px;
    background-size: 140px; }
  .header .header-right {
    width: 780px; }
    .header .header-right .header-right-top {
      padding-left: 0px; }
      .header .header-right .header-right-top .search-header form {
        width: 500px; }
    .header .header-right .main-nav ul li {
      font-size: 9px;
      margin-left: 10px; }
      .header .header-right .main-nav ul li .panel .featured-text {
        width: 500px;
        height: 48px;
        overflow: hidden; } }
/* USP HEADER */
.header-usp {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff; }
  .header-usp ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 9px 0;
    text-align: center; }
    .header-usp ul li {
      display: inline-block;
      margin: 0 20px;
      font-weight: 500; }
      .header-usp ul li i {
        position: relative;
        float: left;
        margin-right: 5px;
        width: 24px;
        height: 22px;
        background-size: 24px;
        background-image: url("../images/icon-check.svg"); }

@media (min-width: 992px) and (max-width: 1299px) {
  .header-usp ul {
    padding-left: 170px; } }
/* STICKY HEADER */
.sticky-nav .sticky-header {
  top: 0px; }
  .sticky-nav .sticky-header .header-top .logo {
    width: 100px;
    height: 142px;
    background-size: 100px;
    transition-delay: 0.3s;
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.5); }

.sticky-header {
  position: fixed;
  float: left;
  top: -100px;
  left: 0px;
  width: 100%;
  background-color: #292c3d;
  z-index: 333;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  .sticky-header .header-top {
    position: relative;
    float: left;
    width: 100%; }
    .sticky-header .header-top .logo {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 35px;
      height: 49px;
      background-size: 35px;
      background-repeat: no-repeat;
      box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0);
      transition-delay: 0.3s;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .sticky-header .header-top .logo a {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px; }
      .sticky-header .header-top .logo img {
        display: none; }
    .sticky-header .header-top .header-right-actions {
      position: relative;
      float: right; }
      .sticky-header .header-top .header-right-actions .cart-header {
        position: relative;
        float: left;
        margin: 5px 10px 0px 0; }
        .sticky-header .header-top .header-right-actions .cart-header a {
          position: relative;
          float: left;
          padding: 10px; }
          .sticky-header .header-top .header-right-actions .cart-header a i {
            position: relative;
            float: left;
            width: 24px;
            height: 18px;
            background-size: 24px;
            background-image: url("../images/icon-cart.svg"); }
          .sticky-header .header-top .header-right-actions .cart-header a .count {
            position: absolute;
            top: 0px;
            right: -3px;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            color: #fff;
            background-color: #9b3089;
            font-size: 10px;
            line-height: 18px;
            text-align: center;
            font-weight: bold; }
      .sticky-header .header-top .header-right-actions .quote-header {
        position: relative;
        float: left;
        margin: 5px 10px 0px 0; }
        .sticky-header .header-top .header-right-actions .quote-header a {
          position: relative;
          float: left;
          padding: 10px; }
          .sticky-header .header-top .header-right-actions .quote-header a i {
            position: relative;
            float: left;
            width: 24px;
            height: 24px;
            background-size: 24px;
            background-image: url("../images/icon-quote.svg"); }
          .sticky-header .header-top .header-right-actions .quote-header a .count {
            position: absolute;
            top: 0px;
            right: -3px;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            color: #fff;
            background-color: #9b3089;
            font-size: 10px;
            line-height: 18px;
            text-align: center;
            font-weight: bold; }
      .sticky-header .header-top .header-right-actions .my-account-header {
        position: relative;
        float: left;
        margin: 20px 0; }
        .sticky-header .header-top .header-right-actions .my-account-header a {
          position: relative;
          float: left;
          padding: 10px; }
          .sticky-header .header-top .header-right-actions .my-account-header a i {
            position: relative;
            float: left;
            width: 24px;
            height: 24px;
            background-size: 24px;
            background-image: url("../images/icon-user.svg"); }
  .sticky-header .main-nav {
    position: relative;
    float: left;
    padding-left: 120px; }
    .sticky-header .main-nav ul {
      position: relative;
      float: left;
      width: 100%;
      margin: 0;
      padding: 0; }
      .sticky-header .main-nav ul li {
        float: left;
        list-style-type: none;
        margin-left: 20px;
        font-size: 11px; }
        .sticky-header .main-nav ul li:first-child {
          margin-left: 0px; }
        .sticky-header .main-nav ul li.link-home {
          margin-left: 0px; }
          .sticky-header .main-nav ul li.link-home a {
            padding: 13px 0px; }
            .sticky-header .main-nav ul li.link-home a i {
              position: relative;
              float: left;
              background-image: url("../images/icon-home.svg");
              width: 24px;
              height: 22px;
              background-size: 24px;
              background-repeat: no-repeat;
              background-position: center center; }
            .sticky-header .main-nav ul li.link-home a:after {
              display: none; }
        .sticky-header .main-nav ul li .panel {
          position: absolute;
          top: 100%;
          left: 0px;
          width: 100%;
          min-height: 210px;
          background-color: #9b3089;
          padding: 20px 260px 80px 20px;
          -webkit-transition: 0.3s ease all;
          -moz-transition: 0.3s ease all;
          -ms-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all;
          box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.5);
          -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.5);
          opacity: 0;
          visibility: hidden; }
          .sticky-header .main-nav ul li .panel.open {
            opacity: 1;
            visibility: visible; }
          .sticky-header .main-nav ul li .panel ul li {
            width: 33.33%;
            margin-left: 0px; }
            .sticky-header .main-nav ul li .panel ul li a {
              padding: 0 0 5px 0;
              width: 100%;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              font-size: 12px; }
              .sticky-header .main-nav ul li .panel ul li a:link, .sticky-header .main-nav ul li .panel ul li a:visited {
                text-decoration: none; }
              .sticky-header .main-nav ul li .panel ul li a:hover, .sticky-header .main-nav ul li .panel ul li a:active {
                text-decoration: underline; }
          .sticky-header .main-nav ul li .panel .featured-text {
            position: absolute;
            width: 770px;
            bottom: 20px;
            left: 20px;
            font-size: 13px;
            color: #f1ddf1; }
          .sticky-header .main-nav ul li .panel .featured-image {
            position: absolute;
            top: 50%;
            margin-top: -75px;
            right: 20px;
            width: 150px;
            height: 150px;
            background-color: #fff;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain; }
        .sticky-header .main-nav ul li a {
          position: relative;
          float: left;
          padding: 13px 0 12px 0; }
          .sticky-header .main-nav ul li a:link, .sticky-header .main-nav ul li a:visited {
            color: #fff;
            text-decoration: none;
            font-weight: 500; }
          .sticky-header .main-nav ul li a:hover, .sticky-header .main-nav ul li a:active {
            color: #fff;
            text-decoration: none;
            font-weight: 500; }
            .sticky-header .main-nav ul li a:hover:after, .sticky-header .main-nav ul li a:active:after {
              width: 100%; }
          .sticky-header .main-nav ul li a:after {
            -webkit-transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -ms-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all;
            content: '';
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 0;
            height: 1px;
            background-color: #9b3089; }

@media (min-width: 992px) and (max-width: 1299px) {
  .sticky-header .main-nav ul li {
    font-size: 9px;
    margin-left: 5px; }
    .sticky-header .main-nav ul li .panel {
      padding: 20px 200px 80px 20px; }
      .sticky-header .main-nav ul li .panel ul li a {
        font-size: 11px; }
      .sticky-header .main-nav ul li .panel .featured-text {
        width: 550px;
        height: 48px;
        overflow: hidden;
        font-size: 12px; }
      .sticky-header .main-nav ul li .panel .featured-image {
        width: 120px;
        height: 120px;
        margin-top: -60px; } }
/* MOBIELMENU */
.mobile-nav-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 666;
  background-color: rgba(155, 48, 137, 0.9);
  padding: 111px 0 0 0;
  display: none; }
  .mobile-nav-wrap .mobile-nav-close-toggle {
    position: absolute;
    top: -56px;
    right: 15px;
    padding: 10px;
    cursor: pointer; }
    .mobile-nav-wrap .mobile-nav-close-toggle .burger {
      position: relative;
      float: left;
      width: 26px;
      height: 19px; }
      .mobile-nav-wrap .mobile-nav-close-toggle .burger .line {
        position: absolute;
        left: 0px;
        width: 26px;
        height: 4px;
        background-color: #fff; }
        .mobile-nav-wrap .mobile-nav-close-toggle .burger .line:nth-child(1) {
          top: 0px;
          -moz-transform: rotate(-45deg) translate(-6px, 5.5px);
          -o-transform: rotate(-45deg) translate(-6px, 5.5px);
          -ms-transform: rotate(-45deg) translate(-6px, 5.5px);
          -webkit-transform: rotate(-45deg) translate(-6px, 5.5px);
          transform: rotate(-45deg) translate(-6px, 5.5px); }
        .mobile-nav-wrap .mobile-nav-close-toggle .burger .line:nth-child(2) {
          top: 16px;
          -moz-transform: rotate(45deg) translate(-5.5px, -5.5px);
          -o-transform: rotate(45deg) translate(-5.5px, -5.5px);
          -ms-transform: rotate(45deg) translate(-5.5px, -5.5px);
          -webkit-transform: rotate(45deg) translate(-5.5px, -5.5px);
          transform: rotate(45deg) translate(-5.5px, -5.5px); }
  .mobile-nav-wrap ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0; }
    .mobile-nav-wrap ul ul {
      padding-left: 20px;
      display: none;
      margin: 0; }
    .mobile-nav-wrap ul li {
      font-size: 16px;
      line-height: 38px;
      position: relative;
      float: left;
      width: 100%;
      list-style-type: none; }
      .mobile-nav-wrap ul li a:link, .mobile-nav-wrap ul li a:visited {
        color: #fff;
        text-decoration: none; }
      .mobile-nav-wrap ul li a:hover, .mobile-nav-wrap ul li a:active {
        color: #fff;
        text-decoration: underline; }
      .mobile-nav-wrap ul li.menu-item-has-children {
        -webkit-user-select: none;
        /* webkit (safari, chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+ */ }
        .mobile-nav-wrap ul li.menu-item-has-children:after {
          position: absolute;
          float: right;
          right: 0px;
          font-family: "FontAwesome";
          content: '\f107';
          line-height: 24px;
          font-size: 18px;
          text-align: center;
          color: #fff;
          background-color: #292c3d;
          height: 24px;
          width: 24px;
          margin-top: 7px;
          top: 0px;
          cursor: pointer; }
      .mobile-nav-wrap ul li.sub-menu-open:after {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .mobile-nav-wrap form {
    position: relative;
    float: left;
    width: 100%; }
    .mobile-nav-wrap form input {
      position: relative;
      float: left;
      width: 100%;
      color: #8e8e8e;
      padding: 0 20px 0 60px; }
    .mobile-nav-wrap form button {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 60px;
      height: 50px;
      padding: 0px;
      background-color: inherit;
      border: 0px; }
      .mobile-nav-wrap form button i.icon-search {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: url("../images/icon-search.svg");
        background-size: 24px;
        background-position: center center;
        background-repeat: no-repeat; }

/* CHECKOUT HEADER */
.header-checkout {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  background-color: #292c3d; }
  .header-checkout .return-to-shop {
    position: relative;
    float: left;
    margin: 16px 0; }
  .header-checkout .logo {
    position: relative;
    float: right;
    width: 57px;
    height: 80px;
    background-size: 57px;
    background-repeat: no-repeat;
    background-position: center center; }
    .header-checkout .logo a {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px; }
    .header-checkout .logo img {
      display: none; }

.slideshow-home {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden; }
  .slideshow-home .slides {
    position: relative;
    float: left;
    width: 100%;
    display: inline-block; }
    .slideshow-home .slides .slick-list {
      display: table;
      table-layout: fixed;
      width: 100%;
      overflow: hidden; }
      .slideshow-home .slides .slick-list .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .slideshow-home .slides .slick-dots {
      position: absolute;
      z-index: 333;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 30px;
      margin: 0;
      width: 16px; }
      .slideshow-home .slides .slick-dots li {
        position: relative;
        float: left;
        list-style-type: none;
        width: 16px;
        height: 16px;
        margin: 0 0 8px 0; }
        .slideshow-home .slides .slick-dots li:last-child {
          margin: 0; }
        .slideshow-home .slides .slick-dots li.slick-active button {
          background-color: #9b3089; }
        .slideshow-home .slides .slick-dots li button {
          position: relative;
          float: left;
          width: 16px;
          height: 16px;
          background-color: #fff;
          border: 2px solid #9b3089;
          padding: 0px;
          text-indent: -999999999999px; }
          .slideshow-home .slides .slick-dots li button:hover {
            background-color: #9b3089; }
    .slideshow-home .slides .slide {
      position: relative;
      float: left;
      display: inline-block;
      width: 100%;
      height: 640px;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; }
      .slideshow-home .slides .slide:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 70%;
        background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #292c3d 100%);
        background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #292c3d 100%);
        background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #292c3d 100%); }
      .slideshow-home .slides .slide img {
        display: none; }
      .slideshow-home .slides .slide .slide-content {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2; }
        .slideshow-home .slides .slide .slide-content h2 {
          color: #fff;
          font-size: 66px;
          line-height: 74px; }
        .slideshow-home .slides .slide .slide-content .button {
          font-size: 24px;
          line-height: 24px;
          font-weight: bold;
          padding: 12px 25px; }
          .slideshow-home .slides .slide .slide-content .button:link, .slideshow-home .slides .slide .slide-content .button:visited {
            background-color: #9b3089; }
          .slideshow-home .slides .slide .slide-content .button:hover, .slideshow-home .slides .slide .slide-content .button:active {
            background-color: #4d1844;
            border: 3px solid #4d1844; }

@media (max-width: 767px) {
  .slideshow-home .slides .slick-dots {
    right: 5px; }
  .slideshow-home .slides .slide {
    height: 250px; }
    .slideshow-home .slides .slide .slide-content {
      padding-top: 50px;
      text-align: center; }
      .slideshow-home .slides .slide .slide-content h2 {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        padding: 0 10px 0 0; }
      .slideshow-home .slides .slide .slide-content .button {
        float: none;
        font-size: 14px;
        line-height: 16px;
        display: inline-block; } }
@media (min-width: 768px) and (max-width: 991px) {
  .slideshow-home .slides .slide .slide-content h2 {
    font-size: 50px;
    line-height: 55px; } }
/* MOST POPULAR */
.most-popular-wrap {
  position: relative;
  float: left;
  width: 100%;
  margin-top: -90px; }
  .most-popular-wrap .most-popular {
    position: relative;
    float: left;
    width: 100%;
    background-color: #292c3d;
    color: #fff;
    padding: 60px 0px 60px 60px; }
    .most-popular-wrap .most-popular ul.products .slick-prev, .most-popular-wrap .most-popular ul.products .slick-next {
      position: absolute;
      width: 74px;
      height: 74px;
      background-color: #9b3089;
      border: 3px solid #9b3089;
      background-position: center center;
      background-repeat: no-repeat;
      left: -98px;
      top: 40%; }
      .most-popular-wrap .most-popular ul.products .slick-prev:hover, .most-popular-wrap .most-popular ul.products .slick-next:hover {
        background-color: #611e55;
        border: 3px solid #611e55; }
    .most-popular-wrap .most-popular ul.products .slick-prev {
      margin-top: -100px;
      background-image: url("../images/icon-angle-left.svg"); }
    .most-popular-wrap .most-popular ul.products .slick-next {
      background-image: url("../images/icon-angle-right.svg"); }
    .most-popular-wrap .most-popular ul.products .slick-list {
      display: table;
      table-layout: fixed;
      width: 100%;
      overflow: hidden; }
      .most-popular-wrap .most-popular ul.products .slick-list:before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 6;
        width: 30%;
        height: 100%;
        pointer-events: none;
        background: -moz-linear-gradient(left, rgba(41, 44, 61, 0) 0%, #292c3d 100%);
        background: -webkit-linear-gradient(left, rgba(41, 44, 61, 0) 0%, #292c3d 100%);
        background: linear-gradient(to right, rgba(41, 44, 61, 0) 0%, #292c3d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00292c3d', endColorstr='#292c3d',GradientType=1 ); }
      .most-popular-wrap .most-popular ul.products .slick-list li {
        position: relative;
        float: left;
        width: 100%;
        margin: 0 10px; }
        .most-popular-wrap .most-popular ul.products .slick-list li .product-content-wrapper {
          background-color: #4f5260;
          border-radius: 0px; }
        .most-popular-wrap .most-popular ul.products .slick-list li .product-image-wrap {
          padding: 0 0 20px 0; }
        .most-popular-wrap .most-popular ul.products .slick-list li .product-content {
          color: #fff; }
          .most-popular-wrap .most-popular ul.products .slick-list li .product-content h2 {
            color: #fff; }
          .most-popular-wrap .most-popular ul.products .slick-list li .product-content .price {
            border-top: 1px solid #d296d2; }
        .most-popular-wrap .most-popular ul.products .slick-list li .product-footer .button:link, .most-popular-wrap .most-popular ul.products .slick-list li .product-footer .button:visited {
          border: 3px solid #9b3089;
          background-color: #292c3d; }
        .most-popular-wrap .most-popular ul.products .slick-list li .product-footer .button:hover, .most-popular-wrap .most-popular ul.products .slick-list li .product-footer .button:active {
          border: 3px solid #9b3089;
          background-color: #9b3089; }
    .most-popular-wrap .most-popular:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 100%;
      height: 100%;
      width: 99999px;
      background-color: #292c3d; }
    .most-popular-wrap .most-popular h3 {
      position: relative;
      float: left;
      width: 100%;
      text-align: center;
      font-size: 48px;
      line-height: 54px;
      padding: 0 0 30px 0;
      margin: 0 0 30px 0; }
      .most-popular-wrap .most-popular h3:after {
        content: '';
        width: 182px;
        height: 6px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -91px;
        background-color: #9b3089; }

@media (max-width: 767px) {
  .most-popular-wrap {
    margin-top: 0px;
    background-color: #292c3d; }
    .most-popular-wrap .most-popular {
      padding: 20px 0; }
      .most-popular-wrap .most-popular h3 {
        font-size: 18px;
        line-height: 24px;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0; }
        .most-popular-wrap .most-popular h3:after {
          width: 80px;
          height: 3px;
          margin-left: -40px; }
      .most-popular-wrap .most-popular ul.products .slick-prev, .most-popular-wrap .most-popular ul.products .slick-next {
        left: -8px;
        z-index: 22;
        width: 40px;
        height: 40px;
        padding: 0;
        background-size: 16px;
        top: 20%; }
      .most-popular-wrap .most-popular ul.products .slick-prev {
        margin-top: -50px; }
      .most-popular-wrap .most-popular ul.products .slick-list:before {
        display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .most-popular-wrap .most-popular {
    padding: 40px 0 40px 40px; }
    .most-popular-wrap .most-popular ul.products .slick-prev, .most-popular-wrap .most-popular ul.products .slick-next {
      left: -8px;
      z-index: 22;
      width: 40px;
      height: 40px;
      padding: 0;
      background-size: 16px;
      top: 20%; }
    .most-popular-wrap .most-popular ul.products .slick-prev {
      margin-top: -50px; } }
/* PAYMENT METHODS WRAP */
.payment-methods-wrap {
  position: relative;
  float: left;
  width: 100%;
  padding: 90px 0;
  text-align: center; }
  .payment-methods-wrap h4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin: 0 0 25px 0; }
  .payment-methods-wrap .payment-methods {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    .payment-methods-wrap .payment-methods img {
      display: none; }
  .payment-methods-wrap.not-home {
    padding: 30px 0 0 0; }

@media (max-width: 767px) {
  .payment-methods-wrap {
    padding: 30px 0 20px; }
    .payment-methods-wrap h4 {
      font-size: 17px;
      line-height: 20px;
      margin: 0 0 10px 0; }
    .payment-methods-wrap.not-home {
      padding: 30px 0 30px 0; } }
/* ABOUT US HOME */
.about-home-wrap {
  position: relative;
  float: left;
  width: 100%; }
  .about-home-wrap .container {
    max-width: 1150px; }
  .about-home-wrap .about-home {
    position: relative;
    float: left;
    width: calc(100vw);
    padding: 100px 0 70px 100px;
    color: #fff;
    background-image: url("../images/bg-about-home.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center; }
    .about-home-wrap .about-home:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 800px;
      height: 100%;
      background: -moz-linear-gradient(left, #292c3d 60%, rgba(41, 44, 61, 0) 100%);
      background: -webkit-linear-gradient(left, #292c3d 60%, rgba(41, 44, 61, 0) 100%);
      background: linear-gradient(to right, #292c3d 60%, rgba(41, 44, 61, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292c3d', endColorstr='#00292c3d',GradientType=1 ); }
    .about-home-wrap .about-home .about-home-content {
      position: relative;
      z-index: 22;
      float: left;
      width: 100%;
      max-width: 720px; }
      .about-home-wrap .about-home .about-home-content h2 {
        float: left;
        width: 100%;
        font-size: 68px;
        line-height: 68px; }
      .about-home-wrap .about-home .about-home-content p {
        float: left;
        width: 100%;
        margin: 0 0 40px 0;
        font-size: 18px;
        line-height: 36px;
        padding-right: 180px;
        font-weight: 500; }
      .about-home-wrap .about-home .about-home-content .button {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        padding: 12px 25px; }

@media (max-width: 767px) {
  .about-home-wrap {
    background-color: #292c3d; }
    .about-home-wrap .container {
      padding-right: 0px;
      padding-left: 0px; }
    .about-home-wrap .about-home {
      width: 100%;
      padding: 150px 15px 20px 15px;
      background-size: contain;
      background-position: top center;
      background-repeat: no-repeat; }
      .about-home-wrap .about-home:before {
        width: 100%;
        background: -moz-linear-gradient(top, rgba(41, 44, 61, 0) 0%, #292c3d 40%);
        background: -webkit-linear-gradient(top, rgba(41, 44, 61, 0) 0%, #292c3d 40%);
        background: linear-gradient(to bottom, rgba(41, 44, 61, 0) 0%, #292c3d 40%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00292c3d', endColorstr='#292c3d',GradientType=0 ); }
      .about-home-wrap .about-home .about-home-content {
        text-align: center; }
        .about-home-wrap .about-home .about-home-content h2 {
          font-size: 24px;
          line-height: 28px;
          text-align: center; }
        .about-home-wrap .about-home .about-home-content p {
          font-size: 12px;
          line-height: 20px;
          padding-right: 0;
          margin: 0 0 10px 0; }
        .about-home-wrap .about-home .about-home-content .button {
          display: inline-block;
          float: none;
          font-size: 12px;
          line-height: 12px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .about-home-wrap .about-home {
    padding: 60px 0 60px 60px; }
    .about-home-wrap .about-home .about-home-content {
      max-width: 650px; }
      .about-home-wrap .about-home .about-home-content h2 {
        font-size: 54px;
        line-height: 54px; } }
.newsletter-wrap {
  position: relative;
  float: left;
  width: 100%;
  margin: 80px 0 0 0;
  background-color: #9b3089;
  color: #fff; }
  .newsletter-wrap .container {
    max-width: 1150px; }
  .newsletter-wrap .newsletter-image {
    position: absolute;
    left: -65px;
    bottom: 0px;
    width: 311px;
    height: 562px;
    background-size: 311px;
    background-repeat: no-repeat;
    background-position: top center; }
    .newsletter-wrap .newsletter-image img {
      display: none; }
  .newsletter-wrap .newsletter {
    position: relative;
    float: right;
    padding: 40px 0 40px 280px; }
    .newsletter-wrap .newsletter h3 {
      font-size: 48px;
      line-height: 48px; }
    .newsletter-wrap .newsletter p {
      font-weight: 500;
      font-size: 18px;
      line-height: 36px;
      padding-right: 245px; }
    .newsletter-wrap .newsletter .validation_error {
      display: none; }
    .newsletter-wrap .newsletter .gform_wrapper .validation_message.gfield_description {
      left: 0px; }
    .newsletter-wrap .newsletter .gform_wrapper form .gform_body {
      position: relative;
      float: left;
      width: 610px; }
      .newsletter-wrap .newsletter .gform_wrapper form .gform_body ul li .gfield_label {
        display: none; }
      .newsletter-wrap .newsletter .gform_wrapper form .gform_body ul li input {
        color: #8e8e8e;
        border: none; }
      .newsletter-wrap .newsletter .gform_wrapper form .gform_body ul li .ginput_container {
        width: 100%; }
    .newsletter-wrap .newsletter .gform_wrapper form .gform_footer {
      position: relative;
      float: right;
      width: 200px;
      padding-left: 0; }
      .newsletter-wrap .newsletter .gform_wrapper form .gform_footer input[type=submit] {
        height: 50px;
        background-color: #9b3089;
        border: 2px solid #fff;
        font-size: 24px;
        line-height: 24px;
        font-weight: bold; }
        .newsletter-wrap .newsletter .gform_wrapper form .gform_footer input[type=submit]:hover {
          color: #9b3089;
          background-color: #fff;
          border: 2px solid #fff; }

@media (max-width: 767px) {
  .newsletter-wrap {
    margin: 0; }
    .newsletter-wrap .newsletter-image {
      display: none; }
    .newsletter-wrap .newsletter {
      text-align: center;
      padding: 30px 0; }
      .newsletter-wrap .newsletter h3 {
        font-size: 24px;
        line-height: 24px; }
      .newsletter-wrap .newsletter p {
        font-size: 12px;
        line-height: 20px;
        padding-right: 0px; }
      .newsletter-wrap .newsletter .gform_wrapper form {
        margin: 0; }
        .newsletter-wrap .newsletter .gform_wrapper form .gform_body {
          width: 100%; }
          .newsletter-wrap .newsletter .gform_wrapper form .gform_body input {
            height: 40px;
            font-size: 12px;
            line-height: 20px; }
        .newsletter-wrap .newsletter .gform_wrapper form .gform_footer {
          float: none;
          display: inline-block;
          width: 150px; }
          .newsletter-wrap .newsletter .gform_wrapper form .gform_footer input[type=submit] {
            height: 40px;
            font-size: 16px;
            line-height: 20px;
            min-width: 0px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-wrap .newsletter p {
    padding-right: 0px; }
  .newsletter-wrap .newsletter .gform_wrapper form .gform_body {
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1299px) {
  .newsletter-wrap .newsletter .gform_wrapper form .gform_body {
    width: 450px; } }
/* FOOTER */
.footer-wrap {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  background-color: #292c3d; }
  .footer-wrap .container {
    max-width: 1150px; }
  .footer-wrap h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    padding: 0 0 20px 0; }
    .footer-wrap h3:after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 80px;
      height: 3px;
      background-color: #9b3089;
      border-radius: 50px; }
  .footer-wrap .footer {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 500; }
    .footer-wrap .footer a:link, .footer-wrap .footer a:visited {
      color: #fff;
      text-decoration: none; }
    .footer-wrap .footer a:hover, .footer-wrap .footer a:active {
      color: #fff;
      text-decoration: underline; }
    .footer-wrap .footer .widget {
      position: relative;
      float: left;
      margin: 50px 0; }
      .footer-wrap .footer .widget .col {
        position: relative;
        float: left;
        width: 50%; }
      .footer-wrap .footer .widget ul {
        position: relative;
        float: left;
        width: 100%;
        list-style-type: none;
        margin: 0; }
        .footer-wrap .footer .widget ul li {
          position: relative;
          float: left;
          width: 100%; }
          .footer-wrap .footer .widget ul li a {
            position: relative;
            float: left;
            width: 100%; }
  .footer-wrap .subfooter-wrap {
    position: relative;
    float: left;
    width: 100%; }
    .footer-wrap .subfooter-wrap .subfooter {
      position: relative;
      float: left;
      width: 100%;
      border-top: 1px solid #d296d2;
      font-size: 12px;
      font-weight: 500;
      text-align: center; }
      .footer-wrap .subfooter-wrap .subfooter .copyright {
        position: relative;
        float: left;
        display: inline-block;
        margin: 13px 0; }
      .footer-wrap .subfooter-wrap .subfooter .social {
        text-align: center;
        display: inline-block;
        margin: 10px 0;
        font-size: 28px;
        line-height: 30px; }
        .footer-wrap .subfooter-wrap .subfooter .social ul {
          margin: 0; }
          .footer-wrap .subfooter-wrap .subfooter .social ul li {
            display: inline-block;
            list-style-type: none;
            margin: 0 10px; }
            .footer-wrap .subfooter-wrap .subfooter .social ul li a:link, .footer-wrap .subfooter-wrap .subfooter .social ul li a:visited {
              color: #fff; }
            .footer-wrap .subfooter-wrap .subfooter .social ul li a:hover, .footer-wrap .subfooter-wrap .subfooter .social ul li a:active {
              color: #d296d2; }
      .footer-wrap .subfooter-wrap .subfooter .subfooter-nav {
        position: relative;
        float: right;
        display: inline-block;
        margin: 13px 0; }
        .footer-wrap .subfooter-wrap .subfooter .subfooter-nav ul {
          float: right;
          margin: 0; }
          .footer-wrap .subfooter-wrap .subfooter .subfooter-nav ul li {
            float: left;
            list-style-type: none; }
            .footer-wrap .subfooter-wrap .subfooter .subfooter-nav ul li:after {
              content: '|';
              margin: 0 5px; }
            .footer-wrap .subfooter-wrap .subfooter .subfooter-nav ul li:last-child:after {
              display: none; }
            .footer-wrap .subfooter-wrap .subfooter .subfooter-nav ul li a:link, .footer-wrap .subfooter-wrap .subfooter .subfooter-nav ul li a:visited {
              color: #fff;
              text-decoration: none; }
            .footer-wrap .subfooter-wrap .subfooter .subfooter-nav ul li a:hover, .footer-wrap .subfooter-wrap .subfooter .subfooter-nav ul li a:active {
              color: #fff;
              text-decoration: underline; }

@media (max-width: 767px) {
  .footer-wrap {
    font-size: 12px;
    line-height: 20px; }
    .footer-wrap h3 {
      font-size: 24px;
      line-height: 28px;
      padding: 0 0 15px 0;
      margin: 0 0 15px 0; }
    .footer-wrap .footer .widget {
      margin: 15px 0 0 0; }
      .footer-wrap .footer .widget:last-child {
        margin: 15px 0; }
    .footer-wrap .subfooter-wrap .subfooter {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      font-size: 11px; }
      .footer-wrap .subfooter-wrap .subfooter div.social {
        order: 1;
        width: 100%;
        margin: 15px 0 0 0; }
      .footer-wrap .subfooter-wrap .subfooter div.copyright {
        float: none;
        order: 2;
        margin: 15px 0 0 0; }
      .footer-wrap .subfooter-wrap .subfooter div.subfooter-nav {
        float: none;
        order: 3; }
        .footer-wrap .subfooter-wrap .subfooter div.subfooter-nav ul {
          float: none;
          width: 100%;
          text-align: center; }
          .footer-wrap .subfooter-wrap .subfooter div.subfooter-nav ul li {
            float: none;
            display: inline-block; } }
@media (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer .widget {
    margin: 30px 0 0 0; }
    .footer-wrap .footer .widget:last-child {
      margin: 30px 0; }
  .footer-wrap .subfooter-wrap .subfooter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .footer-wrap .subfooter-wrap .subfooter div.social {
      order: 1;
      width: 100%;
      margin: 15px 0 0 0; }
    .footer-wrap .subfooter-wrap .subfooter div.copyright {
      float: none;
      order: 2;
      margin: 15px 0 0 0; }
    .footer-wrap .subfooter-wrap .subfooter div.subfooter-nav {
      float: none;
      order: 3; }
      .footer-wrap .subfooter-wrap .subfooter div.subfooter-nav ul {
        float: none;
        width: 100%;
        text-align: center; }
        .footer-wrap .subfooter-wrap .subfooter div.subfooter-nav ul li {
          float: none;
          display: inline-block; } }
/* PAGEHEADER */
.pageheader-wrapper {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f4f4f4;
  margin: 0 0 20px 0; }
  .pageheader-wrapper .pageheader {
    position: relative;
    float: right;
    width: 100%;
    max-width: 1040px;
    padding: 20px 0; }
    .pageheader-wrapper .pageheader h1 {
      margin: 0 0 0 0; }

@media (max-width: 767px) {
  .pageheader-wrapper .pageheader {
    padding: 20px 0 20px 125px; }
    .pageheader-wrapper .pageheader h1 {
      font-size: 18px;
      line-height: 24px; }
    .pageheader-wrapper .pageheader #breadcrumbs {
      font-size: 10px;
      line-height: 12px; }
      .pageheader-wrapper .pageheader #breadcrumbs span {
        font-size: 10px;
        line-height: 12px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .pageheader-wrapper .pageheader {
    max-width: 570px; } }
@media (min-width: 992px) and (max-width: 1299px) {
  .pageheader-wrapper .pageheader {
    max-width: 780px; } }
/* GLOBAL PAGEWRAPPER */
.pagewrapper {
  position: relative;
  float: left;
  width: 100%; }

.sort-wrap {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }
  .sort-wrap .woocommerce-notices-wrapper {
    position: relative;
    float: left;
    width: 100%; }
  .sort-wrap .woocommerce-result-count {
    position: relative;
    float: left;
    margin: 13px 0; }
  .sort-wrap .woocommerce-ordering {
    position: relative;
    float: right; }
    .sort-wrap .woocommerce-ordering select {
      max-width: 200px; }

@media (max-width: 767px) {
  .sort-wrap .woocommerce-result-count {
    margin: 0 0 10px 0; }
  .sort-wrap .woocommerce-ordering {
    float: left;
    width: 100%; }
    .sort-wrap .woocommerce-ordering select {
      max-width: initial;
      width: 100%;
      height: 40px; } }
/* SIDEBAR SHOW MOBILE */
body.filter-open .pagewrapper .sidebar-wrap .toggle-filter:after {
  content: '\f0d8'; }

/* SIDEBAR ARCHIVE */
.pagewrapper .sidebar-wrap {
  position: relative;
  float: left; }
  .pagewrapper .sidebar-wrap .toggle-filter {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .pagewrapper .sidebar-wrap .toggle-filter:after {
      margin-left: 5px;
      content: '\f0d7';
      font-family: "FontAwesome"; }
  .pagewrapper .sidebar-wrap .filters {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 15px;
    margin: 0 0 20px 0; }
    .pagewrapper .sidebar-wrap .filters .widget:last-child {
      margin: 0; }
    .pagewrapper .sidebar-wrap .filters .prdctfltr_wc {
      margin-bottom: 0px; }
    .pagewrapper .sidebar-wrap .filters .widget {
      position: relative;
      float: left;
      width: 100%;
      margin: 0 0 20px 0; }
      .pagewrapper .sidebar-wrap .filters .widget h4 {
        font-size: 18px;
        line-height: 24px;
        margin: 0; }
    .pagewrapper .sidebar-wrap .filters .widget_product_categories {
      position: relative;
      float: left;
      width: 100%; }
      .pagewrapper .sidebar-wrap .filters .widget_product_categories ul {
        position: relative;
        float: left;
        width: 100%;
        margin: 0; }
        .pagewrapper .sidebar-wrap .filters .widget_product_categories ul li {
          position: relative;
          float: left;
          width: 100%;
          list-style-type: none;
          line-height: 30px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -khtml-user-select: none;
          -ms-user-select: none; }
          .pagewrapper .sidebar-wrap .filters .widget_product_categories ul li a {
            position: relative;
            float: left;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-weight: 500;
            padding-right: 30px; }
            .pagewrapper .sidebar-wrap .filters .widget_product_categories ul li a:link, .pagewrapper .sidebar-wrap .filters .widget_product_categories ul li a:visited {
              text-decoration: none; }
            .pagewrapper .sidebar-wrap .filters .widget_product_categories ul li a:hover, .pagewrapper .sidebar-wrap .filters .widget_product_categories ul li a:active {
              text-decoration: underline; }
          .pagewrapper .sidebar-wrap .filters .widget_product_categories ul li.cat-parent .current-cat a {
            font-weight: bold; }
          .pagewrapper .sidebar-wrap .filters .widget_product_categories ul li.cat-parent .subnav-toggle {
            position: absolute;
            top: 4px;
            right: 0px;
            color: #fff;
            background-color: #9b3089;
            font-size: 16px;
            line-height: 19px;
            width: 20px;
            text-align: center;
            height: 20px;
            border-radius: 5px;
            cursor: pointer;
            font-family: "FontAwesome";
            -webkit-user-select: none;
            /* webkit (safari, chrome) browsers */
            -moz-user-select: none;
            /* mozilla browsers */
            -khtml-user-select: none;
            /* webkit (konqueror) browsers */
            -ms-user-select: none;
            /* IE10+ */ }
            .pagewrapper .sidebar-wrap .filters .widget_product_categories ul li.cat-parent .subnav-toggle:hover {
              cursor: pointer; }
          .pagewrapper .sidebar-wrap .filters .widget_product_categories ul li ul {
            display: none;
            position: relative;
            float: left;
            width: 100%;
            padding: 0 0 0 10px; }
            .pagewrapper .sidebar-wrap .filters .widget_product_categories ul li ul li {
              padding-left: 15px; }
              .pagewrapper .sidebar-wrap .filters .widget_product_categories ul li ul li:before {
                position: absolute;
                left: 0px;
                top: 0px;
                content: '-';
                margin-right: 5px;
                color: #9b3089; }

@media (max-width: 767px) {
  .pagewrapper .sidebar-wrap .filters {
    display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .pagewrapper .sidebar-wrap .filters {
    display: none; } }
/* PAGINATION */
.woocommerce-pagination {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  background-color: #f4f4f4;
  border-radius: 50px; }
  .woocommerce-pagination ul {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    text-align: center; }
    .woocommerce-pagination ul li {
      display: inline-block;
      list-style-type: none;
      font-size: 18px;
      line-height: 45px;
      margin-right: 10px; }

ul.products {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 0; }
  ul.products li {
    display: inline-block;
    vertical-align: top;
    width: 31.05%;
    margin: 0 3% 3% 0; }
    ul.products li .product-content-wrapper {
      position: relative;
      float: left;
      width: 100%;
      border-radius: 15px;
      background-color: #f4f4f4;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
      ul.products li .product-content-wrapper:hover {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
    ul.products li .product-image-wrap {
      position: relative;
      float: left;
      width: 100%;
      padding: 20px; }
      ul.products li .product-image-wrap .product-image {
        position: relative;
        float: left;
        width: 100%;
        height: 250px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #fff; }
        ul.products li .product-image-wrap .product-image img {
          display: none; }
        ul.products li .product-image-wrap .product-image .label {
          position: absolute;
          width: 100%;
          left: 0px;
          top: 10px;
          margin: 0;
          color: #fff;
          background-color: #292c3d;
          text-align: center; }
        ul.products li .product-image-wrap .product-image .onsale {
          position: absolute;
          bottom: 0px;
          left: 0px;
          color: #fff;
          background-color: #6bb756;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 14px;
          line-height: 14px;
          padding: 15px; }
    ul.products li .product-content {
      position: relative;
      float: left;
      width: 100%;
      padding: 0 20px 20px 20px; }
      ul.products li .product-content h2 {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
        overflow-y: hidden;
        font-weight: 500;
        color: #292c3d;
        margin: 0; }
      ul.products li .product-content .price {
        position: relative;
        float: left;
        width: 100%;
        border-top: 1px solid #9b3089;
        padding: 10px 0 0 0;
        text-align: right;
        font-size: 28px;
        font-weight: bolder; }
        ul.products li .product-content .price del {
          float: left;
          font-size: 16px;
          font-weight: 400; }
        ul.products li .product-content .price ins {
          text-decoration: none; }
        ul.products li .product-content .price .woocommerce-Price-currencySymbol {
          display: none; }
    ul.products li .product-footer {
      position: relative;
      float: left;
      width: 100%;
      padding: 20px 0 0 0; }
      ul.products li .product-footer .button {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-weight: bold; }

@media (max-width: 767px) {
  ul.products li {
    width: 100%;
    margin: 0 0 3% 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  ul.products li {
    width: 48.1%; }
    ul.products li:nth-child(2n+2) {
      margin: 0 0 3% 0; } }
@media (min-width: 992px) and (max-width: 1299px) {
  ul.products li {
    width: 48.1%; }
    ul.products li:nth-child(2n+2) {
      margin: 0 0 3% 0; } }
@media (min-width: 1300px) {
  ul.products li:nth-child(3n+3) {
    margin: 0 0 3% 0; } }
.single-product .images-wrap {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }
  .single-product .images-wrap .onsale {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    color: #fff;
    background-color: #6bb756;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    padding: 15px; }
  .single-product .images-wrap .images {
    position: relative; }
    .single-product .images-wrap .images .woocommerce-product-gallery__image a img {
      width: 100%; }
    .single-product .images-wrap .images .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 1em;
      right: 1em;
      z-index: 9999999;
      display: none; }
    .single-product .images-wrap .images .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      height: 28px;
      width: 28px;
      z-index: 5;
      text-align: center;
      text-indent: -999px;
      overflow: hidden; }
    .single-product .images-wrap .images a.woocommerce-product-gallery__trigger {
      text-decoration: none;
      z-index: 33; }
    .single-product .images-wrap .images .woocommerce-product-gallery__trigger {
      background-color: #9b3089;
      color: #fff; }
      .single-product .images-wrap .images .woocommerce-product-gallery__trigger:hover {
        background-color: #4d1844;
        color: #fff; }
    .single-product .images-wrap .images .woocommerce-product-gallery__trigger:before {
      font: normal normal normal 1em/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      content: "\f002";
      line-height: 28px;
      text-indent: 0; }
    .single-product .images-wrap .images .woocommerce-product-gallery {
      position: relative;
      margin-bottom: 3em; }
    .single-product .images-wrap .images .woocommerce-product-gallery figure {
      margin: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
      .single-product .images-wrap .images .woocommerce-product-gallery figure img {
        display: none; }
      .single-product .images-wrap .images .woocommerce-product-gallery figure a {
        float: left;
        width: 100%; }
    .single-product .images-wrap .images .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
      width: 25%;
      display: inline-block; }
    .single-product .images-wrap .images .woocommerce-product-gallery .flex-control-thumbs li {
      list-style: none;
      float: left;
      cursor: pointer; }
    .single-product .images-wrap .images .woocommerce-product-gallery .flex-control-thumbs img {
      opacity: 0.5; }
    .single-product .images-wrap .images .woocommerce-product-gallery .flex-control-thumbs img.flex-active, .single-product .images-wrap .images .woocommerce-product-gallery .flex-control-thumbs img:hover {
      opacity: 1; }
    .single-product .images-wrap .images .woocommerce-product-gallery img {
      display: block;
      margin: 0 auto;
      background-color: #fff; }
    .single-product .images-wrap .images .flex-control-thumbs li {
      display: inline-block;
      list-style: none;
      cursor: pointer;
      width: 17%;
      margin-right: 3%;
      margin-bottom: 3%; }
      .single-product .images-wrap .images .flex-control-thumbs li img {
        opacity: 0.5; }
        .single-product .images-wrap .images .flex-control-thumbs li img.flex-active {
          opacity: 1; }
    .single-product .images-wrap .images .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 1em;
      right: 1em;
      z-index: 9999; }
    .single-product .images-wrap .images a.woocommerce-product-gallery__trigger {
      text-decoration: none; }
    .single-product .images-wrap .images .flex-control-nav {
      margin: 20px 0 20px 0; }
.single-product .summary {
  position: relative;
  float: left;
  width: 100%; }
  .single-product .summary .stock {
    position: relative;
    float: left;
    width: 100%; }
  .single-product .summary .usp-summary {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0; }
    .single-product .summary .usp-summary ul {
      position: relative;
      float: left;
      width: 100%;
      margin: 0; }
      .single-product .summary .usp-summary ul li {
        position: relative;
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
        list-style-type: none; }
        .single-product .summary .usp-summary ul li i {
          position: relative;
          float: left;
          margin-right: 5px;
          width: 24px;
          height: 22px;
          background-size: 24px;
          background-image: url("../images/icon-check.svg"); }
  .single-product .summary .share {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    z-index: 3; }
    .single-product .summary .share span {
      position: relative;
      float: right;
      text-transform: uppercase;
      font-weight: bold;
      margin: 5px 0; }
    .single-product .summary .share ul {
      position: relative;
      float: right;
      margin: 0 0 0 10px; }
      .single-product .summary .share ul li {
        position: relative;
        float: left;
        list-style-type: none;
        margin-right: 5px; }
        .single-product .summary .share ul li:last-child {
          margin-right: 0px; }
        .single-product .summary .share ul li a {
          position: relative;
          float: left;
          width: 34px;
          height: 34px;
          text-align: center;
          font-size: 15px;
          line-height: 32px;
          border-radius: 50%; }
          .single-product .summary .share ul li a:link, .single-product .summary .share ul li a:visited {
            color: #fff;
            background-color: #9b3089; }
          .single-product .summary .share ul li a:hover, .single-product .summary .share ul li a:active {
            color: #fff;
            background-color: #742467; }
  .single-product .summary .price {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 28px;
    font-weight: bolder;
    margin: 0 0 10px 0; }
    .single-product .summary .price del {
      float: left;
      font-size: 16px;
      font-weight: 400;
      margin-right: 10px; }
    .single-product .summary .price ins {
      float: left;
      text-decoration: none; }
    .single-product .summary .price .woocommerce-Price-currencySymbol {
      display: none; }
  .single-product .summary .stock {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0; }
    .single-product .summary .stock.in-stock {
      color: #6bb756; }
    .single-product .summary .stock.out-stock {
      color: #9b3030; }
  .single-product .summary .woocommerce-product-details__short-description {
    position: relative;
    float: left;
    width: 100%; }
  .single-product .summary form.cart {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    /* VARIATION */ }
    .single-product .summary form.cart .clear {
      display: none; }
    .single-product .summary form.cart .single_add_to_cart_button {
      background-color: #6bb756;
      border: 2px solid #6bb756;
      margin-left: 10px;
      font-weight: bold; }
      .single-product .summary form.cart .single_add_to_cart_button:hover {
        background-color: #549941;
        border: 2px solid #549941; }
    .single-product .summary form.cart .add-request-quote-button.button {
      color: #292c3d !important;
      border: 2px solid #dadada;
      background-color: #dadada !important; }
      .single-product .summary form.cart .add-request-quote-button.button:hover {
        background-color: #c1c1c1 !important;
        border: 2px solid #c1c1c1 !important; }
    .single-product .summary form.cart button, .single-product .summary form.cart .quantity {
      float: none;
      display: inline-block; }
    .single-product .summary form.cart .quantity label {
      display: none; }
    .single-product .summary form.cart .quantity input {
      width: 50px;
      height: 50px;
      min-width: inherit;
      padding: 0;
      text-align: center; }
    .single-product .summary form.cart .quantity input[type='number'] {
      -moz-appearance: textfield; }
    .single-product .summary form.cart .quantity input::-webkit-outer-spin-button,
    .single-product .summary form.cart .quantity input::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    .single-product .summary form.cart button.plus, .single-product .summary form.cart button.minus {
      border: none;
      width: 25px;
      height: 25px;
      line-height: 25px;
      padding: 0; }
    .single-product .summary form.cart .button_add_to_quote {
      display: inline-block;
      margin-top: 0px;
      margin-bottom: 0px; }
      .single-product .summary form.cart .button_add_to_quote .button {
        color: #292c3d;
        background-color: #dadada;
        border: 2px solid #dadada;
        margin-left: 10px; }
        .single-product .summary form.cart .button_add_to_quote .button:hover {
          background-color: #c1c1c1;
          border: 2px solid #c1c1c1; }
    .single-product .summary form.cart table.variations {
      position: relative;
      float: left;
      width: 100%; }
      .single-product .summary form.cart table.variations tbody {
        position: relative;
        float: left;
        width: 100%; }
        .single-product .summary form.cart table.variations tbody tr {
          position: relative;
          float: left;
          width: 100%; }
          .single-product .summary form.cart table.variations tbody tr td {
            position: relative;
            float: left;
            width: 100%;
            margin: 0 0 10px 0;
            padding: 0px; }
            .single-product .summary form.cart table.variations tbody tr td select {
              position: relative;
              float: left;
              width: 100%; }
            .single-product .summary form.cart table.variations tbody tr td .reset_variations {
              display: none; }
.single-product .tabs-wrap .woocommerce-tabs {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0 !important; }
  .single-product .tabs-wrap .woocommerce-tabs .wc-tabs {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 0 0 20px; }
    .single-product .tabs-wrap .woocommerce-tabs .wc-tabs li {
      float: left;
      list-style-type: none; }
      .single-product .tabs-wrap .woocommerce-tabs .wc-tabs li a {
        position: relative;
        float: left;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 15px;
        text-decoration: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
    .single-product .tabs-wrap .woocommerce-tabs .wc-tabs li.active a:link {
      background-color: #f4f4f4; }
    .single-product .tabs-wrap .woocommerce-tabs .wc-tabs li.active a:hover {
      background-color: #f4f4f4; }
  .single-product .tabs-wrap .woocommerce-tabs .wc-tab {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 15px; }
    .single-product .tabs-wrap .woocommerce-tabs .wc-tab h2, .single-product .tabs-wrap .woocommerce-tabs .wc-tab h3 {
      font-size: 24px;
      line-height: 26px; }
    .single-product .tabs-wrap .woocommerce-tabs .wc-tab label.checkbox {
      min-width: inherit; }
    .single-product .tabs-wrap .woocommerce-tabs .wc-tab .form-review {
      margin: 0 0 20px 0; }

@media (max-width: 767px) {
  .single-product .images-wrap .images .flex-control-nav {
    margin: 20px 0 0 0; }
  .single-product .summary form.cart .single_add_to_cart_button {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-top: 10px; }
  .single-product .summary form.cart .button_add_to_quote {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0; }
    .single-product .summary form.cart .button_add_to_quote .button {
      margin-left: 0px;
      width: 100%;
      text-align: center; }
  .single-product .summary .usp-summary {
    margin: 0 0 20px 0; }
  .single-product .tabs-wrap {
    margin: 0 0 20px 0; }
    .single-product .tabs-wrap h2 {
      font-size: 18px;
      line-height: 26px; }
    .single-product .tabs-wrap .woocommerce-tabs {
      margin: 0 0 20px 0 !important; }
      .single-product .tabs-wrap .woocommerce-tabs .wc-tab {
        padding: 10px;
        border-radius: 0px; }
        .single-product .tabs-wrap .woocommerce-tabs .wc-tab p:last-child {
          margin: 0; }
        .single-product .tabs-wrap .woocommerce-tabs .wc-tab table:last-child {
          margin: 0; }
      .single-product .tabs-wrap .woocommerce-tabs .resp-arrow {
        border-top: 12px solid #9b3089; }
      .single-product .tabs-wrap .woocommerce-tabs h2 {
        display: none; }
      .single-product .tabs-wrap .woocommerce-tabs h2.resp-accordion {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
        .single-product .tabs-wrap .woocommerce-tabs h2.resp-accordion a:link, .single-product .tabs-wrap .woocommerce-tabs h2.resp-accordion a:visited {
          color: #9b3089;
          text-decoration: none; }
        .single-product .tabs-wrap .woocommerce-tabs h2.resp-accordion a:hover, .single-product .tabs-wrap .woocommerce-tabs h2.resp-accordion a:active {
          color: #9b3089;
          text-decoration: none; }
        .single-product .tabs-wrap .woocommerce-tabs h2.resp-accordion.resp-tab-active {
          background-color: #9b3089; }
          .single-product .tabs-wrap .woocommerce-tabs h2.resp-accordion.resp-tab-active a:link, .single-product .tabs-wrap .woocommerce-tabs h2.resp-accordion.resp-tab-active a:visited {
            color: #fff;
            text-decoration: none; }
          .single-product .tabs-wrap .woocommerce-tabs h2.resp-accordion.resp-tab-active a:hover, .single-product .tabs-wrap .woocommerce-tabs h2.resp-accordion.resp-tab-active a:active {
            color: #fff;
            text-decoration: none; }
          .single-product .tabs-wrap .woocommerce-tabs h2.resp-accordion.resp-tab-active span.resp-arrow {
            border: none;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 12px solid #fff; } }
@media (min-width: 768px) and (max-width: 991px) {
  .single-product .tabs-wrap .woocommerce-tabs {
    margin: 0 0 20px 0 !important; } }
@media (min-width: 992px) and (max-width: 1299px) {
  .single-product .summary form.cart .single_adq_button, .single-product .summary form.cart .single_add_to_cart_button {
    padding: 9px 15px; } }
@media (min-width: 1300px) {
  .single-product .tabs-wrap ul.products li {
    width: 22.48%; }
    .single-product .tabs-wrap ul.products li:nth-child(3n+3) {
      margin: 0 3% 3% 0; }
    .single-product .tabs-wrap ul.products li:nth-child(4n+4) {
      margin: 0 0 3% 0; } }
/* STICKY ADD TO CART */
.single-product {
  margin: 0 0 79px 0; }
  .single-product.sticky-bar .sticky-add-to-cart-wrap {
    bottom: 0px; }
  .single-product .sticky-add-to-cart-wrap {
    position: fixed;
    bottom: -120px;
    left: 0px;
    width: 100%;
    padding: 10px 0;
    z-index: 33;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .single-product .sticky-add-to-cart-wrap .product-image {
      position: relative;
      float: left;
      width: 54px;
      height: 54px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #fff; }
      .single-product .sticky-add-to-cart-wrap .product-image img {
        display: none; }
    .single-product .sticky-add-to-cart-wrap .price-wrap {
      position: relative;
      float: left; }
      .single-product .sticky-add-to-cart-wrap .price-wrap .price {
        position: relative;
        float: left;
        width: 100%;
        text-align: left;
        font-size: 28px;
        font-weight: bolder;
        margin: 0 0 0px 0; }
        .single-product .sticky-add-to-cart-wrap .price-wrap .price del {
          float: left;
          font-size: 16px;
          font-weight: 400;
          margin-right: 10px; }
        .single-product .sticky-add-to-cart-wrap .price-wrap .price ins {
          text-decoration: none; }
    .single-product .sticky-add-to-cart-wrap .wrap-title-price {
      position: relative;
      float: left;
      max-width: 430px;
      padding-left: 20px; }
      .single-product .sticky-add-to-cart-wrap .wrap-title-price .title {
        position: relative;
        float: left;
        width: 100%;
        margin: 0 0 2px 0;
        font-weight: bold; }
    .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart {
      position: relative;
      float: right;
      margin: 7px 0; }
      .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart .overlay-button {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        z-index: 33333; }
      .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart .button {
        cursor: pointer; }
      .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart .add-to-cart-button-sticky {
        background-color: #6bb756;
        border: 2px solid #6bb756;
        margin-left: 10px;
        font-weight: bold;
        margin-right: 10px; }
        .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart .add-to-cart-button-sticky:hover {
          background-color: #549941;
          border: 2px solid #549941; }
      .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart .add-to-quote-button-sticky {
        color: #292c3d;
        background-color: #dadada;
        border: 2px solid #dadada;
        margin-left: 10px; }
        .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart .add-to-quote-button-sticky:hover {
          background-color: #c1c1c1;
          border: 2px solid #c1c1c1; }

@media (max-width: 767px) {
  .single-product.sticky-bar {
    margin: 0 0 73px 0; }
  .single-product .sticky-add-to-cart-wrap {
    bottom: -100px;
    top: auto; }
    .single-product .sticky-add-to-cart-wrap .product-image {
      display: flex;
      width: 15%;
      height: 50px;
      flex-direction: column;
      background-size: cover; }
    .single-product .sticky-add-to-cart-wrap .wrap-title-price {
      display: flex;
      width: 59%;
      flex-direction: column;
      padding-right: 15px;
      padding-left: 15px; }
      .single-product .sticky-add-to-cart-wrap .wrap-title-price .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .single-product .sticky-add-to-cart-wrap .wrap-title-price .price {
        font-size: 14px;
        line-height: 22px; }
    .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart {
      position: relative;
      float: right;
      margin: 0; }
      .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart .add-to-cart-button-sticky {
        width: 33px;
        height: 33px;
        text-indent: -9999px;
        padding-left: 14px;
        border-radius: 5px;
        margin-right: 0px;
        margin-left: 0px;
        margin: 8px 0;
        padding: 0; }
        .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart .add-to-cart-button-sticky:before {
          content: '\f07a';
          font-family: "FontAwesome";
          font-weight: 400;
          text-indent: 0px;
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          font-size: 18px;
          line-height: 28px;
          text-align: center; }
      .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart .add-to-quote-button-sticky {
        width: 33px;
        height: 33px;
        text-indent: -9999px;
        padding-left: 14px;
        border-radius: 5px;
        padding: 0;
        margin: 8px 0 5px 5px; }
        .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart .add-to-quote-button-sticky:before {
          content: '\f0f6';
          font-family: "FontAwesome";
          font-weight: 400;
          text-indent: 0px;
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          font-size: 18px;
          line-height: 28px;
          text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart .button {
    font-size: 16px; }
  .single-product .sticky-add-to-cart-wrap .wrapper-add-to-cart .add-to-cart-button-sticky {
    margin-left: 0px; } }
/* WOOCOMMERCE CART */
.woocommerce-cart .woocommerce-shipping-destination {
  display: none; }
.woocommerce-cart .shop_table input.woo-advanced-minus {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  padding: 0px;
  min-width: inherit; }
.woocommerce-cart .shop_table input.woo-advanced-plus {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  padding: 0px;
  min-width: inherit; }
.woocommerce-cart .shop_table input#qty {
  float: left;
  height: 30px;
  width: 30px !important;
  min-width: inherit;
  text-align: center;
  padding: 0;
  border-radius: 0px;
  margin: 0 10px; }
  .woocommerce-cart .shop_table input#qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .woocommerce-cart .shop_table input#qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.cart-empty {
  position: relative;
  float: left;
  width: 100%; }

.woocommerce-cart .newsletter-footer {
  display: none; }

.shop_table {
  position: relative;
  float: left;
  width: 100%;
  display: table; }
  .shop_table .button:after {
    display: none; }
  .shop_table .button:before {
    display: none; }
  .shop_table thead {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #c0c0c0; }
  .shop_table img {
    max-width: 75px;
    height: auto; }
  .shop_table th {
    text-align: left;
    vertical-align: middle;
    padding: 0 30px 0 0; }
  .shop_table td {
    vertical-align: middle;
    padding: 10px 0px; }
    .shop_table td .variation {
      font-size: 11px;
      line-height: 18px; }
      .shop_table td .variation dt {
        float: left;
        margin-right: 3px; }
    .shop_table td p {
      font-size: 11px;
      line-height: 18px; }
      .shop_table td p.backorder_notification {
        display: none; }
      .shop_table td p.backorder_notification_custom {
        display: none; }
    .shop_table td.product-price .amount {
      margin-right: 2px; }
    .shop_table td.product-price .cart-price-suffix {
      font-style: italic; }
    .shop_table td.product-quantity .cart-quantity-suffix {
      display: none; }
    .shop_table td.product-quantity .quantity {
      float: left; }
    .shop_table td.product-quantity .qty-suffix {
      margin: 7px; }
  .shop_table tr {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e3e3e3; }
    .shop_table tr td {
      padding: 5px 0px; }
      .shop_table tr td:first-child {
        padding: 5px 0px; }
  .shop_table .qty {
    width: 70px;
    padding: 0 0 0 15px;
    min-width: inherit; }
  .shop_table .quantity label {
    display: none; }
  .shop_table .quantity input {
    min-width: inherit;
    width: 50px;
    padding: 0;
    text-align: center; }
  .shop_table .quantity input[type=number]::-webkit-inner-spin-button,
  .shop_table .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .shop_table .actions {
    border-bottom: 1px solid #e3e3e3; }

.coupon {
  position: relative;
  float: left; }
  .coupon label {
    display: none; }
  .coupon input {
    float: left; }

input[name=coupon_code] {
  height: 45px;
  margin: 0 6px 0 0; }
input[name=update_cart] {
  position: relative;
  float: right; }

.product-remove a {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #9b3030;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 50%; }
  .product-remove a:link, .product-remove a:visited {
    background: #9b3030;
    color: #fff;
    text-decoration: none; }
  .product-remove a:hover, .product-remove a:active {
    background: #882a2a;
    color: #fff;
    text-decoration: none; }

.cart-collaterals, .wc-proceed-to-checkout {
  position: relative;
  float: right;
  width: 400px;
  max-width: 100%; }

.cart-collaterals h2 {
  display: none; }
.cart-collaterals table tr td p {
  margin: 0 0 10px 0; }

.button-top-cart {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 30px 0; }

.checkout-button {
  position: relative;
  float: right; }

.woocommerce-additional-fields h3 {
  display: none; }

button#email_cart {
  height: 45px;
  color: #fff;
  background-color: #aaaaaa; }
  button#email_cart:hover {
    color: #fff;
    background-color: #606060; }
  button#email_cart .dashicons-email-alt {
    color: #fff; }

#shipping_method {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0px 0; }
  #shipping_method li {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none; }
    #shipping_method li label {
      width: 100%; }

#calc_shipping_country {
  width: 210px; }

button[name=apply_coupon], button[name=update_cart] {
  background-color: #b4b4b4;
  border: 3px solid #b4b4b4; }
  button[name=apply_coupon]:hover, button[name=update_cart]:hover {
    background-color: #818181;
    border: 3px solid #818181; }

.clear-cart {
  float: right;
  margin-right: 10px;
  background-color: #aaaaaa; }
  .clear-cart:link, .clear-cart:visited {
    background-color: #aaaaaa; }
  .clear-cart:hover, .clear-cart:active {
    background-color: #606060; }

@media (max-width: 767px) {
  #shipping_method li label {
    text-align: center; }

  .woocommerce-checkout #shipping_method li label {
    text-align: left; }

  .woocommerce-cart h2 {
    margin: 0 0 5px 0; }
  .woocommerce-cart .clear-cart {
    float: left;
    margin-right: 0px;
    width: 100%;
    text-align: center;
    background-color: #aaaaaa; }
    .woocommerce-cart .clear-cart:link, .woocommerce-cart .clear-cart:visited {
      background-color: #aaaaaa; }
    .woocommerce-cart .clear-cart:hover, .woocommerce-cart .clear-cart:active {
      background-color: #606060; }

  .cart-collaterals, .wc-proceed-to-checkout {
    width: 100%; }
    .cart-collaterals .shop_table, .wc-proceed-to-checkout .shop_table {
      margin: 0 0 10px 0; }

  button#email_cart {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 16px;
    margin-left: 0 !important; }

  .woocommerce-cart-form {
    position: relative;
    float: left;
    width: 100%; }

  .shop_table {
    margin: 0; }
    .shop_table img {
      max-width: 40px; }
    .shop_table tr {
      font-size: 12px;
      line-height: 14px; }
    .shop_table .quantity input {
      width: 50px; }

  .shop_table .coupon {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px !important; }

  button[name=update_cart] {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 22px; }

  .empty-cart {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 22px; }

  input[name=coupon_code] {
    position: relative;
    float: left;
    width: 100%;
    height: 38px;
    margin: 0 0 10px 0; }
  input[name=apply_coupon] {
    float: left;
    width: 100%;
    margin: 0 0 10px 0; }

  .shop_table p {
    font-size: 12px;
    line-height: 14px; }

  .woocommerce .shop_table td.product-quantity .quantity {
    overflow: hidden;
    float: none; }

  .checkout-button {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 22px; }

  button[name=apply_coupon] {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 22px; } }
@media (min-width: 768px) {
  .coupon label {
    min-width: 100px; }

  button[name=update_cart] {
    float: right; } }
@media (min-width: 1199px) {
  button[name=update_cart] {
    margin: 0; }

  .clear-cart {
    float: right;
    margin-right: 10px;
    background-color: #aaaaaa; }
    .clear-cart:link, .clear-cart:visited {
      background-color: #aaaaaa; }
    .clear-cart:hover, .clear-cart:active {
      background-color: #606060; } }
.buttons-top {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }
  .buttons-top .return-to-shop {
    position: relative;
    float: left;
    margin: 9px 0; }

/* WC FORWARD */
/* EMAIL CART */
div.email-cart #email-cart-form p {
  float: left;
  width: 100%; }

/* RESPONSIVE CART */
@media (max-width: 767px) {
  .woocommerce-cart .shop_table thead {
    display: none; }
  .woocommerce-cart .shop_table tbody tr td {
    position: relative;
    float: left;
    width: 100%;
    text-align: center; }
    .woocommerce-cart .shop_table tbody tr td.product-name, .woocommerce-cart .shop_table tbody tr td.product-sku, .woocommerce-cart .shop_table tbody tr td.product-price, .woocommerce-cart .shop_table tbody tr td.product-quantity, .woocommerce-cart .shop_table tbody tr td.product-subtotal, .woocommerce-cart .shop_table tbody tr td.product-thumbnail, .woocommerce-cart .shop_table tbody tr td.product-remove {
      padding: 5px 0 5px 40%; }
      .woocommerce-cart .shop_table tbody tr td.product-name:before, .woocommerce-cart .shop_table tbody tr td.product-sku:before, .woocommerce-cart .shop_table tbody tr td.product-price:before, .woocommerce-cart .shop_table tbody tr td.product-quantity:before, .woocommerce-cart .shop_table tbody tr td.product-subtotal:before, .woocommerce-cart .shop_table tbody tr td.product-thumbnail:before, .woocommerce-cart .shop_table tbody tr td.product-remove:before {
        position: absolute;
        top: 50%;
        left: 0px;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-weight: bold; }
    .woocommerce-cart .shop_table tbody tr td.product-name:before {
      content: 'Product'; }
    .woocommerce-cart .shop_table tbody tr td.product-sku:before {
      content: 'Artikelnummer'; }
    .woocommerce-cart .shop_table tbody tr td.product-price:before {
      content: 'Prijs'; }
    .woocommerce-cart .shop_table tbody tr td.product-quantity:before {
      content: 'Aantal'; }
    .woocommerce-cart .shop_table tbody tr td.product-subtotal:before {
      content: 'Totaal'; }
    .woocommerce-cart .shop_table tbody tr td.product-remove a {
      float: none;
      display: inline-block; }
    .woocommerce-cart .shop_table tbody tr td.product-quantity .plus-minus-button {
      float: none;
      display: inline-block; }
      .woocommerce-cart .shop_table tbody tr td.product-quantity .plus-minus-button .quantity {
        float: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-cart .shop_table .actions .button {
    font-size: 15px; } }
/* Checkout columns */
#customer_details, .woocommerce-billing-fields, .woocommerce-shipping-fields {
  position: relative;
  float: left;
  width: 750px;
  padding-right: 30px; }

h3#order_review_heading, .woocommerce-checkout-review-order {
  position: relative;
  float: left;
  width: 500px; }

@media (max-width: 767px) {
  #customer_details, .woocommerce-billing-fields, .woocommerce-shipping-fields {
    width: 100%;
    padding-right: 0px; }

  h3#order_review_heading, .woocommerce-checkout-review-order {
    width: 100%; }

  .woocommerce-checkout-review-order {
    margin: 0 0 20px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  #customer_details, .woocommerce-billing-fields, .woocommerce-shipping-fields {
    width: 100%;
    padding-right: 0px; }

  h3#order_review_heading, .woocommerce-checkout-review-order {
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1299px) {
  #customer_details, .woocommerce-billing-fields, .woocommerce-shipping-fields {
    width: 540px; }

  h3#order_review_heading, .woocommerce-checkout-review-order {
    width: 400px; } }
/* FORM ROW */
.form-row {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 7.5px 0; }
  .form-row label {
    position: relative;
    float: left;
    width: 100%; }
  .form-row input, .form-row select, .form-row textarea {
    width: 100%;
    min-width: auto; }
  .form-row input[type=checkbox], .form-row input[type=radio] {
    width: auto; }

.form-row-first {
  width: 50%;
  padding-right: 10px;
  margin: 0 0 7.5px 0; }

.form-row-last {
  width: 50%;
  padding-left: 10px;
  clear: right;
  margin: 0 0 7.5px 0; }

@media (max-width: 767px) {
  .form-row-first, .form-row-last {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; } }
/* PAYMENT BOX */
.wc_payment_methods {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px 0 20px 0;
  padding: 0; }
  .wc_payment_methods li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    padding: 5px 0px;
    border-bottom: 1px solid #c0c0c0; }
    .wc_payment_methods li input[type=radio] {
      right: 0px;
      margin: 5px 4px 2px 0px; }
    .wc_payment_methods li label {
      position: relative;
      float: left;
      width: calc(100% - 20px); }
      .wc_payment_methods li label img {
        float: right;
        margin-left: 5px; }
      .wc_payment_methods li label:hover {
        cursor: pointer; }
    .wc_payment_methods li fieldset div {
      float: left;
      width: 100%; }

.payment_box {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px;
  background: #f6f6f6;
  margin: 10px 0px;
  font-size: 11px; }
  .payment_box p {
    font-size: 11px; }
    .payment_box p:last-child {
      margin: 0; }

/* CHANGE SHIPMENT LABEL */
#ship-to-different-address {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: inherit;
  margin: 0 0 10px 0;
  letter-spacing: 0; }

/* WOOCOMMERCE VALIDATE FIELDS */
.woocommerce-validated input {
  border: 1px solid #6bb756; }

.woocommerce-invalid-required-field input {
  border: 1px solid #9b3030; }

/* CHECKOUT */
.checkout_coupon {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

/* CHECKOUT BUTTON */
.woocommerce-checkout-review-order button {
  width: 100%; }

/* SUBSCRIBE MAILCHIMP */
p.woochimp_checkout_checkbox {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 !important;
  font-size: 14px; }
  p.woochimp_checkout_checkbox input[type=checkbox] {
    width: auto; }
  p.woochimp_checkout_checkbox label {
    width: auto; }

/* PRIVACY POLICY */
.woocommerce-privacy-policy-text p {
  font-size: 12px;
  line-height: 22px; }

/* ALGEMENE VOORWAARDEN */
.woocommerce-terms-and-conditions {
  display: none !important; }

.woocommerce-terms-and-conditions-wrapper .form-row {
  font-size: 14px; }
  .woocommerce-terms-and-conditions-wrapper .form-row input[type=checkbox] {
    width: auto; }
  .woocommerce-terms-and-conditions-wrapper .form-row label {
    width: auto; }

/* POPUP TERMS */
#TB_closeWindowButton .screen-reader-text {
  display: none; }

body #TB_ajaxContent {
  width: 100% !important; }

/* MULTIPLE ADRESSES PAGE */
.wcms-address-form {
  position: relative;
  float: left;
  width: 100%;
  margin: 30px 0 0 0; }

@media (min-width: 992px) and (max-width: 1299px) {
  .woocommerce-MyAccount-navigation {
    position: relative;
    float: left;
    width: 150px;
    margin-right: 30px; }

  .woocommerce-MyAccount-content {
    position: relative;
    float: left;
    width: 770px; } }
@media (min-width: 1300px) {
  .woocommerce-MyAccount-navigation {
    position: relative;
    float: left;
    width: 150px;
    margin-right: 30px; }

  .woocommerce-MyAccount-content {
    position: relative;
    float: left;
    width: 1070px; } }
.contactgegevens ul {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }
  .contactgegevens ul li {
    float: left;
    width: 100%;
    list-style-type: none; }

.location-map {
  margin: 0 0 20px 0; }

#yith-ywraq-form #yith-ywrq-table-list .wc-backward {
  color: #292c3d;
  background-color: #dadada;
  border: 3px solid #dadada; }
  #yith-ywraq-form #yith-ywrq-table-list .wc-backward:hover {
    background-color: #c1c1c1;
    border: 3px solid #c1c1c1; }
#yith-ywraq-form #yith-ywrq-table-list input[name=update_raq] {
  float: right;
  background-color: #9b3089; }
  #yith-ywraq-form #yith-ywrq-table-list input[name=update_raq]:hover {
    border-color: #292c3d;
    background-color: #292c3d; }

@media (max-width: 767px) {
  #yith-ywraq-form #yith-ywrq-table-list td.product-thumbnail {
    display: block; }

  #yith-ywraq-form #yith-ywrq-table-list .wc-backward {
    width: 100%;
    margin: 0 0 10px 0; }
  #yith-ywraq-form #yith-ywrq-table-list input[name=update_raq] {
    width: 100%; } }
#yith-ywraq-default-form .button {
  border: 2px solid #9b3089;
  background-color: #9b3089; }
  #yith-ywraq-default-form .button:hover {
    border: 2px solid #292c3d;
    background-color: #292c3d; }

/* MEDIA QUERIES */

/*# sourceMappingURL=all.css.map */
