
@import url("fonts/jura.css");

body,
html {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: Jura, sans-serif;
    font-size: 16px;
    line-height: 1.6171875em;
    color: #525252
}

#iubFooterBtn {
    background-color: #e77844;
}

::-moz-selection,
::-webkit-selection,
::selection {
    color: #000;
    background: #e77844
}

#popup {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    display: block;
	z-index: 9999;
    background-color: rgba(22,22,22,0.75);
}

#popup-ferie {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 10000;
}

.popup-ferie {
  padding: 40px;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
  border-radius: 10px;
  border: #aaa 1px solid;
  z-index: 10001;
  max-width: 800px;
  box-sizing: border-box;
  text-align: center;
}

body .containerpopup-ferie {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}

.containerpopup-ferie {
  max-width: 1300px;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
}

.padding_pag_pec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.popupbody-ferie {
  color: #000;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  margin: 1px;
    margin-bottom: 1px;
  padding: 0px;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.reveal-modal {
    position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
	text-align: center;
	color: #444;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
}

.link-iubenda {
  cursor: pointer
}

.error {
    color: #c00
}

.dom {
    max-width: 400px;
    text-align: center
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #f0a567
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #e77844
}

.img-popup {
  max-width: 200px;
}

nav,
section {
    margin: 0;
    overflow: auto;
    padding: 1.5em 1em;
    opacity: 1;
    transition: opacity 1s ease-out .1s
}

nav.bg-black,
section.bg-black {
    background-color: #000;
    color: #fff
}

section.bg-black h2 {
    color: #fff
}

nav.bg-black hr,
section.bg-black hr {
    background: #fff
}

nav.bg-white,
section.bg-white {
    background: #fff
}

nav.bg-white2,
section.bg-white2 {
    background: #fff;
    text-align: center
}

nav.bg-lightgray,
section.bg-lightgray {
    background: #e8e8e8
}

nav.bg-lightorange,
section.bg-lightorange {
    background: #e77844;
    color: #fff
}

section.bg-lightorange h2 {
    color: #fff
}

nav.bg-lightorange hr,
section.bg-lightorange hr {
    background: #fff
}

nav.nopadding,
section.nopadding {
    padding: 0
}

img {
    max-width: 100%
}

h1 {
    font-family: Museo, sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1em
}

p {
    font-size: 1.25em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75em
}

h2 {
    font-family: Museo, sans-serif;
    font-size: 1.875em;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    color: #525252;
    margin-bottom: 0
}

.cf::after,
.cf::before {
    content: " ";
    display: table
}

.cf::after {
    clear: both
}

.clear {
    display: block;
    clear: both;
    height: 0
}

.clearfix::after,
.clearfix::before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    transition: top .25s ease-out
}

.header nav {
    overflow: visible;
    min-height: 99px;
    padding: 1.5em 18pt 1.5em 1em
}

.nav-up {
    top: -105px
}

.header .logo {
    float: left;
    position: relative;
    z-index: 10;
    line-height: 0
}

.header .logo a {
    line-height: 0;
    display: inline-block
}

.header .logo img {
    width: 150px;
    height: 51px;
    display: block;
    line-height: 0
}

.header .logo img.no-opacity {
    display: none
}

.header .trigger {
    float: right;
    position: relative;
    z-index: 1001;
    display: inline-block;
    line-height: 0;
    top: 5px
}

.trigger .fa-bars {
    font-size: 40px;
    color: #fff;
    cursor: pointer
}

.header .menu {
    position: absolute;
    top: -100vh;
    right: 0;
    width: 300px;
    margin: 0;
    padding: 99px 0 0;
    background: #000;
    height: 100vh;
    outline: 0;
    overflow-y: visible!important;
    transition: all .5s ease-out
}

.header .menu.open {
    top: 0
}

.wrap-menu {
    height: 100%;
    overflow: hidden;
    padding: 0;
    outline: 0
}

.jspContainer {
    overflow: hidden;
    position: relative;
    height: 100%;
    overflow-y: visible!important
}

.jspPane {
    position: absolute;
    outline: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 300px;
    transition: width .5s ease-out
}

#list-group {
    outline: 0;
    padding: 0;
    margin: 0;
    list-style-type: none
}

#list-group li {
    display: block;
    padding: 5px 20px
}

#list-group li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

#list-group li a:hover {
    color: #ccc
}

