@charset "UTF-8";

/*------------------------------------------------------------------------
/* 1.	Base
-------------------------------*/
body {
  position: relative;
  
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

#page-wrap {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#page-wrap:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#page-wrap.active:before {
  opacity: 1;
  visibility: visible;
}

.container {
  position: relative;
}

/* Selection color */
::selection {
  background-color: #00bed5;
  color: #fff;
}

::-moz-selection {
  background-color: #00bed5;
  color: #fff;
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none !important;
  text-decoration: none;
}

.sbig {
  font-size: 50px;
  color: #1c1c1c;
  line-height: 1.3em;
  letter-spacing: 0;
}

.sbig a {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: #1c1c1c;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.h1, h1 {
  font-size: 36px;
  line-height: 1.3em;
}

.h1 a, h1 a {
  color: inherit;
}

.h2, h2 {
  font-size: 30px;
  line-height: 1.3em;
}

.h2 a, h2 a {
  color: inherit;
}

.h3, h3 {
  font-size: 26px;
  line-height: 1.4em;
}

.h3 a, h3 a {
  color: inherit;
}

.h4, h4 {
  font-size: 22px;
  line-height: 1.4em;
}

.h4 a, h4 a {
  color: inherit;
}

.h5, h5 {
  font-size: 24px;
  line-height: 1.3em;
}

.h5 a, h5 a {
  color: inherit;
}

.h6, h6 {
  font-size: 18px;
  line-height: 1.4em;
}

.h6 a, h6 a {
  color: inherit;
}

h1.line:before {
  content: "";
  position: absolute;
  top: 30px;
  right: calc(100% + 15px);
  width: 10%;
  height: 1px;
  background-color: #1c1c1c;
}

p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #212121;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #00bed5;
}

code, kbd, pre, samp {
  
  font-size: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

b, strong {font-weight: 700;}
code {
  background-color: #eee;
}

abbr {
  background-color: #00bed5;
  color: #111;
  border-width: 2px;
}

mark, .mark {
  color: #fff;
  background-color: #00bed5;
}

dfn {
  border-bottom: 1px dashed;
}


pre {
  line-height: 1.8em;
  padding: 15px;
  border: 1px solid #E4E4E4;
}

span.dropcap {
  display: block;
  float: left;
  font-size: 44px;
  line-height: 34px;
  margin: 6px 8px 0 0;
  color: #666;
}

h2.section-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;

}

h4.section-title {
    font-size: 40px;
    font-weight: 700;
    font-family: lemongrass-script, sans-serif;
    margin: 80px 0 20px 0;
}

h2.section-title.white {
  color: #fff;
}

h3.section-desc {
  font-size: 18px;
  margin-top: -30px;
  margin-bottom: 60px;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

input, textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

textarea {
  border: 0;
  background-color: #eee;
  resize: none;
  padding: 15px;
  height: 100px;
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #898989;
  font-weight: 400;
}

input:-moz-placeholder {
  color: #898989;
  font-weight: 400;
}

input::-moz-placeholder {
  color: #898989;
  font-weight: 400;
}

input:-ms-input-placeholder {
  color: #898989;
  font-weight: 400;
}

textarea::-webkit-input-placeholder {
  color: #898989;
  font-weight: 400;
}

textarea:-moz-placeholder {
  color: #898989;
  font-weight: 400;
}

textarea::-moz-placeholder {
  color: #898989;
  font-weight: 400;
}

textarea:-ms-input-placeholder {
  color: #898989;
  font-weight: 400;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
}

/* -- form fields --*/


.default-form input, .default-form textarea {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
    color: inherit;
    padding: 10px 20px;
    border: 0;
    font-size: 14px;
    margin-bottom: 10px;
    outline: none;
}

.checkboxes input {
    width: 20px;
    margin: 0;
    height: 15px;
}
.checkboxes label {font-size: 12px; line-height: 1.3; font-weight: 400;}

.default-form input::-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

.default-form input:-ms-input-placeholder {
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
}

.default-form form input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
}



ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol li, ul li {
  font-size: 12px;
  line-height: 1.8em;
}

table {
  margin: 1px;
  text-align: left;
}

th {
  border-bottom: 1px solid #333;
  font-weight: 700;
}

td {
  border-bottom: 1px solid #333;
}

th, td {
  padding: 4px 10px 4px 0;
}

caption {
  background: #fff;
  margin-bottom: 2em;
  text-align: left;
}

thead {
  display: table-header-group;
}

