@import url("fontawesome-all.min.css");

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");

@import url('https://fonts.googleapis.com/css2?family=Delius&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gugi&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Glass+Antiqua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Englebert&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Twinkle+Star&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ribeye+Marrow&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anta&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poller+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Twinkle+Star&display=swap');

/*
	Escape Velocity by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
	---
*/

html, body, div, span, iframe, a, img, ul, li, section {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

body {
	background: #FFA6C1 url(https://www.iolecal.it/css/images/headerbg.png) no-repeat top center; 
	background-size: contain;
	font-family: "Twinkle Star", cursive;
	font-family: 'Delius', sans-serif;
	font-size: 20px;
	color: #DA3356;
}

a {
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	text-decoration: none;
	color: #DA3356;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a.post {
	font-size: 1em;
	font-family: 'Englebert', cursive;
	font-family: 'Ribeye Marrow', serif;
	font-weight: normal;
	font-family: 'Gugi', sans-serif;
	font-family: 'Anta', sans-serif;
	font-family: "Poller One", sans-serif;
	font-family: "Twinkle Star", cursive;
	text-transform: uppercase;
}

/* Page Wrapper */

#page-wrapper > section {
	margin-bottom: 0;
}

/* Wrapper */

.wrapper {
	position: relative;
	padding: 1em 0 5em 0;
}

.wrapper .title {
	position: absolute;
	left: 50%;
	text-align: center;
	display: block;
	font-weight: normal;
	font-size: 30px;
	width: 16em;
	height: 1.5em;
	top: -2em;
	line-height: 40px;
	margin-bottom: -2em;
	margin-left: -8em;
	padding-top: 0.5em;
	font-family: 'Twinkle Star', cursive;
	font-family: 'Englebert', cursive;
	font-family: 'Ribeye Marrow', serif;
	font-family: 'Rubik Doodle Shadow', system-ui;
	font-family: 'Gugi', sans-serif;
	font-family: "Poller One", sans-serif;
	font-family: "Twinkle Star", cursive;
	font-family: 'Anta', sans-serif;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-transform: uppercase;
}

.wrapper .title:before {
	content: '';
	position: absolute;
	bottom: -38px;
	left: -35px;
	width: 35px;
	height: 38px;
	background: url("images/shadow.png");
}

.wrapper .title:after {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	content: '';
	position: absolute;
	bottom: -38px;
	right: -35px;
	width: 35px;
	height: 38px;
	background: url("images/shadow.png");
}


.wrapper img {
	-webkit-box-shadow: 2px 3px 8px -1px #919191;
	-moz-box-shadow: 2px 3px 8px -1px #919191;
	-o-box-shadow: 2px 3px 8px -1px #919191;
	box-shadow: 2px 3px 8px -1px #919191;
	border: 6px #FFFFFF solid;
	cursor: pointer;
}

.wrapper.style1 .title, .wrapper.style2 .title, .wrapper.style3 .title {
	color: #E00F52;
	text-shadow: none;
}

