/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
 
 /*loghi macellerie*/


.img-loghi{
	max-height: 150px!important;
	max-width: 200px!important;
	margin: auto;
	padding-bottom: 15px !important;	
}
.img-loghi-block{
	height: 150px!important;
	width: 200px!important;
	margin: auto;
	padding-bottom: 15px !important;
}

.areaServizi p{
	color: #000!important;
}

.areaServizi h2{
	color: #000!important;
}

.areaServizi h4{
	color: #ef782b!important;
	font-weight:900;
}

.areaServizi h5{
	color: #000!important;
	font-weight:800;
}

.h2giallo:after{
	background-color: #000!important;
}


/* Inversione colori */
body{
	background-color:	#000;
}
.sp-megamenu-parent > li > a {
	color:		white !important;
}
#sp-header {
	background: #000 !important;
}
.bg-lighter {
	background-color:	#000 !important;
}
.fv-tiles{
	background-color:	#000 !important;
}
.bg-primary{
	background-color:	#000 !important;
}
.body-innerwrapper{
	background-color:	#000 !important;
}
.body-wrapper{
	background-color:	#000 !important;
}
p,
li,
h3,
table {
	color:		white !important;
}

h1{
	font-family: 'Asap', sans-serif !important;
}


/* Inversione colori - termine */

/* Regolazione logo */
.logo-image,
.contenitoreLogoRidotto{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#sp-header .contenitoreLogoRidotto{
	height:				129px !important;
}
#sp-header .logo .logoRidotto{
	height:				100px !important;
}

@media (min-width: 387px) AND (max-width: 1919px){
	#sp-header .contenitoreLogoRidotto{
		height:				108px !important;
	}
	#sp-header .logo .logoRidotto{
		height:				85px !important;
	}
}

@media (max-width: 386px){
	#sp-header .logo{
		height:				108px !important;
	}
	#sp-header .logo img{
		height:				85px !important;
	}

	#sp-header .contenitoreLogoRidotto{
		height:				81px !important;
	}
	#sp-header .logo .logoRidotto{
		/*height:				85px !important;*/
		height:				55px !important;
	}
}

@media (min-width: 387px) AND (max-width: 700px){
	#sp-header .logo{
		height:				144px !important;
	}
	#sp-header .logo img{
		height:				94px !important;
		width:				165px !important;
	}

	#sp-header .contenitoreLogoRidotto{
		height:				88px !important;
	}
	#sp-header .logo .logoRidotto{
		/*height:				85px !important;*/
		height:				68px !important;
		width:				120px !important;
	}

	/* Regolazione altezza menu */
	#interruttoreBottone {
		height:				89px !important;
	}
}

@media (min-width: 701px) AND (max-width: 991px){
	#sp-header .logo{
		height:				144px !important;
	}
	#sp-header .logo img{
		height:				120px !important;
		width:				210px !important;
	}

	#sp-header .contenitoreLogoRidotto{
		height:				88px !important;
	}
	#sp-header .logo .logoRidotto{
		/*height:				85px !important;*/
		height:				68px !important;
		width:				119px !important;
	}


	#sp-header #sp-logo {
		max-width: 50% !important;
	}

	#sp-header #sp-menu {
		max-width: 50% !important;
		flex: 0 0 50% !important;
	}

	/* Regolazione altezza menu */
	#interruttoreBottone {
		height:				110px !important;
	}
}

@media (min-width: 992px) AND (max-width: 1919px){
	#sp-header .logo{
		height:				144px !important;
	}
	#sp-header .logo img{
		height:				120px !important;
	}

	#sp-header .contenitoreLogoRidotto{
		height:				88px !important;
	}
	#sp-header .logo .logoRidotto{
		/*height:				85px !important;*/
		height:				68px !important;
	}


	#sp-header {
		/*height: 100px;*/
		height:				93px !important;
	}
}


@media (max-width: 386px){
	/*#sp-header .contenitoreLogoRidotto{
		/*height:				108px !important;*/
		/*height:				91px !important;*/
		/*height:				81px  !important;
	}
	#sp-header .logo .logoRidotto {
		height:			55px !important;
	}*/
}
/* Regolazione logo - termine */





/* Codice nativo */


body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "FontAwesome";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 60px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.30);
}
#sp-header .logo {
  height: 60px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #252525;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #00707c;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #252525;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #00707c;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #252525;
}
.article-info > span a:hover {
  color: #00707c;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-details .article-can-edit {
  position: relative;
  margin-bottom: 10px;
}
.article-details .article-can-edit a {
  display: inline-block;
  background: #2a61c9;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
}
.related-article-list-container {
  margin-top: 15px;
}
.related-article-list-container .related-article-title {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.related-article-list-container ul.related-article-list {
  list-style: none;
  padding: 0;
}
.related-article-list-container ul.related-article-list li {
  margin-bottom: 10px;
}
.related-article-list-container ul.related-article-list li .article-header h2 {
  font-size: 1.2rem;
}
.related-article-list-container ul.related-article-list li .article-header h2 a {
  color: #252525;
}
.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
  color: #044cd0;
}
.related-article-list-container ul.related-article-list li .published {
  font-size: 14px;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f006";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}

#sp-footer ul.menu li {
	/*margin-bottom:	1rem !important;*/ /* #FINALE03 */
}
html.coming-soon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons {
  margin-top: 4rem;
}
html.coming-soon .coming-soon-login form {
  display: inline-block;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #312682;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
  margin: 0;
  margin-right: -5px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
  background: #46a546;
  color: #fff;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
  display: none !important;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
  border-left: 1px solid #b3b3b3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.com-contenthistory .btn-group {
  display: flex;
  justify-content: flex-end;
}
.com-contenthistory .btn-group button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.com-contenthistory .btn-group button:hover {
  color: #333;
  background-color: #e9e9e9;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 60px;
  font-size: 14px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}




/* ========================================================================= */
/* Classi personalizzate Manuel ============================================ */
/* ========================================================================= */

div[itemprop="articleBody"] p,
.colonnaLaterale .custom p,
.NHA_EstDelimitatoreAssolutoTesto p,
.fv-block.bg-primary p,
.row.py-extralarge.justify-content-center p,

.col-12.col-lg-5.p-5 p,

.colonnaLaterale ul,

.fv-tile-inner.row.h-100.no-gutters.justify-content-center.align-items-center p,
.block-inner.row.h-100.no-gutters.align-items-center.my-3.my-lg-0.p-large .col p{
	font-size:	1.0rem;
}

#sp-header #sp-menu > .sp-column{
	display: flex;
	float:	right;
}

/* Fascia superiore ======================================================== */
#sp-header{
	/*overflow:	hidden;*/
}
#sp-header .sp-column{
	max-height:	60px;
}

.sp-megamenu-parent.menu-animation-fade-up.d-none.d-lg-block{
	max-height:	60px;
	overflow:	hidden;
}


/*@media(max-width: 799px){*/
@media(max-width: 899px){
	#sp-header > .container > .container-inner > .row{
		position:	absolute;
		width:	100%;
		left:	0px;
		right:	0px;
	}
	#sp-header .container{
		max-width:	100vw;
		padding:	0px;
	}
	#sp-header .row{
		margin-left:	0px;
		margin-right:	0px;
	}
	#sp-header .NumeroVerde{
		margin-left:	0px !important;
	}

	#sp-header{
		height:	120px;
	}
	#sp-header #sp-logo{
		margin-top:	60px !important;
	}
	
	#interruttoreBottone {
		transform: translate(-50%, 0%) !important;
		top:	60px !important;
	}
}
/* Fascia superiore - termine */

/* Richiedi Preventivo ===================================================== */
.RichiediPreventivo{
	position:	absolute;
	right:	0px;
	top:	0px;
	width:	50vw;
	/*height:	60px;*/
	height:	47px;
	background-color: #00707c;
	color:	white;
}

.RichiediPreventivo a:hover{
	color:	#bcdadc;
}

.RichiediPreventivo .RichiediPreventivo{
	display:	inline-block;
	margin:	0px;
}
.RichiediPreventivo p,
.RichiediPreventivo a{
	color:	white;
	display:	flex;
	height:	100%;
	width:	100%;
}
.RichiediPreventivo a span{
	margin:	auto;
}
.RichiediPreventivo .sp-module,
.RichiediPreventivo .sp-module-content{
	display:	flex;
}
@media(min-width: 900px) AND (max-width: 991px){
	.RichiediPreventivo span{
		font-size:	12px;
	}
}
@media(min-width: 992px) AND (max-width: 1331px){
	.RichiediPreventivo span{
		font-size:	12px;
	}
	
	.NumeroVerde{
		padding-right:	0px !important;
	}
}

/*@media(min-width: 800px){*/
@media(min-width: 900px){
	.RichiediPreventivo{
		text-transform:	uppercase;
		padding-left:	10px;
		padding-right:	10px;
		display:	flex;
		position:	relative;
		width:	auto;
		height:	auto;
	}
}

@media(max-width: 899px){
	#sp-menu .RichiediPreventivo span{
		padding-left:	20px;
		padding-right:	20px;
		line-height:	1;
	}
}

#sp-menu .RichiediPreventivo span{
	text-align:	center;
}

/*@media(min-width: 992px) AND (max-width: 1443px){*/
@media(min-width: 992px){
	#sp-menu .RichiediPreventivo .RichiediPreventivo{
		padding-left:	0px;
		padding-right:	0px;
	}
	.sp-megamenu-wrapper{
		width:	70%
	}
	.selettoreLingue {
		margin-right:	0px !important;
	}
}
@media(min-width: 900px) AND (max-width: 991px){
	#sp-header .sp-column{
		height:	100%;
	}
}
/* Richiedi Preventivo - termine */

/* Blocco numero verde ===================================================== */
.NumeroVerde a .NumeroVerde > p:last-child,
.NumeroVerde a > p:last-child{
	/*border:	2px solid red;*/
	font-size:	16px;
	font-weight:	600;
	line-height:	0.7;
	margin-bottom:	4px;
}
.NumeroVerde{
	position:	absolute;
	top:	0px;
	left:	0px;
	width:	50vw;
	/*height:	60px;*/
	height:	47px;
	/*font-size:	17px;*/
	font-size:	12px;
}
.NumeroVerde .sp-module-content{
	width:	100%;
	height:	100%;
	display:	flex !important;
	min-width: 150px;
}
#sp-header .NumeroVerde .NumeroVerde{
	height: auto;
	width: auto;
	margin: auto !important;
	display: inline;
	position: relative;
}
.NumeroVerde p{
	line-height:	1.1;
}
.NumeroVerde.custom:before{
	content:	"";
	width:	28px;
	height:	25px;
	background-image:	url("../images/tel.jpg");
	background-repeat:	no-repeat;
	position: absolute;
	left:	-19px;
	/*top:	7px;*/
	top:	2px;
	background-size:	contain;
}

/*@media (min-width: 500px){*/
@media (min-width: 900px){
	.NumeroVerde p{
		line-height: 1.5;
	}
	#sp-header .NumeroVerde .NumeroVerde{
		margin-left: 35px !important;
	}
}

/*@media (min-width: 800px){*/
@media (min-width: 900px){
	.NumeroVerde{
		position:	relative;
		width:	auto;
		height:	auto;
		font-size:	0.95vw;
	}

	.NumeroVerde.custom:before{
		height:	30px;
		left:	-27px;
	}
}

@media (min-width: 1200px){
	.NumeroVerde{
		font-size:	12px;
	}
}

.NumeroVerde{
	background-color: #bcdadc;
	color:	#00707c;
	text-transform:	uppercase;
	padding-left:	5px;
	padding-right:	10px;
	display:	flex;
	/*font-size:	0.95vw;*/
	/*margin-left:	35px !important;*/
	margin-left:	25px !important;
}

.NumeroVerde .NumeroVerde{
	display:	inline-block;
	margin:	auto;
}
.NumeroVerde p{
	margin-bottom:	0px;
}
.NumeroVerde .sp-module,
.NumeroVerde .sp-module-content{
	display:	flex;
}

/* Blocco numero verde - termine */


/* Selettore lingue ======================================================== */
.selettoreLingue{
	display:	none;
}
.NumeroVerde p{
	line-height:	1.1;
	font-size:		14px;
}
.sp-module-content .mod-languages ul.lang-inline li:first-child a {
	/*padding-bottom: 1px !important;*/
}

/*@media(min-width: 800px){*/
@media(min-width: 900px){
	.NumeroVerde p{
		line-height: 1.5;
	}

	.selettoreLingue,
	.selettoreLingue .sp-module-content,
	.selettoreLingue .mod-languages,
	.selettoreLingue ul,
	.selettoreLingue li{
		display:	flex !important;
	}
	.selettoreLingue{
		margin-left:	25px;
		margin-right:	25px;
	}
	.selettoreLingue a{
		margin:	auto;
		line-height:	1;
	}
	.lang-active a{
		font-weight:	bold;
		color:	#00707c !important;
		text-decoration:	underline !important;
	}
	.sp-module-content .mod-languages ul.lang-inline li:first-child a{
		border-right:	1px solid black;
		padding-right:	5px !important;
	}
}
/* Selettore lingue - termine */


/* Menu orizzontale ======================================================== */
.sp-megamenu-wrapper{
	display:	none;
	/*text-transform:	uppercase;*/
}
/*@media(min-width: 800px){*/
@media(min-width: 992px){
	.sp-megamenu-wrapper{
		display:	block;
	}	
}
/* Menu orizzontale */


/* Mega Menu personalizzato ================================================ */
.bottoneMenu{
	position: fixed;
	z-index: 999999;
	border:	0px solid white !important;
	color:		white !important;
}

.schermoAnimato .sp-module-content{
	position:	static !important /* #FINALE03 */
}

.BloccoFondoMenu{
	display: none;
	/*position: fixed;*/ /* #FINALE03 */
	position: absolute; /* #FINALE03 */
	width: 100vw;
	height: 100wh;
	/*left: -3rem;*/
	left:	-4rem;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #00707c !important;
	z-index: 999998;
	border:	0px solid white !important;
	/*height:	100vw;*/
	height:	100vh; /* #FINALE04 */
}

@media(max-width:899px){
	.BloccoFondoMenu{
		left: -3rem;
	}
}

@media(max-width:480px){
	.BloccoFondoMenu {
		left:	-2rem;
	}
}
.ContenitoreFondoFlessibile{
	display:	flex;
	width:	100vw;
	height:	100vh;
	margin:	0px;
}
.ContenitoreFondoMenu{
	width:	80vw;
	height:	80vh;
	margin:	auto;
	position:	relative;
}
.BloccoFondoMenu a{
	color: white !important;
}

/* interruttore Bottone Menu */
.schermoAnimato{
	display:	flex;
	width:		100px;
}
.schermoAnimato .sp-module-content{
	display:	flex;
	width:	100%;
}
.contenitoreBottoneMenu{
	/*position:	relative;*/	/* #FINALE02 */
	position: static;	/* #FINALE02 */
	top: 0;	/* #FINALE02 */
	margin:	auto;
	cursor:	pointer;
	min-width:	100px /* #FINALE01 */
}


.contenitoreBottoneMenu{
}


#interruttoreBottone{
	width:	100px;
	/*height:	57px;*/
	height:	69px;
	/*transform: translate(-50%, -50%);*/  /* #FINALE01 */
	/*transform: translate(0, -50%);  /* #FINALE01 */
	display:	flex;
}
#interruttoreBottone span{
	margin:	auto;
}
#interruttoreBottone span:after{
	content: "";
	display:	inline-block;
	width:	30px;
	height:	15px;
	background-image: url("../images/hamburger.png");
	background-repeat:	no-repeat;
	background-position: bottom right;
}


/* interruttore Bottone Menu - termine */

