body{
    font-family: 'engravers_mtregular';
    width:100%;
    overflow-x:hidden;
    background:#20212d;
    text-rendering: geometricPrecision;
}
main a{
	color:#fff !important;
}
footer{
    height:60px;
}

.forcefullwidth_wrapper_tp_banner{
    z-index:180;
}

#logo{
    position:fixed;
    width:196px;
    height:176px;
    top:60px;
    left:60px;
    z-index:200;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}
#frase{
    position:absolute;
    top:75%;
    right:0%;
    z-index:190;
    font-size:30px;
    color:#fff;
    text-align:center;
    display:none; 
}
.home #frase{
    display:block;
}
#frase span{
    font-size:15px;
    text-transform:none;
}
.logos{
	width:371px;
	height:152px;
	right:5%;
	top:50%;
	margin-top:-76px;
	position:absolute;
}
main.interna{
	background:#20212d;
}
main.prodotti{
	background:#fff;
	color:#20212d;
}
main.marcellino{
	background:#341e1a;
}
main.marcellinoa{
	background:#45322E;
}
.scrollto{
	color:#fff;
	font-family: 'Playfair Display', serif;
	font-size:13px;
	font-weight:bold;
	width:100px;
	position:absolute;
	text-align:center;
	bottom:10px;
	z-index:190;
	line-height:12px;
	right:25%;
	left:auto;
	margin-right:-50px;
	margin-left:0;
}
.home .scrollto{
	left:50%;
	right: auto;
	margin-left:-50px;
	margin-right:0;
}
.page-id-12 .scrollto,.page-id-20 .scrollto,.page-id-12a .scrollto{
	display:none;
}
.page-id-20 .azienda1 h1{
	position:absolute;
	top:50%;
	left:25%;
	color:#fff;
	text-transform:uppercase;
    font-size:35px;
    text-align:center;
    background-image:url('img/icon.png');
    background-repeat:no-repeat;
    line-height:200px;
    background-position:50% 50%;
    margin-top:-100px;
    margin-left:-152px;
}
/* SLIDER */

.tp-caption  span{
    font-size:16px;
}

/* MENU ICON */
#menu-toggle span, #menu-toggle {
  transition:.25s ease-in-out;
  box-sizing:border-box;
}
#hamburger span,#cross span {
    background: none repeat scroll 0 0 #fff;
    display: block;
}
#menu-toggle {
    background: #20212d;
    cursor: pointer;
    height: 50px;
    margin: 10px auto;
    width: 50px;
    position:fixed;
    z-index:200;
    top:60px;
    right:60px;
}
#menu-toggle:hover {
    background: #1e2537;
}
#menu-toggle #hamburger {
    height: 100%;
    position: absolute;
    width: 100%;
}
#menu-toggle #hamburger span {
    height: 4px;
    left: 10px;
    margin: 5px 0;
    position: relative;
    top: 10px;
    width: 30px;
}
#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: 0.5s;
}
#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: 0.625s;
}
#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: 0.75s;
}
#menu-toggle #cross {
    height: 100%;
    position: absolute;
    transform: rotate(45deg);
    width: 100%;
}
#menu-toggle #cross span:nth-child(1) {
    height: 0;
    left: 24px;
    position: absolute;
    top: 10%;
    transition-delay: 0s;
    width: 4px;
}
#menu-toggle #cross span:nth-child(2) {
    height: 4px;
    left: 10%;
    position: absolute;
    top: 24px;
    transition-delay: 0.25s;
    width: 0;
}
#menu-toggle.open #hamburger span {
    width: 0;
}
#menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: 0.125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: 0.25s;
}
#menu-toggle.open #cross span:nth-child(1) {
    height: 80%;
    transition-delay: 0.625s;
}
#menu-toggle.open #cross span:nth-child(2) {
    transition-delay: 0.375s;
    width: 80%;
}

/* MENU */

#menu{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:190;
    background:url('img/back.png');
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
    text-align:center;
    display:none;
    color:#fff;
}

#menu ul{
    position:relative;
    top:50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menu ul li a{
    color:#fff;
    font-size:16px;
    line-height:40px;
}


/* BLOCCHI */

#blocchi{
    position: relative;
    overflow: hidden;
}
.animateLeft{
    opacity: 0;
    -webkit-transform: translate3d(-98%, 0, 0);
            transform: translate3d(-98%, 0, 0);
}
.animateRight{
    opacity: 0;
    -webkit-transform: translate3d(98%, 0, 0);
            transform: translate3d(98%, 0, 0);
}
.animateCenter{
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
}
.cc-50{
    position: relative;
    width:50%;
    line-height:0;
}

