/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url(https://fonts.gstatic.com/s/muli/v10/4zZnGQseDyLpl5MU_z5GPfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url(https://fonts.gstatic.com/s/muli/v10/T-qN9Yh40TTJeenUALkjgg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,300;0,400;0,500;1,300&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Muli', sans-serif;
	font-weight: 300;
    height: 100%
}
form {
    margin: 0;
    padding: 0;
    font-family: 'Muli', sans-serif;
	font-weight: 300;
}
input {
    font-family: 'Muli', sans-serif;
	font-weight: 300;
    padding: 5px;
	box-sizing: border-box;
		
}
textarea {
    font-family: 'Muli', sans-serif;
	font-weight: 300;
    padding: 5px;
    width: 100%;
	box-sizing: border-box;
}
select {
    font-family: 'Muli', sans-serif;
	font-weight: 300;
    padding: 5px;
}
img {
    border: 0
}
h1, h2 {
    color: #a7a7a7;	
    font-weight: 400
}
h1 {
    margin: 0;	
    font-size: 32px;
}
h2 {
    margin-bottom: 10px;	
    font-size: 24px;
	text-align: left;
}

a, .tooltip {
    text-decoration: none;
    font-weight: 700;
    color: #f0871a;
	cursor: pointer;
}
a:hover {
    text-decoration: underline
}
table {
	text-align: left;
}
.points {
    width: 100%;
    height: 1px;
    border-top: 1px solid #DCDCDC;
    margin: 10px 0
}
.grey {
    color: #999;
    text-align: left
}
.overflow_hidden {
    overflow: hidden
}
#pdf_loader {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    background-color: #000;
    opacity: .8;
    display: none;
}
.pdf,
.arrow,
.plus,
.minus,
.alert_ok,
.alert_ko,
.info {
    font-weight: 700
}
.ui-tooltip {
	padding: 12px;
	position: absolute;
	z-index: 9999;
	box-shadow: 0 0 5px #aaa;
	border:1px solid #f0871a;
	text-align: center;
	font-size: 12px;
	background-color: white;
}
#header_wrapper {
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}
#header {
    width: 960px;
    margin: 0 auto
}
#header #first_row {
    width: 100%;
    height: 65px;
    margin: 0 auto
}
#header #second_row {
    margin: 0 auto;
    border-top: 1px solid #E6E6E6
}
#header #first_row #logo {
    display: block;
    width: 200px;
    float: left;
    padding: 12px 0;
}
#header #first_row #logo img {
    width: 100%;
}
#header #second_row #mobile_logo {
    display: none
}
#top_menu {
    float: right;
    font-size: 10px;
    color: #9a9a9a
}
#top_menu .social {
    float: right;
    padding: 18px 0 0;
	margin: 0 0 0 9px;
}
#top_menu .social img {
	width: 24px;
}
#top_menu .social:nth-of-type(3) {
	margin-left: 18px;
}
#top_menu .icon {
    height: 25px;
    float: left;
    background: no-repeat left 25px;
    padding: 28px 0 0 25px;
    margin: 0 0 0 15px
}
#top_menu .icon a {
    color: #a7a7a7;
    text-decoration: none
}
#top_menu .icon a:hover {
    text-decoration: underline
}
.language_full {
    display: block
}
.language_short {
    display: none;
    font-size: 14px
}
.request {
    border-radius: 20px;
    background-color: #f0871a;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
	display: inline-block;
}
.request a {
    color: #FFF;
    text-decoration: none;
    font-weight: 400
}
#request_header {
    float: right;
    margin: 9px 0 0
}
#request_sheet {
    display: none;
}
#hamburgerWrapper {
    display: none;
}
#navbar_320,
#navbar_320_submenu {
    display: none;
}
#navbar {
    width: 780px;
    float: left;
    position: relative
}
#navbar ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#navbar ul li {
    text-align: center;
    float: left;
    padding: 12px 9px;
	position: relative;
}
#navbar ul li:first-child {
    padding-left: 0;
}
#navbar ul li:last-child {
    padding-right: 0;
}
#navbar .submenu_label {
    font-size: 18px;
    font-weight: 400
}
#navbar .section_button a {
    color: #a7a7a7!important;
    text-decoration: none;
	font-size: 18px;
}
#navbar .section_button a:hover {
    color: #000
}
#navbar .section_current {
    font-size: 14px;
    font-weight: 700;
    color: #000
}
#navbar .rollover_current {
    background: url(../images/front/layout/current.png) no-repeat center 60px
}
#navbar .separation {
    width: 1px;
    float: left;
    background: url(../images/front/layout/separation_buttons.png) no-repeat center 15px;
    padding: 25px 5px 0
}
#navbar .submenu {
    position: absolute;
    z-index: 1000;
    top: 45px;
	left:20px;
    display: none;
    box-sizing: border-box
}

#navbar .submenu#submenu_applicazioni {
	left: 0;
}

#navbar .submenu#submenu_applicazioni {
	width: 480px;
}

#navbar .submenu#submenu_prodotti {
	width: 520px;
}

#navbar .submenu#submenu_azienda {
	width: 400px;
}

#navbar .submenu#submenu_servizi {
	width: 380px;
}

#navbar .submenu#submenu_contatti {
	width: 360px;
}

#navbar .submain {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
#navbar .submenu_label {
    font-size: 24px;
    color: #666;
    text-align: left;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}
#navbar .submenu_ind {

}
#navbar .submenu_mar {

}
#navbar .submain {
    background-color: rgba(255, 255, 255, 1)
}
#navbar .thumb {
    width: 50%;
    margin: 10px 0px;
    float: left;
    position: relative;
}
#navbar .thumb_inf {
    height: 80px;
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    top: 35px;
    font-size: 10px;
    color: #FFF;
    display: none;
    text-align: left;
    background: #fff;
    line-height: 12px;
    background-color: rgba(0, 0, 0, 0.7)
}
#navbar .thumb_inf a {
    font-size: 10px;
    color: #FFF;
    text-decoration: none
}
#navbar .thumb_inf a:hover {
    color: #FFF;
    text-decoration: underline
}
#navbar .thumb_pic {
    width: 135px;
    margin-bottom: 10px;
	display: none;
}
#navbar .thumb_pic img {
    width: 100%
}
#navbar .thumb_ttl {
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
    font-size: 12px!important;
}
#navbar .thumb_ttl a {
    color: #9a9a9a;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

#navbar .thumb_ttl .new,
#navbar_320_submenu .thumb_ttl .new {
	margin-left: 5px;
    background-color: orange;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8px;
    line-height: 10px;
    color: white;
    letter-spacing: 2px;
}

