﻿img {
  max-width: 100%;
  height: auto;
}

.banner img {
  width: 100%;
}

/* TYPOGRAHPY */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

a {
  color: #094270;
  -moz-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}
a:hover {
  color: #052641;
  text-decoration: none;
}
a:focus {
  color: #094270;
  text-decoration: none;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

header {
  min-height: 55px;
}

.form-control {
  border-radius: 0;
}

/* FB */
.fb-thumb {
  width: 100%;
  padding: 40% 0;
  background-size: cover;
  background-position: center center;
}

.fb-pager {
  text-align: center;
}
.fb-pager span {
  color: #ccc;
}
.fb-pager a span {
  color: #000;
}
.fb-pager .number-holder {
  display: inline-block;
  text-align: center;
  min-width: 60px;
}

/* MAP */
#map {
  height: 400px;
}
#map img {
  max-width: none;
}

/* CUSTOM CSS */
/* Login */
.login {
  background-color: #364150;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.login-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 30px;
  background-color: #fff;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.login-holder hr {
  margin: 30px 0;
}

.g-signin2 {
  display: inline-block;
}

/* SIDEMENU */
.sideMenu {
  float: left;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  /* 1st level */
}
.sideMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sideMenu li {
  float: left;
  position: relative;
  width: 100%;
  /* hover */
  /* active */
}
.sideMenu li a {
  -moz-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
  padding: 8px 12px;
  display: block;
  background-color: #000;
  color: #efefef;
}
.sideMenu li:hover > a {
  color: #094270;
  background-color: white;
}
.sideMenu li.active > a {
  color: #094270;
  background-color: white;
}

.tooltip {
  position: absolute;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
