#banner > div > strong {
  font-family: "Oswald", sans-serif; }

h1, h2, h3, h4, h5, h6, #banner > div > span {
  font-family: "Roboto", sans-serif; }

h1 {
  text-shadow: 1px 1px 2px #eee; }

h1 {
  font-size: 20px;
  font-size: 2rem;
  margin: 35px 0; }

h2 {
  color: #ecc100;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 33px 0; }

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 31px 0; }

h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 29px 0; }

h5 {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 27px 0; }

h6 {
  font-size: 10px;
  font-size: 1rem;
  margin: 25px 0; }

p {
  font-size: 15px;
  margin: 0 0 20px 0; }

img {
  border: 0;
  outline: none; }

ul {
  padding-left: 15px;
  margin: 0 0 20px; }

input, textarea {
  display: block;
  width: 100%;
  border: 1px solid #b5b5b5;
  padding: 3px;
  margin-bottom: 10px;
  background: #d0d0d0;
  -webkit-transition: border-color 1s;
  -moz-transition: border-color 1s;
  transition: border-color 1s; }
  input:hover, textarea:hover {
    border-color: #29246a; }
  input:focus, textarea:focus {
    border-color: #29246a; }

input[type='submit'], textarea[type='submit'] {
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  margin-top: 10px; }

a {
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  transition: color 1s;
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #29246a; }

.link-alt {
  color: #111; }
  .link-alt:hover {
    color: #29246a; }

.link-footer {
  color: #000; }
  .link-footer:hover {
    color: #000; }

.border-top-bottom {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 12px; }

thead {
  font-family: "Oswald", sans-serif; }
  thead th {
    font-weight: 300;
    vertical-align: top; }

th {
  padding: 1px 7px; }

td {
  padding: 1px 7px; }

#ie7 h1 {
  margin: 21px 0; }
#ie7 p {
  margin: 16px 0; }

.clear:after {
  content: "\00A0";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0; }

.align-right, th, td {
  text-align: right; }

.align-center, thead tr:first-child th, #tabs {
  text-align: center; }

.color-red {
  color: red; }

#main-nav-container > nav ul {
  list-style: none;
  padding-left: 0; }

html {
  background: #d0d0d0;
  color: #111;
  font: normal normal 100%/24px "Roboto", sans-serif; }

body {
  margin: 0 auto;
  width: 1000px;
  min-height: 1000px;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  font-size: 12px; }

#home {
  min-height: 900px;
  height: 900px; }

header {
  width: 1130px;
  height: 595px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  left: -460px; }
  header > div {
    -webkit-transform: rotate(-27deg);
    -moz-transform: rotate(-27deg);
    -o-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    -webkit-box-shadow: -15px 15px 15px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: -15px 15px 15px 0px rgba(50, 50, 50, 0.2);
    box-shadow: -15px 15px 15px 0px rgba(50, 50, 50, 0.2);
    position: absolute;
    z-index: 100;
    top: -210px;
    left: -197px;
    width: 1300px;
    height: 500px;
    background: #eaeaea; }
    header > div > a {
      position: absolute;
      top: 300px;
      right: 420px; }
      header > div > a > img {
        -webkit-transform: rotate(27deg);
        -moz-transform: rotate(27deg);
        -o-transform: rotate(27deg);
        -ms-transform: rotate(27deg); }

#home-header {
  z-index: 0; }

#ie header {
  width: 1200px;
  height: 165px;
  background: #eaeaea; }
  #ie header > div {
    top: 0;
    left: 495px; }
    #ie header > div > a {
      position: static; }
      #ie header > div > a > img {
        width: 190px;
        margin-top: 20px; }

#banner {
  height: 425px;
  position: relative; }
  #banner > img {
    position: absolute;
    left: -455px; }
  #banner > div {
    width: 930px;
    position: absolute;
    z-index: 1;
    left: 35px;
    bottom: 40px;
    color: #ecc100;
    text-shadow: 2px 2px 5px #000; }
    #banner > div > strong {
      font-size: 120px; }
    #banner > div > span {
      display: inline-block;
      line-height: 60px;
      font-size: 60px;
      padding-left: 30px; }

