/* ----------------------------------- header -------------------------------- */
body {
    background: #ffffff;
    font-family: "avenir";
}

p {
    font-family: "avenir";
    font-size: 1rem;
}

a {
    color: #174986;
}

h2{
   text-align: left;
    font-size: 1.8em;
    color: black;
    padding-right: 10px;
}
 
.row {
width:100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* header ----------------------- */
#fixedheader {
	position:fixed;
	width: 100%;
	z-index: 99999;
    background-color: #000000;
  border-bottom: 5px solid #e8b100;

}
#headingpadding {
    height: 127px;
    width: 100%;
}
/* nav menu -----------------------*/
#menulink0 { width: 10%; }
#menulink1 { width: 12%; }
#menulink2 { width: 16%; }
#menulink3 { width: 15%; }
#menulink4 { width: 13%; }
#menulink5 { width: 11%; }
#menulink6 { width: 10%; }
#menulink7 { width: 12%; }



#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: 42px;
	
	display:block;
	text-align:center;
	padding: 0px;
	font-weight:600;
	margin: 0px;
	width: 100%;
	text-transform:uppercase;
	transition: background-color 0.5s ease;
	color: #e8b100;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
}

#navheadermenu .nav-social {
    padding: 0px 0px;
     background: none;
}

#navheadermenu .nav-social:hover {
    background: none;
}

#navheadermenu li a:hover {
	background: transparent;	
    opacity: 0.5;
	transition: background-color 0.5s ease;
}


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


#navheadermenu  .submenuwrap {
    position: absolute;
    top: 42px;
    background: #ffffff;
}

#navheadermenu .submenu {
	display:none;
	position:relative;
	z-index: 9999;
	padding: 0px;
	margin: 0px;
    width: 900px;
}

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

#navheadermenu .submenu li {
	position:relative;
	width: 25%;
    float:left;
}

#navheadermenu .submenu li a {
	line-height: 14px;
	padding: 16px 10px;
	height: auto;
}

#navheadermenu .submenu li a:hover {
	background: transparent;		
}

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

#showmobilemenu {
	display:none;
}

.hasdropdownarrow {
	display:block;
	float:right;
	margin-top: 16px; /*half height - half arrow height */
    margin-left: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #e8b100 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 #e8b100;
}




/* 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) ;
}

.socialicons {
}

.socialicons li {
display:inline;    
}

.socialicons img {
    width: 40px;
    padding-right: 8px;
    position: relative;
    z-index: 98;
}

#headerlogocontainer {
    float:left;
    width: 100%;
    padding-left: 6%;
    padding-right: 7%;
}

.headerlogo {
	display:inline-block;
	position:relative;
    background-color: black;
    padding: 5px 0px;
    border-top: 0px;
    border-bottom: 0px;
    margin-left: -20px;
}

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


.headerphone {
    position: relative;
    right: 0px;
    top: 20px;
    background: #000;
    font-size: 14px;
    float: right;
    margin-right: -60px;
}

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

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

/* ----------------------------------- container -------------------------------- */


.pageblock{
	padding-top:0px;
	padding-bottom:0px;
    float:left;
	width:100%;
}
.pagerow{
    float:left;
    margin-bottom: 0px;
    background-color:#ebebeb;
	width:100%;
}
.pagerow1{
    float:left;
    margin-bottom: 0px;
    background-color:#ffffff;
	width:100%;
    clear:both;
}

.pagerowgallery{
	padding:20px 15px 20px 10px;
	display:inline-block;
}
.pagerowteam{
	width:100%;
	padding:20px 15px 20px 10px;
	text-align:center;
	display:inline-block;

}
.pagerowteam1{
	width:100%;
	padding:0px;
	text-align:center;
	display:inline-block;
	padding-right:65px;
}

.pagerowteam1 img{
	min-width:130%;
}
.meetteam img{
	border-style: solid;
  	border-width:3px;
	border-color:#000;
}
.meetteam1 p{
	padding-left:35px;
}

.meetteam1 img{
	border-style: solid;
  	border-width:3px;
	border-color:#000;
	
}

.pageblocklefttransparent {
	float:left;
	position: relative;
	padding: 0px 50px;
}
.pageblocklefttransparent h1{
    
    font-family: "avenir";    
    font-size: 2em;
	font-weight:600;
    left: 5%;  
    color: #ffffff;
    line-height: 100px;
}


.pageblocklefttransparent p{
    position: absolute;
    font-family: "avenir";    
	font-size: 1rem;
    top: 50%;
    left: 5%;  
    color: #444444;
    padding-right: 50%;
}


