/*!
Theme Name: Template Sonic2
Theme URI: http://underscores.me/
Author: Simone Scala
Author URI: http://underscores.me/
Description: Template CSART
Version: 1.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: csartmanagement.com
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.



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;
	background: #FFF !important;
}

/**
 * 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 */
	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: #000;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

p {
	font-size: 1em;
	color: #404040;
}

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

h1, h2 {
	font-family: 'Raleway', sans-serif;
	    font-size: 1.8rem;
}

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%;
}
/*
.description {
    padding: 15px;
}*/

/*--------------------------------------------------------------
# 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;
}

/*img {
    max-width: 100%;
    height: auto;
}*/

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: #0075a4;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* === login form === */

.form-style-1 {
    margin: 10px auto;
    max-width: 500px;
    padding: 20px 12px 10px 20px;
}
ul {
    list-style: disc;
}

*, *:before, *:after {
    box-sizing: inherit;
}

user agent stylesheet
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

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

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## 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 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;
	}
}

.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%;
}

#head1 {
	background-image: url('assets/img/Panosphere_03bis.jpg');
    color: #fff;
  color: rgba(255, 255, 255, 0.7);
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
	
}

#head2 {
	background-image: url('assets/img/Panosphere_04bis.jpg');
    color: #fff;
  color: rgba(255, 255, 255, 0.7);
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
	
}

#head3 {
	background-image: url('assets/img/Panosphere_07bis.jpg');
    color: #fff;
  color: rgba(255, 255, 255, 0.7);
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
	
}

#headCorsi {
	background-image: url('assets/img/corsi.jpg');
    color: #fff;
  color: rgba(255, 255, 255, 0.7);
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
	
}

#headStaff {
	background-image: url('assets/img/staff.jpg');
    color: #fff;
  color: rgba(255, 255, 255, 0.7);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
	
}

#headOrario{
	background-image: url('assets/img/orario.jpg');
    color: #fff;
  color: rgba(255, 255, 255, 0.7);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
	
}

.call-to-action {
  padding: 640px 0;
  text-align: center;
  color: white;
  background-color: #222;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}

@media screen and (max-width : 768px) {
	
	#head1 {
		background-image: url('assets/img/Panosphere_03bis.jpg');
		color: #fff;
	  color: rgba(255, 255, 255, 0.7);
	 -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-attachment: inherit;
	  background-position: center;
	  background-repeat: no-repeat;
		
	}

	#head2 {
		background-image: url('assets/img/Panosphere_04bis.jpg');
		color: #fff;
	  color: rgba(255, 255, 255, 0.7);
	   -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-attachment: inherit;
	  background-position: center;
	  background-repeat: no-repeat;
		
	}

	#head3 {
		background-image: url('assets/img/Panosphere_07bis.jpg');
		color: #fff;
	  color: rgba(255, 255, 255, 0.7);
	   -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-attachment: inherit;
	  background-position: center;
	  background-repeat: no-repeat;
		
	}
	
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	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;
	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: inline;
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.alignright {
	display: inline;
	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;
}

.post,
.page {
	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%;
    border: none;
    padding: 0;
}

/* 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;
}

/* === My CSS === */

/* COLOUR REFERENCES

Rosa:		#C0C0C0
Viola:		#641F5E
Rosa logo:	#C0C0C0


*/


#wpadminbar .ab-sub-wrapper, #wpadminbar ul, #wpadminbar ul li {
    background: 0 0;
    clear: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: 0;
    z-index: 99999;
    display: block;
}

/* ==== GENERAL ==== */

body {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
    background: whitesmoke;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-weight: 400;
}

/* ==== GLOBAL ==== */

h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

h1 {
	font-size: 3em;
}

h1,h2 {
	margin: 0 0 10px;
	font-weight: 300;
}

h1 span, h2 span {
    color: #C0C0C0;
}

h3 {
	margin: 20px 0;
	font-weight: 400;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}

p {
	margin: 0 0 15px;
}

p span {
	color: #C0C0C0;
}

section {
	padding: 4rem 0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
    padding: 0;
}

a:link, a:visited {
	color: #C0C0C0;
	transition: .3s;
	transition-property: initial;
	transition-duration: .3s;
	transition-timing-function: initial;
	transition-delay: initial;
	-moz-transition: .3s;
	-moz-transition-property: initial;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: initial;
	-moz-transition-delay: initial;
	-webkit-transition: .3s;
	-webkit-transition-property: initial;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
}

a:hover {
	text-decoration: none;
	color: #000000;
	transition: .3s;
	transition-property: initial;
	transition-duration: .3s;
	transition-timing-function: initial;
	transition-delay: initial;
	-moz-transition: .3s;
	-moz-transition-property: initial;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: initial;
	-moz-transition-delay: initial;
	-webkit-transition: .3s;
	-webkit-transition-property: initial;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
}

section h1 {
    text-align: center;
}

li span {
    color: #C0C0C0;
}

button:focus {
	outline: none;
	outline: -webkit-focus-ring-color auto 0;
}


/* underline hover effect */

.underline {
    position: relative;
    font-weight: 600 !important;
}

.underline i {
    color: #C0C0C0;
	transition: .3s;
	transition-property: initial;
	transition-duration: .3s;
	transition-timing-function: initial
	;transition-delay: initial;
	-moz-transition: .3s;
	-moz-transition-property: initial;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: initial;
	-moz-transition-delay: initial;
	-webkit-transition: .3s;
	-webkit-transition-property: initial;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
}

.underline:hover i {
    color: #404040;
	transition: .3s;
	transition-property: initial;
	transition-duration: .3s;
	transition-timing-function: initial
	;transition-delay: initial;
	-moz-transition: .3s;
	-moz-transition-property: initial;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: initial;
	-moz-transition-delay: initial;
	-webkit-transition: .3s;
	-webkit-transition-property: initial;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
}

.underline:hover {
    color: #404040 !important;
}

.underline:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    bottom: -.3rem;
    left: 0;
    background: #fff;
	transition: .3s;
	transition-property: initial;
	transition-duration: .3s;
	transition-timing-function: initial
	;transition-delay: initial;
	-moz-transition: .3s;
	-moz-transition-property: initial;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: initial;
	-moz-transition-delay: initial;
	-webkit-transition: .3s;
	-webkit-transition-property: initial;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
}

.underline:hover:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -.3rem;
    left: 0;
    background: #404040;
    transition: .3s;
    transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

/*list style font awesome icon*/

ul {
  list-style: none;
  padding: 0;
}

li {
    padding-left: 1.3em;
    display: -webkit-box;
    position: relative;
}

li:before {
    /*content: "\f054";*/
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-weight: 700;
}

/* === blockquote === */

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #C0C0C0;
    margin: 1.5em 10px;
    padding: 2em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    text-align: center;
    position: relative;
    font-size: 1.3em;
}

blockquote:before {
	color: #C0C0C0;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote:after {
    color: #C0C0C0;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.5em;
}

blockquote p {
	display: inline;
}

blockquote em {
    position: absolute;
    bottom: 0;
    right: 1rem;
}

/* === 	TOP BAR === */

section#top-bar {
    height: 2rem;
    padding: 0;
    background: #C0C0C0;
    display: flex;
    align-items: center;
}

.row.topbar {
    display: flex;
    align-items: center;
}

a.socialBarIcon {
    color: white;
}

a.socialBarIcon i {
	transition: .3s;
    transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

a.socialBarIcon i:hover {
    transform: scale(1.3);
	transition: .3s;
    transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

/*search field in brand bar*/

.topbar input.search-field {
    font-size: .7em;
    border-color: #C0C0C0;
    border: 1px solid #C0C0C0;
    color: #666;
    height: 2rem;
    background: transparent;
    padding: 1rem;
}

.topbar input.search-submit {
	display: none;
}

form#headersearch {
    float: right;
}

col-lg-2.searchform {
    display: flex;
    align-items: center;
}

.col-lg-2.searchform label {
    margin: 0;
}

.col-lg-2.searchform {
    display: flex;
    align-items: center;
    justify-content: end;
}

/* ==== NAVBAR ==== */

.collapse.navbar-collapse {
    justify-content: flex-end;
    z-index: 9999;
}

/*megamenu inizio*/

.menutoggle {
    background: transparent;
    border: unset;
    padding: 0 1rem 0 0;
    font-size: .9em;
    color: #404040;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
	transition: .3s;
    transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

.menutoggle:hover {
    color: #C0C0C0;
	transition: .3s;
    transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

.menutoggle:before {
    top: 3px;
}

.fasimenu {
    padding: 2rem 1.3rem 1rem !important;
    width: 34rem !important;
    top: 1rem !important;
}

.fasimenu p {
    color: white;
    font-size: .9em;
    font-weight: 700;
    margin-bottom: 4px;
}

.fasimenu a {
    display: -webkit-box;
    font-size: .85em;
    font-weight: 500;
}

.fasimenu a:hover {
    color: #C0C0C0;
}

.sottofase {
margin-bottom: 1rem;
}

/*megamenu fine*/

.row.brandrow {
    display: flex;
    align-items: center;
}

div#brand-container {
    padding: 0 3rem;
}

a.navbar-brand {
    width: 100%;
    text-align: left;
}

ul#menu-mainmenu li:before, ul#menu-mainmenu-1 li:before {
    display: none;
}

.col-lg-7.brandImg {
    position: relative;
}

a.navbar-brand img {
    height: 8vh;
    width: auto;
    margin-left: 2rem;
}

/*
a.navbar-brand img {
    height: 14vh;
    left: 0;
    z-index: 1;
    position: absolute;
}
*/
#brand {
    background: #C0C0C0;
    padding: 0;
    height: 12vh;
    display: flex;
    align-items: center;
}

