/*@font-face {
    font-family: SwegonBrown;
    src: url("../Fonts/SwegonBrown-Regular.otf") format("opentype");
}*/

@font-face {
    font-family: SwegonBrown;
    font-weight: 400;
    src: url("../Fonts/New/SwegonBrownWeb-Regular.eot"); /* IE9 Compat Modes */
    src: url("../Fonts/New/SwegonBrownWeb-Regular.eot?") format("embedded-opentype"), /* IE6-IE8 */
         url("../Fonts/New/SwegonBrownWeb-Regular.woff") format("woff"), /* Modern Browsers */
         url("../Fonts/New/SwegonBrownWeb-Regular.woff2")  format("woff2");
}

@font-face {
    font-family: SwegonBrown-bold;
	font-weight: 600;
    src: url("../Fonts/New/SwegonBrownWeb-Bold.eot"); 
    src: url("../Fonts/New/SwegonBrownWeb-Bold.eot?") format("embedded-opentype"), 
         url("../Fonts/New/SwegonBrownWeb-Bold.woff") format("woff"),
         url("../Fonts/New/SwegonBrownWeb-Bold.woff2") format("woff2"); 
}
@font-face {
    font-family: SwegonBrown-light;
	font-weight: 300;
    src: url("../Fonts/New/SwegonBrownWeb-Light.eot"); /* IE9 Compat Modes */
    src: url("../Fonts/New/SwegonBrownWeb-Light.eot?") format("embedded-opentype"), /* IE6-IE8 */
         url("../Fonts/New/SwegonBrownWeb-Light.woff") format("woff"), /* Modern Browsers */
         url("../Fonts/New/SwegonBrownWeb-Light.woff2")  format("woff2");
}

body, html{
	margin: 0;	
	font-family: 'SwegonBrown', sans-serif;
	color: #191919;
	font-weight: 400;
	/*line-height: 26px;
  font-size: 14px;
  letter-spacing: 1px;*/
	position: relative;

  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
}

/* Eliminata label titolo prodotti */
.content.prodotti #sticker.products-list .label, .content.prodotti .products-list-detail .label{
    display: none;
    margin-bottom: 0;
}
/****/

.select-lang .country__flag{
    width: 27px;
    height: 19px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.6rem;
}

#lang-mobile{
    display: none;
}
.select-lang .country__flag.eng{
    background: url("../Img/Flags/United-kingdom.svg") no-repeat;
}
.select-lang .country__flag.france{
    background: url("../Img/Flags/France.svg") no-repeat;
}
.select-lang .country__flag.spain{
    background: url("../Img/Flags/Spain.svg") no-repeat;
}
.select-lang .country__flag.russo{
    background: url("../Img/Flags/Russia.svg") no-repeat;
}
.select-lang .country__flag.deu{
    background: url("../Img/Flags/Germany.svg") no-repeat;
}
.select-lang .country__flag.polski{
    background: url("../Img/Flags/Poland.svg") no-repeat;
}
.select-lang .country__flag.svenska{
    background: url("../Img/Flags/Sweden.svg") no-repeat;
}
.select-lang .country__flag.ita{
    background: url("../Img/Flags/Italy.svg") no-repeat;
}
.select-lang .country__flag.india{
    background: url("../Img/Flags/India.svg") no-repeat;
}
body{
	padding: 0 20px;
	box-sizing: border-box;
	background: #fff;
}

