@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* HTML5 DECLARATIONS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
	display: block
}
audio[controls], canvas, video {
	display: inline-block;
*display: inline;
	zoom: 1
}
/* BASE */
html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%
} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {
	margin: 0;
	min-height: 100%;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	color: #666
} /* Improve default text rendering, handling of kerning pairs and ligatures */
/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body, button, input, select, textarea {
	font: 100% 'Lato', sans-serif;
*font-size: 1em;
	color: #555
} /* IE7 and older can't resize px based text */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {
	margin: 0;
	padding: 0
}
/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
h1, h2, h3, h4, h5, h6 {
	font-family:'Open Sans', sans-serif;
	color: rgba(51, 51, 51, 1);
	text-shadow: 3px 3px 5px #ccc;
}
h1 {
	font-size: 50px;
	line-height: 1.2em;
	margin-bottom: 30px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
} /* 60px / 72px */
@media only screen and (max-width: 480px) {
h1 {
	font-size: 45px;
}
}
h2 {
	margin: 0;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: 2px;
	margin-bottom: 20px;
} /* 48px / 48px */
h3 {
	font-size: 25px;
	line-height: 1.33333em;
	margin-bottom: 10px;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
} /* 36px / 48px */
h4 {
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
} /* 24px / 24px */
h5 {
	margin: 0;
	font-size: 25px;
	line-height: 1.1428571428571428571428571428571em;
	margin-bottom: 1.1428571428571428571428571428571em;
	font-style: italic;
	color: #e31e24;
	text-align: center;
	letter-spacing: 2px;
} /* 21px / 24px */
h6 {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.3333333333333333333333333333333em;
	margin-bottom: 1.3333333333333333333333333333333em
} /* 18px / 24px */
p, ul, blockquote, pre, td, th {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 25px;
} /* 16px / 24px */
small, p.small {
	margin: 0;
	font-size: 0.875em;
	line-height: 1.7142857142857142857142857142857em;
	margin-bottom: 1.7142857142857142857142857142857em
} /* 14px / 24px */
/* CODE */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
} /* Allow line wrapping of 'pre' */
pre, code, kbd, samp {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace
}
/* TABLES */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.5em
}
th {
 text-align: left border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
}
tr, th, td {
	border-bottom: 1 solid #333;
	padding: 10px;
}
td {
	padding: 10px 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/* QUOTES */
blockquote {
	display: block;
	position: relative;
	padding-left: 60px;
	font-style: oblique;
	font-weight: bold;
}
blockquote:before {
	color: #e31e24;
	text-shadow: 3px 3px 5px #ccc;
	content: "\f10d";
	font-size: 30px;
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 20px;
}
/* LISTS */
ul, ol {
	list-style-position: inherit;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
}
ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
li ul, li ol {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 1.5em;
}
#tab-data-wrap ul {
	list-style: none;
	padding-left: 50px;
}
@media only screen and (max-width: 480px) {
#tab-data-wrap ul {
	list-style: none;
	padding-left: 20px;
}
}
#tab-data-wrap ul li {
	text-indent: -27px;
}
#tab-data-wrap ul li:before {
	content: "• ";
	font-size: 20px;
	color: #e31e24;
	margin-right: 10px;
	text-shadow: 2px 2px 4px #ccc;
}
#tab-data-wrap ul.ingranaggio li:before {
	content: "\f013 ";
	font-family: FontAwesome;
}
#tab-data-wrap ul.check li:before {
	content: "\f00c ";
	font-family: FontAwesome;
}
#tab-data-wrap ul.certificato li:before {
	content: "\f0a3 ";
	font-family: FontAwesome;
}
#tab-data-wrap ul li i {
	display: inline;
	margin-right: 5px;
	margin-left: 3px;
}
#tab-data-wrap ul li strong, #tab-data-wrap p strong {
	color: #e31e24;
}
dl dd {
	margin-left: 1.5em
}
dt {
	font-family:Futura, "Century Gothic", AppleGothic, sans-serif
}
/* HYPERLINKS */
a {
	text-decoration: none;
	color: #E74C3C;
	-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}