a.navbar-brand h1 {
    font-size: 2em;
    color: #000000;
    margin: 0;
    text-align: left;
}

a.navbar-brand h4 {
    color: #4A2343;
    font-weight: 100;
    margin: 0;
}

a.navbar-brand h1:link {
    color: white;
}

section#brand p {
    margin: 0;
    font-size: .7em;
    color: #6f6f6f;
}

.col-lg-4.directions {
    text-align: right;
}

.col-lg-9.directions {
    display: flex;
    align-items: center;
    text-align: left;
}

.directions img {
    height: 2.5rem !important;
    position: unset !important;
    filter: saturate(8);
}

.row.navlogos {
    height: 100%;
    display: flex;
    align-items: center;
}

.directions h6 {
    font-size: .8em;
    font-weight: 600;
	margin: 0;
}

.hamburger {
	display: none;
}

nav#navToreduce {
	margin-top: -4rem;
}


nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    height: 5rem;
    transition: .3s;
    transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
    background-color: #40556f!important;
	border-bottom: 2px solid #fcc707;
}

.menu-item-object-category {
    height: 5rem;
    display: flex !important;
    align-items: center;
    font-size: .9em;
    font-weight: 600;
}

.menu-item-object-category:hover a {
    color: white !important;
}

li.nav-item.dropdown.menu-item a:hover {
    color: #C0C0C0;
}

.menu-item-object-category a:hover {
    color: #C0C0C0 !important;
}

.nav-link {
    position: relative;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page {
	position: relative;
}

.menu-item.menu-item-type-post_type.menu-item-object-page a {
    color: #FFFFFF;
    height: 4rem;
    display: flex !important;
    align-items: center;
    font-size: 1em;
    font-weight: 400;
	font-style: normal;
	font-family: Montserrat, sans-serif !important;
}

.menu-item.menu-item-type-post_type.menu-item-object-page a:hover {
    color: #COCOCO !important;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom a {
	color: #FFF !important;
    height: 4rem;
    display: flex !important;
    align-items: center;
    font-size: 1em;
    font-weight: 400;
	font-style: normal;
	font-family: Montserrat, sans-serif;
}

ul.dropdown-menu.show .menu-item.menu-item-type-post_type.menu-item-object-page a {
    color: #71B0B4 !important;
    padding-right: 1rem;
    font-weight: 500;
    font-size: 1em;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom a:hover {
    color: #71B0B4 !important;
}

ul.dropdown-menu.show .menu-item.menu-item-type-post_type.menu-item-object-page a:hover {
    color: #71B0B4 !important;
}

.fissotop {
    opacity: 0;
    transition: .5s;
    transition-property: initial;
    transition-duration: .5s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .5s;
    -moz-transition-property: initial;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .5s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top.has-megamenu.fissotop.scrolled-nav {
    background: #40556f !important;
}

input.form-control.mr-sm-2 {
    margin: 0 1rem;
    font-size: 1em;
    background: whitesmoke;
    width: -webkit-fill-available;
}

i.fas.fa-search {
    position: absolute;
    right: 2rem;
    color: #000000;
}

.dropdown-menu.show {
    background: #29303b;
    padding: 3rem;
    border-radius: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.dropdown-menu:before {
    background-color: #29303b;
}

.navbar .dropdown-menu.show {
    width: max-content;
    box-shadow: unset;
    padding: 1rem 0;
}

@supports (-ms-ime-align:auto) {

	    .navbar .dropdown-menu.show {
	    min-width: 20rem;
	}
}

.navbar .dropdown-menu .link-list-wrapper ul li a span {
    color: #333333;
}

.navbar .dropdown-menu .link-list-wrapper ul li a:hover span {
    text-decoration: none;
	color: #187ac1;
}

li.nav-item {
    font-weight: 400;
}

.navbar .dropdown-menu .link-list-wrapper ul li a span {
    color: #333333;
    text-indent: -.4em;
    padding-left: .8em;
}

.navbar .dropdown-menu .link-list-wrapper ul li a span i {
    color: #333333;
}

li.nav-item.dropdown.menu-item a {
    color: #fff;
    height: 4rem;
    display: flex !important;
    align-items: center;
    font-size: 1em;
    margin: 0 1rem;
}

li.current-menu-item a {
    color: #fcc707 !important;
    height: 4rem;
	font-weight: bold !important;
    display: flex !important;
    align-items: center;
    font-size: 1em;
}

.menu-item.menu-item-type-post_type.menu-item-object-page a:hover {
    color: #fff  !important;
}

li.current-menu-item a:hover {
	color: #fff !important;
}

ul.dropdown-menu.show {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

ul.dropdown-menu.show a {
    height: 2.5rem !important;
	color: #4A2343 !important;
}

ul.dropdown-menu.show a:hover {
    color: #34c5ce !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    background: white;
    color: #011d4d !important;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
    height: 4rem;
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #34c5ce !IMPORTANT;
}

.navbar-light .navbar-nav .show>.nav-link {
    background: white;
}

.navbar-light .navbar-nav .nav-link:focus {
    background: white;
}

.dropdown-menu.nopadding.show {
    padding: 0;
    width: max-content;
    box-shadow: 0 20px 20px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.14);
}

.megamenu .dropdown-menu.show {
    box-shadow: 0 20px 20px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.14);
}

.dropdown-menu.nopadding.show a {
    color: black !important;
    font-size: .9em;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #187ac1 !important;
    text-decoration: none;
    background-color: transparent;
}

form.form-inline.my-2.my-lg-0 {
    height: 100%;
    float: right;
    width: -webkit-fill-available;
}

a.dropdown-toggle:after {
    content: '';
}

/*new dropdown*/

ul.dropdown-menu.show li a {
    color: white !important;
    padding-bottom: 0 1rem;
}

/* === SOCIAL BAR === */

.col-sm-2.socialBar .socialIcon i {
    color: #29303b;
}

.col-sm-2.socialBar .socialIcon i:hover {
    color: #C0C0C0 !important;
    transform: scale(1.3) rotate(0deg);
}

/*font awesome icon for menu*/

.dropdown-toggle:before {
	content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 4px;
    font-size: .7em;
}

/* === SCROLLED NAVBAR === */

.scrolled-nav {
    opacity: 1;
    transition: .5s;
    transition-property: initial;
    transition-duration: .5s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .5s;
    -moz-transition-property: initial;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .5s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

.scrolled-nav ul li a {
    transition: .3s;
    transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light img {

}

#navToreduce img {
    position: unset !important;
    height: auto !important;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.scrolled-nav {
    -webkit-box-shadow: 0px 8px 8px 2px rgba(0,0,0,0.14);
    box-shadow: 0px 8px 8px 2px rgba(0,0,0,0.14);
    margin-top: 0px !important;
}

.scrolled-nav input[type=search] {
    border-bottom: 1px solid #fff;
    transition: .3s;
    transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
}

/* ==== HERO ==== */

#hero {
    height: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}

section#hero:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

h1.page-title {
    margin: 0;
    position: relative;
    z-index: 1;
}

h1.page-title:after {
    height: 2px;
    width: 10rem;
    background: #f5f5f5;
    position: absolute;
    display: block;
    top: 50%;
    right: -12rem;
    content: '';
}

h1.page-title:before {
    height: 2px;
    width: 10rem;
    background: #f5f5f5;
    position: absolute;
    display: block;
    top: 50%;
    left: -12rem;
    content: '';
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ==== LOADING ==== */

#loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100000;
    overflow: hidden;
    background-color: #fff !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#loader .loading {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid #fcc707;
    border-top-color: #40556f;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: width, height;
    -o-transition-property: width, height;
    transition-property: width, height;
}
          

#loader.done .loading {
    width: 0px;
    height: 0px;
    border: 0px solid rgba(255, 255, 255, 0.2);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: width, height, border;
    -o-transition-property: width, height, border;
    transition-property: width, height, border;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

/* ==== SLIDER SECTION ==== */

section#slider-section {
    padding: 0;
    margin-top: 1rem;
}

.swiper-slide {
    /*height: 76vh !important;*/
	height: 550px !important;
    background-position: center;
    background-size: cover;
}

.parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
  }
  
  #navToreduce2 {
	
	margin-right:5px !important;
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
      .call-to-action .masthead-img {
        width: 100%;
		z-index: 0;
		/*position: relative;*/
		position: absolute;
		top: -323px;
		left: 0;
		max-width: 440px; }
		.call-to-action .masthead-subtitle {
			font-size: 2.3rem;
			z-index: 2;
			line-height: 1.5rem;
			top: -480px;
			left: 29px;	}
  }

@media (min-width: 992px) {
      .call-to-action .masthead-img {
        width: 100%;
		z-index: 0;
		/*position: relative;*/
		position: absolute;
		top: -468px;
		right: -88px;
		max-width: 440px; }
		.call-to-action .masthead-subtitle {
    font-size: 1.9rem;
	z-index: 2;
    line-height: 1.5rem;
top: -320px;
  right: -57px;
  /*left: 29px;*/	}
  }
  
		
@media (max-width: 991px) {
  .call-to-action .masthead-img {
    max-width: 210px;
    z-index: 0;
    position: relative;
    max-height: 293px;
    top: -78px;
  }
 .call-to-action .masthead-subtitle {
    position: relative;
    left: 2px;
    right: auto;
    top: 0;
    transform: none;

    display: block;
    width: 100%;
    text-align: center;

    font-size: 1rem;
    margin: 0 auto;
  }

}
	
}	
		

