/*graphywork*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*palette*/
/*color*/
/*spacers*/
/*BREACKPOINT*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

html, body {
  height: 100%; }

body {
  font-size: 16px; }

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

img {
  max-width: 100%;
  height: auto; }

@font-face {
  font-family: 'besticon';
  src: url("../graphywork/fonts/besticon.eot");
  src: url("../graphywork/fonts/besticon.eot?#iefix") format("embedded-opentype"), url("../graphywork/fonts/besticon.woff") format("woff"), url("../graphywork/fonts/besticon.ttf") format("truetype"), url("../graphywork/fonts/besticon.svg#besticon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class*='icon-']:before {
  display: inline-block;
  font-family: 'besticon';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right-big:before {
  content: '\0041'; }

.icon-arrow-left-big:before {
  content: '\0042'; }

.icon-heart-light:before {
  content: '\0043'; }

.icon-phone:before {
  content: '\0044'; }

.icon-mail-light:before {
  content: '\0045'; }

.icon-user:before {
  content: '\0046'; }

.icon-cart:before {
  content: '\0047'; }

.icon-cart-light:before {
  content: '\0048'; }

.icon-search:before {
  content: '\0049'; }

.icon-caret:before {
  content: '\004a'; }

.icon-menu:before {
  content: '\004b'; }

.icon-youtube:before {
  content: '\004c'; }

.icon-twitter:before {
  content: '\004d'; }

.icon-skype:before {
  content: '\004e'; }

.icon-pinterest:before {
  content: '\004f'; }

.icon-linkedin:before {
  content: '\0050'; }

.icon-facebook:before {
  content: '\0051'; }

.icon-dots-menu:before {
  content: '\0052'; }

.icon-download:before {
  content: '\0053'; }

.icon-call:before {
  content: '\0054'; }

.icon-link:before {
  content: '\0055'; }

.icon-send:before {
  content: '\0056'; }

.icon-mark:before {
  content: '\0057'; }

.icon-cog:before {
  content: '\0058'; }

.icon-cogs:before {
  content: '\0059'; }

.icon-view:before {
  content: '\005a'; }

.icon-close:before {
  content: '\0061'; }

.icon-camera:before {
  content: '\0062'; }

.icon-instagram:before {
  content: '\0063'; }

.icon-mobile:before {
  content: '\0064'; }

.icon-plus:before {
  content: '\0065'; }

.icon-present:before {
  content: '\0066'; }

.icon-calendar:before {
  content: '\0067'; }

.icon-whatsapp:before {
  content: '\0068'; }

.icon-tandem:before {
  content: '\0069'; }

.icon-comments:before {
  content: '\006a'; }

.default-stage, .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg, .row .col, .row [class*="col-"] {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; }

  .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; }

  .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; }

  .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; }

  .container-lg {
    max-width: 1140px; } }
/*display*/
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
/*width and height*/
.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-40 {
  width: 40% !important; }

.w-50 {
  width: 50% !important; }

.w-60 {
  width: 60% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }

  .w-md-30 {
    width: 30% !important; }

  .w-md-40 {
    width: 40% !important; }

  .w-md-50 {
    width: 50% !important; }

  .w-md-60 {
    width: 60% !important; }

  .w-md-75 {
    width: 75% !important; }

  .w-md-100 {
    width: 100% !important; } }
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important; }

  .w-lg-30 {
    width: 30% !important; }

  .w-lg-40 {
    width: 40% !important; }

  .w-lg-50 {
    width: 50% !important; }

  .w-lg-60 {
    width: 60% !important; }

  .w-lg-75 {
    width: 75% !important; }

  .w-lg-100 {
    width: 100% !important; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  min-width: 100%; }
  .row.no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .row.no-gutters > .col {
      padding-right: 0;
      padding-left: 0; }
    .row.no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }

.row .col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }
.row .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
.row .col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }
.row .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }
.row .col-3 {
  flex: 0 0 25%;
  max-width: 25%; }
.row .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }
.row .col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }
.row .col-6 {
  flex: 0 0 50%;
  max-width: 50%; }
.row .col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }
.row .col-7 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }
.row .col-9 {
  flex: 0 0 75%;
  max-width: 75%; }
.row .col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }
.row .col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }
.row .col-12 {
  flex: 0 0 100%;
  max-width: 100%; }
