/* Mixins */
.mixin-dropshadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
@media not print {
  .print-only,
  .print-only * {
    display: none !important;
  }
}
body {
  padding-top: 100px;
  position: relative;
  /* required by scrollspy */
  color: #444;
  background-color: #326b8d;
  font-size: 1.5em;
  line-height: 2em;
  font-family: 'Slabo 27px', serif, sans-serif, arial;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  font-family: 'Slabo 27px', serif, sans-serif, arial;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  margin-left: 15px;
}
.vertical-gutter {
  margin-bottom: 10px;
}
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  nav#navbar-main .navbar-header .navbar-brand {
    padding-left: 0;
  }
}
nav#navbar-main {
  background-color: #fff;
  height: 70px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}
nav#navbar-main .navbar-brand img {
  height: 32px;
}
nav#navbar-main .navbar-header,
nav#navbar-main .navbar-header .navbar-toggle,
nav#navbar-main .navbar-header .navbar-toggle:focus,
nav#navbar-main .navbar-header .navbar-toggle:hover,
nav#navbar-main #navbar {
  background-color: #fff;
}
nav#navbar-main #navbar li a {
  color: #555;
}
nav#navbar-main .navbar-header {
  margin: 0;
  width: 100%;
  height: 70px;
}
nav#navbar-main .navbar-header .navbar-brand {
  padding-top: 20px;
}
nav#navbar-main .navbar-header .navbar-toggle {
  margin: 18px 0 0 15px;
}
nav#navbar-main .navbar-header .navbar-toggle span.icon-bar {
  background-color: #326b8d;
}
nav#navbar-main .content-container .content {
  display: inline-block;
  color: #555;
  text-align: right;
  font-size: 18px;
  line-height: 70px;
}
nav#navbar-main .content-container .content span {
  margin-left: 15px;
}
nav#navbar-main .content-container .content span.language-selector {
  margin-left: 5px;
}
nav#navbar-main .content-container .content span.language-selector a {
  text-decoration: none;
  margin-left: 10px;
}
nav#navbar-main .content-container .content span.language-selector a img {
  width: 28px;
}
nav#navbar-main .content-container .content .fa,
nav#navbar-main .content-container .content .glyphicon {
  margin-right: 5px;
}
.container,
.container-fluid {
  color: #fff;
}
h1 .fa,
.navbar a .fa,
.navbar-header a .fa,
h1 .glyphicon,
.navbar a .glyphicon,
.navbar-header a .glyphicon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
h1:hover .fa,
.navbar a:hover .fa,
.navbar-header a:hover .fa,
h1:hover .glyphicon,
.navbar a:hover .glyphicon,
.navbar-header a:hover .glyphicon {
  color: #82b5e0;
}
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1001;
  width: 45px;
  height: 45px;
  display: block;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  transition: background 0.2s linear;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}
#back-to-top:hover {
  text-decoration: none;
  background-color: #94c4e0;
}
#back-to-top i {
  color: #326b8d;
}
/*
nav.navbar .navbar-brand i.fa { margin-right: 8px; }
nav.navbar i.fa { width: 15px; }
*/
#background-tile-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
#background-tile-container .tile {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.home-content h2 {
  padding-bottom: 10px;
  border-bottom: 1px #eee solid;
}
.home-content > section {
  margin-bottom: 30px;
}
.dropshadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}
/* Custom Styles */
#home-nav ul.nav-tabs {
  width: 140px;
  border-radius: 4px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}
#home-nav ul.nav-tabs li {
  margin: 0;
  border-top: 1px solid #ddd;
}
#home-nav ul.nav-tabs li:first-child {
  border-top: none;
}
#home-nav ul.nav-tabs li a,
#home-nav ul.nav-tabs li a:hover {
  margin: 0;
  padding: 8px 16px;
  border-radius: 0;
  color: #fff;
  background: transparent;
  border: 0;
}
#home-nav ul.nav-tabs li.active a,
#home-nav ul.nav-tabs li.active a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
}
#home-nav ul.nav-tabs li:first-child a {
  border-radius: 4px 4px 0 0;
}
#home-nav ul.nav-tabs li:last-child a {
  border-radius: 0 0 4px 4px;
}
#home-map {
  color: #444;
  height: 400px;
  border-radius: 5px;
}
footer {
  margin-top: 30px;
  border-top: 1px #5fa0c6 solid;
  background-color: #2b5d7a;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}
footer p {
  margin: 10px 0;
  font-size: 11px;
  line-height: 15px;
  color: #d0e3ee;
  text-align: justify;
}
body.page-home section p {
  text-align: justify;
}
body.page-home section h3 {
  margin: 30px 0 15px 0;
}