#navbar .thumb_ttl a:hover {
    color: #9a9a9a;
    text-decoration: underline
}
.main_pic_big {
    display: block
}
.main_pic_little {
    display: none
}
.main_pic {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #FFF;
    position: relative;
    margin-top: 150px
}
.main_pic_shadow {
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 100;
    background: url(../images/front/layout/shadow_main_pic.png) repeat-x
}
.main_pic #cover {
    width: 100%;
    height: 350px;
    position: absolute;
    z-index: 10;
    display: none;
    background: url(../images/front/layout/cover_black.png)
}
.main_pic #box_wrapper {
    width: 960px;
    height: 335px;
    margin: 0 auto;
    padding: 15px 0 0;
    position: absolute;
    z-index: 100
}
.main_pic #box_central {
    width: 960px;
    height: 350px;
    margin: 0 auto;
    position: relative
}
.main_pic #box_float {
    height: 335px;
    float: right
}
.main_pic .box_single {
    width: 152px;
    height: 90px;
    margin-bottom: 20px;
    border: 1px solid #FFF;
    overflow: hidden;
    float: right;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat
}
.main_pic .box_content {
    display: none;
    width: 256px;
    height: 163px;
    padding: 10px;
    color: #FFF;
    font-size: 12px;
    background: url(../images/front/layout/cover_black.png)
}
.main_pic.main_pic_blank,
.main_pic.main_pic_blank.main_pic_offerta.contatti,
.main_pic.main_pic_blank.main_pic_informazioni.contatti {
    height: 0;
}
.main_pic_home {
    margin-top: 130px
}
.main_pic.main_pic_blank.contatti {
    height: 335px
}

.main_pic .buhke_logo {
	position: absolute;
	z-index: 8;
	bottom: 0;
}

.main_pic .buhke_logo_desktop {
	left: calc((100% - 960px) / 2);
}
.main_pic .buhke_logo_mobile {
	display: none;
}


#breadcrumbs_wrapper {
    width: 100%;
    height: 35px;
    background: #f2f2f2;
    position: fixed;
    left: 0;
    top: 115px;
    z-index: 10
}
#breadcrumbs {
    width: 960px;
    padding: 10px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 700;
    color: #a7a7a7;
    box-sizing: border-box
}
#rss_wrapper {
    width: 100%;
    height: 35px;
    background: #f2f2f2
}
#rss {
    width: 960px;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 700;
    color: #a7a7a7;
    box-sizing: border-box;
    background-image: url(../images/front/layout/rss_bgr.png);
    background-position: center 0;
    background-repeat: no-repeat
}
#rss_reuters {
    width: 540px;
    height: 16px;
    overflow: hidden;
    float: left;
    text-align: left;
    position: relative;
    margin-left: 80px
}
#rss_reuters ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#rss_reuters ul li {
    height: 16px
}
#rss_bloomberg {
    width: 230px;
    height: 16px;
    float: right;
    text-align: right;
    overflow: hidden;
    position: relative;
    margin-right: 80px
}
.rss_wrapper {
    position: absolute;
    top: 0
}
#content_wrapper {
    width: 100%;
    min-height: 300px;
    background: #FFF
}
#title {
    width: 960px;
    padding: 15px 0;
    margin: 0 auto
}
#share {
    width: 300px;
    float: right;
    text-align: right;
    padding: 25px 0 0
}
#shadow_top {
    width: 960px;
    margin: 0 auto;
    height: 50px;
    background: url(../images/front/layout/shadow_top.jpg) no-repeat center
}
#shadow_bottom {
    width: 960px;
    margin: 0 auto;
    height: 50px;
    background: url(../images/front/layout/shadow_bottom.jpg) no-repeat center
}
#section {
    width: 960px;
    margin: 0 auto;
    font-size: 16px;
    text-align: justify;
    padding: 0 0 10px
}
#section .desktop {
	display: block;		
}
#section .mobile {
	display: none;
}
#section p.mobile img {
	width: 100%;
}
#section .action {
    padding: 0 0 0 25px;
    background: url(../images/front/bullets/arrow.gif) no-repeat
}
#section .button {
    margin: 20px 0 0;
    border-radius: 20px;
    background-color: #f0871a;
    color: #FFF;
    text-align: center;
    padding: 4px 10px
}
#section .button a {
    color: #FFF;
    text-decoration: none;
    font-weight: 400
}
#section .list_info {
    padding: 10px 0;
}
#section .list_info_320,
#section .list_subinfo_320 {
    display: none
}
#section .large img,
#section .thumb img {
}
#section .large img {
	width: 100%;
	height: auto;
}
#section .thumb .float {
	width: 360px;
	float: left;
}
#section .thumb .float img {
	width: 100%;
	height: auto;
}
#section .thumb a {
    background: none;
    width: 0;
    padding: 0;
    margin: 0
}
#section .little {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#section .caption .float {
	width: 880px;
	float: right;
}
#section .subcontent {
    display: none
}

#section .subtable {
    display: none
}

#section .subcontent .grid {
	display: flex;
	flex-flow: row wrap;
}

#section .subcontent .grid > div {
	width: 33.33%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;	
}

#section .subcontent .grid > div img {
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto;
}

#section .subcontent .table_integra td {
    width: 33%;
    text-align: left
}
#section .sep_320 {
    display: none
}
#section .box_info div:nth-of-type(1) {
    float: left;
    width: 330px
}
#section .box_info div:nth-of-type(2) {
    float: right;
    width: 600px
}
#section .box_info img {
	width: 100%;
	height: auto;
	display: block;
}

#section .box_x2 {
    width: 48%;
	margin-right: 1%;
    float: left
}

#section .box_x3 {
    width: 300px;
    float: left
}
#section .box_x3 img {
    width: 100%;
    box-sizing: border-box
}
#section .box_x3:nth-of-type(3n + 2) {
    margin: 0 30px
}
#section .box_x2, #section .box_x3 {
	text-align: left;
}
#section .localization .box_x3 .thumb img {
	width: 100%;
	height: auto;
	float:none;
}
#section .center_label {
    width: 160px;
    float: left;
    text-align: left;
    font-size: 14px
}
#section .center_data {
    width: calc(100% - 160px);
    float: right;
    text-align: left;
    font-size: 14px
}
#section .center_label .row,
#section .center_data .row {
    width: 100%;
    height: 1.2em;
    overflow: hidden
}
#section .float_thumb {
    width: 200px;
    height: auto;
    padding: 5px;
    border: 1px solid #CCC
}
#section .centers_filters {
    text-align: center
}
#section .centers_switch {
    width: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-size: auto 25px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #f0871a;
    font-weight: 700;
    cursor: pointer
}
#section .centers_switch_current {
    color: #000;
    background-color: rgba(0, 0, 0, 0.05)
}
#section .centers_switch_map {
    float: left;
    text-align: left;
    padding-left: 30px;
    padding-right: 10px;
    background-position: left center;
    background-image: url(../images/front/icons/marker.png)
}
#section .centers_switch_grid {
    float: right;
    text-align: right;
    border-left: none;
    padding-left: 10px;
    padding-right: 30px;
    background-position: right center;
    background-image: url(../images/front/icons/grid.png)
}
#section .centers_select {
    display: inline-block;
    margin: 10px
}

