/*
 * Alterpages v 1.0.3
 *
 */


/*

Index:

1:	Reset
2:	Clearings
3:	Layout
4:	Typography
5:	Navigation
6:	Elements
7:	Widgets
8:	Styles
9:	Iubenda
10:	Media Queries

*/


/**
 * 1: Reset
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0b1 | 201101
 */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

a img {
	border: 0;
}

/**
 * 2: Clearings
 */

.clear:before,
.clear:after,
.row:before,
.row:after,
.widget:before,
.widget:after,
.container:before,
.container:after,
.menu:before,
.menu:after {
	content: "";
	display: table;
}

.clear:after,
.row:after,
.widget:after,
.container:after,
.menu:after {
	clear: both;
}


/**
 * 3: Layout
 */

#page {
	margin: auto;
}

.container {
	margin: auto;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-width: 990px;
}

.header-area,
.navigation-area,
.content-area,
.sidebar-area,
.footer-area,
.main-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}

.content-area,
.main-area {
	width: 66.6667%;
}

.sidebar-area {
	width: 33.3333%;
}

.sidebar-small .content-area,
.sidebar-small .main-area {
	width: 75%;
}

.sidebar-small .sidebar-area {
	width: 25%;
}


.no-sidebar .content-area,
.no-sidebar .main-area {
	width: 100%;
}

.site-header {
	padding: 30px 0 15px;
}

.site-content,
.site-footer {
	margin-top: 30px;
}

.layout2 #sidebar {
	margin-top: 30px;
}

.site-info {
	margin: 0;
	padding: 15px auto;
	text-align: center;
}

.site-info a {
	padding: 0 0.25em;
}

/* Sidebar - Content */

.layout1.sidebar-content .content-area,
.layout2.sidebar-content .main-area {
	float: right;
}

.layout1.sidebar-content .sidebar-area,
.layout2.sidebar-content .sidebar-area {
	float: left;
}

/* Content - Sidebar */

.layout1.content-sidebar .content-area,
.layout2.content-sidebar .main-area {
	float: left;
}

.layout1.content-sidebar .sidebar-area,
.layout2.content-sidebar .sidebar-area {
	float: right;
}

/* Grid */

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row-fluid {
	margin-bottom: 1em;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.66666667%;
}

.col-10 {
	width: 83.33333333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66666667%;
}

.col-7 {
	width: 58.33333333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.66666667%;
}

.col-4 {
	width: 33.33333333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.66666667%;
}

.col-1 {
	width: 8.33333333%;
}


/**
 * 4: Typography
 */

body {
	word-wrap: break-word;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

a {
	text-decoration: none;
}

#header a:hover,
#content a:hover,
#sidebar a:hover,
#footer a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
}

b,
strong {
	font-weight: 700;
}

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

h1 {
	font-size: 42px;
	font-weight: 400;
	line-height: 1.3;
}

h2 {
	font-size: 26px;
	line-height: 1.4;
}

h3 {
	font-size: 1.375em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

#sidebar,
#footer {
	font-size: 0.875em;
}

#sidebar h1,
#sidebar h2 {
    font-size: 1.5em;
}


/**
 * 5: Navigation
 */

.site-navigation .menu li {
	position: relative;
	margin: 0;
}

.site-navigation .menu a {
    display: block;
    padding: 6px 15px 4px;
    text-decoration: none;
}

.site-navigation .menu > li {
	float: left;
    margin: 0;
}

.site-navigation .menu > li:last-child {
	margin-right: 0;
}

.site-navigation .menu > li > a {
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.site-navigation .menu > li.menu-has-children > a:after,
.site-navigation .menu ul a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-navigation .menu > li.menu-has-children > a:after {
	content: "\f107";
	padding-left: 0.25em;
}

.site-navigation .menu ul a:before  {
	content: "\f105";
	padding-right: 0.25em;
}

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

.site-navigation .menu ul {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    display: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    width: 180px;
    z-index: 3;
}

.site-navigation .menu ul a {
    padding: 7px 10px;
}

.site-navigation .menu ul li {
   border-top: 1px solid rgba(0,0,0,0.1);
}

.site-navigation .menu ul li:first-child {
	border-top: 0;
}

/* Navigation Mobile */

#navigation-mobile {
	display: none;
	position: relative;
}

#navigation-mobile .navigation-mobile-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	z-index: 20;
}

#navigation-mobile .navigation-mobile-area {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	padding: 10px 5%;
	border-bottom: 5px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	color: rgba(0,0,0,.8);
	z-index: 22;
}

#navigation-mobile h2.site-title {
	font-size: 1.25em;
	font-weight: 700;
	margin: 0 0 0 40px;
	padding: 0;
	line-height: 30px;
	text-transform: none;
	color: rgba(0,0,0,.8);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#navigation-mobile .menu-toggle {
	display: inline-block;
	position: absolute;
	left: 5%;
	top: 5px;
	margin-left: -20px;
}

#navigation-mobile .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 21px;
	cursor: pointer;
}

#navigation-mobile .menu {
	padding: 0;
	margin: 0;
	position: fixed;
	height: -webkit-calc(100% - 50px);
	height: calc(100% - 50px);
	width: 80%;
	top: 50px;
	left: -80%;
	overflow: auto;
	transition: left .5s;
	-webkit-transition: left .5s;
	background-color: #eee;
	z-index: 21;
}

