/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

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

.fa-home:before {
  content: "\f015"; }

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

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

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

.fa-print:before {
  content: "\f02f"; }

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

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

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

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

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

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

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

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

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

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

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

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

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

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

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

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

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

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

.fa-google-plus-square:before {
  content: "\f0d4"; }

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

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

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

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

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

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

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

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

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

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

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

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

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

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

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

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

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

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

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

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

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

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-handshake-o:before {
  content: "\f2b5"; }

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

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

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

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

.fa-user-circle-o:before {
  content: "\f2be"; }

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

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9947f6535a71d3629391f8ed45d47873)
 * Config saved to config.json and https://gist.github.com/9947f6535a71d3629391f8ed45d47873
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

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

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

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

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

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-0 {
    right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-push-0 {
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-static {
    display: inline-block; }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider article.banner {
    margin: 0; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  bottom: 22px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }
  .slick-dots li.slick-active button {
    background: #fff; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, 0.4); }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.slick-slider-container.slick-initialized .banner {
  display: table !important; }
.slick-slider-container a:first-child .banner, .slick-slider-container span:first-child .banner {
  display: table !important; }
.slick-slider-container .banner {
  display: none !important; }

/*.slick-slider-container{
    max-height: 0;
    overflow: hidden;
    &.slick-initialized {
        max-height: none;
    }
}*/
/*.slick-slider .banner{
    position:absolute;
}
.slick-slider .banner:first-child{
    position:relative;
}
.slick-initialized.slick-slider .banner,
.slick-initialized.slick-slider .banner:first-child{
    position:relative;
}*/
*, *:hover, *:active, *:focus, *:visited {
  /*outline: none;*/ }

a, a:hover, a:active, a:focus, a:visited {
  outline: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:active {
    text-decoration: underline; }

@media (min-width: 1450px) {
  .container {
    width: 1420px; } }

.form-horizontal .form-group {
  margin: 0; }

.grid-system-spacing .row {
  margin-left: -8px;
  margin-right: -8px; }
.grid-system-spacing .col-xs-1, .grid-system-spacing .col-sm-1, .grid-system-spacing .col-md-1, .grid-system-spacing .col-lg-1, .grid-system-spacing .col-xs-2, .grid-system-spacing .col-sm-2, .grid-system-spacing .col-md-2, .grid-system-spacing .col-lg-2, .grid-system-spacing .col-xs-3, .grid-system-spacing .col-sm-3, .grid-system-spacing .col-md-3, .grid-system-spacing .col-lg-3, .grid-system-spacing .col-xs-4, .grid-system-spacing .col-sm-4, .grid-system-spacing .col-md-4, .grid-system-spacing .col-lg-4, .grid-system-spacing .col-xs-5, .grid-system-spacing .col-sm-5, .grid-system-spacing .col-md-5, .grid-system-spacing .col-lg-5, .grid-system-spacing .col-xs-6, .grid-system-spacing .col-sm-6, .grid-system-spacing .col-md-6, .grid-system-spacing .col-lg-6, .grid-system-spacing .col-xs-7, .grid-system-spacing .col-sm-7, .grid-system-spacing .col-md-7, .grid-system-spacing .col-lg-7, .grid-system-spacing .col-xs-8, .grid-system-spacing .col-sm-8, .grid-system-spacing .col-md-8, .grid-system-spacing .col-lg-8, .grid-system-spacing .col-xs-9, .grid-system-spacing .col-sm-9, .grid-system-spacing .col-md-9, .grid-system-spacing .col-lg-9, .grid-system-spacing .col-xs-10, .grid-system-spacing .col-sm-10, .grid-system-spacing .col-md-10, .grid-system-spacing .col-lg-10, .grid-system-spacing .col-xs-11, .grid-system-spacing .col-sm-11, .grid-system-spacing .col-md-11, .grid-system-spacing .col-lg-11, .grid-system-spacing .col-xs-12, .grid-system-spacing .col-sm-12, .grid-system-spacing .col-md-12, .grid-system-spacing .col-lg-12 {
  padding-left: 8px;
  padding-right: 8px; }
.grid-system-spacing .ma8 {
  margin: 8px !important; }
.grid-system-spacing .mb16 {
  margin-bottom: 16px !important; }

ol, li, ul, dd, dt, dl {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

label {
  margin-bottom: 0; }

/* --------------- / variables   --------------------------- */
/* --------------- / input --------------------------- */
.form-text, .form-select {
  position: relative;
  /*input{
    border-color: #a94442;
  }*/ }
  .form-text.required:after, .form-select.required:after {
    content: '*';
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 20px; }
  .form-text.has-error .error, .form-select.has-error .error {
    color: #a94442;
    font-weight: bold;
    margin: 0 0 .875em; }
  .form-text.contRadioButton, .form-select.contRadioButton {
    margin-bottom: 20px; }
    .form-text.contRadioButton .form-label.borderBottom, .form-select.contRadioButton .form-label.borderBottom {
      padding-top: 40px;
      border-top: 1px solid #000;
      margin-top: 0px;
      margin-bottom: 20px; }
      .form-text.contRadioButton .form-label.borderBottom.noBorder, .form-select.contRadioButton .form-label.borderBottom.noBorder {
        border: 0; }
    .form-text.contRadioButton ._label, .form-select.contRadioButton ._label {
      padding-left: calc(20px + 0.5em); }
      .form-text.contRadioButton ._label:before, .form-text.contRadioButton ._label:after, .form-select.contRadioButton ._label:before, .form-select.contRadioButton ._label:after {
        left: 5px; }
    .form-text.contRadioButton p, .form-select.contRadioButton p {
      margin: 0 !important; }
    .form-text.contRadioButton .form-control, .form-select.contRadioButton .form-control {
      margin: 0;
      line-height: 1em; }
    .form-text.contRadioButton .form-label, .form-select.contRadioButton .form-label {
      margin: 0;
      line-height: 1.1em;
      float: left; }

.form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.1em;
  color: #333; }
  .form-label.form-label-small {
    font-size: 0.9em; }
  .form-label._extended {
    font-size: 1em;
    padding: 0.5em 1em;
    color: gray; }

.form-error {
  color: #a94442;
  margin: -.4em 0 1em;
  display: block; }

.form-input {
  position: relative;
  font-size: 13px;
  height: 43px;
  width: 100%;
  margin: 0 0 .875em;
  padding: 0.7em 0.8em;
  color: #2b2b2b;
  border-radius: 0em;
  border: 0;
  border-bottom: 1px solid #2b2b2b;
  background-color: #fff;
  transition: all .2s;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  resize: vertical; }
  .form-input:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 102, 102, 0.6);
    /*box-shadow: inset 0 -10px 8px -12 rgba(0, 0, 0, .075), 0 0 8px rgba($input-border-focus-color, 0.6);*/
    box-shadow: inset 0 -15px 10px -18px #000; }
  .form-input[disabled] {
    border-color: #383838;
    background-color: #f2f2f2;
    box-shadow: none;
    cursor: not-allowed; }
  .has-error .form-input {
    border-left: 3px solid #a94442; }
  .form-input.form-input-small {
    width: 5em; }
  .form-input::-moz-placeholder {
    color: #c4c4c4;
    opacity: 1; }
  .form-input:-ms-input-placeholder {
    color: #c4c4c4;
    opacity: 1; }
  .form-input::-webkit-input-placeholder {
    color: #c4c4c4;
    opacity: 1; }

select.form-input {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%232b2b2b%22%20d%3D%22M256%2C298.3L256%2C298.3L256%2C298.3l174.2-167.2c4.3-4.2%2C11.4-4.1%2C15.8%2C0.2l30.6%2C29.9c4.4%2C4.3%2C4.5%2C11.3%2C0.2%2C15.5L264.1%2C380.9c-2.2%2C2.2-5.2%2C3.2-8.1%2C3c-3%2C0.1-5.9-0.9-8.1-3L35.2%2C176.7c-4.3-4.2-4.2-11.2%2C0.2-15.5L66%2C131.3c4.4-4.3%2C11.5-4.4%2C15.8-0.2L256%2C298.3z%22/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) center; }
  select.form-input::-ms-expand {
    display: none; }
  select.form-input option.disabled {
    color: #ddd; }

.form-control {
  display: inline-block;
  float: left;
  cursor: pointer;
  margin: 0 0 .875em;
  box-sizing: border-box; }
  .form-control input {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .form-control ._label {
    display: inline-block;
    position: relative;
    padding-left: calc(16px + 0.5em);
    will-change: transform;
    height: 16px;
    cursor: pointer; }
    .form-control ._label::before, .form-control ._label::after {
      content: '';
      position: absolute;
      top: calc(50% - 8px);
      left: 0;
      width: 16px;
      height: 16px;
      border: 1px solid transparent; }
    .form-control ._label::before {
      content: '';
      position: absolute;
      top: calc(50% - 8px);
      left: 0;
      width: 16px;
      height: 16px;
      border-color: #2b2b2b;
      background: #fff;
      background-size: 0;
      transition: border-color .2s ease; }
      .has-error .form-control ._label::before {
        border-color: #a94442; }
    .form-control ._label::after {
      background-size: 90%;
      background-repeat: no-repeat;
      background-position: center;
      transform: scale(0);
      transition: transform .2s ease;
      will-change: transform; }
  .form-control ._label-extended {
    text-transform: uppercase;
    background-color: #fff;
    margin-right: 0.5em;
    padding: 0.5em 1em;
    cursor: pointer;
    border-left: solid 3px #333333;
    font-weight: 400;
    min-width: 200px;
    transition: all 0.2s;
    font-size: 1.1em; }
  .form-control + .form-label {
    max-width: calc(100% - 24px - 0.5em); }
    .form-control + .form-label._extended {
      max-width: calc(100% - 236px - 0.5em); }
  .form-control input[type='radio'] + ._label::before {
    border-radius: 100%; }
  .form-control input[type='radio']:checked + ._label::after {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%232b2b2b%22%20d%3D%22M256%2C464c114.9%2C0%2C208-93.1%2C208-208c0-114.9-93.1-208-208-208C141.1%2C48%2C48%2C141.1%2C48%2C256C48%2C370.9%2C141.1%2C464%2C256%2C464z%22/%3E%3C/svg%3E"); }
  .form-control input[type='checkbox']:checked + ._label::after {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%232b2b2b%22%20d%3D%22M461.6%2C109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4%2C0-4.6%2C1-6.3%2C2.5L194.5%2C323c0%2C0-78.5-75.5-80.7-77.7c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4%2C0-6.4%2C3.1-8.7%2C5.4c-1.7%2C1.8-29.7%2C31.2-43.5%2C45.8c-0.8%2C0.9-1.3%2C1.4-2%2C2.1c-1.2%2C1.7-2%2C3.6-2%2C5.7c0%2C2.2%2C0.8%2C4%2C2%2C5.7l2.8%2C2.6c0%2C0%2C139.3%2C133.8%2C141.6%2C136.1c2.3%2C2.3%2C5.1%2C5.2%2C9.2%2C5.2c4%2C0%2C7.3-4.3%2C9.2-6.2L462%2C121.8c1.2-1.7%2C2-3.6%2C2-5.8C464%2C113.5%2C463%2C111.4%2C461.6%2C109.6z%22/%3E%3C/svg%3E"); }
  .form-control input[type='radio'][disabled] + ._label,
  .form-control input[type='checkbox'][disabled] + ._label {
    cursor: not-allowed; }
  .form-control input[type='radio'][disabled] + ._label::before,
  .form-control input[type='checkbox'][disabled] + ._label::before {
    border-color: #383838;
    background-color: #f2f2f2;
    box-shadow: none; }
  .form-control input:checked + ._label::after {
    transform: scale(1); }
  .form-control input:checked ~ ._label-extended {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    color: #FFF; }
  .form-control input:checked + ._label::before {
    border-color: #666; }

/******************** BUTTONS ************************************************/
.btn {
  display: inline-block;
  padding: 0.6em 0.8em 0.5em;
  border-radius: 0em;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  text-align: center;
  border: solid 1px;
  font-weight: 400;
  font-size: 16px;
  height: 43px;
  cursor: pointer;
  letter-spacing: 0.04em;
  /*-webkit-transition: border-color 1.3s, color 1.3s;
  -moz-transition: border-color 1.3s, color 1.3s;
  -ms-transition: border-color 1.3s, color 1.3s;
  -o-transition: border-color 1.3s, color 1.3s;
  transition: border-color 1.3s, color 1.3s;*/
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .btn:after {
    /*-webkit-transition: width 1.3s, opacity 1.3s;
    -moz-transition: width 1.3s, opacity 1.3s;
    -ms-transition: width 1.3s, opacity 1.3s;
    -o-transition: width 1.3s, opacity 1.3s;
    transition: width 1.3s, opacity 1.3s;*/
    content: '';
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    z-index: -1; }
  .btn:hover:after {
    width: 115%; }
  .btn:hover, .btn:focus, .btn:active {
    text-decoration: none; }
  .btn.btn-xs {
    font-size: 11px;
    height: 32px; }
  .btn.btn-sm {
    font-size: 15px;
    height: 41px; }
  .btn.btn-md {
    font-size: 19px;
    height: 56px; }
  .btn.btn-lg {
    font-size: 32px;
    height: 90px; }
  .btn.btn-block {
    display: block;
    width: 100%; }
  @media (max-width: 767px) {
    .btn.btn-block-xs {
      display: block;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .btn.btn-block-sm {
      display: block;
      width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .btn.btn-block-md {
      display: block;
      width: 100%; } }
  @media (min-width: 1200px) {
    .btn.btn-block-lg {
      display: block;
      width: 100%; } }
  .btn.btn-primary {
    border-color: #2b2b2b;
    color: #2b2b2b;
    background: #FFF;
    /*&:hover {
        border-color: $primary-color;
        color: $primary-color;
    }*/
        /*&.animate-btn{
            &:hover{
                border-color: $white;
                color: $white;
                background: $primary-color;

                &:after,
                &:before{

                }
            }
        }*/ }
    .btn.btn-primary:after {
      background: #FFF; }
    .btn.btn-primary.btn-inverted {
      background: #4b4b4b;
      color: #FFF;
      /*&:after {
          background: #4b4b4b;
      }*/ }
      .btn.btn-primary.btn-inverted:hover {
        background: #6f6f6f;
        border-color: #2b2b2b; }
    .btn.btn-primary:hover {
      border-color: #6f6f6f;
      color: #FFF; }
      .btn.btn-primary:hover:after {
        background: #6f6f6f; }
  .btn.btn-secondary {
    border-color: #333;
    color: #333;
    background: #FFF; }
    .btn.btn-secondary:hover {
      color: #FFF; }
    .btn.btn-secondary:after {
      background: #333; }
    .btn.btn-secondary.btn-inverted {
      background: #333;
      color: #FFF; }
      .btn.btn-secondary.btn-inverted:hover {
        color: #333; }
      .btn.btn-secondary.btn-inverted:after {
        background: #FFF; }
  .btn.btn-tertiary {
    border-color: #777;
    color: #777;
    background: #FFF; }
    .btn.btn-tertiary:hover {
      color: #FFF; }
    .btn.btn-tertiary:after {
      background: #777; }
    .btn.btn-tertiary.btn-inverted {
      background: #777;
      color: #FFF; }
      .btn.btn-tertiary.btn-inverted:hover {
        color: #777; }
      .btn.btn-tertiary.btn-inverted:after {
        background: #FFF; }
  .btn.btn-link-primary {
    border: 0;
    color: #2b2b2b;
    background: #FFF;
    padding-left: 0; }
  .btn.btn-icon {
    text-align: left;
    padding-right: 1.2em;
    vertical-align: middle; }
    .btn.btn-icon i, .btn.btn-icon svg {
      width: 1.28571429em;
      text-align: center;
      margin-right: 0.2em;
      vertical-align: middle; }
    .btn.btn-icon:hover {
      /*text-decoration: underline;*/ }
  .btn.btn-no-border {
    border: 0; }
  .btn.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in; }
  .btn.btn-uppercase {
    text-transform: uppercase; }
  .btn .btn-pipe {
    font-size: 1.2em;
    margin-right: 10px; }
  .btn.btn-facebook {
    color: #3b5998;
    border-color: #3b5998;
    padding: 0.6em 0.5em 0.5em; }
    #page-checkout .btn.btn-facebook {
      font-size: 16px;
      line-height: 2em; }
    .btn.btn-facebook:hover {
      background: #3b5998;
      color: #FFF; }
  .btn.btn-google-plus {
    color: #dd4b39;
    border-color: #dd4b39;
    padding: 0.6em 0.5em 0.5em; }
    #page-checkout .btn.btn-google-plus {
      font-size: 16px;
      line-height: 2em; }
    .btn.btn-google-plus:hover {
      background: #dd4b39;
      color: #FFF; }
  .btn.btn-detail {
    font-size: .8em;
    padding: 1em 3em; }
  .btn.btn-green {
    background: #B0D236;
    color: #FFF;
    border-color: #B0D236; }
    .btn.btn-green:hover {
      background: #FFF;
      color: #B0D236; }
  .btn.btn-purple {
    background: #9B3D95;
    color: #FFF;
    border-color: #9B3D95; }
    .btn.btn-purple:hover {
      background: #FFF;
      color: #9B3D95; }

input[type='submit'].btn.btn-primary:hover,
input[type='button'].btn.btn-primary:hover {
  border-color: #6f6f6f;
  color: #FFF;
  background: #6f6f6f; }

.notifications-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3000; }
  .notifications-container .container {
    position: relative; }
    .notifications-container .container .notification-track {
      position: absolute;
      right: 15px;
      top: 20px;
      width: 300px;
      z-index: 3100;
      transition: opacity 0.5s;
      opacity: 1; }
      .notifications-container .container .notification-track.hide {
        opacity: 0;
        display: block !important; }
      .notifications-container .container .notification-track .notification {
        opacity: 0;
        transition: opacity 0.3s, max-height 1s;
        overflow: hidden;
        max-height: 0;
        will-change: opacity; }
        .notifications-container .container .notification-track .notification .notification-content {
          padding: 15px;
          margin: 8px 8px 20px;
          background-color: #B0D236;
          color: #333;
          -webkit-box-shadow: 0 0 12px #a4a4a4;
          box-shadow: 0 0 12px #a4a4a4; }
          .notifications-container .container .notification-track .notification .notification-content .notification-header {
            background-color: #FFF;
            width: auto;
            margin: -15px -15px 10px;
            padding: 15px;
            color: #000;
            display: block; }
            .notifications-container .container .notification-track .notification .notification-content .notification-header figure {
              margin-bottom: 10px; }
        .notifications-container .container .notification-track .notification.active {
          transition: opacity 0.5s;
          opacity: 1;
          max-height: 400px; }
      .notifications-container .container .notification-track #notification-template {
        display: none; }

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 20px 30px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0; }

p {
  margin: 0; }

.paragraph-1 {
  font-weight: 400;
  font-size: 20px; }

.paragraph-2 {
  font-weight: 400;
  font-size: 16px; }

.paragraph-3 {
  font-size: 18px;
  font-weight: 400; }

.paragraph-4 {
  font-size: 18px;
  font-weight: 400; }

.paragraph-5 {
  font-size: 16px;
  font-weight: 600; }

.paragraph-price, .paragraph-price-small, .paragraph-quantity, .paragraph-quantity-small {
  font-weight: 400;
  font-size: 45px; }

.paragraph-price-small, .paragraph-quantity-small {
  font-size: 1.3em;
  font-weight: 600; }

.heading-1 {
  font-weight: 600;
  font-size: 42px; }

.heading-2 {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase; }

.heading-3 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .heading-3 {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .heading-3 {
      font-size: 20px; } }

.heading-4 {
  font-weight: 600;
  font-size: 16px; }
  @media (min-width: 768px) {
    .heading-4 {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .heading-4 {
      font-size: 20px; } }

.heading-5 {
  font-weight: 100;
  font-size: 16px; }
  @media (min-width: 768px) {
    .heading-5 {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .heading-5 {
      font-size: 20px; } }

.heading-6 {
  font-weight: 600;
  font-size: 20px;
  margin: 30px 0 10px; }

.heading-7 {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .heading-7 {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .heading-7 {
      font-size: 24px; } }

.heading-8 {
  font-size: 16px;
  color: #f5f5f5; }

.heading-9 {
  font-weight: 600;
  font-size: 20px; }
  @media (min-width: 768px) {
    .heading-9 {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .heading-9 {
      font-size: 28px; } }

.menu-heading {
  font-size: 15px; }

.heading-cart {
  margin: 25px 0 30px; }

.color-dark-gray {
  color: #2b2b2b; }

.color-white {
  color: #FFF; }

.color-light-gray {
  color: #f5f5f5; }

.font-bold {
  font-weight: 600; }

.font-normal {
  font-weight: 400; }

.footer-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px; }

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

.text-uppercase {
  text-transform: uppercase; }

.product-available {
  color: #B0D236;
  font-weight: 600; }

.product-not-available {
  color: #e8503f;
  font-weight: 600; }

/* ------------------------ Common ------------------------ */
.display-block {
  display: block; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.display-none {
  display: none; }

.display-block-xs {
  display: block; }

.display-inline-xs {
  display: inline; }

.display-inline-block-xs {
  display: inline-block; }

.display-none-xs {
  display: none; }

@media (min-width: 768px) {
  .display-block-sm {
    display: block; }

  .display-inline-sm {
    display: inline; }

  .display-inline-block-sm {
    display: inline-block; }

  .display-none-sm {
    display: none; } }
@media (min-width: 992px) {
  .display-block-md {
    display: block; }

  .display-inline-md {
    display: inline; }

  .display-inline-block-md {
    display: inline-block; }

  .display-none-md {
    display: none; } }
@media (min-width: 1200px) {
  .display-block-lg {
    display: block; }

  .display-inline-lg {
    display: inline; }

  .display-inline-block-lg {
    display: inline-block; }

  .display-none-lg {
    display: none; } }
.fixed {
  position: fixed; }

.position-inherit {
  position: inherit !important; }

.shadow-none {
  box-shadow: none !important;
  text-shadow: none !important; }

.clearfix {
  clear: both; }

.clearfix:after {
  content: " ";
  clear: both; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.overflow-hidden {
  overflow: hidden; }

.align-center {
  margin: 0 auto; }

.absolute-left {
  bottom: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0; }

.absolute-center {
  bottom: 0;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0; }

.absolute-right {
  bottom: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0; }

.absolute-bottom-30 {
  left: 0px;
  bottom: 0px;
  padding: 30px;
  display: block;
  margin: 0 auto;
  position: absolute; }

.width100 {
  width: 100%;
  height: auto; }

.width50 {
  width: 50%;
  height: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.form-control.height-auto {
  height: auto !important; }

@media (min-width: 768px) {
  .pull-sm-right {
    float: right !important; }

  .pull-sm-left {
    float: left !important; } }
/* ---------------        Colors        --------------- */
.icon-blue {
  color: #3b5999; }

.icon-green {
  color: green; }

.icon-gray {
  color: gray; }

.fa-check.success {
  color: #1ab394; }

.fa-check.failure {
  color: #E6E6E6; }

.fa-info-circle.success {
  color: #1ab394; }

.fa-info-circle.failure {
  color: #E6E6E6; }

.color-red {
  color: #CC0000; }

.color-green {
  color: #B0D236; }

.color-white {
  color: #FFF; }

.color-black {
  color: #000; }

.background-red {
  background: #CC0000;
  color: #fff; }

.background-green {
  background: #009900;
  color: #fff; }

.scroll-vertical {
  overflow-x: hidden;
  overflow-y: auto; }

.list-none li {
  list-style: none; }

.text-underline-none {
  text-decoration: none; }

.cursor-pointer {
  cursor: pointer; }

.text-underline {
  text-decoration: underline; }

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

.vertical-align-parent {
  position: relative; }

.vertical-align-parent .vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.word-wrap {
  word-wrap: break-word; }

code {
  padding: 0; }

.navbar {
  border-radius: 0; }

.responsive-classes {
  position: fixed;
  right: 0;
  top: 0;
  padding: 5px;
  background-color: #eee; }

/* ------------------------ / Common ------------------------ */
.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

.text-xs-justify {
  text-align: justify !important; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; }

  .text-sm-justify {
    text-align: justify !important; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; }

  .text-md-justify {
    text-align: justify !important; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; }

  .text-lg-justify {
    text-align: justify !important; } }
/* --------------- Margin and Padding --------------- */
/* all */
.ma0 {
  margin: 0 !important; }

.ma5 {
  margin: 5px !important; }

.ma10 {
  margin: 10px !important; }

.ma15 {
  margin: 15px !important; }

.pa0 {
  padding: 0 !important; }

.pa5 {
  padding: 5px !important; }

.pa10 {
  padding: 10px !important; }

.pa15 {
  padding: 15px !important; }

.pa20 {
  padding: 20px !important; }

.pa25 {
  padding: 25px !important; }

.pa30 {
  padding: 30px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt7 {
  margin-top: 7px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.pt0 {
  padding-top: 0 !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.mr-5 {
  margin-right: -5px !important; }

.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr100 {
  margin-right: 100px !important; }

.pr0 {
  padding-right: 0 !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr100 {
  padding-right: 100px !important; }

/* bottom */
.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.ml-5 {
  margin-left: -5px !important; }

.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml100 {
  margin-left: 100px !important; }

.ml105 {
  margin-left: 105px !important; }

.pl0 {
  padding-left: 0 !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl100 {
  padding-left: 100px !important; }

.b0 {
  border: 0; }

/* --------------- / Margin and Padding --------------- */
/* --------------- blocks ----------------------------- */
.fullscreen {
  height: 95vh;
  width: 100%;
  display: block;
  position: relative;
  background: center center;
  background-size: cover; }
  @media (max-width: 992px) {
    .fullscreen {
      transition: height 9999s; } }
  @media (min-width: 1200px) {
    .fullscreen {
      height: 90vh; } }
  .fullscreen.dark {
    box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.4); }

@media (max-width: 767px) {
  .dark-xs {
    box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.4); } }
.vertical-top {
  position: absolute;
  width: 100%;
  top: 0; }

.vertical-center {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 768px) {
  .sm-vertical-center {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.vertical-bottom {
  position: absolute !important;
  width: 100%;
  bottom: 0; }

.horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.horizontal-center.vertical-center {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.fullspace {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .fullspace.dark {
    box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.4); }
  .fullspace.ma15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px; }

.centered-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.dark-background {
  box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.5); }

.base-padding {
  padding: 70px 0 70px; }

.background-blue {
  background: #0000CC; }

.background-white {
  background: #FFF; }

.background-green {
  background: #B0D236; }

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.block-shadow {
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.1); }

/* --------------- / blocks --------------------------- */
.padding-squared {
  position: relative; }

.padding-squared > * {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.col-xs-1.padding-squared {
  padding-bottom: 8.3333333333%; }

.col-xs-10.padding-squared {
  padding-bottom: 83.3333333333%; }

.col-xs-11.padding-squared {
  padding-bottom: 91.6666666667%; }

.col-xs-12.padding-squared {
  padding-bottom: 100%; }

.col-xs-2.padding-squared {
  padding-bottom: 16.6666666667%; }

.col-xs-3.padding-squared {
  padding-bottom: 25%; }

.col-xs-4.padding-squared {
  padding-bottom: 33.3333333333%; }

.col-xs-5.padding-squared {
  padding-bottom: 41.6666666667%; }

.col-xs-6.padding-squared {
  padding-bottom: 50%; }

.col-xs-7.padding-squared {
  padding-bottom: 58.3333333333%; }

.col-xs-8.padding-squared {
  padding-bottom: 66.6666666667%; }

.col-xs-9.padding-squared {
  padding-bottom: 75%; }

@media (max-width: 767px) {
  .col-xs-1.padding-squared.padding-squared-half-xs {
    padding-bottom: 4.1666666667%; }

  .col-xs-10.padding-squared.padding-squared-half-xs {
    padding-bottom: 41.6666666667%; }

  .col-xs-11.padding-squared.padding-squared-half-xs {
    padding-bottom: 45.8333333333%; }

  .col-xs-12.padding-squared.padding-squared-half-xs {
    padding-bottom: 50%; }

  .col-xs-2.padding-squared.padding-squared-half-xs {
    padding-bottom: 8.3333333333%; }

  .col-xs-3.padding-squared.padding-squared-half-xs {
    padding-bottom: 12.5%; }

  .col-xs-4.padding-squared.padding-squared-half-xs {
    padding-bottom: 16.6666666667%; }

  .col-xs-5.padding-squared.padding-squared-half-xs {
    padding-bottom: 20.8333333333%; }

  .col-xs-6.padding-squared.padding-squared-half-xs {
    padding-bottom: 25%; }

  .col-xs-7.padding-squared.padding-squared-half-xs {
    padding-bottom: 29.1666666667%; }

  .col-xs-8.padding-squared.padding-squared-half-xs {
    padding-bottom: 33.3333333333%; }

  .col-xs-9.padding-squared.padding-squared-half-xs {
    padding-bottom: 37.5%; } }
@media (min-width: 768px) {
  .col-sm-1.padding-squared {
    padding-bottom: 8.3333333333%; }

  .col-sm-10.padding-squared {
    padding-bottom: 83.3333333333%; }

  .col-sm-12.padding-squared {
    padding-bottom: 91.6666666667%; }

  .col-sm-12.padding-squared {
    padding-bottom: 100%; }

  .col-sm-2.padding-squared {
    padding-bottom: 16.6666666667%; }

  .col-sm-3.padding-squared {
    padding-bottom: 25%; }

  .col-sm-4.padding-squared {
    padding-bottom: 33.3333333333%; }

  .col-sm-5.padding-squared {
    padding-bottom: 41.6666666667%; }

  .col-sm-6.padding-squared {
    padding-bottom: 50%; }

  .col-sm-7.padding-squared {
    padding-bottom: 58.3333333333%; }

  .col-sm-8.padding-squared {
    padding-bottom: 66.6666666667%; }

  .col-sm-9.padding-squared {
    padding-bottom: 75%; } }
@media (min-width: 992px) {
  .col-md-1.padding-squared {
    padding-bottom: 8.3333333333%; }

  .col-md-10.padding-squared {
    padding-bottom: 83.3333333333%; }

  .col-md-12.padding-squared {
    padding-bottom: 91.6666666667%; }

  .col-md-12.padding-squared {
    padding-bottom: 100%; }

  .col-md-2.padding-squared {
    padding-bottom: 16.6666666667%; }

  .col-md-3.padding-squared {
    padding-bottom: 25%; }

  .col-md-4.padding-squared {
    padding-bottom: 33.3333333333%; }

  .col-md-5.padding-squared {
    padding-bottom: 41.6666666667%; }

  .col-md-6.padding-squared {
    padding-bottom: 50%; }

  .col-md-7.padding-squared {
    padding-bottom: 58.3333333333%; }

  .col-md-8.padding-squared {
    padding-bottom: 66.6666666667%; }

  .col-md-9.padding-squared {
    padding-bottom: 75%; } }
@media (min-width: 1200px) {
  .col-lg-1.padding-squared {
    padding-bottom: 8.3333333333%; }

  .col-lg-10.padding-squared {
    padding-bottom: 83.3333333333%; }

  .col-lg-12.padding-squared {
    padding-bottom: 91.6666666667%; }

  .col-lg-12.padding-squared {
    padding-bottom: 100%; }

  .col-lg-2.padding-squared {
    padding-bottom: 16.6666666667%; }

  .col-lg-3.padding-squared {
    padding-bottom: 25%; }

  .col-lg-4.padding-squared {
    padding-bottom: 33.3333333333%; }

  .col-lg-5.padding-squared {
    padding-bottom: 41.6666666667%; }

  .col-lg-6.padding-squared {
    padding-bottom: 50%; }

  .col-lg-7.padding-squared {
    padding-bottom: 58.3333333333%; }

  .col-lg-8.padding-squared {
    padding-bottom: 66.6666666667%; }

  .col-lg-9.padding-squared {
    padding-bottom: 75%; } }
.col-xs-offset-1_5 {
  margin-left: 12.5%; }

@media (min-width: 768px) {
  .col-sm-offset-1_5 {
    margin-left: 12.5%; } }
@media (min-width: 992px) {
  .col-md-offset-1_5 {
    margin-left: 12.5%; } }
@media (min-width: 1200px) {
  .col-lg-offset-1_5 {
    margin-left: 12.5%; } }
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-xs-top {
    vertical-align: top; }

  .col-xs-middle {
    vertical-align: middle; }

  .col-xs-bottom {
    vertical-align: bottom; } }
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top; }

  .col-sm-top {
    vertical-align: top; }

  .col-sm-middle {
    vertical-align: middle; }

  .col-sm-bottom {
    vertical-align: bottom; } }
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-md-top {
    vertical-align: top; }

  .col-md-middle {
    vertical-align: middle; }

  .col-md-bottom {
    vertical-align: bottom; } }
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-lg-top {
    vertical-align: top; }

  .col-lg-middle {
    vertical-align: middle; }

  .col-lg-bottom {
    vertical-align: bottom; } }
.min-width-30 {
  min-width: 30px; }

.min-width-50 {
  min-width: 50px; }

.min-width-70 {
  min-width: 70px; }

.min-width-100 {
  min-width: 100px; }

.min-width-130 {
  min-width: 130px; }

.min-width1500 {
  min-width: 150px; }

.lh-2 {
  line-height: 2em; }

/* --------------- / ul --------------------------- */
ul.inline {
  list-style: none;
  padding: 0; }
  ul.inline > li {
    display: inline-block; }

/* --------------- / buttons --------------------------- */
/* --------------- / dropdowns --------------------------- */
.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown.opened > .dropdown-content {
    display: block;
    background-color: #fff; }
  .dropdown .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 100; }
  .dropdown.dropdown-block {
    display: block;
    width: 100%; }
  @media (max-width: 767px) {
    .dropdown.dropdown-block-xs {
      display: block;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .dropdown.dropdown-block-sm {
      display: block;
      width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .dropdown.dropdown-block-md {
      display: block;
      width: 100%; } }
  @media (min-width: 1200px) {
    .dropdown.dropdown-block-lg {
      display: block;
      width: 100%; } }

/* --------------- / accordion --------------------------- */
.accordion .accordion-container.active .accordion-content {
  max-height: 3000px; }
.accordion .accordion-container .accordion-toggle {
  cursor: pointer; }
.accordion .accordion-container .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.8s, padding 0.8s; }

/* --------------- / radio accordion --------------------------- */
.radio-accordion .radio-accordion-container.active .radio-accordion-content {
  max-height: none; }
.radio-accordion .radio-accordion-container .radio-accordion-toggle {
  cursor: pointer; }
.radio-accordion .radio-accordion-container .radio-accordion-content {
  clear: both;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.8s, padding 0.8s;
  margin-left: 27px; }

/* --------------- / checkbox accordion --------------------------- */
.checkbox-accordion-container.active .checkbox-accordion-content {
  max-height: 1000px; }
.checkbox-accordion-container .checkbox-accordion-toggle {
  cursor: pointer; }
.checkbox-accordion-container .checkbox-accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.8s, padding 0.8s; }

/* --------------- / tab --------------------------- */
.tab-container .tab-content {
  display: none; }
  .tab-container .tab-content.active {
    display: block; }

/* --------------- / modal --------------------------- */
.overlay-mask {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .overlay-mask .overlay-content {
    padding: 5px;
    min-height: 10px;
    min-width: 10px;
    /*margin-top: 100px;
    margin: auto;*/
    background-color: #fff;
    border: 1px solid #a5a5a5;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-content: center;
    align-content: center; }

/* ------------------------ / CSS Table ------------------------ */
.display-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  height: 100%; }
  .display-table .display-table-row {
    display: table-row;
    width: 100%;
    height: 100%; }
    .display-table .display-table-row .display-table-cell {
      display: table-cell;
      height: 100%; }
      .display-table .display-table-row .display-table-cell.display-table-vertical-top {
        vertical-align: top; }
      .display-table .display-table-row .display-table-cell.display-table-vertical-middle {
        vertical-align: middle; }
      .display-table .display-table-row .display-table-cell.display-table-vertical-bottom {
        vertical-align: bottom; }
      .display-table .display-table-row .display-table-cell.col-xs-1, .display-table .display-table-row .display-table-cell.col-xs-2, .display-table .display-table-row .display-table-cell.col-xs-3, .display-table .display-table-row .display-table-cell.col-xs-4, .display-table .display-table-row .display-table-cell.col-xs-5, .display-table .display-table-row .display-table-cell.col-xs-6, .display-table .display-table-row .display-table-cell.col-xs-7, .display-table .display-table-row .display-table-cell.col-xs-8, .display-table .display-table-row .display-table-cell.col-xs-9, .display-table .display-table-row .display-table-cell.col-xs-10, .display-table .display-table-row .display-table-cell.col-xs-11, .display-table .display-table-row .display-table-cell.col-sm-1, .display-table .display-table-row .display-table-cell.col-sm-2, .display-table .display-table-row .display-table-cell.col-sm-3, .display-table .display-table-row .display-table-cell.col-sm-4, .display-table .display-table-row .display-table-cell.col-sm-5, .display-table .display-table-row .display-table-cell.col-sm-6, .display-table .display-table-row .display-table-cell.col-sm-7, .display-table .display-table-row .display-table-cell.col-sm-8, .display-table .display-table-row .display-table-cell.col-sm-9, .display-table .display-table-row .display-table-cell.col-sm-10, .display-table .display-table-row .display-table-cell.col-sm-11, .display-table .display-table-row .display-table-cell.col-md-1, .display-table .display-table-row .display-table-cell.col-md-2, .display-table .display-table-row .display-table-cell.col-md-3, .display-table .display-table-row .display-table-cell.col-md-4, .display-table .display-table-row .display-table-cell.col-md-5, .display-table .display-table-row .display-table-cell.col-md-6, .display-table .display-table-row .display-table-cell.col-md-7, .display-table .display-table-row .display-table-cell.col-md-8, .display-table .display-table-row .display-table-cell.col-md-9, .display-table .display-table-row .display-table-cell.col-md-10, .display-table .display-table-row .display-table-cell.col-md-11
      .display-table .display-table-row .display-table-cell.col-lg-1, .display-table .display-table-row .display-table-cell.col-lg-2, .display-table .display-table-row .display-table-cell.col-lg-3, .display-table .display-table-row .display-table-cell.col-lg-4, .display-table .display-table-row .display-table-cell.col-lg-5, .display-table .display-table-row .display-table-cell.col-lg-6, .display-table .display-table-row .display-table-cell.col-lg-7, .display-table .display-table-row .display-table-cell.col-lg-8, .display-table .display-table-row .display-table-cell.col-lg-9, .display-table .display-table-row .display-table-cell.col-lg-10, .display-table .display-table-row .display-table-cell.col-lg-11 {
        float: none; }
    @media (max-width: 767px) {
      .display-table .display-table-row {
        height: auto; }
        .display-table .display-table-row .display-table-cell.col-xs-12 {
          display: block;
          height: auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .display-table .display-table-row {
        height: auto; }
        .display-table .display-table-row .display-table-cell.col-sm-12 {
          display: block;
          height: auto; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .display-table .display-table-row {
        height: auto; }
        .display-table .display-table-row .display-table-cell.col-md-12 {
          display: block;
          height: auto; } }
    @media (min-width: 1200px) {
      .display-table .display-table-row {
        height: auto; }
        .display-table .display-table-row .display-table-cell.col-lg-12 {
          display: block;
          height: auto; } }

.flex-table {
  display: flex;
  flex-flow: column nowrap;
  /*margin: 0.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #d0d0d0;*/
  flex: 1 1 auto; }
  .flex-table .flex-tr, .flex-table .flex-th {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
        /*&:nth-of-type(even) {
          background-color: #f2f2f2;
        }

        &:nth-of-type(odd) {
          background-color: #ffffff;
        }*/ }
    .flex-table .flex-tr .flex-td, .flex-table .flex-th .flex-td {
      display: flex;
      display: -ms-flexbox;
      flex-flow: row nowrap;
      flex-grow: 1;
      flex-basis: 0;
      padding: 0.5em;
      /*word-break: break-word;*/
      overflow: hidden;
      /*text-overflow: ellipsis;*/
      min-width: 0px;
      /*white-space: nowrap;*/
      border-bottom: 1px solid #f5f5f5; }
      .flex-table .flex-tr .flex-td > *, .flex-table .flex-th .flex-td > * {
        width: 100%; }
      .flex-table .flex-tr .flex-td.align-start, .flex-table .flex-th .flex-td.align-start {
        align-items: flex-start; }
      .flex-table .flex-tr .flex-td.align-center, .flex-table .flex-th .flex-td.align-center {
        align-items: center; }
      .flex-table .flex-tr .flex-td.align-end, .flex-table .flex-th .flex-td.align-end {
        align-items: flex-end; }
      .flex-table .flex-tr .flex-td.flex-grow3, .flex-table .flex-th .flex-td.flex-grow3 {
        flex-grow: 3; }
      .flex-table .flex-tr .flex-td.flex-grow2, .flex-table .flex-th .flex-td.flex-grow2 {
        flex-grow: 2; }
      .flex-table .flex-tr .flex-td.flex-grow1, .flex-table .flex-th .flex-td.flex-grow1 {
        flex-grow: 1; }
      .flex-table .flex-tr .flex-td.flex-grow05, .flex-table .flex-th .flex-td.flex-grow05 {
        flex-grow: 0.5; }
      .flex-table .flex-tr .flex-td.flex-grow03, .flex-table .flex-th .flex-td.flex-grow03 {
        flex-grow: 0.3; }

.flex-table-3 {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .flex-table-3 a {
    display: inline-block;
    width: 30%;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat; }
    @media (max-width: 980px) {
      .flex-table-3 a {
        width: 100%; } }
    .flex-table-3 a.white {
      color: #FFF; }
      .flex-table-3 a.white svg g {
        fill: #FFF; }
    .flex-table-3 a article {
      height: 500px;
      position: relative;
      max-width: 600px;
      margin: 0 auto; }
      @media (max-width: 980px) {
        .flex-table-3 a article {
          height: 350px; } }
      .flex-table-3 a article h1 {
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 44px;
        margin: 0 0 15px 0; }
    .flex-table-3 a:hover {
      transform: scale(1.01);
      -webikit-transform: scale(1.01); }
      .flex-table-3 a:hover footer svg {
        margin: 0 0 0 10px; }
  @media (max-width: 980px) {
    .flex-table-3 {
      display: block; } }

.img-responsive-forced {
  display: block;
  max-width: 100%;
  height: 100%; }

.full-height {
  height: 100%; }

hr.hr-light-gray {
  border-top: solid 1px #f5f5f5; }
hr.hr-light {
  border-top: solid 1px #777; }
hr.hr-black {
  border-top: solid 1px #333333; }

/****** Mixin placeholder ***********/
/****** Mixin flexbox ***********/
/* spinner */
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
.svg-vertical-center span, .svg-vertical-center svg {
  vertical-align: middle; }
.svg-vertical-center svg {
  padding-left: 5px; }

.animate-1 {
  transition: max-height 0.7s 0.2s, opacity 0.7s;
  max-height: 0;
  opacity: 0;
  overflow: hidden; }
  .animate-1.show {
    transition: max-height 0.7s, opacity 0.7s 0.2s;
    max-height: 300px;
    opacity: 1; }

.transitionAll, .flex-table-3 a, .flex-table-3 a.white svg, header#app-header #app-header-desktop #app-header-bottom a.phone, header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav:hover > ul > li.menu-dropdown .menu-dropdown-content, #app-content article.article-list-item figure .figure-hover, #app-content article.article-list-item footer i, #app-content .videos article.article-list-item figure:after, #app-content article.banner .banner-content footer svg, #app-content article.banner.banner-mobile .banner-content footer svg, #app-content article.partial-product footer i, #app-content article.partial-product a, #app-content aside nav.side-nav ul li a, #app-content #page-home #page-home-eventi-social .social-banner, #app-content #page-home #page-home-categories ul li a {
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9); }

.transitionAll2, .btn, .btn:after {
  transition: all 0.7s cubic-bezier(0.18, 0.89, 0.95, 0.9);
  -webkit-transition: all 0.7s cubic-bezier(0.18, 0.89, 0.95, 0.9);
  -moz-transition: all 0.7s cubic-bezier(0.18, 0.89, 0.95, 0.9);
  -o-transition: all 0.7s cubic-bezier(0.18, 0.89, 0.95, 0.9);
  -ms-transition: all 0.7s cubic-bezier(0.18, 0.89, 0.95, 0.9); }

.transitionPadding {
  transition: padding 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9), border 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9);
  -webkit-transition: padding 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9), border 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9);
  -moz-transition: padding 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9), border 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9);
  -o-transition: padding 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9), border 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9);
  -ms-transition: padding 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9), border 0.3s cubic-bezier(0.18, 0.89, 0.95, 0.9); }

/* ------------------------ General Layout ------------------------ */
html, body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  position: relative;
  min-height: 100vh;
  color: #333333;
  background-color: #FFF; }

.velina {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: #000;
  opacity: .8;
  top: 0;
  left: 0;
  display: none;
  background-image: url("../images/loader-o.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px; }

a {
  color: #333333; }
  a:hover, a:active {
    color: black;
    text-decoration: none; }

.iframewrap {
  margin: 0 auto; }
  .iframewrap .sizer {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
  .iframewrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    .iframewrap {
      width: auto;
      margin: 0 -15px; } }

body {
  min-height: 100vh; }
  body .mobile .container-fluid {
    padding: 0; }
  body.mobile .hidden-mobile {
    display: none !important; }

/******************************* Header ******************************/
header#app-header {
  /*position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;*/
  width: 100%;
  float: left; }
  header#app-header #app-header-desktop {
    font-size: 1rem;
    position: relative;
    z-index: 1; }
    header#app-header #app-header-desktop body.mobile {
      position: fixed;
      z-index: 150;
      width: 100%; }
    header#app-header #app-header-desktop #app-header-top {
      font-size: .725em;
      background-color: #FFF;
      padding: 5px 0;
      color: #2b2b2b; }
      header#app-header #app-header-desktop #app-header-top #app-header-account .dropdown-content {
        background-color: #fff;
        left: auto;
        right: 0;
        text-align: left;
        white-space: nowrap;
        text-decoration: none;
        list-style: none; }
        header#app-header #app-header-desktop #app-header-top #app-header-account .dropdown-content li {
          /*&:hover {
              background-color: $green;
              a {
                  text-decoration: none;
                  color: $white;
              }
          }*/ }
          header#app-header #app-header-desktop #app-header-top #app-header-account .dropdown-content li a {
            line-height: 2em !important;
            padding: 10px 15px !important; }
      header#app-header #app-header-desktop #app-header-top ul {
        padding: 0;
        margin: 0; }
        @media screen and (max-width: 480px) {
          header#app-header #app-header-desktop #app-header-top ul li {
            padding: 0; } }
        header#app-header #app-header-desktop #app-header-top ul li a {
          display: block;
          color: #2b2b2b;
          line-height: 20px;
          padding: 0 1em;
          margin: 0;
          font-size: 13px; }
          header#app-header #app-header-desktop #app-header-top ul li a.contentImg {
            float: left;
            height: 20px; }
          header#app-header #app-header-desktop #app-header-top ul li a i {
            padding-left: .375em; }
        header#app-header #app-header-desktop #app-header-top ul li ul {
          color: #2b2b2b;
          background-color: #FFF;
          top: 102%; }
          @media screen and (max-width: 480px) {
            header#app-header #app-header-desktop #app-header-top ul li ul.inline li {
              border: none; } }
          header#app-header #app-header-desktop #app-header-top ul li ul li {
            border-bottom: none; }
            header#app-header #app-header-desktop #app-header-top ul li ul li:hover a {
              text-decoration: underline; }
            header#app-header #app-header-desktop #app-header-top ul li ul li a {
              padding: .25em 2em; }
      @media (max-width: 992px) {
        header#app-header #app-header-desktop #app-header-top .container {
          width: auto; } }
    header#app-header #app-header-desktop #app-header-bottom {
      position: relative;
      font-size: 1em;
      background-color: #2b2b2b;
      color: #FFF;
      box-shadow: 0 0 7px #767676;
      padding-top: 20px; }
      header#app-header #app-header-desktop #app-header-bottom #app-header-left-side-nav img {
        width: 130px;
        max-width: 100%; }
      header#app-header #app-header-desktop #app-header-bottom .noInFixed {
        display: table-cell; }
      header#app-header #app-header-desktop #app-header-bottom .inFixed {
        display: none; }
      header#app-header #app-header-desktop #app-header-bottom .clock {
        float: left;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: bold; }
      header#app-header #app-header-desktop #app-header-bottom p.info-shipping {
        font-size: 12px;
        color: #B0D236;
        letter-spacing: 1px;
        margin: 0 20px; }
        @media (max-width: 1200px) {
          header#app-header #app-header-desktop #app-header-bottom p.info-shipping {
            font-size: 10px; } }
      header#app-header #app-header-desktop #app-header-bottom a.phone {
        padding: 8px 20px 10px 20px;
        border-radius: 20px;
        background: #9B3D95;
        color: #FFF;
        font-size: 16px;
        letter-spacing: 1px; }
        header#app-header #app-header-desktop #app-header-bottom a.phone .fa {
          font-size: 20px;
          vertical-align: middle;
          margin: 0 8px 0 0; }
        header#app-header #app-header-desktop #app-header-bottom a.phone:hover {
          color: #9B3D95;
          background: #FFF; }
        @media (max-width: 992px) {
          header#app-header #app-header-desktop #app-header-bottom a.phone {
            display: none; } }
      header#app-header #app-header-desktop #app-header-bottom #app-header-nav {
        -webkit-transition: width 3s linear;
        -moz-transition: width 3s linear;
        transition: width 3s linear;
        position: inherit;
        padding-top: 20px; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav {
          display: inline-block;
          height: 100%;
          width: 100%;
          overflow: hidden;
          vertical-align: bottom; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav:hover > ul > li.menu-dropdown .menu-dropdown-content {
            /*display: none;*/
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            /*-webkit-transition: -webkit-transform 0.8s ease;
            -moz-transition: transform 0.8s ease;
            transition: transform 0.8s ease;*/
            z-index: -20; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul {
            display: inline-block;
            padding: 0;
            margin: 0;
            list-style: none;
            -ms-box-orient: horizontal;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between; }
            header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li {
              display: inline-block; }
              header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content {
                position: absolute;
                top: 100%;
                left: 0;
                z-index: -20;
                color: #2b2b2b;
                width: 100%;
                background-color: #fff;
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
                opacity: 0;
                min-height: 300px;
                -webkit-transform: translate(0, -100%);
                -ms-transform: translate(0, -100%);
                transform: translate(0, -100%);
                -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
                -webkit-transition: -webkit-transform 0.8s ease, opacity 0s linear 0.8s;
                -moz-transition: transform 0.8s ease, opacity 0s linear 0.8s;
                transition: transform 0.8s ease, opacity 0s linear 0.8s; }
                header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .menu-dropdown-content-inner {
                  visibility: hidden;
                  opacity: 0;
                  -webkit-transition: opacity .2s linear 0.2s, visibility .2s linear 0.2s;
                  -moz-transition: opacity .2s linear 0.2s, visibility .2s linear 0.2s;
                  transition: opacity .2s linear 0.2s, visibility .2s linear 0.2s; }
                header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container {
                  padding: 40px 0; }
                  header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container aside .area {
                    font-size: .825em;
                    margin: .5em 0;
                    text-transform: uppercase;
                    font-weight: bold; }
                  header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container aside .title {
                    font-family: 'Poppins', sans-serif;
                    font-size: 1.25em;
                    margin: .5em 0; }
                  header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-col-1 {
                    z-index: 9; }
                  header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-col-2 {
                    z-index: 10; }
                  header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-col-3 {
                    z-index: 8; }
                  header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list {
                    position: relative;
                    height: 100%;
                    border-left: 1px solid #2b2b2b;
                    padding-left: 10px; }
                    header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list:first-child {
                      border-left: 0;
                      padding-left: 30px; }
                    header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul {
                      margin: 0;
                      padding: 0; }
                      header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li {
                        display: block;
                        margin: 0;
                        padding: 0.32em 0; }
                        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li:hover .menu-dropdown-sub-menu {
                          display: block;
                          padding: 0; }
                          header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li:hover .menu-dropdown-sub-menu a:hover {
                            padding-left: 20px; }
                            header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li:hover .menu-dropdown-sub-menu a:hover.see-all {
                              color: #B0D236; }
                          header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li:hover .menu-dropdown-sub-menu a.see-all {
                            color: #B0D236; }
                        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li:hover a {
                          padding-left: 10px; }
                        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li:hover.has-sub-menu a span {
                          padding-right: 35px;
                          background: url("../../images/app/icons/arrow_green.svg") no-repeat center right; }
                        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li.has-sub-menu a span {
                          background: url("../../images/app/icons/arrow.svg") no-repeat center right;
                          padding-bottom: 2px;
                          padding-right: 25px;
                          -webkit-transition: padding .1s linear;
                          -moz-transition: padding .1s linear;
                          transition: padding .1s linear; }
                        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li .menu-dropdown-sub-menu {
                          display: none;
                          position: absolute;
                          top: 0;
                          left: 0; }
                        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li a {
                          display: block;
                          margin: 0;
                          padding: 0;
                          line-height: 1.2;
                          font-size: .875em;
                          font-weight: bold;
                          -webkit-transition: padding .1s linear;
                          -moz-transition: padding .1s linear;
                          transition: padding .1s linear; }
                header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .menu-dropdown-title {
                  font-family: 'Poppins', sans-serif;
                  font-size: 1.25em;
                  font-weight: bold;
                  line-height: 1.2; }
                header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .menu-dropdown-description {
                  font-size: .815em;
                  line-height: 1.5;
                  margin: 10px 0 40px 0; }
              header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li:hover.menu-dropdown .menu-dropdown-content {
                /*display: block;*/
                z-index: -1;
                opacity: 1;
                visibility: visible; }
                header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li:hover.menu-dropdown .menu-dropdown-content .menu-dropdown-content-inner {
                  visibility: visible;
                  opacity: 1; }
              header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li:hover > a {
                border-bottom: 5px solid #B0D236; }
              header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.active > a {
                border-bottom: 5px solid #B0D236; }
              header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li > a, header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li > span {
                display: block;
                line-height: 60px;
                padding: 0;
                margin: 0;
                color: #FFF;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                letter-spacing: 1px; }
      header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li {
        position: relative;
        margin: 0 1em; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li:first-child {
          margin-left: 0; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li:last-child {
          margin-right: 0;
          margin-left: 0; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li svg {
          height: 1.4em; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li input[name='search'] {
          width: 250px;
          border-radius: 20px;
          border: 0px;
          color: #000;
          padding: 8px 15px;
          outline: 0;
          font-size: 12px;
          letter-spacing: 1px;
          background-image: url("../");
          background-position: right center;
          background-repeat: no-repeat;
          background-size: auto 100%; }
          @media (max-width: 1450px) {
            header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li input[name='search'] {
              width: 200px; } }
          @media (max-width: 1200px) {
            header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li input[name='search'] {
              width: 150px; } }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li input[type='submit'] {
          position: absolute;
          top: 0;
          right: 5px;
          width: 30px;
          height: 100%;
          border: 0;
          background-color: transparent; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li a {
          display: block;
          text-decoration: none; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li a.open-search-button .close-ico {
            display: none; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li a.open-search-button.active .search-ico {
            display: none; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li a.open-search-button.active .close-ico {
            display: block; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li .open-side-cart-button {
          position: relative;
          top: 6px; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li .open-side-cart-button .open-side-cart-button-count {
            position: absolute;
            top: 0;
            right: -5px;
            background-color: #B0D236;
            color: #2b2b2b;
            border-radius: 50%;
            font-size: 10px;
            min-width: 18px;
            height: 18px;
            text-align: center;
            padding: 2px;
            line-height: 14px; }
      @media (max-width: 992px) {
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-left-side-nav #partial-cart-header .app-header-list li svg {
          height: 1.5em; } }
      header#app-header #app-header-desktop #app-header-bottom #app-header-search-input {
        position: absolute;
        top: 0;
        right: 16.66666667%;
        height: auto;
        width: 0;
        -webkit-transition: width .2s linear;
        -moz-transition: width .2s linear;
        transition: width .2s linear;
        overflow-x: hidden; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search-input.active {
          width: 58.66666667%;
          margin: 0 4%; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search-input input {
          margin: 0;
          height: 60px;
          background-color: #2b2b2b;
          color: #fff;
          font-size: 20px; }
      header#app-header #app-header-desktop #app-header-bottom .viewSearch {
        display: none;
        position: absolute;
        z-index: 3;
        background: #FFF;
        top: 110%;
        right: 0;
        padding: 10px 0 0 0;
        width: 300px;
        box-shadow: 0px 0px 3px #000; }
        header#app-header #app-header-desktop #app-header-bottom .viewSearch #search-result-block {
          text-align: left;
          max-height: 250px;
          overflow-y: scroll;
          overflow-x: hidden; }
          header#app-header #app-header-desktop #app-header-bottom .viewSearch #search-result-block span {
            color: #000;
            display: block;
            width: 100%;
            float: left;
            font-size: 12px;
            font-weight: bold;
            padding: 0 10px; }
          header#app-header #app-header-desktop #app-header-bottom .viewSearch #search-result-block a {
            display: block;
            width: 100%;
            float: left;
            margin: 0;
            padding: 5px 10px 5px 10px;
            border-bottom: 1px solid #eee; }
            header#app-header #app-header-desktop #app-header-bottom .viewSearch #search-result-block a p {
              width: 70%;
              float: left;
              padding: 0 5px 0 0;
              font-size: 10px; }
              header#app-header #app-header-desktop #app-header-bottom .viewSearch #search-result-block a p strong {
                font-size: 12px; }
            header#app-header #app-header-desktop #app-header-bottom .viewSearch #search-result-block a img {
              width: 30%;
              float: left; }
            header#app-header #app-header-desktop #app-header-bottom .viewSearch #search-result-block a:hover {
              background: #eee; }
      @media (max-width: 992px) {
        header#app-header #app-header-desktop #app-header-bottom .container {
          width: auto; } }
  header#app-header #app-header-phone {
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;*/ }
    header#app-header #app-header-phone #app-header-top {
      box-shadow: 0 0 7px #767676;
      background-color: #2b2b2b; }
      header#app-header #app-header-phone #app-header-top #app-header-phone-menu i {
        color: #fff; }
      header#app-header #app-header-phone #app-header-top #app-header-phone-menu svg.search-ico {
        width: 23px;
        height: 23px;
        margin-left: 5px; }
        header#app-header #app-header-phone #app-header-top #app-header-phone-menu svg.search-ico path {
          fill: #fff; }
      header#app-header #app-header-phone #app-header-top #app-header-logo a {
        display: block;
        padding-top: 5px; }
      header#app-header #app-header-phone #app-header-top #app-header-logo img {
        max-height: 24px; }
      header#app-header #app-header-phone #app-header-top #partial-menu-phone {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        z-index: 150;
        font-size: 1rem; }
        header#app-header #app-header-phone #app-header-top #partial-menu-phone .close-button-phone {
          background-image: url("../images/app/icons/close-mobile.svg");
          background-size: cover;
          background-position: center center;
          border: none;
          background-color: transparent;
          outline: none;
          -webkit-appearance: none;
          width: 0.7em;
          height: 0.7em; }
        header#app-header #app-header-phone #app-header-top #partial-menu-phone.menu-side-visible {
          pointer-events: auto; }
          header#app-header #app-header-phone #app-header-top #partial-menu-phone.menu-side-visible.menu-side-animatable #section-menu-side {
            transition: all 330ms ease-out; }
          header#app-header #app-header-phone #app-header-top #partial-menu-phone.menu-side-visible:after {
            opacity: 1;
            pointer-events: auto;
            width: 100%;
            height: 100%; }
          header#app-header #app-header-phone #app-header-top #partial-menu-phone.menu-side-visible #section-menu-side {
            -webkit-transform: none;
            transform: none; }
        header#app-header #app-header-phone #app-header-top #partial-menu-phone.menu-side-animatable #section-menu-side {
          transition: all 130ms ease-in; }
        header#app-header #app-header-phone #app-header-top #partial-menu-phone:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 1px;
          height: 1px;
          background: rgba(0, 0, 0, 0.4);
          opacity: 0;
          will-change: opacity;
          pointer-events: none;
          transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1); }
        header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side {
          color: #444;
          background-color: #fff;
          position: absolute;
          top: 0;
          left: 0;
          width: 90vw;
          height: 100%;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
          -webkit-transform: translateX(-103%);
          transform: translateX(-103%);
          display: flex;
          flex-direction: column;
          will-change: transform;
          z-index: 160;
          pointer-events: auto;
          font-size: 1em;
          margin: 0 0 30px; }
          @media (min-width: 400px) and (max-width: 767px) {
            header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side {
              width: 80vw; } }
          header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar {
            overflow-x: hidden;
            overflow-y: scroll;
            height: 100%; }
            header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar .mobile-search-bar {
              position: relative; }
              header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar .mobile-search-bar .mobile-search-button {
                border: 0;
                margin: 0;
                padding: 0;
                background: transparent;
                position: absolute;
                top: 10px;
                right: 0;
                width: 28px;
                height: 28px; }
                header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar .mobile-search-bar .mobile-search-button svg path {
                  fill: #000; }
            header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul {
              background-color: transparent; }
              header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li {
                padding: 0;
                margin: .5em 0;
                border-bottom: 1px solid #ddd; }
                header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li a, header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li i {
                  display: block;
                  color: #000;
                  font-size: 1.2em;
                  line-height: 1;
                  padding: .5em 0;
                  margin: 0;
                  text-transform: uppercase; }
                header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li .menu-dropdown-content {
                  display: none; }
                  header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li .menu-dropdown-content.show {
                    display: block; }
                header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li ul li {
                  border: 0; }
                  header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li ul li a {
                    font-size: .825em; }
                  header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li ul li i {
                    font-size: .825em;
                    padding: .5em 0.1em; }
                  header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li ul li ul li a {
                    color: rgba(51, 51, 51, 0.48); }
            header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar .sidebar-base-category.mobile {
              padding-left: 0; }
          header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side .close-menu {
            font-size: 1em; }
            header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side .close-menu i {
              font-size: 1em; }
      header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li {
        position: relative;
        margin: 0; }
        header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li:first-child {
          margin-left: 0; }
        header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li:last-child {
          margin-right: 0; }
        header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li svg {
          height: 2em; }
        header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li a {
          display: block;
          text-decoration: none; }
        header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li .open-search-button {
          display: none; }
        header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li .open-side-cart-button .open-side-cart-button-count {
          position: absolute;
          top: 0;
          right: -5px;
          background-color: #B0D236;
          color: #2b2b2b;
          border-radius: 50%;
          font-size: 10px;
          min-width: 18px;
          height: 18px;
          text-align: center;
          padding: 2px;
          line-height: 14px; }
@keyframes fadeInMenu {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInMenu {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  header#app-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-animation: fadeInMenu 1.5s 1;
    /* Safari 4+ */
    -moz-animation: fadeInMenu 1.5s 1;
    /* Fx 5+ */
    -o-animation: fadeInMenu 1.5s 1;
    /* Opera 12+ */
    animation: fadeInMenu 1.5s 1; }
    header#app-header.fixed #app-header-top {
      display: none; }
    header#app-header.fixed #app-header-bottom {
      padding-bottom: 20px; }
      header#app-header.fixed #app-header-bottom .noInFixed {
        display: none !important; }
      header#app-header.fixed #app-header-bottom .inFixed {
        display: table-cell !important; }
        header#app-header.fixed #app-header-bottom .inFixed .info-shipping {
          margin: 0 !important;
          font-size: 14px !important;
          color: #FFF !important; }
          header#app-header.fixed #app-header-bottom .inFixed .info-shipping a {
            color: #FFF !important;
            font-weight: bold !important; }
      header#app-header.fixed #app-header-bottom .list-category {
        display: none; }

/******************************* Page ******************************/
#app-content {
  position: relative;
  z-index: 0;
  margin-top: 178px;
  /******************************* Common classes ******************************/
  /******************************* Home ******************************/
  /******************************* Find your plan ******************************/
  /******************************* Science Behind ******************************/
  /******************************* Catalog ******************************/
  /*#page-catalog {
      .search-selector {
          position: relative;
      }
      .search-selector:after {
          content: '\f107';
          font: normal normal normal 17px/1 FontAwesome;
          color: $black;
          margin-left: -10px;
          padding: 0;
          position: absolute;
          pointer-events: none;
          top: 25%;
      }
      select::-ms-expand {
          display: none;
      }
      label {
          float: left;
      }
      .search-selector select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 0;
          display: block;
          width: 50%;
          float: left;
          padding: 0;
          font-size: 16px;
          color: #333;
          background-image: none;
          -ms-word-break: normal;
          word-break: normal;
          background-color: $white;
          border: none;
          border-bottom: 1px solid $black;
          outline: none;
          margin-left: 5px;
      }
      #section-catalog-sidebar {
          width: 100%;
      }
  }*/
  /******************************* Company ******************************/
  /******************************* Cart ******************************/
  /******************************* Checkout summary ******************************/
  /******************************* Checkout ******************************/
  /******************************* Dashboard ******************************/
  /******************************* Product ******************************/
  /******************************* Single Event ******************************/ }
  @media (max-width: 768px) {
    #app-content {
      margin-top: 57px; } }
  #app-content .secondary-menu {
    font-size: 0.938em;
    border-bottom: 1px solid #2b2b2b;
    text-align: center; }
    #app-content .secondary-menu.border-top {
      border-top: 1px solid #2b2b2b; }
    #app-content .secondary-menu nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #app-content .secondary-menu nav ul li {
        display: inline-block;
        margin: 0 0 0 -4px;
        padding: 0; }
        #app-content .secondary-menu nav ul li:hover a, #app-content .secondary-menu nav ul li.active a {
          background-color: #2b2b2b;
          color: #fff;
          text-decoration: none; }
        #app-content .secondary-menu nav ul li.disabled a {
          background-color: #f5f5f5;
          color: #fff;
          cursor: default; }
        #app-content .secondary-menu nav ul li a {
          font-weight: bold;
          display: block;
          padding: .938em;
          -webkit-transition: background-color .1s linear, color .1s linear;
          -moz-transition: background-color .1s linear, color .1s linear;
          transition: background-color .1s linear, color .1s linear; }
        @media (max-width: 768px) {
          #app-content .secondary-menu nav ul li {
            display: block; } }
  #app-content .tabs-reset-font div, #app-content .tabs-reset-font p {
    font-size: 13px !important;
    line-height: 2em; }
  #app-content p {
    font-size: 0.813em;
    margin: .75em 0; }
  #app-content .section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.875em;
    margin: 1em 0; }
    #app-content .section-title img {
      height: 1em; }
  #app-content .section-sub-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    margin: 1em 0; }
  #app-content article.article-list-item {
    margin: 0 0 4rem 0;
    font-size: 1em; }
    #app-content article.article-list-item figure {
      position: relative;
      height: 0;
      padding-top: 66.6%;
      margin: 0 0 1em 0;
      overflow: hidden; }
      #app-content article.article-list-item figure > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        transition: all .2s ease-in-out; }
      #app-content article.article-list-item figure .figure-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(43, 43, 43, 0.6);
        opacity: 0;
        text-align: center; }
        #app-content article.article-list-item figure .figure-hover img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        #app-content article.article-list-item figure .figure-hover .text-hover {
          color: #eee;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 1em;
          line-height: 1.4;
          /*position: absolute;
          top: 0;
          left: 0;
          width:100%;
          height:100%;
          text-align: center;
          vertical-align: middle;*/
          /*background-color: rgba(43, 43, 43, 0.60);
          opacity: 0;*/ }
    #app-content article.article-list-item .article-list-item-content-container {
      overflow: hidden;
      padding-bottom: 5px; }
      #app-content article.article-list-item .article-list-item-content-container h1 {
        font-size: 1em;
        margin: .5em 0;
        text-transform: uppercase; }
      #app-content article.article-list-item .article-list-item-content-container p {
        font-size: .813em;
        margin: .5em 0;
        padding: 0;
        /*height: 100px;*/
        overflow: hidden; }
    #app-content article.article-list-item footer {
      font-size: 0.938em;
      font-weight: bold; }
      #app-content article.article-list-item footer i {
        display: inline-block;
        /*-webkit-transition: width .1s linear;
        -moz-transition: width .1s linear;
        transition: width .1s linear;*/ }
    #app-content article.article-list-item a {
      display: block; }
      #app-content article.article-list-item a:hover {
        /*background-color: rgba(181, 181, 181, 0.4);*/ }
        #app-content article.article-list-item a:hover figure {
          /*> img {
              -moz-transform: scale(1.1);
              -webkit-transform: scale(1.1);
              transform: scale(1.1);
          }*/ }
          #app-content article.article-list-item a:hover figure .figure-hover {
            opacity: 1; }
        #app-content article.article-list-item a:hover footer i {
          width: 30px; }
  @media (max-width: 767px) {
    #app-content .videos article.article-list-item {
      margin-bottom: 2rem; } }
  #app-content .videos article.article-list-item figure {
    padding-top: 56.25%;
    margin-bottom: 0.5em; }
    #app-content .videos article.article-list-item figure:after {
      content: "";
      position: absolute;
      height: 0;
      width: 0;
      top: 50%;
      left: 50%;
      border: 20px solid transparent;
      border-right-width: 0;
      border-left-color: rgba(255, 255, 255, 0.8);
      border-left-width: 30px;
      margin-top: -20px;
      margin-left: -15px; }
    #app-content .videos article.article-list-item figure.large:after {
      border-width: 30px 0 30px 45px;
      margin-top: -30px;
      margin-left: -22.5px; }
  #app-content .videos article.article-list-item a:hover figure:after {
    border-left-color: #fff; }
  #app-content .videos article.article-list-item img {
    top: 50%;
    transform: translateY(-50%); }
  #app-content .gray {
    background: #efefef; }
  #app-content article.banner {
    margin: 1rem 0;
    position: relative;
    font-size: 1em;
    background-color: #2b2b2b;
    color: #fff;
    clear: both;
    display: table;
    width: 100%;
    min-height: 25vw; }
    #app-content article.banner.keep-ratio {
      height: 33vw !important; }
      #app-content article.banner.keep-ratio figure {
        background-position: top left; }
      @media (min-width: 1100px) {
        #app-content article.banner.keep-ratio figure {
          background-position: top right; } }
    #app-content article.banner a {
      color: #fff; }
    #app-content article.banner:before {
      content: " ";
      display: table; }
    #app-content article.banner:after {
      content: " ";
      display: table;
      clear: both; }
    #app-content article.banner.banner-split.banner-figure-right {
      direction: rtl; }
      #app-content article.banner.banner-split.banner-figure-right figure {
        direction: ltr; }
      #app-content article.banner.banner-split.banner-figure-right .banner-content {
        direction: ltr; }
    #app-content article.banner.banner-split .banner-content {
      display: block;
      width: 100%;
      padding: 8% 8% 8% 8%; }
      #app-content article.banner.banner-split .banner-content h1 {
        font-size: 2em; }
    #app-content article.banner.banner-split figure {
      display: block;
      position: relative;
      width: 100%;
      /*height: 100%;
      display: table-cell;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;*/ }
      #app-content article.banner.banner-split figure:before {
        display: block;
        content: '';
        padding-top: 60%; }
    @media (min-width: 768px) {
      #app-content article.banner.banner-split .banner-content {
        display: table-cell;
        width: 50%; }
      #app-content article.banner.banner-split figure {
        display: table-cell;
        width: 50%; }
        #app-content article.banner.banner-split figure:before {
          display: none;
          padding: 0; } }
    #app-content article.banner.banner-color-black {
      background-color: #EFEFEF;
      color: #2b2b2b; }
      #app-content article.banner.banner-color-black .btn {
        background-color: #2b2b2b;
        color: #EFEFEF; }
      #app-content article.banner.banner-color-black .banner-content footer svg g {
        fill: #2b2b2b; }
    #app-content article.banner .banner-content {
      position: relative;
      padding: 8% 23% 8% 8%; }
      #app-content article.banner .banner-content h1 {
        font-size: 2.2em;
        margin: .2em 0;
        font-family: 'Poppins', sans-serif;
        letter-spacing: .06em; }
      #app-content article.banner .banner-content h2 {
        font-size: 1em;
        margin: .5em 0;
        text-transform: uppercase;
        letter-spacing: .1em; }
      #app-content article.banner .banner-content p {
        font-size: 1.0em;
        margin: .2em 0;
        font-family: 'Poppins', sans-serif;
        letter-spacing: .06em;
        font-weight: bold;
        max-width: 70%; }
      #app-content article.banner .banner-content footer {
        font-weight: bold;
        margin-top: 2em; }
        #app-content article.banner .banner-content footer svg g {
          fill: #fff; }
      @media (max-width: 768px) {
        #app-content article.banner .banner-content h1 {
          word-break: break-all;
          font-size: 1.825em; }
        #app-content article.banner .banner-content h2 {
          word-break: break-all; }
        #app-content article.banner .banner-content p {
          word-break: break-all;
          font-size: .875em;
          margin: .5em 0;
          max-width: 100%;
          font-weight: inherit; } }
    #app-content article.banner figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: table-cell;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    #app-content article.banner .banner-logo {
      width: 50%;
      height: auto;
      margin-bottom: .75em; }
      @media (min-width: 768px) {
        #app-content article.banner .banner-logo {
          width: 20%; } }
    #app-content article.banner.banner-dna .banner-content {
      padding-right: 8%; }
    #app-content article.banner.banner-mobile {
      background-color: #fff;
      color: #2b2b2b; }
      #app-content article.banner.banner-mobile .btn {
        background-color: #2b2b2b;
        color: #EFEFEF; }
      #app-content article.banner.banner-mobile .banner-content h1 {
        font-size: 1.2em; }
      #app-content article.banner.banner-mobile .banner-content h2 {
        font-size: 0.875em; }
      #app-content article.banner.banner-mobile .banner-content footer svg g {
        fill: #2b2b2b; }
    #app-content article.banner:hover .banner-content footer svg {
      margin: 0 0 0 10px; }
  #app-content article.partial-product {
    margin: 1rem 0;
    text-align: center; }
    #app-content article.partial-product figure {
      position: relative;
      /*height: 0;
      padding-top: 66.6%;*/
      margin: 0 0 .5em 0;
      overflow: hidden; }
      #app-content article.partial-product figure > img {
        /*position: absolute;
        top: 0;
        left: 0;*/
        width: 100%;
        height: auto;
        transition: all .2s ease-in-out; }
      #app-content article.partial-product figure .figure-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(43, 43, 43, 0.6);
        opacity: 0; }
        #app-content article.partial-product figure .figure-hover img {
          position: absolute;
          top: 35%;
          left: 35%;
          width: 30%; }
    #app-content article.partial-product .description-container {
      min-height: 6em;
      padding-left: 5px;
      padding-right: 5px; }
      #app-content article.partial-product .description-container h1 {
        font-size: 1em;
        margin: .5em 0;
        text-transform: uppercase; }
      #app-content article.partial-product .description-container p {
        font-size: .813em;
        margin: .5em 0;
        padding: 0;
        overflow: hidden; }
    #app-content article.partial-product aside {
      margin: .5em 0; }
      #app-content article.partial-product aside .price span {
        margin: 0 .25em;
        font-weight: bold;
        color: #9B3D95;
        font-size: 20px; }
        #app-content article.partial-product aside .price span.old-price {
          color: #EC1F34;
          text-decoration: line-through; }
      #app-content article.partial-product aside .quantity-selector {
        text-align: right; }
        #app-content article.partial-product aside .quantity-selector .quantity-selector-button {
          display: inline-block;
          width: 1.5em;
          height: 1.5em;
          background-color: #B0D236;
          border: 0;
          border-radius: 50%;
          text-align: center;
          line-height: 1em;
          cursor: pointer;
          padding: 0;
          font-size: 1.5em; }
          @media (max-width: 767px) {
            #app-content article.partial-product aside .quantity-selector .quantity-selector-button {
              width: 2em;
              height: 2em; } }
        #app-content article.partial-product aside .quantity-selector .article-product-quantity {
          margin: 0 .25em;
          border: 0;
          width: 1.2em;
          height: 1.5em;
          line-height: 1.5em;
          text-align: center;
          font-size: 1.2em;
          padding-left: 0;
          padding-right: 0; }
    #app-content article.partial-product footer {
      font-size: 0.938em; }
      #app-content article.partial-product footer i {
        display: inline-block;
        /*-webkit-transition: width .1s linear;
        -moz-transition: width .1s linear;
        transition: width .1s linear;*/ }
    #app-content article.partial-product .btn {
      opacity: 0; }
      @media (max-width: 980px) {
        #app-content article.partial-product .btn {
          opacity: 1; } }
    #app-content article.partial-product a {
      display: block;
      border: 1px solid #FFF; }
      #app-content article.partial-product a:hover {
        border: 1px solid #ccc; }
        #app-content article.partial-product a:hover .btn {
          opacity: 1; }
  #app-content aside {
    font-size: 1rem; }
    #app-content aside h1 {
      font-size: 1.188em;
      text-transform: uppercase;
      padding: 0 0 .75em 0; }
    #app-content aside nav.side-nav {
      font-size: 1em; }
      #app-content aside nav.side-nav ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #app-content aside nav.side-nav ul li {
          margin: 0; }
          #app-content aside nav.side-nav ul li:hover a, #app-content aside nav.side-nav ul li.active a {
            border-left: 5px solid #2b2b2b;
            padding-left: 1em; }
            #app-content aside nav.side-nav ul li:hover a span, #app-content aside nav.side-nav ul li.active a span {
              font-weight: bold; }
          #app-content aside nav.side-nav ul li a {
            display: block;
            font-size: 0.938em;
            line-height: 1.2;
            margin: 1em 0; }
            #app-content aside nav.side-nav ul li a span {
              -webkit-transition: padding .1s linear, border .1s linear;
              -moz-transition: padding .1s linear, border .1s linear;
              transition: padding .1s linear, border .1s linear; }
      #app-content aside nav.side-nav .dropdown {
        display: block;
        margin: 2em 0; }
        #app-content aside nav.side-nav .dropdown ul.dropdown-content {
          width: 100%; }
          #app-content aside nav.side-nav .dropdown ul.dropdown-content li {
            padding: .5em;
            border-bottom: 1px solid #2b2b2b; }
  #app-content .text-2-cols {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px; }
    #app-content .text-2-cols p {
      margin: 0; }
    @media (max-width: 768px) {
      #app-content .text-2-cols {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1; } }
  #app-content .text-3-cols {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px; }
    #app-content .text-3-cols p {
      margin: 0; }
  @media (min-width: 769px) {
    #app-content .has-left-column {
      border-left: 1px solid #2b2b2b;
      min-height: 500px; } }
  #app-content .section-2-cols {
    font-size: 1em; }
  #app-content .pagination {
    list-style-type: none;
    margin-top: 5px;
    padding-left: 0; }
    #app-content .pagination li {
      font-family: "Noto Sans";
      font-size: 18px;
      font-weight: 600;
      color: #cdcdcd;
      display: inline;
      padding: 2%; }
      #app-content .pagination li.active {
        color: #000; }
      #app-content .pagination li a {
        color: #cdcdcd; }
        #app-content .pagination li a:hover {
          color: #000;
          text-decoration: none; }
      @media (max-width: 992px) {
        #app-content .pagination li {
          padding: 1.5%; } }
      @media (max-width: 768px) {
        #app-content .pagination li {
          padding: 1%; } }
  #app-content .map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0; }
    #app-content .map-responsive iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute; }
  #app-content .breadcrumb {
    font-size: 0.938em;
    padding: 2em 0; }
    #app-content .breadcrumb li {
      margin-left: 1em; }
      #app-content .breadcrumb li:first-child {
        margin-left: 0; }
      #app-content .breadcrumb li:last-child {
        font-weight: bold; }
  #app-content #page-home #page-home-cover hr {
    margin: 10px 30px 0 30px;
    height: 1px;
    background-color: #ccc;
    border: 0; }
  @media (min-width: 768px) {
    #app-content #page-home #page-home-eventi-social .col-sm-4-smaller {
      width: 28%; }
    #app-content #page-home #page-home-eventi-social .col-sm-4-bigger {
      width: 44%; } }
  #app-content #page-home #page-home-eventi-social .social-banner {
    margin: 1rem 0; }
    #app-content #page-home #page-home-eventi-social .social-banner figure {
      height: 400px;
      text-align: center;
      background: #2b2b2b center no-repeat;
      background-size: cover; }
      #app-content #page-home #page-home-eventi-social .social-banner figure.half-height {
        height: 200px; }
      #app-content #page-home #page-home-eventi-social .social-banner figure figcaption {
        color: #fff;
        background-color: #2b2b2b;
        font-weight: bold;
        padding: .25em .5em;
        margin: 5%; }
        #app-content #page-home #page-home-eventi-social .social-banner figure figcaption:first-child {
          font-size: 16px; }
        #app-content #page-home #page-home-eventi-social .social-banner figure figcaption:last-child {
          font-size: 22px; }
    #app-content #page-home #page-home-eventi-social .social-banner:hover {
      opacity: 0.9; }
  #app-content #page-home #page-home-categories ul {
    padding: 0 30px;
    border-right: 1px solid #777; }
    @media (max-width: 769px) {
      #app-content #page-home #page-home-categories ul {
        border-width: 0px;
        padding: 0; } }
    #app-content #page-home #page-home-categories ul:first-of-type {
      padding-left: 0px; }
    #app-content #page-home #page-home-categories ul:last-child {
      padding-right: 0;
      border: 0px; }
    #app-content #page-home #page-home-categories ul li {
      padding: 0;
      list-style: none;
      margin: 0 0 15px 0; }
      #app-content #page-home #page-home-categories ul li a {
        font-size: 16px;
        margin: 0;
        font-weight: bold;
        color: #000;
        text-decoration: none; }
        #app-content #page-home #page-home-categories ul li a:hover {
          color: #B0D236; }
  #app-content #page-find-your-plan {
    font-size: 1rem; }
    #app-content #page-find-your-plan #page-find-your-plan-disciplines {
      margin-top: 30px; }
    #app-content #page-find-your-plan .training-download-button {
      display: block;
      font-size: 1em;
      font-weight: bold;
      line-height: 2em;
      margin: 2.7em 0;
      vertical-align: middle; }
      #app-content #page-find-your-plan .training-download-button:hover {
        text-decoration: underline; }
      #app-content #page-find-your-plan .training-download-button svg {
        vertical-align: middle;
        margin-left: .5em; }
      @media (min-width: 769px) {
        #app-content #page-find-your-plan .training-download-button {
          margin-top: 0; } }
    #app-content #page-find-your-plan #page-find-your-plan-category article h1 {
      font-size: 0.938em;
      margin: .5em 0; }
    #app-content #page-find-your-plan #page-find-your-plan-category article p {
      font-size: 0.813em;
      margin: .5em 0; }
    #app-content #page-find-your-plan #page-science-behind-index {
      margin-top: 20px; }
      @media (max-width: 767px) {
        #app-content #page-find-your-plan #page-science-behind-index {
          margin-top: 0; }
          #app-content #page-find-your-plan #page-science-behind-index aside nav.side-nav ul li.active a, #app-content #page-find-your-plan #page-science-behind-index aside nav.side-nav ul li:hover a {
            border-left: none; }
          #app-content #page-find-your-plan #page-science-behind-index #page-find-your-plan-category {
            margin-top: 20px; } }
      #app-content #page-find-your-plan #page-science-behind-index .category-menu.display-none-xs {
        display: block !important; }
        @media (max-width: 767px) {
          #app-content #page-find-your-plan #page-science-behind-index .category-menu.display-none-xs {
            display: none !important; } }
      @media (max-width: 767px) {
        #app-content #page-find-your-plan #page-science-behind-index .category-menu.collapsed {
          display: none; } }
  #app-content #page-science-behind .section-title .section-title-icons {
    margin-left: 2em; }
    #app-content #page-science-behind .section-title .section-title-icons img {
      margin: 0 .1em; }
  #app-content #page-science-behind #page-science-behind-index .science-container > div {
    margin-bottom: 10px;
    height: auto; }
    @media (min-width: 993px) {
      #app-content #page-science-behind #page-science-behind-index .science-container > div {
        height: 440px; } }
    @media (min-width: 769px) {
      #app-content #page-science-behind #page-science-behind-index .science-container > div {
        height: 500px; } }
  #app-content #page-science-behind #page-science-behind-index .category-menu.display-none-xs {
    display: block !important; }
    @media (max-width: 767px) {
      #app-content #page-science-behind #page-science-behind-index .category-menu.display-none-xs {
        display: none !important; } }
  @media (max-width: 767px) {
    #app-content #page-science-behind #page-science-behind-index .category-menu.collapsed {
      display: none; } }
  #app-content #page-catalog {
    font-size: 1rem;
    position: relative; }
    #app-content #page-catalog #page-catalog-header {
      font-size: .725em; }
      #app-content #page-catalog #page-catalog-header p {
        line-height: 4em; }
        #app-content #page-catalog #page-catalog-header p a {
          display: block; }
    #app-content #page-catalog #section-catalog-sidebar {
      position: absolute;
      top: 0;
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      opacity: 1; }
      #app-content #page-catalog #section-catalog-sidebar.hidden {
        left: -100%;
        opacity: 0; }
    #app-content #page-catalog #section-catalog-products aside {
      display: block;
      height: auto; }
    @media (max-width: 767px) {
      #app-content #page-catalog #section-catalog-products aside {
        display: none;
        height: 0; } }
    #app-content #page-catalog #section-catalog-products section[id^="section-banner"] {
      margin-top: 0 !important; }
      #app-content #page-catalog #section-catalog-products section[id^="section-banner"] .container {
        width: 100%; }
        #app-content #page-catalog #section-catalog-products section[id^="section-banner"] .container .section-title {
          display: none; }
    @media (min-width: 768px) {
      #app-content #page-catalog #section-catalog-products .product-grid-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        align-items: stretch;
        -webkit-align-items: stretch; } }
    #app-content #page-catalog #section-catalog-products .product-grid-row:before, #app-content #page-catalog #section-catalog-products .product-grid-row:after {
      width: 0; }
    #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product {
      margin-bottom: 30px !important;
      /*padding: 0 5px;
      width: 50%;
      flex-basis: 50%;*/
      /*@media (min-width: $screen-lg-min) {
          width: 25%;
          flex-basis: 25%;
      }*/
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      align-items: stretch;
      -webkit-align-items: stretch; }
      @media (min-width: 768px) {
        #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product {
          padding: 0 10px;
          width: 50%;
          flex-basis: 50%;
          margin-bottom: 0px !important; } }
      @media (min-width: 992px) {
        #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product {
          width: 33.3%;
          flex-basis: 33.3%; } }
      #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-image {
        flex-grow: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-basis: auto;
        -webkit-flex-basis: auto; }
      #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-category {
        margin-top: 20px;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-basis: auto;
        -webkit-flex-basis: auto; }
      #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-name {
        margin-bottom: 15px;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-basis: auto;
        -webkit-flex-basis: auto; }
      #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .product-availability {
        min-height: 80px;
        flex-grow: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-basis: auto;
        -webkit-flex-basis: auto; }
      #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-price {
        flex-grow: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-basis: auto;
        -webkit-flex-basis: auto; }
      #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-btn {
        flex-grow: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-basis: auto;
        -webkit-flex-basis: auto; }
    #app-content #page-catalog #section-catalog-products .load-more {
      display: inline-block; }
      #app-content #page-catalog #section-catalog-products .load-more:hover {
        color: #B0D236; }
        #app-content #page-catalog #section-catalog-products .load-more:hover span svg ellipse {
          fill: #B0D236; }
      #app-content #page-catalog #section-catalog-products .load-more span {
        display: inline-block;
        vertical-align: middle; }
    #app-content #page-catalog #section-catalog-products .partial-product {
      /*margin: 20px;*/ }
      #app-content #page-catalog #section-catalog-products .partial-product article h1 {
        font-size: 1em; }
  #app-content #page-company-area .our-company > div {
    min-height: 450px; }
  #app-content #page-company-jobs-area .page-company-jobs-form {
    margin-top: 20px;
    /*input[type="file"] {
        display: none;
    }*/ }
    #app-content #page-company-jobs-area .page-company-jobs-form .form-label {
      font-size: 14px; }
    #app-content #page-company-jobs-area .page-company-jobs-form .btn {
      margin-top: 30px;
      margin-bottom: 30px;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    #app-content #page-company-jobs-area .page-company-jobs-form .file-upload-label {
      /*border-bottom: 1px solid #2b2b2b;
      display: inline-block;
      width: 100%;
      padding: 0 0 20px 0;
      cursor: pointer;*/
      padding-bottom: 10px; }
  #app-content #page-company-jobs-area .open-position {
    padding: 40px 0;
    border-top: 1px solid #cccccc; }
    #app-content #page-company-jobs-area .open-position h4 {
      text-transform: uppercase; }
      #app-content #page-company-jobs-area .open-position h4 small {
        text-transform: none; }
        @media (max-width: 768px) {
          #app-content #page-company-jobs-area .open-position h4 small {
            display: block; } }
      #app-content #page-company-jobs-area .open-position h4 .separator {
        color: #cccccc;
        font-size: 14px;
        margin: 0 15px; }
        @media (max-width: 768px) {
          #app-content #page-company-jobs-area .open-position h4 .separator {
            display: none; } }
  #app-content #page-company-jobs-area .accordion-content .requisites-title {
    margin-bottom: 15px; }
  #app-content #page-cart {
    margin-top: 30px; }
    #app-content #page-cart #partial-cart #section-cart-side-details .article-product {
      position: relative; }
      #app-content #page-cart #partial-cart #section-cart-side-details .article-product.warning {
        background-color: #a94442;
        color: #fff; }
        #app-content #page-cart #partial-cart #section-cart-side-details .article-product.warning .flex-td {
          border-bottom: 0; }
      #app-content #page-cart #partial-cart #section-cart-side-details .article-product .display-table-cell {
        padding: 15px 5px; }
    #app-content #page-cart #partial-cart #section-cart-side-details .article-product-warning {
      background-color: #a94442;
      color: #fff;
      padding: 15px 5px; }
    #app-content #page-cart #partial-cart #section-cart-details a:hover, #app-content #page-cart #partial-cart #section-cart-details a:focus, #app-content #page-cart #partial-cart #section-cart-details a:active {
      text-decoration: none; }
    #app-content #page-cart #partial-cart #section-cart-details .grow-1 {
      flex-grow: 1;
      -webkit-flex-grow: 1;
      flex-shrink: 1;
      -webkit-flex-shrink: 1;
      flex-basis: 8.3333333333%;
      -webkit-flex-basis: 8.3333333333%; }
    #app-content #page-cart #partial-cart #section-cart-details .grow-2 {
      flex-grow: 2;
      -webkit-flex-grow: 2;
      flex-shrink: 1;
      -webkit-flex-shrink: 1;
      flex-basis: 16.6666666667%;
      -webkit-flex-basis: 16.6666666667%; }
    #app-content #page-cart #partial-cart #section-cart-details .grow-3 {
      flex-grow: 3;
      -webkit-flex-grow: 3;
      flex-shrink: 1;
      -webkit-flex-shrink: 1;
      flex-basis: 25%;
      -webkit-flex-basis: 25%; }
    #app-content #page-cart #partial-cart #section-cart-details .cart-details-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: stretch;
      -webkit-align-items: stretch; }
      #app-content #page-cart #partial-cart #section-cart-details .cart-details-header .cart-details-head {
        border-bottom: 0;
        font-size: 1.2em; }
    #app-content #page-cart #partial-cart #section-cart-details .cart-details-item {
      margin: 20px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: stretch;
      -webkit-align-items: stretch; }
      #app-content #page-cart #partial-cart #section-cart-details .cart-details-item.warning {
        border: 1px solid #fd9600; }
      #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-figure {
        align-self: center;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-shrink: 1;
        -webkit-flex-shrink: 1;
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        margin-bottom: 10px;
        padding-right: 10px; }
        @media (min-width: 768px) {
          #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-figure {
            flex-grow: 2;
            -webkit-flex-grow: 2;
            flex-shrink: 1;
            -webkit-flex-shrink: 1;
            flex-basis: 16.6666666667%;
            -webkit-flex-basis: 16.6666666667%;
            margin-bottom: 0; } }
      #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-title {
        align-self: center;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-shrink: 1;
        -webkit-flex-shrink: 1;
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-title {
            flex-grow: 3;
            -webkit-flex-grow: 3;
            flex-shrink: 1;
            -webkit-flex-shrink: 1;
            flex-basis: 25%;
            -webkit-flex-basis: 25%;
            margin-bottom: 0; } }
      #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-price {
        align-self: center; }
        @media (min-width: 768px) {
          #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-price {
            flex-grow: 2;
            -webkit-flex-grow: 2;
            flex-shrink: 1;
            -webkit-flex-shrink: 1;
            flex-basis: 16.6666666667%;
            -webkit-flex-basis: 16.6666666667%; } }
      #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-quantity-wrapper {
        align-self: center;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-shrink: 1;
        -webkit-flex-shrink: 1;
        flex-basis: 33%;
        -webkit-flex-basis: 33%;
        width: 33%; }
        @media (min-width: 768px) {
          #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-quantity-wrapper {
            flex-grow: 2;
            -webkit-flex-grow: 2;
            flex-shrink: 1;
            -webkit-flex-shrink: 1;
            flex-basis: 16.6666666667%;
            -webkit-flex-basis: 16.6666666667%;
            width: auto; } }
      #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-subtotal {
        align-self: center;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-shrink: 1;
        -webkit-flex-shrink: 1;
        flex-basis: 33%;
        -webkit-flex-basis: 33%; }
        @media (min-width: 768px) {
          #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-subtotal {
            flex-grow: 2;
            -webkit-flex-grow: 2;
            flex-shrink: 1;
            -webkit-flex-shrink: 1;
            flex-basis: 16.6666666667%;
            -webkit-flex-basis: 16.6666666667%; } }
      #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-delete {
        align-self: center;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-shrink: 1;
        -webkit-flex-shrink: 1;
        flex-basis: 33%;
        -webkit-flex-basis: 33%;
        text-align: center; }
        @media (min-width: 768px) {
          #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-delete {
            flex-grow: 1;
            -webkit-flex-grow: 1;
            flex-shrink: 1;
            -webkit-flex-shrink: 1;
            flex-basis: 8.3333333333%;
            -webkit-flex-basis: 8.3333333333%; } }
    #app-content #page-cart #partial-cart #section-cart-details .article-product-warning {
      margin-top: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: stretch;
      -webkit-align-items: stretch; }
    @media (max-width: 767px) {
      #app-content #page-cart #partial-cart #section-cart-details .cart-details-item {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start; }
        #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .cart-details-image {
          flex: 1 1 50%;
          margin-bottom: 20px; }
        #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .cart-details-title {
          flex: 1 1 50%;
          margin-bottom: 20px; }
        #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .cart-details-price {
          flex: 1 1 33%; }
        #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .cart-details-quntity {
          flex: 1 1 33%; }
        #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .cart-details-subtotal {
          flex: 1 1 33%; }
        #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .cart-details-remove {
          flex: 1 1 50%; } }
  #app-content #partial-checkout-summary #section-checkout-summary, #app-content #partial-checkout-summary #section-checkout-summary-info, #app-content #partial-checkout-summary #section-checkout-summary-info-card {
    font-size: 1em;
    background-color: #eee;
    padding: 0 30px 30px;
    margin-bottom: 30px; }
    #app-content #partial-checkout-summary #section-checkout-summary hr, #app-content #partial-checkout-summary #section-checkout-summary-info hr, #app-content #partial-checkout-summary #section-checkout-summary-info-card hr {
      border-top: 1px solid #666; }
    #app-content #partial-checkout-summary #section-checkout-summary dl dt, #app-content #partial-checkout-summary #section-checkout-summary dl dd, #app-content #partial-checkout-summary #section-checkout-summary-info dl dt, #app-content #partial-checkout-summary #section-checkout-summary-info dl dd, #app-content #partial-checkout-summary #section-checkout-summary-info-card dl dt, #app-content #partial-checkout-summary #section-checkout-summary-info-card dl dd {
      display: block;
      margin: 0;
      padding: 0; }
    #app-content #partial-checkout-summary #section-checkout-summary dl dt, #app-content #partial-checkout-summary #section-checkout-summary-info dl dt, #app-content #partial-checkout-summary #section-checkout-summary-info-card dl dt {
      float: left;
      clear: left;
      font-weight: 600; }
    #app-content #partial-checkout-summary #section-checkout-summary dl dd, #app-content #partial-checkout-summary #section-checkout-summary-info dl dd, #app-content #partial-checkout-summary #section-checkout-summary-info-card dl dd {
      margin-bottom: 15px; }
    #app-content #partial-checkout-summary #section-checkout-summary .go-to-checkout, #app-content #partial-checkout-summary #section-checkout-summary-info .go-to-checkout, #app-content #partial-checkout-summary #section-checkout-summary-info-card .go-to-checkout {
      height: auto; }
  #app-content #partial-checkout-summary #section-checkout-summary-info-card {
    padding-top: 30px; }
    #app-content #partial-checkout-summary #section-checkout-summary-info-card .payments-method-icon {
      width: 2.9em; }
    #app-content #partial-checkout-summary #section-checkout-summary-info-card .secure-payments {
      background: #333333;
      color: #FFF;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      margin: 20px -30px -30px;
      padding: 1em; }
  #app-content #partial-checkout-summary #summary-discount-header {
    cursor: pointer; }
  #app-content #page-checkout {
    font-size: 1rem;
    margin-top: 30px; }
    #app-content #page-checkout #section-login {
      font-size: 1em; }
      #app-content #page-checkout #section-login .accordion {
        font-size: 1em; }
        #app-content #page-checkout #section-login .accordion .accordion-container {
          border-bottom: 1px solid #eee; }
          #app-content #page-checkout #section-login .accordion .accordion-container.active .accordion-toggle {
            font-weight: bold; }
          #app-content #page-checkout #section-login .accordion .accordion-container.active .accordion-content {
            padding: 1em 0 3em 0; }
          #app-content #page-checkout #section-login .accordion .accordion-container .accordion-toggle {
            font-size: 1.5em;
            padding: 1em 0; }
            #app-content #page-checkout #section-login .accordion .accordion-container .accordion-toggle:hover span {
              text-decoration: underline;
              font-weight: bold; }
  #app-content #page-dashboard {
    /******** Orders *******/ }
    #app-content #page-dashboard .lead {
      margin-top: 10px;
      font-size: 14px; }
    #app-content #page-dashboard ul {
      margin-bottom: 30px;
      list-style: none; }
      #app-content #page-dashboard ul li {
        padding: 10px; }
        #app-content #page-dashboard ul li a {
          color: #000;
          text-transform: uppercase; }
          #app-content #page-dashboard ul li a:hover, #app-content #page-dashboard ul li a:focus, #app-content #page-dashboard ul li a:active {
            border-radius: 0;
            text-decoration: none; }
    #app-content #page-dashboard .dashboard-img-link {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      /* IE 9 */
      -webkit-transform: translate(-50%, -50%);
      /* Safari */
      transform: translate(-50%, -50%);
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      font-size: 30px; }
    #app-content #page-dashboard .form-control-static {
      padding-top: 0; }
    #app-content #page-dashboard #dashboard-orders-list .orders-table {
      margin-top: 10px;
      width: 100%; }
      #app-content #page-dashboard #dashboard-orders-list .orders-table thead th {
        text-align: right; }
      #app-content #page-dashboard #dashboard-orders-list .orders-table tbody td {
        padding: 10px 0;
        text-align: right;
        border-bottom: 1px solid #eee; }
    #app-content #page-dashboard #order-title {
      border-bottom: 1px dashed #000; }
      #app-content #page-dashboard #order-title h3 {
        padding: 30px 15px;
        text-align: left; }
    #app-content #page-dashboard #order-information {
      margin-top: 50px;
      padding-bottom: 20px;
      border-bottom: 1px dashed #000; }
    #app-content #page-dashboard #order-invoice {
      margin-top: 50px; }
      #app-content #page-dashboard #order-invoice .invoice-table {
        width: 100%; }
        #app-content #page-dashboard #order-invoice .invoice-table thead tr {
          text-align: right; }
        #app-content #page-dashboard #order-invoice .invoice-table tbody tr {
          text-align: right;
          border-bottom: 1px solid #eeeeee; }
          #app-content #page-dashboard #order-invoice .invoice-table tbody tr td {
            padding: 10px 0; }
      #app-content #page-dashboard #order-invoice .invoice-total {
        margin-top: 40px;
        float: right;
        text-align: right; }
        #app-content #page-dashboard #order-invoice .invoice-total td {
          padding: 5px; }
  #app-content #page-product {
    font-size: 1rem; }
    #app-content #page-product .page-divider {
      background-color: #2b2b2b;
      color: #fff;
      font-size: 1em;
      padding: 1em;
      margin: 30px 0;
      text-align: center; }
    #app-content #page-product #page-product-detail {
      font-size: 1rem; }
      #app-content #page-product #page-product-detail article.article-product .figure-container {
        background-color: #efefef; }
      #app-content #page-product #page-product-detail article.article-product h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 2em;
        margin: .5em 0; }
      #app-content #page-product #page-product-detail article.article-product h2 {
        font-size: 1em;
        text-transform: uppercase; }
      #app-content #page-product #page-product-detail article.article-product p {
        font-size: .813em;
        margin: .5em 0;
        padding: 0; }
      #app-content #page-product #page-product-detail article.article-product .price {
        font-family: 'Poppins', sans-serif;
        margin: .5em 0; }
        #app-content #page-product #page-product-detail article.article-product .price span {
          font-size: 2em;
          margin: 0 0 0 .5em;
          font-weight: bold; }
          #app-content #page-product #page-product-detail article.article-product .price span.old-price {
            color: #EC1F34;
            font-weight: normal;
            text-decoration: line-through; }
          #app-content #page-product #page-product-detail article.article-product .price span:first-child {
            margin: 0; }
          #app-content #page-product #page-product-detail article.article-product .price span .algin-left {
            margin-left: -1em; }
      #app-content #page-product #page-product-detail article.article-product aside {
        margin-top: .5em; }
        #app-content #page-product #page-product-detail article.article-product aside .quantity-selectors {
          margin-top: 2em;
          font-weight: bold; }
          #app-content #page-product #page-product-detail article.article-product aside .quantity-selectors .quantity-selector {
            text-align: right; }
            #app-content #page-product #page-product-detail article.article-product aside .quantity-selectors .quantity-selector .quantity-selector-button {
              display: inline-block;
              width: 1.5em;
              height: 1.5em;
              background-color: #B0D236;
              border: 0;
              border-radius: 50%;
              text-align: center;
              line-height: 1em;
              cursor: pointer;
              padding: 0;
              font-size: 1.5em; }
              @media (max-width: 767px) {
                #app-content #page-product #page-product-detail article.article-product aside .quantity-selectors .quantity-selector .quantity-selector-button {
                  width: 2em;
                  height: 2em; } }
            #app-content #page-product #page-product-detail article.article-product aside .quantity-selectors .quantity-selector .article-product-quantity {
              margin: 0 .25em;
              border: 0;
              width: 1.2em;
              height: 1.5em;
              line-height: 1.5em;
              text-align: center;
              font-size: 1.2em;
              padding-left: 0;
              padding-right: 0; }
      #app-content #page-product #page-product-detail article.article-product .add-to-cart-button {
        margin-top: 2em;
        text-transform: uppercase; }
        #app-content #page-product #page-product-detail article.article-product .add-to-cart-button.disabled {
          color: #ddd; }
    #app-content #page-product #page-product-specs .secondary-menu {
      margin-bottom: 30px; }
      #app-content #page-product #page-product-specs .secondary-menu.black {
        background-color: #2b2b2b;
        background-color: #2b2b2b;
        margin: 0 !important; }
        #app-content #page-product #page-product-specs .secondary-menu.black .tab-toggle a {
          color: #B0D236;
          cursor: default;
          background-color: #2b2b2b;
          font-size: 18px;
          text-transform: capitalize;
          text-decoration: none; }
      #app-content #page-product #page-product-specs .secondary-menu.green {
        background-color: #B0D236;
        background-color: #B0D236;
        border-color: #B0D236;
        margin: 0 !important; }
        #app-content #page-product #page-product-specs .secondary-menu.green .tab-toggle a {
          color: #FFF;
          cursor: default;
          background-color: #B0D236;
          font-size: 18px;
          text-transform: capitalize;
          text-decoration: none; }
    #app-content #page-product #page-product-specs .sfondoCover {
      background-image: none;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      min-height: 250px; }
      #app-content #page-product #page-product-specs .sfondoCover .readText {
        color: #FFF; }
    #app-content #page-product #page-product-specs .container.readText {
      padding-top: 25px;
      padding-bottom: 25px; }
    #app-content #page-product #page-product-specs .product-specs-title {
      font-weight: bold;
      font-size: 1em; }
    #app-content #page-product #page-product-specs #tab-nutritional_info table {
      font-size: 0.813em; }
      #app-content #page-product #page-product-specs #tab-nutritional_info table tr td {
        padding: 10px 15px;
        border: 1px solid #999; }
    #app-content #page-product #page-product-footer {
      font-size: 1em;
      background-color: #2b2b2b;
      padding: 30px 0;
      margin: 30px 0;
      color: #fff; }
      #app-content #page-product #page-product-footer .container {
        padding: 0; }
        #app-content #page-product #page-product-footer .container article h1 {
          font-size: 1em;
          min-height: 50px; }
        #app-content #page-product #page-product-footer .container article p {
          font-size: .75em;
          min-height: 40px; }
      @media (max-width: 768px) {
        #app-content #page-product #page-product-footer .product-info-cols {
          padding: 0 50px; } }
    #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-description-title, #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-downloadable-title {
      width: 50%;
      text-align: center;
      border-bottom: 2px solid #777; }
      #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-description-title.open, #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-downloadable-title.open {
        border-color: #fd9600; }
        #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-description-title.open .heading-4, #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-downloadable-title.open .heading-4 {
          color: #fd9600; }
    #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-description, #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-downloadable {
      width: 100%;
      display: none; }
      #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-description.open, #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-downloadable.open {
        display: block; }
    #app-content #page-product #page-product-details-bkp .options-selectors select {
      -webkit-appearance: none;
      border-radius: 0;
      padding-left: 15px;
      width: 5em;
      height: 3em;
      border: none;
      outline: none;
      -webkit-box-shadow: 2px 2px 2px #f5f5f5;
      -moz-box-shadow: 2px 2px 2px #f5f5f5;
      box-shadow: 2px 2px 2px #f5f5f5; }
    #app-content #page-product #page-product-details-bkp .product-page-price-availability p {
      float: none; }
      @media (min-width: 768px) {
        #app-content #page-product #page-product-details-bkp .product-page-price-availability p {
          float: right; } }
    #app-content #page-product #page-product-details-bkp .product-page-price-availability span {
      line-height: 0; }
    #app-content #page-product #page-product-related .related-list {
      border-right: 1px solid #f5f5f5; }
      #app-content #page-product #page-product-related .related-list .related-categories {
        border-bottom: 1px solid #f5f5f5; }
        #app-content #page-product #page-product-related .related-list .related-categories .related-categories-title .related-categories-chevron {
          float: right; }
          #app-content #page-product #page-product-related .related-list .related-categories .related-categories-title .related-categories-chevron.open {
            transform: rotate(-90deg); }
        #app-content #page-product #page-product-related .related-list .related-categories ul {
          list-style-type: none; }
      #app-content #page-product #page-product-related .related-list .related-brands {
        padding-top: 20px; }
        #app-content #page-product #page-product-related .related-list .related-brands .related-brands-title {
          width: 95%; }
          #app-content #page-product #page-product-related .related-list .related-brands .related-brands-title .related-brands-chevron {
            float: right; }
            #app-content #page-product #page-product-related .related-list .related-brands .related-brands-title .related-brands-chevron.open {
              transform: rotate(-90deg); }
        #app-content #page-product #page-product-related .related-list .related-brands ul {
          list-style-type: none;
          margin-top: 5px; }
    #app-content #page-product #page-product-specifications .technical-specification-text ul, #app-content #page-product #page-product-specifications .technical-specification-text ol {
      list-style-type: none; }
    #app-content #page-product #page-product-comments .review-list {
      display: block; }
      #app-content #page-product #page-product-comments .review-list.hide-block {
        display: none; }
    #app-content #page-product #page-product-comments .review-block {
      display: block; }
      #app-content #page-product #page-product-comments .review-block.hide-block {
        display: none; }
    #app-content #page-product #page-product-comments .reviews-vote .form-control {
      float: none; }
    #app-content #page-product #page-product-comments .review-textarea {
      width: 100%;
      border-color: #000;
      -webkit-appearance: none;
      outline: none;
      padding: 10px;
      font-weight: 400; }
      @media (min-width: 768px) {
        #app-content #page-product #page-product-comments .review-textarea {
          width: 80%;
          margin-right: 10%; } }
      #app-content #page-product #page-product-comments .review-textarea::-webkit-input-placeholder {
        font-weight: 400; }
      #app-content #page-product #page-product-comments .review-textarea:-moz-placeholder {
        font-weight: 400; }
      #app-content #page-product #page-product-comments .review-textarea::-moz-placeholder {
        font-weight: 400; }
      #app-content #page-product #page-product-comments .review-textarea:-ms-input-placeholder {
        font-weight: 400; }
    #app-content #page-product #page-product-comments ._label.star::before, #app-content #page-product #page-product-comments ._label.star::after {
      border: none;
      top: calc(50% - 14px); }
    #app-content #page-product #page-product-comments ._label.star::before {
      content: '\f006';
      font-family: FontAwesome;
      font-size: 18px;
      position: absolute;
      left: 0;
      background-size: 0;
      transition: none; }
    #app-content #page-product #page-product-comments ._label.star::after {
      background-size: 0;
      transform: none;
      transition: none;
      will-change: none; }
    #app-content #page-product #page-product-comments ._label.star.hovered::before {
      content: '\f005';
      font-family: FontAwesome; }
    #app-content #page-product #page-product-comments ._label.star.selected::before {
      content: '\f005';
      font-family: FontAwesome;
      color: #fd9600; }
    #app-content #page-product .social-buttons {
      margin: 20px 0; }
      #app-content #page-product .social-buttons .social-label {
        display: inline;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 700; }
      #app-content #page-product .social-buttons a {
        text-decoration: none;
        -webkit-appearance: none; }
        #app-content #page-product .social-buttons a:hover {
          text-decoration: none;
          -webkit-appearance: none; }
      #app-content #page-product .social-buttons .social-button {
        font-size: 1rem;
        background-color: black;
        border-radius: 35px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        margin-left: 20px; }
  #app-content #page-events .cms-content table {
    width: 100%;
    margin: 20px 0 0 0; }
    #app-content #page-events .cms-content table tr td {
      font-size: 12px; }
    #app-content #page-events .cms-content table thead tr td {
      background-color: #B0D236;
      text-align: center;
      font-size: 14px;
      width: 15%;
      border: none; }
      #app-content #page-events .cms-content table thead tr td:first-child, #app-content #page-events .cms-content table thead tr td:last-child {
        width: 35%; }
    #app-content #page-events .cms-content table tbody tr td {
      padding: 5px; }
      #app-content #page-events .cms-content table tbody tr td:first-child {
        text-align: center; }
  #app-content #page-page .table {
    width: 100%; }
    #app-content #page-page .table.table-bordered td {
      border: 1px solid #000;
      padding: 5px; }