@media (min-width: 576px) {
  .row .col-sm {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .row .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .row .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .row .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .row .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .row .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .row .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .row .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .row .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .row .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .row .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .row .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .row .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  .row .col-md {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .row .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .row .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .row .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .row .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .row .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .row .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .row .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .row .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .row .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .row .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .row .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .row .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .row .col-lg {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .row .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .row .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .row .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .row .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .row .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .row .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .row .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .row .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .row .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .row .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .row .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .row .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .row .col-xl {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .row .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .row .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .row .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .row .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .row .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .row .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .row .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .row .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .row .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .row .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .row .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .row .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

/*row autocol*/
/*@mixin cont-row-col-1 {
	flex: 0 0 100%;
	max-width: 100%;
}
@mixin cont-row-col-2 {
	flex: 0 0 50%;
	max-width: 50%;
}
@mixin cont-row-col-3 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
@mixin cont-row-col-4 {
	flex: 0 0 25%;
	max-width: 25%;
}
@mixin cont-row-col-5 {
    flex: 0 0 20%;
    max-width: 20%;
}
@mixin cont-row-col-6 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.row-cols-1 {
	>* {@include cont-row-col-1;}
}
.row-cols-2 {
	>* {@include cont-row-col-2;}
}
.row-cols-3 {
	>* {@include cont-row-col-3;}
}
.row-cols-4 {
	>* {@include cont-row-col-4;}
}
.row-cols-5 {
	>* {@include cont-row-col-5;}
}
.row-cols-6 {
	>* {@include cont-row-col-6;}
}

@include breakpoint(min_sm){
	.row-cols-sm-1 {
		>* {@include cont-row-col-1;}
	}
	.row-cols-sm-2 {
		>* {@include cont-row-col-2;}
	}
	.row-cols-sm-3 {
		>* {@include cont-row-col-3;}
	}
	.row-cols-sm-4 {
		>* {@include cont-row-col-4;}
	}
	.row-cols-sm-5 {
		>* {@include cont-row-col-5;}
	}
	.row-cols-sm-6 {
		>* {@include cont-row-col-6;}
	}
}
@include breakpoint(min_md){
	.row-cols-md-1 {
		>* {@include cont-row-col-1;}
	}
	.row-cols-md-2 {
		>* {@include cont-row-col-2;}
	}
	.row-cols-md-3 {
		>* {@include cont-row-col-3;}
	}
	.row-cols-md-4 {
		>* {@include cont-row-col-4;}
	}
	.row-cols-md-5 {
		>* {@include cont-row-col-5;}
	}
	.row-cols-md-6 {
		>* {@include cont-row-col-6;}
	}
}
@include breakpoint(min_lg){
	.row-cols-lg-1 {
		>* {@include cont-row-col-1;}
	}
	.row-cols-lg-2 {
		>* {@include cont-row-col-2;}
	}
	.row-cols-lg-3 {
		>* {@include cont-row-col-3;}
	}
	.row-cols-lg-4 {
		>* {@include cont-row-col-4;}
	}
	.row-cols-lg-5 {
		>* {@include cont-row-col-5;}
	}
	.row-cols-lg-6 {
		>* {@include cont-row-col-6;}
	}
}
@include breakpoint(min_xl){
	.row-cols-xl-1 {
		>* {@include cont-row-col-1;}
	}
	.row-cols-xl-2 {
		>* {@include cont-row-col-2;}
	}
	.row-cols-xl-3 {
		>* {@include cont-row-col-3;}
	}
	.row-cols-xl-4 {
		>* {@include cont-row-col-4;}
	}
	.row-cols-xl-5 {
		>* {@include cont-row-col-5;}
	}
	.row-cols-xl-6 {
		>* {@include cont-row-col-6;}
	}
}*/
.navbar-hide-mobile {
  display: none; }
  @media (min-width: 992px) {
    .navbar-hide-mobile {
      display: block; } }

.navbar {
  padding: 5px 0; }

.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 40px;
  height: 40px;
  padding-top: 2px;
  border-radius: 100%;
  cursor: pointer; }
  .navbar-toggler .btn-open {
    display: flex; }
    .navbar-toggler .btn-open i {
      margin-top: 2px; }
  .navbar-toggler .btn-closed {
    display: none; }
  .navbar-toggler.openmenu .btn-open {
    display: none; }
  .navbar-toggler.openmenu .btn-closed {
    display: flex; }
    .navbar-toggler.openmenu .btn-closed i {
      margin-top: 2px; }
  .navbar-toggler:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

li.menu-item {
  position: relative; }
  li.menu-item > a.nav-link {
    display: block;
    padding: 15px 0; }

.menu-block {
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 160px;
  z-index: 9999; }
  .menu-block li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .menu-block li a {
      display: block;
      padding: 12px 10px 12px 30px;
      line-height: 1; }
      .menu-block li a:hover {
        text-decoration: none; }
    .menu-block li.color-ak {
      background-color: #66C4CC;
      font-weight: bold; }
    .menu-block li.color-tk {
      background-color: #862783;
      font-weight: bold; }
    .menu-block li.color-green {
      background-color: #28a745;
      font-weight: bold; }
    .menu-block li.color-orange {
      background-color: #EEA43B;
      font-weight: bold; }
    .menu-block li.color-yellow {
      background-color: #ffb900;
      font-weight: bold; }
    .menu-block li.color-pink {
      background-color: #FF9999;
      font-weight: bold; }
    .menu-block li.color-dodgerblue {
      background-color: dodgerblue;
      font-weight: bold; }

.navbar-dark {
  color: white; }
  .navbar-dark .menu-block {
    color: white; }
    .navbar-dark .menu-block a {
      color: white; }
      .navbar-dark .menu-block a:hover {
        color: #f9f9f9; }
  .navbar-dark .navbar-toggler {
    color: #f9f9f9;
    border: 1px solid #f9f9f9; }

.mobile__menu {
  display: block;
  position: fixed;
  background-color: rgba(0, 77, 129, 0.9);
  color: white;
  padding: 20px 0;
  position: fixed;
  width: 280px;
  height: 100%;
  left: -280px;
  top: 0;
  z-index: 99999; }
  .mobile__menu:before {
    content: '';
    display: block;
    background: url("../img/bg_dots.png") repeat-y;
    background-size: 100% auto;
    mix-blend-mode: soft-light;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .mobile__menu.openmenu {
    left: 0; }
  .mobile__menu .mobile__menu__top {
    position: relative;
    z-index: 10; }
    .mobile__menu .mobile__menu__top .logo {
      max-width: 130px;
      display: block;
      padding: 10px 0px 20px;
      margin-left: 30px; }
    .mobile__menu .mobile__menu__top .close {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 36px;
      height: 36px;
      background-color: #0095BC;
      color: #002641;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      border: none;
      border-radius: 100%;
      cursor: pointer; }
  .mobile__menu .mobile__menu__scroll {
    height: calc(100% - 42px );
    overflow-y: auto;
    position: relative;
    z-index: 10; }

.overlay-mobile-menu {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99990; }
  .overlay-mobile-menu.openmenu {
    display: block; }

#copyright .copy-menu {
  display: inline-block; }
  #copyright .copy-menu li.menu-item > a.nav-link {
    display: block;
    padding: 15px 15px 15px 0; }

.bg-white {
  background-color: white !important; }

.bg-black {
  background-color: black !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-light {
  background-color: #f9f9f9 !important; }

.bg-dark {
  background-color: #343a40 !important; }

/*@import '../graphywork/css/borders';*/
/*flex*/
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
/*order*/
.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; } }
@media (min-width: 768px) {
  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; } }
@media (min-width: 992px) {
  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; } }
@media (min-width: 1200px) {
  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; } }
/*margin and padding*/
.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 10px !important; }

.mt-1 {
  margin-top: 10px !important; }

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.mr-1 {
  margin-right: 10px !important; }

.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.ml-1 {
  margin-left: 10px !important; }

.m-2 {
  margin: 20px !important; }

.mt-2 {
  margin-top: 20px !important; }

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.mr-2 {
  margin-right: 20px !important; }

.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.ml-2 {
  margin-left: 20px !important; }

.m-3 {
  margin: 30px !important; }

.mt-3 {
  margin-top: 30px !important; }

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.mr-3 {
  margin-right: 30px !important; }

.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.ml-3 {
  margin-left: 30px !important; }

.m-4 {
  margin: 40px !important; }

.mt-4 {
  margin-top: 40px !important; }

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.mr-4 {
  margin-right: 40px !important; }

.mx-4 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.ml-4 {
  margin-left: 40px !important; }

.m-5 {
  margin: 50px !important; }

.mt-5 {
  margin-top: 50px !important; }

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.mr-5 {
  margin-right: 50px !important; }

.mx-5 {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.ml-5 {
  margin-left: 50px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

/*negative margin*/
.m-n1 {
  margin: -10px !important; }

.mt-n1 {
  margin-top: -10px !important; }

.my-n1 {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

.mr-n1 {
  margin-right: -10px !important; }

.mx-n1 {
  margin-right: -10px !important;
  margin-left: -10px !important; }

.mb-n1 {
  margin-bottom: -10px !important; }

.ml-n1 {
  margin-left: -10px !important; }

.m-n2 {
  margin: -20px !important; }

.mt-n2 {
  margin-top: -20px !important; }

.my-n2 {
  margin-top: -20px !important;
  margin-bottom: -20px !important; }

.mr-n2 {
  margin-right: -20px !important; }

.mx-n2 {
  margin-right: -20px !important;
  margin-left: -20px !important; }

.mb-n2 {
  margin-bottom: -20px !important; }

.ml-n2 {
  margin-left: -20px !important; }

.m-n3 {
  margin: -30px !important; }

.mt-n3 {
  margin-top: -30px !important; }

.my-n3 {
  margin-top: -30px !important;
  margin-bottom: -30px !important; }

.mr-n3 {
  margin-right: -30px !important; }

.mx-n3 {
  margin-right: -30px !important;
  margin-left: -30px !important; }

.mb-n3 {
  margin-bottom: -30px !important; }

.ml-n3 {
  margin-left: -30px !important; }

.m-n4 {
  margin: -40px !important; }

.mt-n4 {
  margin-top: -40px !important; }

.my-n4 {
  margin-top: -40px !important;
  margin-bottom: -40px !important; }

.mr-n4 {
  margin-right: -40px !important; }

.mx-n4 {
  margin-right: -40px !important;
  margin-left: -40px !important; }

.mb-n4 {
  margin-bottom: -40px !important; }

.ml-n4 {
  margin-left: -40px !important; }

.m-n5 {
  margin: -50px !important; }

.mt-n5 {
  margin-top: -50px !important; }

.my-n5 {
  margin-top: -50px !important;
  margin-bottom: -50px !important; }

.mr-n5 {
  margin-right: -50px !important; }

.mx-n5 {
  margin-right: -50px !important;
  margin-left: -50px !important; }

.mb-n5 {
  margin-bottom: -50px !important; }

.ml-n5 {
  margin-left: -50px !important; }

/*padding*/
.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 10px !important; }

.pt-1 {
  padding-top: 10px !important; }

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.pr-1 {
  padding-right: 10px !important; }

.px-1 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.pl-1 {
  padding-left: 10px !important; }

.p-2 {
  padding: 20px !important; }

.pt-2 {
  padding-top: 20px !important; }

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.pr-2 {
  padding-right: 20px !important; }

.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.pl-2 {
  padding-left: 20px !important; }

.p-3 {
  padding: 30px !important; }

.pt-3 {
  padding-top: 30px !important; }

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.pr-3 {
  padding-right: 30px !important; }

.px-3 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.pb-3 {
  padding-bottom: 30px !important; }

.pl-3 {
  padding-left: 30px !important; }

.p-4 {
  padding: 40px !important; }

.pt-4 {
  padding-top: 40px !important; }

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.pr-4 {
  padding-right: 40px !important; }

.px-4 {
  padding-right: 40px !important;
  padding-left: 40px !important; }

.pb-4 {
  padding-bottom: 40px !important; }

.pl-4 {
  padding-left: 40px !important; }

.p-5 {
  padding: 50px !important; }

.pt-5 {
  padding-top: 50px !important; }

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.pr-5 {
  padding-right: 50px !important; }

.px-5 {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.pb-5 {
  padding-bottom: 50px !important; }

.pl-5 {
  padding-left: 50px !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .mr-sm-0 {
    margin-right: 0 !important; }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 10px !important; }

  .mt-sm-1 {
    margin-top: 10px !important; }

  .my-sm-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .mr-sm-1 {
    margin-right: 10px !important; }

  .mx-sm-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }

  .mb-sm-1 {
    margin-bottom: 10px !important; }

  .ml-sm-1 {
    margin-left: 10px !important; }

  .m-sm-2 {
    margin: 20px !important; }

  .mt-sm-2 {
    margin-top: 20px !important; }

  .my-sm-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .mr-sm-2 {
    margin-right: 20px !important; }

  .mx-sm-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }

  .mb-sm-2 {
    margin-bottom: 20px !important; }

  .ml-sm-2 {
    margin-left: 20px !important; }

  .m-sm-3 {
    margin: 30px !important; }

  .mt-sm-3 {
    margin-top: 30px !important; }

  .my-sm-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .mr-sm-3 {
    margin-right: 30px !important; }

  .mx-sm-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .mb-sm-3 {
    margin-bottom: 30px !important; }

  .ml-sm-3 {
    margin-left: 30px !important; }

  .m-sm-4 {
    margin: 40px !important; }

  .mt-sm-4 {
    margin-top: 40px !important; }

  .my-sm-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .mr-sm-4 {
    margin-right: 40px !important; }

  .mx-sm-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }

  .mb-sm-4 {
    margin-bottom: 40px !important; }

  .ml-sm-4 {
    margin-left: 40px !important; }

  .m-sm-5 {
    margin: 50px !important; }

  .mt-sm-5 {
    margin-top: 50px !important; }

  .my-sm-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .mr-sm-5 {
    margin-right: 50px !important; }

  .mx-sm-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }

  .mb-sm-5 {
    margin-bottom: 50px !important; }

  .ml-sm-5 {
    margin-left: 50px !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto {
    margin-top: auto !important; }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mr-sm-auto {
    margin-right: auto !important; }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .mb-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto {
    margin-left: auto !important; }

  /*negative*/
  .m-sm-n1 {
    margin: -10px !important; }

  .mt-sm-n1 {
    margin-top: -10px !important; }

  .my-sm-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }

  .mr-sm-n1 {
    margin-right: -10px !important; }

  .mx-sm-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important; }

  .mb-sm-n1 {
    margin-bottom: -10px !important; }

  .ml-sm-n1 {
    margin-left: -10px !important; }

  .m-sm-n2 {
    margin: -20px !important; }

  .mt-sm-n2 {
    margin-top: -20px !important; }

  .my-sm-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }

  .mr-sm-n2 {
    margin-right: -20px !important; }

  .mx-sm-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important; }

  .mb-sm-n2 {
    margin-bottom: -20px !important; }

  .ml-sm-n2 {
    margin-left: -20px !important; }

  .m-sm-n3 {
    margin: -30px !important; }

  .mt-sm-n3 {
    margin-top: -30px !important; }

  .my-sm-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }

  .mr-sm-n3 {
    margin-right: -30px !important; }

  .mx-sm-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important; }

  .mb-sm-n3 {
    margin-bottom: -30px !important; }

  .ml-sm-n3 {
    margin-left: -30px !important; }

  .m-sm-n4 {
    margin: -40px !important; }

  .mt-sm-n4 {
    margin-top: -40px !important; }

  .my-sm-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }

  .mr-sm-n4 {
    margin-right: -40px !important; }

  .mx-sm-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important; }

  .mb-sm-n4 {
    margin-bottom: -40px !important; }

  .ml-sm-n4 {
    margin-left: -40px !important; }

  .m-sm-n5 {
    margin: -50px !important; }

  .mt-sm-n5 {
    margin-top: -50px !important; }

  .my-sm-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }

  .mr-sm-n5 {
    margin-right: -50px !important; }

  .mx-sm-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important; }

  .mb-sm-n5 {
    margin-bottom: -50px !important; }

  .ml-sm-n5 {
    margin-left: -50px !important; }

  /*negative*/
  .m-md-n1 {
    margin: -10px !important; }

  .mt-md-n1 {
    margin-top: -10px !important; }

  .my-md-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }

  .mr-md-n1 {
    margin-right: -10px !important; }

  .mx-md-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important; }

  .mb-md-n1 {
    margin-bottom: -10px !important; }

  .ml-md-n1 {
    margin-left: -10px !important; }

  .m-md-n2 {
    margin: -20px !important; }

  .mt-md-n2 {
    margin-top: -20px !important; }

  .my-md-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }

  .mr-md-n2 {
    margin-right: -20px !important; }

  .mx-md-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important; }

  .mb-md-n2 {
    margin-bottom: -20px !important; }

  .ml-md-n2 {
    margin-left: -20px !important; }

  .m-md-n3 {
    margin: -30px !important; }

  .mt-md-n3 {
    margin-top: -30px !important; }

  .my-md-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }

  .mr-md-n3 {
    margin-right: -30px !important; }

  .mx-md-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important; }

  .mb-md-n3 {
    margin-bottom: -30px !important; }

  .ml-md-n3 {
    margin-left: -30px !important; }

  .m-md-n4 {
    margin: -40px !important; }

  .mt-md-n4 {
    margin-top: -40px !important; }

  .my-md-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }

  .mr-md-n4 {
    margin-right: -40px !important; }

  .mx-md-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important; }

  .mb-md-n4 {
    margin-bottom: -40px !important; }

  .ml-md-n4 {
    margin-left: -40px !important; }

  .m-md-n5 {
    margin: -50px !important; }

  .mt-md-n5 {
    margin-top: -50px !important; }

  .my-md-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }

  .mr-md-n5 {
    margin-right: -50px !important; }

  .mx-md-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important; }

  .mb-md-n5 {
    margin-bottom: -50px !important; }

  .ml-md-n5 {
    margin-left: -50px !important; }

  /*padding*/
  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0 {
    padding-top: 0 !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .pr-sm-0 {
    padding-right: 0 !important; }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 10px !important; }

  .pt-sm-1 {
    padding-top: 10px !important; }

  .py-sm-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .pr-sm-1 {
    padding-right: 10px !important; }

  .px-sm-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .pb-sm-1 {
    padding-bottom: 10px !important; }

  .pl-sm-1 {
    padding-left: 10px !important; }

  .p-sm-2 {
    padding: 20px !important; }

  .pt-sm-2 {
    padding-top: 20px !important; }

  .py-sm-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .pr-sm-2 {
    padding-right: 20px !important; }

  .px-sm-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .pb-sm-2 {
    padding-bottom: 20px !important; }

  .pl-sm-2 {
    padding-left: 20px !important; }

  .p-sm-3 {
    padding: 30px !important; }

  .pt-sm-3 {
    padding-top: 30px !important; }

  .py-sm-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .pr-sm-3 {
    padding-right: 30px !important; }

  .px-sm-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .pb-sm-3 {
    padding-bottom: 30px !important; }

  .pl-sm-3 {
    padding-left: 30px !important; }

  .p-sm-4 {
    padding: 40px !important; }

  .pt-sm-4 {
    padding-top: 40px !important; }

  .py-sm-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .pr-sm-4 {
    padding-right: 40px !important; }

  .px-sm-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }

  .pb-sm-4 {
    padding-bottom: 40px !important; }

  .pl-sm-4 {
    padding-left: 40px !important; }

  .p-sm-5 {
    padding: 50px !important; }

  .pt-sm-5 {
    padding-top: 50px !important; }

  .py-sm-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .pr-sm-5 {
    padding-right: 50px !important; }

  .px-sm-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }

  .pb-sm-5 {
    padding-bottom: 50px !important; }

  .pl-sm-5 {
    padding-left: 50px !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .mr-md-0 {
    margin-right: 0 !important; }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 10px !important; }

  .mt-md-1 {
    margin-top: 10px !important; }

  .my-md-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .mr-md-1 {
    margin-right: 10px !important; }

  .mx-md-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }

  .mb-md-1 {
    margin-bottom: 10px !important; }

  .ml-md-1 {
    margin-left: 10px !important; }

  .m-md-2 {
    margin: 20px !important; }

  .mt-md-2 {
    margin-top: 20px !important; }

  .my-md-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .mr-md-2 {
    margin-right: 20px !important; }

  .mx-md-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }

  .mb-md-2 {
    margin-bottom: 20px !important; }

  .ml-md-2 {
    margin-left: 20px !important; }

  .m-md-3 {
    margin: 30px !important; }

  .mt-md-3 {
    margin-top: 30px !important; }

  .my-md-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .mr-md-3 {
    margin-right: 30px !important; }

  .mx-md-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .mb-md-3 {
    margin-bottom: 30px !important; }

  .ml-md-3 {
    margin-left: 30px !important; }

  .m-md-4 {
    margin: 40px !important; }

  .mt-md-4 {
    margin-top: 40px !important; }

  .my-md-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .mr-md-4 {
    margin-right: 40px !important; }

  .mx-md-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }

  .mb-md-4 {
    margin-bottom: 40px !important; }

  .ml-md-4 {
    margin-left: 40px !important; }

  .m-md-5 {
    margin: 50px !important; }

  .mt-md-5 {
    margin-top: 50px !important; }

  .my-md-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .mr-md-5 {
    margin-right: 50px !important; }

  .mx-md-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }

  .mb-md-5 {
    margin-bottom: 50px !important; }

  .ml-md-5 {
    margin-left: 50px !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto {
    margin-top: auto !important; }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mr-md-auto {
    margin-right: auto !important; }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .mb-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto {
    margin-left: auto !important; }

  /*padding*/
  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0 {
    padding-top: 0 !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .pr-md-0 {
    padding-right: 0 !important; }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .pb-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 10px !important; }

  .pt-md-1 {
    padding-top: 10px !important; }

  .py-md-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .pr-md-1 {
    padding-right: 10px !important; }

  .px-md-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .pb-md-1 {
    padding-bottom: 10px !important; }

  .pl-md-1 {
    padding-left: 10px !important; }

  .p-md-2 {
    padding: 20px !important; }

  .pt-md-2 {
    padding-top: 20px !important; }

  .py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .pr-md-2 {
    padding-right: 20px !important; }

  .px-md-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .pb-md-2 {
    padding-bottom: 20px !important; }

  .pl-md-2 {
    padding-left: 20px !important; }

  .p-md-3 {
    padding: 30px !important; }

  .pt-md-3 {
    padding-top: 30px !important; }

  .py-md-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .pr-md-3 {
    padding-right: 30px !important; }

  .px-md-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .pb-md-3 {
    padding-bottom: 30px !important; }

  .pl-md-3 {
    padding-left: 30px !important; }

  .p-md-4 {
    padding: 40px !important; }

  .pt-md-4 {
    padding-top: 40px !important; }

  .py-md-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .pr-md-4 {
    padding-right: 40px !important; }

  .px-md-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }

  .pb-md-4 {
    padding-bottom: 40px !important; }

  .pl-md-4 {
    padding-left: 40px !important; }

  .p-md-5 {
    padding: 50px !important; }

  .pt-md-5 {
    padding-top: 50px !important; }

  .py-md-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .pr-md-5 {
    padding-right: 50px !important; }

  .px-md-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }

  .pb-md-5 {
    padding-bottom: 50px !important; }

  .pl-md-5 {
    padding-left: 50px !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .mr-lg-0 {
    margin-right: 0 !important; }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 10px !important; }

  .mt-lg-1 {
    margin-top: 10px !important; }

  .my-lg-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .mr-lg-1 {
    margin-right: 10px !important; }

  .mx-lg-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }

  .mb-lg-1 {
    margin-bottom: 10px !important; }

  .ml-lg-1 {
    margin-left: 10px !important; }

  .m-lg-2 {
    margin: 20px !important; }

  .mt-lg-2 {
    margin-top: 20px !important; }

  .my-lg-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .mr-lg-2 {
    margin-right: 20px !important; }

  .mx-lg-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }

  .mb-lg-2 {
    margin-bottom: 20px !important; }

  .ml-lg-2 {
    margin-left: 20px !important; }

  .m-lg-3 {
    margin: 30px !important; }

  .mt-lg-3 {
    margin-top: 30px !important; }

  .my-lg-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .mr-lg-3 {
    margin-right: 30px !important; }

  .mx-lg-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .mb-lg-3 {
    margin-bottom: 30px !important; }

  .ml-lg-3 {
    margin-left: 30px !important; }

  .m-lg-4 {
    margin: 40px !important; }

  .mt-lg-4 {
    margin-top: 40px !important; }

  .my-lg-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .mr-lg-4 {
    margin-right: 40px !important; }

  .mx-lg-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }

  .mb-lg-4 {
    margin-bottom: 40px !important; }

  .ml-lg-4 {
    margin-left: 40px !important; }

  .m-lg-5 {
    margin: 50px !important; }

  .mt-lg-5 {
    margin-top: 50px !important; }

  .my-lg-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .mr-lg-5 {
    margin-right: 50px !important; }

  .mx-lg-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }

  .mb-lg-5 {
    margin-bottom: 50px !important; }

  .ml-lg-5 {
    margin-left: 50px !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto {
    margin-top: auto !important; }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mr-lg-auto {
    margin-right: auto !important; }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .mb-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto {
    margin-left: auto !important; }

  /*negative*/
  .m-lg-n1 {
    margin: -10px !important; }

  .mt-lg-n1 {
    margin-top: -10px !important; }

  .my-lg-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }

  .mr-lg-n1 {
    margin-right: -10px !important; }

  .mx-lg-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important; }

  .mb-lg-n1 {
    margin-bottom: -10px !important; }

  .ml-lg-n1 {
    margin-left: -10px !important; }

  .m-lg-n2 {
    margin: -20px !important; }

  .mt-lg-n2 {
    margin-top: -20px !important; }

  .my-lg-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }

  .mr-lg-n2 {
    margin-right: -20px !important; }

  .mx-lg-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important; }

  .mb-lg-n2 {
    margin-bottom: -20px !important; }

  .ml-lg-n2 {
    margin-left: -20px !important; }

  .m-lg-n3 {
    margin: -30px !important; }

  .mt-lg-n3 {
    margin-top: -30px !important; }

  .my-lg-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }

  .mr-lg-n3 {
    margin-right: -30px !important; }

  .mx-lg-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important; }

  .mb-lg-n3 {
    margin-bottom: -30px !important; }

  .ml-lg-n3 {
    margin-left: -30px !important; }

  .m-lg-n4 {
    margin: -40px !important; }

  .mt-lg-n4 {
    margin-top: -40px !important; }

  .my-lg-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }

  .mr-lg-n4 {
    margin-right: -40px !important; }

  .mx-lg-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important; }

  .mb-lg-n4 {
    margin-bottom: -40px !important; }

  .ml-lg-n4 {
    margin-left: -40px !important; }

  .m-lg-n5 {
    margin: -50px !important; }

  .mt-lg-n5 {
    margin-top: -50px !important; }

  .my-lg-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }

  .mr-lg-n5 {
    margin-right: -50px !important; }

  .mx-lg-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important; }

  .mb-lg-n5 {
    margin-bottom: -50px !important; }

  .ml-lg-n5 {
    margin-left: -50px !important; }

  /*padding*/
  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .pr-lg-0 {
    padding-right: 0 !important; }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 10px !important; }

  .pt-lg-1 {
    padding-top: 10px !important; }

  .py-lg-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .pr-lg-1 {
    padding-right: 10px !important; }

  .px-lg-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .pb-lg-1 {
    padding-bottom: 10px !important; }

  .pl-lg-1 {
    padding-left: 10px !important; }

  .p-lg-2 {
    padding: 20px !important; }

  .pt-lg-2 {
    padding-top: 20px !important; }

  .py-lg-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .pr-lg-2 {
    padding-right: 20px !important; }

  .px-lg-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .pb-lg-2 {
    padding-bottom: 20px !important; }

  .pl-lg-2 {
    padding-left: 20px !important; }

  .p-lg-3 {
    padding: 30px !important; }

  .pt-lg-3 {
    padding-top: 30px !important; }

  .py-lg-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .pr-lg-3 {
    padding-right: 30px !important; }

  .px-lg-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .pb-lg-3 {
    padding-bottom: 30px !important; }

  .pl-lg-3 {
    padding-left: 30px !important; }

  .p-lg-4 {
    padding: 40px !important; }

  .pt-lg-4 {
    padding-top: 40px !important; }

  .py-lg-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .pr-lg-4 {
    padding-right: 40px !important; }

  .px-lg-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }

  .pb-lg-4 {
    padding-bottom: 40px !important; }

  .pl-lg-4 {
    padding-left: 40px !important; }

  .p-lg-5 {
    padding: 50px !important; }

  .pt-lg-5 {
    padding-top: 50px !important; }

  .py-lg-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .pr-lg-5 {
    padding-right: 50px !important; }

  .px-lg-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }

  .pb-lg-5 {
    padding-bottom: 50px !important; }

  .pl-lg-5 {
    padding-left: 50px !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .mr-xl-0 {
    margin-right: 0 !important; }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 10px !important; }

  .mt-xl-1 {
    margin-top: 10px !important; }

  .my-xl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .mr-xl-1 {
    margin-right: 10px !important; }

  .mx-xl-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }

  .mb-xl-1 {
    margin-bottom: 10px !important; }

  .ml-xl-1 {
    margin-left: 10px !important; }

  .m-xl-2 {
    margin: 20px !important; }

  .mt-xl-2 {
    margin-top: 20px !important; }

  .my-xl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .mr-xl-2 {
    margin-right: 20px !important; }

  .mx-xl-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }

  .mb-xl-2 {
    margin-bottom: 20px !important; }

  .ml-xl-2 {
    margin-left: 20px !important; }

  .m-xl-3 {
    margin: 30px !important; }

  .mt-xl-3 {
    margin-top: 30px !important; }

  .my-xl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .mr-xl-3 {
    margin-right: 30px !important; }

  .mx-xl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .mb-xl-3 {
    margin-bottom: 30px !important; }

  .ml-xl-3 {
    margin-left: 30px !important; }

  .m-xl-4 {
    margin: 40px !important; }

  .mt-xl-4 {
    margin-top: 40px !important; }

  .my-xl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .mr-xl-4 {
    margin-right: 40px !important; }

  .mx-xl-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }

  .mb-xl-4 {
    margin-bottom: 40px !important; }

  .ml-xl-4 {
    margin-left: 40px !important; }

  .m-xl-5 {
    margin: 50px !important; }

  .mt-xl-5 {
    margin-top: 50px !important; }

  .my-xl-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .mr-xl-5 {
    margin-right: 50px !important; }

  .mx-xl-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }

  .mb-xl-5 {
    margin-bottom: 50px !important; }

  .ml-xl-5 {
    margin-left: 50px !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto {
    margin-top: auto !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mr-xl-auto {
    margin-right: auto !important; }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .mb-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto {
    margin-left: auto !important; }

  /*negative*/
  .m-xl-n1 {
    margin: -10px !important; }

  .mt-xl-n1 {
    margin-top: -10px !important; }

  .my-xl-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }

  .mr-xl-n1 {
    margin-right: -10px !important; }

  .mx-xl-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important; }

  .mb-xl-n1 {
    margin-bottom: -10px !important; }

  .ml-xl-n1 {
    margin-left: -10px !important; }

  .m-xl-n2 {
    margin: -20px !important; }

  .mt-xl-n2 {
    margin-top: -20px !important; }

  .my-xl-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }

  .mr-xl-n2 {
    margin-right: -20px !important; }

  .mx-xl-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important; }

  .mb-xl-n2 {
    margin-bottom: -20px !important; }

  .ml-xl-n2 {
    margin-left: -20px !important; }

  .m-xl-n3 {
    margin: -30px !important; }

  .mt-xl-n3 {
    margin-top: -30px !important; }

  .my-xl-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }

  .mr-xl-n3 {
    margin-right: -30px !important; }

  .mx-xl-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important; }

  .mb-xl-n3 {
    margin-bottom: -30px !important; }

  .ml-xl-n3 {
    margin-left: -30px !important; }

  .m-xl-n4 {
    margin: -40px !important; }

  .mt-xl-n4 {
    margin-top: -40px !important; }

  .my-xl-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }

  .mr-xl-n4 {
    margin-right: -40px !important; }

  .mx-xl-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important; }

  .mb-xl-n4 {
    margin-bottom: -40px !important; }

  .ml-xl-n4 {
    margin-left: -40px !important; }

  .m-xl-n5 {
    margin: -50px !important; }

  .mt-xl-n5 {
    margin-top: -50px !important; }

  .my-xl-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }

  .mr-xl-n5 {
    margin-right: -50px !important; }

  .mx-xl-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important; }

  .mb-xl-n5 {
    margin-bottom: -50px !important; }

  .ml-xl-n5 {
    margin-left: -50px !important; }

  /*padding*/
  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .pr-xl-0 {
    padding-right: 0 !important; }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 10px !important; }

  .pt-xl-1 {
    padding-top: 10px !important; }

  .py-xl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .pr-xl-1 {
    padding-right: 10px !important; }

  .px-xl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .pb-xl-1 {
    padding-bottom: 10px !important; }

  .pl-xl-1 {
    padding-left: 10px !important; }

  .p-xl-2 {
    padding: 20px !important; }

  .pt-xl-2 {
    padding-top: 20px !important; }

  .py-xl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .pr-xl-2 {
    padding-right: 20px !important; }

  .px-xl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .pb-xl-2 {
    padding-bottom: 20px !important; }

  .pl-xl-2 {
    padding-left: 20px !important; }

  .p-xl-3 {
    padding: 30px !important; }

  .pt-xl-3 {
    padding-top: 30px !important; }

  .py-xl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .pr-xl-3 {
    padding-right: 30px !important; }

  .px-xl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .pb-xl-3 {
    padding-bottom: 30px !important; }

  .pl-xl-3 {
    padding-left: 30px !important; }

  .p-xl-4 {
    padding: 40px !important; }

  .pt-xl-4 {
    padding-top: 40px !important; }

  .py-xl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .pr-xl-4 {
    padding-right: 40px !important; }

  .px-xl-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }

  .pb-xl-4 {
    padding-bottom: 40px !important; }

  .pl-xl-4 {
    padding-left: 40px !important; }

  .p-xl-5 {
    padding: 50px !important; }

  .pt-xl-5 {
    padding-top: 50px !important; }

  .py-xl-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .pr-xl-5 {
    padding-right: 50px !important; }

  .px-xl-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }

  .pb-xl-5 {
    padding-bottom: 50px !important; }

  .pl-xl-5 {
    padding-left: 50px !important; } }
