.header_logo_mobile{
 height:95px !important;
 background:url("../img/coast_logo_80x300.png") left no-repeat !important;
 padding:0px 10px;
 margin-bottom:0px;
 box-shadow:5px 5px 5px #ccc;
}
#mobile_footer_logo{
 background:url("../img/coast_logo_75x75.png") top left no-repeat !important;
 padding-right:10px;
}
.header_logo {
  float:left;
  width:600px !important;
  height:200px !important;
  padding-left:20px;
  background: url("../img/coast_logo_90x120.png") no-repeat right !important;
}

.header {
  height:241px !important;
}

/*  ----- mobile site colours ------ */

/* orange */
.ui-bar-z{
 border:1px solid #FE971D !important;
 background:#FE971D !important;
}
/* red */
.ui-bar-y{
 border:1px solid #E45642 !important;
 background:#E45642 !important;
}
/* green */
.ui-bar-x{
# border:1px solid #169D78 !important;
# background:#169D78 !important;
}
.ui-btn-up-x{
# background:#169D78 !important;
}
.ui-btn-hover-x{
# background:#19B489 !important;
}
.ui-bar-f{
# border:1px solid #169d78 !important;
# background:#19b489 !important;
# background-image:-moz-linear-gradient(top, #169d78, #19b489) !important;
# background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #169d78), color-stop(1, #19b489)) !important;
# -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#169d78', EndColorStr='#19b489')" !important;
}
.ui-btn-up-f{
# background:#169d78 !important;
}
.ui-btn-hover-f{
# background:#19b489 !important;
}
/* blue */
.ui-bar-w{
 border:1px solid #00AEBF !important;
 background:#00AEBF !important;
}
.ui-bar-g{
 border:1px solid #00AEBF !important;
 background:#00AEBF !important;
 background-image:-moz-linear-gradient(top, #00AEBF, #00c5d9) !important;
 background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #00AEBF), color-stop(1, #00c5d9)) !important;
 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#00AEBF', EndColorStr='#00c5d9')" !important;
}
.ui-btn-up-g{
 background:#00AEBF !important;
}
.ui-btn-hover-g{
 background:#00c5d9 !important;
}
