/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
.bold {
  font-weight: 800;
}
.navbar {
  margin-bottom: 0;
}
.navbar-brand {
  padding: 10px 15px 0px 15px;
}
.navbar-brand img {
  height: 37px;
}
li.social a {
  background-color: #318fc2;
  padding: 5px 8px 5px 8px;
  color: #ffffff !important;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
li.fb a {
  padding: 5px 10px 5px 10px !important;
}
li.social a:hover {
  background-color: #277199 !important;
}
.item,
.slide {
  height: 400px;
  /* This is your slider height */
}
.slider-size {
  height: 400px;
  /* This is your slider height */
}
.carousel {
  width: 100%;
  margin: 0 auto;
  /* center your carousel if other than 100% */
}
.carousel-caption {
  left: 0;
  right: 0;
  top: 56%;
  transform: translate(0, -45%);
}
.carousel-caption span {
  background-color: rgba(49, 143, 194, 0.95);
  padding: 5px 10px 5px 10px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
#content {
  padding-top: 35px;
  padding-bottom: 45px;
  line-height: 1.8;
}
#content h3 {
  padding-bottom: 10px;
  line-height: 1.5;
  font-weight: 800;
  font-size: 18px;
}
#company {
  background-color: #f1f2f2;
  padding-top: 45px;
  padding-bottom: 45px;
}
#company img {
  margin-bottom: 15px;
}
.company-item {
  margin-bottom: 15px;
}
#contact {
  background-color: #318fc2;
  color: #ffffff !important;
  padding-top: 45px;
  padding-bottom: 45px;
}
#contact h2 {
  color: #ffffff;
  display: inline-block;
}
.blue-btn {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  letter-spacing: 1.5px;
  margin-top: -15px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .blue-btn {
    margin-top: 5px;
    margin-left: 0px;
  }
}
.blue-btn:hover {
  color: #318fc2;
  background-color: #ffffff;
}
.contact-btn {
  margin-top: 10px;
  padding-left: 15px;
}
form .btn-lg {
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 15px;
}
p.back {
  margin-top: 30px;
}
.alert {
  display: none;
}
/*# sourceMappingURL=bootstrap-theme.css.map */