img{
	display: block;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

a{
	text-decoration: none;
/*-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
color: #277d32;
}

a:hover{
	text-decoration: none;
/*-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
color: #7fc600;
}

.footer-image{
	 min-height: 100%;
    position: relative !important;
    width: 100%;
}

.footer-image img {
    height: auto;
    width: 100%;
}
.info-footer{
	padding: 20px 0;
	color: #626262;
	font-size: 14px;
  background: #F5F5F5;
  margin-bottom: 20px;
}
.info-footer a{
	color: #626262;
}

.info-footer a:hover{
	color: #626262;
	text-decoration: underline;
}

.content.mini, .mini{
	width: 940px;
	margin: auto;
}

.more-details{
    margin-top: 100px;
    width: 50%;
}

.more-details h3{
    font-size: 22px;
    margin: 0 0 40px 0;
}
#cnt-titolo{
	position: absolute;
	right: 20px;
	top: 253px;
	color: #fff;
	text-align: center;
}

a.btn.marginbottom{
    margin-bottom: 110px;
}

#cnt-titolo h1{
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 500;
	margin: 0;
	letter-spacing: 2px;
}

#cnt-titolo h4{
	text-transform: none;
	font-size: 18px;
	font-weight: 400;
	margin: 20px 0 0 0;
	letter-spacing: 2px;
}

#breacrumbs{
    position: absolute;
    color: #277d32;
    top: 71px;
    left: 0px;
    font-size: 11px;
    letter-spacing: 0;
    z-index: 9990;
}

#breacrumbs a:hover{
	color: #277d32;
}

#breacrumbs span, #breacrumbs a{
	color: #191919;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

.container.body{
	margin-top: 93px;
}
.container{
	width: 100%;
	position: relative;
}

.content{
	width: 1240px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

ul, ul li{
	margin: 0;
	padding: 0;
}

:focus {
outline: 0;
}

header.container .relative, header.container{
	position: fixed !important;
	height: 93px;
	background: #fff;
	z-index: 1000; /*9980;*/
	top: 0;
	width: calc(100% - 40px);
}

.relative-img.header_configuratore {
    height: 418px;
    background: url("../Img/homepage-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;

}
.relative-img.header_home{
  position: relative;
  height: 600px;
}

.relative-img.header_home video{

  /*position: absolute;
  left: 50%; 
  top: 50%;
  transform: translate(-50%, -50%); */
    position: relative;
    width: 100%;
}

.relative-img.header_azienda, .relative-img.header_account-scaduto, .relative-img.header_grazie, .relative-img.header_grazie-titan{
    height: 418px;
    background: url("../Img/azienda-bluebox.jpg") no-repeat left center !important; 
    background-size: cover;

}

.relative-img.header_azienda h1{
  text-align: center;
  font-family: SwegonBrown-bold;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%; right: 50%;
  transform: translate(50%,-50%);
  margin: 0;
  font-family: SwegonBrown-light;
  font-weight: normal
}
.relative-img.header_azienda h1 strong{
  font-family: SwegonBrown-bold;
} 

.relative-img.header_contatti {
    height: 418px;
    background: url("../Img/contatti-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;
}

.relative-img.header_referenze{
    height: 418px;
    background: url("../Img/referenze-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;
}

.relative-img.header_news{
    height: 418px;
    background: url("../Img/news-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;
}

.relative-img.header_Office, .relative-img.header_Industrial, .relative-img.header_Hotel, .relative-img.header_Datacooling-7121
, .relative-img.header_Sostituzioni, 
.relative-img.header_richiesta-informazioni, .relative-img.header_richiesta-primo-avviamento, .relative-img.header_richiesta-intervento, .relative-img.header_richiesta-documentazioni, .relative-img.header_richiesta-preventivo, .relative-img.header_cerca-il-cat-piu-vicino {
    height: 418px;
    background: url("../Img/applicazioni-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;
}

.relative-img.header_water-cooled-fc, .relative-img.header_lgw-refrigerant, .relative-img.header_Inverter, .relative-img.header_modular-hybrid-free-cooling, .relative-img.header_heat-pump{
    height: 418px;
    background: url("../Img/tecnologie-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;
}

.relative-img.header_sales-support, .relative-img.header_Service-support, .relative-img.header_spare-parts, .relative-img.header_other-services{
    height: 418px;
    background: url("../Img/sales-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;  
}

.relative-img.header_job{
    height: 418px;
    background: url("../Img/job-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;     
}

.relative-img.header_pagamenti{
    height: 418px;
    background: url("../Img/pagamenti-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;     
}

.relative-img.header_residential{
    height: 418px;
    background: url("../Img/residential-bluebox.jpg") no-repeat center center !important; 
    background-size: cover; 
}

.relative-img.header_applied{
    height: 418px;
    background: url("../Img/applied-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;
}

.relative-img.header_technological{
    height: 418px;
    background: url("../Img/technological-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;
}

.relative-img.header_high-precision-cooling, .relative-img.header_free-cooling, .relative-img.header_reliability-on-datacenter,
.relative-img.header_efficiecy-datacenter, .relative-img.header_data_cooling, .relative-img.header_small-data-center, .relative-img.header_medium-data-center, .relative-img.header_large-data-center{
    height: 418px;
    background: url("../Img/datacooling-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;
}

.relative-img.header_blue-think, .relative-img.header_multilogic, .relative-img.header_multifree, .relative-img.header_flowzer, .relative-img.header_blueye, .relative-img.header_hyzer, .relative-img.header_products-, .relative-img.header_guides {
    height: 418px;
    background: url("../Img/system-bluebox.jpg") no-repeat center center !important; 
    background-size: cover;   
}

.relative-img.header_{   
    height: 418px;
    background: url("../Img/areariservata-bluebox.jpg") no-repeat center center; 
    background-size: cover;  
}


header .relative.header_contatti, header .relative.header_grazie, header .relative.header_account-scaduto, header .relative.header_account-rinnovato, header .relative.header_home {
	background: url("../Img/header/contatti_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_, header .relative.header_pagamenti{
	background: url("../Img/header/area_riservata_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_air_cooled_units{
	background: url("../Img/header/air_cooled_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;	
}

header .relative.header_Office, header .relative.header_Industrial, header .relative.header_Hotel,
header .relative.header_Datacooling-7121, header .relative.header_Sostituzioni{
	background: url("../Img/header/applicazioni_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;	
}

header .relative.header_richiesta-informazioni, header .relative.header_richiesta-primo-avviamento, header .relative.header_richiesta-intervento,
header .relative.header_richiesta-documentazioni, header .relative.header_richiesta-preventivo, header .relative.header_cerca-il-cat-piu-vicino{
	background: url("../Img/header/sales_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_remote_condenser_units{
	background: url("../Img/header/airblue_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_applied{
	background: url("../Img/header/applied_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_system_controls{
	background: url("../Img/header/controls_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_data_cooling, header .relative.header_small-data-center,
header .relative.header_medium-data-center, header .relative.header_large-data-center, header .relative.header_high-precision-cooling, header .relative.header_free-cooling, header .relative.header_reliability-on-datacenter{
	background: url("../Img/header/data_cooling_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_job{
	background: url("../Img/header/jobs_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_news{
	background: url("../Img/header/news_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_datacooling{
	background: url("../Img/header/precision_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_data_cooling, header .relative.header_efficiecy-datacenter, header .relative.header_efficiecy-datacenter{
	background: url("../Img/header/data_cooling_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_multifunctional_units{
	background: url("../Img/header/multifunctional_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_configuratore{
	background: url("../Img/header/product_selector_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_referenze{
	background: url("../Img/header/referenze_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;	
}

header .relative.header_residential{
	background: url("../Img/header/residential_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;	
} 

header .relative.header_roof_top_units{
	background: url("../Img/header/rooftop_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;	
} 

header .relative.header_water_cooled_units{
	background: url("../Img/header/water_cooled_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;		
}

header .relative.header_close_control, header .relative.header_blue-think,
header .relative.header_multilogic, header .relative.header_multifree, header .relative.header_flowzer,
header .relative.header_blueye{
	background: url("../Img/header/controls_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_Inverter, header .relative.header_Modular, header .relative.header_modular-hybrid-free-cooling, header .relative.header_water-cooled-fc, header .relative.header_lgw-refrigerant, header .relative.header_heat-pump{
	background: url("../Img/header/tecnologie_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_sales-support, header .relative.header_service-6411,
header .relative.header_planned-maintenance, header .relative.header_industrial-chiller-support, header .relative.header_spare-parts, header .relative.header_other-services, header .relative.header_Service-support {
	background: url("../Img/header/service_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_technological{
	background: url("../Img/header/technological_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header .relative.header_privacy, header .relative.header_segnalazione{
	background: url("../Img/header/privacy_bluebox_header.jpg") no-repeat 50% 0 !important;
	height: 370px;
	overflow: hidden;
}

header{
	/*height: 559px;
	overflow: hidden; */
}


/**/
.hamburgler-icon-wrapper {
  position: absolute;
  top: 40px;
  right: 0px;
  height: 26px;
  width: 26px;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

.hamburgler-icon,
.hamburgler-icon:before,
.hamburgler-icon:after {
  content: '';
  position: absolute;
  border-radius: 1em;
  height: 2px;
  width: 26px;
  background: #191919;
  transition: all 0.2s ease
}

.hamburgler-icon.change, .change.hamburgler-icon::before, .change.hamburgler-icon::after{
	background: #4a4b4c;
}

.hamburgler-active .hamburgler-icon.change, .hamburgler-active .change.hamburgler-icon::before, .hamburgler-active .change.hamburgler-icon::after {
    background: #4a4b4c;
}

.hamburgler-icon {
  top: 0.75em
}

.hamburgler-icon:before {
  top: -0.55em
}

.hamburgler-icon:after {
  top: 0.55em
}

.hamburgler-active .hamburgler-icon {
  background: transparent;
  transform: rotate(-135deg)
}

.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  top: 0
}

.hamburgler-active .hamburgler-icon:before {
  transform: rotate(90deg)
}

.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  background: #191919;
}

.hamburgler-menu {
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #191919;
  text-align: center
}

.hamburgler-active .hamburgler-menu {
  opacity: 1;
  pointer-events: initial;
  z-index: 99;
}

.hamburgler-menu-list {
  display: block;
  transition: all 0.4s ease;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2)
}

ul.ul_menusecmodel li{
	list-style: none;
}

.hamburgler-menu-list a{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 60px;
	color: #191919;
}
.hamburgler-menu-list a:hover, .hamburgler-menu-list a.active{
	color: #7fc600;
}

.hamburgler-active .hamburgler-menu-list {
  transform: translate(-50%, -50%) scale(1)
}
/**/

.container.menu-mobile{
	background: #f6f6f6;
	padding: 10px 0;
}

.menu_prodotti li.menu_item ul, .container.menu-mobile{
	display: none;
}

.container.menu-mobile li{
	list-style: none;
}

.container.menu-mobile li{
	text-transform: uppercase;
}

.container.menu-mobile li a{
	color: #37393a;
	font-size: 16px;
	text-align: center;
	background: #fff;
	padding: 14px 0;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.container.menu-mobile li ul li{
	text-transform: none;
}

.container.menu-mobile li ul li a{
	background: transparent;
	font-size: 14px;
	padding: 2px 0;
}

.ico-plus{
	height: 21px;
	width: 21px;
	position: absolute;
	left: 15px;
	top: 17px;
	background: url("../Img/plus.png") no-repeat;
}

.container.menu-mobile li.menu_item{
	position: relative;
}

#main-menu li{
	text-transform: uppercase;
	float: left;
}

#main-menu li ul{
	position: absolute;
	padding: 30px 0;
	left: 0;
}

#main-menu li ul li{
	text-transform: none;
	text-transform: 14px;
	float: none;
}

#main-menu li ul li a{
	color: #191919;
	border-right: 0;
	padding: 0;
	line-height: 28px;
	text-transform: uppercase;
	font-size: 14px;
}

.main-menu ul li a:last-child{
	border-right: 0;
}

.world{
	height: 29px;
	width: 29px;
	background: url("../Img/world.png") no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	z-index: 999;
}

.world.v-mobile{
	background: url("../Img/world-mobile.png") no-repeat;
}
.header-page .menu-header{
	top: 5px;
}
.header-page #logo{
	top: 8px;
}

#cnt-header {
	position: absolute;
	right: 0;
	top: 30px;
}

#logo{
	position: absolute;
	left: 0%;
	top: 20px;
}
#logo img{
		width: 220px;
		height: auto;
		position: relative;
		z-index: 99;
    height: 64px;
	}

#trenta{
	top: 5px;
	position: absolute;
	right: 0;
}

.overflow{
	overflow: hidden;
}

#overlay{
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: -93px;
	left: 0;
	width: 100%;
	display: none;
	height: calc(100% + 93px);
	z-index: 9988;
}

.select-lang{
	display: none;
	background: #fff;
	width: 90%;
	position: fixed;
	right: 5%;
	padding: 70px 20%;
	z-index: 9999;
	box-sizing: border-box;
	top: 100px;
}

.select-lang h2{
	color: #191919;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 70px;
}
.select-lang ul{
	list-style: none;
	column-count: 3;
	column-gap: 40px;
}
.select-lang li{
	
	display: block;
}
.select-lang a{
	color: #191919;
    margin-bottom: 30px;
    display: inline-block;
}

.select-lang a:hover, .select-lang a.current-lang{
    color: #277d32;
}

#chiudi{
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: 1;
}
#chiudi:hover {
  opacity: 0.5;
}
#chiudi:before, #chiudi:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #191919;
}
#chiudi:before {
  transform: rotate(45deg);
}
#chiudi:after {
  transform: rotate(-45deg);
}

.select-lang a:hover{
	color: #277d32;
}
.swegon-overlay{
	width: calc(100% + 40px) !important;
	left: -20px;
}

.menu-header{
	position: relative;
	right: 0px;
	top: 15px;
}

.menu-header ul li{
	display: inline;
	margin-left: 25px;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
}

.menu-header ul{
	list-style: none;
}

.menu-header ul li a{
	color: #737473;
	position: relative;
	display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  cursor: pointer;
  outline: none;


}

.menu-header ul li a:hover{
	color: #737473;
  /*text-decoration: underline;*/
}

.menu-header ul li a:hover:after, .menu-header ul li a.active:after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #277d32;
	margin-top: 0px;
	position: absolute;
	top: 23px;
}
.img-header{
/* 	width: 100%; */
    position: absolute;
    /*width: auto;
    left: 50%;
    margin-left: -800px;*/
	z-index: -1;
}


.list-social{
	position: absolute;
	right: 151px;
	top: 0;
}

.list-social-slide{
	position: absolute;
	right: 0;
	top: 40px;
}

.list-social a, .list-social span{
	float: left;
	margin-left: 25px;
}

.list-social-slide .linkedin{
	width: 18px;
	height: 18px;
	background: url("../Img/linkedin-slide.png") no-repeat;
		text-decoration: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
	display: block;
	float: left;
	margin-left: 25px;
}

.list-social-slide .linkedin:hover{
	background: url("../Img/linkedin-slide.png") no-repeat -18px 0;
		text-decoration: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}

.list-social-slide .youtube{
	margin-left: 25px;
	float: left;
	display: block;
	width: 46px;
	height: 17px;
	background: url("../Img/youtube-slide.png") no-repeat;
		text-decoration: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}

.list-social-slide .youtube:hover{
	background: url("../Img/youtube-slide.png") no-repeat -46px 0;
		text-decoration: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}

.list-social-slide .shop{
	margin-left: 25px;
	float: left;
	display: block;
	width: 27px;
	height: 25px;
	background: url("../Img/carrello-slide.png") no-repeat;
		text-decoration: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
	margin-top: -5px;
}

.list-social-slide .shop:hover{
	background: url("../Img/carrello-slide.png") no-repeat -27px 0;
		text-decoration: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}

.list-social .shop{
	width: 27px;
	height: 25px;
	margin-top: -5px;
	background: url("../Img/carrello.png") no-repeat;
		text-decoration: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}

.list-social .shop:hover{
	background: url("../Img/carrello.png") no-repeat -27px 0;
		text-decoration: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}

.list-social .linkedin{
	width: 18px;
	height: 18px;
	background: url("../Img/linkedin.png") no-repeat;
		text-decoration: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}

.list-social .linkedin:hover{
	background: url("../Img/linkedin.png") no-repeat -18px 0;
		text-decoration: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}

.list-social .youtube{
	width: 46px;
	height: 17px;
	background: url("../Img/youtube.png") no-repeat;
		text-decoration: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}

.list-social .youtube:hover{
	background: url("../Img/youtube.png") no-repeat -46px 0;
		text-decoration: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}

.lang{
	position: relative;
}



#cnt-header .select-lang a, #menu-slide .select-lang a{
	display: block;
	padding: 2px 0;
	text-align: center;
	color: #37393a;
	font-size: 13px;
}

#cnt-header .select-lang a:hover, #cnt-header a.current-lang{
	color: #277d32;
}

.lang a{
	cursor: pointer;
}

.menu-header ul li.lang{
	margin-left: 45px;
}
.ico-lang{
	background: url("../Img/global.jpg") no-repeat;
	height: 16px;
	position: absolute;
	left: 0;
	margin-left: -25px;
	top: 3px;
	width: 16px;
}
.ico-restricted{
 	background: url("../Img/restricted.png") no-repeat;
	height: 16px;
	position: relative;
    display: inline-block;
	width: 16px;  
    vertical-align: sub;
    margin-right: 5px;
}

.is_homepage .container.eventi-news{
    margin-top: 20px;
}

.is_homepage .container.eventi-news .sing-news{
  width: 22%;
}
.is_homepage .container.eventi-news .sing-news h2{
  height: 120px;
}
.is_homepage .container.eventi-news .sing-news p{
  height: 190px;
}
/*
.cnt-payoff{
	position: absolute;
	top: 430px;
	right: 0;
	color: #fff;
	text-align: center;
}*/

.cnt-payoff h1#titolo img{
    display: none;
}
.cnt-payoff h1#titolo[rel="remote-liquid-condenser"] img, .cnt-payoff h1#titolo[rel="remote-liquid-condenser"], .cnt-payoff h1#titolo[rel="remote-condenser-2741"] img, .cnt-payoff h1#titolo[rel="remote-condenser-2741"]{
  display: block;
}


.cnt-payoff{
	position: absolute;
	top: 200px;
	right: auto;
	color: #191919;
	text-align: center;
	width: 100%;
}

.cnt-payoff h2, .cnt-payoff h1{
	margin: 0;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
    
    display: none;
}

.cnt-payoff h3, .cnt-payoff h4{
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 25px 0 0 0; 
    display: none;
}


.cnt-footer ul.menu-footer li a{
	color: #277d32;
  font-size: 20px;
  line-height: 32px;
}

.cnt-footer{
	display: block;
    float: left;
    margin: 30px 1.5% 50px;
    width: 30%;
}



footer ul{
	margin-left: 0;
	list-style: none;
}

footer h2.titolo, footer h2.titolo:hover{
  font-family: SwegonBrown-bold;
	color: #191919;
	margin: 0 0 16px 0;
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
}

footer ul li a {
	color: #277d32;
  font-size: 20px;
  line-height: 32px;
}

footer ul li a:hover {
	color: #277d32;
	text-decoration: underline;
}

.social-footer{
	margin-top: 20px;
	float: right;
}

.youtube-footer{
	height: 21px;
  width: 30px;
	display: block;
	float: left;
	background: url("../Img/youtube.svg") no-repeat;
	margin-right: 20px;
transition: all 0s ease;
 	vertical-align: middle;
  margin-top: 7px;
}

.linkedin-footer{
	    height: 25px;
    width: 28px;
	display: block;
	float: left;
	background: url("../Img/linkedin.svg") no-repeat;
	margin-right: 0px;
	vertical-align: middle;
transition: all 0s ease;
margin-top: 2px;
}

/*
.youtube-footer:hover{
	background: url("../Img/youtube-social.png") no-repeat -47px 0px;
	-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
} 

.linkedin-footer:hover{
	background: url("../Img/linkedin-footer.png") no-repeat -19px -1px;
	-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
} */

.eventi-in-programma{
	width: 90%;
	border: 2px solid #277d32;
	padding: 5%;
	position: relative;
}

footer .eventi-in-programma ul li a{
  font-size: 16px;
}

.eventi-in-programma h3{
	color: #191919;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 16px 0;
	font-size: 16px;
  font-family: SwegonBrown-bold;
}

.eventi-in-programma ul{
	list-style: none;
	margin: 0;
}

.cnt-footer.eventi .social-footer{
	display: none;
}

.load-more{
	cursor: pointer;
}

#calendario{
	position: absolute;
	background: url("../Img/calendario.png") no-repeat;
	height: 23px;
	width: 23px;
	right: 5%;
	top: 10%;
}

.download-app{
	float: right;
	margin-top: 40px;
}

.download-app a{
	float: left;
	margin-left: 10px;
}

#bluebox{
	float: left;
	width: 68%;
}

#credits{
	float: right;
	width: 32%;
}

ul#credits {
	list-style: none;
	float: right;
}

ul#credits li{
	display: inline;
	float: right;
}

ul#credits li a{
	color: #277d32;
	margin-left: 25px;
}

ul#credits li a:hover{
	color: #2e7fcb;
}

footer{
	background: #e9f2e5;
  color: #191919;
    border-top: 2px solid #fff;
}

.logo-footer{
    padding: 20px 0;
    background: #39AA0D;
}

.logo-footer img{
    width: 180px;
}

#menu-slide{
	width: 100%;
	background: #fff;
	height: 100px;
	display: none;
	z-index: 30;
	position: fixed;
	top: 0;
	border-bottom: 2px solid #f6f6f6;
}
.world.v-mobile
{
	display:none;
}

#menu-slide .menu-header ul li a{
	color: #4a4b4c;
}

#menu-slide .menu-header ul li a{
	color: #277d32;
}

#menu-slide .menu-header{
	position: absolute;
	right: 200px;
}

#menu-slide a.logo-menu{
	position: absolute;
	left: 0;
	top: 28px;
}

#menu-slide .menu-header{
	top: 37px;
}

#menu-slide ul li {
    margin-left: 30px;
}

.relative-img.header_home{
  z-index: 1;
}
.relative-img.header_home a{
  position: relative;
  display: table;
  padding: 15px 40px 13px;
  background-color: #277D32;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: baseline;
  text-decoration: none;
  border-radius: 0;
  margin: 60px auto 0;
  line-height: 1;
}
.relative-img.header_home a:hover{
  background: #39AA0D
}

.relative-img.header_home h1{
  padding-bottom: 8px;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 24px;
  margin-top: 135px;
  font-weight: 700;
  text-align: center;
  color: #191919;
}

.relative-img.header_home h2{
  color: #191919;
   margin-top: 0;
    word-break: break-word;
    font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.payoff-mobile{
  display: none;
}

.menu-header ul li.btn-contact a{
    font-size: 13px;
    color: #277d32;
    border: 1px solid #277d32;
    box-sizing: border-box;
    padding: 4px 15px 0px;
    display: inline-block;
}
.menu-header ul li.btn-contact a:hover{
    background: #277d32;
    color: #fff;
}
.menu-header ul li.btn-contact a:hover:after{
    display: none;
}

.configuratore .label{
	padding: 65px 0 30px;
}

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

#tabs-menu a.btn{
	background: #277d32;
}

#tabs-menu a.btn:hover{
	background: #7fc600;
}

.container.applicazioni-pag-richiesta{
	margin-top: 40px;
    margin-bottom: 90px;
}

.applicazioni-pag-richiesta .applicazione{
    padding: 12px 0 10px;
}

.ext_nt_slider {
    min-height: 60px;
    overflow: hidden;
    padding-bottom: 25px;
    padding-top: 105px;
    position: relative;
    width: 720px;
	margin: 0 auto;
}

.relative-img{
	position: relative;
	height: 418px;
	z-index: -1;
	overflow:hidden;
}

.relative-img.header_air_cooled_units, .relative-img.header_water_cooled_units, .relative-img.header_multifunctional_units,
.relative-img.header_roof_top_units, .relative-img.header_datacooling, .relative-img.header_remote_condenser_units,
.relative-img.header_residential, .relative-img.header_applied, .relative-img.header_technological, .relative-img.header_data_cooling,
.relative-img.header_small-data-center, .relative-img.header_efficiecy-datacenter, .relative-img.header_blue-think, .relative-img.header_multilogic,
.relative-img.header_multifree, .relative-img.header_flowzer, .relative-img.header_blueye, 
.relative-img.header_.utente-loggato, .relative-img.header_segnalazione.utente-loggato{
    background: #f5f5f5;
}

.relative-img.header_.utente-loggato, .relative-img.header_segnalazione.utente-loggato{
    height: 300px;
}

.relative-img.header_air_cooled_units img, .relative-img.header_water_cooled_units img, .relative-img.header_multifunctional_units img,
.relative-img.header_roof_top_units img, .relative-img.header_datacooling img, .relative-img.header_remote_condenser_units img,
.relative-img.header_residential img, .relative-img.header_applied img, .relative-img.header_technological img, .relative-img.header_data_cooling img,
.relative-img.header_small-data-center img, .relative-img.header_efficiecy-datacenter img, .relative-img.header_blue-think img, 
.relative-img.header_multilogic img, .relative-img.header_multifree img, .relative-img.header_flowzer img, .relative-img.header_blueye img{
    display: none;
}

.cnt-payoff h1[rel="PACKAGED"], .cnt-payoff h1[rel*="-cooled"], .cnt-payoff h1[rel="multifunctional"], .cnt-payoff h1[rel="roof-top"], .cnt-payoff h1[rel="precision-a-c-"], .cnt-payoff h1[rel="precision-a-c"],
.cnt-payoff h1[rel="residential"], .cnt-payoff h1[rel="applied"], .cnt-payoff h1[rel="technological"], .cnt-payoff h1[rel="data-cooling"]{
    color: #191919;
    display: block;
    font-size: 30px;
    line-height: 36px;
    margin-top: -40px;
}

.cnt-payoff h1[rel="restricted-area"], .cnt-payoff h1[rel="area-wiki"], .cnt-payoff h1[rel="segnalazioni"], .cnt-payoff h1[rel="area-bim"], .cnt-payoff h1[rel="area-erp"], .cnt-payoff h1[rel="smart-cooling-solutions"]{
    color: #191919;
    display: block;
    font-size: 30px;
    line-height: 36px;
    margin-top: -100px;
}




 .cnt-payoff h4[rel*="-cooled"], .cnt-payoff h4[rel="multifunctional"], .cnt-payoff h4[rel="roof-top"], .cnt-payoff h4[rel="precision-a-c-"], .cnt-payoff h4[rel="precision-a-c"],
.cnt-payoff h4[rel="residential"], .cnt-payoff h4[rel="applied"], .cnt-payoff h4[rel="technological"], .cnt-payoff h4[rel="data-cooling"], .cnt-payoff h4[rel="restricted-area"], .cnt-payoff h4[rel="area-wiki"], .cnt-payoff h4[rel="segnalazioni"], .cnt-payoff h4[rel="area-bim"], .cnt-payoff h4[rel="area-erp"], .cnt-payoff h4[rel="smart-cooling-solutions"]{
     color: #191919;
    display: block;
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;   
}


.cnt-payoff h1[rel="PACKAGED"]:after, .cnt-payoff h1[rel*="-cooled"]:after, .cnt-payoff h1[rel="multifunctional"]:after, 
.cnt-payoff h1[rel="roof-top"]:after, .cnt-payoff h1[rel="precision-a-c-"]:after, .cnt-payoff h1[rel="residential"]:after,
.cnt-payoff h1[rel="applied"]:after, .cnt-payoff h1[rel="technological"]:after, .cnt-payoff h1[rel="data-cooling"]:after, .cnt-payoff h1[rel="restricted-area"]:after, .cnt-payoff h1[rel="area-wiki"]:after, .cnt-payoff h1[rel="segnalazioni"]:after, .cnt-payoff h1[rel="area-bim"]:after, .cnt-payoff h1[rel="area-erp"]:after, .cnt-payoff h1[rel="smart-cooling-solutions"]:after{
    content: "";
    display: block;
    height: 2px;
    width: 90px;
    margin-top: 60px;
    margin-left: -45px;
    background: #191919;
    position: absolute;
    left: 50%;
}

.relative-img img{
	width: 100%;
}

.relative-img.desktop{

}


.relative-img.mobile{
	display: none;
}

#main-menu li.active a.active,
ul.menu-columns li a.active, #main-menu li.active a:hover{
	color: #277d32;
}

a.link_invia_curriculum{
	display: block;
	width: 350px;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0px;
	background: #277d32;
	border-radius: 0;
	padding: 13px 0px;
	text-align: center;
}

a.link_invia_curriculum:hover{
	background: #7fc600;
}

.referenza_filter1, .referenza_filter2, .referenza_filter3, .referenza_filter4
{
	opacity:0;
    height: 0px !important;
	margin:0px !important;
	padding:0px !important;
/*     padding: 0 8px; */
    overflow: hidden;
    transition: all .3s ease .15s;
}

.content_pagamento
{
	background-color:#f6f6f6 !important;
}

.box_pagamento
{
/* 	background-color:#f2f2f2; */
	padding-top:80px;
	padding-bottom:70px;
/* 	margin-bottom:-81px; */
/* 	margin-top:80px; */
	overflow:hidden;
}
.box_pagamento h2
{
	margin-top:0px;
	color:#373938;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:18px;
	font-weight:600;
	margin-bottom:60px;
}

.footer_no_margin
{
	margin-top:0px !important;
}

.bp_left
{
	width:359px;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
}
.bp_left2
{
	width:180px;
	float:left;
	margin-bottom:20px;
}
.bp_label
{
	color:#7e7f83;
	margin-bottom:18px;
}

.box_pagamento input.bp_text
{
	background-color: #FFF;
    border: medium none;
    display: inline-block;
    font-family: "SwegonBrown",sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 12px;
	width:90%;
}
.bp_button
{
	text-align:center;
	clear:left;
	padding-top:33px;
}
.bp_button input
{
	background-color: #FFF;
    border: medium none;
    display: inline-block;
    font-family: "SwegonBrown",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 42px;
	cursor:pointer;
	text-transform:uppercase;
	color:#37383a;
	border:1px solid #e1e1e1;
}

.box_errore_2
{
	margin-top:20px;
}

.carte_accettate
{
	clear:left;
	text-align:center;
	font-size:12px;
	margin-bottom:-20px;
}

/* 05/12/2016 */


.facebook-footer {
	vertical-align: middle;
    background: rgba(0, 0, 0, 0) url("../Img/facebook.svg") no-repeat;
    display: block;
    float: left;
    height: 29px;
    margin-right: 20px;
    margin-left: 40px;
    -webkit-transition: all 0s ease;
    width: 14px;
}

/*
.facebook-footer:hover {
background: rgba(0, 0, 0, 0) url("../Img/facebook-social.png") no-repeat -12px 0;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}*/

.list-social .facebook2 {
    background: rgba(0, 0, 0, 0) url("../Img/facebook2.png") no-repeat 0 0;
    height: 16px;
    text-decoration: none;
 -webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
    width: 8px;
}

.list-social .facebook2:hover {
    background: rgba(0, 0, 0, 0) url("../Img/facebook2.png") no-repeat -8px 0;
    text-decoration: none;
 -webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;

}

.list-social-slide .facebook2 {
    background: rgba(0, 0, 0, 0) url("../Img/facebook3.png") no-repeat 0 0;
    display: block;
    float: left;
    height: 16px;
    margin-left: 25px;
    text-decoration: none;
     -webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
    width: 8px;
}

.list-social-slide .facebook2:hover {
    background: rgba(0, 0, 0, 0) url("../Img/facebook3.png") no-repeat -8px 0;
    text-decoration: none;
 -webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;

}
.loghetti{
	float: right;
	margin-top: 10px;
}
.loghetti .loghetto{
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	max-width: 43px;
}

/**/


@media (max-width: 1615px) {
	.img-header {
	    left: 50%;
	    margin-left: -800px;
	    width: auto;
	}
}
@media (max-width: 1492px) {
    .relative-img img {
        width: auto;
    }
}

@media (max-width: 1279px){
	.container.main-menu .content, .content, .container.parallax .content{
		width: 940px;
	}

  .menu-header ul li{
    margin-left: 15px;
  }

  .is_homepage .container.eventi-news .sing-news{
  width: 48%;
  }
  .is_homepage .container.eventi-news .sing-news h2{
    height: 65px;
  }
  .is_homepage .container.eventi-news .sing-news p{
    height: 120px;
  }
}


@media (max-width: 959px) {
  .is_homepage .container.eventi-news .sing-news p{
    height: auto;
  }
  .is_homepage .container.eventi-news .sing-news h2{
    height: auto;
  }
    .header-page #logo{
        top: 22px;
    }
    .more-details {
        margin-top: 50px;
        width: 100%;
    }
    #logo{
        top: 30px;
    }
    footer{
		padding-bottom: 1px;
	}
	#credits, .loghetti, .social-footer {
	    float: none;
	    display: table;
	    text-align: center;
	    margin: 20px auto 0;
	}
    
    .loghetti .loghetto{
        margin: 0 10px;
    }
    #credits{
        float: none;
        width: 100%;
    }
    .facebook-footer, .youtube-footer, .linkedin-footer{
        margin: 0 10px;
    }
	.list-login {
		right: -6% !important;
	}

	.relative-img.desktop{
		display: none;
	}

	.relative-img.mobile{
		display: block;
	}

	.relative-img.mobile .img-header{
		left: 0;
		margin-left: 0;
	}

	.content.mini, .mini{
		width:90%;
	}

	.ext_nt_slider {
	    width: 300px;
	}
    #lang-mobile a{
        color: #191919;   
    }
    #lang-mobile a:hover, #lang-mobile a.current-lang{
        color: #277d32;
    }     
    
	#lang-mobile{
		display: block;
	    position: absolute;
        right: 50px;
        top: 39px;
	    z-index: 99999;
	}
	#cnt-titolo h4{
		font-size: 13px;
		margin: 0;
	}
	#breacrumbs{
		left: -5%;
	}

	.container.main-menu .content, .content, .container.parallax .content{
		width: 90%;
	}

  .payoff-mobile{
    display: block;
  }
  .payoff-desk{
    display: none;
  }
  .payoff-mobile a{
    position: relative;
    display: inline-block;
    padding: 15px 40px 13px;
    background-color: #277D32;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: baseline;
    text-decoration: none;
    border-radius: 0;
    margin: 0px 0 50px;
    line-height: 1;
  }
  .payoff-mobile a:hover{
    background: #39AA0D;
  }

  .payoff-mobile h2{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
  }
  .payoff-mobile h1{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 16px;
  }
	.is_homepage .header-page{
		
	}

	#cnt-titolo {
		top: 160px;
		width: 300px;
		left: 50%;
		margin-left: -150px;
	    right: auto;
		z-index: 99;
	}

	.cnt-select input.referenze_search {
		border: 1px solid #277d32;
		width: 100% !important;
		background: transparent;
		font-weight: 600;
		font-family: 'SwegonBrown', sans-serif;
		color: #191919 !important;
		letter-spacing: 1px;
        box-sizing: border-box;
		/*padding-left:13%;
		width:80%;
		font-size:13px;
		padding-bottom:8px;*/
	}

	.world{
		display: block !important;
	}

	.select-lang {
	    top: 80px;
	    z-index: 9999;
	}

	#lang-mobile .select-lang{
		position: fixed;
		right: 7%;
    	top: 70px;
	}

	#lang-mobile .select-lang a{
		color: #191919;
		text-align: center;
		display: block;
		 font-size: 12px;
    padding: 0;
	}

	#lang-mobile .select-lang a:hover, #lang-mobile .select-lang a.current-lang{
		color: #277d32;
	}

	.menu-header ul, .list-social{
		display: none;
	}


	#trenta{
		display: none !important;
	}
	
	.is_homepage .cnt-payoff,.cnt-payoff{
		right: auto;
		width: 100%;
		top: 170px;
		z-index: 99;
		height: auto;
	}

	.cnt-payoff h2{
		font-size: 20px;
		letter-spacing: 1px;
	}

	.cnt-payoff h3{
		font-size: 14px;
	}

	.hamburgler-icon-wrapper, .container.menu-mobile{
		display: block !important;
	}

	.cnt-footer{
/* 	    display: none; */
	    float: none;
	    margin: 20px 0;
	    width: 100%;
	}

	.cnt-footer.eventi{
	    display: block;
	}

	.download-app{
		margin: 40px auto 0;
		width: 195px;
		float: none;
	}

	#bluebox{
		float: none;
		width: 100%;
		text-align: center;
	}

	ul#credits{
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	ul#credits li{
		display: block;
		text-align: center;
		float: none;
	}

	ul#credits li a{
		margin-left: 0;
	}

	.cnt-footer.eventi .social-footer{
		display: block;
	    margin: 40px auto 0;
	    width: 160px;
	}

	#logo img{
		width: 170px;
        height: 49px;
		height: auto;
		position: relative;
		z-index: 99;
	}

	header.container{
		position: inherit;
	}

	header .relative{
		position: relative;
	}
	
	.list-social-slide
	{
		display:none;
	}
}

