/*
Theme Name: MTVVC THE BLOG
Theme URI: https://mollotuttoevadoavivereincamper.com
Author: Creativ3Design
Author URI: https://creativ3designstudio.com
Description: Tema realizzato in BS 4 e WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme Domain:  mollotuttoevadoavivereincamper
*/

/*
_____________________________________________________

Mollo Tutto e Vado a Vivere in Camper - The Blog
Version: 1.0
Created By: Creativ3Design
Support: team.creativ3design@gmail.com
Last Update:  Thursday, March 21, 2019
_____________________________________________________



---------- TABLE OF CONTENTS ----------

00. Theme Css
01. Commons (Utils)
02. Global Reset
03. Main Elements Css

---------- END - TABLE OF CONTENTS ----------
*/

/* ----------------------------------------------------------------------------- */
/* 00. Theme CSS
/* ----------------------------------------------------------------------------- */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

blockquote.wp-block-quote {
  background: transparent;
  border: 0;
  font-style: italic;
  margin: 0;
  padding: 60px;
  position: relative;
  /* font-size: 30px; */
  background: #f9f9f9;
  /* border-left: 10px solid #ccc; */
  /* margin: .5em 10px; */
  /* padding: 60px; */
  /* font-size: 30px; */
  /* background: #f9f9f9; */
  /* border-left: 10px solid #ccc; */

}
blockquote.wp-block-quote p {
  padding: 25px;
  line-height: normal;
  font-size: 25px;
  font-weight: bold;
}
blockquote.wp-block-quote p::before {
    display: block;
    left: 10px;
    top: 0px;
    content: "“";
    font-weight: bold;
    font-size: 55px;
    font-family: "Times New Roman", Georgia, serif;
    line-height: 1;
    position: absolute;
}
blockquote.wp-block-quote p::after {
    display: block;
    right: 10px;
    font-weight: bold;
    font-size: 55px;
    font-family: "Times New Roman", Georgia, serif;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    content: "”";
}
/* -------------------------------------- */
/* SALVA E ACCETTA BTN - GDPR COOKIE CONSENT
/* -------------------------------------- */
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #4b74a0!important;
    color: #ffffff;
}
.cli-wrapper a.wt-cli-element.cli_cookie_close_button {
  border: solid 1px #333!important;
  color: #333!important;
  line-height: 20px!important;
}
/* -------------------------------------- */
/* CONSULENZE PRIVATE FIXED BOTTOM BUTTON
/* -------------------------------------- */

/* CLICK ME BUTTON FIXED */
#click-me {
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(54, 90, 133, 0.7);
  -moz-box-shadow: 0 0 0 0 rgba(54, 90, 133, 0.7);
  box-shadow: 0 0 0 0 rgba(54, 90, 133, 0.7);
  position: fixed;
  left: 15px;
  bottom: 15px;
  height: 72px;
  width: 72px;
  padding: 10px;
  border: 0;
  color: #fff;
  text-align: center;
  background: #365a85;
  cursor: pointer;
  border: 1px solid #365a85;
  -webkit-animation: pulse-me 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse-me 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse-me 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse-me 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

#click-me p {
  width: 66px!important;
  position: relative;
  top: -30px;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  left: -7px;
  font-weight: bold;
}
#click-me a {
  color: #fff;
}
#click-me:hover {
  background: #3c6ba2;
  border: 1px solid #3c6ba2;
  color: #fff;
  opacity: 1;
  z-index: 5;
}
#click-me .mini-gift {
  position: relative;
  top: -49px;
  left: 3px;
  width: 45px;
  height: 45px;
}

@-webkit-keyframes pulse-me {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse-me {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse-me {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse-me {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
/* GIFT  SHAKE ANIMATION */
#click-me .mini-gift:hover,
#click-me a img:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 60px;
  opacity: 1!important;
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* PULSING BUTTON LANDING SCONTI - ACQUISTA ORA */
/* Basic button styling */

.buyNowButton {
  width: 220px!important;
  text-align: center;
  white-space: nowrap!important;
  display: block!important;
  margin: 50px auto!important;
  padding: 3px 10px!important;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  border-radius: 10px!important;
  background-color: #ff8c00;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-size: 22px!important;
  font-weight: normal!important;
  font-family: sans-serif!important;
  text-decoration: none !important;
  color: #ffffff!important;
  transition: all 300ms ease-in-out;
}


/* Comment-out to have the button continue to pulse on mouseover */

a.buyNowButton:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #ffffff;
}


/* Animation */

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}


/* SCONTI E CONVENZIONI */
.sconti-conv {
  background-color: #366c9b;
  color: #fff;
  font-weight: 400;
  padding: 3px 10px 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-color: #366c9b;
}
li#accordion-section-about_1 h3.accordion-section-title {
  background-color: : #333!important;
  color: #fff!important;
}

/* ACCORDION LANDING SCONTI */
#faq-info .card .card-header {
    padding: 5px 0;
    margin-bottom: 0;
    color: inherit;
    background-color: transparent;
    border-bottom: none;
}
#faq-info .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  /*background: #FFE472;*/
  padding: 20px 15px;
}

#faq-info .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

/* #faq-info .card .card-header .btn-header-link.collapsed {
  color: #fff;
} */

#faq-info .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq-info .card .collapsing {
  /*background: #FFE472;*/
  line-height: 30px;
}
#faq-info .card .collapse {
  border: 0;
}

#faq-info .card .collapse.show {
  /*background: #FFE472;*/
  line-height: 30px;
  color: #222;
}
/* GIFT ICON */
#fixed-circle-gift {
  position: fixed;
  bottom: -4px;
  left: 10px;
  z-index: 5;
}
.circle-gift {
  width:128px;
  height:128px;
  background:#da587f;
  border-radius:50%;
  left:0;right:0;
  position:relative;
  top:50%;
  bottom:0;
  margin:0 auto;
  margin-top:-64px;
}