@media only screen and (min-device-width: 300px) and (max-device-width: 468px) {
      .call-to-action .masthead-img {
        max-width: 150px;
		z-index: 2;
		position: relative;
        max-height: auto }
		.call-to-action .masthead-subtitle {
    font-size: 1rem;
  }
  #navToreduce2 {
	
	margin-right:13px !important;
}
	
      }
		
		
.slider-box1 {
    width: 40%;
	background:#C0C0C0;
    position: absolute;
    left: 10%;
    text-align: left;
	bottom: 60%;
	color: #FFF;
	z-index: 200;
}
.slider-box1 h4{
	font-size: 1.2em;
	margin: 10px;
	font-weight: 300;
}
.slider-box2 {
    font-size: 1.1em;
    width: 40%;
	background:#C0C0C0;
    position: absolute;
    left: 10%;
    text-align: left;
	color: #000;
	background: #FFF;
	height: 130px;
}

.slider-box2 h6{
	font-size: 1.1em;
	margin: 0 10px 10px 10px;
	font-weight: 300;
}

@media screen and (max-width : 478px) {
	.slider-box1 {
		width: 80%;
		background:#C0C0C0DE;
		position: absolute;
		left: 10%;
		text-align: left;
		bottom: 18%;
		color: #FFF;
		z-index: 200;
	}
	.slider-box1 h4{
		font-size: 1.2em;
		/*margin: 10px 10px 3px 10px;*/
	}
	.slider-box2 {
		font-size: 0.8em;
		width: 80%;
		background:#C0C0C0;
		position: absolute;
		left: 10%;
		text-align: left;
		bottom: 15%;
		color: #000;
		background: #FFF;
		height: 115px;
		display:none;
	}

	.slider-box2 h6{
		font-size: 1em !important;
		font-weight: 400;
		display:none;
	}
	.call-to-action {
	  padding: 140px 0;
	}
	.cid-qDkElXG1JD {
	  padding-top: 82px !important;
	}
	.display-2 {
    font-size: 1.6rem !important;
	}
}

@media screen and (max-width: 900px) and (min-width: 479px) {
	.slider-box1 {
		width: 80%;
		background:#C0C0C0DE;
		position: absolute;
		left: 8%;
		text-align: left;
		bottom: 18%;
		color: #FFF;
		z-index: 200;
	}
	.slider-box1 h4{
		font-size: 1.2em;
		/*margin: 10px 10px 3px 10px;*/
	}
	.slider-box2 {
		font-size: 0.8em;
		width: 80%;
		background:#C0C0C0;
		position: absolute;
		left: 8%;
		text-align: left;
		bottom: 30%;
		color: #000;
		background: #FFF;
		height: 115px;
		display:none;
	}

	.slider-box2 h6{
		font-size: 1em !important;
		font-weight: 400;
		display:none;
	}
	.call-to-action {
	  padding: 120px 0;
	}
}

.slider-content {
    background: rgba(121, 113, 113, 0.31);
    color: #f5f5f5;
    position: absolute;
    bottom: 0;
    width: 100vw;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.slideLink {
    display: block;
    color: #FFF;
    font-weight: 300;
    font-size: .8em;
}

a.slideLink:hover {
    color: #fff;
}

.bkg-slide {
    height: -webkit-fill-available;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.swiper-pagination.slider {
    display: block;
    margin: 1rem auto;
    width: 100% !important
}

.container.slider {
    position: relative;
}

.swiper-button-next:focus, .swiper-button-prev:focus {
    outline: none;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
}

.swiper-pagination-bullet-active {
    background: #187ac1 !important;
}

.swiper-button-next, .swiper-button-prev {
    background: none;
}

.swiper-button-next i, .swiper-button-prev i {
    font-size: 3rem;
    width: 2rem;
    color: #C0C0C0;
}
.slider-content h6
.swiper-button-prev i {
    text-align: left;
}

.swiper-button-next i {
    text-align: center;
}

/* === INTRO TEST === */

section#section-introtest {
    position: relative;
    background: url(assets/img/testintrobkg.png) no-repeat;
    background-position: bottom left;
    background-size: contain;
    z-index: 1;
}

section#section-introtest .container {
	position: relative;
	z-index: 3;
}

section#section-introtest h1 {
	margin-bottom: 3rem;
}

section#section-introtest p {
	text-align: center;
}



/* === TEST === */

section#testsection {
    background: #29303b;
}

section#testsection h1 {
    color: white;
    text-align: center;
    width: 100%;
}

.testPeso {
    text-align: center;
    width: 100%;
}

.testPeso i {
    color: #C0C0C0;
    font-size: 3em;
}

section#testsection h3 {
    color: white;
    font-weight: 200;
}

a.readmore.testbutton {
    position: unset;
    width: auto;
    border: solid 2px #C0C0C0;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: white;
    font-size: 1em;
    padding: 0 1rem;
}

a.readmore.testbutton:hover {
	border: solid 2px #C0C0C0;
	color: #404040;
}	

a.readmore.testbutton.test {
    color: #404040;
}

/*Test peso page*/

section.testSettimane-section.peso:after {
    background-size: cover !important;
}

section.testSettimane-section.peso h1 {
    margin-bottom: 4rem;
}

.acf-fields.-top.-border {
    display: -webkit-box;
}

input.readmore.testpeso {
    position: unset;
    width: 20rem;
    margin: 0 auto;
    background: transparent;
    border: 2px solid #C0C0C0;
    border-radius: 0;
    font-size: 1em;
}

input.readmore.testpeso:hover {
    background: #C0C0C0;
    border-color: #C0C0C0;
}

.col-lg-8.offset-lg-2.testpeso .acf-input input, .col-lg-8.offset-lg-2.testpeso .acf-input select {
    border: none;
    background: #C0C0C0;
    padding: 0 1rem;
    height: 3rem;
}

.col-lg-8.offset-lg-2.testpeso .acf-input select { 

}

.acf-fields>.acf-field {
	border-top: none !important;
}

.table td, .table th {
    text-align: center;
}

.table thead th {
    background: #C0C0C0;
}

table.table.test .table td {
    background: rgba(236, 236, 236, 0.62) !important;
}

ul.acf-checkbox-list li:before {
    display: none;
}

section#risultatoTest {
	position: relative;
}


section#risultatoTest:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(assets/img/bkg-testsettimane.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover !important;
    top: 0;
    right: 0;
    opacity: .2;
    z-index: -1;
}

.resulttest {
    padding: 0 16rem;
}

#risultatoTest h1 {
	margin-bottom: 3rem;
}

#risultatoTest li {
	font-size: .9em;
}

#risultatoTest li span {
    font-weight: bold;
}

#risultatoTest p {
	text-align: center;
}

ul.listTest {
    margin: 2rem 1rem;
}

.reservecita {
    margin: 1rem;
}

.reservecita h2 {
    margin: 1rem;
    text-align: center;
}

.readmore.testbutton.test.result {
    width: fit-content;
}

/*test settimane*/

section.testSettimane-section {
	position: relative;
	z-index: 2;
}

section.testSettimane-section:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;	
	background: url(assets/img/bkg-testsettimane.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	right: 0;
	opacity: .3;
	z-index: -1;
}

.col-lg-8.offset-lg-2.testpeso {
    background: #ececec85;
    padding: 3rem;
    position: relative;
}

.col-lg-8.offset-lg-2.testpeso i {
    color: #C0C0C0;
    position: absolute;
    font-size: 5em;
    top: -60px;
    left: 0;
    width: 100%;
    text-align: center;
}

input.testInput {
    background: transparent;
    border: none;
}

div#divCalc {
    display: none;
}

div#divCalc h4 {
    text-align: center;
}

.row.calcolo {
    margin: 3rem 0 0;
    padding: 1rem;
    width: 100%;
}


input.testInput {
    text-align: center;
}

input.testInput {
    text-align: center;
    color: #C0C0C0;
}

input.formWeek {
    border: none;
    background: #C0C0C0;
    padding: 0 1rem;
    height: 3rem;
}

p.instruction {
    font-size: .8em;
    color: #C0C0C0;
    text-align: center;
}

button.readmore.testsettimane {
    position: unset;
    margin: 0 auto;
    background: transparent;
}

button.readmore.testsettimane:hover {
    background: #C0C0C0;
}

h4.instruction {
    text-align: center;
    font-weight: 400;
    font-size: 1.2em;
}

#linkTestPeso {
    display: block;
    margin-top: 2rem;
    text-align: center;
    position: relative;
    color: #404040;
}

/* === APPUNTAMENTO === */

button.readmore.app {
	display: none;
}