.SezioneSuperiore{
	width:	100%;
	display:	flex;
}
.SezioneInferiore{
	width:	100%;
	display:	flex;
}
@media (min-width: 1174px){
	.SezioneInferiore{
		padding-top:	3rem;
	}
}
.sezioneDestra{
	margin-right: 0px;
	margin-left: auto;
	display:	flex;
}
.bottoneTestataMenu{
	/*width:	160px;*/
	width:	190px; /* #FINALE02 */
	height:	42px;
	display:	inline-flex;
	text-transform:	uppercase;
	font-size:	11px;
	text-decoration:	none !important;
}
.bottoneTestataMenu span{
	margin:	auto;
}
.bottoneTestataMenu.bottoneInfo{
	border:	2px solid white;
}
.bottoneTestataMenu.bottoneInfo:hover{
	background-color:	white;
}
.bottoneTestataMenu.bottoneInfo:hover span{
	color:	#00707c;
}

.bottoneTestataMenu.bottoneNumero{
	border:	2px solid #bcdadc;
	background-color:	#bcdadc;
	margin-left:	10px;
	padding-left:	11px;
}
.bottoneTestataMenu.bottoneNumero span{
	color:	#00707c;
	position:	relative;
}
.bottoneTestataMenu.bottoneNumero span:before{
	content:	"";
	width:	30px;
	height:	30px;
	background-image:	url("../images/tel.jpg");
	background-repeat:	no-repeat;
	background-size:	19px auto;
	background-position:	bottom;
	position:	absolute;
	left:	-29px;
}
.colonnaMenuPrincipale{
	width:	100%;
	margin-left:	10px;
	margin-right:	10px;
}
.colonnaMenuPrincipale:first-child{
	margin-left:	0px;
}
.colonnaMenuPrincipale:last-child{
	margin-right:	0px;
}
.colonnaMenuPrincipale li{
	list-style:	none;
	/*font-size:	14px;*/
	font-size: 1rem !important;
	width:	100%;
	padding-top:	5px;
	padding-bottom:	5px;
}
.colonnaMenuPrincipale li:first-child{
	/*border-bottom:	1px solid white;*/
	/*font-weight:	bold;*/
	/*font-size:	17px;*/
}
.colonnaMenuPrincipale.UltimaColonna li{
	border-bottom:	1px solid white;
	font-weight:	bold;
	font-size:	17px;
	margin-bottom: 14px;
}
.colonnaMenuPrincipale .menu{
	margin-left:	0px;
	padding-left:	0px;
}
.MenuAttivato{
	/*color:	white;*/
}
.SezioneInferiore{
	display:	block;
	margin-top:	2rem;
}

.MenuAttivato#interruttoreBottone span:after{
	background-image: url("../images/chiudiMenu.png");
	background-size:	15px, 15px;
}

/* piede del fondino del megamenu */
.piedeAreaMenu{
	width:	100%;
	/*border-top:	1px solid #4e9ba3;
	border-bottom:	1px solid #4e9ba3;*/
	margin-top:	auto;
	margin-bottom:	0px;
	position:	absolute;
	bottom:	0px;
	display: inline-flex;
	padding-top:	10px;
	padding-bottom:	10px;
}
.piedeAreaMenu p,
.piedeAreaMenu a,
.piedeAreaMenu span{
	color:	white;
	margin-top:	0px;
	margin-bottom:	0px;
}
.piedeAreaMenu li{
	display:	inline;
}
.piedeAreaMenu .selettoreLingue{
	margin-right:	20px !important;
}
.piedeAreaMenuDx{
	display: inline-flex;
	margin-right:	0px;
	margin-left:	auto;
}
.piedeAreaMenuDx .selettoreLingue{
	height:	15px;
	margin-top:	2px !important;
}
.piedeAreaMenu .contattiPiedeMenu{
	margin-right:	20px;
}
.piedeAreaMenu ul{
	margin-bottom:	0px;
}
.piedeAreaMenu .menu li{
	margin-right:	20px;
}
.piedeAreaMenu .bloccoSocialFondino img{
	height:	20px;
	margin-right:	20px;
}
.piedeAreaMenu .mod-languages{
	height:	15px;
}
.piedeAreaMenu .mod-languages ul.lang-inline li:first-child a {
	border-right:	1px solid white !important;
}


@media (max-width: 899px){
	.ContenitoreFondoMenu {
		/*padding-top:	40px;*/
		padding-top:	20px; /* #FINALE01 */
		height:	100vh !important;
	}
	.ContenitoreFondoMenu .sezioneDestra{
		display:	none !important;
	}
	#interruttoreBottone {
		transform:	translate(-1rem, 0%) !important;
		/*moz-transform:	translate(-1rem, 0%) !important;
		webkit-transform:	translate(-1rem, 0%) !important;
		o-transform:	translate(-1rem, 0%) !important;*/
	}
	.ContenitoreFondoMenu .SezioneInferiore{
		margin-top:	2rem;
	}
	.colonnaLaterale{
		display:	none !important;
	}
}

@media (max-width: 899px){
	.piedeAreaMenu{
		display:	none !important;
	}
}

.colonnaTablet{
	display:	none !important;
}

/*==°"(n)"°==*/
/*@media (min-width: 600px) AND (max-width: 899px){
	.colonnaTablet{
		display:	block !important;
	}

	.BloccoFondoMenu .colonnaMenuPrincipale li{
		display:	 none;
	}
	.BloccoFondoMenu .colonnaMenuPrincipale li:first-child{
	/*.BloccoFondoMenu .colonnaMenuPrincipale.UltimaColonna li{*/
		/*display:	block;
	}
	.BloccoFondoMenu .colonnaMenuPrincipale{
		margin-left:	0px !important;
		margin-right:	0px !important;
		width:	50% !important;
		display:	inline-grid;
		
		/* TEST #F2*/
		/*display: block;
		float: left;
	}
	.BloccoFondoMenu .colonnaMenuPrincipale li{
		width:	95% !important;
	}
	.BloccoFondoMenu .colonnaMenuPrincipale:nth-child(2n) li{
		margin-right:	0px;
		margin-left:	auto;
	}
	.SezioneInferiore{
		display:	block;

			display: inline-flex;
			flex-flow: wrap;
	}

	.piedeAreaMenu {
		left: 0;
	}
}*/

/*==°"(n)"°==*/
@media (min-width: 600px) AND (max-width: 899px){
	.colonnaMenuPrincipale li {
		font-size:	12px;
	}
	.colonnaMenuPrincipale li:first-child,
	.colonnaMenuPrincipale.UltimaColonna li{
		font-size:	14px;
	}
}

@media (max-width: 599px){
	.BloccoFondoMenu .colonnaMenuPrincipale li{
		/*display:	 none;*/
	}
	.BloccoFondoMenu .colonnaMenuPrincipale li:first-child,
	.BloccoFondoMenu .colonnaMenuPrincipale.UltimaColonna li{
		display:	block;
		text-align:	center;
	}
	.BloccoFondoMenu .colonnaMenuPrincipale{
		margin-left:	0px !important;
		margin-right:	0px !important;
		width:	100% !important;
		display:	inline-grid;
	}
	.SezioneInferiore{
		display:	block;
	}
}

.sp-megamenu-parent > li.active > a{
	text-decoration:	underline;
}
.BloccoFondoMenu li.active > a{
	text-decoration:	underline;
}

/* Mega Menu personalizzato - termine */

/* Sovrascrittura animazioni =============================================== */

.fv-card-links .card .card-img-overlay:hover .link:before {
	transform:	rotate(0deg) !important;
}

.fv-card-links.bg-primary .card .card-img-overlay .card-content {
	height:	auto !important;
	bottom: 0 !important;
	transition: all .5s;
}

.fv-card-links.bg-primary .card .card-img-overlay:hover .card-content {
	height:	auto !important;
	bottom: calc(100% - 30px) !important;
	transition: all .5s !important;
	top: unset !important;
}

.fv-card-links.bg-primary .card .card-img-overlay .card-content h4{
	transform: translate(0px, 0px);
	
	transition: all .5s !important;
}

.fv-card-links.bg-primary .card .card-img-overlay:hover .card-content h4{
	transform: translate(0px, 100%);
}

/* Animazione + nell'angolo */
.fv-card-links.bg-primary .card .card-img-overlay:hover .link:before {
	transform:	rotate(0deg) !important;
	bottom: 45px !important;
}

.fv-card-links.bg-primary .card .card-img-overlay .link:before {
	transition: all .5s !important;
	bottom: -100% !important;
	right:	30px;
}

/* Animazione + nell'angolo - termine */

/* Anzimazione del leggi tutto light */
.bg-light .btn-fv {
	background-size: 40px 40px !important;
	background-repeat:	repeat-y !important;
	transition: background-size .25s !important;
}

.bg-light .btn-fv:hover {
	background-size: 100% 100% !important;
	transition: background-size .25s !important;
}
/* Anzimazione del leggi tutto light - termine */

/* Sovrascrittura animazioni - termine */

/* Gestione degli slider =================================================== */
.sliderBlog .NHA_EstDelimitatoreTesto .HnA-area-navigazioneInterna{
	display:	none;
}
.sliderBlog .omniBloccoNavigazioneSeconda .HnA-area-navigazione{
	bottom:	1.5rem ;
}
@media(min-width:900px){
	.sliderBlog .NHA_EstDelimitatoreTesto .HnA-area-navigazioneInterna{
		display:	block;
	}
	.sliderBlog .omniBloccoNavigazioneSeconda .HnA-area-navigazione .HnA-area-navigazioneInterna{
		display:	none;
	}
}

.sliderBlog .OMNIDataArticoli{
	padding-left:	20px;
	position:	relative;
}
.sliderBlog .OMNIDataArticoli:before{
	content:	"";
	width:	17px;
	height:	17px;
	display:	block;
	background-image:	url("../images/calendario.png");
	background-repeat:	no-repeat;
	position:	absolute;
	left:	0px;
	bottom:	0px;
}
.sliderBlog .NHA_EstDelimitatoreTesto{
	width:	100%;
	padding-left:	0rem;
	padding-right:	0rem;
	margin-top:		4rem;
	margin-bottom:	4rem;
	display:	flex;
}
.sliderBlog .NHA_EstDelimitatoreAssolutoTesto{
	margin-top:	auto;
	margin-bottom:	auto;
}

.sliderBlog .bloccoPosizionamentoAusiliarioImmagine,
.sliderBlog .OMNIImmagine{
	width:	100%;
	padding-left:	0rem !important;
	padding-right:	0rem !important;
	margin-top:	0 !important;
}
.sliderBlog .NHA_EstDescrizione{
	flex-direction:	column;
}
.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ p,
.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ h1,
.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ h2,
.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ h3,
.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ h4,
.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ h5,
.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ h6,
.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ span,
.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ div{
	display:	none;
}
.sliderBlog .OMNIContenitoreImmagine {
	height:	100% !important;
}
.sliderBlog .quadroContenuti{
	/*padding-bottom:	60px;/* #FINALE02 */
	padding-top:	15px;
	padding-bottom:	80px;
}
html .sliderBlog .HnA-button{
	pointer-events:	none !important;
	display:	none !important;
}
.sliderBlog .OMNIContenitoreLeggiTuttoFondo{
	margin-top:	20px;
}
@media(min-width: 1480px){
	.sliderBlog .OMNIContenitoreImmagine{
		padding-right:	7rem;
	}
	.sliderBlog .quadroContenuti {
		padding-top:	35px;
		padding-bottom:	100px;
	}
}
/*@media(min-width:500px){*/
@media(min-width:900px){
	.sliderBlog .OMNIContenitoreLeggiTuttoFondo{
		display:	none !important;
	}
}

.slideLogistica{
	background-color:	#00707c;
}

.slideLogistica .testo{
	font-size:	1.3rem;
}
.slideLogistica .quadroContenuti,
.slideLogistica .quadroContenuti .bloccoPosizionamentoAusiliarioImmagine,
.slideLogistica .quadroContenuti .OMNIContenitoreImmagine{
	height:	100%;
}
.slideLogistica .quadroContenuti img{
	height:	100%;
	object-fit:	cover;
}

.slideLogistica img{
	pointer-events:	none !important;
}
.slideLogistica .NHA_EstDescrizione{
	position:	absolute;
	bottom:	0;
	left:	4rem;
	right:	4rem;
}
.slideLogistica .NHA_EstDescrizione .testo{
	text-align:	left;
	line-height:	1.1;
	text-transform:	uppercase;
	font-weight:	bold;
	color:	white;
}
.slideLogistica .NHA_EstDelimitatoreTesto {
	margin-bottom:	11px !important;
}
.fv-card-links.py-5.bg-primary{
	display:	none !important;
}
.slideLogistica .HnA-button{
	display:	none !important;
	pointer-events:	none !important;
}
.slideLogistica .bloccoPosizionamentoAusiliarioImmagine{
	width:	calc(100% - 6rem) !important;
	margin-left:	3rem !important;
	margin-right:	3rem !important;
}
.slideLogistica{
	/*padding-bottom:	3rem;*/
	padding-bottom:	5rem;
}
.slideLogistica .HnA-area-navigazione{
	bottom: 2rem;
}

/*@media(min-width: 500px){*/
/*@media(min-width: 900px){*/
@media(min-width: 992px){
	.fv-card-links.py-5.bg-primary{
		display:	block !important;
	}

	.sliderBlog .bloccoPosizionamentoAusiliarioImmagine{
		margin-top:	4rem !important;
		padding-top:	0rem !important;
		margin-bottom:	0rem !important;
		padding-bottom:	4rem !important;
	}

	html .sliderBlog .HnA-button{
		pointer-events:	all !important;
		/*display:	initial !important;*/
	}
	.Omni_facchinilogistica {
		display:	 none !important;
	}
	.sliderBlog .NHA_EstDelimitatoreTesto{
		width:	50%;
		padding-left:	4rem;
		padding-right:	4rem;
		margin-top:		4rem;
		margin-bottom:	4rem;
	}
	.sliderBlog .bloccoPosizionamentoAusiliarioImmagine{
		width:	50%;
	}
	.sliderBlog .NHA_EstDescrizione {
		flex-direction:	row;
	}
	
	.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ p,
	.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ h1,
	.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ h2,
	.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ h3,
	.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ h4,
	.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ h5,
	.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ h6,
	.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ span,
	.sliderBlog .NHA_EstDescrizione .omniIntestazioneArticolo ~ div{
		display:	block;
	}
}

.sliderBlog,
.sliderBlog h4,
.sliderBlog h3,
.sliderBlog h2,
.sliderBlog p{
	color:	#00707C !important;
}


.sliderBlog .quadroContenuti{
	display:	flex;
	padding-left:	3rem;
	padding-right:	3rem;
	margin-top:		4rem;
	margin-bottom:	4rem;
}

/*@media(min-width: 500px){*/
@media(min-width: 900px){
	.sliderBlog .quadroContenuti{
		padding-left:	4rem;
		padding-right:	4rem;
	}
}

.sliderBlog .OMNIContenitoreImmagine{
	width: 100%;
	display: inline-flex;
}
.sliderBlog .OMNIContenitoreImmagine img{
	padding-left:	4rem;
	padding-right:	4rem;
	margin-top:		4rem;
	margin-bottom:	4rem;
}

.sliderBlog .omniIntestazioneArticolo h4{
	font-family:	'Abril Fatface', cursive !important;
	color:	white !important;
	text-align:	left;
	font-size:	48px !important;
}
.sliderBlog .HnA-button{
	/*display:	none;*/
}
.sliderBlog .NHA_EstDelimitatoreTesto h3{
	text-align:	left !important;
	font-size:	25px !important;
	margin-bottom:	1rem;
}
.sliderBlog .NHA_EstDelimitatoreTesto h2{
	text-align:	left !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size:	20px !important;
	text-transform:	uppercase;
	font-weight:	500;
}
.sliderBlog .NHA_EstDelimitatoreTesto p{
	line-height:	1.3 !important;
	text-align:	left;
}
.sliderBlog .OMNIContenitoreLeggiTutto{
	text-align:	left;
}
.sliderBlog .NHA_EstDescrizione{
	display:	flex;
	width:	100%;
}
.sliderBlog .quadroIntroduzioneInterno h4{
	margin-bottom:	50px;
}
.sliderBlog .omniIntestazioneArticolo h3{
	margin-bottom:	5px !important;
}

