@charset "UTF-8";
@import url("https://use.typekit.net/gdd5tff.css");


em, small {
    letter-spacing: 0
}

body, li, p {
    line-height: 1.5em;
	font-weight: 400;
}

.DNNEmptyPane {
    display: none!important
}

.paneOutline {
    border: 1px dashed #ccc
}

a, a img, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    border: 0
}



html, body {
	box-sizing: border-box;
	background: #fff;
}

html, li, p {
    font-size: 16px
}


ol, ul {
    list-style: none
}

ul li {
    list-style-type: disc
}

ul li li {
    list-style-type: circle
}

ol li {
    list-style-type: decimal;
    list-style-position: inside
}

.nav li {
    list-style: none!important
}

a {
    outline: 0!important
}

ul#myTab {
    padding: 0;
    margin: 0
}

.popover {
    z-index: 999
}

.mark, mark {
    padding: 0;
    background-color: transparent
}





body {
	font-family: 'aktiv-grotesk', sans-serif;
	font-size:16px;
	line-height: 24px;
	font-weight: 400;
	color: #4669a0;
}



.clearfix {
	line-height: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}



embed, img, object {
    max-width: 100%
}

[class*=map] img, [class*=Map] img, [id*=map] img, [id*=Map] img, table img {
    max-width: none!important
}


em {
    font-style: italic
}

strong {
    font-weight: 700
}

small {
    font-size: 12px
}

a:active, a:link, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

p {
    margin: 0 0 20px;
	color: #4669a0;
}

