body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  background: #fff;
  background: #ffffff url("img/pattern.jpg");
  margin: 0;
}
a {
  color: #497275;
  text-decoration: none;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
a:hover {
  color: #282828;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif', Georgia, serif;
  font-weight: bold;
  color: inherit;
  line-height: normal;
  text-rendering: optimizelegibility;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 26px;
  color: #A4534B;
  letter-spacing: 1px;
}
h3 {
  font-size: 20px;
  letter-spacing: 1px;
}
h4 {
  font-size: 18px;
  letter-spacing: 1px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14;
}
p {
  margin: 0 0 10px;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  line-height: 28px;
}
hr {
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
address {
  display: block;
  font-style: normal;
  line-height: 28px;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
}
blockquote p {
  line-height: 28px;
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 28px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
p {
  margin: 0 0 14px;
}
.clr {
  *zoom: 1;
}
.clr:before,
.clr:after {
  display: table;
  content: "";
  line-height: 0;
}
.clr:after {
  clear: both;
}
img {
  width: auto\9;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.seperator {
  position: relative;
  top: -26px;
  max-width: 1215px;
  border-bottom: 1px solid #B2CED0;
  margin: 0 auto;
}
header {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 4px solid #829D93;
  border-bottom: 1px solid #ccc;
  z-index: 1000;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header #logo {
  float: left;
  margin: 10px 0 0 10px;
}
.animate {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-190px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    -moz-transform: translateY(-190px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slide-down {
  0% {
    -o-transform: translateY(-190px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(0);
  }
}
.animate.slide-down {
  -webkit-animation-name: slide-down;
  -moz-animation-name: slide-down;
  -o-animation-name: slide-down;
  animation-name: slide-down;
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-190px);
  }
}
@-moz-keyframes slide-up {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-190px);
  }
}
@-o-keyframes slide-up {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-190px);
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-90px);
  }
}
.animate.slide-up {
  -webkit-animation-name: slide-up;
  -moz-animation-name: slide-up;
  -o-animation-name: slide-up;
  animation-name: slide-up;
}
header nav #toggle {
  float: left;
  display: none;
  font-size: 20px;
  height: 71px;
  line-height: 71px;
  border-left: 1px solid #E0E1D8;
  padding: 0 20px;
}
header nav #toggle:hover {
  text-decoration: none;
  background: #eee;
}
header nav {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  float: right;
}
header nav:before,
header nav:after {
  content: "";
  display: table;
}
header nav:after {
  clear: both;
}
header nav #menu {
  float: left;
  display: inline;
}
header nav ul {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
}
header nav ul:before,
header nav ul:after {
  content: "";
  display: table;
}
header nav ul:after {
  clear: both;
}
header nav ul li {
  float: left;
  position: relative;
}
header nav ul li a {
  display: block;
  font-size: 20px;
  height: 71px;
  line-height: 71px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  padding: 0 20px;
}
.gr header nav ul li a {
	padding: 0 19px;										
}
.fr header nav ul li a {
	padding: 0 16px;										
}
											
header nav ul li a:hover,
header nav ul li a.active {
  text-decoration: none;
  background: #eee;
}
header nav #menu li a {
  border-left: 1px solid #E0E1D8;
}
header nav #menu li:hover ul {
  display: block;
}
header nav #trails {
  float: left;
  display: inline;
}
header nav #menu li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 71px;
  border-top: 1px solid #ccc;
  background: #282828;
  z-index: 1000;
}
header nav ul ul li {
  float: none;
  border-bottom: 1px solid #444;
}
header nav ul ul li:last-child {
  border-bottom: none;
}
header nav ul ul li a {
  height: 50px;
  font-size: 16px;
  color: #999;
  line-height: 50px;
  border-left: none!important;
  white-space: nowrap;
}
header nav #trails .booking {
  background: #EFF0E8;
  border-left: 1px solid #E0E1D8;
}
header nav #trails .booking:hover {
  background: #ddd;
}
header nav #trails .booking .icon {
  display: none;
}
header nav #trails .phone {
  font-size: 16px;
  border-left: 1px solid #E0E1D8;
  border-right: 1px solid #E0E1D8;
}
header nav #trails .phone-number {
  position: absolute;
  right: 0;
  top: 72px;
  background: #fff;
  z-index: 1000;
  white-space: nowrap;
  font-size: 20px;
  border: 1px solid #E0E1D8;
  border-width: 0 1px 1px 1px;
  padding: 0 21px 0 21px;
  line-height: 40px;
}
header nav #trails .phone-number button {
	background:none;
	border:none;	
	color:#A4534B;		
	text-decoration:underline;
	padding:0px;
}
header nav #trails .languages {
  font-size: 16px;
}
header nav #trails .languages-submenu {
  position: absolute;
  left: 0;
  top: 72px;
  background: #fff;
  z-index: 1000;
}
header nav #trails .languages-submenu a {
  border-bottom: 1px solid #E0E1D8;
}
#heading {
  position: relative;
  text-align: center;
  background: #ffffff url("img/main-bg.jpg") repeat-x top;
  margin-top: 76px;
  margin-bottom: 30px;
  padding: 40px 0 80px 0;
}
#heading:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 36px;
  left: 0;
  bottom: 0;
  content: "";
  background: url(img/rip.png) repeat-x;
}
#main {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  max-width: 1260px;
  margin: 0 auto;
}
#main:before,
#main:after {
  content: "";
  display: table;
}
#main:after {
  clear: both;
}
#main-photo {
  display: inline;
  float: left;
  width: 38.492063492063494%;
  margin: 0 1.5873015873015872%;
  *width: 38.43998015873016%;
  *margin: 0 1.535218253968254%;
}
#main-content {
  display: inline;
  float: left;
  width: 55.158730158730165%;
  margin: 0 1.5873015873015872%;
  *width: 55.10664682539683%;
  *margin: 0 1.535218253968254%;
}
#photos {
  display: inline;
  float: left;
  width: 46.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 46.77331349206349%;
  *margin: 0 1.535218253968254%;
}
#content {
  display: inline;
  float: left;
  width: 46.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 46.77331349206349%;
  *margin: 0 1.535218253968254%;
}
#content h3 {
  margin-bottom: 8px;
}
#main-content p:last-child {
  margin-bottom: 0;
}
#main-photo p,
#photos p {
  text-align: center;
  margin: 20px 0 0 0;
}
.main-list {
  padding-left: 10px;
  margin-bottom:15px;
}
.main-list li i {
  color: #497275;
  margin-right: 8px;
}
#intro {
  position: relative;
  text-align: center;
  background: #ffffff url("img/main-bg.jpg") repeat-x top;
  margin-top: 76px;
  margin-bottom: 30px;
  padding-bottom: 50px;
}
#intro:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 36px;
  left: 0;
  bottom: -10px;
  content: "";
  background: url(img/rip.png) repeat-x;
  z-index: 100;
}
#intro h1 {
  position: absolute;
  bottom: 30%;
  width: 100%;
  color: #fff;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.55);
}
#intro h1 span {
  display: inline-block;
  background: rgba(100, 155, 160, 0.75);
  padding: 10px 30px;
}
#about-idea {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#about-idea:before,
#about-idea:after {
  content: "";
  display: table;
}
#about-idea:after {
  clear: both;
}
#about,
#idea {
  display: inline;
  float: left;
  width: 46.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 46.77331349206349%;
  *margin: 0 1.535218253968254%;
  text-align: center;
  background: #fff;
  border: 1px solid #E0E1D8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
							
 min-height: 300px;
}
.de #about,
.de #idea {
  min-height: 320px;					
}
#about p,
#idea p {
  margin: 5px 0 16px 0;
}
#accommodation {
  text-align: center;
  background: #EFF0E8;
  margin-bottom: 40px;
  padding: 40px 0;
}

