@charset "UTF-8";
/*
Theme Name: Simple & Elegant
Theme URI: https://themeforest.net/item/simple-elegant-multipurpose-theme/13730411/
Author: WiThemes
Author URI: https://themeforest.net/user/withemes
Description: Multi-purpose Wordpress theme with elegant design & ease of use.
Version: 2.6.4.5
License: ThemeForest Split License
License URI: https://themeforest.net/licenses/terms/regular
Text Domain: simple-elegant
Tags: one-column, two-columns, three-columns, right-sidebar
*/
/* Reset
-------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*, :before, :after {
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: 400;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  -webkit-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

a img {
  border: 0;
}

.font-awesome, #mobilenav .menu > ul li > .indicator,
#mobile-topbarnav .menu > ul li > .indicator {
  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;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  font-style: "normal";
  font-weight: "normal";
  src: url("css/vendor/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("css/vendor/fontawesome/fontawesome-webfont.woff2") format("woff2"), url("css/vendor/fontawesome/fontawesome-webfont.woff") format("woff");
}
.fa, .yith-wcwl-add-button > a:before {
  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: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

.fa.fa-pull-left, .yith-wcwl-add-button > a.fa-pull-left:before {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .yith-wcwl-add-button > a.fa-pull-right:before {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .yith-wcwl-add-button > a.pull-left:before {
  margin-right: 0.3em;
}

.fa.pull-right, .yith-wcwl-add-button > a.pull-right:before {
  margin-left: 0.3em;
}

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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-full:before {
  content: "\f240";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

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

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

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

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

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "budicon";
  font-style: "normal";
  font-weight: "normal";
  src: url("css/vendor/budicon/budicon.eot?#iefix") format("embedded-opentype"), url("css/vendor/budicon/budicon.woff") format("woff");
}
/*
   Animation example, for spinners
*/
.animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
[class^=bi_]:before, [class*=" bi_"]:before {
  font-family: "budicon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: inherit;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.bi_animal-fish:before {
  content: "\e800";
}

.bi_animal-fox:before {
  content: "\e801";
}

.bi_animal-frog:before {
  content: "\e802";
}

.bi_animal-goose:before {
  content: "\e803";
}

.bi_animal-husky:before {
  content: "\e804";
}

.bi_animal-lion:before {
  content: "\e805";
}

.bi_animal-monkey:before {
  content: "\e806";
}

.bi_animal-monkey-a:before {
  content: "\e807";
}

.bi_animal-mouse:before {
  content: "\e808";
}

.bi_animal-pig:before {
  content: "\e809";
}

.bi_animal-pig-a:before {
  content: "\e80a";
}

.bi_animal-sheep:before {
  content: "\e80b";
}

.bi_animal-shrimp:before {
  content: "\e80c";
}

.bi_animal-wolf:before {
  content: "\e80d";
}

.bi_animal-bull:before {
  content: "\e80e";
}

.bi_animal-cat:before {
  content: "\e80f";
}

.bi_animal-chicken:before {
  content: "\e810";
}

.bi_animal-cow:before {
  content: "\e811";
}

.bi_animal-cow-a:before {
  content: "\e812";
}

.bi_animal-dog:before {
  content: "\e813";
}

.bi_com-bubble-dot-b:before {
  content: "\e814";
}

.bi_com-bubble-line:before {
  content: "\e815";
}

.bi_com-bubble-line-a:before {
  content: "\e816";
}

.bi_com-bubble-line-b:before {
  content: "\e817";
}

.bi_com-chat:before {
  content: "\e818";
}

.bi_com-check-box:before {
  content: "\e819";
}

.bi_com-email:before {
  content: "\e81a";
}

.bi_com-email-cross:before {
  content: "\e81b";
}

.bi_com-email-minus:before {
  content: "\e81c";
}

.bi_com-email-o:before {
  content: "\e81d";
}

.bi_com-email-plus:before {
  content: "\e81e";
}

.bi_com-email-tick:before {
  content: "\e81f";
}

.bi_com-envelope:before {
  content: "\e820";
}

.bi_com-feather-pen:before {
  content: "\e821";
}

.bi_com-fountain-pen:before {
  content: "\e822";
}

.bi_com-group-bubble:before {
  content: "\e823";
}

.bi_com-group-bubble-a:before {
  content: "\e824";
}

.bi_com-group-bubble-b:before {
  content: "\e825";
}

.bi_com-group-bubble-c:before {
  content: "\e826";
}

.bi_com-group-bubble-d:before {
  content: "\e827";
}

.bi_com-help:before {
  content: "\e828";
}

.bi_com-help-a:before {
  content: "\e829";
}

.bi_com-megaphone:before {
  content: "\e82a";
}

.bi_com-megaphone-a:before {
  content: "\e82b";
}

.bi_com-mic:before {
  content: "\e82c";
}

.bi_com-mic-mute:before {
  content: "\e82d";
}

.bi_com-paperplane:before {
  content: "\e82e";
}

.bi_com-phone:before {
  content: "\e82f";
}

.bi_com-phone-a:before {
  content: "\e830";
}

.bi_com-pictures:before {
  content: "\e831";
}

.bi_com-voicemail:before {
  content: "\e832";
}

.bi_com-bell:before {
  content: "\e833";
}

.bi_com-bell-a:before {
  content: "\e834";
}

.bi_com-broadcast:before {
  content: "\e835";
}

.bi_com-broadcast-a:before {
  content: "\e836";
}

.bi_com-bubble:before {
  content: "\e837";
}

.bi_com-bubble-a:before {
  content: "\e838";
}

.bi_com-bubble-b:before {
  content: "\e839";
}

.bi_com-bubble-dot:before {
  content: "\e83a";
}

.bi_com-bubble-dot-a:before {
  content: "\e83b";
}

.bi_doc-analytic-blank:before {
  content: "\e83c";
}

.bi_doc-analytic-line:before {
  content: "\e83d";
}

.bi_doc-analytic-line-a:before {
  content: "\e83e";
}

.bi_doc-article:before {
  content: "\e83f";
}

.bi_doc-article-a:before {
  content: "\e840";
}

.bi_doc-article-b:before {
  content: "\e841";
}

.bi_doc-attachment:before {
  content: "\e842";
}

.bi_doc-attachment-a:before {
  content: "\e843";
}

.bi_doc-binder-blank:before {
  content: "\e844";
}

.bi_doc-binder-four:before {
  content: "\e845";
}

.bi_doc-binder-one:before {
  content: "\e846";
}

.bi_doc-binder-three:before {
  content: "\e847";
}

.bi_doc-binder-two:before {
  content: "\e848";
}

.bi_doc-binder-zero:before {
  content: "\e849";
}

.bi_doc-book:before {
  content: "\e84a";
}

.bi_doc-book-a:before {
  content: "\e84b";
}

.bi_doc-book-b:before {
  content: "\e84c";
}

.bi_doc-book-c:before {
  content: "\e84d";
}

.bi_doc-book-d:before {
  content: "\e84e";
}

.bi_doc-bookmark:before {
  content: "\e84f";
}

.bi_doc-book-mark:before {
  content: "\e850";
}

.bi_doc-box:before {
  content: "\e851";
}

.bi_doc-briefcase:before {
  content: "\e852";
}

.bi_doc-briefcase-a:before {
  content: "\e853";
}

.bi_doc-briefcase-b:before {
  content: "\e854";
}

.bi_doc-briefcase-c:before {
  content: "\e855";
}

.bi_doc-briefcase-d:before {
  content: "\e856";
}

.bi_doc-compose:before {
  content: "\e857";
}

.bi_doc-compose-a:before {
  content: "\e858";
}

.bi_doc-documents:before {
  content: "\e859";
}

.bi_doc-documents-minus:before {
  content: "\e85a";
}

.bi_doc-documents-plus:before {
  content: "\e85b";
}

.bi_doc-download:before {
  content: "\e85c";
}

.bi_doc-drawer:before {
  content: "\e85d";
}

.bi_doc-drawer-a:before {
  content: "\e85e";
}

.bi_doc-drawer-b:before {
  content: "\e85f";
}

.bi_doc-drawer-blank:before {
  content: "\e860";
}

.bi_doc-drawer-download:before {
  content: "\e861";
}

.bi_doc-drawer-line:before {
  content: "\e862";
}

.bi_doc-drawer-upload:before {
  content: "\e863";
}

.bi_doc-envelope:before {
  content: "\e864";
}

.bi_doc-file-blank:before {
  content: "\e865";
}

.bi_doc-file-blank-a:before {
  content: "\e866";
}

.bi_doc-file-cross:before {
  content: "\e867";
}

.bi_doc-file-cross-a:before {
  content: "\e868";
}

.bi_doc-file-line:before {
  content: "\e869";
}

.bi_doc-file-line-a:before {
  content: "\e86a";
}

.bi_doc-file-minus:before {
  content: "\e86b";
}

.bi_doc-file-minus-a:before {
  content: "\e86c";
}

.bi_doc-file-plus:before {
  content: "\e86d";
}

.bi_doc-file-plus-a:before {
  content: "\e86e";
}

.bi_doc-file-stack:before {
  content: "\e86f";
}

.bi_doc-file-tick:before {
  content: "\e870";
}

.bi_doc-file-tick-a:before {
  content: "\e871";
}

.bi_doc-folder:before {
  content: "\e872";
}

.bi_doc-folder-a:before {
  content: "\e873";
}

.bi_doc-folder-check-a:before {
  content: "\e874";
}

.bi_doc-folder-cross:before {
  content: "\e875";
}

.bi_doc-folder-cross-a:before {
  content: "\e876";
}

.bi_doc-folder-minus:before {
  content: "\e877";
}

.bi_doc-folder-minus-a:before {
  content: "\e878";
}

.bi_doc-folder-plus:before {
  content: "\e879";
}

.bi_doc-folder-plus-a:before {
  content: "\e87a";
}

.bi_doc-folder-s:before {
  content: "\e87b";
}

.bi_doc-folder-sync:before {
  content: "\e87c";
}

.bi_doc-folder-tick:before {
  content: "\e87d";
}

.bi_doc-list:before {
  content: "\e87e";
}

.bi_doc-news:before {
  content: "\e87f";
}

.bi_doc-newspaper:before {
  content: "\e880";
}

.bi_doc-newspaper-a:before {
  content: "\e881";
}

.bi_doc-newspaper-b:before {
  content: "\e882";
}

.bi_doc-notebook:before {
  content: "\e883";
}

.bi_doc-notebook-a:before {
  content: "\e884";
}

.bi_doc-note-pen:before {
  content: "\e885";
}

.bi_doc-paper-line:before {
  content: "\e886";
}

.bi_doc-papers:before {
  content: "\e887";
}

.bi_doc-paper-stack:before {
  content: "\e888";
}

.bi_doc-photo-stack:before {
  content: "\e889";
}

.bi_doc-pie:before {
  content: "\e88a";
}

.bi_doc-pie-a:before {
  content: "\e88b";
}

.bi_doc-pie-b:before {
  content: "\e88c";
}

.bi_doc-pin:before {
  content: "\e88d";
}

.bi_doc-pin-a:before {
  content: "\e88e";
}

.bi_doc-print:before {
  content: "\e88f";
}

.bi_doc-print-a:before {
  content: "\e890";
}

.bi_doc-profile:before {
  content: "\e891";
}

.bi_doc-profile-a:before {
  content: "\e892";
}

.bi_doc-upload:before {
  content: "\e893";
}

.bi_doc-wboard-line:before {
  content: "\e894";
}

.bi_doc-wboard-tick:before {
  content: "\e895";
}

.bi_media-glass:before {
  content: "\e896";
}

.bi_media-glass-a:before {
  content: "\e897";
}

.bi_media-image:before {
  content: "\e898";
}

.bi_media-image-a:before {
  content: "\e899";
}

.bi_media-image-b:before {
  content: "\e89a";
}

.bi_media-image-c:before {
  content: "\e89b";
}

.bi_media-image-d:before {
  content: "\e89c";
}

.bi_media-negative:before {
  content: "\e89d";
}

.bi_media-negative-a:before {
  content: "\e89e";
}

.bi_media-video:before {
  content: "\e89f";
}

.bi_media-video-a:before {
  content: "\e8a0";
}

.bi_media-video-clip:before {
  content: "\e8a1";
}

.bi_media-video-r:before {
  content: "\e8a2";
}

.bi_business-tie:before {
  content: "\e8a3";
}

.bi_business-tie-a:before {
  content: "\e8a4";
}

.bi_business-tie-b:before {
  content: "\e8a5";
}

.bi_doc-analytic-bar:before {
  content: "\e8a6";
}

.bi_ecommerce-basket:before {
  content: "\e8a7";
}

.bi_ecommerce-bill:before {
  content: "\e8a8";
}

.bi_ecommerce-bill-a:before {
  content: "\e8a9";
}

.bi_ecommerce-bill-b:before {
  content: "\e8aa";
}

.bi_ecommerce-bowtie:before {
  content: "\e8ab";
}

.bi_ecommerce-cash:before {
  content: "\e8ac";
}

.bi_ecommerce-cash-a:before {
  content: "\e8ad";
}

.bi_ecommerce-coins:before {
  content: "\e8ae";
}

.bi_ecommerce-coins-a:before {
  content: "\e8af";
}

.bi_ecommerce-creditcard:before {
  content: "\e8b0";
}

.bi_ecommerce-creditcard-b:before {
  content: "\e8b1";
}

.bi_ecommerce-creditcard-c:before {
  content: "\e8b2";
}

.bi_ecommerce-creditcard-d:before {
  content: "\e8b3";
}

.bi_ecommerce-diamon:before {
  content: "\e8b4";
}

.bi_ecommerce-digital-download:before {
  content: "\e8b5";
}

.bi_ecommerce-digital-upload:before {
  content: "\e8b6";
}

.bi_ecommerce-dollar:before {
  content: "\e8b7";
}

.bi_ecommerce-euro:before {
  content: "\e8b8";
}

.bi_ecommerce-gift:before {
  content: "\e8b9";
}

.bi_ecommerce-hanger:before {
  content: "\e8ba";
}

.bi_ecommerce-jeans:before {
  content: "\e8bb";
}

.bi_ecommerce-lipstick:before {
  content: "\e8bc";
}

.bi_ecommerce-market:before {
  content: "\e8bd";
}

.bi_ecommerce-mastercard:before {
  content: "\e8be";
}

.bi_ecommerce-pack:before {
  content: "\e8bf";
}

.bi_ecommerce-pack-a:before {
  content: "\e8c0";
}

.bi_ecommerce-pounds:before {
  content: "\e8c1";
}

.bi_ecommerce-ring:before {
  content: "\e8c2";
}

.bi_ecommerce-safebox:before {
  content: "\e8c3";
}

.bi_ecommerce-shirt:before {
  content: "\e8c4";
}

.bi_ecommerce-shirt-a:before {
  content: "\e8c5";
}

.bi_ecommerce-shoes:before {
  content: "\e8c6";
}

.bi_ecommerce-shop:before {
  content: "\e8c7";
}

.bi_ecommerce-shopcart:before {
  content: "\e8c8";
}

.bi_ecommerce-shopcart-a:before {
  content: "\e8c9";
}

.bi_ecommerce-shopcart-a-download:before {
  content: "\e8ca";
}

.bi_ecommerce-shopcart-a-fill:before {
  content: "\e8cb";
}

.bi_ecommerce-shopcart-c:before {
  content: "\e8cc";
}

.bi_ecommerce-shopcart-d:before {
  content: "\e8cd";
}

.bi_ecommerce-shopcart-download:before {
  content: "\e8ce";
}

.bi_ecommerce-shopcart-fill:before {
  content: "\e8cf";
}

.bi_ecommerce-short:before {
  content: "\e8d0";
}

.bi_ecommerce-suitcase:before {
  content: "\e8d1";
}

.bi_ecommerce-suitcase-a:before {
  content: "\e8d2";
}

.bi_ecommerce-tag:before {
  content: "\e8d3";
}

.bi_ecommerce-tag-a:before {
  content: "\e8d4";
}

.bi_ecommerce-tag-a-s:before {
  content: "\e8d5";
}

.bi_ecommerce-tag-b:before {
  content: "\e8d6";
}

.bi_ecommerce-tag-b-s:before {
  content: "\e8d7";
}

.bi_ecommerce-tag-c:before {
  content: "\e8d8";
}

.bi_ecommerce-tag-cross:before {
  content: "\e8d9";
}

.bi_ecommerce-tag-c-s:before {
  content: "\e8da";
}

.bi_ecommerce-tag-minus:before {
  content: "\e8db";
}

.bi_ecommerce-tag-plus:before {
  content: "\e8dc";
}

.bi_ecommerce-tag-tick:before {
  content: "\e8dd";
}

.bi_ecommerce-tracking:before {
  content: "\e8de";
}

.bi_ecommerce-tshirt:before {
  content: "\e8df";
}

.bi_ecommerce-wallet:before {
  content: "\e8e0";
}

.bi_ecommerce-wallet-a:before {
  content: "\e8e1";
}

.bi_ecommerce-woman-bag:before {
  content: "\e8e2";
}

.bi_ecommerce-yen:before {
  content: "\e8e3";
}

.bi_ecommerce-backpack:before {
  content: "\e8e4";
}

.bi_ecommerce-backpack-a:before {
  content: "\e8e5";
}

.bi_ecommerce-bag:before {
  content: "\e8e6";
}

.bi_ecommerce-bag-a:before {
  content: "\e8e7";
}

.bi_ecommerce-bag-b:before {
  content: "\e8e8";
}

.bi_editorial-pencil-s:before {
  content: "\e8e9";
}

.bi_editorial-pen-s:before {
  content: "\e8ea";
}

.bi_editorial-redo:before {
  content: "\e8eb";
}

.bi_editorial-right-align:before {
  content: "\e8ec";
}

.bi_editorial-trash:before {
  content: "\e8ed";
}

.bi_editorial-trash-a:before {
  content: "\e8ee";
}

.bi_editorial-trash-a-l:before {
  content: "\e8ef";
}

.bi_editorial-trash-l:before {
  content: "\e8f0";
}

.bi_editorial-undo:before {
  content: "\e8f1";
}

.bi_editorial-write:before {
  content: "\e8f2";
}

.bi_editorial-write-s:before {
  content: "\e8f3";
}

.bi_editorial-ascending:before {
  content: "\e8f4";
}

.bi_editorial-bookmark:before {
  content: "\e8f5";
}

.bi_editorial-bookmark-a:before {
  content: "\e8f6";
}

.bi_editorial-brush:before {
  content: "\e8f7";
}

.bi_editorial-center-align:before {
  content: "\e8f8";
}

.bi_editorial-compose:before {
  content: "\e8f9";
}

.bi_editorial-descending:before {
  content: "\e8fa";
}

.bi_editorial-left-align:before {
  content: "\e8fb";
}

.bi_editorial-pen:before {
  content: "\e8fc";
}

.bi_editorial-pencil:before {
  content: "\e8fd";
}

.bi_editorial-pencil-a:before {
  content: "\e8fe";
}

.bi_editorial-pencil-a-s:before {
  content: "\e8ff";
}

.bi_building-drawer-a:before {
  content: "\e900";
}

.bi_building-house:before {
  content: "\e901";
}

.bi_building-house-a:before {
  content: "\e902";
}

.bi_building-museum:before {
  content: "\e903";
}

.bi_building-office:before {
  content: "\e904";
}

.bi_building-office-a:before {
  content: "\e905";
}

.bi_building-office-b:before {
  content: "\e906";
}

.bi_building-sofa:before {
  content: "\e907";
}

.bi_building-sofa-a:before {
  content: "\e908";
}

.bi_building-sofa-b:before {
  content: "\e909";
}

.bi_building-sofa-twin:before {
  content: "\e90a";
}

.bi_building-sofa-twin-a:before {
  content: "\e90b";
}

.bi_building-table-lamp:before {
  content: "\e90c";
}

.bi_building-table-lamp-a:before {
  content: "\e90d";
}

.bi_building-tower:before {
  content: "\e90e";
}

.bi_building-tree:before {
  content: "\e90f";
}

.bi_environment-flower:before {
  content: "\e910";
}

.bi_environment-flower-a:before {
  content: "\e911";
}

.bi_environment-flower-b:before {
  content: "\e912";
}

.bi_environment-leaf:before {
  content: "\e913";
}

.bi_environment-leaf-a:before {
  content: "\e914";
}

.bi_environment-mountain:before {
  content: "\e915";
}

.bi_environment-mountain-a:before {
  content: "\e916";
}

.bi_environment-no-smoke:before {
  content: "\e917";
}