a.readmore.appuntamento {
    position: unset;
    width: 22rem;
    border: solid 2px #C0C0C0;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    background: rgba(236, 236, 236, 0.6313725490196078);
    font-weight: 500;
    margin: 0 auto;
}

a.readmore.appuntamento:hover {
	border: solid 2px #644186;
}	

span.medicalCare {
    color: #C0C0C0;
}

/* === PERCORSO-SECTION === */

section.percorsoSection {
    background: #29303b;
    padding: 2rem 0;
}

.optIn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.optIn h3 {
    color: #fff;
}

button.readmore.modal.home {
    width: 100%;
}

.modal-body.percorsi {
    padding: 1rem !important;
    background: rgba(255, 255, 255, 0.7215686274509804);
}

.modal-header.home {
    background: unset;
}

.modal-title.home {
    text-transform: unset !important;
    color: #FFF !important;
}

.modal-content.home:after {
    display: none;
}

.modal-content.home {
    background: url(assets/img/modal-bkg.jpg);
    position: relative;
}

.row.percorsi {
	position: relative;
	margin: 1rem 0;
}

.row.percorsi:after {
    content: '';
    background: white;
    position: absolute;
    width: 100%;
    left: 0;
    height: 4px;
    bottom: 4rem;
    z-index: 0;
}

.tappe {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tappe p {
    font-size: .8em !important;
    padding-bottom: 1rem;
    font-weight: 600;
    color: #404040;
}

span.timepercorsi {
    position: absolute;
    height: 24px;
    width: 24px;
    bottom: 3.5rem;
    background: #C0C0C0;
    z-index: 1;
    border-radius: 50%;
    left: unset;
    border: 4px solid white;
}

a.tastoPercorso.percorsi {
    z-index: 1;
}

.buttonCircle1.percorsi {
	width: 11rem;
	height: 11rem;
}

.buttonCircle2.percorsi {
	width: 10rem;
	height: 10rem;
}

.buttonCircle2.percorsi h6 {
    font-size: .9em;
}

/* === GALLERY SINGLE PAGE SWIPER CAROUSEL === */

section#gallery-section-page {
    padding: 1rem 0 0;
    background: white;
}

/* === CORSI SECTION === */

section#corsi-second-section {
    padding: 6rem 0;
    background: white;
}

.grid-item.corso {
    box-shadow: unset;
    background: transparent;
    text-align: center;
}

.corso i {
    font-size: 3rem;
}

/*servizi e corsi insieme*/


.servizi-content-mobile {
	display: none;
}

section#page-content-servizi {
    padding: 1rem 0;
}

section#servizi-section {
    background: #ececec;
}

section#servizi-section h3 {
    color: #C0C0C0;
}

.grid.serviziCorsi {
    margin-bottom: 2rem;
}

.grid.serviziCorsi.first:after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 25%;
    right: 0;
    width: 50%;
    height: 2px;
}

section#servizi-section h3 {
    text-align: center;
}

.bkgGrid {
    padding: 6px 0 3px;
}

.servizio {
    height: 320px;
    margin-bottom: 3px;
    background: #C0C0C0;
}

