@charset "utf-8";
/* CSS Document */

/*.navbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.navbar-default.transparent {
	background-color: transparent;
}*/

.slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
	/*height:70vh;
  	min-height: 400px;*/
	height:35vw;
  	min-height: 300px;
	background-size: cover;
	/*background-position: center;*/
}
.slide1 {
	background-image: url('../images/banner_safety.jpg');
	/*background-image: url('../images/OfficeImg.jpg');
	background-repeat:no-repeat;
	background-position:0px -60px;*/
}
.slide2 {
	background-image: url('../images/box_hill.jpg');
}
.slide3 {
	background-image: url('../images/IMG_4811_dials2.jpg');
}
.slide4 {
	background-image: url('../images/banner_arc_flash3.jpg');
}
.slide5 {
	background-image: url('../images/IMG_0741_contact_wiring2.jpg');
}
.slide6 {
	background-image: url('../images/IMG_4800_rotor2.jpg');
}
/* Carousel Fade Effect */
/*.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}*/

/* WORKING, BUT OLD VERSION */
.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.7s linear;
	-moz-transition: opacity 0.7s linear;
	-ms-transition: opacity 0.7s linear;
	-o-transition: opacity 0.7s linear;
	transition: opacity 0.7s linear;
	opacity: .4;
}
.carousel.carousel-fade .active.item {
	opacity: 1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* END carousel Fade Effect */

/* Following used to replace 'row' for correct centering both vertically and horizontally by calling new css 'block' */
/* *************** START 'defaul.php' PAGE WT BANNER DETAILS *************** */
.WTBannerDetail {
  width:100%;
  text-align: center;
  background-color: rgba(255,255,255,0.5) ; /* white */
  border-bottom: 1px solid #eee;
  position:absolute;
  top:0px;
  }

@media (min-width: 1200px) {
.WTBannerDetail {
    height:17vw;
  }
}

@media all and (max-width: 1199px) and (min-width: 993px) {
.WTBannerDetail {
    height:17vw;
  }
}

@media all and (max-width: 992px) and (min-width: 768px) {
.WTBannerDetail {
    height:22vw;
  }
}

@media all and (max-width: 767px) and (min-width: 481px) {
.WTBannerDetail {
    height:26vw;
  }
}

@media all and (max-width: 480px) and (min-width: 50px) {
.WTBannerDetail {
    height:40vw;
  }
}
 
.WTBannerDetail:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
    
  /* For visualization 
  background: #808080; width: 5px;
  */
  }
 
.centered {
  display: inline-block;
  vertical-align: middle;
  /*min-width:65vw; max-width:65vw;
  /*background-position: center center
  width: 300px;
  padding: 10px 15px;
  border: #a0a0a0 solid 1px;
  background: #f5f5f5;*/
  }

@media (min-width: 1200px) {
.WTBannerWidth {
	width: 65vw;
    /*min-width:65vw;
	max-width:65vw;*/
  }
}

@media all and (max-width: 1199px) and (min-width: 993px) {
.WTBannerWidth {
    width: 65vw;
    /*min-width:65vw;
	max-width:65vw;*/
  }
}

@media all and (max-width: 992px) and (min-width: 768px) {
.WTBannerWidth {
    width: 80vw;
    /*min-width:80vw;
	max-width:80vw;*/
  }
}

@media all and (max-width: 767px) and (min-width: 50px) {
.WTBannerWidth {
	width: 90vw;
    /*min-width:100vw;
	max-width:100vw;*/
  }
}
/* *************** END 'default.php' PAGE WT BANNER DETAILS *************** */
 
 /* Carousel Overlay - NOT USED 
.carousel-overlay {
	position: absolute;
	bottom: 100px;
	right: 0;
	left: 0;
}

.carousel-overlay {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,.75);
}

.carousel-overlay h1 {
    font-size: 3.5em;
}
.carousel-overlay .btn {
	border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #398439;
    border-radius: 6px;
}
.carousel-overlay .btn-lg {
    font-size: 1.75em;
    padding: 10px 30px;
}*/

/*.circles {
	margin-top: 20px;
    background-color: #398439;
    color: #fff;
    border-radius: 50%;
    line-height: 3em;
    width: 3em;
    height: 3em;
}
.featurette-image {
    display: block;
    margin: auto;
}*/
 
 
 /****************************/
/*                          */
/*Styles below just for Demo*/
/*                          */
/****************************/
/*.navbar-default .navbar-brand {
	color: rgba(0,180,0,1);      
}
.navbar-default .navbar-brand:hover {
	color: rgba(0,180,0,1);      
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: rgba(0,180,0,.5);
    
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.75);
	border-radius: 4px;
    padding: 10px 15px;
    margin: 5px 0px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: rgba(0,180,0,.25);
}
.navbar-collapse.in {
    background-color: rgba(255,255,255,.5);
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0,180,0,.5);
}
.navbar-toggle {
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    color: #fff;
}