#list-group li a.hover {
    color: #e77844
}

.home {
    overflow-x: hidden
}

.bg-banner {
    background: center no-repeat;
    background-attachment: fixed;
    min-height: 90vh;
    overflow: hidden;
    position: relative;
    transition: min-height .5s ease-out
}

.bg-banner::after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    transition: opacity .5s ease-out
}

.home .bg-banner {
    background: url(/img/banner.jpg) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: top;
    display: inline-flex;
    width: 100%;
    mix-blend-mode: multiply;
    min-height: 100vh;
    justify-content: flex-start;
    margin-bottom: -15em
}

.about .bg-banner::after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7
}

.bg-banner.dark::after {
    opacity: .35
}

.about .bg-banner.dark::after {
    opacity: .9
}

.bg-banner.dark h1 {
    opacity: 0
}

.bg-banner.dark h1+p {
    opacity: 0
}

.home .bg-banner.dark::after {
    opacity: 0
}

.home .bg-banner.dark h1,
.home .bg-banner.dark p {
    opacity: 1!important
}

.centered {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0
}

.home .tagline {
    position: relative;
    text-align: left;
    z-index: 10;
    padding: 0 0 0 1rem;
    width: 100%;
    max-width: 100%
}

.bg-banner h1 {
    margin-top: 50vh;
    opacity: 1;
    transition: margin-top .5s ease-out, opacity .5s ease-out
}

.work-intro h1 {
    font-size: 4em;
    margin-bottom: 0
}

.home .bg-banner h1 {
    font-weight: 700
}

.home .tagline h1 {
    color: #000;
    margin-bottom: 0;
    font-size: 3em;
    text-shadow: 1px 2px #fff
}

.bg-banner h1+p {
    opacity: 1;
    transition: opacity .5s ease-out
}

.home .tagline h1+p {
    margin-top: 0;
    line-height: 4em
}

.button-small {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: normal;
    font-size: 1.2em;
    line-height: 2
}

.home .bg-banner span.button-small {
    color: #000;
    font-size: 1.0em;
    text-transform: none;
    line-height: 2;
    display: block;
    text-shadow: 1px 2px #fff
}

.logo-tondo-natale {
    border-radius: 100%;
    width: 340px;
    height: 340px;
    /*background: #000!important;*/
    border: 0!important;
    text-align: center;
    position: absolute;
    margin-top: 30vh;
    left: 50%;
    transform: translateX(-50%);
    color: #fff!important;
    padding: 0!important;
    z-index: 100
}

.logo-tondo {
    border-radius: 100%;
    width: 340px;
    height: 340px;
    background: #000!important;
    border: 0!important;
    text-align: center;
    position: absolute;
    margin-top: 30vh;
    left: 50%;
    transform: translateX(-50%);
    color: #fff!important;
    padding: 0!important;
    z-index: 100
}

.logo-tondo-natale img {
    width: 300px;
    margin-top: 45px
}

.logo-tondo img {
    width: 300px;
    height: 150px;
    margin-top: 95px
}

.logo-tondo-pan {
    border-radius: 100%;
    width: 700px;
    text-align: center;
    position: absolute;
    margin-top: 26vh;
    left: 50%;
    transform: translateX(-50%);
    color: #fff!important;
    padding: 0!important;
    z-index: 100
}

.logo-tondo-pan img {
    width: 100%;
}

.home .approach-splatters {
    position: relative
}

.home .section-overflow {
    background: 0 0;
    overflow: visible
}

.home .approach-splatters::before {
    background: url(/img/dots.png) center no-repeat;
    content: '';
    height: 248px;
    mix-blend-mode: multiply;
    position: absolute;
    right: 120px;
    top: -6em;
    width: 136px
}

.home .approach-splatters::after {
    bottom: 0;
    content: '';
    height: 301px;
    position: absolute;
    left: -12em;
    mix-blend-mode: multiply;
    width: 648px
}

.centered-small {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px
}

.home .home-approach {
    padding-bottom: 2em;
    padding-top: 2em;
    text-align: center;
    position: relative;
    overflow-x: hidden;
    color: #000
}

.home .home-approach h2 {
    line-height: 1.3;
    margin: auto;
    margin-bottom: 1em;
    max-width: 25ch;
    color: #fff;
    text-shadow: 1px 2px #000;
    background-color: #e77844
}