.opaco {
	opacity: .7;
    background: rgba(0, 0, 0, 0.63);
    width: 100%;
    height: 320px;
	transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

.servizio:hover .opaco {
	background: rgba(250, 218, 221, 0.58);
    opacity: 1;
	transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

.servizio:hover .content-opaco p {
	transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
    color: #545454;
}

.servizio:hover {
    cursor: pointer;
}

.content-opaco p {
    text-align: center;
    margin: 0;
    padding: 0 1rem;
    width: 320px;
	transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
	color: #fff;
    font-weight: 700;
    font-size: 1.2em;
}

.content-opaco {
    position: absolute;
    top: 0;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*new effect border on hover*/

.servizio:after {
    content: '';
    background: #C0C0C0;
    width: 3px;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.servizio:before {
    content: '';
    background: #C0C0C0;
    width: 3px;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.servizio span.topSide {
    content: '';
    background: #C0C0C0;
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.servizio span.bottomSide {
    content: '';
    background: #C0C0C0;
    width: 0;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
   	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*hover effect*/

.servizio:hover span.topSide {
    width: 100%;
   	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.servizio:hover:after {
    height: 100%;
   	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: .3s;
}

.servizio:hover span.bottomSide {
    width: 100%;
    position: absolute;
   	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: .6s;
}

.servizio:hover:before {
    height: 100%;
   	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: .9s;
}

/* === SERVIZI MODAL === */

.modal-content {
    background: #ececec;
}

.modal-header {
    padding: 2rem !important;
	background: rgba(250, 218, 221, 0.788235294117647);
    margin: 0;
    z-index: 2;
    position: relative;
}

h5.modal-title {
    color: black !important;
    font-size: 1.3em !important;
}

.modal-content ul li {
    margin: 1rem 0;
    z-index: 2;
    position: relative;
    color: white;
}

li.benefici ul {
    position: absolute;
    left: 2rem;
    top: 20px;
}

.modal-content {
    font-size: .9em;
    box-shadow: unset !important;
}

.modal-content:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+85&0+0,0.65+53,0.65+75 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 53%, rgba(0,0,0,0.65) 75%, rgba(0,0,0,0.65) 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 53%,rgba(0,0,0,0.65) 75%,rgba(0,0,0,0.65) 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 53%,rgba(0,0,0,0.65) 75%,rgba(0,0,0,0.65) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}

button.readmore.modal {
    position: unset;
    border-radius: 0;
    background: transparent;
    padding: 0;
    min-width: 8rem;
    color: #C0C0C0;
    border-color: #C0C0C0;
}

button.readmore.modal:hover {
	color: #000;
	background: #C0C0C0;
	border-color: #C0C0C0;
}

img.imgModal {
    width: 100%;
    height: auto;
    padding: 1rem 1rem 0 0;
}

button.readmore.modal:hover a {
    color: black !important;
}

/*list style font awesome icon*/

.modal-content ul {
	list-style: none;
	padding: 0;
}

.modal-content ul li {
    padding-left: 1.3em;
    display: -webkit-box;
    position: relative;
}

li.cose:before {
	font-size: 1.3em;
	content: "\f129"; /* FontAwesome Unicode */
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: -1.5em; /* same as padding-left set on li */
	width: 1.5em; /* same as padding-left set on li */
	color: #C0C0C0;
	text-align: center;
}

li.periodo:before {
	font-size: 1.3em;
	content: "\f073"; /* FontAwesome Unicode */
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: -1.5em; /* same as padding-left set on li */
	width: 1.5em; /* same as padding-left set on li */
	color: #C0C0C0;
	text-align: center;
}

li.durata:before {
	font-size: 1.3em;
	content: "\f252"; /* FontAwesome Unicode */
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: -1.5em; /* same as padding-left set on li */
	width: 1.5em; /* same as padding-left set on li */
	color: #C0C0C0;
	text-align: center;
}

li.benefici:before {
	font-size: 1.3em;
	content: "\f140"; /* FontAwesome Unicode */
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: -1.5em; /* same as padding-left set on li */
	width: 1.5em; /* same as padding-left set on li */
	color: #C0C0C0;
	text-align: center;
}

/* === Single servizi === */

.row.coseRow {
    background: white;
    padding: 3rem;
}

.row.coseRow h2 {
    color: #C0C0C0;
    text-align: center;
}

.row.coseRow p {
    text-align: center;
}

.row.identityCard {
    padding: 3rem 3rem;
    background: #29303b;
}

/*
.main-content-servizi {
    padding: 5rem 0;
    background: #29303b;
}
*/

.col-lg-4.caratService {
    text-align: center;
    padding: 0 1rem;
}

.col-lg-4.caratService h3 {
	color: #C0C0C0;
	font-size: 1.2em;
}

.main-content-servizi i {
    color: #fff;
    font-size: 2em;
}

.col-lg-4.caratService em {
    color: white;
}

.readmore.benefits {
    position: unset;
    margin: 0 auto;
    width: 14rem;
    display: flex;
    color: #fff;
    margin-top: 1rem;
}

a.readmore.benefits:hover {
	color: #000;
}

/* === Slider Page === */

section#page-slider {
    background: #ececec;
}

.swiper-slide.page {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px !important;
    position: relative;
}

/* === LINKS SECTION === */

.buttonCircle1 {
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 7px 7px 2px rgba(0, 0, 0, 0.14);
	transition: .3s;
	transition-property: initial;
	transition-duration: .3s;
	transition-timing-function: initial
	;transition-delay: initial;
	-moz-transition: .3s;
	-moz-transition-property: initial;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: initial;
	-moz-transition-delay: initial;
	-webkit-transition: .3s;
	-webkit-transition-property: initial;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
}

.buttonCircle2 {
    width: 11rem;
    height: 11rem;
    background: #C0C0C0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonCircle1:hover {
	background: #C0C0C0;
	transition: .3s;
	transition-property: initial;
	transition-duration: .3s;
	transition-timing-function: initial
	;transition-delay: initial;
	-moz-transition: .3s;
	-moz-transition-property: initial;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: initial;
	-moz-transition-delay: initial;
	-webkit-transition: .3s;
	-webkit-transition-property: initial;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
	box-shadow: unset;
}

.buttonCircle2:hover {
	background: #fff;
	transition: .3s;
	transition-property: initial;
	transition-duration: .3s;
	transition-timing-function: initial
	;transition-delay: initial;
	-moz-transition: .3s;
	-moz-transition-property: initial;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: initial;
	-moz-transition-delay: initial;
	-webkit-transition: .3s;
	-webkit-transition-property: initial;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
}


/* === SECTION FASI === */

.logoLink img {
    height: 4rem;
}

.logoLink h6 {
    margin: 0;
}

a.tastoPercorso {
    border: unset !important;
}

.logoLink {
    text-align: center;
    display: block;
}

section.fasi-section:after {
    content: '';
    background: white;
    position: absolute;
    width: 80%;
    left: 10%;
    height: 4px;
    bottom: 3rem;
}

section.fasi-section {
    position: relative;
    background: #ececec;
}

span.timeline {
    position: absolute;
    height: 24px;
    width: 24px;
    bottom: -64px;
    background: #C0C0C0;
    z-index: 1;
    border-radius: 50%;
    left: 46%;
    border: 4px solid white;
}

span.timeline p {
    position: absolute;
    top: -32px;
    width: 17rem;
    left: -7.5rem;
    font-size: 1em;
    color: #545454;
    text-align: center;
    font-family: sans-serif;
}

span.timeline p span {
    color: #C0C0C0;
}

/* ---- grid ---- */

.grid {
  max-width: 1200px;
  margin: 0 auto;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item header {
}

.grid-item main {
    margin: 1rem;
}

header h2 {
    margin: 0;
    min-height: 15rem;
    justify-content: center;
    background-size: cover !important;
    background-position-y: center !important;
}

a.readmore.service {
    position: unset;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 2rem;
    text-align: -webkit-center;
}

/* ---- grid-item ---- */

.grid-item {
    width: 320px;
    float: left;
    /* vertical gutter */
}

.grid-item--width2 {
    margin-bottom: 20px;
    /* background */
    background: #fff;
    box-shadow: 0 20px 20px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.14);
}

.grid-item--width1 { width: 170px; }
.grid-item--width2 { width: 340px; }
.grid-item--width3 { width: 520px; }
.grid-item--width4 { width: 780px; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }


/* === POST SECTION === */

section#post-section {
    background: #ffffff;
}

section#post-section h1 {
    color: #404040;
}

.bkg-post {
    padding: 1rem;
}

.readmore {
    position: absolute;
    bottom: 3rem;
    width: 50%;
    left: 25%;
    display: inline-block;
    font-size: .7em;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #C0C0C0;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

.readmore:hover {
    color: #505050;
    border: 2px solid #C0C0C0;
}

.footerpost {
    height: 3rem;
    width: 100%;
}

p.postdate {
    font-size: .8em;
}

/* === NEWS SECTION === */

section#news-section {
    background: #fff;
    position: relative;
}

section#news-section h1 {
    color: #404040;
}

.col-sm-4.post {
    margin: 6px 0;
}

/* === SERVICES SECTION === */

.col-sm-6.services {
    margin-bottom: 10px;
}

.serviceBkg {
    background: whitesmoke;
    padding-bottom: 1rem;
}

.serviceBkg p {
    padding: 2rem 1rem 0;
}

a.readmore.service.home {
    margin: 0 auto;
    width: 30%;
}

/* === DOCUMENTI ORDINE === */

a.documentoAziendale {
    display: block;
    padding: 3px 0;
	font-size: .9em;
	position: relative;
}

a.documentoAziendale:after {
    content: '';
    background: #a18c9d;
    height: 1px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
	transition: .3s;
	transition-property: initial;
	transition-duration: .3s;
	transition-timing-function: initial;
	transition-delay: initial;
	-moz-transition: .3s;
	-moz-transition-property: initial;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: initial;
	-moz-transition-delay: initial;
	-webkit-transition: .3s;
	-webkit-transition-property: initial;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
}

a.documentoAziendale:hover:after  {
    content: '';
    background: #a18c9d;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	transition: .3s;
	transition-property: initial;
	transition-duration: .3s;
	transition-timing-function: initial;
	transition-delay: initial;
	-moz-transition: .3s;
	-moz-transition-property: initial;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: initial;
	-moz-transition-delay: initial;
	-webkit-transition: .3s;
	-webkit-transition-property: initial;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
}

.linkPaginaDoc {
    text-align: center;
    margin-top: 1rem;
}

/* === PAGE DOCUMENT === */

.pagedocument h2 {
    font-size: .9em;
}

.pagedocument p {
    font-size: .9em;
    font-style: italic;
    background: #ececec;
    padding: .5rem;
    margin-bottom: 0;
}

/* === FOOTER === */

footer {
	background-image: url('assets/img/footer_back.jpg');
    color: #fff;
	
}
footer.footer {
  padding: 50px 0 20px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  background-attachment: fixed;
}

footer h4 {
    color: #C0C0C0;
    padding-bottom: 1rem;
    margin: 0;
}

footer p {
    margin-bottom: 0;
    color: #fff;
}

footer i {
    width: 1.5rem;
    text-align: center;
    color: #fff;
}

footer a:link {
    color: #C0C0C0;
}

footer a:hover {
    color: #C0C0C0;
}

a.underline.napoli {
    color: #545454;
    font-weight: 400 !important;
}

.row.footerrow {
    padding: 3rem 0 1rem;
}

.row.footerrow p {
    font-size: 1em;
}

ul.privacy-menu li a:link, ul.privacy-menu li a:visited {
    color: #fff;
}

ul.privacy-menu li a:hover {
    color: #fff;
}

ul.privacy-menu i {
    text-align: left;
    width: .6rem;
}

.col-sm-12.copyright {
    text-align: center;
    font-size: .9em;
}

a.socialIcon i {
    font-size: 1.6em;
    margin: .2rem;
	transition: .3s;
	transition-property: initial;
	transition-duration: .3s;
	transition-timing-function: initial;
	transition-delay: initial;
	-moz-transition: .3s;
	-moz-transition-property: initial;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: initial;
	-moz-transition-delay: initial;
	-webkit-transition: .3s;
	-webkit-transition-property: initial;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
}

a.socialIcon i:hover {
    transform: scale(1.3);
    transition: .3s;
    transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
    color: #C0C0C0;
}

.row.social {
    margin: 0 0 2rem;
    text-align: center;
}

.row.social i {
    color: #fff;
    font-size: 1.3em;
    padding: 0 1rem;
}

.row.social i:hover {
    color: #34c5ce;
}

.iconesocial {
    text-align: center;
    margin-bottom: 2rem;
}

/*MENU POLICIES*/

ul#Policies li a {
    height: unset;
    margin: 0;
    text-transform: unset;
    color: #C0C0C0 !important;
}

nav.menu-policies-container ul li:before {
    font-size: .9em;
}

/*CACTUS LOGO*/

p.cactus img {
    height: 30px;
    /*filter: brightness(0) invert(1);*/
}

p.cactus {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: .5rem;
}


/* === CONTACT SECTION === */

section#contact-section {
	background: #ececec;
}

.ubicacion {
    background: whitesmoke;
    padding: 6rem 1rem 1rem;
    position: relative;
}

h4.titleContact {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
    color: #fff;
    background: #C0C0C0;
    width: 100%;
    text-align: center;
    font-weight: 200;
    padding: 1rem;
    z-index: 0;
}

.ubicacion p, .ubicacion a {
    margin-bottom: 2px;
}

.ubicacion i {
	color: #C0C0C0;
}

.imgDirection {
	z-index: 2;
    height: 110px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #fff;
    left: 14px;
    top: -14px;
    border-radius: 50%;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.18);
}

.imgDirection img {
    height: 50px;
    width: auto;
}

.mappe {
    height: 350px;
    overflow: hidden;
}

section#mappeSection {
    background: #29303b;
}

.ubicacion a {
    cursor: pointer;
    color: #C0C0C0;
}

section#mappeSection p {
    color: white;
    text-align: center;
    font-weight: 400;
}

/* === VIDEO SECTION === */

section#video-section {
    background: #C0C0C0;
}

.videolink {
    text-align: center;
    margin-top: 2rem;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* === VIDEOS PAGE === */

.card {
    margin-bottom: .6rem;
    border: unset;
    box-shadow: 0 20px 20px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.14);
}

.card:after {
	content: none;
}

.card iframe {
    width: auto;
    height: 11rem;
}

.card .card-body p {
 	font-family: unset; 
 }

 h5.card-title {
    color: #C0C0C0 !important;
}

/* === GALLERY SECTION === */

section#gallery-section-mobile {
	display: none;
}

section#gallery-section {
    background: #29303b;
}

section#gallery-section h1 {
    color: #C0C0C0;
}

a.venobox.vbox-item img {
    opacity: 0.8;
}

a.venobox.vbox-item img:hover {
    opacity: 1;
}

/* === SCROLL TO TOP === */

/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fcc707;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fcc707;
  border-right: 2px solid #fcc707;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 100px;
  z-index: 99999; 
  right: 26px;
  position: fixed;
  text-align: right;
  color: #fcc707;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #C0C0C0;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #900000; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }
.display-1 {
  font-size: 2.6rem;
}

.display-1 p {
  color: #0f1012;
}