#section .list {
	text-align: left;
}

#section .label_header {
	padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    width: 960px;
    position: sticky;
    top: 155px;
    background: #ffffff;
}

#section table.data_table {
	width: 100%;
	position: relative;
	border-spacing: 0;
}

#section table.data_table thead {

}

#section table.data_table th,
#section table.data_table td {
	vertical-align: middle;
	text-align: center;
}

#section table.data_table th {
	position: sticky;
	top: 155px;
	padding: 4px 0;
	background-color: white;
	border: 1px solid #dfdfdf;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#section table.data_table th:first-of-type {
	border-left: 1px solid #dfdfdf;
}

#section table.data_table th:last-of-type {
	border-right: 1px solid #dfdfdf;
}

#section table.data_table td {
	padding: 2px 0;
}

#section .sheet_image {
    float: left;
    width: 450px;
    text-align: center;
	padding: 16px;
	box-sizing: border-box;
}
#section .sheet_image img {
	width: 100%;
}
#section .sheet_table {
    float: right;
    width: 480px;
    text-align: left
}
#section .sheet_row:nth-of-type(3n + 1) {
    float: left;
    width: 280px;
    font-weight: 700;
    color: #a7a7a7
}
#section .sheet_row:nth-of-type(3n + 2) {
    float: right;
    width: 200px
}
#section .sheet_row {
    padding: 7px 0
}
#section .tabs_wrapper {
    display: block;
    border-bottom: 1px solid #dfdfdf;
	margin-bottom: 12px;
}
#section .tabs_select {
    display: none
}
#section .staff {
    width: 320px;
    height: 220px;
    float: left
}
#section .staff img {
    margin: 5px 0;
    border: 1px solid #CCC
}
#section .position {
    color: #999;
    font-size: 14px
}
#section .email a {
    color: #999;
    text-decoration: none;
    font-weight: 400
}
#section .email a:hover {
    text-decoration: underline
}
#section .email {
    width: 100%;
    font-size: 14px
}
#section .skype {
    width: 100%;
    font-size: 14px
}
#section .skype a {
    color: #999;
    text-decoration: none;
    font-weight: 400
}
#section .skype a:hover {
    text-decoration: underline
}
#section .accordion_title {
    background-image: url(../images/front/bullets/down.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding: 0 0 0 25px
}
#section .accordion_title a {
    font-weight: 700;
    color: #f0871a
}
#section .accordion_content {
    display: none
}
#section .form_column {
    width: 440px;
    float: left;
    margin-right: 40px;
    color: #999
}
#section .black {
    color: #000
}
#section .form_field {
    height: 60px;
    margin: 10px 0;
	text-align: left;
}
#section .search_box {
    margin-bottom: 20px;
}
#section .search_box.floated {
	float: left;
}
#section .search_box .sep_320 {
    display: none
}
#section .cta_box {
    background-color: #f9f9f9;
    text-align: center;
    width: 320px;
    margin: 24px auto;
    color: gray;
    padding: 12px;
    border-radius: 12px;
}
#section .switch_buttons {
	float: right;
	text-align: right;
	padding: 5px 0;
}
#section .switch_buttons span {
	display: none;
}
#section .switch_buttons span.active {
	display: block;
}

#section .thumb_generating {
    width: 180px;
    float: left;
    text-align: center;
    background: #FFF;
	box-sizing: border-box;
}
#section .thumb_generating.thumb_generating_motopompe {
	float: none;
}
#section .thumb_generating.thumb_generating_torri {
	width: 150px;
}
#section .thumb_generating img {
	padding: 16px;
    width: 100%;
    height: auto;
	box-sizing: border-box;
}
#section .next_step {
    width: 150px;
    height: 75px;
    padding-left: 50px;
    float: left;
    display: none;
    background: url(../images/front/layout/next_step.jpg) left center no-repeat
}
#section .cogeneration_scheme {
	position: relative;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#section .cogeneration_scheme span {
	display: block;
	position: absolute;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}
