/*
Theme Name: camillob
Author: RTMlab
Author URI: http://rtmlab.it/
Version: 1.0.0
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

@import url(//fonts.googleapis.com/css?family=Cookie|Lato:400,900,700);

a, h2, h1, li, button
{
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
}
a.noTransition {
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.overlayFoto, .titFoto, .testoFoto
{
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
}
ul.nav-menu
{
transition: height 0.6s;
-moz-transition: height 0.6s;
-webkit-transition: height 0.6s;
-o-transition: height 0.6s;
}
.galleryPage .item
{
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
.figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-weight: 400;
}


a {
	text-decoration: none;
	color: #dfb301;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 14px;
}
.entry-content p, .entry-content li, .entry-content em, .entry-content a {
	font-size: 15px;
	line-height: 25px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

.figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}


hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #4c8fc3;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #4c8fc3;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #3994b4;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #54b1d1;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
.figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
.figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	display: none;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_camillob_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_camillob_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */



/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
}

.widget a:hover {
	color: #41a62a;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #41a62a;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_camillob_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_camillob_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_camillob_ephemera .entry-title,
.widget_camillob_ephemera .entry-meta,
.widget_camillob_ephemera .wp-caption-text,
.widget_camillob_ephemera .post-format-archive-link,
.widget_camillob_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_camillob_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_camillob_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_camillob_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_camillob_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.widget_camillob_ephemera .entry-content ul,
.widget_camillob_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_camillob_ephemera .entry-content ul {
	list-style: disc;
}

.widget_camillob_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_camillob_ephemera .entry-content li > ul,
.widget_camillob_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_camillob_ephemera .entry-content th,
.widget_camillob_ephemera .entry-content td {
	padding: 6px;
}

.widget_camillob_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #24890d;
}

.content-sidebar .widget a:hover {
	color: #41a62a;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_camillob_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_camillob_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_camillob_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_camillob_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_camillob_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_camillob_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_camillob_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_camillob_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_camillob_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_camillob_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_camillob_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_camillob_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_camillob_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.content-sidebar.widget_camillob_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_camillob_ephemera .post-format-archive-link {
	font-weight: 900;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */



/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 15px;
	position: relative;
	text-indent: -999em;
	width: 17px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 15px;
}

.slider-control-paging a:hover:before {
	background-color: #000;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #000;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 20.0 CUSTOM RULES
 * -----------------------------------------------------------------------------
 */
html, body {
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #555555;
	position: relative;
	height: auto;
}

.clr {
	float: none;
	clear: both;
}

p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #555555;
	font-size: 15px;
	line-height: 25px;
}

#masthead {
	display: block;
	width: 100%;
	height: 135px;
	position: absolute;
	top: 0;
	background-color: #d0d3d0;
	z-index: 15;
}
.home #masthead {
	height: 160px;
	background-color: rgba(255,255,255,0.8);
}
#masthead .header-main {
	display: block;
	height: 100%;
}

#masthead .header-main .site-title {
	display: block;
	width: 1200px;
	height: 95px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}
#masthead .header-main .phone {
	display: block;
	width: 130px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 21px;
}
#masthead .header-main .phone span {
	display: block;
	width: 30px;
	height: 30px;
	background-image:url(images/iconPhone.png);
	background-repeat: no-repeat;
	float: left;
	background-size: 100%;
}
#masthead .header-main .phone p {
	float: left;
	margin: 0 0 0 3px;
	padding-top: 5px;
	color: #555555;
}
#masthead .header-main .phone a {
	color: #555555;
}
#masthead .header-main .socialLang {
	display: block;
	width: 240px;
	/*width: 200px;*/
	height: 40px;
	position: absolute;
	right: 0;
	top: 21px;
}
#masthead .header-main .socialLang .social {
	display: block;
	width: 260px;
	float: none;
	clear: both;
}
#masthead .header-main .site-title .socialLang .socialFb, #masthead .header-main .site-title .socialLang .socialInstagram {
	display: block;
	width: 49px;
	height: 49px;
	float: left;
	text-indent: -9999px;
	background-position: center top;
	margin-right: 15px;
}
#masthead .header-main .site-title .socialLang .socialLoveat {
	width: 130px;
	height: 52px;
	background-image:url(images/moovenda.png);
	float: left;
	text-indent: -99999px;
	display: block;
}
#masthead .header-main .site-title .socialLang .socialFb {
	background-image:url(images/socialFb.png);
}
#masthead .header-main .site-title .socialLang .socialInstagram {
	background-image:url(images/socialInstagram.png);
}
#masthead .header-main .site-title .socialLang .socialFb:hover, #masthead .header-main .site-title .socialLang .socialInstagram:hover {
	background-position: center -53px;
}
.home #masthead .header-main .site-title {
	height: 150px;
}
#masthead .header-main .site-title a.logo {
	display: block;
	width: 190px;
	height: 100%;
	background-image: url("images/logo.png");
	text-indent: -99999px;
	text-decoration: none;
	margin: 0px auto;
	background-size: 100%;
	background-repeat: no-repeat;
}
.home #masthead .header-main .site-title a {
	width: 235px;
}
#masthead .header-main #primary-navigation {
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	background-color: #e4cb5a;
	border-bottom: none;
	bottom: 0;
}
#masthead .header-main #menuBtn {
	display: none;
}
ul.nav-menu {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 30px;
}
ul.nav-menu li {
	list-style-type: none;
	width: auto;
	display: inline-block;
	padding-top: 4px;

}
.home ul.nav-menu li#menu-item-37 {
	display: none;
}