ol li>ol li {
    list-style-type: lower-latin
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 { font-family: 'aktiv-grotesk', sans-serif; }
h1, h2, h3, h4, h5, h6 { color: #4669a0; }
h1{font-weight:200;letter-spacing:-0.01em;}
h2,h3{font-weight:300;}
h1 strong,h2 strong,h3 strong{font-weight:400;}


a.lang-markup,
span.lang-markup {
	display: none !important;
}

html[lang='en-US'] span[rel-lang='en'],
html[lang='en-US'] a[rel-lang='en']{
	display: inline-block !important;
}

html[lang='it-IT'] span[rel-lang='it'],
html[lang='it-IT'] a[rel-lang='it']{
	display: inline-block !important;
}

html[lang='fr-FR'] span[rel-lang='fr'],
html[lang='fr-FR'] a[rel-lang='fr']{
	display: inline-block !important;
}

html[lang='de-DE'] span[rel-lang='de'],
html[lang='de-DE'] a[rel-lang='de']{
	display: inline-block !important;
}

html[lang='es-ES'] span[rel-lang='es'],
html[lang='es-ES'] a[rel-lang='es']{
	display: inline-block !important;
}

.equal,
.list-corsi > div {
	display: flex;
	flex-wrap: wrap;
}	


.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.align-horizontal-items-center {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	 justify-content: center;
}

@media (min-width: 1200px){
.container { width: 1170px;}
}

@media (min-width: 1300px){
.container { width: 1200px;}
}

@media (min-width: 1500px){
.container { width: 1440px;}
}



.btn,
a.btn {

    font-weight: 400; 
    font-size: 18px;
    padding: 9px 20px 12px 20px;
	display: inline-block;
	-moz-border-radius:0; -webkit-border-radius:0; border-radius:0;
	-webkit-transition:all 0.1s linear; -moz-transition:all 0.1s linear; transition:all 0.1s linear;
	border: 1px solid transparent;
	height: 40px;
	color: #fff;
	background: #808080;
	text-align: left;
}

a.btn-small {
	font-size: 14px;
	padding-left: 6px;
	padding-right: 6px;
	height: auto;
	white-space:normal;
}

a.btn-small i {
	font-size: 22px;
	position: relative;
	top:3px;
}



a.btn-big {
	font-size: 22px;
	height: auto;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.btn:hover,
a.btn:hover{
	color: #4669a0;
	background-color: transparent;
	border: 1px solid #4669a0;
}

.btn.btn-white {
	background: #4669a0;
	color: #fff;
}


.btn.btn-white:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}

.btn.btn-blue {
	background: #004289;
}


.btn.btn-blue:hover {
	color: #004289;
	background-color: transparent;
	border: 1px solid #004289;
}


.btn.btn-light {
	background: rgba(255,255,255,0.7);
	color: #4669a0;
}

.btn.btn-light:hover {
	color: rgba(255,255,255,0.7); 
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.7);
}

.btn.btn-full {
	width: 100%;
	text-align: center;
	font-size: 36px;
	height: 65px;
}

.btn-invia {
	color: ##4669a0;
	font-size: 26px;
	background: #fff; 
	border: 0;
	box-shadow: none;
	padding: 10px 20px;
	border-radius: 8px;
}



.btn.btn-prodotti:hover {
	color: #4669a0;
	background-color: transparent;
	border: 1px solid #4669a0;
}

a.btn-link {
	background: transparent;
	color: #4669a0;
	border: 0;
}

a.btn-link:hover {
	background: transparent;
	color: #4669a0;
	text-decoration: underline;
	border: 0;
}

a.btn-pdf {
	background: transparent;
	color: #fff;
	border:0px solid #bd1733;
	text-decoration: underline;
}

a.btn-pdf:hover {
	background: transparent;
	color: #fff;
	border:0px solid #bd1733;
	text-decoration: underline;
}

.misura{
	width: 50px;
}

.misura {
	display: inline-block
}

.misura-hover {
	display: none;
}

 
.Background_headline {background: #e6e6e6;}
.Background-white {background: #fff;}

.Background-lightblue {background: rgba(70,105,160,0.10);}
.Background-blue {background: #4669a0;}
.Background-lightblue {background: rgba(70,105,160,0.10);}
.Background-gray {background: #666666;}
.Background-lightgray {background: #e6e6e6;}
.background-header {background: #d9d9d9;}
.background-mahr {background: #bd1733;}


.text-titoloni,
a.text-titoloni {
	font-family: 'aktiv-grotesk', sans-serif;
	font-weight: 400;
	font-size: 65px;
    line-height: 70px;
} 

.text-titolo,
a.text-titolo {
	font-family: 'aktiv-grotesk', sans-serif;
	font-weight: 400;
	font-size: 55px;
	line-height: 60px;
}

.text-sottotitolo,
a.text-sottotitolo {
	font-family: 'aktiv-grotesk', sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
}

.text-titoletto,
a.text-titoletto {
	font-family: 'aktiv-grotesk', sans-serif;
	font-weight: 400;
	font-size: 47px;
	line-height: 52px;
}
}

.text-titolo-related,
a.text-titolo-related {
	font-family: 'aktiv-grotesk', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 19px;
}

.text-titolo-servizi,
a.text-titolo-servizi {
	font-family: 'aktiv-grotesk', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 26px;
}


.text-titolo.text-height {
	line-height: 50px;
}

.text-uppercase {text-transform: uppercase;}
.text-heavy, a.text-heavy {font-weight: 800;}
.text-bold, a.text-bold {font-weight: 700;}
.text-light, a.text-light {font-weight: 300;}
.text-white, a.text-white {color: #fff;}
.text-blue, a.text-blue {color: #4669a0;}
.text-gray, a.text-gray {color: #666666;}
.text-black, a.text-black {color: #000;}
.text-lightgray, a.text-lightgray {color: #d3cdc9;}
.text-lightblue, a.text-lightblue {color: #c2d3e3;}
.image-border-white {border: 1px solid #fff;}
.image-border-gray {border: 1px solid #666666;}

.text-blue-forced p,
.text-blue-forced li,
.text-blue-forced a,
.text-blue-forced {
	color: #2c69a3;
}

.ui-state-active {
	border: 1px solid #4669a0;
    background: #4669a0;
}

.ui-accordion .ui-accordion-content {
	height: auto !important;
}

.ui-accordion a {
	text-decoration: underline;
	color:  #4669a0;
}

.Background-lightblue .text-titolo.text-white ,
.Background-lightblue p {
	color: #2c69a3;
}

.background-azienda {
	background-repeat: no-repeat;
	background-position: center left;
}



.img-radius { border-radius: 10px}
.img-left-radius {
	border-top-left-radius: 130px;
	border-bottom-right-radius: 130px;
}

.img-right-radius {
	border-top-right-radius: 130px;
	border-bottom-left-radius: 130px;
}

.img-shadow {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}

.img-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.mb-0 {margin-bottom: 0px !important;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-55 {margin-bottom: 55px;}
.mb-60 {margin-bottom: 60px;}
.mb-65 {margin-bottom: 65px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}

.mt-0 {margin-top: 0px !important;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}

.mt-45 {margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mt-55 {margin-top: 55px;}
.mt-60 {margin-top: 60px;}
.mt-65 {margin-top: 65px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}

.max-padding {padding: 99px 0;}
.default-padding {padding: 50px 0 50px 0;}
.no-margin {margin: 0 !important;}

.container-nopadding {padding-left: 0; padding-right: 0;}

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

.target-link {
    display: block;
    margin-top: -63px;
    padding-bottom: 63px;
}

.text-sep-2 {
	column-count: 2;
	column-gap: 20px;
}

.parallax-section {
	position: relative;
	background: transparent;
}

.parallax-mask, 
.parallax-section {
    height: 400px;
    width: 100%;
}





header {
    background: #fff;
	position:fixed;
	top:0px;
	width: 100%;
	max-width: 1920px;
	height: 100px;
	z-index: 15;
}

#mainHeader-inner {
    padding: 0px 0 0 0;
}




#navbar {
	float: right;
}


main {
	margin-top: 100px;
    min-height: calc(100vh - 277px);
}


#mainContent-inner {
    padding: 10px
}

img.interesse {
	display: inline-block;
	margin-left: 10px;
	border-radius: 10px;
}

#interesse .text-checkbox {
	display: block;
	padding-left: 25px;
	margin-top: 10px;
}

.acco_images p {
	margin: 20px 25px;
	text-align: center;
	max-width: 30%;
}

.acco_images p img {
	display: block;
	margin: 0 auto;
}

.navbar {margin-bottom: 0;}

.navbar .brand {
    float: left;
    line-height: 100px;
    max-width: 233px;
}

.navbar-default {background: none;border: 0}


.MainMenu { 
	display:inline-block; 
	list-style:none; 
	margin:0px 0px 0 0; 
}

.MainMenu ol {margin: 0;}







.MainMenu .edsmm_menuItem a {font-family: 'aktiv-grotesk', sans-serif; }

.MainMenu .edsmm_menuItem { 
	list-style:none; 
	display:inline-block; 
	position: relative;
	line-height: 100px; 
}


.MainMenu .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth {
	    position: static;
}

.MainMenu ol > .edsmm_menuItem span.edsmm_childIndicator {
	display: none;
}


.MainMenu ol > .edsmm_menuItem:last-child span.edsmm_childIndicator::after { content: none;}

.MainMenu ol > .edsmm_menuItem span.edsmm_childIndicator,
.MainMenu .edsmm_menuItem span a { 
	font-family: 'aktiv-grotesk', sans-serif; 
	color:#336699; 
	font-size:13px; 
	font-weight: 700;
	text-transform:uppercase; 
	text-decoration:none; 
	letter-spacing: 0.2em;
	position: relative;
	display: inline-block;
	padding: 0 8px;
}


.MainMenu  span a.color-red,
.footer a.text-red {
	color: #bd1733;
}

.MainMenu .edsmm_menuItem:hover > span > a,
.MainMenu .edsmm_menuItem.edsmm_active > span > a { 
	text-decoration: underline;
	color: #336699;
}

.MainMenu  span a.color-red:hover {
	color: #bd1733;
}


.MainMenu .edsmm_hasChild .edsmm_level_1,
.MainMenu .edsmm_megaMenu .edsmm_level_1 { 
	display:none; margin:0;
	background-color:#c2d3e3;
	width: 100%;
	position:absolute;
	left: 100%;
	top:0;
}

.MainMenu .edsmm_megaMenu.edsmm_fullWidth .edsmm_level_1 { 
	background-color:#c2d3e3;
	width: 100%;
	max-width: 1170px;
	position:absolute;
	left: 0;
	top:0;
}

.MainMenu .edsmm_hasChild:hover > .edsmm_level_1,
.MainMenu .edsmm_megaMenu:hover > .edsmm_level_1 {
	display:inline-table;
	top:100%;
	left: 0;
}



.MainMenu .edsmm_level_1 .edsmm_menuItem,
.MainMenu .edsmm_level_1 .edsmm_menuListsContainer {
	line-height: 20px;
	white-space: nowrap;
	display: block;
	width: 100%; 
}

.MainMenu .edsmm_level_1 .edsmm_menuItem > span > a {
	line-height:30px; 
	width: 100%; 
	padding: 0 10px;
	white-space: nowrap; 
}

.MainMenu .edsmm_level_1 .edsmm_childIndicator {display: none;}


.MainMenu .edsmm_level_1 .edsmm_leftContainer .category_menu {display: inline-block;}

.megamenu_wrapper li {
	list-style: none;
	margin: 0 20px 40px 20px;
	border: 1px solid #bbb;
	width: 150px;
}

.megamenu_wrapper li .megamenu_item {position: relative;}

.megamenu_wrapper li .megamenu_item img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.megamenu_wrapper li .megamenu_item .link_title {
	padding: 6px;
	display: block;
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.5);
	color: #000;
}

.megamenu_wrapper li .megamenu_item .link_title:hover {text-decoration: none;}

#navbar .MainMenu  {
	max-height: none;
}
#navbar .menu-icon {
	display: none;
}
#navbar .menu-btn {
  display: none;
}

.other-info {
    display: block;
	position: absolute;
	bottom: 25px;
	padding-right: 30px;
}

.other-info,
.other-info a {
	font-family: 'aktiv-grotesk', sans-serif; 
	color:#585857; 
	font-size:11px; 
	line-height: 15px;
	font-weight: 400;
}


/* ***** Menu lingue ***** */
.language-object { display:inline-block; position:relative; margin:0px; vertical-align:top; }
.language-object ul { display:table; list-style:none; background-color:#5f637d; border-bottom-left-radius:5px; border-top-left-radius:5px; padding:0 5px; margin:12px 0 13px 0; }
.language-object ul::after{ content:""; display:block; position:absolute; height:25px; right:0; top:12px; margin-right:-200px; width:200px; background-color:#5f637d; border-bottom-right-radius:5px; border-top-right-radius:5px; }
.language-object .edsmm_menuItem { display:table-cell; position:relative; list-style:none; font-family:'aktiv-grotesk', sans-serif; color:#ffffff; font-size:14px; line-height:25px;}
.language-object .edsmm_menuItem.sel { background-color:#1b2146; }
.language-object .edsmm_menuItem.sel::before { content:""; position:absolute; width:100%; left:0; top:-2px; bottom:-2px; background-color:#1b2146; border-radius:2px; z-index:0; }
.language-object .edsmm_menuItem.sep { padding:0 2px; }
.language-object .edsmm_menuItem.sep::before { content:"\2022"; }
.language-object .edsmm_menuItem a { position:relative; color:#ffffff; display:block; text-decoration:none; line-height:25px; padding:0 2px; z-index:1; }


.border-left  {
	border-left:1px solid #245688;
}

.footerMarchi {
	background: #e9eef3;
	padding:20px 0;
}
.footer { font-size: 14px;line-height: 16px;  color:#4669a0; padding:15px 0 10px; }

.footer p {
	font-size: 14px;line-height: 16px; 
}
.footer a {font-size: 14px; line-height: 22px; text-decoration:none; color:#4669a0; }
.footerCopyRight {background-color:#4669a0; padding: 10px 10px;} 
.footerCopyRight,
.footerCopyRight a {font-family:'aktiv-grotesk';font-size:12px;line-height:18px;color:#ffffff;font-weight:300;}

.footerCopyRight a {
	padding-top:0.8em;padding-bottom:0.6em;
}

.footer_menu,
.footer_menu li {list-style: none; line-height: 16px;}

.footer_menu li a {
	text-transform: uppercase;
	font-weight: 700;
}

.g-recaptcha {
	margin-top: 40px;
}

.text-checkbox {
	
}



@media (max-width: 768px) {

  #navbar .menu-icon {
	  cursor: pointer;
	  display: inline-block;
	  float: right;
	  padding: 28px 20px;
	  position: relative;
	  user-select: none;
	  margin-top: 10px;
	}

	#navbar .menu-icon .navicon {
	  background: #333;
	  display: block;
	  height: 2px;
	  position: relative;
	  transition: background .2s ease-out;
	  width: 18px;
	}

	#navbar .menu-icon .navicon:before,
	#navbar .menu-icon .navicon:after {
	  background: #333;
	  content: '';
	  display: block;
	  height: 100%;
	  position: absolute;
	  transition: all .2s ease-out;
	  width: 100%;
	}

	#navbar .menu-icon .navicon:before {
	  top: 5px;
	}

	#navbar .menu-icon .navicon:after {
	  top: -5px;
	}

	/* menu btn */

	

	#navbar .menu-btn:checked ~ .MainMenu {
	  max-height: 600px;
	}

	#navbar .menu-btn:checked ~ .menu-icon .navicon {
	  background: transparent;
	}

	#navbar .menu-btn:checked ~ .menu-icon .navicon:before {
	  transform: rotate(-45deg);
	}

	#navbar .menu-btn:checked ~ .menu-icon .navicon:after {
	  transform: rotate(45deg);
	}

	#navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
	#navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	  top: 0;
	}

	#navbar .MainMenu {
		clear: both;
		max-height: 0;
		transition: max-height .2s ease-out;
		overflow: hidden;
	}
}

@media (max-width: 1200px) {
	.MainMenu .edsmm_megaMenu.edsmm_fullWidth .edsmm_level_1 {
		max-width: 970px
	}
}

@media (max-width: 992px) {
	.MainMenu .edsmm_megaMenu.edsmm_fullWidth .edsmm_level_1 {
		max-width: 750px;
	}
	
	.other-info {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	header {position:fixed; width: 100%; }
	#mainHeader-inner {padding-top: 0;}
	main {margin-top: 100px;}
	
	.navbar .brand {
		
		max-width: 300px !important;
    	line-height: 100px;
		padding-left: 20px;
	}
	
	#navbar {
		float: none;
	}
	
	#navbar .MainMenu {  
		display:block;
		background: #fff; 
		width: 100%; 
		margin: 7px 0 0 0; 
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.MainMenu .edsmm_megaMenu.edsmm_fullWidth .edsmm_level_1 {
		max-width: 100%;
	}
	
	#navbar .MainMenu ol > .edsmm_menuItem { display:block; width: 100%; text-align:center; line-height:1.8em; }
	#navbar .MainMenu ol > .edsmm_menuItem > span a { display:block; text-align:center;line-height: 40px;font-size:14px;  }
	#navbar .MainMenu .edsmm_childIndicator { display:none; }
	#navbar .MainMenu .edsmm_hasChild > .edsmm_level_1,
	#navbar .MainMenu .edsmm_megaMenu > .edsmm_level_1 { 
		display:none; 
		position:relative; 
		background-color:#f0f0f0; 
		left: inherit; 
		padding:15px 0px; 
		width: 100%;
	}
	
	#navbar .MainMenu .edsmm_hasChild.edsmm_active > .edsmm_level_1,
	#navbar .MainMenu .edsmm_megaMenu.edsmm_active > .edsmm_level_1 {display: block;}
	
	#navbar .MainMenu .edsmm_hasChild > .edsmm_level_1 ol > .edsmm_menuItem { 
		display: block;
		position:relative;
		background-color:#f0f0f0;
		left: inherit;}
	
	#navbar .MainMenu .edsmm_hasChild > .edsmm_level_1 ol > .edsmm_menuItem > span a { line-height: 40px; font-size: 13px; }

	
	.main-navigation {
        height: auto;
        width: 100%
    }
    nav,
	.other-info {
        display: none
    }
    a.mobile-nav-btn {
        display: block;
        float: right;
        width: 50px;
        height: 46px;
        margin-top: 15px;
        text-align: center;
        color: #383838
    }
    a.mobile-nav-btn:hover {
        text-decoration: none
    }
    #navbar-top-wrapper {
        clear: both;
        position: relative
    }
	
	.language-object { text-align:center; display:block; }
	.language-object ul { display:inline-block; text-align:center; border-radius:5px; }
	.language-object ul::after { display:none; }
	.language-object .edsmm_menuItem a { line-height:inherit; }
	
	
	footer {position: static; }
	.footer { text-align:center; }
	.footer table { text-align:left; width:100%; margin-bottom:10px; }
	/*.footer table tr td:first-child { display:none; }*/
	.footer table i { display: none; }
	
	
}

@media only screen and (min-width:768px) and (max-width:992px) {

	.language-object{display:table-header-group; }
	.language-object ul{ float:right; }
}

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

	header {
		height:100px;
		left: 0;
	}
	.navbar .brand {max-width: 110px;}
	
	#navbar .menu-icon {margin-top: 0; padding: 26px 32px;}
	
	#search-action {display: none;}
	
	.footer .equal {display: block;}
	
	.footer table { text-align:center; }
}



.header-image {
    height: 200px;
    width: 100%;
}

.header-background {
    position: relative;
    height: 112px;
	
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.parallax-section .content, 
.parallax-header .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

#gallery {
	position: relative;
}

#gallery .container {
	position: relative;
}

.logo-mahr {
	position: absolute;
	bottom: -78px;
	left: 0;
	z-index: 9;
}

.content-wrapper-gallery {
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.content-gallery {
	background: rgba(70,105,160,0.5);
	width: 650px;
	padding: 75px 50px 65px 0;
	float: right;
}

#servizi {
	padding-top: 165px;
	padding-bottom: 60px;
}

#strumenti,
#contatti,
#prodotti,
#novita {
	padding:130px 0 100px 0;
}

#conferma{
	padding:130px 0 100px 0;
	min-height:  calc(100vh - 387px);
}

#novita {
	margin-top: 100px;
}