#accommodation h2{
  margin-bottom: 12px;
}
#accommodation h3 {
  margin: 6px 0 19px 0;
}
#accommodation ul {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  margin: 0 auto;
}
#accommodation ul:before,
#accommodation ul:after {
  content: "";
  display: table;
}
#accommodation ul:after {
  clear: both;
}
#accommodation ul li {
  float: left;
  width: 20%;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
}
#accommodation ul li > a {
  position: relative;
  display: block;
  overflow: hidden;
}
#accommodation ul li .button {
  display: inline-block !important;
}
			/*
#accommodation ul li a:first-child {
  position: relative;
  display: inline-block;
  overflow: hidden;
}*/
#accommodation ul li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*line-height: 30px;
  font-size: 22px;*/
  font-style: italic;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*padding:40px;*/
	line-height: 20px;
  font-size: 17px;
  padding:10px;
}
#accommodation ul li a img {
  position: relative;
  -webkit-transition: 0.45s ease-out;
  -moz-transition: 0.45s ease-out;
  -o-transition: 0.45s ease-out;
  transition: 0.45s ease-out;
  z-index: 10;
}
#accommodation ul li a:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#accommodation ul li:last-child {
  border-right: none;
}
#accommodation p {
  margin: 20px 0;
}
			

#activities {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px 0;
}

#activities h2 {
  margin-bottom: 20px;
}

#activities ul {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  margin: 0 auto;
}

#activities ul:before,
#activities ul:after {
  content: "";
  display: table;
}
#activities ul:after {
  clear: both;
}

#activities ul li {
  float: left;
  /*width: 14.2%;*/
  width: 16.6%;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
}
#activities ul li > a {
  position: relative;
  display: block;
  overflow: hidden;
}
#activities ul li .button {
  display: inline-block !important;
}

#activities ul li:last-child {
  border-right: none;
}			
#activities .button{
	margin-top:20px;			
			}
#accommodation-listing {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
}
#accommodation-listing:before,
#accommodation-listing:after {
  content: "";
  display: table;
}
#accommodation-listing:after {
  clear: both;
}
#accommodation-listing li {
  display: inline;
  float: left;
  width: 46.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 46.77331349206349%;
  *margin: 0 1.535218253968254%;
  text-align: center;
  background: #EFF0E8;
  border-bottom: 1px solid #E0E1D8;
  margin-bottom: 40px;
}
#accommodation-listing li:nth-child(5) {
  margin-bottom: 0;
}
#accommodation-listing li:nth-child(6) {
  margin-bottom: 0;
}
#accommodation-listing li a:first-child {
  position: relative;
  display: block;
  overflow: hidden;
}
#accommodation-listing li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 22px;
  font-style: italic;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
#accommodation-listing li a img {
  position: relative;
  -webkit-transition: 0.45s ease-out;
  -moz-transition: 0.45s ease-out;
  -o-transition: 0.45s ease-out;
  transition: 0.45s ease-out;
  z-index: 10;
}
#accommodation-listing li a:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#accommodation-listing li:first-child p:first-child {
  font-style: italic;
}
#accommodation-listing li article {
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
#accommodation-listing li article h2 {
  margin-top: 0;
}
#accommodation-listing li h2 {
  margin: 3px 0 18px 0;
}
#accommodation-listing li .button {
  margin-bottom: 30px;
}
#special-offers {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  text-align: center;
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#special-offers:before,
#special-offers:after {
  content: "";
  display: table;
}
#special-offers:after {
  clear: both;
}
#special-offers h2 {
  max-width: 454px;
  text-align: right;
  color: #333;
  margin: 0 auto;
  margin-bottom: 20px;
}
.fr #special-offers h2{
	max-width: 460px;
}
.de #special-offers h2{
	max-width: 525px;
}
.gr #special-offers h2 {
	max-width: 585px;					
}
#special-offers h2 strong {
  color: #A4534B;
}
#special-offers h2 span {
  display: block;
}
#special-offers ul {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  margin: 0 auto;
  margin-bottom: 40px;
}
#special-offers ul:before,
#special-offers ul:after {
  content: "";
  display: table;
}
#special-offers ul:after {
  clear: both;
}
#special-offers ul li {
  display: inline;
  float: left;
  width: 30.158730158730158%;
  margin: 0 1.5873015873015872%;
  *width: 30.106646825396826%;
  *margin: 0 1.535218253968254%;
  overflow: hidden;
}
#special-offers ul li a img {
  opacity: 0.7;
  -webkit-transition: 0.45s ease-out;
  -moz-transition: 0.45s ease-out;
  -o-transition: 0.45s ease-out;
  transition: 0.45s ease-out;
  z-index: 10;
}
#special-offers ul li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#special-offers ul li h3 {
  margin-top: 15px;
}
#home-gallery {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  text-align: center;
  max-width: 1260px;
  border-top: 1px solid #E0E1D8;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-top: 40px;
}
#home-gallery:before,
#home-gallery:after {
  content: "";
  display: table;
}
#home-gallery:after {
  clear: both;
}
#home-gallery h2 {
  margin-bottom: 18px;
}
#home-gallery .button {
  margin-top: 20px;
}