.sliderBlog .OMNIContenitoreLeggiTutto{
	margin-top:	40px;
}

.sliderBlog .bloccoPosizionamentoAusiliarioImmagine{
	height: 100%;
}

.sliderBlog .OMNIContenitoreImmagine img {
	object-fit: cover;
	height: 100%;
}
.sliderBlog .OMNIContenitoreImmagine {
	height: calc(100% - 8rem);
}
.sliderBlog img{
	pointer-events:	none !important;
}
@media(min-width: 800px){
	.sliderBlog .quadroIntroduzioneInterno h4{
		margin-bottom:	80px;
	}
	.sliderBlog .omniIntestazioneArticolo{
		margin-bottom:	30px;
	}
	.sliderBlog .omniIntestazioneArticolo p:last-child{
		margin-top:	30px;
	}
	.sliderBlog .OMNIContenitoreLeggiTutto {
		margin-top:	80px;
		margin-bottom:	40px;
	}
	.sliderBlog .NHA_EstDelimitatoreTesto {
		margin-bottom:	0px !important;
	}
}

/* Gestione degli slider - termine */

/* Correzioni form Richiesta info ========================================== */
textarea.form-control{
	height:	200px !important;
}
/*@media(min-width: 500px){*/
@media(min-width: 900px){
	textarea.form-control{
		height:	auto !important;
	}
}
.SigmaTabInput.Sigmaprivacy.bloccoSigmaPrivacy{
	display:	inline-flex;
}
.SigmaTabInput.Sigmaprivacy.bloccoSigmaPrivacy .SigmaColonna.colonnatesto{
	margin-left:	10px;
}
.SigmaTabInput.Sigmatext,
.SigmaTabInput.Sigmaemail{
	width:	100%;
	height: calc(1em + 0.75rem + 2px);
}
.SigmaTabInput.Sigmatext{
	float:	left;
}
.SigmaTabInput.Sigmaemail{
	float:	right;
}
.SigmaTabInput.Sigmatextarea{
	margin-top:	10px;
}
.SigmaBloccoGruppoTestoSemplice h2{
	margin-bottom:	1.5rem !important;
}
/*@media(min-width: 800px){*/
@media(min-width: 900px){
	.SigmaTabInput.Sigmatext,
	.SigmaTabInput.Sigmaemail{
		width:	48%;
	}
	.SigmaBloccoGruppoTestoSemplice h2{
		margin-bottom:	1rem !important;
	}
}

.sensorSigmaModuloContainer textarea.form-control {
	height:	160px !important;
}

@media(max-height: 899px){
	.container .IntestazioneModuloSigmaInFooter h2{
		margin-top:	-2rem;
		margin-bottom:	2rem !important;
	}
}
/* Correzioni form Richiesta info - termine */

/* Correzioni corpo principale articolo */
.com-content.view-featured #sp-main-body{
	padding:	0px !important;
}

.fv-block.bg-primary .row.p-large.justify-content-around.align-items-center{
	padding:	0px !important;
}

.fv-card-links.py-5.bg-primary{
	padding-bottom:	0px !important;
}

.fv-card-links.py-5.bg-primary > .container > .row.align-items-stretch{
	padding-right:	15px;
	padding-left:	15px;
}

.fv-block.py-large.my-large.about-us{
	padding-left: 2rem;
	padding-right: 2rem;
}
/*@media(min-width: 500px){*/
@media(min-width: 900px){
	.fv-block.py-large.my-large.about-us{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

.ColonnaForm{
	width:	100%;
	/*border:	1px solid red;*/
	display:	inline-block;
}
.ColonnaForm .SigmaTabInput{
	width:	100%;
}
.SigmaTabInput.Sigmatextarea.AreaTestualePrincipale{
	width:	100%;
	float:	left;
	margin-top:	0px !important;
}
.SigmaTabInput.Sigmatextarea.AreaTestualePrincipale textarea{
	height:	96px !important;
}

@media(min-width: 900px){
	.ColonnaForm{
		width:	49%;
	}
	.SigmaTabInput.Sigmatextarea.AreaTestualePrincipale{
		width:	49%;
		float:	right;
	}
}
/* Correzioni corpo principale articolo - termine */


/* Correzione Form a pie pagina ============================================ */


.SigmaColonna.colonnatesto a{
	color:	#959595;
}
/* Correzioni Form a pie pagina - termine */


/* Correzione immagini ===================================================== */
.mh-lg-800{
	max-height:	850px !important;
}
/* Correzione immagini - termine */

/* Correzione Footer ======================================================= */
#sp-footer{
	background-color:	black !important;
}
#sp-footer #sp-footer1 > .sp-column{
	padding-left:	3rem;
	padding-right:	3rem;
}
/*@media(min-width:500px){*/
@media(min-width:900px){
	#sp-footer #sp-footer1 > .sp-column {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
#sp-footer1 .col-6.col-md{
	width:	100% !important;
	display:	inline-flex !important;
}

.fv-block.py-large.my-large.about-us {
	padding-bottom:	0rem;
}
.fv-block.py-large.my-large.about-us{
	margin-bottom:	0rem;
}


#sp-footer1 .col-6.col-md {
	/*height:	28px;*/ /* FINALE03 */
	height: 38px;
}
#sp-footer .sp-column .row {
	padding:	3rem 0 7rem 0 !important;
}

@media(min-width: 768px) AND (max-width: 803px){
	/*html #sp-footer ul.menu li:first-child,
	html #sp-footer ul.menu .colonna6 li,
	html #sp-footer ul.menu .colonna7 li{
		font-size:			12px !important;
	}
	html #sp-footer .colonna6 ul.menu li,
	html #sp-footer .colonna7 ul.menu li {
		font-size:			12px !important;
	}
	html #sp-footer ul.menu li {
		font-size:			10px;
	}*/
}

#sp-footer1 .col-6.col-md{
	padding-left:	0px !important;
}
#sp-footer1 .col-6.col-md a{
	line-height:	1 !important;
}

/*@media (min-width: 500px){*/
@media (min-width: 900px){
	#sp-footer1 .col-6.col-md {
		height:	auto;
	}
	#sp-footer .sp-column .row {
		padding:	3rem 0 3rem 0 !important;
	}
	.fv-block.py-large.my-large.about-us {
		padding-bottom: 2rem;
	}
	.fv-block.py-large.my-large.about-us{
		margin-bottom:	2rem;
	}
}

.footerFinale .footerFinale{
	font-size:	12px;
	/*margin-right:	-15px;
	margin-left:	-15px;*/
}
/*@media (max-width: 499px){*/
@media (max-width: 899px){
	.contattiFooter{
		margin-top:	4rem;
	}
}

/* Mappa Footer */
/*@media (max-width: 499px){*/
@media (max-width: 899px){
	.bloccoMappaFooter img{
		margin-top:	4rem;
		margin-left:	-3rem;
		margin-right:	-3rem;
		width:	100vw;
		max-width:	100vw;
		float:	right;
	}
}
/* Mappa Footer - termine */

/* Correzione Footer - termine */

/* Gestione personalizzazioni form contatti ================================ */
.formPaginaContatti .SigmaTabInput.SigmaTabFluttua {
	margin-bottom:	5px !important;
}

.formPaginaContatti textarea.form-control{
	height:			97px !important;
}
/* Gestione personalizzazioni form contatti - termine */

/* Correzione Minutaglie =================================================== */

.sp-scroll-up{
	display:	none !important;
}

.about-us .contattiFooter p{
	margin-bottom:	5px;
}
.btn-fv:after{
	line-height:	0.6 !important;
}

.ContenitoreArticolo.col-lg-9{
	border-right:	1px solid #e1e1e1 !important;
}
/* Correzione Minutaglie - termine */

/* Correzione Colonna ====================================================== */
.colonnaLaterale{
	margin-top: 4.7rem;
	padding-left:	2rem !important;
}
@media(min-width: 1480px){
	.colonnaLaterale{
		margin-top: 4.7rem;
		padding-left:	4rem !important;
	}
}
.colonnaLaterale h1,
.colonnaLaterale h2,
.colonnaLaterale h3{
	color:	black;
	line-height:	0.9 !important;
	font-size:	35px !important;
	margin-bottom:	30px;
}
.colonnaLaterale .sp-module-content{
	width:	100%;
	padding:	0px !important;
}
.colonnaLaterale .moduloRichiediPreventivo > .NumeroVerde{
	margin-left:	0px !important;
	margin-top:	20px;
	height:	50px;
	width:	100%;
	padding:	0px !important;
	/*margin-bottom:	100px !important;*/
	/*padding-bottom:	100px !important;*/
}
.colonnaLaterale .moduloRichiediPreventivo span{
	padding-left:	20px;
	padding-right:	20px;
	text-align:	center;
	line-height:	1.1;
}
.colonnaLaterale .NumeroVerde .sp-module-content{
	width:	100%;
	position:	absolute;
}
.colonnaLaterale .NumeroVerde p{
	text-align:	center;
}
.colonnaLaterale .NumeroVerde .NumeroVerde{
	margin-top:	3px !important;
	margin-left:	auto !important;
	margin-right:	auto !important;
	width:	auto;
	/*border:	1px solid red;*/
	padding-left: 20px; /* #FINALE02 */
}

.colonnaLaterale .NumeroVerde.custom:before{
	left:	-5px;
}
.colonnaLaterale .RichiediPreventivo{
	height:	50px;
	width:	100%;
	padding:	0px !important;
}
.colonnaLaterale .NumeroVerde a{
	width:	100% !important;
	display:	flex !important;
}
.colonnaLaterale .RichiediPreventivo .sp-module-content{
	margin-left:	auto !important;
	margin-right:	auto !important;
}
.colonnaLaterale ul{
	padding-left:	15px;
	padding-bottom:	25px;
}
/* Correzione Colonna - termine */

/* Correzione Responsive =================================================== */
.block-inner.row.h-100.no-gutters.align-items-center.my-3.my-lg-0.p-large{
	/*border:	4px solid red !important;*/
	padding:	0px !important;
}
.container {
	max-width:	unset !important;
}

.mh-400 {
	max-height: unset !important;
}
/* Correzione Responsive - termine */

/* Immagine intestazione =================================================== */
.jumbotron.jumbotron-fluid.p-0.m-0.page-banner .img-fluid{
	height: 200px;
	object-fit: cover;
}

/*@media(min-width: 500px){*/
@media(min-width: 900px){
	.jumbotron.jumbotron-fluid.p-0.m-0.page-banner .img-fluid{
		height: auto;
		object-fit: initial;
	}
}
/* Immagine intestazione */

/* Blocchi a pie pagina ==================================================== */
/*@media(max-width: 499px){*/
/*@media(max-width: 899px){/*==°"()"°==*/
@media(max-width: 767px){
	.fv-card-links.py-5 .card-img{
	/*.fv-card-links.py-5 .card-img-overlay.d-flex.flex-column{*/
		display:	none !important;
	}
	.fv-card-links.py-5 .card.h-100.position-relative{
		height:	80px !important;
	}
	.fv-card-links .card .card-img-overlay {
		top: 0 !important;
	}
	.fv-card-links [class*="col-"] {
		margin-bottom:	0rem !important;
	}
	.fv-card-links .card-text{
		display:	none !important
	}
	.fv-card-links .col-12.col-md-6.col-xl-3{
		margin-left:	0px;
		margin-right:	0px;
		padding-left:	0px;
		padding-right:	0px;
	}
	.fv-card-links .card .link:before{
		bottom:	53px;
	}
	.card.h-100.position-relative .flex-grow-1{
		display:	flex !important;
	}	
	.card-img-overlay.d-flex.flex-column.justify-content-start h4{
		padding-top:	0px !important;
		padding-bottom:	3px !important;
		margin-top:		auto !important;
		margin-bottom:	auto !important;
	}
	.fv-card-links .card .card-img-overlay:hover .link:before {
		transform:	rotate(0deg) !important;
	}
}
/* Blocchi a pie pagina - termine */

/* Breadcrumb ============================================================== */
.breadcrumb li{
	border-left:	1px solid #6c757d;
	padding-right:	10px;
	text-transform:	uppercase;
}
.breadcrumb li a{
	color:	#6c757d;
}
.breadcrumb li:last-child{
	color:	#00707C;
	text-decoration:	underline;
}
.breadcrumb li:first-child{
	border-left:	0px solid red;
	padding:	0px;
	display:	none !important;
}
.breadcrumb li:nth-child(2){
	border-left:	0px solid red;
}

.classeBreadcrumb{}
.breadcrumb{
    padding: 0 !important;
	padding-right:	35px !important;
	padding-left:	35px !important;

	margin-bottom: 0rem !important;
    list-style: none !important;
    background-color:	transparent !important;
	margin-bottom:	40px !important;
}

@media(min-width: 900px){
	.breadcrumb{
		padding: 0 !important;
		padding-right:	15px !important;
		padding-left:	15px !important;
	}
}

.breadcrumb li:before{
	display:	none !important;
}
/* Breadcrumb - termine */

/* Contenitori aggiuntivi ================================================== */
#sp-main-body{
	padding:	30px 0 100px 0;
}
.contenitoreRistretto{
	width:	auto;
	margin:	auto;
	display:	table;
}
.CRcorpo{
	display:	flex;
}
.CRcolonna{	
	width:	50%;
	white-space:	nowrap;
}
.iframeAssoluto{
	position:	absolute;
}
.fascia-grigia-pie-pagina{
	background-color:	gray;
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
	padding-top: 8rem !important;
	padding-bottom: 0rem !important;
}
.fascia-blu-pie-pagina{
	background-color:	black;
	margin-top:			0rem !important;
	margin-bottom:		0rem !important;
	padding-top:		7rem !important;
	padding-bottom:		2rem !important;
}
.fascia-gialla-pie-pagina{
	background-color:	black;
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
	padding-bottom: 0rem !important;
}

/* Gestione Cartd a pie pagina ============================================= */
/*@media(max-width: 899px){*/ /*==°"()"°==*/
@media(max-width: 767px){
	.fv-card-links .col-12.col-md-6.col-xl-3{
		width:	100% !important;
		max-width:	100% !important;
		display:	inline-table !important;
	}
	.fv-card-links.py-5 .card {
		border-top:	1px solid #71D3DC;
		border-bottom:	1px solid #71D3DC;
		border-left:	0px solid #71D3DC;
		border-right:	0px solid #71D3DC;
	}
	.fv-card-links .col-12.col-md-6.col-xl-3:first-child .card{
		border-top:	2px solid #71D3DC;
	}
	.fv-card-links .col-12.col-md-6.col-xl-3:last-child .card{
		border-bottom:	2px solid #71D3DC;
	}
	.fv-card-links .card .link:before{
		bottom:	52px !important;
	}
	.fv-card-links .card .card-img-overlay {
		padding-bottom:	0.8rem !important;
		padding-right:	3rem;
		/*padding-left:	35px !important;*/
		padding-left:	25px !important;
	}
	.fv-card-links .card .link:before{
		right:	31px !important;
	}
}
/* Gestione Cartd a pie pagina - termine */
/*@media(min-width: 500px){*/
@media(min-width: 900px){
	.fascia-grigia-pie-pagina{
		padding-bottom: 4rem !important;	
	}
}
@media(max-width: 899px){
	.ContenitoreArticolo{
		padding-right:	35px !important;
		padding-left:	35px !important;
	}
}


