@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext');
body {
	font-size: 16px;
	color: #626262;
	line-height: 26px;
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
	background-color:#fff;
	text-align:center;
}
@media screen{
@font-face{
	font-family: 'Comfortaa', cursive;
}
}

h1, h2, h3, h4, h5, h6 {
    color: #009ba3;
    margin: 0;
	text-align: center;
	font-family: 'Comfortaa', cursive;
}
h1{
	font-size: 30px;
	margin: 20px 0 20px 0;
	font-weight: 300;
	line-height: 36px;
}
h2{
	font-size: 26px;
	margin-bottom: 7px;
	font-weight: 300;
	margin-top: 20px;
}
h3{
	font-size: 20px;
	margin-bottom: 7px;
	font-weight: 300;
	margin-top: 20px;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/page-loader.gif) 50% 50% no-repeat rgb(250,250,250);
}
/*Button
=============================*/
.Button{
	text-align:center;
}
.Button a.btn-primary {
	padding: 10px 36px;
	font-size: 14px;
	border: 0px;
	border-radius: 0px;
    background-color:#eacb85;
	background-image: none;
    color: #3a3a3a;
	font-family: 'Comfortaa', cursive;
	text-decoration: none;
	text-shadow: none;
	box-shadow:none;
	border-radius: 0px;
	transition: all 0.3s ease 0s;
}
.Button a.btn-primary:hover, .Button a.btn-primary:focus, .Button a.btn-primary:active, .Button a.btn-primary.active{
    background-color: #ceae64;
    color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 0px;
}
.TopHeader{
	/*position: absolute;
	z-index:1000;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;*/
	background-color: #eacb85;
	height: 45px;
}

.overSlider{
	position: fixed;
	z-index:1000;
	width:100%;
}


/*.TopHeader2{
	position: absolute;
	z-index:1000;
	width: 100%;
	padding-top: 5px;
	background-color: #eacb85;
}*/
/*Weather
========================== */
.weather{
	color:#FFF;
	font-size: 20px;
	padding: 5px 15px;
}
.weather img{
	vertical-align: bottom;
	margin-left: 10px;
}

/*Lang
=========================== */
.Lang{
	margin-left: 20px;
}
.Lang .form-control{
	color: #FFF;
	padding: 0px;	
	border-radius: 0px;
	background-color:transparent;
	border-right: 1px solid #FFF;
}
.Lang option{
	color: #555;
}
.Lang .btn-default{
	background-color:#eacb85;
}
.Lang .btn-default.btn{
	border-radius: 0px;
	border-right: 1px solid #FFF;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	padding: 7px 15px;
}
.Lang .btn-default:hover,
.Lang .btn-default:focus,
.Lang .btn-default:active,
.Lang .btn-default.active,
.Lang .open>.dropdown-toggle.btn-default{
	background-color:#eacb85;
	transition: all 0.3s ease 0s;
}
.Lang ul.dropdown-menu{
	background-color:#eacb85;
	border-radius: 0px;
	border: 0px;
	min-width: 60px;
	margin: 0px;
	padding: 0px;
}
.Lang ul.dropdown-menu>li>a{
	color:#FFF;
	padding: 10px 20px;
}
.Lang ul.dropdown-menu>li>a:hover,
.Lang ul.dropdown-menu>li>a.selected{
	color:#FFF;
	background-color:#f9cd76;
	transition: all 0.3s ease 0s;
}

.search{
	/*float: right;*/
	padding-top: 4px;
}
.search .navbar-form{
	margin-top: 0px;
	margin-bottom: 0px;
}
.search .navbar-form .input-group{
	color:#FFF;
			}
.search .form-control::-moz-placeholder{
	color:#FFF !important;
}
.search .form-control::-webkit-input-placeholder {
   color: #FFF;
}

.search .form-control:-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

.search .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}