.pageblockheading h1{
    text-align: center;
    position: absolute;
    font-size: 2em;
    top: 30%;
    left: 55%;  
    color: white;
    padding-right: 10%;
}

.pageblockheading h2{
    position: absolute;
    font-size: 1.5em;
    top: 40%;
    left: 10%;  
    color: black;
}


.pageblockright{
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	float:left;
    min-height:414px;
}

.pageblockright1{
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	float:left;
    min-height:414px;
}
/*.pageblockgallery{
	float:left;
	background-image: url('http://www.amiwebsite.uk/lightning-machines/wp-content/uploads/2019/02/lightning_background.png');
	background-size: cover;
	position: relative;
	padding-left:5%;
    max-height: 460px;
}
.pageblockgallery img{
	text-align:center;
	display:inline-block;
	padding:15px;
	width:27%;
	height:37%
}*/

.pageblockleftpgs{
	float:left;
	background-image: url('../../../uploads/2019/03/lightning_backgroundpages-1.png');
	background-size: cover;
	position: relative;
	padding: 80px 60px;
    padding-top: 30px;
	min-height:414px;
    
}	
.pageblockleftcontact{
	float:left;
	position: relative;
    padding: 0px 60px;
	background:#000;
	
    
}
.pageblockleft{
	float:left;
	background-image: url('https://lightningmachining.co.uk/wp-content/uploads/2019/02/lightning_background.png');
	background-size: cover;
	position: relative;
	padding: 80px 50px;
    padding-top: 30px;
	min-height:414px;
}

.pageblockleft img{
width:30%;
	padding-left:30px;
	
}

.pageblockleft h2{
  text-align:left;
  font-size: 1.8rem;
  padding-bottom: 10px;
  font-weight: 600;
}

.pageblockleft .button1{
    width: 150px;
	background:#000;
position:absolute;
display:inline-block;
left:8%;
bottom:10%;
padding:0.3em 1.2em;
margin:0 0.1em 0.1em 0;
border:0.16em solid rgba(255,255,255,0);
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'nunito',sans-serif;
font-weight:300;
color:#e8b100;
text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
text-align:center;
transition: all 0.2s;
}

.pageblockleft .button1:hover{
  background:#e8b100;
  color:#000;
}
.pageblockleft .button1:before,button1:after{
  content:'';
  position:absolute;
  height:2px;
  width:0;
  background: #e8b100;
  transition:400ms ease all;
}
.pageblockleft .button1button1:after{
  bottom:inherit;
  top:inherit;
}
.pageblockleft .button2 {
	    width: 150px;

background:#000;
position:absolute;
display:inline-block;
left:35%;
bottom:10%;
padding:0.3em 1.2em;
margin:0 0.1em 0.1em 0;
border:0.16em solid rgba(255,255,255,0);
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'nunito',sans-serif;
font-weight:300;
color:#e8b100;
text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
text-align:center;
transition: all 0.2s;
}

.pageblockleft .button2:hover{
  background:#e8b100;
  color:#000;
}
.pageblockleft .button2:before,button2:after{
  content:'';
  position:absolute;
  height:2px;
  width:0;
  background: #e8b100;
  transition:400ms ease all;
}
.pageblockleft .button2button2:after{
  bottom:inherit;
  top:inherit;
}
.button3 {
  background:#000;
  color:#e8b100;
  border-radius: 30px;
  position:absolute;
	width:18%;
	left:40%;
	bottom:10%;
	text-align:center;
	vertical-align:center;
  height:40px;
  font-size:1em;
  padding:0.5em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}

.button3:hover{
  background:#e8b100;
  color:#000;
}
.button3:before,button3:after{
  content:'';
  position:absolute;
  height:2px;
  width:0;
  background: #e8b100;
  transition:400ms ease all;
}


.buttongallery {
  background:#000;
  color:#e8b100;
  border-radius: 30px;
  position:absolute;
	width:18%;
	left:40%;
	bottom:44px;
	text-align:center;
  height:40px;
  font-size:1em;
	padding:10px 8px 8px 8px;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}

.buttongallery:hover{
  background:#e8b100;
  color:#000;
}
.buttongallery:before,buttongallery:after{
  content:'';
  position:absolute;
  height:2px;
  width:0;
  background: #e8b100;
  transition:400ms ease all;
}