#ie #banner {
  width: 1130px;
  left: -245px; }
  #ie #banner > img {
    left: -215px; }
  #ie #banner > div {
    left: 275px; }

nav a {
  color: #eaeaea; }
  nav a:hover {
    color: #ecc100; }

#main-nav-container {
  position: absolute;
  z-index: 5;
  right: 0;
  width: 265px; }
  #main-nav-container > nav {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 725px; }
    #main-nav-container > nav > ul {
      background: #1f1f1f;
      padding: 25px 35px 0 20px;
      min-height: 655px; }
      #main-nav-container > nav > ul > li {
        width: 250px;
        margin-bottom: 15px;
        position: relative; }
        #main-nav-container > nav > ul > li:hover > a {
          color: #ecc100; }
        #main-nav-container > nav > ul > li > a {
          display: inline-block;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 600;
          font-size: 14px;
          letter-spacing: 0.4px; }
        #main-nav-container > nav > ul > li > .selected {
          color: #ecc100; }
          #main-nav-container > nav > ul > li > .selected > .selected {
            width: 100%;
            background: #ecc100; }
        #main-nav-container > nav > ul > li > ul {
          margin: 5px 0;
          display: none; }
          #main-nav-container > nav > ul > li > ul > li {
            font-size: 13px; }
            #main-nav-container > nav > ul > li > ul > li > a {
              display: block;
              line-height: 18px;
              padding: 3px 0 3px 20px;
              border-left: 1px solid #f4f4f4;
              -webkit-transition: border-color 1s, color 1s;
              -moz-transition: border-color 1s, color 1s;
              transition: border-color 1s, color 1s; }
              #main-nav-container > nav > ul > li > ul > li > a:hover {
                border-color: #ecc100; }
        #main-nav-container > nav > ul > li > ul.selected {
          display: block; }
          #main-nav-container > nav > ul > li > ul.selected .selected {
            color: #ecc100;
            border-color: #ecc100; }
    #main-nav-container > nav > span {
      position: absolute;
      right: 101px;
      bottom: 418px;
      display: block;
      background: url(../image/background-nav.jpg) no-repeat;
      width: 336px;
      height: 422px; }
    #main-nav-container > nav > div {
      -webkit-transform: rotate(-27deg);
      -moz-transform: rotate(-27deg);
      -o-transform: rotate(-27deg);
      -ms-transform: rotate(-27deg);
      background: #1f1f1f;
      width: 840px;
      height: 500px;
      position: relative;
      z-index: -1;
      top: -300px;
      left: -182px; }
    #main-nav-container > nav ul strong {
      display: block;
      padding-top: 7px;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 25px; }
    #main-nav-container > nav ul span {
      display: block;
      width: 15px;
      height: 1px;
      background: #eaeaea; }

#ie #main-nav-container {
  right: 2px; }
  #ie #main-nav-container > nav {
    background: #1f1f1f; }
    #ie #main-nav-container > nav > span {
      background: url(../image/background-nav-ie.jpg) no-repeat;
      width: 352px;
      height: 438px; }

#nav-item0 {
  padding-left: 946px;
  background-position: 325px 0px; }

#ie #nav-item0 {
  padding-left: 453px;
  background-position: 215px 0px; }

#nav-item1 {
  padding-left: 900px;
  background-position: 330px -91px; }

#ie #nav-item1 {
  padding-left: 453px;
  background-position: 220px -91px; }

#nav-item2 {
  padding-left: 854px;
  background-position: 335px -184px; }

#ie #nav-item2 {
  padding-left: 453px;
  background-position: 225px -184px; }

#nav-item3 {
  padding-left: 808px;
  background-position: 340px -275px; }

#ie #nav-item3 {
  padding-left: 453px;
  background-position: 230px -275px; }

#nav-item4 {
  padding-left: 762px;
  background-position: 345px -367px; }

#ie #nav-item4 {
  padding-left: 453px;
  background-position: 235px -367px; }

#nav-item5 {
  padding-left: 716px;
  background-position: 350px -458px; }

#ie #nav-item5 {
  padding-left: 453px;
  background-position: 240px -458px; }

