
body{
	font-family: 'Karla';
    color: #000;  
    font-size: 16px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.05em;
    font-family: 'Karla', Helvetica, Arial, Lucida, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px !important;
}

.logo-img {
    float: none;
    margin: 0 auto;
    height: 140px;
	text-align:center;
}

.logo-img img{
	width:auto;
	height:140px;
}




#block-superfish-1 ul#superfish-1 {
    border: none;
    list-style: none;
    text-align: center;
}

#block-superfish-1 #superfish-1 li.sf-depth-1 {
    float: none;
    position: relative;
    z-index: 498;
	padding:0 1%;
    display: inline;
	text-align:center;
}

#block-superfish-1 #superfish-1 li.sf-depth-1 a.sf-depth-1{
	color: #203b93;
	font-size:20px;
	text-decoration:none;
	text-transform:uppercase;
	display:inline;
}

#block-superfish-1 #superfish-1 li.sf-depth-1 a:hover,
#block-superfish-1 #superfish-1 a.sf-depth-1.active {
    color: #26ace2;
}

.responsive-layout-mobile .logo-img {
    margin: 15px 20px 30px 0px;
    height: 100px;
    float: left;
}

.responsive-layout-mobile .logo-img a{
	display:block;
}

.responsive-layout-mobile .logo-img img {
    width: auto;
    height: 100px;
}

.responsive-layout-mobile #block-superfish-1{
	margin: 0;
    width: 100%;
    right: 0;
    position: absolute;
    top: 123px;
    padding: 0;
	text-align:right;
}

.responsive-layout-mobile #block-superfish-1 .fa-bars:before {
/*     content: "\f0c9";
    font-size: 2em;
    color: #2ea3f2;
    position: absolute;
    right: 20px;
    top: 0; */
	
    content: "MENU";
    font-size: 1em;
    color: #2ea3f2;
    position: absolute;
    right: inherit;
    top: auto;
    width: 80px;
    height: 1em;
    border-top: .375em double #2ea3f2;
    border-bottom: 0.4em double #2ea3f2;
    bottom: 0;
    left: 0px;
    text-align: center;
}

.responsive-layout-mobile a#superfish-1-toggle{
    display: block;
    font-size: 0;
    padding: 0;
    position: absolute;
    right: inherit;
    left: 0px;
    top: 0;
    width: 82px;
    height: 30px;
}

ul#superfish-1-accordion.sf-expanded{
	display: block;
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0px !important;
    right: 0px !important;
	top:38px !important;
	background:#fff;
	padding:0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
	border-top: 3px solid #2ea3f2;
}

ul#superfish-1-accordion a.sf-depth-1{	
    color: #203b93;
	text-transform:uppercase;
	font-family: 'Karla';
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	padding: 4%;
    font-weight: bold;
    font-size: 14px;
	background:#fff;
}

ul#superfish-1-accordion a.sf-depth-1:hover {
    background-color: #26ace2;
	color:#fff;
}

.sf-clone-parent{
	display:none;
} 

.sf-menu.sf-horizontal.sf-shadow ul{
	background:none;
}

ul.sf-menu.sf-accordion, ul.sf-menu.sf-accordion ul, ul.sf-menu.sf-accordion li {
    float: none !important;
	margin:auto !important;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul{
	left: 10px;
    top: 43px;
	padding:0 !important;
	width:auto !important;
	-webkit-padding-start: 0px !important;
	
}

a.sf-depth-2 {
    background: #26ace2;
    text-decoration: none;
    text-align: left;
    color: #fff;
    padding: 20px;
	font-family: 'Karla';
	
	display: block;
    left: 0;
    width: auto;
}

a.sf-depth-2:hover,
a.sf-depth-2.active {
    color: #fff !important;
    background: #000;
}



/************      header     *************/



.responsive-layout-mobile #block-block-7{
    position: absolute;
    /* top: 125px; */
	top: 100px;
    right: 0;
    color: #26ace2;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 130px;
}

.responsive-layout-mobile #block-block-8{
    position: absolute;
   /*  top:90px; */
   top:70px;
    right: 0;
    width: 130px;
}