#partial-cart-side {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 150;
  font-size: 1rem; }
  #partial-cart-side.cart-side-visible {
    pointer-events: auto; }
    #partial-cart-side.cart-side-visible.cart-side-animatable #section-cart-side {
      transition: all 330ms ease-out; }
    #partial-cart-side.cart-side-visible:after {
      opacity: 1;
      pointer-events: auto; }
    #partial-cart-side.cart-side-visible #section-cart-side {
      -webkit-transform: none;
      transform: none; }
  #partial-cart-side.cart-side-animatable #section-cart-side {
    transition: all 130ms ease-in; }
  #partial-cart-side:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    will-change: opacity;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1); }
  #partial-cart-side #section-cart-side {
    color: #444;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 40vw;
    /*width: 90%;*/
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(103%);
    transform: translateX(103%);
    display: flex;
    flex-direction: column;
    will-change: transform;
    z-index: 160;
    pointer-events: auto; }
    @media (max-width: 1199px) {
      #partial-cart-side #section-cart-side {
        width: 50vw; } }
    @media (max-width: 991px) {
      #partial-cart-side #section-cart-side {
        width: 60vw; } }
    @media (max-width: 767px) {
      #partial-cart-side #section-cart-side {
        width: 80vw; } }
    @media (max-width: 400px) {
      #partial-cart-side #section-cart-side {
        width: 90vw; } }
    #partial-cart-side #section-cart-side #section-cart-side-summary, #partial-cart-side #section-cart-side #section-cart-side-summary-bottom {
      padding: 15px 30px; }
    #partial-cart-side #section-cart-side #section-cart-side-summary {
      margin: 0 0 30px; }
      #partial-cart-side #section-cart-side #section-cart-side-summary h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 1.5em; }
    #partial-cart-side #section-cart-side #section-cart-side-details {
      overflow-x: hidden;
      overflow-y: auto;
      height: 80%; }
      #partial-cart-side #section-cart-side #section-cart-side-details .article-product {
        padding: 15px 30px; }
        #partial-cart-side #section-cart-side #section-cart-side-details .article-product figure img {
          width: 100%;
          height: auto; }
        #partial-cart-side #section-cart-side #section-cart-side-details .article-product h1 {
          font-size: .913em; }
        #partial-cart-side #section-cart-side #section-cart-side-details .article-product p {
          font-size: .725em; }
          #partial-cart-side #section-cart-side #section-cart-side-details .article-product p.price {
            font-size: .913em; }
          #partial-cart-side #section-cart-side #section-cart-side-details .article-product p.actions {
            margin-top: -1.7em;
            font-size: 1.5em; }
        #partial-cart-side #section-cart-side #section-cart-side-details .article-product .quantity-selector .quantity-selector-button {
          display: inline-block;
          width: 1.5em;
          height: 1.5em;
          background-color: #B0D236;
          border: 0;
          border-radius: 50%;
          text-align: center;
          line-height: 1em;
          cursor: pointer;
          padding: 0;
          font-size: 1.5em; }
          @media (max-width: 767px) {
            #partial-cart-side #section-cart-side #section-cart-side-details .article-product .quantity-selector .quantity-selector-button {
              width: 2em;
              height: 2em; } }
        #partial-cart-side #section-cart-side #section-cart-side-details .article-product .quantity-selector .article-product-quantity {
          margin: 0 .25em;
          border: 0;
          width: 1.2em;
          height: 1.5em;
          line-height: 1.5em;
          text-align: center;
          font-size: 1.2em;
          padding-left: 0;
          padding-right: 0; }
        #partial-cart-side #section-cart-side #section-cart-side-details .article-product .article-product-warning {
          color: #EC1F34; }

