/*
Theme Name: Green World Holidays
Theme URI: https://www.greenworldholidays.com
Description: A custom theme for Green World Holidays website (Originally built by Chris Jones : Arcimedia Web Systems)
Version: 1.12.7
Author: EncodeDotHost
Author URI: https://encode.host/
*/


/*
* The Wordpress CSS Codex
* http://codex.wordpress.org/CSS_Coding_Standards
* http://make.wordpress.org/core/handbook/coding-standards/css/
*
* REMINDERS
* -Use lowercase and separate words with hyphens when naming selectors. Avoid camelcase and underscores
* -Prefixed vendor-specific properties pairs should appear directly before the generic property they refer to
*
*/

/* =============================================================================
   Responsive Embedded Media
   ========================================================================== */

img,
object,
video {
  max-width: 100%;
  height: auto;
}

@font-face {
    font-family: 'manuversregular';
    src: url('fonts/manuvers-webfont.woff2') format('woff2'),
         url('fonts/manuvers-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* BOOTSTRAP GRID */

/*!
 * bootstrap-grid 2.0.1
 * Copyright 2015-present, Santeri Hiltunen
 * Licensed under MIT (https://github.com/Hilzu/bootstrap-grid/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.center_text{
	text-align:center;
}
.uppercase{
	text-transform:uppercase;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row-padding {
  padding-top:15px;
  padding-bottom:15px;
}
.row-small-padding {
  padding-top:8px;
  padding-bottom:8px;
}
img.gw_arrow{
	width: 44px;
	vertical-align: middle;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1600px) {
  .col-xl-2 {
    float: left;
	width: 16.66666667%;
  }
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
 
/* =============================================================================
  Required WordPress Styles
  * @since 1.0.6
  * Generated Core Classes
  * Each Theme should have these or similar styles in its style.css file
  * in order to display images and captions properly.
  * http://codex.wordpress.org/CSS#WordPress_Generated_Classes
  ========================================================================== */

.sticky {
	position: fixed !important;
  width: 100% !important;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
.sub_sticky {
	position: fixed !important;
  width: 100% !important;
  left: 0;
  top: 46px;
	/*z-index: 2;*/
  border-top: 1px solid #eeeeee;
}
.sticky-padding{
	padding-top:47px;
}
#booking_steps {
		padding: 10px 0;
}
.booking_steps_sticky {
	position: fixed !important;
	width: 100%;
	top: 47px;
	z-index: 2;
	background: #7f7f7f !important;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

}
.shadow{
		-webkit-box-shadow: 0px -2px 11px -4px rgba(0,0,0,0.65);
-moz-box-shadow: 0px -2px 11px -4px rgba(0,0,0,0.65);
box-shadow: 0px -2px 11px -4px rgba(0,0,0,0.65);
}
.shadow_bottom{
		-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.3);
box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.3);
}
a.poly_btn{
  display: inline-block;
background:#ffbb13;
color: #fff;
padding: 14px 34px 13px;
margin: 16px;
cursor: pointer;
text-transform: uppercase;
font-family: 'Neucha', Arial;
font-size: 34px;
clip-path: polygon(5% 0%, 5% 100%, 87% 88%, 99% 90%, 94% 4%);
-webkit-clip-path: polygon(5% 0%, 5% 100%, 87% 88%, 99% 90%, 94% 4%);
}
a.poly_btn:hover{
background:#595959;
text-decoration:none;
}
.nomargin{
	margin:0 !important;
}
.extramargin{
	margin:15px 0;
}
.nopadding{
	padding:0 !important;
}
.nopaddingmobile{
	padding:0 !important;
}
.extrapadding{
	padding: 30px 50px !important;
}
.nopaddingtop{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.noborder{
	border:none !important;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.nooverflow{
	overflow:hidden;
}
.aligncenter, div.aligncenter {
  display:block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 5px auto 5px auto;
}
.desktop_only{
	display:none;
}
.float_right_800{
	float:none; /*No float for mobile up to 800px*/
}
.float_right_992{
	float:none; /*No float for mobile up to 992px*/
}
.jump_to_anchor{
	display: block; position: relative; top: -50px; visibility: hidden;
}
h1.right-center-align, h2.right-center-align, h3.right-center-align, h4.right-center-align, p.right-center-align{ /* Use on headers and paragraphs to align text right on destktop, and centered on mobile */
	text-align:center;
}
h1.left-center-align, h2.left-center-align, h3.left-center-align, h4.left-center-align, p.left-center-align{ /* Use on headers and paragraphs to align text left on destktop, and centered on mobile */
	text-align:center;
}
h1.center-center-align, h2.center-center-align, h3.center-center-align, h4.center-center-align, p.center-center-align{ /* Use on headers and paragraphs to align text centre on destktop, and centered on mobile */
	text-align:center;
}
  blockquote{
	border-left: solid 13px #97b022;
	padding-left: 20px;
	margin: 25px 0;
  }
  blockquote p{
	 font-size: 29px;
line-height: 37px !important;
font-weight: bold;
  }
 .avatar {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
margin: 10px auto;
}
.after_border{
	width: 60px;
	height: 5px;
	background-color:#97b022;
	margin: 0 auto;
}
.center-align{
	text-align:center;
}
.left-align{
	text-align:left;
}
.right-align{
	text-align:right;
}
.align-left-center-mobile{
	text-align:center !important;
}
.alignnone {
  clear: both;
  margin: 5px 20px 20px 0;
}
.bold-green{
	font-weight: bolder;
	color:#98b122;
}
.preloader_green{
	text-align:center;
	padding:10px;
	width:100%;
	height:30px;
}
.preloader_green_image{
	display:none;
}
.wp-caption {
  background: #fff;
  max-width: 100%; /* Image does not overflow the content area */
  width: 100% !important;
  padding: 5px 3px 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.wp-caption.alignnone {
  margin: 5px 20px 0px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 0px 0;
}

.wp-caption.alignright {
  margin: 5px 0 0px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin:0;
  padding:0;
  max-width: 100%;
	width: 100% !important;
	float:none;
	padding-left:0;
}

.wp-caption .wp-caption-text, .wp-caption figcaption {
  font-size:15px;
  line-height:22px;
  margin:0;
 padding: 5px 0;
  width: 100% !important;
   margin: 0;
  position: relative;
  text-align:center;
}


/*
* stops multiple categories from breaking the layout
*/
.entry-tags-list li,
.entry-categories-list li {
  display: inline-block;
}

/* by post author styling */

/* =============================================================================
   WordPress Generated - Extra Styling Classes for Authors
   ========================================================================== */

/* Fluid Images For Wordpress */
img[class*="align"],
img[class*="wp-image-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.wp-caption,
.wp-caption img {
  max-width: 100%;
}

img.size-full {
  max-width: 100%;
  width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/* WP Breadcrumb Styles */
.cat-item a:hover {
	background: #4d9370;
	color: #FFFFFF;
	text-decoration: none;
}
.cat-item a {
	padding: 10px 15px;
	margin-top: 5px;
	color: #4d9370;
	font-weight: 500;
	border: 1px solid #4d9370;
	border-radius: 2px;
	display: inline-block;
}
.cat-item.current-cat a { 
	background: #4d9370;
	color: #FFFFFF;
	text-decoration: none;
}

/* WP Smiley */
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* WP Footer Search Widget Input */
#s {
  width: 100%;
}

/* =============================================================================
  Blog posts
   ========================================================================== */
h2.blog-page-title{
	text-align:center;
}
ul.blog-page-menu{
	display:block;
	list-style: none;
	width:100%;
	text-align:center;
	overflow:hidden;
	padding:0;
}
ul.blog-page-menu li{
	padding:20px;
	text-align:center;
	float:none;
      display: inline-block;
}
ul.blog-page-menu li a{
	color:#777;
}
ul.blog-page-menu li a:hover, ul.blog-page-menu li a.active-blog-title{
	text-decoration:none;
	color: #97b022;
	border-bottom: 2px solid;
}

.blog-icon{
	vertical-align: middle;
	margin-bottom:14px;
}
.most-popular-items {
    background: #fff;
    padding: 5px 0px;
}
.blog-list {
    overflow: hidden;
}
.most-popular-items .item {
    color: #333;
    background-color: #E8E8E8;
}
.most-popular-items .blog-list .item {
    height: 470px;
}
.most-popular-items .blog-item-padding {
    padding: 0 0 20px;
	padding: 10px 0;
	overflow: hidden;
	background: white;
	border-top: 1px solid #ddd;
}
.most-popular-items .blog-list-image {
    height: 205px;
    background-size: cover;
    background-position: center;
	float:left;
	width: 35%;
	transition: all .5s;
}
.blog-list-item-excerpt{
	display:none;
}

/*Resposive*/

/* End Resposive*/

.blog-list .blog-list-content {
    position: relative;
    height: 175px;
    border: 1px solid #eee;
    border-top: none;
    padding: 10px;
	width: 65%;
	float: left;
}
.most-popular-items .blog-list-content {
    padding: 20px 15px 15px;
    border: 0;
}
.most-popular-items .blog-list .blog-list-content {
    height: auto;
	padding-bottom: 25px;
	background: #ffffff;
	height:205px;
	position: relative;
	z-index: 1;
}
.most-popular-items a.item:hover {
    border-color: #97b022;
    background-color: #97b022;
    color: #fff !important;
    text-decoration: none;
}
.blog-list .item:hover .blog-list-image {
    transform: scale(1.08);
}
.blog-list .item:hover .blog-list-content {
    border-color: #97b022;
    background-color: #97b022;
    color: #fff !important;
}
.blog-list-content span.category {
    color: #97b022;
    font-size: 15px;
}
a.item:hover .blog-list-content span.category {
    color: #fff !important;
}
.tag-link-small{
	padding:5px;
	border: 1px solid #ffffff;
}
h2.blog-item-title{
	font-size: 26px;
	line-height: 30px;
	margin: 15px 0;
}
.blog-list .item:hover h2.blog-item-title {
    color: #ffffff !important;
}
.blog-list-footnote {
    position: absolute;
    left: 14px;
    bottom: 14px;
}
.blog-more {
    position: absolute;
    right: 30px;
bottom: 30px;
    font-size: 20px;
    margin: 0;
    color: #ddd;
	z-index:3;
}
.blog-more:hover{
	cursor:pointer;
}
.pinterest{
	color: #cb2027;
	font-size: 35px;
}
.blog-links{
	text-align:center;
	padding:20px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:4px solid #0c7cc1;
	width:100%;
	margin:5px auto;
	background:#0c7cc1;
}
.blog-links-padding{
	padding:3px;
}
.blog-links-active{
	text-align:center;
	padding:20px 0;
	border-radius: 40px 40px 40px 40px;
	-moz-border-radius: 40px 40px 40px 40px;
	-webkit-border-radius: 40px 40px 40px 40px;
	border:4px solid #ca212d;
	width:100%;
	margin:5px auto;
	background:#ffffff;
}
.blog-links img, .blog-links-active img{
	width:60%
}
.blog-links h2{
	margin:0;
	color:#ffffff;
	font-size: 15px;
}
.blog-links-active h2{
	margin:0;
	color:#ca212d;
}
.blog-links:hover{
	background:#ffffff;
	border:4px solid #ca212d;
}
.blog-links:hover h2{
	color:#ca212d;
}
a.blog-link:hover, a.blog-link-active:hover{
	text-decoration:none;
}
.gallery-photos{
	background-image: url("/wp-content/themes/croatia/images/camera-icon-blue.png");
	 background-size: 60%;
    background-repeat: no-repeat;
	background-position: center; 
	height:150px;
	display: none;
}
.gallery-video{
	background-image: url("/wp-content/themes/croatia/images/video-icon-blue.png");
	 background-size: 60%;
    background-repeat: no-repeat;
	background-position: center;
	height:150px;
	display: none;
}
.gallery-photos:hover, .gallery-photos-active{
	background-image: url("/wp-content/themes/croatia/images/camera-icon.png");
	background-size: 60%;
    background-repeat: no-repeat;
	background-position: center;
	height:150px;
}
.gallery-video:hover, .gallery-video-active{
	background-image: url("/wp-content/themes/croatia/images/video-icon.png");
	background-size: 60%;
    background-repeat: no-repeat;
	background-position: center;
	height:150px;
}
.gallery-photos-active, .gallery-video-active{
	display:none;
}
.pin-single-main{
	position:absolute;
	top:20px;
	left:20px;
}
.post-date{
	font-size: 14px;
	color: #575757;
	line-height: 23px;
}
.tag-box-section{
	padding:10px 0;
}
.tag-list ul {
    margin: 15px 0 0;
    padding-left: 0;
}
.tag-list li {
    display: inline-block;
    margin-right: 10px;
}
.tag-list li a {
    padding: 10px 15px;
margin-top: 15px;
font-weight: 500;
border: 1px solid #97b022;
border-radius: 2px;
display: inline-block;
    background: #ffffff;
	color: #626262;
}
.tag-list li a:hover, .tag-list li a.active {
	background: #97b022;
    color: #fff;
    text-decoration: none;
}
.tag-box-inverse-section{
	background: transparent;
}
ul.tag-list-inverse {
    margin: 15px 0 0;
    padding-left: 0;
}
.tag-list-inverse li {
    display: inline-block;
    margin-right: 10px;
}
.tag-list-inverse li a {
    padding: 10px 15px;
    margin-top: 15px;
    color: #4d9370;
    font-weight: 500;
    border: 1px solid #4d9370;
    border-radius: 2px;
    display: inline-block;
}
.tag-list-inverse li a:hover {
    background: #4d9370;
    color: #FFFFFF;
    text-decoration: none;
}
.blog-single-main-image{
	height:700px;
    width: 100%;
    background-size: cover;
    background-position: center;
	position:relative;
	margin-top: 25px;
}
.blog-single-main-image::before{
	content: '';
	width: 100px;
height: 40px;
z-index: 0;
background:#97b022d4;
display: inline-block;
position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -50px;
}
.blog-single-main-title{
	padding:14% 6%;
	font-family:"Georgia", serif;
}
.blog_title{
	font-family:'Neucha', Arial;
	font-size: 48px;
}
.blog-single-home{
	margin-top:400px;
	float:left;
}
.blog-home-icon{
	font-size:27px;
}
.blog_excerpt{
	font-size:16px;
	line-height:25px;
}
.blog-post-body p{
	line-height:30px;
}
p a{
	border-bottom: 3px solid #97b022;
    background-color: #d9e3ac;
}
p a:hover{
	text-decoration:none;
	background-color: #fff;
}
.blog-prev a, .blog-next a{
	transition: all 0.2s ease;
	background: rgba(0, 0, 0, 0.55);
	color: #ffffff;
	padding: 12px;
	font-size: 23px;
	text-align: center;
	line-height: 27px;
	margin-top: 4px;
}
.blog-prev a:hover, .blog-next a:hover {
    background: rgba(1,112,176,0.7);
	color: #ffffff;
	text-decoration: none;
	margin-top: 0px;
}
.blog-prev{
	float:left;
}
.blog-next{
	float:right;
}
/* =============================================================================
   WordPress Comments
   ========================================================================== */
/*
* WP COMMENTS FORM
* comment form container
* keep this consistent for comment form
* everytime a user clicks reply to a thread
* the comment form that appears contains these very
* styles defined below
*/

/* comments list reset */
.commentlist,
.commentlist ul,
.commentlist .children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* moderation response text class provided via comments.php line#48 */
/* no user comments styling class provided via comments.php line#69 */
.moderating,
.nocomments {
  font-weight: lighter;
}

/* comment form inputs  */
#commentform input,
#commentform textarea {
  display: block;
}
#commentform textarea {
  width: 100%;
}
input[type=checkbox] {
  transform: scale(1.5);
}

/* avatars */
.avatar {
  display: block;
  margin: 10px auto;
}





/* =============================================================================
   WP-Flex Custom Styles
   ========================================================================== */
/**
* WP-Flex Styling Modules
*
* Use these custom Classes as helpers for your styling needs and based on
* the classes written by this theme. These are not provided by WordPress
*/

/* WP-Flex ENTRY PAGINATION Module */
.pagination {
	clear:both;
	text-align:center;
	overflow:hidden;
}
.pagination ul{
	margin: 15px 0;
	padding-left: 15px;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	color: #fff;
	text-decoration:none;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	background-color: #ffbb13;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.pagination li a:hover{
	background-color: #595959;
}
.pagination li.active a {
	background-color: #97B022;
}


/* WP-Flex SIDEBAR Module */
#sidebar ul{list-style: none; margin:0; padding:0;}
#sidebar li{clear:both; line-height: 19px; padding:7px 0; overflow:hidden;}
#sidebar .wp-post-image{float:left; width:65px; padding-right:6px;}


/* =============================================================================
   Layout Styles 
   ========================================================================== */
*, *::after, *::before {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
}
body {
  background: transparent;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
}
#content{
	background: #f6f6f6;
	/*background: transparent;*/
}
#main-wrap{
	background: #ffffff;
}
.border_bottom{
	border-bottom: solid 1px #cccccc;
}
.darken {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 190px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#75000000', GradientType=0 );
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.3) 100%);
}

