/* KISC ASSD CSS STYLES PROPOSAL */
/* Test path: http://kisc.loc/sites/all/themes/kisc/css/assd-styles-proposal.css */

@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700');

body {
  color: #262628;
  padding-top: 79px;
  font-family: 'Cabin', sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

  body::before {
    content: " ";
    background: url(https://kisc.ch/sites/all/themes/kisc/img/kisc-assd-booking-header.png) center no-repeat #3a5dae;
    font-size: 32px;
    text-align: center;
    position: absolute;
    border-bottom: 3px solid #00a4f2;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 79px;
  }

  body::selection {
    background: #00a4f2;
    color: white;
  }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Cabin', sans-serif;
}

.nav-pills {
 font-size: 120%;
 font-weight: 400;
}

  .nav > li > a {
    border: 1px solid #00a4f230;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:focus,
    .nav-pills > li.active > a:hover {
      background-color: #00a4f2;
    }

.overnight-items a > h4 {
  background-color: #3a5dae;
}

#booknow_form #house_name {
  font-size: 24px;
  margin-bottom: 20px;
}

#booknow_form.form-inline > .btn {
  margin-bottom: 0;
  margin-top: 1.5em;
  padding: 6px 40px;
}

#pafinder_calendar td {
  box-shadow: none;
}

.panel-primary > .panel-heading {
  background-color: #3a5dae;
  border-color: #3a5dae;
}

.panel-primary > .panel-heading a:focus,
.panel-primary > .panel-heading a:hover {
  color: #FFF;
  text-decoration: none;
}

.form-control {
  border-radius: 3px;
  box-shadow: none;
  border-color: rgba(140,140,140,0.30);
}

.panel > button {
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 0;
}

.fotorama__arr.fotorama__arr--prev {
  background: url(https://kisc.ch/sites/all/themes/kisc/img/arrow.svg) center no-repeat transparent;
  transform: rotate(-90deg) translateY(10px);
}
.fotorama__arr.fotorama__arr--next {
  background: url(https://kisc.ch/sites/all/themes/kisc/img/arrow.svg) center no-repeat transparent;
  transform: rotate(90deg) translateY(10px);
}

.footer {
  background-color: #262628;
  color: #FFF;
  margin: 25px 0 0 0;
  padding: 10px 0 10px;
}

/* Respons fixes */
@media (max-width: 980px) {
  #summary_box_container {
    margin: 1.5em 0 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #booknow_form #house_name {
    text-align: center;
  }
}

@media (max-width: 480px) {
  body::before {
    background: url(https://kisc.ch/sites/all/themes/kisc/img/kisc-assd-booking-header-mobile.png) center no-repeat #3a5dae;
  }
}