#section .cogeneration_scheme span.negative {
	text-align: center;
	font-weight: normal;
	line-height: 18px;
	color: white;
}
#section .cogeneration_scheme.scheme_01 {
	height: 280px;
	background-size: 760px auto;
	background-image: url(../images/front/content/cogenerazione/scheme-01.svg);
}
#section .cogeneration_scheme.scheme_01 span:nth-of-type(1){
    left: 40px;
    top: 96px;	
}
#section .cogeneration_scheme.scheme_01 span:nth-of-type(2){
    left: 472px;
    top: 38px;	
}
#section .cogeneration_scheme.scheme_01 span:nth-of-type(3){
    left: 472px;
    top: 141px;	
}
#section .cogeneration_scheme.scheme_01 span:nth-of-type(4){
    left: 767px;
    top: 106px;	
}
#section .cogeneration_scheme.scheme_02 {
	height: 350px;
	background-size: 760px auto;
	background-image: url(../images/front/content/cogenerazione/scheme-02.svg);
}
#section .cogeneration_scheme.scheme_02 span:nth-of-type(1){
    left: 40px;
    top: 108px;	
}
#section .cogeneration_scheme.scheme_02 span:nth-of-type(2){
    left: 472px;
    top: 16px;	
}
#section .cogeneration_scheme.scheme_02 span:nth-of-type(3){
    left: 472px;
    top: 115px;	
}
#section .cogeneration_scheme.scheme_02 span:nth-of-type(4){
    left: 472px;
    top: 221px;	
}
#section .cogeneration_scheme.scheme_02 span:nth-of-type(5){
    left: 767px;
    top: 117px;	
}
#section .cogeneration_scheme.scheme_03 {
	height: 350px;
	background-size: 870px auto;
	background-image: url(../images/front/content/cogenerazione/scheme-03.svg);
}
#section .cogeneration_scheme.scheme_03 span:nth-of-type(1){
    left: 30px;
    top: 116px;	
}
#section .cogeneration_scheme.scheme_03 span:nth-of-type(2){
    left: 360px;
    top: 55px;	
}
#section .cogeneration_scheme.scheme_03 span:nth-of-type(3){
    left: 360px;
    top: 119px;	
}
#section .cogeneration_scheme.scheme_03 span:nth-of-type(4){
    left: 360px;
    top: 199px;	
}
#section .cogeneration_scheme.scheme_03 span:nth-of-type(5){
    left: 548px;
    top: 90px;	
}
#section .cogeneration_scheme.scheme_03 span:nth-of-type(6){
    left: 550px;
    top: 145px;	
}
#section .cogeneration_scheme.scheme_03 span:nth-of-type(7){
    left: 765px;
    top: 118px;	
}
#section .cogeneration_scheme.scheme_04 {
	height: 390px;
	background-size: 960px auto;
	background-image: url(../images/front/content/cogenerazione/scheme-04.svg);
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(1){
    left: 261px;
    top: 57px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(2){
    left: 372px;
    top: 78px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(3){
    left: 480px;
    top: 35px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(4){
    left: 480px;
    top: 66px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(5){
    left: 480px;
    top: 94px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(6){
    left: 506px;
    top: 124px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(7){
    left: 25px;
    top: 282px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(8){
    left: 134px;
    top: 288px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(9){
    left: 246px;
    top: 253px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(10){
    left: 246px;
    top: 284px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(11){
    left: 246px;
    top: 315px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(12){
    left: 498px;
    top: 275px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(13){
    left: 611px;
    top: 276px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(14){
    left: 715px;
    top: 252px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(15){
    left: 715px;
    top: 285px;	
}
#section .cogeneration_scheme.scheme_04 span:nth-of-type(16){
    left: 715px;
    top: 315px;	
}

#section #calculator_form {
	display: none;
}

#section #calculator_form table tr th {
	text-align: left;
	padding: 5px;
}

#section #calculator_form table tr td {
	height: 40px;
	border:none;
	padding: 5px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,0.20);
}

#section #calculator_form table tr td.input_column {
	border-bottom: 1px solid rgba(0,0,0,0.80);
}

#section #calculator_form input[type="number"] {
	width: 100%;
	background-color: rgba(0,0,0,0.05);
	border: none;
	font-size: 16px;
}

#section #calculator_form input[type="submit"] {
	display: block;
	margin: 20px auto;
}

#home {
    width: 875px;
    margin: 0 auto
}
#home .home_box_single_little {
    width: 544px;
    height: 264px;
    position: relative
}
#home .home_box_single_little img {
    padding: 3px;
    border: 1px solid #CCC
}
#home .home_box_single {
    width: 875px;
    margin: 20px auto;
    position: relative;
    text-align: center
}
#home .home_box_single .home_box_picture {
    width: 875px
}
#home .home_box_single img {
    width: 100%
}
#home .home_box_title {
    font-size: 32px;
    padding: 0 0 20px
}
#home .home_box_info {
    width: 580px;
    margin: 0 auto;
}
#home .home_box_info a {
    color: #f0871a
}

#timeline {
	margin: 60px auto;
}

#timeline .tabs {
	padding: 10px 0;
	background-color: rgba(0,0,0,0.05);
	margin-bottom: 20px;
	position: relative;
}
/*
#timeline .tabs::after {
	content: "";
	height: 100%;
	width: 1px;
	background-color: rgba(0,0,0,0.10);
	left: 50%;
	top: 0;
	transform: translate(0, -50%);
	position: absolute;
	z-index: 10;
}
*/
#timeline .tabs .tab {
	width: 50%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	color: #f0871a;
}

#timeline .tabs .tab.current {
	color: black;
}

#timeline .tabs .tab:nth-of-type(odd) {
	text-align: right;
}

#timeline .timeline {
	width: 80%;
	margin: 0 auto;
	display: none;
}

#timeline .timeline.visible {
	display: block;
}
	
#timeline .single_year {
	display: flex;
	position: relative;
	padding-bottom: 40px;
}

#timeline .single_year:nth-of-type(odd) {
	flex-flow: row wrap;		
}

#timeline .single_year:nth-of-type(even) {
	flex-flow: row-reverse wrap;	
}

#timeline .single_year::after {
	position: absolute;
	content: "";
	width: 1px;
	background-color: #dddddd;
	height: 100%;
	left: calc(50% - 1px);
}

#timeline .single_year .picture img {
	width: 80%;
	margin-top: 20px;
}

#timeline .single_year .picture.icons img {
    width: 96px;
    margin: 18px 10px;
}
	
#timeline .single_year .picture,
#timeline .single_year .text {		
	width: 50%;
	box-sizing: border-box;
	position: relative;
}

#timeline .single_year .text::before {
	position: absolute;
	content: "";
	border-radius: 50px;
	width: 10px;
	height: 10px;
	background-color: #b2b2b2;
	top:75px;
	z-index: 1;
}

#timeline .single_year:nth-of-type(odd) .text::before {
	left: -5px;
}

#timeline .single_year:nth-of-type(even) .text::before {
	right: -5px
}

#timeline .single_year .text::after {
	position: absolute;
	content: "";
	width: 25%;
	background-color: #b2b2b2;
	height: 1px;
	top:80px;
}

#timeline .single_year:nth-of-type(odd) .text::after {
	left: 0;
}

#timeline .single_year:nth-of-type(even) .text::after {
	right: 0;
}

#timeline .single_year .text .info {
	font-weight: 300;
	font-size: 14px;
}

#timeline .single_year .text .year {
	font-size: 36px;
    line-height: 1;
	color:#b2b2b2;	
	margin: 60px 0 10px 0;
}

#timeline .single_year:nth-of-type(odd) .picture,
#timeline .single_year:nth-of-type(even) .text {
	padding-right: 15%;		
	text-align: right;
}

#timeline .single_year:nth-of-type(odd) .text,
#timeline .single_year:nth-of-type(even) .picture {
	padding-left: 15%;		
	text-align: left;
}

#timeline .single_year:nth-of-type(odd) .picture.icons {
	padding-right: 25px;		
}

#timeline .single_year:nth-of-type(even) .picture.icons {
	padding-left: 25px;		
}
	
#progress_tracker .step_track {
	width: 198px;
}

