/* 
Theme Name: BSocial Studio
Theme URI: https://www.pixelabdesign.it/
Description: Template BSocial Studio
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.pixelabdesign.it/
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

body{
	margin: 0px;
	padding: 0px;
	color: #444;
	font-family: 'Noto Sans', sans-serif;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.verde{
	color: #77ac3f
}
p{
	font-size: 18px;
	line-height: 27px;
}


.arrows {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.contarrow {
    display: table;
    width: 100%;
}
.cocontarrow {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.cocontarrow {
    height: 260px;
}
.prev {
    float: left;
    width: 50%;
    text-align: left;
}
.next {
    float: left;
    width: 50%;
    text-align: right;
}


/* HEADER */
header.BSocial {
    background: transparent;
    transition: 0.2s all ease-in-out
}
header.BSocial.shrink {
    background: #e4ac4a;
}
header {
    background: #e4ac4a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.vh{
	display: table;
	width: 100%;
}
.mh{
	display: table-cell;
	width: 100%;
	height: 120px;
	vertical-align: middle;
}
.marchio{
	height: 70px;
	width: auto;
}
.topheader {
    background: #bb8b36;
    padding: 5px 0px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
/* END HEADER */

/* MENU */
header ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: right;
}
header ul li{
	display: inline-block;
}
header ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0px 6px;
    padding: 1px 8px 3px;
    background: transparent;
    transition: 0.2s all ease-in-out
}
.current_page_item a, header ul li a:hover, .analisi {
    background: #fff;
    color: #444444;
    border-radius: 5px;
}
.analisi {
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
/* END MENU */





/* RESPONSIVE MENU */
.socialresp i {
    color: #fff;
}
.button_container {
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 30px;
    top: 45px;
    transition: 0.2s all ease-in-out;
    width: 35px;
    z-index: 100;
}

.button_container span {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.2s all ease-in-out
}
.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}

.button_container .bottombottom {
    font-size: 10px;
    font-weight: bold;
    height: 0 !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    top: 33px !important;
}
.mainmenuresponsive .current_page_item a{
    background: #fff;
    color: #e4ac4a;
    border-radius: 5px;
}
.overlaymenu {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.3s all ease-in-out;
    z-index: 18 !important;
    background-color: #e4ac4a;
    opacity: 0.95
}
.mainmenuresponsive ul{
	text-align: center;
}
.overlaymenu nav {
    text-align: center;
    top: 200px;
    position: relative;
    display: block;
    font-size: 30px;
}
.overlaymenu ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.overlaymenu ul li {
    display: inline-block;
    opacity: 0;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 100%;
}
.overlaymenu ul li {
    margin-bottom: 0px;
}
.overlaymenu.open ul li {
    opacity: 1
}
.overlaymenu ul li a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 200;
    letter-spacing: 1px;
}

.button_container.active .topp {
    background: #fff none repeat scroll 0 0;
    transform: translateY(11px) translateX(0px) rotate(45deg);
}

.button_container.active .middle {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
}

.button_container.active .bottom {
    background: #fff none repeat scroll 0 0;
    transform: translateY(-11px) translateX(0px) rotate(-45deg);
}

