/* CAMPING ADRIATIC CUSTOM CSS */
/* Starts with CUT-DOWN SMALL bootstrap classes, they all start with cs- */
/* From Bootstrap v3.3.5 (http://getbootstrap.com) */

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
.cs-img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.cs-thumbnail > img, .cs-thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.cs-img-left {
    float: left;
    margin-top: 6px;
	margin-bottom: 6px;
    margin-right: 12px;
	display: block;
	width: unset;
	max-width: 100%!important;
    height: auto;
}
.cs-img-right {
    float: right;
    margin-top: 6px;
	margin-bottom: 6px;
    margin-left: 12px;
	display: block;
	width: unset;
	max-width: 100%!important;
    height: auto;
}

.cs-img-rounded {
  border-radius: 6px;
}
.cs-img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.cs-img-circle {
  border-radius: 50%;
}
.cs-text-left {
  text-align: left!important;
}
.cs-text-right {
  text-align: right;
}
.cs-text-center {
  text-align: center;
}
.cs-text-justify {
  text-align: justify;
}
.cs-text-nowrap {
  white-space: nowrap;
}
.cs-text-lowercase {
  text-transform: lowercase;
}
.cs-text-uppercase {
  text-transform: uppercase;
}
.cs-text-capitalize {
  text-transform: capitalize;
}
.cs-text-muted {
  color: #777;
}

