/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
p + p { 
margin-top: 0.5em;
}
strong {
font-weight: bold;
}

/*================================*/
/*          Colours               */
/*                                */
/*   Dark Green:  #1c6434         */
/*   Green:       #80cc28         */
/*   Black:       #231f20         */
/*   Light Grey   #918f90         */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #ffffff;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
.bar {
background:
    linear-gradient(
      to right, 
      rgba(128,204,40,1) 0%,
	  rgba(28,100,52,1) 100%
    )
    right 
    bottom
    no-repeat; 
background-size:100% 5px;
height: 5px;
}

#header {
position: relative;
width: 100%;
}

#button-wrapper {
position: absolute;
top: 0;
right: 45%;	
overflow: visible;
z-index: 9999;
}

#logo {
display: block;
float: left;
width: 400px;
margin: 0;
padding: 20px 0 0;
}

.header-contact {
float: right;
padding: 0;
margin: 18px 40px 0 0;
}

.book {
float: right;
width: 240px;
background: url("../images/white-arrow-large.png") center right 20px no-repeat #1c6434;
background-image: url("../images/white-arrow-large.png"), linear-gradient(to right, #80cc28 , #1c6434);
border-radius: 5px;
padding: 15px 10px;
margin: 20px 0 0;
opacity: 1;
}

.book:hover {
opacity: 0.8;
}

#menu {
position: relative;
background: none repeat scroll 0 0 transparent;
width: 100%;
height: 50px;
text-align: center;
z-index: 150;
}

#banner {
position: relative;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
z-index: 50;
}

#banner-01 {
background: url("../images/banner-01.jpg") top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
}

#banner-02 {
background: url("../images/main-banner-infrared.jpg") top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
}

#banner-03 {
background: url("../images/main-banner-solar.jpg") top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
}

#banner-04 {
background: url("../images/main-banner-aircon.jpg") top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
}

#banner-05 {
background: url("../images/main-banner-tepeo.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
}

#banner-08 {
position: relative;
background: url("../images/banner-08.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
}

#banner-09 {
position: relative;
background: url("../images/banner-09.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
}

#banner-10 {
position: relative;
background: url("../images/banner-10.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
}

#banner-11 {
background: url("../images/banner-11.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
}