.bi_environment-plant:before {
  content: "\e918";
}

.bi_environment-sign:before {
  content: "\e919";
}

.bi_environment-smoke:before {
  content: "\e91a";
}

.bi_environment-tree:before {
  content: "\e91b";
}

.bi_building-apartment:before {
  content: "\e91c";
}

.bi_building-bed:before {
  content: "\e91d";
}

.bi_building-bulb:before {
  content: "\e91e";
}

.bi_building-cabinet:before {
  content: "\e91f";
}

.bi_building-desk:before {
  content: "\e920";
}

.bi_building-desk-a:before {
  content: "\e921";
}

.bi_building-desk-b:before {
  content: "\e922";
}

.bi_building-desk-c:before {
  content: "\e923";
}

.bi_building-door:before {
  content: "\e924";
}

.bi_building-drawer:before {
  content: "\e925";
}

.bi_beverage-cocktail-a:before {
  content: "\e926";
}

.bi_beverage-coffee:before {
  content: "\e927";
}

.bi_beverage-coffee-a:before {
  content: "\e928";
}

.bi_beverage-coffee-b:before {
  content: "\e929";
}

.bi_beverage-coffee-cup:before {
  content: "\e92a";
}

.bi_beverage-coffee-cup-a:before {
  content: "\e92b";
}

.bi_beverage-cokctail:before {
  content: "\e92c";
}

.bi_beverage-cup-straw:before {
  content: "\e92d";
}

.bi_beverage-empty-glass:before {
  content: "\e92e";
}

.bi_beverage-milk:before {
  content: "\e92f";
}

.bi_beverage-milk-a:before {
  content: "\e930";
}

.bi_beverage-tea:before {
  content: "\e931";
}

.bi_beverage-tea-a:before {
  content: "\e932";
}

.bi_beverage-tea-cup:before {
  content: "\e933";
}

.bi_beverage-tea-cup-a:before {
  content: "\e934";
}

.bi_beverage-water:before {
  content: "\e935";
}

.bi_beverage-water-a:before {
  content: "\e936";
}

.bi_beverage-water-glass:before {
  content: "\e937";
}

.bi_beverage-wine:before {
  content: "\e938";
}

.bi_food-apple:before {
  content: "\e939";
}

.bi_food-bowl:before {
  content: "\e93a";
}

.bi_food-cherry:before {
  content: "\e93b";
}

.bi_food-cherry-a:before {
  content: "\e93c";
}

.bi_food-chinese-food:before {
  content: "\e93d";
}

.bi_food-chinese-food-a:before {
  content: "\e93e";
}

.bi_food-chinese-food-b:before {
  content: "\e93f";
}

.bi_food-drumstick:before {
  content: "\e940";
}

.bi_food-egg:before {
  content: "\e941";
}

.bi_food-grape:before {
  content: "\e942";
}

.bi_food-hamburger:before {
  content: "\e943";
}

.bi_food-hamburger-a:before {
  content: "\e944";
}

.bi_food-ice-cream:before {
  content: "\e945";
}

.bi_food-ice-cream-a:before {
  content: "\e946";
}

.bi_food-ice-cream-b:before {
  content: "\e947";
}

.bi_food-ice-cream-c:before {
  content: "\e948";
}

.bi_food-melon:before {
  content: "\e949";
}

.bi_food-noodle:before {
  content: "\e94a";
}

.bi_food-noodle-a:before {
  content: "\e94b";
}

.bi_food-onigiri:before {
  content: "\e94c";
}

.bi_food-onigiri-a:before {
  content: "\e94d";
}

.bi_food-white-bread:before {
  content: "\e94e";
}

.bi_kitchen-fork-knife:before {
  content: "\e94f";
}

.bi_kitchen-fork-knife-a:before {
  content: "\e950";
}

.bi_kitchen-fridge:before {
  content: "\e951";
}

.bi_kitchen-grill:before {
  content: "\e952";
}

.bi_kitchen-heat:before {
  content: "\e953";
}

.bi_kitchen-heat-a:before {
  content: "\e954";
}

.bi_kitchen-hood:before {
  content: "\e955";
}

.bi_kitchen-hood-a:before {
  content: "\e956";
}

.bi_kitchen-jam:before {
  content: "\e957";
}

.bi_kitchen-ketchup:before {
  content: "\e958";
}

.bi_kitchen-leaf:before {
  content: "\e959";
}

.bi_kitchen-microwave:before {
  content: "\e95a";
}

.bi_kitchen-pepper:before {
  content: "\e95b";
}

.bi_kitchen-plate:before {
  content: "\e95c";
}

.bi_kitchen-recipe-book:before {
  content: "\e95d";
}

.bi_kitchen-salt:before {
  content: "\e95e";
}

.bi_kitchen-spatula:before {
  content: "\e95f";
}

.bi_kitchen-spoon-fork:before {
  content: "\e960";
}

.bi_kitchen-spoon-fork-a:before {
  content: "\e961";
}

.bi_kitchen-tissue:before {
  content: "\e962";
}

.bi_kitchen-water:before {
  content: "\e963";
}

.bi_beverage-alt-glass:before {
  content: "\e964";
}

.bi_beverage-alt-glass-a:before {
  content: "\e965";
}

.bi_beverage-alt-glass-b:before {
  content: "\e966";
}

.bi_beverage-alt-glass-c:before {
  content: "\e967";
}

.bi_beverage-beer:before {
  content: "\e968";
}

.bi_beverage-chinese-tea:before {
  content: "\e969";
}

.bi_beverage-chinese-tea-a:before {
  content: "\e96a";
}

.bi_beverage-chinese-tea-a-s:before {
  content: "\e96b";
}

.bi_beverage-chinese-tea-s:before {
  content: "\e96c";
}

.bi_setting-switch:before {
  content: "\e96d";
}

.bi_setting-switch-a:before {
  content: "\e96e";
}

.bi_setting-wrench:before {
  content: "\e96f";
}

.bi_setting-wrench-a:before {
  content: "\e970";
}

.bi_setting-airplane:before {
  content: "\e971";
}

.bi_setting-component:before {
  content: "\e972";
}

.bi_setting-eq:before {
  content: "\e973";
}

.bi_setting-eq-a:before {
  content: "\e974";
}

.bi_setting-gear:before {
  content: "\e975";
}

.bi_setting-gear-a:before {
  content: "\e976";
}

.bi_setting-gear-b:before {
  content: "\e977";
}

.bi_setting-hotspot:before {
  content: "\e978";
}

.bi_setting-notification:before {
  content: "\e979";
}

.bi_sport-tape:before {
  content: "\e97a";
}

.bi_sport-tennisball:before {
  content: "\e97b";
}

.bi_sport-time:before {
  content: "\e97c";
}

.bi_sport-trophy:before {
  content: "\e97d";
}

.bi_sport-trophy-a:before {
  content: "\e97e";
}

.bi_sport-tv:before {
  content: "\e97f";
}

.bi_sport-tv-a:before {
  content: "\e980";
}

.bi_medicine-heart:before {
  content: "\e981";
}

.bi_medicine-lab:before {
  content: "\e982";
}

.bi_medicine-lab-a:before {
  content: "\e983";
}

.bi_sport-alt-badge:before {
  content: "\e984";
}

.bi_sport-alt-badge-a:before {
  content: "\e985";
}

.bi_sport-badge:before {
  content: "\e986";
}

.bi_sport-badge-a:before {
  content: "\e987";
}

.bi_sport-badge-b:before {
  content: "\e988";
}

.bi_sport-badge-c:before {
  content: "\e989";
}

.bi_sport-badge-one:before {
  content: "\e98a";
}

.bi_sport-badge-one-a:before {
  content: "\e98b";
}

.bi_sport-baseball:before {
  content: "\e98c";
}

.bi_sport-basketball:before {
  content: "\e98d";
}

.bi_sport-basketball-a:before {
  content: "\e98e";
}

.bi_sport-bottle:before {
  content: "\e98f";
}

.bi_sport-cards:before {
  content: "\e990";
}

.bi_sport-dumbell:before {
  content: "\e991";
}

.bi_sport-dumbell-a:before {
  content: "\e992";
}

.bi_sport-flag:before {
  content: "\e993";
}

.bi_sport-flag-a:before {
  content: "\e994";
}

.bi_sport-football:before {
  content: "\e995";
}

.bi_sport-medic:before {
  content: "\e996";
}

.bi_sport-mic:before {
  content: "\e997";
}

.bi_sport-puzzle:before {
  content: "\e998";
}

.bi_sport-stadium:before {
  content: "\e999";
}

.bi_sport-stadium-a:before {
  content: "\e99a";
}

.bi_time-alarm:before {
  content: "\e99b";
}

.bi_time-alt-wall-clock:before {
  content: "\e99c";
}

.bi_time-calendar:before {
  content: "\e99d";
}

.bi_time-calendar-a:before {
  content: "\e99e";
}

.bi_time-calendar-b:before {
  content: "\e99f";
}

.bi_time-clock:before {
  content: "\e9a0";
}

.bi_time-clock-a:before {
  content: "\e9a1";
}

.bi_time-clock-b:before {
  content: "\e9a2";
}

.bi_time-clock-c:before {
  content: "\e9a3";
}

.bi_time-hour-glass:before {
  content: "\e9a4";
}

.bi_time-speed-meter:before {
  content: "\e9a5";
}

.bi_time-stopwatch:before {
  content: "\e9a6";
}

.bi_time-stopwatch-a:before {
  content: "\e9a7";
}

.bi_time-stopwatch-b:before {
  content: "\e9a8";
}

.bi_time-timer:before {
  content: "\e9a9";
}

.bi_time-wall-clock:before {
  content: "\e9aa";
}

.bi_time-watches:before {
  content: "\e9ab";
}

.bi_time-watches-a:before {
  content: "\e9ac";
}

.bi_time-watches-b:before {
  content: "\e9ad";
}

.bi_location-alt-pin:before {
  content: "\e9ae";
}

.bi_location-avenue:before {
  content: "\e9af";
}

.bi_location-compass:before {
  content: "\e9b0";
}

.bi_location-map:before {
  content: "\e9b1";
}

.bi_location-pin:before {
  content: "\e9b2";
}

.bi_location-pin-blank:before {
  content: "\e9b3";
}

.bi_location-pin-check:before {
  content: "\e9b4";
}

.bi_location-pin-map:before {
  content: "\e9b5";
}

.bi_location-pin-map-a:before {
  content: "\e9b6";
}

.bi_location-pin-minus:before {
  content: "\e9b7";
}

.bi_location-pin-plus:before {
  content: "\e9b8";
}

.bi_location-pin-regular:before {
  content: "\e9b9";
}

.bi_location-sign-street:before {
  content: "\e9ba";
}

.bi_tool-console:before {
  content: "\e9bb";
}

.bi_tool-console-a:before {
  content: "\e9bc";
}

.bi_tool-console-old:before {
  content: "\e9bd";
}

.bi_tool-disk:before {
  content: "\e9be";
}

.bi_tool-disk-a:before {
  content: "\e9bf";
}

.bi_tool-flashlight:before {
  content: "\e9c0";
}

.bi_tool-flashlight-a:before {
  content: "\e9c1";
}

.bi_tool-flashlight-a-s:before {
  content: "\e9c2";
}

.bi_tool-flashlight-s:before {
  content: "\e9c3";
}

.bi_tool-gameboy:before {
  content: "\e9c4";
}

.bi_tool-hammer:before {
  content: "\e9c5";
}

.bi_tool-headphone:before {
  content: "\e9c6";
}

.bi_tool-headphone-a:before {
  content: "\e9c7";
}

.bi_tool-laptop:before {
  content: "\e9c8";
}

.bi_tool-magic-wand:before {
  content: "\e9c9";
}

.bi_tool-magic-wand-a:before {
  content: "\e9ca";
}

.bi_tool-magnet:before {
  content: "\e9cb";
}

.bi_tool-magnifier:before {
  content: "\e9cc";
}

.bi_tool-medical-tape:before {
  content: "\e9cd";
}

.bi_tool-mobile:before {
  content: "\e9ce";
}

.bi_tool-mobile-l:before {
  content: "\e9cf";
}

.bi_tool-monitor:before {
  content: "\e9d0";
}

.bi_tool-monitor-a:before {
  content: "\e9d1";
}

.bi_tool-mouse:before {
  content: "\e9d2";
}

.bi_tool-net:before {
  content: "\e9d3";
}

.bi_tool-paint-roler:before {
  content: "\e9d4";
}

.bi_tool-projector:before {
  content: "\e9d5";
}

.bi_tool-radio:before {
  content: "\e9d6";
}

.bi_tool-ruler:before {
  content: "\e9d7";
}

.bi_tool-scissor:before {
  content: "\e9d8";
}

.bi_tool-tablet:before {
  content: "\e9d9";
}

.bi_tool-tablet-l:before {
  content: "\e9da";
}

.bi_tool-television:before {
  content: "\e9db";
}

.bi_tool-toothbrush:before {
  content: "\e9dc";
}

.bi_tool-umbrella:before {
  content: "\e9dd";
}

.bi_tool-video:before {
  content: "\e9de";
}

.bi_tool-alt-camera:before {
  content: "\e9df";
}

.bi_tool-alt-camera-a:before {
  content: "\e9e0";
}

.bi_tool-android:before {
  content: "\e9e1";
}

.bi_tool-android-l:before {
  content: "\e9e2";
}

.bi_tool-binoculars:before {
  content: "\e9e3";
}

.bi_tool-brush:before {
  content: "\e9e4";
}

.bi_tool-brush-a:before {
  content: "\e9e5";
}

.bi_tool-calculator:before {
  content: "\e9e6";
}

.bi_tool-camera:before {
  content: "\e9e7";
}

.bi_tool-camera-a:before {
  content: "\e9e8";
}

.bi_tool-camera-b:before {
  content: "\e9e9";
}

.bi_tool-compass:before {
  content: "\e9ea";
}

.bi_transport-car-b:before {
  content: "\e9eb";
}

.bi_transport-car-c:before {
  content: "\e9ec";
}

.bi_transport-ship:before {
  content: "\e9ed";
}

.bi_transport-train:before {
  content: "\e9ee";
}

.bi_transport-truck:before {
  content: "\e9ef";
}

.bi_transport-truck-a:before {
  content: "\e9f0";
}

.bi_transport-alt-bus:before {
  content: "\e9f1";
}

.bi_transport-bicycle:before {
  content: "\e9f2";
}

.bi_transport-bicycle-a:before {
  content: "\e9f3";
}

.bi_transport-boat:before {
  content: "\e9f4";
}

.bi_transport-bus:before {
  content: "\e9f5";
}

.bi_transport-bus-a:before {
  content: "\e9f6";
}

.bi_transport-car:before {
  content: "\e9f7";
}

.bi_transport-car-a:before {
  content: "\e9f8";
}

.bi_user-male:before {
  content: "\e9f9";
}

.bi_user-male-check:before {
  content: "\e9fa";
}

.bi_user-male-cross:before {
  content: "\e9fb";
}

.bi_user-male-minus:before {
  content: "\e9fc";
}

.bi_user-male-plus:before {
  content: "\e9fd";
}

.bi_user-male-sign:before {
  content: "\e9fe";
}

.bi_user-password:before {
  content: "\e9ff";
}

.bi_user-password-u:before {
  content: "\ea00";
}

.bi_user-password-u-a:before {
  content: "\ea01";
}

.bi_user-single:before {
  content: "\ea02";
}

.bi_user-single-a:before {
  content: "\ea03";
}

.bi_user-single-a-check:before {
  content: "\ea04";
}

.bi_user-single-a-cross:before {
  content: "\ea05";
}

.bi_user-single-a-group:before {
  content: "\ea06";
}

.bi_user-single-a-list:before {
  content: "\ea07";
}

.bi_user-single-a-minus:before {
  content: "\ea08";
}

.bi_user-single-a-plus:before {
  content: "\ea09";
}

.bi_user-single-check:before {
  content: "\ea0a";
}

.bi_user-single-cross:before {
  content: "\ea0b";
}

.bi_user-single-minus:before {
  content: "\ea0c";
}

.bi_user-single-plus:before {
  content: "\ea0d";
}

.bi_user-single-round:before {
  content: "\ea0e";
}

.bi_user-alt:before {
  content: "\ea0f";
}

.bi_user-alt-check:before {
  content: "\ea10";
}

.bi_user-alt-cross:before {
  content: "\ea11";
}

.bi_user-alt-group:before {
  content: "\ea12";
}

.bi_user-alt-list:before {
  content: "\ea13";
}

.bi_user-alt-minus:before {
  content: "\ea14";
}

.bi_user-alt-plus:before {
  content: "\ea15";
}

.bi_user-contact-book:before {
  content: "\ea16";
}

.bi_user-female:before {
  content: "\ea17";
}

.bi_user-female-cross:before {
  content: "\ea18";
}

.bi_user-female-group:before {
  content: "\ea19";
}

.bi_user-female-list:before {
  content: "\ea1a";
}

.bi_user-female-minus:before {
  content: "\ea1b";
}

.bi_user-female-plus:before {
  content: "\ea1c";
}

.bi_user-female-sign:before {
  content: "\ea1d";
}

.bi_user-female-tick:before {
  content: "\ea1e";
}

.bi_user-key:before {
  content: "\ea1f";
}

.bi_user-lock:before {
  content: "\ea20";
}

.bi_user-lock-u:before {
  content: "\ea21";
}

.bi_user-lock-u-a:before {
  content: "\ea22";
}

.bi_weather-sunset-a:before {
  content: "\ea23";
}

.bi_weather-wind:before {
  content: "\ea24";
}

.bi_weather-wind-pressure:before {
  content: "\ea25";
}

.bi_weather-wind-pressure-a:before {
  content: "\ea26";
}

.bi_weather-cloud:before {
  content: "\ea27";
}

.bi_weather-cloud-a:before {
  content: "\ea28";
}

.bi_weather-cloud-rainy:before {
  content: "\ea29";
}

.bi_weather-cloud-rainy-a:before {
  content: "\ea2a";
}

.bi_weather-cloud-snow:before {
  content: "\ea2b";
}

.bi_weather-cloud-snow-a:before {
  content: "\ea2c";
}

.bi_weather-cloud-stormy:before {
  content: "\ea2d";
}

.bi_weather-cloud-stormy-a:before {
  content: "\ea2e";
}

.bi_weather-cloud-sun:before {
  content: "\ea2f";
}

.bi_weather-humid:before {
  content: "\ea30";
}

.bi_weather-moon:before {
  content: "\ea31";
}

.bi_weather-moon-a:before {
  content: "\ea32";
}

.bi_weather-moon-b:before {
  content: "\ea33";
}

.bi_weather-moon-r:before {
  content: "\ea34";
}

.bi_weather-sun-a:before {
  content: "\ea35";
}

.bi_weather-sun-b:before {
  content: "\ea36";
}

.bi_weather-sun-r:before {
  content: "\ea37";
}

.bi_weather-sunrise:before {
  content: "\ea38";
}

.bi_web-bug:before {
  content: "\ea39";
}

.bi_web-code:before {
  content: "\ea3a";
}

.bi_web-database:before {
  content: "\ea3b";
}

.bi_web-download:before {
  content: "\ea3c";
}

.bi_web-graph:before {
  content: "\ea3d";
}

.bi_web-inspect:before {
  content: "\ea3e";
}

.bi_web-internet:before {
  content: "\ea3f";
}

.bi_web-internet-a:before {
  content: "\ea40";
}

.bi_web-logout:before {
  content: "\ea41";
}

.bi_web-menu-collapse-down:before {
  content: "\ea42";
}

.bi_web-menu-collapse-left:before {
  content: "\ea43";
}

.bi_web-menu-collapse-right:before {
  content: "\ea44";
}

.bi_web-menu-collapse-up:before {
  content: "\ea45";
}

.bi_web-reading-list:before {
  content: "\ea46";
}

.bi_web-report:before {
  content: "\ea47";
}

.bi_web-report-a:before {
  content: "\ea48";
}

.bi_web-rss:before {
  content: "\ea49";
}

.bi_web-share:before {
  content: "\ea4a";
}

.bi_web-share-a:before {
  content: "\ea4b";
}

.bi_web-share-b:before {
  content: "\ea4c";
}

.bi_web-statistic:before {
  content: "\ea4d";
}

.bi_web-traffic:before {
  content: "\ea4e";
}

.bi_web-traffic-a:before {
  content: "\ea4f";
}

.bi_web-traffic-b:before {
  content: "\ea50";
}

.bi_web-traffic-c:before {
  content: "\ea51";
}

.bi_web-upload:before {
  content: "\ea52";
}