i.gift {
  background: #fcbe64; /* Old browsers */
background: -moz-linear-gradient(left,  #fcbe64 0%, #fcbe64 42%, #f9b14a 42%, #f9b14a 60%, #fcbe64 60%, #fcbe64 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fcbe64), color-stop(42%,#fcbe64), color-stop(42%,#f9b14a), color-stop(60%,#f9b14a), color-stop(60%,#fcbe64), color-stop(100%,#fcbe64)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #fcbe64 0%,#fcbe64 42%,#f9b14a 42%,#f9b14a 60%,#fcbe64 60%,#fcbe64 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #fcbe64 0%,#fcbe64 42%,#f9b14a 42%,#f9b14a 60%,#fcbe64 60%,#fcbe64 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #fcbe64 0%,#fcbe64 42%,#f9b14a 42%,#f9b14a 60%,#fcbe64 60%,#fcbe64 100%); /* IE10+ */
background: linear-gradient(to right,  #fcbe64 0%,#fcbe64 42%,#f9b14a 42%,#f9b14a 60%,#fcbe64 60%,#fcbe64 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbe64', endColorstr='#fcbe64',GradientType=1 ); /* IE6-9 */
  width:70px;
  height:45px;
  display:inline-block;
  border-radius:0px 0px 5px 5px;
  margin:0 auto;right:0;left:0;
  position:absolute;
  top:55px;
  z-index:20;
}

i.gift:before {
  width:78px;
  height:11px;
  content:"";
  background: #fbb54f; /* Old browsers */
background: -moz-linear-gradient(left,  #fbb54f 0%, #fbb54f 30%, #f9b14a 30%, #f9b14a 70%, #fbb54f 70%, #fbb54f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fbb54f), color-stop(30%,#fbb54f), color-stop(30%,#f9b14a), color-stop(70%,#f9b14a), color-stop(70%,#fbb54f), color-stop(100%,#fbb54f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #fbb54f 0%,#fbb54f 30%,#f9b14a 30%,#f9b14a 70%,#fbb54f 70%,#fbb54f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #fbb54f 0%,#fbb54f 30%,#f9b14a 30%,#f9b14a 70%,#fbb54f 70%,#fbb54f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #fbb54f 0%,#fbb54f 30%,#f9b14a 30%,#f9b14a 70%,#fbb54f 70%,#fbb54f 100%); /* IE10+ */
background: linear-gradient(to right,  #fbb54f 0%,#fbb54f 30%,#f9b14a 30%,#f9b14a 70%,#fbb54f 70%,#fbb54f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb54f', endColorstr='#fbb54f',GradientType=1 ); /* IE6-9 */

  display:inline-block;
  position:relative;
  left:-4px;
  top:-13px;
  z-index:20;
}

i.gift:after {
  width:12px;
  height:5px;
  content:"";
  background:#fba152;
  display:inline-block;
  left:30px;
  position:absolute;
  top:0px;z-index:30;
}

i.ribbons:after {
  width:8px;
  height:15px;
  background:transparent;
  border:5px solid #fff;
  display:inline-block;
  position:absolute;
  top:-23px;
  right:18px;
  z-index:999;
  content:"";
  border-radius:50px;
  transform:rotate(40deg);
  -ms-transform:rotate(40deg); /* IE 9 */
  -webkit-transform:rotate(40deg); /* Safari and Chrome */
  z-index:5;
}

i.ribbons:before {
width: 20px;
height: 8px;
background: transparent;
border: 5px solid #fff;
display: inline-block;
position: absolute;
top: -23px;
left: 10px;
z-index: 999;
content: "";
border-radius: 10px;
transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-webkit-transform: rotate(-130deg);
z-index: 5;
}
/* -------------------------------------- */
/* DIAGONAL BACKGROUND
/* -------------------------------------- */
.thissection {
  background: #f5f0f0;
}

.thissection .bottom {
  height: 200px; /*this will work like some padding bottom missing  at section */
  border-width: 0 0 180px 98.5vw;
  border-style: solid;
  border-color: transparent transparent #fff #f5f0f0;
}

/* card deck SECONDARY - AZIENDE */
.services-card .card-deck .card-secondary img.card-icon-top {
  width: auto;
  margin: 0 auto 5px;
  position: relative;
  top: -65px;
}
.services-card .card-deck .card-secondary {
  padding: 0 20px 0;
  margin: 65px 40px;
  border-radius: 20px;
  background: #43444d;
  color: #fff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 15%), 0 2px 2px rgb(0 0 0 / 15%), 0 4px 4px rgb(0 0 0 / 15%), 0 8px 8px rgb(0 0 0 / 15%);
}
/* .card-deck .card-secondary:hover {
  box-shadow: 0 40px 60px -20px rgba(12, 5, 62, 0.15);
}
.card-deck .card-secondary:hover .card-title{
  color: #4e22d0;
} */
.services-card .card-deck .card-secondary .card-body {
  padding: 0;
  text-align: center;
  position: relative;
  top: -50px;
}
.services-card .card-deck .card-secondary .card-text {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
.services-card .card-deck .card-secondary .card-body .card-title {
  line-height: normal;
}
/* card deck SECONDARY - AZIENDE -STEPS CARD */
.steps-card {
  width: 100%;
}
.steps-card .card-deck .card-secondary img.card-icon-top {
  width: 113px;
  height: 113px;
  margin: 0 auto 5px;
  position: relative;
}
.steps-card .card-deck .card-secondary {
  padding: 0 20px 40px;
  margin: 0px 20px 60px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 15%), 0 2px 2px rgb(0 0 0 / 15%), 0 4px 4px rgb(0 0 0 / 15%), 0 8px 8px rgb(0 0 0 / 15%);
}
/* .card-deck .card-secondary:hover {
  box-shadow: 0 40px 60px -20px rgba(12, 5, 62, 0.15);
}
.card-deck .card-secondary:hover .card-title{
  color: #4e22d0;
} */
.steps-card .card-deck .card .card-body h4 {
  color: #fff;
  background-color: #43444d;
  width: 90px;
  margin: 0 auto;
  min-height: 30px;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 35px;
  margin-bottom: 30px;
}
.steps-card .card-deck .card-secondary .card-body {
  padding: 0;
  text-align: center;
  position: relative;
}
.steps-card .card-deck .card-secondary .card-body .card-title {
  font-size: 20px!important;
  font-weight: 700!important;
  color: #343a40;
  line-height: normal;
}
.steps-card .card-deck .card-secondary .card-text {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
.steps-card .card-deck .card-secondary .card-text ul li{
  list-style: disc;
  margin-left: 25px;
}
.steps-card .card-deck .card .step-icon {
  position: absolute;
  top: 38%;
  right: -57px;
  background: #84ccc6;
  color: #fff;
  width: 75px;
  height: 75px;
  font-weight: normal;
  z-index: 1;
}
.steps-card .card-deck .card .step-icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Step 2: Reference Individual Icons */
.steps-card .card-deck .card .step-icon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
  font-size: 45px;
  position: relative;
  left: 2px;
}
.steps-card .card-deck .card-secondary img.card-icon-list-img {
  width: auto;
  height: 80px;
  margin: 0 auto 5px;
  position: relative;
  top: -55px;
}
/* Small devices (landscape phones, 576px and up) */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 667px) {
  .steps-card .card-deck .card .step-icon {
    display: none;
  }
  .services-card .card-deck .card-secondary img.card-icon-top {
    width: 70px;
    height: auto;
    margin: 0 auto 5px;
    position: relative;
    top: -65px;
  }
}
@media only screen and (max-width: 375px) {
  .services-card .card-deck .card-secondary img.card-icon-top {
    width: 110px;
  }
}
@media only screen and (max-width: 720px) {
  .services-card .card-deck .card-secondary img.card-icon-top {
    width: 70px;
    top: -55px;
  }
}

#faq-info a{
  color: #fff;
}
/* -------------------------------------- */
/* CONTACT FORM DARK - CONTACT FORM 7
/* -------------------------------------- */
.wpcf7 {width:100% !important;}
.contact-form-dark {
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #e6496d;
    font-weight: 500;
    border-color: #e6496d;
}
.wpcf7-list-item input {
  height: auto;
}
.wpcf7-form input[type="text"], input[type="email"], select, textarea {width:100% !important;}
 .contact-form-dark input.wpcf7-form-control.wpcf7-submit {
  background-color: #f4900c;
  color: #fff;
  border: none;
  padding: 0px 30px;
  margin-bottom: 10px;
  margin-left: 75px;
}
.bottom-cta input.wpcf7-form-control.wpcf7-submit {
  position: relative;
  background-color: #f4900c;
  color: #fff;
  border: none;
  padding: 0px 30px;
  margin-bottom: 7px;
  margin-top: 15px;
  margin-left: 75px;
}
.contact-form-dark .wpcf7 input[type="email"],
.contact-form-dark .wpcf7 input[type="text"] {
  direction: ltr;
  background: #43444d;
  color: #fff;
  /* padding: 30px 0px 30px 20px; */
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  /* margin-top: 30px;
  min-width: 100%; */
}
/* .contact-form-dark input.wpcf7-form-control.wpcf7-submit {
    position: relative;
    top: -56px;
    float: right;
    background-color: #f4900c;
    color: #fff;
    border: none;
} */
/* .contact-form-dark input[type="submit"] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0px 30px;
}  */
/* -------------------------------------- */
/* CONTACT FORM HOME - CONTACT FORM 7
/* -------------------------------------- */
.contact-form-wrapper {
  background: #fff;
  padding: 30px;
}
.contact-form-home {
  background: #fff;
}
.contact-form-home .wpcf7-form input[type="text"], input[type="email"], input[type="tel"], select, textarea, label {
  width: 100% !important;
  color: #333;
  text-align: left;
  margin-bottom: 0.5rem!important;
  font-weight: 500;
}
.contact-form-home .wpcf7-form input[type="text"],
.contact-form-home input[type="email"],
.contact-form-home input[type="tel"],
.contact-form-home select,
.contact-form-home textarea {
  background-color: #e9f0f8;
}
.contact-form-home input.wpcf7-form-control.wpcf7-submit {
  background-color: #e6496d;
  color: #fff;
  border: none;
  padding: 0px 30px;
  margin-bottom: 10px;
  margin-left: 75px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* .contact-form-home input, .contact-form-home textarea {
  padding: 10px 20px;
} */

/* contact form aziende */
#wpcf7-f5442-o2 form.wpcf7-form label {color: #fff;}
/* -------------------------------------- */
/* VIDEO YOUTUBE RESPONSIVE
/* -------------------------------------- */
.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
/* ------------------------------------------------------ */
/* Navbar top menu
/* ------------------------------------------------------ */
.top-bar {
  width: 100%;
  background: #253046;
  height: 31px;
}
.navbar.navbar-top-menu {
  padding: 0;
  box-shadow: none;
  border-bottom: 1px solid #ededed;
  position: relative;
}


ul#menu-login-menu.navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
ul#menu-login-menu .navbar-nav .dropdown-menu {
}
ul#menu-login-menu a.dropdown-item i {
  /* margin-left: 15px; */
}
.navbar-nav.top-nav ul {
  /* display: inline-block!important; */
}
.navbar.navbar-top-menu .navbar-nav a {
  padding: 10px 5px 6px 0!important;
}
.navbar.navbar-top-menu .navbar-nav li.active a.dropdown-toggle {
  color: #eee!important;
}
/* .navbar.navbar-top-menu .navbar-nav .active > a {
  color: #eee!important;
} */
ul#menu-login-menu li .nav-link .active > a{
  color: #eee!important;
}
ul#menu-login-menu li .nav-link {
  color: #eee!important;
}
.navbar.navbar-top-menu .navbar-light .navbar-nav .nav-link {
  color: #eee!important;
}
ul#menu-login-menu li,
ul#menu-login-menu a.dropdown-item {
  width: 100px;
}
@media(max-width:767px) {
  ul#menu-login-menu ul.dropdown-menu {
    position: absolute;
    top: 29px;
  }
}
/* TOP BAR SEARCH */
.top-bar-search {
  padding-right: 0;
}
.top-bar-search .form-control {
  display: block;
  top: 5px;
  height: calc(1.3rem + 2px);
  position: relative;
  padding: 0.375rem .60rem;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
.top-bar-search span.input-group-btn button {
  position: absolute;
  top: 4px;
  right: 0px;
  width: 40px;
  text-align: center;
  padding: 0;
  height: 23px;
  line-height: 25px;
  display: inline-block;
  background: 0 0;
  border: none;
  outline: none;
  font-size: 15px;
  color: #333;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  cursor: pointer;
}
.top-bar-search .input-group {
  width: 160px;
  float: right;
}
.top-bar-search .input-group i {
  position: relative;
  left: 3px;
  top: -1px;
}
@media(max-width:414px) {
  .top-bar-search .input-group {
    width: 120px;
    float: right;
  }
}
/* ---- 08.5 Social Icon List ---- */
ul.social-icons {
  position: absolute;
  right: 0;
  top: 0;
}
ul.social-icons li {
  float: left;
}
ul.social-icons li a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
ul.social-icons li a i {
  font-size: 0.9em;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-weight: 500;
}
ul.social-icons li a.facebook {
  /* color: #19c6f4; */
  color: #eee;
}
ul.social-icons li a.instagram {
  /* color: #ff45f6; */
  color: #eee;
}
ul.social-icons li a.youtube {
  /* color: #ff2957; */
  color: #eee;
}
ul.social-icons li a:hover {
  color: #fff;
}
ul.social-icons li a.facebook:hover {
  background-color: #507CBE;
}
ul.social-icons li a.youtube:hover {
  background-color: #f70000;
}
ul.social-icons li a.instagram:hover {
  background-color: #ba22ae;
}
@media(max-width:767px) {
  /* ul.social-icons {
    display: none!important;
  } */
}
/* ------------------------------------------------------ */
/* Resize iframe for Cookie and Privacy Policy pages embed
/* ------------------------------------------------------ */
.main-display-area {
   height:100%!important;
}
/* ------------------------------------------------------ */
/* TESSERA SCONTI - Link Pagamento Shortcode membership
/* ------------------------------------------------------ */

.ihc-membership-card-large {
    width: 80%;
}
.ihc-membership-card-wrapp {
  padding: 15px 0 0;
  margin: 0;
  border: none;
  border-radius: 0px;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 25px;

}
.ihc-membership-card-wrapp .ihc-membership-card-content {
  width: 325px;
  height: 237px;
  background-image: url("https://www.mollotuttoevadoavivereincamper.com/wp-content/uploads/2020/12/card-ai-mtvvc-mini.png");
  background-position: center center;
  padding: 80px 0 0 23px;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 1.3;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.ihc-membership-card-wrapp .ihc-membership-card-img {
}
.ihc-ap-theme-3 .ihc-ap-wrap h3 {
  margin-bottom: 0px;
}
.ihc-membership-card-wrapp .ihc-membership-card-full-name {
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 4px;
}
.ihc-membership-card-wrapp label {
    font-weight: 500;
    display: inline!important;
}
.ihc-ap-top-theme-4 .ihc-user-page-top-ap-background {
    height: 200px;
}
.ihc-ap-top-theme-4 {
    height: 200px;
}
/*#js_ihc_edit_top_ap_banner {
    height: 240px;
}*/
.ihc-ap-top-theme-4 .ihc-middle-side {
    margin-left: auto;
}
#js_ihc_edit_top_ap_banner {
    width: 100%;
    height: 100%!important;
}
.ihc-ap-top-theme-4 .ihc-top-levels {
    padding-left: 0;
}
.ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess {
    padding-left: 0;
}
.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc {
  color: #9d90d5;
}
/* .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a {
  color: #0091cd;
} */

/* WHATSAPP BUTTON ANIMATED */
.btn-whatsapp-pulse {
	background: #25d366!important;
	color: white!important;
	position: relative;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
  left: 0;
  float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-whatsapp-pulse:hover {
  color: #fff!important;
  background: #47e180!important;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 20px;
	right: 20px;
  margin-right: 15px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* Whatsapp btn landing sconti e convenzioni */
.whats-btn {
    position: fixed;
    bottom: 0px;
    left: 15px;
    z-index: 10;
}
/* ------------------------------------------------------ */
/* TESSERA SCONTI - Link Pagamento Shortcode membership
/* ------------------------------------------------------ */
.ihc-level-item-link {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #3f77bf;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ihc-level-item-link:hover {
    color: #ff4b4b;
}

/* -------------------------------------- */
/* VIDEO RESPONSIVE - NO YOUTUBE EMBED (home - chi sono)
/* -------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ----------------------------------------------------------------------------- */
/*  01. Commons (Utils)
/* ----------------------------------------------------------------------------- */


/* --- Letter Spacing --- */
.l-s-3 {
  letter-spacing: 3px!important;
}
.l-s-5 {
  letter-spacing: 5px!important;
}
.l-s-8 {
  letter-spacing: 8px!important;
}

/* --- Margin & Padding Options --- */


/* --- margin-top --- */
.no-margin { margin: 0!important;}
.m-t-0 { margin-top: 0!important;}
.m-t-5 {margin-top: 5px!important;}
.m-t-10 {margin-top: 10px!important;}
.m-t-15 {margin-top: 15px!important;}
.m-t-20 {margin-top: 20px!important;}
.m-t-25 {margin-top: 25px!important;}
.m-t-30 {margin-top: 30px!important;}
.m-t-35 {margin-top: 35px!important;}
.m-t-40 {margin-top: 40px!important;}
.m-t-45 {margin-top: 45px!important;}
.m-t-50 {margin-top: 50px!important;}
.m-t-55 {margin-top: 55px!important;}
.m-t-60 {margin-top: 60px!important;}
.m-t-65 {margin-top: 65px!important;}
.m-t-70 {margin-top: 70px!important;}
.m-t-75 {margin-top: 75px!important;}
.m-t-80 {margin-top: 80px!important;}
.m-t-90 {margin-top: 90px!important;}
.m-t-100 {margin-top: 100px!important;}
.m-t-110 {margin-top: 110px;}
.m-t-120 {margin-top: 120px;}
.m-t-130 {margin-top: 130px;}
.m-t-140 {margin-top: 140px;}
.m-t-150 {margin-top: 150px;}
.m-t-200 {margin-top: 200px!important;}

/* --- margin-bottom --- */
.m-b-0 {margin-bottom: 0!important;}
.m-b-5 {margin-bottom: 5px!important;}
.m-b-10 {margin-bottom: 10px!important;}
.m-b-15 {margin-bottom: 15px!important;}
.m-b-20 {margin-bottom: 20px!important;}
.m-b-25 {margin-bottom: 25px!important;}
.m-b-30 {margin-bottom: 30px!important;}
.m-b-35 {margin-bottom: 35px!important;}
.m-b-40 {margin-bottom: 40px!important;}
.m-b-45 {margin-bottom: 45px!important;}
.m-b-50 {margin-bottom: 50px!important;}
.m-b-55 {margin-bottom: 55px!important;}
.m-b-60 {margin-bottom: 60px!important;}
.m-b-65 {margin-bottom: 65px!important;}
.m-b-70 {margin-bottom: 70px!important;}
.m-b-75 {margin-bottom: 75px!important;}
.m-b-80 {margin-bottom: 80px!important;}
.m-b-90 {margin-bottom: 90px!important;}
.m-b-100 {margin-bottom: 100px!important;}

/* --- margin-left --- */
.m-l-0 {margin-left: 0!important;}
.m-l-5 {margin-left: 5px!important;}
.m-l-10 {margin-left: 10px!important;}
.m-l-15 {margin-left: 15px!important;}
.m-l-20 {margin-left: 20px!important;}
.m-l-25 {margin-left: 25px!important;}
.m-l-30 {margin-left: 30px!important;}
.m-l-45 {margin-left: 45px;}

/* --- margin-right --- */
.m-r-0 {margin-right: 0!important;}
.m-r-5 {margin-right: 5px!important;}
.m-r-10 {margin-right: 10px!important;}
.m-r-15 {margin-right: 15px!important;}
.m-r-20 {margin-right: 20px!important;}
.m-r-25 {margin-right: 25px!important;}
.m-r-30 {margin-right: 30px!important;}
.m-r-40 {margin-right: 40px!important;}
.m-r-50 {margin-right: 50px!important;}

/* --- negative margin --- */
.m-t--50 {
  margin-top: -50px;
}
.m-t--70 {
  margin-top: -70px;
}

/* --- font-size --- */
.f-s-8 {font-size: 8px!important; line-height: 10px;}
.f-s-9 {font-size: 9px!important; line-height: 13px;}
.f-s-10 {font-size: 10px!important; line-height: 16px;}
.f-s-11 {font-size: 11px!important; line-height: 17px;}
.f-s-12 {font-size: 12px!important; line-height: 18px;}
.f-s-13 {font-size: 13px!important; line-height: 19px;}
.f-s-14 {font-size: 14px!important; line-height: 20px;}
.f-s-15 {font-size: 15px!important; line-height: 21px;}
.f-s-16 {font-size: 16px!important; line-height: 22px;}
.f-s-17 {font-size: 17px!important; line-height: 25px;}
.f-s-18 {font-size: 18px!important; line-height: 26px;}
.f-s-19 {font-size: 19px!important; line-height: 27px;}
.f-s-20 {font-size: 20px!important; line-height: 28px;}
.f-s-22 {font-size: 22px!important;}
.f-s-25 {font-size: 25px!important; line-height: normal;}
.f-s-26 {font-size: 26px!important; line-height: 30px;}
.f-s-28 {font-size: 28px!important;}
.f-s-30 {font-size: 30px!important; line-height: 38px;}
.f-s-35 {font-size: 35px!important; line-height: 43px;}
.f-s-40 {font-size: 40px!important; line-height: 48px;}
.f-s-42 {font-size: 42px!important; line-height: 50px;}
.f-s-45 {font-size: 45px!important; line-height: 53px;}
.f-s-50 {font-size: 50px!important; line-height: 58px;}
.f-s-55 {font-size: 55px!important; line-height: 62px;}
.f-s-60 {font-size: 60px!important; line-height: 65px;}
.f-s-65 {font-size: 65px!important; line-height: 70px;}
.f-s-70 {font-size: 70px!important; line-height: 75px;}
.f-s-80 {font-size: 80px!important; line-height: 85px;}
.f-s-90 {font-size: 90px!important; line-height: 95px;}
.f-s-100 {font-size: 100px!important; line-height: 100px;}
.f-s-150 {font-size: 150px!important; line-height: 130px;}

/* --- font-weight --- */
.f-w-100 {font-weight: 100;}
.f-w-300 {font-weight: 300!important;}
.f-w-400 {font-weight: 400!important;}
.f-w-500 {font-weight: 500!important;}
.f-w-600 {font-weight: 600!important;}
.f-w-700 {font-weight: 700!important;}
.f-w-800 {font-weight: 800!important;}
.f-w-900 {font-weight: 900!important;}

/* --- padding --- */
.no-padding { padding: 0!important;}
.p-10 {padding: 10px 0!important;}
.p-15 {padding: 15px 0!important;}
.p-20 {padding: 20px 0!important;}
.p-25 {padding: 25px 0!important;}
.p-30 {padding: 30px 0!important;}
.p-40 {padding: 40px 0!important;}
.p-50 {padding: 50px 0!important;}
.p-60 {padding: 60px 0!important;}
.p-70 {padding: 70px 0!important;}
.p-80 {padding: 80px 0!important;}
.p-90 {padding: 90px 0!important;}
.p-100 {padding: 100px 0!important;}
.p-110 {padding: 110px 0!important;}
.p-120 {padding: 120px 0!important;}
.p-130 {padding: 130px 0!important;}
.p-140 {padding: 140px 0!important;}
.p-150 {padding: 150px 0!important;}

/* --- padding top --- */
.p-t-0 { padding-top: 0!important;}
.p-t-10 { padding-top: 10px!important;}
.p-t-15 { padding-top: 15px!important;}
.p-t-20 { padding-top: 20px!important;}
.p-t-25 { padding-top: 25px!important;}
.p-t-30 { padding-top: 30px!important;}
.p-t-40 { padding-top: 40px;}
.p-t-50 { padding-top: 50px!important;}
.p-t-55 { padding-top: 55px!important;}
.p-t-60 { padding-top: 60px!important;}
.p-t-70 { padding-top: 70px!important;}
.p-t-80 { padding-top: 80px!important;}
.p-t-85 { padding-top: 85px!important;}
.p-t-90 { padding-top: 90px!important;}
.p-t-100 { padding-top: 100px!important;}
.p-t-110 { padding-top: 110px!important;}
.p-t-120 { padding-top: 120px!important;}
.p-t-130 { padding-top: 130px!important;}
.p-t-140 { padding-top: 140px!important;}
.p-t-150 { padding-top: 150px!important;}

/* --- padding right --- */
.p-r-0 { padding-right: 0!important;}
.p-r-5 { padding-right: 5px!important;}
.p-r-10 { padding-right: 10px!important;}
.p-r-20 { padding-right: 20px!important;}
.p-r-30 { padding-right: 30px!important;}
.p-r-40 { padding-right: 40px!important;}
.p-r-50 { padding-right: 50px!important;}

/* --- padding bottom --- */
.p-b-0 { padding-bottom: 0!important;}
.p-b-10 { padding-bottom: 10px!important;}
.p-b-20 { padding-bottom: 20px!important;}
.p-b-25 { padding-bottom: 25px!important;}
.p-b-30 { padding-bottom: 30px!important;}
.p-b-35 { padding-bottom: 35px!important;}
.p-b-40 { padding-bottom: 40px!important;}
.p-b-50 { padding-bottom: 50px!important;}
.p-b-55 { padding-bottom: 55px!important;}
.p-b-60 { padding-bottom: 60px!important;}
.p-b-65 { padding-bottom: 65px!important;}
.p-b-70 { padding-bottom: 70px!important;}
.p-b-80 { padding-bottom: 80px!important;}
.p-b-90 { padding-bottom: 90px!important;}
.p-b-100 { padding-bottom: 100px!important;}
.p-b-110 { padding-bottom: 110px!important;}
.p-b-120 { padding-bottom: 120px!important;}
.p-b-130 { padding-bottom: 130px!important;}
.p-b-140 { padding-bottom: 140px!important;}
.p-b-145 { padding-bottom: 145px!important;}
.p-b-150 { padding-bottom: 150px!important;}
.p-b-160 { padding-bottom: 160px!important;}
.p-l-0 { padding-left: 0!important;}
.p-l-10 { padding-left: 10px!important;}
.p-l-20 { padding-left: 20px!important;}
.p-l-30 { padding-left: 30px!important;}
.p-l-40 { padding-left: 40px!important;}
.p-l-50 { padding-left: 50px!important;}

/* --- float --- */
.float-l { float: left;}
.float-r { float: right;}

/* --- borders --- */
.no-border { border: none!important;}
.border-top-1 { border-top: 1px solid rgb(239, 239, 239);}
.border-btm-1 { border-bottom: 1px solid rgb(239, 239, 239);}

/* --- overflow --- */
.no-overflow {
  overflow: hidden!important;
}

/* --- float reset --- */
.no-float {
  float: none!important;
}

/* --- display none --- */
.no-display {
  display: none;
}

/* --- rounded --- */
.rounded {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

/* --- Underline --- */
.underline {
  border-bottom: 1px solid rgba(56, 150, 230, 0.5);
  padding-bottom: 8px;
}
/* bg-colors */
.bg-gray {
  background-color: #f5f5f5;
}
.bg-gray-light {
  background-color: #f9f9f9;
}

/* -------------------------------------- */
/* 02. Global Reset
/* -------------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol,h1, h2, h3, h4, h5, h6, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
p:last-child{clear: both;}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
a img { border:none }
img { vertical-align:middle; }
strong, b, strong *, b * { font-weight: bold; } em, i, em *, i * { font-style: italic; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------------------------------------------------------------------------*/
/* 2. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/

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

html,body {
  height: 100%!important;
  width: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  background-color: #fbfbfb;
  /* background-color: #f5f0f0; */
  color: #43444d;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}
/* Standard Headings h1-h6 */
h1 {
  font-size: 40px;
  font-weight:300;
  color:#111;
  padding: 20px 0;
}

h2 {
  font-size: 34px;
  font-weight:300;
  color:#111;
}

h3 {
  font-size: 24px;
  font-weight:300;
  color:#111;
  padding: 10px 0;
}

h4 {
  font-size: 18px;
  font-weight:400;
  color:#111;
  padding: 7px 0;
}

h5 {
  font-size: 16px;
  font-weight:400;
  color:#111;
  padding: 7px 0;
}

h6 {
  font-size: 14px;
  font-weight:400;
  color:#111;
  padding: 7px 0;
}
p {
  line-height: 25px;
}
img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  line-height: inherit;
  color: #3f77bf;
  /* -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}
a:visited, a:hover {
  /* color: #999; */
  outline: 0;
}

iframe {
  border: 0 !important;
  width: 100%;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

figure {
  margin: 0;
}

#wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  /* margin: 0 15px;
  padding: 15px 0; */
}
#mtvvc-wrapper {
    overflow: hidden;
}

/* --------- 1.1 Input Elements ---------- */

input, textarea {
  border: 1px solid #e1e1e1;
  padding: 10px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 3px;
}

input {
  height: 40px;
  margin: 3px 0;
  outline: none;
  line-height: normal;
  font-size: 14px;
}

input[type="submit"] {
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  padding-top: 0;
  padding-bottom: 0;
}

select {
  border: 1px solid #e1e1e1;
  height: 40px;
  padding: 5px;
}

input:focus, textarea:focus {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

*:focus {
  outline: none!important;
}

/* ---- 04.4 Overlay Settings ---- */
.overlay,
.geniux-overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* pattern home hero */
.overlay-ptn1 {
  background-image: url(./assets/images/patterns/asfalt-light.png);
  background-repeat: repeat;
}
.overlay-ptn2 {
  background-image: url(./assets/images/patterns/pixel-heart.png);
  background-repeat: repeat;
}
.overlay-ptn3 {
  background-image: url(./assets/images/patterns/shattered.png);
  background-repeat: repeat;
}
#section-5-home {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='1050' preserveAspectRatio='none' viewBox='0 0 1440 1050'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1088%26quot%3b)' fill='none'%3e%3crect width='1440' height='1050' x='0' y='0' fill='url(%23SvgjsRadialGradient1089)'%3e%3c/rect%3e%3cpath d='M1309.838%2c531.805C1328.026%2c531.81%2c1344.262%2c521.556%2c1353.745%2c506.036C1363.69%2c489.76%2c1367.178%2c469.598%2c1358.097%2c452.825C1348.617%2c435.315%2c1329.731%2c424.074%2c1309.838%2c424.941C1291.182%2c425.754%2c1277.238%2c440.31%2c1268.351%2c456.734C1259.962%2c472.237%2c1257.444%2c490.587%2c1265.97%2c506.015C1274.764%2c521.927%2c1291.658%2c531.8%2c1309.838%2c531.805' fill='rgba(152%2c 155%2c 218%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M797.862%2c658.66C824.795%2c657.213%2c845.293%2c637.259%2c858.569%2c613.781C871.595%2c590.746%2c876.475%2c563.818%2c864.968%2c539.988C851.786%2c512.691%2c828.112%2c490.018%2c797.862%2c488.066C764.354%2c485.904%2c730.061%2c500.822%2c713.869%2c530.238C698.126%2c558.837%2c706.833%2c593.65%2c724.702%2c620.971C740.796%2c645.577%2c768.502%2c660.237%2c797.862%2c658.66' fill='rgba(152%2c 155%2c 218%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M211.94%2c533.17C269.222%2c534.323%2c328.052%2c510.056%2c354.153%2c459.053C378.63%2c411.222%2c353.552%2c357.206%2c325.415%2c311.432C299.031%2c268.51%2c262.228%2c230.796%2c211.94%2c227.7C156.245%2c224.271%2c99.639%2c247.679%2c71.379%2c295.794C42.804%2c344.445%2c50.559%2c404.974%2c79.307%2c453.523C107.47%2c501.083%2c156.678%2c532.058%2c211.94%2c533.17' fill='rgba(152%2c 155%2c 218%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M93.95%2c337.415C136.395%2c334.226%2c164.323%2c297.66%2c184.81%2c260.35C204.303%2c224.851%2c216.647%2c183.765%2c198.083%2c147.771C178.101%2c109.029%2c137.537%2c83.626%2c93.95%2c84.185C51.225%2c84.733%2c16.732%2c113.991%2c-5.659%2c150.383C-29.437%2c189.03%2c-45.428%2c235.998%2c-24.098%2c276.048C-1.754%2c318.002%2c46.551%2c340.977%2c93.95%2c337.415' fill='rgba(152%2c 155%2c 218%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1415.42%2c324.214C1467.488%2c325.184%2c1510.363%2c288.652%2c1537.107%2c243.967C1564.732%2c197.81%2c1580.451%2c140.54%2c1553.054%2c94.248C1526.024%2c48.575%2c1468.479%2c39.541%2c1415.42%2c38.355C1359.436%2c37.103%2c1294.315%2c39.132%2c1266.697%2c87.846C1239.274%2c136.216%2c1271.729%2c192.513%2c1301.341%2c239.575C1328.368%2c282.529%2c1364.68%2c323.269%2c1415.42%2c324.214' fill='rgba(152%2c 155%2c 218%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M885.1%2c666.404C946.425%2c662.824%2c984.612%2c606.132%2c1013.279%2c551.802C1039.512%2c502.085%2c1056.717%2c443.621%2c1028.215%2c395.17C1000.015%2c347.231%2c940.718%2c333.963%2c885.1%2c333.905C829.354%2c333.847%2c772.482%2c348.548%2c741.47%2c394.872C706.868%2c446.558%2c698.996%2c513.472%2c728.079%2c568.453C758.994%2c626.898%2c819.094%2c670.258%2c885.1%2c666.404' fill='rgba(152%2c 155%2c 218%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1088'%3e%3crect width='1440' height='720' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cradialGradient cx='50%25' cy='100%25' r='1018.23' gradientUnits='userSpaceOnUse' id='SvgjsRadialGradient1089'%3e%3cstop stop-color='rgba(239%2c 239%2c 239%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 1)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
}
/* SPUNTA VERDE HOME */
ul.help-li li {
  margin: 15px 0;
  padding-left: 50px;
  background-repeat: no-repeat;
}

.help-li li {
  background-position: top left;
  background: url(./assets/images/site/spunta.png) no-repeat;
  min-height: 50px;
  margin-bottom: 25px;
}
.help-li li span {
  position: relative;
  top: 10px;
  font-weight: 500;
  font-size: 20px;
}

p.spunta-mini {
  background-position: top left;
  background: url(./assets/images/site/spunta.png) no-repeat;
  min-height: 50px;
  margin: 15px 0;
  padding-left: 50px;
  background-repeat: no-repeat;
}
/* ---- 04.5 Overlay Colors ---- */

/* overlay dark */
.dark--9 {
  background-color: rgba(17, 17, 17, 0.9);
}
.dark--8 {
  background-color: rgba(17, 17, 17, 0.8);
}
.dark--7 {
  background-color: rgba(17, 17, 17, 0.7);
}
.dark--6 {
  background-color: rgba(17, 17, 17, 0.6);
}
.dark--5 {
  background-color: rgba(17, 17, 17, 0.5);
}
.dark--4 {
  background-color: rgba(17, 17, 17, 0.4);
}
.dark--3 {
  background-color: rgba(17, 17, 17, 0.3);
}
.dark--2 {
  background-color: rgba(17, 17, 17, 0.2);
}

/* overlay white */
.white--9 {
  background-color: rgba(255, 255, 255, 0.9);
}
.white--8 {
  background-color: rgba(255, 255, 255, 0.8);
}
.white--7 {
  background-color: rgba(255, 255, 255, 0.7);
}
.white--6 {
  background-color: rgba(255, 255, 255, 0.6);
}
.white--5 {
  background-color: rgba(255, 255, 255, 0.5);
}
.white--4 {
  background-color: rgba(255, 255, 255, 0.4);
}
.white--3 {
  background-color: rgba(255, 255, 255, 0.3);
}
.white--2 {
  background-color: rgba(255, 255, 255, 0.2);
}

/* overlay blue default */
.blue--9 {
  background-color: rgba(33, 61, 74, 0.9);
}
.blue--8 {
  background-color: rgba(33, 61, 74, 0.8);
}
.blue--7 {
  background-color: rgba(33, 61, 74, 0.7);
}
.blue--6 {
  background-color: rgba(33, 61, 74, 0.6);
}
.blue--5 {
  background-color: rgba(33, 61, 74, 0.5);
}
.blue--4 {
  background-color: rgba(33, 61, 74, 0.4);
}
.blue--3 {
  background-color: rgba(33, 61, 74, 0.3);
}
.blue--9 {
  background-color: rgba(33, 61, 74, 0.9);
}

/* overlay blue primary */
.primary--9 {
  background-color: rgba(54, 108, 155, 0.9);
}
.primary--8 {
  background-color: rgba(54, 108, 155, 0.8);
}
.primary--7 {
  background-color: gba(54, 108, 155, 0.7);
}
.primary--6 {
  background-color: gba(54, 108, 155, 0.6);;
}
.primary--5 {
  background-color: gba(54, 108, 155, 0.5);
}
.primary--4 {
  background-color: gba(54, 108, 155, 0.4);
}
.primary--3 {
  background-color: gba(54, 108, 155, 0.3);
}

/* overlay orange primary */
.orange--9 {
  background-color: rgba(247, 127, 0, 0.9);
}
.orange--8 {
  background-color: rgba(247, 127, 0, 0.8);
}
.orange--7 {
  background-color: rgba(247, 127, 0, 0.7);
}
/* ####### Base structure ####### */

/*------------------------------------------------------------------------------------------*/
/* 7. Preloader */
/*------------------------------------------------------------------------------------------*/


/*Preloader*/


/*--------------------------------------------------------------------------
Intro page - front.page.php
--------------------------------------------------------------------------*/
.logo-mini,
.link-img {
  width: auto;
}
.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.strike > span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  letter-spacing: 2px;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #ebebeb;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

/* DISPLAY CATEGORIES LIST INLINE */
li.categories, li.categories ul {
  text-align: center;
}
li.categories {
  font-size: 1.1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: transparent;
}
li.categories::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px; // suit your need
  background: black; // suit your need
  top: 100%;
  left: 0;
}

li.categories ul:not(:nth-child(2)) {
  padding-top: 0;
}
li.categories ul li.cat-item {
  padding: 0 7px;
  display: -webkit-inline-box;
  font-size: 16px;
}
li.categories ul li.cat-item a {
  text-decoration: none;
  line-height: inherit;
  color: #3f77bf;
}
li.categories ul li.cat-item a:hover {
  text-decoration: none;
  line-height: inherit;
  color: #e6486d;
}


/* 1.0 - Main Slider
-------------------------------------------------------------- */
html,
body,
#main-slider .carousel,
#main-slider .carousel-inner,
#main-slider .carousel-inner .carousel-item {
  height: 350px;
}

#main-slider {
  position: relative;
  margin-top: 0px;
}
@media(max-width:767px) {
  #main-slider {
  }
}
#main-slider .carousel h2 {
  font-size: 72px;
  line-height:60px;
  color:#FFF;
  text-transform:uppercase;
  margin-top:20%;
  font-weight:700;
  padding-left:0;
}
#main-slider .carousel p {
  font-size: 24px;
  line-height:24px;
  color:#FFF;
  text-transform:uppercase;
  font-weight:400;
  padding-left:0;
}
/* #main-slider .carousel .btn {
color: #fff;
border-radius: 0;
margin-top: 5px;
}
#main-slider .carousel .btn:hover {
background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.8);
display: inline-block;
} */
#main-slider .carousel .carousel-item {
  background-position: 50%;
  left: 0 !important;
  opacity: 0!important;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#main-slider .carousel .carousel-item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .carousel-item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .carousel-control-prev,
#main-slider .carousel-control-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
  outline: 0;
}
#main-slider .carousel-control-prev:hover,
#main-slider .carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}

@media(max-width:767px) {
  #main-slider .carousel h2 {
    font-size: 42px;
    line-height:36px;
    color:#FFF;
    text-transform:uppercase;
    margin-top:30%;
    font-weight:700;
    padding-left:0;
  }
}