.trust-logos, .trust-logos-grey, .trust-logos-green{
	text-align:center;
	/*background: #f0f0f0;*/
	background: #ffffff;
	padding:21px 0;
	float: left;
	width: 100%;
}
.trust-logos-grey{
	background:#f0f0f0;
}
.trust-logos-green{
	background: #98b122 url('/wp-content/themes/croatia/images/gwh-bg.png') center top;
}
.trust-logos img{
	height: 40px;
}
.trust-logos-grey img{
	height: 90px;
}
.home-welcome{
	text-align:center;
}
.home-welcome img{
	max-width:290px;
}
.big_quote {
	position: relative;
}
.big_quote p{
	padding:0 40px;
	margin: 30px 0;
min-height: 80px;
}
.big_quote p:before {
  display: block;
  position: absolute;
  content: '“';	
  top:0;
  left:0;
  font-size: 75px;
}
.big_quote p:after {
  display: block;
  position: absolute;
  content: '”';
  top:70px;
  right:0;
  font-size: 75px;
}
.header{
	height:auto;
	background:#ffffff;
	position: relative;
	z-index: 998;
}
.header_icons{
	padding-top: 0px;
	overflow: hidden;
	float: right;
}
.header_icons_left{
	padding-top: 0px;
	overflow: hidden;
	float: left;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

dl dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
dl dd {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}
p{
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 27px;
	margin: 0px 0;
	padding: 10px 0;
	font-family: 'Open Sans', sans-serif;
	color:#4d4d4d;
}
h2{
	font-size: 23px;
	line-height: 26px;
	color: #97b022;
}
h3{
	font-size:21px;
	line-height: 30px;
}
h4{
	font-size:19px;
	line-height: 23px;
}
ul{
	margin: 15px 0;
	padding-right: 15px;
		/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/  font-family: 'Open Sans', sans-serif;
}
li{
	font-size: 20px;
line-height: 30px;
}
.nav-list {
  margin: 0;
  padding: 0;
}
.light-grey{
	color: #909090;
}
.grey{
	color: #474747 !important;
}
.mid-grey{
	color: #4d4d4d !important;
}
.black{
	color: #000000;
}
.white{
	color: #ffffff;
}
.white_bg{
	background-color: #ffffff;
}
.red{
	color:#ffbb13 !important;
}
.blue{
	color: #97b022;
}
.green{
	color: #97b022;
}
.yellow{
	color:#ffbb13;
}
.underline{
	text-decoration:underline !important;
}
h2.section-title-underlined{
	text-align: center;
	border-bottom: 3px solid #97b022;
	line-height: 60px;
	color: #97b022;
	text-transform:uppercase;
}
.post {
  margin: 1em 0 0 0;
  padding: 1%;
  overflow: hidden;
}
.rslides_container {
	margin-bottom:0;
}
 /* Style the tab */
.tab-title{
	text-align:center;
}
.tab-title h2{
	color: #464646;
	margin-top: 10px;
	font-size: 47px;
	line-height: 50px;
}
.tab-title img{
	width: 90px;
}
.tours-tab{
	display:none;
}
#tabs-nav{
	background:#fff;
	border-bottom: 5px solid #fff;
	z-index:2;
}
ul.tabs{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width:100%;
	max-width: 1250px;
	padding-left: 5px;
}
ul.tabs li{
	background: #595959;
	color: #ffffff;
	display: inline-block;
	padding: 6px 0px 4px 0;
	cursor: pointer;
	width: 32%;
text-align: center;
font-size: 16px;
line-height: 14px;
font-weight: bold;
margin-top: 5px;
border-bottom: 4px solid #595959;
font-family: 'Neucha', Arial;
}
ul.tabs li.current{
	background:#97b022;
color:#fff;
border-bottom: 4px solid #feba17;
}
ul.tabs li:hover{
	background-color: #ffbb13;
	color: #ffffff !important;
	border-bottom: 4px solid #ffbb13;
}
ul.tabs li i{
	display:none;
}
#enquire-now-tab{
	/*background: #4d9370;*/
	background: #ffbb13;
	border-bottom: 4px solid #ffbb13;
}
#enquire-now-tab.current{
	background: #f7f7f7;
	color: #ffbb13;
}
.enquire-now-tab{
	background: #feba17 !important;
	border-bottom: 4px solid #feba17 !important;
}
.enquire-now-tab:hover {
    background-color: #97b022 !important;
	border-bottom: 4px solid #97b022 !important;
}
.tab-content{
	display: none;
	background: #ffffff;
	overflow:hidden;
}
.tab-content.current{
	display: inherit;
	background: #ffffff;
}
.itin_images_item, .more_images_item{
	width:100%;
}
.more_images_item_wrap{
	width:100%;
}
.tab-padding{
	padding-top:0px;
	padding-bottom:12px;
}
.read_more_content{
	display:none;
}
.read_more_link, .read_more_btn{
text-decoration: none;
padding: 12px;
background: #97b022;
text-align: center;
color: #fff;
text-decoration: none;
width: 160px;
display: inline-block;
margin: 0 auto;
}
.read_more_open{
	background: #ffbb13;
}
.read_more_link:hover,.read_more_btn:hover{
	background: #feba17;
	text-decoration: none;
}
.read_more_open:hover{
	background: #97b022;
}
/* Read more drop boxes */
.faq-group {
	display:block;
	list-style-type:none;
	padding:0;
}
.faq-group > li {
    background: #ffffff;
    margin-bottom: 6px;
   text-align: center;
	position:relative;
	border: solid #97b021 3px;
}
.faq-group > li ul{
	list-style-position: inside;
}
.faq-group > li ul li{
	list-style-type:disc;
}
.read-more-faqs{
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 24px 50px 24px 50px;
	position: relative;
	display: block;
	margin: 0;
	line-height: 1.2;
	color: #97b022;
	text-decoration: none;
}
.read-more-faqs:hover{
	text-decoration: none;
}
.read-more-content{
    display: none;
    padding: 20px 24px;
	background:#f0f4df;
}
p.read-more-content{
	margin: 0;
	padding: 0px 0px 24px 24px;
	border: 0;
}
.more_images_item{
	padding:10px 0;
}
.faqs-arrow{
	position:absolute;
	top:20px;
	right:20px;
	-moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	color:#97b022;
	z-index: 1;
}
.faq_btn_opened{
	background:#97b021;
	color:#ffffff;
}
.down{
	-moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
	color:#fff;
}
.home_vid {
    width: 100%;
}
.home_vid_wrap{
    display:table;
    width:auto;
    position:relative;
    width:100%;
}
.home_vid_playpause {
    background-image:url('/wp-content/themes/croatia/images/video_play_big.png');
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  zoom: 1;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
-webkit-tap-highlight-color: transparent;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  
  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
 hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); clear:both;}
