/* #TYPOGRAPHY */
/* #links  */
/* #TABLE */
/* #pagination */
/* #NAVIGATION */
/* #mainmenu */
/* #sidemenu */
/* #footermenu */
body {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

a {
  outline: none; }

a img, img {
  border: none; }

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/**
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    contenteditable attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
  *zoom: 1; }

/*
#widgetkit
	#lightbox
	#slider
		p {
			margin: 0;
		}
		
	#googlemap
		img {
			max-width: none !important;
		}

*/
.wk-map img {
  max-width: none !important; }

#ckimgrsz {
  display: none; }

#xmap a {
  color: #26667a;
  text-decoration: none !important; }
  #xmap a:hover {
    color: #0d548d; }

#searchForm .label {
  float: none;
  margin: 6px 5px 0 0; }
#searchForm #search-searchword {
  float: left;
  height: 14px;
  margin: 0 5px 0 0;
  width: 270px; }
#searchForm .button {
  float: left;
  padding: 6px 15px; }

@media screen and (max-width: 480px) {
  #searchForm #search-searchword {
    margin: 0 1% 0 0;
    padding-left: 2%;
    padding-right: 2%;
    width: 73%; }
  #searchForm .button {
    padding-left: 2%;
    padding-right: 2%;
    width: 19%; } }
