/*Design Stuff*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Russo+One');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');

body {
	background-color: #333;
}
.container {
	background-color: #fff;
}
img {
	max-width: 100%;
}
a {
	color: #d75300;
}
a:hover {
	color: #d75300;
}
iframe {
	width: 100%;
}
h1, .home-title h2 {
	border-bottom: #ff690b 3px solid;
}
iframe {
	max-width: 100%;
}
br[class*="spacer"] {
    content: " ";
    display: block;
}
.spacer-xs {
    line-height: 10px;
    margin-bottom: 10px;
}
.spacer-sm {
    line-height: 20px;
    margin-bottom: 20px;
}
.spacer-md {
    line-height: 40px;
    margin-bottom: 40px;
}
.spacer-lg {
    line-height: 60px;
    margin-bottom: 60px;
}
.spacer-xl {
    line-height: 80px;
    margin-bottom: 80px;
}
.navbar {
	z-index: 999;
}
.navbar-brand {
	max-width: 350px;
	padding-top: 0;
}
.navbar {
	height: 130px;
	background-color: #fff;
	margin-bottom: 0;
}
.navbar ul {
	margin-top: 60px;
}
.navbar .navbar-nav > li > a,
.navbar .navbar-nav .nav-link {
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav .nav-link:hover {
	color: #000;
	background-color: transparent;
}
.navbar .navbar-nav > .active > a, 
.navbar .navbar-nav > .active > a:focus, 
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav .nav-link.active {
	color: #000;
	border-bottom: #ff690b 3px solid;
	background-color: transparent;
}
.navbar {
	border-radius: 0;
	border-bottom: 1px #CCC solid;
    moz-box-shadow:    0 3px 5px -2px #000;
 	webkit-box-shadow: 0 3px 5px -2px #000;
	box-shadow:        0 3px 5px -2px #000;
}
@media only screen and (max-width : 1200px) {
	.navbar-brand {
		max-width: 250px;
		padding-top: 0;
	}
	.navbar-nav > li > a,
	.navbar-nav .nav-link {
		padding-right: 0;
	}
	.navbar ul {
		margin-top: 30px;
	}
	.navbar {
		height: 100px;
	}
}
@media only screen and (max-width : 767px) {
	.navbar-brand {
		max-width: 200px;
		padding-top: 0;
	}
	.navbar ul {
		background-color: #fff;
		margin-right: -15px;
		margin-left: -15px;
	}
	.navbar-toggler {
		height: 65px;
	}
}
.hero .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.body .container {
	padding-top: 20px;
}
.btn-default {
	color: #d75300;
	border-color: #999;
}
.home-carousel {
	text-align: center;
}
.home-carousel h1 {
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
	border-bottom: none;
}
.hero .container {
	border-bottom: 1px #000 solid;
    moz-box-shadow:    0 3px 5px -2px #000;
 	webkit-box-shadow: 0 3px 5px -2px #000;
	box-shadow:        0 3px 5px -2px #000;
}
.hero-background {
	background-image: url(../files/home-slider/hero-background.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
}
.background-train {
	background-image: url(../files/home-slider/train.jpg);
}
.background-interior {
	background-image: url(../files/home-slider/interior.jpg);
}
.background-vehicle {
	background-image: url(../files/home-slider/vehicle.jpg);
}
.hero-white-box {
	width: 100%;
	position: absolute;
	bottom: 20px;
	background-color: rgba(255, 255, 255, 0.8);
}
.hero-white-box p, .hero-white-box h1, .hero-white-box h3 {
	color: #111;
}
.hero-white-box h3 {
	text-decoration: underline #ff690b;
}

.portfolio-category {
	text-align: center;
	position: relative;
}
.portfolio-category h3 {
	color: #000;
}
.portfolio-category p {
	color: #d75300;
	font-size: 12px;
}
.portfolio-hover {
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.2s ease-in-out;
	-o-transition: visibility 0s, opacity 0.2s ease-in-out;
	-moz-transform: visibility 0s, opacity 0.2s ease-in-out;
    transition: visibility 0s, opacity 0.2s ease-in-out;
}
.portfolio-hover i {
	font-size: 60px;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
}
.portfolio-hover:hover i {
	color: #fff;
}
.portfolio-category:hover .portfolio-hover {
	z-index: 999;
	visibility: visible;
	opacity: 1;
}
.gray-area {
	margin-top: 50px;
	margin-bottom: 30px;
	background-color: #f1f1f1;
	border: #ddd 1px solid;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.gray-area h2 strong {
	color: #FE0000;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
}

.bottom-call-to-action {
	background-color: #F1F1F1;
	text-align: center;
	color: #666;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px #ddd solid;
}
.breadcrumbs {
	padding-bottom: 20px;
}

#image1, #image2, #image3,
#image4, #image5, #image6,
#image7, #image8, #image9 {
	display: none;
}


#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
.carousel-indicators img {
	max-width: 150px;
	max-height: 100px;
}
.carousel-control-prev {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control-next {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control-prev,
.carousel-control-next {
	opacity: 0.1;
}