.home .home-approach h2 span {
    font-style: italic;
    font-weight: 700
}

h2+hr {
    background: #e77844;
    border: none;
    height: 2px;
    margin: 1em auto 0 auto;
    outline: 0;
    width: 90px
}

.home .home-services {
    position: relative;
    text-align: center
}

.half.column,
.half.columns {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin: 0
}

html:not(.ie9) .clearflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.home .home-services>.clearflex {
    align-items: stretch
}

.home .home-services .home-services-service {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    overflow: hidden;
    padding: 1em;
    position: relative
}

.home .home-services .home-services-service:nth-child(2n) {
    border-right: none
}

html:not(.ie9) .clearflex .column,
html:not(.ie9) .clearflex .columns {
    float: none
}

.home .home-services .home-services-service .icon-circle-container {
    margin-bottom: 0
}

.icon-circle {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 72px;
    padding: 10px;
    width: 72px;
    position: relative
}

.icon-circle img {
    position: absolute;
    width: 100%;
    padding: 10px;
    display: block;
    line-height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.icon-circle img.little {
    width: 90%
}

nav .icon-circle,
section .icon-circle {
    transition: all 1s ease-out .25s;
    opacity: 1
}

nav.bg-white .icon-circle,
section.bg-white .icon-circle {
    border-color: #e77844
}

nav.bg-white2 .icon-circle,
section.bg-white2 .icon-circle {
    border-color: #e77844
}

.home .home-services .home-services-service h2 {
    margin-top: 0
}

.home .home-services .home-services-service p {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    transition: all .25s ease-out;
    position: relative;
    z-index: 2
}

.home .home-services .home-services-service .icon-circle-container .icon-circle {
    margin-bottom: .5em
}

.button,
button {
    font-size: 1em;
    font-weight: 500
}

.button,
button {
    background: 0 0;
    border: 2px solid;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0;
    line-height: 1.25em;
    outline: 0;
    padding: 1em;
    transition: background .5s ease-out;
    font-size: 1.25em;
    font-family: Jura, sans-serif
}

.button:hover,
button:hover {
    color: #fff;
    background: #e77844
}

.button-cookies,
button {
    background: 0 0;
    border: 2px solid;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0;
    line-height: 1.25em;
    outline: 0;
    padding: 1em;
    transition: background .5s ease-out;
    font-size: 1.25em;
    font-family: Jura, sans-serif;
    border-color: #e77844
}



.home .home-services .home-services-service .hover {
    background: rgba(231, 120, 68, .85) center no-repeat;
    background-image: none;
    background-size: auto;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .25s ease-out;
    width: 100%;
    z-index: 2
}

.home .home-services .home-services-service .hover::before {
    background: rgba(231, 120, 68, .85);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.home .home-services .home-services-service .hover .icon-circle-container .icon-circle {
    border-color: #fff
}

.home .home-services .home-services-service .hover h2 {
    color: #fff;
    position: relative;
    z-index: 2
}

.home .home-services .home-services-service:hover .hover p {
    transform: scale(3)
}

.home .home-services .home-services-service:hover .hover {
    opacity: 0;
    z-index: -1
}

.cta-centered {
    text-align: center
}

.home .ambitious-splatters {
    position: relative
}

.home .ambitious-splatters::before {
    background: url(/img/dots4.png) center no-repeat;
    content: '';
    height: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    right: 30em;
    top: -2em;
    width: 100%;
    z-index: -1
}

.home .ambitious-splatters::after {
    background: url(/img/dots3.png) center no-repeat;
    content: '';
    height: 107px;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    z-index: -1
}

.logo-container {
    position: relative;
    height: 100%;
    line-height: 0;
    margin: 40px 0 20px
}

.pipe {
    width: 1px;
    height: 182px;
    background-color: #e77844;
    display: inline-block;
    padding: 20px 0
}

.registrar {
    width: 128px;
    height: 142px;
    margin-right: 35px;
    position: relative;
    top: -20px
}

.edu {
    width: 200px;
    height: 60px;
    margin-left: 35px;
    position: relative;
    top: -61px
}

.home .home-projects {
    position: relative;
    text-align: center
}

.epp-container {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 1em;
    border-radius: 10px;
    padding: 10px;
    border: #fff 1px solid
}

.epp {
    max-width: 960px;
    width: 100%;
    border-radius: 10px;
    line-height: 0;
    display: block
}

.button-epp {
    background-color: #fff
}
.button-cookies {
    background-color: #fff
}

.bg-rgba {
    background-attachment: scroll;
    background-image: url(/img/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    overflow: hidden
}

.home-synthesis {
    background-color: rgba(231, 120, 68, .85);
    padding: 80px 1em;
    box-sizing: unset
}

.cont {
    float: left;
    width: 28.333%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: center
}

.cont-titolo {
    margin: 0 auto;
    color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    padding: 10px;
    text-align: left;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    position: relative;
    background-color: rgba(231, 120, 68, .85)
}

.cont-titolo.anni::after {
    content: '';
    position: absolute;
    top: -30px;
    left: -40px;
    bottom: -50px;
    right: -40px;
    background-image: url(/img/corona.png);
    background-size: contain;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center
}

.absolute {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    line-height: 1.5
}

.cont-label {
    color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    font-size: 25px
}

.cta-inline {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: 100%
}

.home .grow-splatters {
    position: relative;
    padding: 80px 1em
}

.home .grow-splatters::after {
    background: url(/img/dots5.png) center no-repeat;
    content: '';
    height: 228px;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    z-index: -1
}

.home .section-overflow {
    background: 0 0;
    overflow: visible
}

.cta-inline .button {
    margin-left: 3em
}

.home .button-contact {
    background: #fff
}

.home .button-contact:active,
.home .button-contact:hover {
    background: #e77844;
    color: #fff
}

.grey-map {
    min-height: 23em
}

#map-canvas {
    height: 100%;
    margin: 0;
    min-height: 23em;
    padding: 0;
    width: 100%
}

.about .bg-banner {
    background: url(img/wow-banner.jpg) center no-repeat;
    background-size: cover
}

.about .bg-banner h1 {
    margin-top: 30vh
}

.about .about-tagline {
    position: relative;
    text-align: center;
    z-index: 1
}

.about .about-tagline h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 4em
}

.about .about-tagline h1+p {
    margin-top: 0
}

.about .orange {
    color: #e77844
}

.about .about-story h2 {
    text-align: center
}

.about .about-story {
    text-align: center
}

/*.main a:not(.button):not(.button-small):not(.a-basic) {
    color: #525252;
    background: linear-gradient(to top, #e77844 50%, rgba(0, 0, 0, 0) 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: background-position .1s ease-out;
    border-bottom: 2px solid #e77844;
    padding-bottom: 2px;
    padding-top: 2px
}

.main a:not(.button):not(.button-small):not(.a-basic):active,
.main a:not(.button):not(.button-small):not(.a-basic):hover {
    background-position: bottom;
    color: #fff
}*/

.service.webdesign {
    text-align: center
}

.service section {
    padding-bottom: 3.5em
}

.service.webdesign #intro {
    background-image: url(/img/web-design-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.webdesign #intro::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #e77844;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.webdesign #intro::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    transition: opacity .5s ease-out
}

.service-intro {
    position: relative;
    z-index: 2
}

.service .icon-circle-container {
    text-align: center
}

.service.webdesign #intro .icon-circle-container {
    margin-top: 30vh
}

