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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -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"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-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;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon.eot');
  src: url('/fonts/icomoon.eot?#iefixfqyzta') format('embedded-opentype'), url('/fonts/icomoon.ttf') format('truetype'), url('/fonts/icomoon.woff') format('woff'), url('/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
i,
.icomoon-liga {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m-m-add-tile:before {
  content: "\e62e";
}
.m-m-m:before {
  content: "\e62d";
}
.m-m-users:before {
  content: "\e62c";
}
.m-m-world:before {
  content: "\e62b";
}
.m-m-mail:before {
  content: "\e630";
}
.m-m-comments:before {
  content: "\e631";
}
.m-m-sep:before {
  content: "\e62f";
}
.m-m-page_set:before {
  content: "\e629";
}
.m-m-cog:before {
  content: "\e62a";
}
.m-x_banner_social:before {
  content: "\e627";
}
.m-x_banner_gtb:before {
  content: "\e628";
}
.m-x_hp_black .path1:before {
  content: "\e622";
  color: #020202;
}
.m-x_hp_black .path2:before {
  content: "\e623";
  margin-left: -2.509765625em;
  color: #ffffff;
}
.m-x_hp_black .path3:before {
  content: "\e624";
  margin-left: -2.509765625em;
  color: #ffffff;
}
.m-x_table:before {
  content: "\e625";
}
.m-x_privacy:before {
  content: "\e626";
}
.m-x_list_comment-fb:before {
  content: "\e61d";
}
.m-x_list_comment:before {
  content: "\e61e";
}
.m-x_write_comment:before {
  content: "\e61f";
}
.m-x_html:before {
  content: "\e620";
}
.m-x_yt:before {
  content: "\e621";
}
.m-x_2_text_img:before {
  content: "\e60a";
}
.m-x_img_text:before {
  content: "\e60b";
}
.m-x_2_img:before {
  content: "\e60c";
}
.m-x_2_text-left:before {
  content: "\e60d";
}
.m-x_download:before {
  content: "\e60e";
}
.m-x_like:before {
  content: "\e60f";
}
.m-x_map:before {
  content: "\e610";
}
.m-x_3_text:before {
  content: "\e611";
}
.m-x_list:before {
  content: "\e612";
}
.m-x_3_img:before {
  content: "\e613";
}
.m-x_hp .path1:before {
  content: "\e614";
  color: #231f20;
}
.m-x_hp .path2:before {
  content: "\e615";
  margin-left: -2.509765625em;
  color: #ffffff;
}
.m-x_hp .path3:before {
  content: "\e616";
  margin-left: -2.509765625em;
  color: #ffffff;
}
.m-x_hp .path4:before {
  content: "\e617";
  margin-left: -2.509765625em;
  color: #ffffff;
}
.m-x_hp .path5:before {
  content: "\e618";
  margin-left: -2.509765625em;
  color: #ffffff;
}
.m-x_img:before {
  content: "\e619";
}
.m-x_text-left:before {
  content: "\e61a";
}
.m-x_text-right:before {
  content: "\e61b";
}
.m-x_title:before {
  content: "\e61c";
}
.m-hp .path1:before {
  content: "\e600";
  color: #000000;
}
.m-hp .path2:before {
  content: "\e602";
  margin-left: -1em;
  color: #f1f2f2;
}
.m-hp .path3:before {
  content: "\e603";
  margin-left: -1em;
  color: #f1f2f2;
}
.m-hp .path4:before {
  content: "\e604";
  margin-left: -1em;
  color: #f1f2f2;
}
.m-hp .path5:before {
  content: "\e605";
  margin-left: -1em;
  color: #f1f2f2;
}
.m-img:before {
  content: "\e601";
}
.m-list:before {
  content: "\e609";
}
.m-text-align-left:before {
  content: "\e607";
}
.m-text-align-right:before {
  content: "\e608";
}
.m-title:before {
  content: "\e606";
}
* {
  -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: PT Sans, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #032433;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #03435f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #010f15;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail &gt; img,
.thumbnail a &gt; img,
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  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: 24px;
  margin-bottom: 24px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 29px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #03435f;
}
a.text-primary:hover {
  color: #01202e;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #03435f;
}
a.bg-primary:hover {
  background-color: #01202e;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 21.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.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: 0;
  padding-right: 0;
}
.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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.table &gt; tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #dddddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}
.table-striped &gt; tbody &gt; tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8;
}
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7;
}
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3;
}
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
}
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc;
}
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
}
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 25.5px;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 34px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    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: 24px;
  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 {
  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;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.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: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #0a79ab;
}
@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 &gt; .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: 31px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
@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: 0;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #4ac6fa;
  background-color: #03435f;
  border-color: #023246;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  color: #4ac6fa;
  background-color: #01202e;
  border-color: #00080b;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #03435f;
  border-color: #023246;
}
.btn-primary .badge {
  color: #03435f;
  background-color: #4ac6fa;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #03435f;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #010f15;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #03435f;
}
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #777777;
}
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  float: left;
}
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group-vertical &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
}
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group &gt; .btn:first-child {
  margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group &gt; .btn-group {
  float: left;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group &gt; .btn-group:first-child &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn-group:last-child &gt; .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group &gt; .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified &gt; .btn,
.btn-group-justified &gt; .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified &gt; .btn-group .btn {
  width: 100%;
}
.btn-group-justified &gt; .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg &gt; .form-control,
select.input-group-lg &gt; .input-group-addon,
select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg &gt; .form-control,
textarea.input-group-lg &gt; .input-group-addon,
textarea.input-group-lg &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-lg &gt; .form-control,
select[multiple].input-group-lg &gt; .input-group-addon,
select[multiple].input-group-lg &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm &gt; .form-control,
select.input-group-sm &gt; .input-group-addon,
select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 34px;
  line-height: 34px;
}
textarea.input-group-sm &gt; .form-control,
textarea.input-group-sm &gt; .input-group-addon,
textarea.input-group-sm &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-sm &gt; .form-control,
select[multiple].input-group-sm &gt; .input-group-addon,
select[multiple].input-group-sm &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn &gt; .btn {
  position: relative;
}
.input-group-btn &gt; .btn + .btn {
  margin-left: -1px;
}
.input-group-btn &gt; .btn:hover,
.input-group-btn &gt; .btn:focus,
.input-group-btn &gt; .btn:active {
  z-index: 2;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav &gt; li {
  position: relative;
  display: block;
}
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  color: #03435f;
}
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  text-decoration: none;
  color: #032433;
}
.nav &gt; li.disabled &gt; a {
  color: #777777;
}
.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #03435f;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified &gt; li {
  float: none;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 3px;
  background-color: #fdc70f;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #ffffff;
  background-color: #03435f;
}
.nav-stacked &gt; li {
  float: none;
}
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified &gt; li {
  float: none;
}
.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content &gt; .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content &gt; .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 40px;
  padding-left: 40px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container &gt; .navbar-header,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-collapse {
  margin-right: -40px;
  margin-left: -40px;
}
@media (min-width: 768px) {
  .container &gt; .navbar-header,
  .container-fluid &gt; .navbar-header,
  .container &gt; .navbar-collapse,
  .container-fluid &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1080;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1081;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand &gt; img {
  display: block;
}
@media (min-width: 768px) {
  .navbar &gt; .container .navbar-brand,
  .navbar &gt; .container-fluid .navbar-brand {
    margin-left: -40px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 40px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -40px;
}
.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav &gt; li {
    float: left;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.navbar-form {
  margin-left: -40px;
  margin-right: -40px;
  padding: 10px 40px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group &gt; .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -40px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #777777;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb &gt; li {
  display: inline-block;
}
.breadcrumb &gt; li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb &gt; .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #03435f;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  color: #010f15;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #03435f;
  border-color: #03435f;
  cursor: default;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 15px;
}
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next &gt; a,
.pager .next &gt; span {
  float: right;
}
.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left;
}
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #03435f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #01202e;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #03435f;
  background-color: #ffffff;
}
.list-group-item &gt; .badge {
  float: right;
}
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail &gt; img,
.thumbnail a &gt; img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #03435f;
}
.thumbnail .caption {
  padding: 9px;
  color: #032433;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
.alert &gt; p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media &gt; .pull-right {
  padding-left: 10px;
}
.media-left,
.media &gt; .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #03435f;
  border-color: #03435f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading &gt; small,
.list-group-item.active:hover .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active .list-group-item-heading &gt; .small,
.list-group-item.active:hover .list-group-item-heading &gt; .small,
.list-group-item.active:focus .list-group-item-heading &gt; .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #35bdf9;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
}
.panel-title &gt; a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0;
}
.panel &gt; .list-group .list-group-item,
.panel &gt; .panel-collapse &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0;
}
.panel &gt; .table caption,
.panel &gt; .table-responsive &gt; .table caption,
.panel &gt; .panel-collapse &gt; .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0;
}
.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default &gt; .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #dddddd;
}
.panel-default &gt; .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #03435f;
}
.panel-primary &gt; .panel-heading {
  color: #ffffff;
  background-color: #03435f;
  border-color: #03435f;
}
.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #03435f;
}
.panel-primary &gt; .panel-heading .badge {
  color: #03435f;
  background-color: #ffffff;
}
.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #03435f;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success &gt; .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #bce8f1;
}
.panel-info &gt; .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #faebcc;
}
.panel-warning &gt; .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger &gt; .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1010;
  display: block;
  visibility: visible;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1090;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 17px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover &gt; .arrow,
.popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover &gt; .arrow {
  border-width: 11px;
}
.popover &gt; .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right &gt; .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom &gt; .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left &gt; .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner &gt; .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner &gt; .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner &gt; .item.next,
  .carousel-inner &gt; .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.prev,
  .carousel-inner &gt; .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.next.left,
  .carousel-inner &gt; .item.prev.right,
  .carousel-inner &gt; .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:before,
.btn-group-vertical &gt; .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.nav-menu .nav:before,
.nav-menu .nav:after,
.social-share:before,
.social-share:after,
.menu--horiz:before,
.menu--horiz:after,
.page--excerpt:before,
.page--excerpt:after,
.container-narrow:before,
.container-narrow:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.nav-menu .nav:after,
.social-share:after,
.menu--horiz:after,
.page--excerpt:after,
.container-narrow: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;
  visibility: hidden !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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
.margin-bottom {
  margin-bottom: 0;
}
/*

.tile-containers{
margin-right: 15px;
  margin-left: 15px;
}*/
.form-control-lg {
  height: 45px;
}
/*
 |
 | Stile primario
 |
 */
.normal,
.mj-tile--primary,
.mj-grid-block .mj-tile--primary {
  /*

   */
  color: #032433;
  background: transparent;
  /*
   * se la tessera ha il modificatore --custom-bg la gestione dello sfondo
   * Ã¨ delegata alle impostazioni specifiche della tessera
   */
  /*
   * il tema tessera comprende anche le opzioni di colore
   * relative alla versione di vetrina del menu
   */
  /*
   * loghi
   */
}
.normal.--custom-bg,
.mj-tile--primary.--custom-bg,
.mj-grid-block .mj-tile--primary.--custom-bg {
  background: none;
}
.normal .mj-title,
.mj-tile--primary .mj-title,
.mj-grid-block .mj-tile--primary .mj-title {
  color: #05597d;
}
.normal .mj-line__bg,
.mj-tile--primary .mj-line__bg,
.mj-grid-block .mj-tile--primary .mj-line__bg {
  background: transparent;
}
.normal a,
.mj-tile--primary a,
.mj-grid-block .mj-tile--primary a {
  color: #032433;
}
.normal .date,
.mj-tile--primary .date,
.mj-grid-block .mj-tile--primary .date {
  color: #03435f;
}
.normal .page-showcase_text,
.mj-tile--primary .page-showcase_text,
.mj-grid-block .mj-tile--primary .page-showcase_text {
  color: #032433;
  background: transparent;
}
.normal .page-showcase_text .mj-title,
.mj-tile--primary .page-showcase_text .mj-title,
.mj-grid-block .mj-tile--primary .page-showcase_text .mj-title {
  color: #05597d;
}
.normal .img-link__title,
.mj-tile--primary .img-link__title,
.mj-grid-block .mj-tile--primary .img-link__title {
  color: #05597d;
  background: transparent;
}
.normal .img-link__text,
.mj-tile--primary .img-link__text,
.mj-grid-block .mj-tile--primary .img-link__text {
  color: #032433;
  background: transparent;
}
.normal .container-description,
.mj-tile--primary .container-description,
.mj-grid-block .mj-tile--primary .container-description {
  color: #032433;
}
.normal .page--excerpt_text--skin-10,
.mj-tile--primary .page--excerpt_text--skin-10,
.mj-grid-block .mj-tile--primary .page--excerpt_text--skin-10 {
  color: #032433;
}
.normal .page--excerpt_text--skin-06,
.mj-tile--primary .page--excerpt_text--skin-06,
.mj-grid-block .mj-tile--primary .page--excerpt_text--skin-06 {
  color: #032433;
}
.normal .page--excerpt_text--skin-11,
.mj-tile--primary .page--excerpt_text--skin-11,
.mj-grid-block .mj-tile--primary .page--excerpt_text--skin-11 {
  color: #032433;
}
.normal .page--excerpt_text--skin-07,
.mj-tile--primary .page--excerpt_text--skin-07,
.mj-grid-block .mj-tile--primary .page--excerpt_text--skin-07 {
  color: #032433;
}
.normal .logo_title,
.mj-tile--primary .logo_title,
.mj-grid-block .mj-tile--primary .logo_title {
  color: #05597d;
}
.normal .edit-container-logo,
.mj-tile--primary .edit-container-logo,
.mj-grid-block .mj-tile--primary .edit-container-logo {
  background: transparent;
}
.normal .icon-download,
.mj-tile--primary .icon-download,
.mj-grid-block .mj-tile--primary .icon-download {
  color: #05597d;
}
.normal.radio svg,
.mj-tile--primary.radio svg,
.mj-grid-block .mj-tile--primary.radio svg {
  background-color: transparent;
}
.normal.radio svg g,
.mj-tile--primary.radio svg g,
.mj-grid-block .mj-tile--primary.radio svg g {
  fill: #032433;
}
.normal.radio svg g path:first-child,
.mj-tile--primary.radio svg g path:first-child,
.mj-grid-block .mj-tile--primary.radio svg g path:first-child {
  fill: #05597d;
}
.normal .menu__link-13--table,
.mj-tile--primary .menu__link-13--table,
.mj-grid-block .mj-tile--primary .menu__link-13--table {
  border-color: #05597d;
}
.normal .menu__link-13--arrow,
.mj-tile--primary .menu__link-13--arrow,
.mj-grid-block .mj-tile--primary .menu__link-13--arrow {
  color: #05597d;
}
.normal .mj-autocomplete .mj-autocomplete-input,
.mj-tile--primary .mj-autocomplete .mj-autocomplete-input,
.mj-grid-block .mj-tile--primary .mj-autocomplete .mj-autocomplete-input {
  background: #fff;
  color: #333;
  border: 1px solid;
}
.normal .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-tile--primary .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-grid-block .mj-tile--primary .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor {
  background-color: rgba(0, 0, 0, 0);
}
.normal .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-tile--primary .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-grid-block .mj-tile--primary .mj-autocomplete .mj-autocomplete-dropdown-menu {
  background-color: #fff;
  color: #333;
  border: 1px solid #05597d;
}
.normal .star-rev,
.mj-tile--primary .star-rev,
.mj-grid-block .mj-tile--primary .star-rev {
  color: #05597d;
}
.normal .menu,
.mj-tile--primary .menu,
.mj-grid-block .mj-tile--primary .menu {
  color: #4ac6fa;
}
.normal .menu_item,
.mj-tile--primary .menu_item,
.mj-grid-block .mj-tile--primary .menu_item {
  color: #4ac6fa;
  background: #03435f;
}
.normal .menu_item:not(.active):hover,
.mj-tile--primary .menu_item:not(.active):hover,
.mj-grid-block .mj-tile--primary .menu_item:not(.active):hover {
  color: #03374f;
  background: #0575a5;
}
.normal .menu_item.active,
.mj-tile--primary .menu_item.active,
.mj-grid-block .mj-tile--primary .menu_item.active {
  color: #0683b9;
  background: #023344;
}
.normal .menu_link,
.mj-tile--primary .menu_link,
.mj-grid-block .mj-tile--primary .menu_link,
.normal .menu_link:hover,
.mj-tile--primary .menu_link:hover,
.mj-grid-block .mj-tile--primary .menu_link:hover {
  color: inherit;
  background: transparent;
}
.normal .page--excerpt,
.mj-tile--primary .page--excerpt,
.mj-grid-block .mj-tile--primary .page--excerpt {
  border-color: #4ac6fa;
}
.normal .page--excerpt--bordered,
.mj-tile--primary .page--excerpt--bordered,
.mj-grid-block .mj-tile--primary .page--excerpt--bordered {
  border-color: #4ac6fa;
}
.normal .menu__submenu li ul,
.mj-tile--primary .menu__submenu li ul,
.mj-grid-block .mj-tile--primary .menu__submenu li ul {
  background: #0575a5;
}
.normal .menu__submenu li ul li,
.mj-tile--primary .menu__submenu li ul li,
.mj-grid-block .mj-tile--primary .menu__submenu li ul li {
  color: #03374f;
}
.normal .menu__submenu li ul li.active,
.mj-tile--primary .menu__submenu li ul li.active,
.mj-grid-block .mj-tile--primary .menu__submenu li ul li.active {
  color: #0683b9;
  background: #023344;
}
.normal .img-link__text a,
.mj-tile--primary .img-link__text a,
.mj-grid-block .mj-tile--primary .img-link__text a {
  color: #4ac6fa;
}
.normal .img-link__text a:hover,
.mj-tile--primary .img-link__text a:hover,
.mj-grid-block .mj-tile--primary .img-link__text a:hover {
  color: #03435f;
}
.normal .page--excerpt_link,
.mj-tile--primary .page--excerpt_link,
.mj-grid-block .mj-tile--primary .page--excerpt_link,
.normal .page-showcase_link,
.mj-tile--primary .page-showcase_link,
.mj-grid-block .mj-tile--primary .page-showcase_link {
  color: #4ac6fa;
  background: #03435f;
  border-color: #4ac6fa;
}
.normal .page--excerpt_link:not(.active):hover,
.mj-tile--primary .page--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--primary .page--excerpt_link:not(.active):hover,
.normal .page-showcase_link:not(.active):hover,
.mj-tile--primary .page-showcase_link:not(.active):hover,
.mj-grid-block .mj-tile--primary .page-showcase_link:not(.active):hover {
  color: #03435f;
  background: #0575a5;
  border-color: #03435f;
}
.normal .review--excerpt_link,
.mj-tile--primary .review--excerpt_link,
.mj-grid-block .mj-tile--primary .review--excerpt_link {
  color: #4ac6fa;
  background: #03435f;
}
.normal .review--excerpt_link:not(.active):hover,
.mj-tile--primary .review--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--primary .review--excerpt_link:not(.active):hover {
  color: #03435f;
  background: #0575a5;
}
.normal .social_link,
.mj-tile--primary .social_link,
.mj-grid-block .mj-tile--primary .social_link {
  color: #4ac6fa;
  background: transparent;
}
.normal .social_link:hover,
.mj-tile--primary .social_link:hover,
.mj-grid-block .mj-tile--primary .social_link:hover {
  color: #03374f;
  background: #0575a5;
}
.normal .m-line__thin,
.mj-tile--primary .m-line__thin,
.mj-grid-block .mj-tile--primary .m-line__thin {
  background: #05597d;
}
.normal .m-line__thick,
.mj-tile--primary .m-line__thick,
.mj-grid-block .mj-tile--primary .m-line__thick {
  background: #05597d;
}
.normal .m-line__thick-4,
.mj-tile--primary .m-line__thick-4,
.mj-grid-block .mj-tile--primary .m-line__thick-4 {
  background: #05597d;
}
.normal .m-line__thick-6,
.mj-tile--primary .m-line__thick-6,
.mj-grid-block .mj-tile--primary .m-line__thick-6 {
  background: #05597d;
}
.normal .m-line__thick-8,
.mj-tile--primary .m-line__thick-8,
.mj-grid-block .mj-tile--primary .m-line__thick-8 {
  background: #05597d;
}
.normal .m-line__thick-10,
.mj-tile--primary .m-line__thick-10,
.mj-grid-block .mj-tile--primary .m-line__thick-10 {
  background: #05597d;
}
.normal .m-line__dotted,
.mj-tile--primary .m-line__dotted,
.mj-grid-block .mj-tile--primary .m-line__dotted {
  border-bottom: 1px dashed #05597d;
}
.normal .m-line__dashed,
.mj-tile--primary .m-line__dashed,
.mj-grid-block .mj-tile--primary .m-line__dashed {
  border-bottom: 1px dashed #05597d;
}
.normal .m-line__dotted-2,
.mj-tile--primary .m-line__dotted-2,
.mj-grid-block .mj-tile--primary .m-line__dotted-2 {
  border-bottom: 2px dashed #05597d;
}
.normal .m-line__dotted-3,
.mj-tile--primary .m-line__dotted-3,
.mj-grid-block .mj-tile--primary .m-line__dotted-3 {
  border-bottom: 3px dashed #05597d;
}
.normal .m-line__dashed-2,
.mj-tile--primary .m-line__dashed-2,
.mj-grid-block .mj-tile--primary .m-line__dashed-2 {
  border-bottom: 2px dashed #05597d;
}
.normal .m-line__dashed-3,
.mj-tile--primary .m-line__dashed-3,
.mj-grid-block .mj-tile--primary .m-line__dashed-3 {
  border-bottom: 3px dashed #05597d;
}
.normal .m-line__faded,
.mj-tile--primary .m-line__faded,
.mj-grid-block .mj-tile--primary .m-line__faded {
  background-image: linear-gradient(to right, transparent, #05597d, transparent);
}
.normal .m-line__faded2,
.mj-tile--primary .m-line__faded2,
.mj-grid-block .mj-tile--primary .m-line__faded2 {
  background-image: linear-gradient(to right, transparent, #05597d, transparent);
}
.normal .m-line__faded-3,
.mj-tile--primary .m-line__faded-3,
.mj-grid-block .mj-tile--primary .m-line__faded-3 {
  background-image: linear-gradient(to right, transparent, #05597d, transparent);
}
.normal .m-line__faded-4,
.mj-tile--primary .m-line__faded-4,
.mj-grid-block .mj-tile--primary .m-line__faded-4 {
  background-image: linear-gradient(to right, #05597d, transparent);
}
.normal .m-line__faded-5,
.mj-tile--primary .m-line__faded-5,
.mj-grid-block .mj-tile--primary .m-line__faded-5 {
  background-image: linear-gradient(to left, #05597d, transparent);
}
.normal .m-line__faded-6,
.mj-tile--primary .m-line__faded-6,
.mj-grid-block .mj-tile--primary .m-line__faded-6 {
  background-image: linear-gradient(to right, #05597d, transparent, #05597d);
}
.normal .m-line__shaded,
.mj-tile--primary .m-line__shaded,
.mj-grid-block .mj-tile--primary .m-line__shaded {
  box-shadow: inset 0 10px 10px -10px #05597d;
}
.normal .m-line__shaded-1,
.mj-tile--primary .m-line__shaded-1,
.mj-grid-block .mj-tile--primary .m-line__shaded-1 {
  box-shadow: inset 0 9px 7px -10px #05597d;
}
.normal .m-line__shaded-2,
.mj-tile--primary .m-line__shaded-2,
.mj-grid-block .mj-tile--primary .m-line__shaded-2 {
  box-shadow: inset 0 14px 19px -14px #05597d;
}
.normal .m-line__shaded-3,
.mj-tile--primary .m-line__shaded-3,
.mj-grid-block .mj-tile--primary .m-line__shaded-3 {
  box-shadow: inset 0 22px 29px -18px #05597d;
}
.normal .m-line__shaded-4,
.mj-tile--primary .m-line__shaded-4,
.mj-grid-block .mj-tile--primary .m-line__shaded-4 {
  box-shadow: inset 0 -21px 24px -26px #05597d;
}
.normal .m-line__shaded-5,
.mj-tile--primary .m-line__shaded-5,
.mj-grid-block .mj-tile--primary .m-line__shaded-5 {
  box-shadow: inset 0 -21px 44px -28px #05597d;
}
.normal .m-line__blur-1,
.mj-tile--primary .m-line__blur-1,
.mj-grid-block .mj-tile--primary .m-line__blur-1 {
  box-shadow: 0 0 2px 1px #05597d;
}
.normal .m-line__blur-2,
.mj-tile--primary .m-line__blur-2,
.mj-grid-block .mj-tile--primary .m-line__blur-2 {
  box-shadow: 0 0 4px 1px #05597d;
}
.normal .m-line__blur-3,
.mj-tile--primary .m-line__blur-3,
.mj-grid-block .mj-tile--primary .m-line__blur-3 {
  box-shadow: 0 0 6px 1px #05597d;
}
.normal .m-line__blur-4,
.mj-tile--primary .m-line__blur-4,
.mj-grid-block .mj-tile--primary .m-line__blur-4 {
  box-shadow: 0 0 8px 2px #05597d;
}
.normal .m-line__double,
.mj-tile--primary .m-line__double,
.mj-grid-block .mj-tile--primary .m-line__double {
  box-shadow: inset 0 0 8px 2px #05597d;
}
.normal .m-line__artistic,
.mj-tile--primary .m-line__artistic,
.mj-grid-block .mj-tile--primary .m-line__artistic {
  border-color: transparent;
}
.normal .m-line__artistic:before,
.mj-tile--primary .m-line__artistic:before,
.mj-grid-block .mj-tile--primary .m-line__artistic:before {
  border-color: #05597d;
}
.normal .m-line__artistic:after,
.mj-tile--primary .m-line__artistic:after,
.mj-grid-block .mj-tile--primary .m-line__artistic:after {
  border-color: #05597d;
}
.normal .m-line__editor,
.mj-tile--primary .m-line__editor,
.mj-grid-block .mj-tile--primary .m-line__editor {
  border-top: medium double #05597d;
  color: #05597d;
}
.normal .m-line__double,
.mj-tile--primary .m-line__double,
.mj-grid-block .mj-tile--primary .m-line__double {
  background: #05597d;
}
.normal .m-line__double:after,
.mj-tile--primary .m-line__double:after,
.mj-grid-block .mj-tile--primary .m-line__double:after {
  background: #088dc7;
}
.normal .m-btn,
.mj-tile--primary .m-btn,
.mj-grid-block .mj-tile--primary .m-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}
.normal .m-btn__primary,
.mj-tile--primary .m-btn__primary,
.mj-grid-block .mj-tile--primary .m-btn__primary {
  color: #4ac6fa;
  background: #03435f;
  margin-left: 5px;
  border: 1px solid #4ac6fa;
}
.normal .m-btn__primary:hover,
.mj-tile--primary .m-btn__primary:hover,
.mj-grid-block .mj-tile--primary .m-btn__primary:hover {
  color: #03374f;
  background: #0575a5;
  border: 1px solid #03374f;
}
.normal .mj-button_booking,
.mj-tile--primary .mj-button_booking,
.mj-grid-block .mj-tile--primary .mj-button_booking {
  color: #4ac6fa;
  background: #03435f;
}
.normal .locale__sub-menu-content,
.mj-tile--primary .locale__sub-menu-content,
.mj-grid-block .mj-tile--primary .locale__sub-menu-content {
  color: #4ac6fa;
  background: #03435f;
}
.normal .locale__sub-menu,
.mj-tile--primary .locale__sub-menu,
.mj-grid-block .mj-tile--primary .locale__sub-menu {
  color: #4ac6fa;
  background: #03435f;
}
.normal .locale__sub-menu li a,
.mj-tile--primary .locale__sub-menu li a,
.mj-grid-block .mj-tile--primary .locale__sub-menu li a {
  color: #4ac6fa;
}
.normal .locale__container_hor,
.mj-tile--primary .locale__container_hor,
.mj-grid-block .mj-tile--primary .locale__container_hor {
  color: #4ac6fa;
  background: #03435f;
}
.normal .mj-btn__mosajco,
.mj-tile--primary .mj-btn__mosajco,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco {
  color: #4ac6fa;
  background: #03435f;
  user-select: none;
  text-decoration: none;
}
.normal .mj-btn__mosajco:hover,
.mj-tile--primary .mj-btn__mosajco:hover,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco:hover {
  color: #03374f;
  background: #0575a5;
  text-decoration: none;
}
.normal .mj-btn__mosajco--adv-1,
.mj-tile--primary .mj-btn__mosajco--adv-1,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-1 {
  border-color: #4ac6fa;
}
.normal .mj-btn__mosajco--adv-1:hover,
.mj-tile--primary .mj-btn__mosajco--adv-1:hover,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-1:hover {
  border-color: #03374f;
}
.normal .mj-btn__mosajco--adv-2:hover,
.mj-tile--primary .mj-btn__mosajco--adv-2:hover,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-2:hover {
  background: #03435f;
}
.normal .mj-btn__mosajco--adv-4:hover,
.mj-tile--primary .mj-btn__mosajco--adv-4:hover,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-4:hover {
  background: transparent;
  text-decoration: none;
}
.normal .mj-btn__mosajco--adv-4:hover::after,
.mj-tile--primary .mj-btn__mosajco--adv-4:hover::after,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-4:hover::after {
  background: #0575a5;
}
.normal .mj-btn__mosajco--adv-5,
.mj-tile--primary .mj-btn__mosajco--adv-5,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-5 {
  border-color: #4ac6fa;
}
.normal .mj-btn__mosajco--adv-5:hover,
.mj-tile--primary .mj-btn__mosajco--adv-5:hover,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-5:hover {
  border-color: #03374f;
}
.normal .mj-btn__mosajco--adv-6,
.mj-tile--primary .mj-btn__mosajco--adv-6,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-6 {
  background: transparent;
}
.normal .mj-btn__mosajco--adv-6:hover,
.mj-tile--primary .mj-btn__mosajco--adv-6:hover,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-6:hover {
  background: transparent;
}
.normal .mj-btn__mosajco--adv-7,
.mj-tile--primary .mj-btn__mosajco--adv-7,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-7 {
  background: transparent;
}
.normal .mj-btn__mosajco--adv-7:hover,
.mj-tile--primary .mj-btn__mosajco--adv-7:hover,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-7:hover {
  background: transparent;
}
.normal .mj-btn__mosajco--adv-9,
.mj-tile--primary .mj-btn__mosajco--adv-9,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-9 {
  border-color: #4ac6fa;
  background: transparent;
}
.normal .mj-btn__mosajco--adv-9:hover,
.mj-tile--primary .mj-btn__mosajco--adv-9:hover,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-9:hover {
  color: #03374f;
  background: transparent;
  text-decoration: none;
}
.normal .mj-btn__mosajco--adv-10,
.mj-tile--primary .mj-btn__mosajco--adv-10,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-10 {
  background: transparent;
}
.normal .mj-btn__mosajco--adv-10:hover,
.mj-tile--primary .mj-btn__mosajco--adv-10:hover,
.mj-grid-block .mj-tile--primary .mj-btn__mosajco--adv-10:hover {
  color: #03374f;
  background: transparent;
  text-decoration: none;
}
.normal .menu_custom_14,
.mj-tile--primary .menu_custom_14,
.mj-grid-block .mj-tile--primary .menu_custom_14 {
  color: #03435f;
}
.normal .menu_custom_15,
.mj-tile--primary .menu_custom_15,
.mj-grid-block .mj-tile--primary .menu_custom_15 {
  color: #03435f;
}
.normal .booking__label,
.mj-tile--primary .booking__label,
.mj-grid-block .mj-tile--primary .booking__label {
  color: #05597d;
}
.normal .booking__icon,
.mj-tile--primary .booking__icon,
.mj-grid-block .mj-tile--primary .booking__icon {
  color: #05597d;
}
.normal .input-line,
.mj-tile--primary .input-line,
.mj-grid-block .mj-tile--primary .input-line {
  border-color: #05597d;
  color: #032433;
}
/*
 |
 | Stile alternativo
 |
 */
.mj-tile--alternative,
.mj-grid-block .mj-tile--alternative {
  /*

   */
  color: #544001;
  background: transparent;
  /*
   * se la tessera ha il modificatore --custom-bg la gestione dello sfondo
   * Ã¨ delegata alle impostazioni specifiche della tessera
   */
  /*
   * il tema tessera comprende anche le opzioni di colore
   * relative alla versione di vetrina del menu
   */
  /*
   * loghi
   */
}
.mj-tile--alternative.--custom-bg,
.mj-grid-block .mj-tile--alternative.--custom-bg {
  background: none;
}
.mj-tile--alternative .mj-title,
.mj-grid-block .mj-tile--alternative .mj-title {
  color: #deaf0b;
}
.mj-tile--alternative .mj-line__bg,
.mj-grid-block .mj-tile--alternative .mj-line__bg {
  background: transparent;
}
.mj-tile--alternative a,
.mj-grid-block .mj-tile--alternative a {
  color: #544001;
}
.mj-tile--alternative .date,
.mj-grid-block .mj-tile--alternative .date {
  color: #dcac02;
}
.mj-tile--alternative .page-showcase_text,
.mj-grid-block .mj-tile--alternative .page-showcase_text {
  color: #544001;
  background: transparent;
}
.mj-tile--alternative .page-showcase_text .mj-title,
.mj-grid-block .mj-tile--alternative .page-showcase_text .mj-title {
  color: #deaf0b;
}
.mj-tile--alternative .img-link__title,
.mj-grid-block .mj-tile--alternative .img-link__title {
  color: #deaf0b;
  background: transparent;
}
.mj-tile--alternative .img-link__text,
.mj-grid-block .mj-tile--alternative .img-link__text {
  color: #544001;
  background: transparent;
}
.mj-tile--alternative .container-description,
.mj-grid-block .mj-tile--alternative .container-description {
  color: #544001;
}
.mj-tile--alternative .page--excerpt_text--skin-10,
.mj-grid-block .mj-tile--alternative .page--excerpt_text--skin-10 {
  color: #544001;
}
.mj-tile--alternative .page--excerpt_text--skin-06,
.mj-grid-block .mj-tile--alternative .page--excerpt_text--skin-06 {
  color: #544001;
}
.mj-tile--alternative .page--excerpt_text--skin-11,
.mj-grid-block .mj-tile--alternative .page--excerpt_text--skin-11 {
  color: #544001;
}
.mj-tile--alternative .page--excerpt_text--skin-07,
.mj-grid-block .mj-tile--alternative .page--excerpt_text--skin-07 {
  color: #544001;
}
.mj-tile--alternative .logo_title,
.mj-grid-block .mj-tile--alternative .logo_title {
  color: #deaf0b;
}
.mj-tile--alternative .edit-container-logo,
.mj-grid-block .mj-tile--alternative .edit-container-logo {
  background: transparent;
}
.mj-tile--alternative .icon-download,
.mj-grid-block .mj-tile--alternative .icon-download {
  color: #deaf0b;
}
.mj-tile--alternative.radio svg,
.mj-grid-block .mj-tile--alternative.radio svg {
  background-color: transparent;
}
.mj-tile--alternative.radio svg g,
.mj-grid-block .mj-tile--alternative.radio svg g {
  fill: #544001;
}
.mj-tile--alternative.radio svg g path:first-child,
.mj-grid-block .mj-tile--alternative.radio svg g path:first-child {
  fill: #deaf0b;
}
.mj-tile--alternative .menu__link-13--table,
.mj-grid-block .mj-tile--alternative .menu__link-13--table {
  border-color: #deaf0b;
}
.mj-tile--alternative .menu__link-13--arrow,
.mj-grid-block .mj-tile--alternative .menu__link-13--arrow {
  color: #deaf0b;
}
.mj-tile--alternative .mj-autocomplete .mj-autocomplete-input,
.mj-grid-block .mj-tile--alternative .mj-autocomplete .mj-autocomplete-input {
  background: #fff;
  color: #333;
  border: 1px solid;
}
.mj-tile--alternative .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-grid-block .mj-tile--alternative .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor {
  background-color: rgba(0, 0, 0, 0);
}
.mj-tile--alternative .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-grid-block .mj-tile--alternative .mj-autocomplete .mj-autocomplete-dropdown-menu {
  background-color: #fff;
  color: #333;
  border: 1px solid #deaf0b;
}
.mj-tile--alternative .star-rev,
.mj-grid-block .mj-tile--alternative .star-rev {
  color: #deaf0b;
}
.mj-tile--alternative .menu,
.mj-grid-block .mj-tile--alternative .menu {
  color: #9c7901;
}
.mj-tile--alternative .menu_item,
.mj-grid-block .mj-tile--alternative .menu_item {
  color: #9c7901;
  background: #fdc70f;
}
.mj-tile--alternative .menu_item:not(.active):hover,
.mj-grid-block .mj-tile--alternative .menu_item:not(.active):hover {
  color: #947300;
  background: #fedf75;
}
.mj-tile--alternative .menu_item.active,
.mj-grid-block .mj-tile--alternative .menu_item.active {
  color: #d8aa0f;
  background: #feeaab;
}
.mj-tile--alternative .menu_link,
.mj-grid-block .mj-tile--alternative .menu_link,
.mj-tile--alternative .menu_link:hover,
.mj-grid-block .mj-tile--alternative .menu_link:hover {
  color: inherit;
  background: transparent;
}
.mj-tile--alternative .page--excerpt,
.mj-grid-block .mj-tile--alternative .page--excerpt {
  border-color: #9c7901;
}
.mj-tile--alternative .page--excerpt--bordered,
.mj-grid-block .mj-tile--alternative .page--excerpt--bordered {
  border-color: #9c7901;
}
.mj-tile--alternative .menu__submenu li ul,
.mj-grid-block .mj-tile--alternative .menu__submenu li ul {
  background: #fedf75;
}
.mj-tile--alternative .menu__submenu li ul li,
.mj-grid-block .mj-tile--alternative .menu__submenu li ul li {
  color: #947300;
}
.mj-tile--alternative .menu__submenu li ul li.active,
.mj-grid-block .mj-tile--alternative .menu__submenu li ul li.active {
  color: #d8aa0f;
  background: #feeaab;
}
.mj-tile--alternative .img-link__text a,
.mj-grid-block .mj-tile--alternative .img-link__text a {
  color: #9c7901;
}
.mj-tile--alternative .img-link__text a:hover,
.mj-grid-block .mj-tile--alternative .img-link__text a:hover {
  color: #947300;
}
.mj-tile--alternative .page--excerpt_link,
.mj-grid-block .mj-tile--alternative .page--excerpt_link,
.mj-tile--alternative .page-showcase_link,
.mj-grid-block .mj-tile--alternative .page-showcase_link {
  color: #9c7901;
  background: #fdc70f;
  border-color: #9c7901;
}
.mj-tile--alternative .page--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--alternative .page--excerpt_link:not(.active):hover,
.mj-tile--alternative .page-showcase_link:not(.active):hover,
.mj-grid-block .mj-tile--alternative .page-showcase_link:not(.active):hover {
  color: #947300;
  background: #fedf75;
  border-color: #947300;
}
.mj-tile--alternative .review--excerpt_link,
.mj-grid-block .mj-tile--alternative .review--excerpt_link {
  color: #9c7901;
  background: #fdc70f;
}
.mj-tile--alternative .review--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--alternative .review--excerpt_link:not(.active):hover {
  color: #947300;
  background: #fedf75;
}
.mj-tile--alternative .social_link,
.mj-grid-block .mj-tile--alternative .social_link {
  color: #9c7901;
  background: transparent;
}
.mj-tile--alternative .social_link:hover,
.mj-grid-block .mj-tile--alternative .social_link:hover {
  color: #947300;
  background: #fedf75;
}
.mj-tile--alternative .m-line__thin,
.mj-grid-block .mj-tile--alternative .m-line__thin {
  background: #deaf0b;
}
.mj-tile--alternative .m-line__thick,
.mj-grid-block .mj-tile--alternative .m-line__thick {
  background: #deaf0b;
}
.mj-tile--alternative .m-line__thick-4,
.mj-grid-block .mj-tile--alternative .m-line__thick-4 {
  background: #deaf0b;
}
.mj-tile--alternative .m-line__thick-6,
.mj-grid-block .mj-tile--alternative .m-line__thick-6 {
  background: #deaf0b;
}
.mj-tile--alternative .m-line__thick-8,
.mj-grid-block .mj-tile--alternative .m-line__thick-8 {
  background: #deaf0b;
}
.mj-tile--alternative .m-line__thick-10,
.mj-grid-block .mj-tile--alternative .m-line__thick-10 {
  background: #deaf0b;
}
.mj-tile--alternative .m-line__dotted,
.mj-grid-block .mj-tile--alternative .m-line__dotted {
  border-bottom: 1px dashed #deaf0b;
}
.mj-tile--alternative .m-line__dashed,
.mj-grid-block .mj-tile--alternative .m-line__dashed {
  border-bottom: 1px dashed #deaf0b;
}
.mj-tile--alternative .m-line__dotted-2,
.mj-grid-block .mj-tile--alternative .m-line__dotted-2 {
  border-bottom: 2px dashed #deaf0b;
}
.mj-tile--alternative .m-line__dotted-3,
.mj-grid-block .mj-tile--alternative .m-line__dotted-3 {
  border-bottom: 3px dashed #deaf0b;
}
.mj-tile--alternative .m-line__dashed-2,
.mj-grid-block .mj-tile--alternative .m-line__dashed-2 {
  border-bottom: 2px dashed #deaf0b;
}
.mj-tile--alternative .m-line__dashed-3,
.mj-grid-block .mj-tile--alternative .m-line__dashed-3 {
  border-bottom: 3px dashed #deaf0b;
}
.mj-tile--alternative .m-line__faded,
.mj-grid-block .mj-tile--alternative .m-line__faded {
  background-image: linear-gradient(to right, transparent, #deaf0b, transparent);
}
.mj-tile--alternative .m-line__faded2,
.mj-grid-block .mj-tile--alternative .m-line__faded2 {
  background-image: linear-gradient(to right, transparent, #deaf0b, transparent);
}
.mj-tile--alternative .m-line__faded-3,
.mj-grid-block .mj-tile--alternative .m-line__faded-3 {
  background-image: linear-gradient(to right, transparent, #deaf0b, transparent);
}
.mj-tile--alternative .m-line__faded-4,
.mj-grid-block .mj-tile--alternative .m-line__faded-4 {
  background-image: linear-gradient(to right, #deaf0b, transparent);
}
.mj-tile--alternative .m-line__faded-5,
.mj-grid-block .mj-tile--alternative .m-line__faded-5 {
  background-image: linear-gradient(to left, #deaf0b, transparent);
}
.mj-tile--alternative .m-line__faded-6,
.mj-grid-block .mj-tile--alternative .m-line__faded-6 {
  background-image: linear-gradient(to right, #deaf0b, transparent, #deaf0b);
}
.mj-tile--alternative .m-line__shaded,
.mj-grid-block .mj-tile--alternative .m-line__shaded {
  box-shadow: inset 0 10px 10px -10px #deaf0b;
}
.mj-tile--alternative .m-line__shaded-1,
.mj-grid-block .mj-tile--alternative .m-line__shaded-1 {
  box-shadow: inset 0 9px 7px -10px #deaf0b;
}
.mj-tile--alternative .m-line__shaded-2,
.mj-grid-block .mj-tile--alternative .m-line__shaded-2 {
  box-shadow: inset 0 14px 19px -14px #deaf0b;
}
.mj-tile--alternative .m-line__shaded-3,
.mj-grid-block .mj-tile--alternative .m-line__shaded-3 {
  box-shadow: inset 0 22px 29px -18px #deaf0b;
}
.mj-tile--alternative .m-line__shaded-4,
.mj-grid-block .mj-tile--alternative .m-line__shaded-4 {
  box-shadow: inset 0 -21px 24px -26px #deaf0b;
}
.mj-tile--alternative .m-line__shaded-5,
.mj-grid-block .mj-tile--alternative .m-line__shaded-5 {
  box-shadow: inset 0 -21px 44px -28px #deaf0b;
}
.mj-tile--alternative .m-line__blur-1,
.mj-grid-block .mj-tile--alternative .m-line__blur-1 {
  box-shadow: 0 0 2px 1px #deaf0b;
}
.mj-tile--alternative .m-line__blur-2,
.mj-grid-block .mj-tile--alternative .m-line__blur-2 {
  box-shadow: 0 0 4px 1px #deaf0b;
}
.mj-tile--alternative .m-line__blur-3,
.mj-grid-block .mj-tile--alternative .m-line__blur-3 {
  box-shadow: 0 0 6px 1px #deaf0b;
}
.mj-tile--alternative .m-line__blur-4,
.mj-grid-block .mj-tile--alternative .m-line__blur-4 {
  box-shadow: 0 0 8px 2px #deaf0b;
}
.mj-tile--alternative .m-line__double,
.mj-grid-block .mj-tile--alternative .m-line__double {
  box-shadow: inset 0 0 8px 2px #deaf0b;
}
.mj-tile--alternative .m-line__artistic,
.mj-grid-block .mj-tile--alternative .m-line__artistic {
  border-color: transparent;
}
.mj-tile--alternative .m-line__artistic:before,
.mj-grid-block .mj-tile--alternative .m-line__artistic:before {
  border-color: #deaf0b;
}
.mj-tile--alternative .m-line__artistic:after,
.mj-grid-block .mj-tile--alternative .m-line__artistic:after {
  border-color: #deaf0b;
}
.mj-tile--alternative .m-line__editor,
.mj-grid-block .mj-tile--alternative .m-line__editor {
  border-top: medium double #deaf0b;
  color: #deaf0b;
}
.mj-tile--alternative .m-line__double,
.mj-grid-block .mj-tile--alternative .m-line__double {
  background: #deaf0b;
}
.mj-tile--alternative .m-line__double:after,
.mj-grid-block .mj-tile--alternative .m-line__double:after {
  background: #f6cd40;
}
.mj-tile--alternative .m-btn,
.mj-grid-block .mj-tile--alternative .m-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}
.mj-tile--alternative .m-btn__primary,
.mj-grid-block .mj-tile--alternative .m-btn__primary {
  color: #9c7901;
  background: #fdc70f;
  margin-left: 5px;
  border: 1px solid #9c7901;
}
.mj-tile--alternative .m-btn__primary:hover,
.mj-grid-block .mj-tile--alternative .m-btn__primary:hover {
  color: #947300;
  background: #fedf75;
  border: 1px solid #03374f;
}
.mj-tile--alternative .mj-button_booking,
.mj-grid-block .mj-tile--alternative .mj-button_booking {
  color: #9c7901;
  background: #fdc70f;
}
.mj-tile--alternative .locale__sub-menu-content,
.mj-grid-block .mj-tile--alternative .locale__sub-menu-content {
  color: #9c7901;
  background: #fdc70f;
}
.mj-tile--alternative .locale__sub-menu,
.mj-grid-block .mj-tile--alternative .locale__sub-menu {
  color: #9c7901;
  background: #fdc70f;
}
.mj-tile--alternative .locale__sub-menu li a,
.mj-grid-block .mj-tile--alternative .locale__sub-menu li a {
  color: #9c7901;
}
.mj-tile--alternative .locale__container_hor,
.mj-grid-block .mj-tile--alternative .locale__container_hor {
  color: #9c7901;
  background: #fdc70f;
}
.mj-tile--alternative .mj-btn__mosajco,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco {
  color: #9c7901;
  background: #fdc70f;
  user-select: none;
  text-decoration: none;
}
.mj-tile--alternative .mj-btn__mosajco:hover,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco:hover {
  color: #947300;
  background: #fedf75;
  text-decoration: none;
}
.mj-tile--alternative .mj-btn__mosajco--adv-1,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-1 {
  border-color: #9c7901;
}
.mj-tile--alternative .mj-btn__mosajco--adv-1:hover,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-1:hover {
  border-color: #03374f;
}
.mj-tile--alternative .mj-btn__mosajco--adv-2:hover,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-2:hover {
  background: #fdc70f;
}
.mj-tile--alternative .mj-btn__mosajco--adv-4:hover,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-4:hover {
  background: transparent;
  text-decoration: none;
}
.mj-tile--alternative .mj-btn__mosajco--adv-4:hover::after,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-4:hover::after {
  background: #fedf75;
}
.mj-tile--alternative .mj-btn__mosajco--adv-5,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-5 {
  border-color: #9c7901;
}
.mj-tile--alternative .mj-btn__mosajco--adv-5:hover,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-5:hover {
  border-color: #03374f;
}
.mj-tile--alternative .mj-btn__mosajco--adv-6,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-6 {
  background: transparent;
}
.mj-tile--alternative .mj-btn__mosajco--adv-6:hover,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-6:hover {
  background: transparent;
}
.mj-tile--alternative .mj-btn__mosajco--adv-7,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-7 {
  background: transparent;
}
.mj-tile--alternative .mj-btn__mosajco--adv-7:hover,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-7:hover {
  background: transparent;
}
.mj-tile--alternative .mj-btn__mosajco--adv-9,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-9 {
  border-color: #9c7901;
  background: transparent;
}
.mj-tile--alternative .mj-btn__mosajco--adv-9:hover,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-9:hover {
  color: #947300;
  background: transparent;
  text-decoration: none;
}
.mj-tile--alternative .mj-btn__mosajco--adv-10,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-10 {
  background: transparent;
}
.mj-tile--alternative .mj-btn__mosajco--adv-10:hover,
.mj-grid-block .mj-tile--alternative .mj-btn__mosajco--adv-10:hover {
  color: #947300;
  background: transparent;
  text-decoration: none;
}
.mj-tile--alternative .menu_custom_14,
.mj-grid-block .mj-tile--alternative .menu_custom_14 {
  color: #fdc70f;
}
.mj-tile--alternative .menu_custom_15,
.mj-grid-block .mj-tile--alternative .menu_custom_15 {
  color: #fdc70f;
}
.mj-tile--alternative .booking__label,
.mj-grid-block .mj-tile--alternative .booking__label {
  color: #deaf0b;
}
.mj-tile--alternative .booking__icon,
.mj-grid-block .mj-tile--alternative .booking__icon {
  color: #deaf0b;
}
.mj-tile--alternative .input-line,
.mj-grid-block .mj-tile--alternative .input-line {
  border-color: #deaf0b;
  color: #544001;
}
/*
 |
 | Stile primario evidenziato
 |
 */
.highlight1,
.mj-tile--hl-primary,
.mj-grid-block .mj-tile--hl-primary {
  /*

   */
  color: #ffffff;
  background: #03435f;
  /*
   * se la tessera ha il modificatore --custom-bg la gestione dello sfondo
   * Ã¨ delegata alle impostazioni specifiche della tessera
   */
  /*
   * il tema tessera comprende anche le opzioni di colore
   * relative alla versione di vetrina del menu
   */
  /*
   * loghi
   */
}
.highlight1.--custom-bg,
.mj-tile--hl-primary.--custom-bg,
.mj-grid-block .mj-tile--hl-primary.--custom-bg {
  background: none;
}
.highlight1 .mj-title,
.mj-tile--hl-primary .mj-title,
.mj-grid-block .mj-tile--hl-primary .mj-title {
  color: #068dc7;
}
.highlight1 .mj-line__bg,
.mj-tile--hl-primary .mj-line__bg,
.mj-grid-block .mj-tile--hl-primary .mj-line__bg {
  background: #03435f;
}
.highlight1 a,
.mj-tile--hl-primary a,
.mj-grid-block .mj-tile--hl-primary a {
  color: #ffffff;
}
.highlight1 .date,
.mj-tile--hl-primary .date,
.mj-grid-block .mj-tile--hl-primary .date {
  color: #a4e1fd;
}
.highlight1 .page-showcase_text,
.mj-tile--hl-primary .page-showcase_text,
.mj-grid-block .mj-tile--hl-primary .page-showcase_text {
  color: #ffffff;
  background: #03435f;
}
.highlight1 .page-showcase_text .mj-title,
.mj-tile--hl-primary .page-showcase_text .mj-title,
.mj-grid-block .mj-tile--hl-primary .page-showcase_text .mj-title {
  color: #068dc7;
}
.highlight1 .img-link__title,
.mj-tile--hl-primary .img-link__title,
.mj-grid-block .mj-tile--hl-primary .img-link__title {
  color: #068dc7;
  background: #03435f;
}
.highlight1 .img-link__text,
.mj-tile--hl-primary .img-link__text,
.mj-grid-block .mj-tile--hl-primary .img-link__text {
  color: #ffffff;
  background: #03435f;
}
.highlight1 .container-description,
.mj-tile--hl-primary .container-description,
.mj-grid-block .mj-tile--hl-primary .container-description {
  color: #ffffff;
}
.highlight1 .page--excerpt_text--skin-10,
.mj-tile--hl-primary .page--excerpt_text--skin-10,
.mj-grid-block .mj-tile--hl-primary .page--excerpt_text--skin-10 {
  color: #ffffff;
}
.highlight1 .page--excerpt_text--skin-06,
.mj-tile--hl-primary .page--excerpt_text--skin-06,
.mj-grid-block .mj-tile--hl-primary .page--excerpt_text--skin-06 {
  color: #ffffff;
}
.highlight1 .page--excerpt_text--skin-11,
.mj-tile--hl-primary .page--excerpt_text--skin-11,
.mj-grid-block .mj-tile--hl-primary .page--excerpt_text--skin-11 {
  color: #ffffff;
}
.highlight1 .page--excerpt_text--skin-07,
.mj-tile--hl-primary .page--excerpt_text--skin-07,
.mj-grid-block .mj-tile--hl-primary .page--excerpt_text--skin-07 {
  color: #ffffff;
}
.highlight1 .logo_title,
.mj-tile--hl-primary .logo_title,
.mj-grid-block .mj-tile--hl-primary .logo_title {
  color: #068dc7;
}
.highlight1 .edit-container-logo,
.mj-tile--hl-primary .edit-container-logo,
.mj-grid-block .mj-tile--hl-primary .edit-container-logo {
  background: #03435f;
}
.highlight1 .icon-download,
.mj-tile--hl-primary .icon-download,
.mj-grid-block .mj-tile--hl-primary .icon-download {
  color: #068dc7;
}
.highlight1.radio svg,
.mj-tile--hl-primary.radio svg,
.mj-grid-block .mj-tile--hl-primary.radio svg {
  background-color: #03435f;
}
.highlight1.radio svg g,
.mj-tile--hl-primary.radio svg g,
.mj-grid-block .mj-tile--hl-primary.radio svg g {
  fill: #ffffff;
}
.highlight1.radio svg g path:first-child,
.mj-tile--hl-primary.radio svg g path:first-child,
.mj-grid-block .mj-tile--hl-primary.radio svg g path:first-child {
  fill: #068dc7;
}
.highlight1 .menu__link-13--table,
.mj-tile--hl-primary .menu__link-13--table,
.mj-grid-block .mj-tile--hl-primary .menu__link-13--table {
  border-color: #068dc7;
}
.highlight1 .menu__link-13--arrow,
.mj-tile--hl-primary .menu__link-13--arrow,
.mj-grid-block .mj-tile--hl-primary .menu__link-13--arrow {
  color: #068dc7;
}
.highlight1 .mj-autocomplete .mj-autocomplete-input,
.mj-tile--hl-primary .mj-autocomplete .mj-autocomplete-input,
.mj-grid-block .mj-tile--hl-primary .mj-autocomplete .mj-autocomplete-input {
  background: #fff;
  color: #333;
  border: 1px solid;
}
.highlight1 .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-tile--hl-primary .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-grid-block .mj-tile--hl-primary .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor {
  background-color: rgba(3, 67, 95, 0.5);
}
.highlight1 .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-tile--hl-primary .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-grid-block .mj-tile--hl-primary .mj-autocomplete .mj-autocomplete-dropdown-menu {
  background-color: #fff;
  color: #333;
  border: 1px solid #068dc7;
}
.highlight1 .star-rev,
.mj-tile--hl-primary .star-rev,
.mj-grid-block .mj-tile--hl-primary .star-rev {
  color: #068dc7;
}
.highlight1 .menu,
.mj-tile--hl-primary .menu,
.mj-grid-block .mj-tile--hl-primary .menu {
  color: #4ac6fa;
}
.highlight1 .menu_item,
.mj-tile--hl-primary .menu_item,
.mj-grid-block .mj-tile--hl-primary .menu_item {
  color: #4ac6fa;
  background: transparent;
}
.highlight1 .menu_item:not(.active):hover,
.mj-tile--hl-primary .menu_item:not(.active):hover,
.mj-grid-block .mj-tile--hl-primary .menu_item:not(.active):hover {
  color: #03374f;
  background: #0575a5;
}
.highlight1 .menu_item.active,
.mj-tile--hl-primary .menu_item.active,
.mj-grid-block .mj-tile--hl-primary .menu_item.active {
  color: #0683b9;
  background: #023344;
}
.highlight1 .menu_link,
.mj-tile--hl-primary .menu_link,
.mj-grid-block .mj-tile--hl-primary .menu_link,
.highlight1 .menu_link:hover,
.mj-tile--hl-primary .menu_link:hover,
.mj-grid-block .mj-tile--hl-primary .menu_link:hover {
  color: inherit;
  background: transparent;
}
.highlight1 .page--excerpt,
.mj-tile--hl-primary .page--excerpt,
.mj-grid-block .mj-tile--hl-primary .page--excerpt {
  border-color: #4ac6fa;
}
.highlight1 .page--excerpt--bordered,
.mj-tile--hl-primary .page--excerpt--bordered,
.mj-grid-block .mj-tile--hl-primary .page--excerpt--bordered {
  border-color: #4ac6fa;
}
.highlight1 .menu__submenu li ul,
.mj-tile--hl-primary .menu__submenu li ul,
.mj-grid-block .mj-tile--hl-primary .menu__submenu li ul {
  background: #0575a5;
}
.highlight1 .menu__submenu li ul li,
.mj-tile--hl-primary .menu__submenu li ul li,
.mj-grid-block .mj-tile--hl-primary .menu__submenu li ul li {
  color: #03374f;
}
.highlight1 .menu__submenu li ul li.active,
.mj-tile--hl-primary .menu__submenu li ul li.active,
.mj-grid-block .mj-tile--hl-primary .menu__submenu li ul li.active {
  color: #0683b9;
  background: #023344;
}
.highlight1 .img-link__text a,
.mj-tile--hl-primary .img-link__text a,
.mj-grid-block .mj-tile--hl-primary .img-link__text a {
  color: #03374f;
}
.highlight1 .img-link__text a:hover,
.mj-tile--hl-primary .img-link__text a:hover,
.mj-grid-block .mj-tile--hl-primary .img-link__text a:hover {
  color: #0683b9;
}
.highlight1 .page--excerpt_link,
.mj-tile--hl-primary .page--excerpt_link,
.mj-grid-block .mj-tile--hl-primary .page--excerpt_link,
.highlight1 .page-showcase_link,
.mj-tile--hl-primary .page-showcase_link,
.mj-grid-block .mj-tile--hl-primary .page-showcase_link {
  color: #03374f;
  background: #0575a5;
  border-color: #03374f;
}
.highlight1 .page--excerpt_link:not(.active):hover,
.mj-tile--hl-primary .page--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--hl-primary .page--excerpt_link:not(.active):hover,
.highlight1 .page-showcase_link:not(.active):hover,
.mj-tile--hl-primary .page-showcase_link:not(.active):hover,
.mj-grid-block .mj-tile--hl-primary .page-showcase_link:not(.active):hover {
  color: #0683b9;
  background: #023344;
  border-color: #0683b9;
}
.highlight1 .review--excerpt_link,
.mj-tile--hl-primary .review--excerpt_link,
.mj-grid-block .mj-tile--hl-primary .review--excerpt_link {
  color: #03374f;
  background: #0575a5;
}
.highlight1 .review--excerpt_link:not(.active):hover,
.mj-tile--hl-primary .review--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--hl-primary .review--excerpt_link:not(.active):hover {
  color: #0683b9;
  background: #023344;
}
.highlight1 .social_link,
.mj-tile--hl-primary .social_link,
.mj-grid-block .mj-tile--hl-primary .social_link {
  color: #4ac6fa;
  background: transparent;
}
.highlight1 .social_link:hover,
.mj-tile--hl-primary .social_link:hover,
.mj-grid-block .mj-tile--hl-primary .social_link:hover {
  color: #03374f;
  background: #0575a5;
}
.highlight1 .m-line__thin,
.mj-tile--hl-primary .m-line__thin,
.mj-grid-block .mj-tile--hl-primary .m-line__thin {
  background: #068dc7;
}
.highlight1 .m-line__thick,
.mj-tile--hl-primary .m-line__thick,
.mj-grid-block .mj-tile--hl-primary .m-line__thick {
  background: #068dc7;
}
.highlight1 .m-line__thick-4,
.mj-tile--hl-primary .m-line__thick-4,
.mj-grid-block .mj-tile--hl-primary .m-line__thick-4 {
  background: #068dc7;
}
.highlight1 .m-line__thick-6,
.mj-tile--hl-primary .m-line__thick-6,
.mj-grid-block .mj-tile--hl-primary .m-line__thick-6 {
  background: #068dc7;
}
.highlight1 .m-line__thick-8,
.mj-tile--hl-primary .m-line__thick-8,
.mj-grid-block .mj-tile--hl-primary .m-line__thick-8 {
  background: #068dc7;
}
.highlight1 .m-line__thick-10,
.mj-tile--hl-primary .m-line__thick-10,
.mj-grid-block .mj-tile--hl-primary .m-line__thick-10 {
  background: #068dc7;
}
.highlight1 .m-line__dotted,
.mj-tile--hl-primary .m-line__dotted,
.mj-grid-block .mj-tile--hl-primary .m-line__dotted {
  border-bottom: 1px dashed #068dc7;
}
.highlight1 .m-line__dashed,
.mj-tile--hl-primary .m-line__dashed,
.mj-grid-block .mj-tile--hl-primary .m-line__dashed {
  border-bottom: 1px dashed #068dc7;
}
.highlight1 .m-line__dotted-2,
.mj-tile--hl-primary .m-line__dotted-2,
.mj-grid-block .mj-tile--hl-primary .m-line__dotted-2 {
  border-bottom: 2px dashed #068dc7;
}
.highlight1 .m-line__dotted-3,
.mj-tile--hl-primary .m-line__dotted-3,
.mj-grid-block .mj-tile--hl-primary .m-line__dotted-3 {
  border-bottom: 3px dashed #068dc7;
}
.highlight1 .m-line__dashed-2,
.mj-tile--hl-primary .m-line__dashed-2,
.mj-grid-block .mj-tile--hl-primary .m-line__dashed-2 {
  border-bottom: 2px dashed #068dc7;
}
.highlight1 .m-line__dashed-3,
.mj-tile--hl-primary .m-line__dashed-3,
.mj-grid-block .mj-tile--hl-primary .m-line__dashed-3 {
  border-bottom: 3px dashed #068dc7;
}
.highlight1 .m-line__faded,
.mj-tile--hl-primary .m-line__faded,
.mj-grid-block .mj-tile--hl-primary .m-line__faded {
  background-image: linear-gradient(to right, transparent, #068dc7, transparent);
}
.highlight1 .m-line__faded2,
.mj-tile--hl-primary .m-line__faded2,
.mj-grid-block .mj-tile--hl-primary .m-line__faded2 {
  background-image: linear-gradient(to right, transparent, #068dc7, transparent);
}
.highlight1 .m-line__faded-3,
.mj-tile--hl-primary .m-line__faded-3,
.mj-grid-block .mj-tile--hl-primary .m-line__faded-3 {
  background-image: linear-gradient(to right, transparent, #068dc7, transparent);
}
.highlight1 .m-line__faded-4,
.mj-tile--hl-primary .m-line__faded-4,
.mj-grid-block .mj-tile--hl-primary .m-line__faded-4 {
  background-image: linear-gradient(to right, #068dc7, transparent);
}
.highlight1 .m-line__faded-5,
.mj-tile--hl-primary .m-line__faded-5,
.mj-grid-block .mj-tile--hl-primary .m-line__faded-5 {
  background-image: linear-gradient(to left, #068dc7, transparent);
}
.highlight1 .m-line__faded-6,
.mj-tile--hl-primary .m-line__faded-6,
.mj-grid-block .mj-tile--hl-primary .m-line__faded-6 {
  background-image: linear-gradient(to right, #068dc7, transparent, #068dc7);
}
.highlight1 .m-line__shaded,
.mj-tile--hl-primary .m-line__shaded,
.mj-grid-block .mj-tile--hl-primary .m-line__shaded {
  box-shadow: inset 0 10px 10px -10px #068dc7;
}
.highlight1 .m-line__shaded-1,
.mj-tile--hl-primary .m-line__shaded-1,
.mj-grid-block .mj-tile--hl-primary .m-line__shaded-1 {
  box-shadow: inset 0 9px 7px -10px #068dc7;
}
.highlight1 .m-line__shaded-2,
.mj-tile--hl-primary .m-line__shaded-2,
.mj-grid-block .mj-tile--hl-primary .m-line__shaded-2 {
  box-shadow: inset 0 14px 19px -14px #068dc7;
}
.highlight1 .m-line__shaded-3,
.mj-tile--hl-primary .m-line__shaded-3,
.mj-grid-block .mj-tile--hl-primary .m-line__shaded-3 {
  box-shadow: inset 0 22px 29px -18px #068dc7;
}
.highlight1 .m-line__shaded-4,
.mj-tile--hl-primary .m-line__shaded-4,
.mj-grid-block .mj-tile--hl-primary .m-line__shaded-4 {
  box-shadow: inset 0 -21px 24px -26px #068dc7;
}
.highlight1 .m-line__shaded-5,
.mj-tile--hl-primary .m-line__shaded-5,
.mj-grid-block .mj-tile--hl-primary .m-line__shaded-5 {
  box-shadow: inset 0 -21px 44px -28px #068dc7;
}
.highlight1 .m-line__blur-1,
.mj-tile--hl-primary .m-line__blur-1,
.mj-grid-block .mj-tile--hl-primary .m-line__blur-1 {
  box-shadow: 0 0 2px 1px #068dc7;
}
.highlight1 .m-line__blur-2,
.mj-tile--hl-primary .m-line__blur-2,
.mj-grid-block .mj-tile--hl-primary .m-line__blur-2 {
  box-shadow: 0 0 4px 1px #068dc7;
}
.highlight1 .m-line__blur-3,
.mj-tile--hl-primary .m-line__blur-3,
.mj-grid-block .mj-tile--hl-primary .m-line__blur-3 {
  box-shadow: 0 0 6px 1px #068dc7;
}
.highlight1 .m-line__blur-4,
.mj-tile--hl-primary .m-line__blur-4,
.mj-grid-block .mj-tile--hl-primary .m-line__blur-4 {
  box-shadow: 0 0 8px 2px #068dc7;
}
.highlight1 .m-line__double,
.mj-tile--hl-primary .m-line__double,
.mj-grid-block .mj-tile--hl-primary .m-line__double {
  box-shadow: inset 0 0 8px 2px #068dc7;
}
.highlight1 .m-line__artistic,
.mj-tile--hl-primary .m-line__artistic,
.mj-grid-block .mj-tile--hl-primary .m-line__artistic {
  border-color: transparent;
}
.highlight1 .m-line__artistic:before,
.mj-tile--hl-primary .m-line__artistic:before,
.mj-grid-block .mj-tile--hl-primary .m-line__artistic:before {
  border-color: #068dc7;
}
.highlight1 .m-line__artistic:after,
.mj-tile--hl-primary .m-line__artistic:after,
.mj-grid-block .mj-tile--hl-primary .m-line__artistic:after {
  border-color: #068dc7;
}
.highlight1 .m-line__editor,
.mj-tile--hl-primary .m-line__editor,
.mj-grid-block .mj-tile--hl-primary .m-line__editor {
  border-top: medium double #068dc7;
  color: #068dc7;
}
.highlight1 .m-line__double,
.mj-tile--hl-primary .m-line__double,
.mj-grid-block .mj-tile--hl-primary .m-line__double {
  background: #068dc7;
}
.highlight1 .m-line__double:after,
.mj-tile--hl-primary .m-line__double:after,
.mj-grid-block .mj-tile--hl-primary .m-line__double:after {
  background: #21b8f8;
}
.highlight1 .m-btn,
.mj-tile--hl-primary .m-btn,
.mj-grid-block .mj-tile--hl-primary .m-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}
.highlight1 .m-btn__primary,
.mj-tile--hl-primary .m-btn__primary,
.mj-grid-block .mj-tile--hl-primary .m-btn__primary {
  color: #03374f;
  background: #0575a5;
  margin-left: 5px;
  border: 1px solid #03374f;
}
.highlight1 .m-btn__primary:hover,
.mj-tile--hl-primary .m-btn__primary:hover,
.mj-grid-block .mj-tile--hl-primary .m-btn__primary:hover {
  color: #0683b9;
  background: #023344;
  border: 1px solid #03374f;
}
.highlight1 .mj-button_booking,
.mj-tile--hl-primary .mj-button_booking,
.mj-grid-block .mj-tile--hl-primary .mj-button_booking {
  color: #03374f;
  background: #0575a5;
}
.highlight1 .locale__sub-menu-content,
.mj-tile--hl-primary .locale__sub-menu-content,
.mj-grid-block .mj-tile--hl-primary .locale__sub-menu-content {
  color: #03374f;
  background: #0575a5;
}
.highlight1 .locale__sub-menu,
.mj-tile--hl-primary .locale__sub-menu,
.mj-grid-block .mj-tile--hl-primary .locale__sub-menu {
  color: #03374f;
  background: #0575a5;
}
.highlight1 .locale__sub-menu li a,
.mj-tile--hl-primary .locale__sub-menu li a,
.mj-grid-block .mj-tile--hl-primary .locale__sub-menu li a {
  color: #03374f;
}
.highlight1 .locale__container_hor,
.mj-tile--hl-primary .locale__container_hor,
.mj-grid-block .mj-tile--hl-primary .locale__container_hor {
  color: #03374f;
  background: #0575a5;
}
.highlight1 .mj-btn__mosajco,
.mj-tile--hl-primary .mj-btn__mosajco,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco {
  color: #03374f;
  background: #0575a5;
  user-select: none;
  text-decoration: none;
}
.highlight1 .mj-btn__mosajco:hover,
.mj-tile--hl-primary .mj-btn__mosajco:hover,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco:hover {
  color: #0683b9;
  background: #023344;
  text-decoration: none;
}
.highlight1 .mj-btn__mosajco--adv-1,
.mj-tile--hl-primary .mj-btn__mosajco--adv-1,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-1 {
  border-color: #03374f;
}
.highlight1 .mj-btn__mosajco--adv-1:hover,
.mj-tile--hl-primary .mj-btn__mosajco--adv-1:hover,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-1:hover {
  border-color: #03374f;
}
.highlight1 .mj-btn__mosajco--adv-2:hover,
.mj-tile--hl-primary .mj-btn__mosajco--adv-2:hover,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-2:hover {
  background: #0575a5;
}
.highlight1 .mj-btn__mosajco--adv-4:hover,
.mj-tile--hl-primary .mj-btn__mosajco--adv-4:hover,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-4:hover {
  background: transparent;
  text-decoration: none;
}
.highlight1 .mj-btn__mosajco--adv-4:hover::after,
.mj-tile--hl-primary .mj-btn__mosajco--adv-4:hover::after,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-4:hover::after {
  background: #023344;
}
.highlight1 .mj-btn__mosajco--adv-5,
.mj-tile--hl-primary .mj-btn__mosajco--adv-5,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-5 {
  border-color: #03374f;
}
.highlight1 .mj-btn__mosajco--adv-5:hover,
.mj-tile--hl-primary .mj-btn__mosajco--adv-5:hover,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-5:hover {
  border-color: #03374f;
}
.highlight1 .mj-btn__mosajco--adv-6,
.mj-tile--hl-primary .mj-btn__mosajco--adv-6,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-6 {
  background: transparent;
}
.highlight1 .mj-btn__mosajco--adv-6:hover,
.mj-tile--hl-primary .mj-btn__mosajco--adv-6:hover,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-6:hover {
  background: transparent;
}
.highlight1 .mj-btn__mosajco--adv-7,
.mj-tile--hl-primary .mj-btn__mosajco--adv-7,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-7 {
  background: transparent;
}
.highlight1 .mj-btn__mosajco--adv-7:hover,
.mj-tile--hl-primary .mj-btn__mosajco--adv-7:hover,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-7:hover {
  background: transparent;
}
.highlight1 .mj-btn__mosajco--adv-9,
.mj-tile--hl-primary .mj-btn__mosajco--adv-9,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-9 {
  border-color: #03374f;
  background: transparent;
}
.highlight1 .mj-btn__mosajco--adv-9:hover,
.mj-tile--hl-primary .mj-btn__mosajco--adv-9:hover,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-9:hover {
  color: #0683b9;
  background: transparent;
  text-decoration: none;
}
.highlight1 .mj-btn__mosajco--adv-10,
.mj-tile--hl-primary .mj-btn__mosajco--adv-10,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-10 {
  background: transparent;
}
.highlight1 .mj-btn__mosajco--adv-10:hover,
.mj-tile--hl-primary .mj-btn__mosajco--adv-10:hover,
.mj-grid-block .mj-tile--hl-primary .mj-btn__mosajco--adv-10:hover {
  color: #0683b9;
  background: transparent;
  text-decoration: none;
}
.highlight1 .menu_custom_14,
.mj-tile--hl-primary .menu_custom_14,
.mj-grid-block .mj-tile--hl-primary .menu_custom_14 {
  color: #4ac6fa;
}
.highlight1 .menu_custom_15,
.mj-tile--hl-primary .menu_custom_15,
.mj-grid-block .mj-tile--hl-primary .menu_custom_15 {
  color: #4ac6fa;
}
.highlight1 .booking__label,
.mj-tile--hl-primary .booking__label,
.mj-grid-block .mj-tile--hl-primary .booking__label {
  color: #4ac6fa;
}
.highlight1 .booking__icon,
.mj-tile--hl-primary .booking__icon,
.mj-grid-block .mj-tile--hl-primary .booking__icon {
  color: #4ac6fa;
}
.highlight1 .input-line,
.mj-tile--hl-primary .input-line,
.mj-grid-block .mj-tile--hl-primary .input-line {
  border-color: #4ac6fa;
  color: transparent;
}
/*
 |
 | Stile primario evidenziato trasparente
 |
 */
.mj-tile--hl-transp-primary,
.mj-grid-block .mj-tile--hl-transp-primary {
  /*

   */
  color: #ffffff;
  background: rgba(3, 67, 95, 0.7);
  /*
   * se la tessera ha il modificatore --custom-bg la gestione dello sfondo
   * Ã¨ delegata alle impostazioni specifiche della tessera
   */
  /*
   * il tema tessera comprende anche le opzioni di colore
   * relative alla versione di vetrina del menu
   */
  /*
   * loghi
   */
}
.mj-tile--hl-transp-primary.--custom-bg,
.mj-grid-block .mj-tile--hl-transp-primary.--custom-bg {
  background: none;
}
.mj-tile--hl-transp-primary .mj-title,
.mj-grid-block .mj-tile--hl-transp-primary .mj-title {
  color: #068dc7;
}
.mj-tile--hl-transp-primary .mj-line__bg,
.mj-grid-block .mj-tile--hl-transp-primary .mj-line__bg {
  background: rgba(3, 67, 95, 0.7);
}
.mj-tile--hl-transp-primary a,
.mj-grid-block .mj-tile--hl-transp-primary a {
  color: #ffffff;
}
.mj-tile--hl-transp-primary .date,
.mj-grid-block .mj-tile--hl-transp-primary .date {
  color: #a4e1fd;
}
.mj-tile--hl-transp-primary .page-showcase_text,
.mj-grid-block .mj-tile--hl-transp-primary .page-showcase_text {
  color: #ffffff;
  background: rgba(3, 67, 95, 0.7);
}
.mj-tile--hl-transp-primary .page-showcase_text .mj-title,
.mj-grid-block .mj-tile--hl-transp-primary .page-showcase_text .mj-title {
  color: #068dc7;
}
.mj-tile--hl-transp-primary .img-link__title,
.mj-grid-block .mj-tile--hl-transp-primary .img-link__title {
  color: #068dc7;
  background: rgba(3, 67, 95, 0.7);
}
.mj-tile--hl-transp-primary .img-link__text,
.mj-grid-block .mj-tile--hl-transp-primary .img-link__text {
  color: #ffffff;
  background: rgba(3, 67, 95, 0.7);
}
.mj-tile--hl-transp-primary .container-description,
.mj-grid-block .mj-tile--hl-transp-primary .container-description {
  color: #ffffff;
}
.mj-tile--hl-transp-primary .page--excerpt_text--skin-10,
.mj-grid-block .mj-tile--hl-transp-primary .page--excerpt_text--skin-10 {
  color: #ffffff;
}
.mj-tile--hl-transp-primary .page--excerpt_text--skin-06,
.mj-grid-block .mj-tile--hl-transp-primary .page--excerpt_text--skin-06 {
  color: #ffffff;
}
.mj-tile--hl-transp-primary .page--excerpt_text--skin-11,
.mj-grid-block .mj-tile--hl-transp-primary .page--excerpt_text--skin-11 {
  color: #ffffff;
}
.mj-tile--hl-transp-primary .page--excerpt_text--skin-07,
.mj-grid-block .mj-tile--hl-transp-primary .page--excerpt_text--skin-07 {
  color: #ffffff;
}
.mj-tile--hl-transp-primary .logo_title,
.mj-grid-block .mj-tile--hl-transp-primary .logo_title {
  color: #068dc7;
}
.mj-tile--hl-transp-primary .edit-container-logo,
.mj-grid-block .mj-tile--hl-transp-primary .edit-container-logo {
  background: rgba(3, 67, 95, 0.7);
}
.mj-tile--hl-transp-primary .icon-download,
.mj-grid-block .mj-tile--hl-transp-primary .icon-download {
  color: #068dc7;
}
.mj-tile--hl-transp-primary.radio svg,
.mj-grid-block .mj-tile--hl-transp-primary.radio svg {
  background-color: rgba(3, 67, 95, 0.7);
}
.mj-tile--hl-transp-primary.radio svg g,
.mj-grid-block .mj-tile--hl-transp-primary.radio svg g {
  fill: #ffffff;
}
.mj-tile--hl-transp-primary.radio svg g path:first-child,
.mj-grid-block .mj-tile--hl-transp-primary.radio svg g path:first-child {
  fill: #068dc7;
}
.mj-tile--hl-transp-primary .menu__link-13--table,
.mj-grid-block .mj-tile--hl-transp-primary .menu__link-13--table {
  border-color: #068dc7;
}
.mj-tile--hl-transp-primary .menu__link-13--arrow,
.mj-grid-block .mj-tile--hl-transp-primary .menu__link-13--arrow {
  color: #068dc7;
}
.mj-tile--hl-transp-primary .mj-autocomplete .mj-autocomplete-input,
.mj-grid-block .mj-tile--hl-transp-primary .mj-autocomplete .mj-autocomplete-input {
  background: #fff;
  color: #333;
  border: 1px solid;
}
.mj-tile--hl-transp-primary .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-grid-block .mj-tile--hl-transp-primary .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor {
  background-color: rgba(3, 67, 95, 0.2);
}
.mj-tile--hl-transp-primary .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-grid-block .mj-tile--hl-transp-primary .mj-autocomplete .mj-autocomplete-dropdown-menu {
  background-color: #fff;
  color: #333;
  border: 1px solid #068dc7;
}
.mj-tile--hl-transp-primary .star-rev,
.mj-grid-block .mj-tile--hl-transp-primary .star-rev {
  color: #068dc7;
}
.mj-tile--hl-transp-primary .menu,
.mj-grid-block .mj-tile--hl-transp-primary .menu {
  color: #7cd6fb;
}
.mj-tile--hl-transp-primary .menu_item,
.mj-grid-block .mj-tile--hl-transp-primary .menu_item {
  color: #7cd6fb;
  background: transparent;
}
.mj-tile--hl-transp-primary .menu_item:not(.active):hover,
.mj-grid-block .mj-tile--hl-transp-primary .menu_item:not(.active):hover {
  color: #03374f;
  background: #0575a5;
}
.mj-tile--hl-transp-primary .menu_item.active,
.mj-grid-block .mj-tile--hl-transp-primary .menu_item.active {
  color: #0683b9;
  background: #023344;
}
.mj-tile--hl-transp-primary .menu_link,
.mj-grid-block .mj-tile--hl-transp-primary .menu_link,
.mj-tile--hl-transp-primary .menu_link:hover,
.mj-grid-block .mj-tile--hl-transp-primary .menu_link:hover {
  color: inherit;
  background: transparent;
}
.mj-tile--hl-transp-primary .page--excerpt,
.mj-grid-block .mj-tile--hl-transp-primary .page--excerpt {
  border-color: #7cd6fb;
}
.mj-tile--hl-transp-primary .page--excerpt--bordered,
.mj-grid-block .mj-tile--hl-transp-primary .page--excerpt--bordered {
  border-color: #7cd6fb;
}
.mj-tile--hl-transp-primary .menu__submenu li ul,
.mj-grid-block .mj-tile--hl-transp-primary .menu__submenu li ul {
  background: #0575a5;
}
.mj-tile--hl-transp-primary .menu__submenu li ul li,
.mj-grid-block .mj-tile--hl-transp-primary .menu__submenu li ul li {
  color: #03374f;
}
.mj-tile--hl-transp-primary .menu__submenu li ul li.active,
.mj-grid-block .mj-tile--hl-transp-primary .menu__submenu li ul li.active {
  color: #0683b9;
  background: #023344;
}
.mj-tile--hl-transp-primary .img-link__text a,
.mj-grid-block .mj-tile--hl-transp-primary .img-link__text a {
  color: #03374f;
}
.mj-tile--hl-transp-primary .img-link__text a:hover,
.mj-grid-block .mj-tile--hl-transp-primary .img-link__text a:hover {
  color: #0683b9;
}
.mj-tile--hl-transp-primary .page--excerpt_link,
.mj-grid-block .mj-tile--hl-transp-primary .page--excerpt_link,
.mj-tile--hl-transp-primary .page-showcase_link,
.mj-grid-block .mj-tile--hl-transp-primary .page-showcase_link {
  color: #03374f;
  background: #0575a5;
  border-color: #03374f;
}
.mj-tile--hl-transp-primary .page--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--hl-transp-primary .page--excerpt_link:not(.active):hover,
.mj-tile--hl-transp-primary .page-showcase_link:not(.active):hover,
.mj-grid-block .mj-tile--hl-transp-primary .page-showcase_link:not(.active):hover {
  color: #0683b9;
  background: #023344;
  border-color: #0683b9;
}
.mj-tile--hl-transp-primary .review--excerpt_link,
.mj-grid-block .mj-tile--hl-transp-primary .review--excerpt_link {
  color: #03374f;
  background: #0575a5;
}
.mj-tile--hl-transp-primary .review--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--hl-transp-primary .review--excerpt_link:not(.active):hover {
  color: #0683b9;
  background: #023344;
}
.mj-tile--hl-transp-primary .social_link,
.mj-grid-block .mj-tile--hl-transp-primary .social_link {
  color: #4ac6fa;
  background: transparent;
}
.mj-tile--hl-transp-primary .social_link:hover,
.mj-grid-block .mj-tile--hl-transp-primary .social_link:hover {
  color: #03374f;
  background: #0575a5;
}
.mj-tile--hl-transp-primary .m-line__thin,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__thin {
  background: #068dc7;
}
.mj-tile--hl-transp-primary .m-line__thick,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__thick {
  background: #068dc7;
}
.mj-tile--hl-transp-primary .m-line__thick-4,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__thick-4 {
  background: #068dc7;
}
.mj-tile--hl-transp-primary .m-line__thick-6,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__thick-6 {
  background: #068dc7;
}
.mj-tile--hl-transp-primary .m-line__thick-8,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__thick-8 {
  background: #068dc7;
}
.mj-tile--hl-transp-primary .m-line__thick-10,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__thick-10 {
  background: #068dc7;
}
.mj-tile--hl-transp-primary .m-line__dotted,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__dotted {
  border-bottom: 1px dashed #068dc7;
}
.mj-tile--hl-transp-primary .m-line__dashed,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__dashed {
  border-bottom: 1px dashed #068dc7;
}
.mj-tile--hl-transp-primary .m-line__dotted-2,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__dotted-2 {
  border-bottom: 2px dashed #068dc7;
}
.mj-tile--hl-transp-primary .m-line__dotted-3,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__dotted-3 {
  border-bottom: 3px dashed #068dc7;
}
.mj-tile--hl-transp-primary .m-line__dashed-2,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__dashed-2 {
  border-bottom: 2px dashed #068dc7;
}
.mj-tile--hl-transp-primary .m-line__dashed-3,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__dashed-3 {
  border-bottom: 3px dashed #068dc7;
}
.mj-tile--hl-transp-primary .m-line__faded,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__faded {
  background-image: linear-gradient(to right, transparent, #068dc7, transparent);
}
.mj-tile--hl-transp-primary .m-line__faded2,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__faded2 {
  background-image: linear-gradient(to right, transparent, #068dc7, transparent);
}
.mj-tile--hl-transp-primary .m-line__faded-3,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__faded-3 {
  background-image: linear-gradient(to right, transparent, #068dc7, transparent);
}
.mj-tile--hl-transp-primary .m-line__faded-4,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__faded-4 {
  background-image: linear-gradient(to right, #068dc7, transparent);
}
.mj-tile--hl-transp-primary .m-line__faded-5,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__faded-5 {
  background-image: linear-gradient(to left, #068dc7, transparent);
}
.mj-tile--hl-transp-primary .m-line__faded-6,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__faded-6 {
  background-image: linear-gradient(to right, #068dc7, transparent, #068dc7);
}
.mj-tile--hl-transp-primary .m-line__shaded,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__shaded {
  box-shadow: inset 0 10px 10px -10px #068dc7;
}
.mj-tile--hl-transp-primary .m-line__shaded-1,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__shaded-1 {
  box-shadow: inset 0 9px 7px -10px #068dc7;
}
.mj-tile--hl-transp-primary .m-line__shaded-2,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__shaded-2 {
  box-shadow: inset 0 14px 19px -14px #068dc7;
}
.mj-tile--hl-transp-primary .m-line__shaded-3,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__shaded-3 {
  box-shadow: inset 0 22px 29px -18px #068dc7;
}
.mj-tile--hl-transp-primary .m-line__shaded-4,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__shaded-4 {
  box-shadow: inset 0 -21px 24px -26px #068dc7;
}
.mj-tile--hl-transp-primary .m-line__shaded-5,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__shaded-5 {
  box-shadow: inset 0 -21px 44px -28px #068dc7;
}
.mj-tile--hl-transp-primary .m-line__blur-1,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__blur-1 {
  box-shadow: 0 0 2px 1px #068dc7;
}
.mj-tile--hl-transp-primary .m-line__blur-2,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__blur-2 {
  box-shadow: 0 0 4px 1px #068dc7;
}
.mj-tile--hl-transp-primary .m-line__blur-3,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__blur-3 {
  box-shadow: 0 0 6px 1px #068dc7;
}
.mj-tile--hl-transp-primary .m-line__blur-4,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__blur-4 {
  box-shadow: 0 0 8px 2px #068dc7;
}
.mj-tile--hl-transp-primary .m-line__double,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__double {
  box-shadow: inset 0 0 8px 2px #068dc7;
}
.mj-tile--hl-transp-primary .m-line__artistic,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__artistic {
  border-color: transparent;
}
.mj-tile--hl-transp-primary .m-line__artistic:before,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__artistic:before {
  border-color: #068dc7;
}
.mj-tile--hl-transp-primary .m-line__artistic:after,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__artistic:after {
  border-color: #068dc7;
}
.mj-tile--hl-transp-primary .m-line__editor,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__editor {
  border-top: medium double #068dc7;
  color: #068dc7;
}
.mj-tile--hl-transp-primary .m-line__double,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__double {
  background: #068dc7;
}
.mj-tile--hl-transp-primary .m-line__double:after,
.mj-grid-block .mj-tile--hl-transp-primary .m-line__double:after {
  background: #21b8f8;
}
.mj-tile--hl-transp-primary .m-btn,
.mj-grid-block .mj-tile--hl-transp-primary .m-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}
.mj-tile--hl-transp-primary .m-btn__primary,
.mj-grid-block .mj-tile--hl-transp-primary .m-btn__primary {
  color: #03374f;
  background: #0575a5;
  margin-left: 5px;
  border: 1px solid #03374f;
}
.mj-tile--hl-transp-primary .m-btn__primary:hover,
.mj-grid-block .mj-tile--hl-transp-primary .m-btn__primary:hover {
  color: #0683b9;
  background: #023344;
  border: 1px solid #03374f;
}
.mj-tile--hl-transp-primary .mj-button_booking,
.mj-grid-block .mj-tile--hl-transp-primary .mj-button_booking {
  color: #03374f;
  background: #0575a5;
}
.mj-tile--hl-transp-primary .locale__sub-menu-content,
.mj-grid-block .mj-tile--hl-transp-primary .locale__sub-menu-content {
  color: #03374f;
  background: #0575a5;
}
.mj-tile--hl-transp-primary .locale__sub-menu,
.mj-grid-block .mj-tile--hl-transp-primary .locale__sub-menu {
  color: #03374f;
  background: #0575a5;
}
.mj-tile--hl-transp-primary .locale__sub-menu li a,
.mj-grid-block .mj-tile--hl-transp-primary .locale__sub-menu li a {
  color: #03374f;
}
.mj-tile--hl-transp-primary .locale__container_hor,
.mj-grid-block .mj-tile--hl-transp-primary .locale__container_hor {
  color: #03374f;
  background: #0575a5;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco {
  color: #03374f;
  background: #0575a5;
  user-select: none;
  text-decoration: none;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco:hover,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco:hover {
  color: #0683b9;
  background: #023344;
  text-decoration: none;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-1,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-1 {
  border-color: #03374f;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-1:hover,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-1:hover {
  border-color: #03374f;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-2:hover,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-2:hover {
  background: #0575a5;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-4:hover,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-4:hover {
  background: transparent;
  text-decoration: none;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-4:hover::after,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-4:hover::after {
  background: #023344;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-5,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-5 {
  border-color: #03374f;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-5:hover,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-5:hover {
  border-color: #03374f;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-6,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-6 {
  background: transparent;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-6:hover,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-6:hover {
  background: transparent;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-7,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-7 {
  background: transparent;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-7:hover,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-7:hover {
  background: transparent;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-9,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-9 {
  border-color: #03374f;
  background: transparent;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-9:hover,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-9:hover {
  color: #0683b9;
  background: transparent;
  text-decoration: none;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-10,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-10 {
  background: transparent;
}
.mj-tile--hl-transp-primary .mj-btn__mosajco--adv-10:hover,
.mj-grid-block .mj-tile--hl-transp-primary .mj-btn__mosajco--adv-10:hover {
  color: #0683b9;
  background: transparent;
  text-decoration: none;
}
.mj-tile--hl-transp-primary .menu_custom_14,
.mj-grid-block .mj-tile--hl-transp-primary .menu_custom_14 {
  color: #7cd6fb;
}
.mj-tile--hl-transp-primary .menu_custom_15,
.mj-grid-block .mj-tile--hl-transp-primary .menu_custom_15 {
  color: #7cd6fb;
}
.mj-tile--hl-transp-primary .booking__label,
.mj-grid-block .mj-tile--hl-transp-primary .booking__label {
  color: #068dc7;
}
.mj-tile--hl-transp-primary .booking__icon,
.mj-grid-block .mj-tile--hl-transp-primary .booking__icon {
  color: #068dc7;
}
.mj-tile--hl-transp-primary .input-line,
.mj-grid-block .mj-tile--hl-transp-primary .input-line {
  border-color: #068dc7;
  color: rgba(3, 67, 95, 0.7);
}
/*
 |
 | Stile alternativo evidenziato
 |
 */
.highlight2,
.mj-tile--hl-alternative,
.mj-grid-block .mj-tile--hl-alternative {
  /*

   */
  color: #453501;
  background: #fdc70f;
  /*
   * se la tessera ha il modificatore --custom-bg la gestione dello sfondo
   * Ã¨ delegata alle impostazioni specifiche della tessera
   */
  /*
   * il tema tessera comprende anche le opzioni di colore
   * relative alla versione di vetrina del menu
   */
  /*
   * loghi
   */
}
.highlight2.--custom-bg,
.mj-tile--hl-alternative.--custom-bg,
.mj-grid-block .mj-tile--hl-alternative.--custom-bg {
  background: none;
}
.highlight2 .mj-title,
.mj-tile--hl-alternative .mj-title,
.mj-grid-block .mj-tile--hl-alternative .mj-title {
  color: #ffffff;
}
.highlight2 .mj-line__bg,
.mj-tile--hl-alternative .mj-line__bg,
.mj-grid-block .mj-tile--hl-alternative .mj-line__bg {
  background: #fdc70f;
}
.highlight2 a,
.mj-tile--hl-alternative a,
.mj-grid-block .mj-tile--hl-alternative a {
  color: #453501;
}
.highlight2 .date,
.mj-tile--hl-alternative .date,
.mj-grid-block .mj-tile--hl-alternative .date {
  color: #695202;
}
.highlight2 .page-showcase_text,
.mj-tile--hl-alternative .page-showcase_text,
.mj-grid-block .mj-tile--hl-alternative .page-showcase_text {
  color: #453501;
  background: #fdc70f;
}
.highlight2 .page-showcase_text .mj-title,
.mj-tile--hl-alternative .page-showcase_text .mj-title,
.mj-grid-block .mj-tile--hl-alternative .page-showcase_text .mj-title {
  color: #ffffff;
}
.highlight2 .img-link__title,
.mj-tile--hl-alternative .img-link__title,
.mj-grid-block .mj-tile--hl-alternative .img-link__title {
  color: #ffffff;
  background: #fdc70f;
}
.highlight2 .img-link__text,
.mj-tile--hl-alternative .img-link__text,
.mj-grid-block .mj-tile--hl-alternative .img-link__text {
  color: #453501;
  background: #fdc70f;
}
.highlight2 .container-description,
.mj-tile--hl-alternative .container-description,
.mj-grid-block .mj-tile--hl-alternative .container-description {
  color: #453501;
}
.highlight2 .page--excerpt_text--skin-10,
.mj-tile--hl-alternative .page--excerpt_text--skin-10,
.mj-grid-block .mj-tile--hl-alternative .page--excerpt_text--skin-10 {
  color: #453501;
}
.highlight2 .page--excerpt_text--skin-06,
.mj-tile--hl-alternative .page--excerpt_text--skin-06,
.mj-grid-block .mj-tile--hl-alternative .page--excerpt_text--skin-06 {
  color: #453501;
}
.highlight2 .page--excerpt_text--skin-11,
.mj-tile--hl-alternative .page--excerpt_text--skin-11,
.mj-grid-block .mj-tile--hl-alternative .page--excerpt_text--skin-11 {
  color: #453501;
}
.highlight2 .page--excerpt_text--skin-07,
.mj-tile--hl-alternative .page--excerpt_text--skin-07,
.mj-grid-block .mj-tile--hl-alternative .page--excerpt_text--skin-07 {
  color: #453501;
}
.highlight2 .logo_title,
.mj-tile--hl-alternative .logo_title,
.mj-grid-block .mj-tile--hl-alternative .logo_title {
  color: #ffffff;
}
.highlight2 .edit-container-logo,
.mj-tile--hl-alternative .edit-container-logo,
.mj-grid-block .mj-tile--hl-alternative .edit-container-logo {
  background: #fdc70f;
}
.highlight2 .icon-download,
.mj-tile--hl-alternative .icon-download,
.mj-grid-block .mj-tile--hl-alternative .icon-download {
  color: #ffffff;
}
.highlight2.radio svg,
.mj-tile--hl-alternative.radio svg,
.mj-grid-block .mj-tile--hl-alternative.radio svg {
  background-color: #fdc70f;
}
.highlight2.radio svg g,
.mj-tile--hl-alternative.radio svg g,
.mj-grid-block .mj-tile--hl-alternative.radio svg g {
  fill: #453501;
}
.highlight2.radio svg g path:first-child,
.mj-tile--hl-alternative.radio svg g path:first-child,
.mj-grid-block .mj-tile--hl-alternative.radio svg g path:first-child {
  fill: #ffffff;
}
.highlight2 .menu__link-13--table,
.mj-tile--hl-alternative .menu__link-13--table,
.mj-grid-block .mj-tile--hl-alternative .menu__link-13--table {
  border-color: #ffffff;
}
.highlight2 .menu__link-13--arrow,
.mj-tile--hl-alternative .menu__link-13--arrow,
.mj-grid-block .mj-tile--hl-alternative .menu__link-13--arrow {
  color: #ffffff;
}
.highlight2 .mj-autocomplete .mj-autocomplete-input,
.mj-tile--hl-alternative .mj-autocomplete .mj-autocomplete-input,
.mj-grid-block .mj-tile--hl-alternative .mj-autocomplete .mj-autocomplete-input {
  background: #fff;
  color: #333;
  border: 1px solid;
}
.highlight2 .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-tile--hl-alternative .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-grid-block .mj-tile--hl-alternative .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor {
  background-color: rgba(253, 199, 15, 0.5);
}
.highlight2 .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-tile--hl-alternative .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-grid-block .mj-tile--hl-alternative .mj-autocomplete .mj-autocomplete-dropdown-menu {
  background-color: #fff;
  color: #333;
  border: 1px solid #ffffff;
}
.highlight2 .star-rev,
.mj-tile--hl-alternative .star-rev,
.mj-grid-block .mj-tile--hl-alternative .star-rev {
  color: #ffffff;
}
.highlight2 .menu,
.mj-tile--hl-alternative .menu,
.mj-grid-block .mj-tile--hl-alternative .menu {
  color: #9c7901;
}
.highlight2 .menu_item,
.mj-tile--hl-alternative .menu_item,
.mj-grid-block .mj-tile--hl-alternative .menu_item {
  color: #9c7901;
  background: transparent;
}
.highlight2 .menu_item:not(.active):hover,
.mj-tile--hl-alternative .menu_item:not(.active):hover,
.mj-grid-block .mj-tile--hl-alternative .menu_item:not(.active):hover {
  color: #947300;
  background: #fedf75;
}
.highlight2 .menu_item.active,
.mj-tile--hl-alternative .menu_item.active,
.mj-grid-block .mj-tile--hl-alternative .menu_item.active {
  color: #d8aa0f;
  background: #feeaab;
}
.highlight2 .menu_link,
.mj-tile--hl-alternative .menu_link,
.mj-grid-block .mj-tile--hl-alternative .menu_link,
.highlight2 .menu_link:hover,
.mj-tile--hl-alternative .menu_link:hover,
.mj-grid-block .mj-tile--hl-alternative .menu_link:hover {
  color: inherit;
  background: transparent;
}
.highlight2 .page--excerpt,
.mj-tile--hl-alternative .page--excerpt,
.mj-grid-block .mj-tile--hl-alternative .page--excerpt {
  border-color: #9c7901;
}
.highlight2 .page--excerpt--bordered,
.mj-tile--hl-alternative .page--excerpt--bordered,
.mj-grid-block .mj-tile--hl-alternative .page--excerpt--bordered {
  border-color: #9c7901;
}
.highlight2 .menu__submenu li ul,
.mj-tile--hl-alternative .menu__submenu li ul,
.mj-grid-block .mj-tile--hl-alternative .menu__submenu li ul {
  background: #fedf75;
}
.highlight2 .menu__submenu li ul li,
.mj-tile--hl-alternative .menu__submenu li ul li,
.mj-grid-block .mj-tile--hl-alternative .menu__submenu li ul li {
  color: #947300;
}
.highlight2 .menu__submenu li ul li.active,
.mj-tile--hl-alternative .menu__submenu li ul li.active,
.mj-grid-block .mj-tile--hl-alternative .menu__submenu li ul li.active {
  color: #d8aa0f;
  background: #feeaab;
}
.highlight2 .img-link__text a,
.mj-tile--hl-alternative .img-link__text a,
.mj-grid-block .mj-tile--hl-alternative .img-link__text a {
  color: #947300;
}
.highlight2 .img-link__text a:hover,
.mj-tile--hl-alternative .img-link__text a:hover,
.mj-grid-block .mj-tile--hl-alternative .img-link__text a:hover {
  color: #d8aa0f;
}
.highlight2 .page--excerpt_link,
.mj-tile--hl-alternative .page--excerpt_link,
.mj-grid-block .mj-tile--hl-alternative .page--excerpt_link,
.highlight2 .page-showcase_link,
.mj-tile--hl-alternative .page-showcase_link,
.mj-grid-block .mj-tile--hl-alternative .page-showcase_link {
  color: #947300;
  background: #fedf75;
  border-color: #947300;
}
.highlight2 .page--excerpt_link:not(.active):hover,
.mj-tile--hl-alternative .page--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--hl-alternative .page--excerpt_link:not(.active):hover,
.highlight2 .page-showcase_link:not(.active):hover,
.mj-tile--hl-alternative .page-showcase_link:not(.active):hover,
.mj-grid-block .mj-tile--hl-alternative .page-showcase_link:not(.active):hover {
  color: #d8aa0f;
  background: #feeaab;
  border-color: #d8aa0f;
}
.highlight2 .review--excerpt_link,
.mj-tile--hl-alternative .review--excerpt_link,
.mj-grid-block .mj-tile--hl-alternative .review--excerpt_link {
  color: #947300;
  background: #fedf75;
}
.highlight2 .review--excerpt_link:not(.active):hover,
.mj-tile--hl-alternative .review--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--hl-alternative .review--excerpt_link:not(.active):hover {
  color: #d8aa0f;
  background: #feeaab;
}
.highlight2 .social_link,
.mj-tile--hl-alternative .social_link,
.mj-grid-block .mj-tile--hl-alternative .social_link {
  color: #9c7901;
  background: transparent;
}
.highlight2 .social_link:hover,
.mj-tile--hl-alternative .social_link:hover,
.mj-grid-block .mj-tile--hl-alternative .social_link:hover {
  color: #947300;
  background: #fedf75;
}
.highlight2 .m-line__thin,
.mj-tile--hl-alternative .m-line__thin,
.mj-grid-block .mj-tile--hl-alternative .m-line__thin {
  background: #ffffff;
}
.highlight2 .m-line__thick,
.mj-tile--hl-alternative .m-line__thick,
.mj-grid-block .mj-tile--hl-alternative .m-line__thick {
  background: #ffffff;
}
.highlight2 .m-line__thick-4,
.mj-tile--hl-alternative .m-line__thick-4,
.mj-grid-block .mj-tile--hl-alternative .m-line__thick-4 {
  background: #ffffff;
}
.highlight2 .m-line__thick-6,
.mj-tile--hl-alternative .m-line__thick-6,
.mj-grid-block .mj-tile--hl-alternative .m-line__thick-6 {
  background: #ffffff;
}
.highlight2 .m-line__thick-8,
.mj-tile--hl-alternative .m-line__thick-8,
.mj-grid-block .mj-tile--hl-alternative .m-line__thick-8 {
  background: #ffffff;
}
.highlight2 .m-line__thick-10,
.mj-tile--hl-alternative .m-line__thick-10,
.mj-grid-block .mj-tile--hl-alternative .m-line__thick-10 {
  background: #ffffff;
}
.highlight2 .m-line__dotted,
.mj-tile--hl-alternative .m-line__dotted,
.mj-grid-block .mj-tile--hl-alternative .m-line__dotted {
  border-bottom: 1px dashed #ffffff;
}
.highlight2 .m-line__dashed,
.mj-tile--hl-alternative .m-line__dashed,
.mj-grid-block .mj-tile--hl-alternative .m-line__dashed {
  border-bottom: 1px dashed #ffffff;
}
.highlight2 .m-line__dotted-2,
.mj-tile--hl-alternative .m-line__dotted-2,
.mj-grid-block .mj-tile--hl-alternative .m-line__dotted-2 {
  border-bottom: 2px dashed #ffffff;
}
.highlight2 .m-line__dotted-3,
.mj-tile--hl-alternative .m-line__dotted-3,
.mj-grid-block .mj-tile--hl-alternative .m-line__dotted-3 {
  border-bottom: 3px dashed #ffffff;
}
.highlight2 .m-line__dashed-2,
.mj-tile--hl-alternative .m-line__dashed-2,
.mj-grid-block .mj-tile--hl-alternative .m-line__dashed-2 {
  border-bottom: 2px dashed #ffffff;
}
.highlight2 .m-line__dashed-3,
.mj-tile--hl-alternative .m-line__dashed-3,
.mj-grid-block .mj-tile--hl-alternative .m-line__dashed-3 {
  border-bottom: 3px dashed #ffffff;
}
.highlight2 .m-line__faded,
.mj-tile--hl-alternative .m-line__faded,
.mj-grid-block .mj-tile--hl-alternative .m-line__faded {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.highlight2 .m-line__faded2,
.mj-tile--hl-alternative .m-line__faded2,
.mj-grid-block .mj-tile--hl-alternative .m-line__faded2 {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.highlight2 .m-line__faded-3,
.mj-tile--hl-alternative .m-line__faded-3,
.mj-grid-block .mj-tile--hl-alternative .m-line__faded-3 {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.highlight2 .m-line__faded-4,
.mj-tile--hl-alternative .m-line__faded-4,
.mj-grid-block .mj-tile--hl-alternative .m-line__faded-4 {
  background-image: linear-gradient(to right, #ffffff, transparent);
}
.highlight2 .m-line__faded-5,
.mj-tile--hl-alternative .m-line__faded-5,
.mj-grid-block .mj-tile--hl-alternative .m-line__faded-5 {
  background-image: linear-gradient(to left, #ffffff, transparent);
}
.highlight2 .m-line__faded-6,
.mj-tile--hl-alternative .m-line__faded-6,
.mj-grid-block .mj-tile--hl-alternative .m-line__faded-6 {
  background-image: linear-gradient(to right, #ffffff, transparent, #ffffff);
}
.highlight2 .m-line__shaded,
.mj-tile--hl-alternative .m-line__shaded,
.mj-grid-block .mj-tile--hl-alternative .m-line__shaded {
  box-shadow: inset 0 10px 10px -10px #ffffff;
}
.highlight2 .m-line__shaded-1,
.mj-tile--hl-alternative .m-line__shaded-1,
.mj-grid-block .mj-tile--hl-alternative .m-line__shaded-1 {
  box-shadow: inset 0 9px 7px -10px #ffffff;
}
.highlight2 .m-line__shaded-2,
.mj-tile--hl-alternative .m-line__shaded-2,
.mj-grid-block .mj-tile--hl-alternative .m-line__shaded-2 {
  box-shadow: inset 0 14px 19px -14px #ffffff;
}
.highlight2 .m-line__shaded-3,
.mj-tile--hl-alternative .m-line__shaded-3,
.mj-grid-block .mj-tile--hl-alternative .m-line__shaded-3 {
  box-shadow: inset 0 22px 29px -18px #ffffff;
}
.highlight2 .m-line__shaded-4,
.mj-tile--hl-alternative .m-line__shaded-4,
.mj-grid-block .mj-tile--hl-alternative .m-line__shaded-4 {
  box-shadow: inset 0 -21px 24px -26px #ffffff;
}
.highlight2 .m-line__shaded-5,
.mj-tile--hl-alternative .m-line__shaded-5,
.mj-grid-block .mj-tile--hl-alternative .m-line__shaded-5 {
  box-shadow: inset 0 -21px 44px -28px #ffffff;
}
.highlight2 .m-line__blur-1,
.mj-tile--hl-alternative .m-line__blur-1,
.mj-grid-block .mj-tile--hl-alternative .m-line__blur-1 {
  box-shadow: 0 0 2px 1px #ffffff;
}
.highlight2 .m-line__blur-2,
.mj-tile--hl-alternative .m-line__blur-2,
.mj-grid-block .mj-tile--hl-alternative .m-line__blur-2 {
  box-shadow: 0 0 4px 1px #ffffff;
}
.highlight2 .m-line__blur-3,
.mj-tile--hl-alternative .m-line__blur-3,
.mj-grid-block .mj-tile--hl-alternative .m-line__blur-3 {
  box-shadow: 0 0 6px 1px #ffffff;
}
.highlight2 .m-line__blur-4,
.mj-tile--hl-alternative .m-line__blur-4,
.mj-grid-block .mj-tile--hl-alternative .m-line__blur-4 {
  box-shadow: 0 0 8px 2px #ffffff;
}
.highlight2 .m-line__double,
.mj-tile--hl-alternative .m-line__double,
.mj-grid-block .mj-tile--hl-alternative .m-line__double {
  box-shadow: inset 0 0 8px 2px #ffffff;
}
.highlight2 .m-line__artistic,
.mj-tile--hl-alternative .m-line__artistic,
.mj-grid-block .mj-tile--hl-alternative .m-line__artistic {
  border-color: transparent;
}
.highlight2 .m-line__artistic:before,
.mj-tile--hl-alternative .m-line__artistic:before,
.mj-grid-block .mj-tile--hl-alternative .m-line__artistic:before {
  border-color: #ffffff;
}
.highlight2 .m-line__artistic:after,
.mj-tile--hl-alternative .m-line__artistic:after,
.mj-grid-block .mj-tile--hl-alternative .m-line__artistic:after {
  border-color: #ffffff;
}
.highlight2 .m-line__editor,
.mj-tile--hl-alternative .m-line__editor,
.mj-grid-block .mj-tile--hl-alternative .m-line__editor {
  border-top: medium double #ffffff;
  color: #ffffff;
}
.highlight2 .m-line__double,
.mj-tile--hl-alternative .m-line__double,
.mj-grid-block .mj-tile--hl-alternative .m-line__double {
  background: #ffffff;
}
.highlight2 .m-line__double:after,
.mj-tile--hl-alternative .m-line__double:after,
.mj-grid-block .mj-tile--hl-alternative .m-line__double:after {
  background: #ffffff;
}
.highlight2 .m-btn,
.mj-tile--hl-alternative .m-btn,
.mj-grid-block .mj-tile--hl-alternative .m-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}
.highlight2 .m-btn__primary,
.mj-tile--hl-alternative .m-btn__primary,
.mj-grid-block .mj-tile--hl-alternative .m-btn__primary {
  color: #947300;
  background: #fedf75;
  margin-left: 5px;
  border: 1px solid #947300;
}
.highlight2 .m-btn__primary:hover,
.mj-tile--hl-alternative .m-btn__primary:hover,
.mj-grid-block .mj-tile--hl-alternative .m-btn__primary:hover {
  color: #d8aa0f;
  background: #feeaab;
  border: 1px solid #03374f;
}
.highlight2 .mj-button_booking,
.mj-tile--hl-alternative .mj-button_booking,
.mj-grid-block .mj-tile--hl-alternative .mj-button_booking {
  color: #947300;
  background: #fedf75;
}
.highlight2 .locale__sub-menu-content,
.mj-tile--hl-alternative .locale__sub-menu-content,
.mj-grid-block .mj-tile--hl-alternative .locale__sub-menu-content {
  color: #947300;
  background: #fedf75;
}
.highlight2 .locale__sub-menu,
.mj-tile--hl-alternative .locale__sub-menu,
.mj-grid-block .mj-tile--hl-alternative .locale__sub-menu {
  color: #947300;
  background: #fedf75;
}
.highlight2 .locale__sub-menu li a,
.mj-tile--hl-alternative .locale__sub-menu li a,
.mj-grid-block .mj-tile--hl-alternative .locale__sub-menu li a {
  color: #947300;
}
.highlight2 .locale__container_hor,
.mj-tile--hl-alternative .locale__container_hor,
.mj-grid-block .mj-tile--hl-alternative .locale__container_hor {
  color: #947300;
  background: #fedf75;
}
.highlight2 .mj-btn__mosajco,
.mj-tile--hl-alternative .mj-btn__mosajco,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco {
  color: #947300;
  background: #fedf75;
  user-select: none;
  text-decoration: none;
}
.highlight2 .mj-btn__mosajco:hover,
.mj-tile--hl-alternative .mj-btn__mosajco:hover,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco:hover {
  color: #d8aa0f;
  background: #feeaab;
  text-decoration: none;
}
.highlight2 .mj-btn__mosajco--adv-1,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-1,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-1 {
  border-color: #947300;
}
.highlight2 .mj-btn__mosajco--adv-1:hover,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-1:hover,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-1:hover {
  border-color: #03374f;
}
.highlight2 .mj-btn__mosajco--adv-2:hover,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-2:hover,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-2:hover {
  background: #fedf75;
}
.highlight2 .mj-btn__mosajco--adv-4:hover,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-4:hover,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-4:hover {
  background: transparent;
  text-decoration: none;
}
.highlight2 .mj-btn__mosajco--adv-4:hover::after,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-4:hover::after,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-4:hover::after {
  background: #feeaab;
}
.highlight2 .mj-btn__mosajco--adv-5,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-5,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-5 {
  border-color: #947300;
}
.highlight2 .mj-btn__mosajco--adv-5:hover,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-5:hover,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-5:hover {
  border-color: #03374f;
}
.highlight2 .mj-btn__mosajco--adv-6,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-6,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-6 {
  background: transparent;
}
.highlight2 .mj-btn__mosajco--adv-6:hover,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-6:hover,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-6:hover {
  background: transparent;
}
.highlight2 .mj-btn__mosajco--adv-7,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-7,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-7 {
  background: transparent;
}
.highlight2 .mj-btn__mosajco--adv-7:hover,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-7:hover,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-7:hover {
  background: transparent;
}
.highlight2 .mj-btn__mosajco--adv-9,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-9,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-9 {
  border-color: #947300;
  background: transparent;
}
.highlight2 .mj-btn__mosajco--adv-9:hover,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-9:hover,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-9:hover {
  color: #d8aa0f;
  background: transparent;
  text-decoration: none;
}
.highlight2 .mj-btn__mosajco--adv-10,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-10,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-10 {
  background: transparent;
}
.highlight2 .mj-btn__mosajco--adv-10:hover,
.mj-tile--hl-alternative .mj-btn__mosajco--adv-10:hover,
.mj-grid-block .mj-tile--hl-alternative .mj-btn__mosajco--adv-10:hover {
  color: #d8aa0f;
  background: transparent;
  text-decoration: none;
}
.highlight2 .menu_custom_14,
.mj-tile--hl-alternative .menu_custom_14,
.mj-grid-block .mj-tile--hl-alternative .menu_custom_14 {
  color: #9c7901;
}
.highlight2 .menu_custom_15,
.mj-tile--hl-alternative .menu_custom_15,
.mj-grid-block .mj-tile--hl-alternative .menu_custom_15 {
  color: #9c7901;
}
.highlight2 .booking__label,
.mj-tile--hl-alternative .booking__label,
.mj-grid-block .mj-tile--hl-alternative .booking__label {
  color: #ffffff;
}
.highlight2 .booking__icon,
.mj-tile--hl-alternative .booking__icon,
.mj-grid-block .mj-tile--hl-alternative .booking__icon {
  color: #ffffff;
}
.highlight2 .input-line,
.mj-tile--hl-alternative .input-line,
.mj-grid-block .mj-tile--hl-alternative .input-line {
  border-color: #ffffff;
  color: #fdc70f;
}
/*
 |
 | Stile alternativo evidenziato trasparente
 |
 */
.mj-tile--hl-transp-alternative,
.mj-grid-block .mj-tile--hl-transp-alternative {
  /*

   */
  color: #453501;
  background: rgba(253, 199, 15, 0.7);
  /*
   * se la tessera ha il modificatore --custom-bg la gestione dello sfondo
   * Ã¨ delegata alle impostazioni specifiche della tessera
   */
  /*
   * il tema tessera comprende anche le opzioni di colore
   * relative alla versione di vetrina del menu
   */
  /*
   * loghi
   */
}
.mj-tile--hl-transp-alternative.--custom-bg,
.mj-grid-block .mj-tile--hl-transp-alternative.--custom-bg {
  background: none;
}
.mj-tile--hl-transp-alternative .mj-title,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-title {
  color: #ffffff;
}
.mj-tile--hl-transp-alternative .mj-line__bg,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-line__bg {
  background: rgba(253, 199, 15, 0.7);
}
.mj-tile--hl-transp-alternative a,
.mj-grid-block .mj-tile--hl-transp-alternative a {
  color: #453501;
}
.mj-tile--hl-transp-alternative .date,
.mj-grid-block .mj-tile--hl-transp-alternative .date {
  color: #695202;
}
.mj-tile--hl-transp-alternative .page-showcase_text,
.mj-grid-block .mj-tile--hl-transp-alternative .page-showcase_text {
  color: #453501;
  background: rgba(253, 199, 15, 0.7);
}
.mj-tile--hl-transp-alternative .page-showcase_text .mj-title,
.mj-grid-block .mj-tile--hl-transp-alternative .page-showcase_text .mj-title {
  color: #ffffff;
}
.mj-tile--hl-transp-alternative .img-link__title,
.mj-grid-block .mj-tile--hl-transp-alternative .img-link__title {
  color: #ffffff;
  background: rgba(253, 199, 15, 0.7);
}
.mj-tile--hl-transp-alternative .img-link__text,
.mj-grid-block .mj-tile--hl-transp-alternative .img-link__text {
  color: #453501;
  background: rgba(253, 199, 15, 0.7);
}
.mj-tile--hl-transp-alternative .container-description,
.mj-grid-block .mj-tile--hl-transp-alternative .container-description {
  color: #453501;
}
.mj-tile--hl-transp-alternative .page--excerpt_text--skin-10,
.mj-grid-block .mj-tile--hl-transp-alternative .page--excerpt_text--skin-10 {
  color: #453501;
}
.mj-tile--hl-transp-alternative .page--excerpt_text--skin-06,
.mj-grid-block .mj-tile--hl-transp-alternative .page--excerpt_text--skin-06 {
  color: #453501;
}
.mj-tile--hl-transp-alternative .page--excerpt_text--skin-11,
.mj-grid-block .mj-tile--hl-transp-alternative .page--excerpt_text--skin-11 {
  color: #453501;
}
.mj-tile--hl-transp-alternative .page--excerpt_text--skin-07,
.mj-grid-block .mj-tile--hl-transp-alternative .page--excerpt_text--skin-07 {
  color: #453501;
}
.mj-tile--hl-transp-alternative .logo_title,
.mj-grid-block .mj-tile--hl-transp-alternative .logo_title {
  color: #ffffff;
}
.mj-tile--hl-transp-alternative .edit-container-logo,
.mj-grid-block .mj-tile--hl-transp-alternative .edit-container-logo {
  background: rgba(253, 199, 15, 0.7);
}
.mj-tile--hl-transp-alternative .icon-download,
.mj-grid-block .mj-tile--hl-transp-alternative .icon-download {
  color: #ffffff;
}
.mj-tile--hl-transp-alternative.radio svg,
.mj-grid-block .mj-tile--hl-transp-alternative.radio svg {
  background-color: rgba(253, 199, 15, 0.7);
}
.mj-tile--hl-transp-alternative.radio svg g,
.mj-grid-block .mj-tile--hl-transp-alternative.radio svg g {
  fill: #453501;
}
.mj-tile--hl-transp-alternative.radio svg g path:first-child,
.mj-grid-block .mj-tile--hl-transp-alternative.radio svg g path:first-child {
  fill: #ffffff;
}
.mj-tile--hl-transp-alternative .menu__link-13--table,
.mj-grid-block .mj-tile--hl-transp-alternative .menu__link-13--table {
  border-color: #ffffff;
}
.mj-tile--hl-transp-alternative .menu__link-13--arrow,
.mj-grid-block .mj-tile--hl-transp-alternative .menu__link-13--arrow {
  color: #ffffff;
}
.mj-tile--hl-transp-alternative .mj-autocomplete .mj-autocomplete-input,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-autocomplete .mj-autocomplete-input {
  background: #fff;
  color: #333;
  border: 1px solid;
}
.mj-tile--hl-transp-alternative .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor {
  background-color: rgba(253, 199, 15, 0.2);
}
.mj-tile--hl-transp-alternative .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-autocomplete .mj-autocomplete-dropdown-menu {
  background-color: #fff;
  color: #333;
  border: 1px solid #ffffff;
}
.mj-tile--hl-transp-alternative .star-rev,
.mj-grid-block .mj-tile--hl-transp-alternative .star-rev {
  color: #ffffff;
}
.mj-tile--hl-transp-alternative .menu,
.mj-grid-block .mj-tile--hl-transp-alternative .menu {
  color: #695201;
}
.mj-tile--hl-transp-alternative .menu_item,
.mj-grid-block .mj-tile--hl-transp-alternative .menu_item {
  color: #695201;
  background: transparent;
}
.mj-tile--hl-transp-alternative .menu_item:not(.active):hover,
.mj-grid-block .mj-tile--hl-transp-alternative .menu_item:not(.active):hover {
  color: #947300;
  background: #fedf75;
}
.mj-tile--hl-transp-alternative .menu_item.active,
.mj-grid-block .mj-tile--hl-transp-alternative .menu_item.active {
  color: #d8aa0f;
  background: #feeaab;
}
.mj-tile--hl-transp-alternative .menu_link,
.mj-grid-block .mj-tile--hl-transp-alternative .menu_link,
.mj-tile--hl-transp-alternative .menu_link:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .menu_link:hover {
  color: inherit;
  background: transparent;
}
.mj-tile--hl-transp-alternative .page--excerpt,
.mj-grid-block .mj-tile--hl-transp-alternative .page--excerpt {
  border-color: #695201;
}
.mj-tile--hl-transp-alternative .page--excerpt--bordered,
.mj-grid-block .mj-tile--hl-transp-alternative .page--excerpt--bordered {
  border-color: #695201;
}
.mj-tile--hl-transp-alternative .menu__submenu li ul,
.mj-grid-block .mj-tile--hl-transp-alternative .menu__submenu li ul {
  background: #fedf75;
}
.mj-tile--hl-transp-alternative .menu__submenu li ul li,
.mj-grid-block .mj-tile--hl-transp-alternative .menu__submenu li ul li {
  color: #947300;
}
.mj-tile--hl-transp-alternative .menu__submenu li ul li.active,
.mj-grid-block .mj-tile--hl-transp-alternative .menu__submenu li ul li.active {
  color: #d8aa0f;
  background: #feeaab;
}
.mj-tile--hl-transp-alternative .img-link__text a,
.mj-grid-block .mj-tile--hl-transp-alternative .img-link__text a {
  color: #947300;
}
.mj-tile--hl-transp-alternative .img-link__text a:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .img-link__text a:hover {
  color: #d8aa0f;
}
.mj-tile--hl-transp-alternative .page--excerpt_link,
.mj-grid-block .mj-tile--hl-transp-alternative .page--excerpt_link,
.mj-tile--hl-transp-alternative .page-showcase_link,
.mj-grid-block .mj-tile--hl-transp-alternative .page-showcase_link {
  color: #947300;
  background: #fedf75;
  border-color: #947300;
}
.mj-tile--hl-transp-alternative .page--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--hl-transp-alternative .page--excerpt_link:not(.active):hover,
.mj-tile--hl-transp-alternative .page-showcase_link:not(.active):hover,
.mj-grid-block .mj-tile--hl-transp-alternative .page-showcase_link:not(.active):hover {
  color: #d8aa0f;
  background: #feeaab;
  border-color: #d8aa0f;
}
.mj-tile--hl-transp-alternative .review--excerpt_link,
.mj-grid-block .mj-tile--hl-transp-alternative .review--excerpt_link {
  color: #947300;
  background: #fedf75;
}
.mj-tile--hl-transp-alternative .review--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--hl-transp-alternative .review--excerpt_link:not(.active):hover {
  color: #d8aa0f;
  background: #feeaab;
}
.mj-tile--hl-transp-alternative .social_link,
.mj-grid-block .mj-tile--hl-transp-alternative .social_link {
  color: #9c7901;
  background: transparent;
}
.mj-tile--hl-transp-alternative .social_link:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .social_link:hover {
  color: #947300;
  background: #fedf75;
}
.mj-tile--hl-transp-alternative .m-line__thin,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__thin {
  background: #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__thick,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__thick {
  background: #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__thick-4,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__thick-4 {
  background: #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__thick-6,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__thick-6 {
  background: #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__thick-8,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__thick-8 {
  background: #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__thick-10,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__thick-10 {
  background: #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__dotted,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__dotted {
  border-bottom: 1px dashed #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__dashed,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__dashed {
  border-bottom: 1px dashed #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__dotted-2,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__dotted-2 {
  border-bottom: 2px dashed #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__dotted-3,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__dotted-3 {
  border-bottom: 3px dashed #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__dashed-2,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__dashed-2 {
  border-bottom: 2px dashed #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__dashed-3,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__dashed-3 {
  border-bottom: 3px dashed #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__faded,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__faded {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.mj-tile--hl-transp-alternative .m-line__faded2,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__faded2 {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.mj-tile--hl-transp-alternative .m-line__faded-3,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__faded-3 {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.mj-tile--hl-transp-alternative .m-line__faded-4,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__faded-4 {
  background-image: linear-gradient(to right, #ffffff, transparent);
}
.mj-tile--hl-transp-alternative .m-line__faded-5,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__faded-5 {
  background-image: linear-gradient(to left, #ffffff, transparent);
}
.mj-tile--hl-transp-alternative .m-line__faded-6,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__faded-6 {
  background-image: linear-gradient(to right, #ffffff, transparent, #ffffff);
}
.mj-tile--hl-transp-alternative .m-line__shaded,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__shaded {
  box-shadow: inset 0 10px 10px -10px #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__shaded-1,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__shaded-1 {
  box-shadow: inset 0 9px 7px -10px #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__shaded-2,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__shaded-2 {
  box-shadow: inset 0 14px 19px -14px #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__shaded-3,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__shaded-3 {
  box-shadow: inset 0 22px 29px -18px #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__shaded-4,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__shaded-4 {
  box-shadow: inset 0 -21px 24px -26px #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__shaded-5,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__shaded-5 {
  box-shadow: inset 0 -21px 44px -28px #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__blur-1,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__blur-1 {
  box-shadow: 0 0 2px 1px #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__blur-2,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__blur-2 {
  box-shadow: 0 0 4px 1px #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__blur-3,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__blur-3 {
  box-shadow: 0 0 6px 1px #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__blur-4,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__blur-4 {
  box-shadow: 0 0 8px 2px #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__double,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__double {
  box-shadow: inset 0 0 8px 2px #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__artistic,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__artistic {
  border-color: transparent;
}
.mj-tile--hl-transp-alternative .m-line__artistic:before,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__artistic:before {
  border-color: #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__artistic:after,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__artistic:after {
  border-color: #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__editor,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__editor {
  border-top: medium double #ffffff;
  color: #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__double,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__double {
  background: #ffffff;
}
.mj-tile--hl-transp-alternative .m-line__double:after,
.mj-grid-block .mj-tile--hl-transp-alternative .m-line__double:after {
  background: #ffffff;
}
.mj-tile--hl-transp-alternative .m-btn,
.mj-grid-block .mj-tile--hl-transp-alternative .m-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}
.mj-tile--hl-transp-alternative .m-btn__primary,
.mj-grid-block .mj-tile--hl-transp-alternative .m-btn__primary {
  color: #947300;
  background: #fedf75;
  margin-left: 5px;
  border: 1px solid #947300;
}
.mj-tile--hl-transp-alternative .m-btn__primary:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .m-btn__primary:hover {
  color: #d8aa0f;
  background: #feeaab;
  border: 1px solid #03374f;
}
.mj-tile--hl-transp-alternative .mj-button_booking,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-button_booking {
  color: #947300;
  background: #fedf75;
}
.mj-tile--hl-transp-alternative .locale__sub-menu-content,
.mj-grid-block .mj-tile--hl-transp-alternative .locale__sub-menu-content {
  color: #947300;
  background: #fedf75;
}
.mj-tile--hl-transp-alternative .locale__sub-menu,
.mj-grid-block .mj-tile--hl-transp-alternative .locale__sub-menu {
  color: #947300;
  background: #fedf75;
}
.mj-tile--hl-transp-alternative .locale__sub-menu li a,
.mj-grid-block .mj-tile--hl-transp-alternative .locale__sub-menu li a {
  color: #947300;
}
.mj-tile--hl-transp-alternative .locale__container_hor,
.mj-grid-block .mj-tile--hl-transp-alternative .locale__container_hor {
  color: #947300;
  background: #fedf75;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco {
  color: #947300;
  background: #fedf75;
  user-select: none;
  text-decoration: none;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco:hover {
  color: #d8aa0f;
  background: #feeaab;
  text-decoration: none;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-1,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-1 {
  border-color: #947300;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-1:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-1:hover {
  border-color: #03374f;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-2:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-2:hover {
  background: #fedf75;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-4:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-4:hover {
  background: transparent;
  text-decoration: none;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-4:hover::after,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-4:hover::after {
  background: #feeaab;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-5,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-5 {
  border-color: #947300;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-5:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-5:hover {
  border-color: #03374f;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-6,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-6 {
  background: transparent;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-6:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-6:hover {
  background: transparent;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-7,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-7 {
  background: transparent;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-7:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-7:hover {
  background: transparent;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-9,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-9 {
  border-color: #947300;
  background: transparent;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-9:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-9:hover {
  color: #d8aa0f;
  background: transparent;
  text-decoration: none;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-10,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-10 {
  background: transparent;
}
.mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-10:hover,
.mj-grid-block .mj-tile--hl-transp-alternative .mj-btn__mosajco--adv-10:hover {
  color: #d8aa0f;
  background: transparent;
  text-decoration: none;
}
.mj-tile--hl-transp-alternative .menu_custom_14,
.mj-grid-block .mj-tile--hl-transp-alternative .menu_custom_14 {
  color: #695201;
}
.mj-tile--hl-transp-alternative .menu_custom_15,
.mj-grid-block .mj-tile--hl-transp-alternative .menu_custom_15 {
  color: #695201;
}
.mj-tile--hl-transp-alternative .booking__label,
.mj-grid-block .mj-tile--hl-transp-alternative .booking__label {
  color: #ffffff;
}
.mj-tile--hl-transp-alternative .booking__icon,
.mj-grid-block .mj-tile--hl-transp-alternative .booking__icon {
  color: #ffffff;
}
.mj-tile--hl-transp-alternative .input-line,
.mj-grid-block .mj-tile--hl-transp-alternative .input-line {
  border-color: #ffffff;
  color: rgba(253, 199, 15, 0.7);
}
/*
 |
 | Testo bianco
 |
 */
.dark,
.mj-tile--white,
.mj-grid-block .mj-tile--white {
  /*

   */
  color: #ffffff;
  background: transparent;
  /*
   * se la tessera ha il modificatore --custom-bg la gestione dello sfondo
   * Ã¨ delegata alle impostazioni specifiche della tessera
   */
  /*
   * il tema tessera comprende anche le opzioni di colore
   * relative alla versione di vetrina del menu
   */
  /*
   * loghi
   */
  /*
   * questa ombra viene applicata sempre sul tema "bianco" per aumentarne
   * il contrasto con lo sfondo
   */
}
.dark.--custom-bg,
.mj-tile--white.--custom-bg,
.mj-grid-block .mj-tile--white.--custom-bg {
  background: none;
}
.dark .mj-title,
.mj-tile--white .mj-title,
.mj-grid-block .mj-tile--white .mj-title {
  color: #ffffff;
}
.dark .mj-line__bg,
.mj-tile--white .mj-line__bg,
.mj-grid-block .mj-tile--white .mj-line__bg {
  background: transparent;
}
.dark a,
.mj-tile--white a,
.mj-grid-block .mj-tile--white a {
  color: #ffffff;
}
.dark .date,
.mj-tile--white .date,
.mj-grid-block .mj-tile--white .date {
  color: #ffffff;
}
.dark .page-showcase_text,
.mj-tile--white .page-showcase_text,
.mj-grid-block .mj-tile--white .page-showcase_text {
  color: #ffffff;
  background: transparent;
}
.dark .page-showcase_text .mj-title,
.mj-tile--white .page-showcase_text .mj-title,
.mj-grid-block .mj-tile--white .page-showcase_text .mj-title {
  color: #ffffff;
}
.dark .img-link__title,
.mj-tile--white .img-link__title,
.mj-grid-block .mj-tile--white .img-link__title {
  color: #ffffff;
  background: transparent;
}
.dark .img-link__text,
.mj-tile--white .img-link__text,
.mj-grid-block .mj-tile--white .img-link__text {
  color: #ffffff;
  background: transparent;
}
.dark .container-description,
.mj-tile--white .container-description,
.mj-grid-block .mj-tile--white .container-description {
  color: #ffffff;
}
.dark .page--excerpt_text--skin-10,
.mj-tile--white .page--excerpt_text--skin-10,
.mj-grid-block .mj-tile--white .page--excerpt_text--skin-10 {
  color: #ffffff;
}
.dark .page--excerpt_text--skin-06,
.mj-tile--white .page--excerpt_text--skin-06,
.mj-grid-block .mj-tile--white .page--excerpt_text--skin-06 {
  color: #ffffff;
}
.dark .page--excerpt_text--skin-11,
.mj-tile--white .page--excerpt_text--skin-11,
.mj-grid-block .mj-tile--white .page--excerpt_text--skin-11 {
  color: #ffffff;
}
.dark .page--excerpt_text--skin-07,
.mj-tile--white .page--excerpt_text--skin-07,
.mj-grid-block .mj-tile--white .page--excerpt_text--skin-07 {
  color: #ffffff;
}
.dark .logo_title,
.mj-tile--white .logo_title,
.mj-grid-block .mj-tile--white .logo_title {
  color: #ffffff;
}
.dark .edit-container-logo,
.mj-tile--white .edit-container-logo,
.mj-grid-block .mj-tile--white .edit-container-logo {
  background: transparent;
}
.dark .icon-download,
.mj-tile--white .icon-download,
.mj-grid-block .mj-tile--white .icon-download {
  color: #ffffff;
}
.dark.radio svg,
.mj-tile--white.radio svg,
.mj-grid-block .mj-tile--white.radio svg {
  background-color: transparent;
}
.dark.radio svg g,
.mj-tile--white.radio svg g,
.mj-grid-block .mj-tile--white.radio svg g {
  fill: #ffffff;
}
.dark.radio svg g path:first-child,
.mj-tile--white.radio svg g path:first-child,
.mj-grid-block .mj-tile--white.radio svg g path:first-child {
  fill: #ffffff;
}
.dark .menu__link-13--table,
.mj-tile--white .menu__link-13--table,
.mj-grid-block .mj-tile--white .menu__link-13--table {
  border-color: #ffffff;
}
.dark .menu__link-13--arrow,
.mj-tile--white .menu__link-13--arrow,
.mj-grid-block .mj-tile--white .menu__link-13--arrow {
  color: #ffffff;
}
.dark .mj-autocomplete .mj-autocomplete-input,
.mj-tile--white .mj-autocomplete .mj-autocomplete-input,
.mj-grid-block .mj-tile--white .mj-autocomplete .mj-autocomplete-input {
  background: #fff;
  color: #333;
  border: 1px solid;
}
.dark .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-tile--white .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-grid-block .mj-tile--white .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor {
  background-color: rgba(0, 0, 0, 0);
}
.dark .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-tile--white .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-grid-block .mj-tile--white .mj-autocomplete .mj-autocomplete-dropdown-menu {
  background-color: #fff;
  color: #333;
  border: 1px solid #ffffff;
}
.dark .star-rev,
.mj-tile--white .star-rev,
.mj-grid-block .mj-tile--white .star-rev {
  color: #ffffff;
}
.dark .menu,
.mj-tile--white .menu,
.mj-grid-block .mj-tile--white .menu {
  color: #ffffff;
}
.dark .menu_item,
.mj-tile--white .menu_item,
.mj-grid-block .mj-tile--white .menu_item {
  color: #ffffff;
  background: transparent;
}
.dark .menu_item:not(.active):hover,
.mj-tile--white .menu_item:not(.active):hover,
.mj-grid-block .mj-tile--white .menu_item:not(.active):hover {
  color: #4ac6fa;
  background: #03435f;
}
.dark .menu_item.active,
.mj-tile--white .menu_item.active,
.mj-grid-block .mj-tile--white .menu_item.active {
  color: #05597d;
  background: #ffffff;
}
.dark .menu_link,
.mj-tile--white .menu_link,
.mj-grid-block .mj-tile--white .menu_link,
.dark .menu_link:hover,
.mj-tile--white .menu_link:hover,
.mj-grid-block .mj-tile--white .menu_link:hover {
  color: inherit;
  background: transparent;
}
.dark .page--excerpt,
.mj-tile--white .page--excerpt,
.mj-grid-block .mj-tile--white .page--excerpt {
  border-color: #ffffff;
}
.dark .page--excerpt--bordered,
.mj-tile--white .page--excerpt--bordered,
.mj-grid-block .mj-tile--white .page--excerpt--bordered {
  border-color: #ffffff;
}
.dark .menu__submenu li ul,
.mj-tile--white .menu__submenu li ul,
.mj-grid-block .mj-tile--white .menu__submenu li ul {
  background: #03435f;
}
.dark .menu__submenu li ul li,
.mj-tile--white .menu__submenu li ul li,
.mj-grid-block .mj-tile--white .menu__submenu li ul li {
  color: #4ac6fa;
}
.dark .menu__submenu li ul li.active,
.mj-tile--white .menu__submenu li ul li.active,
.mj-grid-block .mj-tile--white .menu__submenu li ul li.active {
  color: #05597d;
  background: #ffffff;
}
.dark .img-link__text a,
.mj-tile--white .img-link__text a,
.mj-grid-block .mj-tile--white .img-link__text a {
  color: #ffffff;
}
.dark .img-link__text a:hover,
.mj-tile--white .img-link__text a:hover,
.mj-grid-block .mj-tile--white .img-link__text a:hover {
  color: #4ac6fa;
}
.dark .page--excerpt_link,
.mj-tile--white .page--excerpt_link,
.mj-grid-block .mj-tile--white .page--excerpt_link,
.dark .page-showcase_link,
.mj-tile--white .page-showcase_link,
.mj-grid-block .mj-tile--white .page-showcase_link {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.dark .page--excerpt_link:not(.active):hover,
.mj-tile--white .page--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--white .page--excerpt_link:not(.active):hover,
.dark .page-showcase_link:not(.active):hover,
.mj-tile--white .page-showcase_link:not(.active):hover,
.mj-grid-block .mj-tile--white .page-showcase_link:not(.active):hover {
  color: #4ac6fa;
  background: #03435f;
  border-color: #4ac6fa;
}
.dark .review--excerpt_link,
.mj-tile--white .review--excerpt_link,
.mj-grid-block .mj-tile--white .review--excerpt_link {
  color: #ffffff;
  background: transparent;
}
.dark .review--excerpt_link:not(.active):hover,
.mj-tile--white .review--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--white .review--excerpt_link:not(.active):hover {
  color: #4ac6fa;
  background: #03435f;
}
.dark .social_link,
.mj-tile--white .social_link,
.mj-grid-block .mj-tile--white .social_link {
  color: #ffffff;
  background: transparent;
}
.dark .social_link:hover,
.mj-tile--white .social_link:hover,
.mj-grid-block .mj-tile--white .social_link:hover {
  color: #4ac6fa;
  background: #03435f;
}
.dark .m-line__thin,
.mj-tile--white .m-line__thin,
.mj-grid-block .mj-tile--white .m-line__thin {
  background: #ffffff;
}
.dark .m-line__thick,
.mj-tile--white .m-line__thick,
.mj-grid-block .mj-tile--white .m-line__thick {
  background: #ffffff;
}
.dark .m-line__thick-4,
.mj-tile--white .m-line__thick-4,
.mj-grid-block .mj-tile--white .m-line__thick-4 {
  background: #ffffff;
}
.dark .m-line__thick-6,
.mj-tile--white .m-line__thick-6,
.mj-grid-block .mj-tile--white .m-line__thick-6 {
  background: #ffffff;
}
.dark .m-line__thick-8,
.mj-tile--white .m-line__thick-8,
.mj-grid-block .mj-tile--white .m-line__thick-8 {
  background: #ffffff;
}
.dark .m-line__thick-10,
.mj-tile--white .m-line__thick-10,
.mj-grid-block .mj-tile--white .m-line__thick-10 {
  background: #ffffff;
}
.dark .m-line__dotted,
.mj-tile--white .m-line__dotted,
.mj-grid-block .mj-tile--white .m-line__dotted {
  border-bottom: 1px dashed #ffffff;
}
.dark .m-line__dashed,
.mj-tile--white .m-line__dashed,
.mj-grid-block .mj-tile--white .m-line__dashed {
  border-bottom: 1px dashed #ffffff;
}
.dark .m-line__dotted-2,
.mj-tile--white .m-line__dotted-2,
.mj-grid-block .mj-tile--white .m-line__dotted-2 {
  border-bottom: 2px dashed #ffffff;
}
.dark .m-line__dotted-3,
.mj-tile--white .m-line__dotted-3,
.mj-grid-block .mj-tile--white .m-line__dotted-3 {
  border-bottom: 3px dashed #ffffff;
}
.dark .m-line__dashed-2,
.mj-tile--white .m-line__dashed-2,
.mj-grid-block .mj-tile--white .m-line__dashed-2 {
  border-bottom: 2px dashed #ffffff;
}
.dark .m-line__dashed-3,
.mj-tile--white .m-line__dashed-3,
.mj-grid-block .mj-tile--white .m-line__dashed-3 {
  border-bottom: 3px dashed #ffffff;
}
.dark .m-line__faded,
.mj-tile--white .m-line__faded,
.mj-grid-block .mj-tile--white .m-line__faded {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.dark .m-line__faded2,
.mj-tile--white .m-line__faded2,
.mj-grid-block .mj-tile--white .m-line__faded2 {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.dark .m-line__faded-3,
.mj-tile--white .m-line__faded-3,
.mj-grid-block .mj-tile--white .m-line__faded-3 {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.dark .m-line__faded-4,
.mj-tile--white .m-line__faded-4,
.mj-grid-block .mj-tile--white .m-line__faded-4 {
  background-image: linear-gradient(to right, #ffffff, transparent);
}
.dark .m-line__faded-5,
.mj-tile--white .m-line__faded-5,
.mj-grid-block .mj-tile--white .m-line__faded-5 {
  background-image: linear-gradient(to left, #ffffff, transparent);
}
.dark .m-line__faded-6,
.mj-tile--white .m-line__faded-6,
.mj-grid-block .mj-tile--white .m-line__faded-6 {
  background-image: linear-gradient(to right, #ffffff, transparent, #ffffff);
}
.dark .m-line__shaded,
.mj-tile--white .m-line__shaded,
.mj-grid-block .mj-tile--white .m-line__shaded {
  box-shadow: inset 0 10px 10px -10px #ffffff;
}
.dark .m-line__shaded-1,
.mj-tile--white .m-line__shaded-1,
.mj-grid-block .mj-tile--white .m-line__shaded-1 {
  box-shadow: inset 0 9px 7px -10px #ffffff;
}
.dark .m-line__shaded-2,
.mj-tile--white .m-line__shaded-2,
.mj-grid-block .mj-tile--white .m-line__shaded-2 {
  box-shadow: inset 0 14px 19px -14px #ffffff;
}
.dark .m-line__shaded-3,
.mj-tile--white .m-line__shaded-3,
.mj-grid-block .mj-tile--white .m-line__shaded-3 {
  box-shadow: inset 0 22px 29px -18px #ffffff;
}
.dark .m-line__shaded-4,
.mj-tile--white .m-line__shaded-4,
.mj-grid-block .mj-tile--white .m-line__shaded-4 {
  box-shadow: inset 0 -21px 24px -26px #ffffff;
}
.dark .m-line__shaded-5,
.mj-tile--white .m-line__shaded-5,
.mj-grid-block .mj-tile--white .m-line__shaded-5 {
  box-shadow: inset 0 -21px 44px -28px #ffffff;
}
.dark .m-line__blur-1,
.mj-tile--white .m-line__blur-1,
.mj-grid-block .mj-tile--white .m-line__blur-1 {
  box-shadow: 0 0 2px 1px #ffffff;
}
.dark .m-line__blur-2,
.mj-tile--white .m-line__blur-2,
.mj-grid-block .mj-tile--white .m-line__blur-2 {
  box-shadow: 0 0 4px 1px #ffffff;
}
.dark .m-line__blur-3,
.mj-tile--white .m-line__blur-3,
.mj-grid-block .mj-tile--white .m-line__blur-3 {
  box-shadow: 0 0 6px 1px #ffffff;
}
.dark .m-line__blur-4,
.mj-tile--white .m-line__blur-4,
.mj-grid-block .mj-tile--white .m-line__blur-4 {
  box-shadow: 0 0 8px 2px #ffffff;
}
.dark .m-line__double,
.mj-tile--white .m-line__double,
.mj-grid-block .mj-tile--white .m-line__double {
  box-shadow: inset 0 0 8px 2px #ffffff;
}
.dark .m-line__artistic,
.mj-tile--white .m-line__artistic,
.mj-grid-block .mj-tile--white .m-line__artistic {
  border-color: transparent;
}
.dark .m-line__artistic:before,
.mj-tile--white .m-line__artistic:before,
.mj-grid-block .mj-tile--white .m-line__artistic:before {
  border-color: #ffffff;
}
.dark .m-line__artistic:after,
.mj-tile--white .m-line__artistic:after,
.mj-grid-block .mj-tile--white .m-line__artistic:after {
  border-color: #ffffff;
}
.dark .m-line__editor,
.mj-tile--white .m-line__editor,
.mj-grid-block .mj-tile--white .m-line__editor {
  border-top: medium double #ffffff;
  color: #ffffff;
}
.dark .m-line__double,
.mj-tile--white .m-line__double,
.mj-grid-block .mj-tile--white .m-line__double {
  background: #ffffff;
}
.dark .m-line__double:after,
.mj-tile--white .m-line__double:after,
.mj-grid-block .mj-tile--white .m-line__double:after {
  background: #ffffff;
}
.dark .m-btn,
.mj-tile--white .m-btn,
.mj-grid-block .mj-tile--white .m-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}
.dark .m-btn__primary,
.mj-tile--white .m-btn__primary,
.mj-grid-block .mj-tile--white .m-btn__primary {
  color: #ffffff;
  background: transparent;
  margin-left: 5px;
  border: 1px solid #ffffff;
}
.dark .m-btn__primary:hover,
.mj-tile--white .m-btn__primary:hover,
.mj-grid-block .mj-tile--white .m-btn__primary:hover {
  color: #4ac6fa;
  background: #03435f;
  border: 1px solid #03374f;
}
.dark .mj-button_booking,
.mj-tile--white .mj-button_booking,
.mj-grid-block .mj-tile--white .mj-button_booking {
  color: #ffffff;
  background: transparent;
}
.dark .locale__sub-menu-content,
.mj-tile--white .locale__sub-menu-content,
.mj-grid-block .mj-tile--white .locale__sub-menu-content {
  color: #ffffff;
  background: transparent;
}
.dark .locale__sub-menu,
.mj-tile--white .locale__sub-menu,
.mj-grid-block .mj-tile--white .locale__sub-menu {
  color: #ffffff;
  background: transparent;
}
.dark .locale__sub-menu li a,
.mj-tile--white .locale__sub-menu li a,
.mj-grid-block .mj-tile--white .locale__sub-menu li a {
  color: #ffffff;
}
.dark .locale__container_hor,
.mj-tile--white .locale__container_hor,
.mj-grid-block .mj-tile--white .locale__container_hor {
  color: #ffffff;
  background: transparent;
}
.dark .mj-btn__mosajco,
.mj-tile--white .mj-btn__mosajco,
.mj-grid-block .mj-tile--white .mj-btn__mosajco {
  color: #ffffff;
  background: transparent;
  user-select: none;
  text-decoration: none;
}
.dark .mj-btn__mosajco:hover,
.mj-tile--white .mj-btn__mosajco:hover,
.mj-grid-block .mj-tile--white .mj-btn__mosajco:hover {
  color: #4ac6fa;
  background: #03435f;
  text-decoration: none;
}
.dark .mj-btn__mosajco--adv-1,
.mj-tile--white .mj-btn__mosajco--adv-1,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-1 {
  border-color: #ffffff;
}
.dark .mj-btn__mosajco--adv-1:hover,
.mj-tile--white .mj-btn__mosajco--adv-1:hover,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-1:hover {
  border-color: #03374f;
}
.dark .mj-btn__mosajco--adv-2:hover,
.mj-tile--white .mj-btn__mosajco--adv-2:hover,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-2:hover {
  background: transparent;
}
.dark .mj-btn__mosajco--adv-4:hover,
.mj-tile--white .mj-btn__mosajco--adv-4:hover,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-4:hover {
  background: transparent;
  text-decoration: none;
}
.dark .mj-btn__mosajco--adv-4:hover::after,
.mj-tile--white .mj-btn__mosajco--adv-4:hover::after,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-4:hover::after {
  background: #03435f;
}
.dark .mj-btn__mosajco--adv-5,
.mj-tile--white .mj-btn__mosajco--adv-5,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-5 {
  border-color: #ffffff;
}
.dark .mj-btn__mosajco--adv-5:hover,
.mj-tile--white .mj-btn__mosajco--adv-5:hover,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-5:hover {
  border-color: #03374f;
}
.dark .mj-btn__mosajco--adv-6,
.mj-tile--white .mj-btn__mosajco--adv-6,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-6 {
  background: transparent;
}
.dark .mj-btn__mosajco--adv-6:hover,
.mj-tile--white .mj-btn__mosajco--adv-6:hover,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-6:hover {
  background: transparent;
}
.dark .mj-btn__mosajco--adv-7,
.mj-tile--white .mj-btn__mosajco--adv-7,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-7 {
  background: transparent;
}
.dark .mj-btn__mosajco--adv-7:hover,
.mj-tile--white .mj-btn__mosajco--adv-7:hover,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-7:hover {
  background: transparent;
}
.dark .mj-btn__mosajco--adv-9,
.mj-tile--white .mj-btn__mosajco--adv-9,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-9 {
  border-color: #ffffff;
  background: transparent;
}
.dark .mj-btn__mosajco--adv-9:hover,
.mj-tile--white .mj-btn__mosajco--adv-9:hover,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-9:hover {
  color: #4ac6fa;
  background: transparent;
  text-decoration: none;
}
.dark .mj-btn__mosajco--adv-10,
.mj-tile--white .mj-btn__mosajco--adv-10,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-10 {
  background: transparent;
}
.dark .mj-btn__mosajco--adv-10:hover,
.mj-tile--white .mj-btn__mosajco--adv-10:hover,
.mj-grid-block .mj-tile--white .mj-btn__mosajco--adv-10:hover {
  color: #4ac6fa;
  background: transparent;
  text-decoration: none;
}
.dark .menu_custom_14,
.mj-tile--white .menu_custom_14,
.mj-grid-block .mj-tile--white .menu_custom_14 {
  color: #ffffff;
}
.dark .menu_custom_15,
.mj-tile--white .menu_custom_15,
.mj-grid-block .mj-tile--white .menu_custom_15 {
  color: #ffffff;
}
.dark .mj-title,
.mj-tile--white .mj-title,
.mj-grid-block .mj-tile--white .mj-title,
.dark .container-text,
.mj-tile--white .container-text,
.mj-grid-block .mj-tile--white .container-text {
  text-shadow: 1px 1px 4px rgba(51, 51, 51, 0.3);
}
.dark .booking__label,
.mj-tile--white .booking__label,
.mj-grid-block .mj-tile--white .booking__label {
  color: #ffffff;
}
.dark .booking__icon,
.mj-tile--white .booking__icon,
.mj-grid-block .mj-tile--white .booking__icon {
  color: #ffffff;
}
.dark .input-line,
.mj-tile--white .input-line,
.mj-grid-block .mj-tile--white .input-line {
  border-color: #ffffff;
  color: transparent;
}
/*
 |
 | Testo nero (Neutro)
 |
 */
.neutral,
.mj-tile--neutral,
.mj-grid-block .mj-tile--neutral {
  /*

   */
  color: #000000;
  background: transparent;
  /*
   * se la tessera ha il modificatore --custom-bg la gestione dello sfondo
   * Ã¨ delegata alle impostazioni specifiche della tessera
   */
  /*
   * il tema tessera comprende anche le opzioni di colore
   * relative alla versione di vetrina del menu
   */
  /*
   * loghi
   */
}
.neutral.--custom-bg,
.mj-tile--neutral.--custom-bg,
.mj-grid-block .mj-tile--neutral.--custom-bg {
  background: none;
}
.neutral .mj-title,
.mj-tile--neutral .mj-title,
.mj-grid-block .mj-tile--neutral .mj-title {
  color: #000000;
}
.neutral .mj-line__bg,
.mj-tile--neutral .mj-line__bg,
.mj-grid-block .mj-tile--neutral .mj-line__bg {
  background: transparent;
}
.neutral a,
.mj-tile--neutral a,
.mj-grid-block .mj-tile--neutral a {
  color: #000000;
}
.neutral .date,
.mj-tile--neutral .date,
.mj-grid-block .mj-tile--neutral .date {
  color: #000000;
}
.neutral .page-showcase_text,
.mj-tile--neutral .page-showcase_text,
.mj-grid-block .mj-tile--neutral .page-showcase_text {
  color: #000000;
  background: transparent;
}
.neutral .page-showcase_text .mj-title,
.mj-tile--neutral .page-showcase_text .mj-title,
.mj-grid-block .mj-tile--neutral .page-showcase_text .mj-title {
  color: #000000;
}
.neutral .img-link__title,
.mj-tile--neutral .img-link__title,
.mj-grid-block .mj-tile--neutral .img-link__title {
  color: #000000;
  background: transparent;
}
.neutral .img-link__text,
.mj-tile--neutral .img-link__text,
.mj-grid-block .mj-tile--neutral .img-link__text {
  color: #000000;
  background: transparent;
}
.neutral .container-description,
.mj-tile--neutral .container-description,
.mj-grid-block .mj-tile--neutral .container-description {
  color: #000000;
}
.neutral .page--excerpt_text--skin-10,
.mj-tile--neutral .page--excerpt_text--skin-10,
.mj-grid-block .mj-tile--neutral .page--excerpt_text--skin-10 {
  color: #000000;
}
.neutral .page--excerpt_text--skin-06,
.mj-tile--neutral .page--excerpt_text--skin-06,
.mj-grid-block .mj-tile--neutral .page--excerpt_text--skin-06 {
  color: #000000;
}
.neutral .page--excerpt_text--skin-11,
.mj-tile--neutral .page--excerpt_text--skin-11,
.mj-grid-block .mj-tile--neutral .page--excerpt_text--skin-11 {
  color: #000000;
}
.neutral .page--excerpt_text--skin-07,
.mj-tile--neutral .page--excerpt_text--skin-07,
.mj-grid-block .mj-tile--neutral .page--excerpt_text--skin-07 {
  color: #000000;
}
.neutral .logo_title,
.mj-tile--neutral .logo_title,
.mj-grid-block .mj-tile--neutral .logo_title {
  color: #000000;
}
.neutral .edit-container-logo,
.mj-tile--neutral .edit-container-logo,
.mj-grid-block .mj-tile--neutral .edit-container-logo {
  background: transparent;
}
.neutral .icon-download,
.mj-tile--neutral .icon-download,
.mj-grid-block .mj-tile--neutral .icon-download {
  color: #000000;
}
.neutral.radio svg,
.mj-tile--neutral.radio svg,
.mj-grid-block .mj-tile--neutral.radio svg {
  background-color: transparent;
}
.neutral.radio svg g,
.mj-tile--neutral.radio svg g,
.mj-grid-block .mj-tile--neutral.radio svg g {
  fill: #000000;
}
.neutral.radio svg g path:first-child,
.mj-tile--neutral.radio svg g path:first-child,
.mj-grid-block .mj-tile--neutral.radio svg g path:first-child {
  fill: #000000;
}
.neutral .menu__link-13--table,
.mj-tile--neutral .menu__link-13--table,
.mj-grid-block .mj-tile--neutral .menu__link-13--table {
  border-color: #000000;
}
.neutral .menu__link-13--arrow,
.mj-tile--neutral .menu__link-13--arrow,
.mj-grid-block .mj-tile--neutral .menu__link-13--arrow {
  color: #000000;
}
.neutral .mj-autocomplete .mj-autocomplete-input,
.mj-tile--neutral .mj-autocomplete .mj-autocomplete-input,
.mj-grid-block .mj-tile--neutral .mj-autocomplete .mj-autocomplete-input {
  background: #fff;
  color: #333;
  border: 1px solid;
}
.neutral .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-tile--neutral .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-grid-block .mj-tile--neutral .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor {
  background-color: rgba(0, 0, 0, 0);
}
.neutral .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-tile--neutral .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-grid-block .mj-tile--neutral .mj-autocomplete .mj-autocomplete-dropdown-menu {
  background-color: #fff;
  color: #333;
  border: 1px solid #000000;
}
.neutral .star-rev,
.mj-tile--neutral .star-rev,
.mj-grid-block .mj-tile--neutral .star-rev {
  color: #000000;
}
.neutral .menu,
.mj-tile--neutral .menu,
.mj-grid-block .mj-tile--neutral .menu {
  color: #000000;
}
.neutral .menu_item,
.mj-tile--neutral .menu_item,
.mj-grid-block .mj-tile--neutral .menu_item {
  color: #000000;
  background: transparent;
}
.neutral .menu_item:not(.active):hover,
.mj-tile--neutral .menu_item:not(.active):hover,
.mj-grid-block .mj-tile--neutral .menu_item:not(.active):hover {
  color: #4ac6fa;
  background: #03435f;
}
.neutral .menu_item.active,
.mj-tile--neutral .menu_item.active,
.mj-grid-block .mj-tile--neutral .menu_item.active {
  color: #0683b9;
  background: #023344;
}
.neutral .menu_link,
.mj-tile--neutral .menu_link,
.mj-grid-block .mj-tile--neutral .menu_link,
.neutral .menu_link:hover,
.mj-tile--neutral .menu_link:hover,
.mj-grid-block .mj-tile--neutral .menu_link:hover {
  color: inherit;
  background: transparent;
}
.neutral .page--excerpt,
.mj-tile--neutral .page--excerpt,
.mj-grid-block .mj-tile--neutral .page--excerpt {
  border-color: #000000;
}
.neutral .page--excerpt--bordered,
.mj-tile--neutral .page--excerpt--bordered,
.mj-grid-block .mj-tile--neutral .page--excerpt--bordered {
  border-color: #000000;
}
.neutral .menu__submenu li ul,
.mj-tile--neutral .menu__submenu li ul,
.mj-grid-block .mj-tile--neutral .menu__submenu li ul {
  background: #03435f;
}
.neutral .menu__submenu li ul li,
.mj-tile--neutral .menu__submenu li ul li,
.mj-grid-block .mj-tile--neutral .menu__submenu li ul li {
  color: #4ac6fa;
}
.neutral .menu__submenu li ul li.active,
.mj-tile--neutral .menu__submenu li ul li.active,
.mj-grid-block .mj-tile--neutral .menu__submenu li ul li.active {
  color: #0683b9;
  background: #023344;
}
.neutral .img-link__text a,
.mj-tile--neutral .img-link__text a,
.mj-grid-block .mj-tile--neutral .img-link__text a {
  color: #000000;
}
.neutral .img-link__text a:hover,
.mj-tile--neutral .img-link__text a:hover,
.mj-grid-block .mj-tile--neutral .img-link__text a:hover {
  color: #4ac6fa;
}
.neutral .page--excerpt_link,
.mj-tile--neutral .page--excerpt_link,
.mj-grid-block .mj-tile--neutral .page--excerpt_link,
.neutral .page-showcase_link,
.mj-tile--neutral .page-showcase_link,
.mj-grid-block .mj-tile--neutral .page-showcase_link {
  color: #000000;
  background: transparent;
  border-color: #000000;
}
.neutral .page--excerpt_link:not(.active):hover,
.mj-tile--neutral .page--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--neutral .page--excerpt_link:not(.active):hover,
.neutral .page-showcase_link:not(.active):hover,
.mj-tile--neutral .page-showcase_link:not(.active):hover,
.mj-grid-block .mj-tile--neutral .page-showcase_link:not(.active):hover {
  color: #4ac6fa;
  background: #03435f;
  border-color: #4ac6fa;
}
.neutral .review--excerpt_link,
.mj-tile--neutral .review--excerpt_link,
.mj-grid-block .mj-tile--neutral .review--excerpt_link {
  color: #000000;
  background: transparent;
}
.neutral .review--excerpt_link:not(.active):hover,
.mj-tile--neutral .review--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--neutral .review--excerpt_link:not(.active):hover {
  color: #4ac6fa;
  background: #03435f;
}
.neutral .social_link,
.mj-tile--neutral .social_link,
.mj-grid-block .mj-tile--neutral .social_link {
  color: #000000;
  background: transparent;
}
.neutral .social_link:hover,
.mj-tile--neutral .social_link:hover,
.mj-grid-block .mj-tile--neutral .social_link:hover {
  color: #4ac6fa;
  background: #03435f;
}
.neutral .m-line__thin,
.mj-tile--neutral .m-line__thin,
.mj-grid-block .mj-tile--neutral .m-line__thin {
  background: #000000;
}
.neutral .m-line__thick,
.mj-tile--neutral .m-line__thick,
.mj-grid-block .mj-tile--neutral .m-line__thick {
  background: #000000;
}
.neutral .m-line__thick-4,
.mj-tile--neutral .m-line__thick-4,
.mj-grid-block .mj-tile--neutral .m-line__thick-4 {
  background: #000000;
}
.neutral .m-line__thick-6,
.mj-tile--neutral .m-line__thick-6,
.mj-grid-block .mj-tile--neutral .m-line__thick-6 {
  background: #000000;
}
.neutral .m-line__thick-8,
.mj-tile--neutral .m-line__thick-8,
.mj-grid-block .mj-tile--neutral .m-line__thick-8 {
  background: #000000;
}
.neutral .m-line__thick-10,
.mj-tile--neutral .m-line__thick-10,
.mj-grid-block .mj-tile--neutral .m-line__thick-10 {
  background: #000000;
}
.neutral .m-line__dotted,
.mj-tile--neutral .m-line__dotted,
.mj-grid-block .mj-tile--neutral .m-line__dotted {
  border-bottom: 1px dashed #000000;
}
.neutral .m-line__dashed,
.mj-tile--neutral .m-line__dashed,
.mj-grid-block .mj-tile--neutral .m-line__dashed {
  border-bottom: 1px dashed #000000;
}
.neutral .m-line__dotted-2,
.mj-tile--neutral .m-line__dotted-2,
.mj-grid-block .mj-tile--neutral .m-line__dotted-2 {
  border-bottom: 2px dashed #000000;
}
.neutral .m-line__dotted-3,
.mj-tile--neutral .m-line__dotted-3,
.mj-grid-block .mj-tile--neutral .m-line__dotted-3 {
  border-bottom: 3px dashed #000000;
}
.neutral .m-line__dashed-2,
.mj-tile--neutral .m-line__dashed-2,
.mj-grid-block .mj-tile--neutral .m-line__dashed-2 {
  border-bottom: 2px dashed #000000;
}
.neutral .m-line__dashed-3,
.mj-tile--neutral .m-line__dashed-3,
.mj-grid-block .mj-tile--neutral .m-line__dashed-3 {
  border-bottom: 3px dashed #000000;
}
.neutral .m-line__faded,
.mj-tile--neutral .m-line__faded,
.mj-grid-block .mj-tile--neutral .m-line__faded {
  background-image: linear-gradient(to right, transparent, #000000, transparent);
}
.neutral .m-line__faded2,
.mj-tile--neutral .m-line__faded2,
.mj-grid-block .mj-tile--neutral .m-line__faded2 {
  background-image: linear-gradient(to right, transparent, #000000, transparent);
}
.neutral .m-line__faded-3,
.mj-tile--neutral .m-line__faded-3,
.mj-grid-block .mj-tile--neutral .m-line__faded-3 {
  background-image: linear-gradient(to right, transparent, #000000, transparent);
}
.neutral .m-line__faded-4,
.mj-tile--neutral .m-line__faded-4,
.mj-grid-block .mj-tile--neutral .m-line__faded-4 {
  background-image: linear-gradient(to right, #000000, transparent);
}
.neutral .m-line__faded-5,
.mj-tile--neutral .m-line__faded-5,
.mj-grid-block .mj-tile--neutral .m-line__faded-5 {
  background-image: linear-gradient(to left, #000000, transparent);
}
.neutral .m-line__faded-6,
.mj-tile--neutral .m-line__faded-6,
.mj-grid-block .mj-tile--neutral .m-line__faded-6 {
  background-image: linear-gradient(to right, #000000, transparent, #000000);
}
.neutral .m-line__shaded,
.mj-tile--neutral .m-line__shaded,
.mj-grid-block .mj-tile--neutral .m-line__shaded {
  box-shadow: inset 0 10px 10px -10px #000000;
}
.neutral .m-line__shaded-1,
.mj-tile--neutral .m-line__shaded-1,
.mj-grid-block .mj-tile--neutral .m-line__shaded-1 {
  box-shadow: inset 0 9px 7px -10px #000000;
}
.neutral .m-line__shaded-2,
.mj-tile--neutral .m-line__shaded-2,
.mj-grid-block .mj-tile--neutral .m-line__shaded-2 {
  box-shadow: inset 0 14px 19px -14px #000000;
}
.neutral .m-line__shaded-3,
.mj-tile--neutral .m-line__shaded-3,
.mj-grid-block .mj-tile--neutral .m-line__shaded-3 {
  box-shadow: inset 0 22px 29px -18px #000000;
}
.neutral .m-line__shaded-4,
.mj-tile--neutral .m-line__shaded-4,
.mj-grid-block .mj-tile--neutral .m-line__shaded-4 {
  box-shadow: inset 0 -21px 24px -26px #000000;
}
.neutral .m-line__shaded-5,
.mj-tile--neutral .m-line__shaded-5,
.mj-grid-block .mj-tile--neutral .m-line__shaded-5 {
  box-shadow: inset 0 -21px 44px -28px #000000;
}
.neutral .m-line__blur-1,
.mj-tile--neutral .m-line__blur-1,
.mj-grid-block .mj-tile--neutral .m-line__blur-1 {
  box-shadow: 0 0 2px 1px #000000;
}
.neutral .m-line__blur-2,
.mj-tile--neutral .m-line__blur-2,
.mj-grid-block .mj-tile--neutral .m-line__blur-2 {
  box-shadow: 0 0 4px 1px #000000;
}
.neutral .m-line__blur-3,
.mj-tile--neutral .m-line__blur-3,
.mj-grid-block .mj-tile--neutral .m-line__blur-3 {
  box-shadow: 0 0 6px 1px #000000;
}
.neutral .m-line__blur-4,
.mj-tile--neutral .m-line__blur-4,
.mj-grid-block .mj-tile--neutral .m-line__blur-4 {
  box-shadow: 0 0 8px 2px #000000;
}
.neutral .m-line__double,
.mj-tile--neutral .m-line__double,
.mj-grid-block .mj-tile--neutral .m-line__double {
  box-shadow: inset 0 0 8px 2px #000000;
}
.neutral .m-line__artistic,
.mj-tile--neutral .m-line__artistic,
.mj-grid-block .mj-tile--neutral .m-line__artistic {
  border-color: transparent;
}
.neutral .m-line__artistic:before,
.mj-tile--neutral .m-line__artistic:before,
.mj-grid-block .mj-tile--neutral .m-line__artistic:before {
  border-color: #000000;
}
.neutral .m-line__artistic:after,
.mj-tile--neutral .m-line__artistic:after,
.mj-grid-block .mj-tile--neutral .m-line__artistic:after {
  border-color: #000000;
}
.neutral .m-line__editor,
.mj-tile--neutral .m-line__editor,
.mj-grid-block .mj-tile--neutral .m-line__editor {
  border-top: medium double #000000;
  color: #000000;
}
.neutral .m-line__double,
.mj-tile--neutral .m-line__double,
.mj-grid-block .mj-tile--neutral .m-line__double {
  background: #000000;
}
.neutral .m-line__double:after,
.mj-tile--neutral .m-line__double:after,
.mj-grid-block .mj-tile--neutral .m-line__double:after {
  background: #262626;
}
.neutral .m-btn,
.mj-tile--neutral .m-btn,
.mj-grid-block .mj-tile--neutral .m-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}
.neutral .m-btn__primary,
.mj-tile--neutral .m-btn__primary,
.mj-grid-block .mj-tile--neutral .m-btn__primary {
  color: #000000;
  background: transparent;
  margin-left: 5px;
  border: 1px solid #000000;
}
.neutral .m-btn__primary:hover,
.mj-tile--neutral .m-btn__primary:hover,
.mj-grid-block .mj-tile--neutral .m-btn__primary:hover {
  color: #4ac6fa;
  background: #03435f;
  border: 1px solid #03374f;
}
.neutral .mj-button_booking,
.mj-tile--neutral .mj-button_booking,
.mj-grid-block .mj-tile--neutral .mj-button_booking {
  color: #000000;
  background: transparent;
}
.neutral .locale__sub-menu-content,
.mj-tile--neutral .locale__sub-menu-content,
.mj-grid-block .mj-tile--neutral .locale__sub-menu-content {
  color: #000000;
  background: transparent;
}
.neutral .locale__sub-menu,
.mj-tile--neutral .locale__sub-menu,
.mj-grid-block .mj-tile--neutral .locale__sub-menu {
  color: #000000;
  background: transparent;
}
.neutral .locale__sub-menu li a,
.mj-tile--neutral .locale__sub-menu li a,
.mj-grid-block .mj-tile--neutral .locale__sub-menu li a {
  color: #000000;
}
.neutral .locale__container_hor,
.mj-tile--neutral .locale__container_hor,
.mj-grid-block .mj-tile--neutral .locale__container_hor {
  color: #000000;
  background: transparent;
}
.neutral .mj-btn__mosajco,
.mj-tile--neutral .mj-btn__mosajco,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco {
  color: #000000;
  background: transparent;
  user-select: none;
  text-decoration: none;
}
.neutral .mj-btn__mosajco:hover,
.mj-tile--neutral .mj-btn__mosajco:hover,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco:hover {
  color: #4ac6fa;
  background: #03435f;
  text-decoration: none;
}
.neutral .mj-btn__mosajco--adv-1,
.mj-tile--neutral .mj-btn__mosajco--adv-1,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-1 {
  border-color: #000000;
}
.neutral .mj-btn__mosajco--adv-1:hover,
.mj-tile--neutral .mj-btn__mosajco--adv-1:hover,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-1:hover {
  border-color: #03374f;
}
.neutral .mj-btn__mosajco--adv-2:hover,
.mj-tile--neutral .mj-btn__mosajco--adv-2:hover,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-2:hover {
  background: transparent;
}
.neutral .mj-btn__mosajco--adv-4:hover,
.mj-tile--neutral .mj-btn__mosajco--adv-4:hover,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-4:hover {
  background: transparent;
  text-decoration: none;
}
.neutral .mj-btn__mosajco--adv-4:hover::after,
.mj-tile--neutral .mj-btn__mosajco--adv-4:hover::after,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-4:hover::after {
  background: #03435f;
}
.neutral .mj-btn__mosajco--adv-5,
.mj-tile--neutral .mj-btn__mosajco--adv-5,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-5 {
  border-color: #000000;
}
.neutral .mj-btn__mosajco--adv-5:hover,
.mj-tile--neutral .mj-btn__mosajco--adv-5:hover,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-5:hover {
  border-color: #03374f;
}
.neutral .mj-btn__mosajco--adv-6,
.mj-tile--neutral .mj-btn__mosajco--adv-6,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-6 {
  background: transparent;
}
.neutral .mj-btn__mosajco--adv-6:hover,
.mj-tile--neutral .mj-btn__mosajco--adv-6:hover,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-6:hover {
  background: transparent;
}
.neutral .mj-btn__mosajco--adv-7,
.mj-tile--neutral .mj-btn__mosajco--adv-7,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-7 {
  background: transparent;
}
.neutral .mj-btn__mosajco--adv-7:hover,
.mj-tile--neutral .mj-btn__mosajco--adv-7:hover,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-7:hover {
  background: transparent;
}
.neutral .mj-btn__mosajco--adv-9,
.mj-tile--neutral .mj-btn__mosajco--adv-9,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-9 {
  border-color: #000000;
  background: transparent;
}
.neutral .mj-btn__mosajco--adv-9:hover,
.mj-tile--neutral .mj-btn__mosajco--adv-9:hover,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-9:hover {
  color: #4ac6fa;
  background: transparent;
  text-decoration: none;
}
.neutral .mj-btn__mosajco--adv-10,
.mj-tile--neutral .mj-btn__mosajco--adv-10,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-10 {
  background: transparent;
}
.neutral .mj-btn__mosajco--adv-10:hover,
.mj-tile--neutral .mj-btn__mosajco--adv-10:hover,
.mj-grid-block .mj-tile--neutral .mj-btn__mosajco--adv-10:hover {
  color: #4ac6fa;
  background: transparent;
  text-decoration: none;
}
.neutral .menu_custom_14,
.mj-tile--neutral .menu_custom_14,
.mj-grid-block .mj-tile--neutral .menu_custom_14 {
  color: #000000;
}
.neutral .menu_custom_15,
.mj-tile--neutral .menu_custom_15,
.mj-grid-block .mj-tile--neutral .menu_custom_15 {
  color: #000000;
}
.neutral .booking__label,
.mj-tile--neutral .booking__label,
.mj-grid-block .mj-tile--neutral .booking__label {
  color: #000000;
}
.neutral .booking__icon,
.mj-tile--neutral .booking__icon,
.mj-grid-block .mj-tile--neutral .booking__icon {
  color: #000000;
}
.neutral .input-line,
.mj-tile--neutral .input-line,
.mj-grid-block .mj-tile--neutral .input-line {
  border-color: #000000;
  color: transparent;
}
/*
 |
 | Sfondo nero
 |
 */
.tile--bg-black,
.mj-tile--bg-black,
.mj-grid-block .mj-tile--bg-black {
  /*

   */
  color: #ffffff;
  background: #000000;
  /*
   * se la tessera ha il modificatore --custom-bg la gestione dello sfondo
   * Ã¨ delegata alle impostazioni specifiche della tessera
   */
  /*
   * il tema tessera comprende anche le opzioni di colore
   * relative alla versione di vetrina del menu
   */
  /*
   * loghi
   */
}
.tile--bg-black.--custom-bg,
.mj-tile--bg-black.--custom-bg,
.mj-grid-block .mj-tile--bg-black.--custom-bg {
  background: none;
}
.tile--bg-black .mj-title,
.mj-tile--bg-black .mj-title,
.mj-grid-block .mj-tile--bg-black .mj-title {
  color: #ffffff;
}
.tile--bg-black .mj-line__bg,
.mj-tile--bg-black .mj-line__bg,
.mj-grid-block .mj-tile--bg-black .mj-line__bg {
  background: #000000;
}
.tile--bg-black a,
.mj-tile--bg-black a,
.mj-grid-block .mj-tile--bg-black a {
  color: #ffffff;
}
.tile--bg-black .date,
.mj-tile--bg-black .date,
.mj-grid-block .mj-tile--bg-black .date {
  color: #ffffff;
}
.tile--bg-black .page-showcase_text,
.mj-tile--bg-black .page-showcase_text,
.mj-grid-block .mj-tile--bg-black .page-showcase_text {
  color: #ffffff;
  background: #000000;
}
.tile--bg-black .page-showcase_text .mj-title,
.mj-tile--bg-black .page-showcase_text .mj-title,
.mj-grid-block .mj-tile--bg-black .page-showcase_text .mj-title {
  color: #ffffff;
}
.tile--bg-black .img-link__title,
.mj-tile--bg-black .img-link__title,
.mj-grid-block .mj-tile--bg-black .img-link__title {
  color: #ffffff;
  background: #000000;
}
.tile--bg-black .img-link__text,
.mj-tile--bg-black .img-link__text,
.mj-grid-block .mj-tile--bg-black .img-link__text {
  color: #ffffff;
  background: #000000;
}
.tile--bg-black .container-description,
.mj-tile--bg-black .container-description,
.mj-grid-block .mj-tile--bg-black .container-description {
  color: #ffffff;
}
.tile--bg-black .page--excerpt_text--skin-10,
.mj-tile--bg-black .page--excerpt_text--skin-10,
.mj-grid-block .mj-tile--bg-black .page--excerpt_text--skin-10 {
  color: #ffffff;
}
.tile--bg-black .page--excerpt_text--skin-06,
.mj-tile--bg-black .page--excerpt_text--skin-06,
.mj-grid-block .mj-tile--bg-black .page--excerpt_text--skin-06 {
  color: #ffffff;
}
.tile--bg-black .page--excerpt_text--skin-11,
.mj-tile--bg-black .page--excerpt_text--skin-11,
.mj-grid-block .mj-tile--bg-black .page--excerpt_text--skin-11 {
  color: #ffffff;
}
.tile--bg-black .page--excerpt_text--skin-07,
.mj-tile--bg-black .page--excerpt_text--skin-07,
.mj-grid-block .mj-tile--bg-black .page--excerpt_text--skin-07 {
  color: #ffffff;
}
.tile--bg-black .logo_title,
.mj-tile--bg-black .logo_title,
.mj-grid-block .mj-tile--bg-black .logo_title {
  color: #ffffff;
}
.tile--bg-black .edit-container-logo,
.mj-tile--bg-black .edit-container-logo,
.mj-grid-block .mj-tile--bg-black .edit-container-logo {
  background: #000000;
}
.tile--bg-black .icon-download,
.mj-tile--bg-black .icon-download,
.mj-grid-block .mj-tile--bg-black .icon-download {
  color: #ffffff;
}
.tile--bg-black.radio svg,
.mj-tile--bg-black.radio svg,
.mj-grid-block .mj-tile--bg-black.radio svg {
  background-color: #000000;
}
.tile--bg-black.radio svg g,
.mj-tile--bg-black.radio svg g,
.mj-grid-block .mj-tile--bg-black.radio svg g {
  fill: #ffffff;
}
.tile--bg-black.radio svg g path:first-child,
.mj-tile--bg-black.radio svg g path:first-child,
.mj-grid-block .mj-tile--bg-black.radio svg g path:first-child {
  fill: #ffffff;
}
.tile--bg-black .menu__link-13--table,
.mj-tile--bg-black .menu__link-13--table,
.mj-grid-block .mj-tile--bg-black .menu__link-13--table {
  border-color: #ffffff;
}
.tile--bg-black .menu__link-13--arrow,
.mj-tile--bg-black .menu__link-13--arrow,
.mj-grid-block .mj-tile--bg-black .menu__link-13--arrow {
  color: #ffffff;
}
.tile--bg-black .mj-autocomplete .mj-autocomplete-input,
.mj-tile--bg-black .mj-autocomplete .mj-autocomplete-input,
.mj-grid-block .mj-tile--bg-black .mj-autocomplete .mj-autocomplete-input {
  background: #fff;
  color: #333;
  border: 1px solid;
}
.tile--bg-black .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-tile--bg-black .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-grid-block .mj-tile--bg-black .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor {
  background-color: rgba(0, 0, 0, 0.5);
}
.tile--bg-black .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-tile--bg-black .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-grid-block .mj-tile--bg-black .mj-autocomplete .mj-autocomplete-dropdown-menu {
  background-color: #fff;
  color: #333;
  border: 1px solid #ffffff;
}
.tile--bg-black .star-rev,
.mj-tile--bg-black .star-rev,
.mj-grid-block .mj-tile--bg-black .star-rev {
  color: #ffffff;
}
.tile--bg-black .menu,
.mj-tile--bg-black .menu,
.mj-grid-block .mj-tile--bg-black .menu {
  color: #ffffff;
}
.tile--bg-black .menu_item,
.mj-tile--bg-black .menu_item,
.mj-grid-block .mj-tile--bg-black .menu_item {
  color: #ffffff;
  background: transparent;
}
.tile--bg-black .menu_item:not(.active):hover,
.mj-tile--bg-black .menu_item:not(.active):hover,
.mj-grid-block .mj-tile--bg-black .menu_item:not(.active):hover {
  color: #ffffff;
  background: #333333;
}
.tile--bg-black .menu_item.active,
.mj-tile--bg-black .menu_item.active,
.mj-grid-block .mj-tile--bg-black .menu_item.active {
  color: #0683b9;
  background: #023344;
}
.tile--bg-black .menu_link,
.mj-tile--bg-black .menu_link,
.mj-grid-block .mj-tile--bg-black .menu_link,
.tile--bg-black .menu_link:hover,
.mj-tile--bg-black .menu_link:hover,
.mj-grid-block .mj-tile--bg-black .menu_link:hover {
  color: inherit;
  background: transparent;
}
.tile--bg-black .page--excerpt,
.mj-tile--bg-black .page--excerpt,
.mj-grid-block .mj-tile--bg-black .page--excerpt {
  border-color: #ffffff;
}
.tile--bg-black .page--excerpt--bordered,
.mj-tile--bg-black .page--excerpt--bordered,
.mj-grid-block .mj-tile--bg-black .page--excerpt--bordered {
  border-color: #ffffff;
}
.tile--bg-black .menu__submenu li ul,
.mj-tile--bg-black .menu__submenu li ul,
.mj-grid-block .mj-tile--bg-black .menu__submenu li ul {
  background: #333333;
}
.tile--bg-black .menu__submenu li ul li,
.mj-tile--bg-black .menu__submenu li ul li,
.mj-grid-block .mj-tile--bg-black .menu__submenu li ul li {
  color: #ffffff;
}
.tile--bg-black .menu__submenu li ul li.active,
.mj-tile--bg-black .menu__submenu li ul li.active,
.mj-grid-block .mj-tile--bg-black .menu__submenu li ul li.active {
  color: #0683b9;
  background: #023344;
}
.tile--bg-black .img-link__text a,
.mj-tile--bg-black .img-link__text a,
.mj-grid-block .mj-tile--bg-black .img-link__text a {
  color: #ffffff;
}
.tile--bg-black .img-link__text a:hover,
.mj-tile--bg-black .img-link__text a:hover,
.mj-grid-block .mj-tile--bg-black .img-link__text a:hover {
  color: #0683b9;
}
.tile--bg-black .page--excerpt_link,
.mj-tile--bg-black .page--excerpt_link,
.mj-grid-block .mj-tile--bg-black .page--excerpt_link,
.tile--bg-black .page-showcase_link,
.mj-tile--bg-black .page-showcase_link,
.mj-grid-block .mj-tile--bg-black .page-showcase_link {
  color: #ffffff;
  background: #333333;
  border-color: #ffffff;
}
.tile--bg-black .page--excerpt_link:not(.active):hover,
.mj-tile--bg-black .page--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--bg-black .page--excerpt_link:not(.active):hover,
.tile--bg-black .page-showcase_link:not(.active):hover,
.mj-tile--bg-black .page-showcase_link:not(.active):hover,
.mj-grid-block .mj-tile--bg-black .page-showcase_link:not(.active):hover {
  color: #0683b9;
  background: #023344;
  border-color: #0683b9;
}
.tile--bg-black .review--excerpt_link,
.mj-tile--bg-black .review--excerpt_link,
.mj-grid-block .mj-tile--bg-black .review--excerpt_link {
  color: #ffffff;
  background: #333333;
}
.tile--bg-black .review--excerpt_link:not(.active):hover,
.mj-tile--bg-black .review--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--bg-black .review--excerpt_link:not(.active):hover {
  color: #0683b9;
  background: #023344;
}
.tile--bg-black .social_link,
.mj-tile--bg-black .social_link,
.mj-grid-block .mj-tile--bg-black .social_link {
  color: #ffffff;
  background: transparent;
}
.tile--bg-black .social_link:hover,
.mj-tile--bg-black .social_link:hover,
.mj-grid-block .mj-tile--bg-black .social_link:hover {
  color: #ffffff;
  background: #333333;
}
.tile--bg-black .m-line__thin,
.mj-tile--bg-black .m-line__thin,
.mj-grid-block .mj-tile--bg-black .m-line__thin {
  background: #ffffff;
}
.tile--bg-black .m-line__thick,
.mj-tile--bg-black .m-line__thick,
.mj-grid-block .mj-tile--bg-black .m-line__thick {
  background: #ffffff;
}
.tile--bg-black .m-line__thick-4,
.mj-tile--bg-black .m-line__thick-4,
.mj-grid-block .mj-tile--bg-black .m-line__thick-4 {
  background: #ffffff;
}
.tile--bg-black .m-line__thick-6,
.mj-tile--bg-black .m-line__thick-6,
.mj-grid-block .mj-tile--bg-black .m-line__thick-6 {
  background: #ffffff;
}
.tile--bg-black .m-line__thick-8,
.mj-tile--bg-black .m-line__thick-8,
.mj-grid-block .mj-tile--bg-black .m-line__thick-8 {
  background: #ffffff;
}
.tile--bg-black .m-line__thick-10,
.mj-tile--bg-black .m-line__thick-10,
.mj-grid-block .mj-tile--bg-black .m-line__thick-10 {
  background: #ffffff;
}
.tile--bg-black .m-line__dotted,
.mj-tile--bg-black .m-line__dotted,
.mj-grid-block .mj-tile--bg-black .m-line__dotted {
  border-bottom: 1px dashed #ffffff;
}
.tile--bg-black .m-line__dashed,
.mj-tile--bg-black .m-line__dashed,
.mj-grid-block .mj-tile--bg-black .m-line__dashed {
  border-bottom: 1px dashed #ffffff;
}
.tile--bg-black .m-line__dotted-2,
.mj-tile--bg-black .m-line__dotted-2,
.mj-grid-block .mj-tile--bg-black .m-line__dotted-2 {
  border-bottom: 2px dashed #ffffff;
}
.tile--bg-black .m-line__dotted-3,
.mj-tile--bg-black .m-line__dotted-3,
.mj-grid-block .mj-tile--bg-black .m-line__dotted-3 {
  border-bottom: 3px dashed #ffffff;
}
.tile--bg-black .m-line__dashed-2,
.mj-tile--bg-black .m-line__dashed-2,
.mj-grid-block .mj-tile--bg-black .m-line__dashed-2 {
  border-bottom: 2px dashed #ffffff;
}
.tile--bg-black .m-line__dashed-3,
.mj-tile--bg-black .m-line__dashed-3,
.mj-grid-block .mj-tile--bg-black .m-line__dashed-3 {
  border-bottom: 3px dashed #ffffff;
}
.tile--bg-black .m-line__faded,
.mj-tile--bg-black .m-line__faded,
.mj-grid-block .mj-tile--bg-black .m-line__faded {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.tile--bg-black .m-line__faded2,
.mj-tile--bg-black .m-line__faded2,
.mj-grid-block .mj-tile--bg-black .m-line__faded2 {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.tile--bg-black .m-line__faded-3,
.mj-tile--bg-black .m-line__faded-3,
.mj-grid-block .mj-tile--bg-black .m-line__faded-3 {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.tile--bg-black .m-line__faded-4,
.mj-tile--bg-black .m-line__faded-4,
.mj-grid-block .mj-tile--bg-black .m-line__faded-4 {
  background-image: linear-gradient(to right, #ffffff, transparent);
}
.tile--bg-black .m-line__faded-5,
.mj-tile--bg-black .m-line__faded-5,
.mj-grid-block .mj-tile--bg-black .m-line__faded-5 {
  background-image: linear-gradient(to left, #ffffff, transparent);
}
.tile--bg-black .m-line__faded-6,
.mj-tile--bg-black .m-line__faded-6,
.mj-grid-block .mj-tile--bg-black .m-line__faded-6 {
  background-image: linear-gradient(to right, #ffffff, transparent, #ffffff);
}
.tile--bg-black .m-line__shaded,
.mj-tile--bg-black .m-line__shaded,
.mj-grid-block .mj-tile--bg-black .m-line__shaded {
  box-shadow: inset 0 10px 10px -10px #ffffff;
}
.tile--bg-black .m-line__shaded-1,
.mj-tile--bg-black .m-line__shaded-1,
.mj-grid-block .mj-tile--bg-black .m-line__shaded-1 {
  box-shadow: inset 0 9px 7px -10px #ffffff;
}
.tile--bg-black .m-line__shaded-2,
.mj-tile--bg-black .m-line__shaded-2,
.mj-grid-block .mj-tile--bg-black .m-line__shaded-2 {
  box-shadow: inset 0 14px 19px -14px #ffffff;
}
.tile--bg-black .m-line__shaded-3,
.mj-tile--bg-black .m-line__shaded-3,
.mj-grid-block .mj-tile--bg-black .m-line__shaded-3 {
  box-shadow: inset 0 22px 29px -18px #ffffff;
}
.tile--bg-black .m-line__shaded-4,
.mj-tile--bg-black .m-line__shaded-4,
.mj-grid-block .mj-tile--bg-black .m-line__shaded-4 {
  box-shadow: inset 0 -21px 24px -26px #ffffff;
}
.tile--bg-black .m-line__shaded-5,
.mj-tile--bg-black .m-line__shaded-5,
.mj-grid-block .mj-tile--bg-black .m-line__shaded-5 {
  box-shadow: inset 0 -21px 44px -28px #ffffff;
}
.tile--bg-black .m-line__blur-1,
.mj-tile--bg-black .m-line__blur-1,
.mj-grid-block .mj-tile--bg-black .m-line__blur-1 {
  box-shadow: 0 0 2px 1px #ffffff;
}
.tile--bg-black .m-line__blur-2,
.mj-tile--bg-black .m-line__blur-2,
.mj-grid-block .mj-tile--bg-black .m-line__blur-2 {
  box-shadow: 0 0 4px 1px #ffffff;
}
.tile--bg-black .m-line__blur-3,
.mj-tile--bg-black .m-line__blur-3,
.mj-grid-block .mj-tile--bg-black .m-line__blur-3 {
  box-shadow: 0 0 6px 1px #ffffff;
}
.tile--bg-black .m-line__blur-4,
.mj-tile--bg-black .m-line__blur-4,
.mj-grid-block .mj-tile--bg-black .m-line__blur-4 {
  box-shadow: 0 0 8px 2px #ffffff;
}
.tile--bg-black .m-line__double,
.mj-tile--bg-black .m-line__double,
.mj-grid-block .mj-tile--bg-black .m-line__double {
  box-shadow: inset 0 0 8px 2px #ffffff;
}
.tile--bg-black .m-line__artistic,
.mj-tile--bg-black .m-line__artistic,
.mj-grid-block .mj-tile--bg-black .m-line__artistic {
  border-color: transparent;
}
.tile--bg-black .m-line__artistic:before,
.mj-tile--bg-black .m-line__artistic:before,
.mj-grid-block .mj-tile--bg-black .m-line__artistic:before {
  border-color: #ffffff;
}
.tile--bg-black .m-line__artistic:after,
.mj-tile--bg-black .m-line__artistic:after,
.mj-grid-block .mj-tile--bg-black .m-line__artistic:after {
  border-color: #ffffff;
}
.tile--bg-black .m-line__editor,
.mj-tile--bg-black .m-line__editor,
.mj-grid-block .mj-tile--bg-black .m-line__editor {
  border-top: medium double #ffffff;
  color: #ffffff;
}
.tile--bg-black .m-line__double,
.mj-tile--bg-black .m-line__double,
.mj-grid-block .mj-tile--bg-black .m-line__double {
  background: #ffffff;
}
.tile--bg-black .m-line__double:after,
.mj-tile--bg-black .m-line__double:after,
.mj-grid-block .mj-tile--bg-black .m-line__double:after {
  background: #ffffff;
}
.tile--bg-black .m-btn,
.mj-tile--bg-black .m-btn,
.mj-grid-block .mj-tile--bg-black .m-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}
.tile--bg-black .m-btn__primary,
.mj-tile--bg-black .m-btn__primary,
.mj-grid-block .mj-tile--bg-black .m-btn__primary {
  color: #ffffff;
  background: #333333;
  margin-left: 5px;
  border: 1px solid #ffffff;
}
.tile--bg-black .m-btn__primary:hover,
.mj-tile--bg-black .m-btn__primary:hover,
.mj-grid-block .mj-tile--bg-black .m-btn__primary:hover {
  color: #0683b9;
  background: #023344;
  border: 1px solid #03374f;
}
.tile--bg-black .mj-button_booking,
.mj-tile--bg-black .mj-button_booking,
.mj-grid-block .mj-tile--bg-black .mj-button_booking {
  color: #ffffff;
  background: #333333;
}
.tile--bg-black .locale__sub-menu-content,
.mj-tile--bg-black .locale__sub-menu-content,
.mj-grid-block .mj-tile--bg-black .locale__sub-menu-content {
  color: #ffffff;
  background: #333333;
}
.tile--bg-black .locale__sub-menu,
.mj-tile--bg-black .locale__sub-menu,
.mj-grid-block .mj-tile--bg-black .locale__sub-menu {
  color: #ffffff;
  background: #333333;
}
.tile--bg-black .locale__sub-menu li a,
.mj-tile--bg-black .locale__sub-menu li a,
.mj-grid-block .mj-tile--bg-black .locale__sub-menu li a {
  color: #ffffff;
}
.tile--bg-black .locale__container_hor,
.mj-tile--bg-black .locale__container_hor,
.mj-grid-block .mj-tile--bg-black .locale__container_hor {
  color: #ffffff;
  background: #333333;
}
.tile--bg-black .mj-btn__mosajco,
.mj-tile--bg-black .mj-btn__mosajco,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco {
  color: #ffffff;
  background: #333333;
  user-select: none;
  text-decoration: none;
}
.tile--bg-black .mj-btn__mosajco:hover,
.mj-tile--bg-black .mj-btn__mosajco:hover,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco:hover {
  color: #0683b9;
  background: #023344;
  text-decoration: none;
}
.tile--bg-black .mj-btn__mosajco--adv-1,
.mj-tile--bg-black .mj-btn__mosajco--adv-1,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-1 {
  border-color: #ffffff;
}
.tile--bg-black .mj-btn__mosajco--adv-1:hover,
.mj-tile--bg-black .mj-btn__mosajco--adv-1:hover,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-1:hover {
  border-color: #03374f;
}
.tile--bg-black .mj-btn__mosajco--adv-2:hover,
.mj-tile--bg-black .mj-btn__mosajco--adv-2:hover,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-2:hover {
  background: #333333;
}
.tile--bg-black .mj-btn__mosajco--adv-4:hover,
.mj-tile--bg-black .mj-btn__mosajco--adv-4:hover,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-4:hover {
  background: transparent;
  text-decoration: none;
}
.tile--bg-black .mj-btn__mosajco--adv-4:hover::after,
.mj-tile--bg-black .mj-btn__mosajco--adv-4:hover::after,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-4:hover::after {
  background: #023344;
}
.tile--bg-black .mj-btn__mosajco--adv-5,
.mj-tile--bg-black .mj-btn__mosajco--adv-5,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-5 {
  border-color: #ffffff;
}
.tile--bg-black .mj-btn__mosajco--adv-5:hover,
.mj-tile--bg-black .mj-btn__mosajco--adv-5:hover,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-5:hover {
  border-color: #03374f;
}
.tile--bg-black .mj-btn__mosajco--adv-6,
.mj-tile--bg-black .mj-btn__mosajco--adv-6,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-6 {
  background: transparent;
}
.tile--bg-black .mj-btn__mosajco--adv-6:hover,
.mj-tile--bg-black .mj-btn__mosajco--adv-6:hover,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-6:hover {
  background: transparent;
}
.tile--bg-black .mj-btn__mosajco--adv-7,
.mj-tile--bg-black .mj-btn__mosajco--adv-7,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-7 {
  background: transparent;
}
.tile--bg-black .mj-btn__mosajco--adv-7:hover,
.mj-tile--bg-black .mj-btn__mosajco--adv-7:hover,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-7:hover {
  background: transparent;
}
.tile--bg-black .mj-btn__mosajco--adv-9,
.mj-tile--bg-black .mj-btn__mosajco--adv-9,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-9 {
  border-color: #ffffff;
  background: transparent;
}
.tile--bg-black .mj-btn__mosajco--adv-9:hover,
.mj-tile--bg-black .mj-btn__mosajco--adv-9:hover,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-9:hover {
  color: #0683b9;
  background: transparent;
  text-decoration: none;
}
.tile--bg-black .mj-btn__mosajco--adv-10,
.mj-tile--bg-black .mj-btn__mosajco--adv-10,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-10 {
  background: transparent;
}
.tile--bg-black .mj-btn__mosajco--adv-10:hover,
.mj-tile--bg-black .mj-btn__mosajco--adv-10:hover,
.mj-grid-block .mj-tile--bg-black .mj-btn__mosajco--adv-10:hover {
  color: #0683b9;
  background: transparent;
  text-decoration: none;
}
.tile--bg-black .menu_custom_14,
.mj-tile--bg-black .menu_custom_14,
.mj-grid-block .mj-tile--bg-black .menu_custom_14 {
  color: #ffffff;
}
.tile--bg-black .menu_custom_15,
.mj-tile--bg-black .menu_custom_15,
.mj-grid-block .mj-tile--bg-black .menu_custom_15 {
  color: #ffffff;
}
.tile--bg-black .booking__label,
.mj-tile--bg-black .booking__label,
.mj-grid-block .mj-tile--bg-black .booking__label {
  color: #ffffff;
}
.tile--bg-black .booking__icon,
.mj-tile--bg-black .booking__icon,
.mj-grid-block .mj-tile--bg-black .booking__icon {
  color: #ffffff;
}
.tile--bg-black .input-line,
.mj-tile--bg-black .input-line,
.mj-grid-block .mj-tile--bg-black .input-line {
  border-color: #ffffff;
  color: #000000;
}
/*
 |
 | Sfondo Bianco
 |
 */
.tile--bg-white,
.mj-tile--bg-white,
.mj-grid-block .mj-tile--bg-white {
  /*

   */
  color: #000000;
  background: #ffffff;
  /*
   * se la tessera ha il modificatore --custom-bg la gestione dello sfondo
   * Ã¨ delegata alle impostazioni specifiche della tessera
   */
  /*
   * il tema tessera comprende anche le opzioni di colore
   * relative alla versione di vetrina del menu
   */
  /*
   * loghi
   */
}
.tile--bg-white.--custom-bg,
.mj-tile--bg-white.--custom-bg,
.mj-grid-block .mj-tile--bg-white.--custom-bg {
  background: none;
}
.tile--bg-white .mj-title,
.mj-tile--bg-white .mj-title,
.mj-grid-block .mj-tile--bg-white .mj-title {
  color: #05597d;
}
.tile--bg-white .mj-line__bg,
.mj-tile--bg-white .mj-line__bg,
.mj-grid-block .mj-tile--bg-white .mj-line__bg {
  background: #ffffff;
}
.tile--bg-white a,
.mj-tile--bg-white a,
.mj-grid-block .mj-tile--bg-white a {
  color: #000000;
}
.tile--bg-white .date,
.mj-tile--bg-white .date,
.mj-grid-block .mj-tile--bg-white .date {
  color: #000000;
}
.tile--bg-white .page-showcase_text,
.mj-tile--bg-white .page-showcase_text,
.mj-grid-block .mj-tile--bg-white .page-showcase_text {
  color: #000000;
  background: #ffffff;
}
.tile--bg-white .page-showcase_text .mj-title,
.mj-tile--bg-white .page-showcase_text .mj-title,
.mj-grid-block .mj-tile--bg-white .page-showcase_text .mj-title {
  color: #05597d;
}
.tile--bg-white .img-link__title,
.mj-tile--bg-white .img-link__title,
.mj-grid-block .mj-tile--bg-white .img-link__title {
  color: #05597d;
  background: #ffffff;
}
.tile--bg-white .img-link__text,
.mj-tile--bg-white .img-link__text,
.mj-grid-block .mj-tile--bg-white .img-link__text {
  color: #000000;
  background: #ffffff;
}
.tile--bg-white .container-description,
.mj-tile--bg-white .container-description,
.mj-grid-block .mj-tile--bg-white .container-description {
  color: #000000;
}
.tile--bg-white .page--excerpt_text--skin-10,
.mj-tile--bg-white .page--excerpt_text--skin-10,
.mj-grid-block .mj-tile--bg-white .page--excerpt_text--skin-10 {
  color: #000000;
}
.tile--bg-white .page--excerpt_text--skin-06,
.mj-tile--bg-white .page--excerpt_text--skin-06,
.mj-grid-block .mj-tile--bg-white .page--excerpt_text--skin-06 {
  color: #000000;
}
.tile--bg-white .page--excerpt_text--skin-11,
.mj-tile--bg-white .page--excerpt_text--skin-11,
.mj-grid-block .mj-tile--bg-white .page--excerpt_text--skin-11 {
  color: #000000;
}
.tile--bg-white .page--excerpt_text--skin-07,
.mj-tile--bg-white .page--excerpt_text--skin-07,
.mj-grid-block .mj-tile--bg-white .page--excerpt_text--skin-07 {
  color: #000000;
}
.tile--bg-white .logo_title,
.mj-tile--bg-white .logo_title,
.mj-grid-block .mj-tile--bg-white .logo_title {
  color: #05597d;
}
.tile--bg-white .edit-container-logo,
.mj-tile--bg-white .edit-container-logo,
.mj-grid-block .mj-tile--bg-white .edit-container-logo {
  background: #ffffff;
}
.tile--bg-white .icon-download,
.mj-tile--bg-white .icon-download,
.mj-grid-block .mj-tile--bg-white .icon-download {
  color: #05597d;
}
.tile--bg-white.radio svg,
.mj-tile--bg-white.radio svg,
.mj-grid-block .mj-tile--bg-white.radio svg {
  background-color: #ffffff;
}
.tile--bg-white.radio svg g,
.mj-tile--bg-white.radio svg g,
.mj-grid-block .mj-tile--bg-white.radio svg g {
  fill: #000000;
}
.tile--bg-white.radio svg g path:first-child,
.mj-tile--bg-white.radio svg g path:first-child,
.mj-grid-block .mj-tile--bg-white.radio svg g path:first-child {
  fill: #05597d;
}
.tile--bg-white .menu__link-13--table,
.mj-tile--bg-white .menu__link-13--table,
.mj-grid-block .mj-tile--bg-white .menu__link-13--table {
  border-color: #05597d;
}
.tile--bg-white .menu__link-13--arrow,
.mj-tile--bg-white .menu__link-13--arrow,
.mj-grid-block .mj-tile--bg-white .menu__link-13--arrow {
  color: #05597d;
}
.tile--bg-white .mj-autocomplete .mj-autocomplete-input,
.mj-tile--bg-white .mj-autocomplete .mj-autocomplete-input,
.mj-grid-block .mj-tile--bg-white .mj-autocomplete .mj-autocomplete-input {
  background: #fff;
  color: #333;
  border: 1px solid;
}
.tile--bg-white .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-tile--bg-white .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-grid-block .mj-tile--bg-white .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor {
  background-color: rgba(255, 255, 255, 0.5);
}
.tile--bg-white .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-tile--bg-white .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-grid-block .mj-tile--bg-white .mj-autocomplete .mj-autocomplete-dropdown-menu {
  background-color: #fff;
  color: #333;
  border: 1px solid #05597d;
}
.tile--bg-white .star-rev,
.mj-tile--bg-white .star-rev,
.mj-grid-block .mj-tile--bg-white .star-rev {
  color: #05597d;
}
.tile--bg-white .menu,
.mj-tile--bg-white .menu,
.mj-grid-block .mj-tile--bg-white .menu {
  color: #000000;
}
.tile--bg-white .menu_item,
.mj-tile--bg-white .menu_item,
.mj-grid-block .mj-tile--bg-white .menu_item {
  color: #000000;
  background: #ffffff;
}
.tile--bg-white .menu_item:not(.active):hover,
.mj-tile--bg-white .menu_item:not(.active):hover,
.mj-grid-block .mj-tile--bg-white .menu_item:not(.active):hover {
  color: #000000;
  background: #d1d1d1;
}
.tile--bg-white .menu_item.active,
.mj-tile--bg-white .menu_item.active,
.mj-grid-block .mj-tile--bg-white .menu_item.active {
  color: #4ac6fa;
  background: #03435f;
}
.tile--bg-white .menu_link,
.mj-tile--bg-white .menu_link,
.mj-grid-block .mj-tile--bg-white .menu_link,
.tile--bg-white .menu_link:hover,
.mj-tile--bg-white .menu_link:hover,
.mj-grid-block .mj-tile--bg-white .menu_link:hover {
  color: inherit;
  background: transparent;
}
.tile--bg-white .page--excerpt,
.mj-tile--bg-white .page--excerpt,
.mj-grid-block .mj-tile--bg-white .page--excerpt {
  border-color: #000000;
}
.tile--bg-white .page--excerpt--bordered,
.mj-tile--bg-white .page--excerpt--bordered,
.mj-grid-block .mj-tile--bg-white .page--excerpt--bordered {
  border-color: #000000;
}
.tile--bg-white .menu__submenu li ul,
.mj-tile--bg-white .menu__submenu li ul,
.mj-grid-block .mj-tile--bg-white .menu__submenu li ul {
  background: #d1d1d1;
}
.tile--bg-white .menu__submenu li ul li,
.mj-tile--bg-white .menu__submenu li ul li,
.mj-grid-block .mj-tile--bg-white .menu__submenu li ul li {
  color: #000000;
}
.tile--bg-white .menu__submenu li ul li.active,
.mj-tile--bg-white .menu__submenu li ul li.active,
.mj-grid-block .mj-tile--bg-white .menu__submenu li ul li.active {
  color: #4ac6fa;
  background: #03435f;
}
.tile--bg-white .img-link__text a,
.mj-tile--bg-white .img-link__text a,
.mj-grid-block .mj-tile--bg-white .img-link__text a {
  color: #000000;
}
.tile--bg-white .img-link__text a:hover,
.mj-tile--bg-white .img-link__text a:hover,
.mj-grid-block .mj-tile--bg-white .img-link__text a:hover {
  color: #4ac6fa;
}
.tile--bg-white .page--excerpt_link,
.mj-tile--bg-white .page--excerpt_link,
.mj-grid-block .mj-tile--bg-white .page--excerpt_link,
.tile--bg-white .page-showcase_link,
.mj-tile--bg-white .page-showcase_link,
.mj-grid-block .mj-tile--bg-white .page-showcase_link {
  color: #000000;
  background: #d1d1d1;
  border-color: #000000;
}
.tile--bg-white .page--excerpt_link:not(.active):hover,
.mj-tile--bg-white .page--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--bg-white .page--excerpt_link:not(.active):hover,
.tile--bg-white .page-showcase_link:not(.active):hover,
.mj-tile--bg-white .page-showcase_link:not(.active):hover,
.mj-grid-block .mj-tile--bg-white .page-showcase_link:not(.active):hover {
  color: #4ac6fa;
  background: #03435f;
  border-color: #4ac6fa;
}
.tile--bg-white .review--excerpt_link,
.mj-tile--bg-white .review--excerpt_link,
.mj-grid-block .mj-tile--bg-white .review--excerpt_link {
  color: #000000;
  background: #d1d1d1;
}
.tile--bg-white .review--excerpt_link:not(.active):hover,
.mj-tile--bg-white .review--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--bg-white .review--excerpt_link:not(.active):hover {
  color: #4ac6fa;
  background: #03435f;
}
.tile--bg-white .social_link,
.mj-tile--bg-white .social_link,
.mj-grid-block .mj-tile--bg-white .social_link {
  color: #000000;
  background: #ffffff;
}
.tile--bg-white .social_link:hover,
.mj-tile--bg-white .social_link:hover,
.mj-grid-block .mj-tile--bg-white .social_link:hover {
  color: #000000;
  background: #d1d1d1;
}
.tile--bg-white .m-line__thin,
.mj-tile--bg-white .m-line__thin,
.mj-grid-block .mj-tile--bg-white .m-line__thin {
  background: #000000;
}
.tile--bg-white .m-line__thick,
.mj-tile--bg-white .m-line__thick,
.mj-grid-block .mj-tile--bg-white .m-line__thick {
  background: #000000;
}
.tile--bg-white .m-line__thick-4,
.mj-tile--bg-white .m-line__thick-4,
.mj-grid-block .mj-tile--bg-white .m-line__thick-4 {
  background: #000000;
}
.tile--bg-white .m-line__thick-6,
.mj-tile--bg-white .m-line__thick-6,
.mj-grid-block .mj-tile--bg-white .m-line__thick-6 {
  background: #000000;
}
.tile--bg-white .m-line__thick-8,
.mj-tile--bg-white .m-line__thick-8,
.mj-grid-block .mj-tile--bg-white .m-line__thick-8 {
  background: #000000;
}
.tile--bg-white .m-line__thick-10,
.mj-tile--bg-white .m-line__thick-10,
.mj-grid-block .mj-tile--bg-white .m-line__thick-10 {
  background: #000000;
}
.tile--bg-white .m-line__dotted,
.mj-tile--bg-white .m-line__dotted,
.mj-grid-block .mj-tile--bg-white .m-line__dotted {
  border-bottom: 1px dashed #000000;
}
.tile--bg-white .m-line__dashed,
.mj-tile--bg-white .m-line__dashed,
.mj-grid-block .mj-tile--bg-white .m-line__dashed {
  border-bottom: 1px dashed #000000;
}
.tile--bg-white .m-line__dotted-2,
.mj-tile--bg-white .m-line__dotted-2,
.mj-grid-block .mj-tile--bg-white .m-line__dotted-2 {
  border-bottom: 2px dashed #000000;
}
.tile--bg-white .m-line__dotted-3,
.mj-tile--bg-white .m-line__dotted-3,
.mj-grid-block .mj-tile--bg-white .m-line__dotted-3 {
  border-bottom: 3px dashed #000000;
}
.tile--bg-white .m-line__dashed-2,
.mj-tile--bg-white .m-line__dashed-2,
.mj-grid-block .mj-tile--bg-white .m-line__dashed-2 {
  border-bottom: 2px dashed #000000;
}
.tile--bg-white .m-line__dashed-3,
.mj-tile--bg-white .m-line__dashed-3,
.mj-grid-block .mj-tile--bg-white .m-line__dashed-3 {
  border-bottom: 3px dashed #000000;
}
.tile--bg-white .m-line__faded,
.mj-tile--bg-white .m-line__faded,
.mj-grid-block .mj-tile--bg-white .m-line__faded {
  background-image: linear-gradient(to right, transparent, #000000, transparent);
}
.tile--bg-white .m-line__faded2,
.mj-tile--bg-white .m-line__faded2,
.mj-grid-block .mj-tile--bg-white .m-line__faded2 {
  background-image: linear-gradient(to right, transparent, #000000, transparent);
}
.tile--bg-white .m-line__faded-3,
.mj-tile--bg-white .m-line__faded-3,
.mj-grid-block .mj-tile--bg-white .m-line__faded-3 {
  background-image: linear-gradient(to right, transparent, #000000, transparent);
}
.tile--bg-white .m-line__faded-4,
.mj-tile--bg-white .m-line__faded-4,
.mj-grid-block .mj-tile--bg-white .m-line__faded-4 {
  background-image: linear-gradient(to right, #000000, transparent);
}
.tile--bg-white .m-line__faded-5,
.mj-tile--bg-white .m-line__faded-5,
.mj-grid-block .mj-tile--bg-white .m-line__faded-5 {
  background-image: linear-gradient(to left, #000000, transparent);
}
.tile--bg-white .m-line__faded-6,
.mj-tile--bg-white .m-line__faded-6,
.mj-grid-block .mj-tile--bg-white .m-line__faded-6 {
  background-image: linear-gradient(to right, #000000, transparent, #000000);
}
.tile--bg-white .m-line__shaded,
.mj-tile--bg-white .m-line__shaded,
.mj-grid-block .mj-tile--bg-white .m-line__shaded {
  box-shadow: inset 0 10px 10px -10px #000000;
}
.tile--bg-white .m-line__shaded-1,
.mj-tile--bg-white .m-line__shaded-1,
.mj-grid-block .mj-tile--bg-white .m-line__shaded-1 {
  box-shadow: inset 0 9px 7px -10px #000000;
}
.tile--bg-white .m-line__shaded-2,
.mj-tile--bg-white .m-line__shaded-2,
.mj-grid-block .mj-tile--bg-white .m-line__shaded-2 {
  box-shadow: inset 0 14px 19px -14px #000000;
}
.tile--bg-white .m-line__shaded-3,
.mj-tile--bg-white .m-line__shaded-3,
.mj-grid-block .mj-tile--bg-white .m-line__shaded-3 {
  box-shadow: inset 0 22px 29px -18px #000000;
}
.tile--bg-white .m-line__shaded-4,
.mj-tile--bg-white .m-line__shaded-4,
.mj-grid-block .mj-tile--bg-white .m-line__shaded-4 {
  box-shadow: inset 0 -21px 24px -26px #000000;
}
.tile--bg-white .m-line__shaded-5,
.mj-tile--bg-white .m-line__shaded-5,
.mj-grid-block .mj-tile--bg-white .m-line__shaded-5 {
  box-shadow: inset 0 -21px 44px -28px #000000;
}
.tile--bg-white .m-line__blur-1,
.mj-tile--bg-white .m-line__blur-1,
.mj-grid-block .mj-tile--bg-white .m-line__blur-1 {
  box-shadow: 0 0 2px 1px #000000;
}
.tile--bg-white .m-line__blur-2,
.mj-tile--bg-white .m-line__blur-2,
.mj-grid-block .mj-tile--bg-white .m-line__blur-2 {
  box-shadow: 0 0 4px 1px #000000;
}
.tile--bg-white .m-line__blur-3,
.mj-tile--bg-white .m-line__blur-3,
.mj-grid-block .mj-tile--bg-white .m-line__blur-3 {
  box-shadow: 0 0 6px 1px #000000;
}
.tile--bg-white .m-line__blur-4,
.mj-tile--bg-white .m-line__blur-4,
.mj-grid-block .mj-tile--bg-white .m-line__blur-4 {
  box-shadow: 0 0 8px 2px #000000;
}
.tile--bg-white .m-line__double,
.mj-tile--bg-white .m-line__double,
.mj-grid-block .mj-tile--bg-white .m-line__double {
  box-shadow: inset 0 0 8px 2px #000000;
}
.tile--bg-white .m-line__artistic,
.mj-tile--bg-white .m-line__artistic,
.mj-grid-block .mj-tile--bg-white .m-line__artistic {
  border-color: transparent;
}
.tile--bg-white .m-line__artistic:before,
.mj-tile--bg-white .m-line__artistic:before,
.mj-grid-block .mj-tile--bg-white .m-line__artistic:before {
  border-color: #000000;
}
.tile--bg-white .m-line__artistic:after,
.mj-tile--bg-white .m-line__artistic:after,
.mj-grid-block .mj-tile--bg-white .m-line__artistic:after {
  border-color: #000000;
}
.tile--bg-white .m-line__editor,
.mj-tile--bg-white .m-line__editor,
.mj-grid-block .mj-tile--bg-white .m-line__editor {
  border-top: medium double #000000;
  color: #000000;
}
.tile--bg-white .m-line__double,
.mj-tile--bg-white .m-line__double,
.mj-grid-block .mj-tile--bg-white .m-line__double {
  background: #000000;
}
.tile--bg-white .m-line__double:after,
.mj-tile--bg-white .m-line__double:after,
.mj-grid-block .mj-tile--bg-white .m-line__double:after {
  background: #262626;
}
.tile--bg-white .m-btn,
.mj-tile--bg-white .m-btn,
.mj-grid-block .mj-tile--bg-white .m-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}
.tile--bg-white .m-btn__primary,
.mj-tile--bg-white .m-btn__primary,
.mj-grid-block .mj-tile--bg-white .m-btn__primary {
  color: #000000;
  background: #d1d1d1;
  margin-left: 5px;
  border: 1px solid #000000;
}
.tile--bg-white .m-btn__primary:hover,
.mj-tile--bg-white .m-btn__primary:hover,
.mj-grid-block .mj-tile--bg-white .m-btn__primary:hover {
  color: #4ac6fa;
  background: #03435f;
  border: 1px solid #03374f;
}
.tile--bg-white .mj-button_booking,
.mj-tile--bg-white .mj-button_booking,
.mj-grid-block .mj-tile--bg-white .mj-button_booking {
  color: #000000;
  background: #d1d1d1;
}
.tile--bg-white .locale__sub-menu-content,
.mj-tile--bg-white .locale__sub-menu-content,
.mj-grid-block .mj-tile--bg-white .locale__sub-menu-content {
  color: #000000;
  background: #d1d1d1;
}
.tile--bg-white .locale__sub-menu,
.mj-tile--bg-white .locale__sub-menu,
.mj-grid-block .mj-tile--bg-white .locale__sub-menu {
  color: #000000;
  background: #d1d1d1;
}
.tile--bg-white .locale__sub-menu li a,
.mj-tile--bg-white .locale__sub-menu li a,
.mj-grid-block .mj-tile--bg-white .locale__sub-menu li a {
  color: #000000;
}
.tile--bg-white .locale__container_hor,
.mj-tile--bg-white .locale__container_hor,
.mj-grid-block .mj-tile--bg-white .locale__container_hor {
  color: #000000;
  background: #d1d1d1;
}
.tile--bg-white .mj-btn__mosajco,
.mj-tile--bg-white .mj-btn__mosajco,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco {
  color: #000000;
  background: #d1d1d1;
  user-select: none;
  text-decoration: none;
}
.tile--bg-white .mj-btn__mosajco:hover,
.mj-tile--bg-white .mj-btn__mosajco:hover,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco:hover {
  color: #4ac6fa;
  background: #03435f;
  text-decoration: none;
}
.tile--bg-white .mj-btn__mosajco--adv-1,
.mj-tile--bg-white .mj-btn__mosajco--adv-1,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-1 {
  border-color: #000000;
}
.tile--bg-white .mj-btn__mosajco--adv-1:hover,
.mj-tile--bg-white .mj-btn__mosajco--adv-1:hover,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-1:hover {
  border-color: #03374f;
}
.tile--bg-white .mj-btn__mosajco--adv-2:hover,
.mj-tile--bg-white .mj-btn__mosajco--adv-2:hover,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-2:hover {
  background: #d1d1d1;
}
.tile--bg-white .mj-btn__mosajco--adv-4:hover,
.mj-tile--bg-white .mj-btn__mosajco--adv-4:hover,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-4:hover {
  background: transparent;
  text-decoration: none;
}
.tile--bg-white .mj-btn__mosajco--adv-4:hover::after,
.mj-tile--bg-white .mj-btn__mosajco--adv-4:hover::after,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-4:hover::after {
  background: #03435f;
}
.tile--bg-white .mj-btn__mosajco--adv-5,
.mj-tile--bg-white .mj-btn__mosajco--adv-5,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-5 {
  border-color: #000000;
}
.tile--bg-white .mj-btn__mosajco--adv-5:hover,
.mj-tile--bg-white .mj-btn__mosajco--adv-5:hover,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-5:hover {
  border-color: #03374f;
}
.tile--bg-white .mj-btn__mosajco--adv-6,
.mj-tile--bg-white .mj-btn__mosajco--adv-6,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-6 {
  background: transparent;
}
.tile--bg-white .mj-btn__mosajco--adv-6:hover,
.mj-tile--bg-white .mj-btn__mosajco--adv-6:hover,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-6:hover {
  background: transparent;
}
.tile--bg-white .mj-btn__mosajco--adv-7,
.mj-tile--bg-white .mj-btn__mosajco--adv-7,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-7 {
  background: transparent;
}
.tile--bg-white .mj-btn__mosajco--adv-7:hover,
.mj-tile--bg-white .mj-btn__mosajco--adv-7:hover,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-7:hover {
  background: transparent;
}
.tile--bg-white .mj-btn__mosajco--adv-9,
.mj-tile--bg-white .mj-btn__mosajco--adv-9,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-9 {
  border-color: #000000;
  background: transparent;
}
.tile--bg-white .mj-btn__mosajco--adv-9:hover,
.mj-tile--bg-white .mj-btn__mosajco--adv-9:hover,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-9:hover {
  color: #4ac6fa;
  background: transparent;
  text-decoration: none;
}
.tile--bg-white .mj-btn__mosajco--adv-10,
.mj-tile--bg-white .mj-btn__mosajco--adv-10,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-10 {
  background: transparent;
}
.tile--bg-white .mj-btn__mosajco--adv-10:hover,
.mj-tile--bg-white .mj-btn__mosajco--adv-10:hover,
.mj-grid-block .mj-tile--bg-white .mj-btn__mosajco--adv-10:hover {
  color: #4ac6fa;
  background: transparent;
  text-decoration: none;
}
.tile--bg-white .menu_custom_14,
.mj-tile--bg-white .menu_custom_14,
.mj-grid-block .mj-tile--bg-white .menu_custom_14 {
  color: #000000;
}
.tile--bg-white .menu_custom_15,
.mj-tile--bg-white .menu_custom_15,
.mj-grid-block .mj-tile--bg-white .menu_custom_15 {
  color: #000000;
}
.tile--bg-white .booking__label,
.mj-tile--bg-white .booking__label,
.mj-grid-block .mj-tile--bg-white .booking__label {
  color: #05597d;
}
.tile--bg-white .booking__icon,
.mj-tile--bg-white .booking__icon,
.mj-grid-block .mj-tile--bg-white .booking__icon {
  color: #05597d;
}
.tile--bg-white .input-line,
.mj-tile--bg-white .input-line,
.mj-grid-block .mj-tile--bg-white .input-line {
  border-color: #05597d;
  color: #ffffff;
}
/*
 |
 | Sfondo nero trasparente
 |
 */
.tile--bg-transp-black,
.mj-tile--bg-transp-black,
.mj-grid-block .mj-tile--bg-transp-black {
  /*

   */
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  /*
   * se la tessera ha il modificatore --custom-bg la gestione dello sfondo
   * Ã¨ delegata alle impostazioni specifiche della tessera
   */
  /*
   * il tema tessera comprende anche le opzioni di colore
   * relative alla versione di vetrina del menu
   */
  /*
   * loghi
   */
}
.tile--bg-transp-black.--custom-bg,
.mj-tile--bg-transp-black.--custom-bg,
.mj-grid-block .mj-tile--bg-transp-black.--custom-bg {
  background: none;
}
.tile--bg-transp-black .mj-title,
.mj-tile--bg-transp-black .mj-title,
.mj-grid-block .mj-tile--bg-transp-black .mj-title {
  color: #ffffff;
}
.tile--bg-transp-black .mj-line__bg,
.mj-tile--bg-transp-black .mj-line__bg,
.mj-grid-block .mj-tile--bg-transp-black .mj-line__bg {
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black a,
.mj-tile--bg-transp-black a,
.mj-grid-block .mj-tile--bg-transp-black a {
  color: #ffffff;
}
.tile--bg-transp-black .date,
.mj-tile--bg-transp-black .date,
.mj-grid-block .mj-tile--bg-transp-black .date {
  color: #ffffff;
}
.tile--bg-transp-black .page-showcase_text,
.mj-tile--bg-transp-black .page-showcase_text,
.mj-grid-block .mj-tile--bg-transp-black .page-showcase_text {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .page-showcase_text .mj-title,
.mj-tile--bg-transp-black .page-showcase_text .mj-title,
.mj-grid-block .mj-tile--bg-transp-black .page-showcase_text .mj-title {
  color: #ffffff;
}
.tile--bg-transp-black .img-link__title,
.mj-tile--bg-transp-black .img-link__title,
.mj-grid-block .mj-tile--bg-transp-black .img-link__title {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .img-link__text,
.mj-tile--bg-transp-black .img-link__text,
.mj-grid-block .mj-tile--bg-transp-black .img-link__text {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .container-description,
.mj-tile--bg-transp-black .container-description,
.mj-grid-block .mj-tile--bg-transp-black .container-description {
  color: #ffffff;
}
.tile--bg-transp-black .page--excerpt_text--skin-10,
.mj-tile--bg-transp-black .page--excerpt_text--skin-10,
.mj-grid-block .mj-tile--bg-transp-black .page--excerpt_text--skin-10 {
  color: #ffffff;
}
.tile--bg-transp-black .page--excerpt_text--skin-06,
.mj-tile--bg-transp-black .page--excerpt_text--skin-06,
.mj-grid-block .mj-tile--bg-transp-black .page--excerpt_text--skin-06 {
  color: #ffffff;
}
.tile--bg-transp-black .page--excerpt_text--skin-11,
.mj-tile--bg-transp-black .page--excerpt_text--skin-11,
.mj-grid-block .mj-tile--bg-transp-black .page--excerpt_text--skin-11 {
  color: #ffffff;
}
.tile--bg-transp-black .page--excerpt_text--skin-07,
.mj-tile--bg-transp-black .page--excerpt_text--skin-07,
.mj-grid-block .mj-tile--bg-transp-black .page--excerpt_text--skin-07 {
  color: #ffffff;
}
.tile--bg-transp-black .logo_title,
.mj-tile--bg-transp-black .logo_title,
.mj-grid-block .mj-tile--bg-transp-black .logo_title {
  color: #ffffff;
}
.tile--bg-transp-black .edit-container-logo,
.mj-tile--bg-transp-black .edit-container-logo,
.mj-grid-block .mj-tile--bg-transp-black .edit-container-logo {
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .icon-download,
.mj-tile--bg-transp-black .icon-download,
.mj-grid-block .mj-tile--bg-transp-black .icon-download {
  color: #ffffff;
}
.tile--bg-transp-black.radio svg,
.mj-tile--bg-transp-black.radio svg,
.mj-grid-block .mj-tile--bg-transp-black.radio svg {
  background-color: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black.radio svg g,
.mj-tile--bg-transp-black.radio svg g,
.mj-grid-block .mj-tile--bg-transp-black.radio svg g {
  fill: #ffffff;
}
.tile--bg-transp-black.radio svg g path:first-child,
.mj-tile--bg-transp-black.radio svg g path:first-child,
.mj-grid-block .mj-tile--bg-transp-black.radio svg g path:first-child {
  fill: #ffffff;
}
.tile--bg-transp-black .menu__link-13--table,
.mj-tile--bg-transp-black .menu__link-13--table,
.mj-grid-block .mj-tile--bg-transp-black .menu__link-13--table {
  border-color: #ffffff;
}
.tile--bg-transp-black .menu__link-13--arrow,
.mj-tile--bg-transp-black .menu__link-13--arrow,
.mj-grid-block .mj-tile--bg-transp-black .menu__link-13--arrow {
  color: #ffffff;
}
.tile--bg-transp-black .mj-autocomplete .mj-autocomplete-input,
.mj-tile--bg-transp-black .mj-autocomplete .mj-autocomplete-input,
.mj-grid-block .mj-tile--bg-transp-black .mj-autocomplete .mj-autocomplete-input {
  background: #fff;
  color: #333;
  border: 1px solid;
}
.tile--bg-transp-black .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-tile--bg-transp-black .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-grid-block .mj-tile--bg-transp-black .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor {
  background-color: rgba(0, 0, 0, 0.2);
}
.tile--bg-transp-black .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-tile--bg-transp-black .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-grid-block .mj-tile--bg-transp-black .mj-autocomplete .mj-autocomplete-dropdown-menu {
  background-color: #fff;
  color: #333;
  border: 1px solid #ffffff;
}
.tile--bg-transp-black .star-rev,
.mj-tile--bg-transp-black .star-rev,
.mj-grid-block .mj-tile--bg-transp-black .star-rev {
  color: #ffffff;
}
.tile--bg-transp-black .menu,
.mj-tile--bg-transp-black .menu,
.mj-grid-block .mj-tile--bg-transp-black .menu {
  color: #ffffff;
}
.tile--bg-transp-black .menu_item,
.mj-tile--bg-transp-black .menu_item,
.mj-grid-block .mj-tile--bg-transp-black .menu_item {
  color: #ffffff;
  background: transparent;
}
.tile--bg-transp-black .menu_item:not(.active):hover,
.mj-tile--bg-transp-black .menu_item:not(.active):hover,
.mj-grid-block .mj-tile--bg-transp-black .menu_item:not(.active):hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .menu_item.active,
.mj-tile--bg-transp-black .menu_item.active,
.mj-grid-block .mj-tile--bg-transp-black .menu_item.active {
  color: #0683b9;
  background: #023344;
}
.tile--bg-transp-black .menu_link,
.mj-tile--bg-transp-black .menu_link,
.mj-grid-block .mj-tile--bg-transp-black .menu_link,
.tile--bg-transp-black .menu_link:hover,
.mj-tile--bg-transp-black .menu_link:hover,
.mj-grid-block .mj-tile--bg-transp-black .menu_link:hover {
  color: inherit;
  background: transparent;
}
.tile--bg-transp-black .page--excerpt,
.mj-tile--bg-transp-black .page--excerpt,
.mj-grid-block .mj-tile--bg-transp-black .page--excerpt {
  border-color: #ffffff;
}
.tile--bg-transp-black .page--excerpt--bordered,
.mj-tile--bg-transp-black .page--excerpt--bordered,
.mj-grid-block .mj-tile--bg-transp-black .page--excerpt--bordered {
  border-color: #ffffff;
}
.tile--bg-transp-black .menu__submenu li ul,
.mj-tile--bg-transp-black .menu__submenu li ul,
.mj-grid-block .mj-tile--bg-transp-black .menu__submenu li ul {
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .menu__submenu li ul li,
.mj-tile--bg-transp-black .menu__submenu li ul li,
.mj-grid-block .mj-tile--bg-transp-black .menu__submenu li ul li {
  color: #ffffff;
}
.tile--bg-transp-black .menu__submenu li ul li.active,
.mj-tile--bg-transp-black .menu__submenu li ul li.active,
.mj-grid-block .mj-tile--bg-transp-black .menu__submenu li ul li.active {
  color: #0683b9;
  background: #023344;
}
.tile--bg-transp-black .img-link__text a,
.mj-tile--bg-transp-black .img-link__text a,
.mj-grid-block .mj-tile--bg-transp-black .img-link__text a {
  color: #ffffff;
}
.tile--bg-transp-black .img-link__text a:hover,
.mj-tile--bg-transp-black .img-link__text a:hover,
.mj-grid-block .mj-tile--bg-transp-black .img-link__text a:hover {
  color: #0683b9;
}
.tile--bg-transp-black .page--excerpt_link,
.mj-tile--bg-transp-black .page--excerpt_link,
.mj-grid-block .mj-tile--bg-transp-black .page--excerpt_link,
.tile--bg-transp-black .page-showcase_link,
.mj-tile--bg-transp-black .page-showcase_link,
.mj-grid-block .mj-tile--bg-transp-black .page-showcase_link {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  border-color: #ffffff;
}
.tile--bg-transp-black .page--excerpt_link:not(.active):hover,
.mj-tile--bg-transp-black .page--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--bg-transp-black .page--excerpt_link:not(.active):hover,
.tile--bg-transp-black .page-showcase_link:not(.active):hover,
.mj-tile--bg-transp-black .page-showcase_link:not(.active):hover,
.mj-grid-block .mj-tile--bg-transp-black .page-showcase_link:not(.active):hover {
  color: #0683b9;
  background: #023344;
  border-color: #0683b9;
}
.tile--bg-transp-black .review--excerpt_link,
.mj-tile--bg-transp-black .review--excerpt_link,
.mj-grid-block .mj-tile--bg-transp-black .review--excerpt_link {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .review--excerpt_link:not(.active):hover,
.mj-tile--bg-transp-black .review--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--bg-transp-black .review--excerpt_link:not(.active):hover {
  color: #0683b9;
  background: #023344;
}
.tile--bg-transp-black .social_link,
.mj-tile--bg-transp-black .social_link,
.mj-grid-block .mj-tile--bg-transp-black .social_link {
  color: #ffffff;
  background: transparent;
}
.tile--bg-transp-black .social_link:hover,
.mj-tile--bg-transp-black .social_link:hover,
.mj-grid-block .mj-tile--bg-transp-black .social_link:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .m-line__thin,
.mj-tile--bg-transp-black .m-line__thin,
.mj-grid-block .mj-tile--bg-transp-black .m-line__thin {
  background: #ffffff;
}
.tile--bg-transp-black .m-line__thick,
.mj-tile--bg-transp-black .m-line__thick,
.mj-grid-block .mj-tile--bg-transp-black .m-line__thick {
  background: #ffffff;
}
.tile--bg-transp-black .m-line__thick-4,
.mj-tile--bg-transp-black .m-line__thick-4,
.mj-grid-block .mj-tile--bg-transp-black .m-line__thick-4 {
  background: #ffffff;
}
.tile--bg-transp-black .m-line__thick-6,
.mj-tile--bg-transp-black .m-line__thick-6,
.mj-grid-block .mj-tile--bg-transp-black .m-line__thick-6 {
  background: #ffffff;
}
.tile--bg-transp-black .m-line__thick-8,
.mj-tile--bg-transp-black .m-line__thick-8,
.mj-grid-block .mj-tile--bg-transp-black .m-line__thick-8 {
  background: #ffffff;
}
.tile--bg-transp-black .m-line__thick-10,
.mj-tile--bg-transp-black .m-line__thick-10,
.mj-grid-block .mj-tile--bg-transp-black .m-line__thick-10 {
  background: #ffffff;
}
.tile--bg-transp-black .m-line__dotted,
.mj-tile--bg-transp-black .m-line__dotted,
.mj-grid-block .mj-tile--bg-transp-black .m-line__dotted {
  border-bottom: 1px dashed #ffffff;
}
.tile--bg-transp-black .m-line__dashed,
.mj-tile--bg-transp-black .m-line__dashed,
.mj-grid-block .mj-tile--bg-transp-black .m-line__dashed {
  border-bottom: 1px dashed #ffffff;
}
.tile--bg-transp-black .m-line__dotted-2,
.mj-tile--bg-transp-black .m-line__dotted-2,
.mj-grid-block .mj-tile--bg-transp-black .m-line__dotted-2 {
  border-bottom: 2px dashed #ffffff;
}
.tile--bg-transp-black .m-line__dotted-3,
.mj-tile--bg-transp-black .m-line__dotted-3,
.mj-grid-block .mj-tile--bg-transp-black .m-line__dotted-3 {
  border-bottom: 3px dashed #ffffff;
}
.tile--bg-transp-black .m-line__dashed-2,
.mj-tile--bg-transp-black .m-line__dashed-2,
.mj-grid-block .mj-tile--bg-transp-black .m-line__dashed-2 {
  border-bottom: 2px dashed #ffffff;
}
.tile--bg-transp-black .m-line__dashed-3,
.mj-tile--bg-transp-black .m-line__dashed-3,
.mj-grid-block .mj-tile--bg-transp-black .m-line__dashed-3 {
  border-bottom: 3px dashed #ffffff;
}
.tile--bg-transp-black .m-line__faded,
.mj-tile--bg-transp-black .m-line__faded,
.mj-grid-block .mj-tile--bg-transp-black .m-line__faded {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.tile--bg-transp-black .m-line__faded2,
.mj-tile--bg-transp-black .m-line__faded2,
.mj-grid-block .mj-tile--bg-transp-black .m-line__faded2 {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.tile--bg-transp-black .m-line__faded-3,
.mj-tile--bg-transp-black .m-line__faded-3,
.mj-grid-block .mj-tile--bg-transp-black .m-line__faded-3 {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.tile--bg-transp-black .m-line__faded-4,
.mj-tile--bg-transp-black .m-line__faded-4,
.mj-grid-block .mj-tile--bg-transp-black .m-line__faded-4 {
  background-image: linear-gradient(to right, #ffffff, transparent);
}
.tile--bg-transp-black .m-line__faded-5,
.mj-tile--bg-transp-black .m-line__faded-5,
.mj-grid-block .mj-tile--bg-transp-black .m-line__faded-5 {
  background-image: linear-gradient(to left, #ffffff, transparent);
}
.tile--bg-transp-black .m-line__faded-6,
.mj-tile--bg-transp-black .m-line__faded-6,
.mj-grid-block .mj-tile--bg-transp-black .m-line__faded-6 {
  background-image: linear-gradient(to right, #ffffff, transparent, #ffffff);
}
.tile--bg-transp-black .m-line__shaded,
.mj-tile--bg-transp-black .m-line__shaded,
.mj-grid-block .mj-tile--bg-transp-black .m-line__shaded {
  box-shadow: inset 0 10px 10px -10px #ffffff;
}
.tile--bg-transp-black .m-line__shaded-1,
.mj-tile--bg-transp-black .m-line__shaded-1,
.mj-grid-block .mj-tile--bg-transp-black .m-line__shaded-1 {
  box-shadow: inset 0 9px 7px -10px #ffffff;
}
.tile--bg-transp-black .m-line__shaded-2,
.mj-tile--bg-transp-black .m-line__shaded-2,
.mj-grid-block .mj-tile--bg-transp-black .m-line__shaded-2 {
  box-shadow: inset 0 14px 19px -14px #ffffff;
}
.tile--bg-transp-black .m-line__shaded-3,
.mj-tile--bg-transp-black .m-line__shaded-3,
.mj-grid-block .mj-tile--bg-transp-black .m-line__shaded-3 {
  box-shadow: inset 0 22px 29px -18px #ffffff;
}
.tile--bg-transp-black .m-line__shaded-4,
.mj-tile--bg-transp-black .m-line__shaded-4,
.mj-grid-block .mj-tile--bg-transp-black .m-line__shaded-4 {
  box-shadow: inset 0 -21px 24px -26px #ffffff;
}
.tile--bg-transp-black .m-line__shaded-5,
.mj-tile--bg-transp-black .m-line__shaded-5,
.mj-grid-block .mj-tile--bg-transp-black .m-line__shaded-5 {
  box-shadow: inset 0 -21px 44px -28px #ffffff;
}
.tile--bg-transp-black .m-line__blur-1,
.mj-tile--bg-transp-black .m-line__blur-1,
.mj-grid-block .mj-tile--bg-transp-black .m-line__blur-1 {
  box-shadow: 0 0 2px 1px #ffffff;
}
.tile--bg-transp-black .m-line__blur-2,
.mj-tile--bg-transp-black .m-line__blur-2,
.mj-grid-block .mj-tile--bg-transp-black .m-line__blur-2 {
  box-shadow: 0 0 4px 1px #ffffff;
}
.tile--bg-transp-black .m-line__blur-3,
.mj-tile--bg-transp-black .m-line__blur-3,
.mj-grid-block .mj-tile--bg-transp-black .m-line__blur-3 {
  box-shadow: 0 0 6px 1px #ffffff;
}
.tile--bg-transp-black .m-line__blur-4,
.mj-tile--bg-transp-black .m-line__blur-4,
.mj-grid-block .mj-tile--bg-transp-black .m-line__blur-4 {
  box-shadow: 0 0 8px 2px #ffffff;
}
.tile--bg-transp-black .m-line__double,
.mj-tile--bg-transp-black .m-line__double,
.mj-grid-block .mj-tile--bg-transp-black .m-line__double {
  box-shadow: inset 0 0 8px 2px #ffffff;
}
.tile--bg-transp-black .m-line__artistic,
.mj-tile--bg-transp-black .m-line__artistic,
.mj-grid-block .mj-tile--bg-transp-black .m-line__artistic {
  border-color: transparent;
}
.tile--bg-transp-black .m-line__artistic:before,
.mj-tile--bg-transp-black .m-line__artistic:before,
.mj-grid-block .mj-tile--bg-transp-black .m-line__artistic:before {
  border-color: #ffffff;
}
.tile--bg-transp-black .m-line__artistic:after,
.mj-tile--bg-transp-black .m-line__artistic:after,
.mj-grid-block .mj-tile--bg-transp-black .m-line__artistic:after {
  border-color: #ffffff;
}
.tile--bg-transp-black .m-line__editor,
.mj-tile--bg-transp-black .m-line__editor,
.mj-grid-block .mj-tile--bg-transp-black .m-line__editor {
  border-top: medium double #ffffff;
  color: #ffffff;
}
.tile--bg-transp-black .m-line__double,
.mj-tile--bg-transp-black .m-line__double,
.mj-grid-block .mj-tile--bg-transp-black .m-line__double {
  background: #ffffff;
}
.tile--bg-transp-black .m-line__double:after,
.mj-tile--bg-transp-black .m-line__double:after,
.mj-grid-block .mj-tile--bg-transp-black .m-line__double:after {
  background: #ffffff;
}
.tile--bg-transp-black .m-btn,
.mj-tile--bg-transp-black .m-btn,
.mj-grid-block .mj-tile--bg-transp-black .m-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}
.tile--bg-transp-black .m-btn__primary,
.mj-tile--bg-transp-black .m-btn__primary,
.mj-grid-block .mj-tile--bg-transp-black .m-btn__primary {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  margin-left: 5px;
  border: 1px solid #ffffff;
}
.tile--bg-transp-black .m-btn__primary:hover,
.mj-tile--bg-transp-black .m-btn__primary:hover,
.mj-grid-block .mj-tile--bg-transp-black .m-btn__primary:hover {
  color: #0683b9;
  background: #023344;
  border: 1px solid #03374f;
}
.tile--bg-transp-black .mj-button_booking,
.mj-tile--bg-transp-black .mj-button_booking,
.mj-grid-block .mj-tile--bg-transp-black .mj-button_booking {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .locale__sub-menu-content,
.mj-tile--bg-transp-black .locale__sub-menu-content,
.mj-grid-block .mj-tile--bg-transp-black .locale__sub-menu-content {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .locale__sub-menu,
.mj-tile--bg-transp-black .locale__sub-menu,
.mj-grid-block .mj-tile--bg-transp-black .locale__sub-menu {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .locale__sub-menu li a,
.mj-tile--bg-transp-black .locale__sub-menu li a,
.mj-grid-block .mj-tile--bg-transp-black .locale__sub-menu li a {
  color: #ffffff;
}
.tile--bg-transp-black .locale__container_hor,
.mj-tile--bg-transp-black .locale__container_hor,
.mj-grid-block .mj-tile--bg-transp-black .locale__container_hor {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .mj-btn__mosajco,
.mj-tile--bg-transp-black .mj-btn__mosajco,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  user-select: none;
  text-decoration: none;
}
.tile--bg-transp-black .mj-btn__mosajco:hover,
.mj-tile--bg-transp-black .mj-btn__mosajco:hover,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco:hover {
  color: #0683b9;
  background: #023344;
  text-decoration: none;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-1,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-1,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-1 {
  border-color: #ffffff;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-1:hover,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-1:hover,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-1:hover {
  border-color: #03374f;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-2:hover,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-2:hover,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-2:hover {
  background: rgba(0, 0, 0, 0.7);
}
.tile--bg-transp-black .mj-btn__mosajco--adv-4:hover,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-4:hover,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-4:hover {
  background: transparent;
  text-decoration: none;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-4:hover::after,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-4:hover::after,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-4:hover::after {
  background: #023344;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-5,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-5,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-5 {
  border-color: #ffffff;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-5:hover,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-5:hover,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-5:hover {
  border-color: #03374f;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-6,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-6,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-6 {
  background: transparent;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-6:hover,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-6:hover,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-6:hover {
  background: transparent;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-7,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-7,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-7 {
  background: transparent;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-7:hover,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-7:hover,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-7:hover {
  background: transparent;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-9,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-9,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-9 {
  border-color: #ffffff;
  background: transparent;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-9:hover,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-9:hover,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-9:hover {
  color: #0683b9;
  background: transparent;
  text-decoration: none;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-10,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-10,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-10 {
  background: transparent;
}
.tile--bg-transp-black .mj-btn__mosajco--adv-10:hover,
.mj-tile--bg-transp-black .mj-btn__mosajco--adv-10:hover,
.mj-grid-block .mj-tile--bg-transp-black .mj-btn__mosajco--adv-10:hover {
  color: #0683b9;
  background: transparent;
  text-decoration: none;
}
.tile--bg-transp-black .menu_custom_14,
.mj-tile--bg-transp-black .menu_custom_14,
.mj-grid-block .mj-tile--bg-transp-black .menu_custom_14 {
  color: #ffffff;
}
.tile--bg-transp-black .menu_custom_15,
.mj-tile--bg-transp-black .menu_custom_15,
.mj-grid-block .mj-tile--bg-transp-black .menu_custom_15 {
  color: #ffffff;
}
.tile--bg-transp-black .booking__label,
.mj-tile--bg-transp-black .booking__label,
.mj-grid-block .mj-tile--bg-transp-black .booking__label {
  color: #ffffff;
}
.tile--bg-transp-black .booking__icon,
.mj-tile--bg-transp-black .booking__icon,
.mj-grid-block .mj-tile--bg-transp-black .booking__icon {
  color: #ffffff;
}
.tile--bg-transp-black .input-line,
.mj-tile--bg-transp-black .input-line,
.mj-grid-block .mj-tile--bg-transp-black .input-line {
  border-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}
/*
 |
 | Sfondo bianco trasparente
 |
 */
.tile--bg-transp-white,
.mj-tile--bg-transp-white,
.mj-grid-block .mj-tile--bg-transp-white {
  /*

   */
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
  /*
   * se la tessera ha il modificatore --custom-bg la gestione dello sfondo
   * Ã¨ delegata alle impostazioni specifiche della tessera
   */
  /*
   * il tema tessera comprende anche le opzioni di colore
   * relative alla versione di vetrina del menu
   */
  /*
   * loghi
   */
}
.tile--bg-transp-white.--custom-bg,
.mj-tile--bg-transp-white.--custom-bg,
.mj-grid-block .mj-tile--bg-transp-white.--custom-bg {
  background: none;
}
.tile--bg-transp-white .mj-title,
.mj-tile--bg-transp-white .mj-title,
.mj-grid-block .mj-tile--bg-transp-white .mj-title {
  color: #000000;
}
.tile--bg-transp-white .mj-line__bg,
.mj-tile--bg-transp-white .mj-line__bg,
.mj-grid-block .mj-tile--bg-transp-white .mj-line__bg {
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white a,
.mj-tile--bg-transp-white a,
.mj-grid-block .mj-tile--bg-transp-white a {
  color: #000000;
}
.tile--bg-transp-white .date,
.mj-tile--bg-transp-white .date,
.mj-grid-block .mj-tile--bg-transp-white .date {
  color: #000000;
}
.tile--bg-transp-white .page-showcase_text,
.mj-tile--bg-transp-white .page-showcase_text,
.mj-grid-block .mj-tile--bg-transp-white .page-showcase_text {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .page-showcase_text .mj-title,
.mj-tile--bg-transp-white .page-showcase_text .mj-title,
.mj-grid-block .mj-tile--bg-transp-white .page-showcase_text .mj-title {
  color: #000000;
}
.tile--bg-transp-white .img-link__title,
.mj-tile--bg-transp-white .img-link__title,
.mj-grid-block .mj-tile--bg-transp-white .img-link__title {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .img-link__text,
.mj-tile--bg-transp-white .img-link__text,
.mj-grid-block .mj-tile--bg-transp-white .img-link__text {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .container-description,
.mj-tile--bg-transp-white .container-description,
.mj-grid-block .mj-tile--bg-transp-white .container-description {
  color: #000000;
}
.tile--bg-transp-white .page--excerpt_text--skin-10,
.mj-tile--bg-transp-white .page--excerpt_text--skin-10,
.mj-grid-block .mj-tile--bg-transp-white .page--excerpt_text--skin-10 {
  color: #000000;
}
.tile--bg-transp-white .page--excerpt_text--skin-06,
.mj-tile--bg-transp-white .page--excerpt_text--skin-06,
.mj-grid-block .mj-tile--bg-transp-white .page--excerpt_text--skin-06 {
  color: #000000;
}
.tile--bg-transp-white .page--excerpt_text--skin-11,
.mj-tile--bg-transp-white .page--excerpt_text--skin-11,
.mj-grid-block .mj-tile--bg-transp-white .page--excerpt_text--skin-11 {
  color: #000000;
}
.tile--bg-transp-white .page--excerpt_text--skin-07,
.mj-tile--bg-transp-white .page--excerpt_text--skin-07,
.mj-grid-block .mj-tile--bg-transp-white .page--excerpt_text--skin-07 {
  color: #000000;
}
.tile--bg-transp-white .logo_title,
.mj-tile--bg-transp-white .logo_title,
.mj-grid-block .mj-tile--bg-transp-white .logo_title {
  color: #000000;
}
.tile--bg-transp-white .edit-container-logo,
.mj-tile--bg-transp-white .edit-container-logo,
.mj-grid-block .mj-tile--bg-transp-white .edit-container-logo {
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .icon-download,
.mj-tile--bg-transp-white .icon-download,
.mj-grid-block .mj-tile--bg-transp-white .icon-download {
  color: #000000;
}
.tile--bg-transp-white.radio svg,
.mj-tile--bg-transp-white.radio svg,
.mj-grid-block .mj-tile--bg-transp-white.radio svg {
  background-color: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white.radio svg g,
.mj-tile--bg-transp-white.radio svg g,
.mj-grid-block .mj-tile--bg-transp-white.radio svg g {
  fill: #000000;
}
.tile--bg-transp-white.radio svg g path:first-child,
.mj-tile--bg-transp-white.radio svg g path:first-child,
.mj-grid-block .mj-tile--bg-transp-white.radio svg g path:first-child {
  fill: #000000;
}
.tile--bg-transp-white .menu__link-13--table,
.mj-tile--bg-transp-white .menu__link-13--table,
.mj-grid-block .mj-tile--bg-transp-white .menu__link-13--table {
  border-color: #000000;
}
.tile--bg-transp-white .menu__link-13--arrow,
.mj-tile--bg-transp-white .menu__link-13--arrow,
.mj-grid-block .mj-tile--bg-transp-white .menu__link-13--arrow {
  color: #000000;
}
.tile--bg-transp-white .mj-autocomplete .mj-autocomplete-input,
.mj-tile--bg-transp-white .mj-autocomplete .mj-autocomplete-input,
.mj-grid-block .mj-tile--bg-transp-white .mj-autocomplete .mj-autocomplete-input {
  background: #fff;
  color: #333;
  border: 1px solid;
}
.tile--bg-transp-white .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-tile--bg-transp-white .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor,
.mj-grid-block .mj-tile--bg-transp-white .mj-autocomplete .mj-autocomplete-suggestion.mj-autocomplete-cursor {
  background-color: rgba(255, 255, 255, 0.2);
}
.tile--bg-transp-white .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-tile--bg-transp-white .mj-autocomplete .mj-autocomplete-dropdown-menu,
.mj-grid-block .mj-tile--bg-transp-white .mj-autocomplete .mj-autocomplete-dropdown-menu {
  background-color: #fff;
  color: #333;
  border: 1px solid #000000;
}
.tile--bg-transp-white .star-rev,
.mj-tile--bg-transp-white .star-rev,
.mj-grid-block .mj-tile--bg-transp-white .star-rev {
  color: #000000;
}
.tile--bg-transp-white .menu,
.mj-tile--bg-transp-white .menu,
.mj-grid-block .mj-tile--bg-transp-white .menu {
  color: #000000;
}
.tile--bg-transp-white .menu_item,
.mj-tile--bg-transp-white .menu_item,
.mj-grid-block .mj-tile--bg-transp-white .menu_item {
  color: #000000;
  background: transparent;
}
.tile--bg-transp-white .menu_item:not(.active):hover,
.mj-tile--bg-transp-white .menu_item:not(.active):hover,
.mj-grid-block .mj-tile--bg-transp-white .menu_item:not(.active):hover {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .menu_item.active,
.mj-tile--bg-transp-white .menu_item.active,
.mj-grid-block .mj-tile--bg-transp-white .menu_item.active {
  color: #4ac6fa;
  background: #03435f;
}
.tile--bg-transp-white .menu_link,
.mj-tile--bg-transp-white .menu_link,
.mj-grid-block .mj-tile--bg-transp-white .menu_link,
.tile--bg-transp-white .menu_link:hover,
.mj-tile--bg-transp-white .menu_link:hover,
.mj-grid-block .mj-tile--bg-transp-white .menu_link:hover {
  color: inherit;
  background: transparent;
}
.tile--bg-transp-white .page--excerpt,
.mj-tile--bg-transp-white .page--excerpt,
.mj-grid-block .mj-tile--bg-transp-white .page--excerpt {
  border-color: #000000;
}
.tile--bg-transp-white .page--excerpt--bordered,
.mj-tile--bg-transp-white .page--excerpt--bordered,
.mj-grid-block .mj-tile--bg-transp-white .page--excerpt--bordered {
  border-color: #000000;
}
.tile--bg-transp-white .menu__submenu li ul,
.mj-tile--bg-transp-white .menu__submenu li ul,
.mj-grid-block .mj-tile--bg-transp-white .menu__submenu li ul {
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .menu__submenu li ul li,
.mj-tile--bg-transp-white .menu__submenu li ul li,
.mj-grid-block .mj-tile--bg-transp-white .menu__submenu li ul li {
  color: #000000;
}
.tile--bg-transp-white .menu__submenu li ul li.active,
.mj-tile--bg-transp-white .menu__submenu li ul li.active,
.mj-grid-block .mj-tile--bg-transp-white .menu__submenu li ul li.active {
  color: #4ac6fa;
  background: #03435f;
}
.tile--bg-transp-white .img-link__text a,
.mj-tile--bg-transp-white .img-link__text a,
.mj-grid-block .mj-tile--bg-transp-white .img-link__text a {
  color: #000000;
}
.tile--bg-transp-white .img-link__text a:hover,
.mj-tile--bg-transp-white .img-link__text a:hover,
.mj-grid-block .mj-tile--bg-transp-white .img-link__text a:hover {
  color: #4ac6fa;
}
.tile--bg-transp-white .page--excerpt_link,
.mj-tile--bg-transp-white .page--excerpt_link,
.mj-grid-block .mj-tile--bg-transp-white .page--excerpt_link,
.tile--bg-transp-white .page-showcase_link,
.mj-tile--bg-transp-white .page-showcase_link,
.mj-grid-block .mj-tile--bg-transp-white .page-showcase_link {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
  border-color: #000000;
}
.tile--bg-transp-white .page--excerpt_link:not(.active):hover,
.mj-tile--bg-transp-white .page--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--bg-transp-white .page--excerpt_link:not(.active):hover,
.tile--bg-transp-white .page-showcase_link:not(.active):hover,
.mj-tile--bg-transp-white .page-showcase_link:not(.active):hover,
.mj-grid-block .mj-tile--bg-transp-white .page-showcase_link:not(.active):hover {
  color: #4ac6fa;
  background: #03435f;
  border-color: #4ac6fa;
}
.tile--bg-transp-white .review--excerpt_link,
.mj-tile--bg-transp-white .review--excerpt_link,
.mj-grid-block .mj-tile--bg-transp-white .review--excerpt_link {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .review--excerpt_link:not(.active):hover,
.mj-tile--bg-transp-white .review--excerpt_link:not(.active):hover,
.mj-grid-block .mj-tile--bg-transp-white .review--excerpt_link:not(.active):hover {
  color: #4ac6fa;
  background: #03435f;
}
.tile--bg-transp-white .social_link,
.mj-tile--bg-transp-white .social_link,
.mj-grid-block .mj-tile--bg-transp-white .social_link {
  color: #000000;
  background: transparent;
}
.tile--bg-transp-white .social_link:hover,
.mj-tile--bg-transp-white .social_link:hover,
.mj-grid-block .mj-tile--bg-transp-white .social_link:hover {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .m-line__thin,
.mj-tile--bg-transp-white .m-line__thin,
.mj-grid-block .mj-tile--bg-transp-white .m-line__thin {
  background: #000000;
}
.tile--bg-transp-white .m-line__thick,
.mj-tile--bg-transp-white .m-line__thick,
.mj-grid-block .mj-tile--bg-transp-white .m-line__thick {
  background: #000000;
}
.tile--bg-transp-white .m-line__thick-4,
.mj-tile--bg-transp-white .m-line__thick-4,
.mj-grid-block .mj-tile--bg-transp-white .m-line__thick-4 {
  background: #000000;
}
.tile--bg-transp-white .m-line__thick-6,
.mj-tile--bg-transp-white .m-line__thick-6,
.mj-grid-block .mj-tile--bg-transp-white .m-line__thick-6 {
  background: #000000;
}
.tile--bg-transp-white .m-line__thick-8,
.mj-tile--bg-transp-white .m-line__thick-8,
.mj-grid-block .mj-tile--bg-transp-white .m-line__thick-8 {
  background: #000000;
}
.tile--bg-transp-white .m-line__thick-10,
.mj-tile--bg-transp-white .m-line__thick-10,
.mj-grid-block .mj-tile--bg-transp-white .m-line__thick-10 {
  background: #000000;
}
.tile--bg-transp-white .m-line__dotted,
.mj-tile--bg-transp-white .m-line__dotted,
.mj-grid-block .mj-tile--bg-transp-white .m-line__dotted {
  border-bottom: 1px dashed #000000;
}
.tile--bg-transp-white .m-line__dashed,
.mj-tile--bg-transp-white .m-line__dashed,
.mj-grid-block .mj-tile--bg-transp-white .m-line__dashed {
  border-bottom: 1px dashed #000000;
}
.tile--bg-transp-white .m-line__dotted-2,
.mj-tile--bg-transp-white .m-line__dotted-2,
.mj-grid-block .mj-tile--bg-transp-white .m-line__dotted-2 {
  border-bottom: 2px dashed #000000;
}
.tile--bg-transp-white .m-line__dotted-3,
.mj-tile--bg-transp-white .m-line__dotted-3,
.mj-grid-block .mj-tile--bg-transp-white .m-line__dotted-3 {
  border-bottom: 3px dashed #000000;
}
.tile--bg-transp-white .m-line__dashed-2,
.mj-tile--bg-transp-white .m-line__dashed-2,
.mj-grid-block .mj-tile--bg-transp-white .m-line__dashed-2 {
  border-bottom: 2px dashed #000000;
}
.tile--bg-transp-white .m-line__dashed-3,
.mj-tile--bg-transp-white .m-line__dashed-3,
.mj-grid-block .mj-tile--bg-transp-white .m-line__dashed-3 {
  border-bottom: 3px dashed #000000;
}
.tile--bg-transp-white .m-line__faded,
.mj-tile--bg-transp-white .m-line__faded,
.mj-grid-block .mj-tile--bg-transp-white .m-line__faded {
  background-image: linear-gradient(to right, transparent, #000000, transparent);
}
.tile--bg-transp-white .m-line__faded2,
.mj-tile--bg-transp-white .m-line__faded2,
.mj-grid-block .mj-tile--bg-transp-white .m-line__faded2 {
  background-image: linear-gradient(to right, transparent, #000000, transparent);
}
.tile--bg-transp-white .m-line__faded-3,
.mj-tile--bg-transp-white .m-line__faded-3,
.mj-grid-block .mj-tile--bg-transp-white .m-line__faded-3 {
  background-image: linear-gradient(to right, transparent, #000000, transparent);
}
.tile--bg-transp-white .m-line__faded-4,
.mj-tile--bg-transp-white .m-line__faded-4,
.mj-grid-block .mj-tile--bg-transp-white .m-line__faded-4 {
  background-image: linear-gradient(to right, #000000, transparent);
}
.tile--bg-transp-white .m-line__faded-5,
.mj-tile--bg-transp-white .m-line__faded-5,
.mj-grid-block .mj-tile--bg-transp-white .m-line__faded-5 {
  background-image: linear-gradient(to left, #000000, transparent);
}
.tile--bg-transp-white .m-line__faded-6,
.mj-tile--bg-transp-white .m-line__faded-6,
.mj-grid-block .mj-tile--bg-transp-white .m-line__faded-6 {
  background-image: linear-gradient(to right, #000000, transparent, #000000);
}
.tile--bg-transp-white .m-line__shaded,
.mj-tile--bg-transp-white .m-line__shaded,
.mj-grid-block .mj-tile--bg-transp-white .m-line__shaded {
  box-shadow: inset 0 10px 10px -10px #000000;
}
.tile--bg-transp-white .m-line__shaded-1,
.mj-tile--bg-transp-white .m-line__shaded-1,
.mj-grid-block .mj-tile--bg-transp-white .m-line__shaded-1 {
  box-shadow: inset 0 9px 7px -10px #000000;
}
.tile--bg-transp-white .m-line__shaded-2,
.mj-tile--bg-transp-white .m-line__shaded-2,
.mj-grid-block .mj-tile--bg-transp-white .m-line__shaded-2 {
  box-shadow: inset 0 14px 19px -14px #000000;
}
.tile--bg-transp-white .m-line__shaded-3,
.mj-tile--bg-transp-white .m-line__shaded-3,
.mj-grid-block .mj-tile--bg-transp-white .m-line__shaded-3 {
  box-shadow: inset 0 22px 29px -18px #000000;
}
.tile--bg-transp-white .m-line__shaded-4,
.mj-tile--bg-transp-white .m-line__shaded-4,
.mj-grid-block .mj-tile--bg-transp-white .m-line__shaded-4 {
  box-shadow: inset 0 -21px 24px -26px #000000;
}
.tile--bg-transp-white .m-line__shaded-5,
.mj-tile--bg-transp-white .m-line__shaded-5,
.mj-grid-block .mj-tile--bg-transp-white .m-line__shaded-5 {
  box-shadow: inset 0 -21px 44px -28px #000000;
}
.tile--bg-transp-white .m-line__blur-1,
.mj-tile--bg-transp-white .m-line__blur-1,
.mj-grid-block .mj-tile--bg-transp-white .m-line__blur-1 {
  box-shadow: 0 0 2px 1px #000000;
}
.tile--bg-transp-white .m-line__blur-2,
.mj-tile--bg-transp-white .m-line__blur-2,
.mj-grid-block .mj-tile--bg-transp-white .m-line__blur-2 {
  box-shadow: 0 0 4px 1px #000000;
}
.tile--bg-transp-white .m-line__blur-3,
.mj-tile--bg-transp-white .m-line__blur-3,
.mj-grid-block .mj-tile--bg-transp-white .m-line__blur-3 {
  box-shadow: 0 0 6px 1px #000000;
}
.tile--bg-transp-white .m-line__blur-4,
.mj-tile--bg-transp-white .m-line__blur-4,
.mj-grid-block .mj-tile--bg-transp-white .m-line__blur-4 {
  box-shadow: 0 0 8px 2px #000000;
}
.tile--bg-transp-white .m-line__double,
.mj-tile--bg-transp-white .m-line__double,
.mj-grid-block .mj-tile--bg-transp-white .m-line__double {
  box-shadow: inset 0 0 8px 2px #000000;
}
.tile--bg-transp-white .m-line__artistic,
.mj-tile--bg-transp-white .m-line__artistic,
.mj-grid-block .mj-tile--bg-transp-white .m-line__artistic {
  border-color: transparent;
}
.tile--bg-transp-white .m-line__artistic:before,
.mj-tile--bg-transp-white .m-line__artistic:before,
.mj-grid-block .mj-tile--bg-transp-white .m-line__artistic:before {
  border-color: #000000;
}
.tile--bg-transp-white .m-line__artistic:after,
.mj-tile--bg-transp-white .m-line__artistic:after,
.mj-grid-block .mj-tile--bg-transp-white .m-line__artistic:after {
  border-color: #000000;
}
.tile--bg-transp-white .m-line__editor,
.mj-tile--bg-transp-white .m-line__editor,
.mj-grid-block .mj-tile--bg-transp-white .m-line__editor {
  border-top: medium double #000000;
  color: #000000;
}
.tile--bg-transp-white .m-line__double,
.mj-tile--bg-transp-white .m-line__double,
.mj-grid-block .mj-tile--bg-transp-white .m-line__double {
  background: #000000;
}
.tile--bg-transp-white .m-line__double:after,
.mj-tile--bg-transp-white .m-line__double:after,
.mj-grid-block .mj-tile--bg-transp-white .m-line__double:after {
  background: #262626;
}
.tile--bg-transp-white .m-btn,
.mj-tile--bg-transp-white .m-btn,
.mj-grid-block .mj-tile--bg-transp-white .m-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}
.tile--bg-transp-white .m-btn__primary,
.mj-tile--bg-transp-white .m-btn__primary,
.mj-grid-block .mj-tile--bg-transp-white .m-btn__primary {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
  margin-left: 5px;
  border: 1px solid #000000;
}
.tile--bg-transp-white .m-btn__primary:hover,
.mj-tile--bg-transp-white .m-btn__primary:hover,
.mj-grid-block .mj-tile--bg-transp-white .m-btn__primary:hover {
  color: #4ac6fa;
  background: #03435f;
  border: 1px solid #03374f;
}
.tile--bg-transp-white .mj-button_booking,
.mj-tile--bg-transp-white .mj-button_booking,
.mj-grid-block .mj-tile--bg-transp-white .mj-button_booking {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .locale__sub-menu-content,
.mj-tile--bg-transp-white .locale__sub-menu-content,
.mj-grid-block .mj-tile--bg-transp-white .locale__sub-menu-content {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .locale__sub-menu,
.mj-tile--bg-transp-white .locale__sub-menu,
.mj-grid-block .mj-tile--bg-transp-white .locale__sub-menu {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .locale__sub-menu li a,
.mj-tile--bg-transp-white .locale__sub-menu li a,
.mj-grid-block .mj-tile--bg-transp-white .locale__sub-menu li a {
  color: #000000;
}
.tile--bg-transp-white .locale__container_hor,
.mj-tile--bg-transp-white .locale__container_hor,
.mj-grid-block .mj-tile--bg-transp-white .locale__container_hor {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .mj-btn__mosajco,
.mj-tile--bg-transp-white .mj-btn__mosajco,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
  user-select: none;
  text-decoration: none;
}
.tile--bg-transp-white .mj-btn__mosajco:hover,
.mj-tile--bg-transp-white .mj-btn__mosajco:hover,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco:hover {
  color: #4ac6fa;
  background: #03435f;
  text-decoration: none;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-1,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-1,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-1 {
  border-color: #000000;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-1:hover,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-1:hover,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-1:hover {
  border-color: #03374f;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-2:hover,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-2:hover,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-2:hover {
  background: rgba(255, 255, 255, 0.7);
}
.tile--bg-transp-white .mj-btn__mosajco--adv-4:hover,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-4:hover,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-4:hover {
  background: transparent;
  text-decoration: none;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-4:hover::after,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-4:hover::after,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-4:hover::after {
  background: #03435f;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-5,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-5,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-5 {
  border-color: #000000;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-5:hover,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-5:hover,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-5:hover {
  border-color: #03374f;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-6,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-6,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-6 {
  background: transparent;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-6:hover,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-6:hover,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-6:hover {
  background: transparent;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-7,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-7,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-7 {
  background: transparent;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-7:hover,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-7:hover,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-7:hover {
  background: transparent;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-9,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-9,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-9 {
  border-color: #000000;
  background: transparent;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-9:hover,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-9:hover,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-9:hover {
  color: #4ac6fa;
  background: transparent;
  text-decoration: none;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-10,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-10,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-10 {
  background: transparent;
}
.tile--bg-transp-white .mj-btn__mosajco--adv-10:hover,
.mj-tile--bg-transp-white .mj-btn__mosajco--adv-10:hover,
.mj-grid-block .mj-tile--bg-transp-white .mj-btn__mosajco--adv-10:hover {
  color: #4ac6fa;
  background: transparent;
  text-decoration: none;
}
.tile--bg-transp-white .menu_custom_14,
.mj-tile--bg-transp-white .menu_custom_14,
.mj-grid-block .mj-tile--bg-transp-white .menu_custom_14 {
  color: #000000;
}
.tile--bg-transp-white .menu_custom_15,
.mj-tile--bg-transp-white .menu_custom_15,
.mj-grid-block .mj-tile--bg-transp-white .menu_custom_15 {
  color: #000000;
}
.tile--bg-transp-white .booking__label,
.mj-tile--bg-transp-white .booking__label,
.mj-grid-block .mj-tile--bg-transp-white .booking__label {
  color: #000000;
}
.tile--bg-transp-white .booking__icon,
.mj-tile--bg-transp-white .booking__icon,
.mj-grid-block .mj-tile--bg-transp-white .booking__icon {
  color: #000000;
}
.tile--bg-transp-white .input-line,
.mj-tile--bg-transp-white .input-line,
.mj-grid-block .mj-tile--bg-transp-white .input-line {
  border-color: #000000;
  color: rgba(255, 255, 255, 0.7);
}
/*
 |
 | dato che le decorazioni per immagini e slider vengono applicate solo su normale
 | Ã¨ necessario applicarle unicamente sulle tessere che non sono griglie in modo
 | da evitare override indesiderati sulle tessere interne alla griglia.
 |
 */
.mj-tile-container:not(.mj-grid-tile-container) .mj-tile--primary .container-image img:not(.tile-slider__image),
.mj-tile-container:not(.mj-grid-tile-container) .mj-tile--alternative .container-image img:not(.tile-slider__image),
.mj-tile-container:not(.mj-grid-tile-container) .mj-tile--primary .img-title-text-image img,
.mj-tile-container:not(.mj-grid-tile-container) .mj-tile--alternative .img-title-text-image img {
  box-shadow: 0px 0px 3px #333333;
  padding: 3px;
  background: #fff;
  border-radius: 3px;
}
.mj-tile-container:not(.mj-grid-tile-container) .mj-tile--primary .tile-slider__container,
.mj-tile-container:not(.mj-grid-tile-container) .mj-tile--alternative .tile-slider__container {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  position: relative;
}
.mj-tile-container:not(.mj-grid-tile-container) .mj-tile--primary .tile-slider__container:after,
.mj-tile-container:not(.mj-grid-tile-container) .mj-tile--alternative .tile-slider__container:after {
  content: " ";
  box-shadow: 0 0 18px 7px rgba(0, 0, 0, 0.7);
  display: table;
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 6px;
  z-index: -1;
  -webkit-transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg);
}
.radio {
  padding: 0 !important;
}
.radio svg {
  width: 100%;
  height: 100%;
}
.radio.mj-tile--white {
  background-color: #ccc;
}
.radio.mj-tile--bg-transp-white,
.radio.mj-tile--bg-transp-black,
.radio.mj-tile--hl-transp-primary,
.radio.mj-tile--hl-transp-alternative {
  background-image: url("/images/_sys/tile-option/transp-bg.jpg");
  background-size: cover;
}
.nav-menu .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  min-height: 29px;
  line-height: 29px;
}
.nav-menu .nav &gt; li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.nav-menu .nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 8px 20px 8px 20px;
  text-transform: none;
  border-radius: 4px;
  background-color: #03435f;
  color: #4ac6fa;
}
.nav-menu .nav &gt; li &gt; a:hover {
  background-color: #0575a5;
  color: #03374f;
}
.nav-menu .nav &gt; li &gt; a:hover,
.nav-menu .nav &gt; li &gt; a:focus {
  text-decoration: none;
  font-weight: normal;
}
.nav-menu .nav li.active a {
  background: #023344;
  color: #0683b9;
}
.nav-pills li.add {
  padding: 0;
}
.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 3px;
  background-color: transparent;
  font-size: 16px;
  padding: 3px 10px;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-stacked {
  padding: 0;
}
.nav-stacked &gt; li {
  float: none;
  border-radius: 4px;
}
.nav-stacked &gt; li &gt; a {
  font-size: 16px;
  padding: 10px 10px 10px 10px;
}
.nav-stacked &gt; li + li {
  margin-top: 0;
  margin-left: 0;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.nav-menu-header {
  min-height: 45px;
  line-height: 45px;
  background: transparent;
  border-radius: 6px;
}
.nav-menu-header button.add-menu {
  height: 45px;
  width: 45px;
  background: #ff7300;
  color: #fff;
  border-radius: 50%;
  border: none;
  line-height: 100%;
  margin-right: 10px;
}
button.add-menu {
  height: 35px;
  width: 35px;
  background: #ff7300;
  color: #fff;
  border-radius: 50%;
  border: none;
  line-height: 100%;
  margin: 3px;
  font-size: small;
}
.nav-menu-sidebar {
  border-radius: 6px;
}
.nav-menu-sidebar li.add {
  padding: 10px 10px 10px 10px;
}
.nav-menu-sidebar button.add-menu {
  height: 30px;
  width: 30px;
  background: #ff7300;
  color: #fff;
  border-radius: 50%;
  border: none;
  line-height: 100%;
  padding: 10px;
}
.nav-menu-footer {
  height: 45px;
  line-height: 45px;
  background: transparent;
  border-radius: 6px;
}
.nav-menu-footer button.add-menu {
  height: 45px;
  width: 45px;
  background: #ff7300;
  color: #fff;
  border-radius: 50%;
  border: none;
  line-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Muli, serif;
}
.jumbotron {
  padding: 20px 20px 20px 20px;
  margin-bottom: 0;
  color: #032433;
  background-color: #03435f;
  border: 1px solid #010f15;
  border-radius: 6px;
}
.jumbotron h2,
.jumbotron .h2 {
  color: #068dc7;
}
.jumbotron p {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 200;
}
.jumbotron &gt; hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 100px 20px 100px 20px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jumbotron h2,
  .jumbotron .h2 {
    font-size: 34px;
  }
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.btn-primary {
  background-color: #03435f;
  color: #4ac6fa;
  border-color: #03435f;
}
.btn-primary:hover {
  background-color: #0575a5;
  color: #03374f;
}
.btn-primary:hover {
  border-color: #0575a5;
}
.input-map-false {
  display: none;
}
#mj-chat-container {
  position: fixed;
  width: 300px;
  bottom: 0;
  right: 30px;
  z-index: 100;
  background-color: #222222;
  border: 1px solid #222222;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: max-height 300ms ease-in-out;
}
@media (max-width: 991px) {
  #mj-chat-container {
    right: 0;
    width: 100%;
    max-height: 0;
  }
}
@media (max-width: 991px) {
  #mj-chat-container.active {
    max-height: 400px;
  }
}
#mj-chat-container.active {
  max-height: 400px;
}
#mj-chat-container .mj-chat-header {
  height: 40px;
  color: white;
  padding: 0;
  cursor: pointer;
}
#mj-chat-container .mj-chat-header span {
  display: inline-block;
  width: 230px;
  height: 38px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 28px;
}
#mj-chat-container .mj-chat-header .btn {
  font-size: 12px;
}
#mj-chat-container .mj-chat-header:before,
#mj-chat-container .mj-chat-header:after {
  content: " ";
  display: table;
}
#mj-chat-container .mj-chat-header:after {
  clear: both;
}
#mj-chat-container .mj-chat-header:before,
#mj-chat-container .mj-chat-header:after {
  content: " ";
  display: table;
}
#mj-chat-container .mj-chat-header:after {
  clear: both;
}
#mj-chat-container .mj-chat-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}
@media (max-width: 991px) {
  #mj-chat-container .mj-chat-body {
    overflow: inherit;
    max-height: 0;
  }
}
#mj-chat-container.active .mj-chat-body {
  max-height: 335px;
}
@media (max-width: 991px) {
  #mj-chat-container.active .mj-chat-body {
    max-height: 335px;
  }
}
#mj-chat-container .mj-chat-footer {
  text-align: right;
  cursor: pointer;
}
#mj-chat-container .mj-chat-footer img {
  max-height: 20px;
}
#mj-chat-container:not(.active) .mj-chat-footer {
  max-height: 0;
}
#mj-chat-container .mj-chat-send-message {
  padding: 5px 5px 0 5px;
  background-color: #fff;
  position: relative;
}
#mj-chat-container .mj-chat-send-message textarea.form-control {
  display: inline-block;
  width: 220px;
  resize: none;
}
@media (max-width: 991px) {
  #mj-chat-container .mj-chat-send-message textarea.form-control {
    width: calc(100% - 67px);
  }
}
#mj-chat-container .mj-chat-send-message button {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 16px;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
#mj-chat-container .mj-chat-send-message button:hover,
#mj-chat-container .mj-chat-send-message button:focus,
#mj-chat-container .mj-chat-send-message button.focus,
#mj-chat-container .mj-chat-send-message button:active,
#mj-chat-container .mj-chat-send-message button.active,
.open &gt; .dropdown-toggle#mj-chat-container .mj-chat-send-message button {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
#mj-chat-container .mj-chat-send-message button:active,
#mj-chat-container .mj-chat-send-message button.active,
.open &gt; .dropdown-toggle#mj-chat-container .mj-chat-send-message button {
  background-image: none;
}
#mj-chat-container .mj-chat-send-message button.disabled,
#mj-chat-container .mj-chat-send-message button[disabled],
fieldset[disabled] #mj-chat-container .mj-chat-send-message button,
#mj-chat-container .mj-chat-send-message button.disabled:hover,
#mj-chat-container .mj-chat-send-message button[disabled]:hover,
fieldset[disabled] #mj-chat-container .mj-chat-send-message button:hover,
#mj-chat-container .mj-chat-send-message button.disabled:focus,
#mj-chat-container .mj-chat-send-message button[disabled]:focus,
fieldset[disabled] #mj-chat-container .mj-chat-send-message button:focus,
#mj-chat-container .mj-chat-send-message button.disabled.focus,
#mj-chat-container .mj-chat-send-message button[disabled].focus,
fieldset[disabled] #mj-chat-container .mj-chat-send-message button.focus,
#mj-chat-container .mj-chat-send-message button.disabled:active,
#mj-chat-container .mj-chat-send-message button[disabled]:active,
fieldset[disabled] #mj-chat-container .mj-chat-send-message button:active,
#mj-chat-container .mj-chat-send-message button.disabled.active,
#mj-chat-container .mj-chat-send-message button[disabled].active,
fieldset[disabled] #mj-chat-container .mj-chat-send-message button.active {
  background-color: #333333;
  border-color: #333333;
}
#mj-chat-container .mj-chat-send-message button .badge {
  color: #333333;
  background-color: #ffffff;
}
#mj-chat-container iframe {
  width: 100%;
  height: 335px;
}
#mj-chat-container .btn-link {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
#mj-chat-container .btn-link:hover,
#mj-chat-container .btn-link:focus,
#mj-chat-container .btn-link.focus,
#mj-chat-container .btn-link:active,
#mj-chat-container .btn-link.active,
.open &gt; .dropdown-toggle#mj-chat-container .btn-link {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
#mj-chat-container .btn-link:active,
#mj-chat-container .btn-link.active,
.open &gt; .dropdown-toggle#mj-chat-container .btn-link {
  background-image: none;
}
#mj-chat-container .btn-link.disabled,
#mj-chat-container .btn-link[disabled],
fieldset[disabled] #mj-chat-container .btn-link,
#mj-chat-container .btn-link.disabled:hover,
#mj-chat-container .btn-link[disabled]:hover,
fieldset[disabled] #mj-chat-container .btn-link:hover,
#mj-chat-container .btn-link.disabled:focus,
#mj-chat-container .btn-link[disabled]:focus,
fieldset[disabled] #mj-chat-container .btn-link:focus,
#mj-chat-container .btn-link.disabled.focus,
#mj-chat-container .btn-link[disabled].focus,
fieldset[disabled] #mj-chat-container .btn-link.focus,
#mj-chat-container .btn-link.disabled:active,
#mj-chat-container .btn-link[disabled]:active,
fieldset[disabled] #mj-chat-container .btn-link:active,
#mj-chat-container .btn-link.disabled.active,
#mj-chat-container .btn-link[disabled].active,
fieldset[disabled] #mj-chat-container .btn-link.active {
  background-color: transparent;
  border-color: transparent;
}
#mj-chat-container .btn-link .badge {
  color: transparent;
  background-color: #ffffff;
}
#mj-chat-container .btn-link:focus {
  outline: none;
}
#mj-chat-container.highlight .mj-chat-header {
  color: red;
}
#mj-chat-container.highlight .mj-chat-header i,
#mj-chat-container.highlight .mj-chat-header p {
  color: red !important;
}
@media (max-width: 991px) {
  #mj-chat-container button p {
    display: none;
  }
  #mj-chat-container:not(.active) .actions {
    position: fixed;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #333;
    bottom: 10px;
    right: 10px;
    text-align: center;
    z-index: 999;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    padding: 0;
  }
  #mj-chat-container:not(.active) .actions .btn {
    text-decoration: none;
  }
  #mj-chat-container:not(.active) .actions i {
    font-size: 27px;
    margin-top: 4px;
  }
  #mj-chat-container:not(.active) .actions p {
    font-size: 17px;
    color: #ff7300;
    display: block;
  }
  #mj-chat-container:not(.active) .actions .fa-chevron-up:before {
    content: "\f075";
  }
}
#mj-chat-container .actions {
  padding: 7px 15px 7px 0;
}
@media (max-width: 992px) {
  .page__content {
    margin-bottom: 54px;
  }
  .nav {
    background: #03435f;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    height: 44px;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 10002;
  }
  .nav a {
    text-decoration: none;
  }
  .nav__list {
    float: right;
  }
  .nav__item {
    cursor: pointer;
    display: block;
    float: left;
    height: 44px;
    position: relative;
    transition: all .2s;
    width: 44px;
    color: #4ac6fa;
  }
  .nav__item:focus,
  .nav__item:active,
  .nav__item:visited,
  .nav__item:hover {
    color: #4ac6fa;
    background: #03435f;
    text-decoration: none;
  }
  .nav__item.m-active:focus,
  .nav__item.m-active:active,
  .nav__item.m-active:visited {
    color: #4ac6fa;
    background: #03435f;
    text-decoration: none;
  }
  .nav__item-icon {
    content: "";
    display: block;
    margin: 8px auto 0;
    width: 21px;
    font-size: 26px;
  }
  .nav__item-icon:focus,
  .nav__item-icon:active,
  .nav__item-icon:visited {
    color: #4ac6fa;
    background: #03435f;
    text-decoration: none;
  }
  .nav__title {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 0 44px;
    padding: 14px 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .aside {
    background: #03435f;
    color: #ffffff;
    font-size: 17px;
    left: -110%;
    padding-left: 10%;
    position: fixed;
    transition: left 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    z-index: 10001;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    overflow: auto;
    height: calc(100% - 98px);
  }
  .aside__header {
    border-bottom: 1px solid #4ac6fa;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 16px 12px 0;
    text-transform: uppercase;
  }
  .aside__item .aside__item .aside__text {
    border-top: 1px solid #a4e1fd;
  }
  .aside__item li {
    list-style: none;
  }
  .aside__item ul {
    padding: 0;
  }
  .aside__link {
    background: #03435f;
    color: #ffffff;
    display: block;
    font-size: 17px;
    margin: 0;
    position: relative;
    transition: all .2s;
  }
  .aside__link-active {
    color: #4ac6fa;
  }
  .aside__link:hover {
    background: #03435f;
    color: #a4e1fd;
    text-decoration: none;
  }
  .aside__text {
    display: block;
    line-height: 21px;
    margin: 0 0 0 12px;
    min-height: 21px;
    padding: 13px 12px 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .aside__icon {
    float: left;
    margin: 0 12px 0 0;
    height: 21px;
    width: 21px;
  }
  .aside__login {
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
    position: absolute;
    right: 0;
  }
  .mj-container.m-show-aside .aside {
    left: -10%;
  }
  .mobile__form-control--select {
    width: 60px;
    padding: 0 !important;
    float: right;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 3px;
  }
  .mobile__social {
    text-align: center;
    background: transparent;
    padding: 20px;
  }
  .mobile__book-now-img {
    height: 40px;
    margin-top: 2px;
    margin-left: 10px;
  }
  .mobile__bottom-bar {
    width: 100%;
    height: 54px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10002;
    background: #03435f;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .mobile__bottom-button {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    background: #03435f;
    padding: 8px;
    border: 1px solid #4ac6fa;
    text-transform: uppercase;
    font-size: 12px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
  }
  .mobile__bottom-button:focus,
  .mobile__bottom-button:active,
  .mobile__bottom-button:visited,
  .mobile__bottom-button:hover {
    color: #4ac6fa;
    background: #03435f;
    text-decoration: none;
  }
  .mobile__bottom-icon {
    font-size: large;
    margin-right: 4px;
  }
  .mobile__btn-up {
    width: 26px;
    color: #ffffff;
    background: #03435f;
    text-transform: uppercase;
    font-size: small;
  }
  .mobile__icon--up {
    font-size: 30px;
  }
  .mobile__backdrop {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
  }
  [data-expand-field] {
    height: 0;
    overflow: hidden;
  }
  .mobile__language-container {
    float: right;
    margin-right: 10px;
  }
  .mobile__language-container ul {
    display: none;
    margin: 0;
    padding: 0;
  }
  .mobile__language-container ul {
    display: block;
    position: absolute;
    right: 0;
    top: 34px;
    z-index: 10;
    margin-top: 10px;
  }
  .mobile__language-container ul &gt; li {
    background: #03435f;
    color: #ffffff;
    border: 1px solid #4ac6fa;
    padding: 15px 30px;
    list-style: none;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px #4ac6fa;
  }
  .mobile__language-container ul &gt; li:first-child {
    border-bottom: none;
  }
  .mobile__language-container ul &gt; li &gt; a {
    color: #ffffff;
  }
  .mobile__language-content {
    display: inline-block;
    height: 100%;
    color: #4ac6fa;
    text-transform: uppercase;
    vertical-align: middle;
    margin-top: 12px;
    font-weight: bold;
  }
}
div.cookiebanner {
  position: fixed;
  font-size: 12px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  bottom: 1em;
  right: 1em;
  z-index: 10002;
  width: 325px;
  padding: 15px;
  color: #303030;
  border-radius: 6px;
  max-width: 320px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.08);
  cursor: default;
  opacity: .98;
  line-height: 1.5;
  background: #f9fafc;
  margin: 10px 0px 10px 10px;
  overflow: hidden;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.75s, height 0s;
  transition: all 0.75s, height 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 1.37, 0.44, 0.93);
  transition-timing-function: cubic-bezier(0.25, 1.37, 0.44, 0.93);
  -webkit-tap-highlight-color: transparent;
}
div.cookiebanner::before {
  content: "";
  display: inline-block;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NjQgNDY0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NjQgNDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiNCOTc4NTA7IiBkPSJNNDU1Ljk5NiwyMjUuODcyQzQ0My41NjMsMjMwLjQzOCw0MjkuOTQzLDIzMiw0MTYsMjMyYy02LjUzMywwLTEyLjkwNy0wLjYxOS0xOS4xOTUtMS41MSAgICAgYy0wLjU5NCwwLjY5Ni0xLjEzNiwxLjQzNC0xLjg5MSwyLjAwM2wtMTMuNTQ2LDEwLjIyNmMtNC4zOTQsMy4zMTctMTAuNDE4LDMuNDUtMTQuOTU1LDAuMzNMMzQ3LjgsMjMwLjI0OCAgICAgYy01LjI0NS0zLjYwNy02LjYzLTguNTQ2LTMuOC0xNC4yNDhsMCwwYzAuNjYzLTEuMzM2LDEuMjI0LTQuMDQ3LTEuNDYtNS43MTFDMzA0LjU1MywxODYuNzQzLDI4MCwxNDQuMDEzLDI4MCw5NiAgICAgYzAtMjcuNTQyLDguMjcxLTUzLjEwNCwyMi4zNjQtNzQuNTA0YzIuOTQ0LTQuNDcsMC41NzgtMTAuNDUyLTQuNTU0LTExLjk3MWMtMjQuMjg2LTcuMTg5LTUwLjIxNC0xMC41NDctNzcuMTIxLTkuMjUyICAgICBDMTAzLjE3Niw1LjkyNSw2Ljk2NSwxMDEuMTYzLDAuMzc2LDIxOC42MjhDLTcuMTUzLDM1Mi44MjQsOTkuNDQxLDQ2NCwyMzIsNDY0YzEyOC4xMywwLDIzMi0xMDMuODcsMjMyLTIzMiAgICAgQzQ2NCwyMjkuMDQ5LDQ2MiwyMjMuNjY3LDQ1NS45OTYsMjI1Ljg3MnoiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggc3R5bGU9ImZpbGw6I0E1Njk0QjsiIGQ9Ik05NiwyMzJDOTYsMTIwLjMzLDE3NC45MDcsMjcuMTEzLDI4MCw1Yy0xNS40OTEtMy4yNTktMzEuNTQtNS00OC01QzEwMy44NywwLDAsMTAzLjg2OSwwLDIzMiAgICAgYzAsMTI4LjEzLDEwMy44NywyMzIsMjMyLDIzMmMxNi40NiwwLDMyLjUwOS0xLjc0MSw0OC01QzE3NC45MDcsNDM2Ljg4Niw5NiwzNDMuNjcsOTYsMjMyeiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBzdHlsZT0iZmlsbDojNzM0QjQ2OyIgZD0iTTE5Mi41LDIyNC4yNDJsLTcuOTY1LDIzLjg5NWMtMi41MTgsNy41NTQsMC45MDIsMTUuODEsOC4wMjQsMTkuMzdsMjUuMjc0LDEyLjYzNyAgICAgYzYuMTYsMy4wOCwxMy41OTksMS44NzMsMTguNDY5LTIuOTk3bDE1LjAxMi0xNS4wMTJjNS4xOTEtNS4xOTEsNi4xODQtMTMuMjUsMi40MDYtMTkuNTQ2bC0xMi45MTItMjEuNTIgICAgIGMtMi44OTItNC44MTktOC4xLTcuNzY4LTEzLjcyLTcuNzY4aC0xOS40MDlDMjAwLjc5MiwyMTMuMzAxLDE5NC42NzgsMjE3LjcwOCwxOTIuNSwyMjQuMjQyeiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBzdHlsZT0iZmlsbDojNzM0QjQ2OyIgZD0iTTEwNC4wMTgsMTIwLjE5Nmw3LjU3LDI0LjAyM2MyLjM5Myw3LjU5NCwxMC4wMDYsMTIuMjczLDE3Ljg2MiwxMC45NzlsMjcuODgxLTQuNTk1ICAgICBjNi43OTUtMS4xMiwxMi4xMTEtNi40NjMsMTMuMTk4LTEzLjI2M2wzLjM0OS0yMC45NjRjMS4xNTgtNy4yNS0yLjc2Ny0xNC4zNTgtOS41MTktMTcuMjRsLTIzLjA4Mi05Ljg1MSAgICAgYy01LjE2OS0yLjIwNi0xMS4xMTctMS41MzgtMTUuNjY4LDEuNzU5bC0xNS43MTcsMTEuMzg3QzEwNC4zMTQsMTA2LjQ3MiwxMDEuOTQ4LDExMy42MjgsMTA0LjAxOCwxMjAuMTk2eiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBzdHlsZT0iZmlsbDojNzM0QjQ2OyIgZD0iTTI3NC43MzcsOTYuNDM3bC0yMC4yNSwxNC45NzhjLTYuNDAyLDQuNzM1LTguMzQ4LDEzLjQ1Ni00LjU2NiwyMC40NjNsMTMuNDIxLDI0Ljg2NiAgICAgYzMuMjcxLDYuMDYsMTAuMDUzLDkuMzQ4LDE2LjgzNyw4LjE2MWwyMC45MTMtMy42NThjNy4yMzItMS4yNjUsMTIuNjc1LTcuMjksMTMuMjAyLTE0LjYxM2wxLjgtMjUuMDMxICAgICBjMC40MDMtNS42MDYtMi4xNjQtMTEuMDEyLTYuNzY0LTE0LjI0MmwtMTUuODg0LTExLjE1NEMyODcuODExLDkyLjI0OSwyODAuMjc0LDkyLjM0MiwyNzQuNzM3LDk2LjQzN3oiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggc3R5bGU9ImZpbGw6IzczNEI0NjsiIGQ9Ik02My4wODEsMjU0LjA2NWw1LjI3OCwxOS40MzJjMS42NjksNi4xNDMsNy42LDEwLjEyNCwxMy45MTcsOS4zNDFsMjIuNDE5LTIuNzc5ICAgICBjNS40NjQtMC42NzcsOS44ODItNC43NzUsMTAuOTY3LTEwLjE3M2wzLjM0Ni0xNi42NGMxLjE1Ny01Ljc1NC0xLjc1MS0xMS41NTgtNy4wNTItMTQuMDc2bC0xOC4xMjMtOC42MDggICAgIGMtNC4wNTktMS45MjgtOC44MzEtMS41ODUtMTIuNTcyLDAuOTA0bC0xMi45MTksOC41OTRDNjMuNzU3LDI0My4xMTIsNjEuNjM4LDI0OC43NTIsNjMuMDgxLDI1NC4wNjV6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiM3MzRCNDY7IiBkPSJNMzQ0LjM0OSwzMDEuOTZsLTI0LjU0Mi01LjY2NWMtNy43NTgtMS43OTEtMTUuNjUzLDIuMzk1LTE4LjUyMyw5LjgyM2wtMTAuMTg2LDI2LjM1NyAgICAgYy0yLjQ4Myw2LjQyNC0wLjU3NiwxMy43MTYsNC43MzMsMTguMTAybDE2LjM2NywxMy41MjJjNS42Niw0LjY3NiwxMy43NzYsNC45LDE5LjY4NiwwLjU0NGwyMC4yLTE0Ljg5MiAgICAgYzQuNTI0LTMuMzM1LDYuOTY2LTguNzk5LDYuNDMzLTE0LjM5NGwtMS44MzktMTkuMzIyQzM1Ni4wMjYsMzA5LjE3OSwzNTEuMDU5LDMwMy41MSwzNDQuMzQ5LDMwMS45NnoiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggc3R5bGU9ImZpbGw6IzczNEI0NjsiIGQ9Ik0xOTYuODE0LDM2OC43MjJsLTEzLjI4Ny0xNS4wODljLTQuMi00Ljc3LTExLjI2OS01LjcyNi0xNi41ODUtMi4yNDJsLTE4Ljg2NiwxMi4zNjIgICAgIGMtNC41OTgsMy4wMTMtNi43NTIsOC42My01LjM0OCwxMy45NDVsNC4zMjksMTYuMzg0YzEuNDk3LDUuNjY2LDYuNjU4LDkuNTg2LDEyLjUxOCw5LjUwOGwyMC4wMy0wLjI2NyAgICAgYzQuNDg2LTAuMDYsOC42MTEtMi40NjksMTAuODY4LTYuMzQ2bDcuNzkzLTEzLjM5QzIwMS4wMzIsMzc4LjgzNiwyMDAuNDQ2LDM3Mi44NDgsMTk2LjgxNCwzNjguNzIyeiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBzdHlsZT0iZmlsbDojNjQ0MTQxOyIgZD0iTTEyOC45NTUsMTQ0LjIxOWwtNy41Ny0yNC4wMjNjLTIuMDctNi41NjgsMC4yOTYtMTMuNzI1LDUuODczLTE3Ljc2NmwxNS43MTctMTEuMzg3ICAgICBjMC4zMzMtMC4yNDIsMC43MTktMC4zNjUsMS4wNjYtMC41NzlsLTIuNzY2LTEuMTgxYy01LjE2OS0yLjIwNS0xMS4xMTctMS41MzctMTUuNjY4LDEuNzZMMTA5Ljg5LDEwMi40MyAgICAgYy01LjU3Nyw0LjA0MS03Ljk0MywxMS4xOTctNS44NzMsMTcuNzY2bDcuNTcsMjQuMDIzYzIuMzkzLDcuNTk0LDEwLjAwNiwxMi4yNzMsMTcuODYyLDEwLjk3OWw4LjA0Ni0xLjMyNiAgICAgQzEzMy41NDEsMTUyLjAzMiwxMzAuMzQ5LDE0OC42NDUsMTI4Ljk1NSwxNDQuMjE5eiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBzdHlsZT0iZmlsbDojNjQ0MTQxOyIgZD0iTTI4MC43MDksMTU2Ljc0NWwtMTMuNDIxLTI0Ljg2NmMtMy43ODItNy4wMDctMS44MzYtMTUuNzI5LDQuNTY1LTIwLjQ2NGwyMC4yNS0xNC45NzcgICAgIGMwLjI3Mi0wLjIwMiwwLjU5OC0wLjI3NSwwLjg3OS0wLjQ1N2MtNS41ODQtMy42NTQtMTIuODUxLTMuNTMzLTE4LjI0NywwLjQ1N2wtMjAuMjUsMTQuOTc3ICAgICBjLTYuNDAxLDQuNzM1LTguMzQ4LDEzLjQ1Ny00LjU2NSwyMC40NjRsMTMuNDIxLDI0Ljg2NmMzLjI3MSw2LjA2MSwxMC4wNTMsOS4zNDgsMTYuODM3LDguMTYxbDcuNjg5LTEuMzQ1ICAgICBDMjg0Ljg5MywxNjIuMTMxLDI4Mi4zNTUsMTU5Ljc5MywyODAuNzA5LDE1Ni43NDV6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiM2NDQxNDE7IiBkPSJNMzI5LjU2NSwzNjQuMDk5bC0xNi4zNjctMTMuNTIyYy01LjMwOS00LjM4Ny03LjIxNi0xMS42NzgtNC43MzMtMTguMTAybDEwLjE4Ni0yNi4zNTcgICAgIGMxLjQzNy0zLjcxNyw0LjEzMi02LjYyMSw3LjQzOC04LjM3M2wtNi4yODItMS40NDljLTcuNzU5LTEuNzkxLTE1LjY1MywyLjM5NS0xOC41MjMsOS44MjJsLTEwLjE4NiwyNi4zNTcgICAgIGMtMi40ODMsNi40MjQtMC41NzYsMTMuNzE1LDQuNzMzLDE4LjEwMmwxNi4zNjcsMTMuNTIyYzUuNDQyLDQuNDk3LDEzLjExMyw0Ljc2NSwxOC45NTIsMC45MTQgICAgIEMzMzAuNjMzLDM2NC42NzgsMzMwLjA0OSwzNjQuNDk4LDMyOS41NjUsMzY0LjA5OXoiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggc3R5bGU9ImZpbGw6IzY0NDE0MTsiIGQ9Ik0yMDkuOTI2LDI2Ny41MDZjLTcuMTIyLTMuNTYxLTEwLjU0Mi0xMS44MTYtOC4wMjQtMTkuMzY5bDcuOTY1LTIzLjg5NiAgICAgYzIuMTc4LTYuNTM0LDguMjkyLTEwLjk0LDE1LjE3OS0xMC45NGgtMTcuMzY3Yy02Ljg4NywwLTEzLjAwMSw0LjQwNi0xNS4xNzksMTAuOTRsLTcuOTY1LDIzLjg5NiAgICAgYy0yLjUxOCw3LjU1MywwLjkwMSwxNS44MDksOC4wMjMsMTkuMzY5bDI1LjI3MywxMi42MzhjNS4wNjUsMi41MzIsMTAuOTE4LDIuMDIyLDE1LjU3NC0wLjg5NkwyMDkuOTI2LDI2Ny41MDZ6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiM2NDQxNDE7IiBkPSJNODUuNzI2LDI3My40OTdsLTUuMjc4LTE5LjQzM2MtMS40NDMtNS4zMTMsMC42NzUtMTAuOTUzLDUuMjYtMTQuMDAzbDExLjcxNS03Ljc5MmwtMy41OS0xLjcwNSAgICAgYy00LjA1OS0xLjkyOC04LjgzMS0xLjU4NC0xMi41NzIsMC45MDRsLTEyLjkxOSw4LjU5M2MtNC41ODQsMy4wNS02LjcwMyw4LjY5LTUuMjYsMTQuMDAzbDUuMjc4LDE5LjQzMyAgICAgYzEuNjY4LDYuMTQ0LDcuNiwxMC4xMjQsMTMuOTE3LDkuMzQybDEwLjQzNC0xLjI5NEM4OS40MTYsMjc5Ljk5NCw4Ni43NCwyNzcuMjMyLDg1LjcyNiwyNzMuNDk3eiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBzdHlsZT0iZmlsbDojNjQ0MTQxOyIgZD0iTTE2NC40MjQsMzk0LjA4MWwtNC4zMjktMTYuMzg0Yy0xLjQwNC01LjMxNSwwLjc1LTEwLjkzMiw1LjM0OC0xMy45NDVsMTYuODg2LTExLjA2NCAgICAgYy00LjI1OS0zLjc5Mi0xMC41MTEtNC40OTItMTUuMzg3LTEuMjk3bC0xOC44NjYsMTIuMzYxYy00LjU5OCwzLjAxNC02Ljc1Miw4LjYzLTUuMzQ4LDEzLjk0NWw0LjMyOSwxNi4zODQgICAgIGMxLjQ5Nyw1LjY2Niw2LjY1OCw5LjU4NywxMi41MTgsOS41MDlsMTUuOTk1LTAuMjE0QzE3MC4zMSw0MDIuODY0LDE2NS43OTksMzk5LjI4NywxNjQuNDI0LDM5NC4wODF6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiNDOTg4NTA7IiBkPSJNMjE2LDE3NkwyMTYsMTc2Yy00LjQxOCwwLTgtMy41ODItOC04di0xNmMwLTQuNDE4LDMuNTgyLTgsOC04bDAsMGM0LjQxOCwwLDgsMy41ODIsOCw4djE2ICAgICBDMjI0LDE3Mi40MTgsMjIwLjQxOCwxNzYsMjE2LDE3NnoiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggc3R5bGU9ImZpbGw6IzkyNUY0QTsiIGQ9Ik0xNDcuMzE0LDIxMS4zMTRMMTQ3LjMxNCwyMTEuMzE0Yy0zLjEyNCwzLjEyNC04LjE5LDMuMTI0LTExLjMxNCwwTDEyNC42ODYsMjAwICAgICBjLTMuMTI0LTMuMTI0LTMuMTI0LTguMTg5LDAtMTEuMzE0bDAsMGMzLjEyNC0zLjEyNCw4LjE5LTMuMTI0LDExLjMxNCwwTDE0Ny4zMTQsMjAwICAgICBDMTUwLjQzOCwyMDMuMTI0LDE1MC40MzgsMjA4LjE5LDE0Ny4zMTQsMjExLjMxNHoiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggc3R5bGU9ImZpbGw6I0M5ODg1MDsiIGQ9Ik0xNDYuMTIxLDMxOC44ODFMMTQ2LjEyMSwzMTguODgxYy00LjEwOS0xLjYyMy02LjEyNC02LjI3MS00LjUwMS0xMC4zOGw1Ljg3OS0xNC44ODEgICAgIGMxLjYyMy00LjEwOSw2LjI3MS02LjEyNCwxMC4zOC00LjUwMWwwLDBjNC4xMDksMS42MjMsNi4xMjQsNi4yNzEsNC41MDEsMTAuMzhsLTUuODc5LDE0Ljg4MSAgICAgQzE1NC44NzgsMzE4LjQ4OSwxNTAuMjMsMzIwLjUwNCwxNDYuMTIxLDMxOC44ODF6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiM5MjVGNEE7IiBkPSJNMjQwLjUxNywzNDEuOTY5TDI0MC41MTcsMzQxLjk2OWMtNC4yOTcsMS4wMy04LjYxNC0xLjYxOS05LjY0NC01LjkxNmwtMy43MjgtMTUuNTYgICAgIGMtMS4wMy00LjI5NywxLjYxOS04LjYxNCw1LjkxNi05LjY0NGwwLDBjNC4yOTctMS4wMyw4LjYxNCwxLjYxOSw5LjY0NCw1LjkxNmwzLjcyOCwxNS41NiAgICAgQzI0Ny40NjMsMzM2LjYyMSwyNDQuODE0LDM0MC45MzksMjQwLjUxNywzNDEuOTY5eiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBzdHlsZT0iZmlsbDojOTI1RjRBOyIgZD0iTTI2NC41OTYsNDExLjAyMkwyNjQuNTk2LDQxMS4wMjJjLTEuNjctNC4wOTEsMC4yOTItOC43Niw0LjM4My0xMC40M2wxNC44MTMtNi4wNDggICAgIGM0LjA5MS0xLjY3LDguNzYsMC4yOTIsMTAuNDMsNC4zODNsMCwwYzEuNjcsNC4wOTEtMC4yOTIsOC43Ni00LjM4MywxMC40M2wtMTQuODEzLDYuMDQ4ICAgICBDMjcwLjkzNSw0MTcuMDc0LDI2Ni4yNjYsNDE1LjExMiwyNjQuNTk2LDQxMS4wMjJ6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiM5MjVGNEE7IiBkPSJNMjE3Ljg3Nyw2NC4yMjNMMjE3Ljg3Nyw2NC4yMjNjMS4wMzctNC4yOTUsNS4zNTktNi45MzYsOS42NTQtNS45bDE1LjU1MywzLjc1NCAgICAgYzQuMjk1LDEuMDM3LDYuOTM2LDUuMzU5LDUuOSw5LjY1NGwwLDBjLTEuMDM3LDQuMjk1LTUuMzU5LDYuOTM2LTkuNjU0LDUuOWwtMTUuNTUzLTMuNzU0ICAgICBDMjE5LjQ4Miw3Mi44NCwyMTYuODQsNjguNTE4LDIxNy44NzcsNjQuMjIzeiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBzdHlsZT0iZmlsbDojOTI1RjRBOyIgZD0iTTcxLjkzMiwzNTAuNjA2TDcxLjkzMiwzNTAuNjA2Yy00LjE2MS0xLjQ4NS02LjMzMS02LjA2Mi00Ljg0Ni0xMC4yMjNsNS4zNzctMTUuMDY5ICAgICBjMS40ODUtNC4xNjEsNi4wNjItNi4zMzEsMTAuMjIzLTQuODQ2bDAsMGM0LjE2MSwxLjQ4NSw2LjMzMSw2LjA2Miw0Ljg0NiwxMC4yMjNsLTUuMzc3LDE1LjA2OSAgICAgQzgwLjY3LDM0OS45MjEsNzYuMDkzLDM1Mi4wOTEsNzEuOTMyLDM1MC42MDZ6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiNDOTg4NTA7IiBkPSJNNjAuNDQ1LDE2Mi4zMzFMNjAuNDQ1LDE2Mi4zMzFjNC4yOTMtMS4wNDMsOC42MTksMS41OTIsOS42NjIsNS44ODZsMy43NzYsMTUuNTQ4ICAgICBjMS4wNDMsNC4yOTMtMS41OTIsOC42MTktNS44ODYsOS42NjJsMCwwYy00LjI5MywxLjA0My04LjYxOS0xLjU5Mi05LjY2Mi01Ljg4NmwtMy43NzYtMTUuNTQ4ICAgICBDNTMuNTE3LDE2Ny43LDU2LjE1MiwxNjMuMzc0LDYwLjQ0NSwxNjIuMzMxeiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBzdHlsZT0iZmlsbDojOTI1RjRBOyIgZD0iTTI4NC42ODYsMjM1LjMxNEwyODQuNjg2LDIzNS4zMTRjLTMuMTI0LTMuMTI0LTMuMTI0LTguMTksMC0xMS4zMTRMMjk2LDIxMi42ODYgICAgIGMzLjEyNC0zLjEyNCw4LjE5LTMuMTI0LDExLjMxNCwwbDAsMGMzLjEyNCwzLjEyNCwzLjEyNCw4LjE4OSwwLDExLjMxNEwyOTYsMjM1LjMxNCAgICAgQzI5Mi44NzYsMjM4LjQzOCwyODcuODEsMjM4LjQzOCwyODQuNjg2LDIzNS4zMTR6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiM5MjVGNEE7IiBkPSJNMzkxLjAyOSwyNjYuMzQzTDM5MS4wMjksMjY2LjM0M2MzLjEyNC0zLjEyNCw4LjE5LTMuMTI0LDExLjMxNCwwbDExLjMxNCwxMS4zMTQgICAgIGMzLjEyNCwzLjEyNCwzLjEyNCw4LjE5LDAsMTEuMzE0bDAsMGMtMy4xMjQsMy4xMjQtOC4xOSwzLjEyNC0xMS4zMTQsMGwtMTEuMzE0LTExLjMxNCAgICAgQzM4Ny45MDUsMjc0LjUzMywzODcuOTA1LDI2OS40NjcsMzkxLjAyOSwyNjYuMzQzeiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBzdHlsZT0iZmlsbDojQzk4ODUwOyIgZD0iTTM5My4xMjUsMzI5LjhMMzkzLjEyNSwzMjkuOGM0LjA4NywxLjY4LDYuMDM4LDYuMzU0LDQuMzU4LDEwLjQ0MWwtNi4wODIsMTQuNzk5ICAgICBjLTEuNjgsNC4wODctNi4zNTQsNi4wMzgtMTAuNDQsNC4zNThsMCwwYy00LjA4Ny0xLjY4LTYuMDM4LTYuMzU0LTQuMzU4LTEwLjQ0MWw2LjA4Mi0xNC43OTkgICAgIEMzODQuMzY0LDMzMC4wNzEsMzg5LjAzOSwzMjguMTIsMzkzLjEyNSwzMjkuOHoiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggc3R5bGU9ImZpbGw6I0I5Nzg1MDsiIGQ9Ik0zODQuMTU2LDEzNC40MTdsNS40MywyNy4xNTFjMC44NDcsNC4yMzQsNC45MDEsNy4wMzIsOS4xNiw2LjMyMmwzMi43ODQtNS40NjQgICAgIGM0LjIzMy0wLjcwNiw3LjE1NS00LjYyNSw2LjYyMy04Ljg4M2wtNS40NDItNDMuNTM1Yy0wLjczOC01LjkwMS03LjQyOC04Ljk2My0xMi4zNzYtNS42NjRsLTMyLjc3MiwyMS44NDggICAgIEMzODQuODY1LDEyNy45OSwzODMuNTIsMTMxLjIzOCwzODQuMTU2LDEzNC40MTd6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiNCOTc4NTA7IiBkPSJNMzU5LjU5MiwxMDAuNjI2bDU3LjUyLTI1LjU2NWMzLjg2OS0xLjcxOSw1LjcyOC02LjE1NSw0LjI0Mi0xMC4xMTlsLTE4LjY0Ni00OS43MjQgICAgIGMtMS41MTEtNC4wMjktNS45MzgtNi4xNDEtMTAuMDItNC43OEwzNTUuNTIsMjIuODI3Yy0yLjIzMiwwLjc0NC00LjAyNCwyLjQzMy00Ljg5OCw0LjYxOGwtMTMuNDM0LDMzLjU4NCAgICAgYy0wLjc2MywxLjkwNy0wLjc2Myw0LjAzNSwwLDUuOTQybDExLjcyNiwyOS4zMTVDMzUwLjU5OSwxMDAuNDk5LDM1NS40NDYsMTAyLjQ2OCwzNTkuNTkyLDEwMC42MjZ6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiNBNTY5NEI7IiBkPSJNMzQ5Ljc2NiwxMzZoOC40NzVjNS4wNDgsMCw4LjgzNSw0LjYxOSw3Ljg0NSw5LjU2OWwtMy43NDMsMTguNzE3ICAgICBjLTEuMTE3LDUuNTg0LTcuNTQ0LDguMjQ2LTEyLjI4Miw1LjA4N2wtOC45NzYtNS45ODRjLTMuMDAyLTIuMDAxLTQuMjkzLTUuNzY0LTMuMTUyLTkuMTg2bDQuMjQ0LTEyLjczMyAgICAgQzM0My4yNjYsMTM4LjIwMywzNDYuMzIzLDEzNiwzNDkuNzY2LDEzNnoiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggc3R5bGU9ImZpbGw6I0E1Njk0QjsiIGQ9Ik0zNzYsMjAwdjEuNDQyYzAsMy44MTMsMi42OTIsNy4wOTcsNi40MzEsNy44NDVsMjQsNC44YzQuOTUsMC45OSw5LjU2OS0yLjc5Niw5LjU2OS03Ljg0NVYyMDAgICAgIGMwLTQuNDE4LTMuNTgyLTgtOC04aC0yNEMzNzkuNTgyLDE5MiwzNzYsMTk1LjU4MiwzNzYsMjAweiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBzdHlsZT0iZmlsbDojQTU2OTRCOyIgZD0iTTM2NC4yOTgsOTAuOTY5bC0xMS43MjYtMjkuMzE1Yy0wLjc2My0xLjkwNy0wLjc2My00LjAzNSwwLTUuOTQybDEzLjQzNC0zMy41ODQgICAgIGMwLjc2OC0xLjkyLDIuMzE5LTMuMzQsNC4xODEtNC4xODlsLTE0LjY2Nyw0Ljg4OWMtMi4yMzIsMC43NDQtNC4wMjQsMi40MzQtNC44OTgsNC42MTlsLTEzLjQzNCwzMy41ODQgICAgIGMtMC43NjMsMS45MDYtMC43NjMsNC4wMzQsMCw1Ljk0MWwxMS43MjYsMjkuMzE2YzEuNjg1LDQuMjExLDYuNTMxLDYuMTgyLDEwLjY3Nyw0LjMzOWwxMC45NS00Ljg2NiAgICAgQzM2Ny44NDUsOTUuMzQyLDM2NS4zOTEsOTMuNjk5LDM2NC4yOTgsOTAuOTY5eiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBzdHlsZT0iZmlsbDojQTU2OTRCOyIgZD0iTTQwMy40MDIsMTU5Ljk4NGwtNi43NjctMzMuODMzYy0wLjQ3OC0yLjM4OCwwLjAzMS00Ljc1NywxLjE3Ni02Ljc5MmwtMTAuMjQ5LDYuODMyICAgICBjLTIuNjk4LDEuNzk5LTQuMDQzLDUuMDQ3LTMuNDA3LDguMjI2bDUuNDMsMjcuMTUxYzAuODQ3LDQuMjMzLDQuOTAxLDcuMDMxLDkuMTYsNi4zMjJsOS4wODktMS41MTYgICAgIEM0MDUuNjMsMTY0Ljk2NCw0MDMuOTU1LDE2Mi43NDYsNDAzLjQwMiwxNTkuOTg0eiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  width: 32px;
  height: 32px;
  background-size: cover;
  float: left;
  margin-right: 1em;
}
div.cookiebanner div.cookiebanner-close {
  display: inline-block;
  border-radius: 4px;
  padding: 10px 16px;
  vertical-align: middle;
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
  background: #272e3a;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 0 0 transparent;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.2s;
  will-change: transform, box-shadow;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 -100px 0 transparent inset;
  width: 100%;
  margin-top: 0.7em;
  margin-right: 0.5em;
}
div.cookiebanner div.cookiebanner-close:hover {
  background-color: seagreen;
}
div.cookiebanner &gt; span &gt; a {
  color: #265397 !important;
  display: inline-block;
  text-decoration: underline !important;
}
.locale-it {
  background-image: url("/images/_sys/flags/it.svg");
}
.locale-en {
  background-image: url("/images/_sys/flags/gb.svg");
}
.locale-de {
  background-image: url("/images/_sys/flags/de.svg");
}
.locale-fr {
  background-image: url("/images/_sys/flags/fr.svg");
}
.locale-es {
  background-image: url("/images/_sys/flags/es.svg");
}
.locale-ru {
  background-image: url("/images/_sys/flags/ru.svg");
}
.locale-pt {
  background-image: url("/images/_sys/flags/pt.svg");
}
.locale-pl {
  background-image: url("/images/_sys/flags/pl.svg");
}
.locale-ro {
  background-image: url("/images/_sys/flags/ro.svg");
}
.locale-lv {
  background-image: url("/images/_sys/flags/lv.svg");
}
.locale-zh {
  background-image: url("/images/_sys/flags/cn.svg");
}
.locale-ja {
  background-image: url("/images/_sys/flags/jp.svg");
}
.locale-sl {
  background-image: url("/images/_sys/flags/sl.svg");
}
.locale-hr {
  background-image: url("/images/_sys/flags/hr.svg");
}
.locale-cms span {
  width: 28px;
  height: 20px;
  background-size: 100% 100%;
  display: inline-block;
}
.form-control-select {
  height: 28px !important;
  width: 60px !important;
  padding: 0 !important;
  float: right;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
/*

VISTA DEFAULT

 */
.locale__container {
  margin-right: 100px;
  height: 27px;
}
.locale__text {
  padding: 6px;
  text-decoration: none;
  letter-spacing: 1px;
  margin-right: 3px;
  text-transform: uppercase;
  font-size: 11px;
  width: 28px;
  display: inline-block;
  text-align: center;
}
.locale__text:hover {
  background-color: rgba(164, 225, 253, 0.1);
  text-decoration: none;
}
.locale__text-active {
  font-weight: bold;
}
/*

VISTA BOTTONE

 */
.locale__sub-menu-content {
  display: flex;
  flex-direction: column;
  width: 70px;
  height: 60px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
}
.locale__sub-menu-parent {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.locale__sub-menu {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  left: 0;
  margin-bottom: 0;
  transform: translateY(-2em);
  width: 70px;
  text-align: center;
  padding: 10px 0 10px 0;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.locale__sub-menu-parent:focus .locale__sub-menu,
.locale__sub-menu-parent:focus-within .locale__sub-menu,
.locale__sub-menu-parent:hover .locale__sub-menu {
  visibility: visible;
  opacity: 0.8;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}
.locale__sub-menu li {
  list-style: none;
  text-align: center;
  cursor: pointer;
  padding-top: 10px;
}
/*

VISTA ORIZZONTALE

 */
.locale__container_hor {
  padding: 5px 10px;
  display: inline-block;
}
.locale__text_hor {
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  width: 28px;
  display: inline-block;
  text-align: center;
}
.locale__text_hor:hover {
  opacity: 0.5;
  text-decoration: none;
}
.locale__text-hor-active {
  font-weight: bold;
}
.tile-download {
  padding: 20px 20px 20px 20px;
  text-align: center;
  border-radius: 6px;
}
.tile-download a {
  display: inline-block;
}
.tile-download a,
.tile-download a:hover {
  text-decoration: none;
}
.mj-tile--spacing-none .img-title-text-image.a {
  margin-right: 8px;
}
.mj-tile--spacing-none .img-title-text-image.b {
  margin-left: 8px;
}
.img-title-text-image {
  margin-right: 0;
  float: left;
  position: relative;
  z-index: 1;
}
.img-title-text-image.format-small {
  width: 30%;
}
@media (max-width: 720px) {
  .img-title-text-image.format-small {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.img-title-text-image.format-medium {
  width: 50%;
}
@media (max-width: 720px) {
  .img-title-text-image.format-medium {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.img-title-text-image.format-large {
  width: 100%;
}
.img-title-text-image.a {
  margin-right: 10px;
  float: left;
}
.img-title-text-image.b {
  margin-left: 10px;
  float: right;
  margin-right: 0;
}
.tile-align-center .logo_container {
  margin-left: auto;
  margin-right: auto;
}
.tile-align-right .logo_container {
  margin-left: auto;
}
.mj-tile--spacing-none .mj-content .logo_title,
.mj-tile--spacing-none .mj-content .logo_slogan {
  padding: 0;
}
.mj-tile--spacing-none .mj-content .container-title-slogan {
  padding: 8px;
}
.logo_container {
  display: table;
}
.logo_title {
  font-family: Muli;
  font-size: 34px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.logo_slogan {
  font-family: PT Sans;
  text-shadow: 0px 0px 0px #333333;
  font-size: 17px;
  margin: 3px 0;
  display: block;
}
.logo {
  display: table-row;
}
.logo_image {
  display: table-cell;
  position: relative;
  font-size: 0;
}
.logo_image .format-min img {
  max-height: 50px;
  max-width: 50px;
}
.logo_image .format-small img {
  max-height: 100px;
  max-width: 100px;
}
.logo_image .format-medium img {
  max-height: 200px;
  max-width: 200px;
}
.logo_image .format-large img {
  max-height: 300px;
  max-width: 300px;
}
.logo_image .format-max img {
  max-height: 400px;
  max-width: 400px;
}
.logo_image .logo-img {
  display: inline-block;
}
.logo_telephone,
.logo_telephone .mj-phone__logo {
  line-height: 2em;
  vertical-align: top;
  font-size: 30px;
  display: inline-block;
}
.container-title-slogan {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.container-title-slogan:not(:first-child) {
  padding-left: 8px;
}
.logo-menu-vert-center {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
  text-align: right;
}
.logo-menu-vert-center:before,
.logo-menu-vert-center:after {
  content: " ";
  display: table;
}
.logo-menu-vert-center:after {
  clear: both;
}
.logo-menu-vert-center:before,
.logo-menu-vert-center:after {
  content: " ";
  display: table;
}
.logo-menu-vert-center:after {
  clear: both;
}
.logo-menu-vert-center .menu--horiz {
  text-align: right !important;
}
.logo-menu-vert-center .menu--horiz .menu_item {
  float: none !important;
  display: inline-block !important;
}
.logo-menu-vert-center .menu--horiz .add {
  display: inline-block;
}
.edit-container-logo {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 1;
  padding: 15px;
  max-width: calc(100% - (50px * 2));
  max-height: calc(100% - (50px * 2));
  overflow: hidden;
}
.m-youtube {
  margin-bottom: 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.m-youtube__container {
  padding-bottom: 56.25%;
}
.m-youtube iframe,
.m-youtube embed,
.m-youtube object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.social_item {
  display: inline-block;
  text-align: center;
  padding: 0.1em;
}
.social_item span {
  display: none;
}
.social_link {
  display: inline-block;
  min-width: 2em;
  width: 2em;
  min-height: 2em;
  line-height: 1.9em;
  border: 1px solid;
}
.social_link,
.social_link:hover {
  text-decoration: none;
}
.container-social {
  margin-top: 10px;
}
.buttons {
  position: absolute;
  top: 0;
  z-index: 998;
  box-shadow: 0 0 3px #333;
  padding: 10px;
  background: #fff;
}
.count_gen {
  background: #f49d14;
  color: #fff;
  display: block;
  float: left;
  padding: 5px;
  height: 35px;
}
.share_linkedin {
  background: #045a8b;
  color: #fff;
  text-align: center;
  display: block;
  float: left;
  padding: 5px;
  height: 35px;
}
.share_googlePlus {
  background: #d54334;
  color: #fff;
  text-align: center;
  display: block;
  float: left;
  padding: 5px;
  height: 35px;
}
.share_facebook {
  background: #3b5998;
  color: #fff;
  text-align: center;
  display: block;
  float: left;
  padding: 5px;
  height: 35px;
}
.share_twitter {
  background: #5eaade;
  color: #fff;
  text-align: center;
  display: block;
  float: left;
  padding: 5px;
  height: 35px;
}
.icon-info-site {
  margin-right: 10px;
}
.m-line__thin {
  border: 0;
  height: 1px;
}
.m-line__thick {
  border: 0;
  height: 2px;
}
.m-line__thick-4 {
  border: 0;
  height: 4px;
}
.m-line__thick-6 {
  border: 0;
  height: 6px;
}
.m-line__thick-8 {
  border: 0;
  height: 8px;
}
.m-line__thick-10 {
  border: 0;
  height: 10px;
}
.m-line__dashed {
  border: 0;
}
.m-line__dashed-2 {
  border: 0;
}
.m-line__dashed-3 {
  border: 0;
}
.m-line__dotted {
  border: 0;
}
.m-line__dotted-2 {
  border: 0;
}
.m-line__dotted-3 {
  border: 0;
}
.m-line__faded {
  border: 0;
  height: 1px;
}
.m-line__faded2 {
  border: 0;
  height: 2px;
}
.m-line__faded-3 {
  border: 0;
  height: 4px;
}
.m-line__faded-4 {
  border: 0;
  height: 2px;
}
.m-line__faded-5 {
  border: 0;
  height: 2px;
}
.m-line__faded-6 {
  border: 0;
  height: 1px;
}
.m-line__shaded {
  height: 10px;
  border: 0;
}
.m-line__shaded-1 {
  height: 9px;
  border: 0;
}
.m-line__shaded-2 {
  height: 14px;
  border: 0;
}
.m-line__shaded-3 {
  height: 22px;
  border: 0;
}
.m-line__blur-1 {
  height: 0;
  border: 0;
  display: inline-block;
  width: 100%;
}
.m-line__blur-2 {
  height: 0;
  border: 0;
  display: inline-block;
  width: 100%;
}
.m-line__blur-3 {
  height: 0;
  border: 0;
  display: inline-block;
  width: 100%;
}
.m-line__blur-4 {
  height: 0;
  border: 0;
  display: inline-block;
  width: 100%;
}
.m-line__double {
  border: 0;
  height: 1px;
}
.m-line__double:after {
  height: 3px;
}
.m-line__shaded-4 {
  height: 21px;
  border: 0;
}
.m-line__shaded-5 {
  height: 21px;
  border: 0;
}
.m-line__artistic {
  position: relative;
}
.m-line__artistic:before {
  position: absolute;
  display: block;
  content: "";
  height: 30px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-radius: 20px;
  top: -30px;
  left: 0;
  right: 0;
}
.m-line__artistic:after {
  position: absolute;
  display: block;
  content: "";
  height: 30px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-radius: 20px;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: none;
  border-top: 1px solid red;
}
.m-line__editor {
  padding: 0;
  border: none;
  text-align: center;
}
.option-view-tile__line hr {
  margin-top: 18px;
  margin-right: 10px;
  margin-left: 10px;
}
.option-view-tile__line .radios .radio {
  border: 1px solid grey;
  font-size: 60px;
  line-height: 80px;
  cursor: pointer;
  margin: 0;
}
.option-view-tile__line .radios .radio.radio-img {
  height: 40px;
  width: 175px;
}
.option-view-tile__line .radios .radio.radio-img img {
  vertical-align: initial;
}
.option-view-tile__line .radios input[type=radio] {
  display: none;
}
.option-view-tile__line ul li {
  margin-left: 0;
  margin-top: 20px;
  margin-right: 11px;
}
.option-view-tile__line .radios input[type=radio]:checked + .radio {
  /*opacity: 0.9;*/
  border: 1px solid #333333;
}
.option-view-tile__line .radios input[type=radio]:checked + .radio:after {
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
}
.option-view-tile__line .radio__change-position-img {
  padding-top: 20px !important;
  text-align: center;
}
.m-line__container ul li {
  margin: 0;
}
.m-line__container-item {
  border: 1px solid grey;
  width: 177px;
  background: lightgrey;
}
.m-line__container-item-label {
  margin-top: 5px;
  margin-left: 5px;
}
.m-line__box-item {
  height: 40px;
}
.menu {
  list-style: none;
  padding-left: 0;
}
.menu_item {
  position: relative;
  display: block;
  border-radius: 4px;
  transition-property: background-color;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.menu_item--rounded {
  border-radius: 1.3em;
  border: 1px solid;
  display: inline-block;
}
.menu_link {
  display: block;
  font-family: PT Sans;
  padding: 8px 20px 8px 20px;
  margin: 0;
  border-radius: 4px;
}
.menu_link,
.menu_link:hover {
  text-decoration: none;
}
/*
 * applicato ad una ul
 */
.menu--horiz {
  margin: 0;
}
.menu--horiz .menu_item {
  float: left;
  margin-left: 5px;
}
/*
 * applicato ad una ul
 */
.menu--vert {
  margin: 0;
}
.menu--vert .menu_item {
  margin-bottom: 0px;
  border-top: 1px solid;
}
.menu--vert .menu_item:last-child {
  margin-bottom: 0;
}
.page--excerpt__title-h3:empty {
  padding: 0 !important;
}
.page--excerpt--bordered {
  border: 1px solid;
  border-color: transparent;
}
.page--excerpt--border-between {
  border-bottom: 1px solid;
  border-color: transparent;
  padding-bottom: 10px;
}
.page--excerpt--border-between:last-child {
  border-bottom: none;
}
.page-excerpt__date {
  font-size: 13px;
  padding: 5px 0px;
}
.page--excerpt_link,
.container-text .page--excerpt_link {
  padding: 5px 8px 5px 8px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid;
}
.page--excerpt_link,
.container-text .page--excerpt_link,
.page--excerpt_link:hover,
.container-text .page--excerpt_link:hover {
  text-decoration: none;
}
.page--excerpt_link-right {
  float: right;
}
.page--excerpt_image--small {
  width: 13%;
  float: left;
  margin-right: 10px;
}
.page--excerpt_image--small-skin-10 {
  max-width: 100px;
  float: left;
  margin-right: 1.3%;
}
.page--excerpt_title--skin-10 {
  font-size: 26px;
}
.page--excerpt_link--skin-10:not(.active):hover {
  text-decoration: none;
}
.page--excerpt_image--small-skin-06 {
  max-width: 220px;
  min-width: 60px;
}
.page--excerpt_link--skin-06:not(.active):hover {
  text-decoration: none;
}
.page--excerpt_link--skin-11:not(.active):hover {
  text-decoration: none;
}
.page--excerpt_link--skin-07:not(.active):hover {
  text-decoration: none;
}
.page--excerpt_image {
  width: 30%;
  float: left;
  margin-right: 10px;
}
.page-excerpt__image--skin-11 {
  width: 40%;
  max-width: 480px;
  margin-right: 12px;
}
.page--excerpt_image--large {
  width: 100%;
  float: none;
  margin-right: 0;
}
.page--excerpt_link-container {
  margin-top: 20px;
}
.page--excerpt_image--hidden {
  display: none;
}
/*
 |
 | VETRINA
 |
 */
.page-showcase {
  position: relative;
  margin-bottom: 20px;
}
.page-showcase:last-child {
  margin-bottom: 0;
}
.page-showcase_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.page-showcase_text p {
  display: block;
  /* Fallback for non-webkit */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4em;
}
.page-showcase_link,
.container-text .page-showcase_link {
  padding: 5px 8px 5px 8px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid;
}
.page-showcase_link,
.container-text .page-showcase_link,
.page-showcase_link:hover,
.container-text .page-showcase_link:hover {
  text-decoration: none;
}
.menu_item.menu_item--rounded {
  display: inline-table;
}
.menu_link__12 {
  display: table-row;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  line-height: 1em;
  min-height: 1em;
}
.menu_link_label {
  display: table-cell;
  padding: 0 0 0 1.14285714em;
  line-height: 2.6em;
  vertical-align: middle;
  outline: none;
}
.menu_link_icon {
  display: table-cell;
  padding: 0 0.75em;
  font-size: 1.1em;
  vertical-align: middle;
}
.menu__link-13--table {
  display: inline-table;
  padding: 1em;
  border: 1px solid;
}
.menu__link-13--row {
  display: table-row;
}
.menu__link-13--title-description {
  display: inline-block;
  text-align: left;
  padding-right: 20px;
  vertical-align: middle;
}
.menu__link-13--cell {
  display: table-cell;
}
.menu__vertical-align {
  vertical-align: middle;
}
.menu__align-center {
  text-align: center;
}
.menu__link-13--p {
  margin: 0;
}
.menu__link-13--title {
  padding: 0;
}
.menu__link-13--arrow {
  font-size: 24px;
}
.mj-title__padding_bottom {
  padding-bottom: 8px;
}
.mj-title__padding_top {
  padding-top: 8px;
}
.mj-title__padding_bottom--skin-05 {
  padding-bottom: 16px;
}
.menu__link--container-text-skin-01 {
  padding: 15px;
}
.mj-title__padding_bottom--skin-07 {
  padding-bottom: 15px;
}
.mj-title__skin-01 {
  padding: 0;
}
.page--excerpt_text--skin-10 {
  font-size: 15px;
}
.menu__submenu li ul {
  padding: 1em 0.5em ;
  position: absolute;
  left: 0;
  min-width: 12em;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.51);
  display: none;
  visibility: hidden;
  text-align: left;
}
.menu__submenu li ul li {
  display: block;
}
.menu__submenu li:hover ul {
  display: block;
  visibility: visible;
  z-index: 11111;
}
.menu__submenu li:hover ul:hover {
  display: block;
  visibility: visible;
  z-index: 11111;
}
.menu__submenu li ul li:hover {
  opacity: 0.5;
}
.menu__submenu-horizontal--item {
  display: inline-block !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
.menu__submenu-3 li ul {
  width: 500px;
  min-height: 300px;
  padding: 0;
  overflow: hidden;
  border: 3px solid transparent;
}
.menu__submenu-3 li ul .menu__submenu-3__background-cover {
  position: absolute;
  right: 0;
  width: 250px;
  visibility: hidden;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.menu__submenu-3 li ul .menu__submenu-3__background-cover .image-cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu__submenu-3 li ul li .background-cover {
  position: absolute;
  padding-left: 250px;
  right: 0;
  top: 0;
  visibility: hidden;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.menu__submenu-3 li ul li .background-cover .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.menu__submenu-3 li ul li:hover {
  opacity: 1;
}
.menu__submenu-3 li ul li:hover .background-cover {
  visibility: visible;
}
.menu__submenu-3 li ul li:hover .background-cover .image-cover {
  width: 250px;
}
.menu__submenu-3 li:hover ul .menu__submenu-3__background-cover {
  visibility: visible;
}
.menu_custom_14 {
  position: relative;
  display: block;
  float: left;
  margin: 0 18px;
}
.menu_custom_14:hover {
  box-shadow: inset 0px -2px 0px, 0px -2px 0px;
  transition: box-shadow 0.3s;
}
.menu_custom_14 .menu_link {
  display: block;
  font-family: PT Sans;
  padding: 12px 10px 16px 10px;
  margin: 0;
}
.menu_custom_14 .menu_link,
.menu_custom_14 .menu_link:hover {
  text-decoration: none;
}
.menu_custom_14.active {
  box-shadow: inset 0px -2px 0px, 0px -2px 0px;
}
.menu_custom_14_submenu:hover {
  box-shadow: 0px -2px 0px;
}
.menu_custom_15 {
  position: relative;
  display: block;
  float: left;
}
.menu_custom_15:hover {
  box-shadow: inset 2px 0px 0px, 2px 0px 0px;
  transition: box-shadow 0.3s;
}
.menu_custom_15 .menu_link {
  display: block;
  font-family: PT Sans;
  padding: 12px 28px 12px 28px;
  margin: 0;
}
.menu_custom_15 .menu_link,
.menu_custom_15 .menu_link:hover {
  text-decoration: none;
}
.menu_custom_15.active {
  box-shadow: inset 2px 0px 0px, 2px 0px 0px;
}
.menu_custom_15_submenu:hover {
  box-shadow: inset 0px 0px 0px, 0px 0px 0px;
}
.menu_custom_16 {
  margin: 0;
}
.menu_custom_16 .menu_item {
  margin-bottom: 0;
  padding: 5px;
  border-radius: 0;
}
.menu_custom_16 .menu_item:hover {
  transition: background 400ms linear;
}
.menu_custom_16 .menu_item:last-child {
  margin-bottom: 0;
}
/*
 |
 | COMPORTAMENTO LINK E P PER TILE TEXT
 |
 */
.container-text a:hover {
  text-decoration: underline;
}
.container-text p:last-child {
  margin: 0;
}
.container-text p:first-child {
  margin-top: 10px;
}
.mj-containter__only-text p:first-child {
  margin-top: 0;
}
.tile-form div.form-group {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.tile-form div.form-group div[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.tile-form div.form-group:before,
.tile-form div.form-group:after {
  content: " ";
  display: table;
}
.tile-form div.form-group:after {
  clear: both;
}
.tile-form div.form-group:before,
.tile-form div.form-group:after {
  content: " ";
  display: table;
}
.tile-form div.form-group:after {
  clear: both;
}
.tile-form div.form-group .control-label {
  margin-top: 15px;
}
.tile-form .container-buttons {
  margin-top: 50px;
  margin-bottom: 50px;
}
.tile-form .container-buttons .m-btn__primary {
  padding: 18px 35px;
}
.tile-form input[type="number"] {
  -moz-appearance: textfield;
}
.tile-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.tile-form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mj-override-media .tile-form .col-xs-12 {
  width: 100%;
}
.mj-override-media .tile-form .tile-form-style-default ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.mj-override-media .tile-form .tile-form-style-default :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.mj-override-media .tile-form .tile-form-style-default ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.mj-override-media .tile-form .tile-form-style-default :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
.mj-override-media .tile-form label.star {
  font-size: 15px;
}
.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
/*

Style custom 1

 */
.tile-form-style-1 input.form-control {
  padding: 35px 35px;
  margin-bottom: 15px;
  border-radius: 0;
}
.tile-form-style-1 input.m-btn__primary {
  margin-left: 0;
}
.tile-form-style-1 textarea.form-control {
  padding: 15px 35px 15px 35px;
  margin-bottom: 15px;
  border-radius: 0;
}
.tile-form-style-1 select.form-control {
  padding: 5px 35px 5px 35px;
  margin-bottom: 15px;
  border-radius: 0;
  color: #999;
  height: 71px;
}
.tile-form-style-1 div.radio label {
  line-height: 19px;
}
.tile-form-style-1 div.checkbox label {
  line-height: 22px;
}
.tile-form-style-1 .input-group {
  margin-bottom: 15px;
}
.tile-form-style-1 .input-group .form-control {
  margin-bottom: 0;
}
.tile-form-style-1 .input-group .input-group-addon {
  border-radius: 0;
}
.tile-form-style-1 .tile-form .container-buttons {
  margin-top: 15px;
  margin-bottom: 0;
}
.tile-form-style-1 .tile-form .container-checkboxes {
  border: 1px solid #cccccc;
  padding: 5px 35px 5px 35px;
  margin-bottom: 15px;
  color: #555555;
}
.list_review ul.review {
  list-style: none;
  padding: 0px;
}
.list_review ul.review li {
  margin-bottom: 30px;
}
.list_review ul.review li .mj-title {
  padding: 0;
}
.review--container-image {
  float: left;
  max-width: 30%;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.stars {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
input.star {
  display: none;
}
label.star {
  float: right;
  padding: 10px;
  font-size: 30px;
  color: #444;
  transition: all .2s;
  cursor: pointer;
}
input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}
input.star-5:checked ~ label.star:before {
  color: #F62;
  text-shadow: 0 0 20px #952;
}
input.star-1:checked ~ label.star:before {
  color: #FE7;
}
label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}
label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}
.review--excerpt_link {
  padding: 5px 8px 5px 8px;
  display: inline-block;
  border-radius: 4px;
}
.review--excerpt_link,
.review--excerpt_link:hover {
  text-decoration: none;
}
.tile-table .table {
  margin: 0;
}
/*
 |
 | Variabili Strutturali
 |
 */
.img-link__container {
  position: absolute;
  max-width: calc(100% - 1% - 1%);
  max-height: calc(100% - 10% - 5%);
  overflow: hidden;
}
.img-link__container--top {
  top: 10%;
}
.img-link__container--bottom {
  bottom: 5%;
}
.img-link__container--left {
  left: 1%;
  max-width: 75%;
}
.img-link__container--right {
  right: 1%;
  max-width: 75%;
}
.img-link__container--vcenter {
  top: 50%;
  transform: translateY(-50%);
  /*
   |
   | @hack serve ad evitare che le classi facciano l'override l'una dell'altra
   |
   */
}
.img-link__container--vcenter.img-link__container--hcenter {
  transform: translate(-50%, -50%);
}
.img-link__container--hcenter {
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
}
.img-link__container--image {
  display: inline-block;
  vertical-align: top;
}
.img-link__container--image-width-2,
.img-link__container--image-width-3,
.img-link__container--image-width-4,
.img-link__container--image-width-5,
.img-link__container--image-width-6 {
  width: 0;
}
.img-link__container--image-width-7,
.img-link__container--image-width-8 {
  max-width: 40%;
}
.img-link__container--text {
  display: inline-block;
}
.img-link__container--text-width-1 {
  width: 0;
}
.img-link__container--text-width-2,
.img-link__container--text-width-3,
.img-link__container--text-width-4,
.img-link__container--text-width-5,
.img-link__container--text-width-6 {
  max-width: 100%;
}
.img-link__container--text-width-7,
.img-link__container--text-width-8 {
  max-width: 55%;
}
.img-link__title {
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  padding: 8px 10px;
  margin-bottom: 5px;
  font-size: 30px;
}
.img-link__image-responsive {
  display: block;
  max-width: 240px;
  height: auto;
}
.img-link__text-container {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.img-link__text {
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  margin-bottom: 5px;
}
.img-link__button {
  display: block;
  overflow: hidden;
}
.img-one-image {
  display: inline-block;
  vertical-align: top;
}
.img-one-image.format-small {
  width: 30%;
}
@media (max-width: 720px) {
  .img-one-image.format-small {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.img-one-image.format-medium {
  width: 50%;
}
@media (max-width: 720px) {
  .img-one-image.format-medium {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.img-one-image.format-large {
  width: 100%;
}
.img-one-image.format-original .image {
  width: auto;
  max-width: 100%;
}
.tile-slider__container {
  padding: 0;
}
.tile-slider__image {
  width: 100%;
}
/*
 * NOTA: la convenzione bem con __ non puÃ² essere applicata in questo caso perchÃ¨
 * il plugin autocomplete di algolia genera dinamicamente i nomi delle classi
 */
.mj-autocomplete {
  width: 100%;
}
.mj-autocomplete .mj-autocomplete-input {
  border: none;
  border-radius: 2px;
  padding: 10px;
}
.mj-autocomplete .mj-autocomplete-input,
.mj-autocomplete .mj-autocomplete-hint {
  width: 100%;
}
.mj-autocomplete .mj-autocomplete-hint {
  color: #999;
}
.mj-autocomplete .mj-autocomplete-dropdown-menu {
  width: 100%;
  border-top: none;
}
.mj-autocomplete .mj-autocomplete-dropdown-menu .mj-autocomplete-suggestion {
  cursor: pointer;
  padding: 5px 4px;
}
.mj-autocomplete .mj-autocomplete-dropdown-menu .mj-autocomplete-suggestion .mj-autocomplete__key-image {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.mj-autocomplete .mj-autocomplete-dropdown-menu .mj-autocomplete-suggestion em {
  font-weight: bold;
  font-style: normal;
}
body:not(.mosajco-on) .mj-effect__zoom-in .mj-content .mj-effect__container-image {
  overflow: hidden;
}
body:not(.mosajco-on) .mj-effect__zoom-in .mj-content .mj-effect__container-image img {
  transform: scale(1);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__zoom-in .mj-content:hover .mj-effect__container-image {
  overflow: hidden;
}
body:not(.mosajco-on) .mj-effect__zoom-in .mj-content:hover .mj-effect__container-image img {
  transform: scale(1.2);
}
body:not(.mosajco-on) .mj-effect__zoom-out .mj-content .mj-effect__container-image {
  overflow: hidden;
}
body:not(.mosajco-on) .mj-effect__zoom-out .mj-content .mj-effect__container-image img {
  transform: scale(1.6);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__zoom-out .mj-content .mj-effect__container-image:hover {
  overflow: hidden;
}
body:not(.mosajco-on) .mj-effect__zoom-out .mj-content .mj-effect__container-image:hover img {
  transform: scale(1);
}
body:not(.mosajco-on) .mj-effect__saturation .mj-content .mj-effect__container-image img {
  filter: saturate(1);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__saturation .mj-content:hover img {
  filter: saturate(4);
}
body:not(.mosajco-on) .mj-effect__de-saturation .mj-content .mj-effect__container-image img {
  filter: saturate(4);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__de-saturation .mj-content:hover img {
  filter: saturate(1);
}
body:not(.mosajco-on) .mj-effect__darken .mj-content .mj-effect__container-image img {
  filter: brightness(100%);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__darken .mj-content:hover img {
  filter: brightness(75%);
}
body:not(.mosajco-on) .mj-effect__lighten .mj-content .mj-effect__container-image img {
  filter: brightness(75%);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__lighten .mj-content:hover img {
  filter: brightness(100%);
}
body:not(.mosajco-on) .mj-effect__opacity .mj-content .mj-effect__container-image img {
  filter: opacity(100%);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__opacity .mj-content:hover img {
  filter: opacity(30%);
}
body:not(.mosajco-on) .mj-effect__de-opacity .mj-content .mj-effect__container-image img {
  filter: opacity(30%);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__de-opacity .mj-content:hover img {
  filter: opacity(100%);
}
body:not(.mosajco-on) .mj-effect__blur .mj-content .mj-effect__container-image img {
  filter: blur(0);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__blur .mj-content:hover img {
  filter: blur(5px);
}
body:not(.mosajco-on) .mj-effect__de-blur .mj-content .mj-effect__container-image img {
  filter: blur(5px);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__de-blur .mj-content:hover img {
  filter: blur(0);
}
body:not(.mosajco-on) .mj-effect__sepia .mj-content .mj-effect__container-image img {
  filter: sepia(0%);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__sepia .mj-content:hover img {
  filter: sepia(100%);
}
body:not(.mosajco-on) .mj-effect__de-sepia .mj-content .mj-effect__container-image img {
  filter: sepia(100%);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__de-sepia .mj-content:hover img {
  filter: sepia(0%);
}
body:not(.mosajco-on) .mj-effect__grayscale .mj-content .mj-effect__container-image img {
  filter: grayscale(0%);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__grayscale .mj-content:hover img {
  filter: grayscale(100%);
}
body:not(.mosajco-on) .mj-effect__de-grayscale .mj-content .mj-effect__container-image img {
  filter: grayscale(100%);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__de-grayscale .mj-content:hover img {
  filter: grayscale(0%);
}
body:not(.mosajco-on) .mj-effect__show-button .mj-content .mj-effect__link-button {
  filter: opacity(30%);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__show-button .mj-content:hover .mj-effect__link-button {
  filter: opacity(100%);
}
body:not(.mosajco-on) .mj-effect__show-text .mj-content .mj-effect__show-container-text,
body:not(.mosajco-on) .mj-effect__show-text .mj-content p,
body:not(.mosajco-on) .mj-effect__show-text .mj-content h2,
body:not(.mosajco-on) .mj-effect__show-text .mj-content h3 {
  filter: opacity(30%);
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body:not(.mosajco-on) .mj-effect__show-text .mj-content:hover .mj-effect__show-container-text,
body:not(.mosajco-on) .mj-effect__show-text .mj-content:hover p,
body:not(.mosajco-on) .mj-effect__show-text .mj-content:hover h2,
body:not(.mosajco-on) .mj-effect__show-text .mj-content:hover h3 {
  filter: opacity(100%);
}
body:not(.mosajco-on) .mj-effect__bold-title .mj-content:hover .mj-effect__show-container-text h2,
body:not(.mosajco-on) .mj-effect__bold-title .mj-content:hover .mj-effect__show-container-text h3 {
  font-weight: bold;
}
.img-effect__zoom {
  transform: scale(0) translate(-50%, -50%);
  transform-origin: 0 0;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  font-size: 2em;
  transition: transform 0.3s cubic-bezier(0.55, 0.08500000000000001, 0.68, 0.53);
  z-index: 4;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
body:not(.mosajco-on) .area-header .img-effect__svg-embed,
body:not(.mosajco-on) .area-body .img-effect__svg-embed {
  display: inline-block;
}
body:not(.mosajco-on) .area-header .img-effect__svg-plus:before,
body:not(.mosajco-on) .area-body .img-effect__svg-plus:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f05c";
  transform: rotate(45deg);
}
body:not(.mosajco-on) .area-header .img-effect__svg-link:before,
body:not(.mosajco-on) .area-body .img-effect__svg-link:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0c1";
}
body:not(.mosajco-on) .area-header .img-effect:hover .img-effect__zoom,
body:not(.mosajco-on) .area-body .img-effect:hover .img-effect__zoom {
  transform: scale(1) translate(-50%, -50%);
}
.mj-btn__mosajco .mj-btn__icon {
  display: none;
}
.mj-btn__mosajco .btn__icon_no_label {
  margin-left: 0 !important;
}
.mj-btn__mosajco .btn__icon_svg {
  display: none;
}
.mj-btn__mosajco--adv-1 {
  display: inline-block;
  padding: 0.7em;
  text-align: center;
  border: 1em;
  -webkit-transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.mj-btn__mosajco--adv-2 {
  display: inline-block;
  padding: 0.3em;
  -webkit-transition: color 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: color 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.mj-btn__mosajco--adv-3 {
  display: inline-block;
  font-size: 1.2em;
  padding: 0.3em 0.7em;
  border-radius: 1.3em;
  border: 1px solid;
  transition-property: background-color;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.mj-btn__mosajco--adv-3 .mj-btn__icon {
  display: inline;
  margin-left: 15px;
}
.mj-btn__mosajco--adv-3 .btn__icon_svg {
  display: inline-flex;
  align-self: center;
}
.mj-btn__mosajco--adv-3 .btn__icon_svg svg {
  height: 1em;
  width: 1em;
  fill: currentColor;
  top: .125em;
  position: relative;
}
.mj-btn__mosajco--adv-4 {
  padding: 0.3em 0.7em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.mj-btn__mosajco--adv-4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: all 0.3s;
}
.mj-btn__mosajco--adv-4:hover::after {
  width: 100%;
}
.mj-btn__mosajco--adv-5 {
  display: inline-block;
  padding: 1.5em;
  text-align: center;
  border: 1em;
  -webkit-transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.mj-btn__mosajco--adv-6 {
  display: inline-block;
  padding: 1em;
  text-align: center;
  border: 1em;
}
.mj-btn__mosajco--adv-7 {
  display: inline-block;
  padding: 1em;
  text-align: center;
  border: 1em;
}
.mj-btn__mosajco--adv-7 .mj-btn__icon {
  display: inline;
  margin-left: 15px;
}
.mj-btn__mosajco--adv-7 .btn__icon_svg {
  display: inline-flex;
  align-self: center;
}
.mj-btn__mosajco--adv-7 .btn__icon_svg svg {
  height: 1em;
  width: 1em;
  fill: currentColor;
  top: .125em;
  position: relative;
}
.mj-btn__mosajco--adv-8 {
  display: inline-block;
  padding: 1em 2em;
  text-align: center;
  border: 1em;
  -webkit-transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.mj-btn__mosajco--adv-8 .mj-btn__label {
  letter-spacing: 2px;
}
.mj-btn__mosajco--adv-8 .mj-btn__icon {
  display: inline;
  margin-left: 25px;
}
.mj-btn__mosajco--adv-8 .btn__icon_svg {
  display: inline-flex;
  align-self: center;
}
.mj-btn__mosajco--adv-8 .btn__icon_svg svg {
  height: 1em;
  width: 1em;
  fill: currentColor;
  top: .125em;
  position: relative;
}
.mj-btn__mosajco--adv-9 {
  display: inline-block;
  padding: 0.2em 0.4em;
  text-align: center;
  border: 2px;
  -webkit-transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.mj-btn__mosajco--adv-9:hover,
.mj-btn__mosajco--adv-9:focus {
  text-decoration: none;
}
.mj-btn__mosajco--adv-9 .mj-btn__label {
  display: none;
}
.mj-btn__mosajco--adv-9 .mj-btn__icon {
  display: inline;
}
.mj-btn__mosajco--adv-9 .btn__icon_svg {
  display: inline-flex;
  align-self: center;
}
.mj-btn__mosajco--adv-9 .btn__icon_svg svg {
  height: 1em;
  width: 1em;
  fill: currentColor;
  top: .125em;
  position: relative;
}
.mj-btn__mosajco--adv-10 {
  display: inline-block;
  text-align: center;
  -webkit-transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.mj-btn__mosajco--adv-10:hover,
.mj-btn__mosajco--adv-10:focus {
  text-decoration: none;
}
.mj-btn__mosajco--adv-10 .mj-btn__label {
  display: none;
}
.mj-btn__mosajco--adv-10 .mj-btn__icon {
  display: inline;
}
.mj-btn__mosajco--adv-10 .btn__icon_svg {
  display: inline-flex;
  align-self: center;
}
.mj-btn__mosajco--adv-10 .btn__icon_svg svg {
  height: 1em;
  width: 1em;
  fill: currentColor;
  top: .125em;
  position: relative;
}
.mj-btn__mosajco--adv-11 {
  display: inline-block;
  text-align: center;
  padding: 0.3em 0.6em;
  border: 1em;
  -webkit-transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.mj-btn__mosajco--adv-11:hover,
.mj-btn__mosajco--adv-11:focus {
  text-decoration: none;
}
.mj-btn__mosajco--adv-11 .mj-btn__label {
  display: none;
}
.mj-btn__mosajco--adv-11 .mj-btn__icon {
  display: inline;
}
.mj-btn__mosajco--adv-11 .btn__icon_svg {
  display: inline-flex;
  align-self: center;
}
.mj-btn__mosajco--adv-11 .btn__icon_svg svg {
  height: 1em;
  width: 1em;
  fill: currentColor;
  top: .125em;
  position: relative;
}
/*
 |
 | STRUTTURA TESSERA
 |
 */
.mj-content:before,
.mj-content:after {
  content: " ";
  display: table;
}
.mj-content:after {
  clear: both;
}
.mj-content:before,
.mj-content:after {
  content: " ";
  display: table;
}
.mj-content:after {
  clear: both;
}
.mj-tile-container:before,
.mj-tile-container:after {
  content: " ";
  display: table;
}
.mj-tile-container:after {
  clear: both;
}
.mj-tile-container:before,
.mj-tile-container:after {
  content: " ";
  display: table;
}
.mj-tile-container:after {
  clear: both;
}
.mj-tile {
  position: relative;
  border-radius: 3px;
  margin: 10px;
}
.mj-tile:before,
.mj-tile:after {
  content: " ";
  display: table;
}
.mj-tile:after {
  clear: both;
}
.mj-tile:before,
.mj-tile:after {
  content: " ";
  display: table;
}
.mj-tile:after {
  clear: both;
}
.mj-tile__custom-background,
.mj-tile__custom-background-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-radius: 3px;
}
/*
 * patch per dispositivi IOS che buggano quando sono impostati
 *
 * background-attachment: fixed;
 * background-size: cover;
 * @link https://stackoverflow.com/questions/21476380/background-size-on-ios
 */
.user-agent-ios .mj-tile__custom-background-image {
  background-attachment: local !important;
}
.user-agent-ios .mj-tile__custom-background-image-real-parallax {
  background-size: cover !important;
}
.user-agent-ios .mj-parallax {
  background-attachment: scroll !important;
}
.mj-tile__content-container {
  width: 100%;
}
.mj-tile__content-container:before,
.mj-tile__content-container:after {
  content: " ";
  display: table;
}
.mj-tile__content-container:after {
  clear: both;
}
.mj-tile__content-container:before,
.mj-tile__content-container:after {
  content: " ";
  display: table;
}
.mj-tile__content-container:after {
  clear: both;
}
/*
 |
 | MARGINI TESSERA
 |
 */
.without-margin {
  margin: 0;
}
.without-margin-h {
  margin-top: 0;
  margin-bottom: 0;
}
.without-margin-v {
  margin-left: 0;
  margin-right: 0;
}
/*
 |
 | DIMENSIONE TESSERA
 |
 */
@media (min-width: 768px) {
  .tile__container--width {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .tile__container--width .mj-tile__content-container.block,
  .tile__container--width .tile-block {
    max-width: 100%;
  }
  .tile__container--width2 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .tile__container--width2 .mj-tile__content-container.block-2,
  .tile__container--width2 .tile-block-2 {
    max-width: 100%;
  }
  .tile__container--width3 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .tile__container--width3 .mj-tile__content-container.block-3,
  .tile__container--width3 .tile-block-3 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .mj-tile__content-container {
    max-width: 100%;
  }
}
/*
 |
 | DIMENSIONE TESSERA PIXEL
 |
 */
.block-1280-px {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.block-960-px {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.block-720-px {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.block-480-px {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
/*
 |
 | DIMENSIONE CONTENUTO
 | FIXME: attenzione alla retrocompatibilitÃ&nbsp; per la casitica: .tile-container.block-xxx
 |  ho cambiato .tile-container in .mj-tile__content-container
 */
@media (min-width: 768px) {
  .tile-block,
  .mj-tile__content-container.block {
    max-width: calc(90% + 15px);
    margin: 0 auto;
  }
  .tile-block-2,
  .mj-tile__content-container.block-2 {
    max-width: calc(75% + 15px);
    margin: 0 auto;
  }
  .tile-block-3,
  .mj-tile__content-container.block-3 {
    max-width: calc(60% + 15px);
    margin: 0 auto;
  }
}
/*
 |
 | DIMENSIONE CONTENUTO IN PIXEL
 |
 */
.tile__container-1280-px {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.tile__container-960-px {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.tile__container-720-px {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.tile__container-480-px {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
/*
 |
 | ALLINEAMENTO CONTENUTO
 |
 */
.tile-align-center {
  text-align: center;
}
.tile-align-center label {
  text-align: left;
  display: block;
}
.tile-align-center .menu--horiz {
  text-align: center;
}
.tile-align-center .menu--horiz .menu_item {
  float: none;
  display: inline-block !important;
}
.tile-align-center .menu--horiz .menu_custom_14 {
  float: none;
  display: inline-block !important;
}
.tile-align-center .menu--horiz .menu_custom_15 {
  float: none;
  display: inline-block !important;
}
.tile-align-center .menu--horiz .add {
  display: inline-block;
}
.tile-align-center .table th {
  text-align: center;
}
.tile-align-right {
  text-align: right;
}
.tile-align-right label {
  text-align: left;
  display: block;
}
.tile-align-right .menu--horiz {
  text-align: right;
}
.tile-align-right .menu--horiz .menu_item {
  float: none;
  display: inline-block !important;
}
.tile-align-right .menu--horiz .menu_custom_14 {
  float: none;
  display: inline-block !important;
}
.tile-align-right .menu--horiz .menu_custom_15 {
  float: none;
  display: inline-block !important;
}
.tile-align-right .menu--horiz .add {
  display: inline-block;
}
.tile-align-right .table th {
  text-align: right;
}
/*
 |
 | SPAZIATURE INTERNE
 |
 */
@media (min-width: 768px) {
  .mj-tile--spacing-default .mj-content {
    margin: 15px;
  }
  .mj-tile--spacing-default .ph-gallery-btn {
    left: 15px;
    top: 15px;
  }
  .mj-tile--spacing-medium .mj-content {
    margin: 30px;
  }
  .mj-tile--spacing-medium .ph-gallery-btn {
    left: 30px;
    top: 30px;
  }
  .mj-tile--spacing-large .mj-content {
    margin: 45px;
  }
  .mj-tile--spacing-large .ph-gallery-btn {
    left: 45px;
    top: 45px;
  }
  .mj-tile--spacing-extra-large .mj-content {
    margin: 60px;
  }
  .mj-tile--spacing-extra-large .ph-gallery-btn {
    left: 60px;
    top: 60px;
  }
  .mj-tile--spacing-none .mj-content {
    margin: 0;
  }
  .mj-tile--spacing-none .mj-title {
    padding: 8px;
  }
  .mj-tile--spacing-none .ph-gallery-btn {
    left: 0;
    top: 0;
  }
  .mj-tile--spacing-none .container-text {
    padding: 8px;
  }
  .mj-tile--spacing-none .container-text .mj-title {
    padding: 0;
  }
  .mj-tile--spacing-none .container-text .mj-title__padding_bottom--skin-05 {
    padding-bottom: 16px;
  }
  .mj-tile--spacing-none .container-text .mj-title__padding_bottom--skin-07 {
    padding-bottom: 15px;
  }
  .mj-tile--spacing-none .menu-blog__container-text {
    padding: 0 8px;
  }
  .mj-tile--spacing-none .menu-blog__container-button {
    margin-right: 12px;
  }
  .mj-tile--spacing-none .menu-blog__container {
    margin-top: 20px;
  }
  .mj-tile--spacing-none .review--container-text {
    padding: 8px;
  }
  .mj-tile--spacing-none .mj-title__skin-01 {
    padding: 0 0 8px 0;
  }
  .mj-tile--spacing-none .list_review ul.review {
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .mj-tile--spacing-default .mj-content,
  .mj-tile--spacing-medium .mj-content,
  .mj-tile--spacing-large .mj-content,
  .mj-tile--spacing-extra-large .mj-content {
    margin: 15px;
  }
  .mj-tile--spacing-default .ph-gallery-btn,
  .mj-tile--spacing-medium .ph-gallery-btn,
  .mj-tile--spacing-large .ph-gallery-btn,
  .mj-tile--spacing-extra-large .ph-gallery-btn {
    left: 15px;
    top: 15px;
  }
  .mj-grid-tile-container .mj-tile--spacing-default .mj-tile--spacing-none .mj-content {
    margin: 0;
  }
}
/*
 |
 | COMPORTAMENTO GENERALE DEI TITOLI
 |
 */
.mj-content .mj-title {
  margin: 0;
}
.title-text:empty {
  width: 100px;
  height: 20px;
  background: blue;
  margin: auto;
}
.dimensione-1 {
  font-size: 24px;
}
.dimensione-2 {
  font-size: 22px;
}
.dimensione-3 {
  font-size: 20px;
}
.dimensione-4 {
  font-size: 15px;
}
.dimensione-5 {
  font-size: 12px;
}
.tile-title__1 {
  font-size: 70px;
}
.tile-title__2 {
  font-size: 60px;
}
.tile-title__3 {
  font-size: 50px;
}
.tile-title__4 {
  font-size: 40px;
}
.tile-title__5 {
  font-size: 32px;
}
.tile-title__6 {
  font-size: 24px;
}
.tile-title__7 {
  font-size: 20px;
}
.tile-title__8 {
  font-size: 17px;
}
.tile-menu__title-1 {
  font-size: 30px;
}
.tile-menu__title-2 {
  font-size: 28px;
}
.tile-menu__title-3 {
  font-size: 26px;
}
.tile-menu__title-4 {
  font-size: 24px;
}
.tile-menu__title-5 {
  font-size: 22px;
}
.tile-menu__title-6 {
  font-size: 20px;
}
.tile-menu__title-7 {
  font-size: 18px;
}
.tile-menu__title-8 {
  font-size: 17px;
}
.tile-menu__title-9 {
  font-size: 16px;
}
.tile-menu__title-10 {
  font-size: 15px;
}
.tile-menu__title-11 {
  font-size: 14px;
}
.tile-menu__title-12 {
  font-size: 13px;
}
.tile-menu__text-1 {
  font-size: 30px;
}
.tile-menu__text-2 {
  font-size: 28px;
}
.tile-menu__text-3 {
  font-size: 26px;
}
.tile-menu__text-4 {
  font-size: 24px;
}
.tile-menu__text-5 {
  font-size: 22px;
}
.tile-menu__text-6 {
  font-size: 20px;
}
.tile-menu__text-7 {
  font-size: 18px;
}
.tile-menu__text-8 {
  font-size: 17px;
}
.tile-menu__text-9 {
  font-size: 16px;
}
.tile-menu__text-10 {
  font-size: 15px;
}
.tile-menu__text-11 {
  font-size: 14px;
}
.tile-menu__text-12 {
  font-size: 13px;
}
.tile-text__1 {
  font-size: 40px;
}
.tile-text__2 {
  font-size: 34px;
}
.tile-text__3 {
  font-size: 28px;
}
.tile-text__4 {
  font-size: 24px;
}
.tile-text__4-1 {
  font-size: 21px;
}
.tile-text__4-2 {
  font-size: 19px;
}
.tile-text__5 {
  font-size: 17px;
}
.tile-text__6 {
  font-size: 15px;
}
.tile-text__7 {
  font-size: 13px;
}
.tile-title-page h1 {
  margin: 10px;
}
.logo_slogan .tile-title__1 {
  font-size: 40px;
}
.logo_slogan .tile-title__2 {
  font-size: 34px;
}
.logo_slogan .tile-title__3 {
  font-size: 28px;
}
.logo_slogan .tile-title__4 {
  font-size: 24px;
}
.logo_slogan .tile-title__5 {
  font-size: 17px;
}
.logo_slogan .tile-title__6 {
  font-size: 15px;
}
.logo_slogan .tile-title__7 {
  font-size: 13px;
}
.logo_slogan .tile-title__8 {
  font-size: 11px;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .logo_title .tile-title__1 {
    font-size: 24px;
  }
  .logo_title .tile-title__2 {
    font-size: 24px;
  }
  .logo_title .tile-title__3 {
    font-size: 24px;
  }
  .logo_slogan .tile-title__1 {
    font-size: 15px;
  }
  .logo_slogan .tile-title__2 {
    font-size: 15px;
  }
  .logo_slogan .tile-title__3 {
    font-size: 15px;
  }
  .logo_slogan .tile-title__4 {
    font-size: 15px;
  }
  .logo_slogan .tile-title__5 {
    font-size: 15px;
  }
  .tile-title__1 {
    font-size: 20px;
  }
  .tile-title__2 {
    font-size: 20px;
  }
  .tile-title__3 {
    font-size: 20px;
  }
  .tile-title__4 {
    font-size: 20px;
  }
  .tile-title__5 {
    font-size: 20px;
  }
  .tile-title__6 {
    font-size: 20px;
  }
  .tile-text__1 {
    font-size: 15px;
  }
  .tile-text__2 {
    font-size: 15px;
  }
  .tile-text__3 {
    font-size: 15px;
  }
  .tile-text__4 {
    font-size: 15px;
  }
  .tile-text__4-1 {
    font-size: 15px;
  }
  .tile-text__4-2 {
    font-size: 15px;
  }
  .tile-text__5 {
    font-size: 15px;
  }
  .container-text h2 {
    font-size: 20px;
  }
  .container-text p {
    font-size: 15px;
  }
  .tile-title-page h1 {
    font-size: 24px;
  }
  .form-control {
    font-size: 15px;
  }
  .tile-menu__title-1 {
    font-size: 20px;
  }
  .tile-menu__title-2 {
    font-size: 20px;
  }
  .tile-menu__title-3 {
    font-size: 20px;
  }
  .tile-menu__title-4 {
    font-size: 20px;
  }
  .tile-menu__title-5 {
    font-size: 20px;
  }
  .banner-review h2 {
    font-size: 20px;
  }
  .review li div h3 {
    font-size: 20px;
  }
}
.js-affix-tile .mj-tile {
  transition: background 300ms ease-in-out;
}
@media (max-width: 767px) {
  .mj-grid__flex-mobile {
    display: flex;
  }
  .mj-grid__flex-mobile-direction--row {
    flex-direction: row;
  }
  .mj-grid__flex-mobile-direction--column {
    flex-direction: column;
  }
  .mj-grid__flex-mobile-order--0 {
    order: 1;
  }
  .mj-grid__flex-mobile-order--1 {
    order: 2;
  }
  .mj-grid__flex-mobile-order--2 {
    order: 3;
  }
  .mj-grid__flex-mobile-order--3 {
    order: 4;
  }
}
@media (min-width: 768px) {
  .mj-flex__apply {
    flex: 1;
    display: flex;
  }
  .mj-grid__flex {
    display: flex;
    flex-direction: row;
  }
  .mj-grid__flex--cols {
    display: flex;
  }
  .mj-grid__flex--cols [data-jw-section] {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .mj-grid__align-items--top [data-jw-section] {
    justify-content: flex-start;
    flex-direction: column;
  }
  .mj-grid__align-items--center [data-jw-section] {
    justify-content: center;
    flex-direction: column;
  }
  .mj-grid__align-items--bottom [data-jw-section] {
    justify-content: flex-end;
    flex-direction: column;
  }
  .mj-grid__fill-no-edit {
    flex: 1;
    display: flex;
  }
  .mj-grid__fill-no-edit .mj-tile {
    flex: 1;
    display: flex;
  }
  .mj-grid__fill-edit {
    flex: 1;
    display: flex;
  }
  .mj-grid__fill-edit .mj-tile {
    flex: 1;
    display: flex;
  }
}
@media (min-width: 992px) {
  /*
   * il ciclo per creare le classi per i font Ã¨ diviso in 4 chunk da 25 per evitare
   * ricorsioni troppo profonde nel ciclo lato php
   */
  .mj-font-size-1 {
    font-size: 1px;
  }
  .mj-font-size-2 {
    font-size: 2px;
  }
  .mj-font-size-3 {
    font-size: 3px;
  }
  .mj-font-size-4 {
    font-size: 4px;
  }
  .mj-font-size-5 {
    font-size: 5px;
  }
  .mj-font-size-6 {
    font-size: 6px;
  }
  .mj-font-size-7 {
    font-size: 7px;
  }
  .mj-font-size-8 {
    font-size: 8px;
  }
  .mj-font-size-9 {
    font-size: 9px;
  }
  .mj-font-size-10 {
    font-size: 10px;
  }
  .mj-font-size-11 {
    font-size: 11px;
  }
  .mj-font-size-12 {
    font-size: 12px;
  }
  .mj-font-size-13 {
    font-size: 13px;
  }
  .mj-font-size-14 {
    font-size: 14px;
  }
  .mj-font-size-15 {
    font-size: 15px;
  }
  .mj-font-size-16 {
    font-size: 16px;
  }
  .mj-font-size-17 {
    font-size: 17px;
  }
  .mj-font-size-18 {
    font-size: 18px;
  }
  .mj-font-size-19 {
    font-size: 19px;
  }
  .mj-font-size-20 {
    font-size: 20px;
  }
  .mj-font-size-21 {
    font-size: 21px;
  }
  .mj-font-size-22 {
    font-size: 22px;
  }
  .mj-font-size-23 {
    font-size: 23px;
  }
  .mj-font-size-24 {
    font-size: 24px;
  }
  .mj-font-size-25 {
    font-size: 25px;
  }
  .mj-font-size-26 {
    font-size: 26px;
  }
  .mj-font-size-27 {
    font-size: 27px;
  }
  .mj-font-size-28 {
    font-size: 28px;
  }
  .mj-font-size-29 {
    font-size: 29px;
  }
  .mj-font-size-30 {
    font-size: 30px;
  }
  .mj-font-size-31 {
    font-size: 31px;
  }
  .mj-font-size-32 {
    font-size: 32px;
  }
  .mj-font-size-33 {
    font-size: 33px;
  }
  .mj-font-size-34 {
    font-size: 34px;
  }
  .mj-font-size-35 {
    font-size: 35px;
  }
  .mj-font-size-36 {
    font-size: 36px;
  }
  .mj-font-size-37 {
    font-size: 37px;
  }
  .mj-font-size-38 {
    font-size: 38px;
  }
  .mj-font-size-39 {
    font-size: 39px;
  }
  .mj-font-size-40 {
    font-size: 40px;
  }
  .mj-font-size-41 {
    font-size: 41px;
  }
  .mj-font-size-42 {
    font-size: 42px;
  }
  .mj-font-size-43 {
    font-size: 43px;
  }
  .mj-font-size-44 {
    font-size: 44px;
  }
  .mj-font-size-45 {
    font-size: 45px;
  }
  .mj-font-size-46 {
    font-size: 46px;
  }
  .mj-font-size-47 {
    font-size: 47px;
  }
  .mj-font-size-48 {
    font-size: 48px;
  }
  .mj-font-size-49 {
    font-size: 49px;
  }
  .mj-font-size-50 {
    font-size: 50px;
  }
  .mj-font-size-51 {
    font-size: 51px;
  }
  .mj-font-size-52 {
    font-size: 52px;
  }
  .mj-font-size-53 {
    font-size: 53px;
  }
  .mj-font-size-54 {
    font-size: 54px;
  }
  .mj-font-size-55 {
    font-size: 55px;
  }
  .mj-font-size-56 {
    font-size: 56px;
  }
  .mj-font-size-57 {
    font-size: 57px;
  }
  .mj-font-size-58 {
    font-size: 58px;
  }
  .mj-font-size-59 {
    font-size: 59px;
  }
  .mj-font-size-60 {
    font-size: 60px;
  }
  .mj-font-size-61 {
    font-size: 61px;
  }
  .mj-font-size-62 {
    font-size: 62px;
  }
  .mj-font-size-63 {
    font-size: 63px;
  }
  .mj-font-size-64 {
    font-size: 64px;
  }
  .mj-font-size-65 {
    font-size: 65px;
  }
  .mj-font-size-66 {
    font-size: 66px;
  }
  .mj-font-size-67 {
    font-size: 67px;
  }
  .mj-font-size-68 {
    font-size: 68px;
  }
  .mj-font-size-69 {
    font-size: 69px;
  }
  .mj-font-size-70 {
    font-size: 70px;
  }
  .mj-font-size-71 {
    font-size: 71px;
  }
  .mj-font-size-72 {
    font-size: 72px;
  }
  .mj-font-size-73 {
    font-size: 73px;
  }
  .mj-font-size-74 {
    font-size: 74px;
  }
  .mj-font-size-75 {
    font-size: 75px;
  }
  .mj-font-size-76 {
    font-size: 76px;
  }
  .mj-font-size-77 {
    font-size: 77px;
  }
  .mj-font-size-78 {
    font-size: 78px;
  }
  .mj-font-size-79 {
    font-size: 79px;
  }
  .mj-font-size-80 {
    font-size: 80px;
  }
  .mj-font-size-81 {
    font-size: 81px;
  }
  .mj-font-size-82 {
    font-size: 82px;
  }
  .mj-font-size-83 {
    font-size: 83px;
  }
  .mj-font-size-84 {
    font-size: 84px;
  }
  .mj-font-size-85 {
    font-size: 85px;
  }
  .mj-font-size-86 {
    font-size: 86px;
  }
  .mj-font-size-87 {
    font-size: 87px;
  }
  .mj-font-size-88 {
    font-size: 88px;
  }
  .mj-font-size-89 {
    font-size: 89px;
  }
  .mj-font-size-90 {
    font-size: 90px;
  }
  .mj-font-size-91 {
    font-size: 91px;
  }
  .mj-font-size-92 {
    font-size: 92px;
  }
  .mj-font-size-93 {
    font-size: 93px;
  }
  .mj-font-size-94 {
    font-size: 94px;
  }
  .mj-font-size-95 {
    font-size: 95px;
  }
  .mj-font-size-96 {
    font-size: 96px;
  }
  .mj-font-size-97 {
    font-size: 97px;
  }
  .mj-font-size-98 {
    font-size: 98px;
  }
  .mj-font-size-99 {
    font-size: 99px;
  }
  .mj-font-size-100 {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .mj-borders__disable-mobile {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .mj-tile-flags,
  .mj-tile-menuside1,
  .mj-tile-menuside2,
  .mj-tile-menutop1,
  .mj-tile-menutop2,
  .mj-tile-menufooter {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mj-tile-flags,
  .mj-tile-menuside1,
  .mj-tile-menuside2,
  .mj-tile-menutop1,
  .mj-tile-menutop2,
  .mj-tile-menufooter {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sidebar .mj-tile-menulink,
  .sidebar .mj-tile-menugroup,
  .sidebar .mj-tile-menunormal {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .mj-tile-menulink,
  .sidebar .mj-tile-menugroup,
  .sidebar .mj-tile-menunormal {
    display: none !important;
  }
}
.mj-tile__video-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mj-parallax {
  position: relative;
  height: 100%;
}
.mj-tile-mp3player__sound {
  cursor: pointer;
}
.mj-tile-mp3player__sound:hover {
  opacity: 0.5;
}
.container-narrow {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container-narrow {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container-narrow {
    width: 940px;
  }
}
.area-header,
.area-body,
.area-footer {
  margin: 0;
  padding: 0;
}
.container-header,
.container-body,
.container-footer {
  width: 100%;
  /* centra i container all'interno delle aree */
  margin: 0 auto;
  padding: 0;
}
.container-header.boxed,
.container-body.boxed,
.container-footer.boxed {
  max-width: 1140px;
}
.container-header.narrow-boxed,
.container-body.narrow-boxed,
.container-footer.narrow-boxed {
  max-width: 940px;
}
/*
 * questo da il bg al sito quando sono impostate le opzioni foglio su sfondo o libero
 */
#mj-background {
  background: #ffffff;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sheet-wrapper {
  background-color: transparent;
}
.sheet-wrapper.sheet {
  background-color: #ffffff;
}
.sheet-wrapper.custom .area-header {
  background: #ffffff;
}
.sheet-wrapper.custom .area-body {
  background: #218efc url("https://www.goldentours.it/images/pompei-7.jpg?v=1676296829");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: left top;
}
.sheet-wrapper.custom .area-footer {
  background: #ffffff;
}
.mj-block:before,
.mj-block:after {
  content: " ";
  display: table;
}
.mj-block:after {
  clear: both;
}
.mj-block:before,
.mj-block:after {
  content: " ";
  display: table;
}
.mj-block:after {
  clear: both;
}
.mj-area__hidden {
  display: none;
}
#loginModal {
  font-family: 'Roboto', sans-serif;
}
#loginModal .modal-dialog {
  width: 400px;
}
#loginModal .modal-content {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.9);
  color: #d1d1d1;
}
@media (max-width: 480px) {
  #loginModal .modal-content {
    height: 100%;
  }
}
#loginModal .modal-body {
  padding: 35px 50px;
}
#loginModal .modal-title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}
#loginModal .modal-header {
  border-bottom: 1px solid #999;
}
#loginModal .btn {
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#loginModal .btn-primary {
  color: #333333;
  background-color: #ffffff;
  border-color: #333333;
}
#loginModal .btn-primary:hover,
#loginModal .btn-primary:focus,
#loginModal .btn-primary.focus,
#loginModal .btn-primary:active,
#loginModal .btn-primary.active,
.open &gt; .dropdown-toggle#loginModal .btn-primary {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #141414;
}
#loginModal .btn-primary:active,
#loginModal .btn-primary.active,
.open &gt; .dropdown-toggle#loginModal .btn-primary {
  background-image: none;
}
#loginModal .btn-primary.disabled,
#loginModal .btn-primary[disabled],
fieldset[disabled] #loginModal .btn-primary,
#loginModal .btn-primary.disabled:hover,
#loginModal .btn-primary[disabled]:hover,
fieldset[disabled] #loginModal .btn-primary:hover,
#loginModal .btn-primary.disabled:focus,
#loginModal .btn-primary[disabled]:focus,
fieldset[disabled] #loginModal .btn-primary:focus,
#loginModal .btn-primary.disabled.focus,
#loginModal .btn-primary[disabled].focus,
fieldset[disabled] #loginModal .btn-primary.focus,
#loginModal .btn-primary.disabled:active,
#loginModal .btn-primary[disabled]:active,
fieldset[disabled] #loginModal .btn-primary:active,
#loginModal .btn-primary.disabled.active,
#loginModal .btn-primary[disabled].active,
fieldset[disabled] #loginModal .btn-primary.active {
  background-color: #ffffff;
  border-color: #333333;
}
#loginModal .btn-primary .badge {
  color: #ffffff;
  background-color: #333333;
}
#loginModal .close {
  color: #d1d1d1;
}
@media (max-width: 480px) {
  #loginModal .close {
    color: #fff;
    opacity: 1;
  }
}
#loginModal a,
#loginModal p {
  color: #d1d1d1;
  font-size: 14px;
}
#loginModal [type=text],
#loginModal [type=password] {
  font-size: 14px;
  line-height: 26px;
  height: 32px;
  border-radius: 2px;
}
#loginModal [type=submit] {
  padding: 8px 35px;
}
#loginModal .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
#loginModal [type=checkbox] {
  top: 3px;
}
#loginModal .form-group {
  padding-top: 10px;
}
#loginModal iframe {
  display: none;
}
#loginModal #mjl-user-name {
  font-family: 'Roboto', sans-serif;
  color: #d1d1d1;
  margin-top: 20px;
  margin-bottom: 20px;
}
#loginModal .img-circle {
  box-shadow: 0 0 3px 0 #d1d1d1;
  border: 1px solid #333;
}
#loginModal .alert {
  border-radius: 2px;
}
#loginModal .alert-info p {
  color: #31708f;
}
#loginModal .alert-danger p {
  color: #a94442;
}
#loginModal .mjl-alert__list-browser {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #loginModal .modal-dialog {
    width: 100%;
    margin: 0;
    height: 100%;
  }
  #loginModal .modal-open .modal {
    z-index: 99999;
  }
}
@media (max-width: 480px) {
  .modal-open .modal {
    z-index: 99999;
  }
}
.ph-gallery__container-item {
  width: 100%;
  position: relative;
}
.ph-gallery-btn {
  margin: 5px;
  border: none;
  border-radius: 50%;
  background: #000;
  color: #fff;
  position: absolute;
  z-index: 1;
}
.ph-gallery__loader {
  margin: 5px 5px 0 0;
}
/* The ribbons */
.corner-ribbon {
  width: 50px;
  position: absolute;
  color: #f0f0f0;
  z-index: 99;
}
/* Custom styles */
.corner-ribbon.sticky {
  position: absolute;
}
/* Different positions */
.corner-ribbon.top-right {
  top: 0;
  right: 211px;
  left: auto;
}
/* Different positions */
.corner-ribbon.top-left {
  top: 0;
  left: 0;
  right: auto;
}
.jssorb05 {
  position: absolute;
}
.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av {
  position: absolute;
  /* size of bullet elment */
  width: 16px;
  height: 16px;
  background: url('../js/jssor-slider/img/b05.png') no-repeat;
  overflow: hidden;
  cursor: pointer;
}
.jssorb05 div {
  background-position: -7px -7px;
}
.jssorb05 div:hover,
.jssorb05 .av:hover {
  background-position: -37px -7px;
}
.jssorb05 .av {
  background-position: -67px -7px;
}
.jssorb05 .dn,
.jssorb05 .dn:hover {
  background-position: -97px -7px;
}
.jssora22l,
.jssora22r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 40px;
  height: 58px;
  cursor: pointer;
  background: url('../js/jssor-slider/img/a22.png') center center no-repeat;
  overflow: hidden;
}
.jssora22l {
  background-position: -10px -31px;
}
.jssora22r {
  background-position: -70px -31px;
}
.jssora22l:hover {
  background-position: -130px -31px;
}
.jssora22r:hover {
  background-position: -190px -31px;
}
.jssora22l.jssora22ldn {
  background-position: -250px -31px;
}
.jssora22r.jssora22rdn {
  background-position: -310px -31px;
}
.sticky-zindex {
  z-index: 903;
}
.sticky-zindex-submenu {
  z-index: 904;
}
.fadeout {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  -moz-transition: visibility 0.3s linear, opacity 0.3s linear;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
}
.fadein {
  visibility: visible;
  opacity: 1;
}
.booking__form--vert {
  display: inline-block;
  font-size: 14px;
}
.booking__input--container {
  background: white;
  padding: 0 5px;
  display: inline-block;
}
.booking__input--container-light {
  padding: 3px;
}
.booking__input {
  height: 36px;
  width: 100px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
}
.booking__form-group--horiz {
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}
.booking__form-group--vert {
  text-align: left;
}
.booking__select {
  color: #000;
  padding: 0;
}
.booking__calendar {
  cursor: pointer;
  color: #000;
}
.booking_button--vert {
  margin-left: 0;
}
.datepicker {
  font-size: 14px;
}
.datepicker table tr td {
  padding: 8px;
}
.booking__label--guest {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.booking__num--children {
  display: inline-block;
  width: 70px;
  background: #fff;
  font-style: italic;
  height: 36px;
}
.booking__num--adults {
  display: inline-block;
  width: 70px;
  background: #fff;
  font-style: italic;
  height: 36px;
}
.booking__number-room-label {
  margin-right: 5px;
  margin-left: 5px;
}
.booking__adult-label {
  margin-right: 5px;
}
.booking__children-label {
  margin-right: 5px;
  margin-left: 10px;
}
.booking__guest-container {
  position: relative;
  color: #383838;
  text-align: center;
  cursor: pointer;
  height: 36px;
}
.booking__guest-box {
  top: -2px;
  position: relative;
  height: 10px;
  font-size: small;
}
.booking__guest-number {
  font-weight: bold;
}
.booking__children-icon {
  color: #00A287;
}
.booking__rooms-form-control {
  height: 25px;
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.booking__room-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.children-age {
  padding-top: 10px;
}
.booking__guest-popup {
  width: 300px;
  background: #ffffff;
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 5001;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: left;
  height: auto;
}
.booking__guest-popup-close {
  float: right;
  margin-right: 8px;
  font-size: 18px;
}
.booking__room--1 {
  padding: 10px;
  border: 1px solid #d4d4d4;
  margin: 5px;
}
.booking__room--2 {
  display: none;
  padding: 10px;
  border: 1px solid #d4d4d4;
  margin: 5px;
}
.booking__room--3 {
  display: none;
  padding: 10px;
  border: 1px solid #d4d4d4;
  margin: 5px;
}
.booking__room--4 {
  display: none;
  padding: 10px;
  border: 1px solid #d4d4d4;
  margin: 5px;
}
.booking__datepicker-container {
  display: inline-block;
  padding-top: 2px;
}
.booking__form--horiz .input-daterange {
  width: inherit !important;
}
.booking__guest-height-16 {
  height: 16px;
  font-size: 0.8vw;
}
.mj-button_booking {
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  border: 1em;
  -webkit-transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: background 400ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
/*

 skin verticale 2


 */
.booking__button-action--view-1_2 {
  margin-left: 0;
  margin-top: 20px;
  font-size: 1.7em;
  display: inline-block;
}
.booking__container-view-1_2 {
  width: 100%;
  padding: 20px;
}
.booking__content-view-1_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.booking__date-view-1_2 {
  padding: 5px;
  font-size: 1.7em;
}
.booking__icon-view-1_2 {
  padding: 5px;
  font-size: 2em;
  cursor: pointer;
}
.booking__input-view-1_2 {
  font-size: 2em;
  line-height: 1.42857143;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-bottom: 1px solid;
  padding: 10px 0px;
  margin-bottom: 45px;
}
.booking__input-view-1_2:focus {
  outline-offset: 0;
  outline: none;
}
.booking__input-guest-view-1_2 {
  width: 50%;
  text-align: center;
}
.booking__input-guest-view-1_2 input::-webkit-outer-spin-button,
.booking__input-guest-view-1_2 input::-webkit-inner-spin-button {
  /* display: none; &lt;- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* &lt;-- Apparently some margin are still there even though it's hidden */
  width: 14px;
  height: 14px;
  padding: 4px;
  position: relative;
  right: 4px;
  border-radius: 28px;
}
/*

 skin horizontal 2


 */
.booking__input-view-2_2 {
  font-size: 1.2em;
  line-height: 1.42857143;
  background-color: transparent;
  background-image: none;
  border: 0;
}
.booking__input-view-2_2:focus {
  outline-offset: 0;
  outline: none;
}
.booking__icon-view-2_2 {
  font-size: 1.2em;
  cursor: pointer;
}
.booking__container-view-2_2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
}
.booking__container-view-2_2 .booking__guest-container {
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 10px 6px 10px !important;
  border: 1px solid;
  border-radius: 3px;
  text-align: center !important;
  cursor: pointer !important;
  height: 100% !important;
}
.booking__container-view-2_2 .booking__guest-popup {
  top: 52px !important;
}
.booking__container-view-2_2 .booking__guest-height-16 {
  font-size: initial;
}
.booking__content-view-2_2 {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.booking__date-view-2_2 {
  flex-grow: 1;
}
.booking_input-background-view-2_2 {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 10px 10px 10px;
  border: 1px solid;
  border-radius: 3px;
}
.booking__label-view-2_2 {
  text-align: left;
  font-size: 0.8em;
}
.booking__button-action--view-2_2 {
  font-size: 1.3em;
  letter-spacing: 3px;
  width: 100%;
  margin-left: 5px !important;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .vhGridWrapper {
    min-height: 100vh;
  }
}
.vhGridWrapper .scroll-down {
  display: block;
  position: absolute;
  bottom: 1.76471em;
  left: 50%;
  margin-left: -3.52941em;
  width: 7.05882em;
  height: 7.05882em;
  z-index: 902;
  cursor: pointer;
  -webkit-animation: scrollUpDown 7s infinite;
  animation: scrollUpDown 7s infinite;
}
.vhGridWrapper .scroll-down::before {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.66667);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25), 0 0 2px 1px rgba(0, 0, 0, 0.25) inset;
  border-color: white;
  border-width: 3px;
  border-style: solid;
  pointer-events: none;
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: 0;
}
.vhGridWrapper .scroll-down:hover:before {
  box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5), 0 0 0 0 transparent inset;
}
.vhGridWrapper .scroll-down strong {
  display: block;
  width: 70%;
  width: -moz-min-content;
  width: min-content;
  margin: 2.52941em auto 0;
  line-height: 1;
}
.vhGridWrapper .scroll-down-1 {
  margin-left: -2.52941em;
  width: 5.05882em;
  height: 5.05882em;
  z-index: 902;
}
.vhGridWrapper .scroll-down-1 i {
  font-size: 2.5em;
  margin-top: 26px;
  margin-left: 4px;
}
.vhGridWrapper .scroll-down-1::before {
  border-radius: 100%;
  border-width: 1px;
}
.vhGridWrapper .scroll-down-2 {
  margin-left: -2.52941em;
  width: 5.05882em;
  height: 5.05882em;
  z-index: 902;
}
.vhGridWrapper .scroll-down-2 i {
  font-size: 3.5em;
  margin-top: 16px;
  margin-left: 4px;
}
.vhGridWrapper .scroll-down-2::before {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  border-width: 1px;
}
.vhGridWrapper .scroll-down-3 {
  margin-left: -2.52941em;
  width: 5.05882em;
  height: 5.05882em;
  z-index: 902;
}
.vhGridWrapper .scroll-down-3 i {
  font-size: 3.5em;
  margin-top: 16px;
  margin-left: 4px;
  text-shadow: 0 3px 6px rgba(250, 250, 250, 0.35);
}
.vhGridWrapper .scroll-down-3::before {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.vhGridWrapper .scroll-down-3:hover:before {
  box-shadow: none;
}
.vhGridWrapper .scroll-down-3:hover i {
  text-shadow: 0 5px 8px #ffffff;
}
.vhGridWrapper .scroll-down-4 {
  display: block;
  position: absolute;
  bottom: .6em;
  left: 50%;
  margin-left: -.6em;
  font-size: 4.375em;
  width: 1em;
  height: 1em;
  z-index: 902;
  cursor: pointer;
}
.vhGridWrapper .scroll-down-4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25), 0px 0 2px 1px rgba(0, 0, 0, 0.25) inset;
  border-radius: 100%;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}
.vhGridWrapper .scroll-down-4:after {
  background-image: url(/images/_sys/mj-scroll-down-4.svg);
  background-size: 80px 80px;
  display: inline-block;
  width: 120px;
  height: 100px;
  content: "";
  background-repeat: no-repeat;
  left: -2px;
  position: absolute;
  top: -8px;
}
.vhGridWrapper .scroll-down-4:hover:before {
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.5), 0px 0 0 0 transparent inset;
}
@keyframes scrollUpDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.mj-cart {
  margin: 0 0 20px 0;
  position: relative;
  padding: 5px;
  border: 1px solid #dadada;
}
.mj-cart__split {
  height: 1px;
  border-top: 1px dashed #ccc;
  margin: 5px 0;
  clear: both;
}
.mj-cart__name {
  padding-left: 10px;
}
.mj-cart__shop {
  width: 100%;
  display: inline-block;
}
.mj-cart__image {
  padding-top: 10px;
  float: left;
  width: 50%;
}
.mj-cart__image img {
  min-width: 60px;
  max-width: 500px;
}
.mj-cart__details {
  padding: 7px 10px 0 10px;
  float: right;
  width: 50%;
}
.mj-cart__code {
  font-size: 10px;
  color: #a6a6a6;
}
.mj-cart__tax-info {
  display: inline-block;
  font-size: 12px;
  color: #a6a6a6;
  margin-left: 10px;
}
.mj-cart__attributes {
  margin-right: 10px;
  margin-bottom: 20px;
}
.mj-cart__final-price {
  clear: both;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  display: block;
}
.mj-cart__highlights {
  width: 100%;
  margin-bottom: 20px;
}
.mj-cart__price {
  display: inline-block;
  text-decoration: line-through;
}
.mj-cart__discount {
  display: inline-block;
  color: red;
}
.mj-cart__description {
  padding: 0 12px;
}
.mj-cart__description-title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  float: left;
  width: 100%;
  line-height: 50px;
}
.mj-cart__preview-images img {
  margin: 5px;
  border: 1px solid #dadada;
  max-width: 30px;
  cursor: pointer;
}
.mj-cart__preview-images img:hover {
  opacity: 0.5;
  text-decoration: none;
}
.mj-cart__badge {
  position: relative;
  border-radius: 15px;
  font-size: 0.7em;
  background: red;
  padding: 3px 7px;
  top: -10px;
  right: 7px;
  display: none;
}
.mj-cart__summary {
  margin-top: 10px;
}
.mj-cart__summary tbody {
  font-size: 12px;
}
.mj-cart__shipping {
  font-size: 12px;
  color: #a6a6a6;
  margin-top: 10px;
  margin-bottom: 10px;
}
body,
label,
.checkbox label {
  font-weight: 300;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar:hover {
  background: rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: #04658f;
}
body::-webkit-scrollbar-thumb:hover {
  background: #03435f;
}
body::-webkit-scrollbar-thumb:active {
  background: #04658f;
}
body::-webkit-resizer {
  background: #04658f;
}
.position-relative {
  position: relative;
}
.formato-m {
  width: 50%;
}
.container-first-row {
  background: #03435f;
  width: 100%;
  color: #032433;
  clear: both;
  float: left;
}
.header .container-image img {
  box-shadow: 0px 0px 0px transparent;
}
.image {
  width: 100%;
}
.img-lazy {
  filter: blur(5px);
}
.input-html {
  min-height: 300px;
}
.padding-top-m {
  padding-top: 15px;
}
.padding-top-s {
  padding-top: 8px;
}
.radios .radio {
  height: 150px;
  width: 300px;
}
.radios input[type=radio] {
  display: none;
}
.radios input[type=radio]:checked + .radio {
  border: 2px solid #ff7300;
}
.slider-caption {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  top: 50%;
  margin-top: -20px;
}
.trainer-container {
  position: fixed;
  top: 50px;
  left: 0px;
  border: 1px solid;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
  z-index: 99999;
  height: calc(100% - 50px);
}
.trainer-container iframe {
  display: block;
}
.trainer-invisible {
  display: none;
}
.trainer-hide {
  height: auto;
  border: none;
}
.scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  /* important:  dimensions or positioning here! */
}
.scroll-wrapper iframe {
  /* nada! */
}
.box_compact {
  position: relative;
  display: block;
  float: left;
  height: 35px;
}
.box_compact .buttons {
  position: absolute;
  top: 35px;
  right: 0;
  padding: 10px;
  z-index: 998;
  box-shadow: 0 0 3px #333;
  background: #fff;
}
.container-text {
  word-wrap: break-word;
}
.mj-drag__ratio_small {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  margin: 0;
}
.mj-drag__ratio_medium {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  margin: 0;
}
.mj-drag__ratio_large {
  position: relative;
  width: 100%;
  padding-bottom: 200%;
  margin: 0;
}
.mj-drag__fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mj-container .mj-fullscreen-section {
  display: none;
  position: fixed;
  z-index: 1401;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
[msf-content] .mj-fullscreen-section {
  background-color: #fff;
}
.vegas-container {
  height: 100% !important;
}
.mj-pswp {
  z-index: 10003 !important;
}
.mj-pswp__caption__center {
  text-align: center !important;
  max-width: 420px !important;
  margin: 0 auto !important;
  font-size: 16px !important;
  padding: 10px !important;
  line-height: 20px !important;
  color: #fff !important;
}
/*
 |
 | questa variabile controlla il padding minimo del testo quando sono rimosse tutte
 | le spaziature da una tessera
 |
 */
/* COLORI MENU COLONNE */
/* COLORE DELLA VETRINA HP */
/*
 * GENERALI
 */
/*
 |
 | decora le immagini su normale
 |
 */
/*
 |
 | aggiunge una transizione allo sfondo delle voci di menu
 |
 */
/*
 |
 | decora lo slider
 |
 */
/****************************
 |
 | Stile SMUSSATO
 |
 ****************************/
/*
 |
 | generali
 |
 */
/*
 |
 | Menu
 |
 */
/*
 |
 | aggiunge una transizione allo sfondo delle voci di menu
 |
 */
/*
 |
 | decora le immagini su normale
 |
 */
/*
 |
 | decora lo slider
 |
 */

.mj-tile-849, .mj-tile-850, .mj-tile-851{
    position: absolute;
    z-index: 1;
    top: -25px;
    /* box-shadow: 1px 2px 4px black inset; */
    right: calc(50% - 35px);
}

.vhGridWrapper .scroll-down{
    bottom:5.76471em !important;
}

.mj-tile-970{
    position: absolute;
    width: 100%;
    color: white !important;
    /*margin-top: 15px;*/

   color:white !important;
}

.mj-tile-970 .menu_custom_15 {
    color:white !important;

}

.mj-tile-5670{
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.mj-tile-973{
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(170,199,211,0) 10%,rgba(5,89,125,1) 100%) !important;
}

.menu_custom_15 .menu_link{
    padding: 10px 20px 10px 20px;
}

.mj-tile-974 {
    z-index:1;
}


/*---------------------------campo di ricerca------------------------*/

@media screen and (min-width: 1024px){

     .mj-tile-1019{
        width:35vw !important;
        margin-left: calc(67vw - 35vw);
    }
    
}

.mj-search-box__input .mj-autocomplete-input {
    padding: 10px;
    box-shadow: none !important;
    font-size:20px !important;
}

 .mj-autocomplete:after {
    content: "\f002";
    position: absolute;
    right: 12px;
    top: 13px;
    color: white;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
}

.mj-search-box__input {
	background: #fdc70f!important;
	color: #05597d !important;
	border: none !important;
	outline: none !important;
	transition: 300ms ease;
	height:53px;
	font-size:20px !important;
}

.mj-autocomplete-dropdown-menu {
	background:#fdc70f !important;
	color: #05597d !important;
	padding: 10px;
	font-size:15px ;
	z-index:999999999 !important;
}

.mj-autocomplete-suggestion.mj-autocomplete-cursor {
	background: #6b9819 !important;
}



/*.mj-autocomplete-suggestions:after {
    position: absolute;
    bottom: -22px;
    right: 0;
    left: 0;
    padding: 2px;
    height:22px;
    content: "";
    background: #e6f3fd url("https://www.algolia.com/static_assets/images/press/downloads/search-by-algolia.png") no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #e6f3fd;
}*/
  
.mj-search-box__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
    font-size:14px;
}  

.mj-autocomplete input:focus { /* Chrome, Firefox, Opera, Safari 10.1+ */
   box-shadow:2px 2px 2px 2px white !important;
   transition: 300ms ease;
}


   
    .sheet-wrapper{
    background: #f2f2f2 url(/images/large/1056_background-10.png?v=d78c);
    background-image: url(/images/large/1056_background-10.png?v=d78c);
    opacity:1;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #f2f2f2;
}

.area-header, .area-body, .area-footer{
    background:transparent !important;
}

.mj-tile-1022 .tile__container--width{
    border: 2px solid white ;
    width:90%;
    align-self:center;
}

.mj-btn__mosajco--adv-1{
    color:white !important;
}


/*---------------------bottoni mobili per prenotazioni*/

@media (max-width:768px){
     
    /* 
     ---------------------------------bottone request info
     
    .mj-btn__mosajco--adv-11{
    position:fixed;
    height:100px;
    right: 0px  !important;
    background: #05597d !important;
    bottom: 108px  !important;
    width: 70px  !important;
    z-index:5  !important;
    color:white !important;
    /*box-shadow:-3px 3px 10px 4px #c5c5c5b0;
}

.mj-btn__mosajco--adv-11 .mj-btn__icon:after{
    
    content: 'richiedi info';
    font-size: 16px;
    line-height: 18px;
    /* align-content: center; 
    top: 56px;
    right: -1px;
    position: absolute;
    /* margin-right: 147px; */
    /* padding: 10px; 
    
 }
 
 :lang(en) .mj-btn__mosajco--adv-11 .mj-btn__icon:after{
     content: 'request info';
    font-size: 14px;
    line-height: 18px;
    /* align-content: center; 
    top: 42px;
    right: -1px;
    position: absolute;
    /* margin-right: 147px; 
     padding: 10px;
   }
   /*
   
   /*--------------------------------------------------bottone prenota fareharbor*/
   
    
 
 input#js-search-box__1019::-webkit-input-placeholder{
 font-size:20px !important
 }
 
 #mjNavMobile{
     position:fixed;
     top:0;
     z-index:6;
 }
}

.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:url(overlays/02.png) center center}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;-webkit-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container&gt;.vegas-overlay,body.vegas-container&gt;.vegas-slide,body.vegas-container&gt;.vegas-timer{position:fixed;z-index:-1}:root body.vegas-container&gt;.vegas-overlay,:root body.vegas-container&gt;.vegas-slide,_::full-page-media,_:future{bottom:-76px}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px);filter:blur(32px)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0);filter:blur(0)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}
/*# sourceMappingURL=vegas.min.css.map */

    /*
    Flaticon icon font: Flaticon
    Creation date: 15/06/2018 15:26
    */

@font-face {
    font-family: "Flaticon";
    src: url("/fonts/custom/Flaticon.eot");
    src: url("/fonts/custom/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("/fonts/custom/Flaticon.woff") format("woff"),
    url("/fonts/custom/Flaticon.ttf") format("truetype"),
    url("/fonts/custom/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("./Flaticon.svg#Flaticon") format("svg");
    }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-parking:before { content: "\f100"; }
.flaticon-parked-car:before { content: "\f101"; }
.flaticon-coffee-cup:before { content: "\f102"; }
.flaticon-hot-coffee-rounded-cup-on-a-plate-from-side-view:before { content: "\f103"; }
.flaticon-snacks-sign:before { content: "\f104"; }
.flaticon-shower:before { content: "\f105"; }
.flaticon-shower-with-water-droplets:before { content: "\f106"; }
.flaticon-bathtub-1:before { content: "\f107"; }
.flaticon-bathtub:before { content: "\f108"; }
.flaticon-person-enjoying-jacuzzi-hot-water-bath:before { content: "\f109"; }
.flaticon-hair-dryer-on:before { content: "\f10a"; }
.flaticon-hair-dryer:before { content: "\f10b"; }
.flaticon-towel-2:before { content: "\f10c"; }
.flaticon-towel-1:before { content: "\f10d"; }
.flaticon-towel:before { content: "\f10e"; }
.flaticon-bathroom-towel:before { content: "\f10f"; }
.flaticon-kettle:before { content: "\f110"; }
.flaticon-wifi-connection-signal-symbol:before { content: "\f111"; }
.flaticon-minibar:before { content: "\f112"; }
.flaticon-minisplit:before { content: "\f113"; }
.flaticon-next:before { content: "\f114"; }
.flaticon-play-button:before { content: "\f115"; }
.flaticon-right-arrow-1:before { content: "\f116"; }
.flaticon-right-arrow:before { content: "\f117"; }
.flaticon-sedan-car-front:before { content: "\f118"; }
.flaticon-signs:before { content: "\f119"; }
.flaticon-squares:before { content: "\f11a"; }
.flaticon-menu:before { content: "\f11b"; }
.flaticon-menu-lines:before { content: "\f11c"; }
.flaticon-line-menu:before { content: "\f11d"; }
.flaticon-sound:before { content: "\f11e"; }
.flaticon-shape:before { content: "\f11f"; }
.flaticon-room-service:before { content: "\f120"; }
.flaticon-holidays:before { content: "\f121"; }
.flaticon-check-form:before { content: "\f122"; }
.flaticon-text-line-form:before { content: "\f123"; }
.flaticon-cancel-2:before { content: "\f124"; }
.flaticon-cancel-1:before { content: "\f125"; }
.flaticon-cross-remove-sign:before { content: "\f126"; }
.flaticon-cancel:before { content: "\f127"; }
.flaticon-online-shopping-cart:before { content: "\f128"; }
.flaticon-shopping-cart:before { content: "\f129"; }
.flaticon-shopping-cart-1:before { content: "\f12a"; }</pre></body></html>