#navigation-mobile.toggled .navigation-mobile-overlay {
	opacity: 0.7;
	visibility: visible;
}

#navigation-mobile.toggled .menu {
	left: 0;
}

#navigation-mobile .menu a {
	display: block;
	padding: 0.5em 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#navigation-mobile .sub-menu a {
	padding-left: 7.5%;
}

#navigation-mobile .menu li {
	display: block;
	margin: 0;
	padding: 0;
}

#navigation-mobile .menu ul {
	margin: 0;
	padding: 0;
}

.toggled #navigation-mobile .menu {
	display: block;
}

/**
 * 6: Elements
 */

embed,
iframe,
object {
	display: block;
}

.widget-video iframe,
.widget-adv iframe {
	display: inline-block
}

embed,
.widget-video iframe,
object {
	max-width: 100%;
}

iframe[name=googleSearchFrame] {
	width: 100%;
}

form#cref_iframe input[type=text] {
	max-width: 65%;
}

.sep {
	display: inline-block;
	padding: 0 0.25em;
}

/* Form */

input,
button,
textarea,
select {
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 	0.875em;
}

input[type="email"],
input[type="date"],
input[type="password"],
input[type="text"],
textarea {
	padding: 8px 10px;
	color: #777;
	background-color: rgba(0,0,0,.05);
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
	color: #333;
	background-color: rgba(0,0,0,.1);
}

select {
	color: #333;
	padding: 4px 10px;
}

button,
input[type="button"],
input[type="submit"] {
	padding: 7px 20px 6px;
	margin: 0 5px 0 0;
	line-height: 22px;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.3s ease;
	font-size: 1em;
	color: rgba(0,0,0,.8);
}

/* Table */

table {
	border-collapse: collapse;
}

table, th, td {
	border-color: #ddd;
}

/* Image Size and Alignments */

img {
	max-width: 100%;
}

.img-small {
	max-width: 120px;
}

.img-medium {
	max-width: 300px;
}

#sidebar .img-medium {
	max-width: 100%;
	height: auto;
}

.img-full {
	max-width: 100%;
	height: auto;
}

.align-left {
	display: inline;
	float: left;
	margin-right: 1em;
}

.align-right {
	display: inline;
	float: right;
	margin-left: 1em;
}

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

/**
 * 7: Widgets
 */

.widget {
	margin: 0 0 1em 0;
}

.widget p:last-child {
	margin-bottom: 0;
}

#content .widget-title {
	margin-bottom: 0.5em;
}

/* 7: Widgets > Logo */

.logo-title {
	margin: 0;
	padding: 0;
	font-size: 42px;
	display: inline-block;
	line-height: 1.3;
}

.logo-tagline {
	margin: 0.25em 0 0;
	padding: 0;
}

.site-logo img {
	display: block;
	max-width: 30%;
	height: auto;
}

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

.logo-left {
	text-align: left;
}

.logo-right {
	text-align: right;
}

.logo-left img {
	float: left;
	margin: 0 1em 0 0;
}

.logo-right img {
	float: right;
	margin: 0 0 0 1em;
}

.logo-center img {
	margin: 0 auto 0.5em;
}

/* 7: Widgets > Contact Form */

.widget-contact label {
	font-weight: 700;
	display: block;
	margin-bottom: 0.25em;
}

.widget-contact input[type="email"],
.widget-contact input[type="date"],
.widget-contact input[type="password"],
.widget-contact input[type="text"] {
	width: 40%
}

.widget-contact textarea {
	width: 60%
}

#sidebar .widget-contact input[type="email"],
#sidebar .widget-contact input[type="date"],
#sidebar .widget-contact input[type="password"],
#sidebar .widget-contact input[type="text"],
#sidebar .widget-contact textarea {
	width: 100%;
	margin: 0 0 0.5em 0;
	transition: background-color 0.3s ease;
}

#sidebar .widget-contact input[type="email"]:focus,
#sidebar .widget-contact input[type="date"]:focus,
#sidebar .widget-contact input[type="password"]:focus,
#sidebar .widget-contact input[type="text"]:focus,
#sidebar .widget-contact textarea:focus {
	transition: background-color 0.3s ease;
}

#sidebar .widget-contact input[type=submit] {
	margin: auto;
	width: 50%;
}

#sidebar .widget-contact p.submit {
	text-align: center;
}

.apmailer-popup {
	position: fixed;
	width: 480px;
	left: 50%;
	top: 20%;
	padding: 0;
	margin: 0 0 0 -240px;
	border: 15px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
	background-color: transparent;
	z-index: 100;
}

.apmailer-head {
	background-color: #fff;
	padding: 5px 15px;
	border-bottom: 1px solid #ddd;
	text-align: right;
}

.apmailer-popup iframe {
	width: 100%;
	border: 0;
	min-height: 410px;
}

/* 7: Widgets > Google Custom Search */

#sidebar .widget-google-custom-search input[type="text"],
#sidebar .widget-google-custom-search input[type="text"]:focus {
	color: #333 !important;
}

/* 7: Widgets > List */

.widget-list ul,
.widget-linklist ul {
	list-style-type: disc;
}