.search-results {
  margin: 0;
  padding: 0 0 0 25px; }
  .search-results li {
    padding: 20px 0;
    border-bottom: solid 1px #aeaeb0; }
    .search-results li h3 {
      margin: 0 0 5px 0; }
    .search-results li .result-created {
      color: #aeaeb0;
      font-size: 11px;
      margin: 0;
      text-transform: uppercase; }
    .search-results li .result-text {
      margin: 5px 0; }
  .search-results .highlight {
    background: #0d548d;
    color: #fff; }

.counter {
  font-size: 14px;
  margin: 20px 0 10px 0; }

.pagination {
  font-size: 14px;
  line-height: 1; }
  .pagination ul {
    margin: 0 !important;
    padding: 0 !important; }
    .pagination ul li {
      float: left;
      list-style: none !important;
      margin: 0 5px 5px 0 !important;
      padding: 0 !important; }
      .pagination ul li a {
        background: #26667a;
        color: white;
        display: block;
        padding: 7px 10px 5px 10px;
        text-decoration: none !important; }
        .pagination ul li a:hover {
          background: #7a6855;
          color: white; }
      .pagination ul li span {
        background: #7a6855;
        color: white;
        display: block;
        padding: 7px 10px 5px 10px; }

.article-info {
  color: #aeaeb0;
  font-size: 11px;
  margin: 0;
  text-transform: uppercase; }
  .article-info dd {
    margin: 0; }

*:focus {
  outline: 0; }

.align-left {
  float: left;
  margin: 0 15px 10px 0; }

.align-right {
  float: right;
  margin: 0 0 10px 15px; }

.overthrow {
  clear: both;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.overthrow-message {
  background: #999 url(../img/table-scroll.png) no-repeat right center;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 12px;
  padding: 2px 15px 2px 7px;
  text-align: right; }

body {
  background: url(../img/bg-main.jpg) no-repeat center center fixed;
  background-size: cover;
  color: #26667a;
  font-family: "DIN Next W15 Regular", "Arial";
  font-size: 15px;
  line-height: 1.3; }

h1, h2, h3, h4 {
  color: #26667a;
  font-family: "DIN Next W15 Bold", "Arial";
  font-weight: normal;
  margin: 0; }

p {
  margin: 15px 0; }

a {
  color: #26667a;
  text-decoration: none; }
  a:hover {
    color: #26667a;
    text-decoration: none; }

strong {
  font-family: "DIN Next W15 Bold", "Arial";
  font-weight: normal; }

blockquote, u {
  border-top: 1px solid #aeaeb0;
  border-bottom: 1px solid #aeaeb0;
  color: #0d548d;
  font-size: 17px;
  margin: 0;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase; }

blockquote {
  margin: 15px 0; }
  blockquote p:first-child {
    margin-top: 0; }
  blockquote p:last-child {
    margin-bottom: 0; }

table tr td {
  border: none;
  margin: 0;
  padding: 0; }
table p {
  margin: 0; }

table {
  border-collapse: collapse;
  border: none;
  margin: 15px 0;
  width: 100%; }
  table tr {
    border-bottom: solid 1px #fff; }
    table tr th {
      background: #7a6855;
      color: white;
      padding: 9px 15px;
      text-align: left; }
    table tr td {
      border: none;
      margin: 0;
      padding: 9px 15px; }
    table tr:nth-child(2n) td {
      background: #e7e5e2;
      color: #26667a; }
    table tr:nth-child(2n+1) td {
      background: #e7e5e2;
      color: #26667a; }

.readmore,
.home-products a,
.home-services a {
  background: url(../img/link-arrow.png) no-repeat right center #26667a;
  background: url(../img/link-arrow.png) no-repeat right 5px center #26667a;
  color: white !important;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 7px 50px 3px 6px;
  text-decoration: none !important;
  text-transform: uppercase; }
  .readmore:hover,
  .home-products a:hover,
  .home-services a:hover {
    background-color: #7a6855; }

hr {
  background: #aeaeb0;
  border: none;
  color: #aeaeb0;
  height: 1px; }

.main-content h1 {
  color: #26667a;
  font-size: 27px;
  line-height: 1;
  margin: 0 0 15px 0;
  text-transform: uppercase; }
.main-content h2 {
  color: #26667a;
  font-size: 23px;
  line-height: 1.1;
  margin: 15px 0; }
.main-content h3 {
  color: #26667a;
  font-size: 20px;
  line-height: 1.1;
  margin: 15px 0;
  text-transform: uppercase; }
.main-content h4 {
  color: #26667a;
  font-size: 17px;
  line-height: 1.1;
  margin: 15px 0; }
.main-content a {
  color: #26667a;
  text-decoration: underline; }
  .main-content a:hover {
    color: #26667a;
    text-decoration: none; }
.main-content ul {
  margin: 15px 0 15px 20px;
  padding: 0; }
  .main-content ul li {
    list-style: disc;
    margin: 5px 0;
    padding: 0; }
    .main-content ul li p {
      margin: 0; }
.main-content ol li p {
  margin: 0; }
.main-content img {
  height: auto !important;
  max-width: 100%; }

input[type="text"],
input[type="email"],
textarea,
select {
  border: solid 1px #d2d2d2;
  color: #26667a;
  font-family: "DIN Next W15 Regular", "Arial";
  font-size: 14px;
  padding: 7px 6px; }

input[placeholder], [placeholder], *[placeholder],
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #26667a; }

input[type="submit"],
button,
.button {
  border: none;
  background: #26667a;
  color: #fff;
  cursor: pointer;
  font-family: "DIN Next W15 Regular", "Arial";
  font-size: 14px;
  float: right;
  line-height: 1.2;
  padding: 6px 25px; }
  input[type="submit"]:hover,
  button:hover,
  .button:hover {
    background: #7a6855; }

.inner {
  padding: 0 15px;
  position: relative; }

.header {
  height: 90px;
  position: relative;
  z-index: 10; }
  .header .inner {
    height: 100%;
    padding: 0; }
  .header .logo {
    line-height: 1.2; }
    .header .logo img {
      height: 40px;
      margin: 35px 10px 10px 15px; }
  .header .search {
    display: none; }

.menu-btn {
  background: url(../img/menu-btn.png) no-repeat;
  color: #7a6855;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 23px;
  line-height: 0px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 50px;
  width: 27px; }
  .menu-btn:hover {
    background: url(../img/menu-btn-hover.png) no-repeat;
    color: #7a6855; }

.main-nav {
  display: none;
  z-index: 10; }
  .main-nav ul.menu > li {
    border-bottom: solid 1px white; }
    .main-nav ul.menu > li:hover > a, .main-nav ul.menu > li.active > a, .main-nav ul.menu > li.alias-parent-active > a {
      background: #7a6855;
      color: white; }
    .main-nav ul.menu > li:last-child {
      border-bottom: none; }
    .main-nav ul.menu > li > a {
      background: #26667a;
      color: white;
      display: block;
      font-size: 12px;
      line-height: 1.2;
      padding: 10px 15px;
      text-transform: uppercase; }
    .main-nav ul.menu > li ul {
      display: none; }

.slider {
  display: none; }

.slider-mobile .image {
  background: url(../img/mobile-slider.jpg) no-repeat center center;
  background-size: cover;
  height: 150px;
  width: 100%; }

.home-container .inner {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  padding-top: 20px;
  padding-bottom: 20px; }

.home-intro {
  font-size: 14px;
  line-height: 1.2; }
  .home-intro .moduletable {
    border-top: 1px solid #aeaeb0; }
    .home-intro .moduletable:first-child {
      border: none; }
  .home-intro p {
    margin: 0; }
  .home-intro .home-products h3,
  .home-intro .home-services h3,
  .home-intro .home-text h3 {
    color: #26667a;
    font-size: 24px;
    padding: 0 0 10px;
    text-transform: uppercase; }
  .home-intro .home-products,
  .home-intro .home-services {
    color: #7a6855;
    padding: 20px 0; }
    .home-intro .home-products img,
    .home-intro .home-services img {
      padding: 18px 0;
      height: auto !important;
      width: 100% !important; }
  .home-intro .home-text {
    border-top: 1px solid #aeaeb0 !important;
    clear: both;
    float: left;
    font-size: 15px;
    padding: 30px 0 0 0; }
    .home-intro .home-text p {
      margin: 0 0 15px; }
    .home-intro .home-text h4 {
      font-size: 17px;
      margin: 0 0 5px; }

.container {
  position: relative;
  z-index: 3; }
  .container .inner {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 15px; }
  .container .main-content {
    min-height: 350px; }
    .container .main-content .breadcrumbs {
      color: #26667a;
      display: block;
      font-size: 12px;
      margin-bottom: 15px;
      text-transform: uppercase; }
      .container .main-content .breadcrumbs span {
        font-family: "DIN Next W15 Bold", "Arial";
        padding: 0 5px; }
      .container .main-content .breadcrumbs a {
        color: #26667a;
        text-decoration: none !important;
        padding: 0 5px; }
        .container .main-content .breadcrumbs a:first-child {
          padding-left: 0; }
        .container .main-content .breadcrumbs a:hover {
          color: #0d548d; }
    .container .main-content .blog h1 {
      margin: 0 0 5px 0; }
    .container .main-content .blog .items-row .item {
      border-bottom: solid 1px #aeaeb0;
      padding: 10px 0; }
  .container .left {
    position: relative; }
    .container .left p {
      margin: 0; }
    .container .left .iso-logos {
      padding: 20px 0; }
    .container .left .side-nav {
      max-width: 230px; }
      .container .left .side-nav h3 {
        background: #26667a;
        color: #fff;
        font-family: "DIN Next W15 Regular", "Arial";
        font-size: 13px;
        line-height: 1.2;
        margin: 0 0 2px;
        padding: 10px 15px 7px 20px;
        text-transform: uppercase; }
      .container .left .side-nav ul li > a:hover, .container .left .side-nav ul li.current > a {
        background: #938474;
        color: white; }
      .container .left .side-nav ul li a {
        background: #a99d91;
        color: white;
        display: block;
        font-size: 13px;
        line-height: 1.2;
        margin: 0 0 2px;
        padding: 10px 15px 7px 20px;
        text-transform: uppercase; }
    .container .left .latestnews {
      margin: 0;
      padding: 0; }
      .container .left .latestnews li {
        border-bottom: solid 1px #aeaeb0;
        padding: 10px 0; }
        .container .left .latestnews li:last-child {
          border: none; }
        .container .left .latestnews li .latest-news-date {
          color: #AEAEAE;
          display: block;
          font-size: 11px;
          text-transform: uppercase; }
  .container .wk-content {
    overflow: hidden;
    text-align: left; }

.bottom .inner {
  background: #C8C8C8;
  background: rgba(122, 104, 85, 0.2);
  padding-top: 40px;
  padding-bottom: 40px; }
.bottom a:hover img {
  opacity: 0.7; }
.bottom a {
  -webkit-transform: rotate(0);
  transform: rotate(0); }
.bottom a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.bottom p {
  margin: 0; }
.bottom .karratha-logos {
  float: left;
  padding: 0 0 20px 0;
  width: 50%; }
  .bottom .karratha-logos a {
    display: block;
    text-align: center; }
  .bottom .karratha-logos img {
    height: 50px !important;
    display: block;
    margin: auto;
    width: auto !important; }

.footer {
  margin: 0 auto; }
  .footer .inner {
    background: #26667a;
    padding-top: 40px;
    padding-bottom: 40px; }
  .footer .footer-nav ul li {
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 4px 0;
    text-transform: uppercase; }
    .footer .footer-nav ul li a {
      color: white; }
      .footer .footer-nav ul li a:hover {
        color: #fff;
        color: rgba(255, 255, 255, 0.8); }
  .footer .social {
    margin: 0 0 10px 0; }
    .footer .social ul li {
      display: block;
      float: left;
      margin: 0 7px 0 0; }
      .footer .social ul li a {
        background: url(../img/social.png) no-repeat 0 0;
        display: block;
        height: 21px;
        text-indent: -999em;
        width: 21px; }
        .footer .social ul li a:hover {
          opacity: 0.7;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          filter: alpha(opacity=70); }
        .footer .social ul li a.twitter {
          background-position: -28px 0; }
        .footer .social ul li a.linkedin {
          background-position: -56px 0; }
        .footer .social ul li a.youtube {
          background-position: -85px 0; }
        .footer .social ul li a.googleplus {
          background-position: -114px 0; }
  .footer .dash {
    background: url(../img/dash-2x.png) no-repeat 0 0;
    background-size: 190px auto;
    display: block;
    height: 28px;
    margin-top: 10px;
    text-indent: -999em;
    width: 190px; }
    .footer .dash:hover {
      opacity: 0.6; }

.contact-form {
  line-height: 1;
  padding: 20px 0 0;
  width: 100%; }
  .contact-form form {
    background: #978D81;
    color: #fff;
    padding: 20px 13px 10px; }
    .contact-form form div.rsform-block {
      padding: 0 0 10px 0; }
    .contact-form form input[type="text"],
    .contact-form form input[type="email"],
    .contact-form form textarea,
    .contact-form form select {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding: 7px 6px;
      width: 100%; }
    .contact-form form input[type="submit"] {
      background: #26667a;
      float: right; }
      .contact-form form input[type="submit"]:hover {
        background: #7a6855; }
    .contact-form form .formRed {
      color: #fff;
      font-family: "DIN Next W15 Bold", "Arial";
      font-weight: normal;
      margin: 0 0 15px 0; }
    .contact-form form .formError {
      color: #fff;
      font-family: "DIN Next W15 Bold", "Arial";
      font-size: 11.5px;
      font-weight: normal; }

.about {
  color: #7a6855;
  font-size: 17px;
  padding: 0 0 20px;
  text-transform: uppercase; }
  .about u {
    border: none;
    color: #26667a;
    font-size: 14px;
    line-height: 1.3;
    padding: 0; }
    .about u strong {
      color: #26667a;
      display: block;
      font-family: "DIN Next W15 Regular", "Arial";
      font-size: 22px;
      font-weight: normal;
      line-height: 1.25;
      padding: 15px 0; }
  .about a {
    color: #7a6855;
    font-size: 15px;
    text-transform: none; }
    .about a:hover {
      color: #26667a; }
  .about .phone {
    border-top: 1px solid #26667a;
    border-bottom: 1px solid #26667a;
    color: #26667a;
    display: inline-block;
    font-family: "DIN Next W15 Bold", "Arial";
    font-size: 37px;
    margin: 5px 0 14px;
    padding: 4px 0 0 0; }

.iso-logos {
  padding: 0 0 20px 0;
  text-align: center; }
  .left .iso-logos {
    width: 230px; }
  .iso-logos a:hover img {
    opacity: 0.7; }
  .iso-logos a {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  .iso-logos a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .iso-logos img {
    margin: 0 10px 0 0; }

.wk-content {
  overflow: hidden;
  text-align: left; }

.slider-mobile .image {
  height: 200px; }

.home-intro .home-products,
.home-intro .home-services {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  padding: 25px 15px 20px 0;
  width: 50%; }

.bottom .karath-logos {
  float: left;
  width: 50%; }

.slider-mobile .image {
  height: 260px; }

.bottom .iso-logos,
.bottom .karratha-logos {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left; }
.bottom .iso-logos {
  border-right: 1px solid #fff;
  width: 44%; }
.bottom .karratha-logos {
  width: 28%; }

.menu-btn {
  display: none; }

.main-nav {
  bottom: 1px;
  display: block !important;
  position: absolute !important;
  right: 0; }
  .main-nav ul.menu > li {
    border: none;
    display: block;
    float: left;
    padding: 0 0 6px; }
    .main-nav ul.menu > li.current, .main-nav ul.menu > li.active {
      background: url(../img/menu-hover-arrow.png) center bottom no-repeat;
      background: url(../img/menu-hover-arrow.png) center bottom -1px no-repeat; }
    .main-nav ul.menu > li.active > a, .main-nav ul.menu > li:hover > a {
      background: #26667a;
      color: white; }
    .main-nav ul.menu > li:hover > ul {
      display: block; }
    .main-nav ul.menu > li:last-child {
      border-right: none; }
    .main-nav ul.menu > li > a {
      background: #a99d91;
      border-right: 1px solid #fff;
      color: white;
      display: block;
      font-size: 14px;
      padding: 13px 18px 9px 18px;
      text-align: center; }
    .main-nav ul.menu > li ul {
      position: absolute;
      top: 40px; }
      .main-nav ul.menu > li ul li {
        display: block;
        border-bottom: solid 1px #fff; }
        .main-nav ul.menu > li ul li:hover > a, .main-nav ul.menu > li ul li.active > a, .main-nav ul.menu > li ul li.alias-parent-active > a {
          background: #a99d91;
          color: white; }
        .main-nav ul.menu > li ul li:last-child {
          border-bottom: none; }
        .main-nav ul.menu > li ul li a {
          background: #26667a;
          color: white;
          display: block;
          font-size: 12px;
          padding: 9px 15px 9px 18px;
          text-transform: uppercase;
          width: 150px; }

.slider-mobile {
  display: none; }

.slider {
  display: block;
  height: 350px;
  margin: -6px 0 0 0;
  overflow: hidden;
  position: relative;
  /* stops image moving for fade animation */
  /* stops image moving for fade animation */ }
  .slider .inner {
    padding: 0;
    width: 100%; }
  .slider .slider-overlay {
    background: url(../img/slider-overlay.png) no-repeat 0 center;
    bottom: 0;
    display: block;
    height: 296px;
    position: absolute;
    right: 0;
    width: 228px;
    z-index: 5; }
  .slider .bg-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    height: 350px;
    line-height: 0;
    width: 100%; }
  .slider .slides li {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
    .slider .slides li img {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .slider .caption {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    bottom: auto;
    color: #26667a;
    filter: none !important;
    font-family: "DIN Next W15 Bold", "Arial";
    font-size: 35px;
    font-weight: normal;
    max-height: 115px;
    line-height: 1;
    left: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    overflow: hidden;
    padding: 10px 20px 8px;
    text-transform: uppercase;
    top: 0; }
  .slider .prev,
  .slider .next {
    display: block;
    bottom: 50px !important;
    height: 80px !important;
    margin: 0 !important;
    padding: 0;
    top: auto !important;
    width: 60px !important;
    z-index: 25; }
  .slider .prev {
    background: url(../img/left-arrow.png) center center no-repeat !important;
    left: 0 !important;
    opacity: 0.7; }
    .slider .prev:hover {
      background: url(../img/left-arrow-hover.png) center center no-repeat !important;
      opacity: 0.7; }
  .slider .next {
    background: url(../img/right-arrow.png) center center no-repeat !important;
    right: 0 !important; }
    .slider .next:hover {
      background: url(../img/right-arrow-hover.png) center center no-repeat !important; }
  .slider .slides li {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
    .slider .slides li img {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }

.sub .slider {
  height: 230px; }
  .sub .slider .bg-image {
    background-position: center center;
    height: 230px; }
  .sub .slider .slider-overlay {
    background: url(../img/slider-overlay-subpage.png) no-repeat;
    bottom: 0px;
    height: 270px;
    width: 208px; }

.home-container .inner {
  padding-top: 40px;
  padding-bottom: 40px; }

.home-intro .moduletable {
  border: none; }
.home-intro .about {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  padding: 0 47px 0 0;
  width: 44%; }
  .home-intro .about u strong {
    padding: 15px 0 37px; }
.home-intro .home-products,
.home-intro .home-services {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 1px solid #aeaeb0;
  height: 310px;
  padding: 0 25px;
  width: 28%; }
.home-intro .home-text {
  margin: 35px 0 0 0; }

.container .main-content {
  float: right;
  width: 65%; }
.container .left {
  float: left;
  padding: 35px 0 300px;
  width: 28%; }
  .container .left .iso-logos.move-to-bottom {
    bottom: 130px;
    position: absolute; }
  .container .left .about.move-to-bottom {
    bottom: 0;
    padding: 0;
    position: absolute; }

.bottom {
  margin: 0 auto; }
  .bottom .moduletable {
    padding: 20px 0; }
  .bottom .karratha-logos {
    border-right: 1px solid #fff; }

.footer .inner {
  padding-bottom: 200px; }
.footer .footer-nav {
  float: left; }
  .footer .footer-nav ul li {
    border-right: solid 1px white;
    display: block;
    float: left;
    padding: 0 10px; }
    .footer .footer-nav ul li:first-child {
      padding-left: 0; }
    .footer .footer-nav ul li:last-child {
      border-right: none; }
.footer .dash {
  float: right;
  margin: -17px 0 0 0; }

.inner {
  margin: 0 auto;
  padding: 0 100px;
  width: 1000px; }

.header {
  height: 128px; }
  .header .logo img {
    height: 60px;
    margin: 55px 0 0 0; }
  .header .search {
    display: block;
    position: absolute;
    right: 0;
    top: 50px; }
    .header .search input[type="text"] {
      float: left;
      font-family: "DIN Next W15 Regular", "Arial"; }
    .header .search input[type="submit"] {
      cursor: pointer;
      float: right;
      text-transform: uppercase; }

.main-nav ul.menu > li > a {
  padding: 13px 30px 9px 30px; }
.main-nav ul.menu > li ul li a {
  padding: 9px 15px 9px 30px; }

.slider {
  height: 487px; }
  .slider .inner {
    width: 1200px; }
  .slider .bg-image {
    height: 487px; }
  .slider .caption {
    left: 50%;
    margin: 0 0 0 -195px;
    max-height: 150px;
    top: 50px; }

.about a {
  font-size: 17px; }

.sub .slider {
  height: 400px; }
  .sub .slider .bg-image {
    height: 400px; }

.container {
  min-height: 200px; }
  .container .inner {
    padding: 20px 100px; }
  .container .main-content {
    width: 680px; }
    .container .main-content p, .container .main-content ul li, .container .main-content ol li {
      text-align: justify; }
    .container .main-content .blog .item {
      float: left;
      border-bottom: solid 1px #aeaeb0;
      padding: 0 0 10px 0; }
  .container .left {
    width: 230px; }

.bottom .karratha-logos img {
  height: auto !important; }

.footer .dash {
  background: url(../img/dash.png) no-repeat 0 0;
  background-size: auto auto; }

.iso-logos {
  text-align: left; }
  .iso-logos img {
    height: auto !important;
    margin: 0 5px 0; }

/*# sourceMappingURL=ie.css.map */
