@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: 'Noto Serif', 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
* --------------------------------------- */
#slide6{
	background-image: url(images/newacropolispenthouse.jpg);
	padding: 0;
}
#slide5{
	background-image: url(images/mykonoslegrandbleu.jpg);
	padding: 0;
}
#slide3{
	background-image: url(images/saintnicholasvillas05.jpg);
	padding: 0;
}
#slide4{
	background-image: url(images/mykonosscorpion.jpg);
	padding: 0;
}
#slide1{
	background-image: url(images/saintnicholasvillas02.jpg);
	padding: 0;
}
#slide2{
	background-image: url(images/mykonospanorama.jpg);
	padding: 0;
}
#slide10{
	background-image: url(images/mykonosbougainvilleacover.jpg);
	padding: 0;
}
#header {
    position: fixed;
    height: auto;
    display: block;
    width: 100%;
    background: #fff;
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
    padding: 10px 0 0 0;
    top: 0px;
}
h1 {
    margin: 6px 0;
}
h1 img {
    width: 410px;
    height: auto;
    float: left;
    padding: 26px 0 10px 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;
    padding: 0 20px;
}
.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: #5a5a5a;
    padding: 0 14px;
    border-right: 1px solid #888888;
    font-weight: 700;
}
.menu a:last-child {
    border-right: none;
}
.menu a:hover, .menu a:focus {
    color: #888888;
}
.title_bg {position: absolute;left: 0;bottom: 0;display: block;width: 100%;background-color: rgb(90 90 90 / 78%);padding: 20px 0;}
.hotel_link:hover .title_bg {
    background-color: rgb(90 90 90 / 95%);
}
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: #e9e9e9;
    padding: 20px 0;
    min-height: 80px;
    float: left;
    width: 100%;
}
.footer p {
    color: #5a5a5a;
    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%;
    text-align: center;
}
.copyrght_cont img {
    margin: 0 auto;
}
.copyrght_cont a, .copyrght_cont p {
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.3;
color: #122d47;
    padding: 4px 0 0 0;
}
.mob_menu {
    display: block;
}
.mob_menu {
    position: relative;
    float: right;
    margin: 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: #818181;
    color: #fff;
}
#nav-icon3:focus span, #nav-icon3:hover span, .show_menu #nav-icon3 span{
    background: #888888;
}
.mob_menu.show_menu  ul {
    display: block;
}
.mob_menu.show_menu  ul li{
    display: block;
}
.mob_menu.show_menu ul li img {
width: 156px;
    height: auto;
    margin: 20px 0;
}
.mob_menu.show_menu ul li a{
    display: block;
}
.mob_menu ul li a {
    border-top: 1px solid #95daf7;
}
.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: #5f5f5f;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 31px;
    height: 20px;
    position: relative;
    float: right;
    margin: 36px 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: 4px;
    width: 100%;
    background: #5a5a5a;
  border-radius: 9px;
  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: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#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: 10px 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: 326px;
    height: auto;
    float: left;
    padding: 30px 0 10px 10px;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    margin: 26px 20px 0 0;
}
}
@media (max-width: 840px) {
.menu a {
    padding: 0 14px;
}	
}
@media (max-width: 720px) {
.mob_menu {
	display:block;
}
.menu {
	display:none;
}
h1 img {
width: 326px;
    height: auto;
    float: left;
    padding: 20px 0 10px 10px;
}
.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;
}	
}
@media (max-width: 340px) {
h1 img {
    width: 166px;
}
}