.sovracontainer{
	position:	absolute;
	width:	100%;
}
.sovracontainer .container{
	padding-left:	0px;
	padding-right:	0px;
}
.sovracontainer .container-inner {
	/*max-width:	1140px;*/
	max-width:	1172px;
	margin-left:	auto;
	margin-right:	auto;
	margin-bottom:	0px;
	margin-top:	0.4rem;
}
@media(min-width: 900px){
	.sovracontainer .container-inner {
		margin-top:	3rem;
	}	
}
.sovracontainer .breadcrumb{
	margin-bottom:	0px !important;
}

.sovracontainer + div section{
	/*border-top:	4px solid red;*/
	padding-top:	4rem;
}
.sovracontainer + #sp-main-body{
	/*border-top:	4px solid red;*/
	padding-top:	4rem;
}
.fondinogrigio{
	background-color:	#f6f6f6;
}
@media(min-width: 900px){
	.contattiPagina{
		margin-bottom:	4rem;
	}
}
/* Contenitori aggiuntivi - termine */


/* Tipografia ============================================================== */
.article-details.classeX h2{
	color:	#95948f !important;
	font-size:	30px !important;
	text-transform:	uppercase !important;
	font-family:	'Lato', sans-serif !important;
	margin-bottom:	30px;
	font-weight:	600;
	margin-top: 50px;
}
#sp-main-body .ContenitoreArticolo .article-header{
	margin-top:	0rem;
}

.container .block-heading{
	margin-bottom:	0rem !important;
}
.container .block-heading h1{
	margin-top:	4rem !important;
	margin-bottom:	0.7rem !important;
}
.article-header{
	margin-bottom:	0px;
}
@media(min-width: 900px){
	.container .block-heading,
	.container .block-heading h1{
		margin-bottom:	3rem !important;
	}
	
	#sp-main-body .ContenitoreArticolo .article-header{
		margin-top:	4.7rem;
	}
	.article-header{
		margin-bottom:	88px;
	}
}

#sp-main-body .ContenitoreArticolo h3{
	font-weight:	900;
	font-size:	20px;
	Font-family:	'Lato', sans-serif !important;
	text-transform:	uppercase;
	margin-bottom:	1.5rem !important;
	line-height: 1.2;
	color:	rgb(33, 37, 41);
}

#sp-main-body .ContenitoreArticolo h2 {
	color:	#95948f !important;
	font-size:	30px !important;
	text-transform:	uppercase !important;
	font-family:	'Lato', sans-serif !important;
	margin-bottom:	30px;
	font-weight:	600;
	margin-top: 50px;
}
.col-lg-12{
	padding-right:	35px !important;
	padding-left:	35px !important;
}
@media(min-width:900px){
	.col-lg-12{
		padding-right:	0px !important;
		padding-left:	0px !important;
	}
}
/* Tipografia - termine */

/* Blog ==================================================================== */
#sp-main-body .ContenitoreArticolo .blog .article-header{
	margin-bottom:	0px !important;
	margin-top:	0px;
}
.ContenitoreArticolo .blog .published{
	position:	relative;
	padding-left:	20px;
	margin-top:	1.3rem;
	margin-bottom:	1.1rem;
}
.ContenitoreArticolo .blog .published:before{
	content:	"";	
	width:	15px;
	height:	15px;
	display:	inline-block;
	top: 3px;
	left: 0px;
	position: absolute;
	background-image:	url("../images/calendario_pos.png");
	background-size:	contain;
	background-repeat:	no-repeat;
}
#sp-main-body .ContenitoreArticolo .blog .article-header h2,
#sp-main-body .ContenitoreArticolo .blog .article-header h2 a{
	margin-bottom:	0px !important;
	margin-top:	0px;
	color:	#4A4A48 !important;
}
#sp-main-body .ContenitoreArticolo .blog .sottotitolo h2{
	margin-bottom:	15px !important;
	margin-top:	7px;
	font-size:	20px !important;
	color:	#4A4A48 !important;
}
.blog > h2 span{
	color: #00707C !important;
	font-family:	'Abril Fatface', cursive !important;
    font-size:	48px !important;
	margin-bottom:	0.5rem !important;
	font-weight:	500 !important;
	line-height:	1.2;
	text-transform:	none;
}
.blog > h2{
	margin-top:	3rem !important;
	margin-bottom:	5rem !important;
}

.layout-blog .article-intro-image{
	width:	100%;
}

.layout-blog .article-header h2{
	color:	#4A4A48;
	font-size: 34px !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight:	600;
}
.layout-blog .sottotitolo h2{
	font-weight:	400 !important;
	font-size:	28px !important;
}
.layout-blog .article-intro-image{
	width:	100%;
	float:	left;
	margin-right:	0px !important;
	margin-left:	0px;
	margin:	0px !important;
}
.layout-blog .article-body{
	width:	100%;
	float:	left;
	margin-right:	0px;
	margin-left:	0px;
}
.layout-blog .article{
	display:	block;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.blog{
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.layout-blog .article-list:nth-child(even) .article-intro-image{
	order:	2;
}
.layout-blog .article-list:nth-child(even) .article-body{
	order:	1;
	float:	left !important;
	margin-left:	0;
	margin-right:	auto;
}
.layout-blog .article-list:nth-child(odd) .article-intro-image{
	margin-left:	0;
	margin-right:	auto;
}
.layout-blog .ContenitoreArticolo,
.layout-blog .article{
	padding:	0px !important;
}
.blog img{
	margin-bottom:	2rem;
}
.blog .article-body{
	margin-bottom:	3rem;
}

@media (min-width:	900px){
	.blog > h2{
		/*margin-left:	-35px;
		border:	1px solid red !important;*/
	}
	.layout-blog .article{
		display:	flex;
		padding-right: 15px;
		padding-left: 15px;
	}
	.layout-blog .article-intro-image{
		width:	47%;
		float:	right;
		margin-right:	0px !important;
		margin-left:	auto;
	}
	.layout-blog .article-body{
		width:	47%;
		float:	right;
		margin-right:	0px;
		margin-left:	auto;
	}
}
/* Blog - termine*/

/* Link pie pagina */
@media (min-width:900px){
	.card-img-overlay.d-flex.flex-column.justify-content-start{
		padding-top:	0px;
		padding-bottom:	0px;
	}
	.fv-card-links .card .card-img-overlay:hover .flex-grow-1{
		margin-top:	15px !important;
	}
}
.card-img-overlay.d-flex.flex-column.justify-content-start .flex-grow-1{
	margin:	auto !important;
	height:	auto !important;
	display:	inline-table !important;
	width:	100% !important;
}

/* Link pie pagina - termine */

/* Social */
.social-icons .icon{
	width:	25px;
	height:	25px;
	display: inline-flex;
	margin-right:	10px;
	background-size:	25px auto;
	background-position:	top;
	margin-bottom:	30px;
}
.social-icons .icon.ion-social-twitter{
	background-image:url("../images/fb_pos.png")
}
.social-icons .icon.ion-social-facebook{
	background-image:url("../images/linkedin_pos.png")
}
#BloccoFondoMenu .social-icons .icon{
	width:	20px;
	height:	20px;
	margin-bottom:	-4px;
	background-size:	20px auto;
}
#BloccoFondoMenu .social-icons .icon.ion-social-twitter{
	background-image:url("../images/fb_neg.png")
}
#BloccoFondoMenu .social-icons .ion-social-facebook{
	background-image:url("../images/linkedin_neg.png")
}

.social-icons a{
	text-decoration:	none !important;
}
/* Social - termine */

/* Ultimi ritocchi */
.blog .article-list .article,
.blog .article-list .article .article-intro-image{
	border-width:	0px;
}
.fv-card-links.py-5.bg-primary .card .card-img-overlay {
	background-color:	rgba(255, 255, 255, 0) !important;
}
.fv-card-links.bg-primary .card .card-img-overlay:hover {
	background-color:	rgba(0, 112, 124, 0.7) !important;
}
.fv-card-links .card .card-img-overlay {
	background-color:	rgba(255, 255, 255, 0.80) !important;
}

.fv-tiles .col-10.col-lg-6.p-large h2,
.fv-tile .col-10.col-lg-8.p-large h3{
	font-weight:	900 !important;
}


/* Regolazione grassetti in tabella */
.col-10.col-lg-8.p-large ol li{
	display:	-webkit-inline-box !important;
	width:		100%;
}
.col-10.col-lg-8.p-large ol li strong{
	display:	contents !important;
}
/* Regolazione grassetti in tabella - termine */

/*@media(min-width: 900px){*/ /*==°"()"°==*/
@media(min-width: 768px){
	.fv-card-links .card .card-img-overlay:hover .flex-grow-1{
		margin-top:	1.25rem !important;
	}
}

@media(min-width: 1480px){
	.col-12.col-md-6.p-5{
		padding:	7rem !important;
	}
}
@media(max-width: 687px){
	.fv-block.p-0.bg-lighter .col-12.col-lg-5.p-5{
		padding-left:	0px !important;
		padding-right:	0px !important;
	}

	.col-10.col-lg-8.p-large ol li{
		display:	flex !important;
	}
}

.jumbotron.jumbotron-fluid.p-0.m-0.page-banner img{
	/* Immagine di intestazione */
	width:	100%;
	max-width:	unset;
}

.bottonePrev{
	text-align:	center !important;
	margin-right:	10px !important;
}
.bottonePrev span{
	padding-left:	10px;
	padding-right:	10px;
}

.logo-image{
	height:	auto !important;
}

@media(max-width: 1079px){
	.social-icons .icon {
		margin-right:	2px;
	}

	.piedeAreaMenu .moduletable:nth-child(2){
		display:	none !important;
	}
}
.bottoneTestataMenu.bottoneNumero{
	font-size:	13px;
	font-weight:	600;
	line-height:	1.2;
}

.bottoneTestataMenu.bottoneNumero b{
	font-size:	11px;
}
@media(min-width: 900px){
	.formRichiediPreventivo form{
		/*border:	1px solid red !important;*/
		margin-left:	15px;
		margin-right:	15px;
	}
}
#BloccoFondoMenu{
	-webkit-transform: translateZ(0);
    /*-moz-transform: translateZ(0);*/
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
#sp-header{
	position:	static;
}
#sp-header #sp-logo{
	max-width: 19%;
}
#sp-header #sp-menu{
	max-width:	81%;
	flex:	0 0 81%;
}
/* Ultimi ritocchi - termine */

/* Regolazione loghi SVG */
	.logoMenu{
		width:	118px;
	}
	.logo img{
		/*height:	36px !important;*/
		height:	42px !important;
	}
	@media(min-width: 701px) AND (max-width: 899px){
		.logo img{
			height:	80px !important;
		}
		#sp-header #sp-logo {
			max-width:	23%;
		}
		#sp-header #sp-menu {
			max-width: 77%;
			flex: 0 0 77%;
		}
	}
	@media(min-width: 421px) AND (max-width: 700px){
		.logo img{
			height:	37px !important;
		}
		#sp-header #sp-logo {
			max-width:	60%;
		}
		#sp-header #sp-menu {
			max-width:	40%;
			flex:	0 0 40%;
		}
		#sp-header #sp-logo {
			margin-top:	51px !important;
		}
		#interruttoreBottone {
			top:	55px !important;
		}
	}
	@media(max-width: 420px){
		.logo img{
			height:	37px !important;
		}
		#sp-header #sp-logo {
			max-width:	50%;
		}
		#sp-header #sp-menu {
			max-width:	50%;
			flex:	0 0 50%;
		}
		#sp-header #sp-logo {
			margin-top:	51px !important;
		}
		#interruttoreBottone {
			top:	55px !important;
		}
	}
	.logoFVLog{
		height:	150px;
	}
	.logoFooter{
		width:	177px;
	}
	.logoContatti{
		width:	179px;
	}
/* Regolazione loghi SVG - termine */

.disascaliaForm,
.disascaliaForm div{
	display:	none;
	font-size:	10px !important;
}

.campiObbligatori{
	margin-left:	10px;
}

@media(max-width: 863px){
	.align-items-stretch .btn.btn-fv.mr-3{
		width:	auto !important;
		display:	table !important;
	}
}

.testoIntroduttivo li,
div[itemprop="articleBody"] li{
	font-size: 1rem;
}

/*#interruttoreBottone{
	border:	1px solid red !important;
}*/


/*html #sp-menu,
html .contenitoreBottoneMenu{
	position:	unset !important;
}

htlm #interruttoreBottone {
	transform: unset !important;
}*/

.bottoneMenu{
	position:	absolute !important;
}

.areaServizi h3{
	font-weight:	900 !important;
	font-size:	20px !important;
	margin-bottom:	1.5rem !important;
	line-height:	1.2;
}

@media(min-width: 992px){
	.PaginaConColonna{
		padding-right:	30px !important;
	}
}
@media(min-width: 1080px){
	.PaginaConColonna{
		padding-right:	3rem !important;
	}
	.colonnaLaterale {
		padding-left:	3rem !important;
	}
}

/* Regolazione del calendario */
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next{
	background-color:	#bcdadc;
	padding:	0px;
	cursor:	pointer;
	margin-bottom:	10px !important;
}
.ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker-header .ui-datepicker-next span{
	margin:	5px;
}
.ui-datepicker-header .ui-datepicker-next{
	float:	right;
}
.ui-datepicker-title{
	margin-top:	10px;
}
.ui-datepicker-week-end {
	 background-color:	#bcdadc;
}
.ui-datepicker{
	border:	1px solid #95948f !important;
}

@media(max-width:767px){
	.ui-datepicker-calendar,
	.ui-datepicker-header{
		font-size:	22px;
	}
	.ui-datepicker-calendar tbody a{
		padding:	5px;
	}
}
/* Regolazione del calendario - termine */

/* Credits */
.credits p{
	text-align:		center !important;
}
.credits .logocredits {
	margin:			30px auto 10px !important;
	width:			140px !important;
	float:			none !important;
}
.credits .logocredits img{
	margin:			0px !important;
}
.credits{
	width:			100% !important;
	display:		inline-flex !important;
}
.credits .credits-inner{
	width:			320px !important;
	position:		relative !important;
	z-index:		2 !important;
	float:			left !important;
	padding:		10px 20px !important;
	font-family:	Arial, Helvetica, sans-serif !important; 
	color:			white !important;
	margin:			auto !important;
}
.credits .riga {
	border-left:	1px solid #CCC !important;
	width:			2px !important;
	height:			350px !important;
	position:		absolute !important;
	/*left:			174px !important;*/
	left:			122px !important;
	margin-top:		20px !important;
}
.credits .indirizzo {
	display: block !important;
	font-size: 12px !important;
	line-height: 15px !important;
	margin: 50px 0 10px !important;
	position: relative !important;
	/*width: 320px !important;*/
}
.credits a:link {
	color: #009ddc !important;
	text-decoration:none !important;
	font-family: arial !important;
	font-size: 14px !important;
}
.credits a:visited, .credits a:active  {
	color: #FFF !important;	
}
.credits  a:hover {
	color: #fff !important;
	background-color: #009ddc !important;
}
.credits #navigation {
	display:		inline-block !important;
	padding:		0 !important;
	position:		relative !important;
	/*margin-left:	86px !important;	*/
	margin-left:	35px !important;	
 }
.credits #navigation ul{
		margin:		0 !important;
	}	
.credits #navigation li{
	margin:			12px 0 !important;
	padding:		0px 0px 0px 9px !important;
	/* float: left; */
	list-style-image:	none !important;
	list-style-type:	none !important;
}
.credits #navigation img{
	margin:			0 !important;
	width:			40px !important;
	float:			left !important; 
}
.credits #navigation span{
	display:		block !important;
	font-size:		11px !important;
	height:			50px !important;
	line-height:	12px !important;
	margin:			10px 0 10px 74px !important;
	position:		relative !important;
	width:			180px !important;
	padding:		6px 0 0 !important;
}

@media (max-width: 410px) {
	.credits{
		width: 100% !important;
		padding-left: 0px !important;
	}
	.credits .riga {
		/*left: 68px !important;*/
		left: 85px !important;
	}
	.credits #navigation {
		margin-left: 0px !important;
	}
	.credits .indirizzo {
		width: 100% !important;
	}
}

