footer .container::after {
  content: ' ';
  display: table;
  clear: both;
}

.underlines::after {
  transition: width .5s ease;
  content: ' ';
  display: block;
  position: relative;
  width: 0;
  background: #151515;
  margin: 2px auto -2px;
  height: 1px;
}

.underlines:hover::after, .underlines:focus::after {
  transition: width .5s ease;
  width: 100%;
}

footer .footer-links > li a, .page-user-login #main-content p, .page-user-login #main-content .description, .page-user-register #main-content p, .page-user-register #main-content .description, .page-user-password #main-content p, .page-user-password #main-content .description, #newsletter_modal a, .destini-close {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
}

.page-user-login #main-content input[type='submit'], .page-user-register #main-content input[type='submit'], .page-user-password #main-content input[type='submit'] {
  font-family: 'Montserrat-Bold', cursive;
  font-weight: normal;
  letter-spacing: -1px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

footer {
  padding: 0;
  position: relative;
}

footer .footer-links {
  text-align: center;
  font-size: 0;
  margin: 0 0 10px;
}

footer .footer-links > li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

footer .footer-links > li a {
  padding: 10px;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  position: relative;
  outline: none;
  line-height: 1.2;
  display: block;
}

footer .footer-logo {
  text-align: center;
}

footer .footer-logo img {
  width: 90px;
}

body.ie footer .footer-links > li a {
  padding-top: 14px;
}

.copyright {
  color: #000;
  font-size: 12px;
  margin: 20px 0;
  text-align: center;
}

@media (max-width: 767px) {
  footer {
    padding: 0;
  }
}