.cs-col-xs-1, .cs-col-sm-1, .cs-col-md-1, .cs-col-lg-1, .cs-col-xs-2, .cs-col-sm-2, .cs-col-md-2, .cs-col-lg-2, .cs-col-xs-3, .cs-col-sm-3, .cs-col-md-3, .cs-col-lg-3, .cs-col-xs-4, .cs-col-sm-4, .cs-col-md-4, .cs-col-lg-4, .cs-col-xs-5, .cs-col-sm-5, .cs-col-md-5, .cs-col-lg-5, .cs-col-xs-6, .cs-col-sm-6, .cs-col-md-6, .cs-col-lg-6, .cs-col-xs-7, .cs-col-sm-7, .cs-col-md-7, .cs-col-lg-7, .cs-col-xs-8, .cs-col-sm-8, .cs-col-md-8, .cs-col-lg-8, .cs-col-xs-9, .cs-col-sm-9, .cs-col-md-9, .cs-col-lg-9, .cs-col-xs-10, .cs-col-sm-10, .cs-col-md-10, .cs-col-lg-10, .cs-col-xs-11, .cs-col-sm-11, .cs-col-md-11, .cs-col-lg-11, .cs-col-xs-12, .cs-col-sm-12, .cs-col-md-12, .cs-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
.cs-col-xs-1, .cs-col-xs-2, .cs-col-xs-3, .cs-col-xs-4, .cs-col-xs-5, .cs-col-xs-6, .cs-col-xs-7, .cs-col-xs-8, .cs-col-xs-9, .cs-col-xs-10, .cs-col-xs-11, .cs-col-xs-12 {
  float: left;
}
.cs-col-xs-12 {
  width: 100%;
}
.cs-col-xs-11 {
  width: 91.66666667%;
}
.cs-col-xs-10 {
  width: 83.33333333%;
}
.cs-col-xs-9 {
  width: 75%;
}
.cs-col-xs-8 {
  width: 66.66666667%;
}
.cs-col-xs-7 {
  width: 58.33333333%;
}
.cs-col-xs-6 {
  width: 50%;
}
.cs-col-xs-5 {
  width: 41.66666667%;
}
.cs-col-xs-4 {
  width: 33.33333333%;
}
.cs-col-xs-3 {
  width: 25%;
}
.cs-col-xs-2 {
  width: 16.66666667%;
}
.cs-col-xs-1 {
  width: 8.33333333%;
}
.cs-col-xs-pull-12 {
  right: 100%;
}
.cs-col-xs-pull-11 {
  right: 91.66666667%;
}
.cs-col-xs-pull-10 {
  right: 83.33333333%;
}
.cs-col-xs-pull-9 {
  right: 75%;
}
.cs-col-xs-pull-8 {
  right: 66.66666667%;
}
.cs-col-xs-pull-7 {
  right: 58.33333333%;
}
.cs-col-xs-pull-6 {
  right: 50%;
}
.cs-col-xs-pull-5 {
  right: 41.66666667%;
}
.cs-col-xs-pull-4 {
  right: 33.33333333%;
}
.cs-col-xs-pull-3 {
  right: 25%;
}
.cs-col-xs-pull-2 {
  right: 16.66666667%;
}
.cs-col-xs-pull-1 {
  right: 8.33333333%;
}
.cs-col-xs-pull-0 {
  right: auto;
}
.cs-col-xs-push-12 {
  left: 100%;
}
.cs-col-xs-push-11 {
  left: 91.66666667%;
}
.cs-col-xs-push-10 {
  left: 83.33333333%;
}
.cs-col-xs-push-9 {
  left: 75%;
}
.cs-col-xs-push-8 {
  left: 66.66666667%;
}
.cs-col-xs-push-7 {
  left: 58.33333333%;
}
.cs-col-xs-push-6 {
  left: 50%;
}
.cs-col-xs-push-5 {
  left: 41.66666667%;
}
.cs-col-xs-push-4 {
  left: 33.33333333%;
}
.cs-col-xs-push-3 {
  left: 25%;
}
.cs-col-xs-push-2 {
  left: 16.66666667%;
}
.cs-col-xs-push-1 {
  left: 8.33333333%;
}
.cs-col-xs-push-0 {
  left: auto;
}
.cs-col-xs-offset-12 {
  margin-left: 100%;
}
.cs-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.cs-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.cs-col-xs-offset-9 {
  margin-left: 75%;
}
.cs-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.cs-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.cs-col-xs-offset-6 {
  margin-left: 50%;
}
.cs-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.cs-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.cs-col-xs-offset-3 {
  margin-left: 25%;
}
.cs-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.cs-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.cs-col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .cs-col-sm-1, .cs-col-sm-2, .cs-col-sm-3, .cs-col-sm-4, .cs-col-sm-5, .cs-col-sm-6, .cs-col-sm-7, .cs-col-sm-8, .cs-col-sm-9, .cs-col-sm-10, .cs-col-sm-11, .cs-col-sm-12 {
    float: left;
  }
  .cs-col-sm-12 {
    width: 100%;
  }
  .cs-col-sm-11 {
    width: 91.66666667%;
  }
  .cs-col-sm-10 {
    width: 83.33333333%;
  }
  .cs-col-sm-9 {
    width: 75%;
  }
  .cs-col-sm-8 {
    width: 66.66666667%;
  }
  .cs-col-sm-7 {
    width: 58.33333333%;
  }
  .cs-col-sm-6 {
    width: 50%;
  }
  .cs-col-sm-5 {
    width: 41.66666667%;
  }
  .cs-col-sm-4 {
    width: 33.33333333%;
  }
  .cs-col-sm-3 {
    width: 25%;
  }
  .cs-col-sm-2 {
    width: 16.66666667%;
  }
  .cs-col-sm-1 {
    width: 8.33333333%;
  }
  .cs-col-sm-pull-12 {
    right: 100%;
  }
  .cs-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .cs-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .cs-col-sm-pull-9 {
    right: 75%;
  }
  .cs-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .cs-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .cs-col-sm-pull-6 {
    right: 50%;
  }
  .cs-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .cs-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .cs-col-sm-pull-3 {
    right: 25%;
  }
  .cs-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .cs-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .cs-col-sm-pull-0 {
    right: auto;
  }
  .cs-col-sm-push-12 {
    left: 100%;
  }
  .cs-col-sm-push-11 {
    left: 91.66666667%;
  }
  .cs-col-sm-push-10 {
    left: 83.33333333%;
  }
  .cs-col-sm-push-9 {
    left: 75%;
  }
  .cs-col-sm-push-8 {
    left: 66.66666667%;
  }
  .cs-col-sm-push-7 {
    left: 58.33333333%;
  }
  .cs-col-sm-push-6 {
    left: 50%;
  }
  .cs-col-sm-push-5 {
    left: 41.66666667%;
  }
  .cs-col-sm-push-4 {
    left: 33.33333333%;
  }
  .cs-col-sm-push-3 {
    left: 25%;
  }
  .cs-col-sm-push-2 {
    left: 16.66666667%;
  }
  .cs-col-sm-push-1 {
    left: 8.33333333%;
  }
  .cs-col-sm-push-0 {
    left: auto;
  }
  .cs-col-sm-offset-12 {
    margin-left: 100%;
  }
  .cs-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .cs-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .cs-col-sm-offset-9 {
    margin-left: 75%;
  }
  .cs-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .cs-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .cs-col-sm-offset-6 {
    margin-left: 50%;
  }
  .cs-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .cs-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .cs-col-sm-offset-3 {
    margin-left: 25%;
  }
  .cs-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .cs-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .cs-col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .cs-col-md-1, .cs-col-md-2, .cs-col-md-3, .cs-col-md-4, .cs-col-md-5, .cs-col-md-6, .cs-col-md-7, .cs-col-md-8, .cs-col-md-9, .cs-col-md-10, .cs-col-md-11, .cs-col-md-12 {
    float: left;
  }
  .cs-col-md-12 {
    width: 100%;
  }
  .cs-col-md-11 {
    width: 91.66666667%;
  }
  .cs-col-md-10 {
    width: 83.33333333%;
  }
  .cs-col-md-9 {
    width: 75%;
  }
  .cs-col-md-8 {
    width: 66.66666667%;
  }
  .cs-col-md-7 {
    width: 58.33333333%;
  }
  .cs-col-md-6 {
    width: 50%;
  }
  .cs-col-md-5 {
    width: 41.66666667%;
  }
  .cs-col-md-4 {
    width: 33.33333333%;
  }
  .cs-col-md-3 {
    width: 25%;
  }
  .cs-col-md-2 {
    width: 16.66666667%;
  }
  .cs-col-md-1 {
    width: 8.33333333%;
  }
  .cs-col-md-pull-12 {
    right: 100%;
  }
  .cs-col-md-pull-11 {
    right: 91.66666667%;
  }
  .cs-col-md-pull-10 {
    right: 83.33333333%;
  }
  .cs-col-md-pull-9 {
    right: 75%;
  }
  .cs-col-md-pull-8 {
    right: 66.66666667%;
  }
  .cs-col-md-pull-7 {
    right: 58.33333333%;
  }
  .cs-col-md-pull-6 {
    right: 50%;
  }
  .cs-col-md-pull-5 {
    right: 41.66666667%;
  }
  .cs-col-md-pull-4 {
    right: 33.33333333%;
  }
  .cs-col-md-pull-3 {
    right: 25%;
  }
  .cs-col-md-pull-2 {
    right: 16.66666667%;
  }
  .cs-col-md-pull-1 {
    right: 8.33333333%;
  }
  .cs-col-md-pull-0 {
    right: auto;
  }
  .cs-col-md-push-12 {
    left: 100%;
  }
  .cs-col-md-push-11 {
    left: 91.66666667%;
  }
  .cs-col-md-push-10 {
    left: 83.33333333%;
  }
  .cs-col-md-push-9 {
    left: 75%;
  }
  .cs-col-md-push-8 {
    left: 66.66666667%;
  }
  .cs-col-md-push-7 {
    left: 58.33333333%;
  }
  .cs-col-md-push-6 {
    left: 50%;
  }
  .cs-col-md-push-5 {
    left: 41.66666667%;
  }
  .cs-col-md-push-4 {
    left: 33.33333333%;
  }
  .cs-col-md-push-3 {
    left: 25%;
  }
  .cs-col-md-push-2 {
    left: 16.66666667%;
  }
  .cs-col-md-push-1 {
    left: 8.33333333%;
  }
  .cs-col-md-push-0 {
    left: auto;
  }
  .cs-col-md-offset-12 {
    margin-left: 100%;
  }
  .cs-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .cs-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .cs-col-md-offset-9 {
    margin-left: 75%;
  }
  .cs-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .cs-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .cs-col-md-offset-6 {
    margin-left: 50%;
  }
  .cs-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .cs-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .cs-col-md-offset-3 {
    margin-left: 25%;
  }
  .cs-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .cs-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .cs-col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .cs-col-lg-1, .cs-col-lg-2, .cs-col-lg-3, .cs-col-lg-4, .cs-col-lg-5, .cs-col-lg-6, .cs-col-lg-7, .cs-col-lg-8, .cs-col-lg-9, .cs-col-lg-10, .cs-col-lg-11, .cs-col-lg-12 {
    float: left;
  }
  .cs-col-lg-12 {
    width: 100%;
  }
  .cs-col-lg-11 {
    width: 91.66666667%;
  }
  .cs-col-lg-10 {
    width: 83.33333333%;
  }
  .cs-col-lg-9 {
    width: 75%;
  }
  .cs-col-lg-8 {
    width: 66.66666667%;
  }
  .cs-col-lg-7 {
    width: 58.33333333%;
  }
  .cs-col-lg-6 {
    width: 50%;
  }
  .cs-col-lg-5 {
    width: 41.66666667%;
  }
  .cs-col-lg-4 {
    width: 33.33333333%;
  }
  .cs-col-lg-3 {
    width: 25%;
  }
  .cs-col-lg-2 {
    width: 16.66666667%;
  }
  .cs-col-lg-1 {
    width: 8.33333333%;
  }
  .cs-col-lg-pull-12 {
    right: 100%;
  }
  .cs-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .cs-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .cs-col-lg-pull-9 {
    right: 75%;
  }
  .cs-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .cs-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .cs-col-lg-pull-6 {
    right: 50%;
  }
  .cs-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .cs-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .cs-col-lg-pull-3 {
    right: 25%;
  }
  .cs-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .cs-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .cs-col-lg-pull-0 {
    right: auto;
  }
  .cs-col-lg-push-12 {
    left: 100%;
  }
  .cs-col-lg-push-11 {
    left: 91.66666667%;
  }
  .cs-col-lg-push-10 {
    left: 83.33333333%;
  }
  .cs-col-lg-push-9 {
    left: 75%;
  }
  .cs-col-lg-push-8 {
    left: 66.66666667%;
  }
  .cs-col-lg-push-7 {
    left: 58.33333333%;
  }
  .cs-col-lg-push-6 {
    left: 50%;
  }
  .cs-col-lg-push-5 {
    left: 41.66666667%;
  }
  .cs-col-lg-push-4 {
    left: 33.33333333%;
  }
  .cs-col-lg-push-3 {
    left: 25%;
  }
  .cs-col-lg-push-2 {
    left: 16.66666667%;
  }
  .cs-col-lg-push-1 {
    left: 8.33333333%;
  }
  .cs-col-lg-push-0 {
    left: auto;
  }
  .cs-col-lg-offset-12 {
    margin-left: 100%;
  }
  .cs-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .cs-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .cs-col-lg-offset-9 {
    margin-left: 75%;
  }
  .cs-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .cs-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .cs-col-lg-offset-6 {
    margin-left: 50%;
  }
  .cs-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .cs-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .cs-col-lg-offset-3 {
    margin-left: 25%;
  }
  .cs-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .cs-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .cs-col-lg-offset-0 {
    margin-left: 0;
  }
}

