/* Color */
/* Layout */
body {
  font-family: 'Chau Philomene One', sans-serif;
}
a,
a:hover {
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #0077af;
}
ul {
  margin-left: 0;
  list-style-position: inside;
}
/* Typography */
h1 {
  font-family: 'arial', sans-serif;
}
h2 {
  font-family: 'Chau Philomene One', sans-serif;
  font-size: 28px;
}
h3 {
  font-family: 'arial', sans-serif;
}
h4 {
  font-family: 'arial', sans-serif;
}
h5 {
  font-family: 'arial', sans-serif;
}
h6 {
  font-family: 'arial', sans-serif;
  font-weight: lighter;
}
p {
  font-family: 'arial', sans-serif;
}
/* Less */
/* Main */
#header {
  background: white;
  margin: 10px 0 0 0;
}
.logo {
  float: left;
}
#nav {
  float: right;
  display: block;
  text-transform: uppercase;
  margin-top: 35px;
}
#nav li {
  list-style: none;
  float: left;
  white-space: nowrap;
  background: none;
}
#nav li a {
  background: none;
  box-shadow: none;
}
#nav a {
  padding: 7px 15px;
  font-size: 20px;
  color: #0077af;
  background: #0077af;
  text-decoration: none;
  background: none;
  box-shadow: none;
}
#nav li a:hover {
  background: none;
  color: #0077af;
}
#nav ul {
  display: none;
  position: absolute;
  z-index: 1000;
  margin: 0;
  margin-top: 7px;
  background: #f0f0f0;
}
#nav ul ul {
  left: 100%;
  position: absolute;
  white-space: nowrap;
  background: #f0f0f0;
  margin: 0;
  margin-top: -32px;
}
#nav ul li {
  padding-top: 0px;
  display: block;
  float: none;
}
#nav li:hover > ul {
  display: block;
  float: left;
}
#nav ul a {
  color: #0077af;
  font-size: 14px;
  padding: 6px 25px;
  text-transform: none;
  display: block;
}
#nav ul a:hover {
  background: #0098e0;
  color: white;
}
.carousel-control {
  top: 80%;
  background: white;
  height: 40px;
  border-radius: 20px;
}
.feature-holder {
  margin: 0 0 30px 0;
}
.feature {
  width: 385px;
  background: #0077af;
  display: block;
  float: left;
  right-love: Lars;
  margin-right: 5px;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
}
.feature:last-child {
  margin-right: 0;
}
.feature h2 {
  display: block;
  padding: 20px 0;
  color: white;
  text-transform: uppercase;
}
.feature:hover {
  background: #0098e0;
}
.frontpage .module-article {
  width: 800px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.section1 {
  border-top: 2px solid #f0f0f0;
}
#footer {
  margin: 20px 0;
  background: #f0f0f0;
}
#footer h6 {
  float: left;
  padding-top: 10px;
}
.tm {
  float: right;
}
.sidepanel {
  background: none;
  box-shadow: none;
  border: none;
}
.sidepanel a {
  background: #f0f0f0;
  font-size: 16px;
}
.sidepanel li {
  margin-bottom: 5px;
  background: #f0f0f0;
}
.sidepanel a:hover {
  background: #0077af;
  color: white;
}
.sidepanel ul ul li a {
  padding-left: 25px;
  font-size: 15px;
}
.sidepanel ul ul li {
  margin-bottom: 0;
  margin-left: 0;
}
.sidepanel .current > a {
  background-color: #0077af;
  color: white;
}
.sidepanel ul ul ul li a {
  padding-left: 45px;
  font-size: 15px;
}
/* Sprite */
/* Large desktop */
@media (max-width: 1200px) {
  .feature {
    width: 310px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .feature {
    width: 238px;
  }
  .feature h2 {
    font-size: 20px;
  }
  .frontpage .module-article {
    width: 100%;
  }
  #nav {
    float: left;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding: 0!important;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo {
    margin-bottom: 20px;
  }
  #nav-phone {
    width: 100%;
  }
  .feature {
    width: 100%;
    margin-bottom: 5px;
  }
  .carousel-control {
    display: none;
  }
  .frontpage .module-article {
    width: 100%;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
@media print {
  
}
/* Solve style */
.module-article {
  position: relative;
}
.modal-image {
  max-width: 100%;
}
.module-gallery .thumbs {
  margin-top: 5px;
}
.module-gallery .thumbs img {
  height: 70px;
  max-width: 120px;
  margin-right: 2px;
}
