/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

*{
	margin:0;
}

html {
    height: 100%;
	max-width: 100%;
    overflow-x: scroll;
	 overflow-y: scroll;
}

body {
  position: relative;
      text-align: justify;
    text-justify: inter-word;
  margin: 0;
  padding-top:85px;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

footer {
 position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  padding-top:10px; /* padding for footer to look centralised */
  background-color:#D5D5D5;
  text-align: center;	
}

.page-header{
	padding-bottom:9px;
	margin:0px 0 20px;
	border-bottom:1px solid #eee
}

.page-header1{
	padding-bottom:9px;
	margin:20px 0 20px;
	border-bottom:1px solid #eee
}

.breadcrumb{
margin-top:20px;
}

.jumbotron{
background-color:#FEFEFE;	
}

.container {
width:1200px;	
}

.navbar {
  border-style: solid;
    border-width: 1px;
}

.navbar-default {
	background-color:#FFF;
}

.navbar-brand {
  height: 80px;
	padding:0px;
}

.nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.col-md-4 {
	padding-top:15px;
}

.label-wrap
{
width:100px;
text-align:right;
float:left;
}

.info
{
width:300px;
margin-left:10px;
float:left;
text-align:left;
}

h2{
	font-size: 25px;
}
/* Home Page Carousel */

.carousel {
  	height: 450px;
	width: 1200px;
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.h3, h3{
	font-weight:700;
}

.h4, h4{
	font-weight:600;
}

.carousel-caption {
left: 1%;
right: 0%;
padding-bottom:60px;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


/* Footer Styles */


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/*application and field service images */
#container {
    text-align:center;

}
.wrap{
    display:inline-block;
    position:relative;
    cursor:pointer;
	background-color: #000000;
}
.wrap p{
    position:absolute;
    opacity:0;
    top:50%;
    left:-25%;
    padding:5px;
    text-align:center;
    width:150%;
    font-size:20px;
    line-height:20px;
    margin-top:-10px;
    z-index:3;
    background:rgba(255,255,255, 0.7);
    transition:1s;
}

.wrap img {
    display:block;
    width:400px;
    height:252px;

    -webkit-transition:opacity 0.26s ease-out;
    -moz-transition:opacity 0.26s ease-out;
    -ms-transition:opacity 0.26s ease-out;
    -o-transition:opacity 0.26s ease-out;
    transition:opacity 0.26s ease-out;
    transition:500ms;
}
#container:hover img {
    opacity:0.2;
}
#container:hover .wrap:hover img {
    opacity:1;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    z-index:2;
    position:relative;
    transition:500ms;
}
.wrap:hover p {
    opacity :1;
}


@media screen and (max-width:500px) {
    #container img {
        width:200px;
        height:133px;
    }
}