.pageblockleft .button1button1:after{
  bottom:inherit;
  top:inherit;
}
.pageblockheadingcustom {
float:left;
height:100px;
width:100%;
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left, #000000 0%, #000000 31%, #000000 49%, #e8b100 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #000000 0%,#000000 31%,#000000 49%,#e8b100 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #000000 0%,#000000 31%,#000000 49%,#e8b100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e8b100',GradientType=1 ); /* IE6-9 */
}

.address{
	padding-top:30px;
}

/*#pagecontactus {
    float:left;
    width: 100%;
	padding: 30px 60px 50px 60px;
}

#pagecontactus h2 {
    text-align: center;
    color: #e8b100;
}


#pagecontactus  input, #pagecontactus  textarea {
    background: #000;
}

#pagecontactus .button {
    background: #e8b100;
    border-radius: 30px;
    border: 1px solid #e8b100;
    color: #000;
    padding: 10px 25px;
    float:right;
    margin-top: 40px;
}

#pagecontactus .button:hover{
    background: #000;
    border-radius: 30px;
    border: 1px solid #174986;
    color: #e8b100;
}*/


#homecontent .contentblock {
    width: 65%;
    float:left;
    padding: 60px 60px;
    padding-right: 50px;
}

#homecontent .contentblock h2 {
    text-align: left;
    color: #174986;
    text-transform: uppercase;
    margin: 0px 0px;
    margin-top: 5%;
    line-height: 2rem;
    font-size: 2rem;
    font-weight: 500;
}

#homecontent .contentblock h3 {
    text-align: left;
    color: #174986;  
    margin: 0px 0px;
    margin-bottom: 20px;
    font-weight: 300;
}
.button {
    background: #e8b100;
    border-radius: 30px;
    border: 1px solid #174986;
    color: #000;
    min-width: 160px;
    margin: 10px 40%;
    padding: 10px 25px;
    font-family: "montserrat", sans-serif;
}

.button:hover{
    background: #000;
    border-radius: 30px;
    border: 1px solid #174986;
    color: #e8b100;
}

.button span {
    background: url(icon-1.png) no-repeat;
    float: right;
    width: 25px;
    height: 15px;
    margin: 4px;
}

.button span:hover {
filter:invert(100%);
}

#sidecontactform {
    padding: 0px 18px;
    position: relative;
    float:left;
    margin-top: -78px;
    z-index: 999;
}

.contactpage{
	padding-top:30px;
	
}
.contactpage h3{
}

#sidecontactform label {
    width: 20%;
    float:left;
    margin-top: 16px;
}

#sidecontactform input, #sidecontactform textarea {
    width: 80%;
    float:left;
	color:#ffffff;
}

#pagesidecontactform label {
    text-align: left;
    line-height: 32px;
}

#pagecontent p {
	margin: 0px;
}


p:empty {
  display: none;
}

.contactpage {
    float:left;
}

#contactpage input, #contactpage textarea  {
	color:#000;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contactpage .button {
	color:#000;
}
#contactpage .button:hover {
	color:#e8b100;
}

#contactpage .contact_left {
    width: 50%;
    float:left;
    padding-right: 12px;
}

#contactpage .contact_right {
    width: 50%;
    float:right;
    padding: 10px 0px;
}

#contactpage .contact_right textarea{ 
    height: 100%;
    margin-top: 0px;
}


#sidecontactform  #captcha_container, #pagesidecontactform #captcha_container{
	float:left;
	color:#ffffff;
	width: 30%;
	height: 2.3125rem;
	line-height:  2.3125rem;
	text-align:center;
	background: #000;
	margin-bottom: 10px;
	margin-top: 10px;
}

#sidecontactform #captcha, #pagesidecontactform #captcha{
	float:left;
	width: 70%;
}


#pagesidecontactform #contactformsubmit, #sidecontactform #contactformsubmit{  
    width: 100%;
	float:right;
	padding: 1rem 24px;
}


#pagesidecontactform .button {
	color:#000;
}
#pagesidecontactform .button:hover {
	color:#e8b100;
}

#verify {
	display:none;
}

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

footer.full-width {
    float:left;
    width: 100%;
    background: #000;
    padding: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

footer.full-width .row {
z-index: 1;
}

.footerpanel {
	padding-top:5px;
    width: 33%;
    float:left;
}

.footerpanel h6 {
	padding-top: 18px;
    color: #e8b100;
    padding-bottom:10px;
    font-size: 14px;
    font-weight: 600;
}

footer.full-width .footerpanel p {
    margin-bottom: 6px;
    color: #ffffff;
    line-height: 20px;
    font-size: 14px;
}

footer.full-width .footerpanel a {
    margin-bottom: 6px;
    color: #ebebeb;
    line-height: 20px;
    font-size: 14px;
}

footer.full-width .footerpanel a:hover {
    opacity: 0.5;
}

.footerpanel ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
footer.full-width .footerpanel img {
	width:25px;
}

    #footerpanel2.footerpanel {
padding-left:75px;
}