.service section.bg-black h1 {
    color: #fff;
    font-size: 4em;
    margin-bottom: 0
}

.service section.bg-black p {
    font-size: 1.2em
}

.big {
    font-size: 1.6em
}

.service h1 {
    text-align: center
}

.service .icon-circle-container+h1 {
    margin-top: 0;
    font-size: 4em;
    margin-bottom: 0
}

.service.branding #intro p {
    font-size: 1.2em;
    line-height: 2
}

.service h1+hr {
    background: #e77844;
    border: none;
    height: 2px;
    margin: 1em auto 0 auto;
    outline: 0;
    width: 90px
}

.service.webdesign #intro hr {
    background: #fff
}

.service.webdesign #consultation {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.webdesign #consultation::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #e8e8e8;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service h2 {
    text-align: center
}

.service .icon-circle-container+h2 {
    margin-top: 0
}

.service.webdesign #custom {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.webdesign #custom::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #fff;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.webdesign #custom .icon-circle,
.service.webdesign #restyling .icon-circle {
    border-color: #e77844
}

.service.webdesign #responsive {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.webdesign #responsive::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #e8e8e8;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.responsive {
    max-width: 1400px;
    max-height: 425px;
    display: block;
    line-height: 0;
    width: 100%
}

.service.digitalmarketing {
    text-align: center
}