#breadcrumb {
    font-family:'aktiv-grotesk', sans-serif;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px dashed;
    border-color: #ccc;
    background-color: transparent;
    padding: 5px 0;
    margin: 0;
    display: block
}

#breadcrumb a {
    margin-left: 10px;
    font-weight: 600;
    font-size: 11px;
    color: #626262
}

#breadcrumb a:first-child {
    font-family:'aktiv-grotesk', sans-serif;
    font-size: 11px!important;
    font-weight: 400;
    color: #7b7d82;
    margin: 0
}

#breadcrumb img, #breadcrumb span {
    margin-left: 10px
}



/* ***** Css SLIDESHOW ***** */
#slideshow { position:relative; height:600px; overflow:hidden; font-family: 'rogue-sans-ext', serif; }
#slideshow .slide {position:absolute; top:0; left:0; right:0; z-index:8; opacity:0.0; width:100%; height:600px;
	background-repeat: no-repeat; background-position: center center; background-size: cover;
	-webkit-transition:opacity 1.0s ease; -moz-transition:opacity 1.0s ease; transition:opacity 1.0s ease;}

#slideshow .slide.active {z-index:10;opacity:1.0;}
#slideshow .slide.last-active {z-index:9;}
#slideshow .slide .container {display:table;height:100%;}
#slideshow .slide .container .text {
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	color:#ffffff;
	position:relative;
	right:-100vw;
	-webkit-transition:right 1.0s ease;
	-moz-transition:right 1.0s ease;
	transition:right 1.0s ease;
	transition-delay: 1000ms;
}