/* Main SLider - align middle carousel caption */
#main-slider .carousel-caption {
  position: absolute;
  right: 5%;
  top: 50%!important;
  transform: translateY(-50%)!important;
  left: 5%;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* prevent blurry elements */
#main-slider .carousel-item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*--------------------------------------------------------------------------
Single tappa layout
--------------------------------------------------------------------------*/

.section-breadcrumbs {
  background: #253046;
  padding: 20px 0;
}

/* image with border */
.product-image-large {
  border: 8px solid #FFF;
  text-align: center;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff, 0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff, 0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
}
/* image with border */
.pic-border {
  border: 3px solid #FFF;
  text-align: center;
  margin-bottom: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff, 0 0 5px #bfc5d8;
  -moz-box-shadow: inset 0 1px #fff,0 0 5px #bfc5d8;
  box-shadow: inset 0 1px #fff, 0 0 5px #bfc5d8;
  color: inset 0 1px #fff,0 0 5px #bfc5d8;
}

/* Portfolio Grid and Hover Effects */

.grid-tappe {
  padding: 20px 0 100px 0;
  max-width: 1300px;
  margin: 0 auto;
  list-style: none;
  text-align: left;
}

.grid-tappe figure {
  margin: 0;
  position: relative;
  margin-top:20px;
}

.grid-tappe figure img {
  max-width: 100%;
  display: block;
  position: relative;
}

.grid-tappe figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #000;
  color: #ed4e6e;
}

.grid-tappe figcaption h3 {
  font-size:18px;
  text-transform:uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
}

.grid-tappe figcaption a {
  text-align: center;
  padding: 5px 10px;
  border-radius: 0;
  display: inline-block;
  background: #ed4e6e;
  color: #fff;
}


.cs-style-3 figure {
  overflow: hidden;
}