ul.nav-menu li a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	padding: 7px 20px;
	padding: 7px 5px 5px;
	margin: 0 10px;
	border-bottom: 2px solid #e4cb5a;
	color: #000;
}
ul.nav-menu li#menu-item-34 a {
	color: #305233;
}
ul.nav-menu li a:hover, ul.nav-menu li#menu-item-34 a:hover, ul.nav-menu li.current-menu-item a, ul.nav-menu li#menu-item-34.current-menu-item a {
	border-bottom: 2px solid #494949;
	color: #494949;
}

/* ------------- HOME ------------- */
#intro {
	background-image:url(images/bgHome.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center top;
	min-height: 570px !important;
}
#intro h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 40px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
#intro .homeBtn-container {
	display: block;
	width: 100%;
	height: 75px;
	position: absolute;
	bottom: 78px;
}
#intro .homeBtn-container.top-container {
	display: block;
	width: 100%;
	height: 75px;
	position: absolute;
	bottom: auto;
	top: 200px;
}
#intro .box-home {
	display: block;
	box-sizing: border-box;
	width: 33%;
	float: left;
	text-align: center;
}
#intro .box-home.boxCenter {
	float: none;
	margin: 0 auto;
}
#intro .box-home.box1 {
	width: 43%;
}
#intro .box-home.box2 {
	width: 14%;
}
#intro .box-home.box3 {
	width: 43%;
}
#intro .box-home a {
	text-transform: uppercase;
	color: #fff;
	display: block;
	width: 140px;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid #e0be14;
	margin: 0 auto;
	padding: 15px 10px;
	font-weight: 700;
	font-size: 20px;
}
#intro .box-home a:hover {
	background-color: #e0be14;
}
#intro .scrollDown {
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
}
#intro .scrollDown span {
	display: block;
	width: 60px;
	height: 30px;
	margin: 0 auto;
	background-image:url(images/scorllDownBtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.spaziob-btn {
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	background-image:url(images/spaziob.png);
	background-size: cover;
}
.spaziob-btn a {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	width: 100%;
	text-align: center;
	height: 20px;
	padding-top: 50px;
}
#intro .spaziob-btn {
	right: 20px;
	bottom: 20px;
}
#intro .spaziob-btn a {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-size: 13px;
	width: 100%;
	text-align: center;
	height: 20px;
	padding-top: 39px;
}