#banner-short {
position: relative;
background: url("../images/banner-01.jpg") top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-sunamp {
position: relative;
background: url("../images/banner-sunamp.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
z-index: 50;
}

#banner-direct {
position: relative;
background: url("../images/banner-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-indirect {
position: relative;
background: url("../images/banner-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-solarpv {
position: relative;
background: url("../images/banner-04.jpg") bottom center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-heatpump {
position: relative;
background: url("../images/banner-05.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-heating {
position: relative;
background: url("../images/banner-06.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-aeroflow {
position: relative;
background: url("../images/banner-07.jpg") top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-solar {
position: relative;
background: url("../images/banner-solar.jpg") bottom center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-aircon {
position: relative;
background: url("../images/banner-aircon.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-infrared {
position: relative;
background: url("../images/banner-infrared.jpg") bottom center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-metal-infrared {
position: relative;
background: url("../images/banner-metal-infrared.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-chalkboard-infrared {
position: relative;
background: url("../images/banner-chalkboard-infrared.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-towel-infrared {
position: relative;
background: url("../images/banner-towel-infrared.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-glass-infrared {
position: relative;
background: url("../images/banner-glass-infrared.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-mirror-infrared {
position: relative;
background: url("../images/banner-mirror-infrared.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-tepeo {
position: relative;
background: url("../images/banner-tepeo.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-carbon {
position: relative;
background: url("../images/banner-carbon.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-carbon {
position: relative;
background: url("../images/banner-carbon.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-evchargers {
position: relative;
background: url("../images/banner-evchargers.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-solarbattery {
position: relative;
background: url("../images/banner-sunsynk.jpg") bottom right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-heatpump {
position: relative;
background: url("../images/banner-heat-pump.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #231f20;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

.banner-content {
position: absolute;
top: 40%;
left: 10px;
}

.rad-banner {
background: url("../images/rad-banner.jpg") center left no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-bottom: 2px solid #ffffff;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
}

.rad-banner-content {
position: absolute;
top: 10%;
left: 0;
right: 0;
margin: 0 auto;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content.darkgreen {
background-color: #1c6434;
background: url(../images/darkgreen-bg.jpg) bottom -20px right no-repeat #1c6434;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}

.main-content.green {
background-color: #1c6434;
}

.main-content.map {
margin: 0;	
}

.main-content-logos {
width: 100%;
margin: 0 auto;
padding: 60px 10px;
overflow: hidden;
text-align: center;
}

.full-column-inner {
padding: 80px 100px 80px 100px;
margin: 0;
}

.image-bottom {
position: absolute;
bottom: 0;
}

.beds-header {
padding: 20px 0;
margin: 0;
}

.heat-header {
padding: 20px 0;
margin: 0;
}

.scroll-up {
background: #80cc28;
background-image: linear-gradient(to right, #67a640, #328336);
clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
-webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
-moz-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
-o-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
color: #ffffff;
font-weight: 500;
text-align: center;
padding: 20px 30px 30px 30px;
position: absolute;
top: 0;
right: 100px;
line-height: 1;
cursor: pointer;
transition: all .3s ease 0s;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
}

#formaddress {
display: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

#email-response {
margin: 10px 0;
padding: 0;
}

#footer {
position: relative;
background: #231f20;
width: 100%;
padding: 60px 0;
margin: 0;
}

#baseline {
background: none repeat scroll 0 0 transparent;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#top-bar-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
}

#header-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 175px;
padding: 20px 10px;
margin: 0 auto;
}

#menu-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
}

.banner-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
}

.rad-banner-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1400px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1400px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.text-wrapper {
padding: 0;
margin: 0;
}

.two-column-flex-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
width: 100%;
max-width: 2000px;
padding: 0;
margin: 0;
}

.flex-wrapper {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
gap: 20px;
}

.left-flex-column {
background: #1c6434;
border-radius: 15px;
order: 1;
flex: 1;
padding: 25px;
}

.right-flex-column {
background: #1c6434;
border-radius: 15px;
order: 2;
flex: 1;
padding: 25px;
}

.testimonial-wrapper {
background: url("../images/quotes.png") top left no-repeat;
min-height: 260px;
padding: 0;
margin: 0;
}

#testimonial-slider {
padding: 0 80px;
}

.container {
padding: 0;
margin: 0;
}

.quote-button-wrapper {
line-height: 60px;
font-size: 1.2em;
padding: 0;
}

.quick-contact-wrapper {
background: #f5f5f5;
border-radius: 10px;
padding: 20px;
margin: 0;
}

#footer-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.promo-image {
display: block;
float: left;
width: 20%;
padding: 0;
margin: 0;
overflow: hidden;
text-align: center;
}

.promo-text {
display: block;
float: left;
width: 80%;
margin: 0;
padding: 0 0 0 10px;
overflow: hidden;
text-align: left;
}

.left-column {
display: block;
float: left;
padding: 10px 0 0;
margin: 0;
overflow: hidden;
}

.right-column {
display: block;
float: right;
padding: 0;
margin: 0;
overflow: hidden;
}

.one-column {
display: block;
float: left;
width: 33.333%;
padding: 10px;
margin: 0 33.333%;
overflow: hidden;
}

.one-column-pop {
display: block;
width: 50%;
padding: 10px;
margin: 0 auto;
overflow: hidden;
}

.two-column {
display: block;
float: left;
width: 33.333%;
padding: 10px ;
margin: 0 8.333%;
overflow: hidden;
}

.two-column-pop {
display: block;
float: left;
width: 50%;
padding: 10px ;
margin: 0;
overflow: hidden;
}

.three-column {
display: block;
float: left;
width: 33.333%;
padding: 10px;
margin: 0;
overflow: hidden;
}

.three-column-inner {
padding: 30px 0 0;
}

.three-column.promos {
width: 33.333%;
padding: 10px;
}

.three-column-pop {
display: block;
float: left;
width: 33.333%;
padding: 10px;
margin: 0;
cursor: pointer;
overflow: hidden;
}

.three-column-poplast {
display: block;
float: left;
width: 33.333%;
padding: 10px;
margin: 0;
cursor: pointer;
overflow: hidden;
}

.four-column {
display: block;
float: left;
width: 20%;
padding: 10px;
margin: 0 2%;
overflow: hidden;
}

.four-column-pop {
display: block;
float: left;
width: 25%;
padding: 10px;
margin: 0;
cursor: pointer;
overflow: hidden;
}

.five-column {
display: block;
float: left;
width: 20%;
padding: 10px;
margin: 0;
overflow: hidden;
}

.five-column-pop {
display: block;
float: left;
width: 20%;
padding: 10px;
margin: 0;
overflow: hidden;
}

.five-column-poplast {
display: block;
float: left;
width: 20%;
padding: 10px;
margin: 0;
overflow: hidden;
}

.left-column-50 {
display: block;
float: left;
width: 50%;
padding: 0 25px 0 0;
margin: 0;
}

.right-column-50 {
display: block;
float: left;
width: 50%;
padding: 0 0 0 25px;
margin: 0;
}

.left-column-flex-50 {
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 50%;
padding: 20px 25px 20px 0;
margin: 0;
}

.left-column-flex-50.green {
background-color: #1c6434;
background-image: linear-gradient(to right, #67a640, #328336);
}

.left-column-flex-50.indirect {
background: url("../images/indirect-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.pump {
background: url("../images/pump-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.aero02 {
background: url("../images/aeroflow-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.radiator02 {
background: url("../images/radiator-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.suppliers {
background: url("../images/sunamp-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.aeroflow {
background: url("../images/aeroflow-01.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.solar02 {
background: url("../images/solar-03.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.solar04 {
background: url("../images/solar-04.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.aircon {
background: url("../images/office-01.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.infrared {
background: url("../images/infrared-01.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.infratowel {
background: url("../images/infrared-03.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.infraglass {
background: url("../images/infrared-05.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.metal02 {
background: url("../images/infrared-metal-02.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.towel01 {
background: url("../images/infrared-towel-02.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.towel02 {
background: url("../images/infrared-towel-04.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.towel03 {
background: url("../images/infrared-towel-06.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.glass01 {
background: url("../images/infrared-glass-01.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.tepeo {
background: url("../images/tepeo-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.eboilers01 {
background: url("../images/electric-boilers-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.adesso {
background: url("../images/radiator-04.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.ascoli {
background: url("../images/radiator-06.jpg") bottom center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.alloraiq {
background: url("../images/radiator-08.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.iqplus {
background: url("../images/radiator-10.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.radiator02 {
background: url("../images/radiator-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.evcharger01 {
background: url("../images/anderson-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.sunamp {
background: url("../images/sunamp-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.heatpump {
background: url("../images/heat-pump-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.smartrad {
background: url("../images/smart-radiators-01.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.metalinfra {
background: url("../images/infrared-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.left-column-flex-50.solax {
background: url("../images/solax-bundle-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50 {
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 50%;
padding: 20px 0 20px 25px;
margin: 0;
}

.right-column-flex-50.green {
background-color: #1c6434;
background-image: linear-gradient(to right, #67a640, #328336);
}

.right-column-flex-50.img {
position: relative;
padding: 0;	
}

.right-column-flex-50.direct {
background: url("../images/direct-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.indirect {
background: url("../images/indirect-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.solar {
background: url("../images/solar-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.solar02 {
background: url("../images/solar-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.pump {
background: url("../images/pump-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.heating {
background: url("../images/warmth-02.png") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.suppliers {
background: url("../images/sunamp-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.hottap {
background: url("../images/warmth-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.aeroflow {
background: url("../images/aeroflow-01.jpg") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.aero01 {
background: url("../images/aeroflow-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.solar01 {
background: url("../images/solar-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.aircon {
background: url("../images/aircon-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.aircon01 {
background: url("../images/aircon-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.metalinfra {
background: url("../images/infrared-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.infrachalk {
background: url("../images/infrared-04.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.inframirror {
background: url("../images/infrared-06.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.metal01 {
background: url("../images/infrared-metal-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.metal03 {
background: url("../images/infrared-metal-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.chalk01 {
background: url("../images/infrared-chalk-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.towel01 {
background: url("../images/infrared-towel-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.towel02 {
background: url("../images/infrared-towel-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.towel03 {
background: url("../images/infrared-towel-05.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.glass01 {
background: url("../images/infrared-glass-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.mirror01 {
background: url("../images/infrared-mirror-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.tepeo {
background: url("../images/tepeo-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.tepeo02 {
background: url("../images/tepeo-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.radiator {
background: url("../images/radiator-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.radiator02 {
background: url("../images/radiator-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.radiator03 {
background: url("../images/radiator-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.classic {
background: url("../images/radiator-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.allora {
background: url("../images/radiator-05.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.adessoiq {
background: url("../images/radiator-07.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.ascoliiq {
background: url("../images/radiator-09.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.eboilers01 {
background: url("../images/electric-boilers-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.sunamp {
background: url("../images/sunamp-heat-batteries.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.evcharger01 {
background: url("../images/anderson-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.evcharger02 {
background: url("../images/anderson-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.heatpump01 {
background: url("../images/heat-pump-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.heatpump02 {
background: url("../images/heat-pump-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.ecosmart {
background: url("../images/eco-smart-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.sunsynk {
background: url("../images/sun-synk-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.sunampsolar {
background: url("../images/sunamp-solar-01.jpg") left center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.sunampboiler {
background: url("../images/sunamp-boiler-01.jpg") left center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.sunamprads {
background: url("../images/sunamp-rads-01.jpg") left center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.right-column-flex-50.suppliers {
background: url("../images/sunamp-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;	
}

.survey-flex-wrapper {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: stretch;
align-content: stretch;
}

.survey-column-text {
order: 1;
padding: 0 25px 0 0;
margin: 0;
}

.survey-column-btn {
order: 2;
padding: 0;
margin: 0;
}

#footer-column-01 {
display: block;
float: left;
width: 30%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}

#footer-column-02 {
display: block;
float: left;
width: 45%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}

#footer-column-03 {
display: block;
float: left;
width: 25%;
padding: 0;
margin: 0;
overflow: hidden;
}

/*===== Dividers =====*/
.hr { 
display:block;
border:none;
color:white;
height:1px;
background: #1c6434;
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#1c6434), to(transparent));
background: -o-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#1c6434), to(transparent));
background: -moz-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#1c6434), to(transparent));
width: 50%;
margin: 0 auto 40px auto;
}

.hr-light { 
display:block;
border:none;
color:white;
height:1px;
background: #80cc28;
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#80cc28), to(transparent));
background: -o-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#80cc28), to(transparent));
background: -moz-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#80cc28), to(transparent));
width: 50%;
margin: 0 auto 40px auto;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.large {
padding: 80px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

section.small {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}

section.green {
background-color: #1c6434;
background-image: linear-gradient(to right, #67a640, #328336);
border-radius: 10px;
margin: 40px 0 0;
padding: 20px;
}

/*===== Expandable Styles =====*/
.layer1 {
margin: 0;
padding: 0;
width: 100%;
}
 
.faq-wrapper {
background: #328336;
background: linear-gradient(to right, #67a640, #328336);
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
border-radius: 7px; 
padding: 20px 20px;
margin: 10px 0 20px;
}
 
.heading {
background: url("../images/expand.png") no-repeat scroll right 20px center;
color: #ffffff;
font-size: 1.2em;
margin: 0;
padding: 0 80px;
display: block;
line-height: 40px;
cursor: pointer;
}

.bg {
background: url("../images/expand.png") no-repeat scroll right 20px center;
}

.new-bg {
background: url("../images/reduce.png") no-repeat scroll right 20px center;
}

.content {
background-color: transparent;
padding: 10px 80px;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #231f20;
font-size: 1.1em;
font-weight: 600; 
}

nav a {
position: relative;
color: #454545; 
display: block; 
font-size: 0.95em;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 50px;
padding: 0 30px; 
text-decoration: none; 
background-size: 100% 200%;
background-image: linear-gradient(to top, #231f20 50%, #ffffff 50%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

nav a.active {
background-image: none;
background-color: #231f20;
color: #ffffff;
}

nav a:hover {
background-position: 0 100%;
color: #80cc28;
}

nav a.nocursor {
cursor: context-menu;
}

nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0; 
}

nav > ul { 
text-align: left; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li.mobile { 
display: none; 
}

nav > ul > li:first-child { 
border-left: none; 
}

.sub-menu-parent { 
position: relative;
background: url("../images/down.gif") no-repeat scroll right center;
padding: 0 10px 0 0; 
}

.sub-menu {
visibility: hidden; /* hides sub-menu */
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
visibility: visible; /* shows sub-menu */
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu li {
background: #231f20;
width: 340px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ececec;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
}

.sub-menu li a {
font-size: 0.9em;
line-height: 50px;	
}

ul.sub-menu li:last-child {
border-radius: 0 0 10px 10px;
border-bottom: none;
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.medium {
font-weight: 500;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: block;
}

.noover {
overflow: visible;
}

.imblock {
display: block;
}

.clear {
clear: both;
}

.line {
text-decoration: line-through;
}

/*===== iFrames =====*/
iframe {
display: block;
border-radius: 10px;
}

/*===== Spans =====*/
span.darkgreen {
color: #1c6434;
}

span.small {
font-size: 0.8em !important;
}

/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.short {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #231f20;
font-size: 3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2 {
color: #231f20;
font-size: 2.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2.white {
color: #ffffff;
}

h2.green {
color: #80cc28;
}

h2.darkgreen {
color: #1c6434;
}

h3 {
color: #231f20;
font-size: 1.6em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h3.white {
color: #ffffff;
}

h3.green {
color: #80cc28;
}

h3.darkgreen {
color: #1c6434;
}

h4 {
color: #231f20;
font-size: 1.4em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h4.white {
color: #ffffff;
}

h4.green {
color: #80cc28;
}

h4.darkgreen {
color: #1c6434;
}

h5 {
color: #231f20;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h5.white {
color: #ffffff;
}

h5.green {
color: #80cc28;
}

h5.darkgreen {
color: #1c6434;
}

h6 {
color: #231f20;
font-size: 1.1em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h6.white {
color: #ffffff;
}

h6.green {
color: #80cc28;
}

h6.darkgreen {
color: #1c6434;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #454545; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.green {
color: #80cc28;
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.large {       
font-size: 1.2em;
margin: 0; 
}

p.contact-text {
color: #1c6434;
font-size: 1.6em;
line-height: 1.7em;
margin: 0;
}

p.contact-text.small {
font-size: 0.9em;
color: #918f90;
line-height: 1.5em;
padding: 0 0 0 5px;
}

p.book-text {
color: #ffffff;
font-size: 1em;
line-height: 1.2em;
margin: 0;
}

p.book-text.large {
font-size: 2em;	
}

p.banner-text {
color: #ffffff;
font-size: 3.8em;
padding: 0;
margin: 0;
line-height: 1.1em;
}

p.banner-text.mid {
font-size: 2.8em;
}

p.banner-text.small {
font-size: 2em;
line-height: 1.5em;
}

p.banner-text.green {
color: #80cc28;
}

p.banner-text.black {
color: #231f20;
}

p.banner-text.darkgreen {
color: #1c6434;
}

p.sub-banner-text {
color: #ffffff;
font-size: 3.3em;
padding: 0;
margin: 0;
line-height: 1.1em;
}

p.large-text {
color: #ffffff;
font-size: 2.5em;
padding: 0;
margin: 0;
line-height: 1.1em;
}

p.survey-text {
color: #ffffff;
font-size: 2.5em;
padding: 0;
margin: 0;
line-height: 1.1em;
}

p.error-text {       
color: #454545; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #4f4c4c; 
font-family: 'Spartan', sans-serif;
font-size: 1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #4f4c4c;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: #transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: #c52020;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
float: right;
margin: 0 10px 0 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 33%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-full {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-short {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100px;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: top;
}

input.contact {
border: 1px solid #bbbbbb;
border-radius: 7px;
color: #454545;
font-family: 'Spartan', sans-serif;
font-size: 1em;
font-weight: 300;
height: 35px;
line-height: 18px;
margin: 0 auto 15px;
padding: 5px 10px;
width: 92.5%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.contact.question {
width: 75px;
text-align: center;
}

input.contact:focus {
border: 1px solid #80cc28;
}

input.contact.error {
border: 1px solid #c52020;
}

textarea.contact {
border: 1px solid #bbbbbb;
border-radius: 7px;
color: #454545;
font-family: 'Spartan', sans-serif;
font-size: 1em;
font-weight: 300;
height: 200px;
line-height: 18px;
margin: 0 auto 25px;
padding: 10px;
width: 97%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

textarea.contact:focus {
border: 1px solid #80cc28;
}

textarea.contact.error {
border: 1px solid #c52020;
}

textarea.contact-short {
border: 1px solid #bbbbbb;
border-radius: 7px;
color: #454545;
font-family: 'Spartan', sans-serif;
font-size: 1em;
font-weight: 300;
height: 135px;
line-height: 18px;
margin: 0 auto 25px;
padding: 10px;
width: 92.5%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

textarea.contact-short:focus {
border: 1px solid #80cc28;
}

textarea.contact-short.error {
border: 1px solid #c52020;
}

input.submit, input.previous {
background: #1c6434 url("../images/white-arrow.png") no-repeat scroll right 20px center;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 60px 15px 25px;
margin: 0;
text-align: left;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

input.previous {
background: #1c6434 !important;
padding: 15px 60px !important;
}

input.submit:hover {
background: #1c6434 url("../images/white-arrow.png") no-repeat scroll right 15px center;
}

/*===== Buttons =====*/
a.button, a.buttonClose {
background: #1c6434 url("../images/white-arrow.png") no-repeat scroll right 20px center;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 60px 15px 25px;
margin: 0;
text-align: left;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

a.buttonClose {
background: #1c6434!important;
padding: 15px 60px !important;
}

a.button:hover {
background: #1c6434 url("../images/white-arrow.png") no-repeat scroll right 15px center;
}

a.button.lightgreen {
background: url("../images/white-arrow.png") no-repeat right 20px center, linear-gradient(to right, #67a640, #328336);
}

a.button.lightgreen:hover {
background: url("../images/white-arrow.png") no-repeat right 15px center, linear-gradient(to right, #67a640, #328336);
}

a.button-pop {
background: #1c6434 url("../images/white-arrow.png") no-repeat scroll right 20px center;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 60px 15px 25px;
margin: 0 0 20px 0;
text-align: left;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

a.button.large {
background: linear-gradient(to right, #67a640, #328336);
color: #ffffff;
font-size: 1.2em;
font-weight: 600;	
padding: 15px 40px;
}

a.button.survey {
background: linear-gradient(to right, #67a640, #328336);
color: #ffffff;
font-size: 1.5em;
font-weight: 600;
height: 80px;
width: 100%;
line-height: 80px;	
padding: 0 50px;
}

a.package-button {
background: linear-gradient(to right, #67a640, #328336);
border: 0 none;
border-radius: 0 0 10px 10px;
height: 45px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 14px 25px 0;
margin: 0 auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-moz-box-shadow: 0 8px 6px -6px #2e3838;
-webkit-box-shadow: 0 8px 6px -6px #2e3838;
box-shadow: 0 8px 6px -6px #2e3838;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
}

a.package-button:hover {
background: linear-gradient(to right, #328336, #67a640);
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #80cc28;
text-decoration: underline;
}

a.link.under:hover {
color: #80cc28;
}

a.submit {
margin: 0 20px 0 0;
}

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

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #80cc28; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #454545; 
font-size: 1em; 
line-height: 1.7em;
}

span.bullets.white {
color: #ffffff;
}

/*===== Footer List =====*/
.featureList, .featureList ul {
padding-left: 2em;
margin: 0;
list-style-type: none;
font-size: 0.9em;
font-family: 'Montserrat', sans-serif;
line-height: 1.7em;
color: #ffffff;
text-align: left;
}
.lineF {
padding-left: 4em;
margin-top: 0;
}

.featureList li:before {
position: absolute;
margin-left: -1.3em;
}

.featureList li.gthan:before {
content: "\003E";
color: #80cc28;
}

.featureList li {
margin: 0 0 10px 0;
}

/*===== Tables =====*/
table { 
width: 100%; 
border-collapse: collapse; 
margin: 0 0 20px 0;
}

tr {
height: 50px;
}

/* Zebra striping */
tr:nth-of-type(odd) { 
background: #eee; 
}

th { 
background: #1c6434; 
color: #ffffff;
border: 1px solid #ccc; 
font-weight: 400;
font-size: 1.1em; 
font-family: 'Montserrat', sans-serif;
line-height: 1.5em; 
padding: 6px; 
text-align: left;
vertical-align: middle;
}

td { 
padding: 6px; 
border: 1px solid #ccc;
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
font-weight: 500;
line-height: 1.5em;  
text-align: left; 
vertical-align: middle;
}

#notitle { 
width: 100%; 
border-collapse: collapse; 
}

table.notitle tr {
height: 50px;
}

/* Zebra striping */
table.notitle tr:nth-of-type(odd) { 
background: #eee; 
}

table.notitle td { 
padding: 6px; 
border: 1px solid #ccc;
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
line-height: 1.5em;  
text-align: left; 
vertical-align: middle;
}

tr.price {
background: #1c6434; 
color: #ffffff;
font-weight: 600;
}

tr.models {
background: #1c6434; 
color: #ffffff;
font-weight: 600;
}

th.price {
background: #1c6434; 
color: #ffffff;
font-weight: 600;
text-align: center;
}

td.price {
background: #1c6434; 
color: #ffffff;
font-weight: 600;
text-align: center;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.logo {
border: 0;
height: auto;
max-width: 100%;
margin: 0 40px;
}

img.logo.first {
margin: 0 40px 0 0;
}

img.logo.last {
margin: 0 0 0 40px;
}

img.adjust {
height: auto;
}

img.pop {
max-height: 150px;
}

/*===== Slider =====*/
img.slider {
margin: 0 40px;
}

.my-slider {
height: 90px;
margin: 0 auto;
width: 100%;
}

.my-slider ul {
height: 90px;
margin: 0;
overflow: hidden;
}

.my-slider li {
float: left;
margin: 0;
}

/*===== Modal ======*/
.modal-content {
position: relative;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
z-index: 1;
}

.modal-content-wrapper {
width: 100%;
max-width: 1000px;
padding: 20px 0;
margin: 0 auto;
text-align: left;
overflow: hidden;
}

.modal-wrapper {
width: 70%;
height: 45px;
margin: 0 auto;
padding: 15px 0 0;
border-bottom: 1px solid rgba(128, 128, 128, 0.6);
vertical-align: middle;
}

.modal-wrapper.flex {
height: auto;	
}

.blocker:before,.modal{display:inline-block;vertical-align:middle}.blocker,.modal{box-sizing:border-box;width:100%}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;overflow:auto;z-index:150;padding:20px;background-color:#000;background-color:rgba(0,0,0,.75);text-align:center}.blocker:before{content:"";height:100%;margin-right:-.05em}.blocker.behind{background-color:transparent}.modal{position:relative;z-index:200;max-width:1000px;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background:url(data:image/png;base64,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) no-repeat}.modal-spinner{display:none;width:64px;height:64px;position:fixed;top:50%;left:50%;margin-right:-32px;margin-top:-32px;background:url(data:image/gif;base64,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) center center no-repeat #111;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px}

/*======================*/
/*===== POP Up CSS =====*/
/*======================*/
/*===== Gallery =====*/
/* Styles the thumbnail */

a.lightbox {
text-decoration: none;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-targetPopup {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

.pop-labels{
position: absolute;
text-align: center;
width: 100%;
top: 45%;
}

.userInput {
margin: 5px 0;
padding: 5px 0;
text-align: center;
}

.popupHidden{
display: none;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
.lightbox-targetPopup2 {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
height: 85%;
width: 80%;
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(128,204,40,1)), color-stop(1, rgba(28,100,52,1)));
background-image: -moz-linear-gradient(center bottom, rgba(128,204,40,1) 0%, rgba(28,100,52,1) 100% );
padding: 5px;
}

.lightbox-targetPopup2 > .popupInner {
position: relative;	
background: #fff;
background: url(../images/icon-bg.png) bottom right no-repeat #ffffff;
height: 100%;
width: 100%; 
padding:2%;
overflow-y: scroll;
}

.popup-button-container {
position: relative;
clear: both;
}

.icon-container {
width: 100%;
max-width: 750px;
padding: 40px 0 0;
margin: 0 auto;
}

/* Styles the close link, adds the slide down transition */
a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-targetPopup:target {
opacity: 1;
top: 0;
bottom: 0;
left: 0;
z-index: 999;
}

.lightbox-targetPopup.lightbox-targetPopup2:target {
max-height: 90%;
max-width: 90%;
}

.lightbox-targetPopup:target a.lightbox-close {
top: 0px;
}

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {

#header-wrapper {
height: 250px;
}				 
				 
#logo {
float: none;
width: 280px;
padding: 50px 0 0;
margin: 0 auto;
}

#button-wrapper {
right: 20px;
}

a.package-button {
font-size: 0.9em;
padding: 14px 20px 0;
}	

.book {
display: none;
}

.header-contact {
float: none;
padding: 0;
margin: 20px auto 0;
text-align: center;
}
				  
#banner {
height: 300px;
}

#banner-01 {
height: 300px;
}

#banner-02 {
height: 300px;
}

#banner-03 {
height: 300px;
}

#banner-04 {
height: 300px;
}

#banner-05 {
height: 300px;
}

#banner-08 {
height: 300px;
}

#banner-09 {
height: 300px;
}

#banner-10 {
height: 300px;
}

#banner-11 {
height: 300px;
}

.banner-content {
top: 30%;
}

.rad-banner {
background: url("../images/rad-banner.jpg") center left -125px no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 350px;
}

#banner-sunamp {
height: 200px;	
}

.menu_title {
display: block !important;
}

nav > ul > li.mobile { 
display: block; 
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

#testimonial-slider {
padding: 0 40px;
}

.scroll-up {
right: 10px;
padding: 15px 25px 20px 25px;
}
			  
#footer {
padding: 80px 0;
}

.quote-button-wrapper {
line-height: 30px;
font-size: 1em;
}

a.button.large {
font-size: 1.1em;	
}

.left-column {
width: 100%;
padding: 0;
text-align: center;
}

.right-column {
width: 100%;
padding: 20px 0 0;
}

.full-column-inner {
padding: 40px 25px 40px 25px;
}

.main-content-wrapper {
padding: 40px 10px;
}

.three-column {
width: 100%;
}

.left-column-50 {
width: 100%;
padding: 0;
}

.right-column-50 {
width: 100%;
padding: 40px 0 0;
}

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.left-column-flex-50 {
width: 100%;
height: auto;
order: 1;
padding: 20px 0 20px 0;
}

.left-column-flex-50.indirect {
order: 2;
height: 300px;
}

.left-column-flex-50.pump {
order: 2;
height: 300px;
}

.left-column-flex-50.aero02 {
order: 2;
height: 300px;
}

.left-column-flex-50.radiator02 {
order: 2;
height: 300px;
}

.left-column-flex-50.suppliers {
order: 2;
height: 300px;
}

.left-column-flex-50.aeroflow {
order: 2;
height: 300px;
}

.left-column-flex-50.solar02 {
order: 2;
height: 300px;	
}

.left-column-flex-50.solar04 {
order: 2;
height: 300px;	
}

.left-column-flex-50.aircon {
order: 2;
height: 300px;	
}

.left-column-flex-50.infrared {
order: 2;
height: 300px;
}

.left-column-flex-50.infratowel {
order: 2;
height: 300px;
}

.left-column-flex-50.infraglass {
order: 2;
height: 300px;
}

.left-column-flex-50.metal02 {
order: 2;
height: 300px;
}

.left-column-flex-50.towel01 {
order: 2;
height: 300px;
}

.left-column-flex-50.towel02 {
order: 2;
height: 300px;
}

.left-column-flex-50.towel03 {
order: 2;
height: 300px;
}

.left-column-flex-50.glass01 {
order: 2;
height: 300px;
}

.left-column-flex-50.tepeo {
order: 2;
height: 300px;
}

.left-column-flex-50.eboilers01 {
order: 2;
height: 300px;	
}

.left-column-flex-50.adesso {
order: 2;
height: 300px;	
}

.left-column-flex-50.ascoli {
order: 2;
height: 300px;	
}

.left-column-flex-50.alloraiq {
order: 2;
height: 300px;	
}

.left-column-flex-50.iqplus {
order: 2;
height: 300px;	
}

.left-column-flex-50.radiator02 {
order: 2;
height: 300px;		
}

.left-column-flex-50.evcharger01 {
order: 2;
height: 300px;	
}

.left-column-flex-50.sunamp {
order: 2;
height: 300px;	
}

.left-column-flex-50.heatpump {
order: 2;
height: 300px;	
}

.left-column-flex-50.smartrad {
order: 2;
height: 300px;	
}

.left-column-flex-50.metalinfra {
order: 2;
height: 300px;	
}

.left-column-flex-50.solax {
order: 2;
height: 300px;	
}

.right-column-flex-50.green {
order: 1;
}

.right-column-flex-50.direct {
order: 2;
height: 300px;
}

.right-column-flex-50.solar {
order: 2;
height: 300px;
}

.right-column-flex-50.solar02 {
order: 2;
height: 300px;	
}

.right-column-flex-50.heating {
order: 2;
height: 300px;	
}

.right-column-flex-50.indirect {
order: 2;
height: 300px;
}

.right-column-flex-50.pump {
order: 2;
height: 300px;	
}

.right-column-flex-50.suppliers {
order: 2;
height: 300px;	
}

.right-column-flex-50.hottap {
order: 2;
height: 300px;	
}

.right-column-flex-50.aeroflow {
order: 2;
height: 300px;	
}

.right-column-flex-50.aero01 {
order: 2;
height: 300px;	
}

.right-column-flex-50.solar01 {
order: 2;
height: 300px;	
}

.right-column-flex-50.aircon {
order: 2;
height: 300px;	
}

.right-column-flex-50.aircon01 {
order: 2;
height: 300px;	
}

.right-column-flex-50.metalinfra {
order: 2;
height: 300px;	
}

.right-column-flex-50.infrachalk {
order: 2;
height: 300px;	
}

.right-column-flex-50.inframirror {
order: 2;
height: 300px;	
}

.right-column-flex-50.metal01 {
order: 2;
height: 300px;	
}

.right-column-flex-50.metal03 {
order: 2;
height: 300px;	
}

.right-column-flex-50.chalk01 {
order: 2;
height: 300px;	
}

.right-column-flex-50.towel01 {
order: 2;
height: 300px;
}

.right-column-flex-50.towel02 {
order: 2;
height: 300px;	
}

.right-column-flex-50.towel03 {
order: 2;
height: 300px;	
}

.right-column-flex-50.glass01 {
order: 2;
height: 300px;	
}

.right-column-flex-50.mirror01 {
order: 2;
height: 300px;
}

.right-column-flex-50.tepeo {
order: 2;
height: 300px;
}

.right-column-flex-50.tepeo02 {
order: 2;
height: 300px;
}

.right-column-flex-50.radiator {
order: 2;
height: 300px;	
}

.right-column-flex-50.radiator02 {
order: 2;
height: 300px;	
}

.right-column-flex-50.radiator03 {
order: 2;
height: 300px;	
}

.right-column-flex-50.classic {
order: 2;
height: 300px;	
}

.right-column-flex-50.allora {
order: 2;
height: 300px;	
}

.right-column-flex-50.adessoiq {
order: 2;
height: 300px;	
}

.right-column-flex-50.ascoliiq {
order: 2;
height: 300px;		
}

.right-column-flex-50.eboilers01 {
order: 2;
height: 300px;
}

.right-column-flex-50.evcharger01 {
order: 2;
height: 300px;
}

.right-column-flex-50.evcharger02 {
order: 2;
height: 300px;
}

.right-column-flex-50.heatpump01 {
order: 2;
height: 300px;
}

.right-column-flex-50.heatpump02 {
order: 2;
height: 300px;
}

.right-column-flex-50.ecosmart {
order: 2;
height: 300px;
}

.right-column-flex-50.sunsynk {
order: 2;
height: 300px;
}

.right-column-flex-50.sunampsolar {
order: 2;
height: 300px;
}

.right-column-flex-50.sunampboiler {
order: 2;
height: 300px;
}

.right-column-flex-50.sunamprads {
order: 2;
height: 300px;
}

.right-column-flex-50.suppliers {
order: 2;
height: 300px;
}

.right-column-flex-50 {
width: 100%;
height: auto;
order: 2;
padding: 20px 0 20px 0;
}

.right-column-flex-50.img {
height: 100%;
padding: 0;
}

.three-column.promos {
width: 100%;
}

.five-column-pop {
width: 50%;	
}

.five-column-poplast {
width: 50%;	
}

.image-bottom {
position: unset;
bottom: unset;
}

#footer-column-01 {
width: 100%;
padding: 0;
text-align: center;
}

#footer-column-02 {
width: 100%;
padding: 60px 0 0;
text-align: center;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
text-align: center;
}

.survey-flex-wrapper {
flex-flow: column nowrap;
}

.survey-column-text {
width: 100%;
padding: 0;
text-align: center;
}

.survey-column-btn {
width: 100%;
padding: 30px 0 0;
text-align: center;
}

p.survey-text {
font-size: 2em;
padding: 0 0 10px 0;
}

a.button.survey {
font-size: 1em;
width: 220px;
height: 50px;
line-height: 50px;
padding: 0 20px;
text-align: center;
}

.flex-wrapper {
flex-flow: column nowrap;
}

.left-flex-column {
padding: 10px;	
}

.right-flex-column {
padding: 10px;	
}

.editor-field {
width: 100%;	
}

input.contact {
width: 90%;
}

textarea.contact {
width: 90%;
}

h1 {
font-size: 1.8em;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.2em;
}

h4 {
font-size: 1.2em;
}

p.banner-text {
font-size: 2em;
}

p.banner-text.mid {
font-size: 1.8em;
}

p.banner-text.small {
font-size: 1.3em;
}

p.sub-banner-text {
font-size: 1.8em;
}

p.main-text.large {
font-size: 1.1em;
line-height: 1.2em;
}

p.large-text {
font-size: 1.8em;
}

.featureList {
text-align: center;	
}

img.adjust {
height: 100%;
}

img.logo {
margin: 0 20px 40px;
}

img.logo.first {
margin: 0 20px 40px;
}

img.logo.last {
margin: 0 20px 40px;
}

a.button {
font-size: 0.9em;
padding: 14px 55px 14px 15px;
}

/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr { 
display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
thead tr { 
position: absolute;
top: -9999px;
left: -9999px;
}
	
tr { 
border: 1px solid #ccc; 
height: auto;
padding: 5px 0 25px 0;
}

td { 
border: none;
border-bottom: 1px solid #eee; 
position: relative;
padding-left: 35%; 
}
	
td:before { 
position: absolute;
top: 6px;
left: 6px;
width: 75%; 
padding-right: 10px; 
white-space: pre-wrap;
}

#notitle {
display: inline-table;
}

th.price {
text-align: left;
}

td.price {
text-align: left;
}

tr.models {
display: none;
}

td.four-column-01:nth-of-type(1):before { content: "Thermino"; }
td.four-column-01:nth-of-type(2):before { content: "150 epv"; }	
td.four-column-01:nth-of-type(3):before { content: "210 epv"; }
td.four-column-01:nth-of-type(4):before { content: "300 epv"; }

td.five-column-01:nth-of-type(1):before { content: "Thermino"; }
td.five-column-01:nth-of-type(2):before { content: "70 e"; }
td.five-column-01:nth-of-type(3):before { content: "150 e"; }	
td.five-column-01:nth-of-type(4):before { content: "210 e"; }
td.five-column-01:nth-of-type(5):before { content: "300 e"; }

td.five-column-02:nth-of-type(1):before { content: "Model"; }
td.five-column-02:nth-of-type(2):before { content: "Wattage"; }
td.five-column-02:nth-of-type(3):before { content: "Heat up to"; }	
td.five-column-02:nth-of-type(4):before { content: "Dimesions"; }
td.five-column-02:nth-of-type(5):before { content: "Price"; }

td.five-column-03:nth-of-type(1):before { content: "Thermino"; }
td.five-column-03:nth-of-type(2):before { content: "150 e"; }
td.five-column-03:nth-of-type(3):before { content: "150 e"; }	
td.five-column-03:nth-of-type(4):before { content: "210 e"; }
td.five-column-03:nth-of-type(5):before { content: "210 e"; }

td.six-column-01:nth-of-type(1):before { content: "Dimensions (mm)"; }
td.six-column-01:nth-of-type(2):before { content: "Input Voltage"; }
td.six-column-01:nth-of-type(3):before { content: "IP-Value"; }	
td.six-column-01:nth-of-type(4):before { content: "Weight"; }
td.six-column-01:nth-of-type(5):before { content: "Colour"; }
td.six-column-01:nth-of-type(6):before { content: "Box Size (cm)"; }

td.six-column-01 { padding-left: 55%; }

td.six-column-02:nth-of-type(1):before { content: "Model"; }
td.six-column-02:nth-of-type(2):before { content: "Size (cm)"; }
td.six-column-02:nth-of-type(3):before { content: "Wattage"; }	
td.six-column-02:nth-of-type(4):before { content: "Weight (kg)"; }
td.six-column-02:nth-of-type(5):before { content: "Metres"; }
td.six-column-02:nth-of-type(6):before { content: "Price"; }

td.seven-column-01:nth-of-type(1):before { content: "Model"; }
td.seven-column-01:nth-of-type(2):before { content: "Colour"; }
td.seven-column-01:nth-of-type(3):before { content: "Size (cm)"; }	
td.seven-column-01:nth-of-type(4):before { content: "Wattage"; }
td.seven-column-01:nth-of-type(5):before { content: "Weight (kg)"; }
td.seven-column-01:nth-of-type(6):before { content: "Brackets"; }
td.seven-column-01:nth-of-type(7):before { content: "Price"; }

td.seven-column-02:nth-of-type(1):before { content: "Thermino"; }
td.seven-column-02:nth-of-type(2):before { content: "150 e (combi)"; }
td.seven-column-02:nth-of-type(3):before { content: "150 e (system)"; }	
td.seven-column-02:nth-of-type(4):before { content: "210 e (combi)"; }
td.seven-column-02:nth-of-type(5):before { content: "210 e (system)"; }
td.seven-column-02:nth-of-type(6):before { content: "300 e (combi)"; }
td.seven-column-02:nth-of-type(7):before { content: "300 e (system)"; }

td.nine-column-01:nth-of-type(1):before { content: "Thermino"; }
td.nine-column-01:nth-of-type(2):before { content: "70"; }
td.nine-column-01:nth-of-type(3):before { content: "150"; }	
td.nine-column-01:nth-of-type(4):before { content: "210"; }
td.nine-column-01:nth-of-type(5):before { content: "300"; }
td.nine-column-01:nth-of-type(6):before { content: "70 i"; }
td.nine-column-01:nth-of-type(7):before { content: "150 i"; }	
td.nine-column-01:nth-of-type(8):before { content: "210 i"; }
td.nine-column-01:nth-of-type(9):before { content: "300 i"; }	

td.nine-column-02:nth-of-type(1):before { content: "Thermino"; }
td.nine-column-02:nth-of-type(2):before { content: "70 ePV"; }
td.nine-column-02:nth-of-type(3):before { content: "150 ePV"; }	
td.nine-column-02:nth-of-type(4):before { content: "210 ePV"; }
td.nine-column-02:nth-of-type(5):before { content: "300 ePV"; }
td.nine-column-02:nth-of-type(6):before { content: "70 iPV"; }
td.nine-column-02:nth-of-type(7):before { content: "150 iPV"; }	
td.nine-column-02:nth-of-type(8):before { content: "210 iPV"; }
td.nine-column-02:nth-of-type(9):before { content: "300 iPV"; }

td.nine-column-03:nth-of-type(1):before { content: "Thermino"; }
td.nine-column-03:nth-of-type(2):before { content: "150 hp-SG"; }	
td.nine-column-03:nth-of-type(3):before { content: "210 hp-SG"; }
td.nine-column-03:nth-of-type(4):before { content: "300 hp-SG"; }
td.nine-column-03:nth-of-type(5):before { content: "150 hp-DN"; }	
td.nine-column-03:nth-of-type(6):before { content: "210 hp-DN"; }
td.nine-column-03:nth-of-type(7):before { content: "300 hp-DN"; } 

/*=== Popup =====*/
.lightbox-targetPopup2 {
width: 95%;
height: 85%;
}

.beds-header {
padding: 10px 0 0;
min-height: 70px;
}

.heat-header {
padding: 10px 0 0;
min-height: 70px;
}

.three-column-pop {
display: block;
float: left;
width: 50%;
padding: 10px;
margin: 0;
cursor: pointer;
overflow: hidden;
}

.three-column-poplast {
width: 100%;
}

.four-column-pop {
width: 50%;
}

.five-column-pop {
width: 33.333%;
}

.five-column-poplast {
width: 50%;
}

input.previous {
padding: 12px 30px !important;
margin: 0 0 10px;
}

img.pop {
max-height: 75px;
}

.heading {
padding: 0 80px 0 0;
text-align: left;
font-size: 1.1em;
line-height: 32px;
}

.content {
padding: 10px 20px 10px 0;
text-align: left;
}

.modal {
padding: 15px;
}

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#header-wrapper {
height: 250px;
}

#button-wrapper {
right: 20px;
}

a.package-button {
font-size: 0.9em;
padding: 14px 20px 0;
}				 
				 
#logo {
float: none;
width: 350px;
padding: 50px 0 0;
margin: 0 auto;
}

.book {
display: none;
}

.header-contact {
float: none;
padding: 0;
margin: 20px auto 0;
text-align: center;
}
				  
#banner-01 {
height: 300px;
}

#banner-02 {
height: 300px;
}

#banner-03 {
height: 300px;
}

#banner-04 {
height: 300px;
}

#banner-05 {
height: 300px;
}

#banner-08 {
height: 300px;
}

#banner-09 {
height: 300px;
}

#banner-10 {
height: 300px;
}

#banner-11 {
height: 300px;
}

#banner-sunamp {
height: 250px;	
}

.banner-content {
top: 30%;
}

.rad-banner {
height: 400px;
}

.menu_title {
display: block !important;
}

nav > ul > li.mobile { 
display: block; 
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

#testimonial-slider {
padding: 0 40px;
}

.scroll-up {
right: 10px;
padding: 15px 25px 20px 25px;
}
			  
#footer {
padding: 80px 0;
}

.quote-button-wrapper {
line-height: 30px;
font-size: 1em;
}

a.button.large {
font-size: 1.1em;	
}

.left-column {
width: 100%;
padding: 0;
text-align: center;
}

.right-column {
width: 100%;
padding: 20px 0 0;
}

.full-column-inner {
padding: 40px 25px 40px 25px;
}

.main-content-wrapper {
padding: 60px 10px;
}

.left-column-50 {
width: 100%;
padding: 0;
}

.right-column-50 {
width: 100%;
padding: 40px 0 0;
}

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.left-column-flex-50 {
width: 100%;
height: auto;
order: 1;
padding: 20px 0 20px 0;
}

.left-column-flex-50.indirect {
order: 2;
height: 350px;
}

.left-column-flex-50.pump {
order: 2;
height: 350px;
}

.left-column-flex-50.aero02 {
order: 2;
height: 350px;
}

.left-column-flex-50.radiator02 {
order: 2;
height: 350px;
}

.left-column-flex-50.suppliers {
order: 2;
height: 350px;
}

.left-column-flex-50.aeroflow {
order: 2;
height: 350px;
}

.left-column-flex-50.solar02 {
order: 2;
height: 350px;	
}

.left-column-flex-50.solar04 {
order: 2;
height: 350px;	
}

.left-column-flex-50.aircon {
order: 2;
height: 350px;	
}

.left-column-flex-50.infrared {
order: 2;
height: 350px;
}

.left-column-flex-50.infratowel {
order: 2;
height: 350px;
}

.left-column-flex-50.infraglass {
order: 2;
height: 350px;
}

.left-column-flex-50.metal02 {
order: 2;
height: 350px;
}

.left-column-flex-50.towel01 {
order: 2;
height: 350px;
}

.left-column-flex-50.towel02 {
order: 2;
height: 350px;
}

.left-column-flex-50.towel03 {
order: 2;
height: 350px;
}

.left-column-flex-50.glass01 {
order: 2;
height: 350px;
}

.left-column-flex-50.tepeo {
order: 2;
height: 350px;
}

.left-column-flex-50.eboilers01 {
order: 2;
height: 350px;	
}

.left-column-flex-50.adesso {
order: 2;
height: 350px;	
}

.left-column-flex-50.ascoli {
order: 2;
height: 350px;	
}

.left-column-flex-50.alloraiq {
order: 2;
height: 350px;	
}

.left-column-flex-50.iqplus {
order: 2;
height: 350px;	
}

.left-column-flex-50.radiator02 {
order: 2;
height: 350px;		
}

.left-column-flex-50.evcharger01 {
order: 2;
height: 350px;	
}

.left-column-flex-50.sunamp {
order: 2;
height: 350px;	
}

.left-column-flex-50.heatpump {
order: 2;
height: 350px;	
}

.left-column-flex-50.smartrad {
order: 2;
height: 350px;	
}

.left-column-flex-50.metalinfra {
order: 2;
height: 350px;	
}

.left-column-flex-50.solax {
order: 2;
height: 350px;	
}

.right-column-flex-50.green {
order: 1;
}

.right-column-flex-50.direct {
order: 2;
height: 350px;
}

.right-column-flex-50.solar {
order: 2;
height: 350px;
}

.right-column-flex-50.solar02 {
order: 2;
height: 350px;	
}

.right-column-flex-50.heating {
order: 2;
height: 350px;	
}

.right-column-flex-50.indirect {
order: 2;
height: 350px;
}

.right-column-flex-50.pump {
order: 2;
height: 350px;	
}

.right-column-flex-50.suppliers {
order: 2;
height: 350px;	
}

.right-column-flex-50.hottap {
order: 2;
height: 350px;	
}

.right-column-flex-50.aeroflow {
order: 2;
height: 350px;	
}

.right-column-flex-50.aero01 {
order: 2;
height: 350px;	
}

.right-column-flex-50.solar01 {
order: 2;
height: 350px;	
}

.right-column-flex-50.aircon {
order: 2;
height: 350px;	
}

.right-column-flex-50.aircon01 {
order: 2;
height: 350px;	
}

.right-column-flex-50.metalinfra {
order: 2;
height: 350px;	
}

.right-column-flex-50.infrachalk {
order: 2;
height: 350px;	
}

.right-column-flex-50.inframirror {
order: 2;
height: 350px;	
}

.right-column-flex-50.metal01 {
order: 2;
height: 350px;	
}

.right-column-flex-50.metal03 {
order: 2;
height: 350px;	
}

.right-column-flex-50.chalk01 {
order: 2;
height: 350px;	
}

.right-column-flex-50.towel01 {
order: 2;
height: 350px;
}

.right-column-flex-50.towel02 {
order: 2;
height: 350px;	
}

.right-column-flex-50.towel03 {
order: 2;
height: 350px;	
}

.right-column-flex-50.glass01 {
order: 2;
height: 350px;	
}

.right-column-flex-50.mirror01 {
order: 2;
height: 350px;
}

.right-column-flex-50.tepeo {
order: 2;
height: 350px;
}

.right-column-flex-50.tepeo02 {
order: 2;
height: 350px;
}

.right-column-flex-50.radiator {
order: 2;
height: 350px;	
}

.right-column-flex-50.radiator02 {
order: 2;
height: 350px;	
}

.right-column-flex-50.radiator03 {
order: 2;
height: 350px;	
}

.right-column-flex-50.classic {
order: 2;
height: 350px;	
}

.right-column-flex-50.allora {
order: 2;
height: 350px;	
}

.right-column-flex-50.adessoiq {
order: 2;
height: 350px;	
}

.right-column-flex-50.ascoliiq {
order: 2;
height: 350px;		
}

.right-column-flex-50.eboilers01 {
order: 2;
height: 350px;
}

.right-column-flex-50.evcharger01 {
order: 2;
height: 350px;
}

.right-column-flex-50.evcharger02 {
order: 2;
height: 350px;
}

.right-column-flex-50.heatpump01 {
order: 2;
height: 350px;
}

.right-column-flex-50.heatpump02 {
order: 2;
height: 350px;
}

.right-column-flex-50.ecosmart {
order: 2;
height: 350px;
}

.right-column-flex-50.sunsynk {
order: 2;
height: 350px;
}

.right-column-flex-50.sunampsolar {
order: 2;
height: 350px;
}

.right-column-flex-50.sunampboiler {
order: 2;
height: 350px;
}

.right-column-flex-50.sunamprads {
order: 2;
height: 350px;
}

.right-column-flex-50.suppliers {
order: 2;
height: 350px;
}

.right-column-flex-50 {
width: 100%;
height: auto;
order: 2;
padding: 20px 0 20px 0;
}

.right-column-flex-50.img {
height: 100%;
padding: 0;
}

.three-column.promos {
width: 100%;
}

.five-column-pop {
width: 33.333%;	
}

.five-column-poplast {
width: 50%;	
}

.image-bottom {
position: unset;
bottom: unset;
}

#footer-column-01 {
width: 100%;
padding: 0;
text-align: center;
}

#footer-column-02 {
width: 100%;
padding: 60px 0 0;
text-align: center;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
text-align: center;
}

.survey-flex-wrapper {
flex-flow: column nowrap;
}

.survey-column-text {
width: 100%;
padding: 0;
text-align: center;
}

.survey-column-btn {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

p.survey-text {
font-size: 2em;
padding: 0 0 10px 0;
}

p.main-text.large {
font-size: 1.1em;
line-height: 1.2em;
}

a.button.survey {
font-size: 1.1em;
width: 250px;
height: 50px;
line-height: 50px;
padding: 0 50px;
text-align: center;
}

.flex-wrapper {
flex-flow: column nowrap;
}

.left-flex-column {
padding: 20px;	
}

.right-flex-column {
padding: 20px;	
}

.editor-field {
width: 100%;	
}

input.contact {
width: 93%;
}

textarea.contact {
width: 93%;
}

h1 {
font-size: 2.2em;
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.2em;
}

h4 {
font-size: 1.2em;
}

p.banner-text {
font-size: 2.8em;
}

p.banner-text.mid {
font-size: 2em;
}

p.banner-text.small {
font-size: 1.4em;
}

p.sub-banner-text {
font-size: 2.2em;
}

p.large-text {
font-size: 2em;
}

.featureList {
text-align: center;	
}

img.adjust {
height: 100%;
}

/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr { 
display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
thead tr { 
position: absolute;
top: -9999px;
left: -9999px;
}
	
tr { 
border: 1px solid #ccc; 
height: auto;
padding: 5px 0 25px 0;
}

td { 
border: none;
border-bottom: 1px solid #eee; 
position: relative;
padding-left: 35%; 
}
	
td:before { 
position: absolute;
top: 6px;
left: 6px;
width: 75%; 
padding-right: 10px; 
white-space: pre-wrap;
}

#notitle {
display: inline-table;
}

th.price {
text-align: left;
}

td.price {
text-align: left;
}

tr.models {
display: none;
}

td.four-column-01:nth-of-type(1):before { content: "Thermino"; }
td.four-column-01:nth-of-type(2):before { content: "150 epv"; }	
td.four-column-01:nth-of-type(3):before { content: "210 epv"; }
td.four-column-01:nth-of-type(4):before { content: "300 epv"; }

td.five-column-01:nth-of-type(1):before { content: "Thermino"; }
td.five-column-01:nth-of-type(2):before { content: "70 e"; }
td.five-column-01:nth-of-type(3):before { content: "150 e"; }	
td.five-column-01:nth-of-type(4):before { content: "210 e"; }
td.five-column-01:nth-of-type(5):before { content: "300 e"; }

td.five-column-02:nth-of-type(1):before { content: "Model"; }
td.five-column-02:nth-of-type(2):before { content: "Wattage"; }
td.five-column-02:nth-of-type(3):before { content: "Heat up to"; }	
td.five-column-02:nth-of-type(4):before { content: "Dimesions"; }
td.five-column-02:nth-of-type(5):before { content: "Price"; }

td.five-column-03:nth-of-type(1):before { content: "Thermino"; }
td.five-column-03:nth-of-type(2):before { content: "150 e"; }
td.five-column-03:nth-of-type(3):before { content: "150 e"; }	
td.five-column-03:nth-of-type(4):before { content: "210 e"; }
td.five-column-03:nth-of-type(5):before { content: "210 e"; }

td.six-column-01:nth-of-type(1):before { content: "Dimensions (mm)"; }
td.six-column-01:nth-of-type(2):before { content: "Input Voltage"; }
td.six-column-01:nth-of-type(3):before { content: "IP-Value"; }	
td.six-column-01:nth-of-type(4):before { content: "Weight"; }
td.six-column-01:nth-of-type(5):before { content: "Colour"; }
td.six-column-01:nth-of-type(6):before { content: "Box Size (cm)"; }

td.six-column-01 { padding-left: 50%; }

td.six-column-02:nth-of-type(1):before { content: "Model"; }
td.six-column-02:nth-of-type(2):before { content: "Size (cm)"; }
td.six-column-02:nth-of-type(3):before { content: "Wattage"; }	
td.six-column-02:nth-of-type(4):before { content: "Weight (kg)"; }
td.six-column-02:nth-of-type(5):before { content: "Metres"; }
td.six-column-02:nth-of-type(6):before { content: "Price"; }

td.seven-column-01:nth-of-type(1):before { content: "Model"; }
td.seven-column-01:nth-of-type(2):before { content: "Colour"; }
td.seven-column-01:nth-of-type(3):before { content: "Size (cm)"; }	
td.seven-column-01:nth-of-type(4):before { content: "Wattage"; }
td.seven-column-01:nth-of-type(5):before { content: "Weight (kg)"; }
td.seven-column-01:nth-of-type(6):before { content: "Brackets"; }
td.seven-column-01:nth-of-type(7):before { content: "Price"; }

td.seven-column-02:nth-of-type(1):before { content: "Thermino"; }
td.seven-column-02:nth-of-type(2):before { content: "150 e (combi)"; }
td.seven-column-02:nth-of-type(3):before { content: "150 e (system)"; }	
td.seven-column-02:nth-of-type(4):before { content: "210 e (combi)"; }
td.seven-column-02:nth-of-type(5):before { content: "210 e (system)"; }
td.seven-column-02:nth-of-type(6):before { content: "300 e (combi)"; }
td.seven-column-02:nth-of-type(7):before { content: "300 e (system)"; }

td.nine-column-01:nth-of-type(1):before { content: "Thermino"; }
td.nine-column-01:nth-of-type(2):before { content: "70"; }
td.nine-column-01:nth-of-type(3):before { content: "150"; }	
td.nine-column-01:nth-of-type(4):before { content: "210"; }
td.nine-column-01:nth-of-type(5):before { content: "300"; }
td.nine-column-01:nth-of-type(6):before { content: "70 i"; }
td.nine-column-01:nth-of-type(7):before { content: "150 i"; }	
td.nine-column-01:nth-of-type(8):before { content: "210 i"; }
td.nine-column-01:nth-of-type(9):before { content: "300 i"; }	

td.nine-column-02:nth-of-type(1):before { content: "Thermino"; }
td.nine-column-02:nth-of-type(2):before { content: "70 ePV"; }
td.nine-column-02:nth-of-type(3):before { content: "150 ePV"; }	
td.nine-column-02:nth-of-type(4):before { content: "210 ePV"; }
td.nine-column-02:nth-of-type(5):before { content: "300 ePV"; }
td.nine-column-02:nth-of-type(6):before { content: "70 iPV"; }
td.nine-column-02:nth-of-type(7):before { content: "150 iPV"; }	
td.nine-column-02:nth-of-type(8):before { content: "210 iPV"; }
td.nine-column-02:nth-of-type(9):before { content: "300 iPV"; }

td.nine-column-03:nth-of-type(1):before { content: "Thermino"; }
td.nine-column-03:nth-of-type(2):before { content: "150 hp-SG"; }	
td.nine-column-03:nth-of-type(3):before { content: "210 hp-SG"; }
td.nine-column-03:nth-of-type(4):before { content: "300 hp-SG"; }
td.nine-column-03:nth-of-type(5):before { content: "150 hp-DN"; }	
td.nine-column-03:nth-of-type(6):before { content: "210 hp-DN"; }
td.nine-column-03:nth-of-type(7):before { content: "300 hp-DN"; } 	  

.heading {
padding: 0 80px 0 0;
text-align: left;
font-size: 1.1em;
line-height: 32px;
}

.content {
padding: 10px 40px 10px 0;
text-align: left;
}

img.logo {
margin: 0 20px 40px;
}

img.logo.first {
margin: 0 20px 40px;
}

img.logo.last {
margin: 0 20px 40px;
}
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768.99px) 
			  and (min-width: 601px) {

#header-wrapper {
height: 275px;
}				 
				 
#button-wrapper {
right: 20px;
}			 
				 
#logo {
float: none;
padding: 50px 0 0;
margin: 0 auto;
}

.book {
display: block;
width: 50%;
}
				  
#banner-01 {
height: 350px;
}

#banner-02 {
height: 350px;
}

#banner-03 {
height: 350px;
}

#banner-04 {
height: 350px;
}

#banner-05 {
height: 350px;
}

#banner-08 {
height: 350px;
}

#banner-09 {
height: 350px;
}

#banner-10 {
height: 350px;
}

#banner-11 {
height: 350px;
}

#banner-sunamp {
height: 300px;	
}

.rad-banner {
height: 450px;
}

.menu_title {
display: block !important;
}

nav > ul > li.mobile { 
display: block; 
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

.scroll-up {
right: 10px;
padding: 15px 25px 20px 25px;
}
			  
#footer {
padding: 80px 0;
}

.quote-button-wrapper {
line-height: 30px;
font-size: 1em;
}

a.button.large {
font-size: 1.1em;	
}

.left-column {
width: 100%;
padding: 0;
text-align: center;
}

.right-column {
width: 100%;
padding: 20px 0 0;
}

.full-column-inner {
padding: 40px 25px 40px 25px;
}

.left-column-50 {
width: 100%;
padding: 0;
}

.right-column-50 {
width: 100%;
padding: 40px 0 0;
}

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.left-column-flex-50 {
width: 100%;
height: auto;
order: 1;
padding: 20px 0 20px 0;
}

.left-column-flex-50.indirect {
order: 2;
height: 400px;
}

.left-column-flex-50.pump {
order: 2;
height: 400px;
}

.left-column-flex-50.aero02 {
order: 2;
height: 400px;
}

.left-column-flex-50.radiator02 {
order: 2;
height: 400px;
}

.left-column-flex-50.suppliers {
order: 2;
height: 400px;
}

.left-column-flex-50.aeroflow {
order: 2;
height: 400px;
}

.left-column-flex-50.solar02 {
order: 2;
height: 400px;	
}

.left-column-flex-50.solar04 {
order: 2;
height: 400px;	
}

.left-column-flex-50.aircon {
order: 2;
height: 400px;	
}

.left-column-flex-50.infrared {
order: 2;
height: 400px;
}

.left-column-flex-50.infratowel {
order: 2;
height: 400px;
}

.left-column-flex-50.infraglass {
order: 2;
height: 400px;
}

.left-column-flex-50.metal02 {
order: 2;
height: 400px;
}

.left-column-flex-50.towel01 {
order: 2;
height: 400px;
}

.left-column-flex-50.towel02 {
order: 2;
height: 400px;
}

.left-column-flex-50.towel03 {
order: 2;
height: 400px;
}

.left-column-flex-50.glass01 {
order: 2;
height: 400px;
}

.left-column-flex-50.tepeo {
order: 2;
height: 400px;
}

.left-column-flex-50.eboilers01 {
order: 2;
height: 400px;	
}

.left-column-flex-50.adesso {
order: 2;
height: 400px;	
}

.left-column-flex-50.ascoli {
order: 2;
height: 400px;	
}

.left-column-flex-50.alloraiq {
order: 2;
height: 400px;	
}

.left-column-flex-50.iqplus {
order: 2;
height: 400px;	
}

.left-column-flex-50.radiator02 {
order: 2;
height: 400px;		
}

.left-column-flex-50.evcharger01 {
order: 2;
height: 400px;	
}

.left-column-flex-50.sunamp {
order: 2;
height: 400px;	
}

.left-column-flex-50.heatpump {
order: 2;
height: 400px;	
}

.left-column-flex-50.smartrad {
order: 2;
height: 400px;	
}

.left-column-flex-50.metalinfra {
order: 2;
height: 400px;	
}

.left-column-flex-50.solax {
order: 2;
height: 400px;	
}

.right-column-flex-50.green {
order: 1;
}

.right-column-flex-50.direct {
order: 2;
height: 400px;
}

.right-column-flex-50.solar {
order: 2;
height: 400px;
}

.right-column-flex-50.solar02 {
order: 2;
height: 400px;	
}

.right-column-flex-50.heating {
order: 2;
height: 400px;	
}

.right-column-flex-50.indirect {
order: 2;
height: 400px;
}

.right-column-flex-50.pump {
order: 2;
height: 400px;	
}

.right-column-flex-50.suppliers {
order: 2;
height: 400px;	
}

.right-column-flex-50.hottap {
order: 2;
height: 400px;	
}

.right-column-flex-50.aeroflow {
order: 2;
height: 400px;	
}

.right-column-flex-50.aero01 {
order: 2;
height: 400px;	
}

.right-column-flex-50.solar01 {
order: 2;
height: 400px;	
}

.right-column-flex-50.aircon {
order: 2;
height: 400px;	
}

.right-column-flex-50.aircon01 {
order: 2;
height: 400px;	
}

.right-column-flex-50.metalinfra {
order: 2;
height: 400px;	
}

.right-column-flex-50.infrachalk {
order: 2;
height: 400px;	
}

.right-column-flex-50.inframirror {
order: 2;
height: 400px;	
}

.right-column-flex-50.metal01 {
order: 2;
height: 400px;	
}

.right-column-flex-50.metal03 {
order: 2;
height: 400px;	
}

.right-column-flex-50.chalk01 {
order: 2;
height: 400px;	
}

.right-column-flex-50.towel01 {
order: 2;
height: 400px;
}

.right-column-flex-50.towel02 {
order: 2;
height: 400px;	
}

.right-column-flex-50.towel03 {
order: 2;
height: 400px;	
}

.right-column-flex-50.glass01 {
order: 2;
height: 400px;	
}

.right-column-flex-50.mirror01 {
order: 2;
height: 400px;
}

.right-column-flex-50.tepeo {
order: 2;
height: 400px;
}

.right-column-flex-50.tepeo02 {
order: 2;
height: 400px;
}

.right-column-flex-50.radiator {
order: 2;
height: 400px;	
}

.right-column-flex-50.radiator02 {
order: 2;
height: 400px;	
}

.right-column-flex-50.radiator03 {
order: 2;
height: 400px;	
}

.right-column-flex-50.classic {
order: 2;
height: 400px;	
}

.right-column-flex-50.allora {
order: 2;
height: 400px;	
}

.right-column-flex-50.adessoiq {
order: 2;
height: 400px;	
}

.right-column-flex-50.ascoliiq {
order: 2;
height: 400px;		
}

.right-column-flex-50.eboilers01 {
order: 2;
height: 400px;
}

.right-column-flex-50.evcharger01 {
order: 2;
height: 400px;
}

.right-column-flex-50.evcharger02 {
order: 2;
height: 400px;
}

.right-column-flex-50.heatpump01 {
order: 2;
height: 400px;
}

.right-column-flex-50.heatpump02 {
order: 2;
height: 400px;
}

.right-column-flex-50.ecosmart {
order: 2;
height: 400px;
}

.right-column-flex-50.sunsynk {
order: 2;
height: 400px;
}

.right-column-flex-50.sunampsolar {
order: 2;
height: 400px;
}

.right-column-flex-50.sunampboiler {
order: 2;
height: 400px;
}

.right-column-flex-50.sunamprads {
order: 2;
height: 400px;
}

.right-column-flex-50.suppliers {
order: 2;
height: 400px;
}

.right-column-flex-50 {
width: 100%;
height: auto;
order: 2;
padding: 20px 0 20px 0;
}

.right-column-flex-50.img {
height: 100%;
padding: 0;
}

.three-column.promos {
width: 100%;
}

.five-column-pop {
width: 33.333%;	
}

.five-column-poplast {
width: 50%;	
}

.survey-flex-wrapper {
flex-flow: column nowrap;
}

.survey-column-text {
width: 100%;
padding: 0;
text-align: center;
}

.survey-column-btn {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

p.survey-text {
font-size: 2.2em;
}

a.button.survey {
font-size: 1.2em;
width: 250px;
height: 60px;
line-height: 60px;
padding: 0 50px;
text-align: center;
}

.flex-wrapper {
flex-flow: column nowrap;
}

.left-flex-column {
padding: 20px;	
}

.right-flex-column {
padding: 20px;	
}

.image-bottom {
position: unset;
bottom: unset;
}

#footer-column-01 {
width: 40%;
}

#footer-column-02 {
width: 60%;
padding: 0;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
text-align: center;
}

.editor-field {
width: 32.5%;	
}

input.contact {
width: 89%;
}

textarea.contact {
width: 96%;
}

h1 {
font-size: 2.4em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.3em;
}

h4 {
font-size: 1.2em;
}

p.banner-text {
font-size: 3em;
}

p.banner-text.mid {
font-size: 2.2em;
}

p.banner-text.small {
font-size: 1.6em;
}

p.sub-banner-text {
font-size: 2.5em;
}

p.large-text {
font-size: 2em;
}

img.adjust {
height: 100%;
}

/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr { 
display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
thead tr { 
position: absolute;
top: -9999px;
left: -9999px;
}
	
tr { 
border: 1px solid #ccc; 
height: auto;
padding: 5px 0 25px 0;
}

td { 
border: none;
border-bottom: 1px solid #eee; 
position: relative;
padding-left: 35%; 
}
	
td:before { 
position: absolute;
top: 6px;
left: 6px;
width: 75%; 
padding-right: 10px; 
white-space: pre-wrap;
}

#notitle {
display: inline-table;
}

tr.models {
display: none;
}

th.price {
text-align: left;
}

td.price {
text-align: left;
}

td.four-column-01:nth-of-type(1):before { content: "Thermino"; }
td.four-column-01:nth-of-type(2):before { content: "150 epv"; }	
td.four-column-01:nth-of-type(3):before { content: "210 epv"; }
td.four-column-01:nth-of-type(4):before { content: "300 epv"; }

td.five-column-01:nth-of-type(1):before { content: "Thermino"; }
td.five-column-01:nth-of-type(2):before { content: "70 e"; }
td.five-column-01:nth-of-type(3):before { content: "150 e"; }	
td.five-column-01:nth-of-type(4):before { content: "210 e"; }
td.five-column-01:nth-of-type(5):before { content: "300 e"; }

td.five-column-02:nth-of-type(1):before { content: "Model"; }
td.five-column-02:nth-of-type(2):before { content: "Wattage"; }
td.five-column-02:nth-of-type(3):before { content: "Heat up to"; }	
td.five-column-02:nth-of-type(4):before { content: "Dimesions"; }
td.five-column-02:nth-of-type(5):before { content: "Price"; }

td.five-column-03:nth-of-type(1):before { content: "Thermino"; }
td.five-column-03:nth-of-type(2):before { content: "150 e"; }
td.five-column-03:nth-of-type(3):before { content: "150 e"; }	
td.five-column-03:nth-of-type(4):before { content: "210 e"; }
td.five-column-03:nth-of-type(5):before { content: "210 e"; }

td.six-column-01:nth-of-type(1):before { content: "Dimensions (mm)"; }
td.six-column-01:nth-of-type(2):before { content: "Input Voltage"; }
td.six-column-01:nth-of-type(3):before { content: "IP-Value"; }	
td.six-column-01:nth-of-type(4):before { content: "Weight"; }
td.six-column-01:nth-of-type(5):before { content: "Colour"; }
td.six-column-01:nth-of-type(6):before { content: "Box Size (cm)"; }

td.six-column-01 { padding-left: 40%; }

td.six-column-02:nth-of-type(1):before { content: "Model"; }
td.six-column-02:nth-of-type(2):before { content: "Size (cm)"; }
td.six-column-02:nth-of-type(3):before { content: "Wattage"; }	
td.six-column-02:nth-of-type(4):before { content: "Weight (kg)"; }
td.six-column-02:nth-of-type(5):before { content: "Metres"; }
td.six-column-02:nth-of-type(6):before { content: "Price"; }

td.seven-column-01:nth-of-type(1):before { content: "Model"; }
td.seven-column-01:nth-of-type(2):before { content: "Colour"; }
td.seven-column-01:nth-of-type(3):before { content: "Size (cm)"; }	
td.seven-column-01:nth-of-type(4):before { content: "Wattage"; }
td.seven-column-01:nth-of-type(5):before { content: "Weight (kg)"; }
td.seven-column-01:nth-of-type(6):before { content: "Brackets"; }
td.seven-column-01:nth-of-type(7):before { content: "Price"; }

td.seven-column-02:nth-of-type(1):before { content: "Thermino"; }
td.seven-column-02:nth-of-type(2):before { content: "150 e (combi)"; }
td.seven-column-02:nth-of-type(3):before { content: "150 e (system)"; }	
td.seven-column-02:nth-of-type(4):before { content: "210 e (combi)"; }
td.seven-column-02:nth-of-type(5):before { content: "210 e (system)"; }
td.seven-column-02:nth-of-type(6):before { content: "300 e (combi)"; }
td.seven-column-02:nth-of-type(7):before { content: "300 e (system)"; }

td.nine-column-01:nth-of-type(1):before { content: "Thermino"; }
td.nine-column-01:nth-of-type(2):before { content: "70"; }
td.nine-column-01:nth-of-type(3):before { content: "150"; }	
td.nine-column-01:nth-of-type(4):before { content: "210"; }
td.nine-column-01:nth-of-type(5):before { content: "300"; }
td.nine-column-01:nth-of-type(6):before { content: "70 i"; }
td.nine-column-01:nth-of-type(7):before { content: "150 i"; }	
td.nine-column-01:nth-of-type(8):before { content: "210 i"; }
td.nine-column-01:nth-of-type(9):before { content: "300 i"; }	

td.nine-column-02:nth-of-type(1):before { content: "Thermino"; }
td.nine-column-02:nth-of-type(2):before { content: "70 ePV"; }
td.nine-column-02:nth-of-type(3):before { content: "150 ePV"; }	
td.nine-column-02:nth-of-type(4):before { content: "210 ePV"; }
td.nine-column-02:nth-of-type(5):before { content: "300 ePV"; }
td.nine-column-02:nth-of-type(6):before { content: "70 iPV"; }
td.nine-column-02:nth-of-type(7):before { content: "150 iPV"; }	
td.nine-column-02:nth-of-type(8):before { content: "210 iPV"; }
td.nine-column-02:nth-of-type(9):before { content: "300 iPV"; }

td.nine-column-03:nth-of-type(1):before { content: "Thermino"; }
td.nine-column-03:nth-of-type(2):before { content: "150 hp-SG"; }	
td.nine-column-03:nth-of-type(3):before { content: "210 hp-SG"; }
td.nine-column-03:nth-of-type(4):before { content: "300 hp-SG"; }
td.nine-column-03:nth-of-type(5):before { content: "150 hp-DN"; }	
td.nine-column-03:nth-of-type(6):before { content: "210 hp-DN"; }
td.nine-column-03:nth-of-type(7):before { content: "300 hp-DN"; } 


.heading {
padding: 0 80px 0 0;
text-align: left;
}

.content {
padding: 10px 80px 10px 0;
text-align: left;
}

img.logo {
margin: 0 20px 40px;
}

img.logo.first {
margin: 0 20px 40px;
}

img.logo.last {
margin: 0 20px 40px;
}

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 877.99px) 
			  and (min-width: 769px) {
				 
#header-wrapper {
height: 275px;
}

#button-wrapper {
right: 20px;
}			 
				 
#logo {
float: none;
padding: 50px 0 0;
margin: 0 auto;
}

.book {
display: block;
width: 50%;
}
				  
#banner-01 {
height: 400px;
}

#banner-02 {
height: 400px;
}

#banner-03 {
height: 400px;
}

#banner-04 {
height: 400px;
}

#banner-05 {
height: 400px;
}

#banner-08 {
height: 400px;
}

#banner-09 {
height: 400px;
}

#banner-10 {
height: 400px;
}

#banner-11 {
height: 400px;
}

#banner-sunamp {
height: 325px;	
}

.menu_title {
display: block !important;
}

nav > ul > li.mobile { 
display: block; 
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

.scroll-up {
right: 10px;
padding: 15px 25px 20px 25px;
}
			  
#footer {
padding: 80px 0;
}

.quote-button-wrapper {
line-height: 30px;
font-size: 1em;
}

.left-column {
width: 100%;
padding: 0;
text-align: center;
}

.right-column {
width: 100%;
padding: 20px 0 0;
}

.left-column-50 {
width: 100%;
padding: 0;
}

.right-column-50 {
width: 100%;
padding: 40px 0 0;
}

.five-column-pop {
width: 33.333%;	
}

.five-column-poplast {
width: 50%;	
}

.full-column-inner {
padding: 40px 25px 40px 25px;
}

.survey-flex-wrapper {
flex-flow: column nowrap;
}

.survey-column-text {
width: 100%;
padding: 0;
text-align: center;
}

.survey-column-btn {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

a.button.survey {
width: 300px;
height: 60px;
line-height: 60px;
padding: 0 50px;
}

.flex-wrapper {
gap: 10px;
}

.left-flex-column {
padding: 15px;	
}

.right-flex-column {
padding: 15px;	
}

.editor-field {
width: 32.5%;	
}

input.contact {
width: 91%;
}

textarea.contact {
width: 96%;
}

h1 {
font-size: 2.6em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.3em;
}

h4 {
font-size: 1.2em;
}

p.banner-text {
font-size: 3.2em;
}

p.banner-text.mid {
font-size: 2.2em;
}

p.banner-text.small {
font-size: 1.8em;
}

p.sub-banner-text {
font-size: 2.8em;
}

img.logo {
margin: 0 20px 40px;
}

img.logo.first {
margin: 0 20px 40px;
}

img.logo.last {
margin: 0 20px 40px;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 957.99px) 
			  and (min-width: 878px) {
				 
#header-wrapper {
height: 250px;
}

#button-wrapper {
right: 20px;
} 				 
				 
#logo {
float: none;
margin: 0 auto;
}

.book {
display: block;
width: 50%;
}
				  
#banner-01 {
height: 450px;
}

#banner-02 {
height: 450px;
}

#banner-03 {
height: 450px;
}

#banner-04 {
height: 450px;
}

#banner-05 {
height: 450px;
}

#banner-08 {
height: 450px;
}

#banner-09 {
height: 450px;
}

#banner-10 {
height: 450px;
}

#banner-11 {
height: 450px;
}

#banner-sunamp {
height: 350px;	
}

.menu_title {
display: block !important;
}

nav > ul > li.mobile { 
display: block; 
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

.scroll-up {
right: 10px;
padding: 15px 25px 20px 25px;
}
			  
#footer {
padding: 80px 0;
}

.full-column-inner {
padding: 40px 25px 40px 25px;
}

.left-column-50 {
width: 100%;
padding: 0;
}

.right-column-50 {
width: 100%;
padding: 40px 0 0;
}

.survey-flex-wrapper {
flex-flow: column nowrap;
}

.survey-column-text {
width: 100%;
padding: 0;
text-align: center;
}

.survey-column-btn {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

a.button.survey {
width: 300px;
height: 60px;
line-height: 60px;
padding: 0 50px;
}

.editor-field {
width: 32.5%;	
}

.textarea.contact {
width: 96%;
}

h1 {
font-size: 2.6em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1.2em;
}

p.banner-text {
font-size: 3.5em;
}

p.banner-text.mid {
font-size: 2.5em;
}

p.sub-banner-text {
font-size: 3em;
}

img.logo {
margin: 0 20px 40px;
}

img.logo.first {
margin: 0 20px 40px;
}

img.logo.last {
margin: 0 20px 40px;
}	
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1024.99px) 
			  and (min-width: 958px) {

#header-wrapper {
height: 150px;
}
#logo {
padding: 30px 0 0;
}

#button-wrapper {
right: 63%;
}  

#banner-01 {
height: 450px;
}

#banner-02 {
height: 450px;
}

#banner-03 {
height: 450px;
}

#banner-04 {
height: 450px;
}

#banner-05 {
height: 450px;
}

#banner-08 {
height: 450px;
}

#banner-09 {
height: 450px;
}

#banner-10 {
height: 450px;
}

#banner-11 {
height: 450px;
}

#banner-sunamp {
height: 375px;	
}

.menu_title {
display: block !important;
}

nav > ul > li.mobile { 
display: block; 
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

.scroll-up {
right: 10px;
padding: 15px 25px 20px 25px;
}
			  
#footer {
padding: 80px 0;
}

.full-column-inner {
padding: 40px 25px 40px 25px;
}

h1 {
font-size: 2.6em;
}

h2 {
font-size: 2.3em;
}

h3 {
font-size: 1.5em;
}

p.banner-text {
font-size: 3.5em;
}

p.banner-text.mid {
font-size: 2.5em;
}

p.sub-banner-text {
font-size: 3em;
}

a.button.survey {
font-size: 1.4em;
padding: 0 50px;	
}

img.logo {
margin: 0 20px 40px;
}

img.logo.first {
margin: 0 20px 40px;
}

img.logo.last {
margin: 0 20px 40px;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1299.99px) 
			  and (min-width: 1025px) {
				  
#header-wrapper {
height: 150px;
}

#logo {
padding: 30px 0 0;
}

#button-wrapper {
right: 70%;
}  
				  
.menu_title {
display: block !important;
}

nav > ul > li.mobile { 
display: block; 
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

#banner-sunamp {
height: 400px;	
}

.scroll-up {
right: 10px;
padding: 15px 25px 20px 25px;
}
			  
#footer {
padding: 80px 0;
}

.full-column-inner {
padding: 40px 50px 40px 50px;
}

img.logo {
margin: 0 20px 40px;
}

img.logo.first {
margin: 0 20px 40px;
}

img.logo.last {
margin: 0 20px 40px;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1400.99px) 
			  and (min-width: 1300px) {

#header-wrapper {
height: 150px;
}
				  
.menu_title {
display: block !important;
}

nav > ul > li.mobile { 
display: block; 
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

#banner-sunamp {
height: 450px;	
}

.scroll-up {
right: 10px;
padding: 15px 25px 20px 25px;
}
			  
#footer {
padding: 80px 0;
}

.full-column-inner {
padding: 40px 50px 40px 50px;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1584.99px) 
			  and (min-width: 1401px) {
				  
#banner-sunamp {
height: 500px;	
}

.scroll-up {
right: 10px;
padding: 15px 25px 25px 25px;
}

#footer {
padding: 80px 0;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1800px) 
			  and (min-width: 1585px) {

.scroll-up {
right: 10px;
padding: 15px 25px 25px 25px;
}
			  
}