.bi_web-url:before {
  content: "\ea53";
}

.bi_web-url-a:before {
  content: "\ea54";
}

.bi_web-url-b:before {
  content: "\ea55";
}

.bi_web-warning:before {
  content: "\ea56";
}

.bi_web-webcam:before {
  content: "\ea57";
}

.bi_web-broken-link:before {
  content: "\ea58";
}

.bi_web-browser:before {
  content: "\ea59";
}

.bi_web-browser-a:before {
  content: "\ea5a";
}

.bi_web-browser-b:before {
  content: "\ea5b";
}

.bi_web-browser-cross:before {
  content: "\ea5c";
}

.bi_web-browser-minus:before {
  content: "\ea5d";
}

.bi_web-browser-plus:before {
  content: "\ea5e";
}

.bi_web-browser-tab:before {
  content: "\ea5f";
}

.bi_web-browser-tab-cross:before {
  content: "\ea60";
}

.bi_web-browser-tab-minus:before {
  content: "\ea61";
}

.bi_web-browser-tab-plus:before {
  content: "\ea62";
}

.bi_web-browser-tab-tick:before {
  content: "\ea63";
}

.bi_web-browser-tick:before {
  content: "\ea64";
}

.bi_web-browser-window:before {
  content: "\ea65";
}

.bi_logo-vimeo:before {
  content: "\ea66";
}

.bi_logo-windows:before {
  content: "\ea67";
}

.bi_logo-zerply:before {
  content: "\ea68";
}

.bi_logo-amazon:before {
  content: "\ea69";
}

.bi_logo-dribbble:before {
  content: "\ea6a";
}

.bi_logo-dropbox:before {
  content: "\ea6b";
}

.bi_logo-evernote:before {
  content: "\ea6c";
}

.bi_logo-facebook:before {
  content: "\ea6d";
}

.bi_logo-grooveshark:before {
  content: "\ea6e";
}

.bi_logo-instagram:before {
  content: "\ea6f";
}

.bi_logo-linkedin:before {
  content: "\ea70";
}

.bi_logo-musio:before {
  content: "\ea71";
}

.bi_logo-path:before {
  content: "\ea72";
}

.bi_logo-paypal:before {
  content: "\ea73";
}

.bi_logo-picasa:before {
  content: "\ea74";
}

.bi_logo-pinterest:before {
  content: "\ea75";
}

.bi_logo-rdio:before {
  content: "\ea76";
}

.bi_logo-squarespace:before {
  content: "\ea77";
}

.bi_logo-squareup:before {
  content: "\ea78";
}

.bi_logo-twitter:before {
  content: "\ea79";
}

.bi_misc-one-click:before {
  content: "\ea7a";
}

.bi_misc-pointer:before {
  content: "\ea7b";
}

.bi_misc-pointer-swipe-l:before {
  content: "\ea7c";
}

.bi_misc-pointer-swipe-r:before {
  content: "\ea7d";
}

.bi_misc-puzzle:before {
  content: "\ea7e";
}

.bi_misc-wifi:before {
  content: "\ea7f";
}

.bi_misc-crown:before {
  content: "\ea80";
}

.bi_misc-cube:before {
  content: "\ea81";
}

.bi_misc-dice-five:before {
  content: "\ea82";
}

.bi_misc-dice-four:before {
  content: "\ea83";
}

.bi_misc-dice-one:before {
  content: "\ea84";
}

.bi_misc-dice-six:before {
  content: "\ea85";
}

.bi_misc-dice-three:before {
  content: "\ea86";
}

.bi_misc-dice-two:before {
  content: "\ea87";
}

.bi_misc-double-click:before {
  content: "\ea88";
}

.bi_misc-female-gender:before {
  content: "\ea89";
}

.bi_misc-globe:before {
  content: "\ea8a";
}

.bi_misc-male-gender:before {
  content: "\ea8b";
}

.bi_misc-mood-happy:before {
  content: "\ea8c";
}

.bi_misc-mood-sad:before {
  content: "\ea8d";
}

.bi_music-mic:before {
  content: "\ea8e";
}

.bi_music-mic-a:before {
  content: "\ea8f";
}

.bi_music-next:before {
  content: "\ea90";
}

.bi_music-next-l:before {
  content: "\ea91";
}

.bi_music-next-l-a:before {
  content: "\ea92";
}

.bi_music-pause:before {
  content: "\ea93";
}

.bi_music-pause-a:before {
  content: "\ea94";
}

.bi_music-pause-b:before {
  content: "\ea95";
}

.bi_music-play:before {
  content: "\ea96";
}

.bi_music-playlist:before {
  content: "\ea97";
}

.bi_music-previous:before {
  content: "\ea98";
}

.bi_music-previous-l:before {
  content: "\ea99";
}

.bi_music-previous-l-a:before {
  content: "\ea9a";
}

.bi_music-radio:before {
  content: "\ea9b";
}

.bi_music-record:before {
  content: "\ea9c";
}

.bi_music-record-a:before {
  content: "\ea9d";
}

.bi_music-repeat:before {
  content: "\ea9e";
}

.bi_music-repeat-a:before {
  content: "\ea9f";
}

.bi_music-repeat-one:before {
  content: "\eaa0";
}

.bi_music-repeat-one-a:before {
  content: "\eaa1";
}

.bi_music-shuffle:before {
  content: "\eaa2";
}

.bi_music-shuffle-a:before {
  content: "\eaa3";
}

.bi_music-song-note:before {
  content: "\eaa4";
}

.bi_music-song-note-a:before {
  content: "\eaa5";
}

.bi_music-speaker:before {
  content: "\eaa6";
}

.bi_music-speaker-a:before {
  content: "\eaa7";
}

.bi_music-stop:before {
  content: "\eaa8";
}

.bi_music-stop-a:before {
  content: "\eaa9";
}

.bi_volume-high:before {
  content: "\eaaa";
}

.bi_volume-high-a:before {
  content: "\eaab";
}

.bi_volume-low:before {
  content: "\eaac";
}

.bi_volume-low-a:before {
  content: "\eaad";
}

.bi_volume-medium:before {
  content: "\eaae";
}

.bi_volume-medium-a:before {
  content: "\eaaf";
}

.bi_volume-mute:before {
  content: "\eab0";
}

.bi_volume-mute-a:before {
  content: "\eab1";
}

.bi_music-album:before {
  content: "\eab2";
}

.bi_music-album-a:before {
  content: "\eab3";
}

.bi_music-album-b:before {
  content: "\eab4";
}

.bi_music-album-c:before {
  content: "\eab5";
}

.bi_music-album-cd:before {
  content: "\eab6";
}

.bi_music-cd:before {
  content: "\eab7";
}

.bi_music-eject:before {
  content: "\eab8";
}

.bi_music-eq:before {
  content: "\eab9";
}

.bi_music-eq-a:before {
  content: "\eaba";
}

.bi_music-group-note:before {
  content: "\eabb";
}

.bi_music-group-note-a:before {
  content: "\eabc";
}

.bi_music-headphone:before {
  content: "\eabd";
}

.bi_music-headphone-a:before {
  content: "\eabe";
}

.bi_music-list:before {
  content: "\eabf";
}

.bi_interface-backspace:before {
  content: "\eac0";
}

.bi_interface-backspace-a:before {
  content: "\eac1";
}

.bi_interface-bell:before {
  content: "\eac2";
}

.bi_interface-bell-a:before {
  content: "\eac3";
}

.bi_interface-block:before {
  content: "\eac4";
}

.bi_interface-bottom:before {
  content: "\eac5";
}

.bi_interface-bottom-k:before {
  content: "\eac6";
}

.bi_interface-bottom-r:before {
  content: "\eac7";
}

.bi_interface-box-bottom:before {
  content: "\eac8";
}

.bi_interface-box-bottom-a:before {
  content: "\eac9";
}

.bi_interface-box-cross:before {
  content: "\eaca";
}

.bi_interface-box-left:before {
  content: "\eacb";
}

.bi_interface-box-left-a:before {
  content: "\eacc";
}

.bi_interface-box-minus:before {
  content: "\eacd";
}

.bi_interface-box-plus:before {
  content: "\eace";
}

.bi_interface-box-right:before {
  content: "\eacf";
}

.bi_interface-box-right-a:before {
  content: "\ead0";
}

.bi_interface-box-tick:before {
  content: "\ead1";
}

.bi_interface-box-top:before {
  content: "\ead2";
}

.bi_interface-box-top-a:before {
  content: "\ead3";
}

.bi_interface-bulleye:before {
  content: "\ead4";
}

.bi_interface-calendar:before {
  content: "\ead5";
}

.bi_interface-circle:before {
  content: "\ead6";
}

.bi_interface-circle-cross:before {
  content: "\ead7";
}

.bi_interface-circle-minus:before {
  content: "\ead8";
}

.bi_interface-circle-plus:before {
  content: "\ead9";
}

.bi_interface-circle-tick:before {
  content: "\eada";
}

.bi_interface-circle-tick-a:before {
  content: "\eadb";
}

.bi_interface-clock:before {
  content: "\eadc";
}

.bi_interface-clock-a:before {
  content: "\eadd";
}

.bi_interface-clock-b:before {
  content: "\eade";
}

.bi_interface-cloud-download:before {
  content: "\eadf";
}

.bi_interface-cloud-upload:before {
  content: "\eae0";
}

.bi_interface-cmd:before {
  content: "\eae1";
}

.bi_interface-crop:before {
  content: "\eae2";
}

.bi_interface-cross:before {
  content: "\eae3";
}

.bi_interface-dashboard:before {
  content: "\eae4";
}

.bi_interface-direction:before {
  content: "\eae7";
}

.bi_interface-downloading:before {
  content: "\eae8";
}

.bi_interface-enlarge:before {
  content: "\eae9";
}

.bi_interface-enlarge-a:before {
  content: "\eaea";
}

.bi_interface-enlarge-c:before {
  content: "\eaeb";
}

.bi_interface-expand:before {
  content: "\eaec";
}

.bi_interface-forward:before {
  content: "\eaed";
}

.bi_interface-fullscreen:before {
  content: "\eaee";
}

.bi_interface-fullscreen-a:before {
  content: "\eaef";
}

.bi_interface-fullscreen-wide:before {
  content: "\eaf0";
}

.bi_interface-hamburger:before {
  content: "\eaf1";
}

.bi_interface-heart:before {
  content: "\eaf2";
}

.bi_interface-help:before {
  content: "\eaf3";
}

.bi_interface-help-a:before {
  content: "\eaf4";
}

.bi_interface-home:before {
  content: "\eaf5";
}

.bi_interface-home-a:before {
  content: "\eaf6";
}

.bi_interface-horizontal:before {
  content: "\eaf7";
}

.bi_interface-horizontal-a:before {
  content: "\eaf8";
}

.bi_interface-in-link:before {
  content: "\eaf9";
}

.bi_interface-left:before {
  content: "\eafa";
}

.bi_interface-left-b-k:before {
  content: "\eafb";
}

.bi_interface-left-k:before {
  content: "\eafc";
}

.bi_interface-left-r:before {
  content: "\eafd";
}

.bi_interface-left-t-k:before {
  content: "\eafe";
}

.bi_interface-list-view:before {
  content: "\eaff";
}

.bi_interface-login:before {
  content: "\eb00";
}

.bi_interface-logout-a:before {
  content: "\eb01";
}

.bi_interface-minimize:before {
  content: "\eb02";
}

.bi_interface-minus:before {
  content: "\eb03";
}

.bi_interface-more:before {
  content: "\eb04";
}

.bi_interface-number:before {
  content: "\eb05";
}

.bi_interface-out-link:before {
  content: "\eb06";
}

.bi_interface-pixel:before {
  content: "\eb07";
}

.bi_interface-places:before {
  content: "\eb08";
}

.bi_interface-places-a:before {
  content: "\eb09";
}

.bi_interface-plus:before {
  content: "\eb0a";
}

.bi_interface-popup:before {
  content: "\eb0b";
}

.bi_interface-power:before {
  content: "\eb0c";
}

.bi_interface-refresh:before {
  content: "\eb0d";
}

.bi_interface-repeating:before {
  content: "\eb0e";
}

.bi_interface-reply:before {
  content: "\eb0f";
}

.bi_interface-resize-full:before {
  content: "\eb10";
}

.bi_interface-resize-full-a:before {
  content: "\eb11";
}

.bi_interface-resize-normal:before {
  content: "\eb12";
}

.bi_interface-reverse:before {
  content: "\eb13";
}

.bi_interface-right:before {
  content: "\eb14";
}

.bi_interface-right-k:before {
  content: "\eb15";
}

.bi_interface-right-r:before {
  content: "\eb16";
}

.bi_interface-rigth-b-k:before {
  content: "\eb17";
}

.bi_interface-rigth-t-k:before {
  content: "\eb18";
}

.bi_interface-search:before {
  content: "\eb19";
}

.bi_interface-search-cross:before {
  content: "\eb1a";
}

.bi_interface-search-minus:before {
  content: "\eb1b";
}

.bi_interface-search-plus:before {
  content: "\eb1c";
}

.bi_interface-search-tick:before {
  content: "\eb1d";
}

.bi_interface-sidebar-hamburger:before {
  content: "\eb1e";
}

.bi_interface-star:before {
  content: "\eb1f";
}

.bi_interface-star-a:before {
  content: "\eb20";
}

.bi_interface-target:before {
  content: "\eb21";
}

.bi_interface-thumbnail:before {
  content: "\eb22";
}

.bi_interface-tick:before {
  content: "\eb23";
}

.bi_interface-top:before {
  content: "\eb24";
}

.bi_interface-top-k:before {
  content: "\eb25";
}

.bi_interface-top-r:before {
  content: "\eb26";
}

.bi_interface-undo:before {
  content: "\eb27";
}

.bi_interface-uploading:before {
  content: "\eb28";
}

.bi_interface-vertical:before {
  content: "\eb29";
}

.bi_interface-vertical-a:before {
  content: "\eb2a";
}

.bi_interface-view:before {
  content: "\eb2b";
}

.bi_interface-warning:before {
  content: "\eb2c";
}

.bi_interface-window:before {
  content: "\eb2d";
}

.bi_layout-footer:before {
  content: "\eb2e";
}

.bi_layout-grid:before {
  content: "\eb2f";
}

.bi_layout-half:before {
  content: "\eb30";
}

.bi_layout-header:before {
  content: "\eb31";
}

.bi_layout-sidebar-l:before {
  content: "\eb32";
}

.bi_layout-sidebar-l-a:before {
  content: "\eb33";
}

.bi_layout-sidebar-l-half:before {
  content: "\eb34";
}

.bi_layout-sidebar-l-half-a:before {
  content: "\eb35";
}

.bi_layout-sidebar-r:before {
  content: "\eb36";
}

.bi_layout-sidebar-r-a:before {
  content: "\eb37";
}

.bi_layout-sidebar-r-half:before {
  content: "\eb38";
}

.bi_layout-sidebar-r-half-a:before {
  content: "\eb39";
}

.bi_layout-third-h:before {
  content: "\eb3a";
}

.bi_layout-third-v:before {
  content: "\eb3b";
}

.bi_layout-wireframe:before {
  content: "\eb3c";
}

.bi_layout-wireframe-a:before {
  content: "\eb3d";
}

.bi_interface-alt-cross:before {
  content: "\eb3e";
}

.bi_interface-alt-fullscreen:before {
  content: "\eb3f";
}

.bi_interface-alt-minus:before {
  content: "\eb40";
}

.bi_interface-alt-plus:before {
  content: "\eb41";
}

.bi_interface-alt-tick:before {
  content: "\eb42";
}

.bi_interface-alt-widescreen:before {
  content: "\eb43";
}

.bi_interface-arrow-all:before {
  content: "\eb44";
}

.bi_interface-arrow-bottom:before {
  content: "\eb45";
}

.bi_interface-arrow-bottom-circle:before {
  content: "\eb46";
}

.bi_interface-arrow-left:before {
  content: "\eb47";
}

.bi_interface-arrow-left-b:before {
  content: "\eb48";
}

.bi_interface-arrow-left-circle:before {
  content: "\eb49";
}

.bi_interface-arrow-left-t:before {
  content: "\eb4a";
}

.bi_interface-arrow-right:before {
  content: "\eb4b";
}

.bi_interface-arrow-right-b:before {
  content: "\eb4c";
}

.bi_interface-arrow-right-circle:before {
  content: "\eb4d";
}

.bi_interface-arrow-right-t:before {
  content: "\eb4e";
}

.bi_interface-arrow-top:before {
  content: "\eb4f";
}

.bi_interface-arrow-top-circle:before {
  content: "\eb50";
}

.bi_animal-dog-a:before {
  content: "\eb51";
}

.bi_interface-horizontal-a-1:before {
  content: "\eb52";
}

.bi_interface-vertical-a-1:before {
  content: "\eb53";
}

.bi_interface-diag:before {
  content: "\eb54";
}

.bi_interface-diag-a:before {
  content: "\eb55";
}

@font-face {
  font-family: "icomoon";
  src: url("css/vendor/icomoon/icomoon.ttf?n9vvne") format("truetype"), url("css/vendor/icomoon/icomoon.woff?n9vvne") format("woff"), url("css/vendor/icomoon/icomoon.svg?n9vvne#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change icomoon */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star-outlined:before {
  content: "\e902";
}

.icon-mail:before {
  content: "\e901";
}

.icon-star:before {
  content: "\e900";
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_menu:after, .slicknav_menu:before {
  display: table;
  content: " ";
}

.slicknav_btn, .slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_menu, .slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_nav, .slicknav_nav ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em;
  line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:after {
  clear: both;
}

.slicknav_nav li, .slicknav_nav ul {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  background: #4c4c4c;
  padding: 5px;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: 0.875em;
}

.slicknav_nav ul {
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff;
}

.slicknav_nav a:hover {
  border-radius: 6px;
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.tipsy {
  position: absolute;
  padding: 5px;
  z-index: 100000;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

.tipsy-arrow-s {
  border-top-color: #000;
}

.tipsy-arrow-e {
  border-left-color: #000;
}

.tipsy-arrow-w {
  border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Magnific Popup
--------------------- */
.white-popup-block {
  background: #fff;
  z-index: 999999;
  padding: 30px 30px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
}

.mfp-content {
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
}

.mfp-ready .mfp-content {
  opacity: 1;
}

/*
button.mfp-close {
    width: 28px;
    height: 28px;
    line-height: 28px;
    opacity: 1;
}
.mfp-close-btn-in .mfp-close {
    color: white;
    background: #ddd;
    font-weight: 300;
    font-family: "Nunito Sans";
    font-size: 22px;
    &:hover {
        background: #aaa;
        color: white;
        opacity: 1;
    }
}
*/
.mfp-bg {
  z-index: 11042;
}

.mfp-wrap {
  z-index: 11043;
}

/* Loader
------------------------ */
.mfp-preloader {
  display: block;
  direction: ltr;
  text-indent: -9999px;
  background: url(images/loading.svg) center center no-repeat;
  background-size: 32px;
  height: 40px;
}

.mfp-s-error .mfp-preloader {
  text-indent: 0;
  background: none;
}

.mfp-s-error .mfp-preloader a {
  color: inherit;
  text-decoration: underline;
}

/* Animation
------------------------ */
.mfp-gallery .mfp-figure {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0.99);
}
.mfp-gallery.mfp-image-loaded .mfp-figure {
  opacity: 1;
  transform: scale(1);
}
.mfp-gallery.mfp-image-loaded.mfp-removing .mfp-figure {
  opacity: 0;
  transform: scale(0.99);
}

/* Frame
------------------------ */
.mfp-bg {
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-figure:after {
  display: none;
}

.mfp-iframe-scaler iframe {
  box-shadow: none;
  background: none;
}

.mfp-wrap {
  color: #fff;
}

/* Video
------------------------ */
.mfp-content .wp-video {
  max-height: 80%;
  max-width: 80%;
  margin: auto;
}

.mfp-content .wp-video-shortcode {
  margin: 0;
}

/* Cursor
------------------------ */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

/* Next / Prev
------------------------ */
button.mfp-arrow,
button.mfp-arrow:hover {
  display: block;
  background: none;
  color: inherit;
  visibility: visible;
  top: auto;
  margin: 0;
  width: 30px;
  height: 40px;
  font-size: 24px;
  left: 30px;
  top: 50%;
  padding: 0;
  margin: 0;
  @incldue transition( color .3s ease-out);
  transform: translate(0, -50%);
}
button.mfp-arrow i,
button.mfp-arrow:hover i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button.mfp-arrow.mfp-arrow-right {
  right: 30px;
  left: auto;
}

button.mfp-arrow:before,
button.mfp-arrow:after {
  display: none;
}

button.mfp-arrow {
  opacity: 0.7;
}
button.mfp-arrow:hover {
  opacity: 1;
}

/* Close
------------------------ */
.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: fixed;
  top: 10px;
  left: auto;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: inherit;
  cursor: pointer;
  transition: color 0.3s ease-out;
  opacity: 0.7;
}
.mfp-close:hover,
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  opacity: 1;
}

.mfp-close:hover,
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background: none;
}

.mfp-close i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.admin-bar .mfp-close {
  top: 42px;
}

/* Fix MFP click target
------------------------ */
body button.mfp-arrow-left:before,
body button.mfp-arrow-right:before,
body .mfp-close:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 40;
  border: none !important;
  outline: 0;
  background: none !important;
  content: "";
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
}

/* Caption
------------------------ */
.mfp-title,
.mfp-counter {
  color: inherit;
}

/* TEXT
------------------------ */
.mfp-title {
  font-family: Lato, sans-serif;
}
.mfp-title a {
  color: inherit;
  outline: 0;
  text-decoration: underline;
}
.mfp-title a:hover {
  text-decoration: none;
}

/* Typography
-------------------------------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #606060;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 1.84615385; /* 24px */
  background: #fff;
  /* Uncomment this to get antialiased font
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2rem;
  clear: both;
  line-height: 1.3;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5, h6 {
  font-size: 16px;
}

p {
  margin: 0 0 2rem;
}

b,
strong {
  font-weight: 700;
}

figure {
  margin: 0 0 2rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0 0 2rem;
  padding-left: 1rem;
  margin-left: 1rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

iframe {
  display: block;
  width: 100%;
}

/* Convenient classes
--------------------- */
.uppercase {
  text-transform: uppercase;
}

.nouppercase {
  text-transform: none;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.noitalic {
  font-style: normal;
}

.thin {
  font-weight: 100;
}

.thin-200 {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 900;
}

.spacing-half {
  letter-spacing: 0.5px;
}

.spacing-1 {
  letter-spacing: 1px;
}

.spacing-2 {
  letter-spacing: 2px;
}

.spacing-3 {
  letter-spacing: 3px;
}

.spacing-4 {
  letter-spacing: 4px;
}

.spacing-6 {
  letter-spacing: 6px;
}

.spacing-8 {
  letter-spacing: 8px;
}

.caret-up, .yith-wcwl-wishlistexistsbrowse:before,
.yith-wcwl-wishlistaddedbrowse:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #c0c0c0 transparent;
  content: "";
}

.caret-down, .wi-nice-select:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: currentColor transparent transparent transparent;
  content: "";
}