.list-login
{
	line-height:1em;
	color:#191919;
	position:absolute;
	top:15px;
	right:0px;
	text-align:right;
	z-index:999;
    font-size: 13px;
}
.list-login a
{
	color:#191919;
}
.list-login.mobile
{
	top:90px;
	right:auto;
	left:0px;
}

.blocco_traduzione
{
	display:inline;
	position:relative;
}

.blocco_traduzione img
{
	width:10px !important;
	min-width:10px !important;
	height: 10px!important;
}
/*.blocco_traduzione:hover .edit_traduzione
{
	display:block;
}*/
.edit_traduzione
{
/* 	display:none; */
	cursor:pointer;
	position:absolute;
	left:0px;
	top:10px;
	z-index:999;
/* 	background-color:#FFF; */
}

.box_ok, .executed, .alert-success
{
	color:green !important;
	padding:5px;
/* 	border:1px solid green; */
}

.products-list-detail img
{
	max-width:100%;
}

.box_referenze
{
	display:none;
}
.box_referenze .cnt-referenze .width30{
	margin-bottom: 100px;
}
.box_referenze .cnt-referenze .width30:hover h1{
    color: #277d32;
}
.referenze_loading
{
	text-align:center;
}
.referenze_loading img
{
	display:inline;
}

.pdf-bucket-checkout
{
	margin-top:90px;
}
.loghetti_mobile
{
	display:none;
}
.loghetti_mobile
{
	text-align:center;
	margin-top:30px;
}
.loghetti_mobile img
{
	display:inline;
	padding:0px 10px;
}