.display-2 {
    font-size: 2.0rem;
	text-transform: uppercase;
}
.display-5 {
    font-size: 2.4rem;
	font-weight: 500;
	text-transform: uppercase;
	
}
.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    right: 0%;
	bottom:88px;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } 
}

/* === GALLERY SLIDER VERSION === */

.swiper-slide.consigliere {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 400px !important;
    position: relative;
}

section#consiglio-section {
}

section#consiglio-section h1 {
    text-align: center;
}

div#consiglio {
    height: 418px;
}

.membro {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 1rem 0;
    color: #ffffff;
    text-align: center;
}

.membro p {
    color: #fff;
}


/* ==== SECTION-PARTNER ==== */

section.our-features {
    padding: 4rem 0;
    background: white;
}

.swiper-slide.partner {
    height: 10rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-content img {
    height: auto;
    width: 14rem;
}

.swiper-content {
    text-align: center;
}

.swiper-content h4 {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 1rem;
}

/* === INDEX === */

.post-details {
    font-size: .8em;
    text-align: left;
    margin: 1rem .5rem;
}

a.readmore.index {
    position: unset;
    margin: 2rem auto;
    width: 11rem;
    display: block;
}

.container.indexpage p {
    font-size: .9em;
}

.container.indexpage .post-details {
	text-align: center;
}

/*pagination*/

.indexpage {
	position: relative;
}

nav.pagination {
    text-align: center;
    width: 100%;
    display: block;
}

/*numbers*/

.paginePost {
    position: absolute;
    bottom: -2rem;
    text-align: center;
    width: 100%;
}

a.page-numbers {
    background: #ececec;
    padding: .5rem;
}

span.page-numbers.current {
    font-weight: 700;
    background: #900000;
    padding: .5rem;
    color: #fff;
}

.nav-links {
    margin: 0 auto;
}

/* === PRESS CATEGORY === */

header.pressCategory h2 {
    background: unset;
    min-height: unset;
    padding: 1rem;
    font-weight: 500;
    text-align: center;
    font-size: 1em;
}

header.pressCategory h2:after {
    display: none;
}

.gridCategory {
    position: relative;
}

.gridCategory:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    left: 0;
    top: 0;
}

a.readmore.service.press {
    z-index: 1;
    position: relative;
    bottom: 0;
    left: 0;
    color: white;
}

.post-details.press {
    text-align: center;
    z-index: 1;
    position: relative;
    color: #900000;
}

.post-details.press a {
    color: #900000;
}

/*404*/

form.search-form {
    text-align: center;
}

.search input.search-submit {
    display: block;
    margin: 0 auto;
    height: 2rem;
    width: 8rem;
    background: #C0C0C0;
    border-radius: unset;
    color: white;
    box-shadow: unset;
    border-color: #C0C0C0;
    padding: 0;
}

input[type="search"] {
    color: #000;
    border: 1px solid #ccc;
    border-radius: unset;
    padding: 3px;
    font-size: 1em;
    height: 3rem;
    padding: 1rem;
}

.recenti h2 {
    text-align: center;
}

.recenti {
    padding: 2rem 1rem;
}

/*list style font awesome icon*/

.recenti ul {
  list-style: none;
  padding: 0;
}

.recenti ul li {
    padding-left: 1.3em;
    display: -webkit-box;
    position: relative;
}

.recenti ul li:before {
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em; 
}

/*end of 404*/

/*search*/

input#search-form {
    width: 80%;
    margin: 0 auto;
    color: #000;
}

input#search-form:focus {
    border: 2px solid #C0C0C0;
    border-radius: 0;
}

fieldset.searchzone {
    text-align: center;
    margin: 1rem 0;
}

fieldset.searchzone label {
    display: block;
    font-weight: 700;
    color: #C0C0C0;
}

fieldset.searchzone input {
    display: block;
    /* background: black; */
    /* display: none; */
    margin: 10px auto 0;
}

input#searchsubmit {
    background: transparent;
    border: 2px solid #C0C0C0;
    border-radius: 0;
    color: #585858;
    width: 10rem;
    height: 2.5rem;
    padding: 0;
}

input#searchsubmit:hover {
    border: 2px solid #C0C0C0;
}

/* === INDEX === */

h1.IndexTitle {
    font-size: 1.4em;
}

.post-details p {
    font-size: .6em;
}

.post-details span {
    font-size: 1em;
}

/* === SINGLE === */

.row.header-post {
    padding: 0 1rem;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    margin-bottom: 1rem;
}

.avatar-post {
    height: 4rem;
    display: flex;
    align-items: center;
}

.avatar-post a {
	margin-left: 5px;
	color: #001c4c;
}

.entry-content.post {
    margin: 0;
}

/* === SIDEBAR SINGLE POST === */

.aside {
    padding: 1.5rem 2rem;
	background: white;
}

.aside img {
    width: 100%;
    height: auto;
}

.aside h5 {
    margin-bottom: 2.5rem;
}

.aside ul {
    margin-top: 2rem;
}

/* === MEDIA QUERIES === */

@media screen and (max-width : 1596px) {

	.row.coseRow h2 {
	    text-align: left;
	}

	.row.coseRow p {
	    text-align: left;
	}

	h1.page-title:after, h1.page-title:before {
		display: none;
	}

}

@media screen and (max-width : 1450px) {

	section#event-section:after {
    background: rgba(255, 255, 255, 0.41);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	}

	section#event-section {
	    position: relative;
	}

	section#event-section .container {
	    position: relative;
	    z-index: 2;
	}

}

.iconsearch {
	display: none;
}
.iconsearch2 {
	display: none;
}

.fonttable-fitness {
		font-size:0.9em;
		color:#000;
		font-family: Montserrat, sans-serif;
		font-style: italic;
		font-weight: 500;
}
.fonttable-fight {
		font-size:0.9em;
		color:#000;
		font-family: Montserrat, sans-serif;
		font-style: italic;
		font-weight: 500;
}
.fonttable-kids {
		font-size:0.9em;
		color:#000;
		font-family: Montserrat, sans-serif;
		font-style: italic;
		font-weight: 500;
}
.fonttable-yoga {
		font-size:0.9em;
		color:#000;
		font-family: Montserrat, sans-serif;
		font-style: italic;
		font-weight: 500;
}
.fonttable-power {
		font-size:0.9em;
		color:#000;
		font-family: Montserrat, sans-serif;
		font-style: italic;
		font-weight: 500;
}
.fonttable-cross {
		font-size:0.9em;
		color:#000;
		font-family: Montserrat, sans-serif;
		font-style: italic;
		font-weight: 500;
}
.fonttable-opengym {
		font-size:0.9em;
		color:#000;
		font-family: Montserrat, sans-serif;
		font-style: italic;
		font-weight: 500;
}

@media screen and (max-width : 768px) {
	.nomobile {
		display: none !important;
	}
	.yesmobile {
		display: block !important;
	}
	.fonttable-fitness {
		font-size:0.9em;
		color:#000;
	}
	.fonttable-fight {
		font-size:0.9em;
		color:#000;
	}
	.fonttable-kids {
		font-size:0.9em;
		color:#000;
	}
	.fonttable-yoga {
		font-size:0.9em;
		color:#000;
	}
	.fonttable-power {
		font-size:0.9em;
		color:#000;
	}
	.fonttable-cross {
		font-size:0.9em;
		color:#000;
	}
	.fonttable-opengym {
		font-size:0.9em;
		color:#000;
	}
	
	footer.footer {
		
		background-attachment: inherit !important;
  
	}
	
	#headCorsi {
	
		background-attachment: inherit !important;
	
	}

	#headStaff {
	
		background-attachment: inherit !important;
	
	}

	#headOrario{
		
		background-attachment: inherit !important;
	
	}
	
}

@media screen and (min-width : 769px) and (max-width : 1200px) {
	
	.fonttable-fitness {
		font-size:0.7em;
		color:#000;
	}
	.fonttable-kids {
		font-size:0.7em;
		color:#000;
	}
	.fonttable-yoga {
		font-size:0.7em;
		color:#000;
	}
	.fonttable-fight {
		font-size:0.7em;
		color:#000;
	}
	.fonttable-power {
		font-size:0.7em;
		color:#000;
	}
	.fonttable-cross {
		font-size:0.7em;
		color:#000;
	}
	.fonttable-opengym {
		font-size:0.7em;
		color:#000;
	}
}