.cs-style-3 figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.cs-style-3 figcaption {
  height: 80px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* Caption Style 2 */
.cs-style-2 figure img {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}

.cs-style-2 figcaption {
  height: 90px;
  width: 100%;
  top: auto;
  bottom: 0;
}

.cs-style-2 figcaption a {
  position: absolute;
  right: 20px;
  top: 30px;
}

/* .center-row {
	display:table;
}
.center {
	display:table-cell;
    vertical-align:middle;
    float:none;
} */

.container.custom-h70 {
  height: 70vh;
}

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.mtvvc-banner {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.row-banner {
  padding-top: 0!important;
}
.banner-link {
  line-height: 1.6;
  margin-bottom: 10px;
}
.mtvvc-banner .banner-link a{
  color: #ffa500!important;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.mtvvc-banner .banner-link a:hover{
  color: #eccc92!important;
}
.mtvvc-banner .banner-link i{
  color: #fff;
  position: relative;
  bottom: -5px;
}
.bg-dark {
    background-color: #343a40!important;
}
.bg-bluette {
    background-color: #152f52!important;
}
.text-orange {
  color: #ffa500!important;
}
/*--------------------------------------------------------------------------
+	Buttons Style
--------------------------------------------------------------------------*/
/* SMALL BUTTON */
.btn {
  background: #3f77bf;
  border: 1px solid #3f77bf;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: inherit;
  line-height: 30px;
  padding: 2 16px;
  -webkit-transition: all 0.2s linear!important;
  -moz-transition: all 0.2s linear!important;
  -o-transition: all 0.2s linear!important;
  transition: all 0.2s linear!important;
}
.btn:hover {
  background: #2b60a4;
  color: #fff;
}

/* 404 btn */
.go-home a.btn {
  background: #f4fcff;
  border: 1px solid #f4fcff;
  border-radius: 0;
  box-shadow: none;
  box-shadow: 0px 0px 0 #969696, 1px 1px 1px #aba8a8;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 10px;
  height: inherit;
  letter-spacing: 1px;
  line-height: 27px;
  padding: 10px 20px;
  -webkit-transition: all 0.2s linear!important;
  -moz-transition: all 0.2s linear!important;
  -o-transition: all 0.2s linear!important;
  transition: all 0.2s linear!important;
  position: relative;
  bottom: -25px;
 }
}
.go-home a.btn:hover {
  background: #2b60a4;
  color: #fff;
}


button {
  padding: 7px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
button:hover {
  color: #fff;
}

.btn-common {
  color: #FFF;
  background: #ff5959;
  position: relative;
  border: transparent;
  z-index: 1;
}
.btn-common:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  z-index: -1;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-radius:before {
  border-radius: 5px 0px 0px 5px;
}
.btn-round {
  border-radius: 1.5em;
}
.btn-outline {
  border: 2px solid #1494e0;
  color: #1494e0;
}
.btn-outline:hover {
  background: #1494e0;
  color: #fff;
  border: 2px solid transparent;
}
.btn-outline:hover a {
  color: #fff;
}
.btn-common:hover:before {
  width: 100%;
}
.btn-border {
  background: #54acda;
  border: 2px solid #fff;
}
.btn-border a {
  color: #fff;
}
.btn-border:hover {
  background: #1494e0;
  border: 2px solid #ffffff;
  color: #fff;
}

.btn-lg {
  padding: 7px 14px;
  text-transform: uppercase;
  font-size: 13px;
}
.btn-xs {
  font-size: 11px;
  padding: 10px 12px;
}
.btn-sm {
  padding: 12px 15px;
}
.btn-md {
  font-size: 15px;
  padding: 12px 25px;
}

/* mtvvc-btn */
.mtvvc-btn {
  display: inline-block;
  min-width: 125px;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  padding: 0 20px;
  margin: 5px 2px 5px 0;
  font-size: 12px;
  font-weight: 600!important;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
          transition: all 0.3s;
}
/* button blue */
.mtvvc-btn-blue {
  color: #ffffff;
  background-color: #366c9b;
  border: 1px solid #366c9b;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.mtvvc-btn-blue:hover {
  background-color: #3896e6;
  border: 1px solid #3896e6;
  color: #fff;
}
/* white bg button */
.mtvvc-btn-white {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  color: #444;
}
.mtvvc-btn-white:hover {
  background-color: #1f7fd1;
  border: 1px solid #1f7fd1;
  color: #fff;
}
/* orange bg button */
.mtvvc-btn-orange .ihc-level-item-link{
  margin-top: 0;
  color: #fff;
}
.mtvvc-btn-orange {
  background-color: #FF8C00;
  border: 3px solid #f0f0f0;
  color: #fff!important;
}
.mtvvc-btn-orange:hover {
  background-color: #FF4500;
  border: 3px solid #f0f0f0;
  color: #fff;
}
/* transparent to white button */
.mtvvc-btn-transparent-white {
  font-size: 12px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 32px;
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 0
}
.mtvvc-btn-transparent-white.focus,
.mtvvc-btn-transparent-white:focus,
.mtvvc-btn-transparent-white:hover {
  color: #3896e6;
  background: #fff;
  border-color: #fff;
}
/* Theme Buttons Size */
.mtvvc-btn.btn-large {
  padding: 0px 30px;
  font-size: 14px;
  line-height: 50px;
}
.mtvvc-btn.btn-small {
  padding: 0 17px;
  font-size: 14px!important;
  line-height: 34px;
}
.mtvvc-btn.btn-xsmall {
  padding: 0 14px;
  font-size: 10px!important;
  height: 30px;
  line-height: 30px;
}

/* mtvvc-btn PULSING BUTTON */
.pulsingButton {
  width: 220px;
  text-align: center;
  white-space: nowrap;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: bold;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

#brush-banner, .brush-banner {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-image: url('https://www.mollotuttoevadoavivereincamper.com/wp-content/uploads/2021/11/brush1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
#brush-banner2 {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-image: url('https://www.mollotuttoevadoavivereincamper.com/wp-content/uploads/2021/11/brush2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
#brush-banner3 {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-image: url('https://www.mollotuttoevadoavivereincamper.com/wp-content/uploads/2021/11/brush3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
#brush-banner-mini1 p {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-image: url('https://www.mollotuttoevadoavivereincamper.com/wp-content/uploads/2021/11/brush-mini-1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
#brush-banner-mini2 p {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-image: url('https://www.mollotuttoevadoavivereincamper.com/wp-content/uploads/2021/11/brush-mini-2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.brush-banner-rec {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-image: url('https://www.mollotuttoevadoavivereincamper.com/wp-content/uploads/2021/11/back-rec-1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.fa-orange {
  color: #f78002;
}


/* Comment-out to have the button continue to pulse on mouseover */

a.pulsingButton:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #ffffff;
}


/* Animation */

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
/* 3.0 - Card Columns
-------------------------------------------------------------- */
.card {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.card-columns .card {
    margin-bottom: 2rem;
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

@media (min-width: 576px) {
  .card-columns {
      column-gap: 2rem;
  }
}
@media (min-width: 34em) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 48em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 75em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/*--------------------------------------------------------------------------
+	Pagination Style (overrides Bootstrap style)
--------------------------------------------------------------------------*/

.pagination {
  display: block!important;
}
.pagination-wrapper {
  margin: 30px 0;
  text-align: center;
}
.pagination > li > a,
.pagination > li > span {
  color: #343a40;
  font-size: 15px;
  padding: 5px 0;
  font-weight: 600;
  margin-right: 13px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination > li > a:before,
.pagination > li > span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #8fc1da;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination > li > a:hover::before,
.pagination > li > a:focus::before,
.pagination > .active > a:hover::before,
.pagination > .active > span:hover::before {
  width: 100%!important;
}
/* .pagination > li > a:hover {
  border-bottom: 3px solid #666666;
}*/
.pagination > li > a.page-numbers.current,
.pagination > li > span.page-numbers.current {
  color: #3d73c8!important;
}
.pagination > .disabled > a {
  border-color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  margin-bottom: 0;
  color: #C9C9C9;
  background-color: #FFF;
  cursor: default;
}

/* ####### Base structure ####### */

/* 4.0 - Header
-------------------------------------------------------------- */

.dany-logo {
  width: 15rem;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#hero-small {
  position: relative;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px!important;
  width: 90%;
  margin: 30px auto;
}
#hero-home {
  position: relative;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  /* z-index: -1; */
}
#section-2-intro {
  position: relative;
  background: rgb(230,73,109);
  background: -moz-linear-gradient(180deg, rgba(230,73,109,1) 0%, rgba(219,61,96,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(230,73,109,1) 0%, rgba(219,61,96,1) 100%);
  background: linear-gradient(180deg, rgba(230,73,109,1) 0%, rgba(219,61,96,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6496d",endColorstr="#db3d60",GradientType=1);
}
#section-2-home {
  background-image: url(./assets/images/patterns/pixel-heart.png);
  background-repeat: repeat;
}
#hero-home.hero-bg,
#section-3-home {
  position: relative;
  background: rgb(117,189,171);
  background: -moz-linear-gradient(180deg, rgba(117,189,171,1) 0%, rgba(134,220,198,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(117,189,171,1) 0%, rgba(134,220,198,1) 100%);
  background: linear-gradient(180deg, rgba(117,189,171,1) 0%, rgba(134,220,198,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#75bdab",endColorstr="#86dcc6",GradientType=1);
}
#section-6-home {
  position: relative;
  background: rgb(230,73,109);
  background: -moz-linear-gradient(180deg, rgba(230,73,109,1) 0%, rgba(219,61,96,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(230,73,109,1) 0%, rgba(219,61,96,1) 100%);
  background: linear-gradient(180deg, rgba(230,73,109,1) 0%, rgba(219,61,96,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6496d",endColorstr="#db3d60",GradientType=1);
}
#section-7-home {
  position: relative;
  background: rgb(247,127,0);
  background: -moz-linear-gradient(180deg, rgba(247,127,0,1) 0%, rgba(221,115,3,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(247,127,0,1) 0%, rgba(221,115,3,1) 100%);
  background: linear-gradient(180deg, rgba(247,127,0,1) 0%, rgba(221,115,3,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f77f00",endColorstr="#dd7303",GradientType=1);
}
#section-8-home {
  position: relative;
  background: rgb(2,0,36);
  background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(154,154,210,1) 0%, rgba(2,175,210,1) 100%);
  background: -webkit-linear-gradient(
0deg, rgba(2,0,36,1) 0%, rgba(154,154,210,1) 0%, rgba(2,175,210,1) 100%);
  background: linear-gradient(
0deg, rgba(2,0,36,1) 0%, rgba(154,154,210,1) 0%, rgba(2,175,210,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#02afd2",GradientType=1);
}
#section-info-home {
  background-image: url(./assets/images/patterns/palm-leaf-2.png);
  background-repeat: repeat;
}


.headerimage {
  display: block;
  margin: 135px auto 0 auto;
}
.site-branding {
  text-align: center;
}
h1.site-title {
  clear: both;
  font-size: 2em;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
  -webkit-text-fill-color: #3f77bf!important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3f77bf;
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.90);
}
.site-description {
  color: #040507;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
}
a.bounce {
  position: absolute;
  bottom: 0;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  z-index: 3;
}

/* HERO 404 PAGE */
/* ----------------------------------------------------------------------------- */
/* Hero and background animation
/* ----------------------------------------------------------------------------- */
.logo-wrapper {
  margin-top: 30px;
}
.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}
.view .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  border: 1px solid #3f77bf6b;
  box-shadow: inset 0px 0px 7px #000;
  -webkit-box-shadow: inset 0px 0px 7px #427994;
  -moz-box-shadow: inset 0px 0px 7px #000;
  -o-box-shadow: inset 0px 0px 7px #000;
}
@-webkit-keyframes animazionebg {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}

@keyframes animazionebg {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}
#nuvole {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(./assets/images/nuvole-big.jpg);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  -webkit-animation: animazionebg 100s linear infinite; /* Safari and Chrome */
  animation: animazionebg 100s linear infinite;
  background-color: #c1deee;
}
#villaggio  {
  width: 100%;
  height: 100%;
  background-image: url(./assets/images/villaggio2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*-webkit-animation: animazionebg 10s linear infinite;
  animation: animazionebg 10s linear infinite;*/
}
#mongolfiere {
  width: 100%!important;
  height: 300px;
  position: absolute;
  background-image: url(./assets/images/volo.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  -webkit-animation: animazione_volo 50s linear infinite; /* Safari and Chrome */
  animation: animazione_volo 50s linear infinite;
}
/* Safari and Chrome */
@-webkit-keyframes animazione_volo {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}
/* Firefox */
@keyframes animazione_volo {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}


@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
.gnx-shadow {
  text-shadow: 2px 4px 3px rgba(255, 255, 255, 0.75);
}

#hero h1 {
  -webkit-text-fill-color: #3f77bf!important; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3f77bf;
  margin-bottom: 20px;
}
.handwrite {
  font-family: 'Reenie Beanie', cursive;
}
.shortstack {
  font-family: 'Short Stack', cursive;
}
.crafty {
  font-family: 'Crafty Girls', cursive;
}
.bg-symphony {
  background-image: url("assets/img/symphony.png");
  background-repeat: repeat repeat;
  background-size: 198px 198px!important;
}
.bg-blue {
  background-color: #f7fcff;
}
.hero-caption p {
  line-height: 1;
  color: #fff;
}
img.dany {
  width: 70%;
  margin-top: 15px;
}

.hero-caption h1 {
  font-size: 65px;
  font-weight: 900;
  line-height: 60px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
  color: #fff;
  /* -webkit-text-fill-color: #3f77bf;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3f77bf; */
}

/* ----------------------------------------------------------------------------- */
/* Hero and background animation
/* ----------------------------------------------------------------------------- */
#hero-small-2 {
  position: relative;
  background-color: #fff;
  /* background-image: url("./assets/images/villaggio.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  z-index: -1
}
#hero-small-2 .logo-wrapper {
  margin-top: 30px;
}
#hero-small-2 .view-2 {
  position: relative;
  overflow: hidden;
  cursor: default;
  position: relative;
    z-index: 9999!important;
}
#hero-small-2 .view-2 .mask-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}


#nuvole-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50px;
  background-image: url(./assets/images/nuvole-small.jpg);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  -webkit-animation: animazionebg 100s linear infinite; /* Safari and Chrome */
  animation: animazionebg 100s linear infinite;
  z-index: -1;
}
#villaggio-2  {
  width: 100%;
  height: 100%;
  background-image: url(./assets/images/villaggio2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  /*-webkit-animation: animazionebg 10s linear infinite;
  animation: animazionebg 10s linear infinite;*/
}
#mongolfiere-2 {
  width: 100%!important;
  height: 300px;
  position: absolute;
  top: -20px;
  background-image: url(./assets/images/volo-small.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  -webkit-animation: animazione_volo 50s linear infinite; /* Safari and Chrome */
  animation: animazione_volo 50s linear infinite;
}

/* Safari and Chrome */
@-webkit-keyframes animazione_volo {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}
/* Firefox */
@keyframes animazione_volo {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}

@-webkit-keyframes animazionebg {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}

@keyframes animazionebg {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}


/* .video-container { position:relative; padding-bottom:56.25%; padding-top:30px; height:100%; overflow:hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position:absolute; display: block; top:0; left:0; height:100% !important; min-width: 100%; min-height: 100%; z-index: 1000; overflow: hidden; padding: 100px 100px 100px 100px ; }  */
.cta-video-container, video.wp-video-shortcode, #mtvvc-cta-video .mejs-container, #mtvvc-cta-video .mejs-overlay.load {
      width: 100% !important;
      height: 100% !important;
  }
  .mejs-container {
      padding-top: 56.25%;
  }
  .wp-video, video.wp-video-shortcode {
      max-width: 100% !important;
  }
  video.wp-video-shortcode {
      position: relative;
  }
  .mejs-mediaelement {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
  }
  .mejs-controls {
      display: none;
  }
  .mejs-overlay-play {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto !important;
      height: auto !important;
  }

#Clouds {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 30%;
  overflow: hidden;
  padding: 50px 0 90px 0;
  -webkit-animation: FadeIn 3s ease-out;
          animation: FadeIn 3s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Cloud {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 70px;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: Float, FadeFloat;
          animation-name: Float, FadeFloat;
  z-index: 0!important;
}
.Cloud.Foreground {
  height: 10%;
  min-height: 20px;
  z-index: 3;
}
.Cloud.Background {
  height: 9.09090909%;
  min-height: 8px;
  -webkit-animation-duration: 210s;
          animation-duration: 210s;
}
@-webkit-keyframes Float {
  from {
    -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  to {
    -webkit-transform: translateX(-15%) translateZ(0);
            transform: translateX(-15%) translateZ(0);
  }
}
@keyframes Float {
  from {
    -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  to {
    -webkit-transform: translateX(-15%) translateZ(0);
            transform: translateX(-15%) translateZ(0);
  }
}
/*
@keyframes Float {
  from { transform: translateX(100%) translateY(-100%) translateZ(0); }
  50% { transform: translateX(55%) translateY(0) translateZ(0); }
  to { transform: translateX(-5%) translateY(-100%) translateZ(0); }
}
*/
@-webkit-keyframes FadeFloat {
  0%,
  100% {
    opacity: 0;
  }
  5%,
  90% {
    opacity: 1;
  }
}
@keyframes FadeFloat {
  0%,
  100% {
    opacity: 0;
  }
  5%,
  90% {
    opacity: 1;
  }
}
.Cloud:nth-child(10) {
  -webkit-animation-delay: -184.61538462s;
          animation-delay: -184.61538462s;
  top: 60%;
}
.Cloud.Foreground:nth-child(10) {
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
  height: 35%;
}
.Cloud.Background:nth-child(10) {
  -webkit-animation-duration: 110s;
          animation-duration: 110s;
  height: -3.40909091%;
}
.Cloud:nth-child(9) {
  -webkit-animation-delay: -166.15384615s;
          animation-delay: -166.15384615s;
  top: 54%;
}
.Cloud.Foreground:nth-child(9) {
  -webkit-animation-duration: 84s;
          animation-duration: 84s;
  height: 32.5%;
}
.Cloud.Background:nth-child(9) {
  -webkit-animation-duration: 114s;
          animation-duration: 114s;
  height: -2.15909091%;
}
.Cloud:nth-child(8) {
  -webkit-animation-delay: -147.69230769s;
          animation-delay: -147.69230769s;
  top: 48%;
}
.Cloud.Foreground:nth-child(8) {
  -webkit-animation-duration: 88s;
          animation-duration: 88s;
  height: 30%;
}
.Cloud.Background:nth-child(8) {
  -webkit-animation-duration: 118s;
          animation-duration: 118s;
  height: -0.90909091%;
}
.Cloud:nth-child(7) {
  -webkit-animation-delay: -129.23076923s;
          animation-delay: -129.23076923s;
  top: 42%;
}
.Cloud.Foreground:nth-child(7) {
  -webkit-animation-duration: 92s;
          animation-duration: 92s;
  height: 27.5%;
}
.Cloud.Background:nth-child(7) {
  -webkit-animation-duration: 122s;
          animation-duration: 122s;
  height: 0.34090909%;
}
.Cloud:nth-child(6) {
  -webkit-animation-delay: -110.76923077s;
          animation-delay: -110.76923077s;
  top: 36%;
}
.Cloud.Foreground:nth-child(6) {
  -webkit-animation-duration: 96s;
          animation-duration: 96s;
  height: 25%;
}
.Cloud.Background:nth-child(6) {
  -webkit-animation-duration: 126s;
          animation-duration: 126s;
  height: 1.59090909%;
}
.Cloud:nth-child(5) {
  -webkit-animation-delay: -92.30769231s;
          animation-delay: -92.30769231s;
  top: 30%;
}
.Cloud.Foreground:nth-child(5) {
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  height: 22.5%;
}
.Cloud.Background:nth-child(5) {
  -webkit-animation-duration: 130s;
          animation-duration: 130s;
  height: 2.84090909%;
}
.Cloud:nth-child(4) {
  -webkit-animation-delay: -73.84615385s;
          animation-delay: -73.84615385s;
  top: 24%;
}
.Cloud.Foreground:nth-child(4) {
  -webkit-animation-duration: 104s;
          animation-duration: 104s;
  height: 20%;
}
.Cloud.Background:nth-child(4) {
  -webkit-animation-duration: 134s;
          animation-duration: 134s;
  height: 4.09090909%;
}
.Cloud:nth-child(3) {
  -webkit-animation-delay: -55.38461538s;
          animation-delay: -55.38461538s;
  top: 18%;
}
.Cloud.Foreground:nth-child(3) {
  -webkit-animation-duration: 108s;
          animation-duration: 108s;
  height: 17.5%;
}
.Cloud.Background:nth-child(3) {
  -webkit-animation-duration: 138s;
          animation-duration: 138s;
  height: 5.34090909%;
}
.Cloud:nth-child(2) {
  -webkit-animation-delay: -36.92307692s;
          animation-delay: -36.92307692s;
  top: 12%;
}
.Cloud.Foreground:nth-child(2) {
  -webkit-animation-duration: 112s;
          animation-duration: 112s;
  height: 15%;
}
.Cloud.Background:nth-child(2) {
  -webkit-animation-duration: 142s;
          animation-duration: 142s;
  height: 6.59090909%;
}
.Cloud:nth-child(1) {
  -webkit-animation-delay: -18.46153846s;
          animation-delay: -18.46153846s;
  top: 6%;
}
.Cloud.Foreground:nth-child(1) {
  -webkit-animation-duration: 116s;
          animation-duration: 116s;
  height: 12.5%;
}
.Cloud.Background:nth-child(1) {
  -webkit-animation-duration: 146s;
          animation-duration: 146s;
  height: 7.84090909%;
}
.Cloud {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKQAAABgCAYAAACTzNnjAAAFCklEQVR42u3d34uVRRjA8YMsEi0iSwhdRBGhSJgZiNRFIkWhQVEXBipKUVBBLCF6k0h4UxFkBLq4QT/Qiyi80EgxCjXMWqOMtqy0bBNja92yXatN3c3pGc9sHU/v+X3emWfe93vx+QN23u+e95x5Z94pmNWFQo5NEytErzgoBsSIOCf+FqbEBTEhzophcVTsFxvFEjE152PZHGMukbcB6BAPij0uqgtl0bXCBvyjeFPcS2wEWc0y0ec++Ywnf7rwbyc8grQ6RY8Y9RhhJT+Jde4TmghzFuR08bo4ryDEpE/N58QUYsx+kFPcD4yzCkMsZz+1uwkyu0HeKYYiCLHcN2I2QWYnSPudbHubfy37NuFu4wQZeZD2k2Uw4hDLHRZdBBnnH3K/5ykcX86IeQQZl6civ0XXYv/RlhJkHLZkOMTypz7dBKnbyzmJsfTZeTdB6vRszmIsjXI5QeryWMa/M9ZinzjdTJA63CLGcxzjpD/ElQQZfq3iKDFe8lSHIAPqI8L/6SHIMB4nvorTQQsI0v+teoz4KjpBkH7tIrqaNhCkH9cnbK5C8q/uywiSHzKabCLIdM3K+QR4o8YysfVWcZDvElnD1hNkOi5XuilLu5MlOyzni3vESnGfWCRuIMjm1zgSWPM7GWvNXdonXkdM8Q0dCwmytu8Iy/vK9B3iRoJMnghnqifc8jb7yXkXQf5nLWGo2WR2HUGuLrxPDKq25D6d9yBPE4I6/e6rVO6CnMpkuFq/eLmFKwtyMRde/dOg2XkKkvlH/X5P9ZNSWZBvcMGjMJza6iJlQe7nYkfjozwE+TkXOiprsx7kES5yVOzLYK/IcpA/cJGj806Wg/yaCxzlzsersxpkPxc4SruzGuQBLm603yU7DPOQUOSJWIK0E6j2lcvPm+JJVp+674oDbiFuv5t/fEXs5cJG65DmIO3KY3vG3yCLbXO1N1xVkB3uWfQQFye3rtUS5DN1bC5C9j0cOki7XOwUFwJOb6gg7TmCW1lMizI7QwQ5nW2qqGCv7yDtwsxfGXhU0OczyKvECIOOKvb5CnKa2+TDoKOat3wFyaIH1ONFH0H2MNCo00NpBzmXR39owIy0gzzOIKNOv6X9LHsZg4wGp3xsM/ZMoUfF3aaZ4++qBDnIIKMNzrsHKb11Lb6oEORtDCRSYB81f+vWxzYUJBv2kTYb5vx6gzzHgMHTjsUXagV5BwMFzz78d5NYQpDbGCAEcOzissaEIL9kcBDIx0lBsrwMIW0uD3KcQUHgqaEFpUGyLQGhnSgNkgGBBg8QJDQ5Phkky82g5bvkNQXDscDQY6MNcpiBgBL9NsjDDAS0LPq1Qb7EQECJicLFSUkGAkpMLgMaYzCgKci3GQxomPqZDPImBgMa9uOULifnDWcI7VRpkIsYEAR2sHwX2GcMCgJak/QKPh4lIsgcpOhM2iv7JIODAPqqvY7vPQYInlf6zKsWpN2iOMBAwZMD9bzSudPwvh+kr3gofJ0vve/ikxIp36pXNHosiD2j5gMGD2ksyG3lJK917qc5A4l2eNW04Wi5OaZ41DADilZu0xtMmw/fXCV+ZnDRoFFTfBdpaudlLxVfsXMRNYy7W3SH8XSAu/01bo8s/kL8xQWAM+JC7DIeDnCvZqZ4RGxxi3/3iUPOJ+5TtRXfG/v6jeadNMVjlqsZquG0uwU164ybg2vFuPuh2ax23tkm3N91VLwmbjVNvPT+H7Ro4730ITNPAAAAAElFTkSuQmCC);
}
.Cloud.Background {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAAqCAYAAAAUJM0rAAACFUlEQVRo3u3aPSwDYRzH8UZEbAYiYrDYjLZGpIPBJLGwSKwi0k1iYBKDdFJsEiMxSZgsFZJGiGjqJWEhSKuaNKRUG8r5PfI8SXOud72+PH2eu2f47Ndv7+V5/nee/G6bh5MWmIV9iEMWvkGjfiADD7AHk9BU6+PSNK0kPAINwwXkC6KU6gvC4HVyKB/clhHHCDnbTqHbSaEaYIv+OK3KyBk274RQrXBXg0B6B/QPkTIUiZTiEIm5gkbZQjXTJ5nG2ZFsocJ1iMQEZQk1VcdIGl2L9Yoeitwj3uocirgRPVRAgEjMoMihkgKFStIzK063QVHYhKF6h/IKFMlKGpaNlhM8Qq1JFIp5gQHeoSIShmJPST/PUElJQ7FN9hivUGmJQxE56OQRKiN5qL/NNY9QKQeEIpdgR7VC9cEqHeGeUyEHXHrMUiWhyKx6BV4dEsNMtNxQI4Ls33h5LidUoEYjXKEXoXZDLbgsEBOzE8qne8fmJhE7oWIujUQcwhyMmy0VSKRRF0cyWlclYMYo1LEKZOgRugpDpVWUot5ZLI8LlwN23bNQKoY1vwpVmmsS6kOFsPRJQl2qENZIqGkVwnp9xb5nUksEcxm2hZlQMcy3OYXTgx0VpOi2pl8/jwqpMP9sF5twBl08ctE7I/dws5l5D5y4OBj51HvdzluYdlik0RL06cjkKpSlB1Span5x/AQb5Hfrxyy/oU5ISeVw53AAAAAASUVORK5CYII=);
}


/* CAMPER ANIMATO */

.stage {
  position: relative;
  bottom: -40px;
  min-height: 250px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: scale(0.4);
     -moz-transform: scale(0.4);
          transform: scale(0.4);
}

.ground-line {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  overflow: hidden;
  height: 6px;
}
.ground-line div {
  width: 1600px;
  font-size: 0;
  -webkit-animation: roadLine 3s infinite linear;
  -moz-animation: roadLine 3s infinite linear;
  animation: roadLine 3s infinite linear;
}
.ground-line span {
  height: 6px;
  display: inline-block;
  background-color: #4B1A61;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  vertical-align: bottom;
  margin-right: 20px;
}
.ground-line .line1 {
  width: 80px;
}
.ground-line .line2 {
  width: 580px;
}
.ground-line .line3 {
  width: 80px;
}

.tree-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.tree {
  position: absolute;
  right: 0;
  margin-left: -30px;
  bottom: 6px;
  z-index: 8;
  -webkit-animation: tree 6.2s infinite linear;
  -moz-animation: tree 6.2s infinite linear;
  animation: tree 6.2s infinite linear;
}
.tree .stem {
  width: 6px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  height: 100px;
  background-color: #5b1f75;
}
.tree .stem .branch {
  width: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #5b1f75;
  position: absolute;
  z-index: 10;
}
.tree .stem .branch1 {
  bottom: 25px;
  height: 30px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tree .stem .branch2 {
  bottom: 40px;
  height: 20px;
  right: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tree .stem .branch3 {
  bottom: 60px;
  height: 15px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tree .leef {
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background-color: #abec39;
  border: solid 4px #5b1f75;
}
.tree .leef1 {
  width: 48px;
  height: 48px;
  top: -15px;
  left: -22px;
}
.tree .leef2 {
  width: 68px;
  height: 68px;
  top: 18px;
  left: -32px;
}
.tree .leef2::after {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  background-color: #abec39;
  z-index: 9;
  left: 25%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -18px;
}

.vehicle-body {
  width: 500px;
  height: 220px;
  position: absolute;
  top: 50%;  /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%); /* This is a shorthand of translateX(-50%) and translateY(-50%) */
  bottom: 33px;
  z-index: 9;
  -webkit-border-radius: 15px 60px 0 15px;
  -moz-border-radius: 15px 60px 0 15px;
  border-radius: 15px 60px 0 15px;
}
.vehicle-body .wrap-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: body 3s infinite ease;
  -moz-animation: body 3s infinite ease;
  animation: body 3s infinite ease;
}
.vehicle-body .body-cover {
  position: absolute;
  border: solid 5px #4B1A61;
  width: 100%;
  background-color: #C6EDFF;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-border-radius: 15px 60px 0 15px;
  -moz-border-radius: 15px 60px 0 15px;
  border-radius: 15px 60px 0 15px;
}

.top-roof {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffe400;
  border-bottom: solid 4px #4B1A61;
  width: 100%;
  height: 14px;
}

.rooftop {
  background-color: #FA7775;
  border: solid 4px #4B1A61;
  border-bottom: none;
  bottom: 100%;
  overflow: hidden;
  position: absolute;
}
.rooftop::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #f96461;
  height: 50%;
}
.rooftop.back {
  width: 60px;
  left: 20%;
  height: 15px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.rooftop.front {
  width: 80px;
  left: 40%;
  height: 25px;
  -webkit-border-radius: 4px 20px 0 0;
  -moz-border-radius: 4px 20px 0 0;
  border-radius: 4px 20px 0 0;
}

.side-guard {
  background-color: #FA7775;
  border-top: solid 4px #4B1A61;
  bottom: 4px;
  position: absolute;
  left: 4px;
  width: calc(100% - 8px);
  height: 50px;
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
.side-guard .shade {
  position: absolute;
  left: 0px;
  -webkit-border-radius: 0 0 0 15px;
  -moz-border-radius: 0 0 0 15px;
  border-radius: 0 0 0 15px;
  bottom: 0px;
  width: 100%;
  background-color: #f96461;
  height: 40%;
}
.side-guard .bumper {
  position: absolute;
  border: solid 4px #4B1A61;
  height: 18px;
  position: absolute;
  background-color: #a6a6a6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.side-guard .bumper.front {
  right: -12px;
  width: 22px;
  height: 22px;
  bottom: -10px;
}
.side-guard .bumper.back {
  width: 29px;
  top: 11px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  left: -15px;
}
.side-guard .front-indicator {
  width: 26px;
  height: 11px;
  -webkit-box-shadow: 0 3px 0 #f96461;
  -moz-box-shadow: 0 3px 0 #f96461;
  box-shadow: 0 3px 0 #f96461;
  position: absolute;
  border: solid 3px #4B1A61;
  right: 10px;
  background-color: #ffe400;
  top: 5px;
}

.indi {
  width: 24px;
  height: 10px;
  -webkit-box-shadow: 0 3px 0 #a7e3ff;
  -moz-box-shadow: 0 3px 0 #a7e3ff;
  box-shadow: 0 3px 0 #a7e3ff;
  position: absolute;
  border: solid 3px #4B1A61;
  left: 10px;
  background-color: #ffa700;
}
.indi.back-top-indicator {
  top: 24px;
}
.indi.back-bottom-indicator {
  bottom: 60px;
}

.back-window {
  height: 53%;
  top: 14%;
  left: 50px;
  width: 190px;
  position: absolute;
}
.back-window .window-base {
  width: 100%;
  height: 12px;
  background-color: #abec39;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 3px #4B1A61;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
.back-window .window-base.top {
  top: 0;
}
.back-window .window-base.bottom {
  bottom: 0;
  position: absolute;
  left: 0;
}
.back-window .sun-shade {
  background-color: #FA7775;
  border: solid 4px #4B1A61;
  border-top: none;
  width: 90%;
  margin-left: 4.5%;
  height: 23px;
  position: relative;
  z-index: 0;
}
.back-window .curtain {
  position: relative;
  width: 90%;
  margin-left: 5%;
  font-size: 0;
  z-index: 2;
}
.back-window .curtain span {
  width: calc(100%/8);
  height: 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  display: inline-block;
  background-color: #FA7775;
  border: solid 4px #4B1A61;
  border-top: none;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  margin-left: -4px;
  -webkit-animation: curtain 0.5s infinite linear;
  -moz-animation: curtain 0.5s infinite linear;
  animation: curtain 0.5s infinite linear;
}
.back-window .curtain span:nth-child(even) {
  background-color: #fff;
}
.back-window .curtain span + span {
  width: calc( (100% / 8) + 2px);
}
.back-window .windows-glass-wrap {
  background-color: #f5f4f1;
  border-left: solid 4px #4B1A61;
  height: 60px;
  width: 80%;
  margin-left: 9%;
  margin-top: -10px;
  border-right: solid 4px #4B1A61;
  padding: 2px 5px;
  font-size: 0;
}
.back-window .windows-glass-wrap .glass {
  background-color: #7ad5ff;
  overflow: hidden;
  border: solid 3px #4B1A61;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 46%;
  height: 100%;
  margin-top: -3px;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.back-window .windows-glass-wrap .glass::after {
  content: "";
  position: absolute;
  background-color: rgba(71, 197, 255, 0.5);
  width: 100%;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  height: 60%;
  top: 0;
  left: 0;
}
.back-window .windows-glass-wrap .glass + .glass {
  margin-left: 4%;
}
.back-window .windows-glass-wrap .light {
  width: 130%;
  height: 100%;
  position: absolute;
  top: -7px;
  left: -45%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 0;
  -webkit-transform: rotate(115deg);
  -moz-transform: rotate(115deg);
  transform: rotate(115deg);
  -webkit-animation: glare 2s infinite linear;
  -moz-animation: glare 2s infinite linear;
  animation: glare 2s infinite linear;
}
.back-window .windows-glass-wrap .light span {
  width: 100%;
  display: block;
  margin-bottom: 2px;
  background-color: #fff;
}
.back-window .windows-glass-wrap .light .light1 {
  height: 10px;
}
.back-window .windows-glass-wrap .light .light2 {
  height: 3px;
}
.back-window .windows-glass-wrap .light .light3 {
  height: 6px;
}

.main-door {
  position: absolute;
  right: 120px;
  bottom: 0;
  border: solid 4px #4B1A61;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  width: 80px;
  height: 80%;
  z-index: 9;
  background-color: #f5f4f1;
}
.main-door::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11%;
  background-color: #eae8e2;
}
.main-door .glass {
  background-color: #60cdff;
  border: solid 3px #4B1A61;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 85%;
  height: 60px;
  margin-top: 5px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.main-door .glass::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  -webkit-border-radius: 12px 12px 10px 10px;
  -moz-border-radius: 12px 12px 10px 10px;
  border-radius: 12px 12px 10px 10px;
  height: 60%;
  bottom: 0;
  left: 0;
}
.main-door .glass .light {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 0;
}
.main-door .glass .light span {
  height: 70%;
  margin-top: 15%;
  display: inline-block;
  background-color: #14b5ff;
}
.main-door .glass .light .light1 {
  width: 15px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.main-door .glass .light .light2 {
  width: 10px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.main-door .door-handle {
  background-color: #FA7775;
  border: solid 0.2em #4B1A61;
  width: 10px;
  margin-left: 4.5%;
  height: 22px;
  position: absolute;
  z-index: 0;
  right: 5px;
  bottom: 40%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.main-door .door-handle::before {
  content: '';
  position: absolute;
  width: 50%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  display: block;
}

.front-window {
  top: 14%;
  right: 20px;
  width: 70px;
  height: 60%;
  position: absolute;
}
.front-window .window-base {
  width: 100%;
  height: 10px;
  background-color: #abec39;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 3px #4B1A61;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  top: 0;
}
.front-window .sun-shade {
  background-color: #FA7775;
  border: solid 4px #4B1A61;
  border-top: none;
  width: 90%;
  margin-left: 4.5%;
  height: 23px;
  position: relative;
  z-index: 0;
}
.front-window .curtain {
  position: relative;
  width: 90%;
  margin-left: 6%;
  font-size: 0;
  z-index: 2;
}
.front-window .curtain span {
  width: calc(100%/3);
  height: 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  display: inline-block;
  background-color: #FA7775;
  border: solid 4px #4B1A61;
  border-top: none;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  margin-left: -4px;
}
.front-window .curtain span:nth-child(even) {
  background-color: #fff;
}
.front-window .curtain span + span {
  width: calc( (100% / 3) + 2px);
}
.front-window .windows-glass-wrap {
  height: 40px;
  width: 80%;
  margin-left: 9%;
  margin-top: -10px;
  border: solid 4px #4B1A61;
  border-top: none;
  background-color: #7ad5ff;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding: 2px 5px;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.front-window .windows-glass-wrap .light {
  width: 120%;
  height: 100%;
  position: absolute;
  top: -7px;
  left: -15%;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  z-index: 0;
  -webkit-transform: rotate(115deg);
  -moz-transform: rotate(115deg);
  transform: rotate(115deg);
  -webkit-animation: glare 1.5s infinite linear;
  -moz-animation: glare 1.5s infinite linear;
  animation: glare 1.5s infinite linear;
}
.front-window .windows-glass-wrap .light span {
  width: 100%;
  display: block;
  margin-bottom: 2px;
  background-color: #fff;
}
.front-window .windows-glass-wrap .light .light1 {
  height: 10px;
}
.front-window .windows-glass-wrap .light .light2 {
  height: 3px;
}
.front-window .windows-glass-wrap .light .light3 {
  height: 6px;
}
.front-window .air-hole {
  position: absolute;
  width: 100%;
  bottom: 5px;
  padding-top: 5px;
}
.front-window .air-hole span {
  width: 30px;
  height: 5px;
  background-color: #f5f4f1;
  display: block;
  margin: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 0.15em #4B1A61;
}
.front-window .air-hole span + span {
  margin-top: 1px;
}

.wheel-wrap {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 9;
  bottom: -40px;
}
.wheel-wrap .wheel-shadow {
  width: 100%;
  height: 100%;
  display: block;
  border-top: solid 40px #4B1A61;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-animation: wheelShadow 3s infinite ease;
  -moz-animation: wheelShadow 3s infinite ease;
  animation: wheelShadow 3s infinite ease;
}
.wheel-wrap.back {
  left: 80px;
}
.wheel-wrap.front {
  right: 70px;
}
.wheel-wrap .wheel {
  width: 76%;
  height: 76%;
  left: 12%;
  top: 12%;
  position: absolute;
  text-align: center;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.wheel-wrap .wheel::after {
  content: '';
  top: 1px;
  left: 2px;
  height: 100%;
  position: absolute;
  width: calc(100% - 4px);
  -webkit-box-shadow: inset 0 7px 0 #747474;
  -moz-box-shadow: inset 0 7px 0 #747474;
  box-shadow: inset 0 7px 0 #747474;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 9;
}
.wheel-wrap .wheel .wheel-outer {
  position: absolute;
  width: 100%;
  background-color: #a6a6a6;
  border: solid 3px #4B1A61;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-animation: wheel 0.4s infinite linear;
  -moz-animation: wheel 0.4s infinite linear;
  animation: wheel 0.4s infinite linear;
}
.wheel-wrap .wheel .wheel-outer::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  background-color: #b8b8b8;
  top: 5px;
  left: 16px;
  z-index: 8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.wheel-wrap .wheel .wheel-cup {
  width: 60%;
  height: 60%;
  margin-top: 20%;
  display: inline-block;
  position: relative;
  background-color: #60cdff;
  border: solid 3px #3b154d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 5px 4px;
}
.wheel-wrap .wheel .wheel-cup::after {
  content: '';
  width: 8px;
  position: absolute;
  left: 41%;
  top: 40%;
  height: 3px;
  background-color: #00aaf9;
  display: inline-block;
}
.wheel-wrap .wheel .wheel-cup span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 1px;
  background-color: #a6a6a6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #3b154d;
}

.love-wrap {
  position: absolute;
  left: 0;
  margin-top: 0;
  top: 0;
}
.love-wrap .love {
  width: 34px;
  height: 34px;
  position: relative;
  display: inline-block;
  font-size: 0;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}
.love-wrap .love .circle {
  background-color: #fe1239;
  width: 24px;
  height: 24px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.love-wrap .love .circle1 {
  left: 0;
  bottom: 0;
}
.love-wrap .love .circle2 {
  right: 0;
  top: 0;
}
.love-wrap .love .square {
  background-color: #fe1239;
  width: 24px;
  height: 24px;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
}

.love-front {
  position: absolute;
  right: 24%;
  bottom: 30%;
  z-index: 8;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  transform: rotate(50deg);
}
.love-front .love-wrap {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.love-front .love-wrap:nth-child(1) {
  -webkit-animation: love1 5s infinite ease-in 0.5s;
  -moz-animation: love1 5s infinite ease-in 0.5s;
  animation: love1 5s infinite ease-in 0.5s;
}
.love-front .love-wrap:nth-child(2) {
  -webkit-animation: love1 5s infinite ease-in 1s;
  -moz-animation: love1 5s infinite ease-in 1s;
  animation: love1 5s infinite ease-in 1s;
}
.love-front .love-wrap:nth-child(3) {
  -webkit-animation: love1 5s infinite ease-in 1.5s;
  -moz-animation: love1 5s infinite ease-in 1.5s;
  animation: love1 5s infinite ease-in 1.5s;
}
.love-front .love-wrap:nth-child(4) {
  -webkit-animation: love1 5s infinite ease-in 2s;
  -moz-animation: love1 5s infinite ease-in 2s;
  animation: love1 5s infinite ease-in 2s;
}
.love-front .love-wrap:nth-child(5) {
  -webkit-animation: love2 6s infinite ease-in 2.5s;
  -moz-animation: love2 6s infinite ease-in 2.5s;
  animation: love2 6s infinite ease-in 2.5s;
}
.love-front .love-wrap:nth-child(6) {
  -webkit-animation: love2 6s infinite ease-in 3s;
  -moz-animation: love2 6s infinite ease-in 3s;
  animation: love2 6s infinite ease-in 3s;
}
.love-front .love-wrap:nth-child(7) {
  -webkit-animation: love2 6s infinite ease-in 3.5s;
  -moz-animation: love2 6s infinite ease-in 3.5s;
  animation: love2 6s infinite ease-in 3.5s;
}
.love-front .love-wrap:nth-child(8) {
  -webkit-animation: love2 6s infinite ease-in 4s;
  -moz-animation: love2 6s infinite ease-in 4s;
  animation: love2 6s infinite ease-in 4s;
}
.love-front .love-wrap:nth-child(9) {
  -webkit-animation: love3 4s infinite ease-in 4.5s;
  -moz-animation: love3 4s infinite ease-in 4.5s;
  animation: love3 4s infinite ease-in 4.5s;
}
.love-front .love-wrap:nth-child(10) {
  -webkit-animation: love3 4s infinite ease-in 5s;
  -moz-animation: love3 4s infinite ease-in 5s;
  animation: love3 4s infinite ease-in 5s;
}
.love-front .love-wrap:nth-child(11) {
  -webkit-animation: love3 4s infinite ease-in 5.5s;
  -moz-animation: love3 4s infinite ease-in 5.5s;
  animation: love3 4s infinite ease-in 5.5s;
}
.love-front .love-wrap:nth-child(12) {
  -webkit-animation: love3 4s infinite ease-in 6s;
  -moz-animation: love3 4s infinite ease-in 6s;
  animation: love3 4s infinite ease-in 6s;
}

.love-back {
  position: absolute;
  left: 18%;
  bottom: 20%;
  z-index: 5;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.love-back .love {
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  transform: rotate(100deg);
}
.love-back .love-wrap {
  right: 0;
}
.love-back .love-wrap:nth-child(1) {
  -webkit-animation: love4 4s infinite ease-in 0.5s;
  -moz-animation: love4 4s infinite ease-in 0.5s;
  animation: love4 4s infinite ease-in 0.5s;
}
.love-back .love-wrap:nth-child(2) {
  -webkit-animation: love4 4s infinite ease-in 1s;
  -moz-animation: love4 4s infinite ease-in 1s;
  animation: love4 4s infinite ease-in 1s;
}
.love-back .love-wrap:nth-child(3) {
  -webkit-animation: love4 4s infinite ease-in 1.5s;
  -moz-animation: love4 4s infinite ease-in 1.5s;
  animation: love4 4s infinite ease-in 1.5s;
}
.love-back .love-wrap:nth-child(4) {
  -webkit-animation: love4 4s infinite ease-in 2s;
  -moz-animation: love4 4s infinite ease-in 2s;
  animation: love4 4s infinite ease-in 2s;
}
.love-back .love-wrap:nth-child(1) {
  -webkit-animation: love4 4s infinite ease-in 0s;
  -moz-animation: love4 4s infinite ease-in 0s;
  animation: love4 4s infinite ease-in 0s;
}
.love-back .love-wrap:nth-child(5) {
  -webkit-animation: love5 3s infinite ease-in 2.5s;
  -moz-animation: love5 3s infinite ease-in 2.5s;
  animation: love5 3s infinite ease-in 2.5s;
}
.love-back .love-wrap:nth-child(6) {
  -webkit-animation: love5 3s infinite ease-in 3s;
  -moz-animation: love5 3s infinite ease-in 3s;
  animation: love5 3s infinite ease-in 3s;
}
.love-back .love-wrap:nth-child(7) {
  -webkit-animation: love5 3s infinite ease-in 3.5s;
  -moz-animation: love5 3s infinite ease-in 3.5s;
  animation: love5 3s infinite ease-in 3.5s;
}
.love-back .love-wrap:nth-child(8) {
  -webkit-animation: love5 3s infinite ease-in 4s;
  -moz-animation: love5 3s infinite ease-in 4s;
  animation: love5 3s infinite ease-in 4s;
}

@-webkit-keyframes love1 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    -moz-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
  }
}
@-moz-keyframes love1 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    -moz-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
  }
}
@-ms-keyframes love1 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    -moz-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
  }
}
@keyframes love1 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    -moz-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
  }
}
@-webkit-keyframes love2 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    -moz-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
  }
}
@-moz-keyframes love2 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    -moz-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
  }
}
@-ms-keyframes love2 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    -moz-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
  }
}
@keyframes love2 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    -moz-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
  }
}
@-webkit-keyframes love3 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    -moz-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
  }
}
@-moz-keyframes love3 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    -moz-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
  }
}
@-ms-keyframes love3 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    -moz-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
  }
}
@keyframes love3 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    -moz-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
  }
}
@-webkit-keyframes love4 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    -moz-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
  }
}
@-moz-keyframes love4 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    -moz-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
  }
}
@-ms-keyframes love4 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    -moz-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
  }
}
@keyframes love4 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    -moz-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
  }
}
@-webkit-keyframes love5 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    -moz-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
  }
}
@-moz-keyframes love5 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    -moz-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
  }
}
@-ms-keyframes love5 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    -moz-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
  }
}
@keyframes love5 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    -moz-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
  }
}
@-webkit-keyframes wheel {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes wheel {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes wheel {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes wheel {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wheelShadow {
  0%, 20%, 40%, 45%, 60%, 80%, 100% {
    top: 0;
  }
  70% {
    top: 3px;
  }
  30%, 90% {
    top: 6px;
  }
}
@-moz-keyframes wheelShadow {
  0%, 20%, 40%, 45%, 60%, 80%, 100% {
    top: 0;
  }
  70% {
    top: 3px;
  }
  30%, 90% {
    top: 6px;
  }
}
@-ms-keyframes wheelShadow {
  0%, 20%, 40%, 45%, 60%, 80%, 100% {
    top: 0;
  }
  70% {
    top: 3px;
  }
  30%, 90% {
    top: 6px;
  }
}
@keyframes wheelShadow {
  0%, 20%, 40%, 45%, 60%, 80%, 100% {
    top: 0;
  }
  70% {
    top: 3px;
  }
  30%, 90% {
    top: 6px;
  }
}
@-webkit-keyframes body {
  0%, 20%, 40%, 45%, 60%, 80%, 100% {
    top: 0;
  }
  70% {
    top: 3px;
  }
  30%, 90% {
    top: 6px;
  }
}
@-moz-keyframes body {
  0%, 20%, 40%, 45%, 60%, 80%, 100% {
    top: 0;
  }
  70% {
    top: 3px;
  }
  30%, 90% {
    top: 6px;
  }
}
@-ms-keyframes body {
  0%, 20%, 40%, 45%, 60%, 80%, 100% {
    top: 0;
  }
  70% {
    top: 3px;
  }
  30%, 90% {
    top: 6px;
  }
}
@keyframes body {
  0%, 20%, 40%, 45%, 60%, 80%, 100% {
    top: 0;
  }
  70% {
    top: 3px;
  }
  30%, 90% {
    top: 6px;
  }
}
@-webkit-keyframes glare {
  from {
    left: 100%;
  }
  to {
    left: -100%;
  }
}
@-moz-keyframes glare {
  from {
    left: 100%;
  }
  to {
    left: -100%;
  }
}
@-ms-keyframes glare {
  from {
    left: 100%;
  }
  to {
    left: -100%;
  }
}
@keyframes glare {
  from {
    left: 100%;
  }
  to {
    left: -100%;
  }
}
@-webkit-keyframes roadLine {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-800px, 0);
    -moz-transform: translate(-800px, 0);
    transform: translate(-800px, 0);
  }
}
@-moz-keyframes roadLine {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-800px, 0);
    -moz-transform: translate(-800px, 0);
    transform: translate(-800px, 0);
  }
}
@-ms-keyframes roadLine {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-800px, 0);
    -moz-transform: translate(-800px, 0);
    transform: translate(-800px, 0);
  }
}
@keyframes roadLine {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-800px, 0);
    -moz-transform: translate(-800px, 0);
    transform: translate(-800px, 0);
  }
}
@-webkit-keyframes tree {
  from {
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  to {
    -webkit-transform: translate(-1600px, 0);
    -moz-transform: translate(-1600px, 0);
    transform: translate(-1600px, 0);
  }
}
@-moz-keyframes tree {
  from {
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  to {
    -webkit-transform: translate(-1600px, 0);
    -moz-transform: translate(-1600px, 0);
    transform: translate(-1600px, 0);
  }
}
@-ms-keyframes tree {
  from {
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  to {
    -webkit-transform: translate(-1600px, 0);
    -moz-transform: translate(-1600px, 0);
    transform: translate(-1600px, 0);
  }
}
@keyframes tree {
  from {
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  to {
    -webkit-transform: translate(-1600px, 0);
    -moz-transform: translate(-1600px, 0);
    transform: translate(-1600px, 0);
  }
}


/* #hero-small-2 {
  color: #FFF;
  background-color: #FD940A!important;
  background-image: radial-gradient(circle, #F9A72B 0%, #FA9026 70%, #FB6C1F 100%)!important;
} */
/* html,
body {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
body {
  color: #FFF;
  background-color: #FD940A;
  background-image: radial-gradient(circle, #F9A72B 0%, #FA9026 70%, #FB6C1F 100%);
} */

/* ----------------------------------------------------------------------------- */
/* Love Animations
/* ----------------------------------------------------------------------------- */

/* CODE TO USE */

/*
<div id="Clouds">
  <div class="Cloud Foreground"></div>
  <div class="Cloud Background"></div>
  <div class="Cloud Foreground"></div>
  <div class="Cloud Background"></div>
  <div class="Cloud Foreground"></div>
  <div class="Cloud Background"></div>
  <div class="Cloud Background"></div>
  <div class="Cloud Foreground"></div>
  <div class="Cloud Background"></div>
  <div class="Cloud Background"></div>
  <!--  <svg viewBox="0 0 40 24" class="Cloud"><use xlink:href="#Cloud"></use></svg>-->
</div>

<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="40px" height="24px" viewBox="0 0 40 24" enable- xml:space="preserve">
<defs>
  <path id="Cloud" d="M33.85,14.388c-0.176,0-0.343,0.034-0.513,0.054c0.184-0.587,0.279-1.208,0.279-1.853c0-3.463-2.809-6.271-6.272-6.271
  c-0.38,0-0.752,0.039-1.113,0.104C24.874,2.677,21.293,0,17.083,0c-5.379,0-9.739,4.361-9.739,9.738
  c0,0.418,0.035,0.826,0.084,1.229c-0.375-0.069-0.761-0.11-1.155-0.11C2.811,10.856,0,13.665,0,17.126
  c0,3.467,2.811,6.275,6.272,6.275c0.214,0,27.156,0.109,27.577,0.109c2.519,0,4.56-2.043,4.56-4.562
  C38.409,16.43,36.368,14.388,33.85,14.388z"/>
</defs>
</svg> */


.love-wrap {
  position: absolute;
  left: 0;
  margin-top: 0;
  top: 0;
}
.love-wrap .love {
  width: 34px;
  height: 34px;
  position: relative;
  display: inline-block;
  font-size: 0;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}
.love-wrap .love .circle {
  background-color: #fe1239;
  width: 24px;
  height: 24px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.love-wrap .love .circle1 {
  left: 0;
  bottom: 0;
}
.love-wrap .love .circle2 {
  right: 0;
  top: 0;
}
.love-wrap .love .square {
  background-color: #fe1239;
  width: 24px;
  height: 24px;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
}

.love-front {
  position: absolute;
  right: 24%;
  bottom: 30%;
  z-index: 8;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  transform: rotate(50deg);
}
.love-front .love-wrap {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.love-front .love-wrap:nth-child(1) {
  -webkit-animation: love1 5s infinite ease-in 0.5s;
  -moz-animation: love1 5s infinite ease-in 0.5s;
  animation: love1 5s infinite ease-in 0.5s;
}
.love-front .love-wrap:nth-child(2) {
  -webkit-animation: love1 5s infinite ease-in 1s;
  -moz-animation: love1 5s infinite ease-in 1s;
  animation: love1 5s infinite ease-in 1s;
}
.love-front .love-wrap:nth-child(3) {
  -webkit-animation: love1 5s infinite ease-in 1.5s;
  -moz-animation: love1 5s infinite ease-in 1.5s;
  animation: love1 5s infinite ease-in 1.5s;
}
.love-front .love-wrap:nth-child(4) {
  -webkit-animation: love1 5s infinite ease-in 2s;
  -moz-animation: love1 5s infinite ease-in 2s;
  animation: love1 5s infinite ease-in 2s;
}
.love-front .love-wrap:nth-child(5) {
  -webkit-animation: love2 6s infinite ease-in 2.5s;
  -moz-animation: love2 6s infinite ease-in 2.5s;
  animation: love2 6s infinite ease-in 2.5s;
}
.love-front .love-wrap:nth-child(6) {
  -webkit-animation: love2 6s infinite ease-in 3s;
  -moz-animation: love2 6s infinite ease-in 3s;
  animation: love2 6s infinite ease-in 3s;
}
.love-front .love-wrap:nth-child(7) {
  -webkit-animation: love2 6s infinite ease-in 3.5s;
  -moz-animation: love2 6s infinite ease-in 3.5s;
  animation: love2 6s infinite ease-in 3.5s;
}
.love-front .love-wrap:nth-child(8) {
  -webkit-animation: love2 6s infinite ease-in 4s;
  -moz-animation: love2 6s infinite ease-in 4s;
  animation: love2 6s infinite ease-in 4s;
}
.love-front .love-wrap:nth-child(9) {
  -webkit-animation: love3 4s infinite ease-in 4.5s;
  -moz-animation: love3 4s infinite ease-in 4.5s;
  animation: love3 4s infinite ease-in 4.5s;
}
.love-front .love-wrap:nth-child(10) {
  -webkit-animation: love3 4s infinite ease-in 5s;
  -moz-animation: love3 4s infinite ease-in 5s;
  animation: love3 4s infinite ease-in 5s;
}
.love-front .love-wrap:nth-child(11) {
  -webkit-animation: love3 4s infinite ease-in 5.5s;
  -moz-animation: love3 4s infinite ease-in 5.5s;
  animation: love3 4s infinite ease-in 5.5s;
}
.love-front .love-wrap:nth-child(12) {
  -webkit-animation: love3 4s infinite ease-in 6s;
  -moz-animation: love3 4s infinite ease-in 6s;
  animation: love3 4s infinite ease-in 6s;
}

.love-back {
  position: absolute;
  left: 15%;
  bottom: 30%;
  z-index: -1;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.love-back .love {
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  transform: rotate(100deg);
}
.love-back .love-wrap {
  right: 0;
}
.love-back .love-wrap:nth-child(1) {
  -webkit-animation: love4 4s infinite ease-in 0.5s;
  -moz-animation: love4 4s infinite ease-in 0.5s;
  animation: love4 4s infinite ease-in 0.5s;
}
.love-back .love-wrap:nth-child(2) {
  -webkit-animation: love4 4s infinite ease-in 1s;
  -moz-animation: love4 4s infinite ease-in 1s;
  animation: love4 4s infinite ease-in 1s;
}
.love-back .love-wrap:nth-child(3) {
  -webkit-animation: love4 4s infinite ease-in 1.5s;
  -moz-animation: love4 4s infinite ease-in 1.5s;
  animation: love4 4s infinite ease-in 1.5s;
}
.love-back .love-wrap:nth-child(4) {
  -webkit-animation: love4 4s infinite ease-in 2s;
  -moz-animation: love4 4s infinite ease-in 2s;
  animation: love4 4s infinite ease-in 2s;
}
.love-back .love-wrap:nth-child(1) {
  -webkit-animation: love4 4s infinite ease-in 0s;
  -moz-animation: love4 4s infinite ease-in 0s;
  animation: love4 4s infinite ease-in 0s;
}
.love-back .love-wrap:nth-child(5) {
  -webkit-animation: love5 3s infinite ease-in 2.5s;
  -moz-animation: love5 3s infinite ease-in 2.5s;
  animation: love5 3s infinite ease-in 2.5s;
}
.love-back .love-wrap:nth-child(6) {
  -webkit-animation: love5 3s infinite ease-in 3s;
  -moz-animation: love5 3s infinite ease-in 3s;
  animation: love5 3s infinite ease-in 3s;
}
.love-back .love-wrap:nth-child(7) {
  -webkit-animation: love5 3s infinite ease-in 3.5s;
  -moz-animation: love5 3s infinite ease-in 3.5s;
  animation: love5 3s infinite ease-in 3.5s;
}
.love-back .love-wrap:nth-child(8) {
  -webkit-animation: love5 3s infinite ease-in 4s;
  -moz-animation: love5 3s infinite ease-in 4s;
  animation: love5 3s infinite ease-in 4s;
}

@-webkit-keyframes love1 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    -moz-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
  }
}
@-moz-keyframes love1 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    -moz-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
  }
}
@-ms-keyframes love1 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    -moz-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
  }
}
@keyframes love1 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.2) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    -moz-transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
    transform: scale(0.8) rotate(-40deg) translate3d(-50px, -400px, 0);
  }
}
@-webkit-keyframes love2 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    -moz-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
  }
}
@-moz-keyframes love2 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    -moz-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
  }
}
@-ms-keyframes love2 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    -moz-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
  }
}
@keyframes love2 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    -moz-transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
    transform: scale(0.7) rotate(-50deg) translate3d(-80px, -450px, 0);
  }
}
@-webkit-keyframes love3 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    -moz-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
  }
}
@-moz-keyframes love3 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    -moz-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
  }
}
@-ms-keyframes love3 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    -moz-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
  }
}
@keyframes love3 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    -moz-transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
    transform: scale(0.3) rotate(0deg) translate3d(100px, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    -moz-transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
    transform: scale(0.65) rotate(-60deg) translate3d(-40px, -400px, 0);
  }
}
@-webkit-keyframes love4 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    -moz-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
  }
}
@-moz-keyframes love4 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    -moz-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
  }
}
@-ms-keyframes love4 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    -moz-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
  }
}
@keyframes love4 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    -moz-transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
    transform: scale(0.6) rotate(-25deg) translate3d(100px, -200px, 0);
  }
}
@-webkit-keyframes love5 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    -moz-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
  }
}
@-moz-keyframes love5 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    -moz-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
  }
}
@-ms-keyframes love5 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    -moz-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
  }
}
@keyframes love5 {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
    transform: scale(0.2) rotate(0) translate3d(0, 0, 0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    -moz-transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
    transform: scale(0.5) rotate(-20deg) translate3d(200px, -250px, 0);
  }
}
/* .link-img {
width: 15%;
position: relative;
margin: 0 auto;
overflow: hidden;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.link-img:hover {
opacity: 0.6;
-webkit-transform: scale(0.95, 0.95);
-moz-transform: scale(0.95, 0.95);
-ms-transform: scale(0.95, 0.95);
-o-transform: scale(0.95, 0.95);
transform: scale(0.95, 0.95);
} */
.box-bordered {
  padding: 15px 15px;
  border-radius: 6px;
  margin-bottom: 30px;
  border: 5px solid #8db1d0;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* ----------------------------------------------------------------------------- */
/*  05. Hero Bouncing Arrow
/* ----------------------------------------------------------------------------- */

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.arrow, .arrow-dark {
  position: fixed;
  bottom: 0;
  left: 50%!important;
  margin-left: -20px;
  width: 40px;
  height: 40px;

  background-size: contain;
}
.arrow {
  background-image: url("./assets/images/arrow.png");
}
.arrow-dark{
  background-image: url("./assets/images/arrow-dark.png");
}

.hero .bounce,
.kenburn-hero .bounce {
  position: absolute;
  bottom: 0;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  z-index: 3;
}

/* home page counter */
.counter {
  color: #ea173c;
  font-size: 25px;
  font-weight: 500;
}
.counter span {
  font-size: 25px;
  color: #ea173c;
  padding-left:5px;
}

/* ----------------------------------------------------------------------------- */
/*  06. Hero Settings
/* ----------------------------------------------------------------------------- */

/* ---- 06.1 Hero Fullscreen ---- */
.hero {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #2f383d;
}
.hero-fluid {
  width: 100%!important;
}
.hero.bg-dark {
  background: #222;
}

/* ---- 06.2 Hero - Vertical Align ---- */
#hero {
  background-size:cover;
  position:relative;
  width: 100%!important;
  height: 100vh;
  display:-webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
  display:-moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
  display:-ms-flexbox;  /* TWEENER - IE 10 */
  display:-webkit-flex; /* NEW - Chrome */
  display:flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction:normal;
  -moz-box-direction:normal;
  -webkit-box-orient:vertical;
  -moz-box-orient:vertical;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}