/* Link
--------------------- */
a {
  text-decoration: none;
  color: #5EA7B1;
  outline: none;
}

a:focus {
  outline: thin dotted;
}

/* Blockquote
--------------------- */
blockquote {
  border-left: 3px solid #5EA7B1;
  font-family: Lato, sans-serif;
  font-style: italic;
  margin: 0 0 2rem;
  padding-left: 30px;
  color: #888;
  font-size: 1.6rem;
}

blockquote p {
  margin-bottom: 1rem;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote em {
  color: #5EA7B1;
  font-size: 12px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
  display: block;
  margin-top: 1rem;
}

blockquote cite:before,
blockquote em:before {
  content: "—";
  margin-right: 10px;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

/* Table
--------------------- */
table {
  width: 100%;
  margin: 0 0 2rem;
  border-collapse: collapse;
}

td,
th {
  text-align: left;
  padding: 1rem;
  border: 1px solid #eaeaea;
}

th {
  font-family: Lato, sans-serif;
}

/* Hr
--------------------- */
hr {
  border-top: 1px solid #eaeaea;
  border-bottom: none;
  margin-bottom: 2rem;
}

/* Image
--------------------- */
.alignleft {
  display: block;
  float: left;
  margin: 0 2rem 2rem 0;
}

.alignright {
  display: block;
  float: right;
  margin: 0 0 2rem 2rem;
}

.aligncenter {
  display: block;
  text-align: center;
  clear: both;
  float: none;
  margin: 0 auto 2rem;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-family: Lato, sans-serif;
  font-size: 12px;
  margin: 0;
}

/* Gallery
--------------------- */
.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery {
  margin: 0 -5px 2rem;
}

.gallery-item {
  float: left;
  display: block;
  padding: 5px;
  text-align: center;
  margin: 0;
}

.gallery-item:hover {
  opacity: 0.85;
}

.gallery-item a:focus {
  outline: none;
}

.gallery-caption {
  display: none;
}

.gallery-item img {
  display: block;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  clear: left;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: left;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: left;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: left;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: left;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: left;
}

/* Form
--------------------- */
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
textarea {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0 12px;
  line-height: 36px;
  font-size: 13px;
  border: 1px solid #eaeaea;
  background: #fff;
  color: #797979;
  outline: none;
  transition: all 0.15s;
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus,
textarea:focus {
  border-color: #d9d9d9;
}

textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 100px;
}

select {
  background: #fff;
  border: 0;
  outline: 1px solid #eaeaea;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  width: 100%;
  display: block;
  position: relative;
}

button, input[type=button], input[type=reset], input[type=submit] {
  display: block;
  padding: 6px 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  background: #5EA7B1;
  border: none;
  outline: none;
  border-radius: 0;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background: #3B8893;
}

/* Misc
--------------------- */
address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

mark {
  background: #ffd;
  padding: 0 5px;
}

/* General Classes
-------------------------------------------------------------------------------------- */
/* Container
--------------------- */
.container:before,
.container:after,
.clearfix:before,
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 1020px;
}

.clearfix {
  clear: both;
}

/* Message
--------------------- */
.wi-msg {
  background: #fafafa;
  border: 1px dashed #f0f0f0;
  padding: 1em;
  font-style: italic;
  margin: 0;
  color: #999;
}

/* Background Thumbnail
--------------------- */
.bg_thumb {
  position: relative;
}

.bg_thumb .height_element {
  padding-bottom: 80%;
}

.bg_thumb .bg_element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Column System
--------------------- */
.row {
  margin: 0 -30px;
}

.row:before,
.row:after {
  display: table;
  clear: both;
  content: "";
}

.col {
  display: block;
  float: left;
  position: relative;
  padding: 0 30px;
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.3333333%;
}

.col-2-3 {
  width: 66.6666666%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-5 {
  width: 20%;
}

.col-2-5 {
  width: 40%;
}

.col-3-5 {
  width: 60%;
}

.col-4-5 {
  width: 80%;
}

.col-1-6 {
  width: 16.6666666%;
}

.col-5-6 {
  width: 83.3333333%;
}

.col-1-7 {
  width: 14.2857143%;
}

.col-1-8 {
  width: 12.5%;
}

/* offset */
.offset-1-2 {
  margin-left: 50%;
}

.offset-1-3 {
  margin-left: 33.3333333%;
}

.offset-2-3 {
  margin-left: 66.6666666%;
}

.offset-1-4 {
  margin-left: 25%;
}

.offset-3-4 {
  margin-left: 75%;
}

.offset-1-5 {
  margin-left: 20%;
}

.offset-2-5 {
  margin-left: 40%;
}

.offset-3-5 {
  margin-left: 60%;
}

.offset-4-5 {
  margin-left: 80%;
}

.offset-1-6 {
  margin-left: 16.6666666%;
}

.offset-5-6 {
  margin-left: 83.3333333%;
}

/* Alignments
--------------------- */
.align-center {
  text-align: center;
}

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

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

/* Accessibility
--------------------- */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* Jarallax
 * @since 2.0
--------------------- */
.jarallax {
  background-color: transparent !important;
  position: relative;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.6s ease-out;
}
.jarallax[data-jarallax-video] {
  background-image: url(images/blank.gif);
}
.jarallax[data-jarallax-done=true] {
  background-color: transparent !important;
  opacity: 1;
  visibility: visible;
  background-image: none !important;
  background-position: -9999px;
}

/* Header
-------------------------------------------------------------------------------------- */
#wi-header {
  position: relative;
  z-index: 300;
}

/* Topbar
--------------------- */
#wi-topbar {
  background: #f5f5f5;
  border-bottom: 1px solid #f0f0f0;
  color: #888;
  height: 40px;
}

.topbar-left {
  float: left;
}

.topbar-right {
  float: right;
}

.topbar-right:after {
  clear: both;
  content: "";
  display: table;
}

.topbar-left > *,
.topbar-right > * {
  display: block;
  float: left;
  margin-left: 10px;
}

.topbar-left > *:first-child,
.topbar-right > *:first-child {
  margin-left: 0;
}

.topbar-text {
  margin: 0;
  line-height: 40px;
  color: inherit;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}

/* Topbar Menu
--------------------- */
#topbarnav .menu {
  display: block;
  font-family: Lato, sans-serif;
}

#topbarnav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topbarnav .menu > ul:after {
  display: table;
  content: "";
  clear: both;
}

#topbarnav .menu > ul > li {
  display: block;
  float: left;
  position: relative;
}

#topbarnav .menu > ul > li > a {
  display: block;
  text-decoration: none;
  color: inherit;
  line-height: 40px;
  padding: 0 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.1s ease;
  position: relative;
  outline: 0;
}

#topbarnav .menu > ul > li:hover > a {
  color: #606060;
}

#topbarnav .menu > ul > li.menu-item-has-children > a:after {
  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;
  content: "\f107";
  margin-left: 6px;
  color: #bbb;
}

#topbarnav .menu > ul > li.current-menu-item > a,
#topbarnav .menu > ul > li.current-menu-ancestor > a {
  color: #a5a5a5;
}

/* dropdown */
#topbarnav .menu ul ul {
  position: absolute;
  top: 90%;
  left: 0;
  background: white;
  border: 2px solid #eaeaea;
  width: 140px;
  padding: 10px 14px;
  display: none;
}

#topbarnav .menu ul ul:before {
  position: absolute;
  top: -6px;
  left: 20px;
  margin-left: -6px;
  border: 6px solid #eaeaea;
  border-color: #eaeaea transparent;
  border-top: none;
  content: "";
  z-index: 98;
}

#topbarnav .menu ul > li:hover ul {
  display: block;
}

#topbarnav .menu ul ul a {
  display: block;
  padding: 2px 0;
  color: #888;
  line-height: 1.5;
  font-size: 12px;
}

#topbarnav .menu ul ul li.current-menu-item a,
#topbarnav .menu ul ul li.current-menu-ancestor a,
#topbarnav .menu ul ul li:hover > a {
  color: #606060;
}

/* Social List
--------------------- */
#wi-topbar .social-list ul,
#offcanvas .social-list ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wi-topbar .social-list ul::after,
#offcanvas .social-list ul::after {
  clear: both;
  content: "";
  display: table;
}
#wi-topbar .social-list ul li,
#offcanvas .social-list ul li {
  display: block;
  float: left;
}
#wi-topbar .social-list ul a,
#offcanvas .social-list ul a {
  display: block;
  height: 40px;
  width: 26px;
  line-height: 40px;
  color: #a5a5a5;
  font-size: 16px;
  text-align: center;
  transition: all 0.1s ease;
}
#wi-topbar .social-list ul a:hover,
#offcanvas .social-list ul a:hover {
  color: #606060;
}
#wi-topbar .social-list ul a i,
#offcanvas .social-list ul a i {
  display: block;
  line-height: inherit;
}

/* Search
--------------------- */
#wi-topbar .searchform .search-field {
  height: 30px;
  padding: 3px 12px 3px 30px;
  width: 180px;
  border: 1px solid #eaeaea;
  background: white;
}

#wi-topbar .searchform .submit {
  width: 30px;
  height: 30px;
}

#wi-topbar .searchform .submit i {
  line-height: 30px;
}

/* Logo
--------------------- */
#logo-area {
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#wi-logo {
  text-align: center;
}

#wi-logo h1,
#wi-logo h2 {
  margin: 0;
}

#wi-logo a {
  display: inline-block;
  text-decoration: none;
  border: none;
  outline: none;
  color: inherit;
}

#wi-logo img {
  display: block;
  width: 440px;
}

#wi-tagline {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 1rem;
}

/* Transparent Header
-------------------------------------------------------------------------------------- */
.body-header-transparent #wi-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  color: white;
}
.body-header-transparent.admin-bar #wi-header {
  top: 32px;
}
.body-header-transparent #wi-mainnav:not(.before-sticky),
.body-header-transparent #wi-mainnav:not(.before-sticky) .container {
  border-color: rgba(255, 255, 255, 0.3);
}
.body-header-transparent #wi-mainnav:not(.before-sticky) .menu > ul > li > a,
.body-header-transparent #wi-mainnav:not(.before-sticky) .menu > ul > li > a:hover,
.body-header-transparent #wi-mainnav:not(.before-sticky) .menu > ul > li.current-menu-item > a,
.body-header-transparent #wi-mainnav:not(.before-sticky) .menu > ul > li.current-menu-ancestor > a {
  color: white;
}
.body-header-transparent #wi-mainnav:not(.before-sticky) .menu > ul > li.menu-item-has-children > a:after {
  color: rgba(255, 255, 255, 0.3);
}
.body-header-transparent .header-text {
  color: inherit;
}
.body-header-transparent .header-cart a,
.body-header-transparent .header-cart a:hover {
  color: inherit;
}
.body-header-transparent #hamburger span {
  background: rgba(255, 255, 255, 0.7);
}

/* responsive */
@media only screen and (max-width: 940px) {
  .body-header-transparent #logo-area {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
}
/* Off Canvas Menu
-------------------------------------------------------------------------------------- */
#hamburger {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: none;
  cursor: pointer;
  border: 0;
  outline: 0;
  width: 32px;
  padding: 5px 0;
  background: none;
  border-radius: 0;
}
#hamburger span {
  height: 4px;
  background: #aaa;
  width: 100%;
  display: block;
}
#hamburger span + span {
  margin-top: 6px;
}

#logo-area .header-cart {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

#offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 280px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  padding: 2.4rem;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(-280px, 0, 0);
  /* Elements
  --------------- */
}
#offcanvas #mobile-topbarnav,
#offcanvas .social-list,
#offcanvas .searchform,
#offcanvas .header-text {
  margin-top: 1.5rem;
}
#offcanvas .social-list ul a {
  width: 29px;
  outline: 0;
  font-size: 18px;
}
#offcanvas .header-cart {
  position: static;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  transform: none;
}
#offcanvas .topbar-text {
  background: rgba(0, 0, 0, 0.05);
  letter-spacing: 0;
  padding: 10px;
  line-height: inherit;
  margin: 0;
}

.admin-bar #offcanvas {
  top: 32px;
  height: calc(100% - 32px);
}

#offcanvas-overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 4000;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.offcanvas-open {
  overflow: hidden;
}
.offcanvas-open #offcanvas {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.offcanvas-open #offcanvas-overlay {
  visibility: visible;
  opacity: 0.4;
}

/* Mobile Menu
--------------------- */
#mobilenav,
#mobile-topbarnav {
  font-family: Lato, sans-serif;
}
#mobilenav .menu > ul,
#mobile-topbarnav .menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobilenav .menu > ul li,
#mobile-topbarnav .menu > ul li {
  display: block;
  position: relative;
}
#mobilenav .menu > ul li > .indicator,
#mobile-topbarnav .menu > ul li > .indicator {
  display: none;
  position: absolute;
  top: 1.3rem;
  right: 0;
  font-size: 1.2em;
}
#mobilenav .menu > ul li > .indicator:before,
#mobile-topbarnav .menu > ul li > .indicator:before {
  content: "\f107";
}
#mobilenav .menu > ul li.menu-item-has-children,
#mobile-topbarnav .menu > ul li.menu-item-has-children {
  cursor: pointer;
}
#mobilenav .menu > ul li.menu-item-has-children > a,
#mobile-topbarnav .menu > ul li.menu-item-has-children > a {
  margin-right: 3rem;
}
#mobilenav .menu > ul li.menu-item-has-children > .indicator,
#mobile-topbarnav .menu > ul li.menu-item-has-children > .indicator {
  display: block;
}
#mobilenav .menu > ul > li,
#mobile-topbarnav .menu > ul > li {
  display: block;
  position: relative;
  padding: 0.8rem 0;
}
#mobilenav .menu > ul > li + li,
#mobile-topbarnav .menu > ul > li + li {
  border-top: 1px solid #eaeaea;
}
#mobilenav .menu > ul > li > a,
#mobile-topbarnav .menu > ul > li > a {
  text-transform: uppercase;
  color: inherit;
}
#mobilenav .menu > ul ul,
#mobile-topbarnav .menu > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  padding: 1rem 0 1rem 1rem;
}
#mobilenav .menu > ul ul > li,
#mobile-topbarnav .menu > ul ul > li {
  padding: 0.2rem;
}
#mobilenav .menu > ul ul > li > .indicator,
#mobile-topbarnav .menu > ul ul > li > .indicator {
  top: 0.7rem;
}
#mobilenav .menu > ul ul a,
#mobile-topbarnav .menu > ul ul a {
  color: inherit;
  font-size: 1.1em;
}

#mobile-topbarnav .menu > ul > li > a {
  text-transform: none;
}

/* Menu
-------------------------------------------------------------------------------------- */
/* First level
--------------------- */
#wi-mainnav .container {
  padding: 4px 0;
  border: 0 solid #eaeaea;
  position: relative;
}

#wi-mainnav {
  font-family: Lato, sans-serif;
  text-align: center;
  border: 0 solid #eaeaea;
}
#wi-mainnav.mainnav-border-fullwidth, #wi-mainnav.mainnav-border-container .container {
  border-width: 1px 0;
}

#wi-mainnav .menu {
  height: 48px;
}

#wi-mainnav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#wi-mainnav a {
  outline: 0;
}

#wi-mainnav .menu > ul {
  display: inline-block;
}

#wi-mainnav .menu li {
  display: block;
  position: relative;
}

#wi-mainnav .menu > ul > li {
  float: left;
}

#wi-mainnav .menu > ul > li > a {
  position: relative;
  display: block;
  line-height: 48px;
  padding: 0 16px;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
  transition: all 0.1s ease;
}

#wi-mainnav .menu > ul > li > a:hover {
  color: #5EA7B1;
}

#wi-mainnav .menu > ul > li.current-menu-item > a,
#wi-mainnav .menu > ul > li.current-menu-ancestor > a {
  color: #a5a5a5;
}

#wi-mainnav .menu > ul > li.menu-item-has-children > a:after {
  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;
  content: "\f107";
  margin-left: 2px;
  color: inherit;
  opacity: 0.4;
}

/* Second level
--------------------- */
#wi-mainnav .menu > ul ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.98);
  border: 2px solid #eaeaea;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.07);
  width: 200px;
  padding: 24px;
  text-align: left;
  display: none;
}

#wi-mainnav .menu > ul > li > ul:before {
  position: absolute;
  top: -8px;
  left: 40px;
  margin-left: -6px;
  border: 6px solid #eaeaea;
  border-color: #eaeaea transparent;
  border-top: none;
  content: "";
  z-index: 98;
}

#wi-mainnav .menu > ul ul li > a {
  display: block;
  line-height: 1.5;
  padding: 4px 0;
  color: #555;
  transition: all 0.1s ease;
  font-size: 13px;
}
#wi-mainnav .menu > ul ul li > a:hover {
  color: #5EA7B1;
}

#wi-mainnav .menu > ul ul > li.current-menu-item > a,
#wi-mainnav .menu > ul ul > li.current-menu-ancestor > a {
  color: #bababa;
}

/* Third level
--------------------- */
#wi-mainnav .menu > ul > li:not(.mega) > ul > li > ul {
  top: 0;
  left: 100%;
  transform: none;
}

/* Mega Menu
--------------------- */
#wi-mainnav .menu > ul > li.mega .image-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#wi-mainnav .menu > ul > li.mega .image-item a {
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
#wi-mainnav .menu > ul > li.mega .image-item img {
  display: none;
}

#wi-mainnav .menu > ul > li.mega > ul {
  width: 180px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 12px;
  table-layout: fixed;
}
#wi-mainnav .menu > ul > li.mega > ul:before {
  left: 50%;
}
#wi-mainnav .menu > ul > li.mega > ul ul {
  width: auto;
  position: static !important;
  border: 0 !important;
  padding: 0 !important;
  display: block !important;
  transform: none;
}

#wi-mainnav .menu > ul > li.mega > ul > li {
  width: 100%;
  display: table-cell;
  padding: 12px 22px;
}

#wi-mainnav .menu > ul > li.mega.column-2 > ul {
  width: 400px;
}

#wi-mainnav .menu > ul > li.mega.column-2 > ul > li {
  width: 50%;
}