/*@import '../graphywork/css/tables';*/
body {
  font-family: "Source Sans Pro", sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: inherit;
  font-weight: bold;
  line-height: 120%;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 1.8rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.2rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.9rem; }

p {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.5; }

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

small, .small {
  font-size: 80%;
  color: inherit;
  font-weight: normal; }

.blockquote {
  margin-bottom: 30px;
  margin-left: 30px;
  font-size: 1.1rem; }

a {
  color: #007bff;
  outline: none !important;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 30px; }

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
  margin-left: 30px; }

ul > li {
  list-style: square;
  margin-bottom: 10px; }

ol > li {
  list-style: decimal; }

dd {
  margin-bottom: 30px;
  margin-left: 0; }

blockquote {
  margin: 0 0 30px; }

b, strong {
  font-weight: bold; }

.text-justify {
  text-align: justify !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify !important; }

  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify !important; }

  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify !important; }

  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-justify {
    text-align: justify !important; }

  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-white {
  color: white !important; }

.text-black {
  color: black !important; }

.text-light {
  color: #f9f9f9 !important; }

.text-dark {
  color: #343a40 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.font-light {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: normal !important; }

.font-weight-bold {
  font-weight: bold !important; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0; }

.dropdown-group {
  position: relative;
  display: inline-block; }
  .dropdown-group .dropdown-btn {
    display: inline-block; }
  .dropdown-group .dropdown-element {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    max-width: 300px;
    padding: 10px;
    background-color: white;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000; }
    .dropdown-group .dropdown-element.align-right {
      left: auto;
      right: 0; }
    .dropdown-group .dropdown-element p:last-child {
      margin-bottom: 0; }
  .dropdown-group.dropdown-up .dropdown-element {
    bottom: calc( 100% + 10px );
    top: auto; }
  .dropdown-group.dropdown-right .dropdown-element {
    left: auto;
    right: 0; }

.modal {
  display: none;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }
  .modal .modal-content {
    background-color: white;
    margin: 15px auto;
    padding: 20px;
    border: 1px solid #495057;
    width: 80%;
    position: relative;
    z-index: 100; }
  .modal .close {
    color: #495057;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: translateX(-50%); }
  .modal .close:hover,
  .modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }
  .modal .overlay-modal {
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7); }
  .modal.modal-sm .modal-content {
    max-width: 768px; }

.collapse-group {
  display: flex;
  flex-direction: column; }
  .collapse-group .collapse-btn {
    display: inline-block; }
  .collapse-group .collapse-element {
    display: none; }
    .collapse-group .collapse-element p:last-child {
      margin-bottom: 0; }

/*@import '../graphywork/css/buttons';
@import '../graphywork/css/form';
@import '../graphywork/css/scrollspy';*/
a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden; }