@media (max-width: 767px) {
  footer .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-links {
    float: none;
    margin: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-links > li {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-links > li a {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  footer .footer-links > li > a {
    transition: all .5s ease;
  }
}

@media (min-width: 768px) {
  footer .footer-links > li > a:hover, footer .footer-links > li > a:focus, footer .footer-links > li > a.active {
    background: #ee3124;
    color: #fff;
  }
}

.search-active .top-header-container .to-search input {
  width: 100px;
}

.search-active .top-header-container .to-search-collapsed input {
  width: 100%;
}

.search-active .top-header-container .to-search .to-open-close-search, .search-active .top-header-container .to-search-collapsed .to-open-close-search {
  width: 0;
  height: 0;
}

.search-active .top-header-container .to-search input, .search-active .top-header-container .to-search-collapsed input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: 1;
  padding: 8px;
  border: 1px solid #888;
  height: 30px;
}

.search-active .top-header-container .to-search input.input-error, .search-active .top-header-container .to-search-collapsed input.input-error {
  border: 1px solid #ed1f24;
}

.search-active .top-header-container .to-search::after, .search-active .top-header-container .to-search-collapsed::after {
  transition: opacity .3s ease;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  content: ' ';
  background: url("../img/enter-icon-search.png") no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 8px;
  position: absolute;
  opacity: 1;
}

.search-active .top-header-container .to-search.filled::after, .search-active .top-header-container .to-search-collapsed.filled::after {
  opacity: .6;
}

.collapsed-header {
  display: none;
  overflow: hidden;
}

.collapsed-header a {
  display: block;
  position: relative;
  background: #1a4bfb;
  height: 30px;
}

.collapsed-header a .menu-button {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin: 0 auto;
  top: 15px;
}

.collapsed-header a .menu-button, .collapsed-header a .menu-button::before, .collapsed-header a .menu-button::after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

.collapsed-header a .menu-button::before, .collapsed-header a .menu-button::after {
  position: absolute;
  content: '';
}

.collapsed-header a .menu-button::before {
  top: -5px;
}

.collapsed-header a .menu-button::after {
  top: 5px;
}

.collapsed-header a:hover .menu-button::before, .collapsed-header a:focus .menu-button::before {
  -webkit-transform: translateY(-7px) rotate(0deg);
  -moz-transform: translateY(-7px) rotate(0deg);
  -ms-transform: translateY(-7px) rotate(0deg);
  -o-transform: translateY(-7px) rotate(0deg);
  transform: translateX(-7px) rotate(0deg);
}

.collapsed-header a:hover .menu-button::after, .collapsed-header a:focus .menu-button::after {
  -webkit-transform: translateY(-3px) rotate(0deg);
  -moz-transform: translateY(-3px) rotate(0deg);
  -ms-transform: translateY(-3px) rotate(0deg);
  -o-transform: translateY(-3px) rotate(0deg);
  transform: translateX(-3px) rotate(0deg);
}

@media (max-width: 1170px) {
  .has-hover .top-header-container .to-open-close-menu-mobile:hover i::before, .has-hover .top-header-container .to-open-close-menu-mobile:focus i::before {
    -webkit-transform: translateY(-7px) rotate(0deg);
    -moz-transform: translateY(-7px) rotate(0deg);
    -ms-transform: translateY(-7px) rotate(0deg);
    -o-transform: translateY(-7px) rotate(0deg);
    transform: translateX(-7px) rotate(0deg);
  }
}

@media (max-width: 1170px) {
  .has-hover .top-header-container .to-open-close-menu-mobile:hover i::after, .has-hover .top-header-container .to-open-close-menu-mobile:focus i::after {
    -webkit-transform: translateY(-3px) rotate(0deg);
    -moz-transform: translateY(-3px) rotate(0deg);
    -ms-transform: translateY(-3px) rotate(0deg);
    -o-transform: translateY(-3px) rotate(0deg);
    transform: translateX(-3px) rotate(0deg);
  }
}

@media (max-width: 1170px) {
  .menu-open {
    overflow-y: hidden;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container .menu, .menu-open .top-header-container .menu-internal {
    background: #ffe600;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container .menu-options, .menu-open .top-header-container .menu-auxiliar, .menu-open .top-header-container .to-search-collapsed {
    display: block;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container nav ul {
    display: block;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container nav ul > li {
    animation-delay: 0s;
    animation-duration: .5s;
    animation-name: opacity;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: opacity;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container nav ul > li:nth-child(0) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container nav ul > li:nth-child(1) {
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container nav ul > li:nth-child(2) {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container nav ul > li:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container nav ul > li:nth-child(4) {
    animation-delay: .8s;
    -webkit-animation-delay: .8s;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container nav ul > li:nth-child(5) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container nav ul > li:nth-child(6) {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container .menu-auxiliar {
    animation-delay: .6s;
    animation-duration: .5s;
    animation-name: opacity;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-delay: .6s;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: opacity;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container .to-open-close-menu-mobile i {
    background-color: transparent;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container .to-open-close-menu-mobile i::before {
    -webkit-transform: translateY(12px) rotate(45deg);
    -moz-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    -o-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container .to-open-close-menu-mobile i::after {
    top: 14px;
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -moz-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    -o-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container .to-open-close-menu-mobile:hover i, .menu-open .top-header-container .to-open-close-menu-mobile:focus i {
    background-color: transparent;
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container .to-open-close-menu-mobile:hover i::before, .menu-open .top-header-container .to-open-close-menu-mobile:focus i::before {
    -webkit-transform: translateY(12px) rotate(45deg);
    -moz-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    -o-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
}

@media (max-width: 1170px) {
  .menu-open .top-header-container .to-open-close-menu-mobile:hover i::after, .menu-open .top-header-container .to-open-close-menu-mobile:focus i::after {
    top: 14px;
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -moz-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    -o-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page-user-login, .page-user-register, .page-user-password {
  text-align: center;
}

.page-user-login #main-content, .page-user-register #main-content, .page-user-password #main-content {
  padding: 50px 0;
}

.page-user-login #main-content label, .page-user-register #main-content label, .page-user-password #main-content label {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
}

.page-user-login #main-content input[type='text'], .page-user-login #main-content input[type='password'], .page-user-login #main-content input[type='email'], .page-user-register #main-content input[type='text'], .page-user-register #main-content input[type='password'], .page-user-register #main-content input[type='email'], .page-user-password #main-content input[type='text'], .page-user-password #main-content input[type='password'], .page-user-password #main-content input[type='email'] {
  width: 200px;
  padding: 5px;
  border: 1px solid #151515;
}

.page-user-login #main-content input[type='submit'], .page-user-register #main-content input[type='submit'], .page-user-password #main-content input[type='submit'] {
  transition: all .5s ease;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  padding: 8px 36px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #151515;
  margin-top: 20px;
}

.page-user-login #main-content input[type='submit']:hover, .page-user-login #main-content input[type='submit']:focus, .page-user-register #main-content input[type='submit']:hover, .page-user-register #main-content input[type='submit']:focus, .page-user-password #main-content input[type='submit']:hover, .page-user-password #main-content input[type='submit']:focus {
  -webkit-filter: brightness(1.3) drop-shadow(0 0 20px #151515);
  filter: brightness(1.3) drop-shadow(0 0 20px #151515);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=7, Color="$color")';
  filter: 'progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=7, Color="$color")';
}

.page-user-login #main-content p, .page-user-login #main-content .description, .page-user-register #main-content p, .page-user-register #main-content .description, .page-user-password #main-content p, .page-user-password #main-content .description {
  color: #444;
  font-size: 14px;
  margin: 5px auto 10px;
}

.page-user-login .layout-container, .page-user-register .layout-container, .page-user-password .layout-container {
  padding-bottom: 50px;
}

.page-user-login .layout-container > header, .page-user-register .layout-container > header, .page-user-password .layout-container > header {
  display: none;
}

.page-user-login h1, .page-user-register h1, .page-user-password h1 {
  color: #151515;
  font-size: 70px;
}

.page-user-login div[id*='-local-tasks'], .page-user-register div[id*='-local-tasks'], .page-user-password div[id*='-local-tasks'] {
  margin: 10px 0 30px;
}

.page-user-login div[id*='-local-tasks'] li, .page-user-register div[id*='-local-tasks'] li, .page-user-password div[id*='-local-tasks'] li {
  display: inline-block;
  margin: 0 10px;
}

.page-user-login div[id*='-local-tasks'] li a, .page-user-register div[id*='-local-tasks'] li a, .page-user-password div[id*='-local-tasks'] li a {
  color: #151515;
}

.page-user-login .form-item, .page-user-register .form-item, .page-user-password .form-item {
  margin-bottom: 15px;
}

.page-user-login #edit-actions, .page-user-register #edit-actions, .page-user-password #edit-actions {
  padding-bottom: 80px;
}

.owl-carousel {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
}

.owl-carousel .owl-stage::after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel.owl-fluid-scroll .owl-stage {
  transition: transform 5s linear !important;
}

.owl-carousel .owl-stage-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  overflow: hidden;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: visible !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: visible !important;
  position: relative;
  min-height: 1px;
  float: left;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:focus, .owl-carousel .owl-nav .owl-next:hover {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev {
  left: -50px;
  background-image: url("../../assets/img/left-arrow5ed3.svg");
}

.owl-carousel .owl-nav .owl-next {
  right: -50px;
  background-image: url("../../assets/img/right-arrow5ed3.svg");
}

.owl-carousel .owl-dot {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: relative;
  bottom: -10px;
  left: 50%;
}

.owl-carousel .owl-dots .owl-dot {
  background: none;
  margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ccc;
}

.owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot:focus span, .owl-carousel .owl-dots .owl-dot.active span {
  background: #151515;
}

.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

.no-js .owl-carousel {
  display: block;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

@keyframes hoverPaginationSlides {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5) rotate(0deg);
    transform: scale(1.5) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }
}

@media (max-width: 980px) {
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 980px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}

@media (max-width: 980px) {
  .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
}

#newsletter_modal {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 1000;
  background: transparent;
  display: none;
  height: 878px;
  width: 100%;
  max-width: 100%;
}

#newsletter_modal iframe {
  width: 100%;
  height: 100%;
  background: transparent;
}

#newsletter_modal a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  color: #888;
  cursor: pointer;
  font-size: 60px;
  height: 42px;
  line-height: 36px;
  position: absolute;
  margin-left: calc(50% + 260px);
  left: 0;
  text-align: center;
  top: 30px;
  width: 42px;
  z-index: 99999999;
  text-decoration: none;
}

#newsletter_modal a:hover {
  color: #03598b;
}

@media (max-width: 768px) {
  #newsletter_modal a {
    margin-left: calc(50% + 124px);
  }
}

.no-results-message {
  margin: 20px 0 100px;
  font-size: 40px;
}

#destini {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  display: none;
  position: fixed;
  top: 5vh;
  left: 50%;
  width: 80vw;
  max-width: 1200px;
  height: 90vh;
  z-index: 999999;
  background: #fff;
}

#destini iframe {
  width: 100%;
  height: 100%;
}

.destini-close {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  color: #fff;
  cursor: pointer;
  font-size: 60px;
  height: 42px;
  line-height: 36px;
  position: absolute;
  top: -36px;
  right: -34px;
  text-align: center;
  width: 42px;
  z-index: 99999999;
  text-decoration: none;
}

.destini-close:focus, .destini-close:hover {
  color: #1e9cd6;
}

.to-buy-now {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  display: inline-block;
}

body .real-modal {
  display: none;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(255,230,0,0.5);
}

body.modal header, body.modal main, body.modal footer {
  -webkit-filter: blur(15px);
  filter: blur(15px);
  -ms-filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='15');
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='15');
}

body.modal .real-modal {
  display: block;
}

@media (max-width: 767px) {
  #destini {
    height: auto;
    position: absolute;
    width: 90vw;
  }
}

@media (max-width: 767px) {
  #destini iframe {
    height: 200vh;
  }
}

@media (max-width: 767px) {
  .destini-close {
    top: -37px;
    right: -18px;
  }
}

.just-print {
  display: none !important;
}

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