.text-section {
	background-color: #fff;
	width: 100%;
	height: auto;
	min-height: 200px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.text-section .content, .grey-section .content {
	display: block;
	width: 800px;
	margin: 0 auto;
}
.text-section h3, .text-section h2, .text-section h1 {
	margin: 20px 0 30px;
	font-size: 24px;
	font-weight: 700px;
	text-align: center;
}
.text-section h3.yellow, .text-section h2.yellow, .text-section h1.yellow {
	color: #deb200;
	text-shadow: 1px 1px 0px #000;
}
.text-section h3.black, .text-section h2.black, .text-section h1.black, .text-section p.black {
	color: #000;
}
.text-section p {
	text-align: center;
}
.text-section p.grassetto {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}
.text-section .linea {
	display: block;
	width: 400px;
	margin: 20px auto;
	height: 2px;
	background-color: #a0aca3;
}
.grey-section {
	background-color: #ebebeb;
	width: 100%;
	height: auto;
	min-height: 200px;
	padding-top: 20px;
	position: relative;
}
.grey-section .content {
	background-image:url(images/ominoServizi.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.grey-section .arrow {
	display: block;
	width: 100%;
	height: 25px;
	background-image:url(images/triangle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 0;
}
.grey-section ul {
	padding: 30px 0;
	margin: 0;
}
.grey-section ul li {
	list-style-type: none;
	text-align: center;
	margin: 10px 0;
}
.grey-section ul li a, .grey-section ul li a:link, .grey-section ul li a:visited {
	color: #717171;
}
.grey-section ul li a:hover {
	color: #000;
}
.photo-section {
	position: relative;
}
.photo-section .foto4 {
	display: block;
	width: 50%;
	height: 50%;
	position: relative;
	overflow: hidden;
	float: left;
	background-color: #000;
}
.photo-section .spaziob-btn {
	right: 47%;
	bottom: auto;
	z-index: 8;

	position: absolute;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%); /* IE 9 */
      -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
	  width: 105px;
	  height: 105px;


	background-size: 113px auto;
	background-repeat: no-repeat;
	background-position: center center;

}
.photo-section .foto2 {
	display: block;
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	background-color: #000;
}
.photo-section .foto4 img, .photo-section .foto2 img {
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
	opacity: 0.8;
}
.photo-section .foto4 .titFoto, .photo-section .foto2 .titFoto {
	/*display: block;*/
	display: none;
	width: 100%;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	z-index: 4;
	position: absolute;
	top: 45%;
}
.photo-section .testoFoto {
	/*display: block;*/
	display: none;
	width: 50%;
	height: auto;
	text-align: center;
	position: absolute;
	z-index: 3;
	left: 25%;
	top: 52%;
	color: #fff;
	padding-top: 30px;
	box-sizing: border-box;
	border-top: 2px solid #deb200;
	opacity: 0;
}
.overlayFoto {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
}
.photo-section .foto4:hover .overlayFoto, .photo-section .foto2:hover .overlayFoto, .photo-section .foto4:hover .testoFoto, .photo-section .foto2:hover .testoFoto {
	/*opacity: 1;*/
}
.photo-section .foto4:hover .titFoto, .photo-section .foto2:hover .titFoto {
	/*top: 40%;*/
}

section.contactSection {
	display: block;
	width: 100%;
	height: 300px;
	background-image: url(images/bgContact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.page-id-7 section.contactSection, .page-id-25 section.contactSection {
	display: none;
}
section.contactSection .content {
	display: block;
	width: 1200px;
	margin: 0 auto;
	padding-top: 65px;
}
section.contactSection .titoloFooter {
	display: block;
	width: 550px;
	float: none;
	clear: both;
	margin: 0 auto;
}
section.contactSection .titoloFooter span {
	display: block;
	width: 20%;
	float: left;
	height: 2px;
	background-color: #d9b521;
}
section.contactSection .titoloFooter h2 {
	display: block;
	width: 60%;
	float: left;
	clear: none;
	margin-top: -10px;
}
section.contactSection p {
	color: #fff;
	margin: 15px auto 30px;
}
section.contactSection .footerBox a, section.contactSection .footerBox a:visited, section.contactSection .footerBox a:link {
	text-transform: uppercase;
	color: #e59506;
	display: block;
	width: 160px;
	background-color: rgba(255,255,255,0);
	border: 2px solid #e59506;
	margin: 0 auto;
	padding: 15px 10px;
	font-weight: 700;
	font-size: 20px;
}
section.contactSection .footerBox a:hover {
	background-color: #e59506;
	color: #fff;
	border: 2px solid #fff;
}

footer#colophon {
	display: block;
	width: 100%;
	height: auto;
	background-color: #d8b432;
	padding: 12px 0;
}
footer#colophon p {
	text-align: center;
	color: #000;
	line-height: 10px;
	margin: 10px 0px 0px;
}
footer#colophon a {
	color: #000;
}
footer#colophon p span {
	color: #727272;
}
footer .socialFooter {
	display: block;
	width: 183px;
	margin: 0 auto;
}
footer .socialFooter a {
	display: block;
	width: 40px;
	height: 60px;
	float: left;
	text-indent: -9999px;
	margin: 0 10px;
}
footer .socialFooter a.fbFooter:hover, footer .socialFooter a.instagramFooter:hover {
	background-position: center -41px;
}
footer .socialFooter a.fbFooter, footer .socialFooter a.instagramFooter {
	display: block;
	width: 40px;
	height: 40px;
	background-size: 100%;
	margin-top: 15px;
}
footer .socialFooter a.fbFooter {
	background-image: url(images/socialFbFooter.png);
	background-position: center top;
}
footer .socialFooter a.instagramFooter {
	background-image: url(images/socialInstagramFooter.png);
	background-position: center top;
}
footer .socialFooter a.locationFooter {
	background-image: url(images/iconLocation.jpg);
}
footer .socialFooter a.locationFooter:hover {
	background-position: center -60px;
}

/* ------------- PAGINA INTERNA AA ------------- */
.paginaTipo.tipoaa {
}
.paginaTipo.tipoaa article {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: relative;
}
.paginaTipo.tipoaa article.parte-0 {
	padding-top: 135px;
}
.paginaTipo.tipoaa article.parte-0:after {
	content: "";
	background-image: url("images/spaziob.png");
	position: absolute;
	width: 100%;
	top: 145px;
	display: block;
	height: 115px;
	background-position: center center;
	background-size: 100px;
	background-repeat: no-repeat;
}
.paginaTipo.tipoaa article.parte-0:after img {
	display: block;
	width: 115px;
	height: auto;
	margin: 0 auto;
}
.paginaTipo.tipoaa article.parte-1 {
	background-color: #e7e7e7;
}
.paginaTipo.tipoaa article.parte-2 {
	background-color: #c3c3c4;
}
.paginaTipo.tipoaa header {
	display: block;
	width: 50%;
	box-sizing: border-box;
	float: left;
	height: 100%;
	overflow: hidden;
}
.paginaTipo.tipoaa .figure, .paginaTipo.tipoaa .post-thumbnail {
	display: block;
	width: 100%;
	height: 100%;
}
.tipoaa article .figure img {
	display: none;
}
.tipoaa .custombg {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.paginaTipo.tipoaa .contentPage {
	display: block;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	float: left;
}

.paginaTipo.tipoaa .contentPage .contenuto {
	display: block;
	width: 85%;
	margin-left: 5%;
	box-sizing: border-box;
}
.paginaTipo.tipoaa .parte-0 .contentPage .contenuto h1 {
	font-weight: 700;
	font-size: 35px;
	color: #000;
	margin-bottom: 25px;
	margin-top: 16%;
}
/*.paginaTipo.tipoaa .parte-0 .contentPage .contenuto img {
	width: 30%;
	height: auto;
}*/
.paginaTipo.tipoaa .parte-0 .contentPage .contenuto .contenitoreImg {
	display: block;
	width: 100%;
	height: 20%;
	overflow: hidden;
}
.paginaTipo.tipoaa .parte-1 .contentPage .contenuto .illustrazione {
	margin-left: 55%;
	margin-top: 8%;
}
.paginaTipo.tipoaa .parte-1 .contentPage .contenuto .size-full {
	margin: 10px 0;
}
.paginaTipo.tipoaa .parte-1 .contentPage .contenuto h2 {
	text-transform: uppercase;
	color: #333;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	display: table;
	width: auto;
	padding: 0px 20px;
	max-width: 540px;
	margin: 15px auto 30px;
	background-color: #e7e7e7;
	z-index: 3;
	position: relative;
}
.paginaTipo.tipoaa .parte-2 .contentPage .contenuto h2 {
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	display: table;
	max-width: 540px;
	margin: 15px auto;
	background-color: #C3C3C4;
	z-index: 3;
	position: relative;
	width: auto;
	padding: 0 20px;
}
.paginaTipo.tipoaa .contentPage .contenuto span.riga {
	display: block;
	width: 70%;
	height: 2px;
	background-color: #ae3742;
	margin: -29px auto 15px;
	z-index: 2;
	position: relative;
	text-indent: -9999px;
}
.paginaTipo.tipoaa .parte-1 .contentPage .contenuto span.riga {
	margin: -40px auto 15px;
}
.paginaTipo.tipoaa .contentPage .contenuto span.riga.gialla {
	background-color: #dfb301;
	margin: -25px auto 15px;
}
.paginaTipo.tipoaa .parte-2 .contentPage .contenuto .illustrazione {
	display: block;
	width: 30%;
	height: auto;
	float: left;
}
.paginaTipo.tipoaa .parte-2 .contentPage .contenuto p.txtSmall {
	display: block;
	float: left;
	width: 60%;
	margin-left: 8%;
	padding-top: 8%;
	margin-bottom: 9%;
}
.paginaTipo.tipoaa .parte-2 .contentPage .contenuto ul {
	padding: 0;
	margin: 0;
}
.paginaTipo.tipoaa .parte-2 .contentPage .contenuto ul li, .paginaTipo.tipoaa .contentPage .contenuto ul.listaServiziB li {
	list-style-type: none;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	margin: 10px 0;
}
.paginaTipo.tipoaa .contentPage .contenuto ul.listaServiziB li a {
	color: #555;
}
.paginaTipo.tipoaa .contentPage .contenuto ul.listaServiziB li a:hover {
	color: #DFB301;
}
.paginaTipo.tipoaa .parte-2 .contentPage .contenuto ul li:hover {
    color: #000;
}

/* ------------- PAGINA INTERNA BB ------------- */
.paginaTipo.tipobb article {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: relative;
}
.paginaTipo.tipobb article.parte-0 {
	padding-top: 135px;
	background-image: url("images/imgCerchio.jpg");
	background-repeat: no-repeat;
	background-position: center 155px;
	background-size: 115px;
}
.paginaTipo.tipobb article.parte-1 {
	background-color: #ebebeb;
}
.paginaTipo.tipobb article.parte-2 {
	background-color: #ffffff;
}
.paginaTipo.tipobb .figure, .paginaTipo.tipobb .post-thumbnail {
	display: none;
}
.paginaTipo.tipobb article.parte-2 .figure {
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.paginaTipo.tipobb article.parte-2 .figure, .paginaTipo.tipobb article.parte-2 .post-thumbnail {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.paginaTipo.tipobb article.parte-2 .figure img {
/*	position: absolute;
	bottom: 0px;
	height: 85%;
	width: auto;*/
	display: none;
}
.tipobb .custombg {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 85%;
	background-size: cover;
}
.paginaTipo.tipobb .contentPage {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	float: none;
	position: relative;
}
.paginaTipo.tipobb article.parte-2 .contentPage {
	position: relative;
	z-index: 2;
}
.paginaTipo.tipobb .contentPage .contenuto {
	display: block;
	width: 900px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.paginaTipo.tipobb .parte-0 .contentPage .contenuto h1 {
	font-weight: 400;
	font-size: 35px;
	color: #000;
	margin-bottom: 25px;
	margin-top: 17%;
	text-transform: uppercase;
	text-align: center;
}
.paginaTipo.tipobb article.parte-0 .contentPage .contenuto img.size-full {
	margin-top: 40px;
}
.paginaTipo.tipobb .parte-0 .contentPage .contenuto .illustrazione {
	display: block;
	width: 10%;
	position: absolute;
	right: -3%;
	top: -39px;
	margin-top: 0 !important;
}
.paginaTipo.tipobb .contentPage .contenuto .contenitoreImg img {
	width: auto;
	height: 100%;
}
.paginaTipo.tipobb .contentPage .contenuto .contenitoreImg {
	display: block;
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.paginaTipo.tipobb .parte-0  .contentPage .contenuto .contenitoreImg img {
	width: 25%;
	float: left;
	height: auto;
}
.paginaTipo.tipobb .parte-0  .contentPage .contenuto .contenitoreImg img:first-child {
	width: 70%;
	margin-right: 5%;
	float: left;
	height: auto;
}

.paginaTipo.tipobb .parte-1 .contentPage .contenuto h2 {
	text-transform: uppercase;
	color: #333;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	max-width: 540px;
	width: auto;
	padding: 0 20px;
	margin: 15px auto;
	background-color: #EBEBEB;
	z-index: 3;
	position: relative;
}
.paginaTipo.tipobb .contentPage .contenuto p {
	margin: 10px auto;
	z-index: 2;
}
.paginaTipo.tipobb .contentPage .contenuto .txtStretto {
	padding: 0 140px;
	font-family: "Lato",sans-serif;
	font-weight: 400;
	color: #555;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	z-index: 2;
}
.paginaTipo.tipobb.genericPage .contentPage .contenuto p {
	margin: 5px auto;
}
.paginaTipo.tipobb.genericPage .contentPage .contenuto .txtStretto {
	margin: 50px auto;
}
.paginaTipo.tipobb .parte-0 .contentPage .contenuto .txtStretto {
	padding: 0 55px;
}
.paginaTipo.tipobb .parte-1 .contentPage .contenuto .txtStretto:first-child {
	padding-top: 40px;
	margin-bottom: 40px;
}
.paginaTipo.tipobb .parte-1 .contentPage .contenuto strong {
	font-weight: 700;
}
.paginaTipo.tipobb .parte-2 .contentPage .contenuto h2 {
	text-transform: uppercase;
	color: #333;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	max-width: 540px;
	width: auto;
	padding: 0 20px;
	margin: 15px auto;
	background-color: #fff;
	z-index: 3;
	position: relative;
}
.paginaTipo.tipobb .contentPage .contenuto span.rigaNera {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
	margin: 15px auto;
	z-index: 2;
	position: relative;
	text-indent: -9999px;
}
.paginaTipo.tipobb .contentPage .contenuto span.riga {
	display: block;
	width: 70%;
	height: 2px;
	background-color: #ae3742;
	margin: -37px auto 40px;
	z-index: 2;
	position: relative;
	text-indent: -9999px;
}
.paginaTipo.tipobb .contentPage .contenuto span.riga.gialla {
	background-color: #dfb301;
}
.paginaTipo.tipobb .parte-1 .contentPage .contenuto .illustrazione {
	display: block;
	height: auto;
	position: absolute;
	top: 29%;
	z-index: 1;
	left: 0;
}
.paginaTipo.tipobb .parte-2 .contentPage .contenuto {
	padding-top: 40px;
}
.paginaTipo.tipobb .parte-2 .contentPage .contenuto .box-home {
    display: block;
    box-sizing: border-box;
	width: 180px;
    text-align: center;
	margin: 110px auto 20px;
}
.paginaTipo.tipobb .parte-2 .contentPage .contenuto .box-home a {
	text-transform: uppercase;
	color: #FFF;
	display: block;
	width: 180px;
	letter-spacing: 2px;
	background-color: rgba(0, 0, 0, 0.6);
	border: 2px solid #E0BE14;
	margin: 0px auto;
	padding: 15px 5px;
	font-weight: 700;
	font-size: 20px;
}
.paginaTipo.tipobb .parte-2 .contentPage .contenuto .box-home a:hover {
	background-color: #E0BE14;
}
.paginaTipo.tipobb .parte-2 .contentPage .contenuto blockquote p {
	font-size: 50px;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 5px #000;
	line-height: 56px;
	padding-top: 150px;
	font-family: 'Cookie', cursive;
}

/* ENVIRA */

.envira-gallery-wrap {
	margin: 25px auto 10px !important;
}
.envirabox-skin {
   padding: 0 !important;
}
.envira-gallery-item {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

/* ------------ CONTATTI ---------------- */

.contactPage article.parte-0 {
    padding-top: 135px;
}
.contactPage .contenuto {
	 display: block;
    width: 900px;
    box-sizing: border-box;
    margin: 0px auto;
    text-align: center;
    position: relative;
}
.contactPage .contenuto .cerchio {
	display: block;
	width: 140px;
	height: 140px;
	background-image:url(images/imgCerchio.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 20px auto 10px;
}
.contactPage .contenuto .cerchio.smallCerchio {
	width: 80px;
	height: 80px;
	margin: 40px auto 40px;
}
.contactPage .parte-0 .contentPage .contenuto h1 {
    font-weight: 400;
    font-size: 35px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 6%;
    text-transform: uppercase;
    text-align: center;
}
.contactPage .parte-0 .contentPage .contenuto .illustrazione {
    display: block;
	width: 10%;
	position: absolute;
	right: 0%;
	top: 155px;
}
.contactPage .contentPage .contenuto span.rigaNera {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: 15px auto;
    z-index: 2;
    position: relative;
    text-indent: -9999px;
}
.contactPage .contenuto  h2 {
	text-transform: uppercase;
	color: #333;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	display: block;
	width: 280px;
	margin: 15px auto;
	background-color: #FFF;
	z-index: 3;
	position: relative;
}
.contactPage .contenuto span.riga {
	display: block;
	width: 70%;
	height: 2px;
	background-color: #ae3742;
	margin: -27px auto 50px;
	z-index: 2;
	position: relative;
	text-indent: -9999px;
}
.contactPage .contenuto span.riga.gialla {
	background-color: #dfb301;
}
.contactPage .contenuto #contieniForm {
	width: 75%;
	float: left;
}
.contactPage .contenuto .contactInfo {
	width: 28%;
	float: left;
	text-align: left;
	padding-left: 2%;
	color:#6e6e6e;
}
.contactPage .contenuto .contactInfo a, .contactPage .contenuto .contactInfo a:link, .contactPage .contenuto .contactInfo a:visited {
	color: #6e6e6e;
}
.contactPage .contenuto .contactInfo .black {
	color: #000;
}
.contactPage .contenuto input {
	background-color: #f7f7f7;
	padding: 15px;
	border: 1px solid #a6a6a6;
	border-radius: 0px;
}
.contactPage .contenuto .form50 {
	display: block;
	width: 46%;
	float: left;
	padding: 0 2%;
	margin-top: 10px;
}
.contactPage .contenuto .largo {
		padding: 0 2%;
	margin-top: 10px;
}
.contactPage .contenuto textarea {
	font-family: 'Lato', sans-serif;
	background-color: #f7f7f7;
	border: 1px solid #a6a6a6;
	border-radius: 0px;
}
.contactPage .contenuto button#submit {
	text-transform: uppercase;
	color: #E59506;
	display: block;
	width: 220px;
	background-color: rgba(255,255,2555,0);
	border: 2px solid #E59506;
	margin: 50px 0px 0px 342px;
	padding: 15px 10px;
	font-weight: 700;
	font-size: 20px;
}
.contactPage .contenuto button#submit:hover {
	background-color: #E59506;
	color: #fff;
	border: 2px solid #E59506;
}
.contactPage .contenuto #risultato {
	padding-top: 33px;
	font-size: 20px;
}
.contactPage .contenuto .privacyTxt {
	text-align: left;
	padding-left: 12px;
}
.contactPage .contenuto .privacyTxt input {
	margin-right: 10px;
	float: left;
}
.contactPage .contenuto .privacyTxt a {
	color: grey;
	font-size: 12px;
	display: block;
	float: left;
	margin-top: -6px;
}


/* pagina base */
.basePage article.parte-0 {
    padding-top: 135px;
	background-image: url("images/imgCerchio.jpg");
	background-repeat: no-repeat;
	background-position: center 155px;
	background-size: 115px auto;
}
.basePage .contenuto {
	 display: block;
    width: 900px;
    box-sizing: border-box;
    margin: 0px auto;
    text-align: center;
    position: relative;
}
.basePage .parte-0 .contentPage .contenuto h1 {
    font-weight: 400;
    font-size: 35px;
    color: #000;
    margin-bottom: 25px;
	margin-top: 17%;
    text-transform: uppercase;
    text-align: center;

}
.basePage .contentPage .contenuto span.rigaNera {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: 15px auto;
    z-index: 2;
    position: relative;
    text-indent: -9999px;
}
.basePage .contentPage .contenuto .illustrazione {
    display: block;
    width: 10%;
    position: absolute;
    right: -3%;
    top: -39px;
    margin-top: 0px !important;
}
.basePage .contentPage .contenuto .txtStretto {
    padding: 0px 35px;
}

/* PAGINA GALLERY */
.galleryPage {
	padding-bottom: 50px;
	background-color: #fff;
	box-sizing: border-box;
}
.lb-outerContainer {
	background-color: transparent;
}
.lightbox .lb-image {
	border-radius: 0;
}
.galleryPage .contenuto {
	width: 100%;
	box-sizing: border-box;
}
.galleryPage #wrapper
{
    max-width: 100%; /* 960 px */
    margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.galleryPage #list
    {
        width: 98% !important; /* 990px */
        overflow: hidden;
        margin-bottom: -1.875em; /* 30px */
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
    }
.galleryPage .item
        {
            width: 19%; /* 300px */
            float: left;
            margin: 1% 0 0; /* 15px 30px */
			opacity: 0.6;
			border: none;
			overflow: hidden;
			box-sizing: border-box;
			height: auto;
        }
.galleryPage .item:hover {
		   opacity: 1;
}
.galleryPage .item img {
}
.gutter-sizer {
	width: 0;
}
@media only screen and (max-width: 1100px)
{
.galleryPage .item
    {
        width: 33.33% !important; /* 305px */
       margin: 1% 0 0; /* 15px */
    }
}

@media only screen and (max-width: 640px)
{
.galleryPage .item
    {
        width: 50% !important; /* 305px */
        margin: 1% 0 0; /* 15px */
    }
}
@media only screen and (max-width: 480px)
{
.galleryPage #list
    {
        width: 96% !important;
		margin-left: auto;
		margin-right: auto;
    }
.galleryPage .item
        {
            width: 100% !important;
            margin: 2% 0 0;
        }
		.galleryPage .item img {
			width: 100% !important;
}
}

/* JSSOR SLIESHOW */
/* jssor slider bullet navigator skin 14 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	background: url(jssor/b14.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.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 12 css */
/*
.jssora12l              (normal)
.jssora12r              (normal)
.jssora12l:hover        (normal mouseover)
.jssora12r:hover        (normal mouseover)
.jssora12ldn            (mousedown)
.jssora12rdn            (mousedown)
*/
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(jssor/a12.png) no-repeat;
	overflow: hidden;
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.jssora12l {
	background-position: -16px -37px;
}

.jssora12r {
	background-position: -75px -37px;
}

.jssora12l:hover {
	background-position: -136px -37px;
}

.jssora12r:hover {
	background-position: -195px -37px;
}

.jssora12ldn {
	background-position: -256px -37px;
}

.jssora12rdn {
	background-position: -315px -37px;
}

/* POPUP */
#popup {
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 260px;
	z-index: 11;
}
#popup .contenitore {
	display: block;
	width: 610px;
	padding: 15px;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	position: relative;
	background-color: rgba(0,0,0,0.2);
}
#popup .contenitore .content {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#popup.natale .contenitore .content {
	background-image:url(images/bg-natale.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#popup .contenitore .content h3 {
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 30px;
	letter-spacing: 2px;
}
#popup .contenitore .content span.lineaGialla {
	display: block;
	width: 95%;
	margin: 0px auto 40px;
	height: 2px;
	background-color: #DFB301;
}
#popup .contenitore .content p strong {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#popup .contenitore .content img.illustrazione {
	display: block;
	width: 10%;
	position: absolute;
	right: 5%;
	top: 41px;
}
#popup .contenitore .content a.btn {
	display: inline-block;
	width: auto;
	padding: 10px 20px 13px;
	border: 2px solid #DFB301;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 25px;
	color: #DFB301;
	background-color: #fff;
	cursor: pointer;
}
#popup .contenitore .content a.btn:hover {
	color: #fff;
	background-color: #DFB301;
}
#popup .closePop {
	display: block;
	width: 42px;
	height: 15px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -20px;
	text-align: center;
	padding-top: 5px;
	font-weight: 700;
	font-size: 22px;
}
#popup .content img {
    width: 100%;
    display: block;
    height: auto;
}