#videos {
  max-width: 1260px;
  text-align: center;
  margin: 0 auto;
  /*padding-top: 120px;*/
	margin-bottom: 40px;
  padding-top: 40px;
	 padding-bottom: 40px;
	 border-top: 1px solid #E0E1D8;
	border-bottom: 1px solid #E0E1D8;
}
#videos h2 {
 /* margin-top: -10px;
  margin-bottom: 38px;*/
}
#videos ul {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
 /* background: url("img/videos.jpg") no-repeat center center;*/
  padding: 20px;
  margin: 0 1.5873015873015872%;
}
#videos ul:before,
#videos ul:after {
  content: "";
  display: table;
}
#videos ul:after {
  clear: both;
}
#videos ul li {
  display: inline;
  float: left;
  width: 30.158730158730158%;
  margin: 0 1.5873015873015872%;
  *width: 30.106646825396826%;
  *margin: 0 1.535218253968254%;
}
#videos ul li:nth-child(1) {
  text-align: right;
}
#videos ul li:nth-child(2) {
  text-align: left;
}


.Flexible-container {
  position: relative;
 /* padding-bottom: 40%;
  padding-top: 45px;*/
	padding-bottom: 56.25%;
    padding-top: 30px;
  height: 0;
  overflow: hidden;

  max-width: 400px;
  margin: 0 auto;
  /*margin-top: 28px;
  margin-bottom: 20px;*/
}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ecotourism {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  text-align: center;
  max-width: 1260px;
  border: 1px solid #E0E1D8;
  border-width: 1px 0;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 40px 0;
}
#ecotourism:before,
#ecotourism:after {
  content: "";
  display: table;
}
#ecotourism:after {
  clear: both;
}
#ecotourism p {
  max-width: 960px;
  font-size: 22px;
  font-style: italic;
  line-height: 38px;
  margin: 0 auto;
  margin-top: 10px;
}
#ecotourism img {
  display: block;
  margin: 22px auto;
}

#spa {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  text-align: center;
  max-width: 1260px;
  border: 1px solid #E0E1D8;
  border-width: 1px 0;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 40px 0;
}
#spa:before,
#spa:after {
  content: "";
  display: table;
}
#spa:after {
  clear: both;
}
#spa p {
  max-width: 960px;
  font-size: 22px;
  font-style: italic;
  line-height: 38px;
  margin: 0 auto;
  margin-top: 10px;
}
#spa img {
  display: block;
  margin: 22px auto;
}


#map-contact-newsletter {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  text-align: center;
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 40px;
	margin-top: 40px;
}
#map-contact-newsletter:before,
#map-contact-newsletter:after {
  content: "";
  display: table;
}
#map-contact-newsletter:after {
  clear: both;
}
#map,
#contact-newsletter {
  display: inline;
  float: left;
  width: 46.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 46.77331349206349%;
  *margin: 0 1.535218253968254%;
}
#contact-details {
  background: #EFF0E8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 40px;
}
#contact-details h2 {
  margin-bottom: 6px;
}
#newsletter {
  border: 1px solid #E0E1D8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
	margin-top: 22px;
}
#newsletter h2 {
  margin-bottom: 5px;
}
#map-canvas {
  height: 504px;
}