.cs-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.cs-table > thead > tr > th,
.cs-table > tbody > tr > th,
.cs-table > tfoot > tr > th,
.cs-table > thead > tr > td,
.cs-table > tbody > tr > td,
.cs-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.cs-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.cs-table > caption + thead > tr:first-child > th,
.cs-table > colgroup + thead > tr:first-child > th,
.cs-table > thead:first-child > tr:first-child > th,
.cs-table > caption + thead > tr:first-child > td,
.cs-table > colgroup + thead > tr:first-child > td,
.cs-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.cs-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.cs-table .cs-table {
  background-color: #fff;
}

.cs-table-condensed > thead > tr > th,
.cs-table-condensed > tbody > tr > th,
.cs-table-condensed > tfoot > tr > th,
.cs-table-condensed > thead > tr > td,
.cs-table-condensed > tbody > tr > td,
.cs-table-condensed > tfoot > tr > td {
  padding: 5px;
}
.cs-table-bordered {
  border: 1px solid #ddd;
}
.cs-table-bordered > thead > tr > th,
.cs-table-bordered > tbody > tr > th,
.cs-table-bordered > tfoot > tr > th,
.cs-table-bordered > thead > tr > td,
.cs-table-bordered > tbody > tr > td,
.cs-table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.cs-table-bordered > thead > tr > th,
.cs-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.cs-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.cs-table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.cs-table > thead > tr > td.active,
.cs-table > tbody > tr > td.active,
.cs-table > tfoot > tr > td.active,
.cs-table > thead > tr > th.active,
.cs-table > tbody > tr > th.active,
.cs-table > tfoot > tr > th.active,
.cs-table > thead > tr.active > td,
.cs-table > tbody > tr.active > td,
.cs-table > tfoot > tr.active > td,
.cs-table > thead > tr.active > th,
.cs-table > tbody > tr.active > th,
.cs-table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.cs-table-hover > tbody > tr > td.active:hover,
.cs-table-hover > tbody > tr > th.active:hover,
.cs-table-hover > tbody > tr.active:hover > td,
.cs-table-hover > tbody > tr:hover > .active,
.cs-table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.cs-table > thead > tr > td.success,
.cs-table > tbody > tr > td.success,
.cs-table > tfoot > tr > td.success,
.cs-table > thead > tr > th.success,
.cs-table > tbody > tr > th.success,
.cs-table > tfoot > tr > th.success,
.cs-table > thead > tr.success > td,
.cs-table > tbody > tr.success > td,
.cs-table > tfoot > tr.success > td,
.cs-table > thead > tr.success > th,
.cs-table > tbody > tr.success > th,
.cs-table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.cs-table-hover > tbody > tr > td.success:hover,
.cs-table-hover > tbody > tr > th.success:hover,
.cs-table-hover > tbody > tr.success:hover > td,
.cs-table-hover > tbody > tr:hover > .success,
.cs-table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.cs-table > thead > tr > td.info,
.cs-table > tbody > tr > td.info,
.cs-table > tfoot > tr > td.info,
.cs-table > thead > tr > th.info,
.cs-table > tbody > tr > th.info,
.cs-table > tfoot > tr > th.info,
.cs-table > thead > tr.info > td,
.cs-table > tbody > tr.info > td,
.cs-table > tfoot > tr.info > td,
.cs-table > thead > tr.info > th,
.cs-table > tbody > tr.info > th,
.cs-table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.cs-table-hover > tbody > tr > td.info:hover,
.cs-table-hover > tbody > tr > th.info:hover,
.cs-table-hover > tbody > tr.info:hover > td,
.cs-table-hover > tbody > tr:hover > .info,
.cs-table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.cs-table > thead > tr > td.warning,
.cs-table > tbody > tr > td.warning,
.cs-table > tfoot > tr > td.warning,
.cs-table > thead > tr > th.warning,
.cs-table > tbody > tr > th.warning,
.cs-table > tfoot > tr > th.warning,
.cs-table > thead > tr.warning > td,
.cs-table > tbody > tr.warning > td,
.cs-table > tfoot > tr.warning > td,
.cs-table > thead > tr.warning > th,
.cs-table > tbody > tr.warning > th,
.cs-table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.cs-table-hover > tbody > tr > td.warning:hover,
.cs-table-hover > tbody > tr > th.warning:hover,
.cs-table-hover > tbody > tr.warning:hover > td,
.cs-table-hover > tbody > tr:hover > .warning,
.cs-table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.cs-table > thead > tr > td.danger,
.cs-table > tbody > tr > td.danger,
.cs-table > tfoot > tr > td.danger,
.cs-table > thead > tr > th.danger,
.cs-table > tbody > tr > th.danger,
.cs-table > tfoot > tr > th.danger,
.cs-table > thead > tr.danger > td,
.cs-table > tbody > tr.danger > td,
.cs-table > tfoot > tr.danger > td,
.cs-table > thead > tr.danger > th,
.cs-table > tbody > tr.danger > th,
.cs-table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.cs-table-hover > tbody > tr > td.danger:hover,
.cs-table-hover > tbody > tr > th.danger:hover,
.cs-table-hover > tbody > tr.danger:hover > td,
.cs-table-hover > tbody > tr:hover > .danger,
.cs-table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.cs-table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .cs-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .cs-table-responsive > .cs-table {
    margin-bottom: 0;
  }
  .cs-table-responsive > .cs-table > thead > tr > th,
  .cs-table-responsive > .cs-table > tbody > tr > th,
  .cs-table-responsive > .cs-table > tfoot > tr > th,
  .cs-table-responsive > .cs-table > thead > tr > td,
  .cs-table-responsive > .cs-table > tbody > tr > td,
  .cs-table-responsive > .cs-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .cs-table-responsive > .cs-table-bordered {
    border: 0;
  }
  .cs-table-responsive > .cs-table-bordered > thead > tr > th:first-child,
  .cs-table-responsive > .cs-table-bordered > tbody > tr > th:first-child,
  .cs-table-responsive > .cs-table-bordered > tfoot > tr > th:first-child,
  .cs-table-responsive > .cs-table-bordered > thead > tr > td:first-child,
  .cs-table-responsive > .cs-table-bordered > tbody > tr > td:first-child,
  .cs-table-responsive > .cs-table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .cs-table-responsive > .cs-table-bordered > thead > tr > th:last-child,
  .cs-table-responsive > .cs-table-bordered > tbody > tr > th:last-child,
  .cs-table-responsive > .cs-table-bordered > tfoot > tr > th:last-child,
  .cs-table-responsive > .cs-table-bordered > thead > tr > td:last-child,
  .cs-table-responsive > .cs-table-bordered > tbody > tr > td:last-child,
  .cs-table-responsive > .cs-table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .cs-table-responsive > .cs-table-bordered > tbody > tr:last-child > th,
  .cs-table-responsive > .cs-table-bordered > tfoot > tr:last-child > th,
  .cs-table-responsive > .cs-table-bordered > tbody > tr:last-child > td,
  .cs-table-responsive > .cs-table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.cs-embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.cs-embed-responsive .embed-responsive-item,
