body {
    background: #ffffff;
}

p {
    font-size: 1rem;
	color:#444444;
    margin-bottom: 0px;
}

a {
    color: #fc8b06;
}

a:visited {
    background: #fc8b06;
}

a:hover {
    color: #515254;
    border-color: #515254;
}


.button {
    width: 300px;
    max-width: 100%;
    margin: 0px auto;
    line-height: 58px;
    height: 58px;
    border: 2px solid #545456;
    padding: 0px 48px;
    text-transform: uppercase;
    font-weight: bold;
    background: #fc8b06;
}

.button:hover {
    background-color: #515254;
}

h2{
    text-align: left;
    font-size: 1.8em;
    color: black;
    padding-right: 10px;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Lato', sans-serif;
}
 
.row {
   max-width: 1300px;
}

img.orangeborder {
    border: 2px solid #fc8b06;
    margin: 0px;
    border-radius: 0px;
}

#content {
    padding: 58px;
    border: 0px;
}



/* ----------------------------------- header -------------------------------- */

#fixedheader {
	position:fixed;
	width: 100%;
	z-index: 99999;
    background-color: #ffffff;
}

#headingpadding {
    height: 147px;
    width: 100%;
}
#headingpaddingpgs {
    height: 147px;
    width: 100%;
}
.headerlogo {
	display:inline-block;
	position:relative;
    background-color: white;
    padding-top: 5px;
	left:5.5%;
    border-top: 0px;
    border-bottom: 0px;
}

.headerlogo img {
    background-color: #ffffff;
    height: 70px;
}


.headerphone {
    position: relative;
    right: 0px;
    top: 10px;
    background: #ffffff;
    font-size: 14px;
    float: right;
	padding-right:4%;
	padding-bottom:25px;
}


.headerphone a:first-child {
      background: #ffffff;
      color: #515254;
}

.headerphone a {
    line-height: 36px;
    padding: 12px 16px;
	display:inline-block;
	position: relative;
    color: #515254;
    font-weight:600;
	font-size:1.2rem;
}

.headerphone img{
	padding-right:5px;
}
.homemap{
	padding:0px;
}

/* nav menu -----------------------*/
#navheadermenucontainer {
		width: 100%;
		background: #a6a6a6;
	}

#menulink0 { width: 14%; }
#menulink1 { width: 14%; }
#menulink2 { width: 16%; }
#menulink3 { width: 14%; }
#menulink4 { width: 14%; }
#menulink5 { width: 14%; }
#menulink6 { width: 14%; }


#navheadermenu {
	list-style:none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	float:left;
	position:relative;
}

#navheadermenu li {
	float:left;
	display:block;
}

#navheadermenu li a {
    line-height: 62px;
    display: inline-block;
    float:left;
    text-align: center;
    padding: 0px 12px;
    margin: 0px;
    width: 100%;
    background: #a6a6a6;
    transition: background-color 0.5s ease;
    color: #ffffff;
    font-size: 1rem;
    text-transform: uppercase;
	font-weight:600;
}

#showmobilemenu {
    display: none;
}

#navheadermenu #menulink0 a {
    border-left: 0px;
}

#navheadermenu li a:hover, #navheadermenu .is-hover a{
	background: #fc8b06;	
	transition: background-color 0.5s ease;
    color:#fff;
}



 #navheadermenu .is-hover .hasdropdownarrow,  #navheadermenu li a:hover .hasdropdownarrow {
	 border-color: #ffffff transparent transparent transparent;
 }


#navheadermenu .submenu {
	display:none;
	position:absolute;
	top: 100%;
	z-index: 9999;
	padding: 0px;
	margin: 0px;
}

#navheadermenu li:hover .submenu  {
	display:block;
	opacity: 1;
}

#navheadermenu .submenu li {
	position:relative;
	width: 320px;
	clear:both;
}

