/* SLIDER */
.home-slide .site-width {
  width: 100%;
}
.home-slide h1 {
  display: block;
  padding: 60px 20px 80px;
  text-align: center; color: #FFF; font-size: 24px; line-height: 30px; font-weight: 700;
  text-shadow: 0 2px 2px #000;
  background: url('../images/home.jpg');
}
.home-slide h1 span {
  display: inline-block;
  padding: 14px 12px;
  background-color: rgba(255, 255, 255, 0.2);
}

.home-slide .book {
  padding: 20px 20px 20px;
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
}
.home-slide .book .item {
  float: left; width: 100%;
  margin-bottom: 20px;
}
.home-slide .book .item .text {
  padding-bottom: 6px;
  font-size: 14px; text-align: left; font-weight: 700;
}
.home-slide .book .item input[type='text'] {
  display: block;
  width: 100%; height: 40px;
  padding: 0 15px;
  font-size: 14px; font-weight: 700;
  border: 1px solid #DDD;
  border-radius: 100px;
}

.home-slide .book .item .choose-passengers {
  display: none;
  position: fixed; top: 0; left: 0; z-index: 10000;
  width: 100%; height: 100%;
  padding: 20px;
  background-color: #FFF;
}

.home-slide .book .item .choose-passengers .cp-item {
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}
.home-slide .book .item .choose-passengers .cp-item .persons {
  float: right;
}
.home-slide .book .item .choose-passengers .cp-item .persons a, .home-slide .book .item .choose-passengers .cp-item .persons span {
  display: block;
  float: left;
  width: 36px; height: 36px;
  margin: 0 4px;
  text-align: center; color: #333; line-height: 32px; font-size: 20px; font-weight: 700;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.home-slide .book .item .choose-passengers .cp-item .persons a {
  color: #666; font-size: 34px; font-weight: 400; line-height: 34px;
}
.home-slide .book .item .choose-passengers .cp-item .persons a:first-of-type {
  line-height: 28px;
}

.home-slide .book .item .choose-passengers .cp-item strong {
  display: block;
  font-size: 15px;
}
.home-slide .book .item .choose-passengers .cp-item span {
  display: block;
  font-size: 13px;
}

.home-slide .book .item .choose-passengers .pass-confirm, #search {
  display: block;
  max-width: 280px;
  margin: 15px auto 0; padding: 8px 0;
  color: #FFF; text-align: center; font-size: 16px; text-transform: uppercase;
  background-color: #14BF9D;
  border-radius: 100px;
}
#search {
  margin-top: 0;
}

@media screen and (min-width: 480px) {
  .home-slide h1 {
    padding: 80px 20px 100px;
    font-size: 28px; line-height: 38px;
  }
}
@media screen and (min-width: 580px) {
  .home-slide .book .item {
    float: left; width: 48%;
    margin-left: 1%; margin-right: 1%;
  }
  .home-slide .book .item-passengers {
    width: 25%;
  }
  .home-slide .book .item-search {
    width: 21%;
    padding-top: 25px;
  }

  .home-slide .book .item .choose {
    position: absolute;
  }
  .home-slide .book .item .choose-passengers {
    position: absolute; top: 5px; left: -100px;
    width: 350px; height: 196px;
    padding-top: 8px;
    border: 1px solid #DDD;
    border-radius: 4px;
  }
  .home-slide .book .item .choose-passengers .pass-confirm {
    display: none;
  }
  
  .home-slide .book .item .choose-passengers .cp-item:last-of-type {
    border-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .home-slide h1 {
    padding: 100px 40px 120px;
    font-size: 32px; line-height: 44px;
  }
}
@media screen and (min-width: 768px) {
  .home-slide h1 {
    padding: 120px 60px 140px;
    font-size: 36px; line-height: 48px;
  }

  .home-slide .book .item .choose-passengers {
    left: -70px;
  }
}
@media screen and (min-width: 1024px) {
  .home-slide {
    padding: 120px 0 150px;
    background-size: cover;
    background-position: center;
    background-image: url('../images/home.png');
  }

  .home-slide .site-width {
    width: 94%;
  }

  .home-slide h1 {
    display: inline-block;
    padding: 20px 0;
    font-size: 50px; line-height: 60px;
    margin-bottom: 55px;
    border-radius: 5px;
    background: none;
  }

  .home-slide .book {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.95);
    border: 0;
  }

  .home-slide .book .item {
    width: 20.5%;
    margin-bottom: 0; margin-left: 0.5%; margin-right: 0.5%;
  }
  .home-slide .book .item-search {
    width: 13%;
  }

  .home-slide .book .item .choose-passengers {
    left: -38px;
  }
}
/* /SLIDER */