/******************************* Footer ******************************/
footer#app-footer {
  font-size: 1rem;
  padding: 2em 0;
  padding-bottom: 4em;
  margin-top: 2em; }
  footer#app-footer #app-footer-top {
    background-color: #2b2b2b;
    color: #fff;
    padding: 40px 0 10px 0; }
    footer#app-footer #app-footer-top h1 {
      font-family: 'Poppins', sans-serif;
      font-size: 0.9em;
      line-height: 1;
      margin: 2em 0 15px 0;
      letter-spacing: 1px; }
      footer#app-footer #app-footer-top h1.purple {
        color: #9B3D95; }
      footer#app-footer #app-footer-top h1.green {
        color: #B0D236; }
    footer#app-footer #app-footer-top h3 {
      font-size: 14px;
      margin: 0 0 15px 0;
      font-weight: normal; }
    footer#app-footer #app-footer-top a.logo img {
      max-width: 150px; }
    footer#app-footer #app-footer-top p {
      font-size: 12px;
      line-height: 18px;
      margin: 2em 0;
      letter-spacing: 1px; }
    footer#app-footer #app-footer-top .app-footer-top-links a {
      display: block;
      font-size: 0.938em;
      line-height: 1.2;
      margin: 0 0 1em 0;
      color: #fff; }
      footer#app-footer #app-footer-top .app-footer-top-links a:hover {
        color: #B0D236; }
    footer#app-footer #app-footer-top #newsletter-subscription #newsletter-input {
      height: 44px;
      background-color: transparent;
      border: 1px solid #fff;
      letter-spacing: 1px;
      font-size: 14px;
      color: #fff; }
      footer#app-footer #app-footer-top #newsletter-subscription #newsletter-input:focus {
        box-shadow: none; }
    footer#app-footer #app-footer-top #newsletter-subscription .btn {
      height: auto;
      padding: 10px 45px;
      font-size: 20px; }
    footer#app-footer #app-footer-top .sgs {
      padding: 20px 0;
      background-color: #fff; }
      footer#app-footer #app-footer-top .sgs p {
        color: #000;
        margin: 0;
        padding: 0;
        font-size: 10px; }
      footer#app-footer #app-footer-top .sgs img {
        margin-bottom: 10px; }
  footer#app-footer #app-footer-bottom .social-icons, footer#app-footer #app-footer-bottom .payment-icons {
    margin-top: 20px; }
    footer#app-footer #app-footer-bottom .social-icons a img, footer#app-footer #app-footer-bottom .payment-icons a img {
      max-height: 21px;
      min-height: 18px;
      padding-left: 8px;
      padding-right: 8px; }
  footer#app-footer #app-footer-bottom .footer-credits {
    font-size: 12px;
    margin-top: 20px;
    margin-left: 5px; }