#ie #home-nav {
  padding-top: 165px;
  width: 1920px; }
  #ie #home-nav > ul {
    left: 0;
    padding-left: 0; }
  #ie #home-nav a {
    background-image: url(../image/background-home-nav-ie.jpg);
    background-repeat: no-repeat; }
    #ie #home-nav a > strong {
      position: relative;
      top: 5px;
      width: 100px;
      font-size: 72px;
      line-height: 72px; }
  #ie #home-nav img {
    filter: alpha(opacity=70); }
  #ie #home-nav span {
    padding: 45px 0 0 10px;
    line-height: 36px; }

#home-nav {
  text-shadow: 2px 2px 2px gray;
  position: absolute;
  z-index: 1;
  top: 0;
  padding-top: 248px;
  left: -460px;
  width: 1400px;
  height: 100%;
  overflow: hidden; }
  #home-nav > ul {
    -webkit-transform: rotate(-27deg);
    -moz-transform: rotate(-27deg);
    -o-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    width: 2000px;
    margin: 0;
    position: relative;
    left: -360px; }
    #home-nav > ul > li {
      overflow: hidden;
      position: relative; }
      #home-nav > ul > li:last-child {
        -webkit-box-shadow: -15px 15px 15px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: -15px 15px 15px 0px rgba(50, 50, 50, 0.2);
        box-shadow: -15px 15px 15px 0px rgba(50, 50, 50, 0.2); }
      #home-nav > ul > li:first-child > a {
        -webkit-box-shadow: inset 10px 10px 20px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: inset 10px 10px 20px 0px rgba(50, 50, 50, 0.5);
        box-shadow: inset 10px 10px 20px 0px rgba(50, 50, 50, 0.5); }
  #home-nav a {
    -webkit-box-shadow: inset 1px 1px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: inset 1px 1px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow: inset 1px 1px 10px 0px rgba(50, 50, 50, 0.5);
    display: block;
    height: 90px;
    color: #000;
    text-decoration: none;
    background-image: url(../image/background-home-nav.png);
    background-repeat: no-repeat; }
    #home-nav a > strong {
      -webkit-transform: rotate(27deg);
      -moz-transform: rotate(27deg);
      -o-transform: rotate(27deg);
      -ms-transform: rotate(27deg);
      display: inline-block;
      font-family: "Oswald", sans-serif;
      font-size: 80px;
      font-weight: 500;
      position: absolute;
      top: 15px; }
  #home-nav img {
    -webkit-box-shadow: inset 10px 10px 20px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: inset 10px 10px 20px 0px rgba(50, 50, 50, 0.5);
    box-shadow: inset 10px 10px 20px 0px rgba(50, 50, 50, 0.5);
    width: 0;
    height: 90px;
    background: yellow;
    opacity: 0.75;
    position: absolute;
    left: 0;
    z-index: 0; }
  #home-nav span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 45px 0 0 150px;
    font-size: 36px; }

#ie #side-home > div {
  width: auto;
  height: auto;
  overflow: visible; }
  #ie #side-home > div > div {
    height: auto;
    background: transparent; }
    #ie #side-home > div > div > div {
      width: 212px;
      height: auto;
      background: #1f1f1f; }
      #ie #side-home > div > div > div > h2 {
        font-size: 26px; }
      #ie #side-home > div > div > div > p {
        margin-bottom: 0px; }
    #ie #side-home > div > div > #side-bottom {
      background: url(../image/background-side-home-ie.png) left top no-repeat transparent;
      width: 100%;
      height: 140px;
      position: static; }

#side-home {
  position: absolute;
  z-index: 5;
  right: 0;
  width: 265px; }
  #side-home a {
    color: #eaeaea; }
    #side-home a:hover {
      color: #ecc100; }
  #side-home h2 > span {
    display: block;
    height: 1px;
    width: 75px;
    margin-bottom: 10px;
    background: #ecc100; }
  #side-home > div {
    overflow: hidden;
    top: 0;
    width: 725px;
    height: 630px; }
    #side-home > div > div {
      height: 230px;
      overflow: visible;
      background: #1f1f1f;
      color: #eeeeee; }
      #side-home > div > div > div {
        padding: 5px 35px 0 20px;
        height: 230px;
        width: 210px; }
      #side-home > div > div > #side-bottom {
        -webkit-transform: rotate(-27deg);
        -moz-transform: rotate(-27deg);
        -o-transform: rotate(-27deg);
        -ms-transform: rotate(-27deg);
        background: #1f1f1f;
        width: 840px;
        height: 500px;
        position: relative;
        z-index: -1;
        top: -278px;
        left: -182px; }

