/* Parts */
.container {
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
  border-width: 0px 1px;
  box-shadow: 0 0 5px #eee;
}

@media (max-width: 40.0rem) {
  .container {
    padding: 0;
    margin: 0;
  }
  .row {
    padding: 5px;
  }
}

.container img {
  width: 100%;
}

.bordered {
  border-top: 1px solid #eee;
}

/* Top contact menu */
.top-contact {
  font-size: 9pt;
  line-height: 11pt;
  color: #777;
  padding: 5px 10px 10px 10px;
}

.top-contact-data {
  width: 80%;
}

.top-social {
  width: 20%;
}

.top-contact .top-contact-data .top-contact-data-item {
  margin-right: 15px;
  line-height: 15pt;
}

.top-contact .top-contact-data .top-contact-data-item:nth-last-child(1) {
  margin-right: 0;
}

.top-contact .top-social .top-social-item {
  margin-left: 5px;
  height: 40px;
  overflow: visible;
}

.top-contact .top-contact-data i {
  margin-right: 5px;
  margin-top: 3px;
}

@media (max-width: 40.0rem) {
  .top-contact {
    display: none;
  }
}

/* Top menu */
.top-menu .logo {
  height: 75px;
}

.top-menu table {
  margin: 0;
}

.top-menu td {
  padding: 0;
  border: 0;
  width: 50%;;
}

.top-menu h1 {
  font-size: 40pt;
  font-family: 'PT Sans';
  font-weight: bold;
  margin: 0 5px;
  color: #9ede4a;
  line-height: 38pt;
}

.top-menu h2 {
  font-size: 16pt;
  font-family: 'PT Sans';
  font-weight: 600;
  margin: 0 5px;
  color: #9ede4a;
  line-height: 16pt;
}

.top-menu a.menu-item {
  font-size: 14pt;
  /*font-weight: bold;*/
  text-transform: uppercase;
  color: #222;
}

.top-menu a, .top-menu a:active, .top-menu a:hover {
  color: #9ede4a;
}

.top-menu .menu-item {
  display: block;
  padding: 5px 3px;
  margin: 2px;
}

.top-menu .mobile-menu {
  display: none;
}

.top-menu .desktop-menu {
  margin-right: 13px;
}

.top-menu .desktop-menu .column {
  padding: 0;
  margin-right: 2px;
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 50.0rem) {
  .top-menu .mobile-menu {
    display: table-row;
  }

  .top-menu .mobile-menu .menu-item {
    text-align: center;
  }

  .top-menu .desktop-menu {
    display: none;
  }
}

@media (max-width: 40.0rem) {
  .top-menu .menu-item {
    border: 1px solid #9ede4a;
  }

  .top-menu a.menu-item {
    font-size: 12pt;
    font-weight: bold;
  }
}

/* Slider */
.slider {
  width: 100%;
  margin: 0;
  padding: 0;
}

.slider .slide {
  width: 100%;
  height: 500px;
  display: block;
  background-size: cover;
  margin: 0;
  padding: 0;
  font-size: 40pt;
  color: #fff;
}

.slider .slide-wrap {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.slider .slide-dark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.05;
}

.slider .slide-content {
  width: 100%;
  position: absolute;
  bottom: 20%;
  z-index: 1;
}

.slider h1 {
  color: white;
  font-size: 40pt;
  font-family: 'PT Sans Narrow';
  text-align: center;
  text-transform: uppercase;
  padding-top: 15%;
}

@media (max-width: 80.0rem) {
  .slider h1 {
    font-size: 36pt;
  }
}

@media (max-width: 40.0rem) {
  .slider h1 {
    font-size: 28pt;
  }
}

.slider .jump {
  display: block;
  width: 200px;
  height: 60px;
  padding: 10px;
  background: #9ede4a;
  margin: 0 auto;
  text-align: center;
  font-size: 20pt;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 10000;
}

.slider .slick-dots {
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -10px;
}

.slider .slick-dots li {
  display: inline-block;
}

.slider .slick-dots button {
  font-size: 0px;
  height: 10px;
  width: 10px;
  padding: 5px;
  margin: 0 5px;
  background: #fff;
  opacity: 0.2;
  border-radius: 100px;
  border-color: #fff;
}

.slider .slick-active button {
  opacity: 1;
}



/* Schedule */
.schedule {
  background: #fff;
  padding: 3%;
}

.schedule h1 {
  text-align: center;
  margin-bottom: 5px;
}

.schedule h1.title {
  color: #000;
  font-size: 35pt;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 35pt;
}

.schedule h1.number {
  color: #9ede4a;
  font-size: 45pt;
  font-weight: 600;
  line-height: 45pt;
}

.schedule.green {
  background: #9ede4a;
}