.z--1 {
  z-index: -1; }

.z-0 {
  z-index: 0; }

.z-10 {
  z-index: 10; }

.z-20 {
  z-index: 20; }

.z-30 {
  z-index: 30; }

.z-40 {
  z-index: 40; }

.z-50 {
  z-index: 50; }

.z-100 {
  z-index: 100; }

.z-1000 {
  z-index: 1000; }

.z-9999 {
  z-index: 9999; }

.embed-video, .embed-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative; }
  .embed-video iframe, .embed-video object, .embed-video embed, .embed-container iframe, .embed-container object, .embed-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.aligncenter {
  display: block;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center; }

@media (max-width: 767px) {
  .alignleft {
    display: block;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center; } }
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 30px; } }

@media (max-width: 767px) {
  .alignright {
    display: block;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center; } }
@media (min-width: 768px) {
  .alignright {
    float: right;
    margin-left: 30px; } }

.transition_all, .mobile__menu, a {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.transition_all_slow {
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out; }

.shadow-none {
  box-shadow: none; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/*@import '../graphywork/css/minianimate';*/
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
/*theme*/
/*@import 'variables';*/
body {
  font-size: 16px;
  font-weight: 500;
  color: #808080; }

.h1, h1, .h2, h2 {
  font-weight: 500; }

.h1, h1 {
  font-size: 36px; }

.h2, h2 {
  font-size: 42px;
  margin-bottom: 20px; }
  .h2 sub, h2 sub {
    font-size: .5em; }

.h3, h3 {
  font-size: 24px;
  margin-bottom: 20px; }

.h4, h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px; }

.entry-title {
  font-size: 50px;
  margin-bottom: 30px;
  padding: 0px;
  text-align: center;
  line-height: 1;
  font-weight: 800;
  position: relative;
  color: white; }
  .entry-title .text-bordergradient {
    background: -webkit-linear-gradient(-90deg, #fdd13f 10%, #00a9b0 50%, #22b7c5 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 10px transparent;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    z-index: 100; }
  .entry-title .text-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 6px 0;
    text-shadow: 0 0 12px black;
    z-index: 10; }

a {
  color: white; }
  a:hover {
    color: #ffb900;
    text-decoration: none; }

a:focus, button:focus {
  outline: none !important; }
a:focus-visible, button:focus-visible {
  outline: 2px solid red !important;
  outline-offset: 2px; }

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

strong, b {
  font-weight: bold; }

ol[type="A"] li {
  list-style: upper-alpha; }

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.transition-300, a, #mobilebottombar .menu-map, #mobilebottombar .menu-map .icon, #mobilebottombar .menu-map .submenu, .fancybox-active .legenda_map .legenda, .section-ristorazione .item a:before, .block-menu h2:before {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.transition_all_cubic, .swiper-pagination-bullets .swiper-pagination-bullet {
  -webkit-transition: all 300ms cubic-bezier(0.32, 0.36, 0.03, 1);
  -moz-transition: all 300ms cubic-bezier(0.32, 0.36, 0.03, 1);
  -ms-transition: all 300ms cubic-bezier(0.32, 0.36, 0.03, 1);
  -o-transition: all 300ms cubic-bezier(0.32, 0.36, 0.03, 1);
  transition: all 300ms cubic-bezier(0.32, 0.36, 0.03, 1); }

.text-shadow {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8); }

.spacer {
  clear: both;
  display: block;
  height: 30px; }

.border-white {
  border: 1px solid rgba(255, 255, 255, 0.5); }

.bullet-yellow {
  background-color: #ffb900;
  padding: 1px 4px;
  border-radius: 15px;
  color: black; }

@media (max-width: 767px) {
  #cookie-law-info-bar {
    padding-bottom: 50px; } }