.responsive-layout-mobile #block-block-8 a.btn{
    display: block;
    border: 2px solid #21334f;
    border-radius: 3px;
    color: #21334f;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase !important;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
}

.responsive-layout-mobile #block-block-16{
    position: absolute;
    top: 20px;
	right:0;
}



/*********  banner  **********/
#zone-menu,
#region-menu{
	width:100%;
	padding:0;
	margin:0 auto;
}

#block-views-slider-homepage-block{
	position:relative;
	overflow:hidden;
}

.responsive-layout-mobile #flexslider-1 {
    height: 25vw;
    margin:1em auto 2em;
}

.responsive-layout-mobile .flexslider .slides img {
    position: absolute;
    width: 140% !important;
    height: auto !important;
    left: 50% !important;
    margin-left: -70% !important;
}


.flexslider {
    margin: 0px auto 40px;
    background: #fff;
    border: 0;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}


.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: #26ace2 ;
    text-shadow: none;
    font-weight: normal;
	padding: 10px;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #26ace2;
}

.flex-control-paging li a.flex-active {
    background: #26ace2;
    cursor: default;
}

.flex-control-paging li a:hover {
    background: #26ace2;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    z-index: 99;
}

/* 
.responsive-layout-mobile .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: inherit;
    text-align: center;
    z-index: 99;
    top: 100px;
} */

#block-views-basic-page-block{
	position:relative;
	width:100%;
	overflow:hidden;
}

#block-views-basic-page-block-banner{
	height:350px;
}

/* .responsive-layout-mobile.page-node-6 #block-views-basic-page-block-banner{
	    height: 50vw !important;
}

.responsive-layout-mobile.page-node-6 #block-views-basic-page-block-banner img{
    width: 160%;
    height: auto !important;
    position: absolute;
    left: 50%;
    margin-left: -80%;
 } */

.responsive-layout-mobile .header-banner{
	padding-top:1em;
	font-weight: bold !important;
   text-transform: uppercase !important;
    font-size: 30px !important;
    color: #21334f !important;
	line-height: 1em;
	text-align:center;
}

.responsive-layout-mobile #block-views-basic-page-block-banner {
    height: 25vw;
	margin:1em auto;
}

.responsive-layout-mobile #block-views-basic-page-block-banner img{
	position: absolute;
    width: 140% !important;
    height: auto !important;
    left: 50% !important;
    margin-left: -70% !important;
}


.pane-custom .pane-1 {
    padding: 80px 0 0px 0;
}

.pane-homepage-3-blocks{
	margin-top:70px;
}



/*************     enquiry     ******/
.pane-block-3 a.colorbox-node{
	width: 250px !important;
}


.pane-block-3 a.colorbox-node,
.pane-homepage-3-blocks .pane-block a{
background: transparent !important;
    border: 2px solid #26ace2 !Important;
    border-radius: 8px !important;
    padding-left: 0;
    padding-right: 24px;
    width: 140px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    display: block;
    text-decoration: none;
    margin: auto;
    text-align: center;
	color:#000;
}

.pane-block-3 a.colorbox-node:hover ,
.pane-homepage-3-blocks .pane-block a:hover{
    background: #26ace2 !important;
	color:#fff;
	opacity: 0.7;
}

.pane-block-3 a.colorbox-node:after,
.pane-homepage-3-blocks .pane-block a:after {
    background:url(../images/arrow-right.png) no-repeat right center;
	content:'arrow';
    position: absolute;
    margin-left: .3em;
    left: auto;
    color: transparent;
    width: 34px;
    opacity: 1;
    font-family: "ETmodules" !important;
    font-weight: normal;
    text-transform: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.pane-block-3 a.colorbox-node:hover:after,
.pane-homepage-3-blocks .pane-block a:hover:after {
    left: auto;
    margin-left: 0;
}



/****************         logo supplier         ******************/

#region-header-first,
#block-views-logo-supplier-block{
	width:100%;
	margin:auto;
}