#section .tabs_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
	display: flex;
	justify-content: center;
	align-items: stretch;
	height: 50px;
}
#section .tabs_wrapper ul li {
    font-size: 14px;
	text-align: center;
	height: 100%;
	flex: 1;
}
#section .tabs_wrapper ul li a {
    text-decoration: none;
    color: black;
}
#section .tabs_wrapper ul li a:hover {
    text-decoration: underline
}
#section .tab_sep {
    font-size: 8px;
    padding: 8px 0 0;
    font-weight: 400;
    color: #000
}
#section .tab_label {
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
	text-transform: uppercase;
	font-size: 12px;
}
#section .tab_current {
    background: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
#section .tab_current a {
    color: black !important;
}
#section img.desk {
	display: block;	
}
#section img.mobi {
	display: none;
	margin: 0 auto;
}

#section #cofanature_details {
	text-align: center;
	margin: 20px auto;
	width: 320px;
	height: 210px;
	font-size: 14px;
}

#section #noise_calculate {
	width: 100%;
	background-color:rgba(0,0,0,0.05);
	padding: 20px;
	margin: 40px auto;
	box-sizing: border-box;
}

#section .single_project  {
	text-align: left;
}

#section .single_project img {
	display: block;
	width: 100%;
}

#section .centers_grid .single_project {
	float: left;
	width: 48%;
	margin-bottom: 40px;
}

#section .centers_grid .single_project:nth-of-type(even) {
	margin-left: 4%;
}

#section .single_project .single_project_gallery {
	float: left;
	width: 460px;
	overflow: hidden;
	position: relative;
}

#section .single_project_gallery .image_button {
	width: 30px;
	height: 30px;
	background-image: url(../images/front/layout/slide_button.png);
	position: absolute;	
	z-index: 1;
	top:calc((100% - 30px)/2);
	cursor: pointer;
	/* */
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    transition: all .25s ease-out	
}

#section .single_project_gallery .image_button.disabled {
	opacity: 0;
	transform: scale(0.8);
	visibility: hidden;
}

#section .single_project_gallery .image_button.image_prev {
	left: 10px;	
}

#section .single_project_gallery .image_button.image_next {
	right: 10px;
	transform: rotate(180deg);
}

#section .single_project_gallery .image_button.image_next.disabled {
	transform:scale(0.8) rotate(180deg);
}

#section .single_project .single_project_gallery .single_project_images_wrapper {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    transition: all .25s ease-out
}

#section .single_project .single_project_gallery .single_project_images_wrapper.static {
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    transition: all 0s ease-out
}

#section .single_project_gallery .single_project_image {
	width: 460px;	
	float: left;
	position: relative;
}

#section .single_project .single_project_gallery .controller {
	text-align: center;
    position: absolute;
    bottom: 10px;
    transform: translateX(-50%);
    left: 50%;	
}

#section .single_project .single_project_info {
	float: right;
	width: 460px;
	text-align: left;
}

#section .single_project .single_project_gallery .controller .button {
	display: inline-block;
	margin: 10px 5px;
	border-radius: 40px;
	width: 14px;
	height: 14px;
	/*border: 1px solid rgba(0,0,0,0.4);*/
	padding: 0;
	background-color: white;
}

#section .single_project .single_project_gallery .controller .button.current {
	background-color: #f0871a;
	/*border: 1px solid #f0871a;*/
}

#section .centers_grid .single_project:nth-of-type(even) {
	margin-left: 4%;
}

#section #centers_map {
	margin-top: 20px;
}

#section .flexGallery {
	display: flex;
	flex-flow: row nowrap;
	margin: 0 auto;
	width: 80%;
	justify-content: space-between;
}

#section .flexGallery div {
	text-align: center;
}

#section .flexGallery div p {
	font-size: 12px;
	margin: 0;
}

#section .flexGallery div img {
	display: inline-block;
	width: 320px;
	padding: 20px;
	box-sizing: border-box;
}

#section .fullWidth {
	width: 100%;
	margin: 40px 0 0 0;
	text-align: center;
}

#section .fullWidth p {
	font-size: 12px;
}

#section .fullWidth img {
	display: inline-block;
	width: 100%;
}

#range_wrapper {
    width: 100%;
    background: url(../images/front/layout/range_wrapper.jpg) repeat-x top
}

#range_powers {
    height: 35px;
    padding: 10px 0 0 125px
}

.single_power {
    width: 100px;
    height: 30px;
    text-align: center;
    font-weight: 700;
    background: #FFF;
    float: left;
    margin-right: 250px
}
.range_row {
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    padding: 0 0 0 125px;
    background-repeat: no-repeat;
    background-position: left top
}
.range_bar_wrapper {
    padding: 10px 0 0
}
.range_bar {
    width: 0;
    height: 15px;
	background: #cacaca;
    cursor: pointer
}
#frequency_wrapper {
    width: 220px;
    height: 60px;
    font-size: 24px;
    margin: 0 auto;
    background: url(../images/front/layout/frequency_50.jpg) center no-repeat
}
.frequency_single {
    width: 90px;
    height: 20px;
    padding: 20px 0;
    text-align: center;
    cursor: pointer
}
.frequency_single a {
    text-decoration: none;
    color: #a3a3a3;
    font-weight: 400
}

.rentalTooltip {
	position: absolute; 
	right:0; 
	top:60px; 
	width: 340px; 
	height: 90px; 
	overflow: hidden; 
	font-size: 14px; 
	text-align: left;
	background-image: url(../images/front/bullets/detail.png);
	background-position: left 0 top 12px;
	background-repeat: no-repeat;
	padding-left: 20px;
	box-sizing: border-box;
}

.rentalDetails {
	position: relative;
}

.rentalDetails img {
	width: 80%;
	height: auto;
	margin: 20px auto;
	display: block;
	
}

.detailsList {
	display: none;
}

