/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* uikit */
/* line 2, templates/it_paradise/custom/scss/_common.scss */
.btn.profiler input[type="checkbox"], .uk-form input[type="checkbox"] {
  display: inline-block;
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #aaa;
  overflow: visible !important;
  margin-top: 4px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  background: #fff;
}
/* line 16, templates/it_paradise/custom/scss/_common.scss */
.btn.profiler input[type="checkbox"]:checked:before, .uk-form input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 26px !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 11px;
  margin-top: 4px;
  position: relative;
  display: block;
  color: #d32657 !important;
}
/* line 30, templates/it_paradise/custom/scss/_common.scss */
.uk-dotnav > * > * {
  border-radius: 0px !important;
}
/* line 34, templates/it_paradise/custom/scss/_common.scss */
.uk-overlay-background {
  /*background: rgba(255, 255, 255, 0.78) !important;*/
}
/* line 37, templates/it_paradise/custom/scss/_common.scss */
.uk-button-primary * {
  background-color: transparent !important;
}
/* line 40, templates/it_paradise/custom/scss/_common.scss */
.uk-button-primary {
  background-color: #d32657 !important;
}
/* line 43, templates/it_paradise/custom/scss/_common.scss */
.uk-button-primary:hover {
  background-color: #b52448 !important;
}
/* line 46, templates/it_paradise/custom/scss/_common.scss */
#g-page-surround .uk-button-primary {
  color: #fff !important;
}
/* line 49, templates/it_paradise/custom/scss/_common.scss */
.uk-button-secondary {
  color: #b52448 !important;
}
/* admin */
/* line 53, templates/it_paradise/custom/scss/_common.scss */
.element .more-options {
  display: none;
}
/* line 57, templates/it_paradise/custom/scss/_common.scss */
#item-submission .uk-form-controls .controls label.radio {
  display: inline-block;
  margin-left: 25px;
}
/* line 62, templates/it_paradise/custom/scss/_common.scss */
#item-submission [data-uk-sticky].uk-active {
  width: 100% !important;
  left: 0px;
  top: auto !important;
  bottom: 0px !important;
  margin: 0px;
  padding: 1rem;
  background: #fff;
  border-bottom: 3px solid;
  z-index: 9;
}
/* general */
/* line 74, templates/it_paradise/custom/scss/_common.scss */
.absolute {
  position: absolute !important;
}
/* line 78, templates/it_paradise/custom/scss/_common.scss */
.relative {
  position: relative !important;
}
/* line 82, templates/it_paradise/custom/scss/_common.scss */
.fixed {
  position: fixed !important;
}
/* line 86, templates/it_paradise/custom/scss/_common.scss */
.top {
  top: 0px !important;
}
/* line 90, templates/it_paradise/custom/scss/_common.scss */
.bottom {
  bottom: 0px !important;
}
/* line 94, templates/it_paradise/custom/scss/_common.scss */
.left {
  left: 0px !important;
}
/* line 98, templates/it_paradise/custom/scss/_common.scss */
.right {
  right: 0px !important;
}
/* line 102, templates/it_paradise/custom/scss/_common.scss */
.hand {
  cursor: pointer !important;
}
/* line 106, templates/it_paradise/custom/scss/_common.scss */
.fitbox > .g-content {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/* line 113, templates/it_paradise/custom/scss/_common.scss */
.pholaroid {
  padding: 7px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 15px #333;
}
/* line 120, templates/it_paradise/custom/scss/_common.scss */
.pholaroid img {
  border: 1px solid #d3d3d3;
  background: #000;
}
/* line 125, templates/it_paradise/custom/scss/_common.scss */
.animate *, .animate {
  -webkit-transition: all ease-in-out 0.55s;
  transition: all ease-in-out 0.55s;
  -moz-transition: all ease-in-out 0.55s;
  -o-transition: all ease-in-out 0.55s;
  -ms-transition: all ease-in-out 0.55s;
}
/* line 133, templates/it_paradise/custom/scss/_common.scss */
.zoom-pic:hover img, .zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 139, templates/it_paradise/custom/scss/_common.scss */
.hidden {
  display: none !important;
}
/* fondo movimiento */
/* line 143, templates/it_paradise/custom/scss/_common.scss */
.bganimate {
  -webkit-animation: loader 25s steps(27) infinite;
  -moz-animation: loader 25s steps(27) infinite;
  -ms-animation: loader 25s steps(27) infinite;
  -o-animation: loader 25s steps(27) infinite;
  animation: loader 25s steps(27) infinite;
  background-repeat: repeat;
}
@-webkit-keyframes loader {
  /* line 153, templates/it_paradise/custom/scss/_common.scss */
  from {
    background-position: 0;
  }
  /* line 157, templates/it_paradise/custom/scss/_common.scss */
  to {
    background-position: 0 -1600px;
  }
}
@-moz-keyframes loader {
  /* line 163, templates/it_paradise/custom/scss/_common.scss */
  from {
    background-position: 0;
  }
  /* line 167, templates/it_paradise/custom/scss/_common.scss */
  to {
    background-position: 0 -1600px;
  }
}
@-ms-keyframes loader {
  /* line 173, templates/it_paradise/custom/scss/_common.scss */
  from {
    background-position: 0;
  }
  /* line 177, templates/it_paradise/custom/scss/_common.scss */
  to {
    background-position: 0 -1600px;
  }
}
@-o-keyframes loader {
  /* line 183, templates/it_paradise/custom/scss/_common.scss */
  from {
    background-position: 0;
  }
  /* line 187, templates/it_paradise/custom/scss/_common.scss */
  to {
    background-position: 0 -1600px;
  }
}
@keyframes loader {
  /* line 193, templates/it_paradise/custom/scss/_common.scss */
  from {
    background-position: 0;
  }
  /* line 197, templates/it_paradise/custom/scss/_common.scss */
  to {
    background-position: 0 -1600px;
  }
}
/* bounceIn */
/* line 202, templates/it_paradise/custom/scss/_common.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceIn {
  /* line 214, templates/it_paradise/custom/scss/_common.scss */
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 219, templates/it_paradise/custom/scss/_common.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 225, templates/it_paradise/custom/scss/_common.scss */
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  /* line 230, templates/it_paradise/custom/scss/_common.scss */
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  /* line 235, templates/it_paradise/custom/scss/_common.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  /* line 241, templates/it_paradise/custom/scss/_common.scss */
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  /* line 246, templates/it_paradise/custom/scss/_common.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  /* line 254, templates/it_paradise/custom/scss/_common.scss */
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 259, templates/it_paradise/custom/scss/_common.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 265, templates/it_paradise/custom/scss/_common.scss */
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  /* line 270, templates/it_paradise/custom/scss/_common.scss */
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  /* line 275, templates/it_paradise/custom/scss/_common.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  /* line 281, templates/it_paradise/custom/scss/_common.scss */
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  /* line 286, templates/it_paradise/custom/scss/_common.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* flipIn */
/* line 293, templates/it_paradise/custom/scss/_common.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes flipInX {
  /* line 305, templates/it_paradise/custom/scss/_common.scss */
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  /* line 313, templates/it_paradise/custom/scss/_common.scss */
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  /* line 320, templates/it_paradise/custom/scss/_common.scss */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  /* line 326, templates/it_paradise/custom/scss/_common.scss */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  /* line 331, templates/it_paradise/custom/scss/_common.scss */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  /* line 338, templates/it_paradise/custom/scss/_common.scss */
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  /* line 346, templates/it_paradise/custom/scss/_common.scss */
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  /* line 353, templates/it_paradise/custom/scss/_common.scss */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  /* line 359, templates/it_paradise/custom/scss/_common.scss */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  /* line 364, templates/it_paradise/custom/scss/_common.scss */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* zoomInDown */
/* line 370, templates/it_paradise/custom/scss/_common.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomInDown {
  /* line 380, templates/it_paradise/custom/scss/_common.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 388, templates/it_paradise/custom/scss/_common.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  /* line 398, templates/it_paradise/custom/scss/_common.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 406, templates/it_paradise/custom/scss/_common.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/it_paradise/custom/scss/_process.scss */
.g-process {
  text-align: center;
}
/* line 3, templates/it_paradise/custom/scss/_process.scss */
.g-process .g-process-item {
  width: 70%;
  margin: 0 auto 1.5rem;
}
@media only all and (max-width: 47.938rem) {
  .g-process .g-process-item {
    width: 100%;
  }
}
/* line 9, templates/it_paradise/custom/scss/_process.scss */
.g-process .g-process-item .g-process-item-icon {
  color: #818181;
  background: #e9e9e9;
  font-size: 2rem;
  line-height: 90px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: block;
  position: absolute;
}
/* line 21, templates/it_paradise/custom/scss/_process.scss */
.g-process .g-process-item .g-process-image {
  position: relative;
  display: inline-block;
}
/* line 24, templates/it_paradise/custom/scss/_process.scss */
.g-process .g-process-item .g-process-image img {
  width: 280px;
  height: 280px;
  background: #fff;
  border: 10px solid #e9e9e9;
  border-radius: 50%;
}
/* line 32, templates/it_paradise/custom/scss/_process.scss */
.g-process .g-process-item .g-process-item-title {
  text-transform: uppercase;
  margin-top: 1.5rem;
}
/* line 36, templates/it_paradise/custom/scss/_process.scss */
.g-process .g-process-item .g-process-item-desc {
  margin: 1.5rem 0;
}
/* line 39, templates/it_paradise/custom/scss/_process.scss */
.g-process .g-process-item:after {
  content: "";
  display: block;
  width: 2px;
  height: 4rem;
  background: #e9e9e9;
  margin: 1rem auto 0;
}
/* line 47, templates/it_paradise/custom/scss/_process.scss */
/* line 48, templates/it_paradise/custom/scss/_process.scss */
.g-process .g-process-item.invert-color .g-process-item-icon {
  color: #818181;
  background: #fff;
}
/* line 52, templates/it_paradise/custom/scss/_process.scss */
/* line 53, templates/it_paradise/custom/scss/_process.scss */
.g-process .g-process-item.invert-color .g-process-image img {
  border: 10px solid #fff;
}
/* line 59, templates/it_paradise/custom/scss/_process.scss */
/* line 60, templates/it_paradise/custom/scss/_process.scss */
/* line 61, templates/it_paradise/custom/scss/_process.scss */
.g-process > .g-grid:last-child .g-process-item {
  margin: 0 auto;
}
/* line 63, templates/it_paradise/custom/scss/_process.scss */
.g-process > .g-grid:last-child .g-process-item:after {
  display: none;
  margin: 0;
}
/* line 67, templates/it_paradise/custom/scss/_process.scss */
.g-process > .g-grid:last-child .g-process-item p {
  margin-bottom: 0;
}
/* line 4, templates/it_paradise/custom/scss/_timeline.scss */
/* line 5, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 8, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 13, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-row {
  width: 100%;
  height: 10px;
  margin-top: 3.5rem;
  margin-bottom: -15px;
  background: #e9e9e9;
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}
/* line 21, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-row:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: #e9e9e9;
  border-radius: 100%;
  margin-top: -10px;
}
/* line 31, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-row:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #e9e9e9;
  border-radius: 100%;
  margin-top: -10px;
  margin-left: -30px;
  position: relative;
  float: right;
}
@media only all and (max-width: 47.938rem) {
  .g-timeline.style1 .g-timeline-row {
    display: none;
  }
}
/* line 47, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item {
  text-align: center;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 49, templates/it_paradise/custom/scss/_timeline.scss */
  .g-timeline.style1 .g-timeline-item {
    margin-top: -25px;
  }
}
@supports (-webkit-appearance:none) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: -25px;
  }
}
/* line 55, templates/it_paradise/custom/scss/_timeline.scss */
/* line 56, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  font-size: 1.5rem;
  margin-top: -35px;
}
/* line 63, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background: #e9e9e9;
  margin: 0 auto;
}
/* line 72, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-year {
  color: #e9e9e9 !important;
  position: relative;
  margin: 1.25rem 0 1.5rem -2rem;
  min-height: 1.4rem;
  font-size: 1rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 80, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title {
  color: #2a2a2a !important;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
/* line 86, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a {
  color: #2a2a2a;
}
/* line 88, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a:hover {
  color: #ff0053;
}
/* line 93, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-description {
  margin: 0;
}
/* line 96, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-button {
  margin-top: 20px;
}
@media only all and (max-width: 47.938rem) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  /* line 103, templates/it_paradise/custom/scss/_timeline.scss */
  .g-timeline.style1 .g-timeline-item:last-child {
    margin-bottom: 0;
  }
}
/* line 110, templates/it_paradise/custom/scss/_timeline.scss */
/* line 111, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 #g-timeline {
  position: relative;
  padding: 35px 0;
}
/* line 115, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 #g-timeline:before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e9e9e9;
}
@media only all and (min-width: 60rem) {
  /* line 127, templates/it_paradise/custom/scss/_timeline.scss */
  .g-timeline.style2 #g-timeline:before {
    left: 50%;
    margin-left: -2px;
  }
}
/* line 134, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-block {
  position: relative;
  margin: 30px 0;
}
/* line 18, media/gantry5/engines/nucleus/scss/vendor/bourbon/addons/_clearfix.scss */
.g-timeline.style2 .g-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
/* line 139, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-block:first-child {
  margin-top: 0;
}
/* line 143, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-block:last-child {
  margin-bottom: 0;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-block {
    margin: 60px 0;
  }
  /* line 150, templates/it_paradise/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-block:first-child {
    margin-top: 0;
  }
  /* line 154, templates/it_paradise/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-block:last-child {
    margin-bottom: 0;
  }
}
/* line 160, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-icon-container {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  /* line 184, templates/it_paradise/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-icon-container.is-hidden {
    visibility: hidden;
  }
  /* line 188, templates/it_paradise/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-icon-container.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-1 0.6s;
    -moz-animation: g-bounce-1 0.6s;
    animation: g-bounce-1 0.6s;
  }
}
@-webkit-keyframes g-bounce-1 {
  /* line 196, templates/it_paradise/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  /* line 201, templates/it_paradise/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  /* line 206, templates/it_paradise/custom/scss/_timeline.scss */
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes g-bounce-1 {
  /* line 196, templates/it_paradise/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  /* line 201, templates/it_paradise/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  /* line 206, templates/it_paradise/custom/scss/_timeline.scss */
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes g-bounce-1 {
  /* line 196, templates/it_paradise/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  /* line 201, templates/it_paradise/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  /* line 206, templates/it_paradise/custom/scss/_timeline.scss */
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 211, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: 0.1875rem;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
/* line 18, media/gantry5/engines/nucleus/scss/vendor/bourbon/addons/_clearfix.scss */
.g-timeline.style2 .g-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
/* line 220, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content .g-timeline-title {
  margin-top: -5px;
  margin-bottom: 15px;
}
/* line 223, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content .g-timeline-title a {
  color: #2a2a2a;
}
/* line 225, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content .g-timeline-title a:hover {
  color: #ff0053;
}
/* line 231, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  display: inline-block;
}
/* line 235, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  float: left;
  padding: 13px 0;
  opacity: 0.7;
}
/* line 241, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #fff;
}
/* line 252, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content .g-timeline-button {
  margin-top: 25px;
}
@media only all and (max-width: 47.938rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-content {
    margin-left: 0;
    padding: 25px;
    width: 45%;
  }
  /* line 267, templates/it_paradise/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-content:before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #fff;
  }
  /* line 274, templates/it_paradise/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-content .g-timeline-year {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1rem;
  }
  /* line 282, templates/it_paradise/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-content.is-hidden {
    visibility: hidden;
  }
  /* line 286, templates/it_paradise/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-2 0.6s;
    -moz-animation: g-bounce-2 0.6s;
    animation: g-bounce-2 0.6s;
  }
}
/* line 293, templates/it_paradise/custom/scss/_timeline.scss */
/* line 294, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content {
  float: right;
}
/* line 297, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content:before {
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #fff;
}
/* line 304, templates/it_paradise/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content .g-timeline-year {
  left: auto;
  right: 122%;
  text-align: right;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 {
    /* inverse bounce effect on even content blocks */
  }
  /* line 314, templates/it_paradise/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content.bounce-in {
    -webkit-animation: g-bounce-2-inverse 0.6s;
    -moz-animation: g-bounce-2-inverse 0.6s;
    animation: g-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes g-bounce-2 {
  /* line 320, templates/it_paradise/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  /* line 325, templates/it_paradise/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  /* line 330, templates/it_paradise/custom/scss/_timeline.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2 {
  /* line 320, templates/it_paradise/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  /* line 325, templates/it_paradise/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  /* line 330, templates/it_paradise/custom/scss/_timeline.scss */
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2 {
  /* line 320, templates/it_paradise/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  /* line 325, templates/it_paradise/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  /* line 330, templates/it_paradise/custom/scss/_timeline.scss */
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes g-bounce-2-inverse {
  /* line 336, templates/it_paradise/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  /* line 341, templates/it_paradise/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  /* line 346, templates/it_paradise/custom/scss/_timeline.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2-inverse {
  /* line 336, templates/it_paradise/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  /* line 341, templates/it_paradise/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  /* line 346, templates/it_paradise/custom/scss/_timeline.scss */
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2-inverse {
  /* line 336, templates/it_paradise/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  /* line 341, templates/it_paradise/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  /* line 346, templates/it_paradise/custom/scss/_timeline.scss */
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style2 .as-title a.button {
  padding: 15px 25px;
  background: #fff !important;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin: 0 auto 20px;
}
/* line 9, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 10, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 14, templates/it_paradise/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 20, templates/it_paradise/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 29, templates/it_paradise/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 35, templates/it_paradise/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
/* line 46, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-overlay-container {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-slideshow .g-overlay-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-slideshow .g-overlay-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-slideshow .g-overlay-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-slideshow .g-overlay-container {
    width: 100%;
  }
}
/* line 65, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 66, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .nav-visible .uk-slidenav {
  opacity: 1;
}
/* line 70, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #fff !important;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
/* line 78, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
/* line 83, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #ff0053;
}
/* line 85, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
/* line 90, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons {
  margin: 25px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-buttons {
    margin: 15px 0 0;
  }
}
/* line 95, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button {
  margin-right: 15px;
  border: 2px solid #ff0053;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 99, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button:hover {
  background: #ff296f;
  border-color: #ff296f;
}
/* line 104, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button:last-child {
  margin-right: 0;
}
/* line 107, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 114, templates/it_paradise/custom/scss/_slideshow.scss */
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 122, templates/it_paradise/custom/scss/_slideshow.scss */
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
/* line 126, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button.empty {
  background: none;
  border: 2px solid #ff0053;
  color: #ff0053;
}
/* line 130, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button.empty:hover {
  background: #ff0053;
  border-color: #ff0053;
  color: #fff;
}
/* line 138, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .uk-flex-center {
  text-align: center;
}
/* line 141, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style2 {
  padding: 70px 0;
}
/* line 143, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #fff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
/* line 151, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #fff !important;
  font-size: 1.2rem;
  display: table;
}
/* line 158, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 159, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button {
  font-size: 1.2rem;
}
/* line 161, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button.standard {
  background: #fff;
  border-color: #fff;
  color: #1a1a1a;
}
/* line 165, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button.standard:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
/* line 171, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button.empty {
  border-color: #fff;
  color: #fff;
}
/* line 174, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button.empty:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
/* line 182, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 183, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
/* line 187, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 188, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
/* line 191, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
/* line 196, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 197, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style3 .g-slideshow-title {
  font-size: 2rem;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.4rem;
  }
}
/* line 206, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .style3 .g-slideshow-desc {
  font-size: 17px;
  line-height: 30px;
}
/* line 211, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 212, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 213, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .dark-text .style3 .g-slideshow-title {
  color: #818181 !important;
}
/* line 216, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .dark-text .style3 .g-slideshow-desc {
  color: #818181;
}
/* line 221, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
/* line 224, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 225, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
/* line 229, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 230, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
/* line 234, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
/* line 237, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
/* line 240, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
/* line 243, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
/* line 246, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* line 249, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 252, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 253, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 254, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 259, templates/it_paradise/custom/scss/_slideshow.scss */
.g-slideshow audio, .g-slideshow canvas, .g-slideshow video {
  display: block;
}
/* line 264, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 265, templates/it_paradise/custom/scss/_slideshow.scss */
/* line 266, templates/it_paradise/custom/scss/_slideshow.scss */
#g-fullwidth .g-slideshow .g-content, .g-flushed .g-slideshow .g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 10, templates/it_paradise/custom/scss/custom.scss */
#g-page-surround .btn.btn-primary, #g-offcanvas .btn.btn-primary, body .g-particle-intro .g-title-separator {
  background-color: #d32657;
}
/* line 14, templates/it_paradise/custom/scss/custom.scss */
#g-page-surround .btn.btn-primary:hover, #g-offcanvas .btn.btn-primary:hover {
  background-color: #b52448 !important;
}
/* line 17, templates/it_paradise/custom/scss/custom.scss */
.uk-alert.uk-alert-mono {
  background: #e9e9e9;
  color: #515151;
  border-color: #515151;
}
/* line 22, templates/it_paradise/custom/scss/custom.scss */
#g-drawer {
  padding: 0px !important;
}
/* line 25, templates/it_paradise/custom/scss/custom.scss */
.green {
  color: green !important;
}
/* line 28, templates/it_paradise/custom/scss/custom.scss */
.orange {
  color: orange !important;
}
/* line 31, templates/it_paradise/custom/scss/custom.scss */
.red {
  color: red !important;
}
/* line 35, templates/it_paradise/custom/scss/custom.scss */
.g-logo img {
  max-height: 70px;
}
/* line 39, templates/it_paradise/custom/scss/custom.scss */
.fa.fa-power-off {
  margin: 0px !important;
}
/* line 42, templates/it_paradise/custom/scss/custom.scss */
#g-top li > a, #g-top li > .g-menu-item-container .uk-text-contrast, #g-top li.active, .text-hightligth, .text-hightligth a {
  color: #d32657 !important;
}
/* line 49, templates/it_paradise/custom/scss/custom.scss */
#g-top li.active > a {
  background-color: #d32657 !important;
  color: #fff !important;
}
/* line 53, templates/it_paradise/custom/scss/custom.scss */
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 24px 0px 24px 10px;
}
/* line 57, templates/it_paradise/custom/scss/custom.scss */
div.mod-languages ul.lang-block li img {
  height: 25px;
  margin-top: -4px;
  margin-bottom: -4px;
}
/* line 62, templates/it_paradise/custom/scss/custom.scss */
div.mod-languages ul.lang-block ul.lang-dropdown > li + li {
  display: none;
}
/* line 66, templates/it_paradise/custom/scss/custom.scss */
#g-fullwidth .uk-slideshow > li, #g-fullwidth .uk-slideshow {
  min-height: 15rem !important;
}
@media (max-width: 767px) {
  /* line 74, templates/it_paradise/custom/scss/custom.scss */
  #g-fullwidth .uk-slideshow .g-slideshow-title {
    font-size: 1.3rem;
    line-height: 1.2rem;
  }
  /* line 78, templates/it_paradise/custom/scss/custom.scss */
  #g-fullwidth .uk-slideshow .g-slideshow-buttons, #g-fullwidth .uk-slideshow .g-slideshow-desc {
    font-size: 1rem;
    line-height: 0.9rem;
  }
}
@media (min-width: 767px) {
  /* line 85, templates/it_paradise/custom/scss/custom.scss */
  #g-intro.g-pull-bottom {
    position: absolute;
    width: 100%;
  }
}
/* line 90, templates/it_paradise/custom/scss/custom.scss */
#g-intro.g-pull-bottom .g-content {
  padding: 0px;
  margin: 0px;
}
/* line 94, templates/it_paradise/custom/scss/custom.scss */
#g-intro.g-pull-bottom .g-grid {
  z-index: 20;
  position: relative;
}
/* line 101, templates/it_paradise/custom/scss/custom.scss */
.forced {
  padding-left: 0px;
}
/* line 104, templates/it_paradise/custom/scss/custom.scss */
.forced .select2-container {
  width: 100% !important;
}
/* line 107, templates/it_paradise/custom/scss/custom.scss */
.solidres-avail-horizontal {
  margin-top: 0px;
}
/* line 110, templates/it_paradise/custom/scss/custom.scss */
.solidres-avail-horizontal.solidres-module input, .solidres-avail-horizontal.solidres-module .selection span, .solidres-avail-horizontal.solidres-module .nice-select > span {
  font-size: 16px;
}
/* line 116, templates/it_paradise/custom/scss/custom.scss */
.select2-container--default .select2-selection--single {
  height: 41px;
  border: 1px solid #ddd;
}
/* line 120, templates/it_paradise/custom/scss/custom.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 6px 20px 6px 8px;
  color: #818181;
}
/* line 124, templates/it_paradise/custom/scss/custom.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
/* line 127, templates/it_paradise/custom/scss/custom.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
/* line 143, templates/it_paradise/custom/scss/custom.scss */
#frm_tour_search .nice-select {
  margin-right: 0px;
  width: 100%;
}
/* line 147, templates/it_paradise/custom/scss/custom.scss */
.grid-hover > div:hover {
  cursor: pointer;
}
/* line 150, templates/it_paradise/custom/scss/custom.scss */
.grid-hover > .content:hover .panel {
  background-color: #ccc;
}
/* line 154, templates/it_paradise/custom/scss/custom.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon.image-bg {
  width: 160px;
  height: 160px;
  line-height: 160px;
  margin-top: -60px;
  border: #ccc solid 0.5rem;
}
/* line 161, templates/it_paradise/custom/scss/custom.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon.image-bg:before, .g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon.image-bg:after {
  content: " ";
}
/* line 165, templates/it_paradise/custom/scss/custom.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-year {
  margin: 1.25rem 0 -2.5rem -2rem;
  display: none !important;
}
@media (min-width: 960px) {
  /* line 170, templates/it_paradise/custom/scss/custom.scss */
  .g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon.image-bg {
    width: 260px;
    height: 260px;
    line-height: 260px;
    margin-top: -110px;
  }
}
/* line 178, templates/it_paradise/custom/scss/custom.scss */
.box1 > .g-content {
  background: rgba(255, 255, 255, 0.7);
}
/* line 183, templates/it_paradise/custom/scss/custom.scss */
body .uk-slidenav-position .uk-slidenav-next, body .uk-slidenav-position .uk-slidenav-previous {
  margin-top: 6.6rem;
  opacity: 1;
}
/* line 188, templates/it_paradise/custom/scss/custom.scss */
#g-feature .uk-slidenav-position .uk-slidenav-next, #g-feature .uk-slidenav-position .uk-slidenav-previous {
  display: none !important;
}
/* line 192, templates/it_paradise/custom/scss/custom.scss */
[data-uk-slider] {
  z-index: 999999999;
}
/* line 195, templates/it_paradise/custom/scss/custom.scss */
#dest_id + .nice-select.open .list {
  min-width: 18rem;
}
/* line 198, templates/it_paradise/custom/scss/custom.scss */
.full-cover {
  margin: -4rem -7rem 0;
  background-color: #ccc;
}
/* line 202, templates/it_paradise/custom/scss/custom.scss */
figure.uk-overlay.bg {
  background-color: #ccc;
}
/* line 205, templates/it_paradise/custom/scss/custom.scss */
.sticky-small-block.uk-active {
  max-width: 12rem;
  right: 0px;
}
/* line 209, templates/it_paradise/custom/scss/custom.scss */
.sticky-small-block.uk-active h2 {
  font-size: 1.2rem;
}
/* line 212, templates/it_paradise/custom/scss/custom.scss */
.inline-input {
  border: none !important;
  box-shadow: none !important;
  padding: 0px !important;
  border-bottom: 1px solid #ccc !important;
  width: auto;
  display: inline-block;
  min-width: 2rem;
}
/* line 221, templates/it_paradise/custom/scss/custom.scss */
body#default #tour_list_form .form-inline {
  display: none !important;
}
/* line 224, templates/it_paradise/custom/scss/custom.scss */
body.itemid-128 #g-intro {
  padding: 0px;
  padding-top: 1rem;
}
/* line 230, templates/it_paradise/custom/scss/custom.scss */
.blog .items-row article > p {
  display: inline;
  text-align: justify;
}
@media (max-width: 767px) {
  /* line 235, templates/it_paradise/custom/scss/custom.scss */
  .uk-grid.g-content-pro > * {
    padding-left: 0px;
  }
  /* line 238, templates/it_paradise/custom/scss/custom.scss */
  .sociallogin.component .profile-avatar .image-container {
    left: 100px;
    top: -230px;
    width: 100px;
  }
  /* line 243, templates/it_paradise/custom/scss/custom.scss */
  .sociallogin.component .profile-name .name-container {
    left: 100px;
  }
}
/* line 249, templates/it_paradise/custom/scss/custom.scss */
.compacted .uk-form-row, .compact-form .control-group, .compact-form .control-group .control-label .spacer .text, .compact-form .control-group .control-label .spacer {
  margin: 0px;
}
/* line 255, templates/it_paradise/custom/scss/custom.scss */
.compact-form .control-group .control-label .spacer .after, .compact-form .control-group .control-label .spacer .before, .compact-form legend {
  display: none !important;
}
/* line 260, templates/it_paradise/custom/scss/custom.scss */
.compact-form input:not([type="checkbox"]), .compact-form textarea, .compact-form select {
  width: 100% !important;
}
/* line 263, templates/it_paradise/custom/scss/custom.scss */
.sociallogin .profile-data .compacted div {
  white-space: initial;
}
/* line 266, templates/it_paradise/custom/scss/custom.scss */
.compact-form .fields-container {
  margin: 12px 0 13px;
}
/* line 269, templates/it_paradise/custom/scss/custom.scss */
.g-room-desc {
  white-space: initial !important;
}
/* line 274, templates/it_paradise/custom/scss/custom.scss */
#sociallogin .g-room-page .g-room-gallery img {
  width: 100%;
}
/* line 277, templates/it_paradise/custom/scss/custom.scss */
.g-room-page .g-room-gallery .g-grid {
  margin-right: -8px;
}
/* line 280, templates/it_paradise/custom/scss/custom.scss */
.g-room-page .g-room-gallery .g-room-image-container {
  width: calc(25% - 8px);
}
/* line 285, templates/it_paradise/custom/scss/custom.scss */
#system-message-container #system-message .alert {
  margin: 1rem;
  position: fixed;
  bottom: 0px;
  width: calc(100% - 2rem);
  left: 0px;
  z-index: 999;
}
/* line 297, templates/it_paradise/custom/scss/custom.scss */
.modal-backdrop.fade {
  z-index: 0 !important;
}
/* line 300, templates/it_paradise/custom/scss/custom.scss */
body.com_contact.view-contact #g-container-main {
  margin-top: 0px !important;
}
/* line 303, templates/it_paradise/custom/scss/custom.scss */
.uk-button.uk-button-primary .jchat_default_suggestion {
  display: inline-block;
  white-space: normal;
}
/* line 307, templates/it_paradise/custom/scss/custom.scss */
.uk-button.uk-button-primary .jchat_default_suggestion, .uk-button.uk-button-primary .jchat_default_suggestion * {
  color: #fff !important;
}
/* line 311, templates/it_paradise/custom/scss/custom.scss */
#jchat_base, #jchat_optionsbutton_popup, #jchat_userstab_popup, #jchat_default_suggestion_tooltip {
  display: none !important;
}
/* line 315, templates/it_paradise/custom/scss/custom.scss */
div.jchat_userslist_ctrls div.jchat_userslist_reply {
  width: auto;
}
/* line 320, templates/it_paradise/custom/scss/custom.scss */
.btn.profiler {
  position: relative;
}
/* line 323, templates/it_paradise/custom/scss/custom.scss */
.btn.profiler label {
  display: block;
  width: calc(100% + 28px);
  margin: -7px -14px !important;
  padding: 5px;
}
/* line 329, templates/it_paradise/custom/scss/custom.scss */
.btn.profiler input[type="checkbox"] {
  position: absolute;
}
/* line 332, templates/it_paradise/custom/scss/custom.scss */
.btn.profiler input[type="checkbox"]:checked:before {
  color: #fff !important;
}
/* line 335, templates/it_paradise/custom/scss/custom.scss */
.sociallogin .profile-data div.profile-status {
  display: none !important;
}
/* line 338, templates/it_paradise/custom/scss/custom.scss */
.sociallogin.component .profile-name .name-container {
  top: -4rem;
  background-color: rgba(0, 0, 0, 0.43);
  padding: 0.3rem 1.3rem;
}
/* line 343, templates/it_paradise/custom/scss/custom.scss */
#jform_profileGroup_newgrouptable tr + tr {
  margin-top: 1rem;
  display: block;
}
/* line 347, templates/it_paradise/custom/scss/custom.scss */
.alert .close, .uk-close.large {
  font-size: 2rem !important;
}
/* line 351, templates/it_paradise/custom/scss/custom.scss */
.form-horizontal .input-prepend {
  width: 100%;
}
/* line 354, templates/it_paradise/custom/scss/custom.scss */
.input-prepend.input-append input {
  width: auto;
}
/* line 357, templates/it_paradise/custom/scss/custom.scss */
.input-prepend.input-append * {
  display: inline-block;
}
/* line 360, templates/it_paradise/custom/scss/custom.scss */
.input-prepend.input-append .media-preview {
  padding: 9px 10px;
}
/* line 364, templates/it_paradise/custom/scss/custom.scss */
.input-prepend > .add-on, .input-append > .add-on {
  padding: 0 5px !important;
}
/*# sourceMappingURL=custom__body_only.css.map */