#announcement > p {
  display: block;
  width: 210px; }

.cycle-pager {
  font-size: 30px; }
  .cycle-pager > span {
    cursor: pointer;
    padding: 0 2px;
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    transition: color 1s; }
    .cycle-pager > span:first-child {
      padding-left: 0; }
    .cycle-pager > span:hover {
      color: #ecc100; }

.cycle-pager-active {
  color: #ecc100; }

main, .main {
  display: inline-block;
  width: 665px;
  padding: 0 35px;
  font-size: 15px;
  min-height: 441px; }

.divider, .two-column-layout .clear span {
  display: block;
  width: 10px;
  height: 1px;
  background: #333;
  margin-top: 50px;
  margin-bottom: 20px; }

.one-column-layout img {
  margin-top: 20px; }

.two-column-layout .clear {
  margin-top: 50px; }
  .two-column-layout .clear span {
    margin-top: 0; }
  .two-column-layout .clear > h2 {
    float: left;
    font-size: 30px;
    line-height: 36px;
    font-family: "Oswald", sans-serif;
    color: #333;
    display: inline-block;
    width: 200px;
    margin: 0; }
  .two-column-layout .clear > .column {
    float: left;
    width: 460px; }
    .two-column-layout .clear > .column > ul {
      padding-left: 35px; }
      .two-column-layout .clear > .column > ul > li {
        padding-left: 10px; }

#milestone .clear > .column > ul {
  padding-left: 15px; }

#contact_us .clear address, #contact_us .clear form {
  font-style: normal; }
  #contact_us .clear address span, #contact_us .clear form span {
    font-weight: 600;
    background: none;
    display: inline; }

#board_of_directors h2 {
  font-size: 32px;
  line-height: 26px;
  font-family: "Oswald", sans-serif;
  color: #333;
  margin: 10px 0; }
#board_of_directors small {
  font-size: 12px; }
#board_of_directors main span, #board_of_directors .main span, #board_of_directors .main span {
  font-size: 16px;
  margin-top: 35px; }

footer {
  text-shadow: 1px 1px 1px #ddd;
  width: 665px;
  margin-top: 40px;
  padding: 20px 35px;
  border-top: 1px solid #a6a6a6;
  color: #666;
  font-family: "Open Sans", sans-serif; }

#home-footer {
  border: none;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  text-align: right; }

#tabs {
  background: #fdce33;
  padding: 25px;
  margin-bottom: 20px; }

.column-head {
  background: #fee07e; }

.column-tonnes {
  background: #fffbef; }

.column-grade {
  background: #fff4d5; }

.column-contained {
  background: #ffecb9; }

.column-diff {
  background: #fee9a4; }

#back-to-top {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  transition: background 1s;
  background: url(../image/back-to-top.png) right bottom no-repeat;
  width: 240px;
  height: 115px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5; }
  #back-to-top > div {
    position: absolute;
    width: 240px;
    height: 115px;
    background: url(../image/back-to-top-hover.png) right bottom no-repeat; }
  #back-to-top > a {
    position: absolute;
    display: block;
    width: 240px;
    height: 115px;
    padding: 75px 0 0 145px;
    z-index: 10;
    font-size: 14px; }

#back-to-top-hover {
  opacity: 0;
  filter: alpha(opacity=0); }

#recaptcha_area input, #recaptcha_area textarea {
  display: inline; }
#recaptcha_area span {
  width: auto;
  margin-bottom: 0; }

.notify {
  display: none;
  position: absolute;
  z-index: 5;
  top: 405px;
  color: white;
  padding: 5px;
  width: 655px;
  text-align: center; }

#notify-success {
  border: 1px solid green;
  background: olive; }

#notify-invalid {
  border: 1px solid red;
  background: salmon; }

/*# sourceMappingURL=output.css.map */


.clink:hover , .clink a:hover{color: #c31111; transition:none;}