#hero-home{
  background-size:cover;
  position:relative;
  width: 100%!important;
  height: 82vh;
  display:-webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
  display:-moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
  display:-ms-flexbox;  /* TWEENER - IE 10 */
  display:-webkit-flex; /* NEW - Chrome */
  display:flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction:normal;
  -moz-box-direction:normal;
  -webkit-box-orient:vertical;
  -moz-box-orient:vertical;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}
#hero-home {
  background: rgb(2,0,36);
  background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(154,154,210,1) 0%, rgba(2,175,210,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(154,154,210,1) 0%, rgba(2,175,210,1) 100%);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(154,154,210,1) 0%, rgba(2,175,210,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#02afd2",GradientType=1);
}
/* Hero Caption - Vertical Align */
#hero .hero-caption .container,
#hero-home .hero-caption .container {
  display: table;
}
#hero .hero-caption .row,
#hero-home .hero-caption .row {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle!important;
}


@media (max-width: 280px) {
  #hero-home .hero-caption h1 {
    font-size: 33px!important;
    line-height: 33px!important;
  }
  #hero-home .hero-caption p {
    font-size: 1.2em!important;
  }
  #hero-home .hero-caption h3 {
    font-size: 25px!important;
    margin-bottom: 0;
  }
  /* #hero-home {
    top:-71px;
    z-index: -1;
  }
  #section-2-home {
    position: relative;
    top: -71px;
  }
  .home-spacer {
    position: relative;
    margin-top: 71px;
  } */
}

@media (max-width: 375px) {
  #hero-home .hero-caption h1 {
    font-size: 45px;
    line-height: 45px;
  }
  #hero-home .hero-caption p {
    font-size: 1.5em;
  }
}
@media (max-width: 540px) {
  #hero-home .hero-caption h1 {
    font-size: 60px;
    line-height: 60px;
  }
  #hero-home .hero-caption p {
    font-size: 1.5em;
  }
  .md-text-center{
    text-align: center!important;
  }
  /* #hero-home {
    top:-142px;
    z-index: -1;
  }
  #section-2-home {
    position: relative;
    top: -142px;
  }
  .home-spacer {
    position: relative;
    margin-top: 142px;
  } */
}
@media (min-width:640px) and (max-width: 768px) {
  #hero-home .hero-caption h1 {
    font-size: 45px;
    padding-top: 0;
    line-height: 1;
  }
  #hero-home .hero-caption p {
    font-size: 1.2em!important;
    margin-bottom: 5px!important;
  }
  #hero-home .hero-caption h3 {
    font-size: 25px!important;
    line-height: 1;
  }
  /* #hero-home {
    top:-142px;
    z-index: -1;
  }
  #section-2-home {
    position: relative;
    top: -142px;
  }
  .home-spacer {
    position: relative;
    margin-top: 142px;
  } */

}
@media (max-width: 720px) {
  #hero-home .hero-caption h1 {
    font-size: 35px;
    padding-top: 0;
    padding-bottom: 10px;
    line-height: 1;
  }
  #hero-home .hero-caption p {
    font-size: 1em!important;
    margin-bottom: 5px!important;
  }
  #hero-home .hero-caption h3 {
    font-size: 17px!important;
    line-height: 1;
  }
}

