@font-face {
  font-family: 'UniSansRegular';
  src: url("../fonts/UniSansRegular.eot");
  src: url("../fonts/UniSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansRegular.woff") format("woff"), url("../fonts/UniSansRegular.ttf") format("truetype"), url("../fonts/UniSansRegular.svg#GothamRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'UniSansBook';
  src: url("../fonts/UniSansBook.eot");
  src: url("../fonts/UniSansBook.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansBook.woff") format("woff"), url("../fonts/UniSansBook.ttf") format("truetype"), url("../fonts/UniSansBook.svg#GothamMedium") format("svg");
  font-weight: normal;
  font-style: normal; }
/* #TYPOGRAPHY */
/* #links  */
/* #TABLE */
/* #pagination */
/* #NAVIGATION */
/* #mainmenu */
/* #topmenu  */
/* #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; }

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

*/
#ckimgrsz {
  display: none; }

#lightbox-overlay {
  background: #111 !important;
  opacity: 0.90 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90); }

#xmap ul {
  margin: 0 0 15px 20px; }
#xmap ul.level_1 {
  font-size: 82%; }
#xmap a {
  color: #404041; }
  #xmap a:hover {
    color: #ef4035; }

#searchForm .label {
  float: none;
  margin: 6px 5px 0 0; }
#searchForm #search-searchword {
  float: left;
  margin: 2px 10px 0 0;
  padding: 6px 8px 5px 8px;
  width: 270px; }
#searchForm .button {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px; }

@media screen and (max-width: 480px) {
  #searchForm #search-searchword {
    margin-right: 1%;
    padding-left: 2%;
    padding-right: 2%;
    width: 73%; }
  #searchForm .button {
    font-size: 14px;
    padding-left: 2%;
    padding-right: 2%;
    width: 19%; } }