.service.digitalmarketing #intro {
    background-image: url(/img/digital-marketing-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 55vw
}

.service.digitalmarketing #intro::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    bottom: 0;
    content: " ";
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0
}

.service.digitalmarketing #intro .icon-circle-container {
    margin-top: 16vw
}

.service.digitalmarketing #intro hr {
    background: #fff
}

.service.digitalmarketing #intro p {
    position: relative;
    z-index: 1
}

.service.digitalmarketing #landing {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.digitalmarketing #landing::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #fff;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.digitalmarketing #ecommerce {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.digitalmarketing #ecommerce::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #e77844;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.digitalmarketing #seo {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.digitalmarketing #seo::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #000;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.digitalmarketing #social {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.digitalmarketing #social::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #fff;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.digitalmarketing #conversion {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.digitalmarketing #conversion::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #e77844;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}



.service.promo {
    text-align: center
}

.service.promo #intro {
    background-image: url(/img/ristoranti_wow.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 55vw
}

.service.promo #intro::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    bottom: 0;
    content: " ";
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0
}

.service.promo #intro .icon-circle-container {
    margin-top: 16vw
}

.service.promo #intro hr {
    background: #fff
}

.service.promo #intro p {
    position: relative;
    z-index: 1
}

.service.promo #intro {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.promo #intro::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #E77844;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.promo #landing {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.promo #landing::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #fff;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.promo #logos {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.promo #logos::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #000;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.promo #brand {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.promo #brand::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #E8E8E8;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.promo #social {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.promo #social::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #fff;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.promo #conversion {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.promo #conversion::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #e77844;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}



.service.branding {
    text-align: center
}

.header-height-spacer {
    height: 99px
}

.service.branding #intro {
    position: relative;
    overflow: hidden;
    padding-bottom: 200px
}

.service.branding #intro::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #e77844;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.branding #logos {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.branding #logos::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #000;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.branding #brand {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.branding #brand::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #e8e8e8;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.branding #print .icon-circle {
    border-color: #e77844
}

.service.dominiehosting {
    text-align: center
}

.service.dominiehosting #intro {
    position: relative;
    overflow: hidden;
    padding-bottom: 200px
}

.service.dominiehosting #intro::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #e77844;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.dominiehosting #domain {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.dominiehosting #domain::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #000;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}
.font_pag_pec {
font-size: 1.25em;
font-weight: 400;
font-style: normal;
line-height: 1.75em;
}
.service.dominiehosting #hosting {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative
}

.service.dominiehosting #hosting::after {
    display: block;
    content: "";
    width: 200%;
    height: 100px;
    background: #e8e8e8;
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: rotate(-2deg)
}

.service.dominiehosting #email-configuration .icon-circle {
    border-color: #e77844
}

.antispam-policy #intro .centered:first-child,
.cookies #intro .centered:first-child,
.credits #intro .centered:first-child,
.datisocietari #intro .centered:first-child,
.notelegali #intro .centered:first-child,
.privacy #intro .centered:first-child {
    margin-top: 4em
}

.page-info-contact {
    padding: 0;
    list-style: none
}

.page-info-contact li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 35px
}

.page-info-contact li::before {
    font-size: 16px;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: -35px;
    width: 35px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #e77844
}

.page-info-contact #indirizzox::before {
    content: "\f3c5"
}

.page-info-contact #telefonox::before {
    content: "\f095"
}

.page-info-contact #faxx::before {
    content: "\f1ac"
}

.page-info-contact #mailx::before {
    content: "\f0e0"
}

.service.contatti #intro {
    padding: 0
}

#cnt-pagamento {
    text-align: center
}

.tab-pagamenti {
    display: block;
    width: 100px;
    margin: 0 auto
}

.tdcenter {
    text-align: center
}

.width100 {
    width: 100%
}

.tdleft {
    text-align: left
}

.width33 {
    width: 33.3%
}

.width90 {
    width: 90%
}

.button-form {
    color: #f0a567
}

.tab-pagamentix {
    display: block;
    width: 300px;
    margin: 0 auto
}

.param {
    width: 100%;
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: none
}