.wrapper:nth-child(2n+0), .wrapper:nth-child(2n+0) .title { background: #FADDE1; }
.wrapper:nth-child(2n+1), .wrapper:nth-child(2n+1) .title { background: #FFCBDB; }


.titolo {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	line-height: 2em;
	font-family: 'Gugi', sans-serif;
	text-align: center;
}


.expand, .collapse {
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 25px;
  display: block;
  margin-top: -20px;
  border: none;
}
.expand {
  background: transparent url(https://www.iolecal.it/css/images/expand.png) no-repeat top right;
}

.collapse {
  background: transparent url(https://www.iolecal.it/css/images/collapse.png) no-repeat top right;
}

.collapsible {
  display: none;
  overflow: hidden;
}



.readmore {
  cursor: pointer;
  padding: 0;
  width: 50px;
  height: 25px;
  display: inline-block;
  background: transparent url(https://www.iolecal.it/css/images/expand.png) no-repeat top right;
}

.expandCount, .collapseCount {
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 25px;
  display: block;
  margin: 0.5em 0.75em 0 0.75em;
  border: none;
  text-align: center;
}


.collapseCount {
  background-color: transparent;
}

.collapsibleCount {
  display: none;
  overflow: hidden;
}

.expandCountSpan {
	text-decoration: none;
	padding: 0.5em 1em 0.5em 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #FFFFFF;
	border: none;
	background-color: transparent;
	background-image: url(./images/buttonbg.png);
	background-repeat: repeat-x;
	background-position: 0 -100px;
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	font-weight: normal;
	font-family: 'Englebert', cursive;
	font-family: 'Ribeye Marrow', serif;
	font-family: 'Rubik Doodle Shadow', system-ui;
	font-family: 'Gugi', sans-serif;
	
}

.expandCountSpan:hover {
	color: #f8d6dd;
	background-position: 0 0;
}



/* Header */

#header {
	height: 16em;
	background: none;
	padding: 0;
	margin: 0;
	border: none
}


/* Logo */

#logo {
	display: block;
	background-color: transparent;
	background-image: url(https://www.iolecal.it/css/images/iolecal.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	width: 800px;
	height: 165px;
	margin: 1em auto 1em;
}

.thumb {
	width: 330px;
	height: 380px;
	display: inline-block;
}

/* Container */

.container {
	margin: 10px auto 0;
	width: 1200px;
	text-align: center;
}

/* p */

p {
	line-height: 1.2em;
	margin-top: 0;
}

/* Actions */

ul.actions {
	list-style: none;
	margin: 10px 10px 10px 0;
	width: 100%;
	text-align: right;
	border: none;
}

ul.actions li {
	display: block;
	margin: 0.5em 0.75em 0 0.75em;
	padding-left: 0;
}

ul.actions a {
	text-decoration: none;
	padding: 0.5em 1em 0.5em 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #FFFFFF;
	border: none;
	background-color: transparent;
	background-image: url(./images/buttonbg.png);
	background-repeat: repeat-x;
	background-position: 0 -100px;
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	font-weight: normal;
	font-family: 'Englebert', cursive;
	font-family: 'Ribeye Marrow', serif;
	font-family: 'Rubik Doodle Shadow', system-ui;
	font-family: 'Gugi', sans-serif;
	font-family: "Poller One", sans-serif;
	font-family: "Twinkle Star", cursive;
	font-family: 'Anta', sans-serif;
	text-transform: uppercase;
}

ul.actions a:hover {
	color: #f8d6dd;
	background-position: 0 0;
}


/* Row */

.intro {
	text-align: center;
	line-height: 1.5em;
	margin: 20px auto 20px;
}

.intro_left {
	width: 550px;
	float: left;
}

.intro_right {
	width: 250px;
	height: 250px;
	float: right;
	text-align: center;
	-webkit-box-shadow: 2px 3px 8px -1px #919191;
	-moz-box-shadow: 2px 3px 8px -1px #919191;
	-o-box-shadow: 2px 3px 8px -1px #919191;
	box-shadow: 2px 3px 8px -1px #919191;
	border: 6px #FFFFFF solid;
	background-image: url(https://www.iolecal.it/css/images/io.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover; 
	margin: 0 0 0 1.5em;
}

.th-aln-center {
	text-align: center;
}

.th-aln-center img {
	margin: 5px;
}
.row {
	border: none;
}

.row.aln-center {
	text-align: center;
}

.row.aln-center img {
	margin: 5px;
}

.row.aln-center-2 {
	text-align: center;
	margin: 0 auto;
	width: 70%;
}

.row.aln-center-2 img {
	margin: 5px;
}


.row > .col-2 {
	width: 50%;
	text-align: center;
	border: none;
	padding: 0.5em;
}

.row.aln-center-3 {
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	border: none;
}

.row > .col-3 {
	width: 33%;
	text-align: center;
	border: none;
	padding: 0.5em;
}



.row.center-2-img {
	text-align: center;
	margin: 0 auto;
	width: 70%;
}

.row.center-2-img img {
	margin: 5px;
}

.row.center-3-img {
	text-align: center;
}

.row.center-3-img img {
	margin: 5px;
}


/* Footer */

#bottom {
	background: #FFA6C1;
	padding: 1.5em;
	text-align: center;
	font-size: 0.8em;
}

#bottom img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

#copyright, #credits {
	font-size: 18px;
	padding: 0;
	line-height: 1.5em;
	padding: 0.5em;
}

/* Modal */

.w3-modal {
	z-index: 3;
	display: none;
	padding-top: 50px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(218,51,86,0.4);
}

.w3-modal-content {
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	width: 1000px;
	height: 1000px;
}

/* Selection */

::selection { 
	color: #DA3256; 
	background:#FF6595; 
}

::-moz-selection { 
	color: #DA3256; 
	background: #FF6595; 
}

#titleBar, #navPanel {
	display: none;
}

.note {
	margin: 2em auto 1em;
	color: #EF597A;
	border-bottom: 3px double #FFC4D6;
	text-align: center;
	font-weight: normal;
	font-family: 'Englebert', cursive;
	font-family: 'Ribeye Marrow', serif;
	font-family: 'Rubik Doodle Shadow', system-ui;
	font-family: 'Gugi', sans-serif;
	text-transform: uppercase;
}

.nota {
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding-left: 30px;
	background: #FFC4D6 url(https://www.iolecal.it/blog/immagini/puntina.png) no-repeat top left;
	border: 2px #FFC4D6 solid;
	margin-left: 20px;
	margin-right: 20px;
	color: #EF5879;
	font-weight: normal;
	font-size: 18px;
}

.info {
	text-align: left;
	padding: 6px;
	border: 2px #FFC4D6 solid;
	background: transparent;
	margin-left: 20px;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	color: #DA3256;
}

.commentDesc {
	min-height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 35px;
	border: 2px #FF7BA4 solid; 
	border-bottom: none; 
	background: #FF7BA4 url(https://www.iolecal.it/css/images/commentIcon.png) no-repeat top left; 
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
}

.commentInfo {
	text-align: left;
	padding: 15px;
	border: 2px #FF7BA4 solid; 
	border-top:  none;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background: transparent;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 22px;
	text-align: justify;
	color: #DA3356;
	font-size: 18px;
}
			
#bottom1 {
	margin-right: 2em;
	background: url(https://www.iolecal.it/css/images/copyright.png) no-repeat center left;
	padding-left: 25px;
	display: inline-block;
	border: none;
}

#bottom2 {
	margin-right: 2em;
	background: url(https://www.iolecal.it/css/images/design.png) no-repeat center left;
	padding-left: 25px;
	display: inline-block;
	border: none;
}

#bottom3{
	margin-right: 2em;
	background: url(https://www.iolecal.it/css/images/privacy.png) no-repeat center left;
	padding-left: 25px;
	display: inline-block;
	border: none;
}

#bottom4 {
	background: url(https://www.iolecal.it/css/images/cookie.png) no-repeat center left;
	padding-left: 25px;
	display: inline-block;
	border: none;
}

#whatsapp {
	position: fixed;
	bottom: 56px;
	right: 0;
	display: block;
	width: 54px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	content: ' ';
	color: #FADDE1;
	background-color: rgba(255, 93, 143, 0.7);
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background-image: url(https://www.iolecal.it/css/images/whatsapp.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.error404 {
	width: 50%; 
	margin: 0 auto; 
	text-align: center; 
}

#whatsapp:hover {
	background-color: rgba(255, 93, 143, 1);
}

.grid-container-2 {
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	padding: 10px;
	margin: 0;
	background: none;
}
.grid-container-3 {
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 10px;
	margin: 0;
	background: none;
}
.grid-container-2 .grid-item,
.grid-container-3 .grid-item {
	border: none;
	padding: 5px 20px 5px 5px;
	margin: 0;
	text-align: center;
	background: none;
}

.grid-container-2 .grid-item a > img,
.grid-container-3 .grid-item a > img { 
	width: 100%; 
	max-width: 300px;
	max-height: 300px;
}

@media all and (min-width: 1691px) {
	.intro { width: 900px; }
}

@media all and (max-width: 1690px) {
	.container { width: 1000px; }
	.intro { width: 900px; }
	.row.aln-center-2 img, .row.aln-center-3 img { width: 300px; height: 300px; margin: 0.25em; }
	.th-aln-center img { width: 300px; height: 300px; border: 6px #FFFFFF solid; margin: 5px auto; }
}

@media all and (max-width: 1280px) { 
	body { font-size: 1.3em; line-height: 1.6em; }
	.container { width: 1000px; }
	.intro { width: 650px; }
	.intro_right { width: 220px; height: 220px; float: right; text-align: center; }
	.wrapper .title { font-size: 1.5em; }
	ul.actions a { font-size: 1em; }
	.row .col-3 img { width: 280px; height: 280px; }
	.row .col-2 img { width: 240px; height: 240px; }
	.w3-modal-content { width: 1000px; height: 1000px; }
	.th-aln-center img { width: 300px; height: 300px; border: 6px #FFFFFF solid; margin: 5px auto; }
}

@media all and (max-width: 980px) {
	body { font-size: 1.2em; line-height: 1.5em; }
	#header { height: 9em; }
	#logo { width: 736px; height: 152px; }
	.container { width: 736px; }
	.intro { width: 650px; }
	.intro_right { width: 200px; height: 200px; float: right; text-align: center; }
	.wrapper .title { font-size: 1em; }
	ul.actions a { font-size: 0.7em; }
	.row .col-3 img { width: 210px; height: 210px; }
	.row .col-2 img { width: 240px; height: 240px; }
	.w3-modal-content { width: 736px; height: 736px; }
	.th-aln-center img { width: 200px; height: 200px; border: 4px #FFFFFF solid; margin: 3px auto; }
	.thumb { width: 200px; height: 250px; display: inline-block; }
	.row.center-2-img img, .row.center-3-img img { width: 230px; height: 230px; border: 4px #FFFFFF solid; }
	
}

@media all and (max-width: 736px) {
	body { font-size: 1.2em; line-height: 1.5em; }
	#header { height: 7em; }
	#logo { width: 580px; height: 120px; }
	.container, .intro { width: 580px; }
	.intro_right { width: 150px; height: 150px; float: right; text-align: center; }
	.wrapper .title { font-size: 1em; }
	ul.actions a { font-size: 0.5em; }
	.row .col-3 img { width: 160px; height: 160px; }
	.row.aln-center-2 { width: 100%;  }
	.row .col-2 img { width: 240px; height: 240px; }
	.w3-modal-content { width: 580px; height: 580px; }
	.th-aln-center img { width: 160px; height: 160px; border: 4px #FFFFFF solid; margin: 2px auto; }
	.thumb { width: 160px; height: 210px; display: inline-block; }
	.row.center-2-img img, .row.center-3-img img { width: 200px; height: 200px; border: 3px #FFFFFF solid; }
	
	
	
	.grid-container-2 .grid-item, .grid-container-3 .grid-item { padding: 3px 12px 3px 3px; }
	.grid-container-2 .grid-item a > img, .grid-container-3 .grid-item a > img { border: 3px #FFFFFF solid; }
}
@media all and (max-width: 480px) {
	body { font-size: 1.25em; line-height: 1.2em; }
	#header { height: 6em; }
	#logo { width: 320px; height: 66px; }
	.container, .intro { width: 90%; }
	.intro_right { width: 250px; height: 250px; display: block; float: none; margin: 0 auto; text-align: center; }
	.wrapper .title, .intro { font-size: 1em; }
	ul.actions a { font-size: 0.8em; }
	.row.aln-center img { width: 130px; height: 130px; }
	.row .col-3 { display: block; width: 33%; }
	.row .col-3 img { border-width: 1px; width: 90px; height: 90px; }
	.row.aln-center-2 { width: 70%; }
	.row.aln-center-2 img { width: 100px; height: 100px; border: 2px #FFFFFF solid; margin: 2px; }
	.wrapper { padding-bottom: 3em; }
	.w3-modal-content { width: 320px; height: 320px; }
	#bottom1, #bottom2, #bottom3, #bottom4 { display: flex; max-width: 20em; }
	.error404 { width: 100%; }
	.th-aln-center {width: 350px; margin: 1px auto; }
	.th-aln-center img { width: 100px; height: 100px; border: 2px #FFFFFF solid; margin: 2px; }
	.thumb { width: 90px; height: 130px; display: inline-block; }
	.row.center-2-img { width: 100%; }
	.row.center-2-img img, .row.center-3-img img { width: 145px; height: 145px; border: 2px #FFFFFF solid; }
	
	
	
	.grid-container-2 .grid-item, .grid-container-3 .grid-item { padding: 2px 8px 2px 2px; }
	.grid-container-2 .grid-item a > img, .grid-container-3 .grid-item a > img { border: 2px #FFFFFF solid; }
}

@media all and (max-width: 320px) {
	body { font-size: 1.1em; line-height: 1.2em; }
	#header { height: 5em; }
	#logo { width: 250px; height: 52px; }
	.container, .intro { width: 250px; }
	.intro_right { width: 250px; height: 250px; display: block; float: none; margin: 0 auto; text-align: center; }
	.wrapper .title, .info { font-size: 0.7em; }
	ul.actions a { font-size: 0.8em; }
	.row.aln-center img { width: 90px; height: 90px; }
	.row .col-3 { display: block; width: 50%; }
	.row .col-3 img { width: 100px; height: 100px; }
	.row.aln-center-2 { width: 100%; }
	.row .col-2 img { width: 100px; height: 100px; }
	.wrapper { padding-bottom: 3em; }
	.w3-modal-content { width: 250px; height: 250px; }
	#bottom1, #bottom2, #bottom3, #bottom4 { display: flex; max-width: 20em; } 
	.th-aln-center img { width: 70px; height: 70px; border: 2px #FFFFFF solid; margin: 2px auto; }
	.thumb { width: 70px; height: 120px; display: inline-block; }
	.row.center-2-img { width: 100%; }
	.row.center-2-img img, .row.center-3-img img { width: 100px; height: 100px; border: 2px #FFFFFF solid; }
	
	.grid-container-2 .grid-item, .grid-container-3 .grid-item { padding: 1px 4px 1px 1px; }
	.grid-container-2 .grid-item a > img, .grid-container-3 .grid-item a > img { border: 1px #FFFFFF solid; }
}

@media screen and (max-width: 980px) {
	#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		padding-bottom: 1px;
	}

	#titleBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 44px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
		background: none;
	}

	#titleBar .title {
		display: none;
	}

	#titleBar .toggle {
		text-decoration: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 44px;
	}

	#titleBar .toggle:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		text-transform: none !important;
		font-weight: normal;
	}

	#titleBar .toggle:before {
		-moz-transition: all .15s ease-in-out;
		-webkit-transition: all .15s ease-in-out;
		-ms-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
		text-decoration: none;
		content: ' ';
		font-size: 22px;
		position: absolute;
		top: 6px;
		left: 6px;
		display: block;
		width: 54px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		color: #FADDE1;
		background-color: rgba(255, 93, 143, 0.5);
		-webkit-border-top-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		background-image: url(https://www.iolecal.it/css/images/toggleBg.png);
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	#titleBar .toggle:active:before {
		background-color: rgba(255, 93, 173, 0.8);
	}

	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(295px);
		-webkit-transform: translateX(295px);
		-ms-transform: translateX(295px);
		transform: translateX(295px);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 100%;
		right: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 295px;
		z-index: 10002;
		background: #FFC4D6;
		text-align: left;
	}

	#navPanel .link {
		display: block;
		color: #DE346A;
		text-decoration: none;
		font-size: 0.85em;
		font-weight: normal;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		border-top: 1px #FFC4D6 solid;
		margin: 0 15px 0 15px;
		font-family: 'Anta', sans-serif;
		line-height: 1em; 
		padding-top: 1em;
	}

	#navPanel .link:first-child {
		border-top: 0;
		margin-top: 0.5em;
	}

	#navPanel #mobile_menu_01, #navPanel #mobile_menu_02, #navPanel #mobile_menu_03, #navPanel #mobile_menu_04, #navPanel #mobile_menu_05, #navPanel #mobile_menu_06, #navPanel #mobile_menu_07, #navPanel #mobile_menu_08, #navPanel #mobile_menu_09, #navPanel #mobile_menu_10, #navPanel #mobile_menu_11, #navPanel #mobile_menu_12, #navPanel #mobile_menu_13, #navPanel #mobile_menu_14 {
		background-color: transparent;
		background-position: left;
		background-repeat: no-repeat;
		padding: 1em 0 0.5em 55px;
		text-align: left;
	}

	#navPanel #mobile_menu_01 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_01.png); }
	#navPanel #mobile_menu_02 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_02.png); }
	#navPanel #mobile_menu_03 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_03.png); }
	#navPanel #mobile_menu_04 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_04.png); }
	#navPanel #mobile_menu_05 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_05.png); }
	#navPanel #mobile_menu_06 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_06.png); }
	#navPanel #mobile_menu_07 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_07.png); }
	#navPanel #mobile_menu_08 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_08.png); }
	#navPanel #mobile_menu_09 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_09.png); }
	#navPanel #mobile_menu_10 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_10.png); }
	#navPanel #mobile_menu_11 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_11.png); }
	#navPanel #mobile_menu_12 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_12.png); }
	#navPanel #mobile_menu_13 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_13.png); }
	#navPanel #mobile_menu_14 { background-image: url(https://www.iolecal.it/css/images/mobile_menu_14.png); }

	body.navPanel-visible #page-wrapper {
		-moz-transform: translateX(-295px);
		-webkit-transform: translateX(-295px);
		-ms-transform: translateX(-295px);
		transform: translateX(-295px);
	}

	body.navPanel-visible #titleBar {
		-moz-transform: translateX(-295px);
		-webkit-transform: translateX(-295px);
		-ms-transform: translateX(-295px);
		transform: translateX(-295px);
	}

	body.navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	body.navPanel-visible #titleBar .toggle:before {
		background-image: url(https://www.iolecal.it/css/images/toggleBg.png);
		background-position: 0 -38px;
	}
}



	* {
	  scrollbar-width: thin;
	  scrollbar-color: #FF5D8F #FFFFFF;
	}

	*::-webkit-scrollbar {
	  width: 12px;
	}

	*::-webkit-scrollbar-track {
	  background: #FFFFFF;
	}

	*::-webkit-scrollbar-thumb {
	  background-color: #FF5D8F;
	  border-radius: 20px;
	  border: 3px #FF5D8F solid;
	}



	.articles {
		width: 30%; 
		margin: 1%; 
		display: inline-block;
	}
	
	.imgs {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-o-box-shadow: none !important;
		box-shadow: none !important;
		border: none !important;
		width: 100%;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
	}

	body:not(.is-touch) .imgs:hover {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	@media all and (max-width: 980px) {	.articles { width: 40%; } }
		
	@media all and (max-width: 480px) { .articles { width: 73%; } }