a:hover, a:focus, a:active {
	color: #e31e24;
}
a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
	border: none;
	outline: none;
}
/* MEDIA */
figure {
	margin: 0
}
img, object, embed, video {
	max-width: 100%;
	_width: 100%
} /* Fluid images */
img {
	border: 0;
	-ms-interpolation-mode: bicubic
} /* Improve IE's resizing of images */
svg:not(:root) {
	overflow: hidden
} /* Correct IE9 overflow */
/* ABBREVIATION */
abbr[title], dfn[title] {
	border-bottom: 1px dotted #333;
	cursor: help
}
/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins, mark {
	text-decoration: none
}
mark {
	background: #c47529
}
ins {
	background: #d49855
}
del {
	text-decoration: line-through
}
::-moz-selection {
background: #E74C3C;
color: #fff;
text-shadow: none
} /* selected text */
::selection {
	background: #E74C3C;
	color: #fff;
	text-shadow: none
} /* selected text */
/* OTHERS */
strong, b, dt {
	font-weight: bold
}
dfn {
	font-style: italic
}
var, address {
	font-style: normal
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
} /* Position 'sub' and 'sup' without affecting line-height */
sup {
	top: -0.5em
} /* Move superscripted text up */
sub {
	bottom: -0.25em
} /* Move subscripted text down */
span.amp {
	font-family:Adobe Caslon Pro, Baskerville, "Goudy Old Style", "Palatino", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:110%;
	line-height:0;
	position:relative;
	vertical-align:baseline
} /* Best available ampersand */
/* MICRO CLEARFIX HACK */
.cf:before, .cf:after {
	content:"";
	display:table
} /* For modern browsers */
.cf:after {
	clear:both
}
.cf {
	zoom:1
} /* For IE 6/7 (trigger hasLayout) */
/* DEFAULT MOBILE STYLE */
body {
	/* [disabled]width: 92%;
*/
	margin: 0 auto
} /* Center page without wrapper */
/* column grid */
.g1, .g2, .g3, .g4 {
	display:block;
	position: relative;
	margin-left: 1%;
	margin-right: 1%
}
/* 1 column grid */
.g1, .g2, .g3, .g4 {
	width:98.0%
}
/* Wrapper */
.main {
	padding-top: 20px;
	max-width: 1020px;
}
@media only screen and (max-width: 766px) {
.main {
	/* [disabled]padding-top: 120px;
*/
}
}
.wrapper {
	margin: 0 auto;
}
/* Utility */
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.clear {
	clear:both;
}
.bg-fixed {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.no-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.break {
	padding-bottom: 1em;
	clear: both;
}
/* Backgrounds */

.bg-1 {
	background-image: url(../grafica/sfondo.jpg);
}
/* Header */
#header {
	margin-bottom: 20px;
}
#header #logo {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
@media only screen and (max-width: 766px) {
#header {
	display: none;
	visibility: hidden;
}
}
#header #logo img {
	margin: 0px;
	padding: 0px;
	z-index: 0;
}
#header h4 {
	margin-bottom:0px;
}
#header .visible {
	opacity: 1;
}
/* Tabs */
.etabs {
	padding: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
@media only screen and (max-width: 850px) {
.etabs {
	display: none;
	visibility: hidden;
}
}
.etabs li span {
	display: none;
}
#tab-data-wrap {
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0px 3px #e31e24;
	border-radius: 15px 15px 15px 15px;
	/* [disabled]margin: 0px;
*/
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
@media only screen and (max-width: 766px) {
#tab-data-wrap {
	padding-right: 20px;
	padding-left: 20px;
}
}
#tab-data-wrap-x {
	box-shadow: 0px 3px #ffed00;
	border-radius: 15px 15px 15px 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#tab-container {
	margin: 0px;
	padding: 0px;
}
@media only screen and (max-width: 766px) {
#tab-container {
	margin-top: 90px;
	margin-right: 5%;
	margin-left: 5%;
}
}
.tab {
	display: inline-block;
	zoom: 1;
 *display: inline;
	background: #fff;
	border: solid 1px #f1f1f1;
	border-bottom: 0px;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	margin-right:5px;
	margin-left: 5px;
}
.tab a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	padding: 2px 10px;
	outline: none;
	color: #888;
	text-decoration: none;
	-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	letter-spacing: 1px;
}
.tab a:hover {
	text-decoration: none;
	color: #e31e24;
}
.tab.active {
	background: #fff;
	position: relative;
	top: 1px;
	border-color: #f1f1f1;
	border-bottom: none;
}
.tab.active, .tab.active a {
	color: #e31e24;
}
.tab a i {
	font-size: 18px;
	margin-right: 0px;
}
/* INFO */
.info-wrap {
}
/* Photo */
.photo-sx, .photo-dx {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
	height: 250px;
	width: 250px;
	overflow: hidden;
}
.photo-sx {
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 40px;
}
.photo-dx {
	float: right;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 10px;

}
@media only screen and (max-width: 480px) {
.photo-sx, .photo-dx {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
.photo-sx img, .photo-dx img {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	width: 100%;
}
.chef {
	background-image: url(../grafica/chef.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 350px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.baffo {
	clear: both;
	background-image: url(../grafica/baffo.png);
	background-repeat: repeat-x;
	height: 100px;
	background-position: center;
}
.spazio {
	clear: both;
	height: 100px;
}
.info {
}
header h2 {
	/* [disabled]text-transform: uppercase;
*/
	letter-spacing: 2px;
	margin-bottom: 0.3em;
}
/* Contact */
.main-links {
}
.main-links ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.main-links ul li {
	border-bottom: 1px solid #F1F1F1;
	padding: 10px 0;
}
.main-links ul li a {
	font-size: 14px;
}
/* Contact-info */
.contact-info {
}
.contact-info i {
}
/* Icon Styling */
.contact-info i {
	color: #333;
	font-size: 46px;
}
/* Item Box */

.item-box {
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.item-box i {
	float: left;
	margin-right: 5px;
	width: 60px;
}
.item-box i.icon-envelope {
}
.item-box .item-data {
	margin-top: 6px;
}
.item-box .item-data h3 {
	line-height: 1em;
	margin: 3px 0px 0px 0px;
	font-size: 15px;
}
.item-box .item-data p {
	margin: 0px;
	font-size: 12px;
	color: #999;
}
/* WorkExperience */
.work li {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 2em;
}
.work li span {
	float: right;
}
.work li h5 {
	float: left;
}
.work li p {
	clear: both;
}
/* Portfolio */
.image {
	position: relative;
}
.image img {
	margin: 0px;
	width: 100%;
	/* [disabled]border: solid 2px #ffed00;
*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.image-overlay {
	position: absolute;
	z-index: 5;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 99%;
	background-color: rgba(227,30,36,.6);
	text-align: center;
	opacity:0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.image:hover .image-overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.image-overlay .image-link {
	position: relative;
	top: 50%;
	display: inline-block;
	margin-top: -20px;
}
/* Icon Box */
.sny-icon {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sny-icon i {
	display: inline-block;
	font-size: 60px;
}
.sny-icon-content {
	text-align: center;
}
.sny-icon-content h4 {
	margin-bottom:6px;
}
.sny-icon-content p {
	margin-bottom: 0px;
}
/* Buttons */
.btn {
	display:inline-block;
	margin: 0 10px 10px 0;
	padding: 14px 20px;
	background: #e31e24;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
 font-family:'Open Sans', sans-serif line-height: 1;
 *display:inline;
 *zoom:1;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 15px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.btn:hover {
	color: margin 0px;
	;
	color: #ffed00;
}
/* Labels */
.label {
	display: inline;
	padding: .25em .6em;
	font-size: 75%;
	font-weight: 500;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5;
}
.label[href]:hover, .label[href]:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.label-default {
	background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #808080;
}
.label-danger {
	background-color: #e31e24;
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f;
}
 @-webkit-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
.emerald > span {
	background-color: #2ecc71;
}
.carrot > span {
	background-color: #e67e22;
}
.wisteria > span {
	background-color: #8e44ad;
}
.sunflower > span {
	background-color: #ffed00;
}
.midnight > span {
	background-color: #333;
}
.pomengrate > span {
	background-color: #e31e24;
}
.asbestos > span {
	background-color: #999999;
}
.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	background-image: none;
}
/* Footer */
footer {
	text-align: left;
	padding: 10px;
	/* [disabled]background: rgba(255, 255, 255,.8);
*/
	color: #333;
	/* [disabled]-moz-border-radius: 15px;
*/
	/* [disabled]-webkit-border-radius: 15px;
*/
	/* [disabled]box-shadow: 0px 6px #ccc;
*/
	/* [disabled]border-radius: 15px 15px 15px 15px;
*/
}
footer p {
	margin-bottom: 0px;
}

/* media Queries

FOLDING FLUID GRID
< 767px         - 1-Column Fluid Grid
768px - 1023px  - 2-Column Fluid Grid
> 1024px            - 3-Column Fluid Grid
Change widths as necessary
------------------------------------------- */

/* MOBILE PORTRAIT */
@media only screen and (min-width: 320px) {
body {
}
}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
body {
}
}

/* SMALL TABLET */
@media only screen and (min-width: 768px) {
body {
}
.etabs >li span {
	display: block;
}
}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) {
body {
}
/* Sidebar */
.sidebar {
	padding-left: 20px;
	border-left: 1px solid #f1f1f1;
}
/* COLUMN GRID */
 .g1, .g2, .g3, .g4 {
	display:inline;
	float: left
}
/* 2 COLUMN GRID */
.g1 {
	width:48.0%;
}
.g2 {
	width:48.0%
}
.g3 {
	width:98%
}
.g4 {
	width:30%
}
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) {
body {
}
.etabs >li span {
	display: inline;
}
.tab a i {
	font-size: 16px;
	margin-right: 6px;
}
.tab a {
	padding: 10px;
}
.tab a.active {
	padding-top: 20px;
}
/* 3 COLUMN GRID */
  .g1 {
	width:31.333%
}
.g2 {
	width:64.667%;
}
.g3 {
	width:98.0%
}
}
 @media only screen and (min-width: 1280px) {
/* DESKTOP */
  body {
}
}

/* WIDESCREEN */
/* Increased body size for legibility */
@media only screen and (min-width: 1400px) {
body {
} /* 18.5px / 28px */
}
/* 
/* Mappa */
#mappa-google {
	width:93%;
	height:100%;
	/* [disabled]border: thin solid #F00;
 */
	min-height: 300px;
	margin:30px auto;
	/* [disabled]border: solid 2px #ffed00;
*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
}
/* Footer */
#footer-container {
	background: rgba(255, 255, 255,.8);
	/* [disabled]box-shadow: 0px 6px #ccc;
*/
	margin-bottom: 30px;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
#footer {
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;  /* Posts *//* Link Menu *//*About Us Text *//* Footer Icons */
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
#footer {
	/* [disabled]margin-right: 5%;
*/
	/* [disabled]margin-left: 5%;
*/
}
}
@media (max-width: 766px) {
#footer {
	/* [disabled]padding: 30px 0;
*/
	text-align: center;
}
}
#footer .postExtra {
	margin: 10px 0;
}
#footer .portfolio, #footer .about, #footer .contact {
	padding: 10px;
}
/* ==================================================
   Firma
================================================== */