/******************************* Servizio ******************************/
.ico.link-arrow {
  width: 19px;
  height: 12px;
  line-height: inherit;
  background: url("../../images/app/icons/arrow.svg") no-repeat center right;
  padding-bottom: 2px;
  padding-right: 25px; }

.svg-ico:hover path {
  fill: #B0D236; }
.svg-ico path {
  fill: #fff;
  -moz-transition: fill .1s ease-in;
  -webkit-transition: fill .1s ease-in;
  -o-transition: fill .1s ease-in;
  transition: fill .1s ease-in; }

#app-modal {
  display: none;
  opacity: 0; }

.no-items .icon, .congratulation .icon {
  color: #B0D236;
  border-radius: 50%;
  border: 3px solid #B0D236;
  padding: 30px;
  height: 100px;
  width: 100px;
  margin: 30px 0;
  font-size: 2em;
  text-align: center; }

#spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.41); }
  #spinner .sk-folding-cube {
    margin-top: 40vh; }

/**************** Product ************************/
/*.product-gallery-carousel {
    .slick-track {
        display: flex;
        .slick-slide {
            display: flex;
            height: auto;
            align-items: center; //optional
            justify-content: center; //optional
        }
    }
    .slick-dots {
        display: block;
        //bottom: 0;
        .slick-active {
            button {
                background-color: $orange;
                border-color: $orange;
            }
        }
        button {
            background-color: #cccccc;
            border-color: #cccccc;
        }
    }
}*/
.product-preview {
  width: 100%;
  text-align: center;
  position: relative; }
  .product-preview .preview-placeholder {
    width: 100%;
    height: auto; }
  .product-preview .product-preview-horizontal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%; }
  .product-preview .product-preview-vertical {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%; }