.search-results {
  margin: 0 !important;
  padding: 0 !important; }
  .search-results li {
    background: none !important;
    list-style: none !important;
    padding: 20px 0 !important;
    border-bottom: solid 1px #D2D2D2; }
    .search-results li h3 {
      margin: 0 0 5px 0; }
      .search-results li h3 a {
        color: #ef4035; }
        .search-results li h3 a:hover {
          color: #404041; }
    .search-results li .result-created {
      color: #999;
      font-size: 11px;
      margin: 0;
      text-transform: uppercase; }
    .search-results li .result-text {
      margin: 5px 0; }
  .search-results .highlight {
    background: #ef4035;
    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: #ef4035;
        color: white;
        display: block;
        padding: 6px 9px 4px; }
        .pagination ul li a:hover {
          background: #222;
          color: white; }
      .pagination ul li span {
        background: #222;
        color: white;
        display: block;
        padding: 6px 9px 4px; }

.article-info {
  color: #999;
  font-size: 13px;
  margin: 10px 0 0 0;
  text-transform: uppercase; }
  .article-info dd {
    margin: 0; }

.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; }

@media screen and (max-width: 566px) {
  table.mobile tr td, table.mobile tr th {
    display: block;
    padding-left: 3%;
    padding-right: 3%;
    width: 94%; } }
*:focus {
  outline: 0; }

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

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

.asx-source {
  display: none; }

body {
  background: #DCDCDC;
  color: #404041;
  font-family: "DIN Next W01 Light", Arial;
  font-size: 16px;
  line-height: 1.3;
  overflow-x: hidden; }
  body.sub {
    background: #fff; }

h1, h2, h3, h4 {
  color: #ef4035;
  font-family: "DIN Next W01 Regular", Arial;
  font-weight: normal;
  line-height: 1.05;
  margin: 0; }
  h1 u, h2 u, h3 u, h4 u {
    color: #ef4035;
    text-decoration: none; }

p {
  margin: 13px 0; }

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

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

blockquote {
  border-top: solid 1px #7f7f81;
  border-bottom: solid 1px #7f7f81;
  color: #7f7f81;
  font-family: "UniSansBook", "DIN Next W01 Regular", Arial;
  font-size: 19px;
  line-height: 1.1;
  margin: 20px 0;
  padding: 13px 0; }
  blockquote p:first-child {
    margin-top: 0; }
  blockquote p:last-child {
    margin-bottom: 0; }

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

.readmore {
  background: none;
  color: #ef4035;
  font-family: "DIN Next W01 Regular", Arial;
  text-decoration: none; }
  .readmore:hover {
    background: none;
    color: #ef4035;
    text-decoration: none; }

hr {
  background: #D2D2D2;
  border: none;
  color: #D2D2D2;
  height: 1px; }
  .item-page hr {
    margin: 20px 0; }

.main-content h1 {
  color: #ef4035;
  font-family: "UniSansBook", "DIN Next W01 Regular", Arial;
  font-size: 35px;
  line-height: 1.05;
  margin: 0; }
.main-content h2 {
  color: #222;
  font-size: 21px;
  line-height: 1.05;
  margin: 13px 0;
  text-transform: uppercase; }
  .main-content h2 span {
    text-transform: none; }
.main-content h3 {
  color: #808285;
  font-family: "DIN Next W01 Bold", Arial;
  font-size: 18px;
  line-height: 1.05;
  margin: 13px 0; }
.main-content h4 {
  color: #58585A;
  font-family: "DIN Next W01 Bold", Arial;
  font-size: 16px;
  line-height: 1.05;
  margin: 13px 0; }
.main-content a {
  color: #838383;
  text-decoration: none; }
  .main-content a:hover {
    color: #ef4035;
    text-decoration: none; }
.main-content ul {
  margin: 15px 0 15px 0;
  padding: 0; }
  .main-content ul li {
    background: url(../img/bullet.png) no-repeat 0 1px;
    list-style: none;
    margin: 5px 0;
    padding: 0 0 0 20px; }
    .main-content ul li ul {
      margin: 0 0 0 20px; }
      .main-content ul li ul li {
        background: none;
        padding: 0; }
      .main-content ul li ul li:before {
        content: "-";
        position: relative;
        margin-left: -10px;
        left: -5px; }
.main-content table {
  border-collapse: collapse;
  border: none;
  font-size: 16px;
  width: 100%; }
  .main-content table tr {
    border-bottom: solid 1px #fff; }
    .main-content table tr:last-child {
      border-bottom: none; }
    .main-content table tr th {
      background: #4c4c4d;
      color: white;
      font-weight: normal;
      padding: 10px 10px 8px 10px;
      text-align: left;
      text-transform: uppercase; }
    .main-content table tr td {
      padding: 10px 10px 8px 10px; }
    .main-content table tr:nth-child(2n) td {
      background: #e7e8e8;
      color: #444444; }
    .main-content table tr:nth-child(2n+1) td {
      background: #e7e8e8;
      color: #444444; }

input[type="text"],
input[type="email"],
textarea,
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #D0D1D3;
  color: #404041;
  font-family: "DIN Next W01 Regular", Arial;
  font-size: 16px;
  line-height: 1;
  padding: 8px; }

select {
  height: auto;
  padding: 6px 8px; }

textarea {
  height: 150px; }

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

input[type="submit"],
button,
.button,
.btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  border: none;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  cursor: pointer;
  font-family: "DIN Next W01 Regular", Arial;
  font-size: 16px;
  height: 33px;
  line-height: 1;
  padding: 7px 25px;
  text-transform: uppercase; }
  input[type="submit"]:hover,
  button:hover,
  .button:hover,
  .btn:hover {
    color: #ef4035; }

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

.header {
  background: #4B4B4D;
  height: 130px;
  position: relative;
  z-index: 95;
  /*
  	.header-contact-info {
  		position: absolute;
  		right: 0;
  		top: 25px;
  		
  		ul {
  			color: #fff;
  			font-size: 14px;
  			
  			li {
  				display:block;
  				font-family: $uni_regular;
  				line-height: 1;
  								
  				a {
  					box-sizing:border-box;
  					-moz-box-sizing:border-box;
  					-webkit-box-sizing:border-box;
  					color: #fff;
  					display: block;
  					float: right;
  					height: 20px;
  					margin-bottom: 5px;
  					padding: 3px 13px 7px 20px;
  					
  					&:hover {
  						color: $pink;
  					}
  				}
  				
  				&.location {
  					a {
  						background: url(../img/header-icon-location.png) no-repeat;
  						background-size: auto 40px;
  						
  						&:hover {
  							background-position: 0 100%;
  						}
  					}
  				}
  				
  				&.phone {
  					a {
  						background: url(../img/header-icon-phone.png) no-repeat;
  						background-size: auto 40px;
  						
  						&:hover {
  							background-position: 0 100%;
  						}
  					}
  				}
  				
  				&.email {					
  					a {
  						background: url(../img/header-icon-email.png) no-repeat;
  						background-size: auto 40px;
  						
  						&:hover {
  							background-position: 0 100%;
  					    }
  					}
  				}
  			}
  		}
  	}
  */ }
  .header .inner {
    height: 100%;
    padding: 0; }
  .header .logo {
    display: inline-block;
    margin: 13px 0 46px 10px; }
    .header .logo img {
      height: 65px; }
  .header .search {
    display: none; }
  .header .safety-ticker {
    background: #ef4035;
    color: #fff;
    display: none;
    right: 0;
    position: absolute;
    top: 56px;
    width: 225px;
    transition: 0.4s;
    -webkit-transition: 0.4s; }
    .header .safety-ticker:hover {
      background: #df1e12; }
    .header .safety-ticker .content {
      padding: 18px 0 12px 67px;
      position: relative; }
      .header .safety-ticker .content .month {
        background: #fff;
        border-radius: 50px;
        display: block;
        color: #000 !important;
        font-family: "DIN Next W01 Bold", Arial;
        left: 7px;
        height: 31px;
        line-height: 1;
        padding: 19px 0 0;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 12px;
        width: 50px; }
      .header .safety-ticker .content h3 {
        color: #fff;
        font-family: "DIN Next W01 Light", Arial;
        font-size: 17px; }
      .header .safety-ticker .content p {
        font-size: 14px;
        margin: 5px 0; }
    .header .safety-ticker .modulelink {
      background: url("../img/blank.png");
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }

.menu-btn {
  background: #222;
  bottom: 0;
  color: #ef4035;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 30px;
  line-height: 20px;
  padding-top: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  .menu-btn:hover {
    background: #000;
    color: #ef4035; }

.main-nav {
  clear: both;
  display: none;
  z-index: 10; }
  .main-nav ul.menu > li {
    border-top: solid 1px #444; }
    .main-nav ul.menu > li:hover > a, .main-nav ul.menu > li.current > a {
      background: #ef4035;
      color: white; }
    .main-nav ul.menu > li > a {
      background: #222;
      color: white;
      display: block;
      font-family: "UniSansRegular", "DIN Next W01 Regular", Arial;
      font-size: 13px;
      line-height: 1;
      padding: 12px 15px;
      text-align: center;
      text-transform: uppercase;
      transition: 0.3s; }
    .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: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.slider-mobile-caption {
  color: #fff;
  font-family: "UniSansRegular", "DIN Next W01 Regular", Arial;
  font-size: 15px;
  line-height: 1.3;
  position: relative; }
  .slider-mobile-caption .moduletable {
    background: #222;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px; }
  .slider-mobile-caption strong {
    font-family: "UniSansBook", "DIN Next W01 Regular", Arial;
    font-size: 140%;
    font-weight: normal; }
  .slider-mobile-caption p {
    margin: 0; }

.home-container {
  overflow: auto;
  padding: 40px 0;
  position: relative;
  z-index: 3; }
  .home-container .home-services {
    position: relative;
    z-index: 20; }
    .home-container .home-services .moduletable {
      margin: 0 0 5px;
      overflow: hidden;
      position: relative; }
      .home-container .home-services .moduletable:hover h3 {
        background-color: #cccccc; }
      .home-container .home-services .moduletable h3 {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-color: #fff;
        background: rgba(255, 255, 255, 0.8);
        background-position: 10px center;
        background-repeat: no-repeat;
        color: #000;
        cursor: pointer;
        font-size: 17px;
        line-height: 1;
        height: 55px;
        padding: 20px 20px  20px 60px;
        position: relative;
        text-transform: uppercase;
        transition: 0.5s;
        z-index: 10; }
      .home-container .home-services .moduletable .modulelink {
        background: url("../img/blank.png");
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 20; }
      .home-container .home-services .moduletable.accordion {
        height: 54px; }
        .home-container .home-services .moduletable.accordion:hover h3 {
          background-color: #ec2114; }
        .home-container .home-services .moduletable.accordion.active {
          height: auto;
          overflow: visible; }
        .home-container .home-services .moduletable.accordion h3 {
          background-color: #ef4035;
          color: #fff; }
        .home-container .home-services .moduletable.accordion .content {
          background: #7d8183;
          background: rgba(125, 129, 131, 0.9); }
          .home-container .home-services .moduletable.accordion .content ul {
            padding: 5px 0 0 0; }
            .home-container .home-services .moduletable.accordion .content ul li {
              padding: 0 10px;
              position: relative; }
              .home-container .home-services .moduletable.accordion .content ul li:hover {
                background: #ef4035; }
              .home-container .home-services .moduletable.accordion .content ul li > a {
                border-top: #acadaf 1px solid;
                border-bottom: #acadaf 1px solid;
                color: #fff;
                display: block;
                padding: 10px; }
              .home-container .home-services .moduletable.accordion .content ul li:first-child a {
                border-top: none; }
              .home-container .home-services .moduletable.accordion .content ul li:last-child a {
                border-bottom: none; }
      .home-container .home-services .moduletable.mining-services h3 {
        background-image: url("../img/home-mining-services-ico.png"); }
      .home-container .home-services .moduletable.mining h3 {
        background-image: url("../img/home-mining-ico.png"); }
      .home-container .home-services .moduletable.inno-center h3 {
        background-image: url("../img/home-innovation-ico.png"); }
      .home-container .home-services .moduletable.asx h3 {
        background-image: url("../img/home-asx-ico.png");
        font-size: 16px;
        padding: 10px 20px 0 60px; }
      .home-container .home-services .moduletable.asx .asx-content {
        font-family: "DIN Next W01 Regular", Arial;
        font-size: 18px;
        position: relative;
        z-index: 40; }
        .home-container .home-services .moduletable.asx .asx-content .lastprice {
          left: 60px;
          position: absolute;
          top: -26px; }
        .home-container .home-services .moduletable.asx .asx-content .movement {
          border-left: #7f7f7f 1px solid;
          font-size: 16px;
          padding: 7px 0 0 5px;
          right: 10px;
          position: absolute;
          top: -39px; }
        .home-container .home-services .moduletable.asx .asx-content .movement_up,
        .home-container .home-services .moduletable.asx .asx-content .movement_down {
          border: solid 6px transparent;
          display: block;
          height: 0;
          position: absolute;
          top: 0;
          right: 0;
          width: 0; }
        .home-container .home-services .moduletable.asx .asx-content .movement_up {
          border-bottom-color: #000;
          top: -7px; }
        .home-container .home-services .moduletable.asx .asx-content .movement_down {
          border-top-color: #000; }
        .home-container .home-services .moduletable.asx .asx-content .link {
          display: none; }
      .home-container .home-services .moduletable.equipment h3 {
        background-image: url("../img/home-equipment-ico.png"); }
      .home-container .home-services .moduletable.community h3 {
        background-image: url("../img/home-community-ico.png");
        padding: 10px 20px 10px 60px; }
      .home-container .home-services .moduletable.video h3 {
        background-image: url("../img/home-video-ico.png"); }
      .home-container .home-services .moduletable.video .content a {
        color: #000;
        position: relative;
        z-index: 40; }

.home-news {
  margin-bottom: 15px;
  z-index: 10; }
  .home-news .title h3 {
    background: #ef4035; }
    .home-news .title h3 a {
      background: url(../img/home-news-arrow.png) no-repeat right 13px;
      background-position: right 15px top 13px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      color: #fff;
      display: block;
      font-size: 18px;
      padding: 14px 40px 10px 10px;
      text-transform: uppercase; }
      .home-news .title h3 a:hover {
        background-image: url(../img/home-news-arrow-hover.png);
        color: #000; }
  .home-news .news-slider.moduletable {
    background: #2f2f2f;
    display: block;
    width: 100%; }
    .home-news .news-slider.moduletable .bt-inner .bt-extra .bt-date {
      color: #fff;
      display: block;
      font-size: 12px;
      font-family: "DIN Next W01 Bold", Arial;
      padding: 0 0 5px 0; }
    .home-news .news-slider.moduletable .bt-inner a.bt-title {
      color: #fff;
      display: block;
      font-family: "DIN Next W01 Light", Arial;
      font-weight: normal;
      font-size: 16px;
      line-height: 1.2;
      text-transform: none; }
      .home-news .news-slider.moduletable .bt-inner a.bt-title:hover {
        color: #ef4035; }
    .home-news .news-slider.moduletable .bt-inner .readmore a {
      background: url(../img/home-more-arrow.png) no-repeat right center;
      color: #fff;
      display: inline-block;
      font-size: 13px;
      font-family: "DIN Next W01 Bold", Arial;
      padding: 0 20px 0 0;
      text-transform: uppercase; }
      .home-news .news-slider.moduletable .bt-inner .readmore a:hover {
        background-image: url(../img/home-more-arrow-hover.png);
        color: #ef4035; }

.breadcrumbs {
  color: #58595b;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .breadcrumbs a {
    color: #58595b;
    padding: 0 5px; }
    .breadcrumbs a:hover {
      color: #222; }
    .breadcrumbs a:first-child {
      padding-left: 0; }
  .breadcrumbs span {
    color: #58595b;
    font-family: "DIN Next W01 Bold", Arial;
    padding: 0 5px; }

.top-container {
  background: url(../img/white-bg.png) repeat 0 0;
  background: rgba(255, 255, 255, 0.7);
  position: relative; }
  .top-container .inner {
    padding-top: 20px; }
  .top-container h1.title {
    font-size: 30px;
    margin: 0 0 15px 0; }
    .top-container h1.title a {
      color: #ef4035; }
      .top-container h1.title a:hover {
        color: #222; }

.container {
  background: url(../img/white-bg.png) repeat 0 0;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 15; }
  .container .main-content {
    margin: 20px 0; }
    .container .main-content img {
      max-width: 100%;
      height: auto !important; }
    .container .main-content h1.title {
      font-size: 32px; }
    .container .main-content .title.sub-hide {
      display: none; }
    .container .main-content .blog .items-row .item {
      border-bottom: solid 1px #D2D2D2;
      padding: 10px 0; }
    .container .main-content .wk-gallery-wall.margin {
      margin: 0; }
      .container .main-content .wk-gallery-wall.margin a {
        margin: 0 1% 1% 0;
        width: 24.25%; }
        .container .main-content .wk-gallery-wall.margin a:nth-child(4n) {
          margin-right: 0; }
    .container .main-content .wk-gallery-showcase {
      /* stops image moving for fade animation */ }
      .container .main-content .wk-gallery-showcase ul li {
        background: none !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important; }
      .container .main-content .wk-gallery-showcase .slides li {
        -webkit-transform: rotate(0);
        transform: rotate(0); }
        .container .main-content .wk-gallery-showcase .slides li img {
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
      .container .main-content .wk-gallery-showcase .slides-container .prev,
      .container .main-content .wk-gallery-showcase .slides-container .next {
        margin: -17px 0 0 0 !important;
        top: 50% !important; }
      .container .main-content .wk-gallery-showcase .prev,
      .container .main-content .wk-gallery-showcase .next {
        height: 34px !important;
        margin: -17px 0 0 0 !important;
        top: 50%;
        transition: 0.5s;
        width: 34px !important;
        z-index: 20 !important; }
        .container .main-content .wk-gallery-showcase .prev:hover,
        .container .main-content .wk-gallery-showcase .next:hover {
          background-color: #ef4035 !important; }
      .container .main-content .wk-gallery-showcase .prev {
        background: #222 url(../img/slider-nav-prev.png) no-repeat center center !important;
        left: 0 !important; }
      .container .main-content .wk-gallery-showcase .next {
        background: #222 url(../img/slider-nav-next.png) no-repeat center center !important;
        right: 0 !important; }
  .container .left {
    max-width: 310px; }
    .container .left .moduletable {
      margin: 0 0 20px 0; }
    .container .left .shareprice {
      background: #ef4035 url(../img/home-intro-asx.png) no-repeat center 15px;
      background-color: rgba(239, 64, 53, 0.9);
      color: #fff;
      font-family: "UniSansBook", "DIN Next W01 Regular", Arial;
      padding: 80px 25px 40px;
      position: relative;
      text-align: center; }
      .container .left .shareprice h3 {
        color: #fff !important;
        font-family: "UniSansRegular", "DIN Next W01 Regular", Arial;
        font-size: 18px;
        margin: 0 0 15px 0;
        line-height: 1.1;
        text-transform: uppercase; }
      .container .left .shareprice .price {
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        font-size: 26px;
        line-height: 0.9;
        padding: 8px 9px 4px 0; }
        .container .left .shareprice .price .lastprice {
          float: left; }
        .container .left .shareprice .price .movement {
          color: #fff;
          float: right;
          font-size: 14px;
          padding: 11px 0 0 0;
          position: relative; }
        .container .left .shareprice .price .movement_up,
        .container .left .shareprice .price .movement_down {
          border: solid 6px transparent;
          display: block;
          height: 0;
          left: 0;
          position: absolute;
          top: 0;
          width: 0; }
        .container .left .shareprice .price .movement_up {
          border-bottom-color: #fff;
          top: -9px; }
        .container .left .shareprice .price .movement_down {
          border-top-color: #fff;
          left: 4px; }
      .container .left .shareprice .link {
        background: #000 url(../img/home-more-arrow.png) no-repeat 90% 56%;
        bottom: 0;
        color: #fff;
        display: inline-block;
        font-size: 11px;
        height: 14px;
        left: auto;
        padding: 9px 37px 7px 7px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: auto;
        width: auto; }
        .container .left .shareprice .link:hover {
          background: #000 url(../img/home-more-arrow-hover.png) no-repeat 90% 56%;
          color: #ef4035; }
    @media screen and (max-width: 767px) {
      .container .left .left-top {
        margin-top: 0 !important; } }
    .container .left .side-nav ul {
      background: #4c4c4d; }
      .container .left .side-nav ul li {
        border-bottom: solid 1px #D0D1D3; }
        .container .left .side-nav ul li a:hover, .container .left .side-nav ul li.current > a {
          background: #ef4035;
          color: white; }
        .container .left .side-nav ul li a {
          color: white;
          display: block;
          font-family: "UniSansRegular", "DIN Next W01 Regular", Arial;
          font-size: 14px;
          line-height: 1;
          padding: 14px 10px 9px 20px;
          text-transform: uppercase;
          transition: 0.3s; }
        .container .left .side-nav ul li ul li {
          border: none; }
          .container .left .side-nav ul li ul li:last-child {
            padding: 0 0 10px 0; }
          .container .left .side-nav ul li ul li a:hover, .container .left .side-nav ul li ul li.current > a {
            background: none;
            color: #ef4035; }
          .container .left .side-nav ul li ul li a {
            font-size: 15px;
            padding: 7px 20px 6px 40px;
            text-transform: none; }
          .container .left .side-nav ul li ul li ul li a {
            font-size: 85%;
            padding-left: 60px; }
          .container .left .side-nav ul li ul li ul ul li:last-child {
            padding: 0; }
          .container .left .side-nav ul li ul li ul ul li a {
            font-size: 80%;
            padding-left: 75px; }
          .container .left .side-nav ul li ul li ul ul li ul li a {
            font-size: 75%;
            padding-left: 95px; }

.social {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 15; }
  .social ul li {
    display: block;
    float: left;
    margin: 0 2px 0 0; }
    .social ul li a {
      background: #ef4035 url(../img/social.png) no-repeat 15px 8px;
      display: block;
      height: 50px;
      overflow: hidden;
      text-indent: 100%;
      transition: 0.5s;
      width: 50px; }
      .social ul li a:hover {
        background-color: #ec2114; }
      .social ul li a.linkedin {
        background-position: 15px 8px; }
      .social ul li a.youtube {
        background-position: -63px 10px; }

.footer .footer-wrap {
  background: #222;
  padding: 0;
  position: relative;
  z-index: 40; }
  .footer .footer-wrap .footer-nav {
    margin: 20px 0 0 0; }
    .footer .footer-wrap .footer-nav ul li {
      font-size: 12px;
      line-height: 1;
      padding: 4px 0;
      text-transform: uppercase; }
      .footer .footer-wrap .footer-nav ul li a {
        color: white; }
        .footer .footer-wrap .footer-nav ul li a:hover {
          color: #ef4035; }
  .footer .footer-wrap .copyright {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin: 15px 0;
    text-transform: uppercase; }
  .footer .footer-wrap .dash {
    background: url(../img/dash.png) no-repeat 0 0;
    color: #ef4035;
    display: block;
    float: right;
    height: 32px;
    margin: 0 0 15px 0;
    width: 80px; }
    .footer .footer-wrap .dash:hover {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80); }

.contact-page a {
  color: #404041; }
  .contact-page a:hover {
    color: #ef4035; }
.contact-page h2 {
  font-size: 20px;
  margin: 20px 0 5px 0; }
.contact-page h3 {
  color: #404041;
  font-size: 14px;
  margin: 15px 0 3px 0;
  text-transform: uppercase; }
.contact-page strong {
  color: #ef4035;
  font-family: "UniSansRegular", "DIN Next W01 Regular", Arial;
  font-weight: normal; }
.contact-page p {
  margin: 0; }

.contact-form,
.careers-form {
  font-size: 15px;
  width: 100%; }
  .contact-form h3,
  .careers-form h3 {
    color: #fff;
    font-family: "DIN Next W01 Regular", Arial;
    font-size: 17.5px;
    font-weight: normal;
    margin: 0 0 5px 0;
    text-transform: uppercase; }
  .contact-form form,
  .careers-form form {
    color: #fff; }
    .contact-form form .fields,
    .careers-form form .fields {
      background: #ef4035 url(../img/dotted.png) repeat 0 0;
      padding: 20px 6% 10px 6%;
      width: 88%; }
    .contact-form form div.rsform-block,
    .careers-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,
    .careers-form form input[type="text"],
    .careers-form form input[type="email"],
    .careers-form form textarea,
    .careers-form form select {
      border: none;
      box-shadow: 0 0 2px #741023 inset;
      color: #464646;
      font-size: 14px;
      padding: 10px 10px 9px 10px;
      width: 100%; }
    .contact-form form select,
    .careers-form form select {
      padding: 6px 10px; }
    .contact-form form input[type="submit"],
    .careers-form form input[type="submit"] {
      float: right;
      margin: 10px 0 0 0; }
    .contact-form form .formRed,
    .careers-form form .formRed {
      background: #ef4035;
      color: #fff;
      font-size: 17px;
      font-weight: normal;
      text-align: left !important;
      text-decoration: underline;
      margin: 0 0 15px 0; }
    .contact-form form .formError,
    .careers-form form .formError {
      background: #333;
      color: #fff;
      font-size: 11.5px;
      font-weight: normal;
      padding: 1px 3px; }

.careers-form form {
  max-width: 350px; }

.careers-page {
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center; }
  .careers-page li {
    background-position: center top;
    background-repeat: no-repeat;
    border-top: solid 5px #B3B3B3;
    color: #404041;
    display: inline-block;
    font-family: "UniSansRegular", "DIN Next W01 Regular", Arial;
    font-size: 19px;
    height: 41px;
    line-height: 1;
    list-style: none !important;
    margin: 0 20px 30px 0 !important;
    overflow: hidden;
    padding: 200px 0 0 0 !important;
    position: relative;
    text-align: center !important;
    transition: 0.5s;
    width: 200px; }
    .careers-page li:hover {
      border-top-color: #ef4035; }
      .careers-page li:hover a {
        color: #ef4035; }
    .careers-page li a {
      color: #404041;
      display: block;
      left: 0;
      padding: 207px 0 0 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .careers-page li.trades {
      background-image: url(../img/career-trades.jpg); }
    .careers-page li.professional {
      background-image: url(../img/career-professional.jpg); }
    .careers-page li.indigenous {
      background-image: url(../img/career-indigenous.jpg); }
    .careers-page li.apprentices {
      background-image: url(../img/career-apprentices.jpg); }
    .careers-page li.traineeships {
      background-image: url(../img/career-trainee.jpg); }
    .careers-page li.international {
      background-image: url(../img/career-international.jpg); }
    .careers-page li.graduates {
      background-image: url(../img/career-graduates.jpg); }
    .careers-page li.vacancies {
      background-image: none;
      border-top-color: #ef4035; }
      .careers-page li.vacancies:hover a {
        background: url(../img/career-empty.jpg) repeat 0 0;
        color: #ef4035; }
      .careers-page li.vacancies a {
        background: #ef4035;
        color: #fff;
        font-size: 40px;
        height: 160px;
        left: 0;
        line-height: 1;
        padding: 40px 0 0 0;
        position: absolute;
        text-align: center;
        transition: 0.5s;
        top: 0;
        width: 100%; }

.visit_website {
  background: #222 url("../img/home-more-arrow.png") no-repeat 90% 56%;
  clear: both;
  color: #fff !important;
  display: block;
  font-family: "DIN Next W01 Regular", Arial;
  font-size: 11px;
  line-height: 1;
  margin: 20px 0 0 0;
  padding: 9px 37px 7px 7px;
  text-decoration: none;
  text-transform: uppercase;
  width: 80px; }
  .visit_website:hover {
    background-image: url("../img/home-more-arrow-hover.png");
    color: #ef4035 !important;
    text-decoration: none; }

.project-info-links ul li {
  background: #ef4035;
  float: left;
  padding: 0;
  margin: 0 1% 15px 0;
  width: 100%; }
  .project-info-links ul li.current {
    background: #000; }
  .project-info-links ul li a {
    color: #fff;
    display: block;
    font-family: "DIN Next W01 Regular", Arial;
    line-height: 1;
    padding: 12px 0 10px;
    text-align: center;
    text-transform: uppercase; }
    .project-info-links ul li a:hover {
      background: #000;
      color: #fff; }

.top-container .link {
  background: #ef4035;
  color: #fff !important;
  display: inline-block;
  font-family: "DIN Next W01 Regular", Arial;
  line-height: 1;
  padding: 12px 15px 9px;
  text-align: center;
  text-transform: uppercase; }
  .top-container .link:hover {
    background: #000;
    color: #fff; }

/***** PMI catering Testimonials Page *****/
.testimonials blockquote {
  background: #f7f8f8;
  border-top: none;
  border-bottom: none;
  color: #4f4f51;
  margin: 0 0 20px;
  padding: 15px; }
  .testimonials blockquote strong {
    color: #7f7f81;
    font-family: "DIN Next W01 Light", Arial;
    font-size: 15px; }
  .testimonials blockquote:nth-child(2n+1) {
    background: #e7e8e8; }

/***** Equipment For Sale Page *****/
.category-list ul li {
  background: none;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative; }
  .category-list ul li:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }
  .category-list ul li a {
    left: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  .category-list ul li .category-title {
    box-sizing: border-box;
    background: #ef4035;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    left: 0;
    line-height: 1;
    font-size: 16px;
    padding: 7px 5px 5px;
    position: absolute;
    text-align: center;
    width: 100%; }
  .category-list ul li .category-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 170px;
    width: 100%; }

.zoo-products .items .teaser-item {
  box-sizing: border-box;
  margin: 0 0 10px 0;
  position: relative; }
  .zoo-products .items .teaser-item:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }
  .zoo-products .items .teaser-item .title {
    box-sizing: border-box;
    background: #222;
    bottom: 0;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    padding: 7px 5px 5px;
    position: absolute;
    text-align: center;
    width: 100%; }
  .zoo-products .items .teaser-item .image {
    height: 170px;
    overflow: hidden; }
  .zoo-products .items .teaser-item .link a {
    left: 0;
    display: block;
    height: 100%;
    font-size: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
.zoo-products .item .description-wrap div {
  font-size: 16px;
  padding: 5px 0; }
.zoo-products .item .description-wrap .information p {
  margin: 10px 0; }
.zoo-products .item .description-wrap .gallery a {
  margin: 0 1% 10px 0;
  width: 24.25%; }
  .zoo-products .item .description-wrap .gallery a:nth-child(4n) {
    margin-right: 0; }
.zoo-products .item .related-products > div {
  margin: 0 0 10px 0;
  position: relative; }
  .zoo-products .item .related-products > div:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }
  .zoo-products .item .related-products > div .title {
    box-sizing: border-box;
    background: #ef4035;
    bottom: 0;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    padding: 7px 5px 5px;
    position: absolute;
    text-align: center;
    width: 100%; }
  .zoo-products .item .related-products > div .image {
    height: 170px;
    overflow: hidden; }
  .zoo-products .item .related-products > div .link a {
    left: 0;
    height: 100%;
    font-size: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.container .left .shareprice {
  background-position: center 25px;
  padding-top: 110px; }

/***** Equipment For Sale Page *****/
.category-list ul li {
  float: left;
  margin: 0 1% 10px 0;
  width: 49.5%; }
  .category-list ul li:nth-child(2n) {
    margin-right: 0; }

.zoo-products .items .teaser-item {
  float: left;
  margin: 0 1% 10px 0;
  width: 49.5%; }
  .zoo-products .items .teaser-item:nth-child(2n) {
    margin-right: 0; }
.zoo-products .item .related-products > div {
  float: left;
  margin: 0 1% 10px 0;
  width: 49.5%; }
  .zoo-products .item .related-products > div:nth-child(2n) {
    margin-right: 0; }

.project-info-links ul li {
  margin: 0 1% 15px 0;
  width: 24.25%; }
  .project-info-links ul li:nth-child(4n) {
    margin-right: 0; }

.top-container {
  position: relative; }
  .top-container .link {
    position: absolute;
    top: 44px;
    right: -1px; }

/***** Equipment For Sale Page *****/
.category-list ul li {
  width: 32.6665%; }
  .category-list ul li:nth-child(2n) {
    margin-right: 1%; }
  .category-list ul li:nth-child(3n) {
    margin-right: 0; }

.zoo-products .items .teaser-item {
  width: 32.6665%; }
  .zoo-products .items .teaser-item:nth-child(2n) {
    margin-right: 1%; }
  .zoo-products .items .teaser-item:nth-child(3n) {
    margin-right: 0; }
.zoo-products .item .related-products > div {
  width: 32.6665%; }
  .zoo-products .item .related-products > div:nth-child(2n) {
    margin-right: 1%; }
  .zoo-products .item .related-products > div:nth-child(3n) {
    margin-right: 0; }

/* Sticky Footer Code */
html, body {
  height: 100%; }

.wrap {
  min-height: 100%; }

.home-container {
  padding-bottom: 170px !important; }

.container {
  padding-bottom: 70px !important; }

.home .footer {
  margin-top: -170px !important;
  height: 170px !important;
  overflow: hidden;
  clear: both; }

.sub .footer {
  margin-top: -71px !important;
  height: 71px !important;
  overflow: hidden;
  clear: both; }

/* END Sticky Footer Code */
.header {
  background: url(../img/header-ie-bg.png) repeat 0 0;
  background: rgba(114, 114, 119, 0.6);
  height: 145px;
  position: relative;
  /*
  	.header-contact-info {
  	    left: 180px;
  	    top: 23px;
  	    width: 490px;
  		
  		ul {			
  			li {
  				float: left;
  				
  				a {
  					padding: 4px 20px;
  					margin: 0;
  				}
  			}
  		}
  	}
  */ }
  .header .logo {
    margin: 15px 0 0 15px; }
    .header .logo img {
      height: 75px; }
  .header .search {
    display: block;
    float: right;
    position: absolute;
    top: 15px;
    right: 15px; }
    .header .search input[type="text"] {
      background: #222;
      border: none;
      color: #9c9c9c;
      float: left;
      font-family: "UniSansRegular", "DIN Next W01 Regular", Arial;
      font-size: 13px;
      height: 28px;
      line-height: 1;
      padding: 7px 12px 4px;
      width: 130px; }
    .header .search .button {
      background: #222;
      border: none;
      color: #ef4035;
      cursor: pointer;
      line-height: 28px;
      float: right;
      font-size: 14px;
      height: 28px;
      margin: 0 0 0 2px;
      padding: 0;
      position: relative;
      transition: 0.5s;
      width: 30px;
      z-index: 2; }
      .header .search .button:hover {
        background: #ef4035;
        color: #fff; }

.menu-btn {
  display: none; }

.main-nav {
  background: url(../img/nav-bg.png) no-repeat center center;
  background-size: 100% 38px;
  bottom: 10px;
  display: block !important;
  left: 15px;
  height: 38px;
  position: absolute; }
  .main-nav ul.menu {
    margin-top: 1px; }
    .main-nav ul.menu > li {
      border: none !important;
      display: block;
      float: left; }
      .main-nav ul.menu > li.current > a, .main-nav ul.menu > li:hover > a {
        background: #ef4035;
        color: white; }
      .main-nav ul.menu > li:hover > ul {
        display: block; }
      .main-nav ul.menu > li > a {
        background: none;
        border: none;
        color: white !important;
        display: block;
        font-family: "UniSansRegular", "DIN Next W01 Regular", Arial;
        font-size: 13px;
        height: 15px;
        padding: 12px 7px 9px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.3s; }
      .main-nav ul.menu > li ul {
        position: absolute; }
        .main-nav ul.menu > li ul li {
          display: block;
          border-bottom: solid 1px #444;
          position: relative; }
          .main-nav ul.menu > li ul li:hover > a, .main-nav ul.menu > li ul li.current > a {
            background: #ef4035;
            color: white; }
          .main-nav ul.menu > li ul li:last-child {
            border-bottom: none; }
          .main-nav ul.menu > li ul li:hover > ul {
            display: block; }
          .main-nav ul.menu > li ul li a {
            background: #222;
            color: white;
            display: block;
            font-family: "UniSansRegular", "DIN Next W01 Regular", Arial;
            font-size: 15px;
            line-height: 1;
            padding: 11px 10px;
            text-transform: none;
            transition: 0.3s;
            width: 170px; }
          .main-nav ul.menu > li ul li ul {
            left: 190px;
            top: 0; }
      .main-nav ul.menu > li:last-child ul li ul {
        left: -190px; }

.slider-mobile-caption {
  font-size: 20px;
  line-height: 1.1; }
  .slider-mobile-caption .moduletable {
    padding: 25px 15px; }

.home-container .home-services {
  width: 35%; }

.home-news {
  height: 74px;
  margin-bottom: 28px;
  overflow: hidden;
  position: relative; }
  .home-news .title {
    float: left;
    width: 35%; }
    .home-news .title h3 a {
      height: 74px; }
  .home-news .news-slider.moduletable {
    float: right;
    height: 74px;
    width: 65%; }
    .home-news .news-slider.moduletable .bt-inner .bt-extra .bt-date {
      display: inline-block;
      padding: 0 20px 0 0; }
    .home-news .news-slider.moduletable .bt-inner a.bt-title {
      display: inline-block;
      padding: 0 20px 0 0; }

.top-container .inner {
  padding: 20px 0 0 33%;
  width: 67%; }

.container .main-content {
  float: right;
  width: 68%; }
.container .left {
  float: left;
  width: 27%; }
  .container .left .moduletable {
    margin: 0 0 40px 0; }
  .container .left .shareprice {
    background-position: center 45px;
    padding-top: 120px; }
    .container .left .shareprice .price {
      font-size: 28px;
      padding: 12px 0 8px 0; }
      .container .left .shareprice .price .movement {
        font-size: 16px; }
      .container .left .shareprice .price .movement_up,
      .container .left .shareprice .price .movement_down {
        border-width: 7px;
        display: block;
        height: 0;
        width: 0; }

.social ul li {
  margin: 0; }
  .social ul li a {
    background: #ef4035 url(../img/social.png) no-repeat 30px 25px;
    height: 71px;
    width: 80px; }
    .social ul li a.linkedin {
      background-position: 30px 25px; }
    .social ul li a.youtube {
      background-position: -48px 25px; }

.footer .footer-wrap {
  height: 71px; }
  .footer .footer-wrap .inner {
    height: 100%;
    padding: 0; }
  .footer .footer-wrap .footer-nav {
    float: left;
    margin: 25px 0 0 180px; }
    .footer .footer-wrap .footer-nav ul li {
      border-right: solid 1px white;
      display: block;
      float: left;
      padding: 0 10px; }
      .footer .footer-wrap .footer-nav ul li:first-child {
        padding-left: 0; }
      .footer .footer-wrap .footer-nav ul li:last-child {
        border-right: none; }
  .footer .footer-wrap .copyright {
    float: left;
    margin: 10px 100px 0 180px; }
  .footer .footer-wrap .dash {
    bottom: 20px;
    margin: 0;
    position: absolute;
    right: 15px; }

/***** PMI catering Testimonials Page *****/
.testimonials blockquote {
  clear: both;
  float: right;
  width: 70%; }
  .testimonials blockquote:nth-child(2n+1) {
    float: left; }

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

.header {
  height: 200px; }
  .header .logo {
    margin: 13px 0 0 0; }
    .header .logo img {
      height: 103px; }
  .header .header-contact-info {
    left: 350px;
    top: 26px; }
    .header .header-contact-info ul li a {
      background-size: auto auto !important;
      height: 27px;
      font-size: 15px;
      padding: 7px 26px 7px 26px; }
  .header .search {
    right: 0; }
    .header .search input[type="text"] {
      width: 189px; }
    .header .search .button {
      width: 35px; }
  .header .safety-ticker {
    display: block; }

.main-nav {
  bottom: 22px;
  left: 0;
  right: 0; }
  .main-nav ul.menu > li > a {
    font-size: 16px;
    padding: 11px 22.5px 11px; }
  .main-nav ul.menu > li ul li a {
    font-size: 16px;
    padding: 11px 28.5px;
    width: 190px; }
  .main-nav ul.menu > li ul li ul {
    left: 247px; }
  .main-nav ul.menu > li.item-277 {
    display: none; }
    .main-nav ul.menu > li.item-277 ul li ul {
      left: -214px; }

.slider-mobile,
.slider-mobile-caption {
  display: none; }

.slider {
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .slider .moduletable,
  .slider .wk-slideshow {
    height: 250px; }
  .slider .slides {
    left: 0;
    position: fixed !important;
    top: 0; }
    .slider .slides li .bg-image {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%; }
    .slider .slides li img {
      height: auto !important;
      width: 100% !important; }
  .slider .slides,
  .slider .slides li,
  .slider .slides li article,
  .slider .slides li article p,
  .slider .slides li article div {
    height: 100% !important;
    width: 100% !important; }
  .slider .content {
    background-position: center top !important;
    background-size: cover !important;
    height: 100%;
    left: 0;
    position: fixed;
    text-indent: -999em;
    top: 0;
    width: 100%; }
  .slider p {
    margin: 0; }
  .slider .caption {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #222;
    background: rgba(0, 0, 0, 0.3);
    bottom: auto;
    color: #fff;
    display: none !important;
    left: auto;
    filter: none !important;
    font-size: 18px;
    height: 172px;
    line-height: 1.3;
    margin: 0 -500px 0 0;
    padding: 30px;
    position: absolute;
    text-align: left;
    top: 200px;
    right: 50%;
    width: 740px;
    z-index: 3; }
    .slider .caption h1 {
      color: #fff;
      display: inline-block;
      font-family: "UniSansBook", "DIN Next W01 Regular", Arial;
      font-size: 26px;
      letter-spacing: 0.9px;
      line-height: 1.3;
      position: absolute; }
  .slider ul.nav {
    bottom: 0;
    margin: 0 -470px 0 0;
    padding: 0;
    position: absolute;
    right: 50%;
    text-align: right;
    top: 218px;
    z-index: 10; }
    .slider ul.nav li {
      margin: 0 0 0 6px; }
      .slider ul.nav li:hover span, .slider ul.nav li.active span {
        background: #ef4035; }
      .slider ul.nav li span {
        background: #79766b;
        border-radius: 10px;
        height: 10px !important;
        width: 10px !important; }

.sub .slider {
  height: 0;
  margin: 0; }

.home-container {
  padding: 0; }
  .home-container .home-services {
    width: 247px; }
    .home-container .home-services .moduletable.accordion .content ul li:hover .popup {
      display: block; }
    .home-container .home-services .moduletable.accordion .content ul li .popup {
      background: #ffffff;
      color: #000;
      display: none;
      font-size: 14px;
      height: auto;
      left: 247px;
      padding: 20px 20px 30px 20px;
      position: absolute;
      top: 0;
      width: 395px;
      z-index: 20; }
      .home-container .home-services .moduletable.accordion .content ul li .popup a {
        background: #000 url(../img/home-more-arrow.png) no-repeat 95% center;
        bottom: 0;
        color: #fff;
        display: block;
        font-size: 13px;
        margin: 15px 0 0 0;
        padding: 5px 20px 5px 10px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        width: 90px; }
        .home-container .home-services .moduletable.accordion .content ul li .popup a:hover {
          background: #000 url(../img/home-more-arrow-hover.png) no-repeat 95% center;
          color: #ef4035; }

.home-news {
  background: url(../img/home-news-bg.png) no-repeat center center;
  height: 44px;
  margin-bottom: 58px; }
  .home-news .title {
    width: 247px; }
    .home-news .title h3 {
      background: none;
      text-align: right; }
      .home-news .title h3 a {
        height: 44px; }
  .home-news .news-slider.moduletable {
    height: 44px;
    width: 750px; }
    .home-news .news-slider.moduletable .bt-inner {
      padding-left: 80px;
      padding-top: 5px; }

.top-container {
  background: rgba(255, 255, 255, 0.6);
  margin: 90px 0 0 0; }
  .top-container .inner {
    padding: 20px 0 0 300px;
    width: 700px; }
  .top-container h1.title {
    font-size: 35px; }

.container .inner {
  padding: 0; }
.container .main-content {
  margin: 20px 0 40px 0;
  min-height: 350px;
  position: relative;
  width: 700px;
  z-index: 20; }
  .container .main-content h1.title {
    font-size: 35px; }
  .container .main-content p, .container .main-content ul li, .container .main-content ol li {
    text-align: justify; }
  .container .main-content .blog .items-row {
    border-bottom: solid 1px #D2D2D2;
    padding: 10px 0; }
    .container .main-content .blog .items-row .item {
      float: left;
      border: none;
      padding: 0;
      width: 45%; }
      .container .main-content .blog .items-row .item:nth-child(2n+1) {
        margin-right: 10%; }
.container .left {
  width: 250px; }

.social {
  bottom: auto;
  float: left;
  left: auto;
  margin: 0 30px 0 0;
  position: relative; }

.footer .footer-wrap {
  background: #222 url(../img/logo-footer.png) no-repeat center top;
  background-size: 2560px 71px; }
  .footer .footer-wrap .footer-nav {
    margin: 43px 0 0 0; }
  .footer .footer-wrap .copyright {
    margin: 43px 0 0 40px; }
  .footer .footer-wrap .dash {
    right: 0; }

.visit_website {
  clear: none;
  float: right;
  margin: 5px 0 0 0; }

/***** PMI catering Testimonials Page *****/
.testimonials blockquote {
  background: #f7f8f8;
  border-top: none;
  border-bottom: none;
  color: #4f4f51;
  clear: both;
  float: right;
  margin: 0 0 20px;
  padding: 15px;
  width: 70%; }
  .testimonials blockquote strong {
    color: #7f7f81;
    font-family: "DIN Next W01 Light", Arial;
    font-size: 15px; }
  .testimonials blockquote:nth-child(2n+1) {
    background: #e7e8e8;
    float: left; }

/***** Equipment For Sale Page *****/
.category-list ul li {
  width: 24.25%; }
  .category-list ul li:nth-child(2n) {
    margin-right: 1%; }
  .category-list ul li:nth-child(3n) {
    margin-right: 1%; }
  .category-list ul li:nth-child(4n) {
    margin-right: 0; }

.zoo-products .items .teaser-item {
  width: 24.25%; }
  .zoo-products .items .teaser-item:nth-child(2n) {
    margin-right: 1%; }
  .zoo-products .items .teaser-item:nth-child(3n) {
    margin-right: 1%; }
  .zoo-products .items .teaser-item:nth-child(4n) {
    margin-right: 0; }
.zoo-products .item .related-products > div {
  width: 24.25%; }
  .zoo-products .item .related-products > div:nth-child(2n) {
    margin-right: 1%; }
  .zoo-products .item .related-products > div:nth-child(3n) {
    margin-right: 1%; }
  .zoo-products .item .related-products > div:nth-child(4n) {
    margin-right: 0; }

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