#wi-mainnav .menu > ul > li.mega.column-3 > ul {
  width: 600px;
}

#wi-mainnav .menu > ul > li.mega.column-3 > ul > li {
  width: 33.33%;
}

#wi-mainnav .menu > ul > li.mega.column-4 > ul {
  width: 800px;
}

#wi-mainnav .menu > ul > li.mega.column-4 > ul > li {
  width: 25%;
}

#wi-mainnav .menu > ul > li.mega > ul > li > a {
  color: #606060;
  font-weight: 600;
  text-transform: uppercase;
}

#wi-mainnav .menu > ul > li.mega > ul > li > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#wi-mainnav .menu > ul > li.mega > ul > li > ul > li {
  display: block;
  float: right;
  width: 100%;
}

/* Sticky Header
--------------------- */
#wi-mainnav {
  display: block;
  text-align: center;
  position: static;
  top: -200px;
  transition: top 0.6s;
}

#mainnav-height {
  height: 56px;
  display: none;
}

#wi-mainnav.before-sticky {
  position: fixed;
  left: 0;
  width: 100%;
  height: 56px;
  background: #fff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07);
  border: 0;
  z-index: 3000;
  overflow: hidden; /* when user hovers the menu doesn't behave weird */
}

/* no box shadow for custom background, since 2.4 */
#wi-mainnav.before-sticky.custom-background {
  box-shadow: none;
}

#wi-mainnav.before-sticky + #mainnav-height {
  display: block;
}

#wi-mainnav.is-sticky {
  top: 0;
  overflow: visible;
}

.admin-bar #wi-mainnav.is-sticky {
  top: 32px;
}

#wi-mainnav.before-sticky .container {
  border: none;
}

/* Mobile Menu
-------------------------------------------------------------------------------------- */
#mobilemenu {
  display: none;
}

.slicknav_menu {
  font-family: Lato, sans-serif;
  background: none;
  font-size: 14px;
  border-radius: 0;
  float: none;
  display: block;
  margin: 0 auto;
}

/* Button
--------------------- */
.slicknav_btn {
  text-shadow: none;
  text-align: center;
  background: none;
  color: #333;
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: inherit;
}

.slicknav_menu .slicknav_menutxt {
  text-shadow: none;
  color: #666;
  font-weight: normal;
  line-height: 16px;
  vertical-align: middle;
  display: inline-block;
  float: none;
}

.slicknav_menu .slicknav_icon {
  height: 16px;
  margin-top: 1px;
  margin-left: 10px;
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.slicknav_menu .slicknav_icon-bar,
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  border-radius: 0;
  height: 2px;
  background: #666;
  box-shadow: none;
  margin-top: 3px;
}

.slicknav_menu .slicknav_icon-bar:first-child {
  margin-top: 0;
}

/* Menu
--------------------- */
.slicknav_nav {
  color: #333;
}

.slicknav_nav a {
  color: #333;
  border-top: 1px solid #eaeaea;
}

.slicknav_nav a > a {
  border: none;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
  border-radius: 0;
  background: none;
  color: #aaa;
}

/* Header Layout 2
 * @since 2.0
-------------------------------------------------------------------------------------- */
.header-2 #logo-area .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.header-2 #logo-area .social-list {
  display: block;
  text-align: right;
}
.header-2 #logo-area .social-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.header-2 #logo-area .social-list ul::after {
  clear: both;
  content: "";
  display: table;
}
.header-2 #logo-area .social-list li {
  display: block;
  float: left;
}
.header-2 #logo-area .social-list li + li {
  margin-left: 4px;
}
.header-2 #logo-area .social-list a {
  text-align: center;
  display: block;
  color: #fff;
  background: #ddd;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  font-size: 14px;
  transition: all 0.1s ease-out;
}
.header-2 #logo-area .social-list a:hover {
  background: #ccc;
}
.header-2 #logo-area .social-list a i {
  display: block;
  line-height: inherit;
}
.header-2 #wi-logo {
  text-align: left;
}
.header-2 #wi-mainnav .menu > ul {
  display: block;
  margin-left: -20px;
}
.header-2 #wi-mainnav .menu > ul > li.mega > ul {
  left: 0;
  transform: none;
}
.header-2 #wi-mainnav .menu > ul > li.mega > ul:before {
  left: 40px;
}

.header-right {
  margin-left: auto;
  text-align: right;
  max-width: 400px;
}
.header-right > * + * {
  margin-top: 10px;
}

.header-text {
  color: #777;
}
.header-text p {
  margin: 0;
}

/* Footer
-------------------------------------------------------------------------------------- */
/* Scroll up button
 * @since 2.3
--------------------- */
#scrollup {
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 999;
  color: #888;
  border: 1px solid #eaeaea;
  background: white;
  width: 28px;
  height: 28px;
  line-height: 26px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  outline: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
}
#scrollup span {
  display: block;
}
#scrollup i {
  display: block;
  line-height: inherit;
}
#scrollup.shown {
  opacity: 1;
  visibility: visible;
}
#scrollup:hover {
  border-color: #5EA7B1;
  background: #5EA7B1;
  color: white;
}

/* Layout
--------------------- */
#footer-widgets,
#footer-bottom {
  overflow: hidden;
  padding: 3em 0;
  border-top: 1px solid #eaeaea;
}

.footer-col {
  display: block;
  float: left;
  padding: 0 30px;
}

.footer-widgets-container {
  margin: 0 -30px;
  display: block;
}
.footer-widgets-container::after {
  clear: both;
  content: "";
  display: table;
}
.footer-widgets-container.column-1 .footer-col {
  width: 100%;
}
.footer-widgets-container.column-2 .footer-col {
  width: 50%;
}
.footer-widgets-container.column-3 .footer-col {
  width: 33.33%;
}

/* Logo
--------------------- */
#footer-logo {
  margin: 0;
  overflow: hidden;
}
#footer-logo + #wi-copyright {
  margin-top: 10px;
}

#footer-logo a {
  outline: 0;
  text-decoration: none;
  display: inline-block;
}

#footer-logo img {
  display: block;
  width: 380px;
}

/* Copyright
--------------------- */
#wi-copyright {
  font-family: Lato, sans-serif;
  margin: 0;
  font-size: 13px;
}

#wi-copyright a {
  outline: 0;
  border-bottom: 1px dotted;
}

#wi-copyright a:hover {
  border-bottom: 1px solid;
}

/* Social
--------------------- */
#footer-bottom .social-list {
  clear: both;
  overflow: hidden;
}

#footer-bottom .social-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#footer-bottom .social-list ul li {
  display: block;
  float: left;
}
#footer-bottom .social-list ul li + li {
  margin-left: 8px;
}

#footer-bottom .social-list ul li a {
  display: block;
  position: relative;
  border-radius: 50%;
  text-align: left;
  font-size: 14px;
  background: white;
  color: #888;
  border: 1px solid #eaeaea;
  width: 32px;
  height: 32px;
  text-align: center;
  outline: 0;
  transition: all 0.2s ease;
}

#footer-bottom .social-list ul li a:hover {
  background: #5EA7B1;
  border-color: #5EA7B1;
  color: white;
}

#footer-bottom .social-list ul li a i {
  display: block;
  line-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Footer bottom two sides
--------------------- */
.footer-center {
  text-align: center;
}
.footer-center .social-list {
  margin-top: 3em;
}

.footer-sides .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.footer-sides .footer-right {
  margin-left: auto;
  text-align: right;
}

#footer-bottom.footer-sides .footer-right .social-list ul {
  display: block;
}

/* Footer Dark Theme
--------------------- */
.footer-dark {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.footer-dark #footer-widgets,
.footer-dark #footer-bottom {
  border: 0;
}
.footer-dark #footer-widgets {
  background: #333;
}
.footer-dark #footer-bottom {
  background: #111;
}
.footer-dark .widget-title {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-dark select {
  outline: 0;
}
.footer-dark input[type=color], .footer-dark input[type=date], .footer-dark input[type=datetime], .footer-dark input[type=datetime-local], .footer-dark input[type=email], .footer-dark input[type=month], .footer-dark input[type=number], .footer-dark input[type=password], .footer-dark input[type=search], .footer-dark input[type=tel], .footer-dark input[type=text], .footer-dark input[type=time], .footer-dark input[type=url], .footer-dark input[type=week], .footer-dark input:not([type]), .footer-dark textarea {
  background: white;
  border: 0;
}
.footer-dark .widget_archive ul li,
.footer-dark .widget_categories ul li,
.footer-dark .widget_nav_menu ul li,
.footer-dark .widget_meta ul li,
.footer-dark .widget_pages ul li,
.footer-dark .widget_recent_comments ul li,
.footer-dark .widget_recent_entries ul li {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-dark #wp-calendar th, .footer-dark #wp-calendar td {
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
.footer-dark .tagcloud a {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
}
.footer-dark .tagcloud a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer-dark .post-widget .post-widget-meta {
  color: rgba(255, 255, 255, 0.5);
}

/* Layout
-------------------------------------------------------------------------------------- */
/* Boxed Layout
--------------------- */
body.layout-boxed {
  background: #f0f0f0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.layout-boxed #wi-wrapper {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 1140px;
  max-width: 100%;
  overflow: hidden;
}

/* Page Layout
--------------------- */
#page-wrapper {
  padding: 4em 0;
}

/* smaller padding top for front page */
.home #page-wrapper {
  padding-top: 2em;
}

#primary {
  display: block;
  float: left;
  width: 73%;
  padding-right: 40px;
  min-height: 1px;
}

#secondary {
  display: block;
  float: left;
  width: 27%;
  min-height: 1px;
}

.sidebar-left #primary {
  float: right;
  padding-right: 0;
  padding-left: 40px;
}

.sidebar-left #secondary {
  float: left;
}

.nosidebar #primary {
  display: block;
  width: 100%;
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* Page header
--------------------- */
.page-header {
  padding: 2rem 0;
  border: 1px solid #eaeaea;
  background: #fafafa;
  margin-bottom: 4rem;
  text-align: center;
}

.page-header h1 {
  margin: 0;
  font-size: 1.1em;
  color: #888;
}

/* Title Bar
 * @since 2.3
--------------------- */
#titlebar {
  text-align: center;
}
#titlebar .container {
  padding: 2rem 0;
}
#titlebar h1 {
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.body-mainnav-border-fullwidth #titlebar,
.body-mainnav-border-container #titlebar .container {
  border-bottom: 1px solid #eaeaea;
}

/* Page title
--------------------- */
.entry-title,
.page-title {
  text-align: center;
  position: relative;
  margin-bottom: 3.5rem;
  padding-bottom: 2rem;
}

.entry-title:after,
.page-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  transform: translate(-50%, 0);
  border: 3px solid #5EA7B1;
  border-width: 3px 0 0;
}

/* Content
--------------------- */
.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content p a:not(.more-link) {
  border-bottom: 1px dotted;
  text-decoration: none;
}

.entry-content p a:not(.more-link):hover {
  border-bottom: 1px solid;
}

/* Side Navigation
--------------------- */
#sidenav {
  padding-bottom: 4rem;
  position: relative;
  border: 1px solid #eaeaea;
  border-width: 0 0 0 1px;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05) inset;
}
#sidenav ul {
  position: relative;
  z-index: 20;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidenav ul ul {
  margin-left: 0px;
  border-top: 1px solid #eaeaea;
  margin-top: 0.8rem;
}
#sidenav ul ul li {
  padding: 0.5rem 0;
  padding-left: 2rem;
}
#sidenav ul ul a {
  font-size: 12px;
  text-transform: none;
}
#sidenav li {
  display: block;
  padding: 0.8rem 0;
  padding-left: 2rem;
}
#sidenav li + li {
  border-top: 1px solid #eaeaea;
}
#sidenav a {
  color: #777;
  text-transform: uppercase;
  font-size: 13px;
}
#sidenav a:hover {
  color: #606060;
}
#sidenav li.current-menu-item > a,
#sidenav li.current-menu-ancestor > a {
  color: #5EA7B1;
}

.sidebar-left #sidenav {
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.05) inset;
  border-width: 0 1px 0 0;
}

/* 404
--------------------- */
.error-404 {
  padding: 40px 0;
}
.error-404 .searchform form {
  margin: 0 auto;
}

/* Flexslider
-------------------------------------------------------------------------------------- */
.wi-flexslider {
  margin: 0 0 3rem;
}

/* Flexslider
--------------------- */
.flexslider,
.flexslider .slides {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  background: none;
}

.flexslider {
  margin-bottom: 3rem;
}
.flexslider:last-child {
  margin-bottom: 0;
}

.flexslider .slides > li {
  position: relative;
  overflow: hidden;
}

/* Pagination
--------------------- */
.flex-control-nav {
  bottom: 10px;
  z-index: 20;
}

.flex-control-nav li {
  margin: 0 3px;
}

.flex-control-paging li a {
  outline: none;
  width: 12px;
  height: 12px;
  box-shadow: none;
  border: none;
  background: rgba(0, 0, 0, 0.4);
}

.flex-control-paging li a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.6);
}

/* Navigation
--------------------- */
.flex-direction-nav .flex-prev {
  left: 0 !important;
}

.flex-direction-nav .flex-next {
  right: 0 !important;
  text-align: center;
}

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-shadow: none;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-size: 30px;
  transition: opacity 0.3s ease, background 0.1s ease;
}

.flex-direction-nav a i {
  line-height: 80px;
}

.flex-direction-nav a:before {
  display: none !important;
}

.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}

.flex-direction-nav a:hover {
  background: rgba(0, 0, 0, 0.55);
}

/* Blog
-------------------------------------------------------------------------------------- */
.wi-article {
  padding-top: 5rem;
  margin-top: 5rem;
  border-top: 1px solid #eaeaea;
}

.wi-article:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.sticky,
.sticky:first-of-type {
  background: #f9f9f9;
  padding: 3rem;
}

/* Thumbnail
--------------------- */
.post-thumbnail {
  margin-bottom: 3rem;
}

.post-thumbnail a {
  display: block;
  outline: none;
}

.post-thumbnail img {
  display: block;
  width: 100%;
}

/* Meta
--------------------- */
.entry-meta {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 0 2rem;
}

.entry-meta > * {
  display: inline-block;
}

.entry-meta > *:after {
  content: "|";
  margin: 0 10px;
}

.entry-meta > *:last-child:after {
  display: none;
}

.updated:not(.published) {
  display: none;
}

.entry-meta a {
  color: inherit;
}

.entry-meta a:hover {
  color: #5EA7B1;
}

.entry-meta > *:before {
  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;
  margin-right: 5px;
}

.posted-on:before {
  content: "\f017"; /* clock */
}

.byline:before {
  content: "\f044"; /* edit */
}

.cat-links:before {
  content: "\f114"; /* folder-o */
}

.tags-links:before {
  content: "\f097"; /* bookmark */
}

.comments-link:before {
  content: "\f24a"; /* sticky-note-o */
}

/* Header
--------------------- */
.entry-title a {
  color: inherit;
  transition: all 0.1s ease;
}

.entry-title a:hover {
  color: #5EA7B1;
}

/* More link
--------------------- */
.more-link {
  display: table;
  margin: 0 auto;
  background: #5EA7B1;
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  padding: 5px 20px;
}

.more-link:hover {
  opacity: 0.8;
}

.more-link:after {
  content: "—";
  margin-left: 6px;
}

/* excerpt more */
.readmore {
  border: 0 !important;
  white-space: nowrap;
}

/* Pagination
--------------------- */
.navigation {
  border-top: 1px solid #eaeaea;
  padding: 2rem 0 0;
  margin-top: 3rem;
  text-align: right;
}
.navigation .post-title {
  font-family: Lato, sans-serif;
}

.nav-links {
  display: block;
  overflow: hidden;
}

.nav-links br {
  display: none;
}

.nav-links > * {
  display: inline-block;
  margin-left: 10px;
}

.nav-links > *:first-child {
  margin-left: 0;
}

.nav-links a {
  outline: 0;
  display: inline-block;
}
.nav-links a:hover {
  color: #666;
}

.meta-nav {
  display: block;
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
}

/* Blog Grid
-------------------------------------------------------------------------------------- */
.post-grid {
  display: block;
  float: left;
  padding: 30px 8px 0;
}

.blog-grid {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  flex-flow: row wrap;
  margin: -30px -8px 0;
}
.blog-grid.column-2 .post-grid {
  width: 50%;
}
.blog-grid.column-3 .post-grid {
  width: 33.33%;
}
.blog-grid.column-4 .post-grid {
  width: 25%;
}
.blog-grid.column-4 .grid-title {
  font-size: 1.4em;
  margin-bottom: 0.5rem;
}
.blog-grid.column-4 .entry-meta {
  font-size: 0.8em;
}
.blog-grid.column-4 .entry-meta > *:after {
  margin: 0 5px;
}
.blog-grid.column-4 .grid-content {
  font-size: 0.95em;
  color: #888;
}
.blog-grid.spacing-wide {
  margin: -48px -24px 0;
}
.blog-grid.spacing-wide .post-grid {
  padding: 48px 24px 0;
}

.post-grid-thumbnail {
  display: block;
  margin: 0 0 2rem;
}
.post-grid-thumbnail a {
  display: block;
  color: inherit;
  outline: 0;
}
.post-grid-thumbnail img {
  display: block;
  width: 100%;
}

.grid-title {
  font-size: 1.4em;
  margin: 0 0 0.5rem;
}
.grid-title a {
  color: inherit;
}
.grid-title a:hover {
  color: #5EA7B1;
}

.grid-content > *:last-child {
  margin-bottom: 0;
}

.entry-meta.grid-meta {
  text-transform: none;
  color: #aaa;
  text-align: inherit;
  margin-bottom: 1.2rem;
}
.entry-meta.grid-meta > *:before {
  display: none;
}
.entry-meta.grid-meta > *:after {
  color: #ccc;
}

/* Blog List
-------------------------------------------------------------------------------------- */
.post-list::after {
  clear: both;
  content: "";
  display: table;
}

.post-list + .post-list {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #eaeaea;
}

.post-list-thumbnail {
  display: block;
  float: left;
  width: 240px;
  margin: 0 2rem 0 0;
}
.post-list-thumbnail a {
  display: block;
  color: inherit;
  outline: 0;
}
.post-list-thumbnail img {
  display: block;
  width: 100%;
}

.list-section {
  overflow: hidden;
}
.list-section .grid-meta {
  text-align: left;
}

.list-title {
  font-size: 1.5em;
  margin: 0 0 1rem;
}
.list-title a {
  color: inherit;
}
.list-title a:hover {
  color: #5EA7B1;
}

.list-content > *:last-child {
  margin-bottom: 0;
}

.post-search .post-list-thumbnail {
  width: 100px;
}
.post-search .list-title {
  font-size: 1.2em;
  margin-bottom: 0;
}
.post-search .entry-meta {
  margin-bottom: 1rem;
  font-size: 0.85em;
}

/* Single Post
-------------------------------------------------------------------------------------- */
/* Authorbox
--------------------- */
.author-heading {
  display: none;
}

.author-info {
  background: #f5f5f5;
  padding: 1rem;
  margin: 3rem 0;
}

.author-info a {
  color: inherit;
}

.author-inner {
  padding: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.author-avatar {
  display: block;
  float: left;
  margin-right: 3rem;
  padding: 5px;
  background: #fff;
  width: 72px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.author-avatar img {
  display: block;
  width: 100%;
}

.author-bio {
  margin-bottom: 0;
}

.author-description {
  overflow: hidden;
}

.author-title {
  margin-bottom: 1rem;
}

.author-social-list {
  display: block;
  margin: 1rem 0 0;
}
.author-social-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.author-social-list li {
  display: inline-block;
  margin: 0 5px;
}
.author-social-list a {
  color: inherit;
  font-size: 14px;
}
.author-social-list a:hover {
  color: #aaa;
}

/* Single Tags
--------------------- */
.entry-tags {
  margin-top: 2rem;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tag-label {
  font-weight: bold;
}

/* Navigation
--------------------- */
.single .nav-links .nav-previous {
  float: left;
  text-align: left;
}

.single .nav-links a {
  display: block;
}

/* Attachment
--------------------- */
.entry-attachment {
  text-align: center;
}

/* Comment
-------------------------------------------------------------------------------------- */
#comments {
  margin-top: 6rem;
}

.comments-title {
  font-size: 1.4em;
}

/* Comments
--------------------- */
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 6rem;
}

.comment-list > li.comment {
  display: block;
}

.comment-list ol.children {
  list-style: none;
  margin-left: 3rem;
  padding: 0;
}

article.comment-body {
  display: block;
  border-top: 1px solid #eaeaea;
  padding-top: 3rem;
  margin-top: 3rem;
}

.comment-author img {
  display: block;
  float: left;
  width: 54px;
  margin-right: 20px;
}

.comment-metadata,
.comment-content,
.reply {
  padding-left: 74px;
}

article.comment-body .fn {
  font-size: 1.1em;
}

article.comment-body .fn,
.reply {
  font-family: Lato, sans-serif;
  font-weight: normal;
}

article.comment-body .fn a,
.reply a {
  color: inherit;
}

article.comment-body .fn a:hover,
.reply a:hover {
  color: #606060;
}

.reply {
  color: #888;
}

.comment-metadata {
  text-transform: uppercase;
  font-size: 10px;
  color: #888;
}

.comment-metadata a {
  color: inherit;
}
.comment-metadata a:hover {
  color: #606060;
}

.comment-metadata > * {
  display: inline-block;
}

.comment-metadata > *:before {
  content: "·";
  margin: 0 6px;
}

.comment-metadata > *:first-child:before {
  display: none;
}

.comment-content {
  margin-top: 1rem;
}

.comment-content > *:last-child {
  margin-bottom: 0;
}

/* Respond
--------------------- */
#reply-title {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-notes,
.logged-in-as {
  border: 1px dashed #aaa;
  padding: 1rem;
  text-align: center;
  font-family: Lato, sans-serif;
  display: none;
}

#respond p label {
  font-family: Lato, sans-serif;
}