#navigation li:before,
#navigation li:after{
	display:		none !important;
}
/* Credits - termine */

/* Ultime correzioni */
@media (max-width: 599px){
	.sovracontainer {
		position:	relative;
	}
	.breadcrumb-item{
		margin-bottom:	0.2rem;
	}
}


/* Rimozione link telefonici autogenerati */
.footerFinale { pointer-events: none; }
.footerFinale > a { text-decoration:none; color:inherit; }
/* Rimozione link telefonici autogenerati - termine */


@media (max-width:387px){
	#sp-footer1 .col-6.col-md{
		max-width: 100% !important;
		flex: 0 0 100% !important;
		height:	auto !important;
	}
	#sp-footer1 .col-6.col-md .sp-module,
	#sp-footer1 .col-6.col-md ul,
	#sp-footer1 .col-6.col-md li{
		width:	100%;
		padding-left:	0px;
		padding-right:	0px;
	}
	#sp-footer1 .col-6.col-md a{
		text-align:	center !important;
	}
	#sp-footer .sp-column .row {
		padding:	3rem 0 2rem 0 !important;
	}
}

@media(min-width: 768px) AND (max-width: 899px){
	.about-us.fascia-grigia-pie-pagina .col-md-6.offset-md-1{
		padding-left:	0px !important;
		margin-left:	5.3333333333%;
	}

	.bloccoMappaFooter img {
		margin-top:		4rem;
		margin-left:	-3rem;
		margin-right:	0rem;
		width:			100% !important;
		max-width:		auto !important;
		float:			right;
	}

	.SigmaColonna.colonnatesto {
		margin-top:		-3px !important;
	}
}


/*.fv-tiles .p-large ol li{
	width:	calc(100% - 1.5rem;);
}*/

@media (min-width: 768px) AND (max-width: 899px){
	.fv-card-links .card .link{
		bottom:	0px;
	}
}

/* Correzione regolazione footer */

.Larg100{	width:	100%;}/*32*/
.Alt100{	height:	100%;}/*86*/
.ColonneFlessibili2{/*120*/
	column-count:		2;
}
.ColonneFlessibili2 > div{
	display:		block;
}
.Flessibile{/*681*/
	display:		flex;
	flex-wrap:		wrap;
}
.Riempitore{
	width:			100%;
	height:			100%;
}
.ColonneAutomatiche{
	justify-content:	space-between;
}
.ChildLarg100 > div{	width:	100%;}
.Contenitore{
	padding:		2rem;
	width:			100%;
	margin-left:	auto;
	margin-right:	auto;
	overflow:		hidden;
}


@media (min-width: 900px){
	.Larg100{	width:	100%;}/*32*/
	.Alt100{	height:	100%;}/*86*/
	.ColonneFlessibili2{/*120*/
		column-count:		7;
	}
	.ColonneFlessibili2 > div{
		display:		block;
	}
	.Flessibile{/*681*/
		display:		flex;
		flex-wrap:		wrap;
	}
	.Riempitore{
		width:			100%;
		height:			100%;
	}
	.ColonneAutomatiche{
		justify-content:	space-between;
	}
	.ChildLarg100 > div{	width:	100%;}
	.Contenitore{
		width:			100%;
		margin-left:	auto;
		margin-right:	auto;
		overflow:		hidden;
	}
}

@media (min-width: 1180px){
	.Contenitore{
		width:			1140px;
		width:			100%;
		padding-left:	calc(4rem - 25px);
		padding-right:	calc(4rem - 25px);
	}
}
@media (max-width: 1059px){
	.ColonneFlessibili2{/*120*/
		column-count:		4;
	}
}
@media (max-width: 930px){
	.ColonneFlessibili2{/*120*/
		column-count:		3;
	}
}
@media (max-width: 559px){
	.ColonneFlessibili2{/*120*/
		column-count:		2;
	}
}
@media (max-width: 407px){
	.ColonneFlessibili2{/*120*/
		column-count:		1;
	}
}
/* Correzione regolazione footer - termine */

/* Selettore lingue in mobile */
@media (max-width: 899px){
	.selettoreLingue{
		display:	block !important;
		top:	78px !important;
		right:	150px !important;
		z-index:	1;
		position:	absolute;
	}
	.lang-active a{
		color:		#00707c !important;
		font-weight:	bold;
	}
}
@media (max-width: 700px){
	.selettoreLingue{
		top:	73px !important;
		right:	140px !important;
	}
}

@media (min-width: 900px){
	.Contenitore {
		width:	1140px !important;
		padding-left:	15px;
		padding-right:	15px;
	}

	.ColonneAutomatiche > div{
		padding-right:	0;
		padding-left:	0;
	}

	.colonna4{
		margin-bottom:	5rem;
	}

	.Flessibile.Contenitore.bordo{
		padding-top:	4rem;
		padding-bottom:	1.5rem;
	}
	.separatore{
		border-bottom:	1px solid white;
		width: 1110px !important;
		/*padding-left: 15px;
		padding-right: 15px;*/
		margin:	auto;
	}
	.piede{
		padding-top:	1.5rem;
		/*padding-bottom:	1.5rem;*/ /* #FINALE05 */
	}
}
/* Selettore lingue in mobile - termine */


.RichiediPreventivo a:active,
.RichiediPreventivo a:focus {
	color: white;
}

@media(max-width: 340px){
	#sp-menu{
		padding-right:	0px;
	}
	.selettoreLingue {
		right:	113px !important;
	}
}

@media(min-width: 899px){
	.formPiePagina h2{
		margin-top:	-5px;
	}
}

@media (min-width: 768px) AND (max-width: 1059px){
	#sp-footer .menu{
		margin-bottom:	30px !important;
	}
}

@media(min-width: 900px){
	.Contenitore {
		width: 100% !important;
		padding-left:	calc(4rem + 15px);
		padding-right:	calc(4rem + 15px);
	}
}

.areaServizi ul li{
	font-size:	1.0rem;
}

.fv-card-links .card .link {
	/*left: 0;*/
}

.card-img-overlay.d-flex.flex-column.justify-content-start {
	padding-right: 2rem;
}

@media(min-width: 993px){
	.formPaginaContatti.blocchiBordati .SigmaTabInput{
		width:			48.5% !important;
		margin-right:	1.5% !important;
	}
	.formPaginaContatti.blocchiBordati textarea {
		width:			100% !important;
	}
}
@media(max-width: 767px){
	.formPaginaContatti .Sigmatextarea{
		margin-top:	0px !important;
	}
}

/*@media(max-width: 374px){*/
@media(max-width: 767px){
	.fv-card-links.py-5 .card.h-100.position-relative {
		height: 106px !important;
	}
	.fv-card-links .card .link:before{
		bottom: 64px !important;
	}
	.card-img-overlay.d-flex.flex-column.justify-content-start {
		padding-right:	3rem;
		/*background-color:	red !important;*/
	}
}

.linkPiePagina .fv-card-links.py-5{
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.areaServizi .py-extralarge{
	padding-bottom:		4rem;
}

/* Ultime correzioni - termine */



/* Modulo Cookie */
.modulocookie{
	font-family:		'Open Sans', sans-serif;
	font-size:			15px !important;
	margin-left:		20px;
	margin-right:		20px;
}

#cookiedipiu,
#cookieaccetta{
	padding:			10px 20px;
	text-decoration:	none !important;
	border:				1px solid white;
	margin-top:			10px;
	display:			inline-block;
	width:				calc(100% - 40px);
}

#cookiedipiu:hover,
#cookieaccetta:hover{
	color:				black !important;
	background-color:	white;
}



@media (min-width: 500px){
	#cookiedipiu{
		margin-right:		20px;
	}

	#cookiedipiu,
	#cookieaccetta{
		width:				auto;
	}
}
/* Modulo Cookie - termine */

.ColonneAutomatiche .menu{
	width:	100%;
}

.ColonneAutomatiche .sp-module {
	min-height:	70px;
}

.ColonneFlessibili2{
	padding-bottom:	30px;
	border-bottom:	1px solid white;
}

footer .Flessibile.Contenitore.bordo {
	padding-bottom:	0.5rem;
}

/* correzioni bottoni + */
.fv-card-links .card .link:before {
	right:	37px !important;
}

.fv-card-links .card .card-img-overlay {
	/*top: 69% !important;*/
}
.fv-card-links .card .card-img-overlay:hover {
	/*top: 0% !important;*/
}
.card-img-overlay.d-flex.flex-column.justify-content-start {
	padding-right:	3.1rem;
}

@media(min-width: 2054px){
	.linkPiePagina .fv-card-links .card .card-img-overlay {
		top: 80% !important;
	}
	.linkPiePagina .fv-card-links .card .card-img-overlay:hover {
		top: 0% !important;
	}
}
/* correzioni bottoni + - termine */

/* Classi personalizzate Manuel - termine */





/* == Classi LANDING PAGE ========================================================= */

/* == HEADER ============================================================ */

/* == DEFINIZIONE VOLUMI E SPAZI ============================== */
#sp-header {
	/*height:			100px;*/
	height:			110px;
}
#sp-header .sp-column{
	/*max-height:		100px;*/
	max-height:		110px;
	height:			100%;
	margin-left:	3rem;
	margin-right:	0rem;
}
.sp-megamenu-parent.menu-animation-fade-up.d-none.d-lg-block {
	/*max-height:		100px;*/
	max-height:		110px;
}
/*.sp-megamenu-wrapper{
	display:		none !important;
}*/
@media (max-width: 899px){
	#sp-header {
		height:			129px;
	}
}
/* == DEFINIZIONE VOLUMI E SPAZI - termine ==================== */

/* == LOGO ==================================================== */
#sp-header .logo {
	/*height:			100px;*/
	height:			180px;
}
@media (min-width: 1713px){
#sp-header .logo {margin-left:	6.5rem;}
}
@media (min-width: 1535px) AND (max-width: 1712px){
	#sp-header .logo {margin-left:	5.5rem;}
}
@media (min-width: 1372px) AND (max-width: 1534px){
	#sp-header .logo {margin-left:	4.5rem;}
}
@media (min-width: 1101px) AND (max-width: 1371px){
	#sp-header .logo {margin-left:	3.5rem;}
}
@media (min-width: 992px) AND (max-width: 1100px){
	#sp-header .logo {margin-left:	2.5rem;}
}
@media (max-width: 899px){
	#sp-header .logo {
		height:			58px;
	}
	#sp-header #sp-logo{
		margin-top:		60px !important;
	}
}
@media (min-width: 1919px){
	#sp-header .logo img {
		/*height:			60px !important;*/
		height:			150px !important;
		max-width:		unset;
	}
}

@media (min-width: 992px) AND (max-width: 1480px){
	/*#sp-header .logo {
		height:			70px;
	}
	#sp-header {
		height:			70px;
	}
	#sp-header .logo img {
		height:			50px !important;
	}*/
}

@media (max-width: 509px){
	#sp-header .sp-column{
		margin-left:	0px;
	}
}
@media (min-width: 387px) AND (max-width: 509px){
	/*#sp-header .logo img {
		height:			47px !important;
	}*/
}

/* == LOGO - termine ========================================== */

/* == IMMAGINE DI INTESTAZIONE ================================ */
.compensatore-header{
	/*margin-top:			100px;*/
	/*border:				4px solid red !important;*/
}
/* == IMMAGINE DI INTESTAZIONE - termine ====================== */

/* == PULSANTI SUPERIORI ====================================== */
.NumeroVerde,
.RichiediPreventivo{
	min-width:		10rem;
}
#sp-header .NumeroVerde .NumeroVerde{
	min-width:		unset;
	margin-right:	20px !important;
}
.RichiediPreventivo span{
	font-weight:	700;
	font-size:		15px;
	line-height:	1.1;
}
.NumeroVerde{
	line-height:	1;
	padding-right:	0px;
}
.NumeroVerde a > p:first-child{
	font-size:		15px !important;
}
.NumeroVerde a > p:last-child {
	font-size:		21px !important;
	font-weight:	700;
	margin-top:		-2px;
}
.NumeroVerde.custom:before {
	height:			33px;
	top:			5px;
}
@media (max-width: 899px){
	.NumeroVerde a > p:last-child{
		margin-top:		0px;
	}
	#sp-header .NumeroVerde .NumeroVerde{
		margin-right:	auto !important;
	}
	.NumeroVerde a > p:first-child {
		font-size:		14px !important;
	}
	.NumeroVerde a > p:last-child {
		font-size:		16px !important;
	}
	.NumeroVerde.custom:before{
		height:			25px !important;
		top:			3px !important;
	}
	.RichiediPreventivo br{
		display:		none !important;
	}
}
/* == PULSANTI SUPERIORI - termine ============================ */

/* == SELETTORE LINGUE ======================================== */
@media (min-width: 992px){
	.selettoreLingue{
		padding-left:	3rem;
		padding-right:	3rem;
	}
}
.sp-module-content .mod-languages ul.lang-inline li a{
	padding:		4px 5px 6px 7px !important;
}
.selettoreLingue .lang-active a{
	color:			white !important;
	background-color:	#00707c;
	text-decoration:	none !important;
}
.selettoreLingue .lang-inline li:first-child a{
	border-right:	0px solid white !important;
}
/*.selettoreLingue .lang-inline li:first-child a:after{
	content:		"A";
	margin-left:	-4px;
}*/
@media (max-width: 899px){
	.selettoreLingue {
		top:			78px !important;
		right:			40px !important;
	}
}
/* == SELETTORE LINGUE - termine ============================== */

/* == BANNER DI INTESTAZIONE ================================== */
.PosizioneTestata{
	position:		relative;
	/*height:			495px;*/
	/* LANDSCAPE */
	/*height:			49.5vw;*/
	height:			calc(100vh - 100px);
}
@media (max-width: 899px) AND (orientation: landscape){
	.PosizioneTestata{
		height:			41vw;
		
	}
}
@media (max-width: 899px) AND (orientation: portrait){
	.PosizioneTestata{
		height:			41vh;
		
	}
}

@media (min-width: 1920px){
	.PosizioneTestata{
		height:			calc(100vh - 130px);
	}
}
.PosizioneTestata .custom,
.PosizioneTestata .custom div,
.PosizioneTestata .page-banner{
	height:			100%;
}
.PosizioneTestata .page-banner img{
	height:			100% !important;
	object-fit:		cover !important;
}
@media (max-width: 1023px){
	.PosizioneTestata .page-banner img{
		object-position: left;
	}
}
/* == BANNER DI INTESTAZIONE - termine ======================== */

/* == MODULO CONTATTI HEADER ================================== */
.PosizioneAssoluta{
	display:		none !important;
	position:		absolute;
	top:			0px;
	right:			0px;
	width:			30.5%;
	background-color:	#f9f9f9;
	/*margin:			60px 40px;*/
	margin:			51px 40px;
	padding:		35px 29px 12px 29px;
}
@media (min-width: 1024px){
	.PosizioneAssoluta{
		display:		block !important;
	}
}
@media (min-width: 1024px) AND (min-width: 1024px){
	.PosizioneAssoluta {
		width:			32.5%;
	}
}
.PosizioneAssoluta h2{
	font-size:		40px !important;
}
.PosizioneAssoluta .SigmaTabInput{
	margin:			2px 0px 2px 0px !important;
	padding:		0px !important;
}
html .PosizioneAssoluta .colonnaSx,
html .PosizioneAssoluta .colonnaDx{
	width:			calc(50% - 5px) !important;
}
.PosizioneAssoluta .colonnaSx{
	margin-right:	5px !important;
}
.PosizioneAssoluta .colonnaDx{
	margin-left:	5px !important;
}
.PosizioneAssoluta .SigmaTabInput input{
	-webkit-border-radius:	0px;
	-moz-border-radius:	0px;
	border-radius:	0px;
	border-color:	#979797 !important;
	background-color:	#f9f9f9;
	padding:		7px 13px !important;
}
.PosizioneAssoluta .SigmaTabInput input:focus{
	border-color:	#979797 !important;
	background-color:	#f9f9f9;
}
.PosizioneAssoluta .SigmaTabInput textarea{
	border-color:	#979797 !important;
	height:			80px !important;
	background-color:	#f9f9f9;
}
.PosizioneAssoluta .Sigmaprivacy .colonnatesto a{
	font-size:		16px;
}
.PosizioneAssoluta .bloccoSigmaPrivacy #EtichettaSigmaPrivacy{
	margin-top:		4px !important;
}
.PosizioneAssoluta .ContenitorePrincipaleBottoniSigma{
	margin-bottom:	0px !important;
}
.PosizioneAssoluta .btn-fv.invia{
	margin-top: 	15px !important;
}
.TestoCampiObbligatori{
	/*text-align:		right;*/
	color:			#727272;

	position:		absolute;
	top:			4.9rem;
	right:			2.4rem !important;

	font-size:		0.8rem;
}