#block-views-logo-supplier-block .views-row{
    width: 15%;
    display: inline-block;
    margin: 5px 2%;
    vertical-align: bottom;
    height: auto;
    padding: 0;
}

#block-views-logo-supplier-block .views-row-6{
	clear:both;
}

#block-views-logo-supplier-block .views-row img{
	width:100%;
	height:auto;
}


/**  enquiry popup + colorbox  **/

.responsive-layout-mobile #colorbox{
	width: 50vw !important;
	min-height:45vw !important;
    height: auto !important;
	top: 25% !important;
    left: 25% !important;
}

.responsive-layout-mobile #cboxLoadedContent{
    display: block;
    visibility: visible;
    top: 25% !important;
    left: 25% !important;
    margin: auto;
    position: fixed;
	padding:0%;
    width: 50vw !important;
	min-height:45vw !important;
    height: auto !important;
	background-color: #26ace2 !important;
    color: #fff !important;
}

#cboxLoadedContent #node-webform-7{
	padding:5%;
}

#cboxClose {
    position: absolute;
    top: 0%;
    right: 49%;
    background: #26ace2 url(../images/closeCross25.png) no-repeat 0px 0px !important;
    width: 25px;
    height: 25px;
    text-indent: inherit;
    z-index: 999999;
    font-size: 0;
}

#webform-client-form-7{
	margin: auto;
    text-align: justify;
}

#cboxLoadedContent #node-webform-7 h2{
	display:none;
}

#webform-client-form-7 label {
    font-weight: normal;
}

.responsive-layout-mobile #webform-client-form-7 .webform-component{
    width: 100%;
    margin: 1% auto;
    display: inline-block;
}

#webform-client-form-7 .webform-component-textarea{
	width:100%;
}

.responsive-layout-mobile #webform-client-form-7 .webform-component-textarea textarea{
	height:15vh;
	border:none;
	border:1px solid #2ea3f2;
}

.responsive-layout-mobile #webform-client-form-7 .webform-component input{
	width:100%;
	height: 6vh !important;
	border:1px solid #2ea3f2;
}

#webform-client-form-7 .form-actions{
	margin: 3vh auto 0;
    text-align: center;
}

#webform-client-form-7 input.webform-submit{
	display: inline-block;
    width: auto;
    padding: 8px 20px;
    color: #ffffff;
    background: rgba(0,0,0,0);
    border: 2px solid #ffffff;
    border-radius: 8px;
    letter-spacing: 0px;
    font-size: 20px;
    text-transform: uppercase !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
	font-weight:normal;
	text-shadow:none;
}


#webform-client-form-7 input.webform-submit:hover{
	background: #fff;
    color: #26ace2;
}

#webform-ajax-wrapper-7 .webform-confirmation{
	position:relative;
	margin:25% auto 0;
	text-align:center;
	font-size: 2em;
}

#webform-ajax-wrapper-7 .links{
	display:none;
}

/********    homepage  3 block homepage     ***********/

.responsive-layout-mobile .pane-block-4,
.responsive-layout-mobile .pane-block-5,
.responsive-layout-mobile .pane-block-6,
.responsive-layout-mobile .pane-block-17{
	position:relative;
	width:96%;
	
}

.pane-block-4{
    position: relative;
    margin: 0 4% 4% 0;
    background:url(../images/banner_bedroom.jpg) no-repeat center;
    padding: 2%;
	text-align: center;
}

.pane-block-5 {
	background:url(../images/banner_commercial.jpg) no-repeat center;
	padding:2%;
	text-align: center;
}

.pane-block-6 {
	background:url(../images/banner_maintenance.jpg) no-repeat center;
	padding:2%;
	text-align: center;
}

.pane-block-17{
	clear:both;
    position: relative;
    margin: 0 4% 4% 0;
    background:url(../images/installation_home.jpg) no-repeat center;
    padding: 2%;
	text-align: center;
}

.pane-homepage-3-blocks .pane-block .pane-content{
	background: rgba(255, 255, 255, 0.85);
	min-height: 180px;
	padding:40px;
}