.comment-form-author {
  float: left;
  width: 32%;
}

.comment-form-email,
.comment-form-url {
  float: left;
  width: 32%;
  margin-left: 2%;
}

.comment-form-url + p {
  clear: both;
}

#respond input[type=submit] {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  background: #aaa;
}

#respond input[type=submit]:hover {
  background: #5EA7B1;
}

/* Widgets
-------------------------------------------------------------------------------------- */
/* General
--------------------- */
.widget {
  margin-top: 3rem;
}

.widget:first-child {
  margin-top: 0;
}

.widget-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 1.5rem;
  padding-top: 3rem;
  border-top: 1px solid #eaeaea;
}

.widget:first-child .widget-title {
  padding-top: 0;
  border-top: none;
}

.widget > *:last-child,
.textwidget > *:last-child {
  margin-bottom: 0;
}

/* Text Widget
--------------------- */
.textwidget p:not(:last-child) {
  margin-bottom: 1.2rem;
}

.textwidget > *:last-child {
  margin-bottom: 0;
}

/* Widget Image
--------------------- */
.image-figure {
  margin: 0;
  position: relative;
}
.image-figure a {
  color: inherit;
  outline: 0;
}
.image-figure img {
  display: block;
  margin: 0 auto;
}

.image-desc {
  margin: 1em 0 0;
}
.image-desc > *:last-child {
  margin-bottom: 0;
}

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

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

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

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

/* Searchform
--------------------- */
.searchform form {
  display: block;
  margin: 0;
  position: relative;
  margin-top: 5px;
  max-width: 320px;
}

.searchform form .search-field {
  padding-left: 36px;
  font-size: 13px;
  letter-spacing: 0.5px;
  width: 100%;
  max-width: 100%;
}
.widget .searchform form .search-field {
  width: 100%;
}

.searchform .submit {
  border: none;
  outline: none;
  background: none;
  color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  cursor: default;
  opacity: 1;
}

.searchform .submit i {
  line-height: 36px;
}

/* Archives, Categories, Menu...
--------------------- */
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_product_categories ul li {
  border: 1px solid #eaeaea;
  border-width: 1px 0 0;
  padding: 10px 0;
  font-family: Lato, sans-serif;
}

.widget_recent_entries ul li {
  border: 1px solid #eaeaea;
  border-width: 1px 0 0;
  padding: 10px 0;
}

.widget_recent_entries ul li a {
  display: block;
  font-family: Lato, sans-serif;
  line-height: 1.6;
}

.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_meta ul li:first-child,
.widget_pages ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_product_categories ul li:first-child {
  padding-top: 0;
  border-top: none;
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_product_categories ul li:last-child {
  padding-bottom: 0;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_product_categories ul li a {
  color: inherit;
  transition: all 0.1s ease;
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_product_categories ul li a:hover {
  color: #5EA7B1;
}

/* deeper menu */
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul {
  margin-left: 2rem;
  margin-top: 10px;
}

/* recent entries */
.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

/* Tagcloud
--------------------- */
.tagcloud::after {
  clear: both;
  content: "";
  display: table;
}

.tagcloud a {
  display: block;
  float: left;
  cursor: pointer;
  margin: 0 5px 10px 0;
  padding: 3px 8px;
  font-size: 10px !important;
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  background: #f5f5f5;
  transition: all 0.1s ease;
}

.tagcloud a:hover {
  background: #5EA7B1;
  color: #fff;
}

/* Calendar
--------------------- */
#wp-calendar caption {
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 1rem;
}

#wp-calendar th,
#wp-calendar td {
  padding: 0.5rem;
  text-align: center;
}

/* Instagram
--------------------- */
.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -5px;
  overflow: hidden;
}

.instagram-pics li {
  display: block;
  width: 33.33%;
  float: left;
  text-decoration: none;
  padding: 5px;
}

.instagram-pics li:nth-child(3n+1) {
  clear: left;
}

.instagram-pics li a {
  display: block;
  text-decoration: none;
  outline: none;
}

.instagram-pics li a:hover {
  opacity: 0.8;
}

.instagram-pics li a img {
  display: block;
  width: 100%;
}

.null-instagram-feed .clear,
.instagram-button {
  text-align: center;
  margin-top: 2rem;
  clear: both;
}

.null-instagram-feed .clear a,
.follow-us {
  font-family: Lato, sans-serif;
  border-bottom: 1px dotted;
}

.null-instagram-feed .clear a:hover,
.follow-us:hover {
  border-bottom: 1px solid;
}

.wi-instagram-widget::after {
  clear: both;
  content: "";
  display: table;
}
.wi-instagram-widget .wi-button {
  margin: 1em 0 0;
}

.wi-instagram-widget ul {
  list-style: none;
  display: block;
  margin: -5px;
  padding: 0;
}

.wi-instagram-widget ul:after {
  display: table;
  clear: both;
  content: "";
}

.wi-instagram-widget ul li {
  float: left;
  padding: 5px;
}

.wi-instagram-widget ul li a {
  position: relative;
  display: block;
  outline: 0;
  text-decoration: none;
}
.wi-instagram-widget ul li a:hover {
  opacity: 0.8;
}

.wi-instagram-widget ul li a img {
  display: block;
  width: 100%;
}

/* like count */
.wi-instagram-widget ul li a .photo-text {
  display: none; /* todo list */
}

.wi-instagram-widget ul li a .photo-text span + span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.wi-instagram-widget ul li a .photo-text i {
  margin-right: 2px;
}

.wi-instagram-widget.column-1 ul li {
  width: 100%;
}

.wi-instagram-widget.column-2 ul li {
  width: 50%;
}

.wi-instagram-widget.column-3 ul li {
  width: 33.33%;
}

.wi-instagram-widget.column-4 ul li {
  width: 25%;
}

.wi-instagram-widget.column-5 ul li {
  width: 20%;
}

.wi-instagram-widget.column-6 ul li {
  width: 16.66%;
}

.wi-instagram-widget.column-7 ul li {
  width: 14.28%;
}

.wi-instagram-widget.column-8 ul li {
  width: 12.5%;
}

.wi-instagram-widget.column-9 ul li {
  width: 11.11%;
}

/* Pinterest
--------------------- */
.wi-pin-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -10px -5px 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.wi-pin-list.loaded {
  opacity: 1;
  visibility: visible;
}
.wi-pin-list li {
  display: block;
  float: left;
  width: 50%;
  padding: 10px 5px 0;
}
.wi-pin-list a {
  display: block;
  color: inherit;
  outline: 0;
  width: 100%;
  text-decoration: none;
}
.wi-pin-list a:hover {
  opacity: 0.8;
}
.wi-pin-list img {
  display: block;
  width: 100%;
}

.widget-pin-follow {
  margin: 1em 0 0;
}
.widget-pin-follow a {
  display: table;
  margin: 0 auto;
  background: #bd081c;
  color: white;
  line-height: 36px;
  padding: 0 24px;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  outline: 0;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}
.widget-pin-follow a i {
  line-height: inherit;
  margin-left: 5px;
}

/* Post Widget
--------------------- */
.post-widget + .post-widget {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  margin-top: 20px;
}
.post-widget .post-inner::after {
  clear: both;
  content: "";
  display: table;
}
.post-widget .post-widget-thumbnail {
  width: 110px;
  float: left;
  margin: 0 20px 0 0;
}
.post-widget .post-widget-section {
  overflow: hidden;
}
.post-widget .post-widget-title {
  font-size: 1.1em;
  margin: 0;
}
.post-widget .post-widget-meta {
  font-style: italic;
  color: #888;
}

.post-widget-thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
}
.post-widget-thumbnail a {
  display: block;
  outline: 0;
}
.post-widget-thumbnail img {
  display: block;
  width: 100%;
}

.post-widget-title a {
  color: inherit;
}

/* Newsletter
--------------------- */
.mc4wp-form p:last-child {
  margin-bottom: 0;
}

body .mc4wp-form-basic,
body .mc4wp-form-basic input,
body .mc4wp-form-basic label,
body .mc4wp-form-theme,
body .mc4wp-form-theme input,
body .mc4wp-form-theme label {
  line-height: inherit;
}

body .mc4wp-form label {
  font-weight: normal;
  font-family: Lato, sans-serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

body .mc4wp-form button,
body .mc4wp-form input[type=button],
body .mc4wp-form input[type=submit] {
  line-height: normal;
  display: block;
  transition: all 0.1s ease;
}

body .mc4wp-form-basic input[type=text], body .mc4wp-form-basic input[type=email], body .mc4wp-form-basic input[type=tel], body .mc4wp-form-basic input[type=url], body .mc4wp-form-basic input[type=date], body .mc4wp-form-basic select, body .mc4wp-form-basic textarea, body .mc4wp-form-theme input[type=text], body .mc4wp-form-theme input[type=email], body .mc4wp-form-theme input[type=tel], body .mc4wp-form-theme input[type=url], body .mc4wp-form-theme input[type=date], body .mc4wp-form-theme select, body .mc4wp-form-theme textarea {
  max-width: 100%;
}

/* alert */
body .mc4wp-alert {
  border-radius: 0;
  font-family: Lato, sans-serif;
}

body .mc4wp-alert a {
  color: inherit;
  text-decoration: underline;
}

/* Mailchimp for WP
--------------------------------------------------------------- */
/* Layout
--------------------- */
.wpb_mailchimp_heading {
  margin-bottom: 4px;
}

.form-description {
  font-size: 1.1em;
  opacity: 0.9;
  line-height: 1.4;
}

.wi-mailchimp-form.custom-color .wpb_heading {
  color: inherit;
}
.wi-mailchimp-form .form-description {
  margin: 0 0 1.2em;
}
.wi-mailchimp-form p {
  margin: 1em 0;
}
.wi-mailchimp-form p:last-of-type {
  margin-bottom: 0;
}
.wi-mailchimp-form p:first-of-type {
  margin-top: 0;
}
.widget .mc4wp-form p {
  margin: 0 0 10px;
}
.widget .mc4wp-form p:last-child {
  margin-bottom: 0;
}
.widget .mc4wp-form input[type=color], .widget .mc4wp-form input[type=date], .widget .mc4wp-form input[type=datetime], .widget .mc4wp-form input[type=datetime-local], .widget .mc4wp-form input[type=email], .widget .mc4wp-form input[type=month], .widget .mc4wp-form input[type=number], .widget .mc4wp-form input[type=password], .widget .mc4wp-form input[type=search], .widget .mc4wp-form input[type=tel], .widget .mc4wp-form input[type=text], .widget .mc4wp-form input[type=time], .widget .mc4wp-form input[type=url], .widget .mc4wp-form input[type=week], .widget .mc4wp-form input:not([type]), .widget .mc4wp-form textarea {
  width: 100%;
}
.widget .mc4wp-form button, .widget .mc4wp-form input[type=button], .widget .mc4wp-form input[type=reset], .widget .mc4wp-form input[type=submit] {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 36px;
}

#footer-sidebar .mc4wp-form input[type=color], #footer-sidebar .mc4wp-form input[type=date], #footer-sidebar .mc4wp-form input[type=datetime], #footer-sidebar .mc4wp-form input[type=datetime-local], #footer-sidebar .mc4wp-form input[type=email], #footer-sidebar .mc4wp-form input[type=month], #footer-sidebar .mc4wp-form input[type=number], #footer-sidebar .mc4wp-form input[type=password], #footer-sidebar .mc4wp-form input[type=search], #footer-sidebar .mc4wp-form input[type=tel], #footer-sidebar .mc4wp-form input[type=text], #footer-sidebar .mc4wp-form input[type=time], #footer-sidebar .mc4wp-form input[type=url], #footer-sidebar .mc4wp-form input[type=week], #footer-sidebar .mc4wp-form input:not([type]), #footer-sidebar .mc4wp-form textarea {
  border: 0;
  background: white;
}

.form-disclaimer {
  display: inline-block;
  margin: 1.2em 0 0;
  max-width: 400px;
}
.form-disclaimer p {
  margin: 0;
  font-size: 0.8em;
  opacity: 0.7;
}

/* Align
--------------------- */
.wi-mailchimp-form.form-align-center {
  text-align: center;
}
.wi-mailchimp-form.form-align-right {
  text-align: right;
}

/* Response
--------------------- */
.mc4wp-response {
  font-size: 0.9em;
}

.mc4wp-response p {
  margin: 1em 0;
}

.mc4wp-alert {
  margin: 1em 0 0;
  font-size: 0.9em;
  line-height: 1.66;
}

.mc4wp-alert p {
  padding: 1em;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  position: relative;
}

.mc4wp-alert.mc4wp-success p {
  border-color: #e5efe2;
  color: #71a971;
  background: #ebffeb;
}

.mc4wp-alert.mc4wp-notice p {
  border-color: #c5e1ec;
  color: #5ca8ce;
  background: #f2faff;
}

.mc4wp-alert.mc4wp-error p {
  border-color: #efd2d2;
  color: #bb6a6a;
  background: #fff4f2;
}

body .mailchimp-form-stack .mailchimp-form-inner {
  width: 320px;
  max-width: 100%;
  display: inline-block;
}
body .mailchimp-form-stack input[type=submit] {
  display: block;
  width: 100%;
}

body .mailchimp-form-inline .mailchimp-form-inner {
  display: inline-block;
}
body .mailchimp-form-inline input[type=color], body .mailchimp-form-inline input[type=date], body .mailchimp-form-inline input[type=datetime], body .mailchimp-form-inline input[type=datetime-local], body .mailchimp-form-inline input[type=email], body .mailchimp-form-inline input[type=month], body .mailchimp-form-inline input[type=number], body .mailchimp-form-inline input[type=password], body .mailchimp-form-inline input[type=search], body .mailchimp-form-inline input[type=tel], body .mailchimp-form-inline input[type=text], body .mailchimp-form-inline input[type=time], body .mailchimp-form-inline input[type=url], body .mailchimp-form-inline input[type=week], body .mailchimp-form-inline input:not([type]), body .mailchimp-form-inline textarea,
body .mailchimp-form-inline textarea {
  width: 240px;
}
body .mailchimp-form-inline .mc4wp-form-fields,
body .mailchimp-form-inline .mc4wp-form-fields p {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  align-content: center;
  -ms-flex-line-pack: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  flex-flow: row wrap;
}
body .mailchimp-form-inline .mc4wp-form-fields {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -moz-inline-flex;
  display: inline-flex;
}
body .mailchimp-form-inline .mc4wp-form-fields p {
  margin: 0.2em 0;
}
body .mailchimp-form-inline .mc4wp-form-fields p + p {
  margin-left: 10px;
}
body .mailchimp-form-inline .mc4wp-form-fields p > * + * {
  margin-left: 10px;
}
body .mailchimp-form-inline button, body .mailchimp-form-inline input[type=button], body .mailchimp-form-inline input[type=reset], body .mailchimp-form-inline input[type=submit] {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 36px;
}

/* Form Size Big
 * @since 3.0
--------------------- */
.input-size-big input[type=color], .input-size-big input[type=date], .input-size-big input[type=datetime], .input-size-big input[type=datetime-local], .input-size-big input[type=email], .input-size-big input[type=month], .input-size-big input[type=number], .input-size-big input[type=password], .input-size-big input[type=search], .input-size-big input[type=tel], .input-size-big input[type=text], .input-size-big input[type=time], .input-size-big input[type=url], .input-size-big input[type=week], .input-size-big input:not([type]), .input-size-big textarea,
.input-size-big textarea {
  line-height: 50px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 15px;
}
.input-size-big button, .input-size-big input[type=button], .input-size-big input[type=reset], .input-size-big input[type=submit] {
  line-height: 50px;
}

body .mailchimp-form-inline.input-size-big input[type=color], body .mailchimp-form-inline.input-size-big input[type=date], body .mailchimp-form-inline.input-size-big input[type=datetime], body .mailchimp-form-inline.input-size-big input[type=datetime-local], body .mailchimp-form-inline.input-size-big input[type=email], body .mailchimp-form-inline.input-size-big input[type=month], body .mailchimp-form-inline.input-size-big input[type=number], body .mailchimp-form-inline.input-size-big input[type=password], body .mailchimp-form-inline.input-size-big input[type=search], body .mailchimp-form-inline.input-size-big input[type=tel], body .mailchimp-form-inline.input-size-big input[type=text], body .mailchimp-form-inline.input-size-big input[type=time], body .mailchimp-form-inline.input-size-big input[type=url], body .mailchimp-form-inline.input-size-big input[type=week], body .mailchimp-form-inline.input-size-big input:not([type]), body .mailchimp-form-inline.input-size-big textarea,
body .mailchimp-form-inline.input-size-big textarea {
  width: 360px;
}
body .mailchimp-form-inline.input-size-big button, body .mailchimp-form-inline.input-size-big input[type=button], body .mailchimp-form-inline.input-size-big input[type=reset], body .mailchimp-form-inline.input-size-big input[type=submit] {
  line-height: 50px;
  padding-left: 24px;
  padding-right: 24px;
}

/* Contactform 7
-------------------------------------------------------------------------------------- */
.wpcf7 .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 2rem;
}

.wpcf7 .col {
  padding: 0 10px;
}

.wpcf7 input[type=submit] {
  display: block;
  border: none;
  text-decoration: none;
  padding: 6px 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background: #5EA7B1;
  width: 50%;
  margin: 0 auto;
  outline: none;
  cursor: pointer;
}

.wpcf7 input[type=submit]:hover {
  opacity: 0.8;
}

.wpcf7 p:last-of-type {
  margin-bottom: 0;
}

.wpcf7 img.ajax-loader {
  width: 20px;
  margin: 10px auto;
  vertical-align: middle;
}

/* Response
--------------------- */
div.wpcf7-response-output {
  margin: 0 0 20px;
  border-width: 1px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.5);
}

div.wpcf7-validation-errors {
  border-color: #f7e700;
  color: #afa50f;
  background: #fffeee;
}

div.wpcf7-mail-sent-ok {
  background: #f5fff0;
  border-color: #a8ca99;
  color: #73b556;
}

div.wpcf7-mail-sent-ng {
  border-color: #e49292;
  background: #fff6f6;
  color: #d45858;
}

div.wpcf7-spam-blocked {
  color: #e09f27;
  border-color: #e2bd78;
  background: #fffbf2;
}

/* Revolution Slider
-------------------------------------------------------------------------------------- */
.tp-caption {
  text-shadow: none !important;
  font-weight: 400 !important;
}

.tp-caption.very_large_text,
.very_large_text {
  font-size: 40px;
  line-height: 40px;
  text-shadow: none;
  letter-spacing: 0;
}

.tp-caption.medium_grey,
.medium_grey {
  background: rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  padding-right: 10px;
}

.tp-caption.modern_big_bluebg,
.modern_big_bluebg {
  background: #74a9b0;
}

.tp-caption.mediumwhitebg,
.mediumwhitebg {
  background: rgba(255, 255, 255, 0.9) !important;
}

