/*!
Theme Name: Unitalsi Sezione
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unitalsi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

unitalsi is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: #FFF;
}

a:hover, a:focus, a:active {
	color: #FFF;
}

a:focus {
	outline: thin dotted;
}

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

.owl-next:hover, .owl-next{
	background:none!important;
	background-color: transparent!important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation ul ul li {
	float: none;

}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.ut-desktop-hide{
		display: none;
	}
	.margin-sidebar{
		padding-right: 3rem!important;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: block;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: block;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* GIOVANNI */

.ut-title-news span {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #ceac02;
    margin: 0 0 25px 0;
    padding: 0 0 4px 0;
    font-size: 1.2em;
    display: inline-block;
    font-weight: normal;
}

.ut-text-center {
	text-align: center;
}

.ut-no-list {
	padding: 20px;
}

.ut-all-list {
	text-align: right;
	padding: 20px;
	background: #f4f4f4;
}

.ut-box-news {
	background: #3067a8;
	padding: 20px;
}

.ut-slider-news {
	padding: 35px 70px;
	width: 100%;
	background: #f4f4f4;
}

.ut-slider-pelle {
	padding: 35px 70px;
	width: 100%;
	background: #019036;
}

.ut-slider-pelle span{
	color:white!important;
}


/** GIULIO **/

/*
* font-family: 'Chivo', sans-serif;
*font-family: 'Oxygen', sans-serif;

*/
body {
	margin: 0;
	font-family: 'Oxygen', sans-serif;}