.colContent{
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  text-align: center;
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.colContent:before,
.colContent:after{
  content: "";
  display: table;
}
.colContent:after{
  clear: both;
}
.colContent h2{
	margin-bottom:20px;
}
.colContLeft,
.colContRight {
  display: inline;
  float: left;
  width: 46.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 46.77331349206349%;
  *margin: 0 1.535218253968254%;
	text-align:left;
}

/* ==== MAP
========================== */

.map {
    position: relative;
    padding-bottom: 70.25%;
    padding-top: 70px;
    height: 0;
    overflow: hidden;
}

.map iframe,   
.map object,  
.map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#weather {
  text-align: center;
  max-width: 1260px;
  border: 1px solid #E0E1D8;
  border-width: 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0;
}
#weather h2 {
  margin-bottom: 8px;
}
#weather h3 {
  margin-bottom: 20px;
}
#weather span {
  display: block;
}
#weather span.weather {
  font-size: 46px;
  margin-bottom: 10px;
}
#weather span.temperature {
  position: relative;
  top: 4px;
  font-size: 34px;
}
#weather code {
  font: normal 30px "Noto Serif";
}
#connect-with-us {
  text-align: center;
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 0;
}
#connect-with-us h2 {
  margin-bottom: 12px;
}
#connect-with-us p {
  max-width: 372px;
  font-size: 22px;
  font-style: italic;
  line-height: 38px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
}
#connect-with-us ul li {
  display: inline;
  margin: 0 10px;
}
#connect-with-us ul li a {
  width: 101px;
  height: 101px;
  display: inline-block;
  text-indent: -9999px;
}
#connect-with-us ul li.facebook a {
  width: 100px;
  background: url("img/icons-social.png") no-repeat 0 0;
}
#connect-with-us ul li.google-plus a {
  background: url("img/icons-social.png") no-repeat -100px 0;
}
#connect-with-us ul li.twitter a {
  width: 100px;
  background: url("img/icons-social.png") no-repeat -201px 0;
}
#connect-with-us ul li.youtube a {
  width: 100px;
  background: url("img/icons-social.png") no-repeat -301px 0;
}
#connect-with-us ul li.pinterest a {
  background: url("img/icons-social.png") no-repeat -502px 0;
}
#connect-with-us ul li.tripadvisor a {
  background: url("img/icons-social.png") no-repeat -401px 0;
}
#connect-with-us ul li.facebook a:hover {
  width: 100px;
  background: url("img/icons-social.png") no-repeat 0 -100px;
}
#connect-with-us ul li.google-plus a:hover {
  background: url("img/icons-social.png") no-repeat -100px -101px;
}
#connect-with-us ul li.twitter a:hover {
  width: 100px;
  background: url("img/icons-social.png") no-repeat -201px -100px;
}
#connect-with-us ul li.youtube a:hover {
  width: 100px;
  background: url("img/icons-social.png") no-repeat -301px -100px;
}
#connect-with-us ul li.pinterest a:hover {
  background: url("img/icons-social.png") no-repeat -502px -100px;
}
#connect-with-us ul li.tripadvisor a:hover {
  background: url("img/icons-social.png") no-repeat -401px -101px;
}
#booking form, #newsletterModal .newsletterBox {
  max-width: 574px;
  background: #fff;
  border: 10px solid #333;
  margin: 0 auto;
  margin-top: 60px;
  padding: 60px;
}
#booking form h2 {
  margin-bottom: 7px;
}
#booking form h3, #newsletterModal .newsletterBox form h3 {
  max-width: 328px;
  margin: 0 auto;
  margin-bottom: 14px;
}
#booking legend {
  display: none!important;
}
#booking dl input, #newsletterModal .newsletterBox dl input {
  width: 240px;
  margin-bottom: 20px;
}
#booking select {
  width: 285px;
  margin-bottom: 20px;
}
#boxes {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  text-align: center;
  border: 1px solid #E0E1D8;
  border-width: 1px 0;
  max-width: 1260px;
  margin: 40px auto;
  padding: 40px 0;
}
#boxes:before,
#boxes:after {
  content: "";
  display: table;
}
#boxes:after {
  clear: both;
}
#boxes h2 {
  margin-bottom: 18px;
}
#boxes ul {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
}
#boxes ul:before,
#boxes ul:after {
  content: "";
  display: table;
}
#boxes ul:after {
  clear: both;
}
#boxes ul li {
  display: inline;
  float: left;
  width: 21.825396825396826%;
  margin: 0 1.5873015873015872%;
  *width: 21.773313492063494%;
  *margin: 0 1.535218253968254%;
}
#boxes ul li a,
#boxes ul li a img {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
#boxes ul li a:hover img {
  opacity: 0.7;
}
#boxes ul li h3 {
  margin: 4px 0 14px 0;
}
#restaurant,
#cafe-bar,
#cretan-diet {
  display: inline;
  float: left;
  width: 30.158730158730158%;
  margin: 0 1.5873015873015872%;
  *width: 30.106646825396826%;
  *margin: 0 1.535218253968254%;
  text-align: center;
}
#restaurant h2,
#cafe-bar h2,
#cretan-diet h2 {
  margin-bottom: 12px;
}
#restaurant a span,
#cafe-bar a span,
#cretan-diet a span {
  position: relative;
  display: block;
  overflow: hidden;
}
#restaurant a img,
#cafe-bar a img,
#cretan-diet a img {
  position: relative;
  -webkit-transition: 0.45s ease-out;
  -moz-transition: 0.45s ease-out;
  -o-transition: 0.45s ease-out;
  transition: 0.45s ease-out;
  z-index: 10;
}
#restaurant a:hover img,
#cafe-bar a:hover img,
#cretan-diet a:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#restaurant p,
#cafe-bar p,
#cretan-diet p {
  margin: 15px 0 16px 0;
}
#indoor-activities,
#outdoor-activities {
  display: inline;
  float: left;
  width: 46.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 46.77331349206349%;
  *margin: 0 1.535218253968254%;
  text-align: center;
}
#indoor-activities h2,
#outdoor-activities h2 {
  margin-bottom: 12px;
}
#indoor-activities a span,
#outdoor-activities a span {
  position: relative;
  display: block;
  overflow: hidden;
}
#indoor-activities a img,
#outdoor-activities a img {
  position: relative;
  -webkit-transition: 0.45s ease-out;
  -moz-transition: 0.45s ease-out;
  -o-transition: 0.45s ease-out;
  transition: 0.45s ease-out;
  z-index: 10;
}
#indoor-activities a:hover img,
#outdoor-activities a:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#indoor-activities .button,
#outdoor-activities .button {
  margin-top: 9px;
}
#gallery-filter {
  position: relative;
  background: #fff;
  border: 1px solid #E0E1D8;
  margin-bottom: 40px;
}
#gallery-filter-toggle i {
  margin-right: 5px;
}
#gallery-filter-toggle {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border-right: 1px solid #E0E1D8;
  padding: 0 28px;
}
#gallery-filter-toggle:hover {
  text-decoration: none;
  background: #eee;
}
.filter {
  display: none;
}
#gallery-filter ul {
  position: absolute;
  top: 48px;
  left: -1px;
  background: #fff;
  border: 1px solid #E0E1D8;
  border-width: 1px 1px 0 1px;
  z-index: 200;
}
#gallery-filter ul li a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #E0E1D8;
  padding: 10px 20px;
}
#gallery {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
}
#gallery:before,
#gallery:after {
  content: "";
  display: table;
}
#gallery:after {
  clear: both;
}
#gallery li {
  display: inline;
  float: left;
  width: 30.158730158730158%;
  margin: 0 1.5873015873015872%;
  *width: 30.106646825396826%;
  *margin: 0 1.535218253968254%;
  text-align: center;
  margin-top: 40px;
}
#gallery li:nth-child(1) {
  margin-top: 0;
}
#gallery li:nth-child(2) {
  margin-top: 0;
}
#gallery li:nth-child(3) {
  margin-top: 0;
}
#gallery.main li {
  display: inline;
  float: left;
  width: 21.825396825396826%;
  margin: 0 1.5873015873015872%;
  *width: 21.773313492063494%;
  *margin: 0 1.535218253968254%;
  margin-top: 32px;
}
#gallery li a span {
  position: relative;
  display: block;
  overflow: hidden;
}
#gallery li .fa-stack {
  position: absolute!important;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  z-index: 100;
}
#gallery.main li:nth-child(1) {
  margin-top: 0;
}
#gallery.main li:nth-child(2) {
  margin-top: 0;
}
#gallery.main li:nth-child(3) {
  margin-top: 0;
}
#gallery.main li:nth-child(4) {
  margin-top: 0;
}
#gallery li a img {
  position: relative;
  -webkit-transition: 0.45s ease-out;
  -moz-transition: 0.45s ease-out;
  -o-transition: 0.45s ease-out;
  transition: 0.45s ease-out;
  z-index: 10;
}
#gallery li a:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#gallery li h2 {
  margin-top: 4px;
}
#gallery li .button {
  margin-top: 13px;
}
#how-to-reach {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
}
#how-to-reach:before,
#how-to-reach:after {
  content: "";
  display: table;
}
#how-to-reach:after {
  clear: both;
}
#how-to-reach li {
  display: inline;
  float: left;
  width: 46.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 46.77331349206349%;
  *margin: 0 1.535218253968254%;
  background: #fff;
  border: 1px solid #E0E1D8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 40px;
}
#how-to-reach-map {
  position: relative;
}
#how-to-reach-map:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 36px;
  left: 0;
  bottom: -1px;
  content: "";
  background: url(img/rip.png) repeat-x;
  z-index: 100;
}
#how-to-reach-map:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 36px;
  left: 0;
  top: -1px;
  content: "";
  background: url(img/rip-top.png) repeat-x;
  z-index: 100;
}
#how-to-reach-map #map-canvas-1 {
  height: 600px;
}
#media {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
}
#media:before,
#media:after {
  content: "";
  display: table;
}
#media:after {
  clear: both;
}
#media li {
  display: inline;
  float: left;
  width: 46.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 46.77331349206349%;
  *margin: 0 1.535218253968254%;
  text-align: center;
  background: #fff;
  border: 1px solid #E0E1D8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 20px 40px 20px 40px;
}
#media li h2 {
  margin-bottom: 12px;
}
#media li .button {
  margin-top: 9px;
}
#media li a span {
  position: relative;
  display: block;
  overflow: hidden;
}
#media li a img {
  position: relative;
  -webkit-transition: 0.45s ease-out;
  -moz-transition: 0.45s ease-out;
  -o-transition: 0.45s ease-out;
  transition: 0.45s ease-out;
  z-index: 10;
}
#media li a:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#reviews li {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
  border-bottom: 1px solid #E0E1D8;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#reviews li:before,