.fill-white {
  fill: white; }

.swiper-container {
  width: 100%;
  height: 100%; }
  .swiper-container .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important; }
  .swiper-container .swiper-scrollbar {
    width: 100%;
    left: 0px; }
    .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
      background-color: #808080; }

.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0;
  border: none;
  width: 5px;
  height: 5px;
  background-color: white;
  opacity: 1; }
  .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffb900;
    width: 20px; }

.addtoany_content {
  text-align: center;
  padding: 40px 0 0; }

.reveal, .slide-up, .slide-down {
  visibility: hidden; }

.animate__delay-100ms {
  animation-delay: 100ms; }

.animate__delay-200ms {
  animation-delay: 200ms; }

.animate__delay-300ms {
  animation-delay: 300ms; }

.animate__delay-400ms {
  animation-delay: 400ms; }

.animate__delay-500ms {
  animation-delay: 500ms; }

.grecaptcha-badge {
  display: none; }

.isotopeGrid .gallary {
  padding: 5px;
  width: 50%; }
  @media (min-width: 768px) {
    .isotopeGrid .gallary {
      width: 33%; } }
  @media (min-width: 1200px) {
    .isotopeGrid .gallary {
      width: 25%; } }

.sharing {
  padding: 30px 0;
  text-align: center; }
  .sharing p {
    margin-bottom: 10px; }

