/*
Theme Name: IDE Australia 
Theme URI: http://www.ideaustralia.com.au
Author: Rysen
Author URI: http://www.rysen.com.au
Description: Custom built website
Version: 1.2.0
Tags: white, two-columns, one-column, left-sidebar, responsive-layout, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready

*/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 14px;
    line-height: 1.3;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Styles:
   ========================================================================== */

html {
	overflow-x: hidden;
}

body {
	position: relative;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.ib {
	display: inline-block;
}
.sec-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.scale {
	width: 100%;
	height: auto;
}

/* fonts */

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}


h1 {
	
}
h2 {
	font-size: 23px;
	line-height: 1.2;
	margin-top: 0;
	color: #002776;
}
h3 {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 0;
	color: #000;
}
h4 {
	font-size: 18px;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 5px;
	color: #000;
}

a[href^=tel] {
text-decoration:inherit;
color: inherit;
}


h2.light, h3.light {
	text-transform: inherit;
	font-size: 23px;
}


p {
	margin: 0 0 10px;
	line-height: 1.4;
}


.center {text-align: center;}

a {
	font-weight: bold;
	color: #002776;
	text-decoration: none;
}
a:hover {
	color: #0395dc;
}

.show-mobile {
	display: none;
}

.arrow-icon-white {
	display: inline-block;
	width: 6px;
  	height: 10px;
	margin-left: 4px;
	background: url('img/button-icon-white.png') no-repeat;
	background-size: 100% auto;
}

.white {
	color: #fff;
}
.black {
	color: #000;	
}
.blue {
	color: #002776;	
}
.l-blue {
	color: #0395dc;	
}
.caps {
	text-transform: uppercase;
	letter-spacing: 0.5pt;
}
.light {
	font-weight: 300;
}
.bold {
	font-weight: 700;
}