#slideshow .slide .container .text {
	opacity: 1;
}

#slideshow .slide.active .container .text {
	right:5%;
}

#slideshow .slide .container .text .content-text {
	padding-right: 45px;
	border-right: 3px solid #a51329;
	
}

#slideshow .slide .container .text .content-text{
	
	position: relative;
}

#slideshow .slide .container .text .content-text:before {
	content: '';
	width: 200vh;
	height: calc(100% + 80px);
	display: block;
	background: rgba(255,255,255,0.6);
	position: absolute;
	top:-40px;
	left: 40%;
	z-index: -1;
	
}

#slideshow .slide:nth-child(even) .container .text {
	right:inherit;
	left:-100vw;
	text-align:left;
	-webkit-transition:left 1.0s ease;
	-moz-transition:left 1.0s ease;
	transition:left 1.0s ease;
	transition-delay: 1000ms;
}

#slideshow .slide:nth-child(even) .container .text .content-text {
	padding-left: 45px;
	border-left: 3px solid #a51329;
	border-right: 0;
	padding-right: 0;
}

#slideshow .slide:nth-child(even) .container .text .content-text:before {

	right: 40%;
	left: inherit;
	z-index: -1;
}

#slideshow .slide.active:nth-child(even) .container .text {left:5%;}
	