@media screen and (max-width : 991px) {


	.dropdown-toggle:before {
	right: 1rem;
	}

	/* === start fix dropdown ul li display (si affiancavano a causa del display flex ereditato) === */

	li.menu-item.menu-item-type-post_type.menu-item-object-page {
    display: block !important;
	}

	li.menu-item {
    border-bottom: 1px solid;
    display: block;
	}

	/*end*/

	/*inizio megamenu fasi*/

	.dropdown.menufasi {
	    background: #29303b;
	    border-bottom: 1px solid;
	    padding-left: 1.3rem;
	    z-index: 3;
	}

	.menutoggle {
	    color: #dcdcdc;
	    height: auto;
	    height: 4rem !important;
	    width: 100%;
	    text-align: left;
	}

	.menutoggle:before {
	    top: 44%;
	}

	.navbar .dropdown-menu.show {
    width: unset !important;
	}

	.fasimenu {
	    min-width: 100vw;
	    margin-top: 3rem;
	    padding: 1rem !important;
	}

	/*fine megamenu fasi*/

	.menu-item.menu-item-type-post_type.menu-item-object-page a {
		color: #FFF !important;
		font-weight: 600;
	}

	div#brand-container {
    padding: 0;
	}

	.row.navlogos {
    display: none;
	}

	.col-lg-2.searchform {
	display: none;
	}

    a.navbar-brand h1 {
    font-size: 1.2em;
    text-align: center;
	}

	li.nav-item.dropdown.menu-item a:hover {
	color: white;
	}

	.menu-item-object-category a {
    color: #dcdcdc;
	}

	li.current-menu-item a {
    color: #fff !important;
	}

	.socialheader {
	display: none;
	}

	a.navbar-brand {
    display: block;
    margin: 0;
	}

	section#contactus {
    height: 5vh;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
	}

	.container.contact {
    text-align: center;
	}

	#brand {
	height: 10vh;
	}

	a.navbar-brand h4 {
    font-size: .46em;
    text-align: center;
	}

	.hamburger-box {
    height: 10vh;
	}

	.hamburger {
	display: block;
    padding: 0 1rem !important;
    line-height: 0 !important;
	}

	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fcc707;
	}

	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #fcc707;
	}

	nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    height: 14vh;
    padding: 0;
	position: relative;
    z-index: 2;
	}
	
	li.menu-item.menu-item-type-custom.menu-item-object-custom a {
    color: #FFF !important;
	font-weight:600;
	}

	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    height: 11vh;
    z-index: 3;
	}

	.container-fluid.menu {
    height: 9vh;
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
	}

	.fissotop {
	display: none;
	}

	div#navbarSupportedContent ul {
	background: #1B3A4B;
	margin-top: 0px;
	position: relative;
	z-index: 9999 !important;
	}

	li.current-menu-item a:hover {
	color: #fff!important;
	}

	.hamburger.is-active:focus {
    outline: none;
	outline: -webkit-focus-ring-color 0 !important;
	}

	li.nav-item.dropdown.menu-item a, .menu-item.menu-item-type-post_type.menu-item-object-page a {
		color: white;
	}

	.menu-item.menu-item-type-post_type.menu-item-object-page a {
	color: #dcdcdc;
	}
/*
	a.navbar-brand img {
    height: auto;
    width: 300px;
	}
*/
}

@media screen and (min-width : 468px) and (max-width : 576px) {
	
	.iconsearch {
		display: block;
		float:right;
		position: absolute;
	}
	.iconsearch2 {
		display: none;
	}
	
	div#searchInput {
		background: #dee0e1;
		top: 51px;
		z-index:999;
		height: 8rem;
		display: flex;
		align-items: center;
		padding: 0 5rem;
		font-size: 1.1rem;
    }
	
	div#searchInput2 {
		background: #dee0e1;
		top: 51px;
		z-index:999;
		height: 8rem;
		display: flex;
		align-items: center;
		padding: 0 2rem;
		font-size: 1.1rem;
    }
	
}

@media screen and (min-width : 577px) and (max-width : 991px) {
	
	.iconsearch {
		display: block;
		float:right;
	}
	.iconsearch2 {
		display: none;
	}
	
	div#searchInput {
		background: #dee0e1;
		top: 51px;
		z-index:999;
		height: 8rem;
		display: flex;
		align-items: center;
		padding: 0 5rem;
		font-size: 1.1rem;
    }
	
	div#searchInput2 {
		background: #dee0e1;
		top: 51px;
		z-index:999;
		height: 8rem;
		display: flex;
		align-items: center;
		padding: 0 2rem;
		font-size: 1.1rem;
    }
	
}

#showSearch, #showSearch2 {display: block;}
#hideSearch, #hideSearch2 {display: none;}
#searchInput {
    position: absolute; 
    top: -5px;
    left: -900px;
    transition: .3s;
    transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

#searchInput2 {
    position: absolute; 
    top: -5px;
    left: -450px;
    transition: .3s;
    transition-property: initial;
    transition-duration: .3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -moz-transition: .3s;
    -moz-transition-property: initial;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: initial;
    -moz-transition-delay: initial;
    -webkit-transition: .3s;
    -webkit-transition-property: initial;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
}

@media screen and (max-width : 467px) {

	section {
		padding: 1.8rem 0rem;
	}
	
	section#mappeSection {
		padding: 1.8rem 0rem;;
	}
	
	#contactform {
		padding: 1.8rem 0rem;
	}
	
	.iconsearch {
		display: none;
	}
	
	.iconsearch2 {
		display: block;
		position: absolute;
	}
	
	div#searchInput2 {
		background: #dee0e1;
		top: 51px;
		z-index:999;
		height: 8rem;
		display: flex;
		align-items: center;
		padding: 0 4rem;
		font-size: 1.1rem;
    }

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

	section#top-bar {
    display: none;
	}

	.col-sm-2.socialBar {
		display: none;
	}
	
	.content.hero {
		/*display:none;*/
	}


	/*

	a.navbar-brand img {
	    height: 7rem;
	    width: auto;
	    top: 0;
	    left: 6rem;
	}
	*/

	a.navbar-brand {
    text-align: left;
	}

	.row.brandrow {
    width: 100%;
	}

	.directions {
    display: none;
	}

	ul.dropdown-menu.show .menu-item.menu-item-type-post_type.menu-item-object-page a {
    color: #f5f5f5!important;
    padding-left: 1rem;
	}

	ul.dropdown-menu.show .menu-item.menu-item-type-post_type.menu-item-object-page a:before {
    content: '';
    background: whitesmoke;
    height: 2px;
    width: 8px;
    position: absolute;
    left: 1rem;
	}

	ul.dropdown-menu.show a:before {
    content: '';
    background: #fff;
    height: 2px;
    width: 8px;
    position: absolute;
    left: 1rem;
	}

	ul.dropdown-menu.show a {
    height: 2.5rem!important;
    color: whitesmoke !important;
    padding-left: 1rem;
	}

	ul.dropdown-menu.show li {
    border: none;
	}

	section#hero {
    /*background: none !important;*/
    /*height: auto;*/
    padding: 1rem;
	}

	section#hero:after {
	    /*display: none;*/
	}

	section#hero h1 {
	    /*color: #404040 !important;
	    font-weight: 400;*/
	}

	h1.page-title {
		font-size: 1.6em;
	}

	section h1 {
    	font-size: 1.5em;
	}

    .bkg-post {
    margin: 1rem;
    }

    .bkg-post.latest {
    margin: 1rem;
    }

	h1.page-title:after {
    display: none;
	}
	
	h1.page-title:before {
    display: none;
	}

	/* === SLIDER PRINCIPALE === */

	.swiper-slide {
	    height: 40vh !important;
	    background-position: center;
	    background-size: cover;
	}

	.slider-content h6 {
	    font-size: 1.5em;
    	left: 15%;
	}

	/* === POST SECTION === */

	.bkg-post.latest p {
    	display: block;
	}

	section#news-section {
    padding: 2rem 1rem;
	}

	.bkg-post.latest h4 {
    text-align: center;
	}

	/* === FASI SECTION === */

	.zoom-effect {
	    margin-bottom: 1rem;
	}

	section.fasi-section:after {
		display: none;
	}

	span.timeline p {
	    position: unset;
	    top: 0;
	    width: auto;
	}

	span.timeline {
    	position: unset;
	    background: transparent;
	    border: unset;
	}

	section.fasi-section {

	}
	/* === PHILOSOPHY === */

	.myPhilosophy h2:after {
    width: 10%;
	}

	.myPhilosophy h2:before {
	width: 10%;
	}


	section#event-section {
		padding: 1rem;
		min-height: 40vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	section#event-section:after {
		background: #fff;
	}

	section#event-section h3 {
	    text-align: center;
	}

	div#myDIV {
    	margin-top: 1rem;
	}

	button.readmore.app {
		border-radius: unset;
		color: #C0C0C0;
	    position: unset;
	    height: auto;
	    margin: 0 auto;
	    display: block;
	    background: rgba(255, 255, 255, 0.68);
	}

	button.readmore.app:hover {
		background: #C0C0C0;
		color: #404040;
	}

	a.readmore.appuntamento {
	    display: flex;
	    background: rgba(255, 255, 255, 0.68);
	    font-size: .9em;
	    margin: 0 auto;
	    height: 3rem;
	    width: auto;
	}

	.icon-bar {
    opacity: 1;
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100vw;
    transform: rotate(0deg);
	}

	.icon-bar a {
    width: 100%;
	}

	.icon-bar:hover .appuntamento {
    transform: rotate(0deg);
    margin: 0 !important;
	}

	.buttonCircle1 {
    height: 8rem;
    width: 8rem;
	}

	.buttonCircle2 {
    height: 7rem;
    width: 7rem;
	}

	ul#Policies li {
    border: none;
    display: flex;
	}

	/*gallery slider carousel*/

	div#consiglio {
    	height: unset;
	}

	section#gallery-section {
		display: none;
	}

	section#gallery-section-mobile {
	    display: block;
	    background: #29303b;
	    padding: 1rem 2rem 4rem;
	}

	section#gallery-section-mobile h1 {
		color: white;
	}

	/* === VIDEO SECTION === */

	section#video-section {
    padding: 3rem;
	}


	/* === OUR FEATURER I nostri parter === */

	section.our-features {
    	padding: 1rem 0 0;
	}

	/* === CONTACTUS === */
	h4.titleContact {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1em;
		color: #fff;
		background: #C0C0C0;
		width: 100%;
		text-align: center;
		font-weight: 200;
		padding: 1rem;
		z-index: 0;
		text-align: center;
	}

	section#mappeSection p {
    margin-top: 3rem;
	}

	section#mappeSection {
    padding: 0 1rem 1rem;
	}

	.ubicacion {
    margin-bottom: 5rem;
	}

	section#contact-section {
    padding: 1rem;
	}

	/* === SINGLE === */

	.alignleft {
    margin-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
	}

	/* === TEST === */

	.readmore.testbutton.test.result {
    font-size: .8em;
	}

	.resulttest {
    padding: 0;
	}

	section#section-introtest:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.73); 
	z-index: 2;
	}

	input.readmore.testpeso {
		width: auto;
	}

	section.testSettimane-section:after {
		content: '';
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background: url(assets/img/testintrobkg.png);
	    background-position: bottom right;
	    background-repeat: no-repeat;
	    background-size: inherit;
	    top: 0;
	    right: 0;
	    opacity: .3;
	    z-index: -1;
	}

	section.testSettimane-section {
    margin-top: 3rem;
	}

	/* ---- grid ---- */

	.grid {
	  width: 320px !important;
	}

	.grid-item--width2 {
	    width: 330px;
		right:10px;
	}

	/*cactus logo*/

	p.cactus {
	    font-size: .8em;
	}

	/*servizi*/

	.opaco {
		height: 120px;
	}

	.content-opaco {
		height: 120px;
	}

	.servizio {
    	height: 120px;
	}

	.servizi-content-desktop {
    	display: none;
	}


	.servizi-content-mobile {
    	display: block;
	}


}