/* == MODULO CONTATTI HEADER - termine ======================== */

/* == HEADER - termine ================================================== */

/* == HOME PAGE ========================================================= */

/* == TESTO INTRODUTTIVO ====================================== */
@media (max-width: 990px){
	.testoIntroduttivo section{
		padding-bottom:	3rem !important;
	}
}
.testoIntroduttivo .contenitoreTesti{
	display:		inline-block;
	text-align:		center;
	width:			100%;
	margin-left:	auto;
	margin-right:	auto;
	margin-top:		3rem;
	font-family:	'Lato', sans-serif;
}
@media (max-width: 724px){
	.testoIntroduttivo .contenitoreTesti{
		width:			100%;
	}
}

@media (max-width: 990px){
	.testoIntroduttivo .py-extralarge{
		padding-top:	4rem;
		padding-bottom:	4rem;
	}
}

.testoIntroduttivo h2{
	color:			#4A4A48 !important;
	/*font-size:		30px !important;*/ /* #FINALE01*/
	font-size:		25px !important;
	text-transform:	uppercase !important;
	font-family:	'Lato', sans-serif !important;
	margin-bottom:	30px;
	font-weight:	800;
	margin-top:		80px;
	max-width:		70%;
	margin-left:	auto;
	margin-right:	auto;
}
@media (max-width: 991px){
	.testoIntroduttivo h2{
		font-size:		20px !important;
	}
}
@media (max-width: 990px){
	.testoIntroduttivo h2{
		max-width:		100%;
	}
}
.testoIntroduttivo p{
	/*font-size:		1.2rem !important;*/
	font-size:		1.4rem !important;
}
@media (min-width: 991px){
	.testoIntroduttivo .py-extralarge {
		padding-bottom:	7rem !important;
	}
}
/* == TESTO INTRODUTTIVO - termine ============================ */

/* == BLOCCHI ALTERNATI ======================================= */
.contenitoreBlocchiQuadrati p{
	font-size:		1.35rem !important;
	margin-bottom:	2.5rem !important;
	/*font-weight:	600;*/
	font-weight:	400;
}

.contenitoreBlocchiQuadrati .order-lg-1 p{
	text-align:		left;
}

.contenitoreBlocchiQuadrati .inLinea{
	text-transform:	unset;
	display:		inline;
}

.contenitoreBlocchiQuadrati > div{
	/*min-height:		40vw;*/
	min-height:			35vw;
}
.fv-tile.bg-primary .fv-tile-inner:after,
.fv-tile.bg-primary .fv-tile-inner:before{
	/* Rimozione delle frecce */
	display:		none !important;
}
.bloccoAlternatoImmagine{
	background-position:	center;
	background-size:	cover;
}
.bloccoAlternatoImmagine h2{
	padding:		20px;
	/*background-color:	rgba(0, 112, 124, 0.8);*/
	width:			auto;
	text-align:		center;
	margin:			auto;
	width:			auto;
	display:		table;
	padding:		40px 80px 40px 80px;
	position:		relative;
	/*z-index:		99;*/
}

.col-10.col-lg-6.p-large{
	position:		relative;
}
.col-10.col-lg-6.p-large:before{
	content:		"";
	mix-blend-mode: multiply;
	/*background-color:	rgba(0, 112, 124, 1);*/
	width:			100%;
	height:			calc(100% - 8rem);
	top:			4rem;
	left:			0px;
	display:		block;
	position:		absolute;
	/*z-index:		-2*/
}
.bloccoAlternatoTesto{
	font-size:		19px;
	font-family: 'Asap', sans-serif !important;
}
@media (min-width: 991px) AND (max-width: 1919px){
	.bloccoAlternatoImmagine h2{
		padding:	40px 40px 40px 40px;
	}
}
@media (max-width: 990px){
	.bloccoAlternatoTesto ul{
		padding-top:	3rem;
	}
}
.bloccoAlternatoTesto ul{
	padding-left:	0px !important;
}
.bloccoAlternatoTesto li{
	list-style:		none !important;
	display:		inline-flex;
	position:		relative;
	margin-bottom:	38px;
	width:			100%;
}
@media (min-width: 991px) AND (max-width: 1919px){
	.bloccoAlternatoTesto li{
		margin-bottom:		28px !important;
	}
	.bloccoAlternatoTesto li b {
		margin-bottom:		7px !important;
	}
	.bloccoAlternatoTesto .testoVerde li {
		margin-bottom:		0px !important;
	}
}
@media (max-width: 991px){
	.bloccoAlternatoTesto ul,
	.bloccoAlternatoTesto li{
		width:			100%;
	}
}
.bloccoAlternatoTesto span{
	display:		inline-block;
	width:			calc(100% - 75px);
}
.bloccoAlternatoTesto li b{
	text-transform:	uppercase;
	/*font-size:		19px;*/
	font-weight:	800;
	display:		block;
	margin-bottom:	13px;
	line-height:	1.2;
}
.bloccoAlternatoTesto li b + br{
	display:		none !important;
}
.bloccoAlternatoTesto li img{
	margin-right:	25px;
	width:			50px;
	height:			50px;
	top:			-7px;
	position:		relative;
}
.bloccoAlternatoTesto .marginiVariati li img {
	/*top:			20px;*/
	top:			0px;
	margin-top:		auto;
	margin-bottom:	auto;
}
@media (min-width: 800px) AND (max-width: 1919px){
	.bloccoAlternatoTesto .p-large{
		padding-top:	1.5rem;
		padding-bottom:	0rem;
	}
	.bloccoAlternatoTesto li{
		margin-bottom:	14px;	
	}
	.bloccoAlternatoTesto li b {
		/*font-size:		16px;*/
	}
	.bloccoAlternatoTesto li img {
		width:			43px;
		height:			43px;
	}
}
/* Eccezione: testo verde */
.bloccoAlternatoTesto .testoVerde li {
	margin-bottom:	0px;
}
.testoVerde b{
	text-transform:	unset !important;
	color:			#02707D !important;
	display:		inline !important;
	font-weight:	700 !important;
}
.testoVerde img{
	margin-top:		auto;
	margin-bottom:	auto;
	top:			unset !important;
}
.testoVerde li span{
	padding-top:	18px;
	padding-bottom:	18px;
}
/*.testoVerde li:first-child img,
.testoVerde li:nth-child(2) img{
	top:			-9px !important;
}*/
/* Eccezione: testo verde - termine */

/* Eccezione: costo stoccaggio */
.bloccoCosto{
	text-align:		center;
	max-width:		88%;
	margin:			auto;
}
.bloccoCosto p{
	font-weight:	500;
}
.bloccoCosto .costoStoccaggio{
	font-size:		3.8rem !important;
	color:			#00707C;
	font-weight:	400;
	line-height:	1.3;
	font-family:	'Abril Fatface', sans-serif;
	margin-bottom:	15px !important;
}
@media (max-width: 991px){
	.bloccoCosto .costoStoccaggio{
		font-size:		2rem !important;
	}
}
/* Eccezione: costo stoccaggio - termine */

/* Eccezione: distruggidocumenti */
.distruggidocumenti{
	text-align:		center;
}
.distruggidocumenti h2{
	color:			#4A4A48;
	font-weight:	900 !important;
	margin-bottom:	0px;
}
.distruggidocumenti p{
	color:			#4A4A48;
	line-height:	1.3;
}
.bottoneSpaziato{
	margin-top:		10px;
}
/* Eccezione: distruggidocumenti - termine */
/* == BLOCCHI ALTERNATI - termine ============================= */

/* == BLOCCO VIDEO ============================================ */
.bloccoVideo{
	width:			100%;
	margin:			0px;
	padding:		0px;
	position:		relative;
}
.contenitoreVideo{
	
}

@media (min-width: 800px){
	#schermoAvvioVideo{
		position:		absolute;
		/*border:			4px solid red;*/
		z-index:		99;
		width:			100%;
		height:			100%;
		background-image:	url("../images/avvio.png");
		background-repeat:	no-repeat;
		background-position:	center;
	}
}
/* == BLOCCO VIDEO - termine ================================== */

/* == BLOCCO FASCIA VERDE ===================================== */
.bloccoFasciaVerde{
	background-color:	#00707c;
	display:		inline-flex;
	width:			100%;
}
.bloccoFasciaVerde .contenitoreFasciaVerde{
	text-align:		center;
	color:			white;
	margin-left:	auto;
	margin-right:	auto;
	margin-top:		90px;
	margin-bottom:	145px;
	font-size:		16px !important;
	font-family: 'Asap', sans-serif !important;
}
.bloccoFasciaVerde .contenitoreFasciaVerde h2{
	color:			white;
	font-size:		25px !important;
	text-transform: uppercase !important;	
	font-family: 'Asap', sans-serif !important;
	margin-bottom:	30px;
	font-weight:	900;
	margin-top:		50px;
	margin-bottom:	60px;
}
.bloccoFasciaVerde .contenitoreFasciaVerde b{
	font-size:		20px;
	margin-top:		20px;
	display:		block;
}
.bloccoFasciaVerde .contenitoreFasciaVerde b + br{
	display:		none;
}
@media (min-width: 800px) AND (max-width: 1919px){
	.bloccoFasciaVerde .contenitoreFasciaVerde{
		margin-top:		55px;
		margin-bottom:	103px;
	}
}
/* == BLOCCO FASCIA VERDE - termine =========================== */

/* == LE NOSTRE PERSONALIZZAZIONI ============================= */
html .areaServizi{
	background-color:	white !important;
	/*margin-bottom:	1rem !important;*/

	padding-left:	4rem !important;
	padding-right:	4rem !important;
}
@media (max-width: 990px){
	.areaServizi .container{
		padding-top:	3rem !important;
	}
}
.areaServizi .container{
	width:			100%;
}
.areaServizi .block-heading{
	margin-top:		2.7rem !important;
	margin-bottom:	1.4rem !important;
}
.areaServizi h2{
	color:			#00707c;
	/*font-size:		27px !important;*/
	font-size:		40px !important;
	line-height:	1.45;
	text-transform:	uppercase !important;
	font-family: 'Asap', sans-serif !important;
	margin-bottom:	30px;
	font-weight:	700;
	/*margin-top:		0rem !important;
	margin-bottom:	0px !important;*/
	margin-top:		2.2rem;
	margin-bottom:	5rem;
}
.areaServizi p{
	font-size:		19px !important;
	margin-bottom:	0.8rem;
}
.areaServizi b{
	/*text-transform:	uppercase;*/
	font-size:		20px !important;
}
#v-pills-tab a.nav-link{
	margin-left:	0px !important;
	padding-left:	0px !important;
	padding-top:	.5rem;
	padding-bottom:	0px;
	-webkit-border-radius:	0px;
	-moz-border-radius:	0px;
	border-radius:	0px;
}
#v-pills-tab a.nav-link:hover{
	color: #4A4A48 !important;
	font-weight: bold;
}
#v-pills-tabContent{
	/*padding-left:	5rem;*/
	padding-top:	0.5 rem;
}
#v-pills-tabContent p{
	margin-bottom:	1.5rem;
}

@media (min-width: 800px) AND (max-width: 1919px){
	.areaServizi .py-extralarge {
		padding-top:	4rem;
		padding-bottom:	2rem;
	}
}

.logobanca{
	margin-bottom:	20px;
}
/* == LE NOSTRE PERSONALIZZAZIONI - termine =================== */

/* == FASCIA GRIGIA PIE PAGINA ========================================== */
@media (max-width: 899px){
	.fascia-grigia-pie-pagina{
		padding-top:	5rem !important;
	}
}
@media (min-width: 768px) AND (max-width: 899px){
	.fascia-grigia-pie-pagina{
		padding-bottom:	4rem !important;
	}
}
.fascia-grigia-pie-pagina h2{
	margin-bottom:	14px !important;
}
.contattiFooter a{
	color:			black;
}
@media (min-width: 800px) AND (max-width: 1919px){
	.fascia-grigia-pie-pagina {
		padding-top:	6rem !important;
		padding-bottom:	1rem !important;
	}
}
/* == MODULO CONTATTI ========================================= */
.fascia-grigia-pie-pagina textarea,
.fascia-grigia-pie-pagina input{
	background-color:	#f6f6f6 !important;
	-webkit-border-radius:	0px !important;
	-moz-border-radius:	0px !important;
	border-radius:	0px !important;
	border-color:	#979797 !important;
}
.fascia-grigia-pie-pagina .sensorSigmaContainerInterno.sensorSigmaModuloContainerInterno .SigmaTabInput.SigmaTabFluttua.Sigmatext{
	margin-bottom:	0px;
}
.fascia-grigia-pie-pagina .SigmaTabInput{
	margin-top:		10px !important;
}

@media (max-width: 1511px){
	.fascia-grigia-pie-pagina .SigmaTabInput{
		margin-top:		7px !important;
	}
	.fascia-grigia-pie-pagina .sensorSigmaContainerInterno.sensorSigmaModuloContainerInterno .SigmaTabInput.SigmaTabFluttua.Sigmaemail {
		margin-bottom:	0px !important;
	}
}
@media (min-width: 1512px){
	.fascia-grigia-pie-pagina .TextareaPienaLarghezza{
		margin-top:		0px !important;
	}
}
@media (max-width: 992px){
	.fascia-grigia-pie-pagina .TextareaPienaLarghezza{
		margin-top:		0px !important;
	}
}
@media (max-width: 992px){
	.fascia-grigia-pie-pagina .SigmaColonna.colonnatesto {
		margin-top:		0px !important;
		margin-bottom:	0px !important;
	}
	.fascia-grigia-pie-pagina textarea.TextareaPienaLarghezza {
		margin-top:		15px !important;
	}
	html .fascia-grigia-pie-pagina .SigmaTabInput textarea {
		height:			149px !important;
	}
}


/* == MODULO CONTATTI - termine =============================== */

/* == FASCIA GRIGIA PIE PAGINA - termine ================================ */

/* == FOOTER ============================================================ */
#sp-footer,
#sp-bottom {
	background:		white;
	background-color:	white !important;
	color:			black !important;
}
#sp-footer a{
	color:			black !important;
}
#sp-footer .ColonneFlessibili2{
	column-count:	2;
}
@media (max-width: 767px){
	#sp-footer .ColonneFlessibili2{
		column-count:	1;
	}
	#sp-footer .ColonneFlessibili2 .colonna1{
		margin-bottom:	30px;
	}
}
#sp-footer .titoloFooter{
	color:			#00707c;
	font-size:		27px !important;
	text-transform:	uppercase !important;
		font-family: 'Asap', sans-serif;
	margin-bottom:	30px;
	font-weight:	900;
	margin-top:		0rem !important;
	margin-bottom:	10px !important;
}
#sp-footer .Contenitore.bordo{
	padding-top:	2rem;
}
#sp-footer .Contenitore.bordo .ColonneFlessibili2{
	border-bottom:	2px solid #00707c
}
#sp-footer .footerFinale{
	font-size:		14px !important;
}
#sp-footer .piede {
	padding-top:	1rem;
	padding-bottom:	1.5rem !important;
}

