/*For footer.php*/
footer {
  /*background-color: red;*/
  margin-top: auto;
}

.footercolour {
    /*background-color: #0082e6; 718969*/
    background-color: #718969;
    background-image: -webkit-linear-gradient(to bottom right, #718969, #959f91);
    background-image: -o-linear-gradient(to bottom right, #718969, #959f91);
    background-image: -moz-linear-gradient(to bottom right, #718969, #959f91);
    background-image: linear-gradient(to bottom right, #718969, #959f91);
    border-top: 4px solid #647360;
    /*padding-left: 20px;*/
}

.footeraddress {
    padding-left: 10px;
    line-height: 1.6em;
    text-align: left;
    font-weight: normal;
    font-family: 'Roboto'; font-size: 0.9em; color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
    /*border: 4px solid #647360;*/
}

.footermenu {
    padding-left: 0px;
    line-height: 1.7em;
    text-align: left;
    font-weight: normal;
    font-family: 'Roboto'; font-size: 1.2em; color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
    /*border: 4px solid #647360;*/
}

.footermenu p {
    padding-left: 0px;
    margin-right: 40px;
    margin-bottom: 10px;
    line-height: 2em;
    text-align: left;
    font-weight: normal;
    font-family: 'Roboto'; font-size: 1.1em; color: #d4edce;
	font-family: 'Roboto', Arial, sans-serif;
    border-bottom: 4px solid #647360;
}

.footermenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footermenu ul li a{
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 6px;

}

.footermenu a:hover {
  color: #333;
}

.footertitle {
    color: #ddd;
    font-size: 20px;
    font-weight: normal;
    line-height: 2em;
    /*border-bottom: 1px solid #ccc;*/
}
/*in use*/
.footerbase {
    text-align: left;
    font-size: 0.8em;
    color: #ffffff;
    /*border: 1px solid #ccc;*/
}

.imageline {
     display: inline-block;
     padding-left: 10px;
	text-align: center;
     color: #ffffff;
     /*border: 1px solid red;*/
}

.imageline-centre img {
	display: inline-block;
     text-align: center;
	 padding-right: 4px;
     padding-top: 10px;
     padding-bottom: 10px;
     /*border: 1px solid red;*/
}

.imageline-centre {
     text-align: center;
     padding-top: 10px;
     padding-bottom: 10px;
     /*border: 1px solid red;*/
}

.imageline-bottom-border {
     text-align: center;
     padding-bottom: 10px;
     border-bottom: 2px solid #dddddd;
}

.text-white {
	color: #ffffff;
}

.footerimg {
  float: left;
}

.footerimg img{
     display: inline-block;
     padding-left: 0px;
     padding-right: 10px;
     /*border: 1px solid red;*/
}

@media all and (min-width:  488px) {
  .footermenu ul li a{
    padding-top: 6px;
    padding-bottom: 6px;

  }
}

@media all and (min-width: 1410px) {
  .footermenu ul li a{
    padding-top: 6px;
    padding-bottom: 6px;

  }
}

/*border: 1px solid #333;*/

/*End of footer.php*/
