body {
	/*background: #eee url(../images/bg.jpg);*/
	background: #eee url(../images/bg-2.jpg);
	font-size: 16px;
	line-height: 150%;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

h1, h2 {color:#69aa6f; font-weight:normal;}
h3, h4, h5, h6 {color:#69aa6f;font-weight:normal; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}

h1 { font-size: 2.2em; line-height: 1.3em; margin: 0 0 10px 0;}
h2 { font-size: 1.7em; line-height: 1.3em; margin: 0 0 8px 0; }
h3 { font-size: 1.3em; line-height: 1.5em; margin: 0 0 5px 0; }
h4, h5, h6 { font-size: 1.1em; line-height: 1.3em; margin: 0 0 5px 0; }

h1 {
	background: rgba(0, 0, 0, 0.05);
	color: #989898;
	padding: 20px;
	margin: 30px 0 40px 0;
	text-align: center;
}

a, a:visited {
	color: #E1A723;
	text-decoration:none;
	outline: 0;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

a:hover, a:focus {
	color: #333;
	text-decoration:underline;
	outline:none;
}

p a, p a:visited {
	line-height: inherit;
}

::selection {
	background: #FDECC3;
	text-shadow: none;
}

p { margin: 0 0 15px 0; width: 100%; text-align: justify;}

strong { font-weight: bold; }
small { font-size: 0.8em; }

hr { height:1px; border:0; border-top:1px dotted #dddddd; margin: 30px 0 40px 0; clear: both; }

#modifica { clear:both; font-size:0.7em; text-transform:uppercase; } /* DI WP */

.clear-40 {
	clear: both;
	height: 40px;
}

blockquote {
	background: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding: 10px 0 10px 70px;
	margin: 0;
}


/* SIDEBAR PAGE */
.duecolonne {
	text-align: justify;
	
	column-count: 2;
	column-gap: 40px;
	
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
}


/* HTML5 */
figure img, .imm-100 img, .resp {
    max-width: 100%;
	width: 100% !important;
	height: auto !important;
}

.arrotondato {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ombrabox {
	-webkit-box-shadow: inset 0 0 2px 2px #000;
    -moz-shadow: inset 0 0 2px 2px #000;
    box-shadow: inset 0 0 2px 2px #000;
}

.ombratesto {
	text-shadow:0px 1px 0px #000000;
}


/* PLUGIN GOOGLE MAPS */
#responsive_map {
	height: 420px;
	width: 100%;
	margin-bottom: 20px;
}

.gmnoprint {
	width: auto;
}

.gmnoprint div {
	float:none;
}


/* GALLERY INTEGRATA */
.foto-gallery {
	line-height: 0;
	position: relative;
}

.foto-gallery img {
	width: 100%;
	height: auto;
}

.foto-gallery .foto-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 7%;
	line-height: 120%;
	color: #FFF;
	text-decoration: none;

	transition: all 0.4s ease-in-out;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.foto-gallery:hover .foto-mask {
	-moz-opacity: 100;
	-khtml-opacity: 100;
	opacity: 100;
}


/* SOCIAL */
.social-network {
	display: block;
	float: left;
	
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background-image: url(../images/social-networks.svg);
	background-repeat:no-repeat;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transition: background-position 0.2s ease-in-out;
	-moz-transition: background-position 0.2s ease-in-out;
	-o-transition: background-position 0.2s ease-in-out;
	-ms-transition: background-position 0.2s ease-in-out;
	transition: background-position 0.2s ease-in-out;
}

.social-network:hover {
	background-position-y: -25px !important;
}

#facebook {background-position: 0px 0px;}
#google {background-position: -25px 0px;}
#twitter {background-position: -50px 0px;}
#youtube {background-position: -75px 0px;}
#vimeo {background-position: -100px 0px;}
#linkedin {background-position: -125px 0px;}
#rss {background-position: -150px 0px;}
#pinterest {background-position: -175px 0px;}
#dropbox {background-position: -200px 0px;}
#dribbble {background-position: -225px 0px;}
#flickr {background-position: -250px 0px;}
#skype {background-position: -275px 0px;}
#tumblr {background-position: -300px 0px;}
#instagram {background-position: -325px 0px;}


/* COOKIE BAR */
#cookie-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	z-index: 20;
}

#cookie-bar p {
	font-size: 0.9em;
	margin: 0;
	color: #333;
	padding: 10px;

	border:1px solid #ddd;
	border-bottom: none;
}

#cookie-bar a{
	color: #fff;
	background: #8BC390;
	padding: 4px 8px;
	margin-left: 5px;
	text-decoration: none;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#cookie-bar a:hover {
	text-decoration: underline;
}


/* ELEMENTI LISTA */
ul, li {
	list-style: none;
}

article ul {
	list-style: none;
	margin-bottom: 20px;
	width: 100%;
}
        
article li {
	clear: left;
	padding-left: 40px;
	margin-bottom: 15px;
}

article li:before {
	font-family: FontAwesome;
	content: '\f0da ';
	padding-right: 7px;
}

/* TABELLE */
.table-container {
	position: relative;
	width: 100%;
	overflow-y: auto;
	margin: 5px 0 25px 0;
}

.table-container::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 80px;
	background: -webkit-linear-gradient( right , #FFF 10%, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #FFF 10%, rgba(255, 255, 255, 0));
	pointer-events: none;
}

.table-container table {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	padding: 0px;
}

.table-container th {
	font-weight:bold;
}

.table-container td {
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #eeeeee;
	white-space:nowrap;
}

.table-container td:first-of-type {
	text-align: left;
	font-weight: bold;
}

.table-container tr:nth-child(1) {
	font-weight: bold;
}

.table-container tr:nth-child(even) {
	background-color: #fcfcfc;
}

.table-container tr:nth-child(odd) {
	background-color: #f4f4f4;
}


/* CUSTOM PAGINATION */
.custom-pagination {
	margin: 30px 0;
	clear: both;
}

.custom-pagination a, .custom-pagination span {
	display: inline-block;
	padding: 10px;
	background: #eee;
	border: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
	color: #777;
}

.custom-pagination a:hover {
	text-decoration: none;
	background: #e1e1e1;
}

.custom-pagination span.current {
	background: #ccc;
	border: 1px solid #bbb;
	border-bottom: 2px solid #bbb;
	color: #444;
}


/* SINGLE TAGS LIST */
.post-tags {
  margin: 20px 0;
}

.post-tags li {
	display: inline-block;
	border: 1px solid #ddd;
	margin: 0 5px 5px 0;
	font-size: 0.9em;
}

.post-tags li a {
	padding: 7px;
	display: block;
}

.post-tags li a:hover {
	background-color: #444;
	color: #fff;
	text-decoration: none;
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.duecolonne {
	text-align: left;
	margin: 20px 0 20px 0;
	
	column-count: 1;
	column-gap: 80px;
	column-rule: 1px solid #ddd;
	
	-moz-column-count: 1;
	-moz-column-gap: 80px;
	-moz-column-rule: 1px solid #ddd;
	
	-webkit-column-count: 1;
	-webkit-column-gap: 80px;
	-webkit-column-rule: 1px solid #ddd;
}

body {
	font-size: 17px;
}

}