#reviews li:after {
  content: "";
  display: table;
}
#reviews li:after {
  clear: both;
}
#reviews li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#reviews li p:last-child {
  margin-bottom: 0;
}
#reviews li .box {
  display: inline;
  float: left;
  width: 21.825396825396826%;
  margin: 0 1.5873015873015872%;
  *width: 21.773313492063494%;
  *margin: 0 1.535218253968254%;
}
#reviews li h2 {
  margin-bottom: 10px;
}
#reviews li h3 {
  margin-bottom: 6px;
}
#reviews li .box span {
  display: block;
}
#reviews li .box span span {
  display: inline;
  color: #999;
}
.booking-com {
  color: #00a9ee;
}
.tripadvisor,
#reviews li .box span i {
  color: #589442;
}
#reviews li article {
  display: inline;
  float: left;
  width: 71.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 71.7733134920635%;
  *margin: 0 1.535218253968254%;
}
.rates-table {
  width: 100%;
  border-collapse: collapse;
}
.rates-table th,
.rates-table td {
  padding: 18px 20px;
}
.rates-table thead th {
  font-size: 20px;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
  background: #a4534b;
  border: 1px solid #7d3f39;
}
.rates-table thead th span {
  display: block;
}
.rates-table tbody th,
.rates-table tbody td {
  background: #EFF0E8;
  border-bottom: 1px solid #E0E1D8;
  border-left: 1px solid #E0E1D8;
}
.rates-table tbody td:last-child {
  border-right: 1px solid #E0E1D8;
}
.rates-table tbody th {
  text-align: left;
}
.rates-list {
  border-bottom: 1px solid #E0E1D8;
  padding: 20px;
}
.rates-list li {
  line-height: 38px;
}
.note {
  font-size: 13px;
  color: #999;
  background: #eee;
  margin: 0;
  padding: 10px;
}
#say-hello {
  display: inline;
  float: left;
  width: 46.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 46.77331349206349%;
  *margin: 0 1.535218253968254%;
  text-align: center;
  background: #fff;
  border: 1px solid #E0E1D8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
#say-hello h2 {
  margin-bottom: 14px;
}
#say-hello img {
  margin: 20px 0;
}
#say-hello p {
  margin: 0;
}
#reservation {
  display: inline;
  float: left;
  width: 46.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 46.77331349206349%;
  *margin: 0 1.535218253968254%;
  background: #EFF0E8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
#reservation ul li {
  margin-bottom: 20px;
}
#reservation .text {
  width: 100%;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#reservation .send {
  text-align: right;
  margin-bottom: 20px;
}
#reservation .note {
  background: #EFF0E8;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact {
  display: inline;
  float: left;
  width: 46.82539682539682%;
  margin: 0 1.5873015873015872%;
  *width: 46.77331349206349%;
  *margin: 0 1.535218253968254%;
  background: #EFF0E8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
