@charset "utf-8";
.carousel {
	float:left;
}
  
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 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;
	
}.orange {
	background-color: #F60;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	list-style-type: none;
	
}

.white {
	color: #FFFFFF;
}
.navbar.navbar-expand-lg.navbar-light.bg-light {
	background-color: #e00000 !important;
}
.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
}
.nav-link:hover, .nav-link:focus, .nav-link:active {
	
	color:#004e6f !important;
}
.blue {
	color: #004e6f;
}
.bg-dark{
	background-color: #e00000 !important;
}
a {
  color: #F60;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color:#00bcec;
  text-decoration: underline;
}
.btn.btn-success {
	background-color: #e00000 !important;
	border: none;
}
.btn.btn-success.btn-send, .btn.btn-success.btn-send:focus, .btn.btn-success.btn-send:hover {
	background-color: #e00000 !important;
	border: none;
}
.btn-success {
	color: #fff;
	background-color: #e00000 !important;
	border-color: none;
}
.btn-success:hover {
	color: #fff;
	background-color: #000000;
	border-color: none;
}
.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	outline: none !important;
}
.nodot {
	list-style: none;
}

.lowtype {
	font-size: 12px;
}
.lowtype2 {
	font-size: 14px;
}