#slideshow .slide .container .text .title {
	margin-bottom: 10px;
	font-size: 50px;
	line-height: 50px;
	color: #000;
}

#slideshow .slide .container .text .description {
	font-size: 30px;
	line-height: 38px;
}


#gallery {position: relative;}

#gallery .slide {
	position: relative; 
}

#gallery .content-slide {
	position: absolute;
	top:15%;
	width: 36%;
	height: 75%;
	left: 13%;
	background: rgba(44,105,163,0.5);
	padding: 40px;
}

#carousel-marchi .slide {
	margin: 0 6px;
}

#carousel-marchi .slide img { 
	max-height: 70px;
	width: auto;
}

#carousel-video {
	padding: 60px 0;
}

#carousel-video .slide {
	margin: 0 40px;
}



.arrow-blue .slick-arrow,
.arrow-white .slick-arrow,
#carousel .slick-arrow {
	width: 75px;
	height: 75px;
	background: rgba(230,230,230,0.8);
	z-index: 14;
	opacity: 0;
	position: absolute;
	top: 50%;
	display: block;
	font-size: 0;
	line-height: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 14;
	-webkit-transition:all 0.1s linear; -moz-transition:all 0.1s linear; transition:all 0.1s linear;
}

.arrow-blue .slick-arrow,
.arrow-white .slick-arrow{
	width: 60px;
	height: 60px;
	background: #4669a0;
	opacity: 1;
	border-radius: 100%;
}

.arrow-white .slick-arrow {background: #fff;}


#carousel .slick-arrow:hover{
	background: #ccc;
}

.arrow-blue .slick-arrow:hover{
	background: #4669a0;
}

.arrow-white .slick-arrow:hover{
	background: #fff;
}

#carousel:hover .slick-arrow{
	opacity: 1;
}


#carousel .slick-prev{
	left: 9.73958333333333%;
}


#carousel .slick-next{
	right: 9.73958333333333%;
}

#gallery .slick-prev{
	left: 7%;
}

#gallery .slick-next{
	right: 7%;
}

#elenco-corsi .slick-prev,
#carousel-marchi .slick-prev {
	left: -1%;
}

#elenco-corsi .slick-next,
#carousel-marchi .slick-next{
	right: -1%;
}

