/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


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

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

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

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

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

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

footer {
    margin: 50px 0;
}
.page-header {
	font-weight: bold;
	color: #CC0200;
	font-style: italic;
	margin-top: 75px;
	text-transform: uppercase;
}
.product {
	width: 175px;
	margin-right: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: thin solid #3A3A71;
	margin-bottom: 5px;
	text-align: center;
	float: left;
}
.product img {
	float: left;
	padding-right: 10px;
}
.product .producttext {
	margin-top: auto;
	margin-bottom: auto;
}

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

.projectimage {
	float: left;
	height: 100px;
	width: 150px;
	margin-right: 25px;
	margin-bottom: 20px;
}
.photo_block {
	width: 180px;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}
.clearfloat {
	clear: both;
}

#abouttable {
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}

#abouttable td {
	padding:5px;
	border:solid;
	border-color:#FFF;
	border-width:5px;
}
.safetyboxtable {
	max-width:650px;
	margin-right: auto;
	margin-left: auto;
}
.safetyboxtable td {
	padding:10px;
	border:solid;
	border-color:#FFF;
	border-width:5px;
}

.aboutheads {
	background: #006;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
}

.abouttext {
	background: #D0D1DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.call {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #030963;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}
.arialbolditalicfont {
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #030963;
	line-height: 1.2em;
	width: 250px;
	float: left;
	margin-left: 15px;
}
.fllft {
	float: left;
}
.fllright {
	float: right;
	margin-left: 10px;
}
.info {
	margin-left:auto;
	margin-right:auto;
}
.info td {
	text-align: center;
	border: 1px solid #3A3A71;
}
.info th {
	background: #006;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #3A3A71;
}