/* Main */
.main {
  padding: 0;
  margin-top: 132px;
}

/* Header */
.header {
  background: rgba(255,255,255,.9);
}

/* Header - Top */
.header-top {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  color: #777;
}

.header .divider {
  display: inline-block;
  width:1px;
  border-left: 1px solid #ddd;
  height: 40px;
  margin: -10px 5px;
  vertical-align:middle;
}

.header-group {
  display: inline-block;
  border-left: 1px solid #ddd;
  line-height: 40px;
  padding: 0 14px;
  vertical-align:middle;
  float: left;
  
  -webkit-transition: all .15s ease-in-out 0s;
  -moz-transition: all .15s ease-in-out 0s;
  transition: all .15s ease-in-out 0s;
}

a.header-group:hover {
  background: #007cc2;
  color: #fff;
  text-decoration: none;
}

.featured {
  color: #007cc2;
}

.header-top .fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

/* Search */
.form-search input[type=text] {
  border-radius: 0;
  line-height: 28px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid transparent;
  height: auto;
  box-shadow: none;
  background: #f9f9f9;
}

.form-search input[type=text]:focus {
  background: #fff;
  border-right-color: #ddd;
}

.form-search .btn {
  border-radius: 0;
  box-shadow: none;
  line-height: 28px;
  border: none;
  border-right: 1px solid #ddd;
  background: none;
  color: #777;
  background: #f9f9f9;
  text-align: center;
  
  -webkit-transition-duration: .25s;
  -moz-transition-duration: .25s;
  transition-duration: .25s;
}

.form-search .btn:hover {
  color: #007cc2;
}

/* Logo */
.header-logo {
  display: inline-block;
  padding: 5px;
  height: 70px;
}

.header-logo img {
  max-width: 100%;
  max-height: 100%;
}

/* Navbar */
.navbar {
  border-radius: 0;
  border: none;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.navbar > .container {
  position:relative;
  top: 1px;
}

.navbar .navbar-nav > li {
  margin: -10px 5px;
}

.navbar .navbar-nav > li > a {
  position: relative;
  line-height: 58px;
  border-bottom: 2px solid transparent;
  
  -webkit-transition: all .25s ease-in-out 0s;
  -moz-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
}

.navbar .navbar-nav .active > a,
.navbar .collapse .navbar-nav > .open > a {
  background: none;
  box-shadow: none;
  color: #007cc2;
  border-bottom-color: #007cc2;
}

.navbar .collapse .navbar-nav > .open > a {
  border-bottom-color: transparent;
}

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav .active a:hover {
  color: #007cc2;
  background: none;
  border-bottom-color: #007cc2;
}

.navbar .navbar-nav .open > a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  right: 50%;
  margin-top: -18px;
  margin-right: -5px;
  border: 10px solid transparent;
  border-bottom-color: #007cc2;
}

.navbar .navbar-nav .open > .dropdown-menu {
  border: none;
  border-top: 2px solid #007cc2;
}

.navbar .navbar-nav .dropdown-menu {
  border-radius: 0;
  margin-top: -2px;
}

.navbar .navbar-nav .dropdown-menu a {
  line-height: 24px;
}

.navbar .navbar-nav .dropdown-menu .dropdown-header {
  font-size: 12px;
}

/* Page */
.page {
  margin: 20px 0;
}

/* Box - Gray */
.box-gray {
  background: #fafafa;
  padding-bottom: 20px;
}

/* Featured */
.featured-box {
  box-shadow: 0 0 2px rgba(0,0,0,.25);
}

.featured-text {
  padding: 10px 20px;
  color: #777;
}

.featured-text h1,
.featured-text h2,
.featured-text h3,
.featured-text h4,
.featured-text h5,
.featured-text h6,
.featured-text h7,
.featured-text h8 {
  margin: 5px 0;
}

.featured-text p {
  text-align: justify;
}

/* Footer */
.footer {
  background: #007cc2;
  padding: 10px 0;
  color: white;
  text-align: center;
}

.footer p {
  line-height: 40px;
  vertical-align: middle;
  margin: 0;
}

.footer a {
  color: white;
}

.footer .nav a {
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 5px;
  padding: 5px 10px;
}

.footer .nav a:hover {
  background: none;
  border-color: white;
}

/* Horizontal Nav */
.nav-horizontal > li {
  display: inline-block;
}

/* Page Header */
.page-header {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.page-header h3 {
  padding: 20px 10px;
  margin: 0;
}

/* General */
img {
  max-width: 100%;
}

/* Breadcrumb */
.breadcrumb {
  background: none;
  border: 1px solid #ddd;
}

.breadcrumb a {
  color: #007cc2;
}

/* Button */
.btn-primary {
  border: 1px solid #007cc2;
  box-shadow: none;
  color: #007cc2;
  background: none;
  text-shadow: none;
  
  -webkit-transition-duration: .25s;
  -moz-transition-duration: .25s;
  transition-duration: .25s;
}

.btn-primary:hover {
  color: white;
  background: #007cc2;
  border-color: #007cc2;
}

/* Form */
input,
textarea,
select {
  margin-bottom: 20px;
}

/* Contact */
.page-contact {
  padding-bottom: 20px;
}


/* Google Maps */
.google-maps {
  height: 350px;
}

.footer-fixed-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* E-mail */
.email {
  margin: 10px auto;
  padding: 0;
}
.email header {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.email .page {
  margin-top: 0;
}
.email footer {
  background: none;
  border-top: 1px solid #eee;
  color: #999;
}