/* FORMS */
section.contactSection.serviziPage {
	height: auto;
}
.form-servizi {
	display: block;
	width: 75%;
	margin: 0 auto;
}
/*.form-servizi input*/
.form-servizi span {
    padding: 0;
    border-radius: 0px;
	width: 48%;
	float: left;
	margin: 1%;
	box-sizing: border-box;
}
.form-servizi span.wpcf7-not-valid-tip {
	width: 100%;
	float: none;
}
.form-servizi span.your-message {
	width: 98%;
}
.form-servizi input {
	width: 100%;
	padding: 15px;
	border: 1px solid #A6A6A6;
	border-radius: 0;
}
.form-servizi textarea {
	width: 100%;
	clear: both;
	float: none;
	font-family: "Lato",sans-serif;
	margin-bottom: 1%;
}
.form-servizi input[type="submit"] {
	text-transform: uppercase;
	color: #E59506;
	display: block;
	width: 220px;
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid #E59506;
	margin: 1% auto;
	padding: 15px 10px;
	font-weight: 700;
	font-size: 20px;
	float: none;
	clear: both;
}
.form-servizi input[type="submit"]:hover {
	background-color: #E59506;
	color: #FFF;
	border: 2px solid #E59506;
}
div.wpcf7-response-output {
	padding: 1.2em 1em;
}

