@charset "UTF-8";
/* BASICS                                                                                        BASICS */
/* ---------------------------------------------------------------------------------------------------- */
/* XXS COLUMNS                                                                              XXS COLUMNS */
/* ---------------------------------------------------------------------------------------------------- */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left; }

@media screen and (max-width: 480px) {
  .col-xxs-pull-12 {
    right: 100%; }
  .col-xxs-pull-11 {
    right: 91.66666667%; }
  .col-xxs-pull-10 {
    right: 83.33333333%; }
  .col-xxs-pull-9 {
    right: 75%; }
  .col-xxs-pull-8 {
    right: 66.66666667%; }
  .col-xxs-pull-7 {
    right: 58.33333333%; }
  .col-xxs-pull-6 {
    right: 50%; }
  .col-xxs-pull-5 {
    right: 41.66666667%; }
  .col-xxs-pull-4 {
    right: 33.33333333%; }
  .col-xxs-pull-3 {
    right: 25%; }
  .col-xxs-pull-2 {
    right: 16.66666667%; }
  .col-xxs-pull-1 {
    right: 8.33333333%; }
  .col-xxs-pull-0 {
    right: auto; }
  .col-xxs-push-12 {
    left: 100%; }
  .col-xxs-push-11 {
    left: 91.66666667%; }
  .col-xxs-push-10 {
    left: 83.33333333%; }
  .col-xxs-push-9 {
    left: 75%; }
  .col-xxs-push-8 {
    left: 66.66666667%; }
  .col-xxs-push-7 {
    left: 58.33333333%; }
  .col-xxs-push-6 {
    left: 50%; }
  .col-xxs-push-5 {
    left: 41.66666667%; }
  .col-xxs-push-4 {
    left: 33.33333333%; }
  .col-xxs-push-3 {
    left: 25%; }
  .col-xxs-push-2 {
    left: 16.66666667%; }
  .col-xxs-push-1 {
    left: 8.33333333%; }
  .col-xxs-push-0 {
    left: auto; }
  .col-xxs-offset-12 {
    margin-left: 100%; }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%; }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxs-offset-9 {
    margin-left: 75%; }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxs-offset-6 {
    margin-left: 50%; }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxs-offset-3 {
    margin-left: 25%; }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxs-offset-0 {
    margin-left: 0; }
  .col-xxs-1 {
    width: 8.33333333%; }
  .col-xxs-2 {
    width: 16.66666667%; }
  .col-xxs-3 {
    width: 25%; }
  .col-xxs-4 {
    width: 33.33333333%; }
  .col-xxs-5 {
    width: 41.66666667%; }
  .col-xxs-6 {
    width: 50%; }
  .col-xxs-7 {
    width: 58.33333333%; }
  .col-xxs-8 {
    width: 66.66666667%; }
  .col-xxs-9 {
    width: 75%; }
  .col-xxs-10 {
    width: 83.33333333%; }
  .col-xxs-11 {
    width: 91.66666667%; }
  .col-xxs-12 {
    width: 100%; } }

/* RESPONSIVE ALIGNMENT                                                            RESPONSIVE ALIGNMENT */
/* ---------------------------------------------------------------------------------------------------- */
.visible-xxs {
  display: none; }

@media (max-width: 480px) {
  .visible-xxs {
    display: inherit; }
  .hidden-xxs {
    display: none; } }

/* RESPONSIVE ALIGNMENT                                                            RESPONSIVE ALIGNMENT */
/* ---------------------------------------------------------------------------------------------------- */
.text-xxs-left {
  text-align: left; }

.text-xxs-right {
  text-align: right; }

.text-xxs-center {
  text-align: center; }

.text-xxs-justify {
  text-align: justify; }

@media (min-width: 481px) {
  .text-xs-left {
    text-align: left; }
  .text-xs-right {
    text-align: right; }
  .text-xs-center {
    text-align: center; }
  .text-xs-justify {
    text-align: justify; } }

@media (min-width: 769px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; }
  .text-sm-justify {
    text-align: justify; } }

@media (min-width: 993px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; }
  .text-md-justify {
    text-align: justify; } }

@media (min-width: 1201px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; }
  .text-lg-justify {
    text-align: justify; } }

/* COLORS                                                                                        COLORS */
/* ---------------------------------------------------------------------------------------------------- */
/* FONTS                                                                                          FONTS */
/* ---------------------------------------------------------------------------------------------------- */
/* DIMENSIONS AND SHAPES                                                          DIMENSIONS AND SHAPES */
/* ---------------------------------------------------------------------------------------------------- */
/* NAVIGATION                                                                                NAVIGATION */
/* ---------------------------------------------------------------------------------------------------- */
/* CAROUSELS                                                                                  CAROUSELS */
/* ---------------------------------------------------------------------------------------------------- */
/* FUNCTIONS                                                                                  FUNCTIONS */
/* ---------------------------------------------------------------------------------------------------- */
/* BODY                                                                                            BODY */
/* ---------------------------------------------------------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #212121;
  background-color: #e5e5e5; }

@media only screen and (max-width: 991px) {
  body {
    padding-top: 50px; } }

a {
  color: #009e49;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a:hover, a:active {
    color: #00381a;
    text-decoration: none; }

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  font-size: 60px; }

h2, h3, h4 {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Amatic SC", cursive;
  font-weight: 700; }

h2 {
  font-size: 45px; }

h3 {
  font-size: 35px; }

h4 {
  font-size: 25px; }

p {
  margin-top: 30px;
  margin-bottom: 0; }

hr {
  margin-top: 30px;
  margin-bottom: 0; }

ul {
  margin-top: 30px;
  margin-bottom: 0; }

/* BOOTSTRAP SITE WIDTH                                                            BOOTSTRAP SITE WIDTH */
/* ---------------------------------------------------------------------------------------------------- */
@media (min-width: 1270px) {
  .container {
    width: 1230px; } }