.ut-ex-box { border:1px solid #aaa; background: #DDD; box-sizing: border-box; min-height: 20px;}
.ut-ex-box-h4 { border:1px solid #aaa; background: #DDD; box-sizing: border-box; min-height: 200px;}
.ut-ex-background { background: #DDD;  border:1px solid #aaa; }
.ut-ex-slider {width: 100%; border:1px solid #646f86; background: #9bbadd; box-sizing: border-box; min-height: 700px; position: relative; z-index: 1;}
.ut-topbar-container {
	width: 90%;
	max-width: 1700px;
	margin: 0 auto;
	display: flex;
	background: #019036;
	height: 30px;
	align-items: center;
	box-sizing: border-box;}
.ut-topbar {
	width: 100%;
	font-size: .9em;
	padding: 0 1.1%;
	text-align: center;
	position: relative;
}
.ut-topbar p {
	color: #FFF;
	margin: 0;
	padding: 0 8px;
	display: inline-block;
}
.ut-topbar a {
	/*position: absolute;
	right: 1.1%;
	font-style: italic; */
	color: #FFF;
	padding: 0 5px;
}
.ut-header {
	position: absolute;
	z-index: 9;
	width: 100%;
	font-size:1vw;}
.ut-header .widget {
	margin:0;
}
.ut-header-container {
	padding: 1.4% 1.1%;
	box-sizing: border-box;}
.ut-header-container > div {
	flex-grow:0;
	align-items: flex-end;
	display: flex;
	border-bottom:1px solid #959595}
.ut-header-container > div:first-child {
	border-bottom:none;
}
.ut-header-logo {
	width: 70%;
	margin-right: 2%;
	display: flex;}
.navigation-toogle {
	display: none}
.navigation-toogle a {
	color:#019036!important;
}
.ut-header-logo img {
	width: 100%;}
.ut-header-menu {
	width:240%;
	margin-bottom: 2%;}

/** SOCIAL **/
.ut-header-social {
	width: 55%;
	padding-bottom: 0;
	margin-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	}
.ut-header-social a {
	display: block;
	flex-grow: 1;
	margin: 0 2%;
	color:#019036;
	font-size: 1.6em}

.ut-header-container {
	width:90%;
	max-width: 1700px;
	margin: 0 auto;
	display: flex;
	background:#FFF;}

/* NON LO USO! */
.ut-social {
	background-image: url("social-icons.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	width:32px;
	height:25px;
	display: inline-block;}
.ut-youtube {
	background-position-x: -32px;}
.ut-instagram {
	background-position-x: -64px;}
.ut-twitter {
	background-position-x: -96px;}

/* SEARCH */
.ut-header-search {
	/*width:45%; */
	margin-bottom: 2%; 
	padding-bottom: 7px;
	justify-content: flex-end;
	}
.ut-header-search .fa-search {
	cursor:pointer;
	font-size: 1.5em;
	color:#019036;
	margin-right: 10px;}
.ut-header-search .search-submit {
	display:none;}
.ut-header-search form {
	display:flex;}
.ut-header-search .search-form {
	margin: 0;
}
.ut-header-search input,.ut-header-search input:focus {
	font-size: 1.3em;
	padding: 0;
	border: none;
	outline: none;
}
.ut-header-search .probox, div.asl_w .probox {
	height: initial !important;}
.ut-header-search div.asl_w .probox .promagnifier {
	width:inherit !important;
	height: inherit !important;}

.ut-header-search div.asl_m .probox .promagnifier .innericon {
	overflow: visible;
}

.ut-header-search div.asl_w .probox .promagnifier .innericon svg {
	width:2em;
	height:2em;}

.ut-header-search .probox .proinput input, .ut-header-search div.asl_w .probox .proinput input {
position: absolute;}

/* new template sezione */

.art-text{
    position: absolute;
    color: black;
    height: 20%;
    background: red;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5 );
    padding: 1.5% 1.8%;
}
.art-text p{
	font-size: .9rem;
}
.art-text h2{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.ut-art01-img, .ut-art02-img{
	display: flex;
    text-align: justify;
    align-items: flex-end;
}

/* calendario */

.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	/* background: #ccc; */
	color: #404040;
}

.fc-calendar .fc-body {
	padding-top: 20px;
	position: relative;
	width: 100%;
	height: 100%;
	height: calc(100% - 30px);
	border-top: 1px solid #ddd;
}

.fc-calendar .fc-row {
	width: 100%;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -webkit-calc(100%/7);
	/* width: calc(100%/7); */
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
/*	border-right: 1px solid #ddd; */
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div time {
	display: none;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {

}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}

/* Custom calendar elements */

.custom-calendar-wrap {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
}

.custom-inner {


}

.custom-inner:before,
.custom-inner:after  {
	content: '';
	width: 99%;
	height: 50%;
	position: absolute;
	background: #f6f6f6;
	bottom: -4px;
	left: 0.5%;
	z-index: -1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:after {
	content: '';
	width: 98%;
	bottom: -7px;
	left: 1%;
	z-index: -2;
}

.custom-header {
	padding: 5px 15%;
	height: 33px;
	position: relative;
	    display: flex;
    align-items: center;
    justify-content: space-around;
}

.custom-header h2,
.custom-header h3 {
	text-align: center;
	text-transform: uppercase;
}

.custom-header h2 {
	color: #000;
	font-weight: 400;
	font-size: 1.2rem;
	margin-top: 10px;
	flex-grow: 2;
}

.custom-header h3 {
	font-size: 10px;
	font-weight: 700;
	color: #b7bbc2;
}

.custom-header span {

	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 44px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header span:first-child {
	left: 5px;
}

.custom-header span:last-child {
	right: 5px;
}

.custom-header span:before {
	/*font-family: 'fontawesome-selected'; */
	color: #ccb647;
/*	position: absolute; */
	text-align: center;
	width: 100%;
}

.custom-header span.custom-prev:before {
	content: '\2039';
}

.custom-header span.custom-next:before {
	content: '\203A';
}

.custom-header span:hover:before {
	color: #495468;
}

.custom-content-reveal {
	background: #f6f6f6;
	background: rgba(246, 246, 246, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0px;
	text-align: center;
	transition: all 0.6s ease-in-out;
}

.custom-content-reveal span.custom-content-close {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #ef4f69;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 13px;
	padding: 0;
}

.custom-content-reveal span.custom-content-close:after {
	content: 'x';
	font-size: 18px;
	color: #fff;
}

.custom-content-reveal a,
.custom-content-reveal span {
	font-size: 22px;
	padding: 10px 30px;
	display: block;
}

.custom-content-reveal h4 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #777;
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 5px solid #ef4f69;
	box-shadow: 0 1px rgba(255,255,255,0.9);
	margin-bottom: 5px;
}

.custom-content-reveal span {
	color: #888;
}

.custom-content-reveal a {
	color: #ef4f69;
}

.custom-content-reveal time{
	display: none;
}

.custom-content-reveal a:hover {
	color: #333;
}

/* Modifications */

.fc-calendar-container {
	height: 300px;
	width: auto;
	padding: 10px 30px 30px 30px
}

.fc-calendar .fc-head {
	background: transparent;
	color: #404040;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

.fc-calendar .fc-row > div {

	cursor: pointer;
}

.fc-calendar .fc-row > div:empty {
	background: transparent;
	cursor: default;
}

.fc-calendar .fc-row > div > span.fc-date {
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -10px 0 0 -15px;
	color: #686a6e;
	font-weight: normal;
	pointer-events: none;
}

.fc-calendar .fc-row > div > span.fc-emptydate {
	color: #ccc;
}

.fc-calendar .fc-row > div.fc-today {
	/*background: #ef4f69; */

}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
	/*color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1); */
}

.fc-calendar .fc-row > div.fc-content:after {
	content: '\25CF';
	text-align: center;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	color: #019036;
	font-size: 24px;
    line-height: 20px;
    left: 72%;
    bottom: 14px;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
	color: #019036;
}

.fc-calendar .fc-row > div.fc-content:hover:after{
	color: #019036;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
	color: #fff;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	display: none;
	font-size: 22px;
}

.ut-cal-title {
	text-align: center;
}
.ut-cal-title a{
	color: #000;
	text-transform: uppercase;
	text-align: center;
    text-decoration: none;
    border-bottom: 2px solid #ceac02;
    margin: 0 0 5px 0;
    padding: 10px 0 4px 0;
    font-size: 1em;
    display: inline-block;
    font-weight: normal;
}

.owl-news .owl-nav .owl-prev{
	position: absolute;
    top: 31%;
    left: -44px;
}

.owl-news .owl-nav .owl-next{
    position: absolute;
    right: -45px;
    top: 31%;
}

.owl-news .owl-nav .owl-prev i, .owl-news .owl-nav .owl-next i {
	color: #c5ab29;
    font-size: 62px;
}

.art-text-news{
    position: absolute;
    color: black;
    height: 15%;
    background: red;
    width: 100%;
    background-color: rgba(78, 143, 56, 0.8 );
    padding: 1.5% 1.8%;
    bottom:0;
    display: flex;

    align-items: center;
}

.art-text-pelle{
    position: absolute;
    color: black;
    height: 15%;
    background: red;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8 );
    padding: 1.5% 1.8%;
    bottom:0;
    display: flex;

    align-items: center;
}

.art-text-news p{
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    color: white;
    padding-left: 1%;
}

.art-text-pelle p{
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    color: black;
   padding-left: 1%;
}

.owl-news h2 a, .owl-news h2{
	color: black;
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;

}

.owl-news h2{
	padding-top: 6px;
	margin-bottom: 0px;
}
.owl-news .text{
	font-size:1rem;
}


.main-navigation li {
	display: inline-block;
	padding: .4em .7em;
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
}



@media screen and (max-width: 1500px)
{
	.art-text{
		height: 30%;
	}
  .ut-header-search {
    width: 20%;
    margin-bottom: 2%;
}
.art-text-pelle {
	height: 30%;
}
.main-navigation li {
	font-size: 0.8rem;
}

}

@media screen and (max-width: 1400px)
{
	.main-navigation li {
	display: inline-block;
	font-size: 0.77rem;
	}

	.ut-header-logo{
		width: 60%;
	}
	.art-text-pelle {
	height: 15%;
	}
}
@media screen and (max-width: 1300px)
{
	.main-navigation li{
		font-size: 0.7rem;
	}
	.art-text{
		height: 30%;
	}
	.art-text p{
	    font-size: 0.8rem;
	}
	.art-text h2{
	    font-size: 0.9rem;
	}
	.ut-art01-readmore{
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 1200px) {
	.main-navigation li{
		font-size: 0.6rem;
	}
}

@media screen and (max-width: 400px) {
	.fc-calendar-container {
		height: 300px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
		font-size: 14px;
	}
}


/* end calendario */

/* chi siamo */
.small-bar {
	color: #000;
    text-decoration: none;
    margin: 0 0 16px 0;
    padding: 0 0 4px 0;
    font-size: 1.2em;
    display: inline-block;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
}
.small-bar:before {
	content: " ";
    position: absolute;
    width: 60%;
    height: 2px;
    bottom: 0;
    left: 20%;
    border-bottom: 2px solid #ceac02;
}
.text-chisiamo{
	text-align: justify;
}
.form-container.footer{
	padding: 20px 20%;
}

.sub-section a{
	text-align: left!important;
	color: black;
	font-weight: 300;
}
.sub-section td{text-align: left;}
.sub-section tr{
	border-bottom: 1px solid black;
}
.sub-section table{
	margin: 0 auto;
	width:25%;
}


.sub-section .table td{
	padding-bottom:0.1rem;
	padding-left: 0;
}

/* MENU */

/* hide menu mm fino a che non è caricato */
#menuMobile:not( .mm-menu ) {
   display: none;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}

#site-navigation .sub-menu .current-menu-item a::before {
    content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
margin-top: 13px;
background-color: #f29400;
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

.sub-menu ul::before {
    content: '';
    display: none;
}

#site-navigation .sub-menu {
    width: 280px;
z-index: 110;
background-color: #fff !important;
padding-left: 0px;
position: absolute;
margin: 0;
padding: 0;
top: 2.1em;
left:0px;
display: none;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
opacity: 1;
}

.sub-menu li a {
      position: relative;
    text-decoration: none;
    padding: 0;
    margin: 10px 20px;
}

.sub-menu li {
    padding-top: 10px;
    padding-bottom: 10px;
}


#site-navigation li:hover > .sub-menu {
    display: block;
}

#site-navigation .sub-menu ul {
float: left;
position: absolute;
left: 100%;
top: 0px;
margin-left: 0px;
}

#site-navigation li ul li a::before {
    content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #F29400;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transition: all 1s ease-in-out 0s;
color: #F29400;
}
#site-navigation ul li a:hover {
    text-decoration: none;
}

#site-navigation ul li a {
    position: relative;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

#site-navigation li > a:after {
    content: "\25BC";
}

#site-navigation li > a:only-child:after {
    content: "";
}

#site-navigation li li > a:after {
    content: "\25BC";
    position: absolute;
    right: 5px;
}