/* Certificazioni */
.listaCertificazioni{
	display:		inline-flex !important;
}
.listaCertificazioni .monocromatico{
	width:			73px;
	height:			73px;
	margin-left:	10px;
}
.listaCertificazioni img:first-child{
	margin-right:	10px;
}
/* == FOOTER - termine ================================================== */


.fascia-grigia-pie-pagina .form-control::placeholder{
	color:			#9a9ea2;
}
.PosizioneAssoluta .form-control::placeholder{
	color:			#9a9ea2;
}

/* == Classi LANDING PAGE - termine =============================================== */










/* == Classi LORENZON ============================================================= */

/* Impostazione generale */
html h2{
	color:			white;
	font-size:		32px !important;
	line-height:	1.45;
	/*text-transform:	uppercase !important;*/
	font-family: 'Asap', sans-serif !important;
	font-weight:	700;
}

html body{
	font-family: 'Asap', sans-serif !important;
}
html p{
	font-size:		1.2rem !important;
	font-size:		19px !important;
	font-family: 'Asap', sans-serif !important;
}
/* Impostazione generale - termine */


/* Intestazione */
#sp-logo,
#sp-header .logo{
	margin-left:	0px !important;
	padding-left:	0px !important;
}
#sp-header .sp-column{
	margin-left:	0px !important;
	padding-left:	0px !important;
}
#sp-header .container{
	padding-left:	4rem;
	padding-right:	4rem;
	width:			100%;
}
#sp-header .container-inner{
	width:			100%;
	max-width:		1370px !important;
	margin-left:	auto;
	margin-right:	auto;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
	font-size:		18px;
}
#sp-header .sp-menu-item{
	margin-left:	27px;
}
.sp-megamenu-parent,
.sp-menu-item{
	height:			100%;
	max-height:		unset !important;
}
.sp-megamenu-parent li:last-child a{
	margin-right:	0px;
	padding-right:	0px;
}
.sp-menu-item{
	display:	inline-flex !important;
}
.sp-menu-item a{
	margin-top:		auto !important;
	margin-bottom:	auto !important;
}
/* Intestazione - termine */

#sp-menu .sp-column{
	width:			100%;
}
.sp-megamenu-wrapper{
	width:			100%;
}
#sp-header .row{
	margin-left:	0px;
	margin-right:	0px;
}


/* - Menu principale - */
@media(min-width: 992px){
	#sp-menu > .sp-column > .sp-module {
		display:	none !important;
	}
}

#sp-menu > .sp-column > .sp-module {
	float: right;
	margin-right: 0px;
	margin-left: auto;
}

.BloccoFondoMenu{
	background-color:	white !important;
}

.logoMenu {
	width: 272px;
	margin-left:	auto;
	margin-right:	auto;
}
.ContenitoreFondoMenu a{
	margin-left:	auto;
	margin-right:	auto;
	color: #4A4A48 !important;
}
.ContenitoreFondoFlessibile .colonnaMenuPrincipale{
	text-align:		center;
}

@media(max-width: 899px){
	#interruttoreBottone {
		top:		0px !important;
	}
	#sp-menu{
		margin-left:	0px;
		margin-right:	0px;
	}
	#sp-menu span{
		margin-right:	0px;
	}
	#interruttoreBottone {
		height: 88px;
	}
	.ContenitoreFondoMenu a {
		margin-left: 0;
		margin-right: auto;
	}
	.logoMenu {
		width:	182px;
	}
}

/* - Menu principale - termine - */

/* == Blocco slider ===================================================== */
.bloccoSliderLogami{
	padding:		0px !important;
}
.bloccoSliderLogami .col-10.col-lg-6.p-large{
	width:			100%;
	height:			100%;
	padding:		0;
}
.bloccoSliderLogami .col-12{
	padding:		0px;
	height:			100%;
}
.bloccoSliderLogami .moduletable{
	height:			100%;
}
.bloccoSliderLogami #pointer307,
.bloccoSliderLogami .Omni_base,
.bloccoSliderLogami .Omni_logamiverde,
.bloccoSliderLogami .Omni_logami{
/* TEMPORANEO MARCARE GLI SLIDER DI PAGINA */
	height:			100% !important;
}
.bloccoSliderLogami #pointer307 .HS_quadroMisura,
.bloccoSliderLogami .Omni_base .HS_quadroMisura,
.bloccoSliderLogami .Omni_logamiverde .HS_quadroMisura,
.bloccoSliderLogami .Omni_logami .HS_quadroMisura{
	height:			100% !important;
}
.bloccoSliderLogami #pointer307 .quadroContenuti,
.bloccoSliderLogami .Omni_base .quadroContenuti,
.bloccoSliderLogami .Omni_logamiverde .quadroContenuti,
.bloccoSliderLogami .Omni_logami .quadroContenuti{
	height:			100% !important;
	margin:			0px;
	padding:		0px;
}
.bloccoSliderLogami #pointer307 .bloccoPosizionamentoAusiliarioImmagine,
.bloccoSliderLogami .Omni_base .bloccoPosizionamentoAusiliarioImmagine,
.bloccoSliderLogami .Omni_logamiverde .bloccoPosizionamentoAusiliarioImmagine,
.bloccoSliderLogami .Omni_logami .bloccoPosizionamentoAusiliarioImmagine{
	height:			100%;
}
.bloccoSliderLogami #pointer307 .OMNIContenitoreImmagine,
.bloccoSliderLogami .Omni_base .OMNIContenitoreImmagine,
.bloccoSliderLogami .Omni_logamiverde .OMNIContenitoreImmagine,
.bloccoSliderLogami .Omni_logami .OMNIContenitoreImmagine{
	height:			100%;
}
.bloccoSliderLogami #pointer307 .OMNIImmagine,
.bloccoSliderLogami .Omni_base .OMNIImmagine,
.bloccoSliderLogami .Omni_logamiverde .OMNIImmagine,
.bloccoSliderLogami .Omni_logami .OMNIImmagine{
	object-fit: cover;
}


.bloccoSliderLogami .Omni_logami .NHA_EstDescrizione{
	position:	absolute;
	left:		0px;
	top:		0px;
	width:		100%;
	height:		100%;
	display:	flex;
}
.bloccoSliderLogami .Omni_logami .NHA_EstDelimitatoreTesto{
	margin:		auto;
	line-height:	1;
	font-size:	59px !important;
    line-height:	1.3;
    font-family: 'Asap', sans-serif !important;
	color:		white;
	font-weight:	700;
}
/* == Blocco slider - termine =========================================== */

/* == Blocco testi primari ============================================== */
.testoIntroduttivo .container > .py-extralarge{
	padding-top:	5.5rem;
	padding-bottom:	4rem !important;
	padding-left:	4rem;
	padding-right:	4rem;
}

.testoIntroduttivo h2 {
	margin-top:		69px;
	margin-bottom:	63px;
	font-weight:	700 !important;
}

.testoIntroduttivo p {
	margin-top:		0;
	margin-bottom:	1.55rem;
}

.testoIntroduttivo .colonnaSx{
	/*padding-right:	70px*/
}
.testoIntroduttivo .colonnaDx{
	padding-left:	70px
}

.contenitoreTesti{
	margin-top:		0px !important;
	padding-top:		0px !important;
	/*border:			1px solid red;*/
}
.contenitoreTesti h1{
	font-weight:	700;
	color:			#4A4A48 !important;
	font-size:		68px !important;
}

.contenitoreTesti .rigaTesti{
	/*margin-bottom:	102px;*/
	margin-bottom:	200px;
}

@media(max-width: 575px){
	.contenitoreTesti .rigaTest{
		margin-bottom:	100px;
	}
}

.testoIntroduttivo h2{
	/*font-size:		32px !important;*/
	font-size:		40px !important;
	line-height:	1.45;
	font-family: 'Asap', sans-serif !important;
}

.contenitoreTesti .h2verde{
	color:			#3C8747 !important;
}
.contenitoreTesti .h2azzurro{
	color:			#51AEE2 !important;
	padding-bottom:	0px !important;
	margin-bottom:	0px !important;
}
.contenitoreTesti p{
	text-align:		left;
}

.h2giallo{
	color:			white !important;

	font-size:		32px !important;
	line-height:	1.45;
	font-family: 'Asap', sans-serif !important;
	margin-top:		3rem;
	margin-bottom:	3rem;
}


/* == Blocco testi primari - termine ==================================== */

/* == Blocco le nostre lavorazioni ====================================== */

.areaServizi .nav-link{
	color:				#BCBCBC;
	border-bottom:		3px solid white;
	font-size:			25px;
}
.areaServizi .nav-link.active{
	background-color:	white !important;
	color:				#4A4A48 !important;
	border-bottom:		3px solid #F7A823;
	font-weight:		bold;
}

@media (min-width:768px){
	.areaServizi .col-md-3 {
		flex:			0 0 26.5%;
		max-width:		26.5%;
	}
	.areaServizi .col-md-9 {
		flex:			0 0 73.5%;
		max-width:		73.5%;
	}
	#v-pills-tabContent {
		padding-left:	1rem;
	}
}
/* == Blocco le nostre lavorazioni - termine ============================ */

/* == Fascia blu ======================================================== */
.intestazioneContatti{
	color:				white;
}

.fascia-blu-pie-pagina{
}
.fascia-blu-pie-pagina .col-md-9{
	padding-left:		5rem !important;
	padding-right:		0rem !important;
}
.intestazioneContatti .h2bianco{
	color:				white;
	font-size:			32px !important;
	line-height:		1.45;
	text-transform:		uppercase !important;
	font-family: 'Asap', sans-serif !important;
	font-weight:		700;
	margin-bottom:		25px;
}
.intestazioneContatti p{
	font-size:			17px !important;
}
.bloccoContatti{
	background-color:	white;
	-webkit-border-radius:	10px;
	-moz-border-radius:	10px;
	border-radius:		10px;
	padding-left:		2.4rem !important;
	padding-right:		2.4rem !important;
	padding-top:		1.8rem !important;
	padding-bottom:		1.8rem !important;

	margin-top:			2.2rem;
}
.bloccoContatti input[type="text"],
.bloccoContatti textarea{
	-webkit-border-radius:	50px;
	-moz-border-radius:	50px;
	border-radius:		50px;
	/*border:				1px solid #312783 !important;
	color:				#312783 !important;
	background-color:	white !important;*/
}
.rigaContatti{
	margin-bottom:		16px;
}
.rigaContatti > div{
	width:				calc(100% - 65px);
}
.iconaContatti {
	max-height:			34px;
	max-width:			25px;
	margin-left:		15px;
	margin-right:		25px;
}
.immagineContatti{
	margin-bottom:		40px;
	margin-left:		65px;
}
.bloccoContatti h2{
	font-size:			27px !important;
	line-height:		1.45;
	font-family: 'Asap', sans-serif !important;
	font-weight:		700;
	color:				#f96400;
	margin-bottom:		0px !important;
}

/* == Fascia blu - termine ============================================== */

/* == Fascia gialla ===================================================== */
.fascia-gialla-pie-pagina{

}
.fascia-gialla-pie-pagina .container{
	padding-left:		0px;
	padding-right:		0px;
}
.fascia-gialla-pie-pagina .row{
	margin-left:		0px !important;
	margin-right:		0px !important;
}
.fascia-gialla-pie-pagina .col-sm-12.my-auto{
	padding-left:		0px;
	padding-right:		0px;
}
.fascia-gialla-pie-pagina h2{
	margin-bottom:		32px;
}
.fascia-gialla-pie-pagina .col-md-6{
	padding:			0px;
}
.fascia-gialla-pie-pagina .allineamentoSingolaColonna{
	/*border:				2px solid red;*/
	margin-left:		auto;
	margin-right:		0px;
	padding-left:		4rem !important;
	width:				50vw;
	height:				100%;
	padding-right:		2rem;
}
.fascia-gialla-pie-pagina .margine-fittizio{
	max-width:			685px;
	/*border:				2px solid green;*/
	margin-left:		auto;
	margin-right:		0px;
	height:				100%;
}
.fascia-gialla-pie-pagina p{
	color:				white;
}
.fascia-gialla-pie-pagina h2{
	color:				white;
}
.fascia-gialla-pie-pagina img{
	height:				643px;
	object-fit:			cover;
	width:				100%;
}
/* == Fascia gialla - termine =========================================== */

/* == Footer ============================================================ */
.sezioneFooter{
	margin-bottom:		8px !important;
}
html #sp-footer ul.menu li a{
	color:				black !important;
	text-align:			right;
	font-weight:		700;
	font-size:			18px;
}
#sp-footer .row{
	margin-left:		0px;
	margin-right:		0px;
}
#sp-footer .about-us{
	padding-left:		4rem;
	padding-right:		4rem;
}
#sp-footer ul.menu li{
    margin-top: -2px
}
#sp-footer .colonna2 .menu li,
#sp-footer .colonna2 .menu a,
#sp-footer .colonna2{
	margin-right:		0px !important;
	padding-right:		0px !important;
}
#sp-footer .colonna1{
	margin-left:		0px !important;
	padding-left:		0px !important;
}
#sp-footer .colonna2 .sp-module-content{
	display:			flex;
}
#sp-footer ul.menu{
	margin-right:		0px !important;
	margin-left:		auto !important;
}
#sp-footer .container{
	/*margin-left:	0px !important;
	margin-right:	0px !important;*/
	padding-left:	0px !important;
	padding-right:	0px !important;
}
#sp-footer .logoFooter{
	width:				349px;
	height:				auto;
	margin-bottom:		20px;
}
.allineaDx{
	width:				100%;
}
.allineatore{
	margin-left:		-20px;
	margin-right:		auto;
}
/* == Footer - termine ================================================== */

/* == Regolazioni pagina ================================================ */
.regolatore{
	padding-left:		0px !important;
	padding-right:		0px !important;
}
.container-limitato{
	max-width:			1370px !important;
	margin-left:		0px !important;
	margin-right:		0px !important;
}
.container-limitato{
	margin-left:		auto !important;
	margin-right:		auto !important;
}
/* == Regolazioni pagina - termine ====================================== */

/* == Ultima riga ====================================== */
.fascia-finale{
	padding-left:	4rem;
	padding-left:	4rem;
	padding-bottom:	115px;
}
.fascia-finale .row{
	margin-left:	0px !important;
	margin-right:	0px !important;
}
.ultimaRiga p,
.ultimaRiga a,
.ultimaRiga a:active,
.ultimaRiga a:visited,
.ultimaRiga a:hover{
	color:			#bcbcbc;
	font-size:		18px !important;
}
/* == Ultima riga - termine ====================================== */

/* == Eccezioni ====================================== */
textarea::-webkit-input-placeholder {
  color: #312682;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: #312682;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #312682;  
}

textarea:-ms-input-placeholder {
  color: #312682;  
}

textarea::placeholder {
  color: #312682;  
}
/*html .greyBlock .SigmaTabInput .SigmaTabInput textarea{*/
textarea{
	color: #312682 !important
}

.fascia-blu-pie-pagina .rigaContatti a{
	color:	white;
}





/* == Eccezioni - termine ====================================== */









/* == REGOLAZIONI RESPONSIVE =================================================== */
/* Testi introduttivi */
@media (max-width: 767px){
	.testoIntroduttivo .container >.py-extralarge{
		padding-left:	3rem !important;
		padding-right:	3rem !important;
	}
	.testoIntroduttivo .colonnaSx{
		padding-left:	0px;
		padding-right:	0px;
	}
	.testoIntroduttivo .colonnaDx {
		padding-left:	0px;
		padding-right:	0px;
	}
	.testoIntroduttivo .rigaTesti{
		margin-left:	0px;
		margin-left:	0px;
	}
}