.search .form-control:-ms-input-placeholder {  
   color: #FFF;  
}
.search .form-control{
	color:#FFF !important;
	border-radius: 0px;
	height: 37px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right:0px;
	background-color:transparent;
	-webkit-box-shadow: 0px #FFFFFF;
	box-shadow: none;
}
.search .btn{
	border-radius: 0px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left:0px;
	padding: 6px 12px 7px 12px;
	background-color:transparent;
}
.search .btn-default:hover, .search .btn-default:focus,
.search .btn-default:active, .search .btn-default.active,
.open>.dropdown-toggle.btn-default {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.ezsearch-form  {
	margin-top:20px;
			text-align:left;
		}
.ezsearch-form .input-search{
	color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
height: 47px;
padding: 13px 12px;
font-size: 14px;
line-height: 1.42857143;
			
}

/*SecondTop
============================= */
.SecondTop{
	margin: 10px 0;
		    display: flex;
    align-items: center;
}
.SecondTop2{
	background: rgba(255, 255, 255, .9);
	padding: 5px 0 6px 0;
	    display: flex;
    align-items: center;
	
}
.SecondTop2 .col-lg-2.col-md-2.col-sm-2.col-xs-7{
	margin: 20px 0 0px 0;
}
.Logo img{
	margin: 0px auto;
	text-align: center;
}
.Logo a, .logoInner a {
	display:block;
	}
/*
.logoInner img.gen {
		margin-top:25px;	
		}
*/

.logoInner img{
	width:90px;
	}
/*Petra Hotel
=========================== */
.Petra_Hotel{
	background: url(../media/1279/petra-hotel-home-mysamos.jpg?quality=70) 70% 0 no-repeat;/* fixed;*/
	margin: 0 auto;
	padding: 60px 0 60px 0;
	background-position: center center;
	background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	
	margin-bottom: 20px;
}
.Nafsika_Hotel{
	background: url(../media/1278/nafsika-hotel-home-mysamos.jpg?quality=70) 50% 0 no-repeat;/* fixed;*/
	margin: 0 auto;
	padding: 60px 0 60px 0;
	background-position: center center;
		background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.hotelBlue{
	position: relative;
	color: #FFF;
	font-size: 14px;
	width: 500px;
	margin: 0px auto;
	padding: 70px 0 30px 0;
	line-height: 20px;
	background:url(/media/1648/blue.png) repeat left top;
}
.hotelBlue a{
	color:#FFF;
	text-decoration: underline;
}
.hotelBlue a:hover{
	color:#FFF;
	text-decoration: underline;
}
.IntroLogo{
	position: absolute;
	z-index: 10;
	left: 30%;
	top: -50px;
	background-color: #FFF;
	padding: 5px 25px;
}

/*BookButton
=============================*/
.BookButton{
	padding-top: 3px;
	margin-right:15px;
	text-align:center;
}
.BookButton img{
	vertical-align: text-top;
}
.BookButton a.btn-primary {
	padding: 10px 24px;
	font-size: 15px;
	border: 0px;
	border-radius: 0px;
    background-color:#fff;
	background-image: none;
    color: #e49e16;
	font-family: 'Comfortaa', cursive;
	text-decoration: none;
	text-shadow: none;
	box-shadow:none;
	border-radius: 0px;
	transition: all 0.3s ease 0s;
}
.BookButton a.btn-primary:hover, .BookButton a.btn-primary:focus, .BookButton a.btn-primary:active, .BookButton a.btn-primary.active{
    /*background-color: #f9cd76;*/
	background-color:#fff;
    color: #e49e16;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 0px;
  -webkit-box-shadow: inset 0 0 0 5px #fbe59d;
  -moz-box-shadow: inset 0 0 0 5px #fbe59d;
  box-shadow: inset 0 0 0 5px #fbe59d;
}

/*IntroText
=========================== */
.IntroText{
	padding:20px 0 40px 0;
	color:#004f6e;
	font-size: 16px;
	text-align: center;
	background-color:#fff;
	margin-bottom: 0px;	
}
.IntroText h1{
	font-size: 22px;
}
	
/*Intro Footer
=========================== */
.IntroFooter{
	padding:20px 0;
	color:#a0cdd0;
	font-size: 20px;
	text-align: center;
	background-color:#007e84;
	margin-bottom: 0px;
}

ul.social{
	margin:20px 0 0px 0;
	padding:0px;
}
ul.social li{
	display: inline;
	list-style-type: none;
}
ul.social a{
	text-decoration: none;
	opacity: 1;
}
ul.social a:hover{
	text-decoration: none;
	opacity: 0.5;
}

.Copyright{
	font-size: 12px;
	padding: 10px 0 7px 0;
	text-align: center;
	color: #585858;
}
.Copyright a{
	color:#004f6e;
	text-decoration: none;
}
.Copyright a:hover{
	color:#eacb85;
	text-decoration: underline;
}



a {
	color: #009ba3;
	text-decoration:none;
}
a:hover {
	color: #eacb85;
	text-decoration: none;
}
.down{
	position: absolute;
    width: 100%;
    height: 59px;
    bottom: 0%;
    left: 0%;
	z-index: 100;
	background:url(../images/down.png) no-repeat top center;
}


/*Newsletter
======================== */
.Newsletter{
	background-color: #009ba3;
	margin-bottom: 40px;
	color: #FFF;
	font-size: 20px;
	padding: 25px 0;
	margin-top: 70px;
}
.newsletterBox{
	color:#FFF;
}
.Newsletter img{
	margin-bottom: 15px;
}
.Newsletter input.mailBox {
	color: #fff;
	border: medium;
	font-size: 16px;
	width: 240px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 9px 15px;
	background-color: #009ba3;
	border-radius: 0px;
	border:2px solid #fff;
}

.Newsletter input.mailBox::-moz-placeholder{
	color:#FFF !important;
}
.Newsletter input.mailBox::-webkit-input-placeholder {
   color: #FFF;
}

.Newsletter input.mailBox:-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

.Newsletter input.mailBox::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}

.Newsletter input.mailBox:-ms-input-placeholder {  
   color: #FFF;  
}




.submitBtn.btn-primary {
	font-family: 'Comfortaa', cursive;
	background-color:#03696e;
	background-image: none;
	border: medium;
	font-size: 17px;
	border-radius: 0px;
	padding: 12px 20px;
	margin-bottom: 10px;
	vertical-align: bottom;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.submitBtn.btn-primary:hover, .submitBtn.btn-primary:focus{
	background-color:#eacb85;
	transition: all 0.3s ease 0s;
	color: #009ba3;
}

.MainText{
	margin-top: 40px;
	margin-bottom: 40px;
}
.MainText#gallery, .MainText#contForm{
	margin-top: 0px;
	padding-top: 150px;
}

/*Carousel
======================= */
.carousel-control.left {
  left: -100px;
  width: 84px;
  height: 83px;
  background: url(../images/left.png) no-repeat left top;
  filter: brightness(0);
}
.carousel-control.right {
  right: -100px;
  width: 84px;
  height: 83px;
  background: url(../images/right.png) no-repeat right top;
  filter: brightness(0);
}
.carousel-control {
	display: none;
}
.carousel-indicators li {
	border: 1px solid #eacb85;
}
.carousel-indicators .active {
	background-color: #eacb85;
}
.carousel-indicators {
	bottom: -30px;
}

@media (max-width: 1199px) {
	.carousel-control.left,
	.carousel-control.right {
		background-size:75%;
	}
	.carousel-control.right {
		right: -60px;
	}
	.carousel-control.left {
		left: -60px;
	}
}

@media (max-width: 480px) {
	.carousel-control.left,
	.carousel-control.right {
		background-size:50%;
	}
}
		
/*BannerBoxes
======================= */
.BannerHeader{
	color:#009ba3;
	font-size: 30px;
	background-color:#dedede;
	position: relative;
	padding: 60px 0 20px 0;
}
.BannerHeaderLogo img {
	position: absolute;
	top: -30px;
	left: 0px;
	right: 0px;
	z-index: 10;
	margin: 0px auto;
}
.BannerContainer.row{
	margin-top: 60px;
	margin-bottom: 20px;
	margin-left:0px;
	margin-right: 0px;
}
.BannerCol{
	position: relative;
	overflow: hidden;
	font-family: 'Comfortaa', cursive;
}
.BannerCol.col-lg-4.col-md-4.col-sm-4,
.BannerCol.col-lg-6.col-md-6.col-sm-6
			{
	padding-right: 0px;
	padding-left: 0px;
}
.title{
	text-align: left;
	font-family: 'Comfortaa', cursive;
	font-size: 20px;	
	background-color:#eacb85;
}
.title .Icon{
	/* background-color:#d79d2c;*/
	padding: 5px 15px 0px 15px;
	display: inline-table;
}
.title .Bannerlabel{
	padding:14px 0 8px 85px;
}
.title a{
	color:#FFF;
	text-decoration: none;
	display:block;
}
.title a:hover{
	color:#fff;	
	text-decoration: none;
}
.border{
	display:block;
}
.BannerBoxes{
	background-color:#eacb85;
}
.BannerBoxes img{
	position: relative;
	overflow:hidden;
}

/*a:hover */.BannerBoxes:hover img{
	/*display: inline-block;*/
	opacity: 0.7;
}
.BannerBoxes .overlay {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
	display: none;
}
/*a:hover */.BannerBoxes:hover .overlay {
    display: block;
    transition: all 0.3s ease 0s;
}

.BannerBoxes .btn {
	position: absolute;
	bottom:30px;
			z-index:15;
	right:30px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(255, 255, 255, 0.75);
box-shadow:         0px 0px 5px 0px rgba(255, 255, 255, 0.75);
		}

/*Contact
========================== */
.Contact{
	margin-top: 80px;
	margin-bottom: 60px;
}
.Contact h2{
	margin-top:50px;
	margin-bottom: 20px;
}

.Contact p {
	margin:20px;
	}
a.mail{
	color:#3a3a3a;
	font-size: 20px;
	text-decoration: none;
	background-color:#eacb85;
	padding: 15px 25px;
	margin-top: 20px;
	/*display:block;*/
	text-align: center;
}
a:hover mail{
	color:#3a3a3a;
	font-size: 20px;
	text-decoration: none;
	background-color:#eacb85;
	padding: 15px 25px;
}


/*.FullPicContact
========================= */
.FullPicContact{
	background: url(../images/contact.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 115px 0 45px 0;
	margin: 120px 0;
	background-position: center center;
	background-size: cover;
	color: #FFF;
	font-size: 15px;
}
.Contitle{
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Comfortaa', cursive;
	background:url(../images/brd.gif) no-repeat center bottom;
}
.social ul{
	padding: 30px 0 0 0;
}
.social li{
	padding: 0 20px;
	display: inline-block;
}
.social a{
}
.social a:hover{
	opacity: 0.7;
	transition: all 0.3s ease 0s;
}


/*FooterBd
================================ */
.FooterBd{
	position: relative;
	font-size: 20px;
	color:#a0cdd0;
	text-align: center;
	padding: 20px 0 30px 0;
	background-color: #007e84;
	margin-bottom: 0px;
}
#TopPage img{
	position: absolute;
	top: -34px;
	left: 0px;
	right: 0px;
	z-index: 10;
	margin: 0px auto;
}


/*FooterMenu
===================== */
.FooterMenu ul{
	text-align: center;
	margin: 30px 0px 20px 0px;
	padding: 0px;
	font-size: 14px;
}
.FooterMenu li{
	display: inline;
	list-style-type: none;
}
.FooterMenu a{
	color:#a0cdd0;
	padding: 0 10px;
	text-decoration: none;
}
.FooterMenu a:hover, .FooterMenu a.selected{
	color:#FFF;
	text-decoration: none;
}
 

/*VillaPhotos
========================== */
/*.VillaPhotos div div {
	margin-bottom: 23px;
	}
.VillaPhotos .col-lg-6.col-md-6.col-sm-6{
	margin-bottom: 20px;
}*/

ul.ListText {
	margin: 0px;
	padding: 0px;
	padding: 10px 0;
}
ul.ListText li {
	display: block;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 3px;
	background: url(../images/arrow.gif) no-repeat left 10px;
}



/*gallery
====================== */
/*#gallery div div{
	margin-bottom: 30px;
	max-height: 160px;
	overflow: hidden;
}
#gallery div div a {
	display:block;
}
*/

.guestbook-col {
	margin-bottom: 30px;
		}

.masonry {
  max-width: 1200px;
}

.masonry .item,
.masonry .grid-sizer {
  width:  25%;
}

.masonry .item,
.masonry .grid-sizer {
  height: 170px;
  float: left;

	/*padding-bottom:10px;*/

}
.masonry .item .inner{
  margin: 10px;
  height: 150px;
		overflow: hidden;
}
.item.w2 { width:  50%; }

.item.height2 { height: 340px; }

.masonry .item.height2 .inner{
  margin: 10px;
  height: 320px;
		overflow: hidden;
}

/*contForm
====================== */
.contForm{
	text-align: left;
}
.MainText#contForm h1{
	text-align: left;
}
.MainText#contForm p{
	text-align: left;
	margin-bottom: 25px;
}
#theForm{
	text-align: left;
}
#theForm .form-control	{
	border-radius: 0px;
	border: 2px solid #ccc;
}
.contactform .row {
padding-bottom: 15px;
}
.ContMap {
	text-align:left;
	}