#elenco-prodotti .slick-prev{
	left: -15%;
}

#elenco-prodotti .slick-next{
	right: -15%;
}



.arrow-blue .slick-arrow:before,
.arrow-white .slick-arrow:before,
#carousel .slick-arrow:before {
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	width: 11px;
    height: 21px;
    display: inline-block;
    background-size: 11px 21px;
    margin: 0 auto;
	opacity: 1;
}

.arrow-blue .slick-prev:before,
#carousel .slick-prev:before{
	 
	 background-image: url('/img/arrow-small-prev-white.png');
}

.arrow-blue .slick-next:before,
#carousel .slick-next:before {
	background-image: url('/img/arrow-small-next-white.png');
}

#carousel-video .slick-prev:before,
#carousel-marchi .slick-prev:before{
	 
	 background-image: url('/Portals/_default/Skins/Visual/Images/arrow-small-prev-lightblue.png');
}

#carousel-video .slick-next:before,
#carousel-marchi .slick-next:before {
	background-image: url('/Portals/_default/Skins/Visual/Images/arrow-small-next-lightblue.png');
}


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

	
	#slideshow .slide .container .text .content-text:before {left: 25%;}
	
	#slideshow .slide:nth-child(even) .container .text .content-text:before {right: 25%;}
	
}

@media only screen and (max-width:992px) {
	
	#slideshow .slide .container .text .content-text:before {left: 10%;}
	
	#slideshow .slide:nth-child(even) .container .text .content-text:before {right: 10%;}
}

@media only screen and (max-width:768px) {
	#slideshow { height:40vh; }
	#slideshow .slide { height:40vh; }
	
	#slideshow .slide .container .text .title {
		font-size: 70px;
		line-height: 70px;
	}
	
	#slideshow .slide .text .content-text .description {
		font-size: 30px;
		line-height: 30px;
	}
	

}

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

	
	#slideshow .slide .container .text {padding-bottom: 30%;}
	
	#slideshow .slide .container .text .title {font-size: 40px; line-height: 40px;}
	#slideshow .slide .text .content-text .description {font-size: 18px; line-height: 18px;}
	#slideshow .slide .container .text .content-text {padding-right: 25px;}
	#slideshow .slide:nth-child(even) .container .text .content-text {padding-left: 25px;}
	#slideshow .slide .container .text .content-text:before {left: 0;}
	#slideshow .slide:nth-child(even) .container .text .content-text:before {right: 0;}
}


#dnnMenu .menuItem {
    word-wrap: break-word;
}

@media (min-width: 768px) {
    #dnnMenu .menuItem {
        max-width: 720px;
    }
}

@media (min-width: 992px){
    #dnnMenu .menuItem {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    #dnnMenu .menuItem {
        max-width: 1138px;
    }
}



/* ***** HoverEffectIdeas ***** */

.grid{
	position: relative;
	margin: 0 auto;
	padding: 2px;
	max-width: 400px;
	list-style: none;
	text-align: center;
	float: left;
}

#elenco-prodotti {
	
}

#elenco-prodotti .box {
	padding: 2px;
}

#elenco-prodotti .box .image {
	width: 30%;
	padding-top: 30px;
}

#elenco-prodotti .box .content {
	max-width: 60%;
	padding: 0px 10px 30px 60px;
}

#elenco-prodotti .slick-slider{
	padding: 0 100px;
}

#carousel-marchi .slick-slider{
	padding: 0 50px;
}

#carousel-marchi {
	padding: 45px 0;
}

#carousel-marchi.marchi-detail {
	padding-top: 0;
	padding-bottom: 60px;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 380px;
	max-width: 480px;
	max-height: 400px;
	width: 24%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

#elenco-corsi .box figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	max-height: 300px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

#masonry .grid {
	max-width: 100%;
	float: none;
}

#masonry .grid figure,
#elenco-corsi figure {
	min-width: auto;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.grid figure h2,
#elenco-corsi figure h2 {
	color: #fff;
	word-spacing:inherit;
}

.grid figure figcaption,
#elenco-corsi figure figcaption {
	text-transform: none;
}

.grid figure p,
#elenco-corsi figure p {
	letter-spacing: 1px;
	font-size: 100%;
}

.grid figure > a,
#elenco-corsi figure > a {
    z-index: 12;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure > a,
#elenco-corsi figure > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#elenco-corsi figure figcaption {
    position: absolute;
    top: 0%;
    left: 0;
    width:100%;
    height: 40px; 
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	background: rgba(44,105,163,0.88);
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
	
}


#elenco-corsi figure.effect-tecno h2 {

    -webkit-transition: all 0.35s;
    transition: all 0.35s;
	position: absolute;
    
	
	top: 10px;
    padding: 1em;
    font-size: 12px;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
	font-weight: 700;
	padding: 0 10px;
}

#elenco-corsi figure.effect-tecno:hover h2 {
    opacity: 1;
    top: 45%;
    padding: 0 10px;
    font-size:16px ;
}

#elenco-corsi figure.effect-tecno:hover figcaption {
	
	
	 top: 5%;
    left: 5%;
    width:90%;
    height: 90%;
}

.video-overlay {
    height: calc(100vh - 276px);
	width: 100%;
    overflow: hidden;
    position: relative;
}

.video-retina-wrapper {
	position: absolute;
	width: 100%;
	height: calc(100vh - 276px);
	background: rgba(0,0,0,0.2);
	z-index: 0;
}