#navheadermenu .submenu li a {
	line-height: 14px;
	padding: 16px 20px;
	height: auto;
	background: #a6a6a6;
	color:#ffffff;
    border: 0px;
    text-align: left;
}


#navheadermenu .submenu li a:hover {
    color: #ffffff;
    background: #fc8b06;
}

#navheadermenu .closedrop,  #navheadermenu .closedroptwo {
	display:none;
}

.hasdropdownarrow {
	display:block;
	float:right;
	margin-top: 26px; /*half height - half arrow height */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
}

.hassidearrow {
	display:block;
	float:right;
	margin-top: 0px; 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #285272;
}

.pagerow{
    float:left;
    background-color: #ffffff;
	width:100%;
}

.pagerow1{
    float:left;
    background-color: #515254;
	width:100%;
}

.pagerow2{
    float:left;
	width:100%;
	height:170px;
	background-color:#ffffff;
}
/* page_banner ------------- */

.pageblockheadingcustom {
	width:100%;
    background-position: center;
    background-size: cover;
	position: relative;
	float:left;
}

.pageblocklefttransparent{
	height:300px;
	padding-top:80px;

}
.pageblocklefttransparent h1{
	font-size:2.5rem;
	font-weight:500;
	color:#fc8b06;
	padding-left:40px;

}
.pageblocklefttransparent p{
	font-size:2.5rem;
	font-weight:500;
	color:#ffffff;
	padding-left:40px;

}
/* homerow1 ------------- */

#homerow1 {
	background-image: url('../img/serviceboxbg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	width:100%;
    padding: 58px 0px;
    border-top: 2px solid #fc8b06;
    border-bottom: 2px solid #fc8b06;
}


.servicesbox {
    height: 420px;
    background: #f0f0f0;
    padding: 22px;
    position: relative;
    
      -ms-transform: translate(0px, 0px); /* IE 9 */
      -webkit-transform: translate(0px, 0px); /* Safari */
      transform: translate(0px, 0px);
    
    transition: all 0.5s ease;
    max-width: 410px;
    width: 410px;
    float:left;
    left: 50%;
    margin-bottom: 72px;
    margin-left: -205px;

}

.servicesbox a {
    text-decoration: none;
}

.servicesbox:hover {
  -ms-transform: translate(0px, -10px); /* IE 9 */
  -webkit-transform: translate(0px, -10px); /* Safari */
  transform: translate(0px, -10px);
}

.servicesbox h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 20px;
}

.servicexbox_image img {
    width: 100%;
    border: 2px solid #fc8b06;
}

.servicesbox:hover .servicexbox_image img {
    border-color: #515254;
}

.servicesbox_text {
    text-align: center;
    margin: 12px 0px;
    margin-top: 22px;
}

.servicesbox_link {
    position: absolute;
    bottom: -48px;
    z-index: 3;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
}

.servicesbox_footer {
    background-image: url("../img/servicesboxbg.png");
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    bottom: -70px;
    height: 72px;
    width: 100%;
    left: 0px;
    z-index: 2;
}


/* homerow2 ------------- */
#homerow2 {
    padding: 58px 0px;
    background: #ffffff;
    color: #000;
}

#homerow2 h1 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
font-size: 1.8em;
    padding-right: 0px;
    font-weight: 600;
}

#homerow2 hr {
    border: 2px solid #fc8b06;
    margin-left: 30%;
    margin-right: 30%;
}

#homerow3 {
    padding: 30px 0px 20px 0px;
    background: #ffffff;
    color: #000;
}

#homerow3 h1 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

#homerow3 hr {
    border: 2px solid #fc8b06;
    margin-left: 22%;
    margin-right: 28%;
}

.pageblockleft1 .button1{
    width:30%;
    height:24%;
    background:#fc8b06;
    position:absolute;
    left:30%;
    bottom:50%;
    padding:0.5em 1.2em;
    border:0.16em solid rgb(81,82,84);
    box-sizing: border-box;
    text-decoration:none;
    font-weight:500;
    color:#ffffff;
    text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
    text-align:left;
    transition: all 0.2s;
}