.widget-list ol,
.widget-linklist ol {
	list-style-type: decimal;
}

.widget-list ul,
.widget-list ol,
.widget-linklist ul,
.widget-linklist ol {
	margin: 0 0 0 1em;
}

.widget-list ul li,
.widget-list ol li,
.widget-linklist ul li,
.widget-linklist ol li {
	margin: 0 0 0 1em;
	padding: 0.25em 0;
}

/* 7: Widgets > Navigation */

#header .menu,
#sidebar .menu,
#content .menu,
#footer .menu {
	margin: 0 0 1em 0;
}

#header .menu li a,
#sidebar .menu li a,
#content .menu li a,
#footer .menu li a {
	display: inline-block;
	padding: 0.25em 0;
}

#header .menu .sub-menu,
#sidebar .menu .sub-menu,
#content .menu .sub-menu,
#footer .menu .sub-menu {
	margin-left: 1em
}

#sidebar .menu li a:before,
#content .menu li a:before,
#footer .menu li a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.25em;
	content: "\f105";
}

#header .menu > li {
	float: left;
	margin: 0 1em 0 0;
}

#header .menu > li.menu-has-children {
	position: relative;
}

#header .menu > li.menu-has-children > a:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.25em;
	content: "\f0d7";
}

#header .menu .sub-menu {
	position: absolute;
	top: 26px;
	display: none;
	min-width: 220px;
	margin: 0;
	padding: 0;
	background-color: #eee;
	z-index: 1;
}

#header .menu li.menu-has-children:hover .sub-menu {
	display: block;
}

#header .menu .sub-menu li {
	display: block;
}

#header .menu .sub-menu li a {
	padding: 0.25em 1em;
}

#header .menu .sub-menu li a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.25em;
	content: "\f105";
}

/* 7: Widgets > Video e Google Maps */

.widget-video iframe,
.widget-maps .googlemaps {
	width: 100%;
}

#header .widget-video iframe,
#header .widget-maps .googlemaps,
#content .widget-video iframe,
#content .widget-maps .googlemaps,
#footer .widget-video iframe,
#footer .widget-maps .googlemaps {
	height: 380px;
}

#sidebar .widget-video iframe,
#sidebar .widget-maps .googlemaps {
	height: 180px;
}

/* 7: Widgets > vcard */

.vcard .given-name,
.vcard .additional-name {
	font-size: 1.25em;
    font-weight: 700;
}

.vcard .vgroup {
    margin-bottom: 0.5em;
}

.vcard .vlabel .fa {
	margin-right: 0.5em;
}

.vcard .org,
.vcard .street-address,
.vcard .locality,
.vcard .tel,
.vcard .mob,
.vcard .fax {
	display: inline-block;
	margin: 0 1em 0 0;
}

/* 7: Widgets > Chat & Newsletter */

.widget .av_newsletter {
	font-family: inherit;
	width: auto;
	color: inherit;
	font-size: inherit;
}

.widget .av_newsletter,
.altervista-chat {
	background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1em;
}

.widget .av_newsletter h3,
.altervista-chat h3 {
	font-size: 1.25em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 2em;
	position: relative;
}

.widget .av_newsletter h3:before,
.altervista-chat h3:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: absolute;
	top: 0;
	left: 0;
	font-size: 32px;
}

.altervista-chat h3:before {
	content: "\f086";
}

.widget .av_newsletter input[type="email"],
.altervista-chat input[type="text"] {
	min-width: 30%;
}

.widget .av_newsletter .disclaimer,
.altervista-copy {
	font-size: 	0.875em;
	margin: 0;
}

.widget .av_newsletter h3:before {
	content: "\f0e0";
}

.widget .av_newsletter input[type="email"],
.widget .av_newsletter input[type="submit"] {
	border: inherit;
	font-size: inherit;
}

.widget .av_newsletter label,
.widget .av_newsletter .desc2 {
	display: inline-block;
	padding: 0 0.5em;
	cursor: pointer;
}

.widget .av_newsletter .avrow {
    margin: 1em 0 0;
    padding: 0;
    text-align: left;
}

/* 7: Widgets > Imagegrid */

.widget-imagegrid {
	overflow: auto;
}

.widget-imagegrid figure {
	float: left;
	box-sizing: border-box;
	padding: .5em;
}

.widget-imagegrid figure img {
	display: block;
	margin: auto;
}

.widget-imagegrid-2 figure {
	width: 50%;
}

.widget-imagegrid-3 figure {
	width: 33.33333333%;
}

.widget-imagegrid-4 figure {
	width: 25%;
}

.widget-imagegrid-2 figure:nth-child(2n+1),
.widget-imagegrid-3 figure:nth-child(3n+1),
.widget-imagegrid-4 figure:nth-child(4n+1) {
	clear: left;
}

.widget-imagegrid figcaption {
	font-weight: bold;
}

.widget-imagegrid figcaption,
.widget-imagegrid p {
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}


/* 7: Widgets > Slider */

.slideshow-wrap {
	width: 550px;
	height: 470px;
	margin: auto;
	position: relative;
	font: 12px Arial, sans-serif;
	color: #3b3b3b
}

.slideshow-main {
	position: absolute;
	width: 520px;
	height: 360px;
	top: 15px;
	left: 15px;
}