@media (max-width: 736px) {
  #hero-home .hero-caption h1 {
      font-size: 35px;
      line-height: 35px;
      padding-bottom: 10px;
  }
  #hero-home .hero-caption p {
      font-size: 1.1em!important;
  }
  #hero-home .hero-caption h3 {
    font-size: 25px!important;
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  #hero-home .hero-caption h1 {
      font-size: 35px;
      line-height: 35px;
      padding-bottom: 10px;
  }
  #hero-home .hero-caption p {
      font-size: 1.1em!important;
  }
  #hero-home .hero-caption h3 {
    font-size: 25px!important;
    line-height: 25px;
  }
}
@media (max-width: 812px) {

}
@media (min-width: 992px) {
  #hero-home .hero-caption h1 {
    font-size: 65px;
    line-height: 65px!important;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    color: #fff!important;
    /* -webkit-text-fill-color: #3f77bf!important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3f77bf; */
  }
  #hero-home .hero-caption p {
    font-size: /*0.9em*/1.5em!important;
    font-weight: 400!important;
    line-height: 1.1!important;
  }
  #hero-home .hero-caption h3 {
    font-size: 30px!important;
    font-weight: 400!important;
    line-height: 1!important;
    font-weight: 800!important;
  }
  /* #hero-home {
    top:-142px;
    z-index: -1;
  }
  #section-2-home {
    position: relative;
    top: -142px;
  }
  .home-spacer {
    position: relative;
    margin-top: 142px;
  } */
}
@media (min-width: 992px) and (max-width:1200px) {}

.circle-number {
  position: relative;
  top: -8px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 25px!important;
  padding: 10px;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
  font: 32px Arial, sans-serif;
}

/* 404 hero fullwidth */
#hero-404 {
  background-size:cover;
  position:relative;
  width: 100%!important;
  height: 100vh;
  min-height: 800px;
  display:-webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
  display:-moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
  display:-ms-flexbox;  /* TWEENER - IE 10 */
  display:-webkit-flex; /* NEW - Chrome */
  display:flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction:normal;
  -moz-box-direction:normal;
  -webkit-box-orient:vertical;
  -moz-box-orient:vertical;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}

/* Hero Caption - Vertical Align */
#hero-404 .hero-caption .container {
  display: table;
}
#hero-404  .hero-caption .row {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle!important;
}
h2.not-found {
  font-size: 160px;
  color: #ffffff;
  text-shadow: 1px 3px 0 #969696, 1px 5px 5px #aba8a8;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}
#hero-404 h1.info-title {
  clear: both;
  font-size: 3em;
  padding: 0 0 10px;
  font-weight: 600;
  line-height: 1;
  -webkit-text-fill-color: #3f77bf!important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3f77bf;
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.90);
  margin: 0;
}
#hero-404 p.info-description {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
}
#hero-404 .info-description {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
}
#hero-404 .dany-logo {
  width: 70%;
}
@media (min-width: 280px) {
  /* #hero-404 h2.not-found {
    font-size: 200px;
    color: #ffffff;
    text-shadow: 1px 3px 0 #969696, 1px 5px 5px #aba8a8;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    margin-top: 60px;
  }
#hero-404 h1.info-title {
  clear: both;
  font-size: 3.5em;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  -webkit-text-fill-color: #3f77bf!important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3f77bf;
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.90);
  margin: 0;
}
 #hero-404 p.info-description {
  font-size: 3em;
  line-height: 1;
  padding-top: 14px;
  color: #fff;
  }  */
}
@media (min-width: 640px) {
  #hero-404 h1.info-title {
    clear: both;
    font-size: 3.5em!important;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    -webkit-text-fill-color: #3f77bf!important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3f77bf;
    text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.90);
    margin: 0;
  }
}
@media (min-width:640px) and (max-width: 768px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) and (max-width:1200px) {}

/* Brand Size */
.gnx-brand {
  font-size: 1.6em;
  color: #3896e6;
  font-weight: 400;
  text-transform: uppercase;
}

/* ---- 06.3 Hero Fullwidth-small - (300px Height) ---- */
.hero.fullwidth-small {
  width: 100%;
  height: 300px!important;
}


/****** NAVBAR STYLE ******/
.navbar-light .navbar-brand {
  font-weight: 600;
  line-height: 1.3;
}
.navbar {
  font-weight: 300;
}
.navbar-brand .brand-logo {
  position: relative;
  width: 65px;
  float: left;
  padding: 0px 8px 0 0;
  top: 0px;
}
header nav.has-shadow {
    background-color: #3c9aff;

}
@media (min-width: 813px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.navbar {
  /* position: absolute;
  width: 100%;
  z-index: 1;
  overflow: hidden; */
  /* -webkit-transition:padding 0.3s ease;
  -moz-transition:padding 0.3s ease;
  -o-transition:padding 0.3s ease;
  transition:padding 0.3s ease; */
  background: transparent;
  color: #fff;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 6px 3px rgba(0,0,0,.06);
  -moz-box-shadow: 0 3px 6px 3px rgba(0,0,0,.06);
  box-shadow: 0 3px 6px 3px rgba(0,0,0,.06);
}
.navbar-brand {
  font-size: 14px;
  margin: 0;
  padding: 0 40px 0 0;
  line-height: 1.3;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* NAVBAR SHRINK*/
.navbar.shrink {
  background-color: #8fc1da;
  padding-top: 12px;
  padding-bottom: 12px;

}
/* NAVBAR LINK UNDERLINE ANIMATION */
.navbar-expand-md .navbar-nav a,
.navbar-expand-md .navbar-nav li.active a,
.navbar-expand-md .navbar-nav li.active a.dropdown-toggle,
.navbar-expand-md .navbar-nav li.active a.dropdown-item {
  color: rgb(0 0 0 / 50%);
  font-size: 14px;
  padding: 12px 0;
  font-weight: 600;
  margin-right: 8px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
.navbar-expand-md .navbar-nav a:before,
.navbar-expand-md .navbar-nav li.active a:before,
.navbar-expand-md .navbar-nav li.active a.dropdown-toggle:before,
.navbar-expand-md .navbar-nav li.active a.dropdown-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #84dcc6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.navbar-expand-md .navbar-nav li.active a::before,
.navbar-expand-md .navbar-nav a:hover::before,
.navbar-expand-md .navbar-nav li.active a.dropdown-toggle:hover::before,
.navbar-expand-md .navbar-nav li.active a.dropdown-item:hover::before {

  width: 100%;
}
.navbar-brand {
  color: #5ba593!important;
}
.navbar-expand-md .navbar-nav a:focus,
.navbar-expand-md .navbar-nav a:hover,
.navbar-expand-md .navbar-nav a:hover:before {
  color: #43444d!important;
  cursor: pointer;
}
.navbar-expand-md .navbar-nav .active > a,
.navbar-expand-md .navbar-nav a.active,
.navbar-expand-md .navbar-nav a.active:before,
.navbar-expand-md .navbar-nav a.open,
.navbar-expand-md .navbar-nav .open > a {
  color: #43444d!important;
}
.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}
.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}
.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}
/**Mega Menu **/
.navbar .container {
    position: relative;
}
.navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
}
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  left: auto;
}
.menu-item-has-children .dropdown-menu {
  width: auto !important;
}
.dropdown-toggle::after {
  position: relative;
  vertical-align: 0.155em;
}
@media screen and (max-width: 812px) {
  .navbar-brand {
    font-size: 14px;
    letter-spacing: 0;
    padding-right: 80px;
  }

}
/* Make dropdown visible on hover */
@media (min-width: 767px) {
  .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    padding: 1rem;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    margin-top: 10px;
    display: block;
    visibility:hidden;
    min-width: 150px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .dropdown:hover > .dropdown-menu {
    visibility:visible;
    display: block;
    opacity: 1;
    margin-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 2px 5px 0px rgba(0,0,0,.06); */
    -webkit-box-shadow: 0 2px 5px 0px rgba(0,0,0,.06);
    -moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,.06);
    box-shadow: 0 2px 5px 0px rgba(0,0,0,.06);
  }
    .mega-menu-parent.dropdown .dropdown-menu {
    position: absolute;
    left:  0;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
  }
  .dropdown-toggle::after {
    position: relative;

  }
}

/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/

section {
  clear: both;
  overflow: hidden;
}

/* --------- 2.1 Flexslider post slider --------- */
@media screen and (max-width: 480px) {
  /* .navbar-nav .nav-link:last-child {
  padding-bottom: 30px;
  } */

  .navbar-brand {
    font-size: 14px;
    letter-spacing: 0;
    padding-right: 10px;
    padding-top: 10px;
    line-height: 1.3;
  }

  .dropdown-toggle::after {
    margin-left: .355em;
    vertical-align: .155em;
  }
  .menu-item-has-children .dropdown-menu {
    width: auto !important;
    border: none;
  }
  #mtvvc-hero {
    min-height: 400px;
  }
}


#mtvvc-hero .btn {
  font-size: 24px;
}
#mtvvc-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#mtvvc-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#mtvvc-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#mtvvc-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #mtvvc-hero .flexslider .slides li {
    min-height: 400px;
  }
}
#mtvvc-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#mtvvc-hero .flexslider .slides .holder:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#mtvvc-hero .flexslider .flex-control-nav {
  bottom: 80px;
  z-index: 1000;
  right: 20px;
  float: right;
  width: auto;
}
#mtvvc-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}
#mtvvc-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#mtvvc-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 1px solid #fff;
}
#mtvvc-hero .flexslider .flex-direction-nav {
  display: none;
}
#mtvvc-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 400px;
  z-index: 9;
}
@media screen and (max-width: 480px) {

  #mtvvc-hero .flexslider .slider-text {
    min-height: 400px;
  }
}
#mtvvc-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  height: 400px;
}
@media screen and (max-width: 480px) {
  #mtvvc-hero .flexslider .slider-text > .slider-text-inner {
    height: 400px;
  }
}
#mtvvc-hero .flexslider .slider-text > .slider-text-inner h1, #mtvvc-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#mtvvc-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #mtvvc-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}
#mtvvc-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#mtvvc-hero .flexslider .slider-text > .slider-text-inner h2 a {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#mtvvc-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #mtvvc-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 30px;
  }
}
#mtvvc-hero .flexslider .slider-text > .slider-text-inner .white-link a {
  color: #fff;
}
#mtvvc-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#mtvvc-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}
#mtvvc-hero .flexslider .slider-text > .slider-text-inner .mtvvc-lead {
  font-size: 20px;
  color: #fff;
}
#mtvvc-hero .flexslider .slider-text > .slider-text-inner .mtvvc-lead .icon-heart {
  color: #d9534f;
}
#mtvvc-hero .featured,
#mtvvc-video .featured {
  width: 100%;
  display: table;
  /* height: 265px; */
  position: relative;
}
#mtvvc-hero .featured:first-child,
#mtvvc-video .featured:first-child {
  margin-bottom: 30px;
}
#mtvvc-hero .featured .desc,
#mtvvc-video .featured .desc {
  display: table-cell;
  vertical-align: middle;
  height: 305px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#mtvvc-hero .featured .desc span,
#mtvvc-video .featured .desc span {
  color: rgba(0, 0, 0, 0.5);
}
#mtvvc-hero .featured .desc .date,
#mtvvc-video .featured .desc .date {
  display: block;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #mtvvc-hero .featured .desc,
  #mtvvc-video .featured .desc {
    opacity: 1;
  }
}
#mtvvc-hero .featured:hover .desc,
#mtvvc-video .featured:hover .desc {
  opacity: 1;
}


/* --------- 2.2 Blog Articles ---------- */
[class*='col-'] {
  float: left;
}

/* --------- 2.3 Buttons ---------- */

.call-to-action {
  padding: 35px 0 35px 0;
}

/*Style*/
.button {
  font-size: 12px;
  margin: 35px 0;
  padding: 8px 15px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
}
/* read-more button */
.read-more {
  margin: 25px 0 15px;
}

.read-more a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #828282;
  line-height: 1;
  cursor: pointer;
  font-size: 14px;
  color: #828282;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.read-more a:hover {
  border: 2px solid #212121;
  color: #212121;
}
/* Play Button */

/* #video-section {
position:relative;
}

.play-video {
height:110px;
position:absolute;
top:50%;
margin-top:-110px;
width:100%;
}

.play-icon {
display: inline-block;
font-size: 0px;
cursor: pointer;
margin: 45px auto;
width: 110px;
height: 110px;
border-radius: 50%;
text-align: center;
position: relative;
z-index: 1;
}

.play-icon:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.play-icon:before {
font-family: 'fontawesome';
content: '\f144';
speak: none;
font-size: 74px;
line-height: 110px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: block;
-webkit-font-smoothing: antialiased;
color:#fff;
}

.play-video .play-icon {
background: rgba(255, 255, 255, 0.5);
-webkit-transition: -webkit-transform ease-out 0.3s, background 0.4s;
-moz-transition: -moz-transform ease-out 0.3s, background 0.4s;
transition: transform ease-out 0.3s, background 0.4s;
}

.play-video .play-icon:after {
top: 0;
left: 0;
padding: 0;
z-index: -1;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
opacity: 0;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}

.play-video .play-icon:hover {
background: rgba(255, 255, 255, 0.05);
-webkit-transform: scale(0.93);
-moz-transform: scale(0.93);
-ms-transform: scale(0.93);
transform: scale(0.93);
color: #fff;
} */

/* --------- 2.6 Images ---------- */

/*Alignment*/

img {
  vertical-align: top;
}

.image-center {
  display: block;
  margin: 0 auto;
}

a img {
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
}

a img:hover {
  opacity: 0.7;
}


/* Section Title and Subtitle */

.section-title {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 34px;
  font-weight:700;
  color:#3f77bf;
}
.text-blue {
  color: #3f77bf!important;
}

.section-subtitle {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 16px;
  font-weight:300;
  color:#9c9c9c;
}

/* Testimonial */

.testimonial q {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 17px;
  font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
  color:#111;
}
/* line after h2 */
.section-heading h2:after {
  background:#656565;
  content:"";
  display:block;
  width:40px;
  height:3px;
  margin-top:30px;
}

.text-center .section-heading h2:after,
.text-center .intro-heading h2:after {
  margin:30px auto 25px auto;
}

/* Section Headings */

.intro-heading {
  padding: 0 0 15px 0;
}

.section-subtitle {
  font-size: 18px;
  padding-top: 0;
}

.section-heading h3 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  padding-bottom: 0;
}
.intro-heading h3 {
  font-size: 22px;
  font-weight: normal;
  color: #ccc;
  letter-spacing: 2px;
  padding-bottom: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 4. About Me Custom Sections */
/*------------------------------------------------------------------------------------------*/

#chi-sono-2 {
  background-image: url("./assets/images/patterns/pixel-heart.png");
  background-repeat: repeat;
}
.about-mtvvc-youtube-videos {
  color: #FFF;
  background-color: #FD940A;
  background-image: radial-gradient(circle, #F9A72B 0%, #FA9026 70%, #FB6C1F 100%);
}
/* Background pattern from Toptal Subtle Patterns */

/* ==========================================================================
Back To Top Button
========================================================================== */
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  z-index: 1;
}

.scroll-to-top i {
  position: relative;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: -2px;
}


/*------------------------------------------------------------------------------------------*/
/* 5. Content Elements */
/*------------------------------------------------------------------------------------------*/

/* ---- 02.3 Horizontal Rules ---- */
hr.hr-small {
  width: 100px;
  margin: 10px auto 20px;
}
hr.hr-xsmall {
  width: 50px;
  margin: 10px auto 20px;
}
.hr-full {
  position: relative;
  height: 1px;
  margin-bottom: 20px;
}
.hr-full hr {
  width: 3000px;
  position: absolute;
  top: 0;
  left: -1000px;
}
hr.hr-left {
  margin-left: 0;
}
hr.hr-right {
  margin-right: 0;
}
hr.hr-white {
  border-bottom: solid 1px #FFF;
}
hr.hr-color {
  border-bottom: solid 1px #3896e6;
}
hr.hr-dark {
  border-bottom: solid 2px #656565;
}
hr.hr-gradient {
  background-image: -webkit-linear-gradient(left, transparent, #e5e5e5, transparent);
  background-image: linear-gradient(to right, transparent, #e5e5e5, transparent);
  height: 1px;
  margin: 25px 0;
  border: 0;
}
hr.hr-gradient.hr-color {
  background-image: -webkit-linear-gradient(left, transparent, #3896e6, transparent);
  background-image: linear-gradient(to right, transparent, #3896e6, transparent);
}

@media(max-width:414px) {
  .xs-hr-center {
    width: 50px;
    margin: 10px auto 20px!important;
  }
}

/* --------- 6.6 Tappe Overlay ---------- */

#t-box a {
  display: block;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px
}

#t-box img {
  display: inline-block;
  /* padding: 15px 25px; */
}

.t-box-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top;
  0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#t-box a:hover .t-box-overlay {
  opacity: 1;
}

.t-box-overlay span {
  position: absolute;
  top: 40%;
  left: 0;
  font-weight: normal;
  width: 100%;
  text-align: center;
  display: inline-block;
}

/* --------- 6.6 Clients Overlay ---------- */
#sponsor, #sidebar-sponsor {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* #sponsor img {
  padding: 50px 0 0;
} */
#sidebar-sponsor img {
  margin: 10px 0;
  border-radius: 50%;
  border: rgb(219 219 219 / 48%);
}
/* --------- 6.6 Comments ---------- */
ol.comment-list li.depth-1 {
  margin: 0;
  padding: 0;
}
ol.comment-list li div.comment-body {
  margin-top: 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
}
ol.comment-list li {
  margin: 0;
  padding: 0 0 10px 25px;
}
.comment-author img {
  max-width: 50px;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  margin-right: 10px;
}
/* .comment-date {
  font-size: 0.9em;
  margin-right: 20px;
}
.comment-actions {
  text-align: right;
  opacity: 0.6;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.comment-actions:hover {
  text-align: right;
  opacity: 1;
}
.comment-actions i {
  color: #333;
}
.comment-reply-btn {
  margin-left: 10px;
} */
/* #clients a {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#clients img {
    display: inline-block;
    padding: 15px 25px;
}

.client-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top;
    0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#clients a:hover .client-overlay {
    opacity: 1;
}

.client-overlay span {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
} */

/*------------------------------------------------------------------------------------------*/
/* Video Lightbox
/*------------------------------------------------------------------------------------------*/

#video-box {
  color:#fff;
  position:relative;
  overflow:hidden;
  text-align:center;
}

.video_container, .easyContainer {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  margin: 0;
  padding-top: 0; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.video_container iframe, .video_container object, .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
  width: 100%!important;
  height: 529px!important;
}

.videojs-background-wrap {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -998;
}

#slvj-window {
  width: 100%;
  min-height: 100%;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
}

#slvj-window,
#slvj-window * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#slvj-background-close {
  width: 100%;
  min-height: 100%;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
}

#slvj-back-lightbox {
  max-width: 940px;
  max-height: 529px;
  z-index: 32;
  text-align: center;
  margin: 0 auto;
}

.slvj-lightbox {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 53;
}

#slvj-close-icon:before {
  font-family: "fontawesome";
  color: #fff;
  content: '\f00d';
  font-size: 22px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 99999;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#slvj-close-icon:before:hover {
  opacity: 1;
  cursor: pointer;
}


/*------------------------------------------------------------------------------------------*/
/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/