.ContMap p{
	/*text-align:center;*/
}
.ContMap img{
	margin-top: 50px;
	margin-bottom: 50px;
}

.ContMap a.mail {
	tex
	}



#map-canvas {
  height: 480px;
	position:relative;
	text-align:center;
}

.btn-map {
	position:absolute;
		bottom:10px;
	left:0;
	right:0;
}
.btn-map a {
			color:#fff;
			background:#009ba3;
			padding:8px 15px 6px 15px;

		}


/*navigation portfolio
===========================================*/
.navigation-portfolio .post-navigation {
  font-size: 16px;
  color: #006ab6;
  text-align:center;
  padding: 30px 0;
}
.navigation-portfolio a {
  color: #009ba3;
 }


.navigation-portfolio .post-navigation.right{
	text-align:right;	
}
.navigation-portfolio .post-navigation a.next{
	width:auto;
	height: 23px;
	margin-right: 5px;
	display:inline-block;
	background:url(../images/left.gif) no-repeat left center;
	padding-left:24px;
}
.navigation-portfolio .post-navigation a.prev{
	width:auto;
	height: 23px;
	margin-left: 5px;
	display:inline-block;
	background: url(../images/right.gif) no-repeat right center;
	padding-right:24px;
}


.navigation-portfolio a.prev.disabled, .navigation-portfolio a.next.disabled {
 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
			
		}
	