#checkout-step-list-container {
  margin: 20px -15px 40px; }
  #checkout-step-list-container ol {
    counter-reset: checkout-steps-counter; }
    #checkout-step-list-container ol li {
      list-style: none;
      color: #999;
      font-size: 15px;
      line-height: 1.1em; }
      #checkout-step-list-container ol li p {
        position: relative;
        padding-left: 28px;
        text-align: left;
        display: inline-block;
        font-weight: bold; }
        @media (max-width: 991px) {
          #checkout-step-list-container ol li p {
            font-size: 0.8em;
            padding-left: 23px; } }
        @media (min-width: 1200px) {
          #checkout-step-list-container ol li p {
            font-size: 1.1em;
            padding-left: 30px; } }
        #checkout-step-list-container ol li p:before {
          display: inline-block;
          content: counter(checkout-steps-counter);
          counter-increment: checkout-steps-counter;
          border: solid 1px #999;
          width: 20px;
          height: 20px;
          line-height: 20px;
          vertical-align: middle;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          text-align: center;
          background-color: #999;
          color: #fff;
          height: 20px;
          width: 20px;
          border-radius: 10px; }
          @media (max-width: 991px) {
            #checkout-step-list-container ol li p:before {
              width: 17px;
              height: 17px;
              line-height: 16px; } }
      #checkout-step-list-container ol li.active p {
        color: #2b2b2b; }
        #checkout-step-list-container ol li.active p:before {
          background-color: #2b2b2b;
          border-color: #2b2b2b; }