.cf-montl {
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 400;
}
.cf-montb {
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 700;
}
.cf-os {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.cf-muli {
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
.cf-mulin {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
}


ul {
	padding-left: 0px;
	list-style-position: inside;
}
ul li {
	margin-bottom: 10px;
}

a.l-blue {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
a.l-blue span {
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('img/lblue-arrow-right.png') no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	line-height: 10px;
}


/* For devices larger than 767px */
@media (max-width: 767px) {
	
	.sec-padding {padding-top: 85px;}
	
	h2 {font-size: 16px; text-align: center;}	
	
	.hide-mobile {display: none;}
	.show-mobile {display: block;}
	
	.site-content {overflow-x: hidden;}
}

@media (max-width: 467px) {
	.sec-padding {padding-top: 30px;}
	a.l-blue {font-size: 12px;}
}



/* header */

header.header {
	height: 52px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
header .logo {
	width: 300px;
}
header .logo a {
	display: block;
}
.search-bar {
  width: 240px;
  text-align: center;
  float: right;
  margin-top: 8px;
}

.search-bar input {
	width: 170px;
	height: 36px;
	padding-left: 10px;
	padding-bottom: 0;
	padding-top: 0;
	vertical-align: middle;
	background-color: #f5f5f5;
	box-shadow: none;
	border: none;
	font-size: 13px;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}
.search-bar button {
	width: 38px;
	height: 36px;
	margin-left: -4px;
	vertical-align: middle;
	background-color: #0395dc;
	box-shadow: none;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px 18px 18px 0px;
	-moz-border-radius: 0px 18px 18px 0px;
	border-radius: 0px 18px 18px 0px;
}
.search-bar button:hover {
	background-color: #0377b1;
}

.search-bar button span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('img/search-icon.png') no-repeat;
	text-indent: -9999px;
	background-size: 100% auto;
	margin-left: -4px;
}


header .contact-details {
	width: 240px;
	font-size: 18px;
	text-align: right;
	color: #002776;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	vertical-align: middle;
	float: right;
	margin-top: 15px;
}


header .contact-details .phone {
	margin-right: 20px;
}
header .contact-details .phone span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 4px;
	background: url('img/phone-icon.png') no-repeat;
	vertical-align: middle;
}
header .contact-details .email {
	
}
header .contact-details .email span {
	display: inline-block;
	width: 23px;
	height: 16px;
	margin-right: 4px;
	background: url('img/email-icon.png') no-repeat;
	vertical-align: middle;
}

header .contact-details .email a {
	font-weight: 400;
}
header .contact-details .email a:hover {
	text-decoration: none;
}

/* navigation MENU */

nav.main-nav {
	height: 60px;
	width: 100%;
	background-color: #044481;
	color: #fff;
	  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 60px;
	text-align: center;
}
ul.nav li{
	float: left;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
}
ul.nav li > div {
	display: table;
	height: 60px;
	  width: 100%;
	padding: 0px;
	color: #fff;
	font-size: 13px;
	
	vertical-align: middle;
}

ul.nav li > div a {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	height: 60px;
	padding: 0 10px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
ul.nav li a:hover {
	background-color: #053869;
}
ul.nav li.current_page_item a,
ul.nav li.current_page_parent a {
	background-color: #0395dc;
}

/* ul.nav li.about-ide {
	width: 85px;
} */
ul.nav li.new-equipment {
	width: 134px;
}
ul.nav li.treadbar-plastics {
		width: 245px;
}
ul.nav li.rental-equipment {
	width: 165px;
}
ul.nav li.consumables {
	width: 226px;
}
ul.nav li.gallery {
	width: 129px;
}
ul.nav li.servicing {
	width: 145px;
}
ul.nav li.contact {
	width: 145px;
}


/* ul.nav li.news {
	width: 75px;
} */
/* ul.nav li.contact-us {
	width: 95px;
} */
/* ul.nav li.ide-suppliers {
	width: 102px;
} */
/* Sub menu */

ul.nav li ul {
	position: absolute;
	top: 60px;
	z-index: 100;
	margin: 0;
	padding: 0px;
	background: #fff;
	border:1px solid #ccc;
	opacity: 0;
	visibility: hidden;
	-moz-box-shadow: 4px 0px 13px #777;
	-webkit-box-shadow: 4px 0px 13px #777;
	box-shadow: 4px 0px 13px #777;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
ul.nav li:hover ul {
	display: block;
}
ul.nav li ul li {
	display: block;
	float: none;
	text-align: left;
}
ul.nav li ul li > div {
  height: 40px;
}

ul.nav li ul li a {
	color: #000;
	height: 40px;
	padding: 0 17px;
	background-color: transparent !important;
	text-align: left;
}
ul.nav li ul li a:hover {
	background-color: transparent;
}
ul.nav li ul li:hover {
	background-color: #eee;
}
ul.nav li.current_page_item ul li a {
	background-color: inherit;
}

ul.nav li:hover ul.sub-menu {
	opacity: 1;
    top: 60px;
    visibility: visible;
}

ul.nav ul li.current_page_item a {
	background-color: #eee !important;
}





.hamburger-icon {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.ham-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 4px;
  background-color: #0395dc;
  /* these are the upper and lower lines in the menu menu */
}
.ham-icon::before, .ham-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.ham-icon::before {
  bottom: 8px;
}
.ham-icon::after {
  top: 8px;
}
.hamburger-icon.active .ham-icon {
  background-color: rgba(255, 255, 255, 0);
}
.hamburger-icon.active .ham-icon::before, .hamburger-icon.active .ham-icon::after {
  background-color: #0395dc;
}
.hamburger-icon.active .ham-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-icon.active .ham-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}







.callus-btn {
	display: none;
	
	position: absolute;
	right: 0;
	top: 0;
	
	width: auto;
	height: 15px;
	padding: 8px 11px 8px 7px;
	
	background-color:#ffcc00;
	font-size: 13px;
	border-radius: 0px 20px 20px 0px
}
.callus-btn a {
	text-decoration: none;
}


.mnav-active .search-bar {
	margin-left: 5px;
}


/* For devices larger than 767px */
@media (max-width: 767px) {
	
	header.header {height: 31px; text-align: center; border-bottom: 2px solid #e5e5e5;}
	header .logo {width: 156px; height: auto; margin-left: -20px;}
	.hamburger-icon {display: block;}
	header .search-bar,
	header .contact-details {display: none;}
	
	.callus-btn {display: block;}
	
	
	
	/*nav.main-nav {display: none;}*/
	
	
	
	.mnav-active {left: 250px;  -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
	nav.main-nav {position: fixed;left: -250px;top: 0;width: 250px;height: 100%;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
	nav.main-nav .container {width: 250px; margin: inherit; min-width: 250px;margin-top: 19px;}
	.mnav-active nav.main-nav {width: 250px; left: 0; top: 0;box-shadow: 5px 0px 25px #474747;z-index: 150; -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
	
	ul.nav {margin-top: 10px;}
	ul.nav li {display: block;text-align: left;width: 100% !important;}
	ul.nav li div {display: block;height: auto;}
	ul.nav li > div a {display: block;width: 210px;text-align: left;padding: 12px 0 12px 10px;margin: 0 15px;height: auto;border-bottom: 1px solid #346798;}
	ul.nav li:last-of-type > div a {border-bottom: none;}
	ul.nav li ul {display: none !important;}
	
	.main-nav .search {width: 250px;}
	.main-nav .search input {width: 170px;}
	.main-nav .search button span {margin-left: -5px;}
	
	.search-bar input {color: #000;}
}









/* home page */

.home-carousel {
	height: 477px;
	width: 100%;
	background-color: #fff;
}



.fullWidth {
max-width: 1400px;
margin: 0 auto 24px;
}

#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

.heroSlider .rsOverflow,
.royalSlider.heroSlider {
    height: 477px !important;
    overflow: hidden;
}


/*
@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 477px !important;
    }
}
*/



.rsDefault .rsBullets {
	background-color:inherit;
}
.rsMinW .rsBullets {
	width: 100%;
  right: 0;
  margin-right: 0;
  text-align: center;
}
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
background: #FFF;}

.rsContent .wrapper {
	width: 1040px;
	margin: 0 auto;
}

.textBlock {
	position: relative;
	top: -455px;
	left: 0px;
	width: 370px;
	padding-bottom: 0;
	background: transparent;
	overflow: hidden;
	padding: 20px;
}
.textBlock h2 {
	font-size: 48px;
	color: #fff;
	text-shadow: 2px 2px 7px #444;
	text-transform: inherit;
}

.rsMinW .rsBullet span {
	background-color: transparent;
	border: 2px solid #fff;
}
.rsMinW .rsArrow {
    bottom: 0;
	margin-bottom: 0;
}

.rsMinW .rsArrow {
  height: 100%;
  width: 50px;
}
.rsMinW .rsArrowLeft {
  left: 10px;
}
.rsMinW .rsArrowRight {
  right: 10px;
}


.rsMinW .rsArrowIcn {
  width: 37px;
  height: 50px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  
  border-radius: 2px;
  background-size: 100% auto;
  background-position: 0 0;
  
  bottom: 50%;
  margin-bottom: -16px;
  
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  background-position: 0 0;
  background-image: url('img/carousel-nav-right.png');
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: 0 0;
  background-image: url('img/carousel-nav-left.png');
}





@media (max-width: 767px) {
	.fullWidth {padding-bottom: 25px;border-bottom: 2px solid #e5e5e5;}
  
	.heroSlider .rsOverflow, .royalSlider.heroSlider {  height: 340px !important;padding-bottom: 170px;}
	.rsContainer {padding-bottom: 170px;}
	
	.rsContent .wrapper {width: 90%;}
	.textBlock {position: relative;top: 0px;left: 0;right: auto;width: 90%;}
	.textBlock h2 {color: #002776 !important;font-size: 18px; text-shadow: none;}
	
	.textBlock .carousel-btn {text-align: center;}
	
	.rsMinW .rsBullets {bottom: 0;}
	.rsMinW .rsBullet span {border: 2px solid #ccc;}
	.rsMinW .rsArrow {display: none !important;}
	
	.mnav-active .rsMinW .rsBullets {visibility: hidden;}
}
/* For devices larger than 767px */
@media (max-width: 467px) {
	.home-carousel {height: 417px;}
	.heroSlider .rsOverflow, .royalSlider.heroSlider {  height: 220px !important;padding-bottom: 175px;}
}


.body-content .new-equipment {
	width: 655px;
	padding-right: 80px;
	vertical-align: top;
}



.new-equipment-slider-wrapper {
	position: relative;
	height: auto;/*368px*/
	  margin-bottom: 18px;
}
.new-equipment-slider-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.new-equipment-slider-wrapper ul li {
	position: relative;
	float: left;
	width: 205px;
	height: 170px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	vertical-align: top;
}
.new-equipment-slider-wrapper ul li a {
	display: block;
}
.new-equipment-slider-wrapper ul li img {
	width: 100%;
	height: auto;
}
.new-equipment-slider-wrapper ul li a.overlay {
	position: absolute;
	top: 0;
	left: 0;  
	display: block; 
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0.3);
}
.new-equipment-slider-wrapper ul li a > div {
	display: table; 
	width: 90%;
	height: 100%;
	
	text-align: center;
	color: #fff;
	padding: 5%;
	background-color: transparent;
}
.new-equipment-slider-wrapper ul li a div .valign {
	display: table-cell; 
	width: 100%;
	height: 100%;
	vertical-align: middle; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



.new-equipment-slider-wrapper ul li a.overlay span.title {
	position: absolute;
	left: 3%;
	right: 3%;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}
.new-equipment-slider-wrapper ul li a.overlay .info {
	text-transform: initial;
	padding: 10px 0;
	font-size: 14px;
	
	position: absolute;
	bottom: 10px;
	left: 3%;
	right: 3%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.new-equipment-slider-wrapper ul li a.overlay span.learnmore,
.new-equipment-slider-wrapper ul li a span.arrow-icon-white {
	display: none;
	font-size: 13px;
}

.new-equipment-slider-wrapper ul li:hover a span.title{
	-webkit-transform: translate3d(0,-40%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-40%,0) translate3d(0,-40px,0);
}


.new-equipment-slider-wrapper ul li:hover a .info{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.new-equipment-slider-wrapper ul li:hover a span.learnmore,
.new-equipment-slider-wrapper ul li:hover a span.arrow-icon-white {
	display: inline-block;
	margin-top: 5px;
}
.new-equipment-slider-wrapper ul li:hover > a {background-color: rgba(48, 78, 136, 0.74);}





figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}







.new-equipment-slider-wrapper .carousel-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -17px;
}
.new-equipment-slider-wrapper .carousel-nav a {
	cursor: pointer;
}
.new-equipment-slider-wrapper .carousel-nav a.prev_caro {
	position: absolute;
	left: -30px;
}
.new-equipment-slider-wrapper .carousel-nav a.next_caro {
	position: absolute;
	right: -20px;
}


.new-equipment .left {
	width: 475px;
	vertical-align: top;
}
.new-equipment .right {
	width: 165px;
	text-align: right;
	vertical-align: middle;
}


.body-content .latest-news {
	width: 280px;
	vertical-align: top;
}
.latest-news .post {
	margin-bottom: 12px;
	padding-bottom: 2px;
	border-bottom: 2px solid #e5e5e5;
}
.latest-news .post:nth-last-of-type(1) {
	border-bottom: none;
}
.latest-news .post p {
	margin-top: 2px;
}
.latest-news .post h4 {
	margin-bottom: 0px;
}
.latest-news .post h4 a {
	text-decoration: none;
}
.latest-news .post .posted-date {
	font-size: 14px;
	color: #8d8d8d;
	margin-bottom: 5px;
}


/* For devices larger than 767px */
@media (max-width: 767px) {
	
	.body-content .new-equipment,
	.body-content .latest-news {width: 100%; padding: 0;}
	.body-content .latest-news {padding-top: 25px;border-top: 2px solid #e5e5e5;}
	
	.new-equipment .left,
	.new-equipment .right {width: 100%;display: none;}
	
	.new-equipment-slider-wrapper {overflow: hidden; height: auto;}
	.new-equipment-slider-wrapper ul {width: 100%;}
	.new-equipment-slider-wrapper ul li {width: 49%;height: auto;margin-right: 2%;margin-bottom: 2%;}
	.new-equipment-slider-wrapper ul li:nth-child(2n) {margin-right: 0;}
	.new-equipment-slider-wrapper ul li:hover > a {background-color: rgba(0, 0, 0, 0.3);}
	.new-equipment-slider-wrapper ul li a.overlay span.title {display: block; font-size: 15px;}
	.new-equipment-slider-wrapper ul li a.overlay span.tagline,
	.new-equipment-slider-wrapper ul li a.overlay span.learnmore {display: none !important;}
	.new-equipment-slider-wrapper ul li a.overlay span.learnmore, 
	.new-equipment-slider-wrapper ul li a span.arrow-icon-white {display: none !important;}
	
	.new-equipment-slider-wrapper ul li:hover a span.title{-webkit-transform: translate3d(0,-50%,0) translate3d(0,0px,0);transform: translate3d(0,-50%,0) translate3d(0,0px,0);}
	
	.latest-news .post {border-bottom: none;}
	.latest-news .post:nth-last-of-type(1) {display: none;}
	
}











.body-content .featured-points {
	height: 618px;
	width: 100%;
	padding: 75px 0;
	background-image: url('img/home-bg1.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: rgba(235, 235, 235, 0.6);
}
.featured-points .point-1 {
	vertical-align: top;
	margin-right: 30px;
	
}
.featured-points .point-1 .image,
.featured-points .point-2 .image {
	position: relative;
	width: 280px;
	height: 280px;
	background-color: #ccc;
	margin-right: 20px;
}

.featured-points .point-1 .image-bg,
.featured-points .point-2 .image-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 280px;
	background: url('img/points1-2-image-bg.png') no-repeat;
}

.featured-points .point-1 .text {
	width: 205px;
	vertical-align: top;
}
.featured-points .point-2 {

}
.featured-points .point-2 .text {
	width: 175px;
	vertical-align: top;
}
/*.featured-points .point-2 .text h3{
	margin-bottom: 10px;
}*/
.featured-points .point-3 {
	margin-top: 50px;
}
.featured-points .point-3 .image {
	position: relative;
	width: 618px;
	height: 275px;
	background-color: #ccc;
	margin-right: 20px;
}
.featured-points .point-3 .image-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 618px;
	height: 275px;
	background: url('img/point3-image-bg.png') no-repeat;
}
.featured-points .point-3 .text {
	width: 380px;
	vertical-align: top;
}
.featured-points .text-wrap {
	height: 150px;
}



/* For devices larger than 767px */
@media (max-width: 767px) {
	
	.body-content .featured-points {height: auto;padding: 35px 0 20px; background-image: none;}	
	
	.body-content .featured-points > div > div {width: 100%;margin-bottom: 15px;}	
	
	.featured-points .point-1 {margin: 0;}
	.featured-points .point-1 .image, 
	.featured-points .point-2 .image {width: 30%;height: auto; margin: 0;}
	
	
	
	
	.featured-points .point-1 .text,
	.featured-points .point-2 .text,
	.featured-points .point-3 .text {width: 62%;padding-left: 3%;padding-right: 3%;}
	
	.featured-points .point-1 .text p,
	.featured-points .point-2 .text p,
	.featured-points .point-3 .text p {display: none;}
	
	
	.featured-points .point-3 {margin-top: 10px;}
	.featured-points .point-3 .image {width: 30%;height: auto; overflow: hidden;margin: 0;}
	.featured-points .point-3 .image img {width: 224%;margin-left: -50%;}
	
	.featured-points .point-1 .image-bg, 
	.featured-points .point-2 .image-bg,
	.featured-points .point-3 .image-bg {width: 100%;height: 100%; background-size: 100% auto;}
	
	.featured-points .point-3 .image-bg {background: url('img/points1-2-image-bg.png') no-repeat;background-size: 100% auto;}
	
	.body-content .featured-points h3 {margin-bottom: 5px;font-size: 17px;margin-top: 10px;}
	.body-content .featured-points .button {color: #0395dc;background-color: transparent;padding: 0;}	
	
	.body-content .featured-points .button span.button-icon {background-image: url('img/lblue-arrow-right.png'); background-size: 100% auto;margin-left: 2px;width: 5px;height: 10px;background-position: center center;}
	
	.featured-points .text-wrap {height: auto;}
}










.body-content .about-ide {
	height: 262px;
	width: 100%;
	padding: 75px 0;
	text-align: center;
	
	
	background-image: url('img/home-bg2.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: rgba(0,39,118,0.6);
	
}
.about-ide-text {
	width: 650px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
}


/* For devices larger than 767px */
@media (max-width: 767px) {
	.body-content .about-ide {height: auto; padding: 40px 0;}
	.about-ide-text {width: 90%;font-size: 15px;}

}










.our-suppliers ul.company-logos {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 35px;
}
.our-suppliers ul.company-logos li {
	display: inline-block;
	width: 155px;
	margin-bottom: 10px;
	padding: 0 25px;
	
	text-align: center;
}
.our-suppliers ul.company-logos li a {
	display: block;
	position: relative;
}
.our-suppliers ul.company-logos li img {
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	opacity: 0.7;
	filter: alpha(0.7);
}






@media (max-width: 767px) {

	.our-suppliers ul.company-logos li {width: 28% !important;padding: 0 2.5%; height: auto; display: inherit;float: left;}
	.our-suppliers ul.company-logos li .img_wrapper {width: 100% !important;}
}
@media (max-width: 467px) {
	.our-suppliers ul.company-logos li,
	.our-suppliers ul.company-logos li .img_wrapper {width: 44.5% !important; height: 50px !important;}
}



.main-body {
	margin-bottom: 75px;
}



.page-banner .image {
	position: relative;
	height: 210px;
	width: 1400px;
	margin-left: -180px;
}
.page-banner .image img {
	position: absolute;
	left: 0;
	top: 0;
}
.page-banner .image .banner-fade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('img/banner-fade-small2.png') transparent repeat-y;
}


.page-banner .text {
	position: absolute;
	left: 0;
	top: 0;
	height: 210px;
	display: table;
}
.page-banner .text .valign {
	display: table-cell;
	vertical-align: middle;
}
.page-banner .text h1 {
	color: #fff;
	font-size: 46px;
	line-height: 1;
	text-shadow:2px 2px 7px #444;
}





@media (max-width: 767px) {
	.page-banner .image {height: 150px;width: 100%;margin-left:0;}
	.page-banner .image img {height: 150px;width: 1000px;margin-left: -130px;}
	.page-banner .image .banner-fade {display: none;}
	.page-banner .text {height: 150px;}
	.page-banner .text h1 {font-size: 32px;}
	
	.main-body {margin-bottom: 35px;}
}




.breadcrumbs {
	margin-top: 20px;
	margin-bottom: 35px;
	font-size: 13px;
}
.breadcrumbs a {
	color: #000;
	font-weight: normal;
}
@media (max-width: 767px) {
	.breadcrumbs {margin-top: 15px;margin-bottom: 15px;}
}


.four-cols {
	display: -webkit-box;  
	display: -moz-box; 
  	display: -ms-flexbox; 
  	display: -webkit-flex;
  	display: flex; 
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.four-cols .col {
	width: 22%;
	float: left;
	margin-right: 3.5%;
    margin-bottom: 30px;
}
.four-cols .col:nth-child(4n) {
	margin-right: 0;
}
.two-cols {
	display: -webkit-box;  
	display: -moz-box; 
  	display: -ms-flexbox; 
  	display: -webkit-flex;
  	display: flex; 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.two-cols .col {
	width: 46%;
	float: left;
	margin-right: 5%;
    margin-bottom: 0px;
}
.two-cols .col:nth-child(2n) {
	margin-right: 0;
}
.three-cols {
	display: -webkit-box;  
	display: -moz-box; 
  	display: -ms-flexbox; 
  	display: -webkit-flex;
  	display: flex; 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.three-cols .col {
	width: 32%;
	float: left;
	margin-right: 2%;
    margin-bottom: 30px;
}
.three-cols .col:nth-child(3n) {
	margin-right: 0;
}



.three-wide-cols .col {
	width: 23%;
	float: left;
	margin-right: 2.5%;
    margin-bottom: 30px;
}
.three-wide-cols .col.double {
	width: 49%;
}
.three-wide-cols .col:nth-child(3n) {
	margin-right: 0;
}




.three-wide-cols .image {
	overflow: hidden;
	position: relative;
	height: 225px;
	margin-bottom: 20px;
	max-width: 222px;
}
.three-wide-cols .image .image-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('img/circle-bg.png') no-repeat;
	background-size: 100% auto;
	padding: 1px;
}
.three-wide-cols .col.double .image {
	max-width: inherit;
}
.three-wide-cols .col.double .image-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('img/point3-image-bg-white.png') no-repeat;
	background-size: 100% auto;
	padding: 1px;
}


.full-col {
	width: 100%;
}
.intro-text {
	width: 100%;
	margin-bottom: 40px;
}

.split-columns {
	list-style-position: inside;
}
.split-columns li {
	float: left;
	width: 50%;
}

.page-content {
	width: 813px;
	float: right;
}

.blue-panel {
	background-color: #688fb3;
	padding: 50px 0;
}
.l-blue-panel {
	background-color: #81a1c0;
	padding: 50px 0;
}
.grey-panel {
	background-color: #f5f5f5;
	padding: 50px 0;
}




@media (max-width: 767px) {
	.page-content {width: 100%;}
	
	.full-col,.intro-text  {margin-bottom: 20px;}
	
	.two-cols .col {width: 100%;	margin-right: 0%;}
	
	.three-cols .col {width: 48.5%;margin-right: 3%}
	.three-cols .col:nth-child(3n) {margin-right: 3%;}
	.three-cols .col:nth-child(2n) {margin-right: 0%;}
	
	.four-cols .col {width: 46.5%;margin-right: 4.5%;margin-bottom: 30px;}
	.four-cols .col:nth-child(2n) {margin-right: 0;}
	
	.three-wide-cols .col {width: 48%;}
	.three-wide-cols .col.double {width: 100%;margin-right: 0;}
	.three-wide-cols .image {height: auto;max-width: 80%;margin: 0 auto 20px;}
	
	.blue-panel .button.yellow {margin-top: 10px;}
	
	
}
@media (max-width: 479px) {
	.three-cols .col {width: 100%;margin-right: 0%}
	.three-cols .col:nth-child(3n) {margin-right: 0%;}
	
	.three-wide-cols .col {width: 100%;margin-right: 0;}
	.split-columns li {width: 100%;}
	
	.three-wide-cols .text {text-align: center;}
}



/* 
	NEW EQUIPMENT  	
-----------------------------------*/

.back-to a {
	color: #0395dc;
	
}
.back-to a span {
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url('img/lblue-arrow-left.png') no-repeat;
  background-size: 100% auto;
}


.new-equip .col .image {
	width: 260px;
	height: 169px;
	overflow: hidden;	
	margin-bottom: 10px;
}
.new-equip .col .image img {
	width: 100%;
	height: auto;
}
.new-equip .col .text {
	
}
.new-equip .col .text a {
	text-decoration: none;
}

@media (max-width: 767px) {
	.new-equip .col .image {width: 100%;height: auto; margin-bottom: 7px;}
}

.equipment-table-wrapper {
	margin-top: 20px;
}
.equipment-table {
	margin-bottom: 35px;
}
.table-fields {
	width: 100%;
	overflow: hidden;
}
.table-fields .table-head {
	height: 65px;
	padding-bottom: 0px;
	font-weight: bold;
}
.table-fields .table-body {
	height: 50px;
}
.table-fields .table-col {
	display: table;
	width: 90px;
	height: 50px;
	float: left;
	font-size: 11.5px;
}
.table-fields .table-col span {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	 
}
.table-fields .table-col.model {
	width: 90px;
	
	
	text-align: left;
	border-right: 1px solid #e5e5e5;
}
.table-fields .table-body .table-col.model {
	font-size: 13px;
	color: #002776;
	font-weight: bold;
}

.table-fields .table-head .table-col {
	height: 65px;
	padding-bottom: 5px;
}
.table-fields .table-head .table-col span {
	vertical-align: bottom; 
	 padding: 0 6px 5px;
}
.table-fields .table-col.model span {
	text-align: left;
	padding-left: 0;
	  padding-right: 5px;
	  /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.table-fields .table-body:nth-child(2n) .table-col {
	background-color: #f5f5f5;
}
.table-fields .table-body:nth-child(2n) .table-col.model,
.table-fields .table-body:nth-child(2n) .table-col.download {
	background-color: #fff;
}


@media (max-width: 767px) {
	.equipment-table-inner {overflow-x: scroll; margin-bottom: 30px;}
	
	/*
	.equipment-table-inner::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
	}
	.equipment-table-inner::-webkit-scrollbar-thumb {
	    border-radius: 4px;
	    background-color: rgba(0,0,0,.5);
	    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
	}*/
	
	.equipment-table-wrapper .equipment-table {width: 815px;  margin-top: 16px;-webkit-overflow-scrolling: touch; margin-bottom: 5px;}
	.equipment-table-wrapper .equipment-table h2 {text-align: left;  position: absolute;left: 0;z-index: 10;background-color: #fff;}
	.table-fields {padding-top: 23px;-webkit-overflow-scrolling: touch;}
	.table-fields .table-col.model {position: absolute; left: 0; background-color: #fff;}
	.table-fields .table-body  .table-col.model {margin-top: 5px;}
	.table-fields .table-head,.table-fields .table-body {padding-left: 90px;}
	.table-fields .table-body .table-col.download img {width: 17px; height: 15px;}
	
	.swipe-view {font-size: 10px;text-align: center; margin-top: 15px; height: 13px;}
	.swipe-view span {display: inline-block;width: 7px;height: 10px;background-size: 100% auto;text-indent: -9999px;margin-bottom: -2px;}
	.swipe-view span.ic-left {background: url('img/lblue-arrow-left.png') no-repeat;background-size: 100% auto;margin-right: 1px;}
	.swipe-view span.ic-right {background: url('img/lblue-arrow-right.png') no-repeat;background-size: 100% auto;margin-left: 1px;width: 6px;}
}

/* 
	End of NEW EQUIPMENT  	
-----------------------------------*/

/* 
	TREAD BARS & PLASTICS   	
-----------------------------------*/
/* AR added 15th March 2018 */

.back-to a {
	color: #0395dc;
	
}
.back-to a span {
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url('img/lblue-arrow-left.png') no-repeat;
  background-size: 100% auto;
}


.new-equip .col .image {
	width: 260px;
	height: 169px;
	overflow: hidden;	
	margin-bottom: 10px;
}
.new-equip .col .image img {
	width: 100%;
	height: auto;
}

.new-equip .col .text a {
	text-decoration: none;
}

@media (max-width: 767px) {
	.new-equip .col .image {width: 100%;height: auto; margin-bottom: 7px;}
}

/* Start of table CSS */

.equipment-table-wrapper {
	margin-top: 20px;
}
.equipment-table {
	margin-bottom: 35px;
}
.table-fields {
	width: 100%;
	overflow: hidden;
}
.table-fields .table-head {
	height: 65px;
	padding-bottom: 0px;
	font-weight: bold;
}
.table-fields .table-body {
	height: 50px;
}
.table-fields .my-table-col {
	display: table;
	width: 108px;
	height: 50px;
	float: left;
	font-size: 11.5px;
}
.table-fields .my-table-col2 {
	display: table;
	width: 240px;
	height: 50px;
	float: left;
	font-size: 11.5px;
}
.table-fields .my-table-col span {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;  
}
.table-fields .my-table-col2 span {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;  
}
.table-fields .my-table-col.model {
	width: 92px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}
.table-fields .my-table-col2.model {
	width: 92px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}
.table-fields .table-body .my-table-col.model {
	font-size: 13px;
	color: #002776;
	font-weight: bold;
}

.table-fields .table-head .my-table-col {
	height: 65px;
	padding-bottom: 5px;
}
.table-fields .table-head .my-table-col2 {
	height: 65px;
}
.table-fields .table-head .my-table-col span {
	vertical-align: bottom; 
	 padding: 0 6px 5px;
}
.table-fields .table-head .my-table-col2 span {
	vertical-align: bottom; 
	 padding: 0 6px 5px;
}
.table-fields .my-table-col.model span {
	text-align: left;
	padding-left: 0;	
	  padding-right: 5px;

}
.table-fields .my-table-col2.model span {
	text-align: left;
	padding-left: 0;	
	  padding-right: 5px;

}

.table-fields .table-body:nth-child(2n) .my-table-col {
	background-color: #f5f5f5;
}
.table-fields .table-body:nth-child(2n) .my-table-col2 {
	background-color: #f5f5f5;
}
.table-fields .table-body:nth-child(2n) .my-table-col.model,
.table-fields .table-body:nth-child(2n) .my-table-col.download {
	background-color: #fff;
}
.table-fields .table-body:nth-child(2n) .my-table-col2.model,
.table-fields .table-body:nth-child(2n) .my-table-col2.download {
	background-color: #fff;
}


@media (max-width: 767px) {
	.equipment-table-inner {overflow-x: scroll; margin-bottom: 30px;}

	
	.equipment-table-wrapper .equipment-table {width: 815px;  margin-top: 16px;-webkit-overflow-scrolling: touch; margin-bottom: 5px;}
	.equipment-table-wrapper .equipment-table h2 {text-align: left;  position: absolute;left: 0;z-index: 10;background-color: #fff;}
	.table-fields {padding-top: 23px;-webkit-overflow-scrolling: touch;}
	.table-fields .my-table-col.model {position: absolute; left: 0; background-color: #fff;}
	.table-fields .my-table-col2.model {position: absolute; left: 0; background-color: #fff;}
	.table-fields .table-body  .my-table-col.model {margin-top: 0px;}
	.table-fields .table-head,.table-fields .table-body {padding-left: 90px;}
	.table-fields .table-body .my-table-col.download img {width: 17px; height: 15px;}
	/* .table-fields .my-table-col{ width: 98px;} */
	
	.swipe-view {font-size: 10px;text-align: center; margin-top: 15px; height: 13px;}
	.swipe-view span {display: inline-block;width: 7px;height: 10px;background-size: 100% auto;text-indent: -9999px;margin-bottom: -2px;}
	.swipe-view span.ic-left {background: url('img/lblue-arrow-left.png') no-repeat;background-size: 100% auto;margin-right: 1px;}
	.swipe-view span.ic-right {background: url('img/lblue-arrow-right.png') no-repeat;background-size: 100% auto;margin-left: 1px;width: 6px;}
}

/* End of table CSS */

/* 
Anchor table */


.anchor-table-wrapper {
	margin-top: 20px;
}
.anchor-table {
	margin-bottom: 35px;
}
.table-anchor-fields {
	width: 100%;
	overflow: hidden;
}
.table-anchor-fields .table-head {
	height: 65px;
	padding-bottom: 0px;
	font-weight: bold;
}
.table-anchor-fields .table-anchor-body {
	height: 50px;
}
.table-anchor-fields .my-anchor-table-col {
	display: table;
	width: 120px;
	height: 50px;
	float: left;
	font-size: 11.5px;
}
.table-anchor-fields .my-table-col2 {
	display: table;
	width: 240px;
	height: 50px;
	float: left;
	font-size: 11.5px;
}
.table-anchor-fields .my-anchor-table-col span {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;  
}
.table-anchor-fields .my-table-col2 span {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;  
}
.table-anchor-fields .my-table-col.model {
	width: 90px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}
.table-anchor-fields .my-table-col2.model {
	width: 90px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}

.table-anchor-fields .table-head .my-anchor-table-col {
	height: 65px;
	padding-bottom: 5px;
}
.table-anchor-fields .table-head .my-table-col2 {
	height: 65px;
}
.table-anchor-fields .table-head .my-anchor-table-col span {
	vertical-align: bottom; 
	 padding: 0 6px 5px;
}
.table-anchor-fields .table-head .my-anchor-table-col2 span {
	vertical-align: bottom; 
	 padding: 0 6px 5px;
}
.table-anchor-fields .my-anchor-table-col.model span {
	text-align: left;
	padding-left: 0;	
	  padding-right: 5px;

}
.table-anchor-fields .my-table-col2.model span {
	text-align: left;
	padding-left: 0;	
	  padding-right: 5px;

}

.table-anchor-fields .table-anchor-body:nth-child(2n) .my-anchor-table-col {
	background-color: #f5f5f5;
}
.table-anchor-fields .table-anchor-body:nth-child(2n) .my-anchor-table-col2 {
	background-color: #f5f5f5;
}
.table-anchor-fields .table-anchor-body:nth-child(2n) .my-anchor-table-col.model,
.table-anchor-fields .table-anchor-body:nth-child(2n) .my-anchor-table-col.download {
	background-color: #fff;
}
.table-anchor-fields .table-anchor-body:nth-child(2n) .my-anchor-table-col2.model,
.table-anchor-fields .table-anchor-body:nth-child(2n) .my-anchor-table-col2.download {
	background-color: #fff;
}

.download {
	text-align: right;
}
.downloadicon {
	padding-right: 50px;
}

@media (max-width: 767px) {
	.anchor-table-inner {overflow-x: scroll; margin-bottom: 30px;}

	
	.anchor-table-wrapper .anchor-table {width: 590px;  margin-top: 16px;-webkit-overflow-scrolling: touch; margin-bottom: 5px;}
	.anchor-table-wrapper .anchor-table h2 {text-align: left;  position: absolute;left: 0;z-index: 10;background-color: #fff;}
	.table-anchor-fields {padding-top: 23px;-webkit-overflow-scrolling: touch;}
	.table-anchor-fields .my-anchor-table-col.model {position: absolute; left: 0; background-color: #fff;}
	.table-anchor-fields .table-anchor-body  .my-anchor-table-col.model {margin-top: 5px;}
	.table-anchor-fields .table-head,.table-anchor-fields .table-anchor-body {padding-left: 10px;}
	.table-anchor-fields .table-anchor-body .my-anchor-table-col.download img {width: 17px; height: 15px;}
	.table-anchor-fields .my-anchor-table-col{ width: 85px;} 
	
	.swipe-view {font-size: 10px;text-align: center; margin-top: 15px; height: 13px;}
	.swipe-view span {display: inline-block;width: 7px;height: 10px;background-size: 100% auto;text-indent: -9999px;margin-bottom: -2px;}
	.swipe-view span.ic-left {background: url('img/lblue-arrow-left.png') no-repeat;background-size: 100% auto;margin-right: 1px;}
	.swipe-view span.ic-right {background: url('img/lblue-arrow-right.png') no-repeat;background-size: 100% auto;margin-left: 1px;width: 6px;}

	.download {
	text-align: right;
	}
	.downloadicon {
	height: 20px;
	width: 20px;
	float: right;
	}


}
/* End of anchor table
	End of TREADBARS & PLASTICS   	
-----------------------------------*/



/* 
	TREADBARS & PLASTICS Solid   	
-----------------------------------*/
/* Properties table  */


.properties-table-wrapper {
	margin-top: 20px;
}
.properties-table {
	margin-bottom: 35px;
}
.properties-table-fields {
	width: 100%;
	overflow: hidden;
}
.properties-table-fields .properties-table-head {
	height: 30px;
	padding-bottom: 0px;
	font-weight: bold;
}
.properties-table-fields .properties-table-head-sub {
	padding-bottom: 0px;
	font-weight: bold;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	width: 96%;
}
.properties-table-fields .my-properties-table-sub-col.model  {
	width: 813px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}
.properties-table-fields .properties-table-body {
	height: 50px;
}
.properties-table-fields .my-properties-table-col {
	display: table;
	width: 100px;
	height: 50px;
	float: left;
	font-size: 11.5px;
}

.properties-table-fields .my-properties-table-col span {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;  
}

.properties-table-fields .my-properties-table-col.model  {
	width: 150px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}
.properties-table-fields .my-properties-table-col.model-2 {
	width: 92px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}

.properties-table-fields .properties-table-body .my-properties-table-col.model {
	font-size: 13px;
	color: #002776;
	font-weight: bold;
}
.properties-table-fields .properties-table-body .my-properties-table-col.model-2 {
	font-size: 13px;
	color: #002776;
	font-weight: bold;
}

.properties-table-fields .properties-table-head .my-properties-table-col {
	height: 30px;
	/* padding-bottom: 5px; */
}
.properties-table-fields .properties-table-head .my-properties-table-col span {
	vertical-align: bottom; 
	 padding: 0 6px 5px;
}

.properties-table-fields .my-properties-table-col.model span {
	text-align: left;
	padding-left: 0;	
	  padding-right: 5px;

}


.properties-table-fields .properties-table-body:nth-child(2n) .my-properties-table-col {
	background-color: #f5f5f5;
}

.properties-table-fields .properties-table-body:nth-child(2n) .my-properties-table-col.model,
.properties-table-fields .properties-table-body:nth-child(2n) .my-properties-table-col.download {
	background-color: #fff;
}



@media (max-width: 767px) {
	.properties-table-inner {overflow-x: scroll; margin-bottom: 30px;}
.properties-table-fields .properties-table-body .my-properties-table-col.model-2 {
	/* width: 20px; */
	width: 50px !important;

}
.properties-table-fields .properties-table-body .my-properties-table-col.model {
	width: 50px;
}

.properties-table-fields .properties-table-head-sub {
    width: 99%;
}

.properties-table-fields .properties-table-head {
	height: 33px;
}
	.properties-table-wrapper .properties-table {width: 460px;  margin-top: 16px;-webkit-overflow-scrolling: touch; margin-bottom: 5px;}
	.properties-table-wrapper .properties-table h2 {text-align: left;  position: absolute;left: 0;z-index: 10;background-color: #fff;}
	.properties-table-fields {padding-top: 23px;-webkit-overflow-scrolling: touch;}
	.properties-table-fields .my-properties-table-col.model {position: absolute; left: 0; background-color: #fff;}
	.properties-table-fields .my-properties-table-col.model-2 {position: absolute; left: 10; background-color: #fff; width: 50px !important;}
	.properties-table-fields .properties-table-body  .my-properties-table-col.model {margin-top: 0px;}
	.properties-table-fields .properties-table-head,.properties-table-fields .properties-table-body {padding-left: 70px;}
	.properties-table-fields .properties-table-body .my-properties-table-col.download img {width: 17px; height: 15px;}
	.properties-table-fields .my-properties-table-col {width: 69px !important;}
	 .properties-table-fields .my-properties-table-col.col1 {width: 69px !important; padding-left: 40px;} 
	.swipe-view {font-size: 10px;text-align: center; margin-top: 15px; height: 13px;}
	.swipe-view span {display: inline-block;width: 7px;height: 10px;background-size: 100% auto;text-indent: -9999px;margin-bottom: -2px;}
	.swipe-view span.ic-left {background: url('img/lblue-arrow-left.png') no-repeat;background-size: 100% auto;margin-right: 1px;}
	.swipe-view span.ic-right {background: url('img/lblue-arrow-right.png') no-repeat;background-size: 100% auto;margin-left: 1px;width: 6px;}
}
/* End of Properties table  */

/* Solid Anchorage Accessories Table */

.anchorage-table-wrapper {
	margin-top: 20px;
}
.anchorage-table {
	margin-bottom: 35px;
}
.anchorage-table-fields {
	width: 100%;
	overflow: hidden;
}
.anchorage-table-fields .anchorage-table-head {
	height: 30px;
	padding-bottom: 0px;
	font-weight: bold;
}
.anchorage-table-fields .anchorage-table-head-sub {
	padding-bottom: 0px;
	font-weight: bold;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	width: 96%;
}
.anchorage-table-fields .my-anchorage-table-sub-col.model  {
	width: 813px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}
.anchorage-table-fields .anchorage-table-body {
	height: 50px;
}
.anchorage-table-fields .my-anchorage-table-col {
	display: table;
	width: 100px;
	height: 50px;
	float: left;
	font-size: 11.5px;
}

.anchorage-table-fields .my-anchorage-table-col span {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;  
}

.anchorage-table-fields .my-anchorage-table-col.model  {
	width: 92px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}
.anchorage-table-fields .my-anchorage-table-col.model-2 {
	width: 92px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}

.anchorage-table-fields .anchorage-table-body .my-anchorage-table-col.model {
	font-size: 13px;
	color: #002776;
	font-weight: bold;
}
.anchorage-table-fields .anchorage-table-body .my-anchorage-table-col.model-2 {
	font-size: 13px;
	color: #002776;
	font-weight: bold;
}

.anchorage-table-fields .anchorage-table-head .my-anchorage-table-col {
	height: 30px;
	/* padding-bottom: 5px; */
}
.anchorage-table-fields .anchorage-table-head .my-anchorage-table-col span {
	vertical-align: bottom; 
	 padding: 0 6px 5px;
}

.anchorage-table-fields .my-anchorage-table-col.model span {
	text-align: left;
	padding-left: 0;	
	  padding-right: 5px;

}


.anchorage-table-fields .anchorage-table-body:nth-child(2n) .my-anchorage-table-col {
	background-color: #f5f5f5;
}

.anchorage-table-fields .anchorage-table-body:nth-child(2n) .my-anchorage-table-col.model,
.anchorage-table-fields .anchorage-table-body:nth-child(2n) .my-anchorage-table-col.download {
	background-color: #fff;
}



@media (max-width: 767px) {
	.anchorage-table-inner {overflow-x: scroll; margin-bottom: 30px;}
.anchorage-table-fields .anchorage-table-body .my-anchorage-table-col.model-2 {
	/* width: 20px; */
	width: 50px !important;

}
.anchorage-table-fields .anchorage-table-body .my-anchorage-table-col.model {
	width: 50px;
}

.anchorage-table-fields .anchorage-table-head-sub {
    width: 99%;
}

.anchorage-table-fields .anchorage-table-head {
	height: 33px;
}
	.anchorage-table-wrapper .anchorage-table {width: 460px;  margin-top: 16px;-webkit-overflow-scrolling: touch; margin-bottom: 5px;}
	.anchorage-table-wrapper .anchorage-table h2 {text-align: left;  position: absolute;left: 0;z-index: 10;background-color: #fff;}
	.anchorage-table-fields {padding-top: 23px;-webkit-overflow-scrolling: touch;}
	.anchorage-table-fields .my-anchorage-table-col.model {position: absolute; left: 0; background-color: #fff;}
	.anchorage-table-fields .my-anchorage-table-col.model-2 {position: absolute; left: 10; background-color: #fff; width: 50px !important;}
	.anchorage-table-fields .anchorage-table-body  .my-anchorage-table-col.model {margin-top: 0px;}
	.anchorage-table-fields .anchorage-table-head,.anchorage-table-fields .anchorage-table-body {padding-left: 70px;}
	.anchorage-table-fields .anchorage-table-body .my-anchorage-table-col.download img {width: 17px; height: 15px;}
	.anchorage-table-fields .my-anchorage-table-col {width: 69px !important;}
	 .anchorage-table-fields .my-anchorage-table-col.col1 {width: 69px !important; padding-left: 40px;} 
	.swipe-view {font-size: 10px;text-align: center; margin-top: 15px; height: 13px;}
	.swipe-view span {display: inline-block;width: 7px;height: 10px;background-size: 100% auto;text-indent: -9999px;margin-bottom: -2px;}
	.swipe-view span.ic-left {background: url('img/lblue-arrow-left.png') no-repeat;background-size: 100% auto;margin-right: 1px;}
	.swipe-view span.ic-right {background: url('img/lblue-arrow-right.png') no-repeat;background-size: 100% auto;margin-left: 1px;width: 6px;}
}
/* Solid Anchorage Accessories Table */


/* 
Fibreglass  table */

.fibreglass-table-wrapper {
	margin-top: 20px;
}
.fibreglass-table {
	margin-bottom: 35px;
}
.fibreglass-anchor-fields {
	width: 100%;
	overflow: hidden;
}
.fibreglass-table-fields .table-head {
	height: 50px;
	padding-bottom: 0px;
	font-weight: bold;
}


.fibreglass-table-fields .fibreglass-table-col.model {
	width: 92px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}

.fibreglass-table-fields .fibreglass-table-body .fibreglass-table-col.model {
	font-size: 13px;
	color: #002776;
	font-weight: bold;
}

.fibreglass-table-fields .fibreglass-table-body {
	height: 50px;
}
.fibreglass-table-fields .fibreglass-table-col {
	display: table;
	width: 120px;
	height: 50px;
	float: left;
	font-size: 11.5px;
}

.fibreglass-table-fields .fibreglass-table-col span {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;  
}
.fibreglass-table-fields .fibreglass-table-col2 span {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;  
}
.fibreglass-table-fields .fibreglass-table-col.model {
	width: 290px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}
.fibreglass-table-fields .fibreglass-table-col2.model {
	width: 90px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}

.fibreglass-table-fields .fibreglass-table-head .fibreglass-table-col {
	height: 65px;
	padding-bottom: 5px;
}
.fibreglass-table-fields .fibreglass-table-head .fibreglass-table-col2 {
	height: 65px;
}
.fibreglass-table-fields .fibreglass-table-head .fibreglass-table-col span {
	vertical-align: bottom; 
	 padding: 0 6px 5px;
}
.fibreglass-table-fields .fibreglass-table-head .fibreglass-table-col2 span {
	vertical-align: bottom; 
	 padding: 0 6px 5px;
}
.fibreglass-table-fields .fibreglass-table-col.model span {
	text-align: left;
	padding-left: 0;	
	  padding-right: 5px;

}
.fibreglass-table-fields .my-col2.model span {
	text-align: left;
	padding-left: 0;	
	  padding-right: 5px;

}

.fibreglass-table-fields .fibreglass-table-body:nth-child(2n) .fibreglass-table-col {
	background-color: #f5f5f5;
}
.fibreglass-table-fields .fibreglass-table-body:nth-child(2n) .fibreglass-table-col2 {
	background-color: #f5f5f5;
}
.fibreglass-table-fields .fibreglass-table-body:nth-child(2n) .fibreglass-table-col.model,
.fibreglass-table-fields .fibreglass-table-body:nth-child(2n) .fibreglass-table-col.download {
	background-color: #fff;
}
.fibreglass-table-fields .fibreglass-table-body:nth-child(2n) .fibreglass-table-col2.model,
.fibreglass-table-fields .fibreglass-table-body:nth-child(2n) .fibreglass-table-col2.download {
	background-color: #fff;
}

.download {
	text-align: right;
}
.downloadicon {
	padding-right: 50px;
}

@media (max-width: 767px) {
	.anchor-table-inner {overflow-x: scroll; margin-bottom: 30px;}
	.anchor-table-wrapper .anchor-table {width: 590px;  margin-top: 16px;-webkit-overflow-scrolling: touch; margin-bottom: 5px;}
	.anchor-table-wrapper .anchor-table h2 {text-align: left;  position: absolute;left: 0;z-index: 10;background-color: #fff;}
	.table-anchor-fields {padding-top: 23px;-webkit-overflow-scrolling: touch;}
	.table-anchor-fields .my-anchor-table-col.model {position: absolute; left: 0; background-color: #fff;}
	.table-anchor-fields .table-anchor-body  .my-anchor-table-col.model {margin-top: 5px;}
	.table-anchor-fields .table-head,.table-anchor-fields .table-anchor-body {padding-left: 10px;}
	.table-anchor-fields .table-anchor-body .my-anchor-table-col.download img {width: 17px; height: 15px;}
	.table-anchor-fields .my-anchor-table-col{ width: 85px;} 
	
	.swipe-view {font-size: 10px;text-align: center; margin-top: 15px; height: 13px;}
	.swipe-view span {display: inline-block;width: 7px;height: 10px;background-size: 100% auto;text-indent: -9999px;margin-bottom: -2px;}
	.swipe-view span.ic-left {background: url('img/lblue-arrow-left.png') no-repeat;background-size: 100% auto;margin-right: 1px;}
	.swipe-view span.ic-right {background: url('img/lblue-arrow-right.png') no-repeat;background-size: 100% auto;margin-left: 1px;width: 6px;}

	.fibreglass-table-fields .fibreglass-table-col.model {
	width: 150px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}

.fibreglass-table-fields .fibreglass-table-col {
	display: table;
	width: 90px;
	height: 50px;
	float: left;
	font-size: 11.5px;
}

	.download {
	text-align: right;
	}
	.downloadicon {
	height: 20px;
	width: 20px;
	float: right;
	}


}
/* 
	End of Fibreglass table
-----------------------------------*/

/* 
	Start of Table-image table
-----------------------------------*/

.taa-table-wrapper {
	margin-top: 20px;
}
.taa-table {
	margin-bottom: 35px;
}
.taa-fields {
	width: 100%;
	overflow: hidden;
}
.taa-fields .taa-head {
	height: 65px;
	padding-bottom: 0px;
	font-weight: bold;
}
.taa-fields .taa-body {
	height: 50px;
}
.taa-fields .taa-col {
	display: table;
	width: 	110px;
    height: 100px;
	float: left;
	font-size: 11.5px;
}
.taa-fields .taa-col span {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	 
}
.taa-fields .taa-col.model {
	width: 90px;
	
	
	text-align: left;
	border-right: 1px solid #e5e5e5;
}

/*level1 */

.level1-head{
    width: 100%;
	margin: 0 auto;
	height: 30px;
	text-align: center;
}
.level1-model {
	font-size: 13px;
	color: #002776;
	font-weight: bold;
}
.level1.model span {
	text-align: center;
	padding-left: 0;
	  padding-right: 5px;
}


.level1-model  {
	width: 50%;
    float: left;
}
.level1-model2 {
	font-size: 13px;
	color: #002776;
	font-weight: bold;
}
.level1.model2 span {
	text-align: center;
	padding-left: 0;
	  padding-right: 5px;

}
.level1-model2  {
	align-content: left;
	width: 50%;
	margin-left: 50%;
}





.taa-image {
	align-content: left;
	width: 180px;
	height: 100px;	
	
	
}

.taa-fields .taa-head .taa-col {
	height: 65px;
	padding-bottom: 5px;
}
.taa-fields .taa-head .taa-col span {
	vertical-align: bottom; 
	 padding: 0 6px 5px;
}
.taa-fields .taa-col.model span {
	text-align: left;
	padding-left: 0;
	  padding-right: 5px;

}

.taa-fields .taa-body:nth-child(2n) .taa-col {
	background-color: #f5f5f5;
}
.taa-fields .taa-body:nth-child(2n) .taa-col.model,
.taa-fields .taa-body:nth-child(2n) .taa-col.download {
	background-color: #fff;
}


@media (max-width: 767px) {
	.taa-table-inner {overflow-x: scroll; margin-bottom: 30px;}
	.taa-table-wrapper .taa-table {width: 815px;  margin-top: 16px;-webkit-overflow-scrolling: touch; margin-bottom: 5px;}
	.taa-table-wrapper .taa-table h2 {text-align: left;  position: absolute;left: 0;z-index: 10;background-color: #fff;}
	.taa-fields {padding-top: 23px;-webkit-overflow-scrolling: touch;}
	.taa-fields .taa-col.model {position: absolute; left: 0; background-color: #fff;}
	.taa-fields .taa-body  .taa-col.model {margin-top: 5px;}
	.taa-fields .taa-head,.taa-fields .taa-body {padding-left: 90px;}
	.taa-fields .taa-body .taa-col.download img {width: 17px; height: 15px;}
	
	.swipe-view {font-size: 10px;text-align: center; margin-top: 15px; height: 13px;}
	.swipe-view span {display: inline-block;width: 7px;height: 10px;background-size: 100% auto;text-indent: -9999px;margin-bottom: -2px;}
	.swipe-view span.ic-left {background: url('img/lblue-arrow-left.png') no-repeat;background-size: 100% auto;margin-right: 1px;}
	.swipe-view span.ic-right {background: url('img/lblue-arrow-right.png') no-repeat;background-size: 100% auto;margin-left: 1px;width: 6px;}
}

.new-table {
    width: 135%;
    height: 500px;
    margin-left: -201px;
}

/* 
	End of Table-image table
-----------------------------------*/




/* 
	RENTAL & USED EQUIPMENT  	
-----------------------------------*/

.sidebar-cat {
	width: 170px;
	float: left;
}

ul.child-page-menu {
	padding-left: 0;
}
ul.child-page-menu li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 13px;
	padding-bottom: 13px;
	font-size: 14px;
	text-transform: uppercase;
}
ul.child-page-menu li a {
	color: #000;
	text-decoration: none;
}
ul.child-page-menu li.current_page_item a {
	color: #0395dc;
}
ul.child-page-menu li:last-of-type {
	border-bottom: none;
}
ul.child-page-menu li a:hover {
	color: #0395dc;
}





.rental-used .col .image {
	width: 260px;
	height: 149px;
	overflow: hidden;	
	margin-bottom: 15px;
}
.rental-used .col .image img {
	width: 100%;
	height: auto;
}
.rental-used .col .text {
	
}

.rental-used .col .text {
	
}
.rental-used .col .text .brand {
	display: block;
	font-size: 16px;
}
.rental-used .col .text > .type {
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
}

.rental-used .specs {
	margin-top: 15px;
	margin-bottom: 15px;
}
.rental-used .spec {
	height: auto;
	width: 91%;
  line-height: 1.5;
  padding: 10px 12px;
	background-color: #f5f5f5;
}
.rental-used .spec:nth-child(2n) {
	background-color: #fff;
}
.rental-used .spec .type {
	display: inline-block;
	width: 75%;
	font-weight: 600;
}
.rental-used .spec .value {
	display: inline-block;
	width: 23%;
	font-weight: 400;
	text-align: right;
	vertical-align: top;
}



.rental-used-child h1 {
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 25px;
}

.rental-used-child .left {
	width: 405px;
	float: left;
}
.rental-used-child .left img {
	width: 100%;
	height: auto;
}
.rental-used-child .right {
	width: 375px;
	float: right;
	margin-left: 30px;
}
.rental-used-child ul.images {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}
.rental-used-child ul.images li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.rental-used-child ul.images li:nth-child(3) {
	margin-right: 0
}
.rental-used-child ul.images li img {
	width: 100%; 
	height: auto;
}


.rental-used-child .right h3 {
	margin-bottom: 15px;
	font-size: 18px;
}

.rental-used-child .specs {
	margin-top: 20px;
	margin-bottom: 20px;
}
.rental-used-child .spec {
	height: auto;
	width: 270px;
	line-height: 1.5;
	padding: 10px 12px;
	background-color: #f5f5f5;
	
}
.rental-used-child .spec:nth-child(2n) {
	background-color: #fff;
}
.rental-used-child .spec .type {
	display: inline-block;
	width: 75%;
	font-weight: 600;
}
.rental-used-child .spec .value {
	display: inline-block;
	width: 23%;
	font-weight: 400;
	text-align: right;
}



@media (max-width: 767px) {
	.page-content {width: 100%;}
	.three-cols .col {width: 48.5%;margin-right: 3%}
	
	.three-cols .col:nth-child(3n) {margin-right: 3%;}
	.three-cols .col:nth-child(2n) {margin-right: 0%;}
	
	.rental-used .col .image {width: 100%;height: auto; margin-bottom: 7px;}
	
	.rental-used-child .left {width: 100%; margin-bottom: 20px;}
	.rental-used-child .right {width: 100%; margin-left: 0;}
	
	.rental-used-child .spec {width: 100%; box-sizing: border-box;}
}

@media (max-width: 479px) {
	/*.three-cols .col {width: 100%;margin-right: 0%}
	.three-cols .col:nth-child(3n) {margin-right: 0%;}*/
	.rental-used .col .image {width: 100%;height: auto; margin-bottom: 7px;}
	
	.rental-used .spec {height: auto;width: 100%;line-height: 1.5;box-sizing: border-box;padding: 10px 12px;}
	.rental-used .spec span {  width: 100% !important;text-align: left !important;}
}
	
	




/* 
	ABOUT IDE 	
-----------------------------------*/

.team-row {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.team-cols {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
	
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	margin: 0;
	
}
.team-cols .col {
	width: 23%;
	display: inline-block;
	margin-right: 2.5%;
    margin-bottom: 30px;
    margin-left: -4px;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
}
.team-cols .col:nth-child(4n) {
	margin-right: 0;
}



.team-cols .col .image {
	position: relative;
	width: 90%;
	margin: 0 auto 20px;
}

.team-cols .col .image .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('img/circle-bg.png') no-repeat;
  background-size: 100% auto;
  padding: 1px;
}


.team-cols .col h3 {
	font-size: 18px;
	margin-bottom: 0px;
}
.team-cols .col strong {
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.about-titles {
	font-size: 19px;
	text-transform: uppercase;
}

.our-mission h4 {
	padding: 0 3%;
	font-size: 23px;
}


.our-history h4 {
	font-size: 23px;
	line-height: 1.3;
	margin-bottom: 25px;
}

.our-values {
	margin-top: 50px;
	margin-bottom: 50px;
}
.our-values .left {
	width: 346px;
	float: left;
}
.our-values .left .image {
	position: relative;
	width: 90%;
	  margin: 0 auto 20px;
}
.our-values .left .image .image-bg {
  	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('img/circle-bg.png') no-repeat;
	background-size: 100% auto;
	padding: 1px;
}





.our-values .right {
	float: right;
	width: 643px;
	display: table;
}
.our-values .right .valign {
  display: table-cell;
  vertical-align: middle;
  height: 330px;
}


.our-commitments .image {
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}





@media (max-width: 767px) {

	.team-cols .col {width: 48.5%;margin-right: 2.5%;margin-bottom: 30px;  margin-left: 0;}
	.team-cols .col:nth-child(2n) {margin-right: 0;}
	
	.our-mission h4 {font-size: 18px;}
	
	.our-values .left,
	.our-values .right {width: 100%;}
	
	.two-cols .col.our-commitments {margin-bottom: 5px;}	
		
}
@media (max-width: 479px) {

	/*.team-cols .col {width: 100%;margin-right: 0% !important;margin-bottom: 30px;}*/
	
}

/* 
	NEWS 	
-----------------------------------*/

.sidebar {
	display: inline-block;
	width: 173px;
	vertical-align: top;
	margin-right: 42px;
}
.sidebar .box {
	margin-bottom: 50px;
}
.sidebar .box h2 {
	font-size: 16px;
}
.sidebar .box ul {
	list-style-type: none;
	padding-left: 0;
}
.sidebar .box a {
	color: #000;
	font-weight: inherit;
}


.sidebar .box .archive,
.sidebar .box ul.categories li {
	  margin-bottom: 10px;
  padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}

.sidebar .box .archive {
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
}
.sidebar .box .archive .archive-list {
	visibility: hidden;
	height: 0;
	margin: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
}
.sidebar .box .archive:hover .archive-list {
	display: block;
	visibility: visible;
	height: auto;
	margin: 10px 0;
	opacity: 1;
}

.sidebar .box ul.categories li a,
.sidebar .box .archive-year a {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}

.sidebar .box .archive:last-of-type,
.sidebar .box ul.categories li:last-of-type {
	border-bottom: none;
}
.sidebar .box .archive h3 {
	margin-bottom: 0;
	position: relative;
}
.sidebar .box .archive h3:after {
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	text-align: right;
	background: url('img/button-icon-black-down.jpg') no-repeat;
	background-position: center center;
}
.sidebar .box .archive:hover h3:after {
	background: url('img/button-icon-black-up.jpg') no-repeat;
	background-position: center center;
}

.sidebar .box  .archive-list li a {
	text-transform: uppercase;
	font-size: 12px;
}




.post-content {
	display: inline-block;
	width: 820px;
	vertical-align: top;
}
.post-content .post {
	
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.post-content .image {
	float: left;
	width: 166px;
	height: 133px;
	margin-right: 20px;
	overflow: hidden;
}
.post-content .image img {
	width: 100%;
	height: auto;
}
.post-content .content {
}
.post-content .content p.date {
	color: #8d8d8d;
	margin: 0 0 5px;
}
.post-content .content h3 {
	margin-bottom: 5px;
}
.post-content .content h3 a {
	color: #000;	
	font-weight: normal;
	text-decoration: none;
}
.post-content .content h3 a:hover {
	color: #0395dc;	
}


.post-content .single-post .content {
	margin-top: 20px;
}
.alm-btn-wrap {
	text-align: center;
}
.alm-btn-wrap .alm-load-more-btn {
	color: #0395dc;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	font-weight: bold;
	outline: none;
}
.alm-btn-wrap .alm-load-more-btn.done {
	opacity: 0.3;
}
.alm-btn-wrap .alm-load-more-btn:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 7px;
	margin-left: 4px;
	background: url('img/button-icon-blue.png') no-repeat;
	background-size: 100% auto;
}

.alm-load-more-btn.loading{
    	padding-left: 44px;
}
   /* Loading Icon */
.alm-load-more-btn:before,
.alm-load-more-btn.done:before{                
		background: none;
		width: 0;
	}
	
.alm-load-more-btn.loading:before {
      background: #fff url("img/ajax-loader.gif") no-repeat center center;
      width: 30px;
      height: 30px;
      margin: 6px;		
      -webkit-border-radius:3px;
      -moz-border-radius:3px;
      border-radius:3px;
      display: inline-block;
      vertical-align: middle;
      z-index: 0;
      content: '';
      left: 0;
      overflow: hidden;
      -webkit-transition: width 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
	}


@media (max-width: 767px) {
	
	.sidebar {width: 100%;margin-right: 0;}
	.sidebar .box {margin-bottom: 25px;}
	
	
	.post-content {width: 100%;}
}



/* 
	OUR SUPPLIERS 	
-----------------------------------*/


.four-cols .col .image {
	
}
.four-cols .col .text {
	
}





@media (max-width: 767px) {

}





/* 
	SERVICING & SPARES 	
-----------------------------------*/

.service-list {
	margin-top: 30px;
	text-align: left;
}
.service-list .col img {
	width: 365px;
	height: 365px;
}
.service-list .col ul {
	padding-left: 21px;
}
.service-list .col ul li {
	font-size: 18.5px;
	line-height: 1.4;
	margin-bottom: 	10px;
	text-align: left;
}


.service-list .image {
	position: relative;
	text-align: center;
	  width: 365px;
  margin: 0 auto;
}
.service-list .image .image-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('img/points1-2-image-bg.png') no-repeat;
	background-size: 100% auto;
}


@media (max-width: 767px) {
	.service-list .image {width: 100%; margin-bottom: 30px;}
	.service-list .col img {width: 99%; height: auto;border: 2px solid #f5f5f5;}
}



/* 
	CONSUMABLES, TOOLS & ACCESSORIES 	
-----------------------------------*/


.ide-suppliers .col .image {
	position: relative;
	width: 90%;
	text-align: center;
	margin: 0 auto 15px;
}
.ide-suppliers .col .image img {
	width: 100%;
	height: auto;
}
.ide-suppliers .col .image .image-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('img/circle-bg.png') no-repeat;
	background-size: 100% auto;
	padding: 1px;
}


.ide-suppliers .col .text {
	
}





@media (max-width: 767px) {

}



/* 
	GALLERY
-----------------------------------*/

.gallery .gallery-item a {
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
}
.gallery .gallery-item a img {
	width: 100%;
	height: auto;
}


/* 
	CONTACT US	
-----------------------------------*/


.contact-cols {
} 
.contact-cols .col {
	display: inline-block;
	vertical-align: top;
	
}
.contact-cols .info{
	width: 55%;
	margin-bottom: 25px!important;
}
.contact-cols .map {
	width: 362px;
	margin-left: 62px;
	margin-right: 40px;
}
.contact-cols .form {
	width: 44%;
	margin-bottom: 25px!important;
}


.acf-map {
	width: 100%;
	height: 460px;
	border: #ccc solid 1px;
}
.acf-map .marker {
	color: aqua;	
}

.form ul {
	list-style-type: none;
	padding-left: 0;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
}
.form input[type=text],
.form input[type=email],
.form textarea {
	width: 100%;
	box-sizing: border-box;
	background-color: #f5f5f5;
	margin-bottom: 5px;
	-webkit-appearance: none;
	border: 1px solid #e9e9e9;
	padding: 5px;
}
.red {
	color: #dc3232;
}

.form input[type=submit] {
	float: right;
	font-weight: bold;
	padding-right: 34px;
	background-image: url('img/button-icon-white.png');
	background-repeat: no-repeat;
	background-position: 92px 13px;
	background-size: 6px auto;

}

.form input[type=submit] {float: none;left: 50%;position: relative;margin-left: -51px;}

.form .validation_error {
	margin-bottom: 5px;
}
.form .validation_message {
	color: red;
}
.form .gform_ajax_spinner {
	max-width: 16px;
}

.responsive-map {
    position: relative;
    padding-bottom: 30%; /* これにより4:3のアスペクト比が維持されます */
    height: 0;
    overflow: hidden;
}

.responsive-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

.form-row {
    display: flex;
    justify-content: space-between;
}

.half-width {
    flex: 0 0 48%; /* 100%からギャップを引いたサイズ */
}

/* サブミットボタン全般のスタイル */
.wpcf7 input[type="submit"] {
    display: inline-block;
    padding: 12px 50px 12px 30px;
    color: #fff;
    background-color: #0395dc;
    border-radius: 0px 18px 18px 0px;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    border: none;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-weight: 700;
    cursor: pointer; /* ホバー時にカーソルをポインタにする */
    -webkit-appearance: none; /* スタイリングの一貫性のために既定の外観を無効化 */
}

/* サブミットボタンをセンターに配置 */
.submit-button-container {
    text-align: center;
}

/* サブミットボタンのホバー時のスタイル変更 */
.wpcf7 input[type="submit"]:hover {
    background-color: #0284c7; /* ホバー時の背景色を少し暗く */
}

@media (max-width: 767px) {
	.contact-cols .info {width: 100%;}
	.contact-cols .info h3 {font-size: 15px;}
	.contact-cols .map {width: 100%;margin-left: 0px;margin-right: 0px; margin-bottom: 40px;margin-top: 20px;}
	.contact-cols .form {width: 100%;}
	.acf-map {height: 320px;}
}

.responsive-map {
    padding-bottom: 75%;
}


/*
	SEARCH
-----------------------------------*/

.post-search {
	margin-bottom: 30px;
}
.post-search h2 {
	margin-bottom: 10px;
}


/*
	FOOTER
-----------------------------------*/

.main-footer .top-footer {
	height: 105px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url('img/top-footer-bg.gif') center center no-repeat #ffcc00;
}
.main-footer .top-footer .col1 {
	width: 55%;
	padding-right: 20px;
	vertical-align: top;
}
.top-footer .col1 h3 {
	font-size: 23px;
	margin-bottom: 5px;
}
.top-footer .col1 p {
	margin: 3px 0;
}

.main-footer .top-footer .col2 {
	width: 40%;
	vertical-align: top;
	text-align: right
}
.main-footer .top-footer .col2 .email {
	font-size: 18px;
	margin-bottom: 8px;
}
.main-footer .top-footer .col2 .email span {
	display: inline-block;
	width: 23px;
	height: 16px;
	margin-right: 4px;
	background: url('img/footer-email-icon.png') no-repeat;
	vertical-align: middle;
	background-size: 100% auto;
}
.main-footer .top-footer .col2 .phone {
	margin-bottom: 15px;
	font-size: 18px;
}
.main-footer .top-footer .col2 .phone span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 4px;
	background: url('img/footer-phone-icon.png') no-repeat;
	vertical-align: middle;
	background-size: 100% auto;
}

.main-footer .top-footer .col3 {
	width: 295px;
	vertical-align: top;
}
.main-footer .top-footer .col3 h3 {
	font-size: 23px;
	margin-bottom: 11px;
}
.main-footer .top-footer .col3 ul {list-style: none;padding: 0;margin: 0}
.main-footer .top-footer .col3 ul label {display: none;}

.main-footer .top-footer .col3 input[type=email] {
	  display: inline-block;
	width: 165px;
	height: 32px;
	padding-left: 10px;
	vertical-align: middle;
	background-color: #fff;
	box-shadow: none;
	border: 1px solid #fff;
	font-size: 13px;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 700;
	outline: none;
}
.main-footer .top-footer .col3 input[type=submit]  {
	display: inline-block;
	padding-left: 15px;
	padding-right: 28px;
	padding-bottom: 11px;
	margin-left: -4px;
	background-image: url('img/button-icon-white.png');
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 74px 13px;
	outline: none;
}

.main-footer .top-footer .col3 .gform_body,
.main-footer .top-footer .col3 .gform_footer {
	display: inline-block;	
	vertical-align: top;
}


.main-footer .top-footer .col3 .validation_error {
	display: none;
}
.main-footer .top-footer .col3 .validation_message {
	color: #9a1b1b;
	font-size: 11px;
	margin-top: 5px;
}



.main-footer .btm-footer {
	height: 20px;
	padding: 25px 0 35px;
}
.main-footer .btm-footer .footer-links {
	float: left;
}
.main-footer .btm-footer .footer-links a {
	
}
.main-footer .btm-footer .copyright {
	float: left;
	font-size: 13px;
	margin-left: 10px;
}
.main-footer .btm-footer .social {
	position: fixed;
	top: 50%;
	left: 0;
	color: #000;
	font-weight: bold;
	margin-top: -60px;
}
.main-footer .btm-footer .social span {
	display: block;
	width: 36px;
	height: 36px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.main-footer .btm-footer .social a:hover span {
	opacity: 0.9;
}



.main-footer .btm-footer .social .facebook-ic span {
	background: url('img/footer-fb-icon.png') no-repeat;
	background-size: 100% auto;
}
.main-footer .btm-footer .social .twitter-ic span {
	background: url('img/twitter-ic.png') no-repeat;
	background-size: 100% auto;
}
.main-footer .btm-footer .social .youtube-ic span {
	background: url('img/youtube-ic.png') no-repeat;
	background-size: 100% auto;
}
.main-footer .btm-footer .social .google-ic span {
	background: url('img/google-ic.png') no-repeat;
	background-size: 100% auto;
}
.main-footer .btm-footer .social .linkedin-ic span {
	background: url('img/linkedin-ic.png') no-repeat;
	background-size: 100% auto;
}
.main-footer .btm-footer .social .email-ic span {
	background: url('/wp-content/uploads/2016/04/footer-email-ic.png') no-repeat;
	background-size: 100% auto;
}



/* For devices larger than 767px */
@media (max-width: 767px) {
	.main-footer .top-footer {height: auto; background: #ffcc00; text-align: center;  padding: 20px 0 0;}
	.main-footer .container {width: 100%;}
	.main-footer .top-footer div > div {width: 100% !important;}
	
	.main-footer .top-footer .col1 {display: none;}
	.main-footer .top-footer .col3 {margin-top: 20px; background-color: #ffc200; padding: 20px 0;}
	.main-footer .top-footer .col3 h3 {font-size: 18px;margin-bottom: 8px;}
	.main-footer .btm-footer {text-align: center;}
	.main-footer .top-footer .col2 {text-align: center;}
	.main-footer .top-footer .col2 .phone {margin-bottom: 5px;}
	.main-footer .top-footer .col2 a.button {margin-bottom: 15px;}
	
	.main-footer .top-footer .col3 input {height: 37px;margin-top: -1px;}
	.main-footer .btm-footer .footer-links {float: none;}
	.main-footer .btm-footer {height: auto;}
	.main-footer .btm-footer .copyright { float: none; margin: 0; margin-top: 10px;  display: block;}
	.main-footer .btm-footer .social {text-align: center;float: none;display: block; margin-top: 15px;margin-bottom: 15px;}


	.main-footer .btm-footer .social {
		position: fixed;
		top: auto;
		bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
		width: 100%;
	}
	.main-footer .btm-footer .social span{
		display: inline-block;
		margin-bottom: 0;
		line-height: 0;
	}
}














/* buttons */

.button {
	display: inline-block;
	padding: 12px 23px 12px 20px;
	color: #fff;
	background-color: #0395dc;	
	-webkit-border-radius: 0px 18px 18px 0px;
	-moz-border-radius: 0px 18px 18px 0px;
	border-radius: 0px 18px 18px 0px;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	border: none;
	-webkit-appearance: none;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 700;
}
.button:hover {
	text-decoration: none;
	background-color: #0377b1;
	color: #fff;
}
.button.yellow {
	color: #000;
	background-color: #ffc200;
}
.button.yellow:hover {
	background-color: #d4a300;
	color: #000;
}

.button span.button-icon {
	display: inline-block;
	width: 6px;
	height: 10px;
	margin-left: 4px;
	background: url('img/button-icon-white.png') no-repeat;
	background-size: 100% auto;
}
.button.yellow span.button-icon {
	background: url('img/button-icon-black.png') no-repeat;
	background-size: 100% auto;
}


.button.big {
	padding: 20px 30px 20px 27px;
	-webkit-border-radius:  0px 30px 30px 0px;
	-moz-border-radius:  0px 30px 30px 0px;
	border-radius: 0px 30px 30px 0px;
}


/* .single {
	max-width: 300px;
} */

/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