.cc-50.left{
    float:left;
}
.cc-50.right{
    float:right;
}
.cc-50 h2,.cc-100 h2,.cc-40 h2,.cc-30 h2{
    position:relative;
    top:50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    text-transform:uppercase;
    font-size:35px;
    text-align:center;
    background-image:url('img/icon.png');
    background-repeat:no-repeat;
    line-height:200px;
    background-position:50% 50%;
    font-weight:normal;
}
.cc-50.hh-50 img,.cc-50.hh-100 img,.cc-40.hh-50 img,.cc-30.hh-50 img{
    min-width:100%;
    min-height:100%;
}

.category .cc-100 h2{
	position:static;
}

.cc-40{
    position:relative;
    width:40%;
    line-height:0;
}
.cc-40.left{
    float:left;
}
.cc-30.left{
    float:left;
}
.cc-30.right{
    float:right;
}
.cc-30{
    position:relative;
    width:30%;
    line-height:0;
}
.cc-100{
    position:relative;
    width:100%;
    clear:both;
}
.cc-100.hh-100 img,.cc-100.hh-50 img{
    height:auto;
    min-width:100%;
}
.cc-100.vini{
    background:#fff;
}
.vini img{
    min-height:auto !important;
    height:auto !important;
    position:relative;
    top:50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.oldstyle, .spumantizzati, .entrylevel, .media, .wall{
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.social{
    background:#dfd2b0;
    
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.credits{
    background:#888069;
    
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

/* AZIENDA */

.page-id-8 .txt h1{
	position:absolute;
	left:50%;
	width:50%;
	top:60%;
	margin-top:-100px;
	margin-right:-117px;
	color:#fff;
    text-transform:uppercase;
    font-size:35px;
    text-align:center;
    background-image:url('img/icon.png');
    background-repeat:no-repeat;
    line-height:200px;
    background-position:50% 50%;
}
.opa{
	opacity:0.8;
}
.page-id-10 .txt h1{
	position:absolute;
	right:25%;
	top:50%;
	margin-top:-100px;
	margin-right:-174px;
	color:#fff;
    text-transform:uppercase;
    font-size:35px;
    text-align:center;
    background-image:url('img/icon.png');
    background-repeat:no-repeat;
    line-height:200px;
    background-position:50% 50%;
}
.page-id-12 .txt{
	position:absolute;
	right:25%;
	top:40%;
	width:30%;
	margin-right:-15%;
	color:#fff;
    text-transform:initial;
    font-size:12px;
    text-align:center; 
    height:404px;
    margin-top:-202px;
}
.page-id-12 .txt p{
	position:static;
	width:auto;
	margin:0;
	font-family: 'Playfair Display', serif;
	text-transform:initial;
	font-weight:normal;
}
.page-id-12 .txt b{
	text-transform:uppercase;
}
.page-id-12 .txt h1{
	background-image:url('img/icon.png');
    background-repeat:no-repeat;
    line-height:200px;
    background-position:50% 50%;
    font-size:35px;
    margin-bottom:50px;
}
.page-id-12a .txt{
	position:absolute;
	right:25%;
	top:30%;
	width:30%;
	margin-right:-15%;
	color:#fff;
    text-transform:initial;
    font-size:12px;
    text-align:center; 
    height:404px;
    margin-top:-202px;
}
.page-id-12a .txt p{
	position:static;
	width:auto;
	margin:0;
	font-family: 'Playfair Display', serif;
	text-transform:initial;
	font-weight:normal;
}
.page-id-12a .txt b{
	text-transform:uppercase;
}
.page-id-12a .txt h1{
	background-image:url('img/icon.png');
    background-repeat:no-repeat;
    line-height:200px;
    background-position:50% 50%;
    font-size:35px;
    margin-bottom:50px;
}
.txt p{
	position:absolute;
	right:25%;
	top:50%;
	margin-top:-28px;
	margin-right:-150px;
	color:#fff;
	width:300px;
	height:56px;
    font-size:16px;
    text-align:center;
    background-repeat:no-repeat;
    line-height:20px;
    background-position:50% 50%;
    font-family: 'Playfair Display', serif;
}
.txtauto p{
	position:absolute;
	right:25%;
	top:50%;
	margin-top:-28px;
	margin-right:-150px;
	color:#fff;
	width:300px;
	height:auto;
    font-size:16px;
    text-align:center;
    background-repeat:no-repeat;
    line-height:20px;
    background-position:50% 50%;
    font-family: 'Playfair Display', serif;
}
.insideout{
	left:5%;
	width:90%;
	position:absolute;
	right:5%;
	top:15%;
	color:#fff;
	height:auto;
    font-size:16px;
    text-align:center;
    line-height:20px;
    font-family: 'Playfair Display', serif;
}
.azienda1a{
	background-image:url('img/company.jpg');
	background-attachment: fixed;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:50%;
}
.azienda1b{
	background-image:url('img/logoside.jpg');
	background-attachment: fixed;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:50%;
}
.azienda1{
	background-image:url('img/company.jpg');
	background-attachment: fixed;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:50%;
}
.azienda2{
	background-image:url('img/fratellipollastrelli_azienda3.jpg');
	background-attachment: fixed;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:50%;
}
.azienda3{
	background-image:url('img/fratellipollastrell_famiglia.jpg');
	background-attachment: fixed;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:50%;
}
.azienda4{
	background-image:url('img/fratellipollastrelli_azienda4.jpg');
	background-attachment: fixed;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:50%;
}
.progetto1{
	background-image:url('img/progetto_back.jpg');
	background-attachment: fixed;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:50%;
}
.progetto2{
	background-image:url('img/progetto2.jpg');
	background-attachment: fixed;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:50%;
}
.progetto3{
	background-image:url('img/fratellipollastrelli_marcellinos3-2.jpg');
	background-attachment: fixed;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:50%;
}
.progetto4{
	background-image:url('img/progetto4.jpg');
	background-attachment: fixed;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:50%;
}
.contatti1{
	background-image:url('img/fratellipollastrelli_contatti.jpg');
	background-attachment: fixed;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:50%;
}
.contatti1a{
	background-image:url('img/socialbg.jpg');
	background-attachment: fixed;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width:50%;
}
.page-id-20 .azienda1{
	float:left;
}
.swall{
	
	overflow:auto;
  margin-left:50%;
width:auto !important;
}

/* NEWS */

.news{
	background-attachment: fixed;
	background-position: 0% center;
	background-repeat: no-repeat;
	width:50%;
  background-color:#fff;
  }
.testo{
	position:absolute;
	right:25%;
	top:50%;
	margin-top:-28px;
	margin-right:-20%;
	color:#fff;
	width:40%;
	height:56px;
    font-size:16px;
    text-align:center;
    background-repeat:no-repeat;
    line-height:20px;
    background-position:50% 50%;
    font-family: 'Playfair Display', serif;
}

.testo h2{
	background-image:none;
	font-size:24px;
	line-height:24px;
	font-family: 'engravers_mtregular';
	font-weight:normal;
}
.testo h3{
	font-size:20px;
	line-height:30px;
	font-weight:normal;
}
.testo p{
	line-height:20px;
	margin-top:10px;
}
.prodotti .testo{
	color:#20212d;
}
.prodotti .testo h2{
	color:#20212d;
	font-size:24px;
	line-height:24px;
	font-family: 'engravers_mtregular';
	font-weight:normal;
}

/* FOOTER */
footer{
	color:#fff;
}
footer .footleft{
    text-align: left;
	float:left;
	margin-left:60px;
	font-size:10px;
    line-height:60px;
    text-transform:uppercase;
    font-family: 'Playfair Display', serif;
}
footer .footright{
	text-align: right;
	float:right;
	margin-right:60px;
	font-size:10px;
    line-height:60px;
    text-transform:uppercase;
    font-family: 'Playfair Display', serif;
}
footer .footright a{
	color:#fff;
}

/************SOCIAL WALL************/
.socialwall .cc-100{
	overflow:hidden;
}
.socialwall .azienda1{
	background-attachment:initial;
	background-image: url('img/fratellipollastrelli_socialwall.jpg');
}
.entry-header{display:none;}
.dcwss.dc-wall ul.stream{background-color:transparent;padding-left:0px !important;}
#social-stream-22{margin-left:auto;margin-right:auto;width:100%;}
.dcwss.dc-wall.col-4 .stream li{width:100% !important;}
.dcwss.dc-wall .stream li{font-family: 'Playfair Display', serif;  background-color:transparent !important; margin:0px !important; padding-top: 40px !important; border:0px;} 
.cc-100 .stream li img{min-width:auto !important;}
.dcwss.dc-wall .stream li .inner{ margin:0px 40px !important;}
.dcwss .stream li{margin:40px!important;}
.dcwss.dc-wall .stream li .section-intro{margin-top:26px!important;}
.dcwss.dc-wall .stream li .section-title {margin-bottom:15px !important;}
.dcwss.dc-wall .stream li .section-title a{font-family: 'Playfair Display', serif; color:#fff !important; margin-bottom:15px !important; font-size: 14px; line-height: 1.3;}
.dcwss.dc-wall .stream li .section-text{font-family: 'Playfair Display', serif; color:#fff !important; font-size: 12px; line-height: 1.2; letter-spacing: 1px;}
.dcwss.dc-wall .stream li a{color:#fff !important;}
.dcwss.dc-wall .stream li .section-intro a{color:#20212d !important;}
.stream li.dcsns-twitter .twitter-user a strong{color:#fff;}
#social-stream-22 .stream li.dcsns-facebook .section-intro, .filter .f-facebook a:hover, .wall-outer .dcsns-toolbar .filter .f-facebook a.iso-active{background:#fff !important;color:#20212d;}
.dcsns-toolbar,.entry-footer{display:none;}
.dcwss.dc-wall .stream li .icon{bottom:1px;}