.cms-content table {
  width: 100%;
  border: 1px solid #C0C0C0;
  border-collapse: collapse;
  padding: 5px; }
  .cms-content table th {
    border: 1px solid #C0C0C0;
    padding: 5px;
    background: #b2d233;
    color: #fff; }
  .cms-content table td {
    border: 1px solid #C0C0C0;
    padding: 5px; }

/************************ Top Category **********/
/*#page-top-category {
    .related-list {
        border-right: 1px solid $light-gray;
        .related-categories {
            border-bottom: 1px solid $light-gray;
            ul {
                list-style-type: none;
            }
        }
        .related-brands {
            padding-top: 20px;
            .related-brands-title {
                width: 95%;
                .related-brands-chevron {
                    float: right;
                    &.open {
                        transform: rotate(-90deg);
                    }
                }
            }
            ul {
                list-style-type: none;
                margin-top: 5px;
            }
        }
    }
    .catalog-brand-logo {
        height: 100px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .top-category-brand-name {
        position: relative;
        i {
            position: absolute;
            top: 50%;
            right: 25%;
            @media (min-width: $screen-md-min) {
                right: 12%;
            }
            @media (min-width: $screen-lg-min) {
                right: 20%;
            }
            @media (min-width: 1450px) {
                right: 25%;
            }
        }
    }
}*/
/************************ Top Brand **********/
/*#page-top-brand {
    .related-list {
        border-right: 1px solid $light-gray;
        .related-categories {
            border-bottom: 1px solid $light-gray;
            ul {
                list-style-type: none;
            }
        }
        .related-brands {
            padding-top: 20px;
            .related-brands-title {
                width: 95%;
                .related-brands-chevron {
                    float: right;
                    &.open {
                        transform: rotate(-90deg);
                    }
                }
            }
            ul {
                list-style-type: none;
                margin-top: 5px;
            }
        }
    }
    .top-brand-history {
        p {
            font-size: $base;
            font-weight: 400;
            letter-spacing: normal;
        }
    }
    .top-brand-history-image {
        margin-bottom: 2em;
    }

    .cover-dark-background {
        box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.3);
    }

    .section-catalog-product-list-width {
        width: 100%;
    }

}*/
/*.cover-block {
    padding: 60px 40px;
    .paragraph-2 {
        width: 100%;
    }
    @media (min-width: $screen-sm-min) {
        padding: 80px 60px;
        .paragraph-2 {
            width: 50%;
        }
    }
    @media (min-width: $screen-md-min) {
        padding: 100px 80px;
        .paragraph-2 {
            width: 50%;
        }
    }
    @media (min-width: $screen-lg-min) {
        padding: 120px 100px;
        .paragraph-2 {
            width: 50%;
        }
    }
}*/
/********* Brands list ************/
/*#page-brand-list {
    .catalog-brand-logo {
        height: 100px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .cover-dark-background {
        box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.3);
    }

}*/
.page-how-to-buy-content ul {
  list-style-position: inherit;
  padding-left: 20px; }

/************* SIDEBAR ************/
#section-catalog-sidebar {
    /*.fa-angle-down{
        &[class*="parent-"]{
            transition: transform 0.3s;
            &.show{
                transform: rotate(180deg);
            }

        }
    }*/ }
  #section-catalog-sidebar .fa-plus[class*="parent-"]:before {
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
  #section-catalog-sidebar .fa-plus[class*="parent-"].show:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  #section-catalog-sidebar ul {
    background-color: transparent;
    list-style-type: none; }
    #section-catalog-sidebar ul li {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      border: none; }
      #section-catalog-sidebar ul li a {
        display: inline;
        color: #000;
        line-height: 1;
        padding: 0;
        margin: 0;
        text-transform: uppercase; }
        #section-catalog-sidebar ul li a:hover {
          color: #fd9600; }
      #section-catalog-sidebar ul li i {
        color: #000; }
    #section-catalog-sidebar ul.child {
      list-style-type: none; }
      #section-catalog-sidebar ul.child li {
        font-size: 18px;
        font-weight: 400;
        text-transform: none;
        padding-left: 5%;
        width: 95%; }
  #section-catalog-sidebar .sidebar-category-info {
    padding: 0 10px;
    position: relative; }
    #section-catalog-sidebar .sidebar-category-info[class*='level-'] a {
      text-transform: none;
      font-weight: 200;
      letter-spacing: 1px; }
      #section-catalog-sidebar .sidebar-category-info[class*='level-'] a p {
        width: 75%;
        margin: 25px 0; }
        @media (min-width: 768px) {
          #section-catalog-sidebar .sidebar-category-info[class*='level-'] a p {
            margin: 15px 0; } }
      #section-catalog-sidebar .sidebar-category-info[class*='level-'] a.sidebar-category-highlight {
        font-weight: 400;
        border-bottom: 2px solid #fd9600; }
    #section-catalog-sidebar .sidebar-category-info[class*='level-'] i {
      position: absolute;
      right: 0;
      top: -25px;
      padding-left: 25%;
      padding-right: 5%;
      height: 68px; }
      @media (min-width: 768px) {
        #section-catalog-sidebar .sidebar-category-info[class*='level-'] i {
          height: 40px;
          top: -15px; } }
      #section-catalog-sidebar .sidebar-category-info[class*='level-'] i:before {
        margin-top: 25px; }
        @media (min-width: 768px) {
          #section-catalog-sidebar .sidebar-category-info[class*='level-'] i:before {
            margin: 15px 0; } }
    #section-catalog-sidebar .sidebar-category-info.level-0 a {
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
      #section-catalog-sidebar .sidebar-category-info.level-0 a p {
        width: 75%;
        margin: 10px 0; }
      #section-catalog-sidebar .sidebar-category-info.level-0 a.sidebar-category-highlight {
        font-weight: 600;
        border-bottom: 2px solid #fd9600; }