.firma p {
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	color: #333;
	vertical-align:middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
@media (max-width: 766px) {
.firma p {
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
}
.firma img {
	margin-left: 5px;
	margin-top: 0px;
	vertical-align:middle;
	margin-right: 0px;
	margin-bottom: 0px;
}
 @media (max-width: 766px) {
#footer .portfolio, #footer .about, #footer .contact {
	padding: 0px;
}
}
#footer .portfolio {
	text-align: center;
}
#footer .social-links {
	text-align: center;
}
.social-links p{
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
#footer .social-links i {
	font-size: 42px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
 @media (max-width: 766px) {
#footer .social-links {
	/* [disabled]display: none;
*/
}
#footer .portfolio {
	/* [disabled]display: none;
*/
}
#footer .contact i {
	/* [disabled]display: none;
*/
}
}
.portfolio img {
	margin: 0px;
	padding: 0px;
}
@media (max-width: 766px) {
.portfolio img {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}
.contact {
	text-align: center;
}
.contact .gallery_img {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
 @media (max-width: 766px) {
.contact .gallery_img {
	display: none;
}
}
/******* Slider ************************/

         /* jssor slider bullet navigator skin 05 css */
                    /*
                    .jssorb05 div           (normal)
                    .jssorb05 div:hover     (normal mouseover)
                    .jssorb05 .av           (active)
                    .jssorb05 .av:hover     (active mouseover)
                    .jssorb05 .dn           (mousedown)
                    */
                    .jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
                        width: 16px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../slider/b05.png);
	background-repeat: no-repeat;
}
.jssorb05 div {
	background-position: -7px -7px;
}
.jssorb05 div:hover, .jssorb05 .av:hover {
	background-position: -37px -7px;
}
.jssorb05 .av {
	background-position: -67px -7px;
}
.jssorb05 .dn, .jssorb05 .dn:hover {
	background-position: -97px -7px;
}
/* jssor slider arrow navigator skin 06 css */
            /*
            .jssora06l                  (normal)
            .jssora06r                  (normal)
            .jssora06l:hover            (normal mouseover)
            .jssora06r:hover            (normal mouseover)
            .jssora06l.jssora06ldn      (mousedown)
            .jssora06r.jssora06rdn      (mousedown)
            */
            .jssora06l, .jssora06r {
	display: block;
	position: absolute;
	/* size of arrow element */
                width: 45px;
	height: 45px;
	cursor: pointer;
	overflow: hidden;
	background-image: url(../slider/a06.png);
	background-repeat: no-repeat;
}
.jssora06l {
	background-position: -8px -38px;
}
.jssora06r {
	background-position: -68px -38px;
}
.jssora06l:hover {
	background-position: -128px -38px;
}
.jssora06r:hover {
	background-position: -188px -38px;
}
.jssora06l.jssora06ldn {
	background-position: -248px -38px;
}
.jssora06r.jssora06rdn {
	background-position: -308px -38px;
}
.slide_msg {
	position: absolute;
	background-color: rgba(227,30,36,0.6);
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/*==================================================
 * Ombra
 * ===============================================*/
.shadow {
	-webkit-box-shadow: 0px 5px 5px 0px #999;
	-moz-box-shadow: 0px 5px 5px 0px #999;
	box-shadow: 0px 5px 5px 0px #999;
	border-radius: 10px 10px 10px 10px;
}
/* Foorm */



.half {
	float: left;
	width: 48%;
	margin-bottom: 1em;
}
.right {
	width: 50%;
}
.left {
	margin-right: 2%;
}
 @media (max-width: 480px) {
.half {
	width: 100%;
	float: none;
	margin-bottom: 0;
}
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
#Lettera {
	position:relative;
	margin:30px auto;
	width:90%;
	/* [disabled]min-height:200px;
*/
	z-index:100;
	padding:40px;
	border:1px solid #666666;
	/* My stipped background */
    background: #D1D1D1;
	/* Old browsers */
    background: -moz-repeating-linear-gradient(-45deg, #ce2b37, #ce2b37 30px, #F2F2F2 30px, #F2F2F2 40px, #009246 40px, #009246 70px, #F2F2F2 70px, #F2F2F2 80px);
	/* FF3.6+ */
    background: -webkit-repeating-linear-gradient(-45deg, #ce2b37, #ce2b37 30px, #F2F2F2 30px, #F2F2F2 40px, #009246 40px, #009246 70px, #F2F2F2 70px, #F2F2F2 80px);
	/* FF3.6+ */
    background: -o-repeating-linear-gradient(-45deg, #ce2b37, #ce2b37 30px, #F2F2F2 30px, #F2F2F2 40px, #009246 40px, #009246 70px, #F2F2F2 70px, #F2F2F2 80px);
	/* FF3.6+ */
    background: repeating-linear-gradient(-45deg, #ce2b37, #ce2b37 30px, #F2F2F2 30px, #F2F2F2 40px, #009246 40px, #009246 70px, #F2F2F2 70px, #F2F2F2 80px);
	/* FF3.6+ */
    /*border-radius*/
    -webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	/*box-shadow*/
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
}
/** my "fake" background that will hover the stripes **/
 #Lettera:after {
	background:#F9F9F9;
	margin:10px;
	position: absolute;
	content :" ";
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border:1px #E5E5E5 solid;
	/*border-radius*/
    -webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
/*** form styling **/
#Lettera h3 {
	text-align:left;
	/* [disabled]font-size:40px;
*/
	padding:0;
	margin:0 0 20px 0;
	position:relative;
	/* [disabled]color:#8C8C8C;
*/
}
/** have a nice ampersand **/
#Lettera h3:after {
	font-size:25px;
	color:#D6CFCB;
	/* [disabled]content:'&';
*/
	text-align:left;
	display:block;
	width:100%;
	/* [disabled]font-family:'Alice', Verdana, serif;
*/
	text-shadow: 0px 1px 0px #fff;
}
/** create the gradient bottom **/
#Lettera h3:before {
	position:absolute;
	bottom:0px;
	content:' ';
	text-align:left;
	display:block;
	height:2px;
	width:100%;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6+ */
    background: -webkit-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	/* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	/* IE10+ */
    background: linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);    /* W3C */
}




/** we remove the red glow around required fields since we are already using the red star */
 input:required, textarea:required {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 -o-box-shadow:none;
 box-shadow:none;
}
/** inputs and textarea**/
 input:not([type="submit"]), textarea {
	outline:none;
	display:block;
	width:100%;
	padding:4px 8px;
	border:1px dashed #DBDBDB;
	color:#3F3F3F;
	/* [disabled]font-family:'Droid Sans', Tahoma, Arial, Verdana sans-serif;
*/
	font-size:14px;
	/*border-radius*/
    -webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	/*transition*/
    -webkit-transition:background 0.2s linear, box-shadow 0.6s linear;
	-moz-transition:background 0.2s linear, box-shadow 0.6s linear;
	-o-transition:background 0.2s linear, box-shadow 0.6s linear;
	transition:background 0.2s linear, box-shadow 0.6s linear;
}
input:not([type="submit"]):active, textarea:active, input:not([type="submit"]):focus, textarea:focus {
	background:#F7F7F7;
	border:dashed 1px #969696;
	/*box-shadow*/
    -webkit-box-shadow:2px 2px 7px #E8E8E8 inset;
	-moz-box-shadow:2px 2px 7px #E8E8E8 inset;
	box-shadow:2px 2px 7px #E8E8E8 inset;
}
input:not([type="submit"]) {
	height: 40px;
}
/* placeholder */
 ::-webkit-input-placeholder {
 color:#BABABA;
 font-style:italic;
}
input:-moz-placeholder, textarea:-moz-placeholder {
 color:#BABABA;
 font-style:italic;
}
textarea {
	min-height:220px;
	resize:vertical;
	width: 100%;
}
/** labels**/

label.fa {
	color:#7F7E7E;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
	/* [disabled]font-weight: bold;
*/
	font-size: 16px;
}
label:hover {
	color:#191919;
}
label:before {
	color:#C1BFBD;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}
label:hover:before {
	color:#969696;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}
p {
	margin-bottom:25px;
	margin-left: 5px;
}
p.senzamargini {
	margin-bottom:0px;
}
.indication {
	color:#878787;
	font-size:13px;
	font-style:italic;
	text-align:right;
	padding-right:10px;
}
.required {
	color:#E5224C;
	font-size: 20px;
}
/** Styling the send button **/
 input[type=submit] {
	cursor:pointer;
	background:none;
	border:none;
	/* [disabled]font-family:'Alice', serif;
*/
	color:#767676;
	font-size:18px;
	border:1px solid #E0E0E0;
	text-shadow: 0px 1px 1px #E8E8E8;
	background: rgb(247, 247, 247);
	background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
	background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
	background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
	background: linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
	/*border-radius*/
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/*box-shadow*/
    -webkit-box-shadow:0px 1px 1px #FFF inset, 0 0 0px 5px #EAEAEA;
	-moz-box-shadow:0px 1px 1px #FFF inset, 0 0 0px 5px #EAEAEA;
	box-shadow:0px 1px 1px #FFF inset, 0 0 0px 5px #EAEAEA;
	/*transition*/
    -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
input[type=submit]:hover {
	color:#e31e24;
	border-color: #CECECE;
	background: rgb(244, 244, 244);
	background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
	background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: -o-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: -ms-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
	/*box-shadow*/
    -webkit-box-shadow:0px 1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
	-moz-box-shadow:0px 1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
	box-shadow:0px 1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
}
input[type=submit]:active, input[type=submit]:focus {
	position:relative;
	top:1px;
	color:#515151;
	background: rgb(234, 234, 234);
	background: -moz-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 234, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
	background: -webkit-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: -o-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: -ms-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
	/*box-shadow*/
    -webkit-box-shadow:0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
	-moz-box-shadow:0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
	box-shadow:0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
}
/**** Modulo ********/

#Modulo label.error {
	font-size: 14px;
	color:#E5224C;
	float:none;
	font-weight:bold;
	margin-left:15px;
}
#Modulo input.error, #Modulo textarea.error {
	border-color: #f4d7cd;
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(244, 215, 205, 0.6);
}
#Spedizione {
	text-align: center;
	/* [disabled]visibility: hidden;
*/
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: none;
}
h1.modulo_errore {
	color:#9E142E;
}
h1.modulo_successo {
	color:#009900;
}
/*** menu *************************/
.main_h {
	position: fixed;
	max-height: 75px;
	z-index: 999;
	width: 100%;
	padding-top: 5px;
	background: none;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	top: -100px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e31e24;
	/* [disabled]font-family: "Montserrat", sans-serif;
*/
	box-shadow: 0px 3px #ffed00;
}
@media only screen and (max-width: 850px) {
.main_h {
	background-color: rgba(255, 255, 255, 0.93);
	opacity: 1;
	top: 0px;
}
}
.open-nav {
	max-height: 1000px !important;
}
.open-nav .mobile-toggle {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.sticky {
	background-color: rgba(255, 255, 255, 0.93);
	opacity: 1;
	top: 0px;
}
.logo {
	/* [disabled]width: 50px;
*/
	font-size: 25px;
	color: #8f8f8f;
	text-transform: uppercase;
	float: left;
	display: block;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 0px;
}
@media only screen and (max-width: 766px) {
.logo {
	float: none;
}
}
nav {
	float: right;
	/* [disabled]width: 60%;
*/
}
@media only screen and (max-width: 766px) {
nav {
	/* [disabled]width: 100%;
*/
	float: none;
}
}
nav ul {
	list-style: none;
	overflow: hidden;
	text-align: right;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	padding: 0px;
}
@media only screen and (max-width: 850px) {
nav ul {
	padding-top: 5px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	width: 100%;
}
}
nav ul li {
	display: inline-block;
	margin-left: 20px;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
	color: #888;
	text-decoration: none;
	-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	letter-spacing: 1px;
}
@media only screen and (max-width: 850px) {
nav ul li {
	width: 100%;
	padding: 7px 0;
	margin: 0;
	font-size: 20px;
}
}
nav ul a {
	color: #888888;
	text-transform: uppercase;
	/* [disabled]font-size: 15px;
*/
}
.mobile-toggle {
	display: none;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 30px;
	top: 20px;
	/* [disabled]width: 30px;
*/
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;	/*
	border: solid 1px #e31e24;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px;	
	*/
	color: #e31e24;
}
@media only screen and (max-width: 980px) {
.mobile-toggle {
	display: block;
}
}
.mobile-toggle span {
	width: 30px;
	height: 4px;
	margin-bottom: 6px;
	border-radius: 1000px;
	background: #8f8f8f;
	display: block;
}
.row {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	padding: 0 2%;
}
/*********************************/
/** Gallery                 ******/
/*********************************/
.anteprima {
	margin: 20px;
	/* [disabled]vertical-align: middle;
*/
	background-image: url(../grafica/baffo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 220px;
	max-width: 800px;
}
.anteprima .ih-item {
	float: left;
	margin-right: 50px;
}
.anteprima h2 {
	padding-top: 50px;
}
.gallery {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 766px) {
.gallery {
	padding-right: 0px;
	padding-left: 0px;
}
}
/*********************************/
/** Pagina                   ******/
/*********************************/
.titolino {
	font-family:'Open Sans', sans-serif;
	/* [disabled]color: #e31e24;
*/
	text-shadow: 3px 3px 5px #ccc;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-weight: bold;
}
.sicilandia {
	font-family:'Open Sans', sans-serif;
	color: #e31e24;
	text-shadow: 3px 3px 5px #ccc;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	padding-right: 2px;
	letter-spacing: 1px;
}
.cerchio_sx {
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.cerchio_dx {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 40px;
}
/*** cerchi ****************************/
.ih-item.circle.effect2.colored{
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
}
.ih-item.circle.effect2.colored h3.piccolo {
	font-size: 15px;
}
.ih-item.circle.effect2.colored .info {
	background:#e31e24;
	background:rgba(227,30,36,0.6)
}
.ih-item.circle.effect2.colored .info p {
	color: #ffed00;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

@media only screen and (max-width: 480px) {
.cerchio_sx, .cerchio_dx {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
.rosso {
	color: #e31e24;
}
.punto_rosso {
	color: #ffffff;
	background: #e31e24;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	font-weight: bold;
	line-height: 25px;
	margin-right: 5px;
	text-align: center;
	width: 25px;
}
/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: .60;
	z-index: 9999;
}
.popup_block {
	display: none;
	background: #fff;
	padding: 10px;
	border: 15px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.popup_img {
	float: right;
	margin: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
	height: 150px;
	width: 150px;
	overflow: hidden;
}
@media only screen and (max-width: 480px) {
.popup_img {
	display: none;
}
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
/*------------------file_pdf------------------------*/
.file_pdf {
	text-align: center;
	/* [disabled]padding-right: 20px; */
	/* [disabled]padding-left: 20px; */
}
/*------------------Contatore-----------------------*/
#contatore {
	color: #e31e24;
	font-weight: bold;
}
/*------------------file_pdf------------------------*/
#novita {
	text-align: center;
	height: 140px;
	width: 140px;
	position: absolute;
}
/*------------------arancini------------------------*/
#banner_arancini {
	height: 250px;
	/* [disabled]border: 3px groove #F00; */
	background-image: url(../img/arancini_banner.jpg);
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
	margin-bottom: 50px;
	background-position: center center;
}
.vertical-center {
	/* [disabled]-ms-transform: translateY(-50%); */
	/* [disabled]transform: translateY(-50%); */
	width: 100%;
	padding-top: 70px;
	margin: 0;
}
#banner_arancini p{
	color: #FFF;
	background-color: rgba(227, 30, 36, 0.7);
	text-align: center;
	font-size: 32px;
	line-height: 30px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#banner_arancini p a{
	color: #FFF;

}