.pageblockleft1 img{
	width:10%;
}

.pageblockright{
	padding: 30px;
	min-height:250px
}

.pageblockright1{
	padding: 30px;
	min-height:190px
}


.pageblockright a {
    display: block;
}

.pageblockleft{
	float:left;
	position: relative;
	padding: 30px 20px;
	min-height:250px;
    
}

.pageblockleft h2{
  text-align:left;
  font-size: 1.8rem;
  padding-bottom: 10px;
  font-weight: 600;
}
.pageblockleft1{
	float:left;
	position: relative;
	padding: 30px 20px;
	min-height:190px;
    
}

#pagecontactform {
    background-image: url('../img/serviceboxbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding: 58px 0px;
    float:left;
    border-top: 2px solid #fc8b06;
}

/* page header -------------- */
#pagebanner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 40%;
}

#pagebanner .row {
    position: relative;
    min-height: 200px;
    padding: 58px;
}

#pagebanner h1 {
    color: #fc8b06;
    margin: 0px;
    font-size: 52px;
    line-height: 52px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); 
    display: block;
}

#pagebanner h1 span {
    color: #ffffff;
}

/* page blocks ------------ */

.pageblock {
    float:left;
    width: 100%;
    background: #ffffff;
}

#pageblockwithsidebar {
	background-image: url('../img/serviceboxbg.jpg');
    background-size: cover;
    position: relative;
}

#pageblockwithsidebarwhite {
    position: absolute;
    background-color: #ffffff;
    left: 0px;
    right: 50%;
    top: 0px;
    bottom: 0px;
    z-index: 0;
}

#sidebarfade {
    position: absolute;
    top: 0px;
    left: 50%;
    right: 0px;
    bottom: 0px;
    background: -moz-linear-gradient(left, rgba(81,82,84,1) 0%, rgba(81,82,84,1) 40%, rgba(81,82,84,0.8) 70%, rgba(81,82,84,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(81,82,84,1) 0%,rgba(81,82,84,1) 40%,rgba(81,82,84,0.8) 70%,rgba(81,82,84,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(81,82,84,1) 0%,rgba(81,82,84,1) 40%,rgba(81,82,84,0.8) 70%,rgba(81,82,84,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515254', endColorstr='#66515254',GradientType=1 ); /* IE6-9 */
    z-index: 0;
}

#pageblockwithsidebar_left {
    background: #ffffff;
    margin: 0px;
    padding: 58px;
    padding-bottom: 286px;
}

#pageblockwithsidebar_left h2 {
    margin: 0px;
    margin-bottom: 28px;
}

#pageblockwithsidebar_right {
    margin: 0px;
    position: relative;
}



.sidebar_panel {
    width: 100%;
    padding: 58px;
    padding-bottom: 0px;
}

.sidebar_panel ul {
    list-style: none;
    background-image: url("../img/hervenavbutton.png");
    background-repeat: no-repeat;
    padding-left: 60px;
    margin: 0px;
    margin-bottom: 58px;
}

.sidebar_panel ul p {
    line-height: 24px;
    height: 24px;
    display: inline-block;  
    color: #ffffff;
}

.middledot {
    color: #fc8b06;
    margin-right: 12px;
    line-height: 24px;
    height: 24px;
    display: inline-block;
}

.sidebar_panel h2 {
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 28px;
    font-weight: bold;
}

.sidebar_panel p, .sidebar_panel li {
    color: #ffffff;
    margin: 0px;
    line-height: 24px;
}

.sidebar_panel_white {
    background: #ffffff;
    padding: 28px 58px;
}

/* inpage gallery --------------- */


.componentgallery {
    position: absolute;
    bottom: -92px;
    right: 0px;
    left: 0px;
    background-color: #ffffff;
}