.btn-border-white {
  border: 1px solid white;
  border-radius: 4px;
  margin: 10px 5px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white; }
  .btn-border-white:hover {
    background-color: rgba(255, 255, 255, 0.3); }

.btn-photoland a {
  display: flex;
  flex-direction: column;
  width: fit-content;
  border: 1px solid white;
  border-radius: 4px;
  background-color: rgba(255, 185, 0, 0.2);
  color: white;
  position: relative;
  font-size: 14px;
  margin: 16px auto 20px;
  padding: 20px 10px 10px; }
  .btn-photoland a:hover {
    background-color: rgba(255, 185, 0, 0.5); }
  .btn-photoland a b, .btn-photoland a strong {
    font-size: 16px; }
  .btn-photoland a:before {
    content: '';
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
    background: url("../img/icon-camera-eye.svg") no-repeat center top/100%; }

#header {
  background: transparent url("../img/bg_header.svg") no-repeat center -7px/auto 110px;
  width: 100%;
  max-width: 426px;
  height: 96px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1024; }
  #header #top-menu-nav {
    background-color: transparent; }
  #header .container {
    display: flex;
    justify-content: space-between; }
    #header .container .navbar-first-block {
      display: flex;
      align-items: center; }
    #header .container .brand {
      max-width: 160px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0px; }
      #header .container .brand span {
        display: block;
        text-align: center;
        color: white;
        font-size: 10px;
        font-weight: bold;
        white-space: nowrap;
        margin-top: -5px; }
    #header .container .navbar-last-block {
      display: flex;
      align-items: center; }
    #header .container .wpml-ls ul li {
      margin-left: 5px; }
      #header .container .wpml-ls ul li a {
        text-indent: -5000px;
        overflow: hidden;
        width: 26px;
        height: 30px; }
      #header .container .wpml-ls ul li.wpml-ls-item-it a {
        background: url("../img/IT.png") no-repeat center/100%; }
      #header .container .wpml-ls ul li.wpml-ls-item-en a {
        background: url("../img/EN.png") no-repeat center/100%; }

#footer {
  padding: 60px 0 120px;
  background: url(../img/bg_navbar-footer.svg) no-repeat center top;
  background-size: 1145px auto;
  color: white;
  margin-top: -30px;
  position: relative;
  z-index: 100; }
  #footer .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px; }
    #footer .socials .icons {
      padding-right: 15px; }
      #footer .socials .icons a {
        color: white;
        display: block;
        margin-bottom: 10px; }
        #footer .socials .icons a:last-child {
          margin: 0; }
        #footer .socials .icons a svg path {
          fill: white; }
    #footer .socials .info {
      border-left: 1px solid white;
      padding-left: 15px;
      font-size: 16px; }
      #footer .socials .info p {
        margin-bottom: 5px;
        line-height: 1.1; }
      #footer .socials .info .hash {
        font-weight: bold; }
  #footer .menu-footer-menu-container {
    margin-bottom: 20px; }
    #footer .menu-footer-menu-container ul.menu {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center; }
      #footer .menu-footer-menu-container ul.menu li.menu-item {
        list-style: none;
        margin: 0;
        padding: 0; }
        #footer .menu-footer-menu-container ul.menu li.menu-item a {
          display: inline-block;
          padding: 5px;
          color: white; }
  #footer #copyright {
    text-align: center;
    line-height: 1.3; }
    #footer #copyright span {
      white-space: nowrap; }

#mobilebottombar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 426px;
  height: 76px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: url(../img/bg_navbar-footer.svg) no-repeat center top;
  background-size: 1145px auto;
  color: white;
  z-index: 100; }
  #mobilebottombar .block-icons {
    text-align: center; }
    #mobilebottombar .block-icons a {
      display: block;
      color: white; }
    #mobilebottombar .block-icons .icon {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      width: 41px;
      height: 41px;
      margin: 0 auto 5px; }
      #mobilebottombar .block-icons .icon svg {
        max-width: 29px;
        height: auto; }
        #mobilebottombar .block-icons .icon svg path {
          fill: white; }
    #mobilebottombar .block-icons .label {
      display: block;
      white-space: nowrap;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase; }
  #mobilebottombar .menu-map {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #mobilebottombar .menu-map .icon {
      background-color: rgba(0, 149, 188, 0);
      border-radius: 50%; }
    #mobilebottombar .menu-map .submenu {
      margin: 0;
      padding: 0;
      overflow: hidden;
      height: 0;
      display: flex; }
      #mobilebottombar .menu-map .submenu li {
        margin: 0;
        padding: 5px 0 0;
        list-style: none;
        display: block; }
        #mobilebottombar .menu-map .submenu li a {
          font-weight: 500;
          padding: 5px 10px; }
          #mobilebottombar .menu-map .submenu li a:hover {
            background-color: #002641; }
        #mobilebottombar .menu-map .submenu li:first-child a {
          border-right: 1px solid white; }
    #mobilebottombar .menu-map:hover .icon {
      background-color: #0095bc; }
    #mobilebottombar .menu-map:hover ul.submenu {
      height: 44px; }