#footer_wrapper {
    width: 100%;
    background-color: #dadada
}
#footer {
    width: 960px;
    margin: 10px auto 0;
    padding: 20px 0
}
#footer .section {
    width: 168px;
    float: left;
    font-size: 12px
}
#footer .subtitle {
    font-weight: 700;
    color: #000;
    padding: 0 0 10px
}
#footer .separation_ver {
    width: 30px;
    height: 380px;
    float: left;
    background: url(../images/front/layout/separation_vertical.png) repeat-y center
}
#footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#footer ul li {
    padding: 0 0 10px
}
#footer ul li a {
    color: #333;
    text-decoration: none;
    font-weight: 400
}
#footer ul li a:hover {
    text-decoration: underline
}
#credits {
    width: 960px;
    padding: 20px 0
}
#skype {
    width: 200px;
    float: left;
    text-align: left;
    font-size: 12px;
}
.skypeLabel {
    padding: 10px 0 0;
    float: left
}
.skypeIcon {
    float: left;
    margin-right: 10px
}
.skypeIcon img {
    height: 30px
}
#footer .social {
    display: none
}
#social {
    width: 200px;
    float: right;
    text-align: right
}
#copy {
    width: 400px;
    float: left;
    font-size: 12px;
}
#repsol {
    width: 200px;
    float: right;
    font-size: 12px;
    text-align: right
}
#repsol_txt {
    width: calc(100% - 46px);
    float: left;
    text-align: right;
    padding: 10px 0 0
}
#repsol_img {
    float: right;
    margin-left: 10px
}
.modal_wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    top: 0
}
.modal_background {
    width: 100%;
    height: 100%;
    background: url("../images/front/layout/cover_black.png");
}
.modal_content {
    position: absolute;
    z-index: 1001;
    top: 60px;
    left: 50%;
	transform: translateX(-50%);
    background: #FFF;
    padding: 15px;
    font-size: 12px;
	width: 420px;
}
.modal_close {
	width: 32px;
    height: 32px;
    top: 30px;
    right: 30px;
    position: absolute;
    z-index: 1001;
    cursor: pointer;
    background-image: url(../images/front/shadowbox/close.png);
	background-size: cover;
}
#login > div:nth-of-type(even) {
    float: left;
    width: 48%
}
#login > div:nth-of-type(odd) {
    float: right;
    width: 48%
}
#login_result {
    display: none
}
.single_section {
    display: none
}
#section .landing .submenu_label {
	font-size: 24px;
    color: #a7a7a7;	
}
#section .landing .subrow .thumb {
    width: 32%;
    float: left;	
    margin-bottom: 80px;
	margin-right: 2%;
}
#section .landing .subrow .thumb:nth-of-type(3n + 3) {
	margin-right: 0;
}
#section .landing .subrow .thumb img {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    border: none;
}
#section .landing .subrow .thumb .thumb_ttl h2 {
    font-size: 24px;
    font-weight: normal;
}
#section .landing .subrow .thumb .thumb_inf {
	text-align: left;
    height: 60px;
}

/*-----------------------------------------------------------------
-----------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
    html,
    body {
        -webkit-overflow-scrolling: touch
    }
    #header {
        width: 758px
    }
    #top_menu .social {
        padding: 22px 0 0;
        margin: 0 0 0 5px
    }
    #top_menu .social img {
        width: 25px;
        height: 25px
    }
    #top_menu .icon {
        min-width: 25px;
        margin: 0 0 0 5px
    }
    #navbar {
        width: 620px
    }
    #navbar ul li {
        margin-right: 30px
    }
    #navbar .thumb {
        margin: 6px 9px
    }
    #navbar .thumb_inf {
        top: 40px
    }
    #breadcrumbs {
        width: 100%;
        padding: 10px 5px;
        box-sizing: border-box
    }
    .main_pic {
        height: 0.75vw;
    }
    .main_pic .slide_images {
        height: 0.75vw;
    }
    .main_pic .slide_control {
        position: absolute;
        right: calc((100% - 760px)/ 2);
        top: 20px
    }
    .main_pic .single_slide_big {
        display: block
    }
    .main_pic .single_slide_little {
        display: none
    }	
	.main_pic .buhke_logo_desktop {
		left: calc((100% - 758px) / 2);
	}
	.main_pic .buhke_logo_mobile {
		display: none;
	}	
    #rss {
        width: 758px
    }
    #section {
        width: 758px;
        overflow-x: hidden
    }
    #title {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 5px
    }
    #home .home_box_single {
        width: 758px
    }
    #home .home_box_single .home_box_picture {
        width: 758px
    }
    #home {
        width: 758px;
        margin: 0 auto
    }
	#section .desktop {
		display: none;		
	}
	#section .mobile {
		display: block;
	}	
    #section .box_info:nth-of-type(even) div:nth-of-type(1) {
        float: left;
        width: 250px
    }
    #section .box_info:nth-of-type(even) div:nth-of-type(2) {
        float: right;
        width: 500px
    }
    #section .box_info:nth-of-type(odd) div:nth-of-type(1) {
        float: right;
        width: 250px
    }
    #section .box_info:nth-of-type(odd) div:nth-of-type(2) {
        float: left;
        width: 500px
    }
    #section .box_info img {
        width: 250px
    }
    #section .box_x3 {
        width: 240px;
        float: left
    }
    #section .box_x3:nth-of-type(2) {
        margin: 0 19px
    }
    #section .form_column {
        width: 360px;
        margin-right: 19px
    }
    #section .label_header {
        width: 100%
    }
	
    #configurator_choice .choice_box {
        min-width: 70px;
        min-height: 70px
    }
	
    #configurator_choice .choice_box_appliance {
        width: 150px;
        height: 230px;
        font-size: 12px
    }
    #configurator_choice .choice_box_appliance img {
        width: 125px
    }
    #section .sheet_image {
        width: 370px
    }
    #section .sheet_thumb {
        width: 370px
    }
    #section .sheet_table {
        width: 370px
    }
    #section .sheet_row:nth-of-type(2n + 1) {
        width: 180px
    }
    #section .sheet_row:nth-of-type(2n + 2) {
        width: 180px
    }
    #section .sheet_row {
        padding: 3px 0
    }
    #section .column_extra {
        display: none
    }
    #section .tabs_wrapper {
        display: none
    }
    #section .tabs_select {
        display: block
    }
    #section .subcontent {
        padding: 0
    }
    #section .single_power {
        margin-right: 150px
    }
	#section .detailsList {
		display: none;
	}		
    #footer {
        width: 758px
    }
    #footer .section {
        width: 110px
    }
    #footer .separation_ver {
        width: 15px;
        height: 320px
    }
    #credits {
        width: 758px
    }
	
	#section img.desk {
		display: none;	
	}

	#section img.mobi {
		display: block;	
	}	
	
	#section .rentalDetails img {
		width: 100%;	
	}
	
}

/*-----------------------------------------------------------------
-----------------------------------------------------------------*/