.cs-embed-responsive iframe,
.cs-embed-responsive embed,
.cs-embed-responsive object,
.cs-embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.cs-embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.cs-embed-responsive-4by3 {
  padding-bottom: 75%;
}


.cs-clearfix:before,
.cs-clearfix:after,
.cs-dl-horizontal dd:before,
.cs-dl-horizontal dd:after,
.cs-container:before,
.cs-container:after,
.cs-container-fluid:before,
.cs-container-fluid:after,
.cs-row:before,
.cs-row:after,
.cs-form-horizontal .form-group:before,
.cs-form-horizontal .form-group:after,
.cs-btn-toolbar:before,
.cs-btn-toolbar:after,
.cs-btn-group-vertical > .btn-group:before,
.cs-btn-group-vertical > .btn-group:after,
.cs-nav:before,
.cs-nav:after,
.cs-navbar:before,
.cs-navbar:after,
.cs-navbar-header:before,
.cs-navbar-header:after,
.cs-navbar-collapse:before,
.cs-navbar-collapse:after,
.cs-pager:before,
.cs-pager:after,
.cs-panel-body:before,
.cs-panel-body:after,
.cs-modal-footer:before,
.cs-modal-footer:after {
  display: table;
  content: " ";
}

.cs-clearfix:after,
.cs-dl-horizontal dd:after,
.cs-container:after,
.cs-container-fluid:after,
.cs-row:after,
.cs-form-horizontal .form-group:after,
.cs-btn-toolbar:after,
.cs-btn-group-vertical > .btn-group:after,
.cs-nav:after,
.cs-navbar:after,
.cs-navbar-header:after,
.cs-navbar-collapse:after,
.cs-pager:after,
.cs-panel-body:after,
.cs-modal-footer:after {
  clear: both;
}
.cs-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.cs-pull-right {
  float: right !important;
}
.cs-pull-left {
  float: left !important;
}
.cs-hide {
  display: none !important;
}
.cs-show {
  display: block !important;
}
.cs-invisible {
  visibility: hidden;
}
.cs-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.cs-hidden {
  display: none !important;
}
.cs-affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.cs-visible-xs,
.cs-visible-sm,
.cs-visible-md,
.cs-visible-lg {
  display: none !important;
}
.cs-visible-xs-block,
.cs-visible-xs-inline,
.cs-visible-xs-inline-block,
.cs-visible-sm-block,
.cs-visible-sm-inline,
.cs-visible-sm-inline-block,
.cs-visible-md-block,
.cs-visible-md-inline,
.cs-visible-md-inline-block,
.cs-visible-lg-block,
.cs-visible-lg-inline,
.cs-visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .cs-visible-xs {
    display: block !important;
  }
  table.cs-visible-xs {
    display: table !important;
  }
  tr.cs-visible-xs {
    display: table-row !important;
  }
  th.cs-visible-xs,
  td.cs-visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .cs-visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .cs-visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .cs-visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cs-visible-sm {
    display: block !important;
  }
  table.cs-visible-sm {
    display: table !important;
  }
  tr.cs-visible-sm {
    display: table-row !important;
  }
  th.cs-visible-sm,
  td.cs-visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cs-visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cs-visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cs-visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cs-visible-md {
    display: block !important;
  }
  table.cs-visible-md {
    display: table !important;
  }
  tr.cs-visible-md {
    display: table-row !important;
  }
  th.cs-visible-md,
  td.cs-visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cs-visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cs-visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cs-visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .cs-visible-lg {
    display: block !important;
  }
  table.cs-visible-lg {
    display: table !important;
  }
  tr.cs-visible-lg {
    display: table-row !important;
  }
  th.cs-visible-lg,
  td.cs-visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .cs-visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .cs-visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .cs-visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .cs-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cs-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cs-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cs-hidden-lg {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .cs-hidden-sm-md-lg {
    display: none !important;
  }
}