#endfooter {
    background: #e8b100;
    padding: 12px 0px;
    float:left;
    position: relative;
    width: 100%;
    margin-top: 60px;
    z-index: 98;
}

#endfooter a {
    color:#05264a;
    font-weight:600;
}

#endfooter a:hover {
    opacity: 0.5;
}

#endfooter p {
    text-align: center;
    margin: 0px;
}


.componentgallerypanel {
    width: 32%;
    margin: 0px;
    float:left;
    text-align: center;
}

.componentgallerypanel:nth-of-type(2), .componentgallerypanel:nth-of-type(5){
    margin-left: 2%;
    margin-right: 2%;
}

.componentgallerypanel a {
    width: 100%;
    display: inline-block;
}

.componentgallerypanel a img {

}


#meettheteam {
    list-style: none;
}

#meettheteam li:nth-child(1) { width: 33.33%; padding: 40px; }
#meettheteam li:nth-child(2) { width: 33.33%; padding: 40px; }
#meettheteam li:nth-child(3) { width: 33.33%; padding: 40px; }

#meettheteam li {
    width: 25%;
    float:left;
    padding: 10px;
    text-align: center;
}

#meettheteam li img {
    border: 1px solid #cfcfcf;
}


/* gallery/contact row ------- */

#pagegallerycontact {
    width: 100%;
    float:left;
}


#pagegallerycontact .left_gallery {
    float:left;
    width: 50%;
    height: 520px;
    padding: 24px 58px;
    position: relative;
}


#pagegallerycontact .right_contact {
    float:left;
    width: 50%;
    height: 520px;
    background: #000000;
    padding: 58px;
}

#pagegallerycontact .right_contact input, #pagegallerycontact .right_contact textarea {
    background: #444444;
    color: #ffffff;
    border-color: #222222;
}

#pagegallerycontact .right_contact  .button {
    background: #e8b100;
	color:#000;
}

#pagegallerycontact .right_contact  .button:hover {
    background: #000;
	color:#e8b100;
}

#pagegallerycontact .right_contact #pagesidecontactform {
    width: 100%;
}

#pagesidecontactform h2 {
    color: #ffffff;
    text-align: center;
}

#mobileslider {
	display:none;
}

/* --------------------------------- mobile breakpoint ---------------------------------  */