.video-fullscreen {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.video-overlay:hover .video-fullscreen {
    opacity: 1;
}

.video-overlay video {
    object-fit: cover;
    width: 100%;
}


.video-link {
	display: inline-block;
    position: relative;
}

.video-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(/Portals/0/Video/play.png) center center no-repeat;
    z-index: 2;
}


.video-link::after {
    background-color: rgba(0, 0, 0, 0.3);
}
.video-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    transition: opacity 300ms;
	border-radius: 10px;
}

.video-link-wrapper:hover .video-link:after {
    opacity: 1;
}

/* Microsoft Edge Browser 12+ - @supports method */
@supports (-ms-ime-align:auto) {
  .video-overlay video {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	}
}
 
/* Microsoft Edge Browser 15+ - @supports method */
 
@supports (-ms-ime-align:auto)
and (-webkit-text-stroke:initial) {
  .video-overlay video {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	}
}




.page-full {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.home-background {
	margin: 6%;
    background: rgba(44,105,163,0.5);
    width: 88%;
    height: 81%;
	position: absolute;
}



.home-content {
	position: absolute;
	top: 50%;
	left: 21%;
	transform: translate(-20%, -60%);
	width: 67%;
	height: auto;
}




#carousel.slider-for {
	padding-top: 20px;
}

.article-related .related_list {margin: 0;}

#marchi-title .slider-nav {
padding-bottom: 40px;

}



.related_list,
#carousel-corsi {
	border-top: 1px solid #fff;
	padding-top: 30px;
}



#carousel-corsi .slick-track {
	
}


#carousel-corsi .slide-slick {
	position: relative;
	max-width: 200px;
	height: 130px;
	margin: 0 15px;
}

.related_list .box {
	position: relative;
	width: 143px;
	height: 82px;
	margin-right: 30px;
}

.related_list .box .related_list-content {
	position: absolute;
	left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	line-height: 17px;
	text-align: center;
	width: 100%;
}


#carousel-corsi .slide-slick .image-slide {
	display: block;
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: auto;
    z-index: 0;
}

.related_list .box img {
	display: block;
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
	height: auto;
    width: 75px;	
    z-index: 0;
	opacity: 0.3;
}


#carousel-corsi .slide-slick .related_list-content {
	margin: 3%;
    background: rgba(44,105,163,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 92%;
    width: 94%;
	padding: 10px;
}

.slide-slick .related_list-content .category {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	background: #fff;
	color: #2c69a3;
	font-size: 11px;
	padding:0px 4px;
	border-right: 1px solid  rgba(44,105,163,0.5);
	border-bottom: 1px solid  rgba(44,105,163,0.5);
}

.container-title-all {position: relative;}

.container-title-all .show-all {
	position: absolute;
	right: 0;
	top:0px;
}

.article {
	margin-bottom: 60px;
}

.iScrollVerticalScrollbar {
	right:10px !important;
}

.iScrollIndicator {
	background:#fff !important;
}

.elenco-servizi .hasChild > div {
	display: none;
}

.elenco-servizi .hasChild ul {
	display: block !important;
	list-style: none;
}

.elenco-servizi li {
	list-style: none;
}


.elenco-servizi .hasChild ul li:last-child {border-bottom: 0;}



.elenco-servizi {
	margin: 0;
	padding: 0;
	padding-bottom: 100px;
}

.elenco-servizi .image {
	margin-right: 50px
}

.elenco-servizi .image img {
	max-height: 110px;
	opacity: 0.5;
}

.elenco-servizi .text-titolo-servizi {
	display: block;
}

.elenco-servizi p {
	max-height: 70px;
	overflow-y: hidden;
}

.elenco-servizi .desc {
	width: 50%;
	position: relative;
	min-height: 190px;
}




.elenco-servizi .desc .show-all {
	display: block;
	text-align: right;
	position: absolute;
	bottom:0px;
	left: 0px;
}

#list-news {
	padding-top: 70px;
}

#list-news .news .date {
	width: 38%;	
	position: relative;
}

#list-news .news .date:after {
    content: '';
    width: 1px;
    height: 61%;
    display: inline-block;
    border-right: 6px dotted #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 46px;

}

#list-news .news .content-news {
	width:56%;
}

#list-news .news .content-news .readmore {
	display: block;
}

.info-maps .box {
	padding-right: 20px;
}

.box-servizio {
	background: rgba(255,255,255,0.3);
	max-width: 645px;
	margin-bottom: 65px;
}


.box-servizio-right,
.box-prodotto-right {float: right;}

.box-servizio .img {
	width: 37%;
}

.box-servizio .content {
	max-width: 400px;
	width: 63%;
	padding: 20px 55px 18px 50px;
}

.lightbox-text {
	display: none;
	max-width: 800px;
}

.lightbox-text .light-info {
	text-align: center;
	margin-top: 20px;
}

.lightbox-text .light-info .btn-contact:hover {
	background: #fff;
	border:1px solid #4669a0;
	color: #4669a0;
}

.fancybox__content>.carousel__button.is-close {
	top: -18px;
	right: -17px;
	background: #000;
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: default;
}

.carousel__button.is-prev, .carousel__button.is-next {display: none !important;} 

.box-servizio .content p {
	margin-bottom: 0;
}

.readmore {
	font-size: 14px;
	cursor: pointer;
	display: block;
	margin-top: 8px;
	margin-bottom: 10px;
	font-weight: 700;
}

.readmore:hover {
	text-decoration: underline;
}

.box-prodotto {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 55px;
}

.box-prodotto .content {
	background: rgba(255,255,255,0.8);
	padding: 38px 48px;
	height: 590px;
}

