/*-----------------------------------------------------------------------------------
	PASTICCERIA BUSI
	About: La vera pasticceria tradizionale milanese
	Author: pasticceria busi
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:rgba(255,255,217,0.00);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-diagonal-lines::before{
	background: url("img/texture-diag-lines.png");
	background-size: 10px 10px;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-lg{
	font-size:60px!important;
}

/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}

/* = Lists
-------------------------------------------------------------- */
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display:none;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:150px;
}
.dropdown-menushow{
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:12px;
	background-color:#131350;
}
.dropdown-item{
	background-color:#131350;
	background-size:length;
}
.mymenu{
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:13px;
	background-color:#131350;
}
.dropdown-menu{
	background-color:#131350;
	padding:4px 4px 4px 4px;
}
a{
	font-family:"Lato";
	font-weight:400;
	color:#FEFFFE!important;
}
.img-style{
	width:300px;
	height:300px;
}
.img-zuri-style{
	width:300px;
	height:300px;
}
.img-mela-antica-style{
	width:300px;
	height:300px;
}
.img-griglia-style{
	width:300px;
	height:300px;
}
.p-style{
	font-family:"Open Sans";
	font-weight:400;
}
.h2-style{
	font-family:"PT Serif";
}
.h2-torta-zurigo-style{
	font-family:"PT Serif";
}
.h3-style{
	font-family:Lato;
	font-weight:300;
}
.h3-bloc-6-style{
	font-family:Lato;
	font-weight:300;
}
.h3-bloc-8-style{
	font-family:Lato;
	font-weight:300;
}
.h2-bloc-8-style{
	font-family:"PT Serif";
}
.h2-bloc-9-style{
	font-family:"PT Serif";
}
.h3-bloc-9-style{
	font-family:Lato;
	font-weight:300;
}
.img-ripiena-style{
	width:300px;
	height:300px;
}
.h2-5-style{
	font-family:"PT Serif";
}
.h3-5-style{
	font-family:Lato;
	font-weight:300;
}
.img-18-style{
	width:300px;
	height:300px;
}
.h3-6-style{
	font-family:Lato;
	font-weight:300;
}
.h2-6-style{
	font-family:"PT Serif";
}
.img-19-style{
	width:300px;
	height:300px;
}
.h3-7-style{
	font-family:Lato;
	font-weight:300;
}
.h2-7-style{
	font-family:"PT Serif";
}
.img-rusti-style{
	width:300px;
	height:300px;
}
.h2-torta-rustica-style{
	font-family:"PT Serif";
}
.h3-8-style{
	font-family:Lato;
	font-weight:300;
}
.h3-bloc-3-style{
	font-size:26px;
	font-family:"PT Serif";
	padding:0px 0px 0px 0px;
}
.p-bloc-3-style{
	font-size:13px;
	line-height:16px;
	width:100%;
	font-family:Lato;
	font-weight:400;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.h3-1-style{
	font-family:"PT Serif";
}
.p-1-style{
	font-family:Lato;
	font-weight:300;
	font-size:30px;
}
.h2-1-style{
	font-family:"PT Serif";
}
.h3-29664-style{
	font-family:Lato;
	font-weight:400;
}
.p-4142-style{
	font-family:Lato;
	font-weight:300;
	font-size:20px;
}
.h3-bloc-5-style{
	font-family:"PT Serif";
}
.h3-5-bloc-5-style{
	font-family:"PT Serif";
}
.h3-torte-friabili-style{
	font-family:"PT Serif";
}
.h3-bloc-7-style{
	font-family:"PT Serif";
}
.h3-8-bloc-7-style{
	font-family:"PT Serif";
}
.h3-le-chiacchiere-style{
	font-family:"PT Serif";
}
.h3-torte-speciali-style{
	font-family:"PT Serif";
}
.h3-biscotti-style{
	font-family:"PT Serif";
}
.h1-bloc-5-style{
	font-family:Lato;
	font-weight:400;
	font-size:2px;
}
.img-pera-cioccola-style{
	width:300px;
	height:300px;
}
.img-ananas-granel-style{
	width:300px;
	height:300px;
}
.img-frutta-fantas-style{
	width:300px;
	height:300px;
}
.h2-11-style{
	font-family:"PT Serif";
}
.h3-20-style{
	font-family:Lato;
	font-weight:300;
}
.h2-12-style{
	font-family:"PT Serif";
}
.h3-21-style{
	font-family:Lato;
	font-weight:300;
}
.h3-22-style{
	font-family:Lato;
	font-weight:300;
}
.h2-13-style{
	font-family:"PT Serif";
}
.img-yogurt-bos-style{
	width:300px;
	height:300px;
}
.img-limo-style{
	width:300px;
	height:300px;
}
.img-mimo-style{
	width:300px;
	height:300px;
}
.img-zuppa-ingle-style{
	width:300px;
	height:300px;
}
.img-crema-cioccola-style{
	width:300px;
	height:300px;
}
.h2-14-style{
	font-family:"PT Serif";
}
.h3-24-style{
	font-family:Lato;
	font-weight:300;
}
.h2-15-style{
	font-family:"PT Serif";
}
.h3-25-style{
	font-family:Lato;
	font-weight:300;
}
.h2-torta-mimosa-style{
	font-family:"PT Serif";
}
.h3-26-style{
	font-family:Lato;
	font-weight:300;
}
.h3-27-style{
	font-family:Lato;
	font-weight:300;
}
.h2-17-style{
	font-family:"PT Serif";
}
.h3-28-style{
	font-family:Lato;
	font-weight:300;
}
.h2-18-style{
	font-family:"PT Serif";
}
.img-crema-frago-style{
	width:300px;
	height:300px;
}
.h3-29-style{
	font-family:Lato;
	font-weight:300;
}
.h2-19-style{
	font-family:"PT Serif";
}
.img-47-style{
	width:300px;
	height:300px;
}
.h2-20-style{
	font-family:"PT Serif";
}
.h3-30-style{
	font-family:Lato;
	font-weight:300;
}
.img-cremapes-style{
	width:300px;
	height:300px;
}
.h3-31-style{
	font-family:Lato;
	font-weight:300;
}
.img-49-style{
	width:300px;
	height:300px;
}
.h3-32-style{
	font-family:Lato;
	font-weight:300;
}
.h2-torta-rosa-style{
	font-family:"PT Serif";
}
.h2-torta-amaretto-style{
	font-family:"PT Serif";
}
.h3-33-style{
	font-family:Lato;
	font-weight:300;
}
.img-amaret-style{
	width:300px;
	height:300px;
}
.h2-torta-trentina-style{
	font-family:"PT Serif";
}
.h3-34-style{
	font-family:Lato;
	font-weight:300;
}
.img-trenti-style{
	width:300px;
	height:300px;
}
.h2-21-style{
	font-family:"PT Serif";
}
.img-mandor-style{
	width:300px;
	height:300px;
}
.h2-25-style{
	font-family:"PT Serif";
}
.h3-36-style{
	font-family:Lato;
	font-weight:300;
}
.img-mandorla-style{
	width:300px;
	height:300px;
}
.h3-37-style{
	font-family:Lato;
	font-weight:300;
}
.h2-26-style{
	font-family:"PT Serif";
}
.img-noccio-style{
	width:300px;
	height:300px;
}
.h2-27-style{
	font-family:"PT Serif";
}
.h3-38-style{
	font-family:Lato;
	font-weight:300;
}
.img-crostata-non-style{
	width:300px;
	height:300px;
}
.h2-28-style{
	font-family:"PT Serif";
}
.h3-39-style{
	font-family:Lato;
	font-weight:300;
}
.img-moret-style{
	width:300px;
	height:300px;
}
.h2-moretto-style{
	font-family:"PT Serif";
}
.h3-40-style{
	font-family:Lato;
	font-weight:300;
}
.img-ciambello-style{
	width:300px;
	height:300px;
}
.h2-ciambellone-style{
	font-family:"PT Serif";
}
.h3-41-style{
	font-family:Lato;
	font-weight:300;
}
.img-torta-no-style{
	width:300px;
	height:300px;
}
.img-pan-mei-style{
	width:300px;
	height:300px;
}
.h3-42-style{
	font-family:Lato;
	font-weight:300;
}
.h2-31-style{
	font-family:"PT Serif";
}
.h3-43-style{
	font-family:Lato;
	font-weight:300;
}
.h2-pan-meino-style{
	font-family:"PT Serif";
}
.img-strudel-mo-style{
	width:300px;
	height:300px;
}
.h2-2-style{
	font-family:"PT Serif";
}
.h3-12-style{
	font-family:Lato;
	font-weight:300;
}
.img-campagno-style{
	width:300px;
	height:300px;
}
.h2-3-style{
	font-family:"PT Serif";
}
.h3-13-style{
	font-family:Lato;
	font-weight:300;
}
.img-strudel-tranc-style{
	width:300px;
	height:300px;
}
.h2-4-style{
	font-family:"PT Serif";
}
.h3-14-style{
	font-family:Lato;
	font-weight:300;
}
.img-girel-style{
	width:300px;
	height:300px;
}
.h3-15-style{
	font-family:Lato;
	font-weight:300;
}
.h2-torta-girella-style{
	font-family:"PT Serif";
}
.img-mele-cartocc-style{
	width:300px;
	height:300px;
}
.h2-28223-style{
	font-family:"PT Serif";
}
.h3-16-style{
	font-family:Lato;
	font-weight:300;
}
.img-cocco-cioccola-style{
	width:300px;
	height:300px;
}
.h2-39-style{
	font-family:"PT Serif";
}
.h3-51-style{
	font-family:Lato;
	font-weight:300;
}
.img-72-style{
	width:300px;
	height:300px;
}
.h2-40-style{
	font-family:"PT Serif";
}
.img-73-style{
	width:300px;
	height:300px;
}
.h2-41-style{
	font-family:"PT Serif";
}
.h3-53-style{
	font-family:Lato;
	font-weight:300;
}
.h3-52-style{
	font-family:Lato;
	font-weight:300;
}
.img-74-style{
	width:300px;
	height:300px;
}
.h2-42-style{
	font-family:"PT Serif";
}
.h3-54-style{
	font-family:Lato;
	font-weight:300;
}
.img-75-style{
	width:300px;
	height:300px;
}
.h2-43-style{
	font-family:"PT Serif";
}
.h3-55-style{
	font-family:Lato;
	font-weight:300;
}
.img-76-style{
	width:300px;
	height:300px;
}
.h2-44-style{
	font-family:"PT Serif";
}
.h3-56-style{
	font-family:Lato;
	font-weight:300;
}
.img-pan-dei-mor-style{
	width:300px;
	height:300px;
}
.h2-pan-dei-morti-style{
	font-family:"PT Serif";
}
.h3-18-style{
	font-family:Lato;
	font-weight:300;
}
.img-castagnacc-style{
	width:300px;
	height:300px;
}
.h2-castagnaccio-style{
	font-family:"PT Serif";
}
.h3-19-style{
	font-family:Lato;
	font-weight:300;
}
.img-77-style{
	width:300px;
	height:300px;
}
.h2-46-style{
	font-family:"PT Serif";
}
.h3-59-style{
	font-family:Lato;
	font-weight:300;
}
.h2-45-style{
	font-family:"PT Serif";
}
.h3-58-style{
	font-family:Lato;
	font-weight:300;
}
.img-ricotta-mirtil-style{
	width:300px;
	height:300px;
}
.img-lang-style{
	width:300px;
	height:300px;
}
.h2-15236-style{
	font-family:"PT Serif";
}
.h3-57-style{
	font-family:Lato;
	font-weight:300;
}
.img-crema-melo-style{
	width:300px;
	height:300px;
}
.h2-47940-style{
	font-family:"PT Serif";
}
.h3-41115-style{
	font-family:Lato;
	font-weight:300;
}
.img-yogurt-coc-style{
	width:300px;
	height:300px;
}
.h2-14608-style{
	font-family:"PT Serif";
}
.h3-28038-style{
	font-family:Lato;
	font-weight:300;
}
.img-26008-style{
	width:300px;
	height:300px;
}
.h2-23073-style{
	font-family:"PT Serif";
}
.h3-31050-style{
	font-family:Lato;
	font-weight:300;
}
.h1-bloc-11-style{
	font-family:"PT Serif";
	font-size:40px;
}
.p-11-style{
	font-family:Lato;
	font-weight:300;
	width:100%;
}
.h3- chiacchiere-style{
	font-family:"PT Serif";
}
.h3-34006-style{
	font-family:"PT Serif";
}
.p-45662-style{
	font-family:Lato;
	font-weight:300;
}
.h3-bloc-12-style{
	font-family:Lato;
	font-weight:300;
	width:100%;
}
.h2-torte-tonde-style{
	font-family:"PT Serif";
}
.img-bloc-12-style{
	width:400px;
}
.h2-tranci-style{
	font-family:"PT Serif";
}
.h3-bloc-13-style{
	font-family:Lato;
	font-weight:300;
}
.h2-piastre-style{
	font-family:"PT Serif";
}
.h3-bloc-14-style{
	font-family:Lato;
	font-weight:300;
}
.h3-bloc-15-style{
	font-family:Lato;
	font-weight:300;
	width:100%;
}
.h2-vaschette-style{
	font-family:"PT Serif";
}
.img-vaschet-style{
	width:400px;
}
.p-15-style{
	font-family:Lato;
	font-weight:300;
}
.h3- pan-dei-morti-style{
	font-family:"PT Serif";
}
.h3- pan-meino-style{
	font-family:"PT Serif";
}
.p-8550-style{
	font-family:Lato;
	font-weight:300;
}
.h3-23-style{
	font-family:Lato;
	font-weight:300;
}
.h3-32694-style{
	font-family:Lato;
	font-weight:300;
}
.h3-12355-style{
	font-family:Lato;
	font-weight:300;
}
.h3-8653-style{
	font-family:Lato;
	font-weight:300;
}
.h3-1577-style{
	font-family:Lato;
	font-weight:300;
}
.h3-35838-style{
	font-family:"PT Serif";
}
.h3-36338-style{
	font-family:Lato;
	font-weight:300;
}
.h2-bloc-18-style{
	font-family:"PT Serif";
}
.h4-style{
	font-family:Lato;
	font-weight:300;
	width:100%;
}
.btn-style{
	font-family:"Lato";
	font-weight:900;
	text-transform:none;
	font-size:16px;
	width:176px;
	left:-18px;
	opacity:1.0;
	border-style:_NS:2469;
	cursor:move;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.img-busi-logo-b-style{
	width:474px;
}
.h2-bloc-4-style{
	font-family:"PT Serif";
	font-weight:900;
	font-size:35px;
	background-color:#00872B;
}
.h4-bloc-4-style{
	font-family:Lato;
	font-weight:700;
	width:100%;
	background-color:#FFFFFF;
}
.h3-2-style{
	font-family:"PT Serif";
	font-size:33px;
}
.p-bloc-5-style{
	font-family:Lato;
	font-weight:400;
	font-size:23px;
	line-height:24px;
}
.h3-come-e-quando -style{
	font-family:"PT Serif";
}
.p-bloc-26-style{
	font-family:Lato;
	font-weight:300;
	font-size:18px;
}
.h3-19572-style{
	font-family:Lato;
	font-weight:400;
}
.h3-bloc-11-style{
	font-family:"PT Serif";
	font-size:40px;
}
.h4-dieter-rams-style{
	font-family:Lato;
	font-weight:300;
	font-size:30px;
}
.h3-bloc-18-style{
	font-family:"PT Serif";
	font-size:40px;
}
.h4-5-style{
	font-family:Lato;
	font-weight:300;
	font-size:30px;
}
.h3-bloc-23-style{
	font-family:"PT Serif";
	font-size:40px;
}
.h4-6-style{
	font-family:Lato;
	font-weight:300;
	font-size:30px;
}
.h3-bloc-28-style{
	font-family:"PT Serif";
	font-size:40px;
}
.h3-bloc-41-style{
	font-family:"PT Serif";
	font-size:40px;
}
.h3-bloc-62-style{
	font-family:"PT Serif";
	font-size:40px;
}
.h3-bloc-60-style{
	font-family:"PT Serif";
	font-size:40px;
}
.h3-26376-style{
	font-family:"PT Serif";
	font-size:35px;
}
.h3-78-style{
	font-family:"PT Serif";
	font-size:32px;
}
.p-57-style{
	font-family:Lato;
	font-weight:300;
	font-size:22px;
}
.h3-bloc-78-style{
	font-family:"PT Serif";
	font-size:32px;
}
.p-bloc-78-style{
	font-family:Lato;
	font-weight:300;
	font-size:22px;
}
.h3-torte-di-mele-style{
	font-family:"PT Serif";
}
.h1-style{
	font-family:"PT Serif";
	background-color:rgba(255,255,255,0.60);
	width:100%;
	opacity:1.0;
}
.bloc-style{
	opacity:1.0;
}
.h4-bloc-11-style{
	font-family:Lato;
	font-weight:300;
	font-size:28px;
}
.h3-12-bloc-11-style{
	font-family:"PT Serif";
	font-size:44px;
}
.h3-28518-style{
	font-size:44px;
	font-family:"PT Serif";
}
.h4-3-style{
	font-size:28px;
	font-family:Lato;
	font-weight:300;
}
.h3-14-bloc-15-style{
	font-size:44px;
	font-family:"PT Serif";
	line-height:38px;
}
.h4-4-style{
	font-size:28px;
	font-family:Lato;
	font-weight:300;
}
.h3-17759-style{
	font-family:"PT Serif";
	font-size:32px;
}
.h4-16572-style{
	font-family:Lato;
	font-weight:400;
	font-size:20px;
	line-height:23px;
}
.img-25-style{
	width:891px;
	border-radius:0px 0px 0px 0px;
}
.h2-16522-style{
	font-family:"PT Serif";
	font-size:40px;
}
.p-12-style{
	font-family:Lato;
	font-weight:300;
	font-size:28px;
}
.img-copertura--style{
	height:252px;
}
.icon-margin-right{
	margin-right:8px;
	margin-left:18px;
	padding-bottom:44px;
}
.h3-ricorrenze-style{
	font-family:"PT Serif";
	font-size:44px;
}
.link-bloc-0-style{
	text-decoration:none;
	font-weight:900;
	letter-spacing:2px;
	color:#141350!important;
	background-color:#FFFFD9;
	content:"";
	opacity:1.0;
	cursor:none;
	font-family:"PT Serif Caption";
	font-size:12px;
	width:100%;
}
.btn-style:hover{
	font-family:"PT Serif Caption";
}
.link-bloc-0-style:hover{
	font-family:"PT Serif Caption";
	color:#FFFFD9!important;
	font-weight:300;
	letter-spacing:2px;
}
.arrow-left{
	fill:#0000FF;
	stroke:#00FF00;
	stroke-width:12;
	stroke-linecap:round;
}
.carousel-nav-icon{
	stroke:#141253;
	stroke-width:12;
	stroke-linecap:round;
	font-size:30px;
	color:transparent!important;
}
.carousel-nav-icon:active{
	stroke:#141350;
}
.carousel-nav-icon:focus{
	stroke:#000000;
	stroke-width:20;
}
.h4-17-style{
	font-family:"Lato";
	font-weight:700;
	font-size:28px;
}
.p-111-style{
	font-family:"Lato";
	font-weight:300;
}
.h3-dove-siamo-style{
	font-family:"PT Serif";
}
.p-orar-style{
	color:#FF2600!important;
}
.p-113-style{
	font-family:"Lato";
	font-weight:700;
}
.divider-style{
	height:251px;
}
.icon-margin-bottom{
	margin-bottom:49px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-oxford-blue{
	background-color:#131350;
}
.bgc-cornsilk{
	background-color:#FFFFD8;
}
.bgc-cornsilk-2{
	background-color:#FFFFD8;
}

/* Text colour styles */

.tc-oxford-blue{
	color:#131350!important;
}
.tc-cornsilk{
	color:#FFFFD8!important;
}
.tc-oxford-blue-2{
	color:#131350!important;
}
.tc-unmellow-yellow{
	color:#FFFF7E!important;
}

/* Button colour styles */

.btn-oxford-blue{
	background:#131350;
	color:#FFFFFF!important;
}
.btn-oxford-blue:hover{
	background:#0f0f40!important;
	color:#FFFFFF!important;
}
.btn-medium-candy-apple-red{
	background:#E30032;
	color:#FFFFFF!important;
}
.btn-medium-candy-apple-red:hover{
	background:#b60028!important;
	color:#FFFFFF!important;
}

/* Icon colour styles */

.icon-medium-candy-apple-red{
	color:#E30032!important;
	border-color:#E30032!important;
}
.icon-oxford-blue{
	color:#131350!important;
	border-color:#131350!important;
}

/* Bloc image backgrounds */

.bg-1-CREME{
	background-image:url("img/1_CREME.png");
}
.bg-1-MELE{
	background-image:url("img/1_MELE.png");
}
.bg-2-SPECIALI{
	background-image:url("img/2_SPECIALI.png");
}
.bg-chiacchiere-texture{
	background-image:url("img/chiacchiere_texture-1.jpg");
}
.bg-chiacchiere-texture{
	background-image:url("img/chiacchiere_texture-1.jpg");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.divider-padding{
		padding-top:10px;
		padding-bottom:10px;
	}
	.h3-bloc-3-style{
		font-size:26px;
		font-family:"PT Serif";
	}
	.p-bloc-3-style{
		font-size:16px;
		line-height:20px;
		font-family:Lato;
		font-weight:400;
	}
	.h1-style{
		opacity:1.0;
		width:140%;
	}
	
}

@media (max-width: 767px){
	.img-busi-logo-b-style{
		width:350px;
	}
	.h3-torte-di-mele-style{
		font-family:"PT Serif";
	}
	.h2-bloc-5-style{
		font-family:"PT Serif";
		line-height:28px;
	}
	.p-2-style{
		font-family:Lato;
		font-weight:400;
		font-size:22px;
		line-height:23px;
	}
	.h1-style{
		font-family:"PT Serif";
		width:140%;
		font-size:33px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.p-4142-style{
		line-height:25px;
	}
	.h3-29664-style{
		line-height:30px;
	}
	.h1-style{
		width:100%;
	}
	
}

