body {
	background-color: ##fff;
	-max-width: 960px;;
	-padding: 0 15px 0 15px;
	margin: 0 auto 0 auto;
}
.container-fluid {
	background-color: #fff;
}
.-bg-white{
	background-color: #fff;
}
.full-width{
	margin-left: -15px;
	margin-right: -15px;
}
.navbar {
	background-color: #00397e!important
}

.navbar .nav-link {
	color: #fff!important;
	text-transform: uppercase;
	font-weight: bolder;
}

.carousel .carousel-item img {
	margin-top:3px;
	margin-bottom: 5px;
}

.left-40px {
	-padding-left:40px!important;
}

.more {
	background-image: url('../../images/more-1.gif');
	display: inline-block;
	width: 50px;
	height: 20px;
	-margin-left: 142px;
}

.prod-img {
	max-width: 156px;
	margin-right: 5px;
}

.jumbotron-img {
	max-width: 300px;
	margin-right: 15px;
}
.no-border {
	border:none;
	/* border-top: #ccc dotted 1px;;
	border-right: none;
	border-bottom: #ccc dotted 1px;
	border-left: none; */
}

.space-above {
	margin-top:10px;
}

.footer {
	background-color: #00397e!important;
}

.footer .nav-link {
	text-transform: uppercase;
	color: #fff;
}
.copyright {
	background-color: #00397e!important;
	text-align: center;
	color: #aaa;
}

.min-height{
	min-height: 450px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	body{
		background-color: #000;
	}
	.min-height {
		min-height: 500px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.min-height {
		min-height: 500px;
	}
 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.min-height {
		min-height: 600px;
	}
 }