.box-prodotto .content p {
	font-size: 22px;
	line-height: 34px;
}

.box-form {
	padding: 70px;
}

.content-form {

	position: relative;
}



#contactForm {
	position: relative;
}



.txtPrivacy {
	font-size: 12px;
	line-height: 16px;
	display: block;
}


#contactForm input,
#contactForm textarea{
	background: rgba(255,255,255,0.6);
	color: #fff;
    
} 

#contactForm input {
	padding: 2px 12px;
	height: 37px;
}

#contactForm input[type="checkbox"],
#contactForm input[type="radio"]{
	height: auto;
	padding: 0 12px;
}

#contactForm input.inline {
	background: #fff;
	display: inline-block;
	width: 80px; 
	color: #000;
}

.popup_fixed {
    color: #ffffff;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 23px;
    font-size: 16px;
    line-height: 22px;
	z-index: 99;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff !important;
	font-family: 'aktiv-grotesk', sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #fff !important;
	font-family: 'aktiv-grotesk', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #fff !important;
	font-family: 'aktiv-grotesk', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
	color: #fff !important;
	font-family: 'aktiv-grotesk', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

#contactForm input.inline::-webkit-input-placeholder {
	color: #000 !important;
}

#contactForm input.inline::-moz-placeholder {
	color: #000 !important;
}

@media only screen and (max-width:1500px) {
	.text-sottotitolo, a.text-sottotitolo {
		font-size: 20px;
		line-height: 24px;
	}
	
	.box-prodotto .content {height: auto;}
}

@media only screen and (max-width:1200px) {
	
	.box-servizio-right, .box-prodotto-right {
		float: none;
	}
	
	#servizi .row .col-lg-6 {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.page-content {max-width: 100%;}
	
	.MainMenu .edsmm_menuItem span a {
		padding: 0 4px;
	}
	
	.wrapper-prodotti .col-lg-5 { 
		margin-bottom: 100px;
	}

	
	.btn.btn-full {
		white-space: normal;
		height: auto;
		font-size: 25px;

	}

}

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

	.video-overlay {height: 400px;}
	
	.MainMenu .edsmm_menuItem span a {
		padding: 0 4px;
		font-size: 11px;
	}
	
	.navbar .brand {
		max-width: 120px;
	}
	
	.text-titoloni, a.text-titoloni {
		font-size: 45px;
		line-height: 50px;
	}
	
	.text-titoletto, a.text-titoletto {
		font-size: 26px;
		line-height: 29px;
	}
	
	#elenco-prodotti .slick-next {
		right: 0;
	}
	
	#elenco-prodotti .slick-prev {
		left: 0;
	}
	
	
	
	.mappa {
		max-width: 300px;
		display: inline-block;
		margin-bottom: 80px;
	}
	
	#contatti .col-lg-5 {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.footer .box {
		text-align: center;
		margin-bottom: 40px;
	}
	
	.footer > div {
		margin-bottom: 0;
	}
	
	.footer_menu, .footer_menu li {
		margin: 0;
		padding: 0;
	}
	
	#elenco-prodotti .slide .equal {
		display: block;
		width: 100%;
	}
	
	#elenco-prodotti .box .image,
	#elenco-prodotti .box .content {
		width: 100%;
		text-align: center;
		max-width: 100%;
	}
	
	#elenco-prodotti .box .content {
		padding-left: 0;
	}
	
}
@media only screen and (max-width:768px) {
	
	.video-overlay,
	.edMaps_map {height: 300px !important;}
	
	.parallax-mask, .parallax-section {
		height: auto;
	}
	
	.parallax-section .content {
		position: relative;
		transform:none;
		top:inherit;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#siteWrapper, .full-height {
		height: auto;
	}
	
	.logo-mahr {
		max-width: 300px;
	}
	
	.MainMenu ol {
		padding: 0;
	}
	
	.lightbox-text {
		width: 90%;
	}
	
	.content-form {
		width: 100%;
		max-width:100%;
	} 
	
}

@media only screen and (max-width:600px) {
	.box-servizio,
	.box-servizio > div{
		display: block;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.box-servizio img {
		width: 100%;
	}
}

@media only screen and (max-width:520px) {
	
	.video-overlay,
	.edMaps_map{
		height: 250px !important;
	}
	
	.text-titoloni,
	a.text-titoloni {

		font-size: 32px;
		line-height: 32px;
	}
	
	.logo-mahr {
		max-width: 200px;
	}
	
	.navbar .brand {
		top: 0;
	}
	
	.box-form {
		padding: 20px;
		padding-bottom: 50px;
	}
	
	.btn.btn-full {
		height: auto;
		font-size: 18px;
	}
	
	.arrow-blue .slick-arrow {
		top:25%;
	}
	
	.content-gallery {
		width: 100%;
	}
	
	#gallery .container {
		padding: 0;
	}
	
	.popup_fixed {
		display: none !important;
	}
	
	.box-prodotto {
		padding: 0;
	}
	
	.border-left {
		border-left: 0;
	}
	
}

@media only screen and (max-width:414px) {
	.navbar .brand {max-width: 100% !important}
	
	
	
	
	.text-titolo, a.text-titolo {
		font-size: 38px;
		line-height: 43px;
	}
	
	.txtPrivacy {padding-left: 10px;}
}

@media only screen and (max-width:375px) {
	.navbar .brand {
		padding-left: 0;
	}
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) { 

    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
	
	.container.equal::before {
		display: block;
	}

}