#contact ul li {
  margin-bottom: 20px;
}
#contact .text {
  width: 100%;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact .send {
  text-align: right;
  margin-bottom: 20px;
}
#contact .note {
  background: #EFF0E8;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#say-hello #map-canvas-1 {
  height: 307px;
  margin: 20px 0;
}
#sitemap {
  display: block;
  width: Infinity%;
  margin: 0 -Infinity%;
  *width: Infinity%;
  *margin: 0 -Infinity%;
  *zoom: 1;
}
#sitemap:before,
#sitemap:after {
  content: "";
  display: table;
}
#sitemap:after {
  clear: both;
}
#sitemap > li {
  display: inline;
  float: left;
  width: 21.825396825396826%;
  margin: 0 1.5873015873015872%;
  *width: 21.773313492063494%;
  *margin: 0 1.535218253968254%;
  background: #fff;
  border: 1px solid #E0E1D8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 40px;
}
#sitemap > li > a {
  font-size: 20px;
  letter-spacing: 1px;
}
#sitemap > li:nth-child(1) {
  margin-top: 0;
}
#sitemap > li:nth-child(2) {
  margin-top: 0;
}
#sitemap > li:nth-child(3) {
  margin-top: 0;
}
#sitemap > li:nth-child(4) {
  margin-top: 0;
}
#sitemap > li ul {
  margin-left: 10px;
}
#sitemap > li > a {
  font-weight: bold;
}
#fullpage p:last-child {
  margin-bottom: 0;
}
footer {
  text-align: center;
  background: #649BA0;
  padding-bottom: 40px;
}
footer .page-top {
  display: block;
  background: #eff0e8 url("img/arrow-top.png") no-repeat center center;
  margin-bottom: 40px;
  padding: 60px 0;
}
footer .page-top:hover {
  background: #444444 url("img/arrow-top.png") no-repeat center center;
}
footer nav {
  margin-bottom: 20px;
}
footer span {
  display: inline-block;
  color: #B2CED0;
  margin: 0 6px;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: none;
}
footer img {
  position: relative;
  border: 1px solid #649BA0;
  /*border-width: 0 40px;*/
  border-width: 0 10px;
  z-index: 10;
}
footer p {
  line-height: normal;
  color: #B2CED0;
  margin: 20px 0 0 0;
}
fieldset,
form {
  border: none;
  margin: 0;
  padding: 0;
}
/*fieldset legend,
form label {
  display: none;
}*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 16px;
  font-weight: bold;
  height: 22px;
  display: inline-block;
  line-height: 22px;
  color: #999;
  vertical-align: middle;
  padding: 5px 20px;
}
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: #fff;
  border: 2px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
textarea {
  width: 100%;
  height: 180px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
select {
  height: 36px;
  -webkit-appearance: none;
  background: #ffffff url("img/arrow-down.png") no-repeat center right;
  padding: 0 0 0 20px;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  color: #555;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}
.button {
  font-family: 'Noto Serif', Georgia, serif;
  display: inline-block;
  color: #497275;
  font-weight: bold;
  text-align: center;
  min-width: 100px;
  line-height: 22px;
  vertical-align: middle;
  background: none;
  border: 2px solid #497275;
  margin-bottom: 0;
  padding: 5px 20px;
  cursor: pointer;
  *display: inline;
  *margin-left: .3em;
  *zoom: 1;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.button:hover,
.button:focus,
.button:active {
  color: #282828;
  border: 2px solid #282828;
  text-decoration: none;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.button:active,
.button.active {
  background: #cccccc \9;
}
.button i {
  margin-right: 4px;
}
.back-to-top {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  font-size: 36px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top:hover {
  color: #fff;
}
.back-to-top.visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top.fade-out {
  opacity: .5;
}
.no-touch .back-to-top:hover {
  background: #A4534B;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .back-to-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .back-to-top {
    height: 40px;
    width: 40px;
    right: 20px;
    bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }
  .de #accommodation h3 {
	margin: 6px 0 19px 0;
	font-size:18px;
  }	
}
html.remodal_lock,
body.remodal_lock {
  overflow: hidden;
}
.remodal,
[data-remodal-id] {
  visibility: hidden;
}
.remodal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
.remodal-overlay:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: '';
}
.remodal-overlay > * {
  -webkit-transform: translateZ(0px);
}
.remodal {
  position: relative;
  display: inline-block;
}
.remodal-bg {
  -webkit-transition: -webkit-filter 0.2s linear;
  -moz-transition: -moz-filter 0.2s linear;
  -o-transition: -o-filter 0.2s linear;
  transition: filter 0.2s linear;
}
body.remodal_active .remodal-bg {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  opacity: 0;
  background: rgba(100, 155, 160, 0.75);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
body.remodal_active .remodal-overlay {
  opacity: 1;
}
.remodal {
  width: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.2s linear;
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  transition: transform 0.2s linear;
}
body.remodal_active .remodal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.remodal,
.remodal-overlay:after {
  vertical-align: middle;
}
.remodal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 32px;
  height: 32px;
  background: #333;
  text-decoration: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.remodal-close:after {
  display: block;
  font-size: 28px;
  content: "×";
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.remodal-close:hover,
.remodal-close:active {
  text-decoration: none;
  background: #A4534B;
}
.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after {
  color: #fff;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  position: relative;
  width: 100%;
  display: none;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  *display: inline;
  width: 48px;
  height: 48px;
  line-height: 35px;
  font-size: 36px;
  color: #FFF;
  text-align: center;
  background: #497275;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  zoom: 1;
}
.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -44px;
}
#photos .owl-prev {
  left: -24px;
}
.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -44px;
}
#photos .owl-next {
  right: -24px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  background: #497275;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin: 5px 7px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}
#accordion {
  clear: both;
  padding-top: 40px;
overflow: hidden;
}
#accordion ul li {
  background: #EFF0E8;
  margin-bottom: 1px;
  padding: 0 40px;
}
#accordion ul li > a {
  font-size: 26px;
  display: block;
  position: relative;
  line-height: 100px;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#accordion ul li > a span {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 25px;
  height: 14px;
  background: url(img/arrow.png) no-repeat center right;
  text-indent: -9000px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -7px;
  opacity: 0;
  z-index: 1000;
}
#accordion ul li > a:hover span {
  opacity: 1;
  right: 0;
}
#accordion ul li.ac-open > a span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
  opacity: 1;
}
#accordion ul li .ac-content {
  padding: 0 0 40px 0;
}
#accordion ul li .ac-content p:last-child {
  margin-bottom: 0;
}
#accordion .more {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
}
.slideleft {
  -webkit-animation-name: slideleft;
  animation-name: slideleft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  visibility: visible!important;
}
@keyframes slideleft {
  0% {
    transform: translateX(10%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideleft {
  0% {
    -webkit-transform: translateX(10%);
  }
  50% {
    -webkit-transform: translateX(-8%);
  }
  65% {
    -webkit-transform: translateX(4%);
  }
  80% {
    -webkit-transform: translateX(-4%);
  }
  95% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
.slidedown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	#intro h1 {
		font-size: 38px;
	}
  header #logo,
  header nav {
    float: none;
  }
  header #logo {
    text-align: center;
    border-bottom: 1px solid #E0E1D8;
    padding-bottom: 10px;
  }
  header nav {
    float: right;
  }
  header nav #trails .languages a {
    border-right: 1px solid #E0E1D8;
  }
  #heading {
    margin-top: 147px;
  }
.fr #about,
.fr #idea {
  min-height: 350px;					
}
.gr #about,
.gr #idea {
  min-height: 350px;					
}
.de #about,
.de #idea {
  min-height: 370px;					
}
  #accommodation ul li {
    padding: 0 20px;
  }
  #accommodation ul li span {
    /*font-size: 16px;
    line-height: 22px!important;*/
	font-size: 15px;
    line-height: 18px!important;														
  }
 .de #accommodation h3 {
	margin: 6px 0 19px 0;
	font-size:13px;
  }														
  #fullpage {
    margin: 0 1.5873015873015872%;
  }
  #newsletter input{
	width:198px;										
	}
	#gallery li h2 {
		font-size:20px;
	}
	.de #gallery li h2 {
		font-size:17px;
	}
}
@media only screen and (min-width: 959px) and (max-width: 1024px) {
  header {
    position: absolute;
  }
  header nav {
    width: 377px;
  }
  header nav #toggle {
    display: block;
  }
  header nav #menu {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: #282828;
  }
  header nav #menu > li {
    float: none;
    display: block;
    border-bottom: 1px solid #444;
  }
  header nav #menu > li:last-child {
    border-bottom: none;
  }
  header nav #menu li > a {
    position: relative;
    border-left: none;
  }
  header nav #menu li > a:hover,
  header nav #menu li a.active {
    color: #497275;
    background: #222;
  }
  header nav #menu li ul {
    position: static;
    border-top: 1px solid #444;
  }
  header nav #menu li ul li a:hover {
    color: #999;
  }
.fr #about, .fr #idea {
  min-height: 350px;					
}
.gr #about, .gr #idea {
  min-height: 350px;					
}
.de #about, .de #idea {
  min-height: 370px;					
}
  #map-contact-newsletter #newsletter, #map-contact-newsletter #contact-details{
	padding:30px 40px;
  }
	
  .de #map-contact-newsletter #newsletter, .de #map-contact-newsletter #contact-details{
	padding:25px 40px;
  }
							
  #accommodation ul li {
    display: inline;
    float: left;
    width: 30.158730158730158%;
    margin: 0 1.5873015873015872%;
    *width: 30.106646825396826%;
    *margin: 0 1.535218253968254%;
    border: none;
    margin-bottom: 3.17460317460317%;
    padding: 0;
  }
														
  #accommodation ul li span {
    /*font-size: 16px;
    line-height: 22px!important;*/
	font-size: 18px;
    line-height: 22px!important;
	padding:20px;
  }	
					