p.big-para{
		text-align:center;
		font-size:21px; 
		line-height:35px
	}
p.padded-para{
	padding:0 10%;
}
p.para-right{
	text-align:center;
}
p.para-left{
	text-align:center;
}
.img-circle {
   border-radius: 50%;
}
.gallery-img-circle{
	width: 100px;
}
.gallery-img-square{
	width: 100%;
}
.circle-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 4px solid white;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
	margin: 10px auto;
}
.right-padding{
	padding-top:0px;
	text-align:center;
}
.left-padding{
	padding-top:0px;
	text-align:center;
}
.spacer{
	width:100%;
	background:transparent;
	height:30px;
	clear:both;
}
img.leaf{
	max-width: 70px;
	margin: 0 auto;
	margin-top:-20px;
}	
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
	z-index: 3;
}
.scroll {
	position:absolute;
	right:15px;
	bottom:40px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:15px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll .fa {
	font-size:33px;
	-webkit-text-stroke: 3px black; /* fa font bold hack */
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.scroll:hover > .fa {
	padding-top:-10px;
	color:red;
	-webkit-text-stroke: 3px red; /* fa font bold hack */
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:500px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* ==========================================================================
   Full screen video background
   ========================================================================== */

.header_section, .video_section{
	margin-top: 0px;
	 height: 300px;
	 position:relative;
	 overflow:hidden;
	 width: 100%;
}
 
#des_video_wrap{
	margin-top: 0px;
	height: 175px;
	position:relative;
}
#bgvid, #bgImg{
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
#bgvid{
	 min-width: 150%;
}
.stopfade { 
   opacity: .5;
}

#video-title { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:2rem;
  float: left;
  font-size: 1.2rem;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Neucha', Arial;
}
h1 {
 	font-size: 2rem;
	letter-spacing: .1rem;
    margin: 10px 0;
	color:#97b022;
}
h1.smaller {
  font-size: 2.7rem;
  text-transform: none;
  margin-top: 0;
  letter-spacing: .2rem;
    margin-bottom: 15px;
	color:#97b022;
}
h1.slider-title{
	color:#ffffff;
}
.grey-band-lighter{
	background: #f7f7f7;
}
.grey-band{
	background: #f0f0f0;
}
.grey-band-down-arrow,.white-band-down-arrow{
	position:relative;
	overflow: visible;
}
.grey-band-down-arrow::after, .white-band-down-arrow::after{
	 transition: all 0.2s ease;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0px 20px;
border-color: #f0f0f0 transparent transparent transparent;
position: absolute;
bottom: -20px;
left:-1px;
right:0px;
margin:0 auto;
z-index:1;
}
.white-band-down-arrow::after{
border-color: #fff transparent transparent transparent;
}
.white-band{
	background: #ffffff !important;
	border: solid 1px #ffffff;
}
.greyer-band{
	background: #5a5a5a;
	overflow: hidden;
}
.greyer-band-lighter{
	background: #7f7f7f;
	overflow: hidden;
}
.greyer-band-lighter label, .greyer-band-lighter a{
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}
.greyer-band-down-arrow{
	position:relative;
	overflow: visible;
}
.greyer-band-down-arrow::after{
	 transition: all 0.2s ease;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0px 20px;
border-color: #5a5a5a transparent transparent transparent;
position: absolute;
bottom: -20px;
left:-1px;
right:0px;
margin:0 auto;
z-index:0;
}
.grey-blue-band{
	background: #d6e2ec;
	border: solid 1px #cccccc;
	overflow: hidden;
}
.blue-band{
	background: #0879a3;
	border: solid 1px #cccccc;
	overflow: hidden;
}
.bluer-band{
	background: #97b022;
	overflow: hidden;
}
.green-band{
	background: #4d9370;
	overflow: hidden;
}
.green-band label, .green-band a{
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}
.orange-band{
	background:#feba17;
	overflow: hidden;
}
.orange-band label, .orange-band a{
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}
.red-band{
	background: #ffbb13;
	overflow: hidden;
}
.red-band label, .red-band a{
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}
.blue-band{
	background: #0372af;
	overflow: hidden;
}
.blue-band label, .blue-band a{
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}
img.underline{
	width:100%;  padding:0 12%; max-width:450px; margin: 0 auto; display:block;
}
.video-buttons {
    z-index: 10;
    cursor: pointer;
    border: 2px solid #fff;
    background: 0 0;
    border-radius: 120px;
    font-size: 1rem;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    outline: 0;
	color: #ffffff;
}
.video-buttons:hover { 
   background: rgba(0,0,0,0.5);
}
.video-btns{
	color:#ffffff;
	font-size:15px;
}

.fa-play::before {
    color: #fff;
}
.full-cover-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 14;
  left: 0;
  top: 0;
}
.fancybox-prev span {
    background: url(/wp-content/uploads/2016/09/arrow-left.png) no-repeat !important;
    background-size: 53px 53px !important;
    height: 53px !important;
    width: 53px !important;
    visibility: visible !important;
}
.fancybox-next span {
    background: url(/wp-content/uploads/2016/09/arrow-right.png) no-repeat !important;
    background-size: 53px 53px !important;
    height: 53px !important;
    width: 53px !important;
    visibility: visible !important;
}
.fancybox-controls{
	top:50%;
}
.fancybox-button {
	background: rgba(30,30,30,.4);
	border: 1px solid #ffffff;
	border-radius: 22px;
}
.fancybox-infobar__body {
	display:none;
}
.fancybox-button--right {
	position: absolute;
	right: 10px;
}
.fancybox-button--left {
	position: absolute;
	left: 10px;
}
.fancybox-close-small {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 75px;
    height: 66px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.eight_reasons{
	width:100%;
	max-width:440px;
	height:180px;
	margin: 0 auto;
	display:block;
}
.eight_reasons_item{
	color:#ffffff;
	font-size: 24px;
	margin-bottom:22px;
	text-align: left;
	padding: 0 3%;
	font-family: 'Neucha', Arial;
	text-align:left;
}
img.eight_reasons_arrows{
	width:39px;
	margin-bottom: -14px;
	margin-right: 20px;
}
.eight_reasons_title{
	margin-bottom:20px;
}
.eight_reasons_number{
	width: 44px;
	height: 44px;
	padding: 4px 14px;
	font-size: 27px;
	margin-right:6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
	border: solid 3px #fff;
	font-family: 'Neucha', Arial;
	display: inline-block;
}
.gallery-item-thumb{
	float:left;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	padding: 10px;
	height:220px;
}
.video-item-thumb{
	float:left;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	height: 264px;
	padding-bottom: 76px;
}
.central_video{
	float:none;
	margin: 0 auto 25px auto !important;
}
.video-item{
	height:200px;
}
.small-margin{
	margin:6px;
}
.video-gallery-play{
	position: absolute;
top: 55px;
left: 35%;
font-size: 50px !important;
color: #ffffff;
    background-color: rgba(151, 176, 34, 0.69);
border-radius: 50%;
height: 80px;
width: 80px;
padding: 16px 25px;
}
.gallery-item-thumb:hover .video-gallery-play{
	color:#0c7cc1;	
	top: 39%;
	left: 43%;
	font-size: 54px;
}
.video-thumb-caption{
	background: #fff; 
	 padding:5px 10px;
}
p.video-title{
	font-size: 23px;
	padding: 3px 0;
	color:#97b022;
	font-family: 'Neucha', Arial;
}
p.video-subtitle{
	font-size: 14px; line-height: 19px; padding: 0;
}
/* ==========================================================================
   Grid Layout
   ========================================================================== */
   
   /*  SECTIONS  */
.container {
	clear: both;
	padding: 10px 2%;
	margin:0px auto;
	background: transparent;
	width: 100%;
	max-width: 1250px;
}
.container-plain {
	clear: both;
	padding: 4% 7.2368421053%;
	margin:0 auto;
	background:#ffffff;
}
.inner-container{
	clear: both;
	max-width:1124px;
	width:100%;
	margin:0 auto;
}
/*  COLUMN SETUP  */
.grid-section{
	clear:both;
	overflow:hidden;
}
.col {
	display: block;
	float:left;
	margin: 1%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/* Header */
#header-top{
	padding-right: 10px;
	width: 100%;
	overflow: hidden;
	height: 40px;
}
#header-bot{
	text-transform: uppercase;
	background-color: #ffffff;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #eee;
}
.header-image{
	/*float:none;
	position:static;
	left:auto;
	margin:0px auto;
	padding: 3px 0 0 0;
	width:100%;
	max-width:80px;*/
	position: static;
		z-index: 1000;
		margin: 10px auto;
		max-width: 63px;
		 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-image img{
	width:100%;
}
.header-tagline{
	float:left;
	text-align:left;
	font-size: 22px;
	padding: 17px 12px;
	color:#97b022;
	font-family: 'Neucha', Arial;
	display:none;
}


/* Menu */
.menu{
	float: right;
	clear:both;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	width: 100%;
	background: #97b022;
	z-index: 999;
}
#cssmenu_left{
	float:left;
	padding-left: 100px;
}
.cssmenu {
  background: #ffffff;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;  
  text-align:center;
  	/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/  font-family: 'Open Sans', sans-serif;
}
.cssmenu{
		display:none;
	}
.cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  background: #97b022;
}
.cssmenu ul:after,
.cssmenu:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  /*-webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 999;
}
.cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
/* -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;*/
  background: #ffffff;
}
.cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
.cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
.cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
.cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
.cssmenu ul li ul li a {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  letter-spacing: 0;
  display: block;
  padding: 8px 10px 8px 18px;
  line-height: 23px;
  background: #97b022;
  text-align:left;
}
.cssmenu ul li ul li:hover > a,
.cssmenu ul li ul li.active > a {
  color: #fff;
   background: #ffbb13;
}
.cssmenu ul li ul li:hover:after,
.cssmenu ul li ul li.active:after {
 background: #ffbb13;
}
.cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
.cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
.cssmenu > ul > li {
  float: none;
}
.cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
.cssmenu.align-center > ul {
  text-align: center;
}
.cssmenu.align-center ul ul {
  text-align: left;
}
.cssmenu.align-right > ul {
  float: right;
}
.cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
.cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
.cssmenu.align-right ul ul li a {
  text-align: right;
}
.cssmenu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffbb13;
}
.cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
.cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: '';
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
.cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: '';
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
.cssmenu > ul > li > a {
  color: #ffffff;
  padding: 6px 15px;
letter-spacing: 1px;
/*font-size: 17px;*/
font-size: 30px;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
font-family: 'Neucha', Arial;
}
.cssmenu > ul > li:hover:after,
.cssmenu > ul > li.active:after {
  height: 100%;
}
.cssmenu > ul > li:hover > a,
.cssmenu > ul > li.active > a {
  color: #ffffff;
}
.cssmenu > ul > li:hover > a:after,
.cssmenu > ul > li.active > a:after {
  background: #ffbb13;
}
.cssmenu > ul > li:hover > a:before,
.cssmenu > ul > li.active > a:before {
  border-top-color: #97b022;
}
.cssmenu > ul > li:hover > ul {
  left: 0;
}
.cssmenu > ul > li:hover > ul > li {
	max-height:300px;
  position: relative;
}
.cssmenu #menu-button {
  display: none;
}
.cssmenu > ul > li > a {
  display: block;
}
.cssmenu > ul > li {
  width: auto;
  display:inline-block;
}
.cssmenu > ul > li > ul {
  /*width: 400px;*/ /* For 2 column */
  width:200px; /* For 1 column */
  display: block;
}
.cssmenu > ul > li > ul > li {
  width: 200px;
  display: block;
}
.cssmenu > ul > li.current-menu-item, .cssmenu > ul > li.current_page_ancestor {
background: #feba17;
}
.cssmenu > ul > li.current-menu-item > a,.cssmenu > ul > li.current_page_ancestor > a {
	color: #fff;
background: transparent;
}
.sub-menu-columns ul.sub-menu li {
float: left;
width: 400px;
}
/*
.sub-menu-columns ul.sub-menu li:nth-child(2n+2) { /*:nth(odd) is just a shortcut for :nth(2n+1), so I'd think :nth(2n+3)
float: left;
margin-right: 0px;
clear: left;
}
.sub-menu-columns ul.sub-menu li:nth-child(2n+3) {
float: right;
}*/


.menu-extra-info-croatia a, .menu-extra-info-slovenia a{
	width: 400px !important;
font-size: 13px  !important;
line-height: 18px  !important;
background: #f0f4df !important;
color: #4a4a4a !important;
color: #4a4a4a !important;
}
.menu-extra-info-croatia a::before{
content: "Croatia trips";
width: 400px;
height: 32px;
background:#595959 url("/wp-content/themes/croatia/images/croatia_flag.jpg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
margin-bottom: 7px;
margin-left: -18px;
position: static;
display: block;
background-size: 43px 21px;
margin-top: -8px;
background-position: 5px 6px;
padding: 7px 61px;
color: #fff  !important;
}
.menu-extra-info-slovenia a::before{
content: "Slovenia trips";
width: 400px;
height: 32px;
background:#595959 url("/wp-content/themes/croatia/images/slovenia_flag.jpg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
margin-bottom: 7px;
margin-left: -18px;
position: static;
display: block;
background-size: 43px 21px;
margin-top: -8px;
background-position: 5px 6px;
padding: 7px 61px;
color: #fff  !important;
}

/* Main menu responsive */
/*
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  .cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  .cssmenu.align-right ul li a {
    text-align: left;
  }
  .cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  .cssmenu.align-right ul ul li a {
    text-align: left;
  }
  .cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  .cssmenu ul li ul li a {
    width: 100%;
  }
  .cssmenu.align-center > ul {
    text-align: left;
  }
  .cssmenu.align-center > ul > li {
    display: block;
  }
  .cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  .cssmenu ul {
    width: 100%;
  }
  .cssmenu ul > li {
    float: none;
    width: 100%;
  }
  .cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  .cssmenu ul > li:after {
    display: none;
  }
  .cssmenu ul li.has-sub > a:after,
  .cssmenu ul li.has-sub > a:before,
  .cssmenu ul li ul li.has-sub:after,
  .cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  .cssmenu ul li ul,
  .cssmenu ul li ul li ul,
  .cssmenu ul li ul li:hover > ul,
  .cssmenu.align-right ul li ul,
  .cssmenu.align-right ul li ul li ul,
  .cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  .cssmenu ul li ul li,
  .cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  .cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #444444;
  }
  .cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  .cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  .cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #444444;
    cursor: pointer;
  }
  .cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid #444444;
    border-bottom: 2px solid #444444;
    right: 20px;
    top: 16px;
  }
  .cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #444444;
    right: 20px;
    top: 27px;
  }
}*/
.mobile-only-menu-item{
	display:inline;
}
.desktop-only-menu-item{
	display:none;
}
.side-menu-wrapper { /* style menu wrapper */
    overflow: hidden;
    /*background: rgba(0,0,0,.7);*/
    padding: 20px 6% 0 0;
    position: fixed; /* Fixed position */
	position: relative;
    top: 0;
	left: -5000px; /* Sidebar initial position. "right" for right positioned menu */
    height: 100%;
    transition: 0.5s; /* CSS transition speed */
    width: 100%;
	overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
}
.side-menu-wrapper > ul{ /* css ul list style */
    list-style:none;
    padding:0;
    margin:0;
    overflow-y: auto; /* enable scroll for menu items */
    max-width:491px; /* this width will hide scroll bar */
	width:100%;
	text-align:left;
}
.side-menu-wrapper > ul > li > a { /* links */
    display: block;
    padding: 6px 4px 6px 6%;
    color: #FFFFFF;
    transition: 0.3s;
    text-decoration: none;
	font-size: 30px;
	line-height: 45px;
	font-family: 'Neucha', Arial;
}
.side-menu-wrapper > ul > li > a:hover {
	color: #FFFFFF;
	background-color: #8ca31e;
}
.side-menu-wrapper > a.menu-close { /* close button */
    padding: 8px 0 4px 23px;
    color: #6B6B6B;
    display: block;
    margin: -30px 0 -10px -20px;
    font-size: 35px;
    text-decoration: none;
}
ul.sub-menu{ /* css ul list style */
    list-style:none;
    padding:0;
    margin:0;
    padding-left:0px;
    max-width:491px; /* this width will hide scroll bar */
	width:100%;
	display:none;
}
.side-menu-wrapper > ul > li > ul > li >a {
	display: block;
    padding: 6px 4px 6px 8%;
    color: #FFFFFF;
    transition: 0.3s;
    text-decoration: none;
    font-size: 24px;
    line-height: 32px;
	font-family: 'Neucha', Arial;
	background-color: #7a8f18;
}
.side-menu-wrapper > ul > li > ul > li > a{
    color: #FFFFFF;
	text-decoration: none;
}
.side-menu-wrapper > ul > li > ul > li > a:hover {
    	background-color: #657713;
	text-decoration: none;
}
.sub-menu-toggle{
	float: right;
	margin-top: -43px;
	margin-right: 20px;
	color: #fff;
}
.sub-menu-toggle-rotate{
		transform: rotate(180deg);
}
.side-menu-overlay { /* overlay */
    height: 100%;
    width: 100%;
	max-width: 491px;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: -5000px;
    background-color:#97b022;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 1;
    transition: all 0.5s ease;
}

.slide-menu-open, .slide-menu-open-sticky {
    cursor: pointer;
	float: left;
margin: 10px 0px 5px 20px;
z-index: 999;
position: relative;
}

.slide-menu-open-mobile{
    display: inline-block;
    cursor: pointer;
right: 47px;
margin: 17px 0px 5px 20px;
z-index: 2;
position: absolute;
}
.slide-menu-open-mobile i{
	font-size:32px;
	color:#ffbb13;
}


.sidebar-icons{
	float: left;
	margin-left: 30px;
	margin-top:0px !important;
	margin-bottom: 10px;
}
.side_menu_img{
	width:100%;
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
	clear:both;
}
#side_menu_img_trust{
	max-width:150px;
}
#side_menu_img_logo{
	max-width:70px;
}
#side_menu_img_atol{
	max-width: 64px;
	padding-top: 4px;
	margin-left: 11px;
	margin-bottom: 10px;
	clear:none;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #97b022;
    margin: 6px 0;
    transition: 0.4s;
}
#header-icons-sticky-only .bar1, #header-icons-sticky-only .bar2, #header-icons-sticky-only .bar3{
	background-color: #fff;
}
.header-contact {
    display: none;
    cursor: pointer;
	float: right;
	margin: 0px 20px 0 0px;
	font-size: 38px;
	color:#97b022;
	z-index: 999;
position: relative;
}
#header-sticky-tel-mobile{
	display:block;
}
#header-sticky-tagline{
	display:block;
	padding: 12px 3px 8px 3px;
}
.header-contact i{
	color:#ffbb13;
}
.header-contact i:hover{
	color:#ffbb13;
}
.header-contact a, .header-contact-mobile a{
	color:#97b022;
	font-family: 'Neucha', Arial;
	letter-spacing: 1px;
font-size: 35px;
}
.header-contact i, .header-contact-mobile i{
    font-size: 38px;
}
.header-tripadvisor{
	width: 175px;
	float: right;
	margin: 9px 13px 0px 0;
}
.header-tripadvisor img{
	width:100%;
}
#header-tel-icon{
	margin-top:7px
}
#header-tel{
	margin-top:4px;
	display:none;
	z-index:1;
}
#header-tel-mobile{
	float: right;
	margin: 10px 20px 0 0px;
}
#header-tel, #header-tel-mobile a{
	font-size: 37px;
}
#sticky_header_logo{
	width: 44px;