.pane-homepage-3-blocks h2{
    text-transform: uppercase !important;
    font-size: 30px !important;
    color: #00305e !important;
    position: relative;
    padding: 0 0 25px 0;
}

.pane-homepage-3-blocks h2:after {
    content: '';
    height: 3px;
    width: 80px;
    background: #26ace2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.pane-homepage-3-blocks p{
	margin:0;
}


/*************      banner enquiry       **************/

#zone-preface-wrapper{
	background: #26ace2 !important;
}

.responsive-layout-mobile #block-webform-client-block-8{
	background-color: #26ace2 !important;
	margin: 40px auto;
    text-align: center;
	padding:40px 0;
}

#block-webform-client-block-8 h2{
	color: #fff;
    padding: 0 0 20px 0;
}

#block-webform-client-block-8 label {
    font-weight: normal !important;
	top: 10px;
    left: 16px;
}

.responsive-layout-mobile #block-webform-client-block-8 .form-item{
	position: relative;
    width: 100%;
    margin: 0 auto;
	margin: 1em auto;
}

#block-webform-client-block-8 .webform-component--email-address{
	margin: 0 2%;
}

#block-webform-client-block-8 .form-item input{
	width: 100%;
	padding:16px;
	height:48px;
	border: none;
}

#block-webform-client-block-8 .webform-component-textarea{
	width: 100%;
}

#block-webform-client-block-8 .webform-component-textarea{
	width: 100%;
	margin: 2% 0;
}

#block-webform-client-block-8 .webform-component-textarea textarea{
	height: 160px;
	padding: 16px;
	border:none;
}

#block-webform-client-block-8 .form-actions{
	clear:both;

}

#block-webform-client-block-8 input.form-submit {
    color: #ffffff;
    background: url(../images/arrow-right-white.png)no-repeat right center;  
    letter-spacing: 0px;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    padding: 8px 34px 8px 12px;
    cursor: pointer;
	border: 2px solid #fff;
    border-radius: 3px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
	font-weight: lighter;
	text-shadow:none; 
	
}


#block-webform-client-block-8 input.form-submit:hover {
    background:#fff url(../images/arrow-right-blue.png)no-repeat right center;  
    color: #26ace2;
}

#webform-ajax-wrapper-8 .webform-confirmation {
	color:#fff;
}

#webform-ajax-wrapper-8 a{
	display:none;
}



/*************      content      **************/

.not-front #region-content{
	padding:5% 0;
}

/*  HVAC   */

table p{
	margin:0 auto !important;
}

#node-page-4 table {
    border: none;
}

tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
    background: none;
}




/************        sitemap        ******************/

#zone-postscript{
	padding: 60px 0;
}

.responsive-layout-mobile #region-postscript-first .block-block{
    position: relative;
    width: 100%;
    margin: 1em auto;
    float: left;
    font-size: 18px;
    text-align: center;
}

.block-block p,
.block-block ul{
	margin:auto;
}

#region-postscript-first .block-block .block-title{
	position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-align: center;
}

#region-postscript-first .block-block .block-title:after {
    content: '';
    height: 3px;
    width: 80px;
    background: #26ace2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#block-block-11 li{
	margin:auto;
	width:30%;
	list-style:none;
	display:inline-block;
}

#block-block-11 li img{
	width: 100% !important;
    height: auto !important;
	max-width:50% !important;
}



/**************         footer        ****************/

.responsive-layout-mobile #section-footer{
	background-color: #26ace2;
    min-height: 30px;
    line-height: 1.5em;
    padding: 10px 0;
}

.responsive-layout-mobile #block-block-13{
	color:#fff;
	font-size:12px;
	margin:0px auto ;
	text-align:center;
}

.responsive-layout-mobile #block-block-14{
	margin:0px auto ;
	text-align:center;
}

#block-block-14 li{
	color:#fff;
	list-style: none;
    display: inline-block;
}

#block-block-14 li a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

#block-block-14 li a:hover{
	color:#000;
}


/*********************         livechat        ***********************/
.responsive-layout-mobile #livechat-compact-container{
	bottom:69px !important;
	right:0 !important;
}