@media only screen and (max-width: 70em) { 
    
	#mobileslider {
		display:block;
		background-image: url(https://lightningmachining.co.uk/wp-content/uploads/2019/02/f1-car.png);
		background-size: contain;
		background-repeat:no-repeat;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 84px;
		padding-bottom: 24px;
		background-color: #000000;
		background-position: center -30px;
	}
	
	#mobileslider  .button{
		width: 100%;
		margin: 0px;
		cursor: pointer;
	}
	
    #pagegallerycontact .left_gallery, #pagegallerycontact .right_contact {
        width: 100%;
        height: auto;
    }
    
    #pagegallerycontact .left_gallery {
        padding-bottom: 120px;
    }
    
    #contactpage .contact_left {
        width: 100%;
        padding-right: 0px;
    }

    #contactpage .contact_right {
        width: 100%;
        padding: 10px 0px;
    }
    
    #headingpadding {
       height: 153px; 
    }
    
    #meettheteam li {
        width: 100% !important;
        padding: 20px;
    }
	
    #headerlogocontainer{
        padding-left: 0px;
        padding-right: 0px;
    }
	
    #fixedheader.smaller #headerphone a {
       font-size: 20px;
        line-height: 20px;  
    }
    
    #fixedheader.smaller #headerphone {
        margin: 0px;
        top: 0px;
    }
    #fixedheader {
        padding: 0px;
		position:relative;
    }
    
    #fixedheader #navheaderpadding { 
        height: 0px;
        margin: 0px;
    }
    
    .headerlogo {
        width: 70%;
		text-align:center;
		margin: 0px;
		padding-left: 10px;
    }
 
    
    .headerphone {
        width: 100%;
        float:left;
		display:block;
        top: 0px;
        right: 0px;
        text-align: center;
        background: #000;
        padding: 4px 0px;
    }

	
    .headerphone a {
        padding: 0px;

    }	
	
    
    /* nav menu ----------------------- */
	
		#showmobilemenu {
		cursor: pointer;
		display: block;
		height: 48px;
		width: 48px;
		position: absolute;
		top: 20px;
        right: 10px;
        z-index: 9999;
	}
	
	#showmobilemenu .bar1, #showmobilemenu .bar2, #showmobilemenu .bar3 {
		width: 35px;
		height: 5px;
		background-color: #e8b100;
		margin: 6px 0;
		transition: 0.4s;
	}
  		
    
    #navheadermenucontainer {
		overflow:hidden;
		width: 100%;
		background: #000;
        margin-top: 0px;
        display: none;
	}
		
	#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) ;
    }
	#navheader {
		text-align:center;
		background: #000;
	}
	
    #navheadermenu {
        position: relative;
    }
	
	#navheadermenu li, #menulink0, #menulink1, #menulink2, #menulink3, #menulink4, #menulink5, #menulink6, #menulink7, #menulink8{
		width: 100%;
	}
	
	.hasdropdownarrow {
		display:none;
	}
	
	#navheadermenu .is-hover .hasdropdownarrow,  #navheadermenu li a:hover .hasdropdownarrow {
		border-color: transparent transparent transparent #ffffff;
	}

	

	#navheadermenu li a {
		line-height: 12px;
		height: auto;
		padding: 20px 12px;
		
	}
	
	#navheadermenu .submenu {
		width: 100%;
		padding: 0px;
		margin-left: 100%;
		top: 0;
		position:absolute;
		display:none;
	}

	#navheadermenu .submenu li {
		width: 100%;
	}
	
	#navheadermenu .subsubmenu {
		width: 100%;
		padding: 0px;
		margin-left: 100%;
		top: 0px;
		left: 0px;
		position:absolute;
		display:none;
		
	}


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

	    /* container----------------------- */

	 .footerpanel { padding: 12px;}
    #footerpanel1 {width: 100%; }
    #footerpanel2 {width: 100%; }
    
    #footernav #footernavlink1 { width: 100%; }
    #footernav #footernavlink2 { width: 100%; }
    #footernav #footernavlink3 { width: 100%; }
    #footernav #footernavlink4 { width: 100%; }
    #footernav #footernavlink5 { width: 100%; }
    #footernav #footernavlink6 { width: 100%; }
    #footernav #footernavlink7 { width: 100%; }
    
    #homebanner {
        margin-top: 108px;
		display:none;
    }

    .button1{
            display:block;

    }
    .button2{
            display:block;
    }
    
    
    .pageblocklefttransparent {
        padding: 0px;
    }
    
    .pageblocklefttransparent h1 {
        position: relative;
        line-height: 100px;
        font-size: 20px;
        text-align: center;
    }
    
    .pageblockright, .pageblockright1 {
        min-height: 200px;
    }
    
    
    .pageblockleft .button1 {
        float:left;
        position: relative;
        left: 0px;
        bottom: 0px;
    }
    
    .pageblockleft .button2 {
        float:right;
        position: relative;
        left: 0px;
        bottom: 0px;
        margin-top: -25px;
    }
    
    #footerpanel1.footerpanel, #footerpanel2.footerpanel, #footerpanel3.footerpanel {
        padding-left: 32px;
    }
    
    #meettheteam li:nth-child(1) { width: 33.33%; padding: 20px; }
    #meettheteam li:nth-child(2) { width: 33.33%; padding: 20px; }
    #meettheteam li:nth-child(3) { width: 33.33%; padding: 20px; }
    
    #meettheteam li img {
        width: 100%;
    }
    
    .button3 {
        width: 60%;
        position: relative;
        margin: 0px 20%;
        margin-top: 32px;
        display: block;
        left: 0px;
    }
    
    .buttongallery {
        width: 60%; 
        left: 20%;
        margin-top: 32px;
    }
    
    .pageblockgallery {
        padding-bottom: 100px;
    }
    
    .pageblocklefttransparent h1 {
        left: 0px;
    }
    
    #contactpage .button {
        left: 0px;
        width: 100%;
        margin: 10px 0px;
    }
	
	   #headerlogocontainer {
        background: #000000;
    }
	 
    #headingpadding {
        display: none;
    }
    
	
	.pageblockleft .button1, .pageblockleft .button2 {
		width: 100%;
		margin: 0px;
		margin-bottom: 20px;
	}
}

    

.announcementbanner {
    background-color: #E9B002;
    color: white;
    font-weight: 700;
    padding:10px 0px;
    text-align: center;
}
   
	