.schedule.green h1.title, .schedule.green h1.number {
  color: white;
}

@media(max-width: 40.0rem) {
  .schedule h1.title {
    font-size: 20pt;
    line-height: 22pt;
  }

  .schedule h1.number {
    font-size: 25pt;
    line-height: 27pt;
  }
}

/* Related services */
.related {
  margin: 4% 0 2% 0;
}

.related h1 {
  font-size: 25pt;
  font-family: 'PT Sans Narrow';
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

/* Service rows */
.service {
  font-size: 14pt;
  line-height: 15pt;
}

.service h1 {
  color: #222;
  font-size: 25pt;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.service h2 {
  color: #333;
  font-size: 20pt;
  line-height: 21pt;
}

.service .column {
  padding: 50px 6%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service .button {
  background-color: #9ede4a;
  border: none;
  border-radius: 0;
  font-size: 14pt;
  height: auto;
  padding: 3% 6%;
}

/* Content and title formatting */
.content-container {
  position: relative;
}

.content-container .content {
  padding: 2% 6%;
  font-size: 20pt;
  font-family: 'PT Sans Narrow';
}

.content-container .content h1 {
  font-family: 'PT Sans Narrow';
  text-transform: uppercase;
  font-size: 28pt;
  margin-bottom: 30px;
  margin-top: 30px;
}

.content-container .content h2 {
  font-size: 24pt;
  margin-bottom: 30px;
}

.content-container .title {
  background-size: 130%;
  background-position: center 25%;
  width: 100%;
  height: 250px;
  position: relative;
  margin: 0 auto;
}

.content-container .title-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.05;
}

.content-container .title h1 {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 35%;
  padding: 0;
  margin: 0;
}

.content-container .content-image {
  display: block;
  float: right;
  width: 50%;
  margin: 0;
  padding: 1% 0 3% 3%;
}

@media (max-width: 40.0rem) {
  .content-container .content-image {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 3%;
  }
}

/* Responsive images */
.service .small {
  min-height: 200px;
}

@media (min-width: 40.0rem) {
  .service .small {
    display: none;
  }
}

@media (max-width: 40.0rem) {
  .service .large {
    display: none;
  }
}

/* Services */
.services {
  padding: 3%;
  text-align: center;
}

.services .button {
  background-color: #202424;
  border: none;
  border-radius: 0;
  font-size: 20pt;
  height: auto;
  padding: 1% 7%;
  margin-bottom: 0;
}

/* Footer */
.footer {
  background: #ededed;
  color: #202424;
  padding: 4% 0% 4% 5%;
  padding-top: 50px;
  font-size: 15pt;
  font-family: 'PT Sans Narrow';
  line-height: 18pt;
}

.footer .column {
  margin: 0 2%;
}

.footer h1 {
  font-size: 26pt;
  text-transform: uppercase;
  color: #202424;
}

.footer td {
  padding: 5px;
  border: none;
  vertical-align: top;
}

.footer .narrow-td {
  width: 20px;
  padding-top: 10px;
}

.footer .map {
  display: block;
  margin: 0 auto;
  width: 80%;
  background: #fff;
  padding: 3px;
  box-shadow: 0px 0px 5px #eee;
}

@media (max-width: 40.0rem) {
  .footer {
    padding-right: 5%;
  }
}

/* Copyright */
.copyright {
  text-align: center;
  text-transform: uppercase;
  font-size: 13pt;
  background: #ededed;
  color: #202424;
  padding-bottom: 5pt;
  font-family: 'PT Sans Narrow';
}

/* Icons */
i.telephone {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  float: left;
  background: url('images/phone_black.png');
}

i.pin {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  float: left;
  background: url('images/pin_black.png');
}

i.mail {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  float: left;
  background: url('images/mail_black.png');
}

i.phone {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  float: left;
  background: url('images/phone_black.png');
}

i.empty {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  float: left;
}

i.twitter {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  float: left;
  background: url('images/facebook_gray.png');
}

i.facebook {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  float: left;
  background: url('images/twitter_gray.png');
}

i.small {
  width: 14px;
  height: 14px;
  background-size: cover;
}

i.big {
  width: 39px;
  height: 39px;
  background-size: cover;
}

i.gray {
  opacity: 0.4;
}

#to-top {
  display: block;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 3%;
  bottom: 3%;
  background: url('images/up.png');
  background-size: cover;
  z-index: 10000;
  display: none;
}

/* For foglaljorvost */
.top-pad {
  padding-top: 20px;
}

/* Globals */
body, html {
  background: #fafafa;
  color: #444;
  font-family: 'PT Sans', sans-serif;
  font-size: 10px;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Sans Narrow', sans-serif;
}