.onlyMobile {
	display: none;
}

/* sub-menu */
ul.sub-menu {
    border-bottom: none;
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
    width: auto;
	max-width: 150px;
    text-align: left;
    background-color: #e4cb5a;
    top: 30px;
}
.menu-main-menu-container li:hover > ul, .menu-main-menu-container li.focus > ul {
    left: auto;
    right: auto;
}
.sub-menu a {
	background-color:#e4cb5a;
	display: inline-block;
}
/* sub-menu */

/* ----------- RESPONSIVE-----------  */

/* schermi piu piccoli di 800 di altezza */
@media screen
and (max-height : 820px) and (min-width : 1024px) {
	.paginaTipo.tipoaa article, .paginaTipo.tipobb article {
		height: 800px !important;
	}
	.envira-gallery-wrap .envira-gallery-public {
		height: 260px !important;
		overflow: hidden;
	}
	.envira-gallery-wrap #envira-gallery-393.envira-gallery-public {
		height: 90px !important;
	}
	.paginaTipo.tipobb .envira-gallery-wrap .envira-gallery-public {
		height: 320px !important;
	}
	.paginaTipo.tipobb article.parte-0 .contentPage .contenuto img.size-full {
		margin-top: 15px;
	}

}


/* Only Smartphones e tablet vertical ----------- */
@media only screen
and (max-width : 880px) {

}
/* Only Smartphones e tablet  / responsive base per mobile e tab ----------- */
@media only screen
and (max-width : 1024px) {
	ul.sub-menu {
		position: static;
		left: inherit;
		right: inherit;
		text-align: center;
		margin: 0 auto;
		padding-top: 0;
		top: inherit;
		max-width: 100%;
		margin-top: 8px;
		max-height:0;
		overflow: hidden;
	}
	li:focus > ul.sub-menu, li:hover > ul.sub-menu {
		max-height: 300px;
	}
	.sub-menu li a {
	   display: inline;
	}
	.onlyMobile {
		display: block;
	}
	#masthead, .home #masthead {
		height: 140px;
	}
	#masthead .header-main .site-title, .home #masthead .header-main .site-title {
		width: 100%;
		height: 76px;
		padding-top: 53px;
	}
	.home #masthead .header-main .site-title a, #masthead .header-main .site-title a.logo {
		width: 160px;
		height: 85px;
	}
	#masthead .header-main .phone {
	  display: block;
	  width: 130px;
	  height: 30px;
	  position: fixed;
	  text-align: center;
	  margin: 0 auto 5px;
	  left: auto;
	  top: 4px;
	  z-index: 10;
	  right: 0;
	}
	#masthead .header-main .socialLang {
		display: none;
	}
	#masthead .header-main #primary-navigation {
	  display: block;
	  width: 100%;
	  height: 40px;
	  position: fixed !important;
	  background-color: #e4cb5a;
	  border-bottom: none;
	  bottom: auto;
	  top: 0 !important;
	}
	#masthead .header-main #menuBtn {
		position: fixed;
		display: block;
		background-image: url(images/iconMenu.jpg);
		background-repeat: no-repeat;
		width: 35px;
		height: 23px;
		left: 3%;
		top: 8px;
		z-index: 10;
		text-indent: -9999px;
	}
	ul.nav-menu {
		max-height: 0;
		background-color: #e4cb5a;
		margin-top: 40px;
		overflow: hidden;
	}
	.home #menuContainerMob.active ul.nav-menu {
		/*height: 345px;*/
		max-height: 1000px;
		height: auto;
	}
	#menuContainerMob.active ul.nav-menu {
		max-height: 1000px;
		height: auto;
	}
	#overlayMenu.active {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 6;
		background-color: rgba(0,0,0,0);
	}
	ul.nav-menu li {
		width: 100%;
		padding-bottom: 8px;
	}
	ul.nav-menu li a {
		border: none;
	}
	#intro .homeBtn-container {
  		height: 250px;
	}
	#intro .homeBtn-container.top-container {
		display: block;
		width: 100%;
		height: 75px;
		position: absolute;
		bottom: 340px;
		top: auto;
	}
	#intro .box-home {
	  display: block;
	  box-sizing: border-box;
	  width: 100% !important;
	  float: none;
	  text-align: center;
	  margin: 0 auto 30px;
	}
	#intro .spaziob-btn {
		display: none;
	}
	.text-section .content, .grey-section .content {
	  width: 92%;
	  padding: 0 4%;
	}
	.text-section .linea {
		display: none;
	}
	.text-section h3, .text-section h2, .text-section h1 {
		line-height: 30px;
	}
	.photo-section .foto4, .photo-section .foto2 {
	  width: 100%;
	  float: none;
	}
	.grey-section .content {
		background-size: 24%;
	}
	section.contactSection {
		height: 370px;
	}
	section.contactSection .content {
		width: 100%;
	}
	section.contactSection .titoloFooter {
		width: 100%;
	}
	section.contactSection .titoloFooter span {
		display: none;
	}
	section.contactSection .titoloFooter h2 {
		float: none;
		width: 80%;
		margin: -10px auto 12px;
		line-height: 30px;
	}
	section.contactSection p {
		padding: 0 10%;
	}
	section.contactSection.serviziPage p {
		margin: 10px auto 10px;
	}
	footer#colophon p {
		line-height: 22px;
		padding: 0 4%;
	}

	/* pagine interne */
	.paginaTipo.tipoaa article, .paginaTipo.tipobb article {
		height: auto !important;
		padding-bottom: 50px;
	}
	.paginaTipo.tipobb article.parte-2 {
		height: 300px !important;
	}

	/* pagina BB */
	.paginaTipo.tipobb .contentPage .contenuto {
		width: 100%;
	}
	.paginaTipo.tipobb .parte-0 .contentPage .contenuto .txtStretto {
		padding: 0 4%;
	}
	.paginaTipo.tipobb .contentPage .contenuto span.rigaNera, .paginaTipo.tipobb .contentPage .contenuto span.riga {
		display: none;
	}
	.paginaTipo.tipobb .parte-0 .contentPage .contenuto h1 {
		margin: 150px auto 0;
		font-size: 27px;
	}
	.paginaTipo.tipobb .parte-0 .contentPage .contenuto .illustrazione, .paginaTipo.tipobb .parte-1 .contentPage .contenuto .illustrazione {
		display: none;
	}
	.paginaTipo.tipobb .contentPage .contenuto .txtStretto {
		padding: 0 4%;
	}
	.paginaTipo.tipobb .parte-2 .contentPage .contenuto h2, .paginaTipo.tipobb .parte-1 .contentPage .contenuto h2 {
		line-height: 30px;
	}
	.paginaTipo.tipobb .parte-2 .contentPage .contenuto {
		padding-top: 15px;
	}
	.paginaTipo.tipobb .parte-2 .contentPage .contenuto h2 {
		padding-bottom: 30px;
	}
	.tipobb .custombg {
		height: 70%;
	}

	/* pagina AA */
	.paginaTipo.tipoaa header {
		width: 100%;
		float: none;
		height: 300px;
	}
	.paginaTipo.tipoaa article.parte-0:after {
		top: 440px;
	}
	.paginaTipo.tipoaa .contentPage {
		width: 100%;
	}
	.paginaTipo.tipoaa .contentPage .contenuto {
	  display: block;
	  width: 100%;
	  margin-left: 0;
	  padding: 0 4%;
	}
	.paginaTipo.tipoaa .parte-0 .contentPage .contenuto h1 {
		font-size: 30px;
		text-align: center;
		margin-top: 115px;
	}
	.paginaTipo.tipoaa .contentPage .contenuto p {
		text-align: center;
		padding: 0 4%;
	}
	.paginaTipo.tipoaa .parte-1 .contentPage .contenuto .illustrazione {
		display: none;
	}
	.paginaTipo.tipoaa .parte-1 .contentPage .contenuto h2 {
		margin: 40px auto 30px;
	}
	.paginaTipo.tipoaa .parte-2 .contentPage .contenuto .illustrazione {
	  width: 50%;
	  float: none;
	  margin: 15px auto 0;
	}
	.paginaTipo.tipoaa .parte-2 .contentPage .contenuto p.txtSmall {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		float: none;
		display: inline;
	}
	.paginaTipo.tipoaa .contentPage .contenuto span.riga, .paginaTipo.tipoaa .contentPage .contenuto span.riga.gialla {
		display: none;
	}
	.paginaTipo.tipoaa .parte-2 .contentPage .contenuto h2 {
		width: 92%;
		max-width: 100%;
		padding: 0 4%;
		line-height: 30px;
	}

	/* contatti */
	.contactPage .contenuto {
		width: 100%;
	}
	.contactPage .contenuto .cerchio {
		width: 80px;
		height: 80px;
	}
	.contactPage .parte-0 .contentPage .contenuto h1 {
		font-size: 30px;
	}
	.contactPage .contentPage .contenuto span.rigaNera {
		display: none;
	}
	.contactPage .parte-0 .contentPage .contenuto .illustrazione {
		display: none;
	}
	.contactPage .contenuto #contieniForm {
		width: 100%;
		float: none;
	}
	.contactPage .contenuto .contactInfo {
		width: 92%;
		float: none;
		text-align: center;
		padding: 0 4%;
	}
	.contactPage .contenuto .form50 {
		width: 92%;
		float: none;
		padding: 0 4%;
	}
	.contactPage .contenuto .largo {
		padding: 0 4%;
	}
	.contactPage .contenuto button#submit {
		width: 80%;
		margin: 50px auto 0px;
	}
	.contactPage .contenuto h2 {
		width: 100%;
		margin: 15px auto 40px;
	}
	.contactPage .contenuto span.riga.gialla {
		display: none;
	}
	.contactPage .contenuto .map {
		display: block;
		width: 92%;
		padding: 0 4%;
	}
	.contactPage .contenuto .map iframe {
		width: 100%;
	}
	#popup {
		top: 200px;
	}
	#popup .contenitore {
		width: 90%;
		height: auto;
		padding: 15px 25px;
	}
	#popup .contenitore .content {
		box-sizing: border-box;
		padding: 1%;
		background-position: right bottom;
	}
	#popup .contenitore .content img.illustrazione {
		display: none;
	}
	#popup .contenitore .content h3 {
		font-size: 24px;
		letter-spacing: 0px;
	}
	#popup p {
		padding: 0 10px;
	}

	.basePage .contenuto {
		width: 100%;
	}
	.basePage .contentPage .contenuto .illustrazione {
		display: none;
	}
	.basePage .contentPage .contenuto .txtStretto {
		padding: 0 5%;
	}
	.basePage .parte-0 .contentPage .contenuto h1 {
	margin: 150px auto 0px;
	font-size: 27px;
	}
	.basePage .contentPage .contenuto span.rigaNera {
		display: none;
	}
	.form-servizi {
		width: 100%;
	}
	.form-servizi input {
		width: 100%;
		float: none;
	}
	.form-servizi span {
		width: 100%;
		float: none;
		margin: 1%;
	}
	.paginaTipo.tipobb .parte-2 .contentPage .contenuto .box-home {
		margin: 10px auto 20px;
	}
	#popup .contenitore .content a.btn {
		width: 120px;
	}
}

@media only screen
and (max-width : 420px) {
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) generico ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {



}

/* iPads (landscape) orizzontale ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {



}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

@media all and (max-width:600px) {
	.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item.envira-gallery-item {
	  display: block;
	  position: relative !important;
	  left: auto !important;
	  top: auto !important;
	  width: 100% !important;
	  margin: auto !important;
	  text-align: center;
	}

	.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
	  display: block;
	  position: relative !important;
	  left: auto !important;
	  top: auto !important;
	  width: 100% !important;
	  margin: auto !important;
	  text-align: center;
	}
}