@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}
body {
	font-family: 'Manrope', sans-serif;
}

/* Backgrounds will cover all the section
* --------------------------------------- */
.section{
	background-size: cover;
}
.slide{
background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*Adding background for the slides
* --------------------------------------- */

#slide1{
	background-image: url(images/elaialefkadacover33.jpg);
	padding: 0;
}
#slide2{
	background-image: url(images/lacasarosacover.jpg);
	padding: 0;
}
#slide3{
	background-image: url(images/neapolisaptcover3.jpg);
	padding: 0;
}
#header {
    position: fixed;
    height: auto;
    display: block;
    width: 100%;
    background: #fff;
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
    padding: 20px 0;
    top: 0px;
}
h1 {
    margin: 0;
}
h1 img {
    width: 266px;
    height: auto;
    float: left;
    padding: 0 0 0 20px;
}
.menu {
    background: #eff3f5;
    margin: 10px 0 0 0;
    padding: 2px 0 4px 0;
    display: none;
}
.pad_cont {
    width: auto;
    text-align: center;
    margin: 0 auto;
    float: left;
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu .pad_cont {
    padding: 0;
    display: inline-block;
    width: 100%;
}
.menu span {
    display: none;
}
.menu a {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    color: #444444;
    padding: 0 14px;
    border-right: 1px solid #c9a96f;
    font-weight: 700;
}
.menu a:last-child {
    border-right: none;
}
.menu a:hover, .menu a:focus {
    color: #c9a96f;
}
.title_bg {position: absolute;left: 0;bottom: 0;display: block;width: 100%;background-color: rgba(182, 210, 148, 0.63);padding: 8px 0;}
.hotel_link:hover .title_bg {
    background-color: rgba(124, 179, 60, 0.83);
}
h2 {
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
h2:after {
    content: url(images/link_icon.png);
    display: inline-block;
    margin: 0 0 0 6px;
}
p {
    text-align: left;
    color: #fff;
    font-size: 16px;
}
.footer {
background: #DBEAD4;
    padding: 20px 0;
    min-height: 80px;
    float: left;
    width: 100%;
}
.footer p {
    color: #444444;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
}
ol, ul {
    list-style: none;
}
.footer_txt {
	float:left;
}
.share {
	float:right;
}
.style a{
    display: inline-block;
}
.copyrght_cont {
    padding: 20px 0 0 0;
    min-height: 66px;
    float: left;
    width: 100%;
}
.copyrght_cont a, .copyrght_cont p {
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.3;
    color: #444444;
    padding: 4px 0 0 0;
}
.mob_menu {
    display: block;
}
.mob_menu {
    position: relative;
    float: right;
    margin: 10px 0 0 0;
}
.mob_menu ul {
    float: none;
    clear: both;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
    right: 0;
    text-align: center;
    z-index: 10000;
    display: none;
}

.mob_menu.show_menu ul {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fefefe;
}




.mob_menu a, #nav-icon3, .intro_btn_cont a{
}
.mob_menu a:hover, .mob_menu a:active {
    background: #444444;
    color: #fff;
}
#nav-icon3:focus span, #nav-icon3:hover span, .show_menu #nav-icon3 span{
    background: #444444;
}
.mob_menu.show_menu  ul {
    display: block;
}
.mob_menu.show_menu  ul li{
    display: block;
}
.mob_menu.show_menu ul li img {
    width: 159px;
    height: auto;
    margin: 20px 0;
}
.mob_menu.show_menu ul li a{
    display: block;
}
.mob_menu ul li a {
    border-top: 1px solid #444444;
}
.mob_menu ul li+li+li a {
	border-top:none;
}
.mob_menu ul li a {
    padding: 12px 10px;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    background: #444444;
}
.espa {
    position: fixed;
    bottom: 15px;
    right: 10px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    overflow: hidden;
    font-size: 28px;
	line-height: 16px;
	background-color: #fff;
    z-index: 999;	
}
.espa:hover {
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
	line-height: 16px;	
}
.espa img {
    display: inline-block;
	max-width: 181px; 
	border: 0px;
}
.espaclose {
	color: #000;
	background-color: #fff;
	font-size: 14px !important;
	float: right;	
	margin-right: 5px !important;	
	margin-left: 5px !important;		
	margin-top: 2px !important;	
	font-weight: bold;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 40px;
    height: 22px;
    position: relative;
    float: right;
    margin: 0 20px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 99999;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #444444;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.hide_overflow {
    overflow: hidden!important;
}
.hide_overflow #nav-icon3 {
    margin: 0 20px 0 0;
}
#section1 {
    height: auto!important;
}
.share a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
@media (max-width: 1240px) {
.pad_cont {
    padding: 0 20px;
}	
.menu .pad_cont {
    padding: 0;
    display: inline-block;
    width: 100%;
}
}
@media (max-width: 910px) {
h1 img {
    width: 156px;
    height: auto;
    float: left;
    padding: 0 0 0 20px;
}
.mob_menu {
    margin: 0;
}
}
@media (max-width: 840px) {
.menu a {
    padding: 0 14px;
}	
}
@media (max-width: 720px) {
.mob_menu {
	display:block;
}
.menu {
	display:none;
}
h1 img {width: 146px;height: auto;float: left;padding: 0 0 0 20px;}
.title_bg {
    padding: 6px 0;
}	
p, h2 {
    font-size: 14px;
}
}
@media (max-width: 460px) {
.footer_txt {
    float: none;
    text-align: center;
}
.footer p {
    text-align: center;
}
.share {
    float: none;
    margin: 16px 0 0 0;
}
.footer {
    min-height: 140px;
}	
.espa {
    position: fixed;
    bottom: 22px;
    right: 10px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    overflow: hidden;
    font-size: 28px;
	line-height: 16px;
    z-index: 999;
}
.espa:hover {
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
	line-height: 16px;
}
.espa img {
    display: inline-block;
	max-width: 120px; 
	border: 0px;
}
}
@media (max-height: 605px) {
.mob_menu {
	display:block;
}
.menu {
	display:none;
}
h1 img {
    width: 150px;
    height: auto;
    float: left;
    padding: 0 0 10px 20px;
}
.title_bg {
    padding: 6px 0;
}	
p, h2 {
    font-size: 14px;
}
}
@media (max-height: 420px) {
h1 img {
    width: 100px;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    margin: 4px 20px 0 0;
}
p, h2 {
    font-size: 12px;
}
}