tr {
  page-break-inside: avoid;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

iframe {
  border: 0;
  max-width: 100%;
  width: 100%;
}

.section,
section {
  position: relative;
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 55px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 9;
}

.section.spotlight-section, .section.plan-your-trip-section {padding-top: 80px; padding-bottom: 80px;}

.bd-t {
  border-top: 1px solid #e2e2e2;
}

.bd-b {
  border-bottom: 1px solid #e2e2e2;
}

.bd-l {
  border-left: 1px solid #e2e2e2;
}

.bd-r {
  border-right: 1px solid #e2e2e2;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}



/* 2.	cheatsheet
-------------------------------*/
html .bg-parallax {
  /*background-attachment: fixed !important;*/
}

html .bg-static {
  position: relative;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-color: #00bed5;
}

.bg-overlay-light:before {
  background-color: #fff;
}

.bg-overlay-dark:before {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-turquoise {
  background-color: #00bed5;
}

.bg-grey {
  background-color: #f2f2f2;
}

.bg-primary {
  background-color: #00bed5;
}

.bg-transparent {
  background-color: transparent !important;
}

[class*="bg-overlay-"] {
  position: relative;
}

[class*="bg-overlay-"]:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .6;
}

/* Display */
.tb {
  display: table !important;
}

.tb-row {
  display: table-row !important;
}

.tb-cell-middle {
  display: table-cell !important;
  vertical-align: middle;
}

.tb-cell-top {
  display: table-cell !important;
  vertical-align: top;
}

.tb-cell-bottom {
  display: table-cell !important;
  vertical-align: bottom;
}

.bl {
  display: block !important;
}

.il {
  display: inline !important;
}

.il-bl {
  display: inline-block !important;
}

.dn {
  display: none !important;
}

/* Float */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

/* Overflow */
.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-scroll-x {
  overflow-x: scroll;
}

.overflow-scroll-y {
  overflow-y: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-auto-x {
  overflow-x: auto;
}

.overflow-auto-y {
  overflow-y: auto;
}

/* Position */
.pos-a {
  position: absolute !important;
}

.pos-r {
  position: relative !important;
}

.pos-f {
  position: fixed !important;
}

.pos-s {
  position: static !important;
}

/* Font style */
.fsi {
  font-style: italic !important;
}

.fsn {
  font-style: normal !important;
}

/* Font weight */
.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

/* Padding top */
.pt-0 {
  padding-top: 0 !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pt-20 {
  padding-top: 200px !important;
}

/* Padding right */
.pr-0 {
  padding-right: 0 !important;
}

/* Padding bottom */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.pb-20 {
  padding-bottom: 200px !important;
}

/* Padding left */
.pl-0 {
  padding-left: 0 !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

/* Margin top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mt-12 {
  margin-top: 120px !important;
}

.mt-16 {
  margin-top: 160px !important;
}

/* Margin right */
/* Margin bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

/* Margin left */
.mtn-10 {
  margin-top: -100px !important;
}

.mtn-11 {
  margin-top: -110px !important;
}

.mtn-12 {
  margin-top: -120px !important;
}

.z-100 {
  z-index: 100;
}



.fixedTop {
  position: fixed;
  width: 100px;
  right: 3%;
  bottom: 50px;
  
  text-align: center;
  z-index: 999;
  display: none;
}

.fixedTop a {
  position: relative;
  color: #1c1c1c;
}

.fixedTop a span.icon-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fixedTop a span.icon-arrow .inner {
  width: 25px;
  height: 1px;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 50%;
  position: absolute;
  background-color: #1c1c1c;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.fixedTop a span.icon-arrow .inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  right: 0;
  top: 0;
  border-right: 1px solid #1c1c1c;
  border-top: 1px solid #1c1c1c;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fixedTop a:hover span.icon-arrow {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.fixedTop.fixedTop-light a {
  color: #fff;
}

.fixedTop.fixedTop-light a span.icon-arrow .inner {
  background-color: #fff;
}

.fixedTop.fixedTop-light a span.icon-arrow .inner:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

/*breadcrumb*/

.breadcrumb {background: transparent; padding: 0;}
.breadcrumb li a {color: #fff;
	font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;}


nav.pager {
  position: relative;
  margin: 0;
}

nav.pager ul.pagination {
  position: relative;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

nav.pager ul.pagination li {
  display: inline-block;
  margin: 0 4px;
}

nav.pager ul.pagination li .page-numbers {
  color: #000;
  border: 0;
  padding: 10px 16px;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

nav.pager ul.pagination li .page-numbers.current,
nav.pager ul.pagination li .page-numbers:hover {
  background-color: #00bed5;
  color: #fff;
}

nav.pager ul.pagination li .page-numbers span {
  float: none;
}

nav.pager ul.pagination li:first-child {
  margin-left: 0;
}

nav.pager ul.pagination li:last-child {
  margin-right: 0;
}

.modal .modal-dialog {
  max-width: 570px;
  height: auto;
  margin: 100px auto;
}


ul.social-list li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
  list-style: none;
  text-decoration: none;
  position: relative;
  width: 33px;
  height: 28px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.social-list li a {
  color: #fff;
  display: block;
  font-size: 28px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul.social-list li a i.back {
  color: #333;
}

ul.social-list li:hover a {
  -webkit-transform: translateY(-28px);
  -moz-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  -o-transform: translateY(-28px);
  transform: translateY(-28px);
}

ul.social-list li:first-child {
  margin-left: 0;
}

ul.social-list li:last-child {
  margin-right: 0;
}

.widget {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.widget img {
  width: 100%;
}

.widget .widget-header {
  padding: 0;
  border-bottom: 0px;
  margin-bottom: 30px;
}

.widget .widget-header h2.widget-title {
  color: #333;
  font-size: 22px;
  position: relative;
  text-align: left;
  line-height: 1.1em;
  margin-top: 0;
}

.widget .widget-header p.caption {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1em;
  display: block;
}

.widget .widget-content {
  position: relative;
  padding: 0;
}

.widget .widget-content .group {
  position: relative;
  margin-bottom: 20px;
}

.widget .widget-content .group h3 {
  
  color: #000;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.widget .widget-content .group h3 i {
  margin-right: 10px;
}

.widget .widget-content .group h4 {
  
  color: #6d6d6d;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.8em;
}

.widget .widget-content .group a {
  color: #00bed5;
  font-size: 13px;
}

.widget .widget-content .group a i {
  margin-right: 10px;
}

.widget .widget-content .group a:hover {
  text-decoration: underline;
}

.widget .widget-content .group:last-child {
  margin-bottom: 0;
}

.widget h6 {
  color: #222;
  font-weight: 700;
  font-size: 9px;
  margin-bottom:15px;
  margin-top: 8px;
  letter-spacing: 2px;
}

.widget.white {
  background-color: #fff;
}

.widget.white .widget-header {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}

.widget.white .widget-header h2.widget-title {
  font-size: 20px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.widget.white .widget-header p.caption {
  text-align: center;
  margin: 10px 0;
}

.widget.white .widget-content {
  padding: 20px;
}

.widget.white .widget-footer {
  padding: 20px;
}





.widget_subscribe.white .widget-header {
  border-bottom: 0;
  margin-bottom: 0;
}

.widget_subscribe.white .widget-header h2.widget-title {
  font-size: 18px;
}

.widget_subscribe.white .widget-content {
  padding-top: 0;
}

.widget_subscribe.white .widget-content form .custom input[type="email"] {
  background-color: #f9f9f9;
}

.widget_subscribe .widget-content form .custom {
  width: 100%;
  margin-bottom: 5px;
}

.widget_subscribe .widget-content form .custom input[type="email"] {
  
  width: 100%;
  height: 40px;
  border: 0;
  background-color: #fff;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 12px;
  font-style: italic;
  color: #898989;
}

.widget_subscribe .widget-content form .custom .btn-subscribe {
  background-color: #000;
  color: #fff;
  position: relative;
  width: 100%;
  padding: 10px 0;
  border: 0;
  text-transform: uppercase;
  font-size: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.widget_subscribe .widget-content form .custom .btn-subscribe:hover {
  background-color: #00bed5;
}

.widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow {
  background-color: #fff;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow:before, .widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow:after {
  background-color: #fff;
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  right: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.widget_social .widget-header {
  padding-top: 0;
}

.widget_social .widget-content ul.social-list li a {
  color: #000;
}


.widget_contact .widget-content h3 {font-size: 16px; text-transform: uppercase;}
.widget_contact .widget-content h5 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1em;
  font-weight: 300;
  margin-top: 0;
}

.widget_contact .widget-content .logo {
  margin-bottom: 30px;
}

.widget_contact .widget-content .logo a {
  display: block;
}

.widget_contact .widget-content .logo a img {
  width: auto;
}

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

.widget_contact.center .widget-header h2.widget-title {
  text-align: center;
}

.widget_contact.center .widget-content .logo a img {
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .widget_contact.center {
    text-align: left;
  }
  .widget_contact.center .widget-header h2.widget-title {
    text-align: left;
  }
  .widget_contact.center .widget-content .logo a img {
    margin: 0;
  }
}

.widget_pages .widget-content {
  min-height: 140px;
}

.widget_pages .widget-content ul {
  position: relative;
}

.widget_pages .widget-content ul li {
  line-height: 30px;
  font-size: 16px;
}

.widget_pages .widget-content ul li a {
  color: #333;
}

.widget_pages .widget-content ul li a:hover {
  color: #00bed5;
}

.widget_pages .widget-footer h2 {
  color: #00bed5;
  font-size: 22px;
  
}

.widget_pages .widget-footer h2 span {
  font-size: 16px;
}

.widget_pages .widget-footer h6 {
  margin-bottom: 0;
}




/* map */


.gmnoprint img {
		max-width: none;
		max-height: none; 
}
.gmnoprint{
		display: block !important
	}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
	display: block !important;
}
.gm-tilt {
	display: none;
}
.gm-iv-address{
	height: 56px;
}
.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline;}
	
	
	
.map-header {position: relative;}
.map-header a {position: absolute; right: 0px; top: 0;}


.google-map, .google-map-detail {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
}
.google-map.subpage-map {height: 100vh}

.google-map h2, .google-map-detail h2 {
  font-style: italic;
  text-align: center;
}

.google-map p, .google-map-detail p {
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  text-align: left;
}

.gm-style #bodyContent img {width: 120px; float: left; height: auto; margin: 0 15px 15px 0;}
.gm-style #bodyContent p {font-size: 14px; margin-bottom: 20px;}
.gm-style #bodyContent a {font-weight: 600; text-transform: uppercase; color: #fff; font-size: 12px; padding: 4px 10px; border: 0; display: inline-block; background: #00bed5; margin-right: 5px;}
.gm-style #bodyContent a.hidelink {display: none;}
.gm-style #firstHeading {font-size: 18px;  margin: 4px 0 10px 0; font-family: proxima-nova, sans-serif; font-weight: 600;}
.gm-style .gm-style-iw-t::after {display: none;}
.gm-style .gm-style-iw-c {box-shadow: none; padding: 15px; max-width: 400px !important;}
.gm-style .gm-ui-hover-effect {top: -2px !important; right: -2px !important; font-size: 12px;}
.gm-style .gm-ui-hover-effect img {width: 16px !important; height: 16px !important;}


#map {
  height: 100%;
}

.google-map-detail {
  height: 385px;
  margin-bottom: 30px;
}

.gmnoprint {
  display: none;
}

.gm-style-iw {
  top: 25px !important;
  left: 25px !important;
}

#map-infobox .bodyContent {
  position: relative;
  background-color: #1c1c1c;
  text-align: center;
  padding: 30px 20px;
}

#map-infobox .bodyContent h2 {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  margin-top: 0;
}

#map-infobox .bodyContent p {
  color: #898989;
  font-size: 12px;
}

#map-infobox .bodyContent:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  background-color: #1c1c1c;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hidden {
  opacity: 0;
}






/* CUSTOM MAGNIFIC POPUP
*******************/
.mfp-bottom-bar {
  margin-top: -80px;
  padding-left: 36px;
}

.mfp-bottom-bar .mfp-title {
  
  padding-right: 55px;
  font-size: 20px;
  position: absolute;
  z-index: 1;
}

.mfp-counter {
  
  font-style: italic;
  right: 36px;
  font-size: 14px;
  z-index: 1;
}

.mfp-figure:after {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  box-shadow: none;
  top: auto;
  height: 40%;
  z-index: 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0;
  text-align: center;
  padding-right: 0;
  top: 40px;
  width: 44px;
  font-weight: 500;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  cursor: pointer;
}

/*
====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 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;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-ready button.mfp-arrow {
  opacity: 1;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in.mfp-removing button.mfp-arrow {
  opacity: 0;
}

button.mfp-arrow {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: -56px center;
  margin-top: 0;
  width: 28px;
  height: 22px;
  opacity: .8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button.mfp-arrow:hover {
  opacity: 1;
}

button.mfp-arrow:active {
  margin-top: 0;
}

button.mfp-arrow.mfp-arrow-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 20px;
}

@media screen and (max-width: 900px) {
  button.mfp-arrow.mfp-arrow-left {
    -webkit-transform: rotate(180deg) scale(0.75);
    -moz-transform: rotate(180deg) scale(0.75);
    -ms-transform: rotate(180deg) scale(0.75);
    -o-transform: rotate(180deg) scale(0.75);
    transform: rotate(180deg) scale(0.75);
    left: 40px;
  }
}

button.mfp-arrow.mfp-arrow-right {
  right: 20px;
}

button.mfp-arrow:before,
button.mfp-arrow:after {
  margin-top: -11px;
  margin-left: 0;
  border: 0;
}

/* accordion */

.collapse p,
.collapsing p {
  padding: 20px;
}

.acc {
  
  font-size: 14px;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 10px;
}

.acc:active,
.acc.active {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.acc-style-1 .acc {
  color: #fff;
  background-color: #1c1c1c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.acc-style-1 .acc[aria-expanded="true"]:after {
  content: '\f068';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
}

.acc-style-1 .acc[aria-expanded="false"]:after {
  content: '\f067';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
}

.acc-style-1.white p {
  color: #212121;
}

.acc-style-1.white .acc {
  background-color: #fff;
  color: #1c1c1c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.acc-style-1.white .acc[aria-expanded="true"]:after {
  content: '\f068';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #1c1c1c;
}

.acc-style-1.white .acc[aria-expanded="false"]:after {
  content: '\f067';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #1c1c1c;
}

.acc-style-2 .acc {
  color: #fff;
  background-color: #1c1c1c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.acc-style-2 .acc[aria-expanded="true"]:after {
  content: '\f0d8';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
}

.acc-style-2 .acc[aria-expanded="false"]:after {
  content: '\f0d7';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
}

.acc-style-2.white p {
  color: #212121;
}

.acc-style-2.white button.acc,
.acc-style-2.white a.acc {
  color: #1c1c1c;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.acc-style-2.white button.acc[aria-expanded="true"]:after,
.acc-style-2.white a.acc[aria-expanded="true"]:after {
  content: '\f0d8';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #1c1c1c;
}

.acc-style-2.white button.acc[aria-expanded="false"]:after,
.acc-style-2.white a.acc[aria-expanded="false"]:after {
  content: '\f0d7';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #1c1c1c;
}

/* buttons */

.btn {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 25px;
  border: 0;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-sm {padding: 6px 12px;}

.btn:hover,
.btn:active {
  text-decoration: none !important;
  box-shadow: 0 0 0;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn.btn-default, a.btn.btn-default {
  background-color: #00bed5;
  color: #fff !important;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.active {
  background-color: #1b1b1b;
  color: #fff;
}

.btn.btn-classic {
  color: #00bed5;
  text-transform: none;
  font-weight: 700;
  font-size: 12px;
  position: relative;
  border: 1px solid #00bed5;
  padding: 10px 25px;
  text-transform: uppercase;
}

.btn.btn-classic:hover span {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.btn.btn-classic.black {
  color: #1c1c1c;
  border-color: #1c1c1c;
}

.btn.btn-classic.black span.icon-btn-arrow .inner {
  background-color: #1c1c1c;
}

.btn.btn-classic.black span.icon-btn-arrow .inner:after {
  border-color: #1c1c1c #1c1c1c transparent transparent;
}

span.icon-btn-arrow.white .inner {
  background-color: #fff;
}

span.icon-btn-arrow.white .inner:after {
  border-color: #fff #fff transparent transparent;
}

span.icon-btn-arrow.black .inner {
  background-color: #1c1c1c;
}

span.icon-btn-arrow.black .inner:after {
  border-color: #1c1c1c #1c1c1c transparent transparent;
}

.select2-dropdown {
  border: 0;
  z-index: 1000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

span.select2-selection {
  outline: none;
}

span.select2-selection:hover,
span.select2-selection:focus {
  outline: none;
  text-decoration: none;
}

/* Select2 Jquery Compile for TOP HEADER */
select.top-select + .select2 {
  width: 100% !important;
}

select.top-select + .select2 .select2-selection--single {
  background-color: #f2f2f2;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select.top-select + .select2 .select2-selection--single .select2-selection__rendered {
  color: #6d6d6d;
  font-size: 12px;
}





















/* 4.	Layout
-------------------------------*/
.header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .top-header {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #f2f2f2;
  color: #6d6d6d;
}

.header .top-header .top-contacts {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 30px;
  margin-right: 20px;
}

.header .top-header .top-contacts i {
  margin-right: 10px;
}

.header .top-header .top-lang {
  float: right;
  height: 30px;
}

.header .top-header .top-lang ul.nav {
  display: inline-block;
  margin: 0;
  line-height: 29px;
}

.header .top-header .top-lang ul.nav li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.header .top-header .top-lang ul.nav li.top-nav-custom {
  position: relative;
  margin-bottom: 0;
}

.header .main-header {
  background-color: #fff;
  position: relative;
  width: 100%;
  min-height: 70px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .main-header .logo {
  position: relative;
  float: left;
  height: 72px;
  padding: 10px 0;
  z-index: 999;
}

.header .main-header .logo img {max-height: 100%;}

.header .main-header .navigation {
  position: relative;
}

.header .main-header .navigation:after {
  content: '';
  display: table;
  clear: both;
}

.header .main-header .navigation ul.nav {
  float: right;
  margin-right: 15px;
}

.header .main-header .navigation ul.nav > li {
  position: relative;
  display: inline-block;
  margin: 0;
  border-bottom: 3px solid #fff;
  line-height: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .main-header .navigation ul.nav > li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #444;
  text-align: center;
  padding: 0 8px;
  top: 3px;
  line-height: 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lang-de .header .main-header .navigation ul.nav > li a {font-size: 13px; letter-spacing: 0; padding: 0 5px;}
.header .main-header .navigation ul.nav > li a svg {margin-left: 2px;}
.header .main-header .navigation ul.nav > li.park {background: #00bed5;}
.header .main-header .navigation ul.nav > li.park {border-bottom: 3px solid #00bed5;} 
.header .main-header .navigation ul.nav > li.park > a {color: #fff;} 
.header .main-header .navigation ul.nav > li.park.active a { color: #fff; }


.header .main-header .navigation ul.nav > li.lang-switch a {padding: 0 4px;}
.header .main-header .navigation ul.nav > li a span {
  margin-left: 5px;
  font-weight: 500;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .main-header .navigation ul.nav > li a:focus {
  background-color: transparent;
}

.header .main-header .navigation ul.nav > li ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 3px);
  left: calc(50% - 115px);
  min-width: 230px;
  padding: 0 0 5px;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 21;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .main-header .navigation ul.nav > li ul.sub-menu > li {
  display: block;
  border-bottom: 1px solid #fff;
  line-height: 1.4em;
  position: relative;
  padding: 0 25px;
}

.header .main-header .navigation ul.nav > li ul.sub-menu > li a {
  color: #222;
  display: block;
  padding: 17px 0 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
}

.header .main-header .navigation ul.nav > li ul.sub-menu > li a span {
  position: absolute;
  right: 25px;
}



.header .main-header .navigation ul.nav > li ul.sub-menu > li:last-child {
  border-bottom: 0px;
}

.header .main-header .navigation ul.nav > li ul.sub-menu > li:hover a {
  color: #00bed5;
}

.header .main-header .navigation ul.nav > li ul.sub-menu > li.menu-item-has-children ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 0;
}

.header .main-header .navigation ul.nav > li ul.sub-menu > li.menu-item-has-children ul.sub-menu > li a {
  color: #fff;
}

.header .main-header .navigation ul.nav > li ul.sub-menu > li.menu-item-has-children ul.sub-menu > li:hover > a {
  color: #00bed5;
}

.header .main-header .navigation ul.nav > li ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header .main-header .navigation ul.nav > li:hover, .header .main-header .navigation ul.nav > li.active {
  border-bottom: 3px solid #00bed5;
}
.header .main-header .navigation ul.nav > li.park:hover {
  border-bottom: 3px solid #fff;
}


.header .main-header .navigation ul.nav > li:hover a, .header .main-header .navigation ul.nav > li.active a  {
  color: #00bed5;
}

.header .main-header .navigation ul.nav > li.park:hover > a {background: #00bed5; color: #fff;} 

.header .main-header .navigation ul.nav > li:hover a:hover {
  background-color: transparent;
}
.header .main-header .navigation ul.nav > li.park:hover > a:hover {
  background-color: #00bed5;
}


.header .main-header .navigation ul.nav > li:hover a span {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header .main-header .navigation ul.nav > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.header.header-active .top-header {
  background-color: transparent;
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  transform: translateX(-270px);
}

.header.header-active .top-header .top-lang {
  display: none;
}

.header.header-active .main-header {
  border-color: transparent;
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  transform: translateX(-270px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Menu Mobile Button */
.mobile-nav-menu {
  position: absolute;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mobile-nav-menu span.icon {
  background-color: #000;
  position: absolute;
  display: block;
  font-size: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobile-nav-menu span.icon:before, .mobile-nav-menu span.icon:after {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobile-nav-menu span.icon:before {
  top: -6px;
}

.mobile-nav-menu span.icon:after {
  bottom: -6px;
}

.mobile-nav-menu.mobile-active span.icon {
  background-color: transparent;
}

.mobile-nav-menu.mobile-active span.icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav-menu.mobile-active span.icon:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overflow-hidden {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Menu mobile fixed */
.menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  overflow: hidden;
  background-color: #00bed5;
  z-index: 100000;
  -webkit-transform: translateX(270px);
  -moz-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-mobile:after {
  /*fixscroll overflow hidden android*/
  content: '';
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
}

.menu-mobile.fixSfr {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.menu-mobile.overflow-auto {
  overflow: auto;
}

.menu-mobile nav.navigation {
  margin: 0;
  padding: 30px 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.menu-mobile nav.navigation.text-right {
  text-align: left !important;
}

.menu-mobile nav.navigation .nav {
  margin: 0;
}

.menu-mobile nav.navigation .nav li {
  margin: 0;
  padding: 0;
}

.menu-mobile nav.navigation .nav li:before {
  display: none;
}

.menu-mobile nav.navigation .nav li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  padding: 12px 15px;
}

.menu-mobile nav.navigation .nav li a:hover {
  color: #222;
}

.menu-mobile nav.navigation .nav li:last-child {
  border: 0;
}

.menu-mobile nav.navigation .nav li span {
  color: #00bed5;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  display: block;
  font-size: 20px;
  width: 50px;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu > li a {
  position: relative;
  font-size: 12px;
  text-indent: 10px;
  padding: 10px 20px;
}

.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu > li a:before {
  content: '\f111';
  position: absolute;
  font-family: "FontAwesome";
  color: #fff;
  left: 5px;
  font-size: 0.4em;
}

.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu > li a > span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu > li a > span:before {
  padding-right: 10px;
}

.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu > li.menu-item-has-children > .sub-menu {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  padding-left: 10px;
}

.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu > li.menu-item-has-children.active > .sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.menu-mobile nav.navigation .nav li.menu-item-has-children.active > a {
  color: #222;
}

.menu-mobile nav.navigation .nav li.menu-item-has-children.active > a > span {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.menu-mobile nav.navigation .nav li.menu-item-has-children.active > .sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  margin-bottom: 20px;
}

.main-header-fixed {
  position: fixed !important;
  top: 0;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-header-fixed--unpin {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.main-header-fixed--pin {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.slotholder:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(51, 51, 51, 0.5);
}

.half-block {
  position: relative;
  max-width: 585px;
  min-height: 460px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.half-block.fr {
  padding-right: 80px;
}

.half-block.fl {
  padding-left: 80px;
}




/* -- Video header --*/

.full-video-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    height: 80vh;
    position: relative;
}


.full-video-bg-wrap {
	position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: black;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}

.full-video {
	margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.full-video {
	/* Make video to at least 100% wide and tall */
      min-width: 100%;
      min-height: 100%;
      /* Setting width & height to auto prevents the browser from stretching or squishing the video */
      width: auto;
      height: auto;
      /* Center the video */
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1;
}

.header-bg-content {
	display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 11;
}
.vert-align {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.vert-align .hero-wrap {
	max-width: 820px; margin: 0 auto;
	padding: 0 20px;
}

.section-overlay-dark {position: absolute; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.28);}
.hero-header {font-family: lemongrass-script, sans-serif; font-size: 80px; color: #fff; font-weight: 700; margin: 0 0 20px 0;}
.hero-content p {color: #fff; font-size: 18px;}
.hero-text a {margin-right: 10px;}
.hero-text a.btn.btn-classic {
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 25px;
    font-size: 14px;
}


.subheader {
	padding-top: 140px;
	padding-bottom: 40px;
}
.subheader:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
}

.subheader h1 {font-size: 80px; font-weight: 700;  letter-spacing: 1px; color: #fff; margin-bottom: 10px; line-height: 1; font-family: lemongrass-script, sans-serif;
}
.subheader h3 {font-size: 50px; font-weight: 700;  letter-spacing: 1px; color: #fff; margin-bottom: 10px; line-height: 1; font-family: lemongrass-script, sans-serif;
}

.subheader p {color: #fff; font-size: 18px;}

.subheader.frontheader {min-height: 450px;}
.subheader.places-to-stay, .subheader.exercises-listing {padding-top: 80px; padding-bottom: 20px;}

.drcta a {display: inline-block; background: #333; color: #fff; font-size: 20px; text-transform: uppercase; margin-top: 40%; float: right;}
.drcta a:hover {background: #00bed5;}
.drcta a img {float: left; width: 100px;}
.drcta a span {display: inline-block; padding: 20px;}



.latest-announcements {padding: 12px 0; background: #8dc63f; color: #fff;}
.announcement {padding: 10px 12px 10px 10px; margin: 10px 0px;}
.announcement h3 { margin: 0; display: inline-block; font-size: 1em; font-weight: 700; background: #00bed5; color: #fff; padding: 3px 8px 3px 7px; border-radius: 3px; margin-right: 5px; }
.announcement h3 i {}
.announcement p {display: inline; color: #fff; font-size: 1em; font-weight: 600; margin: 0;}



.krginfo-tabs .announcement p {color: #000;}

/*  ------- split section ------------ */

.section.split-section.front-parallax {padding: 0; margin: 0;}
.section.split-section .split-box h2 {line-height: 1.2;}
.section.split-section .split-box {height: 100%; position: relative; padding: 15%; min-height: 500px; background-size: cover;}
.section.split-section .split-box p {color: #fff; position: relative;}
.section.split-section .split-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.small-heading {
  position: relative;
  border-bottom:2px solid #00bed5;
  color: #fff;
  padding: 3px 0px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 3px;
}

.section.split-section .small-heading {margin-top: -15px;}

@media (min-width: 768px) {
  
  

  .row.table-row {display:flex;width:100%;margin:0 auto;}

  .row.table-row > [class*="col-"] {
    float:none;
    display:table-cell;
    vertical-align:top;
  }

}
  
/*  ------- spotlight ------------ */

.spotlight-section .section-title {font-family: lemongrass-script, sans-serif; color: #fff; font-size: 60px;}
.front-box {display: block; margin-bottom: 20px;}
.front-box .image {max-width: 60%; margin: 20px auto;}
.front-box img {border-radius: 50%; border: 2px dashed #fff; padding: 6px;}
.front-box h2, .front-box p {color: #fff;}
.front-box h2 {text-transform: uppercase; font-size: 18px; margin-bottom: 10px; font-weight: 600;}
.front-box:hover h2, .front-box:hover p {color: #222;}

.plan-your-trip-section .section-title {font-family: lemongrass-script, sans-serif; font-size: 60px;}
.plan-your-trip-section .front-box h2, .plan-your-trip-section .front-box p {color: #333;}
.plan-your-trip-section .front-box h2 {}
.plan-your-trip-section .front-box img {border-color: #00bed5;}
.plan-your-trip-section .front-box:hover h2, .plan-your-trip-section .front-box:hover p {color: #00bed5;}

.section.front-parallax {padding: 150px 0;}
.section.front-parallax .parallax-info {width: 50%;}
.section.front-parallax h2 {color: #fff; font-family: lemongrass-script, sans-serif; font-size: 60px; font-weight: 600; margin-bottom: 15px;}
.section.front-parallax p {color: #fff; font-size: 20px; font-weight: 500; line-height: 1.3; margin-bottom: 20px;}
.section.front-parallax:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
}
.section.front-parallax a.btn.btn-default {padding: 10px 15px;}

.link-banners {margin: 50px 0 20px;}
.link-banners .banner a {display: inline-block; margin-bottom: 20px;}
.link-banners .banner a:hover img {opacity: 0.8;}
/*  ------- clean ------------ */

.card {margin-bottom: 40px;}
.card.subpage-card {margin-bottom: 30px;}
.card-body {
    width: 100%;
    padding: 35px 30px 40px;
    float: none;
    min-height: 220px;
    background: #fff;
}

.card-body h2 {text-transform: uppercase; font-size: 20px; font-weight: 700;}
.card-body p {margin-bottom: 15px;}

.post-type-gallery img {float: left; width: 80px; margin-right: 10px;}

a.card-body.subpage-cards {display: block; background: #8dc63f; min-height: 120px;}
a.card-body.subpage-cards:hover {background: #00bed5;}
a.card-body.subpage-cards h2, a.card-body.subpage-cards button {color: #fff;}
a.card-body.subpage-cards h2 {min-height: 50px;}
a.card-body.subpage-cards button {border-color: #fff; background: transparent;}
/* -- section experiences --*/

.experiences-list {
	  background-color: #fff;
}

/* places to stay  */

.places-filter {margin-bottom: 20px;}
.places-filter ul li {display: inline-block;}
.places-filter ul li a {padding: 5px 15px; display: inline-block; background: #00bed5; color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 600; margin-right: 5px; border-radius: 2px; letter-spacing: 0.5px;}
.places-filter ul li a:hover, .places-filter ul li.active a {background: #8dc63f;}

.providers-list .places-filter ul li a {background: #8dc63f;}
.providers-list .places-filter ul li a:hover {background: #00bed5;}

.places-filter.faq-filter ul li {display: block; margin-bottom: 5px;}

.faq-anwsers-wrap {
  background: #fff;
  padding: 30px;
}

.faq-listing .section-title {
    font-family: lemongrass-script, sans-serif;
    font-size: 60px;
}
.faq-front .faq-anwsers-wrap {max-width: 800px; margin: 0 auto; background-color: #f2f2f2; padding-top: 0;}
.faq-front .card-body {background-color: #f2f2f2;}
/*=======  accordion   =======*/
.faq-listing .accordion .card {border: 0; margin-bottom: 10px;}
.faq-listing .accordion .card-body {min-height: 50px;}
.faq-listing .accordion .card-header {border-bottom: 1px solid #222; background-color: transparent; padding: 0;}
.faq-listing .accordion .card-header .btn-link {font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; color: #222; padding: 8px 0 0; text-align: left !important; width: 95%; text-decoration: none; white-space: normal;}
.faq-listing .accordion .card-body {padding: 1.25rem 0;}
.faq-listing .accordion .card-body p {margin: 0 0 15px 0; padding: 0;}

.faq-listing .accordion .card-header:before {
    font-family: "Font Awesome 5 Pro"; 
    content: "\f068";
    float: right; 
    margin-top: 15px;
}
.faq-listing .accordion .card-header.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}




.faq-listing .accordion .card-body a {
    color: #00bed5;
}
.faq-listing .accordion .card-body a:hover {
    text-decoration: underline;
}


.reservation-buttons {text-align: right;}
.reservation-buttons h5, .places-filter h5 {margin: 0 0 8px 0; font-size: 13px; font-weight: 600; text-transform: uppercase;}
.button-images a {width: 120px; display: inline-block;}
.button-images a:hover {opacity: 0.8;}
.button-images a img {border-radius: 3px;}
.places-list {
  position: relative;
}

.places-list .post {margin-bottom: 30px;}

.places-list .post .post-media {
  position: relative;
}

.places-list .post .post-body {
  background-color: #fff;
  position: relative;
  padding: 30px;
  min-height: 423px;
}

.places-list .post .post-body h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.places-list .post .post-body h2 sup {font-size: 15px; color: #ebc326; top: -10px;}
.places-list .post .post-body h2 i {margin-right: 2px;}
.places-list .post .post-body h4 {margin: -10px 0 10px 0; text-transform: uppercase; font-size: 14px; letter-spacing: 3px;}
.places-list .post .post-body .post-address {margin: -8px 0 10px 0;  font-size: 14px; letter-spacing: 1px;}
.places-list .post .post-body .post-content {
  font-size: 0.9em;
}

.places-list .post .post-body .post-content ul {
  position: relative;
  margin-bottom: 10px;
}

.places-list .post .post-body .post-content ul li {
  font-family: "Roboto", sans-serif !important;
  color: #898989;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  line-height: 30px;
}

.places-list .post .post-body .post-content ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #898989;
}

.places-list .post .post-body .post-footer {
  position: relative;
  bottom: 0;
}

.places-list .post .post-body .post-footer a.btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 50px;
}

.places-list .post:after {
  content: "";
  clear: both;
  display: table;
}


/* Events  */
.events-list {background: #fff;}
.event-single {position: relative;}

.event-info {background: #00bed5; display: inline-block; border-radius: 50%; text-align: center; width: 130px; height: 130px; padding: 28px 15px; font-size: 14px; line-height: 1.2; color: #fff; margin-top: 5px;}
.event-info.position-absolute {position: absolute; left: 50px; top: 30px; z-index: 2;}
.event-date {font-size: 28px; font-weight: 700; letter-spacing: -1px;}
.event-time {font-size: 16px; font-weight: 600; }
.event-place {margin-bottom: 10px; font-size: 13px;}

.post-event-excerpt h2 { font-family: lemongrass-script, sans-serif; font-size: 4rem;}
.post-event address {
  font-size: 18px;
  line-height: 1.22222;
}

.post-event h2 a, .post-event .h2 a {
  
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}


.post-event .btn {
  min-width: 72px;
}

.post-event .btn-outline-light {
  min-width: 109px;
}

.post-event .post-event-excerpt {
  overflow: hidden;
  width: 100%;
}

.event-view-info {border-top: 3px solid #3d4753;}
.event-side p {}
.event-info-time {font-size: 28px;}
.event-info-location {font-size: 16px;}


/* Even view  */
.event-view h1 {    font-family: lemongrass-script, sans-serif; font-size: 5rem; line-height: 1.2;}
.event-view .featured-text p {font-size: 2rem; }
@media screen and (max-width: 767px) {
  .event-info {position: absolute; top: 20px; left: 40px; z-index: 2;}
  
}
@media screen and (min-width: 767px) {
.event-single .imgHolder {padding-right: 30px;}
}


/* Info  */


.infomation {
  position: relative;
  margin-bottom: 20px;
}

.infomation ul {
  padding: 20px 0 0 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.infomation > ul > li {
  width: 45%;
  float: left;
  margin-bottom: 20px;
}

.infomation > ul > li:first-child {
  width: 25%;
}
.infomation > ul > li:last-child {
  width: 30%;
}

.infomation > ul > li.phonenumber {width: 150px !important;}
.infomation > ul > li.emailaddress {width: 240px !important;}
.infomation > ul > li.sociallinks {width: 180px !important;}

.infomation ul li h5 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 5px 0;
}

.infomation ul li h6 {
  font-size: 11px;
  color: #aaa;
  margin: 0;
}

.infomation ul:after {
  content: '';
  clear: both;
  display: table;
}


ul.share-links {
    display: inline-block;
    margin: 0 0 0 10px; 
    padding: 0;
    border: 0;
}


ul.share-links li {display: inline-block; list-style: none;}

ul.share-links li a {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    background-color: #00bed5;
    color: #fff;
    margin-bottom: 0px;
    border: 0;
}
ul.share-links li a span {display: none;}

/* exercises  */

ul.submenu {margin: 30px 0 20px 0;}
ul.submenu li a {padding: 4px 15px; display: inline-block; background: #00bed5; color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 600; margin-right: 10px; border-radius: 2px; letter-spacing: 0.5px; margin-bottom: 8px;}
ul.submenu li a:hover, ul.submenu li.active a {background: #8dc63f;}

.exercises-list {margin: 0 auto; max-width: 820px;}
.exercise-item .post-media img {border-radius: 50%; border: 5px solid #fff;}
.exercise-item h2 {font-size: 24px; margin: 0 0 10px 0;}

.calculate-intro {padding-right: 40px;}
.calculate-intro h2 {margin-bottom: 20px;}
.calculate-intro p {font-size: 18px;}
.calculate-intro p.intro {font-size: 22px;}
.calculate-item {margin-bottom: 80px;}
.calculate-item h4 {font-size: 22px; font-weight: 700; border-bottom: 1px solid #7ac90e;}
.calculate-item h4.walk {border-bottom: 1px solid #00bed5;}
.calculate-item .item {margin-bottom: 10px;}
.calculate-item .item input {width: 80px; border: 0; margin-left: 20px; background: #efefef;}
.calculate-item .item input[type="radio"] {width: 15px; margin-left: 20px;}
.calculate-item button {background: #00bed5; color: #fff; border: 0;}
.calculate-item .result {font-size: 22px; padding: 5px 0; border-top: 1px solid #efefef;}
.calculate-item .result p {font-size: 20px; font-weight: 700;}

.exercises-warmup {margin: 20px 0 40px;}
.exercises-warmup h3 {font-size: 30px; text-transform: uppercase; font-weight: 700;}
.exercises-warmup p {font-size: 18px;}
.exercises-list-intro .child {margin-bottom: 20px; display: block;}
.exercises-list-intro img {border-radius: 50%; border: 5px solid #fff; width: 100px; float: left; margin-right: 20px;}
.exercises-list-intro h2 {font-size: 20px; font-weight: 700; padding: 20px 0 0 0;}

.exercise-item .post-type-gallery img {display: none;}

.mapbg {height: 500px; background-image: url(../storage/image/201907/mapbg.jpg); background-position: cover; position: relative;}
.maplink {position: absolute; display: inline-block; top: 20%; right: 20%; background-color: #00bed5; color: #fff; padding: 15px; text-transform: uppercase; font-weight: 700;}
.maplink:hover {color: #fff; background: #333;}
/* top footer  */

.top-foot {
  color: #fff;
  position: relative;
}

.top-foot .widget {
  background-color: transparent;
}

.top-foot .widget:after {
  content: '';
  display: table;
  clear: both;
}

.top-foot .widget .widget-header {
  float: left;
  width: 40%;
  margin-bottom: 0;
  border-bottom: 0;
  padding: 0;
}

.top-foot .widget .widget-header h2.widget-title {
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  letter-spacing: 2px;
}

.top-foot .widget .widget-content {
  width: 60%;
  float: left;
  padding-top: 0;
}

.top-foot .widget .widget-content p {
  color: #fff !important;
}

.top-foot .widget .widget-content ul li a {
  color: #fff;
}

.top-foot .widget .widget-content ul li label {
  color: #fff;
}

.top-foot .widget .widget-content ul li.label {
  color: #fff !important;
}

.top-foot .widget .widget-content ul li input[type="text"] {
  color: #1c1c1c;
}

.top-foot .widget .widget-content ul li span.fa {
  color: #1c1c1c;
}

.top-foot .widget .widget-content ul li ul li a {
  color: #fff;
}

.top-foot .widget .widget-content ul li:hover a {
  color: #333;
}

.top-foot .widget .widget-content ul li:hover ul li a {
  color: #fff;
}

.top-foot .widget .widget-content ul li:hover ul li:hover a {
  color: #00bed5;
}

.top-foot [class*="col-"] ul.social-list {
  float: right;
}

.top-foot .widget_subscribe .widget-content {
  max-width: 345px;
}

.top-foot .widget_subscribe .widget-content form .custom input[type="email"] {
  width: calc(100% - 60px);
  margin-bottom: 0;
}

.top-foot .widget_subscribe .widget-content form .custom .btn-subscribe {
  background-color: #333;
  color: #fff;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}

.top-foot [class*="col-lg-1"] .widget .widget-header {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

.top-foot [class*="col-lg-1"] .widget .widget-content {
  width: 100%;
  float: none;
}

.top-foot [class*="col-lg-1"] .widget ul.social-list {
  float: none;
}

.top-foot [class*="col-lg-2"] .widget .widget-header {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

.top-foot [class*="col-lg-2"] .widget .widget-content {
  width: 100%;
  float: none;
}

.top-foot [class*="col-lg-2"] .widget ul.social-list {
  float: none;
}

.top-foot [class*="col-lg-3"] .widget .widget-header {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

.top-foot [class*="col-lg-3"] .widget .widget-content {
  width: 100%;
  float: none;
}

.top-foot [class*="col-lg-3"] .widget ul.social-list {
  float: none;
}

.top-foot [class*="col-lg-4"] .widget .widget-header {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

.top-foot [class*="col-lg-4"] .widget .widget-content {
  width: 100%;
  float: none;
}

.top-foot [class*="col-lg-4"] .widget ul.social-list {
  float: none;
}

.footer {
  position: relative;
  width: 100%;
}

.footer .foot-feature {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}

.footer .foot-feature .widget {
  position: relative;
  margin-bottom: 30px;
}

.footer .foot-feature .widget .widget-header h2.widget-title {
  color: #333;
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 0;
  font-family: lemongrass-script, sans-serif;

}



.footer .foot-credit h6 {
  color: #6d6d6d;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.footer .foot-credit ul.checkout-list li {
  display: inline-block;
  margin-right: 10px;
}

/* --------------------------------
   Logos
-------------------------------- */

.foot-partners {border-bottom: 1px solid #e2e2e2;}
.visit-logos {position: relative; }
.visit-logos ul li {float: left; width: 33%; padding: 15px 20px; display: flex; align-items : center; text-align: center;}
.visit-logos ul li.rp {width: 30%;}
.visit-logos ul li img {max-height: 100%; max-width: 100%;align-items : center;  }
.visit-logos ul li.rp img {width: 120%;}
.visit-logos ul li img:hover {opacity: 0.8;}
.visit-logos.partners ul li {width: 50%; padding: 10px 5px;}

@media only screen and (min-width: 768px) { 
	.visit-logos ul li {float: left; width: 20%;}
	.visit-logos.partners ul li {width: 25%;}
	}
	
.visit-logos ul li.loveistria {width: 18%; padding-top: 12px;}
.visit-logos ul li.eulogo { padding-top: 0px;}
.visit-logos ul li.eudiction {text-align: left; padding: 15px 10px 0 0; border-right: 1px solid #fff; margin-right: 2%;}
.visit-logos ul li.eudiction p {font-size: 11px;}
/* instagram */
.instagram-feed-section {
  text-align: center;
  margin: 0px 0 20px;
}
.instagram-feed-section h4 {
    color: #282828;
    letter-spacing: 3px;
    font-size: 13px;
    margin-bottom: 20px;
}
.instagram-feed-section ul.instagram-list {
  padding: 0;
  overflow: hidden;
}
.instagram-feed-section ul.instagram-list li {
  list-style: none;
  float: left;
  width: 25%;
  position: relative;
  padding: 8px;
}
.instagram-feed-section ul.instagram-list li img {
  width: 100%;
  opacity: 1;
}
.instagram-feed-section ul.instagram-list li img:hover {opacity: 0.8;} 

.insta-link {text-align: left; padding: 0 8px;}
.insta-link a {font-size: 18px; font-weight: 300; display: block; margin-bottom: 3px;}
.insta-link span {display: block; color: #222;
    font-weight: 700;
    font-size: 9px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;}

.box-contact {
  padding: 50px;
  background-color: #f5f5f5;
}

.box-contact h3 {
  
  font-style: italic;
  position: relative;
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 0;
}

.box-contact h3 ._hr {
  width: 25px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 15px;
}

.box-contact ul li {
  float: left;
  width: 50%;
}

.box-contact ul li:first-child {
  padding-right: 20px;
  border-right: 1px solid #000;
}

.box-contact ul li:last-child {
  padding-left: 20px;
}

.box-contact ul li h5 {
  font-size: 15px;
  font-style: italic;
}

.box-contact ul li h6 {
  
  font-size: 11px;
  color: #bababa;
}

.box-contact ul:after {
  content: '';
  display: table;
  clear: both;
}




/* --- visit post -- */

.post {
  margin-bottom: 0;
}

.post.single-post-center {max-width: 820px; margin: 0 auto;}

.post .post-body {
  padding: 30px 0;
}

.post .post-body .entry-header ul.card-category li {
  display: inline-block;
  margin-right: 10px;
}

.post .post-body .entry-header ul.card-category li a {
  
  font-size: 12px;
  font-weight: 500;
  color: #00bed5;
}

.post .post-body .entry-header ul.card-category li a:hover {
  text-decoration: underline;
}

.post .post-body .entry-header ul.card-category li:last-child {
  margin-right: 0;
}

.post .post-body .entry-header:after {
  content: '';
  clear: both;
  display: table;
}

.post .post-body .entry-header h2.entry-title {
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 0;
}

.post .post-body .entry-header span {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #898989;
  margin-right: 20px;
}

.post .post-body .entry-header span a {
  color: #898989;
}

.post .post-body .entry-header span a:hover {
  color: #00bed5;
}


.post .post-body .entry-content .excerpt {font-size: 22px; font-weight: 600; margin-bottom: 20px; position: relative;
	
}

/*.post .post-body .entry-content .excerpt:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 80px;
    height: 2px;
    background: #00bed5;
    z-index: 1;
}
.post .post-body .entry-content .excerpt:after {
    content: '';
    position: absolute;
    left: 14px;
    bottom: -14px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
	background: #8dc743;
	z-index: 2;
	border: 2px solid #fff;
}*/

.post .post-body .entry-content h3 {margin: 30px 0 5px; font-size: 24px;font-weight: 700;}

.post .post-body .entry-content p {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}

.post .post-body .entry-content a {
  color: #00bed5;
}

.post .post-body .entry-content a:hover {
  text-decoration: underline;
}

.post .post-body .entry-content a.filepdf {background: #8dc63f; color: #fff; padding: 2px 6px;}
.post .post-body .entry-content a.filepdf:hover {background: #333; text-decoration: none;}

.post .post-body .entry-content ul, .post .post-body .entry-content ol {
  margin-bottom: 30px;
  list-style-type: disc;
}

.post .post-body .entry-content ul li, .post .post-body .entry-content ol li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  line-height: 30px;
  margin-left: 20px;
}

.post .post-body .entry-content ol {
  list-style-type: decimal;
}

.post .post-body .entry-content ol li:before {
  display: none;
}

.post .post-body .entry-footer ul.card-category {
  float: right;
}

@media screen and (max-width: 480px) {
  .post .post-body .entry-footer ul.card-category {
    float: none;
  }
}

.post .post-body .entry-footer ul.card-category li {
  display: inline-block;
}

.post .post-body .entry-footer ul.card-category li a {
  
  font-size: 12px;
  font-weight: 500;
  color: #00bed5;
}

.post .post-body .entry-footer ul.card-category li a:hover {
  text-decoration: underline;
}

.post .post-body .entry-footer:after {
  content: '';
  clear: both;
  display: table;
}

.post .badge {background-color: #8dc73f; padding: 5px 10px;}

/* --- visit post -- */


.newsview {margin: 0px auto; max-width: 800px;}
.newsview h1 {font-weight: 700; font-size: 48px;}

.post-view.inimage {margin-top: -80px; padding-top: 0;}

.bigheader {height: 480px;}


.main-content .site-content .post {
  background-color: #fff;
  position: relative;
  margin-bottom: 40px;
}

.main-content .site-content .post .post-body {
  padding: 30px;
}

.main-content .site-content .post .post-body .entry-header h1.entry-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-style: italic;
}

.main-content .site-content .post .post-body .entry-content {
  position: relative;
  color: #1c1c1c;
  font-weight: 300;
  font-size: 15px;
}

.main-content .site-content .post .post-body .entry-content p {
  margin-bottom: 30px;
}

.main-content .site-content .post .post-body .entry-content a {
  color: #00aeef;
}

.main-content .site-content .post .post-body .entry-content a:hover {
  text-decoration: underline;
}


/*--------------------- news  ----------------------*/

.post.boxview {margin: 0 auto; max-width: 1000px;}
.post.boxview .post-body {background: #fff; padding: 40px; margin-bottom: 20px;}
.post.boxview .post-body h1 {font-size: 60px; font-weight: 700; font-family: lemongrass-script, sans-serif;}

.post.boxview .post-body .entry-category a {background: #00bed5; color: #fff; padding: 3px 8px; display: inline-block; text-transform: uppercase; font-weight: 600;}
.post.boxview .post-body .entry-category a:hover {background: #333; color: #fff;}
/*--------------------- main content  ----------------------*/

.content-inner h4 {font-size: 18px; margin: 30px 0 4px 0;}

.post .post-body .entry-content.content-inner .featured-text p {font-size: 20px; line-height: 1.4;}

.content-inner p.par-big {font-size: 130%;}
.content-inner p.par-small {font-size: 80% !important;}
.content-inner p.par-highlight {background: #e0fcff; padding: 15px; margin: 20px -15px;}
.content-inner p.par-alternative {border-top: 4px solid #f05038; border-bottom: 4px solid #f05038; padding: 20px 0;}
.content-inner p.par-comment {background: #f05038; padding: 20px; color: #fff;  float: right; width: 30%; margin: 10px;}

.content-inner img.wrapper-out {width: 120%; max-width: 140%; margin-left: -10%;}

.content-inner p img.pull-to-left {float: left; margin: 5px 20px 20px -60px; width: 50%; }
.content-inner p img.push-to-right {float: right; margin: 5px -60px 20px 20px; width: 50%; }
.card-listing .content-inner p img.push-to-right {width: 40%;}

.content-inner table {width: 100%; margin-bottom: 40px; background: #f2f2f2;}

.content-inner ul {
    list-style: disc;
    color: #282828;
    margin: 10px 0 30px 40px;
}

.content-inner li.par-highlight a {background: #8dc63f; display: inline-block; padding: 0px 8px; line-height: 1.6; color: #fff !important; margin-bottom: 5px; border-radius: 2px;}

.content-innertr:nth-child(odd) td, tr:nth-child(odd) td { background: #f8f8f8; }
.content-inner thead tr td, .content-inner thead tr th {
	color: #333;
	border-right: 1px solid #efefef;
	padding: 8px;
}

.content-inner tr td {padding: 8px;}
.content-inner p a {color: #d10410}
.content-inner p a:hover {color: #000;}
.content-inner .fr-img-caption {display: inline-block; text-align: left;}
.content-inner .fr-img-caption img {margin-bottom: 4px;}
.content-inner .fr-img-caption .fr-inner {border-bottom: 1px dashed #ddd; font-size: 13px; padding:0; display: block;}


.content-inner table.table-linkedcontent {border-top: 1px solid #00bed5; border-bottom: 1px solid #00bed5;}
.content-inner table.table-linkedcontent tr td {vertical-align: top; border: 0px;}
.content-inner table.table-linkedcontent tr td img {margin-top: 10px; margin-bottom: 10px; opacity: .9;}
.content-inner table.table-linkedcontent tr td img:hover {opacity: 1;}
.post .post-body .entry-content table.table-linkedcontent tr td a {text-decoration: none;}
.post .post-body .entry-content table.table-linkedcontent tr td a:hover {color: #222;}
.post .post-body .entry-content table.table-linkedcontent tr td h3 {margin: 0 !important; text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;}


blockquote {
  padding: 0 0 0 45px;
  margin: 20px 0 30px 30px;;
  border-left: 0px;
  border-left: 4px solid #00bed5;
}

.post .post-body .entry-content blockquote p {
  color: #333;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0;
  font-style: italic;
}

/*------ content images -----------*/

.img-caption {
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
    line-height: 18px;
    padding: 6px 0;
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
}

.fr-img-caption .fr-img-wrap {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: auto;
}

.content-inner img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

.content-inner img.fr-dii.fr-fil {
    float: left;
    margin: 5px 15px 5px 0;
    max-width: calc(100% - 5px);
}

.content-inner .fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 25px 5px 0;
    max-width: calc(100% - 5px);
}

.content-inner .fr-img-caption.fr-dii.fr-fir {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}


.post .post-share {}
.post .post-share ul li a i {font-size: 22px; line-height: 22px;}
.post .post-share ul {
	display: inline-block;
	margin: 0;
}

.post .post-share li {
	display: inline-block;
}

.post .post-share li a {
	position: relative;
	font-size: 13px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	text-align: center;
	margin-right: 15px;
}
.post .post-share li a i {margin-right: 3px;}
.post .post-share span.pshare {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 5px;
}




/* -- 404 -- */

.page-not-found {
  padding-top: 50px;
  padding-bottom: 90px;
}

.page-not-found .wrapper {
  width: 100%;
  display: table;
  height: 100vh;
}

.page-not-found .wrapper .block-content {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}

.page-not-found .wrapper .block-content .post-header {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.page-not-found .wrapper .block-content .post-header h1 {
  color: #fff;
  font-size: 72px;
}

.page-not-found .wrapper .block-content .post-header h1 span {
  color: #00bed5;
}

.page-not-found .wrapper .block-content .post-header h5 {
  color: #fff;
  font-weight: 300;
  font-style: italic;
}

.page-not-found .wrapper .block-content .post-body {
  position: relative;
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
}

.page-not-found .wrapper .block-content .post-body p {
  color: #898989;
  font-weight: 400;
  margin-bottom: 30px;
}

.page-not-found .wrapper .block-content .post-body p span {
  color: #fff;
}

.page-not-found .wrapper .block-content .post-body p a {
  color: #00bed5;
}

.page-not-found .wrapper .block-content .post-body p a:hover {
  text-decoration: underline;
}

.page-not-found .wrapper .block-content .post-body form.search-form {
  margin-bottom: 30px;
}

.page-not-found .wrapper .block-content .post-body form.search-form input[type="search"] {
  background-color: #fff;
  
  position: relative;
  border: 0px;
  width: 430px;
  height: 50px;
  padding: 15px 20px;
  float: left;
}

.page-not-found .wrapper .block-content .post-body form.search-form ::-webkit-input-placeholder {
  color: #898989;
}

.page-not-found .wrapper .block-content .post-body form.search-form :-moz-placeholder {
  color: #898989;
}

.page-not-found .wrapper .block-content .post-body form.search-form ::-moz-placeholder {
  color: #898989;
}

.page-not-found .wrapper .block-content .post-body form.search-form :-ms-input-placeholder {
  color: #898989;
}

.page-not-found .wrapper .block-content .post-body form.search-form input[type="submit"] {
  background-color: #00bed5;
  color: #fff;
  height: 50px;
  font-size: 14px;
  padding: 15px 55px;
  border: 0;
  text-transform: uppercase;
}

.page-not-found .wrapper .block-content .post-body form.search-form input[type="submit"]:hover {
  background-color: #f9c557;
}


/* -- section park info --*/

section.park-info {background: #fff;}

.big-headline {font-size: 33px; font-weight: 600; text-transform: uppercase; margin-bottom: 40px; line-height: 1.3; color: #7ac90e;}
.big-headline strong {font-weight: 800;}
.info-block {
  position: relative;
}

.info-block .content {}

.info-block .content h1, .info-block .content h2, .info-block .content h3, .info-block .content h4, .info-block .content h5, .info-block .content h6 {
  position: relative;
  margin-top: 0;
  text-transform: uppercase;
}

.info-block .content p {
  color: #898989;
}

.info-block ul {list-style: disc; margin: 0 20px 0 0px;}
.info-block ul li {font-size: 16px;}


.park-rules .info-block .content h2 {font-size: 22px; color: #222; font-weight: 700; border-bottom: 2px solid #000;}

.park-signit h2 {text-transform: uppercase; font-size: 24px;}

.park-rules ul {
  list-style: none; /* Remove default bullets */
  margin: 0 10px 0 24px;
}
.park-rules ul li::before {
  content: "\2022";
  font-size: 24px;
  color: red; 
  font-weight: bold; 
  display: inline-block;  
  width: 1em; 
  margin-left: -1em; 
}
.park-rules .info-sea ul li::before  {color: #00bed5;}
.park-rules .info-land ul li::before  {color: #7ac90e;}

.park-rules .info-block .content.info-sea h2 {border-color: #00bed5;}
.park-rules .info-block .content.info-land h2 {border-color: #7ac90e;}
.park-rules p a {color: #00bed5;}
.park-rules p a:hover {color: #222;}
.supporters-number {background: #00bed5;}
.number-info {font-size: 30px; font-weight: 700; color: #fff;}
.number-info span {font-size: 60px;}


/* -- mobile quick menu --*/

.quicklinks {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: none;
	background: #333;
	padding:12px 10px 14px;
	text-align: center;
	z-index: 99999999;

}
.quicklinks ul li {display: inline-block;}
.quicklinks ul li a {color: #fff; display: inline-block; padding: 4px 16px; font-size: 20px;}

/* Search Style */ 
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00bed5;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

#search .search-input {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
}
#search input[type="search"] {
    width: 100%;
    color: #fff;
  	background: transparent;
  	border-top: 0px solid rgba(255, 255, 255, .8);
  	border-bottom: 2px solid #fff;
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    outline: none;
  	padding: 10px 0;
    margin-bottom: 10px;
}

  
#search .close {
    position: fixed;
    top: 85px;
    right: 35px;
	opacity: 1;
	font-size: 50px;
  	color: #fff;
}

#search .close:hover{
  color: #222;
  cursor: pointer;
}

#search ::-webkit-input-placeholder { /* Edge */
  color: #fff;
  font-weight: 300;
}

#search  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 300;
}

#search ::placeholder {
  color: #fff;
  font-weight: 300;
}

.search-top {margin-bottom: 40px; font-size: 20px;}
.search-top strong {font-size: 28px;}
.searchresult {margin-bottom: 30px; border-left: 2px solid #00bed5; padding-left: 20px;}
.searchresult h2 {margin: 0 0 3px 0; font-weight: 300;}
.searchresult p {margin: 10px 0 0 0;}
.searchresult a.text-muted {font-size: 14px;} 

/* 6. animations
-------------------------------*/
.preload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1;
}

.loading {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.spinner {
  margin: auto;
  top: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: rotate 2s infinite linear;
  -moz-animation: rotate 2s infinite linear;
  -ms-animation: rotate 2s infinite linear;
  -o-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #00bed5;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  -moz-animation: bounce 2s infinite ease-in-out;
  -ms-animation: bounce 2s infinite ease-in-out;
  -o-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -ms-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}


.cc-banner .cc-message {padding-right: 20px;}

@media screen and (max-width: 1366px) {
  .fixedTop {
    right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .header .container {
    width: 100%;
    padding: 0 15px;
  }
  .flipbook-slider .item .post-body h2.post-title {
    width: 100%;
  }
  .flipbook-slider .item .post-body .post-content {
    width: 100%;
  }

  .top-foot .widget .widget-header {
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }
  .top-foot .widget .widget-content {
    width: 100%;
  }
 




}

@media screen and (max-width: 1024px) {
  .mobile-nav-menu {
    display: block;
  }
  .dropdown.language {margin-right: 50px;}
  
  .book-now-wrap {
    float: right;
    margin-right: 35px;
  }
  .fixedTop a {
    color: transparent;
  }
  .fixedTop a span.icon-arrow {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .fixedTop a:hover span.icon-arrow {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .fixedTop.fixedTop-light a {
    color: transparent;
  }
}

@media screen and (max-width: 991px) {
  h1.sbig {
    font-size: 30px;
  }
  h1.line:before {
    background-color: transparent;
  }
  .half-block {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .half-block.fr {
    padding-right: 15px;
  }
  .half-block.fl {
    padding-left: 15px;
  }
  .flipbook-slider .item .post-thumbnail {
    width: 100%;
    position: relative;
  }
  .flipbook-slider .item .post-thumbnail img {
    display: block;
  }
  .flipbook-slider .item .post-thumbnail .item-img {
    display: none;
  }
  .flipbook-slider .item .post-body {
    width: 100%;
    padding: 20px;
  }
  .flipbook-slider.reverse .post-thumbnail {
    left: auto;
  }
  .flipbook-slider.reverse .post-body {
    float: none;
  }
  .flipbook-slider .owl-controls .owl-pagination {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    background-color: #fff;
    bottom: auto !important;
  }
  .flipbook-slider .owl-controls .owl-buttons {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    background-color: #fff;
    padding-bottom: 20px;
    bottom: auto !important;
  }
  .cat-box, .cat-box-3 {
    margin-bottom: 30px;
  }
  .cat-box-2 {
    margin-bottom: 30px;
  }

  .info-block {
    min-height: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .info-block .content {
    position: relative;
    padding: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
 

  

  /* CONTACT
	*********/
  .contact-page:before {
    width: 100%;
    background-color: transparent;
  }
  .contact-page .sidebar {
    width: 100%;
    margin-right: 0;
  }
  .contact-page .sidebar .widget {
    padding: 20px;
    background-color: #fff;
  }
  .contact-page .site-content {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }
 




}

@media screen and (max-width: 767px) {
  #clock ul li {
    padding: 10px 30px;
  }
  h2.section-title {
    font-size: 30px;
  }
  /* INDEX 2
	**********/
  .cat-box-2 .post-thumbnail {
    max-height: 100%;
  }
  .book-contact .box ul li {
    width: 100%;
  }
  .book-contact .box ul li:first-child {
    border-right: 0;
    border-bottom: 1px solid #000;
    padding-right: 0;
  }
  .book-contact .box ul li:last-child {
    padding-left: 0;
  }
  
  
  /* posts
	*********/
  
   .infomation ul li {
    width: 100%;
  }
   .infomation ul li:first-child {
    width: 100%;
  }



  /* ATTRACTION
	*********/
  .attraction-local {
    margin-top: 30px;
  }
  .attraction-local .box {
    max-width: 100%;
  }
  .attraction-local .box .wrapper .locate button.btn-locate {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .attraction-local .box .wrapper .locate .location {
    width: 100%;
  }
  .attraction-page .site-content h2 {
    font-size: 20px;
  }
  .attraction-page .site-content .infomation ul li {
    width: 100%;
  }
  .attraction-page .site-content .infomation ul li:first-child {
    width: 100%;
  }
  .attraction-page .site-content .post .post-body p.image {
    float: none;
  }
  
  
  .places-filter.faq-filter ul li {display: inline-block;}
 



}

@media screen and (max-width: 640px) {
	
	
	.hero-header {}	
 
  /* CONTACT PAGE
	**********/
  .contact-page .sidebar .widget .widget-content .location a.mark {
    width: 100%;
  }
  .contact-page .sidebar .widget .widget-content .location .info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .contact-page .sidebar .widget .widget-content .location .info .column {
    width: 100%;
  }
  /* RESERVATION PAGE
	***************/
  .datepicker-inline .datepicker-group.datepicker-group-first,
  .datepicker-inline .datepicker-group.datepicker-group-last {
    width: 100%;
  }
  .datepicker-inline .datepicker-group table.datepicker-calendar td .state-default {
    padding: 30%;
  }

}

@media screen and (max-width: 480px) {
	
	p {font-weight: 400;}
	.hero-header {font-size: 44px; line-height: 1.2;}
	.spotlight-section .section-title, .plan-your-trip-section .section-title {font-size: 40px;}
	.front-box {margin-bottom: 50px;}
	.section.front-parallax .parallax-info {width: 90%;}
	
	.pb-8 {
    padding-bottom: 40px !important;
	}
	.pt-8 {
	    padding-top: 40px !important;
	}
	
	.hero-text a.btn.btn-classic, .btn.btn-default, a.btn.btn-default {padding: 10px;}
	
	.subheader {
    padding-top: 40px;
    padding-bottom: 20px;
	}
	.subheader h1 {font-size: 50px;}
	.section, section {padding-top: 40px; padding-bottom: 40px;}
	.post .post-body .entry-content .excerpt {font-size: 20px; font-weight: 600;}
	.post .post-body .entry-content p {font-weight: 500; line-height: 1.5;}
	.content-inner p img.pull-to-left, .content-inner p img.push-to-right {
    float: none;
    margin: 5px 0px 20px 0px;
    width: 100%;
	}
	
	.post.boxview .post-body h1 {font-size: 44px;}
	.post.boxview .post-body {padding: 20px;}
	.post-view.inimage {
    	margin-top: -20px;
    }
    .bigheader {
    height: 240px;
	}
	.widget_pages .widget-content ul li a, .widget_contact .widget-content h5 {font-weight: 500;}
	
	.widget .widget-header {margin-bottom: 10px;}
	.visit-logos ul li, .visit-logos ul li.loveistria {width: 50%;}
	.visit-logos ul li.eudiction {  width: 100%;  text-align: left;  padding: 10px 20px;  border-right: 0px; margin-right: 0;
}
	

  .footer .foot-credit [class*="col-"] {
    width: 100%;
    text-align: left !important;
    margin-bottom: 20px;
  }
  .footer .foot-credit [class*="col-"]:last-child {
    margin-bottom: 0;
  }

.quicklinks {display: block;}
.cc-window.cc-floating {bottom: 40px !important;}
 
 
}

@media screen and (max-width: 414px) {
 

}

@media screen and (max-width: 320px) {
	
}
.dropdown.language {float: right; z-index: 999;}
.dropdown.language .btn {padding: 28px 18px 20px; color: #222; background: transparent;}
.dropdown.language .btn:hover {color: #00bed5;}

.dropdown.language .language a {
  display: block;
  color: #222;
  padding: 10px 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
}
.dropdown.language .language a:hover {color: #00bed5;}

.dropdown.language .dropdown-menu {
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow:none;
  border-radius: 0;
  margin: 0;
}