@media (max-width: 960px) {
	.loghetti_mobile
	{
		display:block;
	}
    
    .cnt-payoff h1[rel*="-cooled"], .cnt-payoff h4[rel*="-cooled"], .cnt-payoff h1[rel="multifunctional"], .cnt-payoff h4[rel="multifunctional"], .cnt-payoff h1[rel="roof-top"], .cnt-payoff h4[rel="roof-top"], .cnt-payoff h1[rel="precision-a-c-"], .cnt-payoff h4[rel="precision-a-c-"], .cnt-payoff h1[rel="residential"], .cnt-payoff h4[rel="residential"], .cnt-payoff h1[rel="applied"], .cnt-payoff h4[rel="applied"], .cnt-payoff h1[rel="technological"], .cnt-payoff h4[rel="technological"], .cnt-payoff h1[rel="data-cooling"], .cnt-payoff h4[rel="data-cooling"], .cnt-payoff h1[rel="data-center"], .cnt-payoff h4[rel="data-center"], .cnt-payoff h1[rel="the-it-cooling"], .cnt-payoff h4[rel="the-it-cooling"], .cnt-payoff h1[rel="system-control"], .cnt-payoff h4[rel="system-control"], .cnt-payoff h1[rel="restricted-area"], .cnt-payoff h1[rel="area-wiki"], .cnt-payoff h1[rel="segnalazioni"], .cnt-payoff h1[rel="area-bim"], .cnt-payoff h1[rel="area-erp"], .cnt-payoff h1[rel="smart-cooling-solutions"], 
    .cnt-payoff h4[rel="restricted-area"], .cnt-payoff h4[rel="area-wiki"], .cnt-payoff h4[rel="segnalazioni"], .cnt-payoff h4[rel="area-bim"], .cnt-payoff h4[rel="area-erp"], .cnt-payoff h4[rel="smart-cooling-solutions"]{
        font-size: 22px;
    }
    
    .cnt-payoff h1[rel="restricted-area"]:after, .cnt-payoff h1[rel="area-wiki"]:after, .cnt-payoff h1[rel="segnalazioni"]:after, .cnt-payoff h1[rel="area-bim"]:after, .cnt-payoff h1[rel="area-erp"]:after, .cnt-payoff h1[rel="smart-cooling-solutions"]:after{
        display: none;
    }

    .relative-img.header_azienda:after{
      font-size: 50px;
    }
}


@media (max-width: 440px) {
    .relative-img.header_azienda:after{
      font-size: 30px;
    }
	#menu-slide a.logo-menu img{
		width: 140px;
	}

	.list-social-slide .youtube, .list-social-slide .linkedin{
		margin-left: 12px;
	}
	
	a.link_invia_curriculum{
		width:100%;
	}
    #breacrumbs{
        display: none;
    }

}

@media (max-width: 420px) {
    header.container .relative, header.container{
        top: 20px;
    }
    header.container.header-page{
        top: 0;
    }
}