#activities ul li {
  float: left;
    width: 30.158730158730158%;
    margin: 0 1.5873015873015872%;
    *width: 30.106646825396826%;
    *margin: 0 1.535218253968254%;
    margin-bottom: 3.17460317460317%;
}
#activities ul li:nth-child(3){
	border:none;	
	}
						
  .owl-prev {
    left: 1.5873015873015872%;
  }
  .owl-next {
    right: 1.5873015873015872%;
  }
  #say-hello #map-canvas-1 {
    height: 299px;
  }
  #fullpage {
    margin: 0 1.5873015873015872%;
  }
  #photos .owl-prev {
    left: 1.5873015873015872%;
  }
  #photos .owl-next {
    right: 1.5873015873015872%;
  }
  #sitemap > li {
    display: inline;
    float: left;
    width: 30.158730158730158%;
    margin: 0 1.5873015873015872%;
    *width: 30.106646825396826%;
    *margin: 0 1.535218253968254%;
    margin-top: 40px;
  }
  #sitemap > li:nth-child(1) {
    margin-top: 0;
  }
  #sitemap > li:nth-child(2) {
    margin-top: 0;
  }
  #sitemap > li:nth-child(3) {
    margin-top: 0;
  }
  #sitemap > li:nth-child(4) {
    margin-top: 40px;
  }
  #newsletter input{
	width:165px;										
	}
	#gallery li h2 {
		font-size:20px;
	}
	.de #gallery li, .fr #gallery li  {
		min-height:332px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header {
    position: absolute;
  }
  header nav {
    width: 377px;
  }
  header nav #toggle {
    display: block;
  }
  header nav #menu {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: #282828;
  }
  header nav #menu > li {
    float: none;
    display: block;
    border-bottom: 1px solid #444;
  }
  header nav #menu > li:last-child {
    border-bottom: none;
  }
  header nav #menu li > a {
    position: relative;
    border-left: none;
  }
  header nav #menu li > a:hover,
  header nav #menu li a.active {
    color: #497275;
    background: #222;
  }
  header nav #menu li ul {
    position: static;
    border-top: 1px solid #444;
  }
  header nav #menu li ul li a:hover {
    color: #999;
  }
  #intro h1 {
    font-size: 34px;
  }
#about,
#idea {
  min-height: 345px;					
}								
.fr #about,
.fr #idea {
  min-height: 427px;					
}
.gr #about,
.gr #idea {
  min-height: 427px;					
}
.de #about,
.de #idea {
  min-height: 427px;					
}
						
  #accommodation ul li {
    display: inline;
    float: left;
    width: 30.158730158730158%;
    margin: 0 1.5873015873015872%;
    *width: 30.106646825396826%;
    *margin: 0 1.535218253968254%;
    border: none;
    margin-bottom: 3.17460317460317%;
    padding: 0;
  }
										
  #accommodation ul li span {
    /*font-size: 16px;
    line-height: 22px!important;*/
	font-size: 18px;
    line-height: 22px!important;
	padding:20px;
  }											
		
#activities ul li {
  float: left;
    width: 30.158730158730158%;
    margin: 0 1.5873015873015872%;
    *width: 30.106646825396826%;
    *margin: 0 1.535218253968254%;
    margin-bottom: 3.17460317460317%;
}
#activities ul li:nth-child(3){
	border:none;	
	}


  #ecotourism article {
    margin: 0 1.5873015873015872%;
  }
  #map,
  #contact-newsletter {
    float: none;
    width: auto;
    display: block;
  }
  #map {
    margin-bottom: 40px;
  }
  #accommodation-listing li {
    float: none;
    width: auto;
    display: block;
  }
  #accommodation-listing li:first-child {
    height: 410px!important;
  }
  #accommodation-listing li:nth-child(5) {
    margin-bottom: 40px;
  }
  #say-hello,
  #contact,
  #reservation {
    float: none;
    width: auto;
    display: block;
  }
  #say-hello {
    margin-bottom: 40px;
  }
  #restaurant,
  #cafe-bar,
  #cretan-diet {
    float: none;
    width: auto;
    display: block;
  }
  #restaurant,
  #cafe-bar {
    border-bottom: 1px solid #E0E1D8;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  #fullpage {
    margin: 0 1.5873015873015872%;
  }
  .owl-theme .owl-controls .owl-buttons div {
    display: none;
  }
  #sitemap > li {
    display: inline;
    float: left;
    width: 46.82539682539682%;
    margin: 0 1.5873015873015872%;
    *width: 46.77331349206349%;
    *margin: 0 1.535218253968254%;
    margin-top: 40px;
  }
  #sitemap > li:nth-child(1) {
    margin-top: 0;
  }
  #sitemap > li:nth-child(2) {
    margin-top: 0;
  }
  #sitemap > li:nth-child(3) {
    margin-top: 40px;
  }
  #sitemap > li:nth-child(4) {
    margin-top: 40px;
  }
  .remodal-close {
    top: 14px;
    right: 22px;
  }
	#gallery li h2 {
		font-size:20px;
	}
	#gallery li{
		min-height:294px;
	}
}
@media only screen and (max-width: 767px) {
  header {
    position: absolute;
  }
  header #logo img {
    display: none;
  }
  header #logo a {
    display: inline-block;
    height: 50px;
    width: 47px;
    background: url(img/logo.png) no-repeat center center;
  }
  header nav {
    width: 377px;
  }
  header nav #toggle {
    display: block;
  }
  header nav #menu {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: #282828;
  }
  header nav #menu > li {
    float: none;
    display: block;
    border-bottom: 1px solid #444;
  }
  header nav #menu > li:last-child {
    border-bottom: none;
  }
  header nav #menu li > a {
    position: relative;
    border-left: none;
  }
  header nav #menu li > a:hover,
  header nav #menu li a.active {
    color: #497275;
    background: #222;
  }
  header nav #menu li ul {
    position: static;
    border-top: 1px solid #444;
  }
  header nav #menu li ul li a:hover {
    color: #999;
  }
  #intro h1 {
    font-size: 26px;
  }
  #about,
  #idea {
    float: none;
    width: auto;
    display: block;
  }
  #about {
    margin-bottom: 40px;
  }
  #accommodation ul li {
    float: none;
    width: auto;
    display: block;
    border-right: none;
    border-bottom: 1px solid #E0E1D8;
    margin: 0 1.5873015873015872%;
    margin-bottom: 40px;
    padding: 0;
    padding-bottom: 40px;
  }
  #accommodation ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #accommodation ul li span {
    /*font-size: 16px;
    line-height: 22px!important;*/
	font-size: 18px;
    line-height: 22px!important;
	padding:20px;
  }	
	