.componentgallery_button {
    margin-top: 34px;
    height: 58px;
    width: 100%;
    float:left;
    text-align: center;
}

.componentgallery_button .button {
    width: 300px;
    max-width: 100%;
    float:none;
    display: block;
    margin: 0px auto;
    line-height: 58px;
    height: 58px;
    border: 2px solid #545456;
    padding: 0px 48px;
    text-transform: uppercase;
    font-weight: bold;
}

.componentgallerypanel {
    width: 50%;
    text-align: center;
    float:left;
    height: 228px;
    padding-left: 58px;
    padding-right: 14px;
}

.componentgallerypanel:nth-of-type(2) {
    padding-right: 58px;
    padding-left: 14px;
}

.componentgallerypanel a {
    border: 2px solid #fc8b06;
    width: 100%;
    height: 100%;
    display: block;
}


.componentgallerypanel a:hover {
        border-color: #515254;
}


.componentgallerypanel img {
    width: auto;
    height: 100%;

}

/* footer ----------------------- */
footer.full-width {
    background-color: #515254;
    padding: 58px 0px;
    float:left;
    width: 100%;
    border-top: 2px solid #fc8b06;
}

.footerpanel {
    float:left;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}

.footerpanel h3 {
    color: #fc8b06;
}
.footerpanel h6 {
    color: #fc8b06;
	text-align:left;
}
.footerpanel h7 {
    color: #fc8b06;
	text-align:left;

}

.footerpanel ul {
    list-style: none;
    margin-left: 0px;
}

footer.full-width a {
    color: #E2DDDA;
    font-size: 0.9375rem;
	font-weight:500;
	line-height:10px;
}
	
footer.full-width a:hover {
    color: #fc8b06;
    font-size: 0.8rem;
	font-weight:500;
}
.footerpanel p {
    color: #ffffff;
	line-height:15px;
	text-align:left;
    margin: 0px;
    line-height: 30px;
}

#footerpanel1 { width: 36%;}

#footerpanel2 { 
    width: 32%;
    padding-left:70px; padding-top:10px;
}

#footerpanel3 { 
    width: 32%;
    text-align:left;
}

#footerpanel1 img { width: 110%; padding-left:5px; padding-right:5px;}


#endfooter{
	background:#ffffff;
	text-align:center;
	color:#515254;
	padding:20px;
    float:left;
    width: 100%;
    padding: 14px;
}

#endfooter p {
    margin: 0px;
}

#endfooter a{
	color:#515254;
}
#endfooter a:hover{
	color:#fc8b06;
}
/* Contact form ------------------- */

#verify {
    display: none;
}

#qc_errors p, #qc_success p {
    color: #fff;
    padding: 10px;
	margin: 0px;
}
#qc_errors {
    background: #f80202 none repeat scroll 0 0;
}
#qc_success {
    background: #21db55 none repeat scroll 0 0;
}

#captcha_info{
	width:100%;
}
#captcha{
	width:50%;
	float:left;
}

#captcha_container{
	float:left;
	width: 50%;
	height: 2.3125rem;
	line-height:  2.3125rem;
	text-align:center;
	background: #fc8b06;
}

#captcha_shadow {
     -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);   
    float:left;
    width: 50%;
}

#contact_left{
	width:50%;
    float:left;
}

#contact_right{
	width:50%;
	float:right;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

#contact_left input{
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

#contact_right  textarea {
    height: 200px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}


.contact_row{
	float:left;
	width:100%;
	color:#ffffff;
}

.submit_row input {
    margin: 0px;
}

.contact_row #homesubmit{
	float:left;
	width: 40%;
    margin-left: 10%;
	height: 2.3125rem;
	line-height:  2.3125rem;
	text-align:center;
	background: #fc8b06;
    border: 0px;
    padding: 0px;
    font-weight: bold;
    color: #ffffff;
    
     -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75); 
    
}
#subpagecontactus h2{
	color:#fc8b06;
    text-align: center;
    margin-bottom: 28px;
    font-weight: bold;
    font-size: 18px;
}