/************* MOBILE MENUS ************/
@media (min-width: 770px) {
  .secondary-menu .mobile-dropdown {
    display: none !important; } }

@media (max-width: 768px) {
  #app-content .secondary-menu nav ul.category-menu li {
    display: block;
    margin: 0; } }

@media (max-width: 769px) {
  .category-menu.collapsed-xs {
    display: none; } }

.display-none-xs {
  display: block; }
  @media (max-width: 768px) {
    .display-none-xs {
      display: none; } }

/************* MOBILE SLIDERS ************/
.fa.slick-arrow {
  position: absolute;
  top: 20%;
  z-index: 1000; }
  .fa.slick-arrow.fa-angle-right {
    right: 0; }
  .fa.slick-arrow.fa-angle-left {
    left: 0; }

/*************** Cookie Banner *****************/
.cookie-policy {
  padding: 25px 15%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }
  .cookie-policy .cookie-paragraph {
    margin: 30px 20px;
    color: #FFF; }

/*************** Popup Newsletter *****************/
.popup-newsletter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12; }
  .popup-newsletter .overlay {
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.7;
    position: absolute;
    z-index: 1; }
  .popup-newsletter .container {
    width: 50%;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .popup-newsletter .container {
        width: 94%; } }
    .popup-newsletter .container .row table {
      width: 100%;
      height: 100vh; }
      .popup-newsletter .container .row table .container-newsletter {
        background-color: #000;
        color: #FFF;
        padding: 70px 45px 60px 45px;
        position: relative; }
        .popup-newsletter .container .row table .container-newsletter .close-newsletter {
          position: absolute;
          background-color: transparent;
          background-image: url("../images/app/svg/close-white.svg");
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center center;
          width: 35px;
          height: 35px;
          top: 15px;
          right: 13px;
          cursor: pointer; }
        .popup-newsletter .container .row table .container-newsletter h4 {
          color: #B0D236;
          font-family: 'Poppins', sans-serif;
          font-size: 18px;
          line-height: 1;
          letter-spacing: 2px;
          text-transform: uppercase;
          margin: 0 0 10px 0; }
        .popup-newsletter .container .row table .container-newsletter p {
          margin: 0 0 20px 0; }
        .popup-newsletter .container .row table .container-newsletter input[type='email'] {
          background-color: transparent;
          border: 1px solid #FFF;
          color: #FFF;
          margin: 0 0 20px 0; }
        .popup-newsletter .container .row table .container-newsletter .btn {
          height: auto;
          padding: 12px 40px;
          text-transform: uppercase;
          font-size: 14px;
          letter-spacing: 1px; }