@media screen and (min-width: 320px) and (max-width: 568px) {
    html,
    body {
        -webkit-overflow-scrolling: touch
    }
    #languages_wrapper #logo {
        left: 20px
    }
    #languages_wrapper > #claim {
        top: 90px;
        font-size: 18px;
        padding-left: 20px
    }	
    .modal_content {
        width: 90%;
        height: auto;
        left: 5%;
        box-sizing: border-box;
		transform: none;
    }	
	.modal_close {
		top: 20px;
		right: 20px;
	}	
	.modal_content img {
		display: block;
		width: 100%;
	}
	
    #login > div:nth-of-type(odd) {
        float: none;
        width: 100%
    }
    #login > div:nth-of-type(even) {
        float: none;
        width: 100%
    }
    #header {
        width: 100%
    }
    #header #first_row {
        height: auto;
        background-color: #e9e9e9
    }
    #header #first_row #logo {
        display: none
    }
    #header #first_row #top_menu {
        float: none
    }
    #header #first_row .social {
        display: none
    }
    #header #first_row .icon {
        width: 42px;
        background-position: center;
        padding: 10px 0;
        margin: 0;
        text-indent: -9999px
    }
    .language_show {
        text-indent: 0!important;
        padding: 15px 0 0!important;
        background: none!important;
        text-align: center!important
    }
    .language_full {
        display: none
    }
    .language_short {
        display: block
    }
    #header #second_row #navbar {
        display: none
    }
    #header #second_row #mobile_logo {
        display: block;
        width: 150px;
        float: left;
        padding: 20px 10px
    }
    #header #second_row #mobile_logo img {
        width: 100%
    }
    #header #second_row #request_header {
		position: fixed;
    	top: 0;
    	font-size: 12px;
    	right: 5px;
		font-size: 12px;
    }
    #header #second_row #hamburgerWrapper {
        width: 32px;
        height: 32px;
        margin: 20px 10px 0 0;
        display: block;
        float: right;
    }
    #navbar_320,
    #navbar_320_submenu {
        width: 100%;
        height: 100%;
        display: block;
        position: fixed;
        box-sizing: border-box;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-color: #fff;
        top: 115px;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        transition: all .5s ease-out
    }
    #navbar_320 {
        z-index: 100;
        -webkit-transform: translate(-100%, 0px);
        -moz-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px)
    }
    #navbar_320_submenu {
        z-index: 1000;
        -webkit-transform: translate(-200%, 0px);
        -moz-transform: translate(-200%, 0px);
        -o-transform: translate(-200%, 0px);
        -ms-transform: translate(-200%, 0px);
        transform: translate(-200%, 0px)
    }
    #navbar_320_submenu p {
        padding: 10px
    }
    #navbar_320_submenu .navbar_320_back {
        width: 100%;
        padding: 10px;
        font-size: 18px;
        font-weight: 700;
        color: #f0871a
    }
    #navbar_320 ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    #navbar_320 ul li {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #e9e9e9;
        background-position: right 53px center;
        background-repeat: no-repeat;
        background-size: 30px
    }
    .navbar_320_slide {
        -webkit-transform: translate(0px, 0px)!important;
        -moz-transform: translate(0px, 0px)!important;
        -o-transform: translate(0px, 0px)!important;
        -ms-transform: translate(0px, 0px)!important;
        transform: translate(0px, 0px)!important
    }
    #navbar_320_submenu .thumb {
    	width: calc(50% - 20px);
    	margin: 10px;
    	float: left;
    }
	
	#navbar_320_submenu .thumb_pic {
		display:block;
	}	
	
	#navbar_320_submenu .thumb img {
		width:100%;
	}
	
    #navbar_320_submenu .thumb_inf {
        display: none
    }
    #navbar_320_submenu .thumb_ttl {
        height: 20px;
        text-align: center;
        padding: 5px 0
    }
    #navbar_320_submenu .thumb_ttl a {
        font-size: 12px;
        font-weight: 700;
        line-height: 10px;
        color: #9a9a9a;
        text-decoration: none
    }
    .main_pic_big {
        display: none
    }
    .main_pic_little {
        display: block
    }
    .main_pic_home {
        margin-top: 0
    }

    .main_pic.main_pic_blank.contatti {
        height: auto
    }
    .contatti iframe {
        height: 240px
    }
    .main_pic {
        margin-top: 0;
		width: 100vw;
		height: 45vw;
        background-size: cover;
    }
	.main_pic.home {
    	height: 75vw;		
	}
    .main_pic .slide_images {
		width: 100vw;
    	height: 75vw;
    }
    .main_pic .slide_control {
        position: absolute;
        right: 10px;
        top: 20px
    }
    .main_pic .single_slide_big {
        display: none
    }
    .main_pic .single_slide_little {
        display: block;
		background-size: cover;
    }
	
	.main_pic .buhke_logo_desktop {
		display: none;
	}
	
    #rss_wrapper {
        display: none
    }
    #content_wrapper {
        width: 100%;
        margin-top: 145px;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        transition: all .25s ease-out
    }
    .content_wrapper.home {
        margin-top: 115px!important
    }
    .content_wrapper_slide_1 {
        -webkit-transform: translate(100%, 0px)!important;
        -moz-transform: translate(100%, 0px)!important;
        -o-transform: translate(100%, 0px)!important;
        -ms-transform: translate(100%, 0px)!important;
        transform: translate(100%, 0px)!important
    }
    #section {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box
    }
	#section .desktop {
		display: none;		
	}
	#section .mobile {
		display: block;
	}
    #breadcrumbs_wrapper {

    }	
    #breadcrumbs {
       	width: 100%;
  		white-space: nowrap;
  		overflow: hidden;
  		text-overflow: ellipsis;		
    }
    #title {
        width: 100%;
        padding: 10px;
        box-sizing: border-box
    }
    #home .home_box_title {
        font-size: 24px
    }
    #home {
        width: 100%;
        margin: 0 auto
    }
    #home .home_box_single {
        width: 100%;
        margin: 10px auto
    }
    #home .home_box_single .home_title,
    #home .home_box_single .home_box_picture,
    #home .home_box_single .home_box_picture img,
    #home .home_box_single .home_box_info {
        width: 100%
    }
	#section {
		text-align: left;
	}
    #section .box_info,
    #section .box_info div,
    #section .box_info:nth-of-type(even) div:nth-of-type(1),
    #section .box_info:nth-of-type(even) div:nth-of-type(2),
    #section .box_info:nth-of-type(odd) div:nth-of-type(1),
    #section .box_info:nth-of-type(odd) div:nth-of-type(2) {
        float: none;
        width: 100%
    }
    #section .box_info img {
        width: 100%;
        margin-bottom: 10px
    }
    #section .box_x3 {
        width: 100%;
        float: none;
        margin: 10px 0
    }
    #section .box_x3 p:first-of-type {
        height: auto
    }
    #section .box_x3:nth-of-type(3n + 2) {
        margin: 0
    }
    #section .form_column {
        width: 100%;
        float: none
    }
    #section .search_box {
        margin: 20px 0;
        padding: 10px;
        background-color: #e9e9e9;
        text-align: center;
    }
	#section .search_box.floated {
		float: none;
	}	
    #section .search_box .sep_320 {
        display: block
    }
    #section .switch_buttons {
        margin: 20px 0;
        padding: 10px;
        background-color: #e9e9e9;
		float: none;
		text-align: center;
    }
	table.calculator {
		font-size: 12px;
	}
    #section .label_header {
        display: none
    }
    #section .list_info {
        padding: 10px 0;
        float: right;
        width: calc(100% - 180px)
    }
    #section .list_info.cogeneration {
        padding: 10px 0;
        float: none;
        width: 100%;
    }	
    #section .list_info div {
        display: none
    }
    #section .list_info .list_info_320 {
        display: block;
        font-size: 21px;
    }
    #section .list_info .list_subinfo_320 {
        display: block;
        font-size: 14px
    }
	#section table.data_table th:nth-of-type(n+3),
	#section table.data_table td:nth-of-type(n+3) {
		display: none;
	}
	#section table.data_table th:nth-of-type(2) {
	    border-right: 1px solid #dfdfdf;
	}	
    #range_powers {
        padding: 10px 0 0 85px
    }
    .range_row {
        padding: 0 0 0 85px;
        background-repeat: no-repeat;
        background-size: 85px auto
    }
    #section .single_power {
        width: 60px;
        margin-right: 15px;
        font-size: 10px
    }
    #section .login_box {
        padding: 10px;
        box-sizing: border-box;
        background-color: #e9e9e9
    }
    #section .form_field {
        height: auto;
        margin: 20px 0
    }
	#section .form_field input[type="text"],
	#section .form_field input[type="number"],
	#section .form_field select,
	#section .form_field textarea {
		width: 100%;
		box-sizing: border-box;
	}
    #section .centers {
        font-size: 12px
    }
    #section .center_label {
        width: 120px
    }
    #section .center_data {
        width: calc(100% - 140px);
        float: right;
        overflow: hidden;
        text-align: left
    }
    #section .float_thumb {
        width: 100%
    }
    #section .box_x3 {
        width: 100%;
        float: none
    }
    #section #centers_map td {
        display: block
    }
    #section .centers_select {
        display: block;
        width: 100%
    }
    #section .centers_select select {
        padding: 10px;
        width: 80%;
        margin: 0 auto
    }
	#section .detailsMap {
		display: none;
	}
	
	#section .rentalTooltip	{
		display: none;
	}
	
	#section .rentalDetails img {
		width: 100%;	
	}	
	
	#section .detailsList {
    	display:block;
	}	

    #progress_tracker {
        width: 300px;
        margin: 0 auto
    }
    #configurator_choice {
        width: 300px;
        margin: 0 auto
    }
    #progress_tracker .step_track {
        width: 25%
    }
    #progress_tracker .step_label {
        display: none
    }
    #progress_tracker .circles {
        display: none
    }
    #configurator_choice .choice_title {
        width: 100%
    }
    #configurator_choice .choice_box {
        min-width: 70px;
        min-height: 70px
    }
    .choice_box:nth-of-type(3n + 1) {
        margin-left: 0!important
    }
    #configurator_choice .choice_box_appliance {
        width: 80%!important;
        float: none!important;
        margin: 10px auto!important;
        height: auto;
        font-size: 12px
    }
    #configurator_choice .choice_box_appliance img {
        width: 125px
    }
    #configurator_choice #choice_content_4 {
        display: block
    }
    #section .thumb_accesories {
        display: block
    }
    #section .thumb_accesories img {
    	width: calc(50% - 20px);
    	float: left;
    	margin: 10px;
    }
    #request_sheet {
        width: 200px;
        margin: 20px auto;
        display: block
    }
    #section .sheet_image {
        width: 100%
    }
    #section .sheet_image img {
        width: 300px
    }
    #section .sheet_thumb {
        width: 300px
    }
    #section .sheet_table {
        width: 100%;
        font-size: 14px
    }
    #section .sheet_row:nth-of-type(3n + 1) {
        width: 45%;
        float: left
    }
    #section .sheet_row:nth-of-type(3n + 2) {
        width: 45%;
        float: right
    }
    #section .sheet_row {
        padding: 3px 0
    }
    #section .column_extra {
        display: none
    }
    #section .tabs_wrapper {
        display: none
    }
    #section .tabs_select {
        display: block
    }
    #section .tabs_navigation {
        width: 100%
    }
	#section #noise_calculate td {
		display: block;		
	}	
	#section img.desk {
		display: none;	
	}
	#section img.mobi {
		display: block;	
	}
    #section .subcontent {
        padding: 0;
        font-size: 14px;
        line-height: 18px
    }
	#section .centers_grid .single_project {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	#section .centers_grid .single_project:nth-of-type(even) {
		margin-left: 0;
	}

	#section .single_project .single_project_gallery {
		float: none;
		width: 100%;
		overflow: hidden;
	}

	#section .single_project_gallery .single_project_image {
		width: 340px;
	}
	
	#section .single_project .single_project_info {
		float: none;
		width: 100%;
		text-align: left;
	}	

	#section .single_project .single_project_gallery .image_button {
		display: none;
	}
	
	#section .flexGallery {
		flex-flow: column wrap;
	}
	
	#section .flexGallery div img {
		width: 100%;
	}	
	
	#timeline .timeline {
		width: 100%;
	}

    #timeline .single_year .text .year {
        font-size: 24px;
    }

	#timeline .single_year .picture img {
		width: 100%;
	}	
	
	#timeline .single_year .text::after {
    	width: 15%;
	}
	
	#timeline .single_year:nth-of-type(odd) .picture, #timeline .single_year:nth-of-type(even) .text {
		padding-right: 5%;
	}		
	
	#timeline .single_year:nth-of-type(odd) .text, #timeline .single_year:nth-of-type(even) .picture {
		padding-left: 5%;
	}

    #timeline .single_year .picture.icons {
        padding-top: 55px;
        padding-right: 25px;
    }

    #timeline .single_year .picture.icons img {
        width: 33.33%;
        margin: 5%;
    }
	
    #footer {
        width: 100%
    }
    #footer .section {
        display: none
    }
    #footer .separation_ver {
        display: none
    }
    #credits {
        width: 100%;
        padding: 0
    }
    #skype,
    #copy,
    #repsol {
        width: 100%;
        margin: 0;
        text-align: center;
		padding: 12px 0;
		font-size: 12px;
		color: #000000;
        float: none;	
    }
    #repsol_txt,
    #repsol_img {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0;
        padding: 4px 0;
    }
    #footer .social {
        display: block;
		text-align: center;
    }	
	#footer .social img {
		display: inline-block;
		padding: 0 6px;
	}
}