.slideshow-show {
	position: absolute;
	width: 520px;
	height: 360px;
	top: 0;
	left: 0;
	overflow: hidden;
}

.slideshow-show div {
	position: absolute;
	width: 520px;
	height: 360px;
	background-position: center center;
	background-repeat: no-repeat;
}

.slideshow-title {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url(http://im.altervista.org/alterpages/slideshow/alpha.png) repeat transparent;
	color: #fff;
	height: 32px;
	width: 500px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	z-index: 1;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5)
}

/* Slider buttons */

.slideshow-move-prev,
.slideshow-move-next {
	position: absolute;
	width: 24px;
	height: 24px;
	text-align: center;
	cursor: pointer;
	bottom: 35px;
	line-height: 22px;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;;
	border-radius: 12px;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* ie8 + */
	filter: alpha(opacity=90); /* ie5-7 */
}

.slideshow-move-prev {left: 5px;background-image: url(http://im.altervista.org/alterpages/slideshow/arw-prev.png)}

.slideshow-move-next {right: 5px;background-image: url(http://im.altervista.org/alterpages/slideshow/arw-next.png)}

.slideshow-move-prev:hover,
.slideshow-move-next:hover {
	background-color: #222;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* ie8 + */
	filter: alpha(opacity=100); /* ie5-7 */
	}

.slideshow-move-left,
.slideshow-move-right,
.slideshow-link {
	display: none;
	position: absolute;
	top: 6px;
	width: 22px;
	height: 22px;
	color: white;
	z-index: 2;
	cursor: pointer;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* ie8 + */
	filter: alpha(opacity=90); /* ie5-7 */
}

.slideshow-link {
	right:82px;
	background: url(http://im.altervista.org/alterpages/slideshow/open.png) no-repeat transparent;
}

.slideshow-move-left {
	right:46px;
	background: url(http://im.altervista.org/alterpages/slideshow/arw-l.png) no-repeat transparent;
}

.slideshow-move-right {
	right:10px;
	background: url(http://im.altervista.org/alterpages/slideshow/arw-r.png) no-repeat transparent;
}

.slideshow-link:hover,
.slideshow-move-left:hover,
.slideshow-move-right:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* ie8 + */
	filter: alpha(opacity=100); /* ie5-7 */
}

/* Slider Preview */

.slideshow-previews {
	position: absolute;
	overflow: hidden;
	height: 74px;
	width: 530px;
	bottom: 10px;
	left: 10px;
}

.slideshow-previews > div {
	position: absolute;
	top: 0px;
}

.slideshow-previews > div > div {
	width: 90px;
	height: 62px;
	margin: 5px 6px;
	cursor: pointer;
	float: left;
	padding: 1px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important; /* ie8 + */
	filter: alpha(opacity=60) !important; /* ie5-7 */
}

.slideshow-previews > div > div.slideshow-preview-active {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; /* ie8 + */
	filter: alpha(opacity=100) !important; /* ie5-7 */
}

.slideshow-previews > div > div:hover {
	opacity: 1 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; /* ie8 + */
	filter: alpha(opacity=100) !important; /* ie5-7 */
}

/* Slider event */

.slideshow-wrap:hover .slideshow-move-left,
.slideshow-wrap:hover .slideshow-move-right,
.slideshow-wrap:hover .slideshow-title,
.slideshow-wrap:hover .slideshow-link {display: block}

/* Slider Dark */

.slideshow-dark {
	background: #000;
	color: #3b3b3b
}

.slideshow-dark .slideshow-previews > div > div {
	background-color: #000;
	border: 1px solid #eee;
}

.slideshow-dark .slideshow-main {
	background-color: #333;
}

.slideshow-dark .slideshow-preview-active {
	border: 1px solid #fff;
}

.slideshow-dark .slideshow-show div {
	background-color: #333;
}

/* Slider Light */

.slideshow-light {
	background: #efefef;
	color: #2b2b2b;
	border: 1px solid #c2c2c2;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.slideshow-light .slideshow-main {
	background-color: #fff;
	border: 1px solid #c2c2c2;
}

.slideshow-light .slideshow-previews > div > div {
	background-color: #fff;
	border: 1px solid #b2b2b2;
}

.slideshow-light .slideshow-preview-active {
	border: 1px solid #a2a2a2;
}

.slideshow-light .slideshow-show div {
	background-color: #333;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) inset;
    background-color: #fff;
}

/* Slider Minimal */

.slideshow-minimal {
	background: #fff;
	color: #2b2b2b;
	border: 1px solid #bbb;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.slideshow-minimal .slideshow-main {
	background-color: #fff;
	border: 1px solid #ddd;
}

.slideshow-minimal .slideshow-previews > div > div {
	background-color: #fff;
	border: 1px solid #bbb;
}

.slideshow-minimal .slideshow-preview-active {
	border: 1px solid #aaa;
}

.slideshow-minimal .slideshow-show div {
	background-color: #fff;
}

/* Slider New */

.ap-slider {
	position: relative;
}

.ap-slider.slideshow-thumbs {
	margin-bottom: 70px;
}

.ap-slider.slideshow-bullets {
	margin-bottom: 60px;
}

.ap-slider.slideshow-dark,
.ap-slider.slideshow-light {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.ap-slider .ap-viewport {
	overflow: hidden;
	position: relative;
}

#header .ap-slider .ap-viewport,
#content .ap-slider .ap-viewport,
#footer .ap-slider .ap-viewport {
	height: 360px;
}

#sidebar .ap-slider .ap-viewport {
	height: 180px;
}

.ap-slider .ap-slides {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ap-slider .ap-slides li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ap-slider .ap-slides li span {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: -44px;
	left: 0;
	width: 100%;
	padding: 5px 140px 5px 10px;
	height: 44px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	line-height: 34px;
	font-size: 0.875em;
	-webkit-transition: top 0.3s ease 0s;
	transition: top 0.3s ease 0s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ap-slider .ap-slides li.ap-slide-active {
	display: block;
	left: 0;
}

.ap-slider .ap-slides li.ap-slide-active-to-lx {
	animation: ap-slider-to-lx-top 1s ease-out;
	-webkit-animation: ap-slider-to-lx-top 1s ease-out;
	display: block;
	z-index: 2;
}

.ap-slider .ap-slides li.ap-slide-active-to-rx {
	animation: ap-slider-to-rx-top 1s ease-out;
	-webkit-animation: ap-slider-to-rx-top 1s ease-out;
	display: block;
	z-index: 2;
}

.ap-slider .ap-slides li.ap-slide-prev-to-lx {
	animation: ap-slider-to-lx-back 1s ease-out;
	-webkit-animation: ap-slider-to-lx-back 1s ease-out;
	display: block;
}

.ap-slider .ap-slides li.ap-slide-prev-to-rx {
	animation: ap-slider-to-rx-back 1s ease-out;
	-webkit-animation: ap-slider-to-rx-back 1s ease-out;
	display: block;
}

.ap-slider .ap-control-bullets,
.ap-slider .ap-direction-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ap-slider .ap-control-bullets {
    position: absolute;
    bottom: -40px;
    text-align: center;
    width: 100%;
    line-height: 16px;
}

.ap-slider .ap-control-bullets li {
	display: inline-block;
	margin: 0 0.25em;
}

.ap-slider .ap-control-bullets li a {
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -9999px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
}

.ap-slider .ap-control-bullets li a.ap-active {
	cursor: default;
}

.ap-slider .ap-thumbs {
	position: absolute;
	bottom: -70px;
	left: 0;
	overflow: hidden;
	width: 100%;
}

.ap-slider .ap-control-thumbs {
	list-style-type: none;
	height: 70px;
	overflow: hidden;
	margin: 0 35px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	font-size: 0;
	text-indent: 0;
	transition: text-indent 1s ease;
}

.ap-slider .ap-control-thumbs li {
	width: 90px;
	height: 60px;
	display: inline-block;
	margin: 5px 0;
	background-size: cover;
	background-position: center center;
	opacity: 0.4;
	margin-right: 5px;
	cursor: pointer;
}

.ap-slider .ap-control-thumbs li:hover,
.ap-slider .ap-control-thumbs li.ap-active {
	opacity: 1;
}

.ap-slider .ap-thumbs .ap-thumbs-left,
.ap-slider .ap-thumbs .ap-thumbs-right {
	position: absolute;
	top: 5px;
	width: 30px;
	height: 60px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	opacity: 1;
	z-index: 2;
	text-indent: 0;
}

.ap-slider .ap-thumbs .ap-thumbs-left {
	left: 0;
}

.ap-slider .ap-thumbs .ap-thumbs-right {
	right: 0;
}

.ap-slider .ap-thumbs .ap-thumbs-left .fa,
.ap-slider .ap-thumbs .ap-thumbs-right .fa {
	font-size: 14px;
	line-height: 60px;
	width: 100%;
	cursor: pointer;
}

.ap-slider .ap-direction-nav a {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    overflow: hidden;
    margin: 0;
    opacity: 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    z-index: 3;
    cursor: pointer;
    text-align: center;
    -webkit-transition: opacity 0.5s ease 0s;
	transition: opacity  0.5s ease 0s;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

.ap-slider .ap-direction-nav a:hover {
	background-color: rgba(0,0,0,0.7);
}

.ap-slider .ap-direction-nav .fa {
	color: #fff;
	font-size: 28px;
	line-height: 44px;
}

.ap-slider .ap-direction-nav .fa-search {
	font-size: 18px;
}

.ap-slider .ap-direction-nav .ap-slide-prev {
    right: 90px;
}

.ap-slider .ap-direction-nav .ap-slide-next {
    right: 45px;
}

.ap-slider .ap-direction-nav .ap-slide-zoom {
    right: 0;
}

.ap-slider:hover .ap-direction-nav a {
	opacity: .9;
}

.ap-slider:hover .ap-slides li span {
	top: 0;
}

/* News Slider */

.ap-news-slider {
	margin-bottom: 60px;
}

.ap-news-slider .ap-slides li {
	background-size: cover;
}

.ap-news-slider .ap-news {
	margin: 0;
	padding: 0.5em 1em;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.ap-news-slider .ap-news p {
	margin: 0.5em 0 0;
	color: #fff;
	font-size: 0.875em;
}

.ap-news-slider .ap-news h3 {
	font-weight: 700;
	font-size: 1.25em;
}

.ap-news-slider .ap-news h3,
.ap-news-slider .ap-news h3 a {
	color: #fff;
}

/*
.ap-news-slider .ap-control-bullets {
    bottom: 20px;
    z-index: 3;
    white-space: nowrap;
    text-indent: 0;
    font-size: 0;
}

.ap-news-slider .ap-control-bullets li {
	padding: 6px;
	margin: 0;
	background-color: rgba(0,0,0,.9);
}

.ap-news-slider .ap-control-bullets li:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-left: 12px;
}

.ap-news-slider .ap-control-bullets li:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-right: 12px;
}

.ap-news-slider .ap-control-bullets li a {
	background-color: rgba(255,255,255,0.9);
}
*/

.ap-news-slider .ap-direction-nav a {
	top: 50%;
	margin-top: -22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}

.ap-news-slider .ap-direction-nav .ap-slide-next {
	right: -44px;
	-webkit-transition: right 0.3s ease 0s;
	transition: right 0.3s ease 0s;
}

.ap-news-slider .ap-direction-nav .ap-slide-prev {
	left: -44px;
	-webkit-transition: left 0.3s ease 0s;
	transition: left 0.3s ease 0s;
}

.ap-news-slider:hover .ap-direction-nav .ap-slide-next {
	right: 10px;
}

.ap-news-slider:hover .ap-direction-nav .ap-slide-prev {
	left: 10px;
}


/* Slider Options */

.ap-slider.slideshow-contain .ap-slides li {
	background-size: contain;
}

.ap-slider.slideshow-cover .ap-slides li {
	background-size: cover;
}

.ap-slider.slideshow-dark .ap-viewport,
.ap-slider.slideshow-dark .ap-thumbs,
.ap-slider.slideshow-dark .ap-slides li {
	background-color: #000;
}

.ap-slider.slideshow-dark .ap-thumbs .ap-thumbs-left,
.ap-slider.slideshow-dark .ap-thumbs .ap-thumbs-right {
	background-color: rgba(0,0,0,0.2);
	color: #fff;
}

.ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left,
.ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right {
	background-color: rgba(0,0,0,0.1);
	color: rgba(0, 0, 0, 0.6);
}

.ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left:hover,
.ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right:hover {
	background-color: rgba(0,0,0,0.15);
}

.ap-slider.slideshow-light .ap-viewport,
.ap-slider.slideshow-light .ap-thumbs {
	background-color: transparent;
}

.ap-slider.slideshow-light .ap-slides li {
	background-color: #fff;
}

@keyframes ap-slider-to-rx-top  { from { left:-100%; } to { left: 0;   } }
@keyframes ap-slider-to-lx-top  { from { left: 100%; } to { left: 0;   } }
@keyframes ap-slider-to-rx-back { from { left: 0;opacity: 1; } to { left: 20%;opacity: 0; } }
@keyframes ap-slider-to-lx-back { from { left: 0;opacity: 1;    } to { left:-20%;opacity: 0; } }

@-webkit-keyframes ap-slider-to-rx-top  { from { left:-100%; } to { left: 0;   } }
@-webkit-keyframes ap-slider-to-lx-top  { from { left: 100%; } to { left: 0;   } }
@-webkit-keyframes ap-slider-to-rx-back { from { left: 0;opacity: 1;    } to { left: 20%;opacity: 0; } }
@-webkit-keyframes ap-slider-to-lx-back { from { left: 0;opacity: 1;    } to { left:-20%;opacity: 0; } }

/* Lightbox */

.ap-lightbox {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.9);
	z-index: 999;
	cursor: pointer;
	text-align: center;
}

.ap-lightbox img {
	display: block;
	max-width: 90%;
	max-height: 85%;
	height: auto;
	margin: 2.5% auto 0;
}

.ap-lightbox i {
	color: white;
	margin-top: 2em;
	font-size: 6em;
}

.ap-lightbox:before {
	position: absolute;
	top: 2.5%;
	right: 2.5%;

	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 28px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	content: "\f00d";
	color: #eee;
}

.ap-lightbox:before:hover {
	color: #fff;
}

.ap-lightbox.ap-active {
	display: block;
}

.ap-lightbox div {
	position: absolute;
	bottom: 2%;
	left: 0;
	width: 90%;
	padding: 0 5%;
}

.ap-lightbox h6 {
	font-size: 1.2rem;
	font-weight: bold;
}

.ap-lightbox h6,
.ap-lightbox p {
	width: 100%;
	color: white;
	margin: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/**
 * 7: Widgets > Social
 */

.widget-social {
	text-align: center;
}

#header .ap-socialwidget,
#content .ap-socialwidget,
#sidebar .ap-socialwidget,
#footer .ap-socialwidget {
	margin: 1rem .5rem;
	padding: 3px;
	display: inline-block;
	border-radius: 3px;
	color: white;
	text-align: center;
	text-decoration: none !important;
	width: 4rem;
	vertical-align: middle;
}

.ap-socialwidget i {
	font-size: 1.4rem;
	display: block;
	margin: 1.5rem 1rem;
}

.ap-socialwidget span {
	display: none
}

.ap-socialwidget-facebook { background: #3b5998 }
.ap-socialwidget-googleplus { background: #dd4b39 }
.ap-socialwidget-twitter { background: #00aced }
.ap-socialwidget-linkedin { background: #0077b5 }
.ap-socialwidget-pinterest { background: #cb2027 }
.ap-socialwidget-whatsapp { background: #4dc247 }
.ap-socialwidget-telegram { background: #0088cc }

/**
 * 8: Styles
 */

/* Site Paged */

.site-paged #page {
	max-width: 1020px;
	margin: 30px auto;
}

.site-paged .site-navigation .menu > li > a:before {
    border-top: 5px solid transparent;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.site-paged .site-navigation .menu > li:hover > a:before {
    content: "";
    border-top-color: rgba(0,0,0,0.2);
}

.site-paged .site-navigation .menu ul li:hover a {
    background-color: rgba(0,0,0,0.2);
}

.site-paged #sidebar h1,
.site-paged #sidebar h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Site Boxed */

.site-boxed .site-navigation .menu > li > a:before {
    border-top: 5px solid transparent;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.site-boxed .site-navigation .menu > li:hover > a:before {
    content: "";
    border-top-color: rgba(0,0,0,0.2);
}

.site-boxed .site-navigation .menu ul li:hover a {
    background-color: rgba(0,0,0,0.2);
}

.site-boxed #sidebar h1,
.site-boxed #sidebar h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* Site Full Width */

.site-fullwidth h2 {
	text-transform: uppercase;
}

.site-fullwidth .site-navigation .menu > li > a:before {
    border-top: 5px solid transparent;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.site-fullwidth .site-navigation .menu > li:hover > a:before {
    content: "";
    border-top-color: rgba(0,0,0,0.2);
}

.site-fullwidth .site-navigation .menu ul li:hover a {
    background-color: rgba(0,0,0,0.2);
}

.site-fullwidth #sidebar h1,
.site-fullwidth #sidebar h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

/* Site Minimal */

.site-minimal .site-navigation #navigation {
	background-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-width: 2px;
}

.site-minimal .site-navigation .menu > li > a {
    position: relative;
}

.site-minimal .site-navigation .menu > li > a:before {
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    bottom: -2px;
    border-top: 2px solid transparent;
    z-index: 2;
}

.site-minimal .site-navigation .menu > li:hover > a:before {
	content: "";
}

.site-minimal .site-navigation .menu ul {
	border-style: solid;
	border-width: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.site-minimal .site-navigation .menu ul a {
	padding: 8px 10px;
}

.site-minimal .site-navigation .menu ul li {
	border-top-width: 1px;
	border-top-style: solid;
}

.site-minimal #sidebar .widget {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

.site-minimal #sidebar .widget-title {
	border: 0;
	padding: 0;
	background: transparent;
}

.site-minimal #sidebar h1,
.site-minimal #sidebar h2 {
	border-bottom: 0;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}

.site-minimal input[type="button"],
.site-minimal input[type="submit"],
.site-minimal button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

/**
 * 9: Iubenda
 */

#iubenda-cs-banner {
	top: 0!important;
	left: 0!important;
	position: fixed!important;
	width: 100%!important;
	z-index: 99999998!important;
	background: #000;
	background: rgba(0, 0, 0, .85)
}
.iubenda-cs-content {
	display: block;
	margin: 0 auto;
	padding: 10px 50px 10px 20px;
	width: auto;
	font-family: Helvetica, Arial, FreeSans, sans-serif;
	font-size: 12px;
	color: #fff!important
}
.iubenda-cs-rationale {
	max-width: 900px;
	position: relative;
	margin: 0 auto
}
.iubenda-banner-content>p {
	font-family: Helvetica, Arial, FreeSans, sans-serif;
	line-height: 1.5
}
.iubenda-cs-close-btn {
	color: #fff!important;
	text-decoration: none;
	font-size: 12px;
	position: absolute;
	top: -5px;
	right: -20px;
	border: 1px solid #fff!important;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px
}
.iubenda-cs-cookie-policy-lnk {
	text-decoration: underline;
	color: #fff!important;
	font-size: 12px;
	font-weight: 900
}

/**
 * 10: Media Queries
 */

@media (min-width: 1280px) {
	.container {
	max-width: 1140px;
	}
	.header-area,
	.navigation-area,
	.content-area,
	.sidebar-area,
	.footer-area,
	.main-area {
	padding: 0 20px;
	}
	.site-header {
	padding: 40px 0 20px;
	}
	.site-content,
	.site-footer {
	margin-top: 40px;
	}
	#sidebar .widget-adv {
	margin-left: auto;
	margin-right: auto;
	}
	.layout2 #sidebar {
	margin-top: 40px;
	}
	.site-info {
	padding: 20px 0;
	}
	.align-left {
	margin-right: 1.250em;
	}
	.align-right {
	margin-left: 1.250em;
	}
	.img-medium {
	max-width: 360px;
	}
	#header .widget-video iframe,
	#header .widget-maps .googlemaps,
	#content .widget-video iframe,
	#content .widget-maps .googlemaps,
	#footer .widget-video iframe,
	#footer .widget-maps .googlemaps,
	#header .ap-slider .ap-viewport,
	#content .ap-slider .ap-viewport,
	#footer .ap-slider .ap-viewport {
	height: 440px;
	}
	/* Styles */
	.site-paged #page {
	max-width: 1180px;
	}
	.site-minimal #sidebar .widget {
	padding: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.container {
	max-width: 750px;
	}
	/* Styles */
	.site-paged #page {
	max-width: 780px;
	}
	.layout1 .content-area,
	.layout2 .main-area,
	.layout1 .sidebar-area,
	.layout2 .sidebar-area {
	float: none;
	width: 100%;
	}
	.widget-imagegrid-3 figure,
	.widget-imagegrid-4 figure
	{
	width: 50%;
	}
	.widget-imagegrid-3 figure:nth-child(2n+1),
	.widget-imagegrid-4 figure:nth-child(2n+1) {
	clear: left;
	}
	.widget-imagegrid-3 figure:nth-child(3n+1), .widget-imagegrid-4 figure:nth-child(4n+1) {
	clear: none;
	}
}

@media (max-width: 767px) {
	.container {
	max-width: 80%;
	}
	.header-area,
	.navigation-area,
	.content-area,
	.sidebar-area,
	.footer-area,
	.main-area,
	.sidebar-small .content-area,
	.sidebar-small .sidebar-area,
	.sidebar-small .main-area {
	width: 100%;
	float: none;
	padding: 0;
	}
	.site-header {
	padding: 5% 0 2.5%;
	}
	.site-content,
	.site-footer {
	margin-top: 5%;
	}
	.layout2 #sidebar {
	margin-top: 5%;
	}
	#content .widget-title {
	margin-bottom: 0.5em;
	}
	#sidebar h1,
	#sidebar h2 {
	padding-bottom: 0.25em;
	}
	#header .widget-video iframe,
	#header .widget-maps .googlemaps,
	#content .widget-video iframe,
	#content .widget-maps .googlemaps,
	#footer .widget-video iframe,
	#footer .widget-maps .googlemaps,
	#sidebar .widget-video iframe,
	#sidebar .widget-maps .googlemaps,
	#header .ap-slider .ap-viewport,
	#content .ap-slider .ap-viewport,
	#footer .ap-slider .ap-viewport,
	#sidebar .ap-slider .ap-viewport {
	height: 320px;
	}
	/* Styles */
	.site-paged #page {
	max-width: 100%;
	margin: auto;
	}
	.site-minimal #sidebar .widget {
	padding: 5%;
	}
	.widget-no-mobile {
	display: none;
	}
	.widget-imagegrid figure {
		float: none;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 480px) {
	body {
	min-width: 320px;
	}
	.container {
	max-width: 90%;
	}
	/* Logo */
	.logo-title {
	padding: 0 !important;
	}
	.site-logo {
	text-align: center;
	}
	.site-logo img {
	float: none;
	margin: 0 auto 0.5em;
	max-width: 100%;
	}
	#sidebar .widget-contact input[type=submit],
	.widget-contact input[type=submit],
	.widget-contact input[type="email"],
	.widget-contact input[type="date"],
	.widget-contact input[type="password"],
	.widget-contact input[type="text"],
	.widget-contact textarea {
	width: 100%
	}
	.altervista-chat input[type="text"],
	.widget .av_newsletter input[type="email"] {
	margin-bottom: 0.5em;
	}
	.altervista-chat input[type="text"],
	.altervista-chat input[type="submit"],
	.widget .av_newsletter input[type="email"],
	.widget .av_newsletter input[type="submit"] {
	width: 100%;
	}
	.ap-news-descr {
	display: none;
	}
	.ap-news-slider .ap-direction-nav .ap-slide-next {
	right: 10px;
	}
	.ap-news-slider .ap-direction-nav .ap-slide-prev {
	left: 10px;
	}
	#header .widget-video iframe,
	#header .widget-maps .googlemaps,
	#content .widget-video iframe,
	#content .widget-maps .googlemaps,
	#footer .widget-video iframe,
	#footer .widget-maps .googlemaps,
	#sidebar .widget-video iframe,
	#sidebar .widget-maps .googlemaps,
	#header .ap-slider .ap-viewport,
	#content .ap-slider .ap-viewport,
	#footer .ap-slider .ap-viewport,
	#sidebar .ap-slider .ap-viewport {
	height: 220px;
	}
	.align-left,
	.align-right,
	.align-center {
	float: none;
	display: block;
	margin: 0 auto 0.5em;
	}
	.img-small,
	.img-medium,
	.img-full {
	max-width: 100%;
	height: auto;
	}
	.ap-slider .ap-direction-nav a {
	opacity: .9;
	}
	.ap-slider .ap-slides li span {
	top: 0;
	}
	.widget-imagegrid figure {
	float: none;
	width: 100%;
	text-align: center;
	}
}

@media (max-width: 320px) {
	.container {
	max-width: 300px;
	}
	#navigation-mobile .menu-toggle {
	left: 10px;
	margin: 0;
	}
	#navigation-mobile .navigation-mobile-area {
	padding: 10px;
	}
	.widget-imagegrid figure {
	float: none;
	width: 100%;
	text-align: center;
	}
}

/* Mobile Device */

@media (max-device-width: 480px) {
	body {
	padding-top: 50px;
	}
	#navigation-mobile {
	display: block;
	}
	.site-navigation,
	#header .menu {
	display: none;
	}
	.widget-imagegrid figure {
	float: none;
	width: 100%;
	text-align: center;
	}
}
