@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css); .rel{
position: relative;
}
.google-map{
width: 100%;
min-height: 250px;
}
html,
body {
overflow-x: hidden;
}
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0; z-index: 999999;
background-color: #ffffff;
}
.spinner-wrapper img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
*:active,
*:focus {
outline: none !important;
box-shadow: none !important;
}
body {
font-family: 'Oswald', sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Oswald', sans-serif;
}
.h3, h3 , .h4, h4 {
font-size: 1.5rem;
}
.btn, .btn:hover {
border-radius: 0;
background-color: #000;
color: #fff;
}
.bg {
background-color: #7ed072;
}
.hamburger {
padding: 0;
display: block;
cursor: pointer;
z-index: 7;
border: 0;
-webkit-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
-webkit-transition-duration: .1s cubic-bezier(0.7, 0, 0.3, 1);
-o-transition-duration: .1s cubic-bezier(0.7, 0, 0.3, 1);
transition-duration: .1s cubic-bezier(0.7, 0, 0.3, 1);
transition-property: opacity, -webkit-filter;
-webkit-transition-property: opacity, -webkit-filter;
-o-transition-property: opacity, filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
margin-left: calc(66px - 30px);
}
.navbar-white .hamburger-label {
color: #fff;
}
.hamburger {
background-color: transparent;
position: relative;
}
.hamburger-label {
display: block;
font-family: inherit;
font-size: initial;
width: 100%;
height: auto;
position: relative;
top: 0;
left: 0; text-transform: uppercase;
-webkit-transition: color .3s cubic-bezier(0.7, 0, 0.3, 1) .6s;
-o-transition: color .3s cubic-bezier(0.7, 0, 0.3, 1) .6s;
transition: color .3s cubic-bezier(0.7, 0, 0.3, 1) .6s;
font-weight: 400 !important;
margin-top: 28px;
color: #ffffff;
}
.hamburger.is-active .hamburger-label {
color: #fff !important;
-webkit-transition: color .1s cubic-bezier(0.7, 0, 0.3, 1);
-o-transition: color .1s cubic-bezier(0.7, 0, 0.3, 1);
transition: color .1s cubic-bezier(0.7, 0, 0.3, 1);
}
.hamburger-box {
position: relative;
display: flex;
width: 60px;
height: 60px;
align-content: center;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: 0;
background: #fc8534;
margin-top: 20px;
}
.hamburger-inner {
display: block;
top: 9px;
}
.navbar-white .hamburger-inner,
.navbar-white .hamburger-inner:after,
.navbar-white .hamburger-inner:before {
background-color: #fff;
}
.hamburger-inner:after,
.hamburger-inner:before {
display: block;
content: '';
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
position: absolute;
width: 30px;
height: 3px;
background-color: #fff;
-webkit-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1) .6s;
-o-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1) .6s;
transition: all .3s cubic-bezier(0.7, 0, 0.3, 1) .6s;
}
.hamburger-black .hamburger-inner,
.hamburger-black .hamburger-inner:after,
.hamburger-black .hamburger-inner:before {
background-color: #fff;
}
.hamburger-inner:before {
top: 8px;
}
.hamburger-inner:after {
top: 16px;
width: 30px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after {
background-color: #212529;
-webkit-transition-delay: .1s;
-o-transition-delay: .1s;
transition-delay: .1s;
}
.hamburger.is-active .hamburger-inner {
-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger.is-active .hamburger-inner:before {
opacity: 0;
-webkit-transition: opacity .3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-o-transition: opacity .3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
transition: opacity .3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
background-color: #7c7c7c;
}
.hamburger.is-active .hamburger-inner:after {
width: 30px;
-webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
transform: translate3d(0, -16px, 0) rotate(-90deg);
background-color: #7c7c7c;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after {
background-color: #fff;
}
.menu-container {
padding: 0.75rem;
}
.overlay.is-active {
opacity: 1;
visibility: visible;
}
.menu-hidden.is-active {
width: 25%;
opacity: 1;
visibility: visible;
box-shadow: 0px 10px 40px #999!important;
-webkit-box-shadow: 0px 10px 40px #999;
-moz-box-shadow: 0px 10px 40px #999;
}
.menu-hidden .container-ul {
visibility: hidden;
}
.menu-hidden.is-active .container-ul {
visibility: visible;
}
.menu-hidden {
position: absolute;
top: 0;
left: 0;
width: 0%;
background-color: #dfdfdf;
height: 100vh;
z-index: 2;
visibility: hidden;
transition-property: all;
transition-duration: .5s;
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.sub-menu-hidden,
.sub-menu-hidden-2 {
position: absolute;
top: 0;
left: 0;
width: 0%;
background-color: #ececec;
height: 100vh;
z-index: 1;
visibility: hidden;
transition-property: all;
transition-duration: .5s;
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.sub-menu-hidden.is-active,
.sub-menu-hidden-2.is-active {
margin-left: 25%;
width: 25%;
opacity: 1;
visibility: visible;
box-shadow: 0px 10px 40px #999!important;
-webkit-box-shadow: 0px 10px 40px #999;
-moz-box-shadow: 0px 10px 40px #999;
}
.sub-menu-hidden .container-ul,
.sub-menu-hidden-2 .container-ul {
visibility: hidden;
}
.sub-menu-hidden.is-active .container-ul,
.sub-menu-hidden-2.is-active .container-ul {
visibility: visible;
}
.hamburger:focus {
outline: none;
}
.title {
font-size: 8rem;
bottom: 0;
position: absolute;
text-transform: uppercase;
font-weight: 900;
color: #8CCE6A;
padding-left: 20px;
opacity: 0.5;
}
.vh100 {
height: 100vh;
}
.min-vh100 {
min-height: 100vh;
}.single-post {
position: relative;
}
.single-post a {
text-decoration: none;
}
.box-single-post {
background-size: cover!important;
background-position: center;
}
.content-box-single-post {
border: 1px solid #ddd;
padding: 30px;
background-color: #ffffff;
z-index: 999;
transition: all 0.3s ease-in-out;
}
.content-box-single-post .date {
color: #000;
}
.content-box-single-post .date .d-inline-block {
vertical-align: middle;
}
.content-box-single-post .date .d {
padding: 5px;
font-size: 42px;
background-color: #f2f2f2;
}
.single-post a:hover .content-box-single-post .date .d {
color: #000000;
}
.content-box-single-post .date .F {
text-transform: capitalize;
}
.content-box-single-post h4 {
font-weight: 600;
font-size: 22px;
color: #212529;
transition: all 0.3s ease-in-out;
height:75px;
}
.content-box-single-post p {
height: 120px;
}
.content-box-single-post p, .content-box-single-post ul {
transition: all 0.3s ease-in-out;
margin-bottom: 1.5rem;
color: #000;
font-size: 20px;
}
.content-box-single-post button {
color: #000;
border: 1px solid #000;
background-color: #fff;
padding: 6px 30px;
text-transform: uppercase;
margin-bottom: .5rem;
cursor: pointer;
}
.single-post a:hover .content-box-single-post {
background-color: transparent;
}
.single-post a:hover .date {
color: #ffffff;
}
.single-post a:hover .luogo {
color: #ffffff;
}
.single-post a:hover .content-box-single-post h4,
.single-post a:hover .content-box-single-post p,
.single-post a:hover .content-box-single-post ul {
color: #ffffff;
}.single-case-history {
position: relative;
}
.single-case-history a {
text-decoration: none;
}
.box-single-case-history {
background-size: cover!important;
background-position: center;
}
.content-box-single-case-history {
border: 1px solid #ddd;
padding: 30px;
background-color: #ffffff;
z-index: 999;
transition: all 0.3s ease-in-out;
}
.content-box-single-case-history h4 {
font-weight: 600;
font-size: 22px;
color: #212529;
transition: all 0.3s ease-in-out;
height: 52.8px;
}
.content-box-single-case-history p {
height: 120px;
}
.content-box-single-case-history p, .content-box-single-case-history ul {
transition: all 0.3s ease-in-out;
margin-bottom: 1.5rem;
color: #000;
font-size: 20px;
}
.content-box-single-case-history button {
color: #000;
border: 1px solid #000;
background-color: #fff;
padding: 6px 30px;
text-transform: uppercase;
margin-bottom: .5rem;
cursor: pointer;
}
.single-case-history a:hover .content-box-single-case-history {
background-color: transparent;
}
.single-case-history a:hover .date {
color: #ffffff;
}
.single-case-history a:hover .luogo {
color: #ffffff;
}
.single-case-history a:hover .content-box-single-case-history h4,
.single-case-history a:hover .content-box-single-case-history p,
.single-case-history a:hover .content-box-single-case-history ul {
color: #ffffff;
}body {
font-weight: 300; }
a {
color: #fd893a;
}
a:hover {
color: #333;
}
.btn-outline-light, .wpcf7-submit {
background-color: transparent;
border-color: #000;
color: #000;
}
.btn-outline-light:hover, .wpcf7-submit:hover {
background-color: #000;
color: #fff;
border-color: #fff;
}
.blue {
color: #0d0d19;
}
.bg-blue {
background: #0d0d19;
}
.orange {
color: #fd893a;
}
.bg-orange {
background-color: #fd893a;
}
.white {
color: #ffffff;
}
.bg-white {
background-color: #ffffff;
}
.bg-gray {
background-color: #f7f7f7;
}
input {
outline: none;
border: none;
}
textarea {
outline: none;
border: none;
}
textarea:focus, input:focus {
border-color: transparent !important;
}
input::-webkit-input-placeholder {
color: #999999;
}
input:-moz-placeholder {
color: #999999;
}
input::-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder {
color: #999999;
}
textarea::-webkit-input-placeholder {
color: #999999;
}
textarea:-moz-placeholder {
color: #999999;
}
textarea::-moz-placeholder {
color: #999999;
}
textarea:-ms-input-placeholder {
color: #999999;
}
.wpcf7-form-control-wrap, .wpcf7-select {
width: 100%;
position: relative;
background-color: #fff;
border: 1px solid #e6e6e6;
margin-bottom: 17px;
display: block;
}
.wpcf7-form-control, .wpcf7-select {
display: block;
width: 100%;
background: transparent;
font-size: 15px;
line-height: 1.2;
}
.contact-form input, .wpcf7-select {
height: 40px;
padding: 0 20px 0 23px;
}
.wpcf7-select {
margin: 0;
}
.contact-form .motivo input, .contact-form .privacy input, .contact-form .marketing input, .contact-form .profilazione input, .contact-form .comunicazione_terzi input {
height: auto;
padding: 0;
}
.wpcf7-form-control-wrap.motivo {
border: 0;
}
.wpcf7-form-control-wrap.privacy, .wpcf7-form-control-wrap.marketing, .wpcf7-form-control-wrap.profilazione, .wpcf7-form-control-wrap.comunicazione_terzi {
border: 0;
margin: 0;
}
.contact-form textarea {
height: 150px;
padding: 19px 20px 0 23px;
}
.focus-input100-1,
.focus-input100-2 {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
}
.focus-input100-1::before,
.focus-input100-2::before {
content: "";
display: block;
position: absolute;
width: 0;
height: 1px;
background-color: #57b846;
}
.focus-input100-1::before {
top: -1px;
left: 0;
}
.focus-input100-2::before {
bottom: -1px;
right: 0;
}
.focus-input100-1::after,
.focus-input100-2::after {
content: "";
display: block;
position: absolute;
width: 1px;
height: 0;
background-color: #57b846;
}
.focus-input100-1::after {
top: 0;
right: -1px;
}
.focus-input100-2::after {
bottom: 0;
left: -1px;
}
.contact-form:focus + .focus-input100-1::before {
-webkit-animation: full-w 0.2s linear 0s;
animation: full-w 0.2s linear 0s;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
}
.contact-form:focus + .focus-input100-1::after {
-webkit-animation: full-h 0.1s linear 0.2s;
animation: full-h 0.1s linear 0.2s;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
}
.contact-form:focus + .focus-input100-1 + .focus-input100-2::before {
-webkit-animation: full-w 0.2s linear 0.3s;
animation: full-w 0.2s linear 0.3s;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
}
.contact-form:focus + .focus-input100-1 + .focus-input100-2::after {
-webkit-animation: full-h 0.1s linear 0.5s;
animation: full-h 0.1s linear 0.5s;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
}
@keyframes full-w {
to {
width: calc(100% + 1px);
}
}
@keyframes full-h {
to {
height: calc(100% + 1px);
}
}
.alignright {
float: right;
}
.btn-orange {
background-color: #ff8500;
border-radius: 2px;
padding: 4px 30px 5px 30px!important;
font-weight: bold;
color: white!important;
}
.btn-orange:hover {
background-color: #333333;
border-radius: 2px;
padding: 6px 24px;
font-weight: bold;
color: #ff8500!important;
}#button {
display: inline-block;
background-color: #fd893a;
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 30px;
right: 30px;
transition: background-color .3s,
opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
}
#button::after {
content: "\f077";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-style: normal;
font-size: 2em;
line-height: 50px;
color: #ffffff;
}
#button:hover {
cursor: pointer;
background-color: #ca6d2e;
}
#button:active {
background-color: #975222;
}
#button.show {
opacity: 1;
visibility: visible;
}
.grecaptcha-badge {
visibility: hidden;
}.no-margin {
margin: 0;
}
.no-padding {
padding: 0;
}
.swiper-container {
position: relative;
width: 100%;
height: 60vh;
left: 0;
top: 0;
background-color: #151515;
}
.swiper-wrapper {
align-items: center;
}
.swiper-slide {
overflow: hidden;
}
.swiper-slide-duplicate-active .overlay,
.swiper-slide-active .overlay {
opacity: .4;
}
.slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.slide-inner--image {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
opacity: .2;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: scale(1.07);
-ms-transform: scale(1.07);
transform: scale(1.07);
-webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
-webkit-transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
-o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
transition: opacity .6s ease-in-out, transform 2s ease .7s;
transition: opacity .6s ease-in-out, transform 2s ease .7s, -webkit-transform 2s ease .7s;
}
.swiper-slide-duplicate-active .slide-inner--image,
.swiper-slide-active .slide-inner--image {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.swiper-slide-duplicate-active .slide-inner--video .fullscreen-bg__video,
.swiper-slide-active .slide-inner--video .fullscreen-bg__video {
opacity: 1;
} .swiper-button-prev, .swiper-button-next {
text-transform: uppercase;
color: #fff;
letter-spacing: .2em;
line-height: 3em;
font-size: 12px;
width: auto;
height: 37px;
background-image: none !important;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(100,100,100,.7);
padding-left: 10px;
padding-right: 10px;
}
.swiper-button-prev {
padding-left: 5em;
left: 0;
-webkit-transition: padding-left .3s ease;
-o-transition: padding-left .3s ease;
transition: padding-left .3s ease;
}
.swiper-button-next {
padding-right: 5em;
right: 0;
-webkit-transition: padding-right .3s ease;
-o-transition: padding-right .3s ease;
transition: padding-right .3s ease;
}
.swiper-button-prev::after {
content: "";
width: 3em;
height: 1px;
background-color: #fff;
position: absolute;
left: 0;
top: calc(50% - 1px);
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}
.swiper-button-next::after {
content: "";
width: 3em;
height: 1px;
background-color: #fff;
position: absolute;
right: 0;
top: calc(50% - 1px);
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}
.swiper-button-prev:hover {
padding-left: 90px;
}
.swiper-button-prev:hover::after {
width: 65px;
}
.swiper-button-next:hover {
padding-right: 90px;
}
.swiper-button-next:hover::after {
width: 65px;
} .slide-inner--info {
position: absolute;
width: 100%;
bottom: 0;
padding: 2em;
color: #fff;
z-index: 1;
opacity: 0;
-webkit-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
transition: opacity 1s ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
left: 0;
background-color: rgba(255,255,255,0.8); }
.swiper-slide-active .slide-inner--info {
opacity: 1;
-webkit-transition: opacity 1s ease 1s;
-o-transition: opacity 1s ease 1s;
transition: opacity 1s ease 1s;
}
.slide-inner--info h2, .slide-inner--info .h1 {
margin: 0 12px 0 0;
text-transform: uppercase;
color: #fc8534;
font-weight: 100;
font-size: 3.25rem;
float: left;
}
.slide-inner--info .h3, .slide-inner--info h3 {
margin: 12px 0;
color: #fff;
font-weight: 400;
font-size: 1.2rem;
float: left;
background: rgba(0,0,0,0.5);
padding: 10px;
border: 1px solid #000;
}
.slide-inner--info .btn {
font-weight: 400;
padding-left: 2rem;
padding-right: 2rem;
}
.box-cat h2 {
font-size: 30px;
}
.box-cat img {
-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;
}
.box-cat:hover a {
text-decoration: none;
}
.box-cat:hover img {
width: 300px;
}
.box-cat:hover p {
color: #fff;
}
#breadcrumbs {
font-size: 14px;
color: #484848;
text-transform: uppercase;
}
#breadcrumbs a {
color: #484848;
}
.line {
border-bottom: 1px solid #000;
width: 50px;
height: 1px;
float: left;
margin-top: 37px;
}
.swiper-slide--bottom {
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
right: 0;
height: 90px;
width: 100%;
max-width: 1440px;
margin: 0 auto;
}
.overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.8);
z-index: 1009;
transition: all .5s ease;
opacity: 0;
visibility: hidden;
}
#menu-menu-top {
position: relative;
text-align: right;
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
#menu-menu-top li {
text-transform: uppercase;
}
#menu-menu-top li a {
color: #212529;
font-weight: 900;
display: inline-block;
text-decoration: none;
}
#menu-menu-top li:hover a,
#menu-menu-top li:focus a,
#menu-menu-top li a.is-active,
#menu-menu-top li a.is-active {
text-decoration: none;
background-color: #fd893a;
color: #ffffff;
transition: all 0.3s ease-in-out;
}
#menu-menu-top li:hover .sub-menu {
display: block;
}
.is-active .logo {
z-index: 9999999;
position: relative;
}
.col1 {
text-transform: uppercase;
font-size: 1.3rem;
color: #8CCE6A;
font-weight: 900;
line-height: 3rem;
}
.col2 {
font-size: 1.2rem;
line-height: 2.9rem;
}
.footer.section {
background-color:#fff;
position: relative;
z-index: 9
}
.footer {
color: #666;
font-weight: 100;
font-size: 1rem;
}
.footer a {
color: #212529;
text-decoration: underline;
text-decoration-color: #212529;
}
.footer a:hover {
color: #000;
text-decoration: none;
}
#cookie_access_form {
width: 100%!important;
}
.copyright,
.copyright a {
color: #666666;
font-size: 0.8rem;
}
.cover {
background-size: cover;
}
.title-section {
font-size: 2.4rem;
font-weight: 900;
text-transform: uppercase;
}
.scroll-down {
position: absolute;
bottom: 30px;
left: 50%;
margin-left: -16px;
display: block;
width: 32px;
height: 32px;
border: 2px solid #FFF;
background-size: 14px auto;
border-radius: 50%;
z-index: 2;
-webkit-animation: bounce 2s infinite 2s;
animation: bounce 2s infinite 2s;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.scroll-down:before {
position: absolute;
top: calc(50% - 8px);
left: calc(50% - 6px);
transform: rotate(-45deg);
display: block;
width: 12px;
height: 12px;
content: "";
border: 2px solid white;
border-width: 0px 0 2px 2px;
}
@keyframes bounce {
0%,
100%,
20%,
50%,
80% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
60% {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
}
.ancorh-menu .h1 {
color: #ffffff;
text-transform: uppercase;
font-size: 44px;
position: relative;
font-weight: 400;
text-shadow: 1px 1px 0px #333;
}
.ancorh-menu .h1::before {
width: 80px;
display: inline-block;
content: "";
background-color: #fc8534;
height: 80px;
position: absolute;
z-index: -1;
left: -20px;
top: -15px;
}
#menu-section li a::before {
-webkit-transition: width 2s; transition: width 2s;
content: "";
display: inline-block;
width: 10px;
}
#menu-section li a {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
color: black;
background: rgba(255,255,255,0.7);
width: 100%;
display: block;
margin-bottom: 1px;
padding: 4px;
-webkit-animation: 2s infinite 2s;
animation: 2s infinite 2s;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
}
#menu-section li.active a {
font-weight: 400;
color: #fd893a;
background: rgba(255,255,255,0.9);
}
#menu-section li:last-child a {
margin-bottom: 0;
}
#menu-section li:hover a {
background: rgba(255,255,255,0.8);
text-decoration: none;
}
.arrow-right {
width: 0px;
height: 0px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #fc8534;
float: left;
margin-top: 8px;
margin-left: 10px;
}
#menu-section-catprodotto {
margin-left: -20px;
}
#menu-section-catprodotto li a {
font-size: 1.5rem;
text-transform: uppercase;
color: #ffffff;
position: relative;
display: inline-block;
font-weight: 400;
padding: 5px 15px;
text-decoration: none;
line-height: 1.8rem;
}
#menu-section-catprodotto li a:before {
display: inline-block;
content: "";
position: absolute;
top: 0;
left: -15px;
bottom: 0;
width: 15px;
}
.tooltip { }
.tooltip.show {
opacity: 1;
}
.tooltip .arrow {
}
.tooltip .arrow:before {
border-top-color: #f7f7f7;
-webkit-filter: drop-shadow(0px 12px 8px rgba(76,96,111,1));
filter: drop-shadow(0px 12px 8px rgba(76,96,111,1));
}
.tooltip-inner {
color: #212529;
text-align: left;
background-color: #f7f7f7;
border-radius: 0;
-webkit-box-shadow: 0px 0px 10px 0px rgba(76,96,111,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(76,96,111,1);
box-shadow: 0px 0px 10px 0px rgba(76,96,111,1);
text-align: center;
}
.tooltip ul {
padding-left: 20px;
margin-bottom: 0;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0.5em 0 0;
}
.card {
border-radius: 0;
border-bottom: 0px;
margin-bottom: -1px;
}
.card-header {
padding: .2rem .5rem;
margin-bottom: 0;
background-color: rgba(0,0,0,.03);
border-bottom: 1px solid rgba(0,0,0,.125);
border-radius: 0 !important;
padding: 0;
}
.card-header button, .card-header button:hover {
width: 100%;
text-align: left;
padding: 5px;
}
.btn-link {
background-color: transparent;
color: #000000;
font-weight: 400;
white-space: normal;
}
.btn-link:hover {
background-color: transparent;
padding: 0;
}
.bg-cat {
background-repeat: no-repeat;
background-size: cover;
z-index: -2;
background-position: left
}
.box-download {
padding: 20px;
max-width: 400px;
}
.box-download h4 {
color: #ffffff;
font-size: 2.5rem;
text-shadow: 1px 1px 3px #666;
font-weight: 600;
}
.allegato-accessorio {
background-color: #efefef;
border: 1px solid #ddd;
padding: 0px 10px;
}
.allegato-accessorio {
background-color: #efefef;
border: 1px solid #ddd;
}
.allegato-accessorio a {
text-decoration: underline;
}
.allegato-accessorio a:hover {
text-decoration: none;
color: #333
}
.accessori-correlati-anteprima {
background-color: #f2f2f2;
border: 1px solid #ddd;
padding:20px
}
.owl-carousel-accessori-correlati .owl-item img {
display: block;
width: auto;
height: 180px;
margin: 0 auto;
}
.owl-carousel-accessori-correlati .owl-item {
cursor: pointer;
}
.owl-carousel-accessori-correlati .owl-item:hover img {
opacity: 0.4
}
.img-prodotto {
width: 400px;
height: 721px;
background-position: left;
background-size: 100%;
background-repeat: no-repeat;
}
.single-allegato {
background-color: #f2f2f2;
border: 1px solid #ccc;
padding: 15px;
margin-bottom: -1px;
}
.content-page h1 {
font-size: 28px;
}
.content-page h2 {
font-size: 24px;
}
.content-page h3 {
font-size: 20px;
}
.wpcf7-submit {
width: auto;
margin: 0 auto;
padding: 5px 15px;
font-size: 17px;
}
div.wpcf7 .wpcf7-submit:disabled {
background-color: #ccc;
}
.pagine-correlate a {
background-color: #f2f2f2;
padding: 8px;
width: 100%;
display: block;
font-size: 16px;
}
.pagine-correlate a:hover {
background-color: #fd893a;
text-decoration: none;
color: #fff;
}
.pagine-correlate .arrow-right {
margin-top: 4px;
margin-left: 10px;
margin-right: 10px;
}
.pagine-correlate:hover .arrow-right {
border-left: 5px solid #fff;
}
.contact-menu {
list-style-type: none;
margin: 0;
padding: 0;
}
.contact-menu li {
float: left;
margin: 0 10px;
}
.contact-menu li a {
color: #212529;
font-size: 1.25rem;
}
.contact-menu li a:hover {
color: #fd893a;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
padding: 5px 10px;
}
.accessori-correlati-anteprima {
display: none;
}
.page-numbers {
width: 32px;
display: inline-block;
padding: 6px 4px;
color: #5c3818;
}
.page-numbers:hover,
.page-numbers.current {
color: #ffffff;
background-color: #5c3818;
text-decoration: none;
}
.page-numbers.prev,
.page-numbers.next {
width: auto;
}
.single {
background-color: #f2f2f2;
position: relative;
font-size:20px;
}
.single img {
width: 100%;
}
.single .date {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: #f2f2f2;
}
.single .date .d-inline-block {
vertical-align: middle;
height: 57.6px;
}
.single .date .d {
padding: 10px;
font-size: 36px;
}
.single .date .F {
text-transform: capitalize;
}
#page-download .catfile {
border: 1px solid #cccccc;
}
#page-download .catfile h3 {
background-color: #fd893a;
color: #ffffff;
padding: 7.5px 15px;
display: block;
text-transform: uppercase;
font-size: 1.1rem;
}
#page-download .catfile h4 {
margin-left: 15px;
margin-right: 15px;
padding-bottom: .5rem;
border-bottom: 1px solid #fd893a;
font-size: 1.25rem;
}
#page-download .sub-categoria-name {
float: right;
}
#page-download .sub-categoria-name i {
color: #212529;
}
#page-download .catfile .files {
padding-left: 15px;
padding-right: 15px;
}
#page-download .catfile .sub-files {
display: none;
padding-left: 30px;
padding-right: 30px;
}
#page-download .catfile ul {
margin-top: 10px;
list-style: none;
}
#page-download .catfile ul li {
margin-top: 2.5px;
margin-bottom: 2.5px;
}
#page-download .catfile ul li a {
padding-left: 10px;
color: #212529;
text-decoration: none;
}
#page-download .catfile ul li:hover a,
#page-download .catfile ul li:focus a {
padding-left: 20px;
}
#page-download .catfile ul li:hover i,
#page-download .catfile ul li:focus i {
color: #fd893a;
}
.menu-primo-menu-in-evidenza-del-footer-container,
.menu-menu-seo-del-footer-container,
.menu-menu-note-legali-container {
display: inline-block;
}
#menu-primo-menu-in-evidenza-del-footer,
#menu-menu-seo-del-footer,
#menu-footer-evidenza-2,
#menu-menu-note-legali {
list-style: none;
padding-left: 0;
margin-bottom: 0;
text-align: left;
}
#menu-primo-menu-in-evidenza-del-footer .menu-item:before,
#menu-footer-evidenza-2 .menu-item:before,
#menu-menu-seo-del-footer .menu-item:before,
#menu-menu-note-legali .menu-item:before {
content: " - ";
}
#menu-primo-menu-in-evidenza-del-footer .menu-item:last-child:after,
#menu-menu-seo-del-footer .menu-item:last-child:after,
#menu-menu-note-legali .menu-item:last-child:after {
content: "";
}
#menu-primo-menu-in-evidenza-del-footer .menu-item a,
#menu-footer-evidenza-2 .menu-item a,
#menu-menu-seo-del-footer .menu-item a {
font-size: 14px;
color: #666;
font-weight: 100
}
.menu-item-85 .sub-menu {
display: block!important;
margin: 0;
margin-left: 35px;
}
.card-body img {
width: 100%;
height: auto;
}
.menu-container {
background-color: rgb(255, 255, 255, 1); }
.menu-fixed {
background-color: rgb(233 233 233); box-shadow: 0px 0px 5px 0px rgb(190 190 190 / 45%);
} .body-landing {
font-size: 18px; }
.navbar-landing {
font-weight: bold;
}
.navbar-landinga .navbar-nav{
color: black!important
}
.max-width {
max-width: 800px;
}
.value_number {
border: 3px solid #fd893a;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
color:#fd893a;
background-color: white;
}
.step {
border: 2px solid #ededed;
padding: 15px;
position: relative;
background: white;
border-radius: 15px;
z-index: 1;
}
.step:after {
content: '';
background: #ededed;
width: 97px;
position: absolute;
height: 2px;
left: -98px;
top: 50%;
z-index: -100;
border-radius: 15px;
}
.step:hover {
transform: scale(1.05);
transition: 0.3s;
-webkit-box-shadow: 0px 0px 5px 0px rgba(190, 190, 190, 0.445);
box-shadow: 0px 0px 5px 0px rgba(190, 190, 190, 0.445);
}
.navbar-landing.menu-fixed {
background: white;
-webkit-box-shadow: 0px 0px 5px 0px rgba(190, 190, 190, 0.445);
box-shadow: 0px 0px 5px 0px rgba(190, 190, 190, 0.445);
}
.navbar-landing .navbar-nav li {
padding: 0 15px;
}
.menu-mobile {
font-size: 20px;
list-style-type: none;
}
.card-body-landing img{
width: auto
}
.card-landing .btn-accordion-landing {
font-size: 25px;
padding: 15px!important;
}
.card-landing .btn-accordion-landing {
color: #fd893a;
text-decoration: none!important;
}
.card-landing .btn-accordion-landing.collapsed {
color: black
}
.card-landing .btn-accordion-landing:hover {
color: #fd893a;
}
.fs-28 {
font-size: 28px;
}
.tab-nav-landing.active{
background-color: #2c2c2c!important;
border-radius: 0;
}
.landing-navbar .container-fluid{
display: block;
}
.landing-icon{
display: flex;
justify-content: flex-end;
align-items: center;
margin-bottom: 0;
list-style: none;
width: 100%;
padding: 0;
}
.landing-icon a{
font-size: 16px!important;
color: black;
padding: 15px;
}
.landing-icon a:hover{
background-color: #2c2c2c;
color: #fd893a;
}
.navbar-landing .navbar-nav li {
padding: 0 30px;
}
.border-lg-left {
border-left: 1px solid #dee2e6;
}
.body-landing input.wpcf7-form-control.wpcf7-submit {
background-color: #fd893a!important;
color: white;
font-weight: bold;
font-size: 18px;
padding: 10px 40px;
}
.body-landing #button {
display: inline-block;
background-color: #fd893a;
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 30px;
right: 30px;
transition: background-color .3s, opacity .5s, visibility .5s;
z-index: 1000;	
}
.body-landing #button.show:hover {
background-color: #fd893a;
}
.body-landing .grecaptcha-badge {
opacity: 0;
}
.bg-dark-gray {
background-color: #2c2c2c;
}
.logo-app {
max-width: 150px;
}
.iconsetsocial{
font-size: 30px;
color: #fd893a;
margin: 0 20px;
}@media (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 576px) {}
@media (max-width: 767.98px) {}
@media (max-height: 767.98px) {
#fullpage {
font-size: 13px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 768px) {}
@media (max-width: 991.98px) {
#menu-menu-top {
text-align: left;
}
.vh-100 {
height: auto!important;
}
.menu-hidden.is-active {
width: 100%;
position: fixed;
bottom: 0;
}
.ancorh-menu {
display: none!important;
}
.fixed-top {
position: relative;
text-align: center;
}
.hamburger {
width: 100%;
margin-left: 0;
}
.hamburger-box {
margin-right: auto;
margin-bottom: 20px;
}
.is-active .logo {
display: none;
}
.swiper-container {
display: none!important;
}
.img-prodotto {
max-width: 320px;
max-height: 480px;
margin-left: auto;
margin-right: auto;
}
.bg-cat {
background-position: center;
}
.bg-cat {
background-size: cover;
background-position: left;
height: 50vh;
}
.section[data-anchor="download"]  .bg-cat {
background-size: cover;
background-position: left;
height: 100vh;
}
.img-prodotto {
position: relative!important;
z-index: 0;
top: 0!important;
left: 0!important;
padding: 0;
background-size: 100%!important;
}
.navbar-toggler {
margin-top: 10px;
margin-bottom: 10px;
color: rgba(255, 255, 255, 1);
border-color: rgba(255, 255, 255, .6);
background-color: #fd893a;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
vertical-align: text-top;
}
.sub-menu li a {
font-weight: 400;
}
.contact-menu {
position: absolute;
right: 15px;
top: 15px;
}
.menu-fixed .contact-menu.contact-menu {
position: fixed;
right: 15px;
top: 15px;
z-index: 9999;
}
.menu-fixed .col-lg-8 {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: rgba(255, 255, 255, .9);
}
#menu-menu-top li {
font-size: 1rem!important;
margin-top: .25rem;
margin-bottom: .25rem;
}
.sub-menu {
list-style: none;
padding-left: 20px;
}
.ancorh-menu .h1 {
font-size: 38px;
}
.ancorh-menu {
max-width: 300px;
}
.img-prodotto {
position: fixed;
z-index: 0;
top: 5%;
left: 18%;
padding: 0;
background-size: 85%;
}
.container-ul ul li {
padding: 0.3rem 0;
text-transform: uppercase;
font-size: 1rem;
}
.h1, h1 {
font-size: 1.8rem;
}
.h2, h2 {
font-size: 1.5rem;
}
.h3, h3 {
font-size: 1.2rem;
}
.h4, h4 {
font-size: 1rem;
}
.content-box-single-case-history h4 {
font-size: 20px;
}
.content-box-single-case-history p,
.content-box-single-case-history ul {
font-size: 17px;
}
.content-box-single-case-history p {
height: auto;
}
.col-lg-6.contact-form {
flex: 0 0 100%;
max-width: 100%;
}
.slide-inner--info h2, .slide-inner--info .h1 {
margin: 16px 12px 0 0;
font-size: 2rem;
}
.box-cat h2 {
font-size: 25px;
}
.h1, h1 {
font-size: 2.5rem;
}
.single {
font-size: 16px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 992px) {
.ancorh-menu {
position: fixed;
z-index: 99;
top: 50%;
transform: translateY(-50%);
max-width: 350px;
}
.img-prodotto {
position: relative;
z-index: 0;
top: 18%;
left: 50%;
right: 50%;
padding: 0;
width:340px;
}
#menu-menu-top li {
display: inline-block;
position: relative;
margin: 0 .25rem;
}
#menu-menu-top li a {
font-size: 1rem;
padding: .25rem .25rem;
}
.sub-menu {
display: none;
position: absolute;
top: 32px;
left: 0;
text-align: left!important;
background-color: #fd893a;
width: 405px;
padding-left: 0;
margin-bottom: 0;
z-index: 999;
}
.sub-menu li {
display: block!important;
margin-left: 0!important;
margin-right: 0!important;
padding-top: .25rem;
padding-bottom: .25rem;
border-bottom: 1px solid #ffffff;
}
.sub-menu li:last-child {
border-bottom: 0;
}
.sub-menu li a {
font-size: 1rem!important;
}
.header-clearfix {
height: 105px;
}
.navbar-expand-lg .navbar-collapse {
display: inline-block!important;
}
}
@media (max-width: 1199.98px) {
#menu-menu-top li a {
font-size: 0.9rem;
padding: .25rem .2rem;
}
}
@media (min-width: 1200px) {
.img-prodotto {
position: fixed;
z-index: 0;
top: 18%;
left: 18%;
padding: 0;
width:340px;
}
}
@media (min-width: 1600px) {
#menu-menu-top li {
margin: 0 .5rem;
}
#menu-menu-top li a {
font-size: 1.25rem;
padding: .25rem .5rem;
}
.sub-menu {
top: 38px;
}
} @media (max-width: 1520px) {
.navbar-landing .navbar-nav li {
font-size: 15px;
}
.navbar-nav li a.btn.btn-orange.btn-lg {
font-size: 16px;
}
.navbar-landing .navbar-nav li {
padding: 0 15px;
}
}
@media (max-width: 991.98px) {
.row-landing {
justify-content: center;
}
.navbar-landing .nav-item a {
font-size: 18px;
margin: 10px 0;
}
.navbar-landing a.btn.btn-orange {
font-size: 20px;
}
.landing-icon-mobile li {
background-color: #fd893a;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
margin: 15px;
}
.landing-icon-mobile li a{
color: #fff;
}
.landing-navbar {
position: fixed;
background: white;
-webkit-box-shadow: 0px 0px 5px 0px rgb(190 190 190 / 45%);
box-shadow: 0px 0px 5px 0px rgb(190 190 190 / 45%);
}
.margin-mobile {
margin-top: 110px!important;
}
.border-lg-left {
border-left: none;
}
.tab-nav-landing {
font-size: 20px;
text-align: center;
}
#sei-pronto-per-una-nuova-era {
text-align: center;
}
#sei-pronto-per-una-nuova-era .nav-link{
margin: 0 auto;
}
#button {
bottom: 100px;
}
}
@media (max-width: 767.98px) {
.body-landing .h1, .body-landing h1 {
font-size: 2rem!important;
}
#logo-landing img{
max-width: 100px;
}
}
@media (max-width: 1400px) {
.intro-landing {
padding-left: 0!important;
}
}.mt-0{margin-top:0!important}
.mt-10{margin-top:10px}
.mt-20{margin-top:20px}
.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mt-50{margin-top:50px}
.mt-60{margin-top:60px}
.mt-70{margin-top:70px}
.mt-80{margin-top:80px}
.mt-90{margin-top:90px}
.mt-100{margin-top:100px}
.mt-110{margin-top:110px}
.mt-120{margin-top:120px}
.mt-130{margin-top:130px}
.mt-140{margin-top:140px}
.mb-0{margin-bottom:0!important}
.mb-10{margin-bottom:10px}
.mb-20{margin-bottom:20px}
.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-70{margin-bottom:70px}
.mb-80{margin-bottom:80px}
.mb-90{margin-bottom:90px}
.mb-100{margin-bottom:100px}
.mb-110{margin-bottom:110px}
.mb-120{margin-bottom:120px}
.mb-130{margin-bottom:130px}
.mb-140{margin-bottom:140px}
.pt-0{padding-top:0!important}
.pt-5{padding-top:5px}
.pt-7{padding-top:7px}
.pt-10{padding-top:10px}
.pt-15{padding-top:15px}
.pt-20{padding-top:20px}
.pt-30{padding-top:30px}
.pt-40{padding-top:40px}
.pt-50{padding-top:50px}
.pt-60{padding-top:60px}
.pt-70{padding-top:70px}
.pt-80{padding-top:80px}
.pt-90{padding-top:90px}
.pt-100{padding-top:100px}
.pt-110{padding-top:110px}
.pt-120{padding-top:120px}
.pt-130{padding-top:130px}
.pt-140{padding-top:140px}
.pb-0{padding-bottom:0!important}
.pb-10{padding-bottom:10px}
.pb-20{padding-bottom:20px}
.pb-30{padding-bottom:30px}
.pb-40{padding-bottom:40px}
.pb-50{padding-bottom:50px}
.pb-60{padding-bottom:60px}
.pb-70{padding-bottom:70px}
.pb-80{padding-bottom:80px}
.pb-90{padding-bottom:90px}
.pb-100{padding-bottom:100px}
.pb-110{padding-bottom:110px}
.pb-120{padding-bottom:120px}
.pb-130{padding-bottom:130px}
.pb-140{padding-bottom:140px}@media only screen and (max-width:1200px){.mt-lg-0{margin-top:0!important}
.mt-lg-10{margin-top:10px}
.mt-lg-20{margin-top:20px}
.mt-lg-30{margin-top:30px}
.mt-lg-40{margin-top:40px}
.mt-lg-50{margin-top:50px}
.mt-lg-60{margin-top:60px}
.mt-lg-70{margin-top:70px}
.mt-lg-80{margin-top:80px}
.mt-lg-90{margin-top:90px}
.mt-lg-100{margin-top:100px}
.mt-lg-110{margin-top:110px}
.mt-lg-120{margin-top:120px}
.mt-lg-130{margin-top:130px}
.mt-lg-140{margin-top:140px}
.mb-lg-0{margin-bottom:0!important}
.mb-lg-10{margin-bottom:10px}
.mb-lg-20{margin-bottom:20px}
.mb-lg-30{margin-bottom:30px}
.mb-lg-40{margin-bottom:40px}
.mb-lg-50{margin-bottom:50px}
.mb-lg-60{margin-bottom:60px}
.mb-lg-70{margin-bottom:70px}
.mb-lg-80{margin-bottom:80px}
.mb-lg-90{margin-bottom:90px}
.mb-lg-100{margin-bottom:100px}
.mb-lg-110{margin-bottom:110px}
.mb-lg-120{margin-bottom:120px}
.mb-lg-130{margin-bottom:130px}
.mb-lg-140{margin-bottom:140px}
.pt-lg-0{padding-top:0!important}
.pt-lg-10{padding-top:10px}
.pt-lg-20{padding-top:20px}
.pt-lg-30{padding-top:30px}
.pt-lg-40{padding-top:40px}
.pt-lg-50{padding-top:50px}
.pt-lg-60{padding-top:60px}
.pt-lg-70{padding-top:70px}
.pt-lg-80{padding-top:80px}
.pt-lg-90{padding-top:90px}
.pt-lg-100{padding-top:100px}
.pt-lg-110{padding-top:110px}
.pt-lg-120{padding-top:120px}
.pt-lg-130{padding-top:130px}
.pt-lg-140{padding-top:140px}
.pb-lg-0{padding-bottom:0!important}
.pb-lg-10{padding-bottom:10px}
.pb-lg-20{padding-bottom:20px}
.pb-lg-30{padding-bottom:30px}
.pb-lg-40{padding-bottom:40px}
.pb-lg-50{padding-bottom:50px}
.pb-lg-60{padding-bottom:60px}
.pb-lg-70{padding-bottom:70px}
.pb-lg-80{padding-bottom:80px}
.pb-lg-90{padding-bottom:90px}
.pb-lg-100{padding-bottom:100px}
.pb-lg-110{padding-bottom:110px}
.pb-lg-120{padding-bottom:120px}
.pb-lg-130{padding-bottom:130px}
.pb-lg-140{padding-bottom:140px}}@media only screen and (max-width:1024px){.mt-md-0{margin-top:0!important}
.mt-md-10{margin-top:10px}
.mt-md-20{margin-top:20px}
.mt-md-30{margin-top:30px}
.mt-md-40{margin-top:40px}
.mt-md-50{margin-top:50px}
.mt-md-60{margin-top:60px}
.mt-md-70{margin-top:70px}
.mt-md-80{margin-top:80px}
.mt-md-90{margin-top:90px}
.mt-md-100{margin-top:100px}
.mt-md-110{margin-top:110px}
.mt-md-120{margin-top:120px}
.mt-md-130{margin-top:130px}
.mt-md-140{margin-top:140px}
.mb-md-0{margin-bottom:0!important}
.mb-md-10{margin-bottom:10px}
.mb-md-20{margin-bottom:20px}
.mb-md-30{margin-bottom:30px}
.mb-md-40{margin-bottom:40px}
.mb-md-50{margin-bottom:50px}
.mb-md-60{margin-bottom:60px}
.mb-md-70{margin-bottom:70px}
.mb-md-80{margin-bottom:80px}
.mb-md-90{margin-bottom:90px}
.mb-md-100{margin-bottom:100px}
.mb-md-110{margin-bottom:110px}
.mb-md-120{margin-bottom:120px}
.mb-md-130{margin-bottom:130px}
.mb-md-140{margin-bottom:140px}
.pt-md-0{padding-top:0!important}
.pt-md-10{padding-top:10px}
.pt-md-20{padding-top:20px}
.pt-md-30{padding-top:30px}
.pt-md-40{padding-top:40px}
.pt-md-50{padding-top:50px}
.pt-md-60{padding-top:60px}
.pt-md-70{padding-top:70px}
.pt-md-80{padding-top:80px}
.pt-md-90{padding-top:90px}
.pt-md-100{padding-top:100px}
.pt-md-110{padding-top:110px}
.pt-md-120{padding-top:120px}
.pt-md-130{padding-top:130px}
.pt-md-140{padding-top:140px}
.pb-md-0{padding-bottom:0!important}
.pb-md-10{padding-bottom:10px}
.pb-md-20{padding-bottom:20px}
.pb-md-30{padding-bottom:30px}
.pb-md-40{padding-bottom:40px}
.pb-md-50{padding-bottom:50px}
.pb-md-60{padding-bottom:60px}
.pb-md-70{padding-bottom:70px}
.pb-md-80{padding-bottom:80px}
.pb-md-90{padding-bottom:90px}
.pb-md-100{padding-bottom:100px}
.pb-md-110{padding-bottom:110px}
.pb-md-120{padding-bottom:120px}
.pb-md-130{padding-bottom:130px}
.pb-md-140{padding-bottom:140px}}@media only screen and (max-width:768px){.mt-sm-0{margin-top:0!important}
.mt-sm-10{margin-top:10px}
.mt-sm-20{margin-top:20px}
.mt-sm-30{margin-top:30px}
.mt-sm-40{margin-top:40px}
.mt-sm-50{margin-top:50px}
.mt-sm-60{margin-top:60px}
.mt-sm-70{margin-top:70px}
.mt-sm-80{margin-top:80px}
.mt-sm-90{margin-top:90px}
.mt-sm-100{margin-top:100px}
.mt-sm-110{margin-top:110px}
.mt-sm-120{margin-top:120px}
.mt-sm-130{margin-top:130px}
.mt-sm-140{margin-top:140px}
.mb-sm-0{margin-bottom:0!important}
.mb-sm-10{margin-bottom:10px}
.mb-sm-20{margin-bottom:20px}
.mb-sm-30{margin-bottom:30px}
.mb-sm-40{margin-bottom:40px}
.mb-sm-50{margin-bottom:50px}
.mb-sm-60{margin-bottom:60px}
.mb-sm-70{margin-bottom:70px}
.mb-sm-80{margin-bottom:80px}
.mb-sm-90{margin-bottom:90px}
.mb-sm-100{margin-bottom:100px}
.mb-sm-110{margin-bottom:110px}
.mb-sm-120{margin-bottom:120px}
.mb-sm-130{margin-bottom:130px}
.mb-sm-140{margin-bottom:140px}
.pt-sm-0{padding-top:0!important}
.pt-sm-10{padding-top:10px}
.pt-sm-20{padding-top:20px}
.pt-sm-30{padding-top:30px}
.pt-sm-40{padding-top:40px}
.pt-sm-50{padding-top:50px}
.pt-sm-60{padding-top:60px}
.pt-sm-70{padding-top:70px}
.pt-sm-80{padding-top:80px}
.pt-sm-90{padding-top:90px}
.pt-sm-100{padding-top:100px}
.pt-sm-110{padding-top:110px}
.pt-sm-120{padding-top:120px}
.pt-sm-130{padding-top:130px}
.pt-sm-140{padding-top:140px}
.pb-sm-0{padding-bottom:0!important}
.pb-sm-10{padding-bottom:10px}
.pb-sm-20{padding-bottom:20px}
.pb-sm-30{padding-bottom:30px}
.pb-sm-40{padding-bottom:40px}
.pb-sm-50{padding-bottom:50px}
.pb-sm-60{padding-bottom:60px}
.pb-sm-70{padding-bottom:70px}
.pb-sm-80{padding-bottom:80px}
.pb-sm-90{padding-bottom:90px}
.pb-sm-100{padding-bottom:100px}
.pb-sm-110{padding-bottom:110px}
.pb-sm-120{padding-bottom:120px}
.pb-sm-130{padding-bottom:130px}
.pb-sm-140{padding-bottom:140px}}@media only screen and (max-width:767px){.mt-xs-0{margin-top:0!important}
.mt-xs-10{margin-top:10px}
.mt-xs-20{margin-top:20px}
.mt-xs-30{margin-top:30px}
.mt-xs-40{margin-top:40px}
.mt-xs-50{margin-top:50px}
.mt-xs-60{margin-top:60px}
.mt-xs-70{margin-top:70px}
.mt-xs-80{margin-top:80px}
.mt-xs-90{margin-top:90px}
.mt-xs-100{margin-top:100px}
.mt-xs-110{margin-top:110px}
.mt-xs-120{margin-top:120px}
.mt-xs-130{margin-top:130px}
.mt-xs-140{margin-top:140px}
.mb-xs-0{margin-bottom:0!important}
.mb-xs-10{margin-bottom:10px}
.mb-xs-20{margin-bottom:20px}
.mb-xs-30{margin-bottom:30px}
.mb-xs-40{margin-bottom:40px}
.mb-xs-50{margin-bottom:50px}
.mb-xs-60{margin-bottom:60px}
.mb-xs-70{margin-bottom:70px}
.mb-xs-80{margin-bottom:80px}
.mb-xs-90{margin-bottom:90px}
.mb-xs-100{margin-bottom:100px}
.mb-xs-110{margin-bottom:110px}
.mb-xs-120{margin-bottom:120px}
.mb-xs-130{margin-bottom:130px}
.mb-xs-140{margin-bottom:140px}
.pt-xs-0{padding-top:0!important}
.pt-xs-10{padding-top:10px}
.pt-xs-20{padding-top:20px}
.pt-xs-30{padding-top:30px}
.pt-xs-40{padding-top:40px}
.pt-xs-50{padding-top:50px}
.pt-xs-60{padding-top:60px}
.pt-xs-70{padding-top:70px}
.pt-xs-80{padding-top:80px}
.pt-xs-90{padding-top:90px}
.pt-xs-100{padding-top:100px}
.pt-xs-110{padding-top:110px}
.pt-xs-120{padding-top:120px}
.pt-xs-130{padding-top:130px}
.pt-xs-140{padding-top:140px}
.pb-xs-0{padding-bottom:0!important}
.pb-xs-10{padding-bottom:10px}
.pb-xs-20{padding-bottom:20px}
.pb-xs-30{padding-bottom:30px}
.pb-xs-40{padding-bottom:40px}
.pb-xs-50{padding-bottom:50px}
.pb-xs-60{padding-bottom:60px}
.pb-xs-70{padding-bottom:70px}
.pb-xs-80{padding-bottom:80px}
.pb-xs-90{padding-bottom:90px}
.pb-xs-100{padding-bottom:100px}
.pb-xs-110{padding-bottom:110px}
.pb-xs-120{padding-bottom:120px}
.pb-xs-130{padding-bottom:130px}
.pb-xs-140{padding-bottom:140px}}@media only screen and (max-width:480px){.mt-xxs-0{margin-top:0!important}
.mt-xxs-10{margin-top:10px}
.mt-xxs-20{margin-top:20px}
.mt-xxs-30{margin-top:30px}
.mt-xxs-40{margin-top:40px}
.mt-xxs-50{margin-top:50px}
.mt-xxs-60{margin-top:60px}
.mt-xxs-70{margin-top:70px}
.mt-xxs-80{margin-top:80px}
.mt-xxs-90{margin-top:90px}
.mt-xxs-100{margin-top:100px}
.mt-xxs-110{margin-top:110px}
.mt-xxs-120{margin-top:120px}
.mt-xxs-130{margin-top:130px}
.mt-xxs-140{margin-top:140px}
.mb-xxs-0{margin-bottom:0!important}
.mb-xxs-10{margin-bottom:10px}
.mb-xxs-20{margin-bottom:20px}
.mb-xxs-30{margin-bottom:30px}
.mb-xxs-40{margin-bottom:40px}
.mb-xxs-50{margin-bottom:50px}
.mb-xxs-60{margin-bottom:60px}
.mb-xxs-70{margin-bottom:70px}
.mb-xxs-80{margin-bottom:80px}
.mb-xxs-90{margin-bottom:90px}
.mb-xxs-100{margin-bottom:100px}
.mb-xxs-110{margin-bottom:110px}
.mb-xxs-120{margin-bottom:120px}
.mb-xxs-130{margin-bottom:130px}
.mb-xxs-140{margin-bottom:140px}
.pt-xxs-0{padding-top:0!important}
.pt-xxs-10{padding-top:10px}
.pt-xxs-20{padding-top:20px}
.pt-xxs-30{padding-top:30px}
.pt-xxs-40{padding-top:40px}
.pt-xxs-50{padding-top:50px}
.pt-xxs-60{padding-top:60px}
.pt-xxs-70{padding-top:70px}
.pt-xxs-80{padding-top:80px}
.pt-xxs-90{padding-top:90px}
.pt-xxs-100{padding-top:100px}
.pt-xxs-110{padding-top:110px}
.pt-xxs-120{padding-top:120px}
.pt-xxs-130{padding-top:130px}
.pt-xxs-140{padding-top:140px}
.pb-xxs-0{padding-bottom:0!important}
.pb-xxs-10{padding-bottom:10px}
.pb-xxs-20{padding-bottom:20px}
.pb-xxs-30{padding-bottom:30px}
.pb-xxs-40{padding-bottom:40px}
.pb-xxs-50{padding-bottom:50px}
.pb-xxs-60{padding-bottom:60px}
.pb-xxs-70{padding-bottom:70px}
.pb-xxs-80{padding-bottom:80px}
.pb-xxs-90{padding-bottom:90px}
.pb-xxs-100{padding-bottom:100px}
.pb-xxs-110{padding-bottom:110px}
.pb-xxs-120{padding-bottom:120px}
.pb-xxs-130{padding-bottom:130px}
.pb-xxs-140{padding-bottom:140px}}