
/* depedencies */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.ks-news-modal .modal-header .close {
  color: #fff;
}
.ks-news-modal .modal-header {
  color: #fff;
  background-color: #444;
}
.ks-news-modal .modal-footer {
  background-color: #eee;
}
.ks-jobs {
  color: red;
  font-size: 13px;
}
.ks-editable.ks-editable-overlay {
  position: relative;
}
.ks-editable.ks-editable-overlay::after {
  z-index: 100;
  content: "";
  box-radius: 3px;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
  padding: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249,243,182,0.5);
  cursor: pointer;
}
.ks-editable-data.ks-editable-data-overlay {
  z-index: 200;
  position: relative;
}
.ks-editable.ks-editable-overlay .note-editor {
  z-index: 1050;
  background-color: rgba(255,255,255,0.4);
  padding: 4px 6px;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
  box-radius: 3px;
}
@media (max-width: 767px) {
  .ks-image-html.ks-image-html-right {
    float: none;
    width: 100% !important;
  }
  .ks-image-html.ks-image-html-left {
    float: none;
    width: 100% !important;
  }
}
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
@media (max-width: 767px) {
  .ks-theme-top h1 a {
    font-size: 25px;
  }
  .ks-theme-top h2 {
    font-size: 16px;
  }
  .text-button {
    display: none;
  }
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .carousel-inner {
    border-radius: 5px 5px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-button {
    display: inline;
  }
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-button {
    display: inline;
  }
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-button {
    display: inline;
  }
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .ks-theme-credits .ks-theme-powered,
  .ks-theme-credits .ks-theme-legals {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.col-lg-1.col-auto-clean:nth-child(12n+1),
.col-lg-2.col-auto-clean:nth-child(6n+1),
.col-lg-3.col-auto-clean:nth-child(4n+1),
.col-lg-4.col-auto-clean:nth-child(3n+1),
.col-md-6.col-auto-clean:nth-child(2n+1) {
  clear: both;
}

@font-face {
  font-family: 'bubblegum_sansregular';
  src: url('/components/fonts/bubblegum/bubblegumsans-regular-webfont.eot');
  src: url('/components/fonts/bubblegum/bubblegumsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/components/fonts/bubblegum/bubblegumsans-regular-webfont.woff2') format('woff2'), url('/components/fonts/bubblegum/bubblegumsans-regular-webfont.woff') format('woff'), url('/components/fonts/bubblegum/bubblegumsans-regular-webfont.ttf') format('truetype'), url('/components/fonts/bubblegum/bubblegumsans-regular-webfont.svg#bubblegum_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #F5F9FD;
  background-image: linear-gradient(160deg, #F5F9FD 13%, #C7E0F5 100%);
  font-family: Open Sans;
}
.btn.btn-success {
  background-color: rgba(1, 203, 104, 0.98);
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
}
.btn.btn-success:hover {
  background-color: rgba(1, 203, 104, 0.88);
  border-bottom: 3px solid rgba(0, 0, 0, 0.22);
}
.btn.btn-primary {
  background-color: rgba(49, 133, 203, 0.98);
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
}
.btn.btn-primary:hover {
  background-color: rgba(49, 133, 203, 0.88);
  border-bottom: 3px solid rgba(0, 0, 0, 0.22);
}
.btn.btn-danger {
  background-color: #ff633c;
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
}
.btn.btn-danger:hover {
  background-color: #ff8465;
  border-bottom: 3px solid rgba(0, 0, 0, 0.22);
}
.btn.btn-default {
  background-color: #F6F6F6;
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
}
.btn.btn-default {
  background-color: #ffffff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.22);
}
.bp-wrapper {
  background-color: #fff;
  padding: 25px;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
  margin-bottom: 15px;
}
.bp-wrapper .bp-nopadding {
  margin: -25px;
}
.bp-cookie-consent {
  background-color: #1F517A;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  padding: 6px 0 8px 0;
}
.bp-cookie-consent a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}
.bp-cookie-consent a i.fa {
  padding: 0 0 0 10px;
}
.bp-header {
  border-top: 6px solid #3185cb;
  background-color: #8FC0EA;
}
.bp-logo {
  font-family: 'bubblegum_sansregular';
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.bp-logo a:hover {
  text-decoration: none;
}
.bp-logo h1 {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  top: -4px;
  /* background-color: rgba(255, 255, 255, 0.3); border-radius: 5px; display: inline-block; padding: 5px;*/
}
.bp-logo .bp-anchor {
  color: #519AD5;
  position: relative;
  left: 9px;
  transform: rotate(15deg);
}
.bp-logo .bp-baby {
  color: #FF633C;
}
.bp-logo .bp-pirates {
  color: #3283C8;
}
.bp-logo .bp-tld {
  color: #FFFFFF;
  text-shadow: none;
  font-size: 80%;
}
.bp-logo .bp-slogan {
  font-style: italic;
  text-shadow: none;
  display: none;
}
.bp-menu-top .nav-pills li a {
  cursor: pointer;
  background-color: #519AD5;
  color: #fff;
  border-radius: 0 0 3px 3px;
  padding: 4px 15px 7px 15px;
}
.bp-menu-top .nav-pills li.active a {
  background-color: #3085CB;
}
.bp-menu-top .nav-pills li.active a:hover {
  background-color: #2b77b6;
}
.bp-menu-top .nav-pills li:hover a {
  background-color: #3085CB;
}
.bp-menu {
  margin-top: 25px;
}
.bp-menu .nav-pills li a {
  background-color: #3185cb;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 18px 12px 18px;
}
.bp-menu .nav-pills li a:after {
  background: rgba(0, 0, 0, 0.12) none repeat scroll 0 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}
.bp-menu .nav-pills li.active a {
  background-color: #ff633c;
}
.bp-menu .nav-pills li.active a:hover {
  background-color: #ff3a09;
}
.bp-menu .nav-pills li:hover a {
  background-color: #ff633c;
}
.bp-content {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
  border: none;
}
.bp-carousel-big .carousel-caption h3 {
  color: #fff;
  background-color: #3185CB;
  font-weight: bold;
  display: inline-block;
  padding: 7px 17px;
  border-radius: 8px;
}
.bp-carousel-big .carousel-caption p {
  color: #fff;
  background-color: #FF633C;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 5px;
}
.bp-deal {
  margin-bottom: 15px;
}
.bp-deal.panel {
  padding: 0px;
}
.bp-deal.panel .panel-heading {
  background-color: #F6F6F6;
}
.bp-deal.panel .panel-heading h3 {
  font-size: 20px;
  color: #333;
  margin-top: 7px;
  margin-bottom: 7px;
}
.bp-deal.panel .panel-heading h3 i {
  color: #777;
}
.bp-deal.panel .panel-footer {
  background-color: #F6F6F6;
}
.bp-deal.pd-deal-footer {
  padding: 12px;
}
.bp-deal h3 {
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 5px 0;
}
.bp-deal h3 a {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 5px 0;
}
.bp-deal h3 a .bp-where {
  color: #555;
}
.bp-deal .bp-description {
  color: #666;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bp-deal .bp-comments {
  padding: 10px 0;
}
.bp-deal a.bp-link {
  color: #555;
  text-decoration: none;
}
.bp-deal a.bp-link:hover {
  text-decoration: underline;
}
.bp-deal .bp-left {
  margin-bottom: 10px;
}
.bp-deal .bp-date {
  margin-right: 15px;
}
.bp-deal .bp-share {
  position: relative;
  top: -7px;
}
.bp-deal .bp-rank {
  text-align: center;
}
.bp-deal .bp-rank .bp-up {
  cursor: pointer;
  background: rgba(255, 71, 160, 0.9) none repeat scroll 0 0;
  border-radius: 15px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  height: 35px;
  line-height: 29px;
  overflow: hidden;
  padding: 0 20px;
  display: inline-block;
  position: relative;
}
.bp-deal .bp-rank .bp-up::before {
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(0px, -50%);
  width: 100%;
}
.bp-deal .bp-rank .bp-up:hover {
  background-color: rgba(255, 71, 160, 0.7);
}
.bp-deal .bp-rank .bp-down {
  cursor: pointer;
  background: rgba(71, 160, 255, 0.9) none repeat scroll 0 0;
  border-radius: 15px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  height: 35px;
  line-height: 29px;
  overflow: hidden;
  padding: 0 20px;
  display: inline-block;
  position: relative;
}
.bp-deal .bp-rank .bp-down::before {
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(0px, -50%);
  width: 100%;
}
.bp-deal .bp-rank .bp-down:hover {
  background-color: rgba(71, 160, 255, 0.7);
}
.bp-deal .bp-rank .bp-value {
  color: #333;
  font-size: 25px;
  font-weight: 700;
}
.bp-deal .bp-price {
  color: #EB4293;
  margin-top: 10px;
  padding: 10px 12px;
  background: rgba(255, 71, 160, 0.2) none repeat scroll 0 0;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.bp-deal .bp-price .bp-value {
  font-weight: 700;
  font-size: 20px;
}
.bp-deal .bp-price .bp-discount {
  font-weight: normal;
  font-size: 12px;
  display: block;
  padding-top: 4px;
}
.bp-deal .bp-delivery {
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  color: #999;
  margin-top: 5px;
}
.bp-deal .bp-meta {
  color: #777;
  font-size: 15px;
  padding: 6px 0;
  margin-bottom: 5px;
}
.bp-deal .bp-more {
  background: rgba(1, 203, 104, 0.98) none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  max-width: 200px;
  min-width: 110px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.bp-deal .bp-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(0, 0, 0, 0.12);
}
.bp-deal .bp-more:hover {
  background-color: rgba(1, 203, 104, 0.8);
  text-decoration: none;
}
.bp-deal .bp-save {
  color: rgba(255, 205, 71, 0.98);
  font-size: 25px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 12px;
}
.bp-deal .bp-save:hover {
  color: rgba(255, 205, 71, 0.9);
  background-color: #F6F6F6;
  border-radius: 150px;
}
.bp-deal .bp-send {
  color: rgba(51, 73, 96, 0.98);
  font-size: 25px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 12px;
}
.bp-deal .bp-send:hover {
  color: rgba(51, 73, 96, 0.9);
  background-color: #F6F6F6;
  border-radius: 150px;
}
@media (max-width: 1199px) {
  .bp-deal .bp-infos {
    border-right: none;
  }
}
.bp-p {
  margin-bottom: 16px;
}
.bp-carousel-big {
  padding: 10px;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.08);
}
.bp-bestoffers {
  color: #a2825c;
  background-color: #FCF5D5;
  border-top: 8px solid #FEE6B4;
  border-bottom: 8px solid #FEE6B4;
  padding-top: 60px;
  margin-top: -60px;
  padding-bottom: 25px;
}
.bp-bestoffers h3 {
  margin-top: 0;
  color: #81684a;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.bp-bestoffers .bp-list {
  padding-top: 25px;
}
.bp-bestoffers .bp-list .col-md-4 {
  border-left: 1px solid #fee6b4;
}
.bp-bestoffers .bp-list .col-md-4:first-child {
  border-left: none;
}
.bp-bestoffers .bp-list img {
  padding: 5px;
  background-color: #fff;
  border-radius: 3px;
}
.bp-btn {
  cursor: pointer;
  background: rgba(1, 203, 104, 0.98) none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.bp-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 0 0 3px 3px;
}
.bp-btn:hover {
  color: #fff;
  background-color: rgba(1, 203, 104, 0.8);
  text-decoration: none;
}
.bp-btn.bp-btn-inline {
  width: inherit;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.bp-btn.bp-btn-primary {
  background-color: rgba(49, 133, 203, 0.98);
}
.bp-btn-primary:hover {
  background-color: rgba(49, 133, 203, 0.8);
}
.bp-btn.bp-btn-default {
  background-color: rgba(237, 237, 237, 0.98);
}
.bp-btn-default:hover {
  background-color: rgba(237, 237, 237, 0.8);
}
.bp-flyer {
  background: #FFDB5E url(http://cdn2-adventure-tours.themefdelight.com/wp-content/uploads/2015/07/tropical-rainforest-parrot-270x180.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 3px;
  color: #aaa;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 10px;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 16px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}
.bp-flyer:hover {
  background-color: rgba(1, 203, 104, 0.8);
  text-decoration: none;
}
.bp-flyer h4 {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.bp-flyer p {
  color: #fff;
}
.bp-flyer a {
  color: #47a0ff;
}
.bp-flyer-default {
  background-color: #fff;
}
.bp-flyer-default h4 {
  color: rgba(49, 133, 203, 0.98);
}
.bp-flyer-default:hover {
  background-color: #fff;
}
.bp-comment {
  border-bottom: 1px solid #ddd;
  padding: 15px 0 10px 0;
}
.bp-comment:last-child {
  border-bottom: none;
}
.bp-comment h4 {
  margin-top: 0;
}
.bp-comment h4 a {
  color: #47a0ff;
}
.bp-comment .bp-comment-body {
  color: #333;
  font-size: 14px;
}
.bp-form h1 {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  background-color: rgba(1, 203, 104, 0.98);
  margin-top: 0;
  padding: 12px 20px 15px 20px;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.bp-form h1:after {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 0 0 3px 3px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}
.bp-form .bp-padding {
  padding: 15px 25px;
}
.bp-form .bp-option {
  background-color: #C7E0F5;
}
.bp-form .form-control {
  background-color: #F5F9FD;
}
.bp-form .bp-bottom {
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 0 0 4px 4px;
  position: relative;
}
.bp-form .bp-bottom:after {
  background-color: rgba(0, 0, 0, 0.05);
  top: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
.bp-form .bp-btn-primary {
  background-color: #3185cb;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 18px 12px 18px;
}
.bp-form .bp-btn-primary:hover {
  background-color: #2c78b6;
}
.bp-form .bp-btn-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 0 0 3px 3px;
}
.bp-form label.text-muted {
  font-weight: normal;
}
footer {
  background-color: #3185cb;
  border-top: 10px solid rgba(0, 0, 0, 0.12);
  color: #fff;
}
footer h4 {
  color: #fff;
  font-size: 1.2em;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
}
footer a {
  color: rgba(255, 255, 255, 0.9);
}
footer a:hover {
  color: #fff;
}
footer .bp-bottom {
  padding: 15px 0 35px 0;
}
footer .bp-credits {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.12);
  padding: 15px 0 10px 0;
}