/* google map ------------ */
.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* about us ---------------- */
.aboutusdirector {
    width: 50%;
    float:left;
    padding-right: 6px;
    padding-left: 0px;
}

.aboutusdirector:nth-of-type(2){
    width: 50%;
    float:left;
    padding-right: 0px;
    padding-left: 6px;
}

/* plantlist ---------------- */
#plantlist {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#plantlist li {
    border: 1px solid #fc8b06;
    margin-bottom: 12px;
    float:left;
    width: 100%;
    line-height: 48px;
    padding: 0px 12px;
}

#plantlist li .plantlistsubhead {
    font-weight: bold;
    width: 30%;
    float:left;
    display: block;
    line-height: 48px;
}

#plantlist li p {
    width: 70%;
    float:left;
    display: block;
    line-height: 48px;
}

#plantlist .plantlistheading {
    background: #fc8b06;
    font-weight: bold;
    margin-top: 28px;
}

#plantlist .plantlistheading:nth-of-type(0){
    margin-top: 0px;
}

#BTMAiso  {
    text-align: center;
    height: 100px;
    margin: 34px 0px;
    width: 100%;
}

#BTMAiso img {
    height: 100%;
    width: auto;
    margin: 0px 5%;
} 

#materialslist {
    list-style: none;
    margin: 0px;
}

#materialslist li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fc8b06;
}

#materialsimg {
    margin-top: 60px;
    padding: 58px 0px;
    display: block;
}


    .headerphone_mobile {
        display: none;
    }
    
    .headerphone_desktop {
        display: inline;
    }


#footericons a {
	float:left;
	width: 60px;
	margin-left: 10px;
}