@media (min-width: 992px) and (max-width: 1199px){
/*gallery
====================== */
/*#gallery div div{
	max-height: 130px;
}*/






}


@media (min-width: 768px) and (max-width: 991px) {
/*gallery
====================== */
/*#gallery div div{
	max-height: 90px;
}*/
.title .Bannerlabel {
	font-size:16px;
		}

.masonry .item,
.masonry .grid-sizer {
  height: 130px;

}
.masonry .item .inner{
  margin: 10px;
  height: 110px;
		overflow: hidden;
}

.item.height2 { height: 260px; }

.masonry .item.height2 .inner{
  margin: 10px;
  height: 240px;
		overflow: hidden;
}

a.mail{
	font-size: 15px;
	padding: 15px 18px;
}

}
	
@media (max-width: 767px) {	
.btn-sm.btn-default.bookBtn{
	text-align: center;
}
		
.masonry .item,
.masonry .grid-sizer {
  height: 130px;

}
.masonry .item .inner{
  margin: 10px;
  height: 110px;
		overflow: hidden;
}
.item.w2 { width:  25%; }

.item.height2 { height: 130px; }

.masonry .item.height2 .inner{
  margin: 10px;
  height: 110px;
		overflow: hidden;
}

#map-canvas {
  height: 250px;
}