/* Lightbox
 * @since 1.3
 * @depricated in 2.0
-------------------------------------------------------------------------------------- */
/* Gravity Form Compatibility
 * @since 2.1
-------------------------------------------------------------------------------------- */
body .gform_wrapper .description, body .gform_wrapper .gfield_description, body .gform_wrapper .gsection_description, body .gform_wrapper .instruction {
  font-size: 0.95em;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 6px 12px;
}
body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-bottom: 20px;
}
body .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, body .gform_wrapper.gf_browser_chrome .ginput_complex select {
  line-height: 36px;
}
body .gform_wrapper .gf_progressbar_percentage {
  background-color: #5EA7B1 !important;
  background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  text-shadow: none;
}
body .gform_wrapper .gf_progressbar_percentage span {
  line-height: 24px;
}
body .gform_wrapper .gform_page_footer {
  display: flex;
}

/* Importing Other CSS files
-------------------------------------------------------------------------------------- */
.woocommerce-products-header,
.hidden {
  display: none;
}

#topbar-myaccount {
  position: relative;
  height: 40px;
}
#topbar-myaccount > a {
  color: inherit;
  outline: 0;
  text-decoration: none;
  line-height: 40px;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: block;
  overflow: hidden;
}
#topbar-myaccount > a > span {
  display: inline-block;
  vertical-align: middle;
}
#topbar-myaccount > a i {
  line-height: inherit;
}
#topbar-myaccount > a .avatar {
  width: 24px;
}
#topbar-myaccount > a .avatar img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
#topbar-myaccount > a .name {
  margin-left: 5px;
}
#topbar-myaccount:hover .topbar-account-dropdown {
  display: block;
}

/* Star Rating
-------------------------------------------------------------------------------------- */
.woocommerce .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5em;
  margin: 0;
  margin-top: 2px;
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .star-rating:before {
  content: "\e900\e900\e900\e900\e900";
  color: #d9d9d9;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before {
  color: #5EA7B1;
  content: "\e900\e900\e900\e900\e900";
  top: 0;
  position: absolute;
  left: 0;
}

/* Breadcrumb
-------------------------------------------------------------------------------------- */
#wapper-before-content {
  padding: 1em 0;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  color: #999;
}
.woocommerce .woocommerce-breadcrumb a {
  color: inherit;
  outline: 0;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #5EA7B1;
}

/* Before content: Result count & ordering
-------------------------------------------------------------------------------------- */
#wapper-before-content + #page-wrapper {
  padding-top: 0;
}

.catalog-meta-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  margin: 0 0 1em;
}

.woocommerce .woocommerce-result-count {
  margin: 0;
  float: none;
  display: block;
  color: #999;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: none;
  margin: 0;
  margin-left: auto;
}

/* Nice Select
-------------------------------------------------------------------------------------- */
a.reset_variations {
  font-weight: bold;
  outline: 0;
}
a.reset_variations:hover {
  color: #333;
}

.woocommerce-ordering select,
form.cart .variations select {
  opacity: 0;
  line-height: 26px;
  height: 26px;
}

.wi-nice-select {
  position: relative;
}
.wi-nice-select:before {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  display: block;
}
.wi-nice-select a {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: 0;
  z-index: 1;
  position: relative;
  padding: 0 12px;
  padding-right: 28px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.wi-nice-select select {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 10;
}

/* Header Cart
-------------------------------------------------------------------------------------- */
.header-cart {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 0.1s;
}
.header-cart > div {
  display: inline-block;
}
.header-cart > div + div {
  margin-left: 10px;
}

.header-cart a {
  display: block;
  color: inherit;
  font-size: 12px;
  color: inherit;
}

.header-cart a:hover {
  color: #5EA7B1;
}

.header-cart a span,
.header-cart a i {
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
}

.header-cart a span {
  margin-left: 1px;
}

#logo-area .header-cart {
  display: none;
}

/* Widgets
-------------------------------------------------------------------------------------- */
.woocommerce-mini-cart__empty-message {
  color: #999;
  background: #fafafa;
  border: 1px solid #eaeaea;
  padding: 10px;
}

/* Product List Widget
--------------------- */
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  outline: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 48px;
}

.product_list_widget .star-rating {
  display: block;
}
.product_list_widget ins {
  text-decoration: none;
}
.product_list_widget del {
  color: #999;
}
.product_list_widget .product-title:hover {
  color: #333;
}

/* Price Filter
--------------------- */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #5EA7B1;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #e0e0e0;
}

/* Catalog
-------------------------------------------------------------------------------------- */
#wi-catalog {
  overflow: hidden;
  clear: both;
  position: relative;
}
#wi-catalog:before::after, #wi-catalog:after::after {
  clear: both;
  content: "";
  display: table;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: -40px -8px 0;
}
.woocommerce .products ul:before,
.woocommerce ul.products:before {
  display: none; /* fix the column issue on safari */
}
.woocommerce .products ul li.product,
.woocommerce ul.products li.product {
  display: block;
  margin: 0;
  clear: none;
  float: none;
  padding: 40px 8px 0;
}
.woocommerce .products ul.columns-6 li.product,
.woocommerce ul.products.columns-6 li.product {
  width: 16.66%;
}
.woocommerce .products ul.columns-5 li.product,
.woocommerce ul.products.columns-5 li.product {
  width: 20%;
}
.woocommerce .products ul.columns-4 li.product,
.woocommerce ul.products.columns-4 li.product {
  width: 25%;
}
.woocommerce .products ul.columns-3 li.product,
.woocommerce ul.products.columns-3 li.product {
  width: 33.33%;
}
.woocommerce .products ul.columns-2 li.product,
.woocommerce ul.products.columns-2 li.product {
  width: 50%;
}
.woocommerce .products ul.columns-1 li.product,
.woocommerce ul.products.columns-1 li.product {
  width: 100%;
}

.catalog-item-spacing-large.woocommerce .products ul, .catalog-item-spacing-large.woocommerce ul.products,
.catalog-item-spacing-large .woocommerce .products ul,
.catalog-item-spacing-large .woocommerce ul.products {
  margin: -60px -22px 0;
}
.catalog-item-spacing-large.woocommerce .products ul li.product, .catalog-item-spacing-large.woocommerce ul.products li.product,
.catalog-item-spacing-large .woocommerce .products ul li.product,
.catalog-item-spacing-large .woocommerce ul.products li.product {
  padding: 60px 22px 0;
}

.product-inner {
  position: relative;
}

.woocommerce nav.woocommerce-pagination {
  clear: both;
}
.woocommerce nav.woocommerce-pagination::after {
  clear: both;
  content: "";
  display: table;
}

/* Thumbnail */
.product-thumbnail {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}

.product-thumbnail {
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.product-thumbnail a {
  display: block;
  outline: 0;
  border: 0;
  text-decoration: none;
  color: inherit;
}

.product-thumbnail img {
  display: block;
  width: 100%;
}

.woocommerce ul.products li.product a {
  outline: 0;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

/* title */
.woocommerce ul.products li.product h3 {
  display: block;
  margin: 0;
  padding: 0.5em 0 0.2em;
  font-size: 14px;
  font-family: Lato, sans-serif;
}

.woocommerce ul.products li.product h3 a {
  color: inherit;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce ul.products li.product h3 a:hover {
  color: #999;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: "";
  font-family: inherit;
  background: url(images/loading.svg) center center no-repeat;
  background-size: 12px;
  animation: none;
}

a.added_to_cart {
  display: block;
  border-radius: 0;
  padding: 0 16px;
  outline: 0;
  text-decoration: none;
  margin: 0;
  background: #111;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: 0;
  font-weight: 400;
  font-family: Lato, sans-serif;
  text-align: center;
  text-transform: none;
  font-size: 12px;
  line-height: 36px;
  margin-top: 10px;
}

.woocommerce a.added_to_cart {
  padding-top: 0;
}

.woocommerce ul.products li.product a.added_to_cart {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 52%;
  line-height: 28px;
  margin-top: 0;
  font-weight: 400;
  text-transform: none;
  font-size: 13px;
}

.woocommerce ul.products li.product .product-thumbnail:hover .add_to_cart_button,
.woocommerce ul.products li.product .product-thumbnail:hover .button {
  transform: translate(0, 0);
}

.product-preview {
  overflow: hidden;
}

#quick-view {
  color: #606060;
}

.quick-view {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 30;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 5px);
}
.quick-view a {
  display: block;
  color: #333;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.35s;
  position: relative;
  cursor: pointer;
  outline: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 11px;
  padding-top: 12px;
  line-height: 1.5;
}
.quick-view a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #999;
}
.quick-view a span {
  display: block;
  margin: 2px 0;
}

.product-thumbnail:hover .quick-view {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.quick-view-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 50;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  background: url(images/loading.svg) center center no-repeat;
  background-size: 24px;
}

.thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s;
}

.product.preview-loading .product-thumbnail .thumb-overlay {
  opacity: 1;
  visibility: visible;
}
.product.preview-loading .product-thumbnail .quick-view-loading {
  display: block;
}
.product.preview-loading .product-thumbnail .quick-view,
.product.preview-loading .product-thumbnail .add_to_cart_button,
.product.preview-loading .product-thumbnail .button {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.product.preview-loading .product-thumbnail .woocommerce-LoopProduct-link {
  cursor: not-allowed;
}

.product-title,
.woocommerce-loop-category__title {
  font-size: 15px;
  margin: 0 0 2px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.product-title a,
.woocommerce-loop-category__title a {
  color: inherit;
}

.has-wishlist-icon .product-title {
  padding-right: 20px;
}

.woocommerce-loop-category__title mark {
  background: none;
  padding: 0;
  color: #aaa;
}

.woocommerce .products ul li.product > a,
.woocommerce ul.products li.product > a {
  display: block;
  outline: 0;
  text-decoration: none;
  border: 1px solid #e0e0e0;
}
.woocommerce .products ul li.product > a > img,
.woocommerce ul.products li.product > a > img {
  display: block;
  margin: 0;
  display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding: 1em;
  margin: 0;
}

.product-cats {
  letter-spacing: 0.5px;
  margin: 0.2em 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #aaa;
}
.product-cats a {
  color: inherit;
  outline: 0;
  transition: all 0.15s;
}
.product-cats a:hover {
  color: #444;
}
.product-cats a + a:before {
  content: "·";
  margin: 0 4px;
  color: #ccc;
}

/* rating */
.woocommerce .star-rating {
  line-height: 1.1;
}

.woocommerce .products .star-rating {
  margin: 0.5em 0;
}

.woocommerce .star-rating span:before {
  color: #5EA7B1;
}

/* price */
.woocommerce ul.products li.product .price {
  color: inherit;
  font-size: 1.05em;
  margin: 1em 0 0;
  display: block;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: normal;
}

.woocommerce ul.products li.product .price del {
  display: inline;
  margin-right: 10px;
}

/* sale label */
#single-product-upper {
  position: relative;
  margin-bottom: 2.4em;
}
#single-product-upper::after {
  clear: both;
  content: "";
  display: table;
}

.woocommerce #single-product-upper span.onsale {
  left: 12px;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  position: absolute;
  z-index: 30;
  display: block;
  z-index: 50;
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  color: white;
  background: #5EA7B1;
  font-size: 10px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  left: auto;
  top: 20px;
  right: 12px;
  margin: 0;
  transform: none;
}

/**
 * ------------------- Image Flip
 */
.wp-post-image--secondary {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

a.woocommerce-LoopProduct-link [class*=wp-post-image],
a.woocommerce-loop-product__link [class*=wp-post-image] {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
a.woocommerce-LoopProduct-link:hover .wp-post-image--secondary + .wp-post-image,
a.woocommerce-loop-product__link:hover .wp-post-image--secondary + .wp-post-image {
  opacity: 0;
  visibility: hidden;
}
a.woocommerce-LoopProduct-link:hover .wp-post-image--secondary,
a.woocommerce-loop-product__link:hover .wp-post-image--secondary {
  opacity: 1;
  visibility: visible;
}

.product.preview-loading a.woocommerce-LoopProduct-link:hover .wp-post-image--secondary + .wp-post-image,
.product.preview-loading a.woocommerce-loop-product__link:hover .wp-post-image--secondary + .wp-post-image {
  opacity: 1;
  visibility: visible;
}
.product.preview-loading a.woocommerce-LoopProduct-link:hover .wp-post-image--secondary,
.product.preview-loading a.woocommerce-loop-product__link:hover .wp-post-image--secondary {
  opacity: 0;
  visibility: hidden;
}

/**
 * ------------------- Quick View
 */
#quick-view .single-product-upper {
  margin-bottom: 0;
}

.product-text {
  position: relative;
}

.entry-summary .yith-wcwl-add-to-wishlist {
  top: 5px;
}

/**
 * ------------------- Wishlist
 */
.wishlist-title {
  display: none;
}

.wishlist-empty {
  font-family: Lato, sans-serif;
  font-size: 1.1em;
  color: #999;
}

.yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 24px;
  height: 24px;
}

.woocommerce table.wishlist_table {
  font-size: 1em;
}

.wishlist_table tr th.product-thumbnail {
  width: auto;
}

.wishlist_table .add_to_cart.button, .yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist, .wishlist_table a.ask-an-estimate-button, .wishlist-title a.show-title-form, .hidden-title-form a.hide-title-form, .woocommerce .yith-wcwl-wishlist-new button, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .yith-wcwl-wishlist-search-form button.wishlist-search-button {
  border-radius: 0;
}

.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
  border-color: #e0e0e0;
}

.woocommerce #content table.wishlist_table.cart a.remove {
  color: white;
}

.wishlist_table .add_to_cart.button {
  line-height: 36px;
}

.yith-wcwl-add-button a.add_to_wishlist {
  border-radius: 50%;
}

.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
  text-align: left;
}

.yith-wcwl-add-button {
  display: block !important;
}
.yith-wcwl-add-button.hide a, .yith-wcwl-add-button.hide a:hover {
  cursor: not-allowed;
  color: white;
  background: #5EA7B1;
  border-color: #5EA7B1;
}

.yith-wcwl-add-button > a {
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  font-size: 0;
  direction: ltr;
  border-radius: 50%;
  color: #ddd;
  border: 1px solid #eaeaea;
  display: block;
  outline: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-align: center;
  background: none;
  transition: all 0.3s ease;
}
.yith-wcwl-add-button > a:hover {
  color: white;
  background: #5EA7B1;
  border-color: #5EA7B1;
}
.yith-wcwl-add-button > a:before {
  content: "\f004";
  display: block;
  line-height: inherit;
  margin: 0;
  font-size: 12px;
}
.yith-wcwl-add-button > a i {
  display: block;
  line-height: inherit;
  margin: 0;
  font-size: 12px;
}

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 160px;
  background: #fafafa;
  border: 1px solid #999;
  border-top-color: #000;
  border-width: 3px 1px 1px 0;
  box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 1em;
  z-index: 20;
  font-size: 0.85em;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a {
  color: inherit;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  outline: 0;
}
.yith-wcwl-wishlistexistsbrowse a:hover,
.yith-wcwl-wishlistaddedbrowse a:hover {
  text-decoration: none;
}
.yith-wcwl-wishlistexistsbrowse:before,
.yith-wcwl-wishlistaddedbrowse:before {
  border-width: 0 4px 4px 4px;
  position: absolute;
  top: -7px;
  right: 6px;
}

.yith-wcwl-wishlistaddedbrowse {
  background: #dcf1dd;
  color: #327532;
}

.yith-wcwl-wishlistaddedbrowse {
  display: none;
}

.yith-wcwl-wishlistaddedbrowse.show + .yith-wcwl-wishlistexistsbrowse {
  display: none;
}

#yith-wcwl-popup-message {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0px;
  padding: 2em 4em;
  line-height: inherit;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.16);
}

/* Button
-------------------------------------------------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: inherit;
  border-radius: 0;
  font-weight: normal;
  font-size: 12px;
  padding: 0 1.2em;
  height: 36px;
  line-height: 36px;
  background: #f0f0f0;
  color: #333;
  border: 0 !important;
  outline: 0 !important;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  padding-right: 1.2em;
}

.woocommerce #respond input#submit.added,
.woocommerce a.button.added,
.woocommerce button.button.added,
.woocommerce input.button.added,
.woocommerce #respond input#submit.added:hover,
.woocommerce a.button.added:hover,
.woocommerce button.button.added:hover,
.woocommerce input.button.added:hover {
  background: #e0efe0;
  color: #349c34;
  opacity: 1;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #e9e9e9;
}

/* Alt Buttons
--------------------- */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #5EA7B1;
  color: #fff;
  border-radius: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 0 2rem;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #5EA7B1;
  opacity: 0.9;
}

/* Cart Button
-------------------------------------------------------------------------------------- */
.woocommerce .product-thumbnail a.add_to_cart_button,
.woocommerce .product-thumbnail a.product_type_external,
.woocommerce .product-thumbnail a.product_type_simple,
.woocommerce .product-thumbnail a.product_type_grouped {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  margin: 0;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  display: block;
  transition: all 0.25s ease-out;
  opacity: 0;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}

.woocommerce .product-thumbnail a.add_to_cart_button:hover,
.woocommerce .product-thumbnail a.product_type_external:hover,
.woocommerce .product-thumbnail a.product_type_simple:hover,
.woocommerce .product-thumbnail a.product_type_grouped:hover {
  background: #5EA7B1;
  color: white;
}

.woocommerce .product-thumbnail:hover a.add_to_cart_button,
.woocommerce .product-thumbnail:hover a.product_type_external,
.woocommerce .product-thumbnail:hover a.product_type_simple,
.woocommerce .product-thumbnail:hover a.product_type_grouped {
  transform: translate(0, 0);
  opacity: 1;
}
.woocommerce .product-thumbnail:hover a.add_to_cart_button.loading,
.woocommerce .product-thumbnail:hover a.product_type_external.loading,
.woocommerce .product-thumbnail:hover a.product_type_simple.loading,
.woocommerce .product-thumbnail:hover a.product_type_grouped.loading {
  opacity: 0.65;
}

.woocommerce .product-thumbnail .added_to_cart {
  display: none;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background: #999;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding-top: 0;
  padding-bottom: 0;
}

/* Pagination
-------------------------------------------------------------------------------------- */
.woocommerce nav.woocommerce-pagination {
  margin: 4em 0 0;
  letter-spacing: 0.5px;
  font-size: 12px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: #999;
}

/* Single
-------------------------------------------------------------------------------------- */
/* Images
--------------------- */
.woocommerce div.product .woocommerce-product-gallery--columns-6.images {
  text-align: center;
}

.woocommerce div.product .woocommerce-product-gallery--columns-6.images .flex-control-thumbs li {
  width: 16.66%;
  float: none;
}

.woocommerce div.product div.images a {
  color: inherit;
  border: 0;
  outline: 0;
  display: block;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 4px -4px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 4px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 0.5;
  transition: none;
  background: white;
}
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 0.8;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.woocommerce-product-gallery__wrapper {
  border: 1px solid #eaeaea;
  position: relative;
}
.woocommerce-product-gallery__wrapper .wp-post-image {
  width: 100%;
  display: block;
}

.woocommerce-product-gallery .flex-viewport {
  border: 1px solid #eaeaea;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  border: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  border: 2px solid rgba(0, 0, 0, 0.5);
  background: none;
  opacity: 0.2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  opacity: 1;
  background: #5EA7B1;
  border-color: #5EA7B1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before {
  border-color: white;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
  background: white;
}

/* Title
--------------------- */
.woocommerce div.product .product_title {
  text-align: left;
  padding-bottom: 2rem;
  font-size: 20px;
  margin-bottom: 2rem;
}

.woocommerce div.product .product_title:after {
  margin: 0;
  left: 0;
  transform: translate(0, 0);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: normal;
  text-decoration: none;
}

/* Review Link
--------------------- */
.woocommerce .woocommerce-product-rating {
  overflow: hidden;
}

a.woocommerce-review-link {
  color: inherit;
  outline: 0;
  margin-left: 2px;
  line-height: 13px;
  display: block;
  float: left;
}
a.woocommerce-review-link:hover {
  color: #aaa;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin-top: 0;
  line-height: 13px;
}

/* Price
--------------------- */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: inherit;
  font-family: Lato, sans-serif;
}

/* In Stock
--------------------- */
.woocommerce div.product .stock {
  font-weight: bold;
  background: #fafafa;
  display: table;
  padding: 6px 12px;
  border: 1px solid #eaeaea;
}

.woocommerce div.product .in-stock {
  color: #77a464;
}

.woocommerce div.product form.cart .group_table td {
  border-top: 1px solid #eaeaea;
}

.woocommerce div.product td .stock {
  display: block;
  line-height: 1.5;
}

.woocommerce-grouped-product-list-item__price del {
  color: #999;
}
.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}

/* Cart
--------------------- */
.woocommerce button.single_add_to_cart_button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

/* Meta
--------------------- */
.product_meta {
  font-size: 12px;
  color: #797979;
  margin-top: 2em;
}