.param td {
    vertical-align: top;
    padding: 5px;
    border-bottom: #e77844 1px solid
}

#map {
    position: relative;
    height: 650px;
    width: 100%
}

.left_50 {
    width: 45%;
    float: left
}

.right_50 {
    width: 45%;
    float: right
}

.right_50 p {
    font-size: 18px
}

.input {
    font-family: Jura, sans-serif;
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    background-color: transparent;
    transition: all .5s;
    position: relative;
    z-index: 4;
    border-radius: 0;
    outline: 0;
    display: block;
    margin: 0 auto 15px auto
}

.input:focus {
    border-bottom: 1px solid #e77844;
    border-radius: 0;
    outline: 0
}

.noshow {
    display: none
}

.footer {
    font-size: .8125em;
    line-height: 2.1875em
}

.four.columns {
    position: relative;
    float: left;
    width: 25%;
    box-sizing: border-box;
    margin: 0
}

.four.doppia {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin: 0
}

.col-doppia {
    column-count: 2;
    column-gap: 20px
}

.footer h3 {
    color: #939393;
    font-size: 1.125em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer .footer-info .footer-info-navigate {
    position: relative;
    box-sizing: border-box;
    margin: 0
}

.footer .footer-info .footer-info-navigate li::before {
    color: #939393;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 8px;
    margin-right: .75em;
    position: relative;
    top: -2px
}

.footer a {
    color: #fff
}

.footer a:active,
.footer a:hover {
    color: #e77844
}

.footer .footer-info .footer-info-contact li {
    padding-left: 35px
}

.footer .footer-info .footer-info-contact li::before {
    font-size: 16px;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: -35px;
    width: 35px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #939393
}

.footer .footer-info .footer-info-contact #indirizzo::before {
    content: "\f3c5"
}

.footer .footer-info .footer-info-contact #telefono::before {
    content: "\f095"
}

.footer .footer-info .footer-info-contact #fax::before {
    content: "\f1ac"
}

.footer .footer-info .footer-info-contact #mail::before {
    content: "\f0e0"
}

.onlymobile {
    display: none
}

.footer .footer-info .footer-info-connect li {
    display: inline-block;
    line-height: 30px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: .25em
}

.footer .footer-info .footer-info-connect li:first-child {
    margin-left: 0
}

.footer .footer-info .footer-info-connect li:last-child {
    margin-right: 0
}

.footer .footer-info .footer-info-connect li a {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    overflow: hidden;
    text-align: center;
    width: 45px;
    vertical-align: middle;
    transition: background .1s ease-out
}

.footer .footer-info .footer-info-connect li a .fab {
    font-size: 25px;
    line-height: 45px;
    color: #666
}

.footer .footer-info .footer-info-connect li a:hover .fab {
    color: #e77844
}

.orario {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.giorno,
.ora {
    border-bottom: 1px solid #666;
    padding: 5px
}

.giorno {
    text-align: left;
    font-style: italic
}

.ora {
    text-align: right
}

#copy_left {
    float: left;
    box-sizing: border-box;
    color: #525252;
    font-size: 13px
}

#copy_right {
    float: right;
    box-sizing: border-box
}

.menu_foot {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.menu_foot li {
    display: inline-block;
    line-height: 13px;
    padding-right: 10px!important;
    padding-left: 10px!important;
    border-right: #ccc 1px solid
}

.menu_foot li a {
    color: #525252;
    font-size: 13px
}

.menu_foot li:last-child {
    border-right: none;
    padding-right: 0!important
}

#telefona {
    position: fixed;
    left: 16pt;
    top: 16pt;
    width: 60px;
    height: 60px;
    background-color: #e77844;
    z-index: 1001;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear
}

#telefona .fas {
    color: #fff;
    font-size: 30px!important;
    line-height: 60px
}

#telefona:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}

#label-telefona {
    display: none;
    position: fixed;
    left: 80pt;
    bottom: 22pt;
    height: 50px;
    background-color: #e77844;
    z-index: 1001;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 20px!important;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px
}

#scrivi {
    position: fixed;
    left: 79pt;
    top: 16pt;
    width: 60px;
    height: 60px;
    background-color: #e77844;
    z-index: 1001;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear
}

#scrivi .fas {
    color: #fff;
    font-size: 30px!important;
    line-height: 60px
}

#scrivi:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}