/* ========================================================== */
/* Other classes, some may not be originally from bootstrap */

.cs-h1-smaller {font-size: 36px!important;}

.cs-offer-heading {font-size: 26px!important; font-weight: 400!important; margin-bottom:16px!important; line-height: 1.5!important;}
.cs-offer-see-other {font-size: 22px; font-weight: 400; margin-top: -6px; margin-bottom: 30px; line-height: 1.3;}

h3.cs-offer-see-other > a { color: #ff6400 !important; }

.cs-not-bold {font-weight: normal!important}

.cs-heading-inline {margin-top: 0!important;}

.cs-margin-bottom-small {margin-bottom: 6px!important;}
.cs-margin-bottom {margin-bottom: 12px!important;}
.cs-margin-bottom-medium  {margin-bottom: 18px!important;}
.cs-margin-bottom-big  {margin-bottom: 24px!important;}
.cs-margin-bottom-huge  {margin-bottom: 30px!important;}
.cs-margin-bottom-extra-huge {margin-bottom: 42px!important;}

.cs-no-margin-top {margin-top: 0!important;}
.cs-no-margin-bottom {margin-bottom: 0!important;}

.cs-margin-top-small {margin-top: 6px!important;}
.cs-margin-top {margin-top: 12px!important;}
.cs-margin-top-medium  {margin-top: 18px!important;}
.cs-margin-top-big {margin-top: 24px!important;}
.cs-margin-top-huge, h5.cs-margin-top-huge {margin-top: 30px!important;}
.cs-margin-top-extra-huge {margin-top: 42px!important;}

.cs-heading-ul-inline {margin-top: 0.9em!important; margin-bottom: 0!important;}

hr.cs-stronger {background:#c0c0c0;}
hr.cs-invisible {background:#fff;}
p.cs-interested-in {margin-top: 26px!important; font-weight: bold; color: #444;}
a.cs-interested-in-active {color: #309a3c;}

.cs-text-small {font-size:0.85em!important;}
.cs-text-larger {font-size:0.95em!important;}	

.row.cs-medium-row-margins {margin-top: 20px; margin-bottom: 20px;}
.row.cs-small-row-margins {margin-top: 10px; margin-bottom: 10px;}
.row.cs-no-row-margins {margin-top: 0; margin-bottom: 0; }

/* text over image on destinations, in combination with img-overlay-copy */
.cs-rel { position:relative; }
span.cs-img-overlay-title { color: #fff; font-weight: 700; font-size: 20px; text-decoration: none; line-height: 24px; text-shadow: 1px 1px 0 #444;}
span.cs-img-overlay-more  { color: #fff; font-size: 16px; font-weight: normal; text-decoration: none; text-shadow: 1px 1px 0 #444; display: block; }
a.cs-img-overlay:hover {text-decoration: none;}

.cs-beach-characteristics p {margin-top: 0px!important; margin-bottom: 5px!important;}
.cs-beach-characteristics p strong {color: #323232;}

.cs-bullet-hyphen > li:before {
    content: '-';
    background: none;
    top: 0;
}


span.cs-whats-new {
    font-weight: bold;
    background-color: #00456d;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

/* For a single-line accordion when 'the last of' is not working */
.cs-accordion-pricelist {
    margin-top: 0px!important;
	margin-bottom: 50px!important;
}

table.cs-table-pricelist td {font-size:14px!important;}

.cs-catchline {
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #333;
}

.cs-orange {color: #ff6400!important;}

/* Destination pages location */
#cs-destination-map {width: 100%; height: 436px; margin-top: -53px;}

/* Side menu on destinations - align left on desktop */
#cs-side-menu  h4, #cs-side-menu  ul li { text-align: left!important; }


.cs-blue-title  {
    background-color: #00456d;
    color: #fff!important;
    text-transform: none;
    font-weight: 400!important;
    padding: 5px 10px;
}
.cs-text-indented { margin-left: 12px; margin-right: 12px; }

.cs-row-no-lr-margins { margin-left: -12px; margin-right: -12px; }


/* ========================================================== */
/* main.css overrides                                         */
/* ========================================================== */

/* change the colour of bold to make it a bit less black */
.rt-container strong {color: #494949;}  

/* Since changes to left-justify text, interested in section needs some fixing */
.u-center-titles .cs-interested-in { text-align: center; }
.card-body .cs-interested-in { text-align: center; }

/* add bigger spacing between 'interested in' inline options */
.cs-interested-in.inline-list > li:not(:last-of-type) {margin-right: 16px;} 

/* Add some shadow to white text over image to stand out better */
.hero-copy, .img-overlay-copy, .card-img-top-title {text-shadow: 1px 1px 0 #444;}

/* individual offer page - make the green background of the overlay a bit transparent */
.card-carousel-gallery.is-special-offer .card-img-top-title .inner {background-color: rgba(48, 154, 60,0.85);}

/* make cursor a hand and add right padding so that the text does not go over  V */
.simple-accordion-title {cursor: pointer; padding: 14px 20px 14px 0;} 
.simple-accordion-container h5 { text-align: left; }

/* Heading for Destination Accommodation on the Destination Page */
.dest-acc-title {font-weight: normal; margin-top: 40px;}

/* Search pages with own URL, remove spacing from .rt-container */
.header-box > div.rt-container { margin-top: 12px; margin-bottom: 0px; }

h1.page-search, h2.page-search { font-size: 26px; font-weight: normal; margin-top: -6px; }

/* destination pages, accommodation listig, reduce margin below heading 'Local accommodation options' */
/* #acmd-available, #acmd-unavailable { margin-top: 30px; } */

.link-hint {font-size: 18px;}
.listing-header { margin-top: 30px; }
#hp-whats-new { margin-top: 80px; margin-bottom: -30px; }


/* ========================================================== */
/* OTHER MEDIA QUERIES                                        */
/* ========================================================== */
@media screen and (max-width: 768px) {

.cs-text-center-xs {text-align: center!important;}
.cs-text-center-xs h4 {text-align: center!important;}

.cs-h1-smaller {font-size: 26px!important;}

}


/* ========================================================== */
@media screen and (max-width: 749px) {
/* Add below any further class changes for mobile size xs */

/* remove inline-block for ordinary links because it creates empty holes on smaller screens */
a {display: initial;}

/* but force display inline-block on logo, otherwise only the small part of the logo is "tapable"   */
a.hdr-m-logo { display: inline-block; }

.cs-heading-inline {margin-top: 16px!important;}
.cs-margin-top-xs {margin-top: 30px!important;}
.cs-margin-top-xs-small {margin-top: 16px!important;}
.cs-heading-ul-inline { margin-top: 3em!important;}

.cs-margin-bottom-medium-xs  {margin-bottom: 18px!important;}

.cs-interested-in.inline-list > li {display: list-item;} /* if on mobile, do not show the list inline */

.cs-offer-heading {font-size: 22px!important; line-height: 1.25!important;}

ul.cs-xs-spaced li  { margin-top: 9px; line-height:1.2;}

/* force negative margin on xs if the bullet list is merging because we are hidding a photo */
/* add class to div.cs-col-  Assumes that wrapper section is set up with cs-no-margin-top */
.cs-continue-list {margin-top: -22px;}

/* mobile override of main CSS */
/* --------------------------- */
.rt-container h2 {font-size: 26px;}
.rt-container h3 {font-size: 20px;}

.cs-h1-smaller {font-size: 22px!important;}

/*reduce row top and bottom margin when on mobile */
.rt-container .row  { margin-top: 20px; margin-bottom: 20px; } 

.hero-copy h1 { font-size:30px;} /* reduce font size when on mobile */

/* reduce font and positioning when on mobile */
h1.page-search { font-size: 22px; font-weight: normal; margin-top: -12px; margin-bottom: -26px; margin-left: -14px; }

.italic-title h3 { font-size: 21px; letter-spacing: -1px; }
.italic-title p {font-size: 18px; line-height: 22px; margin-top: 6px; }

.listing-left ul { text-align: left; }

/* Side menu on destinations - center text on mobile */
#cs-side-menu  h4, #cs-side-menu  ul li { text-align: center!important; }
#cs-side-menu { margin-top: -30px; margin-bottom: 30px !important; }

}


@media screen and (max-width: 480px) {
/* Adjustment for mobile for "Browse accommodation" list */

.accommodation-title { margin-top: .6em; }
.accommodation-option .listing-left { margin-top: 10px; margin-bottom: 20px;}
.accommodation-option  { margin-top: 10px;}
}

@media screen and (max-width: 359px) {
/* Add below any further class changes for small mobiles */

/* card-body is the top part just below the photo. Make it centered on small mobile screens and remove padding */
.card-body { padding-left: 0px; padding-right: 0px; text-align: center; }

}


/* ********************* END ***************************** */


/*************************************/ 
/*** CUSTOM CSS STEFAN 23.01.2018. ***/
/*************************************/

.ftr-social .inline-list {
    margin-top: 20px;
}

@media (max-width: 480px) {
    .landing-header .h1, .landing-header h1 {
        font-size: 22px;
    }
}

@media(max-width: 400px) {
    h2 {
        font-size:28px !important;
    }

    h3.camp-news-item-title {
        font-size: 24px;
    }

    h3.section-title {
        font-size: 28px;
        margin-top: 60px;
    }

    .img-overlay-copy h4 {
        font-size: 24px;
    }

    .rt-container h2 {
        font-size: 28px !important;
    }

    .ngp-title {
        font-size: 20px;
    }

    .loyalty-cta-title {
        font-size: 24px;
    }

    .rt-container .row .cs-col-sm-6:last-child h3 {
        margin-top: 20px;
    }

    .rt-container section.row.cs-small-row-margins .cs-col-sm-6:last-child {
        margin-top: 20px;
    }

    h1.page-search {
        margin-left: 0;
    }

    h1.form-h1 {
        font-size: 36px;
    }

    ul {
        margin-top: 20px;
    }
}

/* MENU KRK HIDE */

li.hdr-p-list-item.has-dropdown .stretch-wrap.grid-item div:nth-child(3) a:not(:first-child) {
    display: none;
}

li.hdr-p-list-item.has-dropdown .stretch-wrap.grid-item div:nth-child(5) {
    padding-bottom: 120px;
}

#hdr-m-sublist-destinations .hdr-sublist-inner .stretch-wrap.grid-item div:nth-child(3) a:not(:first-child) {
    display: none;
}

/* POOL TEMP BADGE 01.06.2018. */

.pool-temp-left {
    position: absolute;
    background: #1E63C6;
    font-size: 12px;
    color: white;
    padding: 5px 10px;
    text-transform: uppercase;
    top: 10px;
    left: 12px;
    z-index: 1;
}

.pool-temp-right {
    position: absolute;
    background: #1E63C6;
    font-size: 12px;
    color: white;
    padding: 5px 10px;
    text-transform: uppercase;
    top: 10px;
    right: 12px;
    z-index: 1;
}

/* PREMIUM RESORT COLOR CORRECTION 01.06.2018. */

/*.hdr-sublist-inner .grid-item-brand.brand-premium .brand-header {
    background: #003f5d;
}

.gb-premium .hero-color-box {
    background: rgba(0, 63, 93, 0.9);
}

.gb-premium .localnav-filled .ln-s-list-item.active, .gb-premium .localnav-filled .ln-s-list-item:hover {
    background: #003f5d;
}

.gb-premium .flickity-prev-next-button {
    background: rgba(0, 63, 93, 0.9);
}

.gb-premium .brand-main-copy {
    background: #003f5d;
}

.gb-premium .new-gallery-post {
    background: #003f5d;
}

.gb-premium .camp-news-item-title {
    background: #003f5d;
}*/

/* WHITE LINE CORRECTION 31.07.2018. */

.award-item-tooltip {
    min-width: 160px;
    word-break: break-word;
}

@media (min-width: 481px) {
    .listing-right {
        padding-left: 8px;
        padding-right: 8px;
    }
}

li.award-item.decorated {
    margin: 6px;
}

article.listing .listing-body .listing-right a.btn.btn-orange {
    white-space: normal;
}

@media(max-width: 350px) {
    nav.localnav-primary.localnav-filled .container ul.ln-p-list li.ln-p-list-item {
        padding: 0;
    }

    ul.hdr-p-list {
        display: none;
    }
}

@media(max-width: 540px) {
    html[lang="nl"] li.ln-p-list-item:first-child:nth-last-child(5), html[lang="nl"] li.ln-p-list-item:first-child:nth-last-child(5) ~ li.ln-p-list-item {
        padding: 0 3px;
        font-size: 15px;
    }
}

@media(max-width: 480px) {
    li.ln-p-list-item:first-child:nth-last-child(5), li.ln-p-list-item:first-child:nth-last-child(5) ~ li.ln-p-list-item {
        margin-right: 5px;
        font-size: 13px;
    }

    html[lang="nl"] li.ln-p-list-item:first-child:nth-last-child(5), html[lang="nl"] li.ln-p-list-item:first-child:nth-last-child(5) ~ li.ln-p-list-item {
        margin-right: 5px;
        padding: 0 3px;
        font-size: 11px;
    }
}

@media(max-width: 510px) and (min-width: 480px) {
    html[lang="it"] li.ln-p-list-item:first-child:nth-last-child(5), html[lang="it"] li.ln-p-list-item:first-child:nth-last-child(5) ~ li.ln-p-list-item {
        padding: 0 3px;
    }
}

@media(max-width: 480px) and (min-width: 350px) {
    html[lang="it"] li.ln-p-list-item:first-child:nth-last-child(5), html[lang="it"] li.ln-p-list-item:first-child:nth-last-child(5) ~ li.ln-p-list-item {
        padding: 0 3px;
    }
}

@media (max-width: 370px) and (min-width: 350px) {
    html[lang="nl"] li.ln-p-list-item a[href*="brioni"] {
        margin: 0 -6px;
    }
}

/* PITCHES ACCOMMODATION DETAIL HIDE */

article.listing.accommodation-listing .listing-body.accommodation-body button[data-gtm-label*="Pitches"] {
    display:none;
}

/* MP - 06-04-2023 - Read more, micemo razmak između vidljivih i sakrivenih bullet-a */

.bullet-list, .rt-container ul:not([class]) {
    margin-bottom: 0;
}