padding-top: 2px;
margin-bottom: -10px;
}
.sticky-icons{
	margin: 0px 9px -1px 6px; 
	font-size: 33px;
}
.sticky-icons a i{
	color:#ffbb13;
}
.slide-menu-open:hover > .bar1, .slide-menu-open:hover > .bar2, .slide-menu-open:hover > .bar3, .slide-menu-open-sticky:hover > .bar1, .slide-menu-open-sticky:hover > .bar2, .slide-menu-open-sticky:hover > .bar3 {
	background-color: #ffbb13;
}
.under_menu_banner{
	background:#f6f6f6;
height: 50px;
width: 100%;
clear: both;
text-align:center;
}
.under_menu_banner img{
width:100%;
max-width: 361px;
margin: 5px auto;
}
/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
	background-color: #ffbb13;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
	background-color: #ffbb13;
}
.fullwidth_callout{
	text-align:center;
	background: #ffffff;
	padding:10px 0;
}
.review_intro_bg{
	width:100%;
	overflow: hidden;
	padding: 4%;
	min-height:700px;
}
.review_intro{
	background:#fff;
	padding-bottom: 20px;
	padding-top:25px;
}
.review_intro h4{
	text-transform:uppercase;
	border-top:2px solid #595959;
	display:inline-block; 
	font-size: 23px;
padding: 10px 0;
margin-top:5px;
}
.review_outro h1, .review_outro h2, .review_outro h3, .review_outro h4, .review_outro h5, .review_outro p{
	color:#fff !important;
}
.odo_counter_big{
	font-size:75px;
	display: block !important;
	 font-family: 'Open Sans', sans-serif;
}
.reviews_headline{
    font-size: 27px;
    text-align: center;
    padding: 10px 0 25px 0;
    color:  #97b021;
}
.reviews_headline a{
	color: #97b021;
}
.reviews_headline .star_rating{
	font-size: 27px;
	padding:0;
}
.review_padding_sides{
	padding-left: 45px;
	padding-right: 45px;
}
.review_padding_top{
	padding-top:20px;
	padding-bottom:20px;
}
.review_mum_dad{
	float:none;
	color:#96af20;
	font-size: 25px;
	text-align: center;
	width: 90px;
	height: 90px;
	padding: 0px;
	line-height: 30px;
	margin: 0 auto;
}
.review_mum_dad img{
	width:100%;
}
.review_mum_dad i{
	color:#96af20;
	font: 40px;
}
.review_box{
	border: solid 1px #a9a9a9;
overflow: hidden;
padding: 15px;
background-color: transparent;
}
.review_box p{
	font-size: 20px;
line-height: 27px;
}
.dive_in_btn, .dive_in_btn_white {
    background-image:url(/wp-content/themes/croatia/images/dive_in_btn_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
    display:block;
   height: 65px;
	width: 120px;
	text-align: center;
	padding-top: 19px;
	font-size: 23px;
	color: #98b122;
	margin:auto;
	margin-top: 20px;
margin-bottom: 20px;
}
.dive_in_btn_white{
	background-image:url(/wp-content/themes/croatia/images/dive_in_btn_bg_white.png);
	color: #ffffff;
}
.sketchy_green_icon_box{
	background-image:url(/wp-content/themes/croatia/images/sketchy_green_box.png);
	background-repeat: no-repeat;
	background-size:contain;
	height:90px;
	width:85px;
	padding-top: 12px;
text-align: center;
padding-right: 3px;
vertical-align: middle;
display: inline-block;
}
.sketchy_green_icon_box i{
	font-size:61px;
	color:#fff;
}
.help_desk_phone{
	width:80px;
	height:80px;
	background: #fff;
	color: #97b022;
	border-radius:50%;
	border: 2px solid  #97b022;
	padding: 4px 17px;
font-size: 53px;
margin: 20px auto;
}
.help_desk_lightbulb{
	width: 100%;
	max-width: 650px;
}
.review-destination{
	font-size: 15px;
	margin-bottom:5px;
	text-transform: uppercase;
	color: #97b022;
		/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/  font-family: 'Open Sans', sans-serif;
}
.review-buttons{
	width:40px;
	height:auto;
	-webkit-box-shadow: 3px 3px 9px -3px rgba(0,0,0,0.41);
-moz-box-shadow: 3px 3px 9px -3px rgba(0,0,0,0.41);
box-shadow: 3px 3px 9px -3px rgba(0,0,0,0.41);
}
.review_destination_bar{
		width:100%; color: #fff; background:#97b021; padding:8px 10px 7px 10px; margin-top:15px; font-size: 21px; text-align:left; font-family: 'Neucha', Arial;
}
.review_destination_bar img{
	width: 60px !important;
display: inline !important;
vertical-align: middle;
margin-right: 10px;
}
.grey_bar{
	background:#595959;
	font-size: 22px;
	margin-top:0px; 
	position: relative;
z-index: 1;
}
.grey_bar img{
	width: 40px !important;
}
.owl-carousel{
	position:relative;
	z-index:0;
}
.owl-carousel-pick{
	padding:0 10px;
}
.left-button{
	position:absolute;
	top:50%;
	left:0;
	margin-top: -40px;
	margin-left:0px;
}
.right-button{
	position:absolute;
	top:50%;
	right:0;
	margin-top: -40px;
	margin-right:0px;
}
.left-button, .right-button{
background: #98b122;
padding: 48px 10px;
}
.left-button:hover, .right-button:hover{
background: #adc53d;
}
.btn-nomargin{
	margin-left:0px !important;
	margin-right:0px !important;
}
.owl-carousel.owl-drag .owl-item {
	padding: 0 2px;
}
.stars{
	float: left;
	width: 100%;
	padding-top: 20px;
}
.stars-home{
	width: 100%;
	padding-top: 0;
	margin-top: 8px;
	text-align:left;
	margin-top:0;
	text-align:center;
}
.review-stars{
	margin-top:0;
}
.stars-pop-up{
	padding-top:5px;
	float:left;
	height:55px;
}
.star_rating{
	font-size:32px;
	color:#ffbb13;
	padding: 0 2px;
}
.star_rating_blue{
	font-size:23px;
	color:#97b022;
	padding: 0 2px;
}
.loading-more-label, #review-page-loading-more{
	font-size: 22px;
	color:#97b022;
}
.feedback{
	font-size: 18px;
	padding: 0 10px;
}
.destination_header_block{
	background: #595959;
}
.destination_header_block h1.destination-title{
	font-size:25px;
	color:#fff;
	font-family: 'Neucha', Arial;
	letter-spacing:0;
	margin:10px 0;
	text-align:center;
}
h1.destination-title{
	text-transform:none;
}
.destination_header_block p.destination-title{
	font-size:25px;
	color:#fff;
	font-family: 'Neucha', Arial;
	letter-spacing:0;
	margin:10px 0;
	text-align:center;
}
p.destination-title{
	text-transform:none;
}
.destination_header_block .stars-home {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ffffff;
	text-align: center;
}
.destination_header_block .review_destination_bar {
    width: 100%;
	background: #595959;
    padding:10px 10px 10px 12px;
    margin-top: 0px;
    font-size:21px;
	color:#fff;
	font-family: 'Neucha', Arial;
    text-align: center;
}
#header_reviews_link{
	text-decoration: underline;
}
.destination_header_block .enquiry_header_link {
    width: 100%;
	text-align:center;
}
.destination_header_block .enquiry_header_link a{
	display:block;
	width: 100%;
	background: #feba17;
    padding: 11px 0px 9px 15px;
    margin-top: 0px;
    font-size:22px;
	color:#fff;
	font-family: 'Neucha', Arial;
	height: auto;
}
.destination_header_block .enquiry_header_link a:hover{
	background: #595959 !important;
	text-decoration:none;
}
.destination_header_subblock{
	background: #97b022;
	position: relative;
	text-align:center;
}
.destination_header_subblock::after{
	 transition: all 0.2s ease;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0px 20px;
border-color: #97b022 transparent transparent transparent;
position: absolute;
bottom: -20px;
left:0px;
right:0px;
margin:0 auto;
}
.destination_header_subblock h3.destination-subtitle{
	font-size:27px;
	color:#fff;
	font-family: 'Neucha', Arial;
	letter-spacing:0;
	margin:11px 0;
}
.destination_header_subblock h3.destination-subtitle span{
	display:inline;
}
.destination_header_subblock p.destination-subtitle{
	font-size:27px;
	color:#fff;
	font-family: 'Neucha', Arial;
	letter-spacing:0;
	margin:11px 0;
}
.destination_header_subblock p.destination-subtitle span{
	display:inline;
}
.activity-holidays-color{
	text-align:center;
	position: relative;
	color:#ffffff;
}
.activity-holidays-color::after{
	 transition: all 0.2s ease;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0px 20px;
border-color: #96af20 transparent transparent transparent;
position: absolute;
bottom: -20px;
left:0px;
right:0px;
margin:0 auto;
z-index:0;
}
h3.activity-yellow-band{
	background: #feba17 !important;
}
.activity-yellow-band::after{
	border-color: #feba17 transparent transparent transparent;
}
.itinerary_container {
    vertical-align: middle !important;
	padding: 40px;
background: #f0f0f0;
}
h2.itinerary{
	color:#97b022;
font-size: 29px;
line-height: 29px;
}
h4.itinerary{
	color: #97b022;
}
h3.itinerary{
	color:#97b022;
	font-size: 29px;
	line-height: 29px;
}
p.itinerary{
	color:#97b022;
	font-size: 29px;
	line-height: 29px;
}
.destination_copy{
	margin:15px 0;
}
.key-points{
	/*border: 1px solid #ccc;*/
	padding: 0;
	background: #ebebeb;
}
.key-points > h3{
	background: #97b022;
	margin: 0;
	/*border-bottom: red solid 3px;*/
	color: #ffffff;
	padding: 24px;
font-size: 2rem;
}
.key-points-arrow{
  width: 51px;
    margin: -7px 10px -12px 0;	
}
.review_date{
	float:right; 
	width:100%; 
	text-align:right;
}
.clickable_div {
    background-color: #f00;
    width: 100%;
    min-height: 300px;
	position:relative;
}
a.fill_div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.image_caption{
	position:absolute;
	bottom:0;
	left:0;
	background: rgba(0,0,0,0.5);
	color:#ffffff;
	padding: 10px;
	text-align:center;
}
.our_holidays_box{
	margin-bottom:15px;
}
.itin_section_container{
	margin:10px 0 10px 0; 
	overflow:hidden;
}
.browse_popular{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	/*padding: 0 10px;*/
	background:transparent;
	margin-bottom: 20px;
}
.browse_popular_border{
	margin-bottom: 0px;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	margin-bottom: 0px;
}
.browse_popular_border h2.blog-item-title{
	color:#97b022 !important;
}
.browse_popularoverlap{
	width: 35% !important;
	float: left;
}
.browse_popular img{
	display: block;
}
.browse_resources{
	 background-color: #97b022 !important;
	 background-size: 47% !important;
}
.browse_popular_container{
	padding: 15px 0;
	overflow:hidden;
}
.browse_popular_padding{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.browse_popular_inner, .browse_resources_inner {
    overflow: hidden;
	width:100%;
    height:270px;
    background-color:black;
    color:white;
    /*Important:*/
    position:relative;
}
.browse_popular_image{
	width:100%;
	display:block;
	max-height:230px;
	transition: all .5s;
}
.center{
	margin: auto;
  width: 70%;
  padding: 10px;
  text-align: center;
}
.hotspot-text {
    transition: all 0.2s ease;
    background: #97b021;
color: white;
	padding: 12px;
	font-size: 28px;
	text-align: center;
	line-height: 28px;
	position:relative;
	font-family: 'Neucha', Arial;
}
.hotspot-text a{
	color: white;
}
.hotspot-text::after{
	 transition: all 0.2s ease;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #97b021 transparent;
	position: absolute;
top: -16px;
left: 9px;
}
.hotspot-text-extra {
    transition: all 0.2s ease;
     background: #ffffff;
	color: #9cb037;
	padding: 20px 40px;
	font-size: 26px;
	text-align: left;
	line-height: 28px;
	height:auto;
	font-family: 'Neucha', Arial;
}
img.ready_to_help{
	width:100%;
	float: right;
}
.overlap-image{
	float: left;
	width: 65%;
	margin-left: 0;
	margin-top: 0;
	padding: 15px;
	background:#fff;
	z-index: 0;
	position: relative;
	height: auto !important;
}
.overlap-image b{
	text-decoration:underline; /* For mobile level only */
}
.hotspot_link:hover > .overlap-image b{
	text-decoration:underline;
}
.hotspot_link:hover{
	text-decoration:none;
}	
.hotspot_link:hover > .hotspot-text, .hotspot-text-always-active{
	 background: #ffbb13;
	 color:#ffffff;
}
.hotspot_link:hover > .hotspot-text::after, .hotspot-text-always-active::after{
	 border-color: transparent transparent #ffbb13 transparent;
}
.hotspot_link:hover > .hotspot-text-always-active{
	background: #595959;
}
.hotspot_link:hover > .hotspot-text-always-active::after{
	border-color: transparent transparent #595959 transparent;
}
.hotspot_link:hover > .browse_popular_image{
	transform: scale(1.08);
}
.hotspot-text-extra img{
	width:100%;
	max-width:70px;
}
.browse_popular_inner:hover > .hotspot-text, .browse_popular_inner:hover > .hotspot-text-extra, .browse_resources_inner:hover > .hotspot-text, .browse_resources_inner:hover > .hotspot-text-extra {
	background: rgba(0, 0, 0, 0.55);
	border-bottom:solid 5px red;
	color: #ffffff;
	bottom: 0px;
}
.top-caption{
    position: absolute;
	top: 12px;
	left: 10px;
	/*background: rgba(255, 255, 255, 0.7);*/
	color: #ffffff;
	padding: 0px 7px 1px 9px;
	font-size: 24px;
	text-align: center;
	z-index: 1;
	border: 1px solid #ffffff;
	transition: all 0.2s ease;
}
.browse_popular_inner:hover > .top-caption, .browse_resources_inner:hover > .top-caption{
	background: rgba(255, 255, 255, 0.7);
	color: red;
}
.top-callout{
    position: absolute;
	top: 7px;
	right: 7px;
	z-index: 1;
	width:90px;
}
.top-callout img{
	width:100%;
}
/*Important:*/
.link-spanner{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif 
  background-image: url('empty.gif');*/
}   


/* Footer styles */
.footer-distributed{
	background: #5b5b5b url('/wp-content/themes/croatia/images/gwh-bg.png') center top;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	color:#ffffff;
	padding: 20px 5px 40px 5px;
	/*background-image:url('./images/ATOL-5927-footer.png');
	background-repeat: no-repeat;
	background-position: 85% 85%; */
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color: #f9a900;
margin: 0;
border-bottom: 2px solid #fff;
font-size: 20px;
text-transform: uppercase;
}

.footer-distributed h3 span{
	color:  #5383d3;
}
.footer-distributed p{
font-size: 15px;
letter-spacing: 0px;
line-height: 23px;
color: #fff;
}
/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}
#facebook_fa:hover{background:#3b5998;}
#twitter_fa:hover{background:#55acee;}
#youtube_fa:hover{background:#dd4b39;}
#google_fa:hover{background:#bb0000;}
#instagram_fa:hover{background:#da0a58;}
#pinterest_fa:hover{background:#bd081c;}
.footer-nav{
	float: left;
	clear: both;
	margin:15px auto;
	width:100%;
	padding-left: 0;
}
.footer-nav ul{
	list-style-type: none;
	padding:0;
	margin:10px 0;
}
.footer-nav li{
	list-style-type: none;
	float: left;
	padding-right:10px;
	padding-left:5px;
	width:100%;
	text-align:left;
	clear: left;
	padding: 3px 0;
}
.footer-nav li ul{
	float: left;
	padding-left:10px;
	clear:left;
}
.footer-nav li ul li{
	display: block;
	color: #ffffff;
	padding: 13px 0;
	letter-spacing: 1px;
    z-index: 2;
    position: relative;
	width:100%;
}
.footer-nav a{
	float: left;
	color: #ffffff;
}
.footer-nav li a{
	font-size:16px;
	font-weight: bold;
}
.footer-nav li ul li a{
	font-size:15px;
	font-weight: normal;
}
.footer-nav{
	float:left;
}
.footer-expander{
	overflow:hidden;
}
.footer-expander-link{
	display:block;
	height:60px;
	position: relative;
	padding-top: 13px;
}
.footer-expander-link:hover{
	cursor:pointer;
}
.footer-expander-link i{
	position: absolute;
	right: 9px;
	top: 1px;
	font-size: 24px;
	background: #393b3e;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	vertical-align: middle;
}
.footer-expander-content{
	display:none;
}
.transform_plus {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#footer-atol-logo,#footer-trip-logo{
	width:100%; 
	max-width:140px;
	float:left; 
	padding:8px;
}
#footer-trip-logo{
	padding-top:32px;
}
/* Jquery datepicker  - http://rtsinani.github.io/jquery-datepicker-skins/*/