#whatsappa {
    position: fixed;
    right: 30px;
    bottom: 17pt;
    width: 60px;
    height: 60px;
    background-color: #00e676;
    z-index: 1001;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear
}

#whatsappa .fab {
    color: #fff;
    font-size: 30px!important;
    line-height: 60px
}

#whatsappa:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}


a.button_pec {
  text-decoration: none;
  color: #fff;
}

#telegram {
    position: fixed;
    right: 115px;
    bottom: 17pt;
    width: 60px;
    height: 60px;
    background-color: #27a7e5;
    z-index: 1001;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear
}

#telegram .fab {
    color: #fff;
    font-size: 30px!important;
    line-height: 60px
}

#telegram:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}

#cookie-disclaimer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2147483647;
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
    color: #fff
}

.container {
    max-width: 1200px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto
}

.cf::after,
.cf::before {
    content: " ";
    display: table
}

.cf::after {
    clear: both
}

#cookie-disclaimer .button {
    color: #fff;
    border-color: #fff
}

@media all and (max-height:1400px) and (max-width:1400px) {

	.reveal-modal {
		width: 60%;
	}

    .bg-banner {
        min-height: auto
    }
    .bg-banner h1 {
        margin-top: 30vh;
		margin-top: 62vh

    }
    .about .bg-banner h1 {
        margin-top: 20vh
    }
    .bg-banner h1+p:last-child {
        margin-bottom: 30vh
    }
    .logo-tondo {
        margin-top: 14vh
    }
}

@media all and (max-height:900px) {
    .logo-tondo {
        margin-top: 14vh
    }


}

@media all and (max-width:1350px) {
    .logo-tondo {
        width: 240px;
        height: 240px
    }
    .logo-tondo img {
        width: 200px;
        height: 100px;
        margin-top: 70px
    }
		.logo-tondo-old img {
        width: 200px;
        height: 100px;
        margin-top: 70px
    }
    .bg-banner h1 {
        margin-top: 40vh;
		margin-top: 62vh;
    }
}

@media all and (max-width:1100px) {
    .bg-banner h1 {
		margin-top: 66vh;
		text-align: center;
    }

    .bg-banner p {
		text-align: center;
    }
}

@media all and (max-width:1000px) {

	.reveal-modal {
		width: 80%;
	}

    p {
        font-size: 1.15em
    }
    .four.sitemap {
        display: none
    }
    .four.columns {
        width: 50%
    }

    .logo-tondo-pan{
        width: 100%;
    }

    .logo-tondo-pan img{
        width: 90%;
    }

    .bg-banner h1 {
        margin-top: 66vh
    }
    .bg-banner h1+p:last-child {
        margin-bottom: 34vh
    }
    .cont {
        width: 45%;
        margin-bottom: 5%
    }
    .service.branding #brands,
    .service.branding #intro,
    .service.branding #logos,
    .service.digitalmarketing #conversion,
    .service.digitalmarketing #ecommerce,
    .service.digitalmarketing #landing,
    .service.digitalmarketing #seo,
    .service.digitalmarketing #social,
    .service.dominiehosting #domain,
    .service.dominiehosting #hosting,
    .service.dominiehosting #intro,
    .service.webdesign #consultation,
    .service.webdesign #custom,
    .service.webdesign #intro,
    .service.webdesign #responsive {
        padding-bottom: 100px
    }
    .service.branding #brands:after,
    .service.branding #intro:after,
    .service.branding #logos:after,
    .service.digitalmarketing #conversion:after,
    .service.digitalmarketing #ecommerce:after,
    .service.digitalmarketing #landing:after,
    .service.digitalmarketing #seo:after,
    .service.digitalmarketing #social:after,
    .service.dominiehosting #domain:after,
    .service.dominiehosting #hosting:after,
    .service.dominiehosting #intro:after,
    .service.webdesign #consultation:after,
    .service.webdesign #custom:after,
    .service.webdesign #intro:after,
    .service.webdesign #responsive:after {
        height: 50px;
        bottom: 0
    }
}