@media only screen and (max-width: 70em) { 
    
    
	
	#fixedheader {
        position: relative;
		 direction:block;
    }

    #fixedheader.smaller #headerlogo {
        padding: 0px;
    }

    #fixedheader.smaller #headerlogo img {
        height: auto;
    }

    #navmenupadding {
        height: 0px;
    }
    
    #fixedheader.smaller #navmenupadding  {
        height: 0px;
    }
    
    /* Rotate first bar */
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
        transform: rotate(-45deg) translate(-9px, 6px) ;
    }

    /* Fade out the second bar */
    .change .bar2 {
        opacity: 0;
    }

    /* Rotate last bar */
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
        transform: rotate(45deg) translate(-8px, -8px) ;
    }

	
	#headerlogo {
		text-align:center;
        width: 100%;
	}
	
	#headerlogo img {
		height: 100%;
		width: auto;
		max-width:100px;
	}
    
    /* nav menu ----------------------- */
  	#navheadermenu li, #menulink0, #menulink1, #menulink2, #menulink3, #menulink4, #menulink5, #menulink6{
		width: 100%;
	}
    
    #navheadermenucontainer {
		overflow:hidden;
		width: 100%;
        display:none;
	}
	
    #navmenu {
        width: 100%;
        display: none;
    }

	.hasdropdownarrow {
		display:block;
		float:right;
		margin-top: 0px; 
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent #255172;
	}
	
	#navheadermenu .is-hover .hasdropdownarrow,  #navheadermenu li a:hover .hasdropdownarrow {
		border-color: transparent transparent transparent #ffffff;
	}
	
    #navheadermenu .submenu {
        width:100%;
        display:block;
        top: 0px;
        left: 100%;
    }


    #navheadermenu .submenu li {
        display:block;
        width: 100%;
        
    }

    #navheadermenu .submenu li a {
        display:block;
        width:100%;
        line-height: 62px;
        padding: 0px 8px;
        text-align: center;
    }
    
    #navheadermenu .hasdropdownarrow  {
        display: none;
    }

	
    /* show mobile menu button ----------------------- */
    #showmobilemenu {
        display: block;
        width: 34px;
        position: absolute;
        right: 32px;
        top: 0px;
    }
    
    #showmobilemenu .bar1, #showmobilemenu .bar2, #showmobilemenu .bar3 {
		width: 35px;
		height: 5px;
		background-color: #515254;
		margin: 6px 0;
		transition: 0.4s;
	}
    
    #showmobilemenu.change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
        transform: rotate(-45deg) translate(-9px, 6px) ;
    }

    #showmobilemenu.change .bar2 {
        opacity: 0;
    }

    #showmobilemenu.change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
        transform: rotate(45deg) translate(-8px, -8px) ;
    }
    
    #headingpaddingpgs, #headingpadding{
        height: 0px;
    }
    
    .headerlogo {
        width: 100%;
        left: 0px;
        margin: 0px;
        text-align: center;
        padding: 12px;
    }
    
    .headerphone a {
        width: 30%;
        text-align: center;
        padding: 0px;
        float:left;
    }
	
	#sidebarfade {
		width:100%;
		left:0px;
		right:0px;
	}
    
	#pageblockwithsidebar_left{
		width:100%;
	   padding-bottom: 58px
	}
	
	#pageblockwithsidebarwhite {
		    right: 100%;

	}
	
	.componentgallery {
		position:relative;
		bottom:0px;
        margin-top: 24px;
        margin-bottom: 24px;
	}
    
    
	.componentgallerypanel{
        width: 100%;
        left:0px;
        padding-left:0px;
        padding-right:0px;
        margin-bottom: 24px;
    }
	
	.componentgallerypanel:nth-of-type(2) {
        padding-left:0px;
        padding-right:0px;
        width:100%;
    }
    
    #pagecontactform {
        padding: 58px;
    }
    
    #contact_left {
        width: 100%;
    }
    
    #contact_right {
        width: 100%;
        padding: 0px;
    }
    
    #contact_right textarea {
        height: 200px;
    }
    
    #footerpanel1, #footerpanel2, #footerpanel3, #footerpanel4 {
        width: 100%;
        padding: 12px 58px;
    }
    
    .footerpanel li {
        text-align: center;
    }
    
    .footerpanel .textwidget p, .footerpanel .textwidget h6 {
        text-align: center;
    }

    
    .headerphone {
        margin: 12px 0px;
        padding: 0px;
        top: 0px;
        width: 100%;
    }
    
    

    .servicesbox {
         margin-bottom: 144px;
        max-width: 100%;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        left: 0px;
    }
    
    #BTMAiso {
        height: auto;
    }
    
    #BTMAiso img {
        width: 100px;
        text-align: center;
    }
    
    #pagebanner h1 {
        font-size: 28px;
        text-align: center;
        line-height: 30px;
        display: block;
        width: 100%;
        position: relative;
        top: 0px;
        transform: translate(0px, 0px);
    }
    
    #pagebanner .row {
        min-height: 0px;
    }
    
    .sidebar_panel ul {
        margin: 0px;
        padding-left: 0px;
        background: none;
        margin-bottom: 24px;
    }
     
    .sidebar_panel {
        padding-bottom: 58px;
    }
    
    #pageblockwithsidebar_left h2 {
        font-size: 22px;
    }
    #captcha_shadow {
        width: 100%;
    }
    #captcha_container {
        width: 100%;
    }
    
    #captcha {
        width: 100%;
    }
    
    #homerow1, #pagecontactform {
        background-size: contain;
        background-repeat: repeat;
        background-attachment: local;
    }
    
    .contact_row #homesubmit {
        width: 100%;
        margin: 0px;
        margin-top: 12px;
    }
    
        .headerphone_mobile {
        display: inline;
    }
    
    .headerphone_desktop {
        display: none;
    }

}
    