.Petra_Hotel{
background-attachment: scroll;
}
.Nafsika_Hotel{

		background-attachment: scroll;

}


}

@media (max-width: 480px) {
.hotelBlue{
	width: 90%;
}
.IntroLogo{
	left: 20%;
}
.Logo{
	margin-top: 8px;
}
.MainText{
	font-size: 14px;
}
.BannerHeader{
	font-size: 22px;
	padding: 50px 0 10px 0;
}
.title{
	font-size: 18px;
}
.social li {
	padding: 0 14px;
}

.Newsletter {
font-size: 18px;
padding: 25px 15PX;
}

h1 {
	font-size: 28px;
	margin: 0px 0 10px 0;
}
.Contact h2 {
	font-size: 22px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.masonry .item, .masonry .grid-sizer {
width: 50%;
}		
.masonry .item,
.masonry .grid-sizer {
  height: 130px;

}
.masonry .item .inner{
  margin: 10px;
  height: 110px;
		overflow: hidden;
}
.item.w2 { width:  50%; }

.item.height2 { height: 130px; }

.masonry .item.height2 .inner{
  margin: 10px;
  height: 110px;
		overflow: hidden;
}
}



@media (max-width : 320px) {
	
/*.hotelBlue {
	width: 280px;
	padding: 70px 20px 30px 20px;
}*/
.IntroLogo{
	left: 12%;
}
.Logo{
	margin-top: 10px;
}
.social li {
	padding: 0 14px;
}
a.mail{
	font-size: 16px;
	padding: 15px 18px;
}
.Newsletter {
	font-size: 16px;
	padding: 25px 15px;
}
}

.offers {
	justify-content:center;
		display:flex;
	}

.italics {
	font-style: italic;
}

.loyalty {
	color: #FFF;
	margin-right: 10px;
}
.loyalty:hover {
	color: #009ba3;
}/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