@media all and (max-width:800px) {
    .about .about-tagline h1,
    .home .bg-banner h1,
    .service .icon-circle-container+h1,
    .service section.bg-black h1,
    .work-intro h1 {
        line-height: 1.1em
    }

		.img-popup {
		  display: none;
		}
    .home .bg-banner span.button-small {
        line-height: 1.5
    }
    .home .section-overflow {
        overflow: hidden
    }
    .home .approach-splatters::before {
        right: -2em;
        top: 0;
        opacity: .5
    }
    .home .approach-splatters::after {
        left: -20em;
        opacity: .5
    }
    .home .ambitious-splatters::before {
        right: 10em;
        top: -8em;
        opacity: .5
    }
		.button_pec	{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}


    .home .ambitious-splatters::after {
        opacity: .5
    }
    .half.column {
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin: 0
    }
    .home .home-services .home-services-service {
        border-right: none
    }
    .cta-inline {
        flex-wrap: wrap;
        text-align: center
    }
    .home .grow-splatters::after {
        right: -6em;
        bottom: -3em;
        opacity: .5
    }
    .cta-inline .button {
        margin: 0 0 1em 0
    }
    .left_50,
    .right_50 {
        float: none;
        width: 100%
    }
    .left_50 {
        margin-bottom: 40px
    }
    .four.columns {
        text-align: center;
        width: 100%
    }
    #copy_left {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 5px;
        text-align: center
    }
    #copy_right {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-top: 5px;
        text-align: center
    }
    .menu_foot li {
        display: block;
        padding-right: 0;
        padding-left: 0;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        border-right: none
    }
    .about .about-tagline h1,
    .home .tagline h1,
    .service .icon-circle-container+h1,
    .service section.bg-black h1,
    .work-intro h1 {
        font-size: 2.2em
    }
    .home .home-services .home-services-service p {
        font-size: .85em;
        line-height: 1.35em
    }
    .nascosto {
        font-size: 1.275em
    }
    .icon-circle-container.nascosto {
        width: 52px;
        height: 52px
    }
    .service.webdesign #intro .icon-circle-container {
        margin-top: 13vh
    }
    .big {
        font-size: 1.2em
    }
}

@media all and (max-width:767px) {
    html:not(.ie9) .clearflex {
        flex-wrap: wrap
    }
    .onlymobile {
        display: inline-block
    }
    .nomobile {
        display: none
    }
    .cont-label {
        height: 72px
    }
}

@media all and (max-width:600px) {

	.reveal-modal {
		width: 90%;
	}

    .home .tagline {
        padding: 0
    }
    .home .tagline h1 {
        margin-top: 56vh;
        text-align: center
    }
    .bg-banner h1+p:last-child {
        text-align: center
    }
    .home .home-approach h2 {
        background: 0 0;
        text-shadow: none;
        color: #000
    }
    .header .menu,
    .jspPane {
        width: 100%
    }
    .cont-titolo {
        width: 100px;
        height: 100px;
        border-radius: 100px;
        font-size: 16px
    }
    .cont-titolo.anni::after {
        top: -15px;
        left: -20px;
        bottom: -25px;
        right: -20px
    }
    .cont-label {
        font-size: 16px
    }

    #telefona {
        position: fixed;
        left: 17pt;
        bottom: 17pt;
        width: 60px;
        height: 60px;
        background-color: #e77844;
        z-index: 1001;
        color: #fff;
        border-radius: 100%;
        text-align: center;
        color: #fff;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
        transition: box-shadow 150ms linear
    }
}

@media all and (max-width:500px) {
    .registrar {
        display: block;
        width: 128px;
        height: 172px;
        top: 0;
        margin: 0 auto;
        padding-bottom: 30px
    }
    .pipe {
        display: none
    }
    .edu {
        display: block;
        width: 200px;
        height: 90px;
        top: 0;
        margin: 0 auto;
        padding-top: 30px
    }
}

@media all and (min-width:400px) and (max-width:900px) and (max-height:500px) {
    .home .home-approach {
        padding-top: 7em!important
    }
    .bg-banner h1 {
        margin-top: 95vh!important
    }
    .logo-tondo {
        margin-top: 25vh!important
    }
    .home .tagline {
        padding: 0!important
    }
}

@media all and (max-width:400px) {
    .marginmobile {
        margin-top: 20px
    }
    .home .tagline h1 {
        margin-top: 53vh
    }
    .logo-tondo {
        margin-top: 12vh
    }
}

@media all and (max-width:330px) {
    .home .tagline h1 {
        margin-top: 60vh
    }
    .bg-banner h1+p:last-child {
        margin-bottom: 32vh
    }
}