/* = Media Queries for Nav
===============================*/
@media all and (max-width: 1024px) {}

  /* Landscape mobile & down
  ===============================*/
  @media (max-width: 480px) {
    #wrapper {
      margin:0;
      padding:0;
      position: relative;
    }
    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
      height: 270px !important;
    }
  }
  /*-----------------Sections-----------------*/



  /* Mobile to Tablet Portrait
  ===============================*/
  @media (min-width: 480px) and (max-width: 767px) {
    .row {
      padding: 15px 0 !important;
    }
    .row-banner {
    padding-top: 0!important;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
      height: 370px !important;
    }


  }

  /* Landscape Tablet to Desktop
  ===============================*/
  @media (min-width: 768px) and (max-width: 1024px) {

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
      height: 432px !important;
    }

  }
  /* ----------------------------------------------------------------------------- */
  /*  12. Lightbox - Hover Effect
  /* ----------------------------------------------------------------------------- */

  #gallery {
    overflow-x: hidden;
  }
  /* item description (portfolio) */
  .item-descr-1 {
    padding:15px;
  }
  .item-descr-1 {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  }
  .item-descr-1 .descr-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
  }
  .item-descr-1 p {
    margin: 0;
  }
  /* item box-border & box-shadow */
  .item-box-shadow,
  .hover-box-shadow {
    box-shadow: 0 0 5px #ddd;
    border: 4px solid #fff;
  }
  .item-box-border,
  .hover-box-border {
    border: 1px solid #ececec;
    padding: 4px;
  }
  /* default hover-box */
  .hover-box-default,
  .hover-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }
  .hover-box .box-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hover-box:hover .box-overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .hover-box img {
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hover-box:hover img {
    background-color: rgba(48, 152, 157, 0.4);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  .picture-item__description {
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin-bottom: 35px;
  }
  .picture-item__description h5 {
    margin-bottom: 0;
  }
  .picture-item__inner .owlDotsFade .owl-carousel {
    z-index: 0;
  }
  .hover-box:hover .owl-item img  {
    background-color: rgba(48, 152, 157, 0.4);
    -webkit-transform: none;
    transform: none;
    z-index: 1;
  }
  .hover-box .link-btns .fa {
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    margin: 0 2px;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .hover-box:hover .link-btns .fa {
    color: rgba(50, 50, 50, 0.9);
    background-color: rgba(255, 255, 255, 0.8);
  }
  .hover-box:hover .link-btns .fa:hover {
    background-color: #fff;
  }
  .pic-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .pic-caption-custom,
  .pic-caption {
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0!important;
    text-align: center;
    font-weight: 300;
    width: 100%;
    height: 100%;
    display: table;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .pic-caption-custom div{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .pic-caption div{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .pic-caption-custom div a,
  .pic-caption div a{
    color: #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .pic-caption-custom div a:hover,
  .pic-caption div a:hover {
    color: #fff;
    text-decoration: none;
  }
  .pic-caption-custom div a h6,
  .pic-caption div a h6 {
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 0;
  }
  .pic-line-after div:after {
    position: absolute;
    content: "";
    left: 0; right: 0;
    bottom: 45%;
    text-align: center;
    margin: auto;
    width: 0%;
    height: 1px;
    background: rgba(204, 204, 204, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .pic-caption-custom:hover div,
  .pic-caption:hover div{
    opacity: 1;
    top: 0;
  }
  .pic-caption:hover div:after{
    width: 50%;
  }
  .pic-btm-caption {
    opacity: 0;
    position: absolute;
    text-align: left;
    left: 20px;
    right: 20px;
    color: #ccc;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .pic-btm-caption h6 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;

  }
  .pic-btm-caption p {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .pic-btm-caption a {
    color: #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .pic-btm-caption a:hover {
    color: #fff;
  }
  .hover-box:hover .pic-btm-caption{
    bottom: 30px;
    opacity: 1;
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
  }
  .pic-btm-caption2 {
    position: absolute;
    text-align: left;
    left: 20px;
    right: 20px;
    bottom: 20px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hover-box .box-overlay-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .hover-box:hover .box-overlay-2 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .pic-btm-caption2 {
    margin: 0 30px;
  }
  .pic-btm-caption2 h6 {
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .pic-btm-caption2 p {
    letter-spacing: 2px;
    color: #ececec;
  }
  .pic-btm-caption2 .pic-btm-button {
    opacity: 0;
  }
  .hover-box:hover .pic-btm-caption2{
    bottom: 80px;
    opacity: 1;
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
  }
  .hover-box:hover .pic-btm-button {
    opacity: 1;
  }


  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {
    .pic-btm-caption2 {
      bottom: 60px;
    }
    .hover-box:hover .pic-btm-caption2{
      bottom: 120px;
    }
  }
  /* Portrait phones and smaller */
  @media (max-width: 480px) {
    .pic-btm-caption2 {
      margin: 0;
      bottom: 0;
    }
    .hover-box:hover .pic-btm-caption2{
      bottom: 30px;
    }
  }


  /*
  ####################################################
  M E D I A  Q U E R I E S
  ####################################################
  */

  /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Bootstrap 4 breakpoints
  */

  /*
  Extra small devices (portrait phones, less than 576px)
  No media query since this is the default in Bootstrap because it is "mobile first"
  */
  @media (max-width: 280px) {
    .navbar-brand {
      font-size: 10px!important;
      padding-top: 10px;
    }
  }

  /* Extra small devices (portrait phones, less than 576px) */
  @media (max-width: 575px) {
    .navbar.fixed-top {
      background-color: #3c9aff;
    }
    .navbar-brand {
      font-size: 12px;
      padding-top: 10px;
    }
    .navbar-brand .brand-logo {
      position: relative;
      top: -5px;
    }
  }
  @media (min-width: 576px){


  }
  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) and (max-width: 767px) {
    .navbar.fixed-top {
      /* padding: 6px 0;
      background-color: #3c9aff; */
    }
    .site-title {
      clear: both;
      font-size: 2em!important;
      line-height: 35px!important;
      margin-top: 30px;
    }

  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991px) {}

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width: 1199px) {
    }


    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {

    }



    /*
    ::::::::::::::::::::::::::::::::::::::::::::::::::::
    Custom media queries
    */

    /* Set width to make card deck cards 100% width */
    @media (max-width: 950px) {

    }



    /* Landscape phones and portrait tablets */


    /* Extra small devices (portrait phones, less than 576px) */
    @media (max-width: 575.98px) {

    }

    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) and (max-width: 767.98px) {

    }

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width: 991.98px) {
    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width: 1199.98px) {
       }

      /* Extra large devices (large desktops, 1200px and up) */
      @media (min-width: 1200px) {
         }



  @font-face {
    font-family: 'icomoon';
    src: url("../../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  /* =======================================================
  *
  * 	Template Style
  *
  * ======================================================= */






  .mtvvc-bg-section {
    background: rgba(29, 47, 59, 0.03);
  }

  section {
    padding: 7em 0;
    clear: both;
  }
  @media screen and (max-width: 768px) {
    section {
      padding: 3em 0;
    }
  }


  /* =======================================================
  *
  * 	FOOTER
  *
  * ======================================================= */

  .nav-link:focus, .nav-link:hover {
      text-decoration: none;
  }
  footer {
    background:#253046;
    color:#ffffff;
  }
  footer .footer-widget {
    padding: 50px 15px;
  }
  footer h3 {
    color: #ffffff;
  }
  footer h3.big-title {
    color: #90d1ff;
    border-bottom: 1px solid #565656;
  }
  footer ul {
    padding:0;
    margin:0;
    list-style:none;
  }
  footer ul li a {
    color: #999;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
  }
  footer ul li a:hover {
    color: #fff;
  }
  footer .image-list li {
    margin-bottom:15px;
    border-bottom:1px solid #565656;
  }
  footer .image-list li:last-child {
    border-bottom:none;
  }
  footer .image-list li .post-thumb {
    float: left;
    width: 75px;
    height: auto;
    position: relative;
    top: 8px;
    overflow: hidden;
    text-align: center;
  }
  footer .image-list .post-content {
    margin-left:85px;
    margin-bottom:10px;
    display:block;
  }
  footer .image-list .post-content .post-title {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
  }
  footer .image-list .post-content .post-title a {
    color:#fff;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
  }
  footer .image-list .post-content .post-title a:hover {
    color:#45a2e4;
    text-decoration: none;
  }
  footer .image-list .post-content .meta span {
    color:#aaa;
    font-size:12px;
    line-height:14px;
    margin-bottom:10px;
  }
  footer .menu {
    padding-left:0;
  }
  footer .menu li {
    float:left;
    width:100%;
    padding-bottom:0;
  }
  footer .menu li a.nav-link {
    display: block;
    padding: 0;
  }
  footer .menu li a {
    color:#fff;
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -ms-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
  }
  footer .menu li a:hover {
    color:#45a2e4;
  }
  footer .footer-widget form {
    margin-top:4px;
    position:relative;
  }
  footer .footer-widget form input {
    background:#232c3e;
    border:1px solid #858585;
    width:100%;
    height:40px;
    border-radius:0;
    line-height:40px;
    color:#747474;
    padding:0 20px;
  }
  footer .footer-widget form input:focus {
    border:1px solid #1e6da5;
    outline:none;
  }
  footer .footer-widget button{
    position:absolute;
    right:0;
    top:0;
    width:50px;
    text-align:center;
    padding:0;
    height:40px;
    line-height:41px;
    display:inline-block;
    background:0 0;
    border:none;outline:none;
    font-size:15px;
    color:#959595;
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -ms-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    cursor: pointer;
  }
  footer .footer-widget button:hover {
    color: #fff;
  }

  footer #copyright {
    background:#1b222c;
  }
  footer #copyright .row{
    padding:30px 0;
  }
  footer #developer .row{
    padding: 15px 0 15px;
    background: #1b222c;
    border-top: 1px solid #232c3e;
  }
  footer #copyright .nav-inline .nav-item {
    display: inline-block;
  }
  footer #copyright ul li.nav-item {
    padding: 0 2px;
  }
  footer #copyright .nav-link {
    margin-left: 0px;
    padding: 0;
  }
  footer #copyright a.nav-link {
    color: #90d1ff;
  }
  footer #copyright a.nav-link:hover {
    color: #a2d8ff;
  }
  footer .social-footer {
    margin-top: 30px;
  }
  footer i.icon-round {
    background-color: #1e6da5;
  }
  footer i.icon-round {
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
  }
  .logo-box a {
    /* font-size: 18px;
    line-height: 4;
    color: #a5e6ef;
    font-weight: 300;
    letter-spacing: 2px;
    display: inline-flex; */
    font-size: 14px;
    line-height: 2;
    color: #a5e6ef;
    font-weight: 400;
    letter-spacing: 2px;
    display: inline-flex;
  }
  .logo-box a:hover {
    opacity: 0.7;
  }
  .logo-box a img.creativ3-logo {
    width: 28px!important;
    height: 28px;
  }

  @media screen and (max-width: 480px) {
    .xs-text-center {
      text-align: center!important;
    }
    .xs-hidden {
      display: none;
    }
    .xs-p-t-0 {
      padding-top: 0!important;
    }
    .xs-p-b-20 {
      padding-bottom: 20px!important;
    }
  }

.js .animate-box {
  opacity: 0;
}

/*
####################################################
S T Y L E  B L O G. C S S
####################################################
*/

.post-single {
  position: relative;
  z-index: 1;
}
.post-single .post-content .line {
  background-color: #c8c8c8;
  width: 26px;
  height: 2px;
  margin-bottom: 20px;
}
.post-single .post-content .post-tag {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .post-single .post-content > p {
    margin-bottom: 30px;
  }
}
.post-single .post-content > p {
  line-height: 2;
  margin-bottom: 70px;
}
/* category area to customize */
/* .category-area {
position: relative;
}
.category-area .category-title {
background-color: #000000;
top: 50%;
left: 50%;
width: 226px;
height: 156px;
position: absolute;
z-index: 10;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
.category-area .category-title a {
font-size: 10px;
color: #ffffff;
letter-spacing: 3px;
display: inline-block;
text-transform: uppercase;
}
.category-area .category-title:hover {
background-color: #30336b;
} */
/* <!-- Single Blog Area  - category area-->
<div class="col-12 col-md-6 col-lg-4">
<div class="category-area clearfix m-b-100">
<img src="assets/images/1.jpg" alt="">
<!-- Catagory Title -->
<div class="category-title">
<a href="#">Lifestyle posts</a>
</div>
</div>
</div>
<!-- Single Blog Area -->
<div class="col-12 col-md-6 col-lg-4">
<div class="category-area clearfix">
<img src="assets/images/2.jpg" alt="">
<!-- Catagory Title -->
<div class="category-title">
<a href="#">latest posts</a>
</div>
</div>
</div> */



/* 5 --------------- List Posts Style --------------- */

.featured-posts {
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
  margin: 30px 0;
  padding-bottom: 60px;
  width: 100%;
}
.popular-posts article:last-of-type {
  border-bottom: none;
}
.featured-posts .entry-thumbnail {
  margin-bottom: 30px;
}
.featured-posts .entry-content {
  padding: 0 15px 0;
}
.featured-posts .entry-content .entry-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.featured-posts.fb-post {
  padding-top: 40px!important;
}
/* .featured-posts .entry-content p {
  margin: 0 15px;
} */
.featured-posts .entry-content h6.category {
  display: inline-block;
  margin-top: 0;
  margin-right: 5px;
  padding: 6px 0 0 0;
  margin-bottom: 0px;
  border: none!important;
}
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}
/*
.category {
  border-bottom: 1px solid #af7152;
  color: #aaa;
  font-size: 0.85em;
  letter-spacing: 1px;
  padding-bottom: 5px;

} */
@media (max-width: 1200px) {
  .featured-posts article .entry-content {
    padding-top: 0;
  }
  .featured-posts article .entry-content .entry-title {
    font-size: 18px;
  }
  .featured-posts-02 article.type-ad .entry-content .entry-title {
    font-size: 28px;
  }
  .single-post .entry-title {
    font-size: 26px;
  }
}

a:hover, a:focus {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  text-decoration: none;
  outline: none;

}

/* ##### slider banner ##### */
.post-slider-1 .owl-carousel {
  margin: 0;
  /* -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; */
}
.post-slider-1 .owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.post-slider-1 .owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
}
.post-slider-1 .owl-carousel .owl-nav [class*=owl-] {
  background: #3f77bf!important;
  color: #fff!important;
  font-size: 11px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-slider-1 .owl-carousel .owl-nav [class*=owl-]:hover {
  background: #4a8de4!important;
  color: #fff;
}

.post-slider-1 .owl-carousel .owl-prev,
.post-slider-1 .owl-carousel .owl-next {
  position: absolute;
  bottom: 10px;
  height: 30px;
  margin: auto !important;
}

.post-slider-1 .owl-carousel .owl-prev {
  right: 45px;
}

.post-slider-1 .owl-carousel .owl-next {
  right: 10px;
}

.post-slider-1 .owl-dots{text-align: center;}
.post-slider-1 .owl-dots .owl-dot{background-color: #ccc!important;height: 6px;width: 6px;display: inline-block;margin: 0 2px;border-radius: 50%;}
.post-slider-1 .owl-dots .owl-dot.active{background-color: #333!important;}

.post-slider-1{padding-bottom: 45px;border-bottom: 1px solid #eee;}
.post-slider-1 .news-caption {position: absolute;background: #fff;border: 1px solid #eee;padding: 30px;}
.post-slider-1 .news-caption .summary{margin-bottom: 25px;}
.post-slider-1 .news-caption{top: 50%;right: 0;width: 35%;transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.post-slider-1 .news-image{width: 65%;}

.post-slider-1 .news-content {
  min-height: 510px;
}
/* instagram slider */
.instagram-area {
  position: relative;
  z-index: 0;
}
.instagram-area .insta-title {
  text-align: center;
  margin-bottom: 0;
  padding: 40px 0 20px;
  font-size: 18px;
}
.instagram-area .insta-item {
  position: relative;
  z-index: 1;
  clear: both;
}
.instagram-area .insta-item .insta-block a {
  display: block;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(48, 51, 107, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.instagram-area .insta-item:hover .insta-block a, .instagram-area .insta-item:focus .insta-block a {
  opacity: 1;
  visibility: visible;
}

/* Youtube slider */

/* .video-block .owl-carousel .owl-theme {
  min-width: 100%;
  padding: 0 50px;
  margin: 40px auto 0;
  position: relative;
  animation-fill-mode: none;
} */

/* VIDEO CONTAINER FULLWIDTH */
.video-block {
  max-width: 100%;
  padding: 0 15px;
  margin: 20px auto 0;
  position: relative;
  animation-fill-mode: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  background-color: #000;
}
.video-container .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0);
  cursor: pointer;
  z-index: 1;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CTA VIDEO CONTAINER FULLWIDTH */
.cta-video-container .wp-video {
    min-width: 100%;
    height: auto;
}
.cta-video-container {
  position: relative;
  /* padding-bottom: 56.25%; */ /* 16:9 */
  height: 0;
  overflow: hidden;
  background-color: #000;
  border: none;
}
.cta-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.business_carousel .owl-nav span {
  display: none;
}
.business_carousel.owl-carousel .owl-next,
.business_carousel.owl-carousel .owl-prev {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin: 0!important;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

}
.business_carousel.owl-carousel .owl-next:after,
.business_carousel.owl-carousel .owl-prev:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  transform: rotate(45deg);
}
.business_carousel.owl-carousel .owl-next {
  right: -30px;
}
.business_carousel.owl-carousel .owl-next:after {
  border-right: 3px solid #cf3427;
  border-top: 3px solid #cf3427;
}
.business_carousel.owl-carousel .owl-next:hover {
  right: -33px;
}
.business_carousel.owl-carousel .owl-prev {
  left: -30px;
}
.business_carousel.owl-carousel .owl-prev:hover {
  left: -33px;
}
.business_carousel.owl-carousel .owl-prev:after {
  border-left: 3px solid #cf3427;
  border-bottom: 3px solid #cf3427;
}

.video-block .owl-pagination {
  margin-top: 10px;
  text-align: center;
}
.video-block .owl-page {
  display: inline-block;
  vertical-align: middle;
}
.video-block .owl-page span {
  display: block;
  margin-left: 8px;
  width: 7px;
  height: 7px;
  background-color: #002863;
  border: 2px solid #002863;
  border-radius: 100%;
}
.video-block .owl-page.active span {
  width: 11px;
  height: 11px;
  background-color: transparent;
}

/* partners slider */
.partners-area {
  position: relative;
  z-index: 1;
}
.partners-area .partners-title {
  text-align: center;
  margin-bottom: 0;
  padding: 40px 0 20px;
  font-size: 18px;
}
.partners-area .partners-item {
  position: relative;
  z-index: 1;
  clear: both;
}
.partners-area .partners-item .partners-block a {
  display: block;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(48, 51, 107, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partners-area .partners-item:hover .partners-block a, .partners-area .partners-item:focus .partners-block a {
  opacity: 1;
  visibility: visible;
}
.scheda-mini {
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
}
/* sponsor slider */
.sponsor-area {
  position: relative;
  z-index: 1;
}
.sponsor-area .sponsor-title {
  text-align: center;
  margin-bottom: 0;
  padding: 40px 0 20px;
  font-size: 18px;
}
.sponsor-area .sponsor-item {
  position: relative;
  z-index: 1;
  clear: both;
}
.sponsor-area .sponsor-item .sponsor-block a {
  display: block;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(48, 51, 107, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sponsor-area .sponsor-item:hover .sponsor-block a, .sponsor-area .sponsor-item:focus .sponsor-block a {
  opacity: 1;
  visibility: visible;
}

/* SCONTI E CONVENZIONI */
#partners-block {
  background-color: #f8f8f8;
  padding: 25px 0 40px;
  border-bottom: 1px solid #f2f2f2;
}
#sezione-sconti-1 {

}
#sezione-sconti-1 h2.news-title, #sezione-sconti-2 h2.news-title, #sezione-sconti-3 h2.news-title, #sezione-sconti-4 h2.news-title, #sezione-sconti-5 h2.news-title, #sezione-sconti-6 h2.news-title, #sezione-sconti-7 h2.news-title {
  font-size: 34px;
  font-weight: 300;
  color: #111;
}
#sezione-sconti-4 {

}
#sezione-sconti-1 .news-snippet i,
#sezione-sconti-3 .news-snippet i,
#sezione-sconti-4 .news-snippet i,
#sezione-sconti-5 .news-snippet i,
#sezione-sconti-6 .news-snippet i,
#sezione-sconti-7 .news-snippet i,
#sezione-sconti-8 .news-snippet i {
  color: #2f72c0;
}
/* cta pagina sconti */
.cta-sconti {
  position: relative;
  padding: 45px 0 80px;
  background-color: #f6f6f6;
  background-image: url(./assets/images/site/big-sale.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}
/* .cta-sconti.cta__overlay {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
} */

/*
.btn {
background: #af7152;
border: 1px solid #af7152;
border-radius: 0;
box-shadow: none;
color: #fff;
font-family: 'Lato', sans-serif;
font-size: 12px;
font-weight: 400;
height: inherit;
letter-spacing: 0.5px;
line-height: 28px;
padding: 0 13px;
margin: 0;
text-transform: capitalize;
}
.btn:hover {
background: #fff;
color: #af7152;
} */
/*  SUBSCRIBE CTA FORM  MAILCHIMP */
.cta-subscribe {
  position: relative;
  min-height: 325px;
  position: relative;
  padding: 10px 0 25px;
  background-color: #0076d1;
  background-image: url(./assets/images/site/way.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.blue--cta {
  background-color: rgb(38 72 116 / 90%);
}
/* .cta-subscribe .cta-col::before {
  content: "";
  opacity: .65;
  -webkit-transition: 0.23s;
  -moz-transition: 0.23s;
  transition: 0.23s;
  -webkit-backface-visibility: hidden;
  width: 800px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -400px;
  background: url(assets/images/gradient.png) no-repeat center center/cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
} */
.cta-subscribe h3 {
  font-size: 34px;
  font-weight: 500;
  padding: 3px 0 4px;
}
.cta-subscribe h3, .cta-subscribe p {
  position: relative;
  z-index: 1;
}

/* cta pagina consulenze private4 */
.cta-consulenze {
  position: relative;
  padding: 65px 0;
  background-color: #f6f6f6;
  background-image: url(./assets/images/site/team-work.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}
/* cta pagina sconti */
.cta-click-here {
  position: relative;

  padding: 45px 0 20px;
  background-color: #f6f6f6;
  background-image: url(./assets/images/site/camper-cult.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.cta-click-here h2 {
  margin-bottom: 0px!important;
  padding-top: 10px!important;
}
.cta-click-here p {
  line-height: normal;
  margin-top: 10px!important;
}
@media (max-width: 767px) {
  .cta-click-here .news-content {
    position: relative;
    top: -15px;
  }
}


h6.category {display: inline-block;margin-top: 0;margin-right: 5px;padding: 6px 8px;margin-bottom: 0px;border: 1px solid #eee;}
h6.category a {
  color: #333;
  font-family: "Playfair Display";
  font-size: 0.9em;
  font-weight: 400;
  font-style: italic;
}
.info p {
  display: inline;
  font-family: "Playfair Display";
  line-height: 17px;
  font-weight: 400;
  font-style: italic;
}
.info, .info a {
  font-size: 0.9em;
  color: #333;
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: italic;
}
.info a.category {
  text-transform: uppercase;
}
.info i {
  font-size: 0.9em;
  color: #333;
  position: relative;
  top: 0px;
  margin: 0 0 0 5px;
  font-size: 13px;
  font-family: fontawesome;
}
.hrline {
  clear: both;
  width: 100%;
  margin: 15px 0 25px 0;
  padding: 0;
  height: 1px;
  position: relative;
}
.hrline:after {
  width: 30px;
  height: 2px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #656565;
}
.hrline-white {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 1px;
  position: relative;
}
.hrline-white:after {
  width: 10%;
  height: 2px;
  content: '';
  position: absolute;
  top: 0;
  left: 45%;
  background-color: #fff;
}
.hrline-dark {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 1px;
  position: relative;
}
.hrline-dark:after {
  width: 10%;
  height: 2px;
  content: '';
  position: absolute;
  top: 0;
  left: 45%;
  background-color: #111;
}


@media (max-width: 767px) {
  .post-slider-1 .news-image {width: 100%;}
  .post-slider-1 .news-caption {position: relative;left: 0; right: 0; top: 0;transform: translateY(0);width: 100%;padding: 15px;}
}


/* author widget */
.widget {
  margin-bottom: 45px;
  float: left;
  width: 100%;
  position: relative;
}
.mtvvc-author-wrapper {
  /* border-bottom: 1px solid #eee; */
  margin-bottom: 70px;
}
.mtvvc-author-wrapper .author-image-holder {
  margin: 0 0 25px;
  margin: 0 auto 30px;
  max-width: 150px;
}
.mtvvc-author-wrapper .author-info {
  padding: 10px 20px 15px 20px;
}
.mtvvc-author-wrapper .author-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.mtvvc-author-widget .text-signature {
  font-family: 'Dancing Script',cursive;
  font-size: 25px;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 10px;
}
.mtvvc-author-widget .author-social-icons li {
  display: inline-block;
  margin: 3px;
  width: auto;
  float: none;
  border: none;
  padding: 5px;
}

.mtvvc-author-widget .text-signature {
  font-family: 'Dancing Script',cursive;
  font-size: 25px;
  color: #333;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
 /* post author before comments */
 .blog-post-author {
  width: 100%;
  /* position: relative; */
  z-index: 1;
  padding: 70px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #c5c5c5;
}
.blog-post-author .author-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
  min-width: 132px;
  padding-right: 20px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    min-width: 90px;
   }
  }
.blog-post-author .author-thumbnail img {
  border-radius: 50%;
 }
.blog-post-author .author-info .line {
  background-color: #c8c8c8;
  width: 26px;
  height: 2px;
  margin-bottom: 20px;
}
.blog-post-author .author-info .author-role {
  color: #333;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
}
.blog-post-author .author-info a {
  display: inline-block;
  color: #222;
  font-weight: 600;
  margin-bottom: 0;
}
.blog-post-author .social-icons {
  margin-top: 30px;
}
.blog-post-author .social-icons i.icon-round {
  background-color: #253046;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.blog-post-author .social-icons i.icon-round:hover {
  background-color: #415988;
}
.blog-post-author .social-icons i.icon-round {
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
.comments-area .news-title {
  font-size: 28px;
  margin-bottom: 15px;
  color: #555;
  font-weight: 700;
  font-style: normal;
  color: #222;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}



.sidebar-widget-area {
  padding: 0 15px;
  border: 1px solid #eee;
}
.no-border {
  border: none;
}
.sidebar-widget-area .title {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0 0;
  margin-bottom: 10px;
}
.sidebar-widget-area .single-blog-post {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.sidebar-widget-area .single-blog-post .post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  min-width: 115px;
  padding-right: 15px;
}
.sidebar-widget-area .single-blog-post .post-content .post-tag,
.sidebar-widget-area .single-blog-post .post-content .post-tag a  {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.sidebar-widget-area .single-blog-post .post-content h4,
.sidebar-widget-area .single-blog-post .post-content h4 a {
  color: #222;
  margin-bottom: 0;
  padding: 3px 0;
}
.sidebar-widget-area .single-blog-post .post-content .post-meta p {
  margin-bottom: 0;
}
.sidebar-widget-area .single-blog-post .post-content .post-meta p a {
  font-size: 11px;
  color: #878787;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

/* carousel sidebar */
.carousel-text {
  padding: 10px 15px;
  border: 1px solid #eee;
}
.carousel-text .cat-links {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.carousel-text .title {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
}
.carousel-text .title a,
.carousel-text .cat-links a {
  color: #333;
}
.carousel-text .cat-links a {
  margin: 0 5px 0 0;
}
a.readmore {
  font-size: 11px;
  color: #a1a1a1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
a.readmore:hover{color: #777;}
ul li, ol li {
  list-style: none;
}
.sidebar-widget-area .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.sidebar-widget-area .tags a {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #828282;
  font-size: 12px!important;
  color: #828282;
  height: 45px;
  line-height: 43px;
  margin: 5px;
  -webkit-transition:all .3s ease-in-out 0s;
  -moz-transition:all .3s ease-in-out 0s;
  -ms-transition:all .3s ease-in-out 0s;
  -o-transition:all .3s ease-in-out 0s;
  transition:all .3s ease-in-out 0s;
}
.sidebar-widget-area .tags a:hover {
  border: 1px solid #222;
  color: #222;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .sidebar-widget-area .tags a {
    padding: 0 20px;
  }
}

/* Heading small */
#home {
  min-height: 300px;
  background-size: cover;
  background-attachment: fixed;
  background-size: cover!important;
  background-position: bottom!important;
}
#titolo-card {
  position: absolute;
  top: 3.5rem;
  background-color: rgba(3, 47, 88, 0.6);
}
#titolo-card a {
  color: rgba(255, 255, 255, 0.7);
}
#titolo-card a:hover {
  color: rgba(255, 255, 255, 1);
}
.card-title {
  color: #fff;
  cursor: default;
  font-size: 25px!important;
  font-weight: 500!important;
  padding-bottom: 5px;
  font-weight: normal;
}

/* Heading small */
#header-sconti {
  /* background: url(../images/img-back.jpg) no-repeat; */
  position: relative;
  min-height: 450px;
  background-size: cover;
  background-attachment: fixed;
  background-size: cover!important;
  background-position: center center!important;
}
/* #titolo-card {
  position: absolute;
  top: 3.5rem;
  background-color: rgba(3, 47, 88, 0.6);
}
#titolo-card a {
  color: rgba(255, 255, 255, 0.7);
}
#titolo-card a:hover {
  color: rgba(255, 255, 255, 1);
}
.card-title {
  color: #fff;
  cursor: default;
  font-size: 20px;
} */



/*  recent posts sidebar */
.latest-posts {
  padding: 0 0 30px;
}
.latest-posts h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
.latest-posts .latest-post-box .post-thumbnail {
  height: 190px;
  margin: 15px 0 -40px;
  width: 100%;
}
.latest-posts .post-thumbnail img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-posts .post-thumbnail {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.latest-posts .entry-header {
  overflow: hidden;
}
.latest-posts .latest-post-box .entry-header {
  background: #fff;
  margin: 0 auto;
  max-width: 92%;
  padding: 13px 15px 30px;
  position: relative;
  text-align: center;
  width: 100%;
  border: 1px solid #eee;
}
.latest-posts .latest-post-box .entry-header .cat-links {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 5px 0 0;
  color: #aaa;
}
.latest-posts .latest-post-box .entry-header .cat-links a {
  color: #aaa;
}
.latest-posts .latest-post-box h3.entry-title {
  font-size: 24px;
  margin-bottom: 5px;
  padding-top: 5px;
}
.latest-posts .latest-post-box .entry-header .post-date,
.latest-posts .latest-post-box .entry-header .post-date i {
  color: #aaa;
  font-size: 0.85em;
  margin-bottom: 5px;
}
.latest-posts .entry-meta a {
  /* color: #aaa; */
  font-size: 0.85em;
  display: block;
}


/*  recent posts sidebar */

.recent-posts h5 {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
.recent-posts .latest-post-box li .post-thumbnail,
.recent-posts .latest-post-box .post-thumbnail {
  height: 190px;
  margin: 0 0 -40px;
  width: 100%;
}
.recent-posts ul li .post-thumbnail img,
.recent-posts .post-thumbnail img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-posts ul li .post-thumbnail,
.recent-posts .post-thumbnail {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.recent-posts ul li .entry-header,
.recent-posts .entry-header {
  overflow: hidden;
}
.recent-posts .latest-post-box li .entry-header,
.recent-posts .latest-post-box .entry-header {
  background: #fff;
  margin: 0 auto;
  max-width: 92%;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 100%;
  border: 1px solid #eee;
  box-shadow: 0 3px 6px 3px rgba(0,0,0,.06);
    -webkit-box-shadow: 0 3px 6px 3px rgba(0,0,0,.06);
    -moz-box-shadow: 0 3px 6px 3px rgba(0,0,0,.06);
    box-shadow: 0 3px 6px 3px rgba(0,0,0,.06);
}
.recent-posts .latest-post-box li .entry-header .cat-links,
.recent-posts .latest-post-box .entry-header .cat-links {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 5px 0 0;
}
.recent-posts .latest-post-box li h3.entry-title,
.recent-posts .latest-post-box h3.entry-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.widget .entry-meta a, .widget .post-date {
  color: #333;
  font-size: 0.85em;
  display: block;
}
.recent-posts .latest-post-box .entry-meta .post-date {
  color: #333;
  font-size: 12px;
  display: block;
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: italic;
}
.recent-posts .latest-post-box .entry-header a {
  color: #333;
}

/* news snippet */
.news-snippet {
  position: relative;
  border: none!important;
  float: left;
  height: auto;
  width: 100%;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.row .partners-area .news-snippet .no-shadow,
.news-snippet.no-shadow {
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
span.wt-cli-sr-only {
  font-size: 16px;
}
.partners-item img.rounded-circle {
  width: 80px!important;
  height: 80px;
  margin: 0 auto;
}
.partners-item a {
    color: #333;
    outline: 0;
    padding: 0 10px;
}
.partners-item span {
  color: #e6496d;
  font-weight: bold;
}
.partners-item a p:visited, .partners-item a p:focus, .partners-item a p:hover {
    color: #444;
    outline: 0;
}
.news-snippet ul li img {
  width: 100%!important;
}
/* Shadow style option */
.has-shadow {
  background: #fff;
  -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 35px rgba(0,0,0,.1);
  box-shadow: 0 0 35px rgba(0,0,0,.1);
  padding: 15px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.has-shadow:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 35px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 35px rgba(0,0,0,.3);
  box-shadow: 0 0 35px rgba(0,0,0,.3);
  padding: 15px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-snippet .summary {
  padding: 30px 15px;
}
.news-snippet .summary ul li {
  list-style: inside;
}
.post-slider-1 .news-caption h3.news-title,
.news-caption h3.news-title,
.news-snippet .news-title,
.news-snippet h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #060808;
  font-weight: 600;
  font-style: normal;
  background-color: transparent!important;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.news-snippet h2 {
  margin-top: 50px;
}
.post-slider-1 .news-caption h3.news-title a,
.news-caption h3.news-title a,
.news-snippet .news-title a {
  color: #060808;
  font-size: 25px;
  line-height: normal;
}

.post-slider-1 .news-caption h3.news-title a:hover,
.news-caption h3.news-title a:hover,
.news-snippet .news-title a:hover {
  color: #3f77bf;
}

.card .news-caption h3.news-title a,
.card .news-caption h5.news-title a {
  color: #555;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}
.card .news-caption h3.news-title a:hover,
.card .news-caption h5.news-title a:hover {
  color: #3f77bf;
}



/* youtube video */

#mtvvc-video .section-title {
  font-size: 20px;
  font-weight: 300;
  color: #3f77bf;
  text-transform: uppercase;
  letter-spacing: 30px!important;
  margin-left: 35px;
  margin-top: 10px;
}
.html5-video-player{
  background-color: #fff;
}
.rwd-video {
  height: 0;
  overflow: hidden;
  /* padding-bottom: 20.25%; */
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
}
.mtvvc-youtube-videos {
  background-color: #2b2a2a;
}
/* pulse button in homepage */
.pulse-button {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -45px;
  display: block;
  width: 80px;
  height: 80px;
  font-size: 1.3em;
  font-weight: light;
  font-family: 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px;
  letter-spacing: -1px;
  color: white;
  border: none;
  border-radius: 50%;
  background-color: #e84c3d;
  background-image: url("./assets/images/youtube-btn.png");
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}

.pulse-button:hover {
  -webkit-animation: none;
}

/* Animation */
@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}


.news-snippet p.category{
  color: #aaa;
  border: none!important;
}
.news-snippet p.category a:hover {
  color: #777;
}
.news-snippet p {
  margin-top: 20px;
  margin-bottom: 25px;
}
.widget-title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.block-title {
  width: 100%;
  font-weight: 600;
  padding: 10px 0 15px;
  margin-bottom: 10px;
  color: #3f77bf;
  /* border-bottom: 1px solid #eee; */
}

.has-border {
  border-bottom: 1px solid #eee;
}
.widget_insta_feed {
  padding: 0 30px;
}
.widget_insta_feed .widget-details {
  display: inline-block;
  margin: -5px;
}
.widget_insta_feed .widget-details a {
  float: left;
  margin: 5px;
  max-height: 150px;
  max-width: 150px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #000;
}
/* .widget_insta_feed .widget-details a:before {
content: '';
background: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
left: 0;
top: 0;
opacity: 0;
position: absolute;
z-index: -1;
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-ms-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
}
.widget_insta_feed .widget-details a:hover:before {
opacity: 1;
z-index: 1;
} */
.widget_insta_feed .widget-details a img {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.widget_insta_feed .widget-details a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0.7;

}

.widget-newsletter {
  padding-top: 30px;
}
.widget-newsletter form input {
  box-shadow: none;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  height: inherit;
}
.widget-newsletter form input[type="email"] {
  /* background: #232c3e; */
  background: #fbfcfd;
  border: 1px solid #858585;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 0;
  line-height: 40px;
  color: #747474;
  padding: 0 20px;
}
.widget-newsletter form input[type="submit"] {
  background: #af7152;
  border: 1px solid #af7152;
  color: #fff;
  width: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 38px;
  padding: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.widget-newsletter form input[type="submit"]:hover {
  background: #fff;
  color: #af7152;
}
.widget-newsletter form input:focus {
  box-shadow: none;
  outline: 0;
}
.post-meta {
  border-top: 1px solid #eaeaea;
  color: #999;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding-top: 15px;
  width: 100%;
}
.post-meta .comments {
  font-style: italic;
  margin-top: 3px;
}
.post-meta .comments i {
  font-size: 12px;
  margin-right: 2px;
}
.post-meta .comments a {
  color: #999;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.post-meta .comments a:hover {
  color: #666!important;
}

.post-meta ul li a {
  color: #888;
  text-transform: uppercase;
}
.post-meta .post-social,
.post-meta .share-btn {
  font-size: 14px;
  color: #333;
}
.post-meta .post-social a,
.post-meta .share-btn a {
  color: #3f77bf;
}
.post-meta a:hover {
  color: #666 !important;
}
.post-meta .post-social a i {
  font-size: 20px;
  padding-left: 7px;
  margin-left: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

/* ----------------------------------------------------------------------------- */
/*  29. CTA
/* ----------------------------------------------------------------------------- */
.mtvvc-cta {
    position: relative;
    width: auto;
    padding: 45px 65px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
/* ----------------------------------------------------------------------------- */
/*  PHONE ANIMATION - CONSULENZE LANDING - CALL TO ACTION
/* ----------------------------------------------------------------------------- */
i.Phone {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  font-size: 10vmin;
  background-color: #3498db;
  border-radius: 0.5em;
  box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0) scale(1);
}

i.Phone::before,
i.Phone::after {
  position: absolute;
  content: "";
}

i.Phone::before {
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(0);
}

i.Phone::after {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
}

i.Phone.is-animating {
  -webkit-animation: phone-outer 3000ms infinite;
          animation: phone-outer 3000ms infinite;
}
i.Phone.is-animating::before {
  -webkit-animation: phone-inner 3000ms infinite;
          animation: phone-inner 3000ms infinite;
}
i.Phone.is-animating::after {
  -webkit-animation: phone-icon 3000ms infinite;
          animation: phone-icon 3000ms infinite;
}

@-webkit-keyframes phone-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

@keyframes phone-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes phone-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
@keyframes phone-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
@-webkit-keyframes phone-icon {
  0% {
    transform: translate3d(0em, 0, 0);
  }
  2% {
    transform: translate3d(0.01em, 0, 0);
  }
  4% {
    transform: translate3d(-0.01em, 0, 0);
  }
  6% {
    transform: translate3d(0.01em, 0, 0);
  }
  8% {
    transform: translate3d(-0.01em, 0, 0);
  }
  10% {
    transform: translate3d(0.01em, 0, 0);
  }
  12% {
    transform: translate3d(-0.01em, 0, 0);
  }
  14% {
    transform: translate3d(0.01em, 0, 0);
  }
  16% {
    transform: translate3d(-0.01em, 0, 0);
  }
  18% {
    transform: translate3d(0.01em, 0, 0);
  }
  20% {
    transform: translate3d(-0.01em, 0, 0);
  }
  22% {
    transform: translate3d(0.01em, 0, 0);
  }
  24% {
    transform: translate3d(-0.01em, 0, 0);
  }
  26% {
    transform: translate3d(0.01em, 0, 0);
  }
  28% {
    transform: translate3d(-0.01em, 0, 0);
  }
  30% {
    transform: translate3d(0.01em, 0, 0);
  }
  32% {
    transform: translate3d(-0.01em, 0, 0);
  }
  34% {
    transform: translate3d(0.01em, 0, 0);
  }
  36% {
    transform: translate3d(-0.01em, 0, 0);
  }
  38% {
    transform: translate3d(0.01em, 0, 0);
  }
  40% {
    transform: translate3d(-0.01em, 0, 0);
  }
  42% {
    transform: translate3d(0.01em, 0, 0);
  }
  44% {
    transform: translate3d(-0.01em, 0, 0);
  }
  46% {
    transform: translate3d(0em, 0, 0);
  }
}
@keyframes phone-icon {
  0% {
    transform: translate3d(0em, 0, 0);
  }
  2% {
    transform: translate3d(0.01em, 0, 0);
  }
  4% {
    transform: translate3d(-0.01em, 0, 0);
  }
  6% {
    transform: translate3d(0.01em, 0, 0);
  }
  8% {
    transform: translate3d(-0.01em, 0, 0);
  }
  10% {
    transform: translate3d(0.01em, 0, 0);
  }
  12% {
    transform: translate3d(-0.01em, 0, 0);
  }
  14% {
    transform: translate3d(0.01em, 0, 0);
  }
  16% {
    transform: translate3d(-0.01em, 0, 0);
  }
  18% {
    transform: translate3d(0.01em, 0, 0);
  }
  20% {
    transform: translate3d(-0.01em, 0, 0);
  }
  22% {
    transform: translate3d(0.01em, 0, 0);
  }
  24% {
    transform: translate3d(-0.01em, 0, 0);
  }
  26% {
    transform: translate3d(0.01em, 0, 0);
  }
  28% {
    transform: translate3d(-0.01em, 0, 0);
  }
  30% {
    transform: translate3d(0.01em, 0, 0);
  }
  32% {
    transform: translate3d(-0.01em, 0, 0);
  }
  34% {
    transform: translate3d(0.01em, 0, 0);
  }
  36% {
    transform: translate3d(-0.01em, 0, 0);
  }
  38% {
    transform: translate3d(0.01em, 0, 0);
  }
  40% {
    transform: translate3d(-0.01em, 0, 0);
  }
  42% {
    transform: translate3d(0.01em, 0, 0);
  }
  44% {
    transform: translate3d(-0.01em, 0, 0);
  }
  46% {
    transform: translate3d(0em, 0, 0);
  }
}
/* ----------------------------------------------------------------------------- */
/*  29. Mailchimp Submit Form
/* ----------------------------------------------------------------------------- */
input#mce-EMAIL[type="email"] {
  background: #fff;
  border: 1px solid #858585;
  width: 100%;
  height: 40px;
  border-radius: 0;
  line-height: 40px;
  color: #747474;
  padding: 0 20px;
  z-index: 0;
}


input#mce-EMAIL:focus {
  background: #232c3e;
  border:1px solid #1e6da5;
  outline:none!important;
  -webkit-appearance:none;
  -webkit-box-shadow: none;
    box-shadow: none;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #1e6da5;
  -webkit-text-fill-color: #747474!important;
  -webkit-box-shadow: 0 0 0px 1000px #232c3e inset;
  transition: background-color 5000s ease-in-out 0s;
}
span.input-group-btn button {
  position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    text-align: center;
    padding: 0;
    height: 38px;
    line-height: 41px;
    display: inline-block;
    background: 0 0;
    border: none;
    outline: none;
    font-size: 15px;
    color: #333;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
}
input#mce-EMAIL{
    caret-color : #666666;
}
.mc-field-group button:hover { color: #FFF }
div.mce_inline_error {
    color: red;
}
div.mce_inline_error,
#mce-responses {
    margin-top: 5px;
}


/* MAILCHIMP FORM */
form#mailchimp input[type="email"] {
  background: #ffffff;
  border: 1px solid #858585;
  width: 100%;
  height: 40px;
  border-radius: 0;
  line-height: 40px;
  color: #666666;
  padding: 0 20px;
  /*cursor: pointer;*/
}
form#mailchimp button[type="submit"] {
  position: absolute;
  right: 0;
  top: 3px;
  width: 50px;
  text-align: center;
  padding: 0;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: 0 0;
  border: none;
  outline: none;
  font-size: 15px;
  color: #666666;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  cursor: pointer;
}
form#mailchimp input:focus {
  background: #ffffff;
  border:1px solid #1e6da5;
  outline:none!important;
  -webkit-appearance:none;
  -webkit-box-shadow: none;
    box-shadow: none;
}
form#mailchimp input{
    caret-color : #666666;
}
form#mailchimp button:hover { color: #333333; }
/* my */
/* .popular-post {
height: 190px;
margin: 0 0 -40px;
width: 100%;
}
.popular-post .post-thumbnail img {
height: 250px!important;
margin: 0 0 -40px;
width: 100%;
}
.popular-post .post-thumbnail img {
vertical-align: top;
width: 100%;
height: auto;
object-fit: cover;
}
.popular-post .entry-header {
background: #fff;
margin: 0 auto;
max-width: 92%;
padding: 13px 15px 0;
position: relative;
text-align: center;
width: 100%;
}
.popular-post h3.entry-title {
font-size: 24px;
margin-bottom: 5px;
}
.popular-post .entry-header .cat-links {
display: block;
font-size: 14px;
font-weight: 500;
margin: 0 5px 0 0;
}
.popular-post .post-date {
color: #aaa;
font-size: 0.85em;
display: block;
} */

/* <div class="popular-post">
<div class="row">
<div class="col-md-6">

<a href="#" class="post-thumbnail">
<img src="https://thebootstrapthemes.com/demo/bootstrap-blog-pro-1/wp-content/uploads/2018/06/blue-2564660_960_720-330x190.jpg">
</a>
<div class="entry-header">
<span class="cat-links">
<a href="https://thebootstrapthemes.com/demo/bootstrap-blog-pro-1/category/uncategorized/" alt="View all posts in Uncategorized">Uncategorized</a>
</span>
<h3 class="entry-title">
<a href="https://thebootstrapthemes.com/demo/bootstrap-blog-pro-1/2018/06/21/wordpress-resources-at-siteground/">WordPress Resources at SiteGround</a>
</h3>
<div class="entry-meta">
<span class="posted-on"><a href="https://thebootstrapthemes.com/demo/bootstrap-blog-pro-1/2018/06/21/wordpress-resources-at-siteground/">
<div class="post-date">June 21, 2018</div></a>
</span>
</div>
</div>
</div>
</div>
</div> */

/* panel */
li#accordion-section-servizi #customize-theme-controls .accordion-section-title {
  color: #ffcc66!important;
}

/* PRENOTAZIONE CONSULENZE PRIVATE */
#fbuilder .ui-datepicker-inline {
  max-width: 50%!important;
  margin: 50px auto;
}
#fbuilder .slots {
  border: none!important;
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
}
#fbuilder input {
  height: 12px!important;
}
#fbuilder .pbreak .pbPrevious, .pbreak .pbNext, .pbSubmit {
    max-width: 140px;
    background: #33b5e5!important;
    color: #fff!important;
    cursor: pointer;
    float: none!important;
    margin: 15px auto!important;
    padding: 5px 20px;
}



/* responsive */
@media (max-width: 1366px) {

}
@media (max-width: 1200px) {}

  @media (max-width: 1024px) {

  }
  @media (max-width: 992px) {
    /* .widget_insta_feed .widget-details a {
    max-width: 63px;
    } */
  }
  @media (max-width: 767px) and (orientation: landscape) {

  }
  @media (max-width: 375px) {

  }
  .sidebar .widget {
    margin: -6px 0 70px;
  }

  /*
  Name: YouTubePopUp
  Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
  Version: 1.0.1
  Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
  Written By: Qassim Hassan
  Twitter: @QQQHZ
  Websites: wp-time.com | qass.im | wp-plugins.in
  Dual licensed under the MIT and GPL licenses:
  http://www.opensource.org/licenses/mit-license.php
  http://www.gnu.org/licenses/gpl.html
  Copyright (c) 2016 - Qassim Hassan
  */

  .YouTubePopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
  }

  .YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
  }

  @-webkit-keyframes YouTubePopUp {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes YouTubePopUp {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top:32px;
    z-index:99998;
  }

  .YouTubePopUp-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
  }

  .YouTubePopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  .YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
  }

  @-webkit-keyframes YouTubePopUpHide {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

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

    100% {
      opacity: 0;
    }
  }

  .YouTubePopUp-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(../images/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
  }

  .YouTubePopUp-Close:hover{
    opacity:0.5;
  }

  @media all and (max-width: 768px) and (min-width: 10px){
    .YouTubePopUp-Content{
      max-width:90%;
    }
  }

  @media all and (max-width: 600px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
      height:320px !important;
    }

    .YouTubePopUp-Close{
      bottom:362px;
    }
  }

  @media all and (max-width: 480px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
      height:220px !important;
    }

    .YouTubePopUp-Close{
      bottom:262px;
    }
  }
 /** COOKIE POLICY TABLE SETTING **/
 table, th, td {
    border: 1px solid black;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 5px;
    text-align: left;
}

/* BANNER MOBILE MAILCHIMP */
@media only screen and (max-width : 768px) {


    .mc-banner {
      /* visibility: visible;
      z-index: 9999;
      position: fixed;
      background-color: black;
      bottom: 0;
      left: 0; */
    }

}


/* App page */
#section-4-app {
  position: relative;
  background-image: url("./assets/images/app-bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}
/* App page */
#section-5-app {
  position: relative;
  background-image: url("./assets/images/app-bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}