.main-navigation a {
	color:#019036}

.main-navigation-right {
	float:right;
	width:initial;}
.main-navigation-right li {
	background:#cbaf21; }
.main-navigation-right a {
	color:#FFF;}

.ut-menu-giallo{
	background:#cbaf21;
	color:#FFF;
}

.ut-menu-giallo a{
	color:#FFF!important;
}

.ut-sidebar-container {
	margin-bottom:60px;}

/** CONTENT */
.ut-content-container {
	width:90%;
	max-width: 1700px;
	display: flex;
	margin: 0 auto;}
.ut-main-content {
	display:flex;
  }
.ut-main-double {
	margin-top:40px;  }
.ut-flexgrow1 {
	position:relative;
	width:100%;}
.ut-flexgrow2 {
	position:relative;
	width:200%;}
.ut-flexgrowHalf {
	position:relative;
	width:150%;}
.margin-left {
	margin-left:20px;}
.margin-right {
	margin-right:20px;}
.ut-content-skyline {
	background: #019036;
	padding:30px 0 60px 0;
	margin-bottom:60px;}
.ut-content-bottom {
	margin-bottom:60px;}
.ut-footer {
	margin-bottom:0;}

/** BOX */

.ut-art01-img {
	border:none; text-decoration: none;}
.ut-art01-readmore {
	display:inline-block;
	float:right;
	padding:4px 12px;
	margin:5px 0;
	background:#019036;
	color:#FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	cursor:pointer;}
.ut-art01-readmore:hover {
	text-decoration: none;
	color:#FFF;
	background:#917800;}
.ut-art01-readmore .fa {
	font-size:1.4em;
	vertical-align: text-bottom;
	margin-left:5px;}
ul li a.ut-art01-readmore{float:none!important;}
.ut-art01-title {
	text-transform: uppercase;
	font-size:1.2em;
	margin: 0; padding: 0;}
.ut-art01-title a {
	color: #000;
    text-decoration: none;
    border-bottom: 2px solid #ceac02;
    margin: 0 0 16px 0;
    padding: 0 0 4px 0;
    font-size: 1.2em;
	display: inline-block;
	font-weight: normal;}

	.ut-art01-title a:hover {
		color: #019036;
	}
/** Pellegrinaggi aside */
.ut-aside-home-pell {
	width: 100%;
	display: flex;}
.ut-aside-home-pell-inside {
	background:#f4f4f4;
	width: 100%;}


.ut-pell-title {
	background:#e83541;
	color:#FFF;
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	font-size:1.2em;}
	.ut-pell-title a, .ut-pell-title a:hover {
	color:#FFF;
	text-decoration: none;
	border-bottom:2px solid #FFF;}
.ut-pell-list {
	list-style: none;
	margin: 0;
	padding: 0;
	background:#f4f4f4;
	padding-top:20px;
	padding-bottom:10px;}
.ut-pell-list li > a {
	display: flex;
	text-decoration: none;
	margin:0 10px;
	padding:10px 0 0 0;
	border-bottom:1px solid #bfbfbf;
	color:#5e5e5e;}
.ut-pell-list li > a:hover {
	background:#CCC;
	text-decoration: none;}
.ut-pell-list-calendar {
	width: 60px;
    height: 60px;
    color: #019036;
    padding: 5px;
    text-align: center;
    margin: 6px 10px 0 10px;
    background-color: #FFF;}
.ut-pell-list-calendar .ut-plc-day {
	font-size: 2.2em;
    font-weight: bold;
    line-height: 1.2em;}
.ut-pell-list-calendar .ut-plc-month {
	line-height: 0.7em;
	font-size: 0.7em;}
.ut-link-list-home {
	color:#5e5e5e;
	text-decoration: none;
	font-weight: bold;
    margin-right: 10px;

}

.ut-link-list-pelle, .ut-link-list-pelle:hover  {
	color:white;
	text-decoration: none;
	font-weight: 700;
    margin-right: 0px;
    font-size: 1.1rem;
    text-decoration: none;
    text-transform: none;

}

.ut-link-list-news, .ut-link-list-news:hover .ut-link-list-news:visited  {
	color:#5e5e5e!important;
	text-decoration: none;
	font-weight: 700;
    margin-right: 0px;
    font-size: 1.1rem;
    text-decoration: none;
    text-transform: none;

}



.ut-link-list-home:visited, .ut-link-list-home:hover {
	text-decoration: underline;
	color:#5e5e5e;
}
.ut-pell-list li a > .div-angle, .ut-link-list-home > .div-angle{
	align-items: center;
	text-align: center;
	display: flex;
	color:#ccb647;
	padding-left: 10px;
	padding-top:3px;
	width:1.4em;}
.ut-pell-list li a > .div-angle .fa, .ut-link-list-home > .div-angle .fa {
	font-size: 1.1em;}
.ut-pell-list-info {
	flex-grow: 1;}
.ut-pell-list-info .ut-plc-title {
	color:#5e5e5e;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size:1.3em;}
.ut-pell-list-info .ut-plc-info {
	color:#5e5e5e;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.4em;
	font-style: italic;
	display:block;}

/** Box article grande */
.ut-art02-box {
	position:relative;}

.ut-art02-box-inside {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0}
.ut-art02-bottom-box {
	position: absolute;
	bottom:0;
	width:100%;}
.ut-art02-box-desc {
	width:100%;
	background:rgba(0, 0, 0, 0.6);
	color:#FFF;
	display: flex;
	box-sizing:border-box;
	padding: 10px 20px;}
.ut-art02-box-desc div {
	flex-grow:1;}
.ut-art02-box-desc .fa {
    flex-grow:0;
	font-size: 3em;
	color:#cfac07}
.ut-art02-title {
	text-align:right;
	}
.ut-art02-title a {
	color: #FFF;
	background: #019036;
	display:inline-block;
	padding: 3px 10px;
	text-transform: uppercase;
	text-decoration: none}
.ut-art02-title a:hover {
	background:#917800;
	text-decoration: none}
.ut-art02-box-desc p {
	margin: 0;
	padding: 0;}
/** Row skyline */
.ut-skyline-title {
	text-align:center;
	color:#FFF;

	margin-bottom:30px;}
.ut-skyline-title a, .ut-skyline-title a:hover {
	text-decoration: none;
	border-bottom:2px solid #FFF;
	color:#FFF;
	padding:3px;
	margin-bottom:3px;
	font-size:1.2em;
	font-weight: bold;
	text-transform: uppercase}
.ut-artskyline-title {
	margin:5px 0 0 0;
	font-size:1.2em;
	padding:0}
.ut-artskyline-title a, .ut-artskyline-title a:hover {
	color:#41c9f6;
	text-decoration: none;
	font-weight: bold;
	font-size:1.2em;
	text-transform: uppercase}
.ut-artskyline-content {
	color:#FFF;
	line-height: 1.2em;
	font-size:0.9em;}

.ut-news-list {
	list-style: none;
	font-size: 1vw;
	margin: 0; padding: 0;}
.ut-news-list:after {
	display: block;
	content:" ";
	width:100%;
	clear: both;}
.ut-news-list li {
	clear:both;
	width:100%;
	margin-bottom:0.8em;}
.ut-news-list a, .ut-news-list a:hover {
	text-decoration: none;}
.ut-news-list li:after {
	clear: both;
	content:" ";
	display:block;
	width:100%;}
.ut-news-image-thumbnail {
	float:left;
	margin-right:15px;}
.ut-news-image-thumbnail {
	width: 7em;}
.ut-news-title, .ut-news-title a {
	text-decoration: none;
    color: #fff;
	line-height: 1.2em;
	font-weight: bold;
    font-size: 1rem;
    margin-left: em;}
.ut-news-list .fa {
	color:#0063a6;
	float:left;}


.ut-btn-readmore, .ut-btn-readmore:visited {
display: inline-block;
    padding: 1px 5px;
    font-size: 0.9em;
    margin: 0 10px;
    background: #ccb647;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;}

.ut-btn-readmore:hover {
    text-decoration: none;
    color: #FFF;
	background: #917800;}

.ut-news-readmore {
	margin:10px 0;
}


.ut-btn-primary {
	display: inline-block;
    padding: 4px 8px;
    font-size: 1em;
    background: #019036;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;}

.ut-btn-primary:hover {
    text-decoration: none;
    color: #FFF;
	background: #917800;}
.ut-news-clock {
	color:#fff;
	font-weight: 300;
	font-style: italic;
	margin-top:0;}
.ut-news-clock .fa {
	color: #d1af1d;
    margin-right: 6px;
    font-size: 1.1em;}
.ut-content-skyline2 img {
	width: 100%;}
.ut-footer-hr {
	background:#3b6c36;
	color:#0c71a8;}
.ut-footer-center {
	text-align: center;
	color:#FFF;}

.ut-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;}


.ut-footer-menu li a {
    color: #FFF;
    border-bottom: 1px solid #3b6c36;
    display: block;
    text-align: center;
    padding: 0.5em;
	width: 80%;
	text-decoration: none;
	margin: 0 auto;}
.ut-footer-menu li a:hover {
	 border-bottom: 1px solid #3b6c36;}
.ut-footer-menu-box {

    width: 100%;
    }
.logo .footer-margin img{
	background-color: #fff;
	padding: 10px;
}
.ut-footer-menu .ut-btn-menu {
	text-align: center;}
.ut-footer-menu .ut-btn-menu a {
	display: inline-block;
    padding: 4px 8px;
    font-size: 1em;
    background: white;
    color: black;
    text-decoration: none;
	font-weight: bold;
	border:none;
	cursor: pointer;
    display: inline-block;
    width: inherit;
    margin-top: .5em;
    padding: 0.1em 0.6em;}

.ut-footer-menu .ut-btn-menu a:hover {
    text-decoration: none;
	color: #FFF;
	border:none;
	background: #917800;}
.ut-footer-search {margin-top: 2.7vw;}
.ut-footer-search div.asl_m.asl_w {
	border-bottom: 1px solid #3b6c36 !important;}
.ut-footer-search .probox {
	background: #019036;}
.ut-footer-search .asl_m .probox, .ut-footer-search .asl_m .promagnifier,  .ut-footer-search div.asl_m .probox .promagnifier .innericon {
	background-color: #019036 !important}
.ut-footer-search .asl_m .probox .innericon {
	background-color: #019036 !important;}
.ut-footer-search div.asl_w .probox .promagnifier .innericon svg {
	fill: #3b6c36 !important;}
.ut-footer-search .proinput input, .ut-footer-search div.asl_w .probox .proinput input {
	color:#FFF !important;}

.ut-footer-social-title {
	margin-top:50px;
	color:#FFF;
	border-bottom: 1px solid #3b6c36;
	padding-bottom:10px;
	margin-bottom:10px;}

.ut-footer-social a {
	font-size: 1.4em;
    padding: 0.2em;
	color:#cead30;
	 display: inline-block;}
.footer-margin {margin: 0 10%;}
.footer-margin a{color:white;}

/** TESTIMONIANZE **/

.ut-home-testimonianze-box {
	/*text-align: center; */
	overflow: hidden;
}
.ut-testimonianze-quotes{
	background-image: url('./images/quotes.png');
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	width:100%;
}
.ut-testimonianze-thumbnail {
	max-width: 40%;
    display: block;
    margin: 0 auto;
}
.ut-testimonianze-text {
	margin-top:2em;
}
.ut-testimonianze-text  p {
	font-size: .8em;
	text-align: center;
}
.ut-testimonianze-title {
	text-align: center;
	color: #000;
    text-decoration: none;
    border-bottom: 3px solid #c5ab29;
    margin: 0 0 16px 0;
    padding: 0 0 4px 0;
    font-size: 1.2em;
    display: block;
	font-weight: normal;
	font-weight: bold;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#019036 !important;
}
.owl-theme .owl-dot:focus {
	outline:none !important;
}

.ut-home-nostre-sedi {
	background-image: url('./images/mappa_sezioni.jpg');
	background-size:contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	width:100%;
	height: 100%;
	padding-left:30%;
	margin-right:5%;
}
.ut-nostresedi-title {
	text-align: center;
	color: #000;
    text-decoration: none;
    border-bottom: 3px solid #cfac04;
    margin: 0 0 16px 0;
    padding: 0 0 4px 0;
    font-size: 1.2em;
    display: block;
	font-weight: normal;
	font-weight: bold;
}
.ut-nostresedi-text  {
	margin: 0 22%;
    text-align: center;
}
.ut-nostresedi-text .ut-btn-readmore{
	margin: 1em;
    font-size: 1em;
	padding: 5px 30px;
	display: block;
}
.ut-img-100 {width: 100%}

.ut-title-news-home {
	text-align: left;
	color: #FFF;
    text-decoration: none;
    border-bottom: 3px solid #cfac04;
    margin: 0 0 0.8em 0;
    padding: 0 0 0.3em 0;
    font-size: 1.2em;
    display: block;
	font-weight: normal;
	font-weight: bold;}
.ut-title-news-home .custom-icon {
	width: 7%;
    margin-right: 10px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

 .img-top-new{
 	position: absolute;
    width: 18%;
    /* padding-left: 10px; */
    margin-left: -1.1%;
 }

	.main-navigation li{
		font-size: 0.9rem;
	}
	#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
		    font-size: 17px!important;
		    top: 8px;
	}
}


@media(max-width:768px) {

	.wpcf7-form-control-wrap.cognome, .wpcf7-form-control-wrap.telefono {
		margin-bottom: 20px;
	}
	div.asl_w .probox .proinput input{
		top:6px;
	}
	.ut-header {
		font-size:3vw;}
	.ut-header-container > div {
		border-bottom: none;
	}
	.ut-header-container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		margin: 0;
		padding: 0;
		width: 100%;}

	.ut-header-container .navigation-toogle {
		flex-grow:1;
	}
	.ut-header-social {
		order:1;
		width:50%;
		background:#019036;
		padding: 15px 0 15px 15px;}
	.ut-header-social a {
		font-size:2em;
		color:#FFF;}
	.ut-header-search {
		order:1;
		width:100%;
		background:#019036;
		padding: 15px 15px;}
	.ut-header-search .fa-search {
		color:#FFF;
		font-size: 2em;}
	.ut-header-search .search-field {
		width:90%;
		font-size:1.4em}

	.search-field {
		background:#019036;
		color:#FFF !important;}

	.ut-header-logo {order:3; width:100%}
	.ut-header-menu {order:4; width:100%}
	.ut-img {width: 100%}
	#site-navigation {display:none;}
	.main-navigation-right {
		width:100%;
		float: none}
	.main-navigation-right li {
		display: block;
		width: 100%;
		text-align: center;}
	.ut-header-container > .ut-header-logo {
		align-items: center;
		margin-bottom:20px}
	.ut-header-logo img {
		width: 100%;
		margin-right:25%}
	.navigation-toogle {
		display: block;
		width: 25%;
		font-size: 3em;
		text-align:right;
		color:#019036;
		padding-right:15px;}
	.ut-content-container {
		display:block;}
	.margin-left {
		margin-left:0;}
	.margin-right {
		margin-right:0;}
	.ut-main-content {
		display: block;}
	.ut-flexgrow2 {
		width: 100%;}
	.ut-flexgrow1 {
		margin-bottom: 40px;}
	.ut-news-list {
		font-size:1em;}
	.ut-home-nostre-sedi {
		padding-left: 0;
    	margin-right: 0;
		background-image:none}
	.ut-nostresedi-text {
		margin: 0;
		text-align: center;}
	.ut-footer-menu-box {
		top: 0;
		margin-bottom:20px;
		position:relative;}
	.ut-footer-social-title, .ut-footer-social-icons {
		text-align:center;}
	.ut-footer-social a {
    font-size: 2em;
	padding: 0.5em;}
	.wpcf7-form {
		max-width:100%;
		box-sizing: border-box;}
	.wpcf7 input, .wpcf7 textarea {
		max-width: 100%;}
	.ut-sidebar-container {
		display:none;
	}
	.ut-header {
		position:relative;
	}
	.ut-header-search #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
		padding: 1vw !important;
		font-size: 3vw;
		height: 5vw;
		top:0;
	}
	.ut-mobile-hide{
		display: none;
	}
	.ut-topbar-container{
		width: 100%;
		height: 22px;
		padding-top: 25px;
	}
	.ut-topbar{
		font-size: .7em;
	}
	.form-container.footer{
	padding: 20px 1%;
	}
	.form-container.footer .flex-column{
	margin-bottom: 20px;
	}
	.sub-section table{
		width:80%;
		margin-bottom: 30px;
	}
	.sub-section td{
		text-align: center;
	}

	.art-text{
		height:30%;
	}
	.ut-art01-readmore{
		margin: 10px 0 15px 0;
	}
	.ut-flexgrow1:after, .ut-flexgrow2:after{
		content: " ";
		display: block;
		clear: both;
	}
	.ut-topbar p{
		font-size: 1.1em;
		color: white!important;
		display: block;

	}

	.ut-topbar i {
		font-size: 20px;		

	}

	.ut-slider-news, .ut-slider-pelle{
		padding: 35px 35px;
	}

	.ut-topbar p {
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 0;
	margin: 0;

}
.ut-topbar a {

	color: #FFF;
	}

}

.img-top-new{

}

@media (max-width: 554px) {
	.navigation-toogle {
		font-size: 5em;
	}
	.ut-header-logo img {
		width: 80%;
	}

	.form-container.footer{
	padding: 20px 1%;
	}

}


body.modal-open .mm-slideout{
    z-index:inherit;
}


.wpcf7-form input[type="text"], input[type="email"], textarea, input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}
.wpcf7, .form-container{width: 100%!important;
	background: #f2f2f2;}
.form-container{
	padding-top: 20px;
}
.wpcf7-form{width: 100%!important;
padding:30px;}
.wpcf7-form .messaggio {
	width: 100%
}

.dropdown-item, .dropdown-item:visited{
	color:black;
}

.mm-menu_offcanvas.mm-menu_opened {
    display: block;
    z-index: 9999;
}
body.archive div#content {
    margin-top: 140px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 25px;
}
span.wpcf7-form-control-wrap select {
    margin-top: 20px!important;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
}
.d-flex.flex-column.flex-md-row.w-100 p, .d-flex.flex-column.flex-md-row.w-100 p textarea {
    width: 100%;
	margin-bottom: 0;
}
form .d-flex.flex-column.flex-md-row.mb-md-4.w-100 {
    margin-bottom: 0!important;
}