#activities ul li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
#activities ul li:nth-child(2),
#activities ul li:nth-child(4){
	border:none;	
	}
	
  #special-offers ul li {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 40px;
  }
  #special-offers ul li:last-child {
    margin-bottom: 0;
  }
  .owl-prev {
    left: 1.5873015873015872%;
  }
  .owl-next {
    right: 1.5873015873015872%;
  }
  #boxes ul li {
    display: inline;
    float: left;
    width: 46.82539682539682%;
    margin: 0 1.5873015873015872%;
    *width: 46.77331349206349%;
    *margin: 0 1.535218253968254%;
  }
  #boxes ul li:nth-child(1) {
    margin-bottom: 3.17460317460317%;
  }
  #boxes ul li:nth-child(2) {
    margin-bottom: 3.17460317460317%;
  }
  #accommodation-listing li {
    float: none!important;
    width: auto!important;
    display: block!important;
    height: auto!important;
  }
  #accommodation-listing li article {
    padding: 20px;
  }
  #ecotourism article {
    margin: 0 1.5873015873015872%;
  }
  #map,
  #contact-newsletter {
    float: none;
    width: auto;
    display: block;
  }
  #map {
    margin-bottom: 40px;
  }
  #map-canvas {
    height: 200px;
  }
  .colContLeft,
  .colContRight {
    float: none;
    width: auto;
    display: block;	
	}

		
.colContRight  {
padding-top:15px;	
}
  #indoor-activities,
  #outdoor-activities {
    float: none;
    width: auto;
    display: block;
  }
  #indoor-activities {
    margin-bottom: 40px;
  }
  #say-hello,
  #contact,
  #reservation {
    float: none;
    width: auto;
    display: block;
  }
  #say-hello {
    margin-bottom: 40px;
  }
  #restaurant,
  #cafe-bar,
  #cretan-diet {
    float: none;
    width: auto;
    display: block;
  }
  #restaurant,
  #cafe-bar {
    border-bottom: 1px solid #E0E1D8;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  #gallery.main li {
    display: inline;
    float: left;
    width: 30.158730158730158%;
    margin: 0 1.5873015873015872%;
    *width: 30.106646825396826%;
    *margin: 0 1.535218253968254%;
    margin-top: 3.17460317460317%!important;
    margin-bottom: 0;
  }
  #gallery.main li:nth-child(1) {
    margin-top: 0!important;
  }
  #gallery.main li:nth-child(2) {
    margin-top: 0!important;
  }
  #gallery.main li:nth-child(3) {
    margin-top: 0!important;
  }
  #gallery li {
    display: inline;
    float: left;
    width: 46.82539682539682%;
    margin: 0 1.5873015873015872%;
    *width: 46.77331349206349%;
    *margin: 0 1.535218253968254%;
    margin-top: 40px;
	min-height:364px;
  }
  #gallery li:nth-child(1) {
    margin-bottom: 0;
  }
  #gallery li:nth-child(2) {
    margin-bottom: 0;
  }
  #gallery li:nth-child(3) {
    margin-top: 40px;
  }
  #how-to-reach-map #map-canvas-1 {
    height: 280px;
  }
  #how-to-reach li {
    float: none;
    width: auto;
    height: auto!important;
    display: block;
  }
  #how-to-reach li p:last-child {
    margin-bottom: 0;
  }
  .back-to-top {
    font-size: 26px;
    line-height: 30px;
  }
  #main-photo,
  #photos,
  #main-content,
  #content {
    float: none;
    width: auto;
    display: block;
  }
  #media li {
    float: none;
    width: auto;
    display: block;
  }
  #media li:first-child {
    margin-bottom: 40px;
  }
  #main-photo,
  #photos {
    margin-bottom: 20px;
  }
  #main-photo p,
  #photos p {
    display: none;
  }
  #fullpage {
    margin: 0 1.5873015873015872%;
  }
  #reviews li .box,
  #reviews li article {
    float: none;
    width: auto;
    display: block;
  }
  #reviews li .box {
    margin-bottom: 10px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    display: none;
  }
  #sitemap > li {
    float: none;
    width: auto;
    display: block;
    height: auto!important;
    margin-bottom: 20px;
  }
  #sitemap > li:last-child {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
  #booking form, #newsletterModal .newsletterBox {
    max-width: 380px;
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  header nav {
    width: 240px;
  }
  header nav #toggle {
    width: 20px;
    text-indent: -9999px;
    background: url(img/menu.png) no-repeat center center;
  }
  header nav #toggle:hover {
    background: #eeeeee url(img/menu.png) no-repeat center center;
  }
  header nav #trails .booking {
    width: 20px;
    text-indent: -9999px;
    background: #eff0e8 url(img/booking.png) no-repeat center center;
  }
  header nav #trails .booking:hover {
    background: #eeeeee url(img/booking.png) no-repeat center center;
  }
  h1 {
    font-size: 32px;
  }
  #intro h1 {
    position: relative;
  }
  #special-offers h2 {
    text-align: center;
  }
	
  #videos ul li {
    float: none;
    display: block;
    width: auto;
  }
  #videos ul li:first-child{
    margin-bottom: 20px;
  }
  #videos ul li:last-child
	{
    margin-top: 20px;
  }
	
  #ecotourism article {
    margin: 0 1.5873015873015872%;
  }
  #newsletter .button {
    margin-top: 10px;
  }
  #connect-with-us ul li {
    display: inline-block;
    margin-top: 10px;
  }
  #connect-with-us ul li:nth-child(1) {
    margin-top: 0;
  }
  #connect-with-us ul li:nth-child(2) {
    margin-top: 0;
  }
  #boxes ul li {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 40px;
  }
  #boxes ul li:last-child {
    margin-bottom: 0;
  }
  #say-hello,
  #contact {
    padding: 20px;
  }
  #gallery.main li {
    display: inline;
    float: left;
    width: 46.82539682539682%;
    margin: 0 1.5873015873015872%;
    *width: 46.77331349206349%;
    *margin: 0 1.535218253968254%;
  }
  #gallery.main li:nth-child(3) {
    margin-top: 3.17460317460317%!important;
  }
  #gallery li {
    float: none;
    width: auto;
    display: block;
    height: auto!important;
  }
  #gallery li:nth-child(1) {
    margin-bottom: 40px;
  }
  #gallery.main li:nth-child(1) {
    margin-bottom: 0px;
  }
	
  #how-to-reach li,
  #media li,
  #reservation {
    padding: 20px;
  }
  #booking form, #newsletterModal .newsletterBox  {
    max-width: 240px;
  }
  #booking dl input, #newsletterModal .newsletterBox dl input {
    width: 190px;
  }
  #booking dl select{
    width: 235px;
  }
  .remodal-close {
    top: 12px;
    right: 10px;
  }
  footer nav,
  footer p {
    margin-left: 1.5873015873015872%;
    margin-right: 1.5873015873015872%;
  }
}
@media only screen and (max-width: 320px) {
  
}
@media only screen and (max-width: 240px) {
  
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

#theForm .form-agree * {
    display: inline-block !important;
}
.multiline-label label {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.form-agree label {
	font-size: 14px;	
}