/* ANIMATED BACKGROUND */
/* HOME */
.cid-qDkElXG1JD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #113c6f;
  overflow: hidden !important;
}

.cid-qDkElXG1JD .container-fluid {
  padding: 0 3rem;
}
.cid-qDkElXG1JD .animated-element {
  color: #000000;
}
/* ORARI */
.mbr-bold {
     font-weight: 700; 
}
.mbr-white {
    color: #ffffff;
}
.cid-qCNyZIZdoS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../img/welcome.jpg");
}
.cid-qCNyZIZdoS .mbr-section-title,
.cid-qCNyZIZdoS .mbr-section-subtitle {
  color: #879a9f;
}
.cid-qCNyZIZdoS .mbr-section-text {
  color: #767676;
}
.cid-qCNyZIZdoS .mbr-text,
.cid-qCNyZIZdoS .typed-text,
.cid-qCNyZIZdoS .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-qCNyZIZdoS .btn {
  margin-left: 4px !important;
}
.cid-qCNyZIZdoS .animated-element {
  color: #ffffff;
}
.cid-qCNyZIZdoS .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-qCNyZIZdoS .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-qCNyZIZdoS .mbr-section-subtitle,
.cid-qCNyZIZdoS .typed-text {
  color: #ffffff;
}
.cid-qCNyZIZdoS .mbr-section-subtitle,
.cid-qCNyZIZdoS .typed-text {
  text-align: right;
}
.cid-qCNyZIZdoS .mbr-section-text,
.cid-qCNyZIZdoS .mbr-section-btn {
  color: #ffffff;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.header9 {
  max-width: 100%;
  overflow: hidden;
}

.scroll-message {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: scroll-message 10s linear infinite;
  color: #fff !important;
}

.scroll-message p {
  display: inline-block;
}

@keyframes scroll-message {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
}
/* FINE ANIMATED BACKGROUND */

#sliderDue {
	display: none;
}

#buttonOne p {
	color:#C0C0C0;
}

.nomobile {
	display: block;
}
.yesmobile {
	display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url('assets/fonts/icomoon.eot?f16o1');
  src: url('assets/fonts/icomoon.eot?#iefixf16o1') format('embedded-opentype'), url('assets/fonts/icomoon.woff?f16o1') format('woff'), url('assets/fonts/icomoon.ttf?f16o1') format('truetype'), url('assets/fonts/icomoon.svg?f16o1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  
.icon-fitness:before {
  content: "\e606"; }

.icon-fight:before {
  content: "\e607"; }

.icon-kids:before {
  content: "\e60a"; }

.icon-yoga:before {
  content: "\e600"; }
  
.icon-power:before {
  content: "\e606"; }
  
 .icon-cross:before {
  content: "\e600"; }
 .icon-opengym:before {
  content: "\e600"; }

.icon-fitness {
	color:#C0C0C0;
}
.icon-fight {
	color:#C0C0C0;
}
.icon-yoga {
	color:#C0C0C0;
}
.icon-kids {
	color:#C0C0C0;
}
.icon-cross {
	color:#C0C0C0;
}
.icon-opengym {
	color:#C0C0C0;
}
.icon-power {
	color:#C0C0C0;
}
.orario-fitness {
	color: #1A1919;
	font-weight: 500;
}
}
.orario-yoga {
	color: #1A1919 !important;
	font-weight: 500;
}
.orario-kids {
	color: #1A1919 !important;
	font-weight: 500;
}
.orario-fight {
	color: #1A1919 !important;
	font-weight: 500;
}
.orario-power {
	color: #1A1919 !important;
	font-weight: 500;
}
.orario-cross {
	color: #1A1919 !important;
	font-weight: 500;
}
.orario-opengym {
	color: #1A1919 !important;
	font-weight: 500;
}

.type-fitness {
	  background: #fff; }
.type-fitness.selected {
		background: #1246f0 !important;
	  color:#fff !important; }
	.icon-fitness.selected {
		color:#C0C0C0 !important;
	}
	.orario-fitness.selected {
		color:#fff !important;
	}
	.fonttable-fitness.selected {
		color:#fff !important;
	}
}
.type-fitness:hover{
	  background: #fff;
	  border: 1px solid #cbcbcb;
	  margin: 0 5px;
}
.type-fight {
	  background: #ffffff ; }
	  .type-fight.selected {
		background: #ff0000 !important;
	  color:#fff !important; }
	.icon-fight.selected {
		color:#C0C0C0 !important;
	}
	.orario-fight.selected {
		color:#fff !important;
	}
	.fonttable-fight.selected {
		color:#fff !important;
	}
}
.type-fight:hover{
	  background: #fff;
	  border: 1px solid #cbcbcb;
	  margin: 0 5px;
}
.type-yoga {
	  background: #fff;
 }
	  .type-yoga.selected {
		background: #cd4bcf !important;
	  color:#fff !important; }
	.icon-yoga.selected {
		color:#C0C0C0 !important;
	}
	.orario-yoga.selected {
		color:#fff !important;
	}
	.fonttable-yoga.selected {
		color:#fff !important;
	}
}
.type-yoga:hover{
	  background: #fff;
	  border: 1px solid #cbcbcb;
	  margin: 0 5px;
}
.type-kids {
	  background: #fff;
 }
	  .type-kids.selected {
		background: #46d520 !important;
	  color:#fff !important; }
	.icon-kids.selected {
		color:#C0C0C0 !important;
	}
	.orario-kids.selected {
		color:#fff !important;
	}
	.fonttable-kids.selected {
		color:#fff !important;
	}
}
.type-kids:hover{
	  background: #fff;
	  border: 1px solid #cbcbcb;
	  margin: 0 5px; 
}

.type-power {
	  background: #ffffff ; }
	  .type-power.selected {
		background: #8000ff !important;
	  color:#fff !important; }
	.icon-power.selected {
		color:#C0C0C0 !important;
	}
	.orario-power.selected {
		color:#fff !important;
	}
	.fonttable-power.selected {
		color:#fff !important;
	}
}
.type-power:hover{
	  background: #fff;
	  border: 1px solid #cbcbcb;
	  margin: 0 5px;
}

.type-cross {
	  background: #ffffff ; }
	  .type-cross.selected {
		background: #00abff !important;
	  color:#fff !important; }
	.icon-cross.selected {
		color:#C0C0C0 !important;
	}
	.orario-cross.selected {
		color:#fff !important;
	}
	.fonttable-cross.selected {
		color:#fff !important;
	}
}
.type-cross:hover{
	  background: #fff;
	  border: 1px solid #cbcbcb;
	  margin: 0 5px;
}

.type-opengym {
	  background: #ffffff ; }
	  .type-opengym.selected {
		background: #bf2836 !important;
	  color:#fff !important; }
	.icon-opengym.selected {
		color:#C0C0C0 !important;
	}
	.orario-opengym.selected {
		color:#fff !important;
	}
	.fonttable-opengym.selected {
		color:#fff !important;
	}
}
.type-opengym:hover{
	  background: #fff;
	  border: 1px solid #cbcbcb;
	  margin: 0 5px;
}

.timetable-header-link {
  font-size: 14px;
  line-height: 21px;
  display: block;
  background: #f6f6f6;
  padding: 20px;
  color: #151515;
  margin: 0 1px 20px 1px;
  overflow: hidden;
  min-height: 103px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: bold;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background: #c6c8cc !important;
}