.ll-skin-melon {
	font-size: 90%;
} 

.ui-widget {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background: #485607;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ui-datepicker {
	padding: 0;
}

.ui-datepicker-header {
	border: none;
	background: #fff !important;
	font-weight: normal;
	font-size: 15px;
    border-radius: 0;
}

.ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #040404;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	top: .9em;
	border:none;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	background-image: url(/wp-content/themes/croatia/js/ui-icons_dddddd_256x240.png);
	background-position: -32px 0;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}

.ui-datepicker table {
	margin: 0;
}

.ui-datepicker th {
	padding: 1em 0;
	color: #ccc;
	font-size: 13px;
	font-weight: normal;
	border: none;
	border-top: 1px solid #3a414d;
}

.ui-datepicker td {
	background: #97b022;
	border: none;
	padding: 0;
}
.ui-datepicker td:hover {
	background: #061825;
}

td .ui-state-default, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: transparent;
	border: none;
	text-align: center;
	padding: .5em;
	margin: 0;
	font-weight: normal;
	color: #efefef;
	font-size: 16px;
}

.ui-state-disabled  {
	opacity: 1;
}

.ui-state-disabled .ui-state-default {
	color: #fba49e;
}

td .ui-state-active,
td .ui-state-hover {
	background: #2e3641;
}



/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-icons{
	margin-top: 25px;
}

.footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

/*
  *  Homepage Slider CUSTOM CONTROLS
*/
.flexslider {
	width: 100%;
	margin: 0;
	box-shadow: none;
	padding: 0;
	background:none;
	border:none;
	padding-top: 0.5px;
}
.flexslider li {
		position: relative;
		background-size: 100%;
}
.flexslider div li {
  background-size: cover;
  height:400px;
  background-size: 100%; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.flexslider li .meta {
	display:none;
}

#flex-caption-wrapper{ 
	position:absolute; 
	top:-190px; 
	left:-2000px; 
	z-index: 5;
	max-width: 255px;
	margin-left: -34px;
}
#flex-caption-wrapper-static{
	position:absolute;  
	z-index: 5;
	max-width: 255px;
	margin-left: 0;
	left:15px; 
	bottom:30px; 
	top:auto;
	z-index: 0;
}
h1.flex-caption-text{
	color:#ffffff;
	font-size: 1.7rem;
	letter-spacing: .1rem;
	display:none;
}
h2.flex-caption-text{
	color:#ffffff;
	font-size: 19px;
    line-height: 27px;
}
a.flex-caption-link {
    transition: all 0.2s ease;
	background:#828282;
	color: #ffffff;
	padding: 9px 15px;
	font-size: 28px;
	text-align: center;
	/*border-bottom: solid 5px #ffffff;*/
	line-height: 33px;
	margin-top: 4px;
}
a.flex-caption-link:hover {
	background: #ffbb13;
	color: #ffffff;
	text-decoration:none;
	margin-top:0px;
}
#flex-caption-link-home{
	display:inline;
}
.flex-direction-nav {
		position: absolute;
		top: 0;
		left: 30px;
}

.flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 30px;
		height: 30px;
		background-color: #333;
		margin: -20px 0 0;
		position: absolute;
		top: 50px;
		z-index: 10;
		overflow: hidden;
		opacity: .5;
		cursor: pointer;
		color: #fff;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
}
.flex-control-paging li a {
	background:#ffffff;
	width: 18px;
	height: 18px;
}
.flex-control-paging li a.flex-active {
    background: red;
}
.flex-direction-nav .flex-prev {
		text-align: left;
		left: -10px;
}

.flex-direction-nav .flex-next {
		text-align: right;
		left: 30px;
}

.flexslider:hover .flex-prev {
		left: -10px;
}

.flexslider:hover .flex-next {
		left: 30px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
		opacity: 1;
}

.flex-direction-nav a:before {
		font-family: FontAwesome;
		content: '\f104';
		font-size: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 0;
		padding: 2px;
		font-size: 19px;
    line-height: 27px;
}

.flex-direction-nav a.flex-next:before {
		content: '\f105';
}
.flex-control-nav {
	bottom: 20px;
}
@-webkit-keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@-webkit-keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}

@keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}
#homepage-slider{
	width:100%;
	float:left;
}

.homepage_header_image{
	min-height:170px;
	transition: all .5s;
	transform: scale(1.01);
}
.homepage_header_link:hover .homepage_header_image{
	transform: scale(1.06);
}
.homepage_header_image_text{
	position: absolute;
bottom: 15%;
padding: 5px;
text-align: center;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 111px;
/*background:#97b022cc;*/
background-image:url(/wp-content/themes/croatia/images/green_btn_bg.png);
background-size:cover;
height: 56px;
text-transform: uppercase;
}
.homepage_header_link:hover .homepage_header_image_text{
	background-image:url(/wp-content/themes/croatia/images/yellow_btn_bg.png);
}
.homepage_header_image_text h2{
	margin: 10px 0 0 0;
	color: #ffffff;
    line-height: 32px;
}
.homepage_header_image_text p, .homepage_header_image_text a{
	margin: 0;
	color: #ffffff;
}
span.home_cta{
    background-color: #ffbb13; 
    font-size: 15px;
    padding: 5px 6px 0 6px;
}
#background_cycler {
	display:none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#background_cycler .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#background_cycler .img.active { z-index: 3; }

.cycler_title{
	position: absolute;
	  left: 50px;
	  bottom: -100px;
	  z-index:3;
	  font-size:35px;
	  color:#ffffff;
}
.active_title{
	z-index: 3;
}

.home-slider-fade .devrama-slider .button-slider{
	background-color: rgba(256, 256, 256, 0.2);
	padding: 3px 14px;
	border: 2px solid rgba(256, 256, 256, 0.7);
	color: #FFF !important;
	text-decoration: none;
	font-size:23px;
	cursor: pointer;
    height: 40px;
    border-radius:50%;
    width: 40px;
}