.button_container.active .bottombottom {
    color: #fff;
}
.overlaymenu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2
}
.mainmenuresponsive {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mainmenuresponsive a{
    font-size: 27px;
}
.footermenuresponsive a {
    margin: 0px !important;
}
.footermenuresponsive {
    width: 60%;
    text-align: center;
    margin: 10px auto 0px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footermenuresponsive a {
    margin: 0px !important;
    font-size: 13px;
    line-height: 12px;
}
.metaccountresp{
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 60%;
}
.verticalresp{
    display: table;
    width: 100%;
}
.middleresp{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh
}
.socialresp {
    width: 60%;
    margin: 20px auto 0px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}
.socialresp a {
    color: #fff
}
.socialresp .footerfour {
    margin-top: 0px;
}
.socialresp .title-widget {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.logoresp {
    margin: 0 auto 20px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 60%;
    padding-bottom: 20px;
}
.menuresp {
    display: none;
}

.menuresp .analisi {
    margin-top: 20px;
    display: inline-block;
    font-size: 19px !important;
}

/* END RESPONSIVE MENU */




/* CONTENT */
.uno {
    padding: 30px 0px 55px;
}
.unoemezzo{
    position: relative;
}
.overlayparallax{
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}
.vp{
    display: table;
    width: 100%;
}
.mp{
    display: table-cell;
    width: 100%;
    height: 300px;
    vertical-align: middle;
    text-align: center;
}
.testoparal {
    font-size: 30px;
    margin: 0px;
    line-height: 40px;
}
.contparallax {
    position: relative;
    color: #fff;
}
.freccia {
    position: absolute;
    right: 20px;
    top: 50px;
}
.contservhome {
    padding-right: 60px;
    padding-left: 30px;
    background: #f7c775;
    position: relative;
    display: table;
    width: 100%;
    color: #fff;
    transition: 0.2s all ease-in-out
}
.contservhome:hover {
    background: #e4ac4a;
}
.mservizio {
    display: table-cell;
    height: 120px;
    vertical-align: middle;
    width: 100%;
}
.singleservicehome.col-md-4 a {
    color: #444;
    text-decoration: none;
}
.titsezserv {
    color: #e4ac4a;
    font-weight: 700;
    font-size: 50px;
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
}
.imgserv {
    height: 70px;
    background: ;
}
.contenitoreservizi {
    display: inline-block;
    width: 100%;
    margin-bottom: 70px;
    margin-top: 50px;
}
.singleservicehome {
    margin-bottom: 30px;
}
.titoloserv {
    font-weight: 700;
    font-size: 20px;
    margin: 0px;
}
.testoservhome p {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #777;
}
.buttonserv {
    margin-top: 10px;
    display: inline-block;
    background: #e4ac4a;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
}
.clienti{
	padding: 40px 0px;
	text-align: center;
}
.logocliente {
    height: 150px;
    margin: 0 auto;
    width: auto;
}
.titclienti {
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
}
.tre{
	background: #f1f1f1;
	padding: 100px 0px
}
.titlehome {
    margin-top: 0px;
    color: #e4ac4a;
    font-size: 40px;
    margin-bottom: 0px;
}
.payoff {
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 23px;
    opacity: 0.6;
    line-height: 19px;
}
.titlenews {
    margin-top: 0px;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
}
.subtitlenews {
    margin-top: 0px;
}
.titlenews {
    margin-top: 0px;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 10px;
}
.newslist {
    padding: 0px;
    margin: 40px 0px 30px;
    display: inline-block;
    width: 100%;
    list-style: none;
}
.imagepost {
    height: 200px;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}
.titleposthome {
    font-weight: 700;
    font-size: 22px;
    margin: 0px;
}
.contpost a {
    text-decoration: none;
    color: #444;
}
.linknews {
    background: #444;
    display: inline-block;
    color: #fff;
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.5;
    transition: 0.2s all ease-in-out
}
.linknews:hover {
    opacity: 1
}
.buttonnews {
    font-size: 18px;
    background: #e4ac4a;
    display: inline-block;
    color: #fff;
    padding: 9px 20px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 3px;
}
.listastorie.listart {
    margin: 0px 0px 50px 0px;
    padding: 0px;
    list-style: none;
}
.singleart a {
    color: #444;
    text-decoration: none;
}
.titostoria.didot {
    color: #e4ac4a;
    font-weight: 700;
    font-size: 25px;
    margin: 0px;
}
.thumb {
    height: 250px;
    background-size: cover;
    background-position: center;
    margin-bottom: 19px;
}
.excerpt p {
    font-size: 14px;
    line-height: 23px;
}
.vaiart {
    display: inline-block;
    background: #444;
    color: #fff;
    font-size: 14px;
    padding: 2px 15px;
    margin: 0px;
    text-transform: uppercase;
    border-radius: 5px;
    opacity: 0.6;
    transition: 0.2s all ease-in-out
}
.vaiart:hover {
    opacity: 1
}
.singleart {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.singleart:last-child {
    border-bottom: 0px solid #ccc;
}
.imgblog img {
    width: 100%;
    height: auto;
}
.titlepage {
    margin-top: 50px;
}
.contsingstori .titlepage {
    margin-top: 50px;
    margin-bottom: 0px
}
.date {
    margin-top: 5px;
    font-size: 15px;
}
.condividi {
    font-weight: 700;
    margin-top: 40px;
}
.realted {
    background: #f1f1f1;
    margin-top: 40px;
    padding: 40px 0px;
}
.listastorie {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: inline-block;
    width: 100%;
}
.listastorie > p {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}
.listastorie a{
    text-decoration: none;
}
.imgstudio {
    width: 100%;
    height: auto;
}
.contstudio p:first-child {
    margin-top: 0px;
}
.liststudio {
    display: inline-block;
    width: 100%;
}
.persone {
    padding: 70px 0px;
    background: #5757570f;
    margin-top: 60px;
}
.imgpersone {
    height: 500px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 100%;
}
.nome {
    font-weight: 700;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.contsingper {
    padding: 20px;
    background: #fff;
    display: inline-block;
    width: 100%;
}
.titlecontatti.center {
    margin-top: 50px;
    font-size: 40px;
    margin-bottom: 30px;
}
.icona i {
    background: #e4ac4a;
    padding: 20px;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
}
.secondocont{
    background: #5757570f;
    padding: 40px 0px;
    margin-top: 40px
}
.label {
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
}
.titmod {
    font-weight: 700;
    font-size: 26px;
}
.field {
    margin-top: 0px;
    margin-bottom: 10px;
}
.field input, .field textarea {
    width: 100%;
    border: 1px solid #ececec;
    padding: 6px;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
}
.labeldue {
    font-size: 12px;
    margin: 0px;
}
.wpcf7-list-item {
    margin: 0px !important;
}
.labeldue a {
    font-weight: 700;
    color: #444;
}
.field.sendd input {
    margin-top: 30px;
    background: #e4ac4a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0.7;
    transition: 0.2s all ease-in-out
}
.field.sendd input:hover {
    opacity: 1
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: inline-block !important;
    width: 100%;
    background: #398f14;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: inline-block !important;
    width: 100%;
    background: #f7e700;
    color: #242424;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}
.wpcf7-not-valid-tip {
    font-size: 12px !important;
}
.instagram {
    padding: 30px;
    background: #fff;
    margin-top: 50px;
}
.contsocial a {
    color: #e4ac4a;
    text-decoration: none;
    font-size: 40px;
    margin-right: 10px;
}
.titoloservizio {
    font-size: 40px;
    font-weight: 700;
    color: #e4ac4a;
    line-height: 40px;
    margin: 0px;
}
.sezioneserv {
    margin-bottom: 100px;
}
.hidden { 
  opacity: 0; 
}
.visible { 
  opacity: 1; 
}
.sezioneserv {
    display: inline-block;
    width: 100%;
}
.testoserv.col-md-8 p:first-child {
    margin-top: 0px;
}
.mt {
    display: inline-block;
    width: 100%;
    height: 130px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    border: none;
    background: #46b450;
    color: #fff;
}
.container.contenuto.contblog {
    margin-top: 200px;
}
.container.contenuto.contsingstori {
    margin-top: 200px;
}
.descblog img {
    width: 100%;
    height: auto;
}
.container.contenuto.contsingstori a {
    font-weight: 600;
    color: #000
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/* END CONTENT */
#attachment_168 {
    width: 100% !important;
    height: auto;
}

#slidehome{
    height: 500px;
    display: inline-block;
    width: 100%;
}
.contblogg{
    background-color: #ffffff98;
}










.animated-marquee {
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

@-webkit-keyframes slide
{
  0% { -webkit-transform: rotate(-22deg) skewX(-22.5deg) translate3d(-100%,0,0); opacity: 0; }
  5% { opacity: 1; }
  50% { opacity: .8; }
  85% { opacity: 1; }
  100% { -webkit-transform: rotate(-22deg) skewX(-22.5deg) translate3d(25%,0,0); opacity: 0;}
}

.animated-marquee-container{
  position: absolute;
  top: 0%;
  width: 200%;
  -webkit-animation: slide 18s linear infinite;
}

.animated-marquee-foreground{
  margin-top: 3em;
  -webkit-animation-duration: 42s;  
  width: 300%; 
  z-index: 200;  
}
.animated-marquee-middleground{
  margin-top: 6em;
  -webkit-animation-duration: 60s;  
  z-index: 100;
}
.animated-marquee-background{
  margin-top: 3em;
  /*-webkit-animation-delay: 250ms;*/
  -webkit-animation-duration: 100s;  
  z-index: 0;
}

.animated-marquee-card {
    background: #e4ac4a3d;
    float: left;
    margin-top: -2%;
    margin-right: 2%;
    -webkit-transition: opacity 2s ease-out;
    height: 100px;
    position: relative;
    width: 8%;
}

.animated-marquee-foreground .animated-marquee-card{
  height: 200px;  
  margin-right: 9%;
  opacity: .6;
  width: 320px;
}

.animated-marquee-middleground .animated-marquee-card{
  margin-right: 2%;  
  opacity: .3;  
}

.animated-marquee-background .animated-marquee-card{
  height: 50px;  
  margin-right: 1%;
  margin-top: 1%;
  opacity: .2;  
  width: 4%;
}

.animated-marquee-card:hover{
  opacity: .8 !important;
}

.animated-marquee-card:nth-child(3n+3){
  left: 30%;
  top: 20%;
}
.animated-marquee-card:nth-child(8n+1){
  right: 20%;
}
.animated-marquee-card:nth-child(4n+3){
  top: 18%;
}
.animated-marquee-card:nth-child(3n+5){
  bottom: 10%;
}
.animated-marquee-card:nth-child(3n+1){
  visibility: hidden;
}

@media only screen and (max-width: 400px){
  .animated-marquee{
    height: 340px;
  }
  .animated-marquee-container{
    -webkit-animation: slide 14s linear infinite;
  }
  
  .animated-marquee-foreground{
    margin-top: 3em;
    -webkit-animation-duration: 22s;  
  }
  .animated-marquee-middleground{
    margin-top: 6em;
    -webkit-animation-duration: 40s;  
  }
  .animated-marquee-background{
    margin-top: 3em;
    -webkit-animation-duration: 75s;  
  }
  .animated-marquee-foreground .animated-marquee-card{
    height: 140px;  
    margin-right: 12px;
    width: 220px;
  }
  
  .animated-marquee-middleground .animated-marquee-card{
    height: 50px;
    margin-right: 2%;  
  }
  
  .animated-marquee-background .animated-marquee-card{
    height: 30px;  
    width: 4%;
  }          
}
@media only screen and (max-width: 767px) and (min-width: 401px){
  .animated-marquee-container{
    top: -30%;
    width: 200%;
  }
  .animated-marquee-foreground .animated-marquee-card{
    height: 150px;  
    margin-right: 10px;
    width: 240px;
  }
  
    .animated-marquee-middleground .animated-marquee-card{
    height: 50px;
    margin-right: 2%;  
  }
  
  .animated-marquee-background .animated-marquee-card{
    height: 30px;  
    width: 4%;
  }        
}
@media only screen and (min-width: 1200px){
.animated-marquee-container {
    top: 0;
}
  .animated-marquee-foreground .animated-marquee-card {
    height: 200px;
    margin-right: 6%;
    width: 280px;
}
  
  .animated-marquee-middleground .animated-marquee-card {
    margin-right: 1%;
    height: 210px;
    width: 170px;
}
  
  .animated-marquee-background .animated-marquee-card {
    height: 112px;
    margin: 1px;
    width: 2.5%;
}
  .animated-marquee-card:nth-child(2n+2){
    left: 1%;
    top: 1%;
  }
  .animated-marquee-card:nth-child(5n+3){
    right: 1%;
    top: 1%;
  }
  .animated-marquee-card:nth-child(2n+6){
    top: 1%;
  }
  .animated-marquee-card:nth-child(6n+3){
    bottom: 1%;
    right: 1%;
  }
  .animated-marquee-card:nth-child(3n+2){
    visibility: hidden;
  }                          
}







.qlwapp-toggle {
    height: 40px !important;
    width: 40px;
    border-radius: 50% important
}
.qlwapp-toggle i {
    margin: 0px !important;
    font-size: 24px;
}




/* SLICK*/
.fade, .fadedue {
    padding: 0px;
    margin: 0px;
    position: relative;
}
.fade li {
    height: 750px;
    background-size: cover;
    background-position: center;
}
.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 0px;
}
.overlayslide {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.contslide {
    position: relative;
}
.vslide {
    display: table;
    width: 100%;
}
.mslide {
    display: table-cell;
    width: 100%;
    height: 750px;
    vertical-align: middle;
    padding: 0px 50px;
}
#changingword{
    font-weight: 600
}
.titoloslide {
    color: #fff;
    font-size: 46px;
    font-weight: 400;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}
.testoslide {
    font-size: 19px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.buttonslide {
    display: table;
    margin: 0 auto;
    background: #fff;
    padding: 8px 15px;
    color: #444;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #fff;
    transition: 0.2s all ease-in-out
}
.buttonslide:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.2s all ease-in-out
}
.testoslide p {
    margin: 0px 0px 20px;
    font-size: 22px;
}
/* END SLICK */



#toTop {
    background: #e4ac4a; 
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 9999;
    opacity: 0.7;
    padding: 0px 10px 5px;
}
#toTop i {
    color: #fff;
    font-weight: 25px;
}
#toTop img {
    height: 7px;
}



/* FOOTER */
footer{
	padding: 40px 0px;
	background: #e4ac4a;
	color: #fff
}
.design {
    background: #bb8b36;
    padding: 10px 0px;
    font-size: 12px;
    color: #fff;
}
.design a, .design p {
    font-size: 12px;
    color: #fff;
    margin: 0px
}
footer .title-widget {
    margin-top: 0px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
footer p, footer a{
    font-size: 14px;
    line-height: 20px
}
footer ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer ul li a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700
}
footer ul li a, footer ul .current_page_item a, footer ul .current_page_item a:hover{
    background: transparent;
    color: #fff
}
.socialfooter {
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    margin-right: 5px;
    opacity: 0.7;
    transition: 0.2s all ease-in-out
}
.socialfooter:hover {
    opacity: 1
}
/* END FOOTER */






/* RESPONSIVE */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {

}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
.menuresp {
    display: block;
}
.titoloslide {
    line-height: 38px;
}
.logocliente {
    height: 100px;
}
footer{
	text-align: center;
}
.footeruno, .footerdue, .footertre{
	text-align: center;
	margin-bottom: 40px
}
.footertre iframe {
    width: 60%;
}
.contsingper {
    margin-top: 40px;
}
.titoloservizio {
    margin-bottom: 30px;
}
.animated-marquee {
    height: 100vh;
}
.contcontatti {
    margin-bottom: 40px;
}
}

@media only screen and (min-width: 320px) and (max-width: 678px) {
.menuresp {
    display: block;
}
.titoloslide {
    line-height: 38px;
}
.logocliente {
    height: 100px;
}
footer{
	text-align: center;
}
.footeruno, .footerdue, .footertre{
	text-align: center;
	margin-bottom: 40px
}
.footertre iframe {
    width: 60%;
}
.contsingper {
    margin-top: 40px;
}
.titoloservizio {
    margin-bottom: 30px;
}
.titsezserv {
    line-height: 40px;
}
.animated-marquee {
    height: 100vh;
}
.contcontatti {
    margin-bottom: 40px;
}
header img{
	width: 100% !important;
	height: auto !important;
}
}