/**** FILTERS **/
nav.catalog-filters {
  font-size: 1em; }
  @media (max-width: 767px) {
    nav.catalog-filters {
      overflow: scroll;
      height: 80vh; } }
  nav.catalog-filters .catalog-filter-reset {
    display: block;
    font-size: 0.813em;
    font-weight: bold;
    padding-bottom: 4em; }
  nav.catalog-filters > ul.accordion {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav.catalog-filters > ul.accordion li.accordion-container {
      margin: 0;
      padding: 0; }
      nav.catalog-filters > ul.accordion li.accordion-container .accordion-toggle {
        padding: .7em .7em .35em 0;
        border-top: 1px solid #2b2b2b; }
        nav.catalog-filters > ul.accordion li.accordion-container .accordion-toggle span {
          font-size: 1em;
          font-weight: bold; }
          nav.catalog-filters > ul.accordion li.accordion-container .accordion-toggle span .fa-angle-up {
            display: none; }
      nav.catalog-filters > ul.accordion li.accordion-container ul.accordion-content {
        margin-bottom: .35em; }
        nav.catalog-filters > ul.accordion li.accordion-container ul.accordion-content li.form-control {
          margin-top: .3em;
          margin-bottom: .3em;
          width: 100%; }
          nav.catalog-filters > ul.accordion li.accordion-container ul.accordion-content li.form-control label {
            font-size: 0.813em;
            font-weight: normal;
            width: 100%;
            padding-right: .9em;
            box-sizing: border-box; }
        nav.catalog-filters > ul.accordion li.accordion-container ul.accordion-content .checkbox-accordion-container .form-control {
          float: none;
          margin-bottom: 0; }
        nav.catalog-filters > ul.accordion li.accordion-container ul.accordion-content .checkbox-accordion-container ul {
          margin-left: 24px; }
        nav.catalog-filters > ul.accordion li.accordion-container ul.accordion-content .checkbox-accordion-container label .fa-angle-up {
          display: none; }
        nav.catalog-filters > ul.accordion li.accordion-container ul.accordion-content .checkbox-accordion-container label .fa-angle-down {
          display: block; }
        nav.catalog-filters > ul.accordion li.accordion-container ul.accordion-content .checkbox-accordion-container.active label .fa-angle-up {
          display: block; }
        nav.catalog-filters > ul.accordion li.accordion-container ul.accordion-content .checkbox-accordion-container.active label .fa-angle-down {
          display: none; }
      nav.catalog-filters > ul.accordion li.accordion-container.active .accordion-toggle span .fa-angle-up {
        display: block; }
      nav.catalog-filters > ul.accordion li.accordion-container.active .accordion-toggle span .fa-angle-down {
        display: none; }

@media (max-width: 767px) {
  .mobile-filters {
    position: fixed;
    z-index: 100;
    background: #FFF;
    bottom: 0;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px; }
    .mobile-filters .mobile-filters-open {
      display: block;
      width: 60%;
      float: right; }
    .mobile-filters .mobile-filters-close {
      display: none; }
    .mobile-filters aside {
      display: none;
      height: 0; }
    .mobile-filters.active {
      top: 0; }
      .mobile-filters.active aside {
        display: block; }
      .mobile-filters.active .mobile-filters-open {
        display: none; }
      .mobile-filters.active .mobile-filters-close {
        display: block; } }

/*# sourceMappingURL=app.css.map */