.product_meta > span {
  display: block;
}
.product_meta > span + span {
  border-top: 1px dashed #f0f0f0;
  padding-top: 6px;
  margin-top: 6px;
}

.product_meta a {
  color: inherit;
  transition: all 0.2s ease;
}

.product_meta a:hover {
  color: #5EA7B1;
}

/* Quantity
--------------------- */
.woocommerce div.quantity,
.woocommerce-page div.quantity {
  border: 1px solid #e5e5e5;
  float: left;
  overflow: hidden;
  width: 96px;
  margin: 0 20px 0 0;
  border-radius: 0px;
  box-shadow: none;
  /* prevent FOUC */
  opacity: 0;
  visibility: hidden;
}

.woocommerce div.quantity,
.woocommerce-page div.quantity {
  opacity: 1;
  visibility: visible;
}

.woocommerce div.quantity input.minus,
.woocommerce-page div.quantity input.minus,
.woocommerce div.quantity input.plus,
.woocommerce-page div.quantity input.plus {
  -webkit-appearance: none; /* remove input form */
  border-radius: 0;
}

.woocommerce div.quantity input.minus,
.woocommerce-page div.quantity input.minus,
.woocommerce div.quantity input.plus,
.woocommerce-page div.quantity input.plus,
.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty {
  border: none;
  -moz-appearance: textfield;
  border-radius: 0;
  color: #333;
  float: left;
  font-size: 16px;
  width: 26px;
  height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}

.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.woocommerce div.quantity input.minus:hover,
.woocommerce-page div.quantity input.minus:hover,
.woocommerce div.quantity input.plus:hover,
.woocommerce-page div.quantity input.plus:hover {
  background: #fafafa;
}

.woocommerce div.quantity input.minus,
.woocommerce-page div.quantity input.minus,
.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty {
  border-right: 1px solid #e5e5e5;
}

.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty {
  background: transparent;
  width: 40px;
}

.woocommerce div.quantity input.qty::-webkit-inner-spin-button,
.woocommerce-page div.quantity input.qty::-webkit-inner-spin-button,
.woocommerce div.quantity input.qty::-webkit-outer-spin-button,
.woocommerce-page div.quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Tabs
--------------------- */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0 10px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #e9e9e9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  outline: 0;
  display: block;
  font-family: Lato, sans-serif;
  font-weight: normal;
  color: #999;
  padding: 1rem 2rem;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-width: 1px 1px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: #fff;
}

/* Tab Content */
#tab-additional_information h2,
.woocommerce-Tabs-panel--description > h2:first-child {
  display: none;
}

.woocommerce table.shop_attributes {
  border: 0;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  font-style: normal;
  font-weight: normal;
  padding: 10px 20px;
  border: 0;
  background: none;
}

/* Review Layout
--------------------- */
.woocommerce #reviews {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  margin: 0 -30px;
  padding: 20px 0;
}

.woocommerce #reviews #comments,
.woocommerce #review_form_wrapper {
  display: block;
  width: 60%;
  padding: 0 30px;
  min-height: 1px;
}

.woocommerce #review_form_wrapper {
  width: 40%;
  border-left: 1px solid #e9e9e9;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05) inset;
}

/* Review Form
--------------------- */
.woocommerce-Reviews #comments {
  margin: 0;
}

.woocommerce-Reviews-title {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

.woocommerce-noreviews {
  color: #999;
  padding: 1em;
  background: #f0f0f0;
  border: 1px dashed #eaeaea;
  margin-top: 10px;
}

#review_form #reply-title {
  text-align: inherit;
}

.comment-form-rating > * {
  display: inline-block;
  vertical-align: middle;
}

.comment-form-rating label {
  font-style: italic;
  color: #999;
}

.woocommerce #review_form #respond p.stars {
  margin: 0 0 0 10px;
}

.woocommerce #review_form #respond p.stars > span {
  display: block;
  height: 1em;
}

.woocommerce p.stars a {
  border: 0 !important;
  outline: 0;
}

.woocommerce #review_form #respond .form-submit input {
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 32px;
  height: 32px;
}

.woocommerce #review_form #respond p.comment-form-email {
  margin-left: 4%;
}

.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
  width: 48%;
  margin-bottom: 20px;
  float: left;
}

/* Reviews
--------------------- */
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px dashed #ccc;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  top: 20px;
  width: 48px;
  height: 48px;
  border: 0;
  background: none;
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  padding: 0;
  margin-left: 70px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin: 0 0 5px;
  font-size: 0.9em;
}

/* Related Products
--------------------- */
.products.related,
.products.upsells {
  margin-top: 3em;
}

.products.related > h2,
.products.upsells > h2,
.cross-sells > h2 {
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid #e9e9e9;
  border-width: 1px 0 0;
  padding: 20px 0 0;
  margin: 0 0 10px;
}

/* Message
-------------------------------------------------------------------------------------- */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  color: #000;
  border: 0;
  background: #f9f9f9;
  padding: 10px 20px !important;
  line-height: 36px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.woocommerce .woocommerce-message {
  background: #e5edf1;
  color: #4f89a7;
}

.woocommerce .woocommerce-error {
  background: #F5EFEF;
  color: #DC6B6B;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  display: none;
}

.woocommerce .woocommerce-message #respond input#submit,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-message button.button,
.woocommerce .woocommerce-message input.button {
  background: white;
}

.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
  border-bottom: 1px dotted;
}

.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover {
  border-bottom: 1px solid;
}

/* Cart
-------------------------------------------------------------------------------------- */
.woocommerce table.shop_table {
  border-collapse: collapse;
  border-radius: 0;
  border: 0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 12px;
  vertical-align: middle;
  border: 0;
  border-top: 1px solid #eaeaea;
}

.woocommerce a.remove {
  margin: 0 auto;
}

.woocommerce a.remove:hover {
  color: red !important;
  background: none;
}

.woocommerce-cart table.cart .product-thumbnail {
  width: 100px;
}

.woocommerce-cart table.cart img {
  width: 100%;
  display: block;
}

.woocommerce table.shop_table td.product-name a:hover {
  opacity: 0.8;
}

#coupon_code {
  width: 150px;
}

.woocommerce-cart table.cart input[name=update_cart] {
  display: block;
  margin-left: auto;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 1em;
}

.cart_totals h2 {
  font-size: 18px;
}

.woocommerce table.shop_table {
  border-bottom: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
  vertical-align: middle;
}

.entry-content .select2-container .select2-choice,
.entry-content .select2-container .select2-choice:hover {
  border-bottom: 1px solid #ccc;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  border-color: #eaeaea;
  padding-left: 10px;
}

/* Checkout
-------------------------------------------------------------------------------------- */
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0;
  background: #fafafa;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-color: #f0f0f0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: #efefef;
  border-radius: 0;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #efefef;
}

/* Order Received
-------------------------------------------------------------------------------------- */
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 0;
}

.product-quantity {
  font-weight: normal;
}

/* My Account
-------------------------------------------------------------------------------------- */
.woocommerce-MyAccount-navigation {
  width: 30%;
  float: left;
  padding-right: 20px;
  position: relative;
  font-family: Lato, sans-serif;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation li {
  display: block;
}
.woocommerce-MyAccount-navigation li + li {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e0e0e0;
}
.woocommerce-MyAccount-navigation li.is-active a {
  color: #ccc;
}
.woocommerce-MyAccount-navigation a {
  color: inherit;
  outline: 0;
  transition: all 0.1s;
}
.woocommerce-MyAccount-navigation a:hover {
  color: #5EA7B1;
}

.woocommerce-MyAccount-content,
#yith-wcwl-form {
  width: 70%;
  float: right;
  padding-left: 20px;
}

#yith-wcwl-form #yith-wcwl-form {
  float: none;
  width: 100%;
  padding-left: 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eaeaea;
}

.woocommerce-MyAccount-navigation ul a {
  color: inherit;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #aaa;
}

/* Login Form
-------------------------------------------------------------------------------------- */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
  padding: 0;
  border: 0;
  margin: 0;
}

.woocommerce-account .woocommerce > h2,
.u-column1 > h2,
.u-column2 > h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  font-weight: bold;
}

.woocommerce-form,
form.register {
  margin: 0;
}
.woocommerce-form label,
form.register label {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.woocommerce-form .form-row,
form.register .form-row {
  margin-bottom: 5px;
}
.woocommerce-form .button,
form.register .button {
  margin-top: 10px;
  display: inline-block;
  margin-right: 10px;
}
.woocommerce-form .required,
form.register .required {
  color: red;
}

.woocommerce-ResetPassword {
  margin: 0 auto;
  max-width: 500px;
}

.lost_password,
.register-link {
  margin: 0;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.lost_password a,
.register-link a {
  color: inherit;
  outline: 0;
}
.lost_password a:hover,
.register-link a:hover {
  color: #5EA7B1;
}

.lost_password {
  margin-top: 20px;
}

.register-link {
  margin-top: 5px;
}

.woocommerce form.woocommerce-ResetPassword .form-row-first,
.woocommerce-page form.woocommerce-ResetPassword .form-row-first {
  float: none;
  width: 100%;
  margin: 0;
}

/* Off Canvas Cart
------------------------------------------------------------------------------------- */
#cart-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 320px;
  background: #fff;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #999;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 29999;
  padding: 2em;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(320px, 0, 0);
}
#cart-offcanvas.showing {
  transform: translate3d(0, 0, 0);
}
#cart-offcanvas .cart-offcanvas-close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: inherit;
  border: 1px solid;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  background: none;
  text-decoration: none;
  outline: 0;
  display: none;
}

.admin-bar #cart-offcanvas {
  top: 32px;
}

#cart-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

#cart-offcanvas.showing + #cart-offcanvas-overlay {
  opacity: 1;
  visibility: visible;
}

.added-success {
  padding: 1em;
  color: #519451;
  background: #e0fbe3;
  border: 1px solid #a3d2a3;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 0.9em;
  overflow: hidden;
}
.added-success span {
  display: block;
  float: left;
  line-height: 24px;
}
.added-success i {
  display: block;
  float: right;
  line-height: 24px;
}

@media only screen and (max-width: 740px) {
  .woocommerce #reviews {
    display: block;
    margin: 0;
  }
  .woocommerce #review_form_wrapper,
  .woocommerce #reviews #comments {
    width: auto;
    padding: 0;
  }
  .woocommerce #review_form_wrapper {
    margin-top: 2rem;
    padding-top: 2rem;
    border: 0;
    box-shadow: none;
    border-top: 1px solid #eaeaea;
  }
}
@media only screen and (max-width: 400px) {
  /* Catalog
  --------------------------- */
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: none;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
    margin: 1rem 0 2rem;
  }
  /* Product Item
  --------------------------- */
  .woocommerce span.onsale,
  .woocommerce ul.products li.product .onsale {
    transform: scale(0.7);
    top: 20px;
  }
}
/* Thank boz: http://stackoverflow.com/questions/16443380/common-css-media-queries-break-points */
/* tablets and desktop */
@media only screen and (max-width: 1080px) {
  /* General
  -------------------------------------------------------------------------------------- */
  .container {
    width: 940px;
  }
}
@media only screen and (max-width: 940px) {
  /* General
  -------------------------------------------------------------------------------------- */
  .container {
    width: 740px;
  }
  .wp-caption-text {
    line-height: 1.5;
    color: #888;
    font-size: 11px;
  }
  blockquote {
    padding-left: 20px;
  }
  /* Header
  -------------------------------------------------------------------------------------- */
  #logo-area {
    border-bottom: 1px solid #eaeaea;
  }
  #logo-area .container {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
  }
  #hamburger,
  #logo-area .header-cart {
    display: block;
  }
  #wi-topbar,
  #wi-mainnav,
  .header-2 .header-text,
  .header-2 #logo-area .social-list {
    display: none;
  }
  #wi-logo a {
    display: table;
    margin: 0 auto;
  }
  .header-2 #logo-area .container {
    display: block;
  }
  .header-2 #wi-logo {
    text-align: center;
  }
  #mainnav-height {
    display: none !important;
  }
  /* General Classes
  -------------------------------------------------------------------------------------- */
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Layout
  -------------------------------------------------------------------------------------- */
  body.layout-boxed {
    background: none !important;
  }
  body.layout-boxed #wi-wrapper {
    box-shadow: none;
    width: 100%;
  }
  #primary {
    padding-right: 30px;
  }
  .sidebar-left #primary {
    padding-right: 0;
    padding-left: 30px;
  }
  /* Blog
  -------------------------------------------------------------------------------------- */
  .wi-article {
    padding-top: 5rem;
    margin-top: 5rem;
  }
  .wi-article:first-of-type {
    padding-top: 0;
    margin-top: 0;
  }
  .sticky,
  .sticky:first-of-type {
    background: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .sticky:first-of-type {
    padding-top: 0;
  }
  .entry-meta {
    text-transform: none;
  }
  .entry-meta > *:after {
    margin: 0 5px;
  }
  /* Blog Grid
  -------------------- */
  .grid-content {
    font-size: 0.95em;
    line-height: 1.7;
  }
  /* Widgets
  -------------------------------------------------------------------------------------- */
  .widget-title {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .widget_archive ul li,
  .widget_categories ul li,
  .widget_meta ul li,
  .widget_nav_menu ul li,
  .widget_pages ul li,
  .widget_recent_comments ul li,
  .widget_recent_entries ul li {
    padding: 6px 0;
  }
  .tagcloud a {
    margin-bottom: 5px;
    padding: 2px 5px;
  }
  .post-widget .post-widget-thumbnail {
    width: 80px;
    margin-right: 10px;
  }
  .image-desc {
    line-height: 1.7;
    font-size: 0.95em;
  }
  /* Single
  -------------------------------------------------------------------------------------- */
  .author-info {
    padding: 0.8rem;
  }
  .author-info .author-avatar {
    margin-right: 2rem;
    width: 56px;
    padding: 3px;
  }
  .author-info .author-title {
    font-size: 1.3em;
  }
  .author-inner {
    padding: 2rem;
  }
  /* Footer
  -------------------------------------------------------------------------------------- */
  .footer-widgets-container {
    margin: 0 -15px;
  }
  .footer-col {
    padding: 0 15px;
  }
  .footer-col + .footer-col {
    margin-top: 2rem;
  }
}
/* everything falls into a single column */
@media only screen and (max-width: 740px) {
  /* General
  -------------------------------------------------------------------------------------- */
  .container {
    width: 480px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .col {
    width: 100% !important;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .col:last-child {
    margin-bottom: 0;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 16px;
  }
  h5, h6 {
    font-size: 15px;
  }
  /* Layout
  -------------------------------------------------------------------------------------- */
  /* Main Layout
  --------------------- */
  #primary,
  #secondary {
    display: block;
    width: 100%;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #secondary {
    margin-top: 3rem;
  }
  #secondary .searchform form {
    max-width: 100%;
  }
  /* Wrapper
  --------------------- */
  #page-wrapper {
    padding: 2rem 0 4rem;
  }
  /* Header
  -------------------------------------------------------------------------------------- */
  body #wi-tagline {
    letter-spacing: 1px;
  }
  /* Blog
  -------------------------------------------------------------------------------------- */
  /* Blog Grid
   * 4 columns -> 2 columns
   * 3 columns -> 2 columns
  -------------------- */
  .blog-grid.column-3 .post-grid,
  .blog-grid.column-4 .post-grid {
    width: 50%;
  }
  /* Blog List
  -------------------- */
  .post-list-thumbnail {
    width: 180px;
  }
  .list-content {
    font-size: 0.95em;
    line-height: 1.7;
  }
  /* Footer
  -------------------------------------------------------------------------------------- */
  /* Footer Widgets
   * Fall into single column
  -------------------- */
  .footer-widgets-container.column-3 .footer-col,
  .footer-widgets-container.column-2 .footer-col {
    width: 100%;
  }
  /* Footer Bottom
  -------------------- */
  .footer-sides .container {
    display: block;
    text-align: center;
  }
  .footer-sides .container .footer-right {
    margin-top: 2rem;
  }
  .footer-sides .container .footer-right .social-list {
    display: table;
    margin: 0 auto;
  }
  /* MailChimp
  -------------------------------------------------------------------------------------- */
  body .mailchimp-form-inline {
    display: block;
  }
  body .mailchimp-form-inline .mc4wp-form-fields,
  body .mailchimp-form-inline .mc4wp-form-fields p {
    display: block;
    width: 100%;
    margin-left: 0 !important;
  }
  body .mailchimp-form-inline input[type=color], body .mailchimp-form-inline input[type=date], body .mailchimp-form-inline input[type=datetime], body .mailchimp-form-inline input[type=datetime-local], body .mailchimp-form-inline input[type=email], body .mailchimp-form-inline input[type=month], body .mailchimp-form-inline input[type=number], body .mailchimp-form-inline input[type=password], body .mailchimp-form-inline input[type=search], body .mailchimp-form-inline input[type=tel], body .mailchimp-form-inline input[type=text], body .mailchimp-form-inline input[type=time], body .mailchimp-form-inline input[type=url], body .mailchimp-form-inline input[type=week], body .mailchimp-form-inline input:not([type]), body .mailchimp-form-inline textarea {
    width: 100%;
  }
  body .mailchimp-form-inline .mailchimp-form-inner {
    display: block;
  }
  .wi-mailchimp-form input[type=submit] {
    width: 100%;
  }
  /* WooCommerce
  -------------------------------------------------------------------------------------- */
  .woocommerce .products ul.columns-6 li.product,
  .woocommerce ul.products.columns-6 li.product {
    width: 33.33%;
  }
  .woocommerce .products ul.columns-5 li.product,
  .woocommerce ul.products.columns-5 li.product {
    width: 33.33%;
  }
  .woocommerce .products ul.columns-4 li.product,
  .woocommerce ul.products.columns-4 li.product {
    width: 50%;
  }
  .woocommerce .products ul.columns-3 li.product,
  .woocommerce ul.products.columns-3 li.product {
    width: 50%;
  }
  .catalog-item-spacing-large.woocommerce .products ul, .catalog-item-spacing-large.woocommerce ul.products,
  .catalog-item-spacing-large .woocommerce .products ul,
  .catalog-item-spacing-large .woocommerce ul.products {
    margin: -40px -8px 0;
  }
  .catalog-item-spacing-large.woocommerce .products ul li.product, .catalog-item-spacing-large.woocommerce ul.products li.product,
  .catalog-item-spacing-large .woocommerce .products ul li.product,
  .catalog-item-spacing-large .woocommerce ul.products li.product {
    padding: 40px 8px 0;
  }
}
@media only screen and (max-width: 480px) {
  /* General
  -------------------------------------------------------------------------------------- */
  .container {
    width: 420px; /* best for iphone 6 plus, iphone 7 */
    max-width: 93%;
  }
  /* Header
  -------------------------------------------------------------------------------------- */
  #hamburger {
    width: 24px;
  }
  #hamburger span {
    height: 2px;
  }
  body #logo-area {
    padding: 20px 0;
  }
  #logo-area .container {
    width: 96%;
    padding-left: 48px;
    padding-right: 48px;
  }
  #wi-tagline {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  /* General
  -------------------------------------------------------------------------------------- */
  .container {
    width: 340px; /* best for iphone 6 */
  }
  blockquote {
    line-height: 1.5;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 19px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 16px;
  }
  h5, h6 {
    font-size: 14px;
  }
  /* Blog
  -------------------------------------------------------------------------------------- */
  .entry-meta {
    text-align: left;
  }
  .entry-meta > * {
    padding: 3px 0;
    display: block;
  }
  .entry-meta > *:after {
    display: none;
  }
  .entry-meta > * + * {
    border-top: 1px solid #eaeaea;
  }
  /* Blog Grid
   * All -> 1 column
  -------------------- */
  .blog-grid.column-2 .post-grid,
  .blog-grid.column-3 .post-grid,
  .blog-grid.column-4 .post-grid {
    width: 100%;
  }
  /* Blog List
  -------------------- */
  .post-list-thumbnail {
    width: 110px;
    margin-right: 1.5rem;
  }
  .list-section .entry-meta.grid-meta {
    margin-bottom: 0.5rem;
  }
  .list-title {
    font-size: 1.3em;
    margin-bottom: 0.5rem;
  }
  /* Single
  -------------------------------------------------------------------------------------- */
  .entry-title,
  .page-title {
    margin-bottom: 2rem;
  }
}
/* iPhone 4 + 5 */
@media only screen and (max-width: 370px) {
  /* General
  -------------------------------------------------------------------------------------- */
  .container {
    width: 300px;
  }
  #wi-main {
    overflow: hidden;
  }
}/*# sourceMappingURL=style.css.map */