@media(max-width: 480px){
	.testoIntroduttivo .container >.py-extralarge{
		padding-left:	2rem !important;
		padding-right:	2rem !important;
	}
}
/* Testi introduttivi - termine */

/* Le nostre personalizzazioni */
@media (min-width: 481px) AND (max-width: 767px){
	#v-pills-tabContent {
		padding-left:	0rem;
		padding-top:	3rem;
	}
	html .areaServizi {
		padding-left:	3rem !important;
		padding-right:	3rem !important;
	}
	html .areaServizi .col-12.col-lg-12{
		padding-left:	0rem !important;
		padding-right:	0rem !important;
	}
}

@media(max-width: 480px){
	#v-pills-tabContent {
		padding-left:	0rem;
		padding-top:	3rem;
	}
	html .areaServizi {
		padding-left:	2rem !important;
		padding-right:	2rem !important;
	}
	html .areaServizi .col-12.col-lg-12{
		padding-left:	0rem !important;
		padding-right:	0rem !important;
	}
}
/* Le nostre personalizzazioni - termine */

/* Fascia blu */
@media (min-width: 481px) AND (max-width: 767px){
	.fascia-blu-pie-pagina{
		padding-left:	3rem !important;
		padding-right:	3rem !important;
	}
	#sp-footer .about-us{
		padding-left:		3rem;
		padding-right:		3rem;
	}
	.fascia-blu-pie-pagina .col-md-9{
		padding-left:	0px !important;
		padding-top:	2rem;
	}
	.greyBlock textarea {
		width:			100% !important;
	}
	html .greyBlock .SigmaTabInput .SigmaTabInput input[type="text"] {
		width:			100% !important;
	}
	#sp-header .container {
		padding-left:	3rem !important;
		padding-right:	3rem !important;
	}
}

@media(max-width: 480px){
	.fascia-blu-pie-pagina{
		padding-left:	2rem !important;
		padding-right:	2rem !important;
	}
	#sp-footer .about-us{
		padding-left:		2rem;
		padding-right:		2rem;
	}
	.fascia-blu-pie-pagina .col-md-9{
		padding-left:	0px !important;
		padding-top:	2rem;
	}
	.greyBlock textarea {
		width:			100% !important;
	}
	html .greyBlock .SigmaTabInput .SigmaTabInput input[type="text"] {
		width:			100% !important;
	}
	#sp-header .container {
		padding-left:	2rem !important;
		padding-right:	2rem !important;
	}
}
/* Fascia blu - termine */


.posizioneAncora{
	height:		0px;
	position:	relative;
}
.posizioneAncora .ancora{
	position:	absolute;
	top:		-70px;
}
.posizioneAncora .ancoraAlzata{
	position:	absolute;
	top:		-140px;
}


@media(max-width: 1072px){
	.TestoCampiObbligatori{
		position:	relative !important;
		top:	0;
		left:	0;
	}
	.greyBlock .SigmaTabInput{
		width:	100%;
	}
	.greyBlock .ContenitorePrincipaleBottoniSigma{
		width:	100%;
		margin-top:	0px;
	}
	.greyBlock .Sigmaprivacy {
		margin-top:	0px !important;
	}
	.greyBlock .ContenitorePrincipaleBottoniSigma > div {
		float: left;
		margin-right: auto !important;
		margin-left: 0 !important;
	}
	/*.greyBlock .Sigmaprivacy a:hover {
		letter-spacing: -0.5px;
	}*/
	/*.bloccoSigmaPrivacy,
	.bloccoSigmaPrivacy .colonnatesto,
	.bloccoSigmaPrivacy .colonnatesto a,
	.bloccoSigmaPrivacy .colonnatesto a:hover{
		line-height: 18px !important;
	}*/
}
@media(max-width: 991px){
	.testoIntroduttivo .colonnaDx {
		padding-left: 30px;
	}
	.testoIntroduttivo .colonnaSx {
		padding-right: 30px;
	}
	.bloccoAlternatoTesto p{
		text-align:	center !important;
	}
	.colonna2{
		display:	none !important;
	}

}
@media(max-width: 899px){
	#sp-header #sp-logo {
		margin-top: 14px !important;
	}
	#sp-header {
		height: 88px;
	}
	.bloccoSliderLogami .Omni_logami .NHA_EstDelimitatoreTesto {
		font-size: 43px !important;
	}
	.contenitoreTesti h1 {
		font-size: 47px !important;
	}
	.testoIntroduttivo h2,
	.areaServizi h2,
	.intestazioneContatti .h2bianco,
	.fascia-gialla-pie-pagina h2{
		font-size: 25px !important;
	}
}

@media (min-width: 768px) AND (max-width: 899px){
	.fascia-blu-pie-pagina{
		padding-left:	3rem !important;
		padding-right:	3rem !important;
	}
	#sp-header .container {
		padding-left:	3rem !important;
		padding-right:	3rem !important;
	}
	html .areaServizi {
		padding-left:	3rem !important;
		padding-right:	3rem !important;
	}
	html .areaServizi .col-12.col-lg-12{
		padding-right:	0px !important;
		padding-left:	0px !important;
	}
	.fascia-gialla-pie-pagina .allineamentoSingolaColonna {
		padding-left:	3rem !important;
	}
	#sp-footer .about-us{
		padding-left:		3rem;
		padding-right:		3rem;
	}
	.fascia-finale{
		padding-left:	3rem;
		padding-right:	3rem;
	}
}

@media (max-width: 767px){
	.fascia-gialla-pie-pagina .allineamentoSingolaColonna{
		width:			100%;
		padding-left:	2rem;
		padding-right:	2rem;
		margin-left:	0px;
		margin-right:	0px;
		padding-top: 9.8rem !important;
		padding-bottom: 10rem !important;
	}
	.fascia-finale {
		padding-left:	3rem !important;
		padding-right:	3rem !important;
	}
	.fascia-gialla-pie-pagina .allineamentoSingolaColonna{
		padding-left:	3rem !important;
		padding-right:	3rem !important
	}
	.bloccoSigmaPrivacy .greyBlock .SigmaColonna{
		margin-bottom:	0px !important;
	}
	.logoFooter{
		max-width:	50vw;
	}
	
}

@media (max-width: 480px){
	.fascia-finale{
		padding-left:	2rem;
		padding-right:	2rem;
	}
	.fascia-gialla-pie-pagina .allineamentoSingolaColonna{
		padding-left:	2rem !important;
		padding-right:	2rem !important
	}
}

@media (max-width: 575px){
	.testoIntroduttivo .colonnaDx {
		padding-left:	0px;
	}
}
@media (max-width: 575px){
	/* Regolaziono ottiche */
	.contenitoreTesti h1 {
		font-size: 35px !important;
	}
	.testoIntroduttivo h2,
	.areaServizi h2,
	.intestazioneContatti .h2bianco,
	.fascia-gialla-pie-pagina h2 {
		font-size: 20px !important;
	}
	.testoIntroduttivo h2 {
		margin-top:	45px;
		margin-bottom:	39px;
	}
	.testoIntroduttivo p {
		font-size: 1rem !important;
	}
	
	.contenitoreBlocchiQuadrati p {
		font-size: 1rem !important;
	}
	
	html p {
		font-size: 1rem !important;
	}
	.areaServizi .nav-link {
		font-size: 18px;
	}
	.areaServizi p,
	.areaServizi p b{
		font-size: 1rem !important;
	}
	.sezioneFooter p{
		font-size:	0.8rem !important;
	}
	.fascia-finale p,
	.fascia-finale a,
	.fascia-finale a:hover{
		font-size:	0.8rem !important;
	}
	/* Regolaziono ottiche - termine */
}

@media(min-width: 768px) AND (max-width: 992px){
	html .greyBlock .SigmaTabInput textarea {
		height: 157px !important;
	}
}
@media(max-width: 1071px){
	.greyBlock .bloccoSigmaPrivacy.SigmaTabInput{
		width:		100% !important;
	}
}
@media(min-width: 768px) AND (max-width: 991px){
	html .SigmaColonna.colonnatesto {
		margin-top:	7px !important;
	}
}

@media(min-width: 1920px){
	#sp-header {
		height: 130px;
	}
	#sp-header .logo img {
		padding-top:	10px !important;
		height: 185px !important;
	}
	#sp-header .sp-column {
		max-height:	129px !important;
	}
	#sp-header .logo {
		height: 194px;
	}
}

html .form-control:placeholder,
html .form-control::placeholder{
	color:	#312682 !important;
}
/* == REGOLAZIONI RESPONSIVE - termine =================================================== */


@media(max-width: 991px){
	.fv-tile-inner {
		min-height: 171px !important;
	}
	.fv-tile-inner p{
		margin-bottom:	0px !important;
	}
}

input[type="checkbox"]{
  /*width: 15px; /*Desired width*/
  /*height: 15px; /*Desired height*/
}

.bottone_su{
	/*display:		none;*/
	width:			3.5rem;
	position:		fixed;
	bottom:			10.5rem;
	right:			3rem;
}
.YBackToTop{
	display:		none;
}

@media (max-width: 991px){
	.bottone_su {
		width:		4rem;
		bottom:		3.5rem;
	}
}

/* == Correzioni temporanee ======================================================= */
#sp-footer .ColonneFlessibili2 {
	column-count: 1 !important;
}
/* == Correzioni temporanee - termine ============================================= */





/* Regole speciali agrinatura ========================================== */
/* Menu */
.ContenitoreFondoFlessibile{
	background-color:	black;
	color:				white;
}
.ContenitoreFondoFlessibile a{
	color:				white !important;
}

@media (max-width: 1480px){
	/*#sp-header {
		height:			110px;
	}*/
}

@media (max-width: 899px){
	#sp-header #sp-logo{
		margin-top:		0px !important;
	}
}

@media (min-width: 992px) AND (max-width: 1200px){
	#sp-header .sp-menu-item {
		margin-left:	0px;
	}
	.sp-megamenu-parent > li > a,
	.sp-megamenu-parent > li > span {
		font-size:		16px;
	}
	
	#sp-header #sp-logo {
		max-width:		28%;
	}
	#sp-header #sp-menu {
		max-width:		75%;
		flex:			0 0 75%;
	}
}

.linkQualita .image-title{
	display:			none !important;
}
.linkQualita img{
	margin-top:			-32px;
	margin-bottom:		-32px;
}

@media (min-width: 992px) AND (max-width: 1919px){
	.linkQualita img{
		height:			57px;
	}
}
@media (max-width: 991px){
	.linkQualita img{
		margin-top:		20px;
		margin-left:	auto;
		margin-right:	auto;
		height:			57px;
	}
}

/* Menu - termine */

/* Blocco testuale introduttivo */
.testoIntroduttivo .h1intestazione{
	color:				white !important;
	font-size:			40px !important;
	text-transform:		uppercase;
	margin-top:			30px;
	margin-bottom:		20px;
}

.testoIntroduttivo .titoloEvidenziato{
	text-align:			center !important;
	font-weight:		bold !important;
	font-size:			40px !important;
	text-transform:		uppercase;
	line-height:		1.2 !important;
}


@media(max-width: 575px){
	.testoIntroduttivo .h1intestazione{
		font-size:			25px !important;
	}

	.testoIntroduttivo .titoloEvidenziato{
		font-size:			25px !important;
	}

}

.BloccoIntroduzione{
	margin-bottom:		4rem;
}

@media(min-width: 902px){
	.BloccoIntroduzione{
		max-width:		50% !important;
		margin-left:	auto !important;
		margin-right:	auto !important;
	}
}

.contenitoreTesti .h2bianco {
	color:				white !important;
	padding-bottom:		0px !important;
	margin-bottom:		0px !important;
}
/* Blocco testuale introsuttivo - termine */


/* Blocchi testi alternati immagini */
.contenitoreBlocchiQuadrati .evidenziato{
	font-size:			1.55rem !important;
	text-transform:		uppercase;
	margin-bottom:		4rem !important;
	font-family:		'Montserrat', sans-serif !important;
	line-height:		1.2;
}
/* Blocchi testi alternati immagini - termine */

/* Modulo contatti */
.intestazionePrimariaContatti p{
	/*font-size:		32px !important;*/
	font-size:		40px !important;
	font-weight:	bold;
	text-transform:	uppercase;
	text-align:		center;
	margin-bottom:	50px;
}



.titoloEvidenziato:after,
.h2bianco:after,
.h2giallo:after,
.intestazionePrimariaContatti:after{
	content:		"";
	display:		block;
	width:			148px;
	height:			9px;
	background-color:	white;
	margin-left:	auto;
	margin-right:	auto;
	margin-bottom:	80px;
}

.h2bianco:after,
.h2giallo:after{
	margin-top:		53px;
	margin-bottom:	50px;
}
.titoloEvidenziato:after{
	margin-top:		38px;
	margin-bottom:	50px;
}

.areaServizi h2 {
	margin-bottom:	3rem;
}

@media (max-width: 767px){
	.immagineContatti {
		margin-left:	auto;
		margin-right:	auto;
	}
}
/* Modulo contatti - termine */

/* Footer */
.ultimaRiga{
	color:				#bcbcbc !important;
	display:			grid;
}

.ultimaRiga .text-right{
	padding-right:		4rem;
}

@media (max-width: 767px){
	.ultimaRiga .text-right,
	.ultimaRiga{
		text-align:			center !important;
	}
	.ultimaRiga .text-right{
		padding-right:		0rem;
	}
}

@media (min-width: 768px){
	.ultimaRiga{
		display:			block !important;
	}
	.ultimaRiga .text-right{
		float:				right !important;
	}
}
/* Footer - termine */

@media (max-width: 700px){
	.contenitoreBlocchiQuadrati .evidenziato{
		font-size: 20px !important;
	}
	.intestazionePrimariaContatti p{
		font-size: 20px !important;
	}
}

@media (min-width: 701px) AND (max-width: 899px){
	.contenitoreBlocchiQuadrati .evidenziato,
	.intestazionePrimariaContatti p,
	.testoIntroduttivo h2,
	.areaServizi h2{
		font-size:			30px !important;
	}
}

.posizioneDoveSiamo{
	padding-top:			100px !important;
}

.posizioneDoveSiamo .h2giallo,
.posizioneDoveSiamo .block-heading {
	margin-top:				0rem !important;
	padding-top:			0rem !important;
}

/* Regole speciali agrinatura - termine ================================ */

#map{
	height:		800px;
}

.messaggioSpedito{
	margin-top:	30px;	
}
.messaggioSpedito p{
	text-align: center;
}



html .SigmaTabInput.SigmaTabFluttua.Sigmaprivacy.bloccoSigmaPrivacy{
	width:		100% !important;
}


.posizioneAncora .ancoraAlterata{
    top: -50px;
}
.posizioneAncora .AncoraBlu{
	top: -40px
}
.posizioneAncora .ancoraAlzata{
	top: -150px
}



html .testo-speciale{
	font-family: 'Mr Dafoe', cursive !important;
	text-align:	center !important;
	font-size: 110px !important;
	margin-top:		-120px;
	margin-bottom:	120px;
}
@media (max-width: 1215px){
	html .testo-speciale{
	font-family: 'Mr Dafoe', cursive !important;
	text-align:	center !important;
	font-size: 80px !important;
	margin-top:		-70px;
}
@media (max-width: 760px){
	html .testo-speciale{
		font-family: 'Mr Dafoe', cursive !important;
		text-align:	center !important;
		font-size: 50px !important;
		margin-top:		-40px;
		margin-bottom:	70px;
		line-height:	1.2 !important;
	}
}
@media (max-width: 474px){
	html .testo-speciale{
		font-family: 'Mr Dafoe', cursive !important;
		text-align:	center !important;
		font-size: 50px !important;
		margin-top:		0px;
		margin-bottom:	50px;
		line-height:	1 !important;
	}
}