/* Custom styles */
.content-text h1{
	font-size: 46px;
	line-height: 59px;
	text-align:center;
	text-shadow: 1px 1px #000000;
}
.content-text p{
	font-size:21px;
	text-align:center;
	line-height:35px;
	text-shadow: 1px 1px #000000;
}
h1.content-title{
	font-size: 50px;
	text-align:center;
}
.content-text-large{
	font-size:21px;
	text-align:center;
	line-height:29px;
}
.typewriter{
	font-family: 'Open Sans', sans-serif;
}
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  clear:both;
}
.btn_container{
	text-align:center;
	margin-top: 20px;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.title {
	 color: #151515;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 600;
    position: relative;
	border-bottom: 2px solid #151515;
	padding-bottom:9px;
	line-height: 47px;
}
.titleDiv{
	text-align:center;
}
a.about-the-author {
    color: #151515;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 600;
    position: relative;
	border-bottom: 2px solid #151515;
	padding-bottom:9px;
	line-height: 47px;
}
a.about-the-author:hover {
	text-decoration:none;
}
.border-right, .border-right-white{
	border-right:none; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.products-menu-item a:hover{
	cursor: text;
	text-decoration:none;
}
.products-menu-item ul li > a:hover {
	cursor: pointer;
	text-decoration:underline;
}

.gallery-header{
	width:80%;
	max-width:150px;
	margin:15px auto;
}
.gallery-header img{
	width:100%;
}
.green-link, .green-link-active{
	padding: 10px 15px;
	margin-top: 15px;
	color: #4d9370;
	font-weight: 500;
	border: 1px solid #4d9370;
	border-radius: 8px;
	display: inline-block;
}
.green-link-active, .green-link:hover{
	background: #4d9370;
	color: #FFFFFF;
	text-decoration: none;
}

.blue-link, .blue-link-active{
	padding: 10px 15px;
	margin-top: 15px;
	color: #FFFFFF;
	font-weight: 500;
	border-radius: 8px;
	display: inline-block;
	background: #97b022;
}
.blue-link-active, .blue-link:hover, .blue-link-active:hover{
	background: #ffbb13;
	color: #FFFFFF;
	text-decoration: none;
}


/* Contact form */

.enquiry-form-simple{
	margin-top:30px
}

.form-control input, 
.form-control textarea,
.form-control select{
    height: 198px;
  width: 100%;
padding: .4rem .8rem;
background-color: #fff;
background-image: none;
border: 3px solid #fff;
border-radius: 0px;
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top:3px;
	font-size:21px;
}
input[type="submit"]{
	font-family: 'Neucha', Arial;
	font-size: 26px !important;
}
select:required:invalid {
      color: #666;
      }
      option[value=""][disabled] {
      display: none;
      }
      option {
      color: #000;
      }
.form-control input, .form-control select{
height: 2.85rem;
}
.form-control input[type="checkbox"]{
width: auto;
height: auto;
margin-left:4px;
}
.form-control .form-control-list-item{
  padding-left: 0;
  margin-left: 0;
  margin-right: 25px;
}

.form-control .form-control-list-item input{
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.form-control select{
  outline: none;
 font-size:21px;
}

.form-control input:hover, 
.form-control input:focus, 
.form-control input:active, 
.form-control textarea:hover, 
.form-control textarea:focus, 
.form-control textarea:active {
  background: #fdfeff;
  outline: none;
  border: 3px solid #a0d2e8;
}
.form-group{
	padding: 8px 15px;
}
#enquiry-form .form-group label{
	font-size: 22px;
margin-top:8px;
display: block;
}

.datepicker_from{
	width: 100% !important;
}
.datepicker_to{
	width: 100% !important;
	float:none !important;
}
			
.form-control input.form-control-submit, .btn-next, .btn-back{
   background: #feba17;
	color: #ffffff;
	font-size: 23px;
	padding: 15px 20px 15px 20px;
	text-decoration: none;
	clear: both;
	height: 60px;
	text-transform: uppercase;
	font-weight:bold;
	width: 100%;
	text-align: center;
	margin-top: 0;
}

/* On click */
.form-control input.form-control-submit:hover, .form-control input.form-control-submit:active, .btn-next:hover, .btn-back:hover{
	background: #595959;
	text-decoration: none;
	cursor:pointer;
}
.form-error{
	color: #ac0808;
	font-size: 17px;
	padding: 3px;
}
#booking-form .form-error{
	color: #ac0808;
}
.form-error-highlight{
	border: #49bf4a solid 3px !important;
}
.field-complete-highlight{
	border: #97b022 solid 3px !important;
}
#error-footer, #error-footer-1, #error-footer-2, #error-footer-3, #error-footer-4, #error-footer-5, #error-footer-6, #error-footer-7{
	display:inline;
	padding: 0;
}

.select_styled {
  font-size: 16px;
  position: relative;
  display: inline-block;
}
.select_styled select {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  padding: 1.2em 3em 1.3em 1.5em;
  margin: 0;
  transition: border-color 0.2s;
  border: 5px solid #fab917;
  border-radius: 5px;
  background: #fff;
  color: #555;
  line-height: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height:73px;
  width:300px;
  text-align: center;
  text-align-last: center;
font-weight: bolder;
}
.select_styled .arr {
  background: #fff;
  bottom: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  pointer-events: none;
}
.select_styled .arr:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 10px solid #fab917;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.select_styled .arr:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}


/*--- Booking form ---*/
/* Progress Tracker v2 */
ul.setup-panel[data-steps="2"] li { width: 49%; }
ul.setup-panel[data-steps="3"] li { width: 33%; }
ul.setup-panel[data-steps="4"] li { width: 24%; }
ul.setup-panel[data-steps="5"] li { width: 19%; }
ul.setup-panel[data-steps="6"] li { width: 16%; }
ul.setup-panel[data-steps="7"] li { width: 14%; }
ul.setup-panel[data-steps="8"] li { width: 12%; }
ul.setup-panel[data-steps="9"] li { width: 11%; }

.setup-panel {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 20px 0 20px 0;
    padding: 0;
}

.setup-panel li {
    float: left;
    text-align: center;
    position: relative;
	z-index: 1;
}

.setup-panel .name {
    display: none;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 1em;
    color: #ffffff;
    opacity: 0.3;
	height: 60px;
}

.setup-panel .step {
    color: #ffbb13;
    border: 3px solid #ffffff;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 33px;
    width: 40px;
	height: 40px;
    display: inline-block;
    z-index: 0;
	font-weight: bold;
}

.setup-panel .step span {
   opacity: 1;
}

.setup-panel .active_step .name,
.setup-panel .active_step .step span {
    opacity: 1;
}

.setup-panel .step:before {
    content: "";
    display: block;
    background-color: #ffffff;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: -1;
}

.setup-panel .step:after {
    content: "";
    display: block;
    background-color: #ffffff;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 16px;
    right: 0;
    z-index: -1;
}

.setup-panel li:first-of-type .step:before {
    display: none;
}

.setup-panel li:last-of-type .step:after {
    display: none;
}

.setup-panel .done .step,
.setup-panel .done .step:before,
.setup-panel .done .step:after,
.setup-panel .active_step .step:before,
.setup-panel .active_step .step {
    background-color: #97b022;
}
.setup-panel .done .step{
	border: 3px solid #97b022;
	color:#ffffff;
}
.setup-panel .active_step .step {
    border: 3px solid #97b022;
	color:#ffffff;
}
.btn_add_traveller, .btn_deleted_traveller{
	float:left;
	color:black;
	background:white;
	padding:11px 15px;
	margin:10px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.btn_deleted_traveller{
	 float:right;
 }
.btn_add_traveller:hover, .btn_deleted_traveller:hover{
	 cursor:pointer;
	 background:#b3d5c4;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
#booking-form-wrapper{
	min-height:450px;
}
.booking-form{
	position:relative;
}
#booking-form fieldset {
    display: none;
}
#enquire-now-sticky{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 100;
	height:53px;
	text-align:center;
	/*background: rgba(1,112,176,0.95);*/
	background: rgba(64, 138, 101, 0.9);
	border-top: 3px solid #0a7a02;
	-webkit-box-shadow: 0px -2px 11px -4px rgba(0,0,0,0.65);
-moz-box-shadow: 0px -2px 11px -4px rgba(0,0,0,0.65);
box-shadow: 0px -2px 11px -4px rgba(0,0,0,0.65);
}
#enquire-now-sticky a{
	width: 100%;
	height:40px;
	color:#ffffff;
	padding-top:8px;
	font-size: 27px;
	display:inline;
	font-weight: bold;
}
#enquire-now-sticky a:hover{
	text-decoration:none;
}
#enquire-now-sticky img{
	width:43px;
	margin: 3px 0px -10px 0px;
}
.trusted-callouts{
	text-align:center;
	min-height:300px;
}
.trusted-title{
	text-transform:uppercase;
	font-size: 28px;
	color: #ffffff;
	padding-top:15px;
}
.trusted-callouts p{
	color: #ffffff;
}
.trusted-ticks{
	font-size:35px;
	color:#ffffff;
}
.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.header-smaller {
    max-width: 38px;
margin-left: -19px;
margin-top: 5px;
}
.stamp{
	width:50px;
}
/* ==========================================================================
  Responsive
   ========================================================================== */
/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) { /* If device width is greater than or equal */
	.hotspot-text-extra img {
		max-width: 120px;
	}
}

/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 370px) { /* If device width is greater than or equal */
	#des_video_wrap{
		height: 210px;
	}
	.trust-logos img{
		height: 60px;
	}
}

/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) { /* If device width is greater than or equal */
#enquire-now-sticky{
		width: 50%;
		left: 25%;
	}
	h2{
	font-size: 45px;
	line-height: 45px;
	}
	h3{
		font-size:30px;
		line-height: 40px;
	}
	h1.content-title{
		text-align:left;
	}
	p.big-para{
		text-align:left;
	}
	p.para-right{
	text-align:right;
	}
	p.para-left{
		text-align:left;
	}
	.right-padding{
		padding-top:50px;
		text-align:right;
	}
	.left-padding{
		padding-top:50px;
		text-align:left;
	}
	.body-text, .footer{
		text-align:left;
	}
	.logo-image{
		width: 300px;
		float: left;
		padding: 14px 8px;
	}
	img.gw_arrow{
		width: 56px;
	}
	.btn_container{
		text-align:left;
	}
	.title {
		font-size: 16px;
	}
	.titleDiv{
		text-align:left;
	}
	.border-right{
		border-right:solid 2px #eeeeee; 
	}
	.stars{
		float: left;
		width: 50%;
		padding-top: 20px;
	}
	.review_date{
		width:50%; 
	}
	ul.tabs li {
	padding: 12px 0px 9px 0px;
	width: 16%;
	font-size: 16px;
	line-height: 18px;
	}
	ul.tabs li i {
		display: inline-block;
	}
	#tabs-nav{
	border-bottom: 15px solid #fff;
	}
	.header_section, .video_section{
		margin-top: 0px;
		 height: 350px;
	}
	#des_video_wrap{
		margin-top: 0px;
		height: 250px;
	}
	.tagline-smaller{
		display:none;
	}
	.more_images_item_wrap{
		width:33.33333333%;
	}
	a.flex-caption-link {
		display:inline;
	}
	#flex-caption-wrapper-static{
		bottom:30px;
	}
		.video-buttons {
	width: 60px;
    height: 60px;
	right: 40px;
    bottom: 20px;
	padding:5px;
	}
	.video-btns{
		font-size:28px;
	}
	.select_styled select {
	  width:560px
	}
	.side-menu-wrapper {
		/*overflow-y: hidden;*/
		overflow-y: scroll;
	  -webkit-overflow-scrolling:hidden;
	}
		.review_padding_sides{
		padding-left: 30px;
		padding-right: 30px;
	}
    .homepage_header_image_text h2{
        line-height: 39px;
    }
    span.home_cta{
        font-size: 26px;
    }
}