/* STYLES                                                                                        STYLES */
/* ---------------------------------------------------------------------------------------------------- */
/*
.vcenter {
	position: relative;
	top: 50%;
	@include transform(translateY(-50%));
}


*/
/* FORMS                                                                                          FORMS */
/* ---------------------------------------------------------------------------------------------------- */
form .form-group {
  margin-top: 0; }
  form .form-group.InputfieldColumnWidth {
    display: inline-block;
    padding: 0 16px 0; }
  form .form-group .control-label {
    margin-top: 0; }
  form .form-group .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009e49), to(#009e49)), -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#bbb));
    background-image: -webkit-linear-gradient(#009e49, #009e49), -webkit-linear-gradient(#bbb, #bbb);
    background-image: -o-linear-gradient(#009e49, #009e49), -o-linear-gradient(#bbb, #bbb);
    background-image: linear-gradient(#009e49, #009e49), linear-gradient(#bbb, #bbb); }
  form .form-group.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009e49), to(#009e49)), -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#bbb));
    background-image: -webkit-linear-gradient(#009e49, #009e49), -webkit-linear-gradient(#bbb, #bbb);
    background-image: -o-linear-gradient(#009e49, #009e49), -o-linear-gradient(#bbb, #bbb);
    background-image: linear-gradient(#009e49, #009e49), linear-gradient(#bbb, #bbb); }
  form .form-group label {
    color: #bbb; }

form .title {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

form .radio label, form label.radio-inline {
  padding-left: 30px; }

form .radio span, form label.radio-inline span {
  left: 0; }

form .radio .circle, form label.radio-inline .circle {
  border: 2px solid rgba(0, 0, 0, 0.4);
  height: 19px;
  width: 19px; }

form .radio .check, form label.radio-inline .check {
  top: -4px;
  left: -6px;
  height: 31px;
  width: 31px;
  background-color: #009e49; }

form .radio .check:after, form label.radio-inline .check:after {
  left: -10px;
  top: -10px; }

form .radio input[type=radio]:checked ~ .circle, form label.radio-inline input[type=radio]:checked ~ .circle {
  border-color: #009e49; }

form .radio input[type=radio]:checked ~ .check, form label.radio-inline input[type=radio]:checked ~ .check {
  background-color: #009e49; }

form .checkbox label, form .radio label, form label {
  color: rgba(0, 0, 0, 0.8); }

form .checkbox .checkbox-material .check, form label.checkbox-inline .checkbox-material .check {
  margin-right: 10px;
  border: 2px solid rgba(0, 0, 0, 0.4); }

form .checkbox input[type=checkbox]:checked + .checkbox-material .check, form label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
  color: #009e49;
  border-color: #009e49; }
  form .checkbox input[type=checkbox]:checked + .checkbox-material .check:before, form label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #009e49; }

form .checkbox .checkbox-material:before, form label.checkbox-inline .checkbox-material:before {
  top: -4px; }

/* FORM BUILDER                                                                            FORM BUILDER */
/* ---------------------------------------------------------------------------------------------------- */
.FormBuilderErrors {
  margin-top: 15px;
  padding: 6px 10px;
  background-color: #ffd2d2;
  border: 1px solid rgba(244, 67, 54, 0.4);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }
  .FormBuilderErrors p {
    margin: 0; }

form.FormBuilder {
  margin: 15px -15px 0 -15px; }
  form.FormBuilder .form-group {
    margin-top: 0;
    padding: 0 15px; }
    form.FormBuilder .form-group.InputfieldColumnWidth {
      display: inline-block; }
      form.FormBuilder .form-group.InputfieldColumnWidth > .InputfieldContent, form.FormBuilder .form-group.InputfieldColumnWidth > .InputfieldHeader {
        padding: 0; }
    form.FormBuilder .form-group.InputfieldStateRequired label::after {
      content: '*';
      color: #bbb; }
    form.FormBuilder .form-group.has-error .form-control {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#009e49), to(#009e49)), -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336));
      background-image: -webkit-linear-gradient(#009e49, #009e49), -webkit-linear-gradient(#f44336, #f44336);
      background-image: -o-linear-gradient(#009e49, #009e49), -o-linear-gradient(#f44336, #f44336);
      background-image: linear-gradient(#009e49, #009e49), linear-gradient(#f44336, #f44336); }
    form.FormBuilder .form-group .InputfieldContent .text-danger {
      margin: 0;
      padding: 0;
      font-size: 13px; }
  form.FormBuilder .Inputfield_my_email {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden; }

/* BUTTONS                                                                                      BUTTONS */
/* ---------------------------------------------------------------------------------------------------- */
.btn, .btn:not(.btn-raised), .input-group-btn .btn:not(.btn-raised) {
  font-weight: normal;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }
  .btn:active, .btn:focus, .btn:not(.btn-raised):active, .btn:not(.btn-raised):focus, .input-group-btn .btn:not(.btn-raised):active, .input-group-btn .btn:not(.btn-raised):focus {
    outline: none;
    border: none; }
  .btn.btn-default, .btn:not(.btn-raised).btn-default, .input-group-btn .btn:not(.btn-raised).btn-default {
    color: #009e49;
    background-color: rgba(0, 158, 73, 0.2); }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn:not(.btn-raised).btn-default:hover, .btn:not(.btn-raised).btn-default:active, .btn:not(.btn-raised).btn-default:focus, .input-group-btn .btn:not(.btn-raised).btn-default:hover, .input-group-btn .btn:not(.btn-raised).btn-default:active, .input-group-btn .btn:not(.btn-raised).btn-default:focus {
      color: #fff;
      background-color: #009e49; }
  .btn.btn-primary, .btn:not(.btn-raised).btn-primary, .input-group-btn .btn:not(.btn-raised).btn-primary {
    color: #fff;
    background-color: #009e49; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn:not(.btn-raised).btn-primary:hover, .btn:not(.btn-raised).btn-primary:active, .btn:not(.btn-raised).btn-primary:focus, .input-group-btn .btn:not(.btn-raised).btn-primary:hover, .input-group-btn .btn:not(.btn-raised).btn-primary:active, .input-group-btn .btn:not(.btn-raised).btn-primary:focus {
      color: #fff;
      background-color: #009e49; }
  .btn.btn-white, .btn:not(.btn-raised).btn-white, .input-group-btn .btn:not(.btn-raised).btn-white {
    color: #009e49;
    background-color: #fff; }
    .btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus, .btn:not(.btn-raised).btn-white:hover, .btn:not(.btn-raised).btn-white:active, .btn:not(.btn-raised).btn-white:focus, .input-group-btn .btn:not(.btn-raised).btn-white:hover, .input-group-btn .btn:not(.btn-raised).btn-white:active, .input-group-btn .btn:not(.btn-raised).btn-white:focus {
      color: #009e49;
      background-color: #eee; }
  .btn.btn-just-icon, .btn:not(.btn-raised).btn-just-icon, .input-group-btn .btn:not(.btn-raised).btn-just-icon {
    width: 50px;
    padding: 12px;
    font-size: 20px;
    line-height: 1em; }
  .btn.btn-sm.icon-right .icon, .btn:not(.btn-raised).btn-sm.icon-right .icon, .input-group-btn .btn:not(.btn-raised).btn-sm.icon-right .icon {
    margin-left: 8px;
    font-size: 15px;
    line-height: 0; }

.btn.btn-round, .navbar .navbar-nav > li > a.btn.btn-round {
  border-radius: 30px; }

.btn-md.btn-view-all {
  padding-right: 5rem; }
  .btn-md.btn-view-all::after {
    position: absolute;
    top: 0.2rem;
    right: 2rem;
    font-family: 'Ionicons';
    font-size: 2.2rem;
    content: '\f30f'; }

/* SIZES                                                                                          SIZES */
/* ---------------------------------------------------------------------------------------------------- */
/*
.btn-group-sm .btn, .btn-group-sm .navbar .navbar-nav>li>a.btn, .btn.btn-sm, .navbar .navbar-nav>li>a.btn.btn-sm {
	padding: 5px 20px;
	font-size: 11px;
}
*/
/* RAISES                                                                                        RAISES */
/* ---------------------------------------------------------------------------------------------------- */
.raised-0 {
  top: 0px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.raised-1 {
  top: 0px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.raised-2 {
  top: 0px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(233, 30, 99, 0.46) !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(233, 30, 99, 0.46) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.raised-3 {
  top: 0px;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.raised-4 {
  top: 0px;
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* SHAPES                                                                                        SHAPES */
/* ---------------------------------------------------------------------------------------------------- */
.raised-round {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }

.raised-round-1 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; }

.raised-round-2 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }

.raised-round-3 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box; }

.raised-round-4 {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box; }

/* ANIMATIONS                                                                                ANIMATIONS */
/* ---------------------------------------------------------------------------------------------------- */
.over-raise-1:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important; }

.over-raise-2:hover {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(233, 30, 99, 0.46) !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(233, 30, 99, 0.46) !important; }

.over-raise-3:hover {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important; }

.over-raise-4:hover {
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important; }

.over-raise-up-1:hover {
  top: -2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important; }

.over-raise-up-2:hover {
  top: -4px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(233, 30, 99, 0.46) !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(233, 30, 99, 0.46) !important; }

.over-raise-up-3:hover {
  top: -8px;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important; }

.over-raise-up-4:hover {
  top: -13px;
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important; }

.accordion-header {
  margin-top: 40px;
  padding: 15px 20px;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  font-size: 33px;
  line-height: 1;
  background-color: rgba(0, 158, 73, 0.4);
  cursor: pointer; }
  .accordion-header:after {
    display: inline-block;
    position: relative;
    top: -7px;
    margin-left: 10px;
    font-family: 'Ionicons' !important;
    font-size: 12px;
    content: "\f123" !important;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .accordion-header.collapsed:after {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

/* MOBILE MENU BREAKPOINT                                                        MOBILE MENU BREAKPOINT */
/* ---------------------------------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

/*

@import "scss/ajax";
@import "scss/forms";
@import "scss/alerts";
@import "scss/modals";*/
/* PARTS                                                                                          PARTS */
/* ---------------------------------------------------------------------------------------------------- */
/* NAVIGATION                                                                                NAVIGATION */
/* ---------------------------------------------------------------------------------------------------- */
.navbar {
  height: 90px; }
  .navbar.navbar-transparent {
    padding-top: 45px;
    background-color: rgba(0, 158, 73, 0);
    box-shadow: none;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .navbar a.navbar-brand {
    position: relative;
    display: inline-block;
    height: auto;
    top: 5px;
    padding: 5px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; }
    .navbar a.navbar-brand .nav-logo {
      position: relative;
      height: 40px;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  .navbar .navbar-nav > li > a, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
    margin-top: 7px;
    padding-top: 13px;
    padding-bottom: 13px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; }
  .navbar .navbar-nav > li.dropdown > a:after {
    position: relative;
    top: 3px;
    margin-left: 8px;
    font-family: 'Ionicons' !important;
    font-size: 20px !important;
    line-height: 0;
    content: "" !important; }
  .navbar .dropdown-menu > li > a {
    color: #333 !important; }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 380px; }

/* SEARCH                                                                                        SEARCH */
/* ---------------------------------------------------------------------------------------------------- */
.navbar .navbar-form {
  position: relative; }
  .navbar .navbar-form .form-group.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#fff, #fff), linear-gradient(#D2D2D2, #D2D2D2); }
  .navbar .navbar-form .form-group {
    padding-right: 40px; }
  .navbar .navbar-form .btn-nav-search {
    position: absolute;
    top: -4px;
    right: 0;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 0;
    color: #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-clip: padding-box; }

@media only screen and (max-width: 991px) {
  .navbar .navbar-form, .navbar .form-group, .navbar #search_query {
    width: 100%; } }

/* HOMEPAGE NAVIGATION                                                              HOMEPAGE NAVIGATION */
/* ---------------------------------------------------------------------------------------------------- */
.navbar.is-home a.navbar-brand {
  opacity: 0;
  filter: alpha(opacity=0); }

.navbar.is-home.on-scroll a.navbar-brand {
  opacity: 1;
  filter: alpha(opacity=100); }

/* ON SCROLL                                                                                  ON SCROLL */
/* ---------------------------------------------------------------------------------------------------- */
.navbar.on-scroll {
  height: 60px; }
  .navbar.on-scroll.navbar-transparent {
    padding-top: 0;
    background-color: #009e49;
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15); }
  .navbar.on-scroll a.navbar-brand {
    top: 4px; }
    .navbar.on-scroll a.navbar-brand .nav-logo {
      height: 40px; }

/* BREAKPOINTS                                                                              BREAKPOINTS */
/* ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
  .navbar.navbar-transparent {
    padding-top: 0;
    background-color: #009e49;
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15); }
  .navbar {
    height: auto; }
    .navbar .container {
      width: 100%;
      padding: 0; }
    .navbar a.navbar-brand .nav-logo {
      left: 15px;
      top: 0px;
      height: 30px; }
    .navbar .navbar-nav > li.dropdown > a:after {
      float: right;
      top: 10px; }
    .navbar .navbar-collapse {
      border: none;
      margin: 0;
      padding: 0;
      overflow-y: scroll !important; }
    .navbar .nav, .navbar .navbar-nav {
      margin: 0;
      border: none;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .navbar .nav > li, .navbar .navbar-nav > li {
        position: relative;
        display: inline-block;
        width: 100%; }
        .navbar .nav > li > a, .navbar .navbar-nav > li > a {
          margin-top: 0; }
          .navbar .nav > li > a:hover, .navbar .nav > li > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
            margin-top: 0; }
    .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
      margin-top: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box; }
    .navbar .navbar-form {
      margin: 0;
      padding-top: 10px;
      padding-bottom: 15px;
      border: none;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .navbar .dropdown-menu, .navbar.navbar-default .dropdown-menu {
      position: relative;
      width: 100%;
      margin: 0 !important;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.6);
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .navbar .dropdown-menu li > a, .navbar.navbar-default .dropdown-menu li > a {
        font-size: 14px;
        color: #000;
        padding: 10px 16px; }
  .navbar.on-scroll {
    height: auto; }
    .navbar.on-scroll a.navbar-brand .nav-logo {
      top: 0px;
      height: 30px; } }

/* LANGUAGE SELECTOR                                                                  LANGUAGE SELECTOR */
/* ---------------------------------------------------------------------------------------------------- */
.language-selector {
  position: absolute;
  top: -45px;
  right: 15px;
  padding: 0 10px;
  color: #000;
  background-color: #fcd116;
  z-index: 100000;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(233, 30, 99, 0.46) !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(233, 30, 99, 0.46) !important;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .language-selector ul {
    margin-top: 0; }
    .language-selector ul li {
      display: inline-block;
      padding: 5px; }
      .language-selector ul li a {
        color: #000; }
      .language-selector ul li.current {
        font-weight: bold; }

ul.nav .language-menu .language-selector {
  display: none; }

/* ON SCROLL                                                                                  ON SCROLL */
/* ---------------------------------------------------------------------------------------------------- */
.navbar.on-scroll .language-selector {
  opacity: 0;
  filter: alpha(opacity=0); }

@media only screen and (max-width: 991px) {
  .language-selector {
    display: none; }
  .navbar.on-scroll .language-selector {
    opacity: 1;
    filter: alpha(opacity=100); }
  ul.nav .language-menu .language-selector {
    position: relative;
    display: block;
    top: unset;
    right: unset;
    left: unset;
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box; } }

/* CARDS                                                                                          CARDS */
/* ---------------------------------------------------------------------------------------------------- */
.mega-card-over-title {
  position: relative;
  margin: -60px 30px 0;
  padding: 70px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box; }
  .mega-card-over-title .container {
    max-width: 100%; }

.container-card-over-title {
  position: relative;
  margin-top: -111px;
  padding: 15px 30px 30px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box; }
  .container-card-over-title > p:first-of-type {
    margin-top: 15px; }

.card {
  margin-top: 30px;
  text-align: left;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }
  .card .card-image {
    position: relative; }
    .card .card-image .dark-image {
      position: relative; }
      .card .card-image .dark-image .card-title {
        display: inline-block;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 30px;
        margin: 0;
        padding: 0 15px;
        text-align: center;
        font-size: 40px;
        color: #fff;
        z-index: 1000; }
      .card .card-image .dark-image::after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 107, 50, 0.7); }
  .card .card-title {
    margin-top: -4px; }
  .card .card-date {
    margin: 2px 0 8px;
    font-size: 13px;
    color: rgba(33, 33, 33, 0.8); }
  .card .card-text > p {
    margin-top: 0; }
  .card .card-text .read-more {
    margin-top: 10px;
    margin-bottom: 2px; }
  .card .card-footer {
    padding-top: 0; }
    .card .card-footer a {
      bottom: 0; }
    .card .card-footer a:first-child {
      left: 0; }
  .card.card-link {
    cursor: pointer; }

.feature-card {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto; }

.card-0 {
  margin-top: 30px;
  text-align: left; }
  .card-0 .card-image {
    position: relative;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; }
  .card-0 .card-title {
    margin-top: 10px; }
  .card-0 .card-date {
    margin: 2px 0 8px;
    font-size: 13px;
    color: rgba(33, 33, 33, 0.8); }
  .card-0 .card-text .read-more {
    margin-top: 10px;
    margin-bottom: 2px; }
  .card-0 .card-footer {
    padding-top: 0; }
    .card-0 .card-footer a {
      bottom: 0; }
    .card-0 .card-footer a:first-child {
      left: 0; }
  .card-0.card-link {
    cursor: pointer; }

/* LOCATION                                                                                    LOCATION */
/* ---------------------------------------------------------------------------------------------------- */
.card-0 .location-price {
  position: absolute;
  top: auto;
  bottom: -8px;
  left: 18px;
  padding: 3px 9px;
  color: #fcd116;
  background-color: #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box; }
  .card-0 .location-price .from {
    display: block;
    margin-bottom: 5px; }
  .card-0 .location-price .euro-price {
    font-family: "Amatic SC", cursive;
    font-weight: 900;
    font-size: 32px; }
    .card-0 .location-price .euro-price .euro-decimals {
      font-size: 25px; }
    .card-0 .location-price .euro-price .euro-symbol {
      font-size: 25px;
      padding-right: 6px; }

.card-0 .location-days {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 90px;
  height: 90px;
  padding-top: 7px;
  background-color: #fcd116;
  font-family: "Amatic SC", cursive;
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; }
  .card-0 .location-days .days {
    display: block; }

.card-0 .location-stars {
  position: absolute;
  top: auto;
  bottom: -8px;
  left: 18px;
  padding: 3px 9px;
  font-size: 22px;
  background-color: #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box; }
  .card-0 .location-stars i {
    position: relative;
    top: -1px;
    margin: 0 2px;
    color: #fcd116; }

.card-0 .location-card-body {
  max-height: 177px;
  overflow: hidden; }
  .card-0 .location-card-body .card-text .location-region {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #808080;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb; }
    .card-0 .location-card-body .card-text .location-region .region-dates {
      font-weight: bold; }
      .card-0 .location-card-body .card-text .location-region .region-dates i {
        position: relative;
        top: 2px;
        margin: 0 5px;
        font-size: 18px;
        line-height: 0; }

.card-0 .location-card-footer .btn {
  margin-top: 0; }

.location-map.btn.btn-just-icon {
  position: absolute;
  top: -15px;
  right: 15px;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 7px;
  font-size: 33px;
  color: #000;
  background-color: #fcd116; }
  .location-map.btn.btn-just-icon.over-raise-up-3:hover {
    top: -20px;
    color: #000;
    background-color: #fcd116; }

/* SECTIONS                                                                                    SECTIONS */
/* ---------------------------------------------------------------------------------------------------- */
.home-section {
  margin: 0;
  padding: 3rem 0 3rem 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*




	> .container > h2 {
		margin-top: $el-spacing;
	}
*/ }
  .home-section .section-title {
    display: block; }
    .home-section .section-title h2 {
      display: inline-block;
      float: left; }
    .home-section .section-title .btn-view-all {
      float: left;
      margin-left: 2rem; }
    @media (max-width: 991.98px) {
      .home-section .section-title {
        text-align: center; }
        .home-section .section-title h2 {
          display: block;
          width: 100%;
          text-align: center; }
        .home-section .section-title .btn-view-all {
          float: none; } }
  .home-section .view-all {
    margin-top: 3rem;
    margin-bottom: 0; }
  .home-section .element > .row > div .element-title {
    margin-top: 0;
    margin-bottom: 20px; }
  .home-section .element > .row > div img {
    display: inline-block; }
  .home-section .container h2 {
    margin-top: 0;
    margin-bottom: 15px; }

/*
@media only screen and (max-width: 767px) {

	.home-section {

		.col-sm-6.col-md-3.four-columns {
			margin-top: 40px;
		}

	}

}
*/
/* ANIMATION                                                                                  ANIMATION */
/* ---------------------------------------------------------------------------------------------------- */
.animation {
  position: relative;
  text-align: center;
  padding: 2rem; }
  .animation .animation-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .animation .stage {
    position: relative;
    max-width: 1200px;
    min-height: 39rem;
    margin: auto; }
    .animation .stage .stage-proportions {
      width: 100%;
      padding-top: 50%; }
    .animation .stage .element {
      position: absolute; }
      .animation .stage .element.element-center {
        width: 100%;
        text-align: center; }
        .animation .stage .element.element-center * {
          margin-left: auto;
          margin-right: auto; }
      .animation .stage .element.element-transparent {
        opacity: 0;
        filter: alpha(opacity=0); }

/* OWL CAROUSEL                                                                            OWL CAROUSEL */
/* ---------------------------------------------------------------------------------------------------- */
/* CAROUSEL                                                                                    CAROUSEL */
/* ---------------------------------------------------------------------------------------------------- */
.owl-carousel {
  background-color: #000502; }

/* CONTROLS                                                                                    CONTROLS */
/* ---------------------------------------------------------------------------------------------------- */
.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 60px;
  height: 100%;
  top: 0;
  width: 300px;
  text-align: center;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s 0.3s ease-out;
  -moz-transition: 0.2s 0.3s ease-out;
  -ms-transition: 0.2s 0.3s ease-out;
  -o-transition: 0.2s 0.3s ease-out;
  transition: 0.2s 0.3s ease-out; }
  .owl-nav .owl-prev .fa, .owl-nav .owl-next .fa {
    position: relative;
    display: inline-block;
    top: 50%;
    margin-top: -30px;
    font-size: 60px;
    text-align: center;
    text-shadow: none;
    color: #fff;
    z-index: 5; }

.owl-nav .owl-prev {
  position: absolute;
  left: -40px;
  padding-right: 100px;
  text-align: left;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */ }
  .owl-nav .owl-prev .fa {
    left: 60px; }

.owl-nav .owl-next {
  position: absolute;
  right: -40px;
  padding-left: 100px;
  text-align: right;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=1 );
  /* IE6-9 */ }
  .owl-nav .owl-next .fa {
    right: 60px; }

.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
  filter: alpha(opacity=100); }

.owl-carousel:hover .owl-nav .owl-prev {
  left: 0px; }

.owl-carousel:hover .owl-nav .owl-next {
  right: 0px; }

/* PAGINATION                                                                                PAGINATION */
/* ---------------------------------------------------------------------------------------------------- */
.owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  text-align: center; }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .owl-dots .owl-dot span {
      position: relative;
      display: block;
      top: 7px;
      left: 7px;
      width: 7px;
      height: 7px;
      background-color: #fff;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .owl-dots .owl-dot.active span {
      top: 3px;
      left: 3px;
      width: 15px;
      height: 15px; }

/* CAPTION                                                                                      CAPTION */
/* ---------------------------------------------------------------------------------------------------- */
.owl-carousel .slide-content .slide-caption-container {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center; }
  .owl-carousel .slide-content .slide-caption-container .slide-caption {
    display: inline-block;
    position: relative;
    float: none;
    width: 100%;
    margin: auto;
    padding: 40px 40px 95px 40px;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0px 2px 2px black; }
    .owl-carousel .slide-content .slide-caption-container .slide-caption h3 {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 45px;
      color: #fff; }

/* MOBILE AND SCREENS                                                                MOBILE AND SCREENS */
/* ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1569px) {
  .owl-carousel .slide-content .slide-caption-container .slide-caption {
    font-size: 20px; }
    .owl-carousel .slide-content .slide-caption-container .slide-caption h3 {
      font-size: 35px; } }

@media only screen and (max-width: 1199px) {
  .owl-carousel .slide-content .slide-caption-container .slide-caption {
    font-size: 18px; }
    .owl-carousel .slide-content .slide-caption-container .slide-caption h3 {
      font-size: 30px; } }

@media only screen and (max-width: 991px) {
  .owl-carousel .slide-content .slide-caption-container {
    position: relative; }
    .owl-carousel .slide-content .slide-caption-container .slide-caption {
      background: transparent; } }

/* TITLE                                                                                          TITLE */
/* ---------------------------------------------------------------------------------------------------- */
/* COVER IMAGE UNDER CARD                                                        COVER IMAGE UNDER CARD */
/* ---------------------------------------------------------------------------------------------------- */
.cover-image-under-card {
  position: relative;
  min-height: 400px; }
  .cover-image-under-card .curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 107, 50, 0.7); }
  .cover-image-under-card .title-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00381a; }
  .cover-image-under-card .container {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 60px; }
    .cover-image-under-card .container .title-container {
      display: block;
      position: relative;
      top: 55%;
      text-align: center;
      width: 100%;
      padding: 20px 25px;
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .cover-image-under-card .container .title-container h1 {
        color: #fff; }
      .cover-image-under-card .container .title-container h4 {
        margin-top: 15px;
        font-size: 21px;
        color: #fff; }
      .cover-image-under-card .container .title-container .date {
        margin-top: 20px;
        font-size: 16px;
        color: #fff;
        opacity: 0.5;
        filter: alpha(opacity=50); }

@media only screen and (max-width: 991px) {
  .cover-image-under-card {
    min-height: 300px; }
    .cover-image-under-card .container .title-container {
      top: 35%; } }

/* FOOTER                                                                                        FOOTER */
/* ---------------------------------------------------------------------------------------------------- */
.footer-spacer {
  height: 90px; }

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  margin-top: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
  background-color: #232323;
  display: none; }
  footer a {
    color: rgba(255, 255, 255, 0.5); }
    footer a:hover, footer a:active, footer a:focus {
      text-decoration: none;
      color: #fff; }
  footer h4 {
    margin-top: 25px;
    color: #fff; }
  footer p {
    margin-top: 20px; }
  footer .footer-menu {
    margin-top: 20px; }
    footer .footer-menu li {
      margin-bottom: 3px; }
  footer .social-icons {
    margin-top: 20px;
    margin-bottom: 0; }
    footer .social-icons li {
      display: inline-block; }
      footer .social-icons li .btn-just-icon {
        margin: 0 10px 15px 0;
        color: rgba(255, 255, 255, 0.5) !important;
        background-color: rgba(255, 255, 255, 0.1) !important; }
        footer .social-icons li .btn-just-icon:hover, footer .social-icons li .btn-just-icon:focus, footer .social-icons li .btn-just-icon:active {
          color: #fff !important;
          background-color: #009e49 !important; }
  footer .btn-default {
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: rgba(255, 255, 255, 0.1) !important; }
    footer .btn-default:hover, footer .btn-default:focus, footer .btn-default:active {
      color: #fff !important;
      background-color: #009e49 !important; }
  footer .end-footer {
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    background-color: #1d1d1d; }
    footer .end-footer .brand, footer .end-footer .separator, footer .end-footer .design {
      display: inline-block; }
    footer .end-footer .separator {
      width: 20px; }
    footer .end-footer a.artchiado {
      position: relative;
      left: -2px;
      padding: 2px 6px;
      color: rgba(255, 255, 255, 0.4);
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-clip: padding-box; }
      footer .end-footer a.artchiado:hover, footer .end-footer a.artchiado:active, footer .end-footer a.artchiado:focus {
        text-decoration: none;
        color: #fff;
        background-color: #d91921; }

@media only screen and (max-width: 480px) {
  footer .end-footer .brand, footer .end-footer .design {
    display: block; }
  footer .end-footer .separator {
    display: none; } }

/* CONTENT                                                                                      CONTENT */
/* ---------------------------------------------------------------------------------------------------- */
.animation-header h2 {
  font-size: 44px; }

.folder-content {
  margin-top: -15px; }

.back-link {
  position: fixed;
  top: inherit;
  width: 40px;
  height: 40px;
  background-color: #fcd116;
  margin-left: -49px;
  margin-top: 25px;
  padding: 4px 10px;
  font-size: 33px;
  white-space: nowrap;
  z-index: 1000;
  overflow: hidden;
  cursor: pointer;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .back-link .back-label {
    display: inline-block;
    position: relative;
    width: 65px;
    top: -6px;
    margin: 0 14px;
    font-size: 17px;
    text-align: center; }
  .back-link:hover {
    width: 135px; }

.region-body {
  margin-top: -15px; }

.contact-info {
  margin-top: 15px;
  padding: 20px 60px;
  text-align: center;
  color: #fff;
  background-color: #009e49;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }

/* TEAM                                                                                            TEAM */
/* ---------------------------------------------------------------------------------------------------- */
.team-member {
  margin-top: 30px;
  padding-top: 0; }
  .team-member h2 {
    margin-top: -3px; }
  .team-member h3 {
    margin-top: 0; }

@media only screen and (max-width: 480px) {
  .team-member .member-id img {
    margin-left: auto;
    margin-right: auto; }
  .team-member h2 {
    margin-top: 30px; } }

/* LOCATION                                                                                    LOCATION */
/* ---------------------------------------------------------------------------------------------------- */
.location-container {
  max-width: 370px;
  margin: auto; }
  .location-container .card-image .euro-price {
    position: absolute;
    top: 15rem;
    right: 2rem;
    color: #fcd116;
    font-family: "Amatic SC", cursive;
    font-weight: 900;
    font-size: 32px;
    padding: 10px 15px;
    background-color: #232323;
    border-radius: 10px;
    -webkit-box-shadow: 3px 2px 20px #626261;
    box-shadow: 3px 2px 20px #626261; }
    .location-container .card-image .euro-price .euro-decimals {
      font-size: 25px; }
    .location-container .card-image .euro-price .euro-symbol {
      font-size: 25px;
      padding-right: 6px; }
  .location-container .card-image .col-9 p, .location-container .card-image .col-md-6 p, .location-container .card-image .col-lg-3 p, .location-container .card-image .text-center p {
    position: absolute;
    top: 1px;
    left: 2rem;
    z-index: 99;
    font-family: 'Amatic SC', cursive;
    font-size: 20px;
    color: #000;
    margin-top: 0px;
    line-height: 20px;
    padding: 15px;
    background-color: #fcd116;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-box-shadow: 5px 3px 15px #626261;
    box-shadow: 5px 3px 15px #626261; }

.info-zone.dates .event-date {
  font-weight: normal;
  letter-spacing: -2px; }

.info-zone.dates i {
  position: relative;
  top: 2px;
  margin: 0 10px;
  font-size: 40px;
  line-height: 0; }

@media (max-width: 490px) {
  .info-zone.dates .event-date {
    margin-top: 12px;
    display: block; }
    .info-zone.dates .event-date strong {
      display: block;
      font-size: 25px;
      line-height: 0.3; }
    .info-zone.dates .event-date i {
      display: inline-block;
      top: -1px;
      margin: 0 0 0 30px;
      font-size: 30px;
      line-height: 1.5;
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); } }

@media only screen and (max-width: 767px) {
  .location-container {
    margin-bottom: 70px; } }

.location-media {
  margin-top: 15px; }
  .location-media .dynamic-gallery {
    margin: 0 -2px 0 0; }
    .location-media .dynamic-gallery a {
      display: inline-block;
      width: 33.333333%;
      margin: 0;
      padding: 0;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
      .location-media .dynamic-gallery a img {
        position: relative;
        width: 100%; }

.location-info > p {
  margin-top: 15px; }

.address-info .btn {
  margin-top: 5px; }

.tags {
  margin-top: 30px; }
  .tags .tag-area {
    margin: 5px -5px 0 -5px; }
    .tags .tag-area .tag {
      display: inline-block;
      margin: 3px;
      padding: 3px 12px;
      color: #fff;
      background-color: #009e49;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box; }

.features .feature {
  display: inline-block;
  width: 32%;
  margin-top: 5px; }
  .features .feature .feature-icon {
    display: inline-block;
    margin-right: 10px; }
  .features .feature .feature-label {
    display: inline-block;
    position: relative;
    top: 2px; }

@media (max-width: 1199px) {
  .features .feature {
    width: 49%; } }

@media (max-width: 991px) {
  .features .feature {
    width: 32%; } }

@media (max-width: 690px) {
  .features .feature {
    width: 49%; } }

@media (max-width: 479px) {
  .features .feature {
    width: 100%; } }

.arriving .arriving-info {
  margin-top: 0.5rem; }
  .arriving .arriving-info .btn {
    margin-top: 1.5rem;
    margin-left: 2rem; }

.near-area {
  margin: 0 -10px; }
  .near-area .card-area {
    display: inline-block;
    width: 24%;
    padding: 10px; }
    .near-area .card-area .place {
      margin-top: 0;
      cursor: pointer; }
      .near-area .card-area .place .place-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 10px;
        text-align: center;
        background-color: #e4e4e4; }
        .near-area .card-area .place .place-text h4 {
          margin-top: 7px; }
        .near-area .card-area .place .place-text .type {
          font-size: 12px;
          opacity: 0.8;
          filter: alpha(opacity=80); }

@media (max-width: 1199px) {
  .near-area .card-area {
    width: 33%; } }

@media (max-width: 991px) {
  .near-area .card-area {
    width: 24%; } }

@media (max-width: 599px) {
  .near-area .card-area {
    width: 33%;
    min-width: 150px; } }

.circuit-area {
  margin: 0 -10px; }
  .circuit-area .card-area {
    display: inline-block;
    width: 24%;
    padding: 10px; }
    .circuit-area .card-area .place {
      margin-top: 0;
      cursor: pointer; }
      .circuit-area .card-area .place .place-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 10px;
        text-align: center;
        background-color: #e4e4e4; }
        .circuit-area .card-area .place .place-text h4 {
          margin-top: 7px; }
        .circuit-area .card-area .place .place-text .type {
          font-size: 12px;
          opacity: 0.8;
          filter: alpha(opacity=80); }

.detail {
  display: none !important; }

@media (max-width: 1199px) {
  .circuit-area .card-area {
    width: 33%; } }

@media (max-width: 991px) {
  .circuit-area .card-area {
    width: 24%; } }

@media (max-width: 599px) {
  .circuit-area .card-area {
    width: 33%;
    min-width: 150px; } }

/* EU COOKIE LAW                                                                          EU COOKIE LAW */
/* ---------------------------------------------------------------------------------------------------- */
#eu_cookie {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  display: none;
  z-index: 10000; }
  #eu_cookie .cookie-content {
    position: relative;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ; }
    #eu_cookie .cookie-content a {
      font-size: 15px;
      font-weight: normal;
      color: #ccc;
      text-decoration: none; }
      #eu_cookie .cookie-content a:hover {
        font-size: 15px;
        font-weight: normal;
        color: #ccc;
        text-decoration: underline; }
    #eu_cookie .cookie-content a.cookie-button {
      padding: 5px 25px;
      text-decoration: none;
      color: #333;
      background-color: #ccc;
      border-bottom: 1px solid #000;
      border-radius: 4px; }
      #eu_cookie .cookie-content a.cookie-button:hover {
        text-decoration: none;
        background-color: #fff; }

/* MOBILE                                                                                        MOBILE */
/* ---------------------------------------------------------------------------------------------------- */
/* GALLERY                                                                                      GALLERY */
/* ---------------------------------------------------------------------------------------------------- */
/* LIGHTBOX                                                                                    LIGHTBOX */
/* ---------------------------------------------------------------------------------------------------- */
/* GENERAL BUTTONS */
/* --------------- */
.pswp__button {
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  float: right;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.75 0.3s ease-out;
  -moz-transition: 0.75 0.3s ease-out;
  -ms-transition: 0.75 0.3s ease-out;
  -o-transition: 0.75 0.3s ease-out;
  transition: 0.75 0.3s ease-out; }
  .pswp__button:focus, .pswp__button:hover, .pswp__button:active {
    border: none;
    outline: none;
    opacity: 1;
    filter: alpha(opacity=100); }
  .pswp__button:active {
    border: none;
    outline: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* CLOSE BUTTON */
/* ------------ */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
  filter: alpha(opacity=100); }

.pswp__button--close:before {
  position: relative;
  top: 3px;
  font-family: 'Ionicons';
  font-size: 41px;
  content: "\f404";
  color: #fff; }

/* FULL SCREEN BUTTON */
/* ------------------ */
.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--fs:before {
  position: relative;
  top: 0px;
  font-family: 'Ionicons';
  font-size: 25px;
  content: "\f386";
  color: #fff; }

.pswp--fs .pswp__button--fs:before {
  content: "\f37d"; }

/* ZOOM BUTTON */
/* ----------- */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp__button--zoom:before {
  position: relative;
  top: 0px;
  font-family: 'Ionicons';
  font-size: 25px;
  content: "\f2f5";
  color: #fff; }

/* ARROW BUTTONS */
/* ------------- */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }
  .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    font-family: 'Ionicons';
    font-size: 41px;
    color: #fff;
    top: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 60px;
    width: 60px;
    position: absolute; }

.pswp__button--arrow--left {
  left: 0; }
  .pswp__button--arrow--left:before {
    left: 6px;
    content: "\f2ca"; }

.pswp__button--arrow--right {
  right: 0; }
  .pswp__button--arrow--right:before {
    right: 6px;
    content: "\f30f"; }

/* INDEX INDICATOR */
/* --------------- */
.pswp__counter {
  position: absolute;
  left: 7px;
  top: 0;
  height: 44px;
  font-size: 18px;
  font-weight: normal;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px; }

/* SHARE MODAL */
/* ----------- */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #fff; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #fff; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/* CAPTION */
/* ------- */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 18px;
  padding: 12px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

.pswp__caption--fake {
  visibility: hidden; }

/*
	5. Loading indicator (preloader)
	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */ }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*

	6. Additional styles
 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* FILTER                                                                                        FILTER */
/* ---------------------------------------------------------------------------------------------------- */
.applied-filters {
  margin-top: 15px;
  margin-bottom: -14px;
  padding: 10px 15px;
  background-color: #eee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; }

.filters {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 0;
  background-color: #eee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; }
  .filters h3 {
    margin: 0; }
    .filters h3 a {
      display: block;
      padding: 10px 15px;
      color: #212121;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .filters h3 a i {
        display: inline-block;
        font-size: 14px;
        position: relative;
        margin-left: 15px;
        top: -5px;
        behavior: url(-ms-transform.htc);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .filters h3 a:hover {
        text-decoration: none;
        color: #212121;
        background-color: rgba(0, 158, 73, 0.3); }
      .filters h3 a:focus {
        text-decoration: none; }
      .filters h3 a:active {
        text-decoration: none;
        color: #212121; }
      .filters h3 a.collapsed i {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .filters #collapseFilters {
    padding: 0 15px 10px 15px; }
    .filters #collapseFilters .title:first-child {
      margin-top: 0;
      border-top: none; }
  .filters .title h4 {
    margin-top: 0; }
  .filters .filter-tags, .filters .filter-services, .filters .filter-regions {
    margin-top: 5px; }
    .filters .filter-tags .checkbox, .filters .filter-tags .radio, .filters .filter-services .checkbox, .filters .filter-services .radio, .filters .filter-regions .checkbox, .filters .filter-regions .radio {
      display: inline-block;
      width: 19%;
      min-width: 180px;
      margin-top: 5px; }
  .filters .filter-locations {
    margin-top: 5px; }
    .filters .filter-locations .checkbox, .filters .filter-locations .radio {
      display: inline-block;
      width: 32%;
      min-width: 250px;
      margin-top: 5px; }

.filter-info {
  background-color: #eee;
  padding: 10px 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; }
  .filter-info h3 {
    margin-top: 0; }
  .filter-info p {
    margin: 5px 0 0 0; }

/* SEARCH                                                                                        SEARCH */
/* ---------------------------------------------------------------------------------------------------- */
/* SEARCH RESULTS                                                                        SEARCH RESULTS */
/* ---------------------------------------------------------------------------------------------------- */
hr.result-separator {
  margin-top: 5px; }

.search-result h2 {
  margin-top: 5px; }

/* NEWS                                                                                            NEWS */
/* ---------------------------------------------------------------------------------------------------- */
.news-listing {
  margin-top: 30px;
  height: 470px;
  overflow: hidden; }
  .news-listing h3 {
    margin-top: 8px; }
  .news-listing .short-text {
    margin-top: 8px; }
  .news-listing .action-button {
    margin-top: 13px; }
  .news-listing .card-date {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #808080;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb; }
  .news-listing .card-footer {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #bbb; }

@media only screen and (max-width: 767px) {
  .news-listing {
    margin-bottom: 70px; } }

/* FEATURED LOCATION CARD                                                        FEATURED LOCATION CARD */
/* ---------------------------------------------------------------------------------------------------- */
.featured-location-card {
  display: block;
  position: relative;
  max-width: 36rem; }
  .featured-location-card .featured-card-image {
    display: block;
    margin-bottom: 9rem; }
    .featured-location-card .featured-card-image.circuit-image {
      margin-bottom: 5.5rem; }
    .featured-location-card .featured-card-image .featured-location-card-days {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 90px;
      height: 90px;
      padding-top: 7px;
      background-color: #fcd116;
      font-family: "Amatic SC", cursive;
      font-weight: 900;
      font-size: 35px;
      line-height: 1;
      text-align: center;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-clip: padding-box; }
      .featured-location-card .featured-card-image .featured-location-card-days .days {
        display: block; }
  .featured-location-card .featured-card-content {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff; }
    .featured-location-card .featured-card-content .featured-location-card-price {
      display: block;
      position: absolute;
      top: -8rem;
      left: 18px;
      padding: 8px 9px;
      line-height: 1;
      color: #fcd116;
      background-color: #333;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box; }
      .featured-location-card .featured-card-content .featured-location-card-price .from {
        position: relative;
        display: block;
        margin-bottom: 3px; }
      .featured-location-card .featured-card-content .featured-location-card-price .euro-price {
        font-family: "Amatic SC", cursive;
        font-weight: 900;
        font-size: 32px; }
        .featured-location-card .featured-card-content .featured-location-card-price .euro-price .euro-decimals {
          font-size: 25px; }
        .featured-location-card .featured-card-content .featured-location-card-price .euro-price .euro-symbol {
          font-size: 25px;
          padding-right: 6px; }
    .featured-location-card .featured-card-content .featured-location-card-stars {
      display: block;
      position: absolute;
      top: -5rem;
      left: 18px;
      padding: 3px 9px;
      font-size: 22px;
      background-color: #333;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box; }
      .featured-location-card .featured-card-content .featured-location-card-stars i {
        position: relative;
        top: -1px;
        margin: 0 2px;
        color: #fcd116; }
    .featured-location-card .featured-card-content h3 {
      padding: 1.1rem 1.8rem; }
    .featured-location-card .featured-card-content .featured-card-region {
      display: block;
      padding: 0.3rem 1.8rem 0.5rem;
      color: rgba(33, 33, 33, 0.7);
      border-top: 1px solid rgba(33, 33, 33, 0.1); }
      .featured-location-card .featured-card-content .featured-card-region .region-dates {
        font-weight: bold; }
        .featured-location-card .featured-card-content .featured-card-region .region-dates i {
          position: relative;
          top: 2px;
          margin: 0 5px;
          font-size: 18px;
          font-weight: normal;
          line-height: 0; }

.circuits_home {
  margin-top: 0px; }
  .circuits_home .circuits-title {
    color: #fcd116 !important;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(37, 69, 49, 0.6); }
  .circuits_home .container .row h3 {
    font-family: "Amatic SC", cursive;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px; }
  .circuits_home .btn.btn-primary, .circuits_home .btn:not(.btn-raised).btn-primary, .circuits_home .input-group-btn .btn:not(.btn-raised).btn-primary {
    background-color: #fcd116;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 40px; }

/*@import "scss/header";
@import "scss/articles";
@import "scss/featured";
@import "scss/sections";
@import "scss/sidebar";
@import "scss/newsletter";
*/
/* PAGES                                                                                          PAGES */
/* ---------------------------------------------------------------------------------------------------- */
/* HOME                                                                                            HOME */
/* ---------------------------------------------------------------------------------------------------- */
/* ANIMATION                                                                                  ANIMATION */
/* ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
  .home-logo {
    top: 2% !important; }
  .home-sentence {
    top: 33% !important; } }

/* ICONS                                                                                          ICONS */
/* ---------------------------------------------------------------------------------------------------- */
.home-icon {
  display: inline-block;
  max-width: 170px;
  margin: 30px 30px;
  cursor: pointer; }
  .home-icon h3 {
    margin-top: 8px;
    font-size: 35px; }

/* FEATURED POST                                                                          FEATURED POST */
/* ---------------------------------------------------------------------------------------------------- */
.featured-post {
  padding-bottom: 50px;
  color: #fff;
  background-color: #009e49; }
  .featured-post h2.featured-title {
    margin: 0 0 50px 0;
    padding: 18px 0;
    background-color: rgba(0, 0, 0, 0.15);
    clear: both; }
  .featured-post h3 {
    margin-top: -4px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 480px) {
      .featured-post h3 {
        margin-top: 15px; } }
  .featured-post .feature-button {
    margin-top: 10px; }

.circuit-days-circle {
  float: left;
  width: 12rem;
  height: 12rem;
  padding-top: 1.7rem;
  margin-right: 3rem;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  color: #000;
  background-color: #fcd116;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; }

.circuit-days {
  margin-top: 1rem; }
  .circuit-days .circuit-day {
    margin-top: 3rem; }
    .circuit-days .circuit-day h2 {
      margin-top: 0;
      font-size: 3rem; }
    .circuit-days .circuit-day p {
      margin-top: 1rem;
      line-height: 1.4; }
    .circuit-days .circuit-day ul {
      margin-top: 10px;
      padding-left: 20px; }
      .circuit-days .circuit-day ul li {
        margin-top: 10px;
        line-height: 1.4; }

.map .row h2 {
  margin-left: 2rem; }

.map .row .btn, .map .row .btn-info {
  color: #009e49;
  margin-left: 2rem;
  background-color: rgba(0, 158, 73, 0.4); }

.circuit-form {
  margin-top: 4rem;
  padding: 2rem 2.5rem;
  background-color: rgba(0, 158, 73, 0.4); }
  .circuit-form h2 {
    margin-top: 0; }
  .circuit-form form {
    margin-top: 0 !important; }
    .circuit-form form .form-control {
      padding-right: 1rem;
      padding-left: 1rem;
      background-color: #fff; }
  .circuit-form .InputfieldForm .Inputfield:not(fieldset) {
    padding: 0 1.5rem; }
    .circuit-form .InputfieldForm .Inputfield:not(fieldset) .control-label {
      color: #212121; }
  .circuit-form .price {
    display: block; }
    .circuit-form .price .price-tag {
      display: inline-block;
      margin-top: 20px;
      padding: 8px 20px;
      color: #fcd116;
      background-color: #232323;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box; }
      .circuit-form .price .price-tag .euro-price {
        display: inline-block;
        margin-top: 5px;
        font-family: "Amatic SC", cursive;
        font-weight: 900;
        font-size: 35px; }
        .circuit-form .price .price-tag .euro-price .euro-decimals {
          font-family: "Amatic SC", cursive;
          font-weight: 900;
          font-size: 25px; }
        .circuit-form .price .price-tag .euro-price .euro-symbol {
          font-family: "Amatic SC", cursive;
          font-weight: 900;
          font-size: 25px;
          padding-right: 3px; }

@media only screen and (max-width: 992px) {
  .row .col-md-9 p {
    margin-top: 10rem; } }

@media (max-width: 480px) {
  .circuit-days {
    text-align: center; }
    .circuit-days .circuit-day {
      margin: 4rem auto 0;
      max-width: 320px; }
      .circuit-days .circuit-day > div > img {
        margin: auto; }
      .circuit-days .circuit-day .day-content {
        text-align: left; }
        .circuit-days .circuit-day .day-content h2 {
          margin-top: 1rem; } }
