/*
  Aurelius Interactive (www.aurelius.pl)
  Code: Kamil Skrzypkowski (kamil@aurelius.pl)
*/
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&subset=latin-ext');
@import url(font-awesome.min.css);
body {
  position: relative;
  height: 100%;
  margin: 0;
  font-family: 'Raleway', sans-serif;
}
.header {
  background: url("../images/header-bg.jpg") center bottom no-repeat;
  background-size: cover;
  height: 700px;
  overflow: hidden;
  position: relative;
  /*
  background-position: center -209px;
  background-attachment: fixed;
  */
}
.header .nav {
  padding: 10px 0;
  display: table;
  width: 100%;
}
.header .nav .logo {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.header .nav .logo img.small {
  display: none;
}
.header .nav .navigation {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.header .nav .navigation .nav-open {
  display: none;
}
.header .nav .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
.header .nav .navigation ul li {
  display: inline-block;
  padding: 0 6px;
  font-family: 'Comfortaa', cursive;
  font-size: 24px;
}
.header .nav .navigation ul li a {
  text-decoration: none;
  color: #2a86c3;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.header .nav .navigation ul li a:hover {
  color: #f2a3b4;
}
.header .nav .navigation ul li a.active {
  color: #e33358;
}
.header .nav .navigation ul li a.active:after {
  content: ' ';
  display: block;
  width: 20px;
  height: 2px;
  background: #e33358;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.header .content .excerpt {
  position: relative;
  top: 115px;
  z-index: 101;
}
.header .content .excerpt #fade-1,
.header .content .excerpt #fade-2,
.header .content .excerpt #fade-3 {
  position: absolute;
  width: 100%;
  text-align: center;
}
.header .content .excerpt #fade-2 span:last-of-type,
.header .content .excerpt #fade-3 span:last-of-type {
  float: none;
}
.header .content .excerpt span {
  font-family: 'Raleway', sans-serif;
  font-size: 38px;
  color: #272727;
  text-transform: uppercase;
}
.header .content .excerpt span b {
  color: #e33358;
  font-weight: normal;
}
.header .content .centered-element .people {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 324px;
  max-width: 352px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/header-people.png") center no-repeat;
  background-size: cover;
  z-index: 100;
}
.header .content .centered-element .rocks {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 108px;
  max-width: 798px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/header-bottom.png") center no-repeat;
  background-size: cover;
  z-index: 99;
}
.about-us {
  background: #f3f3f3;
  padding-top: 30px;
}
.about-us .excerpt {
  font-family: 'Raleway', sans-serif;
  text-align: center;
  font-size: 22px;
  color: #484848;
  font-weight: bold;
  line-height: 1.273;
}
.about-us .excerpt .head {
  text-align: center;
  color: #e33358;
  padding-bottom: 25px;
}
.about-us .excerpt .head:after {
  content: ' ';
  border-top: solid 3px #e33358;
  width: 100%;
  height: 3px;
  position: relative;
  display: block;
  top: -20px;
  z-index: 99;
}
.about-us .excerpt .head h1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.about-us .excerpt .head h1 span {
  background: #f3f3f3;
  padding: 5px 30px;
  position: relative;
  z-index: 100;
}
.about-us .excerpt .desc {
  padding-bottom: 10px;
}
.about-us .excerpt .desc p {
  margin-bottom: 0;
}
.about-us .content {
  font-family: 'Raleway', sans-serif;
  text-align: justify;
  font-size: 20px;
  color: #484848;
  padding-top: 30px;
  padding-right: 25px;
}
.about-us .content p {
  text-align: justify;
  margin-bottom: 25px;
}
.about-us aside .banner {
  background: url("../images/aside.jpg") top left no-repeat;
  height: 829px;
  overflow: hidden;
}
.rentals {
  padding: 20px 0;
  padding-top: 40px;
  position: relative;
  z-index: 100;
}
.rentals .excerpt .head {
  text-align: center;
  color: #299bcc;
  padding-bottom: 25px;
}
.rentals .excerpt .head:after {
  content: ' ';
  border-top: solid 3px #299bcc;
  width: 100%;
  height: 3px;
  position: relative;
  display: block;
  top: -20px;
  z-index: 99;
}
.rentals .excerpt .head h1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.rentals .excerpt .head h1 span {
  background: #ffffff;
  padding: 5px 30px;
  position: relative;
  z-index: 100;
}
.rentals .content h2 {
  font-size: 23px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #484848;
}
.rentals .content .blue h2 b {
  color: #299bcc;
}
.rentals .content .blue table {
  width: 100%;
  font-family: 'Raleway', sans-serif;
  margin-top: 50px;
}
.rentals .content .blue table thead tr {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}
.rentals .content .blue table thead tr td {
  padding: 6px 10px;
  text-align: center;
}
.rentals .content .blue table thead tr:first-child td {
  background: #363636;
}
.rentals .content .blue table thead tr:first-child td:nth-of-type(1) {
  -webkit-border-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius: 0;
  -moz-border-radius-topleft: 20px;
  border-radius: 0;
  border-top-left-radius: 20px;
}
.rentals .content .blue table thead tr:first-child td:last-of-type {
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 20px;
  border-radius: 0;
  border-top-right-radius: 20px;
}
.rentals .content .blue table thead tr:first-child td.grey {
  background: #4f4f4f;
}
.rentals .content .blue table thead tr:nth-of-type(2) td {
  background: #299bcc;
  border-right: solid 1px #363636;
}
.rentals .content .blue table thead tr:nth-of-type(2) td:nth-of-type(0) {
  background: transparent;
  border-right: none;
}
.rentals .content .blue table thead tr:nth-of-type(2) td:last-of-type {
  background: #1e75ba;
  border-right: none;
}
.rentals .content .blue table tbody tr th,
.rentals .content .blue table tbody tr td {
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 20px;
}
.rentals .content .blue table tbody tr th {
  background: #f3f3f3;
  text-align: right;
  font-weight: normal;
  color: #363636;
}
.rentals .content .blue table tbody tr td {
  text-align: center;
  color: #299bcc;
  background: #ffffff;
  border-right: solid 1px #363636;
}
.rentals .content .blue table tbody tr td:last-of-type {
  border-right: none;
  color: #1e75ba;
}
.rentals .content .blue table tbody tr:nth-child(even) th {
  background: #acacac;
  color: #ffffff;
}
.rentals .content .blue table tbody tr:nth-child(even) td {
  background: #f3f3f3;
}
.rentals .content .blue table tbody tr:first-of-type th {
  -webkit-border-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius: 0;
  -moz-border-radius-topleft: 20px;
  border-radius: 0;
  border-top-left-radius: 20px;
}
.rentals .content .blue table tbody tr:last-of-type th:last-of-type {
  -webkit-border-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomleft: 20px;
  border-radius: 0;
  border-bottom-left-radius: 20px;
}
.rentals .content .blue table tbody tr:last-of-type td:last-of-type {
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomright: 20px;
  border-radius: 0;
  border-bottom-right-radius: 20px;
}
.rentals .content .pink {
  padding-top: 40px;
}
.rentals .content .pink h2 b {
  color: #e33358;
}
.rentals .content .pink table {
  width: 100%;
  font-family: 'Raleway', sans-serif;
  margin-top: 50px;
}
.rentals .content .pink table.second {
  margin-top: 70px;
}
.rentals .content .pink table th {
  max-width: 140px;
}
.rentals .content .pink table thead tr {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}
.rentals .content .pink table thead tr td {
  padding: 6px 10px;
  text-align: center;
}
.rentals .content .pink table thead tr:first-child td {
  background: #363636;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rentals .content .pink table thead tr td {
  background: #e33358;
  border-right: solid 1px #363636;
}
.rentals .content .pink table thead tr td:nth-of-type(0) {
  background: transparent;
  border-right: none;
}
.rentals .content .pink table thead tr td:last-of-type {
  border-right: none;
}
.rentals .content .pink table tbody tr th,
.rentals .content .pink table tbody tr td {
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 20px;
}
.rentals .content .pink table tbody tr th {
  background: #f3f3f3;
  text-align: right;
  font-weight: normal;
  color: #363636;
}
.rentals .content .pink table tbody tr td {
  text-align: center;
  color: #e33358;
  background: #ffffff;
  border-right: solid 1px #363636;
}
.rentals .content .pink table tbody tr td:last-of-type {
  border-right: none;
}
.rentals .content .pink table tbody tr:nth-child(even) th {
  background: #acacac;
  color: #ffffff;
}
.rentals .content .pink table tbody tr:nth-child(even) td {
  background: #f3f3f3;
}
.rentals .content .pink table tbody tr:first-of-type th {
  -webkit-border-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius: 0;
  -moz-border-radius-topleft: 20px;
  border-radius: 0;
  border-top-left-radius: 20px;
}
.rentals .content .pink table tbody tr:last-of-type th:last-of-type {
  -webkit-border-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomleft: 20px;
  border-radius: 0;
  border-bottom-left-radius: 20px;
}
.rentals .content .pink table tbody tr:last-of-type td:last-of-type {
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomright: 20px;
  border-radius: 0;
  border-bottom-right-radius: 20px;
}
.bottom-bg {
  background: url("../images/bottom-bg-top.jpg") center no-repeat;
  height: 900px;
  width: 100%;
  position: relative;
  margin-top: -245px;
  z-index: 99;
}
.contact {
  background: url("../images/bottom-bg-bottom.png") center top no-repeat, #1f7abc;
  min-height: 427px;
  width: 100%;
  padding-top: 40px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 100px;
  position: relative;
  z-index: 99;
}
.contact .excerpt {
  text-align: center;
}
.contact .excerpt .head {
  text-align: center;
  padding-bottom: 20px;
}
.contact .excerpt .head h1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.contact .excerpt .head h1 span {
  padding: 5px 30px;
  position: relative;
  z-index: 100;
}
.contact .excerpt .head .border {
  height: 3px;
  width: 100%;
  background: #ffffff;
  margin-top: 16px;
  position: relative;
}
.contact .excerpt p {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}
.contact .forms {
  padding-top: 20px;
}
.contact .forms .form-control {
  border: solid 2px rgba(255, 255, 255, 0);
  color: #103d5f;
  font-family: 'Raleway', sans-serif;
  border-radius: 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  margin-bottom: 20px;
}
.contact .forms .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 2px #3fb8ff;
}
.contact .forms .form-control::-webkit-input-placeholder {
  color: #1f7abc;
}
.contact .forms .form-control:-moz-placeholder {
  color: #1f7abc;
}
.contact .forms .form-control::-moz-placeholder {
  color: #1f7abc;
}
.contact .forms .form-control:-ms-input-placeholder {
  color: #1f7abc;
}
.contact .forms input.form-control {
  height: 54px;
}
.contact .forms .show {
  width: 0;
  height: 0 !important;
  padding: 0;
  margin: 0;
  border: none;
}
.contact .forms .btn {
  font-size: 20px;
  border-radius: 15px;
  padding: 11px 12px;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Raleway', sans-serif !important;
  border: none;
  background: #e33358;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.contact .forms .btn:hover {
  opacity: 0.9;
}
.contact .error {
  color: pink;
  text-decoration: underline;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Raleway', sans-serif !important;
}
.contact-footer {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  color: #ffffff;
  background: #1f7abc;
  margin-top: -80px;
  padding-bottom: 30px;
  background: url("../images/footer-shadow-left.png") bottom left no-repeat, url("../images/footer-shadow-right.png") bottom right no-repeat, #1f7abc;
}
.contact-footer .container-s {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.contact-footer .excerpt .head {
  text-align: center;
  color: #fff;
  padding-bottom: 25px;
}
.contact-footer .excerpt .head:after {
  content: ' ';
  border-top: solid 3px #fff;
  width: 100%;
  height: 3px;
  position: relative;
  display: block;
  top: -15px;
  z-index: 99;
}
.contact-footer .excerpt .head h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
.contact-footer .excerpt .head h2 span {
  background: #1f7abc;
  padding: 5px 30px;
  position: relative;
  z-index: 100;
}
.contact-footer .content .col-sm-6 {
  font-size: 22px;
  color: #ffffff;
}
.contact-footer .content .col-sm-6:first-child {
  text-align: left;
}
.contact-footer .content .col-sm-6:last-child {
  text-align: right;
}
.map {
  height: 350px;
  position: relative;
  z-index: 99;
  margin-top: -85px;
}
.footer {
  color: #545454;
  padding: 20px 0;
}
.footer img {
  float: left;
  margin-right: 15px;
}
.footer .col-sm-6:last-child {
  text-align: right;
  padding-top: 6px;
}
.sticky-nav {
  padding: 10px 0;
  display: block;
  width: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 1000;
  -webkit-box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.7);
  box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.7);
  -webkit-transition-property: top, bottom;
  -webkit-transition-duration: 0.5s;
  top: -93px;
}
.sticky-nav.sticky {
  top: 0;
}
.sticky-nav .navigation {
  padding: 16px 0;
}
.sticky-nav .navigation .nav-open {
  display: none;
}
.sticky-nav .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
.sticky-nav .navigation ul.nav > li > a {
  padding: 0;
}
.sticky-nav .navigation ul.nav > li > a:hover,
.sticky-nav .navigation ul.nav > li > a:focus {
  padding: 0;
  background-color: transparent;
}
.sticky-nav .navigation ul li {
  display: inline-block;
  padding: 0 6px;
  font-family: 'Comfortaa', cursive;
  font-size: 20px;
}
.sticky-nav .navigation ul li.active a {
  color: #e33358;
}
.sticky-nav .navigation ul li.active a:after {
  content: ' ';
  display: block;
  width: 20px;
  height: 2px;
  background: #e33358;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.sticky-nav .navigation ul li a {
  text-decoration: none;
  color: #2a86c3;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.sticky-nav .navigation ul li a:hover {
  color: #f2a3b4;
}
.sticky-nav .navigation ul li a.active {
  color: #e33358;
}
.sticky-nav .navigation ul li a.active:after {
  content: ' ';
  display: block;
  width: 20px;
  height: 2px;
  background: #e33358;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .header .nav .logo {
    width: 25%;
  }
  .header .nav .navigation {
    width: 75%;
  }
  .contact .excerpt .head .col-sm-4 {
    width: 40%;
    float: left;
  }
  .contact .excerpt .head .col-sm-4:first-of-type {
    width: 30%;
  }
  .contact .excerpt .head .col-sm-4:last-of-type {
    width: 30%;
  }
  .contact .excerpt .head h1 span {
    padding: 5px 0;
  }
}
@media (max-width: 770px) {
  .sticky-nav .logo {
    width: 30%;
    float: left;
  }
  .sticky-nav .navigation {
    width: 70%;
    float: left;
    padding: 7px 0;
  }
}
@media (max-width: 767px) {
  .header .nav .navigation ul li {
    font-size: 20px;
  }
  aside {
    display: none !important;
  }
  .table-responsive {
    border: none !important;
  }
  .contact {
    padding-bottom: 40px;
  }
  .contact-footer {
    width: 100%;
    margin-top: 0;
    padding-bottom: 5px;
  }
  .contact-footer .content .col-sm-6 {
    font-size: 20px;
  }
  .contact-footer .content .col-sm-6:first-child {
    text-align: left;
    width: 50%;
    float: left;
  }
  .contact-footer .content .col-sm-6:last-child {
    text-align: right;
    width: 50%;
    float: left;
  }
  .map {
    margin-top: 0;
    height: 300px;
  }
  .footer .col-sm-6 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 620px) {
  .header .nav .col-sm-5,
  .header .nav .col-sm-7 {
    width: 100%;
    text-align: center;
    display: block;
  }
  .header .nav .col-sm-5 img,
  .header .nav .col-sm-7 img {
    margin: 0 auto;
  }
  .header .nav .col-sm-5 img.small,
  .header .nav .col-sm-7 img.small {
    display: block;
  }
  .header .nav .col-sm-5 img.standard,
  .header .nav .col-sm-7 img.standard {
    display: none;
  }
  .header .nav .navigation ul {
    padding: 5px 0;
    float: none;
  }
  .header .content .excerpt span {
    background-color: rgba(255, 255, 255, 0.65);
  }
  .sticky-nav {
    top: -130px;
  }
  .sticky-nav .logo,
  .sticky-nav .navigation {
    width: 100%;
    text-align: center;
  }
  .sticky-nav .logo img,
  .sticky-nav .navigation img {
    margin: 0 auto;
    max-height: 40px;
  }
  .sticky-nav .navigation {
    padding-top: 5px;
  }
  .sticky-nav .navigation ul {
    float: none;
  }
}
@media (max-width: 560px) {
  .header {
    height: 610px;
  }
  .header .content .excerpt {
    top: 70px;
  }
  .header .content .excerpt span {
    font-size: 26px;
  }
}
@media (max-width: 471px) {
  .header .container {
    width: 100%;
    padding: 0;
  }
  .header .nav {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
  .header .nav .navigation {
    padding: 0;
  }
  .header .nav .navigation .nav-open {
    width: 100%;
    display: block;
    background: #ffffff;
    font-size: 22px;
  }
  .header .nav .navigation ul {
    display: none;
    width: 100%;
    background: #ffffff;
    position: absolute;
    z-index: 10000;
  }
  .header .nav .navigation ul li {
    display: block;
    padding: 5px 0;
  }
  .header .content .excerpt {
    top: 70px;
  }
  .sticky-nav .container {
    padding-left: 0;
    padding-right: 0;
  }
  .sticky-nav .navigation {
    padding: 0;
  }
  .sticky-nav .navigation .nav-open {
    width: 100%;
    display: block;
    font-size: 22px;
  }
  .sticky-nav .navigation ul {
    display: none;
    width: 100%;
    background: #ffffff;
    position: absolute;
    z-index: 10000;
  }
  .sticky-nav .navigation ul li {
    display: block;
    padding: 5px 0;
  }
}
@media (max-width: 430px) {
  .header .content .excerpt {
    top: 50px;
  }
}