/* OFFERS */
.offers {
  padding: 30px 12px;
}
.offers h2 {
  text-align: center; font-weight: 700; font-size: 22px;
}
.offers a {
  display: block;
  width: 180px;
  margin: auto; margin-top: 30px;
  text-align: center; line-height: 44px; color: #FFF; font-size: 16px;
  background-color: #14BF9D;
  border-radius: 100px;
}
/* /OFFERS */

/* DESTINATIONS */
.destinations {
  padding: 50px 0;
  text-align: center;
  background-color: #E8E8E8;
}

.destinations h3 {
  display: block;
  margin-bottom: 30px;
  font-weight: 700; font-size: 22px;
}

.destinations .d-item {
  display: block; float: left;
  width: 100%; height: 250px;
  padding: 15px; padding-top: 150px;
  text-align: right; color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  border: 3px solid #E8E8E8;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.destinations .d-item:hover {
  transform: scale(0.95);
}
.destinations .d-item span {
  display: block;
  opacity: .8;
  font-weight: 300;
}
.destinations .d-item strong {
  display: block;
  margin: 2px 0 5px;
  font-weight: 700; font-size: 22px;
}
.destinations .d-item p {
  display: inline-block;
  margin: 0; padding: 2px 4px;
  opacity: .8;
  font-weight: 400; text-transform: uppercase; color: #333; font-size: 10px;
  background-color: #FFF;
}

@media screen and (min-width: 360px) {
  .destinations .d-item {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .destinations .d-item {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .destinations .d-item {
    width: 25%;
  }
}
/* /DESTINATIONS */

/* OTHER */
.other {
  background-color: #F5F5F5;
  padding: 30px 0;
}
.other .other-item {
  float: left; width: 100%;
  padding: 0 30px; margin: 20px 0;
}

.other .other-item i {
  display: block;
  width: 50px; height: 50px;
  margin: 0 auto; padding: 0;
  color: #FFF; font-size: 16px; text-align: center; line-height: 50px; font-size: 30px;
  background-color: #2A6EBB;
  border-radius: 100px;
}
.other .other-item h4 {
  display: block;
  margin-bottom: 10px; margin-top: 30px;
  font-weight: 700; color: #666; text-align: center;
}
.other .other-item p {
  margin: 0; padding: 0;
  font-size: 14px; font-weight: 300; text-align: center; line-height: 22px;
}

@media screen and (min-width: 768px) {
  .other {
    padding: 50px 0;
  }
  .other .other-item {
    width: 33.333333%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .other {
    padding: 50px;
  }
}
/* /OTHER */


/* EXPLORE POSSIBILITIES - FERJOLT */
.explorepos {
 	padding: 15px 0 30px;
	background: #FFFFFF;
}

.explorepos h3 {
	margin: 15px 0 20px;
  color: #14BF9D; font-size: 24px; font-weight: 700; text-align: center;
}

.explorepos .bllok {
  float: left; width: 100%;
	padding: 15px 10px;
  text-decoration: none;
  border-bottom: 1px solid #F2F2F2;
}
.explorepos .bllok:nth-of-type(4) {
  border-bottom: 0;
}

.explorepos .bllok img {
	float: left; max-width: 70px;
  padding: 0; margin-right: 12px; margin-bottom: 10px;
  border: 0;
}
.explorepos .bllok h4 {
	color: #14BF9D; font-weight: 700;
	margin-bottom: 3px;
  text-transform: uppercase; text-decoration: none; font-size: 14px;
}
.explorepos .bllok span {
	font-size: 13px; line-height: 20px;
}

.explorepos .bllok a {
	color: #000000; font-weight: 400;
}
.explorepos .bllok a:hover {
  border-color: #000;
}

@media screen and (min-width: 580px) {
  .explorepos .bllok {
    width: 50%;
    border-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {
  .explorepos .bllok {
    width: 25%;
  }

  .explorepos .bordura {
    border-right: 1px dotted #14BF9D;
  }
}
/* EXPLORE POSSIBILITIES - FERJOLT */