.legenda_map {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999999999;
  background-color: #0095BC;
  color: white; }
  .legenda_map a {
    color: white;
    display: inline-block;
    padding: 5px 10px;
    background-color: #002641;
    margin: 0 2px;
    border-radius: 30px; }
    .legenda_map a:hover {
      background-color: #0095BC; }
  .legenda_map .panel {
    display: flex;
    padding: 5px;
    background-color: #004D81; }
    .legenda_map .panel .group_ak, .legenda_map .panel .group_tk {
      display: none;
      margin-left: auto; }
    .legenda_map .panel .btn_legenda_ak, .legenda_map .panel .btn_legenda_tk {
      display: block; }
    .legenda_map .panel a svg {
      width: 14px;
      height: auto;
      display: inline-block;
      vertical-align: middle;
      margin-right: 2px; }
      .legenda_map .panel a svg path {
        fill: white; }

.fancybox-active .legenda_map {
  display: block; }
  .fancybox-active .legenda_map .legenda {
    overflow: hidden;
    height: 0; }
    .fancybox-active .legenda_map .legenda.open {
      height: calc(50vh - 40px);
      overflow-y: auto; }
    .fancybox-active .legenda_map .legenda .container {
      padding: 15px; }
      @media (max-width: 767px) {
        .fancybox-active .legenda_map .legenda .container {
          padding: 15px 5px 0; } }
      @media (max-width: 767px) {
        .fancybox-active .legenda_map .legenda .container .row {
          margin-right: -5px;
          margin-left: -5px; } }
      @media (max-width: 767px) {
        .fancybox-active .legenda_map .legenda .container .row .col-6 {
          padding-right: 5px;
          padding-left: 5px; } }
    .fancybox-active .legenda_map .legenda h4 {
      font-weight: bold;
      color: white;
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 5px; }
      .fancybox-active .legenda_map .legenda h4 em, .fancybox-active .legenda_map .legenda h4 i {
        font-style: italic;
        font-size: 14px;
        font-weight: 500;
        display: block; }
    .fancybox-active .legenda_map .legenda ul {
      margin: 0 0 30px;
      padding: 0; }
      .fancybox-active .legenda_map .legenda ul li {
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 5px 30px 5px 25px;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        min-height: 40px;
        line-height: 1;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        @media (max-width: 320px) {
          .fancybox-active .legenda_map .legenda ul li {
            padding: 6px 45px 6px 25px; } }
        .fancybox-active .legenda_map .legenda ul li.full-w {
          padding: 5px 5px 5px 25px; }
          @media (max-width: 320px) {
            .fancybox-active .legenda_map .legenda ul li.full-w {
              padding: 6px 5px 6px 25px; } }
          .fancybox-active .legenda_map .legenda ul li.full-w u {
            white-space: nowrap; }
        .fancybox-active .legenda_map .legenda ul li b {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 20px;
          height: 20px;
          margin-right: 5px;
          border-radius: 100%;
          border: 1px solid white;
          font-size: 12px;
          color: white;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
          .fancybox-active .legenda_map .legenda ul li b.cat1_tk {
            background-color: #C80859; }
          .fancybox-active .legenda_map .legenda ul li b.cat2_tk {
            background-color: #00bcd4; }
          .fancybox-active .legenda_map .legenda ul li b.cat3_tk {
            background-color: #561F93; }
          .fancybox-active .legenda_map .legenda ul li b.cat4_tk {
            background-color: #006600; }
          .fancybox-active .legenda_map .legenda ul li b.cat5_tk {
            background-color: #FF2626; }
          .fancybox-active .legenda_map .legenda ul li b.cat6_tk {
            background-color: #FF9326; }
        .fancybox-active .legenda_map .legenda ul li u {
          display: block;
          text-decoration: none; }
        .fancybox-active .legenda_map .legenda ul li span.info {
          font-size: 12px;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          display: flex;
          align-items: center;
          justify-content: center; }
          .fancybox-active .legenda_map .legenda ul li span.info i.h_info {
            background-color: #ffb900;
            padding: 1px 4px;
            border-radius: 15px;
            color: black;
            font-size: 11px; }
          .fancybox-active .legenda_map .legenda ul li span.info i.star, .fancybox-active .legenda_map .legenda ul li span.info i.camera {
            width: 10px;
            height: 10px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 12px; }
          .fancybox-active .legenda_map .legenda ul li span.info i.star {
            background-image: url("../img/icon-star.svg"); }
          .fancybox-active .legenda_map .legenda ul li span.info i.camera {
            background-image: url("../img/icon-camera.svg");
            margin-left: 4px; }
          .fancybox-active .legenda_map .legenda ul li span.info i.y_info {
            color: white; }
.fancybox-active.map_AK .legenda_map .panel .group_ak {
  display: inline-block; }
.fancybox-active.map_AK .legenda_map .panel .group_tk {
  display: none; }
.fancybox-active.map_TK .legenda_map .panel .group_ak {
  display: none; }
.fancybox-active.map_TK .legenda_map .panel .group_tk {
  display: inline-block; }

.has-gray-1-background-color {
  background-color: #F2F2F2; }

.has-gray-2-background-color {
  background-color: #afafaf; }

.has-gray-3-background-color {
  background-color: #808080; }

.has-blue-1-background-color {
  background-color: #0095BC; }

.has-blue-2-background-color {
  background-color: #004D81; }

.has-blue-3-background-color {
  background-color: #002641; }

.has-red-1-background-color {
  background-color: #E91C23; }

/*.has-orange-background-color {
	background-color: $orange;
}

.has-lillac-background-color {
	background-color: $lillac;
}
.has-lillac-2-background-color {
	background-color: $lillac2;
}*/
.has-gray-1-color {
  color: #F2F2F2; }

.has-gray-2-color {
  color: #afafaf; }

.has-gray-3-color {
  color: #808080; }

.has-blue-1-color {
  color: #0095BC; }

.has-blue-2-color {
  color: #004D81; }

.has-blue-3-color {
  color: #002641; }

.has-red-1-color {
  color: #E91C23; }

/*.has-orange-color {
	color: $orange;
}
.has-lillac-color {
	color: $lillac;
}
.has-lillac-2-color {
	color: $lillac2;
}*/
.uagb-infobox__content-wrap .uagb-ifb-icon {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*@import 'form';*/
html, body {
  height: 100%; }

body {
  background-color: #00bcd4; }

.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffb900 url("../img/loading.gif") no-repeat center fixed;
  left: 0;
  top: 0;
  z-index: 99999999; }

@media (min-width: 440px) {
  .bg-cloud {
    background: url("../img/bg_cloud.png") repeat-y center/contain;
    background-attachment: fixed; } }

#wrapper {
  max-width: 426px;
  margin: 0 auto;
  padding-top: 50px;
  overflow: hidden; }
  @media (min-width: 440px) {
    #wrapper {
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5), 0 0 20px 0 rgba(0, 0, 0, 0.4); } }

#container {
  background: #ffb900;
  z-index: 1;
  position: relative; }

.entry-content {
  color: white; }
  .entry-content .header-page img {
    width: 100%;
    margin: 0 auto -2px; }
  .entry-content .slideshow .swiper-slide img {
    width: 100%;
    margin: 0 auto -2px; }
  .entry-content .fix-slide {
    position: relative;
    margin-bottom: -2px; }
    .entry-content .fix-slide a {
      display: block; }
    .entry-content .fix-slide .img {
      position: relative;
      z-index: 0; }
      .entry-content .fix-slide .img img {
        width: 100%; }
    .entry-content .fix-slide .txt {
      position: absolute;
      left: 30px;
      top: 50%;
      transform: translateY(-50%);
      font-weight: bold;
      color: white;
      z-index: 10; }
      .entry-content .fix-slide .txt .line1 {
        font-size: 50px; }
      .entry-content .fix-slide .txt .line2 {
        color: #ffb900;
        font-size: 22px;
        font-style: italic; }
      .entry-content .fix-slide .txt .line3 {
        font-size: 32px; }
  .entry-content .section-page {
    background: -moz-linear-gradient(4.44% 1.89% -71.43deg, #0094a8 0.12%, #00cedb 14.18%, #00abb3 60%, #f6d042 90%, #fbb03b 100%);
    background: -webkit-linear-gradient(-71.43deg, #0094a8 0.12%, #00cedb 14.18%, #00abb3 60%, #f6d042 90%, #fbb03b 100%);
    background: -webkit-gradient(linear, 4.44% 1.89%, 96.19% 98.78%, color-stop(0.0012, #0094a8), color-stop(0.1418, #00cedb), color-stop(0.6, #00abb3), color-stop(0.9, #f6d042), color-stop(1, #fbb03b));
    background: -o-linear-gradient(-71.43deg, #0094a8 0.12%, #00cedb 14.18%, #00abb3 60%, #f6d042 90%, #fbb03b 100%);
    background: -ms-linear-gradient(-71.43deg, #0094a8 0.12%, #00cedb 14.18%, #00abb3 60%, #f6d042 90%, #fbb03b 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094A8', endColorstr='#FBB03B' ,GradientType=0)";
    background: linear-gradient(161.43deg, #0094a8 0.12%, #00cedb 14.18%, #00abb3 60%, #f6d042 90%, #fbb03b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094A8',endColorstr='#FBB03B' , GradientType=1);
    padding: 30px 0;
    position: relative; }
    .entry-content .section-page:before {
      content: '';
      display: block;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 10px;
      z-index: 1; }
    .entry-content .section-page:after {
      content: '';
      display: block;
      background: url("../img/bg_dots.png") repeat-y;
      background-size: 100% auto;
      mix-blend-mode: soft-light;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .entry-content .section-page > .container {
      position: relative;
      z-index: 10; }
    .entry-content .section-page .block-park-menu {
      text-align: center; }
      .entry-content .section-page .block-park-menu a.brand {
        position: relative;
        z-index: 10; }
      .entry-content .section-page .block-park-menu ul.park-menu {
        margin: -60px auto 30px;
        padding: 60px 15px 15px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        box-shadow: 0 0 15px 0 rgba(0, 38, 65, 0.3);
        z-index: 5; }
        .entry-content .section-page .block-park-menu ul.park-menu li {
          margin: 0;
          padding: 0;
          list-style: none;
          display: block; }
          .entry-content .section-page .block-park-menu ul.park-menu li a {
            display: block;
            padding: 10px;
            border-bottom: 1px solid white;
            color: white;
            font-weight: 500;
            font-size: 14px; }

/*ATTRACTIONS*/
.section-attractions {
  text-align: center; }
  .section-attractions h5 {
    text-align: center;
    position: relative;
    color: white;
    font-size: 20px;
    overflow: hidden; }
    .section-attractions h5 span {
      position: relative;
      z-index: 1;
      display: block;
      margin: 15px auto;
      width: fit-content;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
      .section-attractions h5 span:before, .section-attractions h5 span:after {
        content: '';
        display: block;
        position: absolute;
        top: calc( 50% - -1px );
        border-top: 1px solid white;
        z-index: 0; }
      .section-attractions h5 span:before {
        left: -640px;
        right: calc( 100% + 15px ); }
      .section-attractions h5 span:after {
        right: -640px;
        left: calc( 100% + 15px ); }
  .section-attractions .item a {
    display: block;
    color: white; }
    .section-attractions .item a .img {
      display: block;
      border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      margin-bottom: 10px;
      padding: 4px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
      .section-attractions .item a .img img {
        display: block;
        border-radius: 100%;
        overflow: hidden;
        border: 2px solid white; }
    .section-attractions .item a h4 {
      font-size: 18px;
      font-weight: 600;
      color: white; }

.the_excerpt {
  padding: 15px;
  color: white;
  font-style: italic;
  text-align: center; }

.block-info-attraction {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto; }
  .block-info-attraction .block-min-height {
    position: relative;
    border: 1px solid white;
    padding: 30px;
    text-align: center;
    color: white; }
    .block-info-attraction .block-min-height .icon {
      width: 42px;
      height: 42px;
      background-color: #afafaf;
      background-image: url("../img/icon-children.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px;
      border-radius: 100%;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 6px 0 rgba(0, 0, 0, 0.4);
      position: absolute;
      top: -23px;
      right: -23px; }
      .block-info-attraction .block-min-height .icon.green {
        background-color: #28a745; }
      .block-info-attraction .block-min-height .icon.yellow {
        background-color: #ffb900; }
      .block-info-attraction .block-min-height .icon.red {
        background-color: #E91C23; }
    .block-info-attraction .block-min-height p {
      margin-bottom: 15px;
      line-height: 1.2; }
      .block-info-attraction .block-min-height p:last-child {
        margin: 0; }
  .block-info-attraction .block-note {
    background-color: white;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    color: #808080;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4); }
    .block-info-attraction .block-note .cat {
      font-weight: bold;
      margin-bottom: 15px; }
    .block-info-attraction .block-note .notes .note {
      margin-bottom: 10px;
      text-align: left;
      font-size: 14px; }
  .block-info-attraction .info-extra {
    border: 1px solid white;
    border-radius: 10px;
    background-color: rgba(255, 185, 0, 0.3);
    color: white;
    margin-bottom: 20px;
    padding: 15px;
    position: relative; }
    .block-info-attraction .info-extra.info-photoland {
      display: flex;
      align-items: center; }
      .block-info-attraction .info-extra.info-photoland img {
        margin-right: 10px; }
    .block-info-attraction .info-extra.info-generic {
      padding-right: 40px; }
      .block-info-attraction .info-extra.info-generic:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        top: 0;
        background: url("../img/icon-info.svg") no-repeat top center/contain; }

.breadcrumbs {
  color: white;
  text-align: center;
  margin-bottom: 30px; }
  .breadcrumbs a {
    display: inline-block;
    color: white; }

/*TABS*/
ul.tabs {
  display: flex;
  justify-content: center;
  margin: -20px 0 30px 0;
  padding: 0; }
  ul.tabs li {
    margin: 0 10px;
    padding: 0;
    list-style: none; }
    ul.tabs li svg {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px; }
      ul.tabs li svg path {
        fill: white; }
    ul.tabs li a {
      display: block;
      padding: 10px 15px;
      color: white;
      font-weight: bold;
      text-align: center;
      border: 1px solid white;
      border-top: none;
      border-radius: 0 0 5px 5px; }
    ul.tabs li.active a {
      background: white;
      color: #0095BC; }
    ul.tabs li.active svg path {
      fill: #0095BC; }

.tabs-container {
  padding: 10px; }

/*RISTORAZIONE*/
.section-ristorazione .item a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 20px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
  color: white;
  overflow: hidden; }
  .section-ristorazione .item a h4 {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin: 0;
    line-height: 1;
    position: relative;
    z-index: 100; }
    .section-ristorazione .item a h4 small {
      display: block;
      font-size: 14px;
      font-weight: normal; }
  .section-ristorazione .item a img {
    margin-left: auto;
    position: relative;
    z-index: 100; }
  .section-ristorazione .item a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    mix-blend-mode: overlay;
    z-index: 0; }
  .section-ristorazione .item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translateX(-50%);
    width: 110%;
    height: 100%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1; }
  .section-ristorazione .item a:hover {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8); }
    .section-ristorazione .item a:hover:before {
      opacity: .5; }

.block-menu {
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  background-color: rgba(0, 255, 255, 0.2);
  margin: 60px auto 30px;
  padding: 30px;
  text-align: center;
  color: white;
  font-size: 18px; }
  .block-menu strong {
    font-size: 20px; }
  .block-menu h2 {
    display: flex;
    width: fit-content;
    position: relative;
    margin: -50px auto 30px;
    padding: 2px 30px;
    border-radius: 4px;
    font-size: 26px;
    font-weight: bold;
    color: white;
    overflow: hidden;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5); }
    .block-menu h2:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
      mix-blend-mode: overlay;
      z-index: 0; }
    .block-menu h2:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -50%;
      transform: translateX(-50%);
      width: 110%;
      height: 100%;
      border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.1);
      z-index: 1; }
  .block-menu p:last-child {
    margin-bottom: 0; }
  .block-menu .wp-block-table {
    overflow: visible;
    margin-bottom: 30px; }
    .block-menu .wp-block-table table {
      width: 100%; }
      .block-menu .wp-block-table table th, .block-menu .wp-block-table table td {
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding: 10px; }
        .block-menu .wp-block-table table th em, .block-menu .wp-block-table table td em {
          font-style: italic;
          font-size: .9em; }
      .block-menu .wp-block-table table tr th {
        text-transform: uppercase;
        background-color: rgba(255, 255, 255, 0.4);
        border: none; }
      .block-menu .wp-block-table table tr td:last-child {
        width: 70px;
        white-space: nowrap; }

.block-alert {
  margin-bottom: 30px;
  padding: 15px;
  text-align: center;
  border: 1px solid white;
  border-radius: 10px;
  position: relative;
  color: white;
  font-size: 14px; }
  .block-alert .baloon {
    width: 26px;
    height: 26px;
    border: 1px solid white;
    border-radius: 100%;
    background-color: #E91C23;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -13px;
    top: -13px; }
    .block-alert .baloon svg {
      width: 14px;
      height: 14px; }

/*SERVIZI*/
.item-service {
  margin-bottom: 30px; }
  .item-service .block-label {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px 10px 10px 50px; }
    .item-service .block-label .img {
      width: 100px;
      height: 100px;
      min-width: 100px;
      min-height: 100px;
      border: 4px solid white;
      border-radius: 100%;
      overflow: hidden;
      margin-right: 20px; }
    .item-service .block-label h3 {
      margin: 0;
      color: white;
      font-size: 20px;
      text-transform: uppercase;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
    .item-service .block-label:hover {
      background-color: rgba(255, 255, 255, 0.5); }
      .item-service .block-label:hover h3 {
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
  .item-service .padding {
    padding: 15px; }

.section-faq .item {
  border-bottom: 1px solid white;
  margin-bottom: 15px; }
  .section-faq .item .collapse-btn h4 {
    display: flex;
    align-items: flex-start;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px; }
    .section-faq .item .collapse-btn h4 img {
      margin-top: 3px;
      margin-right: 20px; }
  .section-faq .item .padding {
    padding: 0 15px 15px 40px; }
  .section-faq .item a {
    color: white; }

/**/
.border {
  border: 1px solid white; }

.border-round {
  border-radius: 10px; }

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, #cmplz-document .cmplz-dropdown .cookies-per-purpose div {
  color: black; }

.block-alert {
  font-size: 18px; }

.bg-ligth {
  background-color: rgba(255, 255, 255, 0.3); }

.box-info-icon {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid white;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 30px;
  padding: 15px; }

.box-info-icon .aligncenter {
  margin-bottom: 10px; }

.block-info-attraction .block-min-height {
  position: relative;
  border: 1px solid white;
  padding: 30px;
  text-align: center;
  color: #333;
  border-radius: 10px 10px 0 0;
  background-color: rgba(255, 255, 255, 0.6); }

.fancybox-active .legenda_map .legenda.open {
  height: calc(50vh - 40px); }

body #acwp-toolbar-btn-wrap {
  bottom: 10px !important; }

.acwp-toolbar.acwp-toolbar-show {
  bottom: 25px !important;
  left: 10px !important; }

@media (max-width: 400px) {
  .incresed #acwp-toolbar-module {
    width: calc(100% - 10px) !important; } }
/*@import 'home';*/
