body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background-color: #222;
}

main{
	background-color: #fff;
}

main a{
	color: #e66025;
}

main a:hover{
	color: #ff8f5d;
	text-decoration:underline;
}	

form label{
	margin-bottom: 5px;
}

.form-control {
	font-size: 14px !important;
}

button:focus {
  outline: none;
}

h1, h2, h3, h4, h5{
	font-family: Impact, Charcoal, sans-serif !important;
	font-style: italic;
}

h4{
  padding-bottom: 10px;
}

.orange{
	color:#e66025;
}

.line-bo{
	width:100%;
	height: 4px; 
	background-color: #222;
	border-bottom: 2px solid #e66025;
	margin-bottom: 50px;
}

.roboCon{
	font-family: 'Roboto Condensed', sans-serif;
}

.roboSlab{
	font-family: 'Roboto Slab', serif;
}

.impact{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}

.header-orange{
	margin: 0px;
	padding: 0px;
	color: #e66025;
	padding-bottom: 30px;
	text-transform: uppercase;
	/*font-weight: 600;*/
	font-family: 'Roboto Condensed', sans-serif;
}

.border-shadow{
	border-radius:5px;
	box-shadow: 0px 0px 5px #ddd;
}

.ctaBtn{
	background-color: #e66025;
	color: #fff;
	font-weight:300;
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.ctaBtn:hover{
	color: #fff;
	background-color: #ff8f5d;
}

.ctaBtnEquipment{
	background-color: #e66025;
	color: #fff;
	font-weight:300;
	padding: 10px 10px;
	font-size: 12px;
	border: none;
	cursor: pointer;
}

.ctaBtnEquipment:hover{
	color: #fff;
	background-color: #ff8f5d;
}

.ctaBtnTransOrange{
	background-color: transparent;
	color: #ff7f00;
	font-weight:600;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 0px;
	border: 2px solid #ff7f00;
	transition: all 0.3s ease; 
}

.ctaBtnTransOrange:hover{
	color: #fff;
	background-color: #ff7f00;
	text-decoration: none !important;
}

.ctaBtnTrans{
	background-color: transparent;
	color: #fff;
	font-weight:300;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 0px;
	border: 2px solid #fff;
}

.ctaBtnTrans:hover{
	color: #04b0ff;
	background-color: #fff;
}

.small-menu{
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.small-menu a{
	color: #fff;
}

.small-menu a:hover{
	color: #fff;
	text-decoration: none;
}

.nav-main{
	background-color: #e66025;
	box-shadow: 0px 1px 5px #333;
	height:112px;
}

.burgerBtn .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler{
	padding-top: 0px;
    padding-bottom: 0px;
}

.navbar{
	background-color:#e66025;
}

.navbar-dark .navbar-nav li{
	margin-right: 5px;
}

.navbar-dark .navbar-nav li:last-child{
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	border-top: 2px solid #e66025;
	padding: 10px 8px;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    border-top: 2px solid #fff;
	background-color: #ff8f5d;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
    border-top: 2px solid #fff;
	background-color: #ff8f5d;
}

.dropdown-menu {
	background-color: #f2f2f2;
	border-radius: 0px;
	padding: 0px;
	margin-top: -1px;
}

.dropdown-item {
	padding: 0px;
	background-color: transparent !important;
}

.dropdown-menu a {
	font-size: 15px;
	display: block;
	padding: 8px 12px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.dropdown-menu a:focus, .dropdown-menu a:hover {
	background-color: #fff !important;
	color: #ffa54b;
}

.navbar-dark .navbar-toggler {
	border-color: transparent;
	padding:10px;
}

.nav-links{
	margin-left: auto;
	background-color: #e66025;
}

.fix-pad-top{
	padding-top: 112px;
}


header {
  position: relative;
  background-color: black;
  height: 70vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  
  header video {
    display: none;
  }
}



.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .8s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.carousel-caption{
	right: 0px;
	left: 0px;
	bottom: 0px;
	padding-top: 30px;
	padding-bottom: 60px;
}

.carousel-caption h1{
	font-size: 63px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}


/*  Logos */
.cta-100 {
  margin-top: 70px;
}

#blogCarousel {
  padding-bottom: 60px;
}

.carousel-indicators {
  left: 0;
  height: 10%;
}

/* The colour of the indicators */
.carousel-indicators li {
  background: #ccc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
}

.carousel-indicators .active {
  background: #e66025;
}

.logo-box {
  position: relative;
  text-align: center;
  height: 40px;
}
/* End Logos */

.circle-link{
	display: inline-block;
	background-color: #ddd;
	border-radius: 50%;
	border: 5px solid #e66025;
	padding: 30px;
	transition: all 0.3s ease;
}

.circle-link:hover{
	background-color: #ebebeb;
	text-decoration: none;
	border: 5px solid #ff8f5d;
	box-shadow: 0px 0px 15px #ccc;
}

.box-link{
	text-align: center;
	color: #fff;
	background-color: #e66025;
	display: inline-block;
	transition: all 0.3s ease;
	border-radius: 5px;
}

.box-link:hover{
	text-decoration: none;
	background-color: #ff8f5d;
	color: #fff;
	box-shadow: 0px 0px 15px #ccc;
}

.box-link img{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	opacity: 1;
}

.box-link:hover img{
	opacity: .9;
}

.box-link h4{
	padding: 20px 15px;
	margin: 0px;
	font-size: 20px;
	transition: all 0.3s ease;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.partners ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.partners ul li{
	display: inline-block;
}

.partners .partner{
	padding: 10px 20px;
}

.img-ver-border{
	border-top-right-radius: 0px !important;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.equip-logo{
	padding: 4px;
	background-color: #fff;
	display: inline-block;
}

.equip-logo img{
	height: 25px;
}

/* The colour of the indicators */
.blog .carousel-indicators{
  height: 5px;
}

.blog .carousel-indicators li {
  background: #ccc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: #e66025;
}

.item-carousel-blog-block {
  outline: medium none;
  padding: 15px;
}

.item-box-blog {
  text-align: center;
  z-index: 4;
  padding: 15px;
  display: inline-block;
  color: #fff;
}

.item-box-blog-body h5{
	padding-top: 15px;
}

#blogCarousel .carousel-control-next, #blogCarousel .carousel-control-prev {
	top: 90%;
}
/* End of Multi Content Carousel */

.footer{
	font-size: 14px;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #222;
	/*border-bottom: 1px solid #000;*/ 
	border-top: 2px solid #000;
}

.footer a{
	color: #e66025;
	text-decoration: underline;
	transition: all 0.3s ease;
}

.footer a:hover{
	color: #ff8f5d;
}

/* ========== Start Message Boxes ========== */

.success-box {
    margin-bottom: 40px !important;
	width: 100%;
	margin: 0px;
	background-color: #e9ffd9;
	padding: 20px 10px;
	text-align: left;
	border: solid #59ad46 1px;
}

.success-box .title {
    color: #59ad46;
    font-weight: bold;
}

.warning-box {
    margin-bottom: 40px !important;
	width: 100%;
	margin: 0px;
	background-color: #fff8c4;
	padding: 20px 10px;
	text-align: left;
	border: solid #f2c779 1px;
}

.warning-box .title {
    color: #f2c779;
    font-weight: bold;
}

.error-box{
    margin-bottom: 40px !important;
	width: 100%;
	margin: 0px;
	background-color: #ffecec;
	padding: 20px 10px;
	text-align: left;
	border: solid #8b1f18 1px;
}

.error-box .title {
    font-size: 1.1em;
    font-weight: bold;
    color: #8b1f18;
}

/* ========== INVENTORY ========== */
.details {
	padding: 0 !important;
	border-style: solid;
	border-color: #2a3458;
	border-width: 1px;
}

.chart-inventory {
	width: 100%;
	padding: 0 !important;
	border-style: solid;
	border-color: #2a3458;
	border-width: 1px;
	margin-bottom: 50px;
}

.inv-header {
	padding: 5px 0 5px 10px;
	background-color: #c0c1c3;
	font-weight:600;
	vertical-align: top;
	margin-bottom:20px;
}

.white-lt{
    margin: 0px 1px;
	padding: 10px;
	background-color: #fff;
	font-weight:400;
	text-align: left;
	vertical-align: top;
}

.shaded-lt{
    margin: 0px 1px;
	padding: 10px;
	background-color: #efefef;
	font-weight:400;
	text-align: left;
	vertical-align: top;
}

.inventory-img img {
	text-align: center;
	border: 1px solid #000;
	display: block;
}

.inventory {
	padding: 5px 0 5px 10px;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}
/* =============================== */

.required_field {
	display: none;
}


/* Targets IE10+ CSS styles go here  */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.img-fluid {
		width: 100%;
	}
			
	.navbar-brand{
		padding: 0px;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.logo{
		padding-top: 22px;
	}
	
	.navbar-dark .navbar-nav .nav-link {
		color: #fff;
		font-size: 14px;
		padding: 8px 9px;
	}
	
	.navbar-dark .navbar-nav li{
		margin-right: 0px;
	}
	
	.carousel-caption{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	.carousel-caption h1{
		font-size: 46px;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.dropdown-menu a {
		padding-left: 30px !important;
		font-size: 14px;
	}
	
	.carousel-caption h1{
		font-size: 28px;
	}
	
	.img-ver-border{
		border-radius: 0px !important;
		border-top-left-radius: 4px !important;
		border-top-right-radius: 4px !important;
	}
	
	#blogCarousel .carousel-control-next, #blogCarousel .carousel-control-prev {
		top: 94%;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {	
	
	
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 645px) {	
	/*.fix-pad-top{
		padding-top: 164px;
	}*/
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.navbar{
		background-color:#000;
	}
	
	.fix-pad-top{
		padding-top: 112px;
	}
	
	.xs-none{
		display: none !important;
	}
	
	.xs-inline{
		display: inline !important;
	}
	
	.xs-inline-block{
		display: inline-block !important;
	}
	
	.xs-block{
		display: block !important;
	}
	
	.top-info{
		text-align: center;
		float: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#blogCarousel .carousel-control-next, #blogCarousel .carousel-control-prev {
		top: 95%;
	}
	
	#blogCarousel .carousel-indicators {
		display:none;
	}
}