/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) { /* If device width is greater than or equal */
		.header{
		height: 132px;
	}
	.nopaddingmobile{
		padding:0px 2% !important;
	}
	.trust-logos img{
		height: 90px;
	}
	.flexslider div li {
	  height:490px;
	}
	#flex-caption-wrapper{ 
		max-width: 2000px;
		margin-left: 0px;
	}
	#flex-caption-wrapper-static{
		max-width: 2000px;
		left:30px; 
		bottom:30px; 
	}
	h1 {
		font-size: 3.5rem;
		letter-spacing: .1rem;
		margin: 20px 0;
	}
	h1.flex-caption-text{
		font-size: 2.5rem;
		letter-spacing: .2rem;
	}
	h2.flex-caption-text{
		font-size: 27px;
		line-height: 29px;
	}
	.key-points > h3{
		font-size: 3.5rem;
	}
	.homepage_header_image_text{
		padding: 13px 18px 19px 18px;
		width: 205px;
		height: 112px;
	}
	.header-image{
		position: static;
		z-index: 1000;
		max-width: 105px;
		 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}
	.sticky-icons{
		margin: -3px 9px -1px 6px; 
	}
	.header-smaller {
	/*	max-width: 38px;
	margin-left: -19px;
	margin-top: 2px;*/
	max-width: 0;
	margin-left: 0;
	margin-top: 0;
		}
		.homepage_header_image{
		min-height:300px;
	}
	.header-tagline{
		display:block;
		font-size: 21px;
		padding: 28px 0 0 21px;
		 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}
	.tagline-smaller{
		font-size: 22px;
		padding: 9px 0;
		left:54px;
	}
	#header-envelope{
		display:none;
	}
	.cssmenu{
		display:inline;
	}
	.header_icons_left, .header_icons{
		padding-top: 14px;
	}
	#header-tel{
		margin-top: 19px;
		float: right;
		height:103px
	}
	#header-tel-mobile{
		display:none;
	}
	.header-contact {
		display: block;
	}
	#header-sticky-tel-mobile{
		display:none;
	}
	#header-sticky-tagline{
		display:none;
	}
	.mobile-only-menu-item{
		display:none;
	}
	.desktop-only-menu-item{
		display:inline;
	}
	ul.tabs li {
	font-size: 14px;
	line-height: 16px;
	}
	.border-right{
	border-right:3px solid #cccccc;
	}
	.border-right-white{
		border-right:3px solid #ffffff;
	}
	.most-popular-items{
		padding: 30px 25px;
	}
	.most-popular-items .blog-item-padding {
		padding: 0 0 20px;
		overflow: hidden;
		background: white;
		border-top: none;
	}
	.most-popular-items .blog-list .blog-list-content, .most-popular-items .blog-list .blog-list-content span {
		border-color: #97b022;
		background-color: #97b022;
		color: #fff !important;
		text-decoration: none;
		background: #98b122 url('/wp-content/themes/croatia/images/gwh-bg.png') center top;
	}
	h2.blog-item-title {
		color:   #fff !important;
	}
	.blog-list .item:hover h2.blog-item-title{
		text-decoration:underline;
	}
	.most-popular-items .blog-list-image {
		height:250px;
		float:none;
		width: 100%;
	}
	.most-popular-items .blog-list .blog-list-content {
		min-height:190px;
	}	
	.destination_header_subblock h3.destination-subtitle span{
		display:none;
	}
	.destination_header_subblock p.destination-subtitle span{
		display:none;
	}
	.blog-list .blog-list-content {
		width: 100%;
		float: none;
	}
	.blog-list-item-excerpt{
		display:inline-block;
	}
	.browse_popularoverlap{
		width: 100% !important;
		float: none;
	}
	.browse_popular_border{
	margin-bottom: 0px;
	border-top: none;
	padding: 10px 0;
	margin-bottom: 0px;
	}
	.browse_popular_border h2.blog-item-title{
		color:#97b022 !important;
	}
	.overlap-image{
		margin-top: -30px;
		margin-left: 30px;
		float:none;
		width:100%;
		padding: 20px 40px;
	}
	.blog-links{
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	}
	.blog-links-padding{
		padding:10px;
	}
	.blog-links h2{
		font-size: 23px;
	}
	.setup-panel .name {
		/*display: block;*/
		display: none;
	}
	.owl-carousel.owl-drag .owl-item {
		padding: 0 5px;
	}
	.gallery-photos, .gallery-video, .gallery-photos-active, .gallery-video-active{
		display:block;
	}
	.top-caption{
		padding: 0px 11px 1px 12px;
		font-size: 33px;
	}
	.footer-distributed{
		padding: 55px 50px;
	}
	.header_section, .video_section{
		margin-top: 0px;
		 height: 450px;
	}
	#des_video_wrap{
		margin-top: 0px;
		height: 360px;
	}
	.hotspot-text-extra img {
		max-width: 70px;
	}
	.tours-tab{
		display:block;
	}
	.tab-padding{
		padding-top:70px;
	}
	.reviews_headline .star_rating{
		font-size: 31px;
		padding:0 2px;
	}
	.review_mum_dad{
		margin-top: 34px;
	}
	.stars-home{
		margin-top:-25px;
	}
	.stamp{
	width:150px;
	}
	.owl-carousel-pick{
		padding:0 60px;
	}
	.gallery-item-thumb{
		width: 50%;
		margin-bottom: 25px;
	}
	.video-item-thumb {
	width: 48%;
   margin: 1%;
	}
}
@media only screen and (min-width: 800px) { /* If device width is greater than or equal */
	#enquire-now-sticky{
		width: 28%;
		left: 36%;
	}
	.flexslider div li {
	  height:600px;
	}
	.star_rating{
		font-size:19px;
	}
	.star_rating_blue {
		font-size: 18px;
		padding: 0 0px;
	}
	.form-group{
		padding:8px;
	}
	.header-tagline{
		font-size: 35px;
	}
	.hotspot-text {
		font-size: 22px;
	}
	.header_section, .video_section{
		margin-top: 0px;
		 height: 500px;
	}
	#des_video_wrap{
		margin-top: 0px;
		height: 420px;
	}
	.float_right_800{
		float:right;
	}
	.itin_section_container{
		margin:10px 0 40px 0; 
	}
		ul.tabs li {
	font-size: 18px;
	line-height: 18px;
	}
	#tabs-nav{
	border-bottom: 15px solid #fff;
	}
	.hotspot-text-extra{
		padding: 20px;
		min-height: 180px;
	}
.destination_header_subblock{
	text-align:left;
}
.destination_header_block .stars-home {
	margin-top: 14px;
	margin-bottom: 0px;
	text-align: left;
}
	/*.datepicker_from{
	width: 97% !important;
	}
	.datepicker_to{
		width: 97% !important;
		float:right !important;
	}
	.form-group{
		padding:2px;
	}*/
	.left-button{
	margin-left:20px;
	}
	.right-button{
		margin-right:20px;
	}
	.gallery-item-thumb{
		margin-bottom: 5px;
		height: 280px;
		overflow: hidden;
	}
	
	.wp-caption img {
	  border: 0 none;
	  height: auto;
	  margin:0;
	  padding:0;
	  max-width: 100%;
		width: 95% !important;
		float:left;
		padding-left:220px;
	}

	.wp-caption .wp-caption-text, .wp-caption figcaption {
	  font-size:17px;
	  line-height:25px;
	  margin:0;
	 padding:0 4px 5px;
	  width: 200px !important;
	   margin: 0;
	  position: absolute;
	  top: 50%;
	  left: 0;
	  transform: translate(0%, -50%);
	  text-align:right;
	}	
	.wp-caption .wp-caption-text::before, .wp-caption figcaption::before {
		content: '';
		width: 64px;
		height: 6px;
		z-index: 0;
		background:
		#97b022d4;
		display: inline-block;
		position: absolute;
		top: -12px;
		right: 4px;
	}
}

@media only screen and (min-width: 992px) { /* If device width is greater than or equal */
.float_right_992{
		float:right;
	}
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) { /* If device width is greater than or equal */
	.homepage_header_image{
		min-height:400px;
	}
	.blog-links{
		border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
	}
	.blog-links h2{
		font-size: 27px;
	}
	.star_rating {
    font-size: 18px;
	}
	.destination_header_block .enquiry_header_link a {
		padding: 11px 0px 12px 15px;
	}
	.star_rating_blue {
		font-size: 19px;
		padding: 0 0px;
	}
	.hotspot-text-extra img {
		max-width: 120px;
	}
	.tagline-smaller{
		display:inline;
	}
	.datepicker_from{
		width: 98% !important;
	}
	.header_section, .video_section{
		margin-top: 0px;
		 height: 600px;
	}
	#bgvid{
		min-width: 120%;
	}
	#des_video_wrap{
		margin-top: 0px;
		height: 490px;
	}
	.align-left-center-mobile{
		text-align:left !important;
	}
	.review-stars{
		margin-top:-25px;
	}
	.hotspot-text-extra{
		min-height: 10px;
	}
}   

/* DESKTOP & iPad Pro (1366px wide in landscape mode) */
@media only screen and (min-width: 1025px) { /* If device width is greater than or equal */
	.homepage_header_image{
		min-height:565px;
	}
	.menu{
		width: 100%;
	}
	.cssmenu > ul > li > a {
		padding: 0px 6px;
margin: 10px 12px 7px 12px;
	}
	#error-footer, #error-footer-1, #error-footer-2, #error-footer-3, #error-footer-4, #error-footer-5, #error-footer-6, #error-footer-7{
		display:none;
	}
	.header_section, .video_section{
		margin-top: 0px;
		height: 610px;
	}
	#des_video_wrap{
		margin-top: 0px;
		height: 520px;
	}
		ul.tabs li {
	font-size: 21px;
	line-height: 28px;
	}
	.hotspot-text-extra {
		height:192px;
	}
	.gallery-item-thumb{
		width: 25%;
		height: 195px;
	}
	.video-item-thumb{
		width: 23%;
		margin-bottom: 10px;
		height: 300px;
		padding-bottom: 110px;
	}
	.eight_reasons_item{
		font-size: 35px;
		padding: 0 15%;
		text-align:left;
		max-width: 760px;
	margin: 0 auto 30px auto;
	}
	.eight_reasons_number{
		width: 44px;
		height: 44px;
		padding: 5px 13px;
		font-size: 27px;
		margin-right: 10px;
		text-align: center;
	}
	.destination_header_block h1.destination-title{
		font-size:38px;
		margin:14px 0;
		text-align:left;
	}
	.destination_header_block p.destination-title{
		font-size:38px;
		margin:14px 0;
		text-align:left;
	}
	.destination_header_block .review_destination_bar {
		text-align: left;
		padding:20px 10px 22px 12px;
		font-size:28px;
	}
	.destination_header_block .enquiry_header_link a{
		padding:20px 0px 22px 0px;
		font-size:28px;
	}
	.destination_header_block .stars-home {
		margin-top: 25px;
	}
	.overlap-image b{
		text-decoration:none; /* For mobile level only */
	}
}   

@media only screen and (min-width: 1200px) { /* If device width is greater than or equal */
	.desktop_only{
		display:block;
	}
	.sticky-icons{
		margin: 0px 9px -1px 6px; 
	}
}

/* DESKTOP */
@media only screen and (min-width: 1366px) {  /* If device width is greater than or equal */
	#first-section, #second-section, #third-section, #fourth-section{
		background-attachment:fixed; 
	}
	.star_rating{
		font-size:25px;
	}
	.star_rating_blue {
		font-size: 23px;
		padding: 0 2px;
	}
	.header-tagline{
		font-size: 34px;
	}
	#bgvid{
		min-width: 120%;
	}
	#des_video_wrap{
		margin-top: 0px;
		height: 550px;
	}
}

