@font-face {
	font-family: Lato-BoldItalic;
	src: url(../css/fonts/Lato-BoldItalic.ttf);
}
@font-face {
	font-family: Lato-Regular;
	src: url(../css/fonts/Lato-Regular.ttf);
}
*{
	font-family: 'Open Sans', sans-serif;
}
.dolphin{
	display: block;
	margin-top:10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.page-title{
	font-weight: 300;
	color: #63b3e7;
	font-size: 37px;
	text-align: center;
}
.page-text{
	font-family: Lato-Regular;
	text-align: center;
	color: #9e9e9f;
	font-size: 17px;
}
.page-text-title{
	font-family: Lato-Regular;
	text-align: center;
	color: #9e9e9f;
	font-size: 21px;
}
#slogan.open{
	opacity: 1;
	top: 50%;
}
#slogan{
	opacity: 0;
	width: 900px;
	text-align:center;
	position:absolute;
	left: 50%;
	top: 48%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 800ms ease-out;
	-moz-transition: all 800ms ease-out;
	-ms-transition: all 800ms ease-out;
	-o-transition: all 800ms ease-out;
	transition: all 800ms ease-out;
}
#slogan .text-up{
	padding: 10px 60px 10px 60px;
	background: rgba(200,200,200,.7);
	font-weight: 300;
    color: #fff;
    font-size: 37px;
    text-align: center;
    margin-bottom: 5px;
    display: inline-block;
	line-height: 35px;
}
#slogan .text-down{
	padding: 15px 30px 15px 30px;
	background: rgba(99,179,231,.6);
	font-size: 30px;
	font-weight: 100;
	color: #fff;
	display: inline-block;
	line-height: 24px;
}
@media (max-width: 768px) {
	.page-title{
		font-size: 28px;
	}
}

/* welcome */
.overflow{
	padding-top:50px;
	padding-bottom: 50px;
}
.overflow-block{
	position: relative;
	background: rgba(91,179,231, .8);
	z-index: 1;
	width: 560px;
	height: 265px;
	padding: 15px 40px 15px 40px;
	margin-top: 70px;
}
.overflow .title{
	max-width: 285px;
	margin-left: 50px;
	margin-bottom: 20px;
}
.overflow .title div{
	text-align: center;
	line-height: 35px;
	font-size: 32px;
	font-weight: 100;
	font-style: italic;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
.overflow .text{
	text-align: center;
	max-width: 400px;
	font-size: 16px;
	font-weight: 100;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
.overflow-height{
	height: 410px;
}
.inner-rectangle{
	border:solid 1px #ffffff;
	height: 100%;
}
.overflow-back img{
	display:none;
}
#welcome .overflow-back{
	background: url(../images/sunshine-back.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	padding: 20px;
}
.explore{
	position: relative;
	display: block;
	width: 265px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	background: #689bbe;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 18px;
	margin-left: 100px;
	margin-top: 10px;
}
.welcome-rooms .page-title{
	margin-bottom: 40px;
}
.welcome-room{
	margin-bottom: 40px;
}
.welcome-room a{
	display: block;
	position: relative;
	text-decoration: none !important;
}
.welcome-room:hover .welcome-room-img div{
	background: rgba(91,179,231, .7);
}
.welcome-room:hover .welcome-room-title{
	top: 25%;
}
.welcome-room-wrap{
	position: relative;
}
.welcome-room-title{
	background: #5BB3E7;
	text-align: center;
	padding-top: 5px;
	height: 50px;
	color: #ffffff;
	font-size: 23px;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.welcome-room-img{
	position: relative;
}
.welcome-room-img div{
	z-index: 1;
	position:absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: transparent;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.welcome-room-info{
	border:solid 1px #dcdcdc;
	background: #e8e8e8;
	padding-bottom: 10px;
}
.welcome-room-info div{
	color: #646262;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.map-wrap{
	position: relative;
}
.map.page-title{
	margin-bottom: 40px;
}
#map{
	height: 500px;
}
.map-text{
	max-width: 705px;
	z-index: 1;
	position: absolute;
	top: 50%;
	right: 50px;
	font-size: 23px;
	font-style: italic;
	font-weight: 300;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.map-text ul{
	padding-left: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #3f3f3f;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
}
.triangle{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.welcome-santorini{
	position: relative;
	margin-top: 20px;
	height: 420px;
	background: url(../images/welcome.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
.welcome-santorini .back{
	display:none;
}
.welcome-santorini a{
	background: #5db0e6;
	width: 385px;
	height: 65px;
	line-height: 65px;
	display: block;
	text-decoration: none !important;
	text-align: center;
	color: #ffffff !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media (max-width: 1200px) {
	.map-text{
		max-width: 500px;
	}
	.map-text .italic{
		font-size: 22px;
	}
	.map-text ul{
		padding-left: 20px;
		margin-top: 40px;
		margin-bottom: 40px;
		font-size: 18px;
	}
}
@media (max-width: 992px) {
	.overflow{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.overflow .title {
		max-width: none;
		margin-left: auto;
		margin-left: auto;
	}
	.overflow .text {
		max-width: none;
	}
	.overflow-block {
		background: rgba(91,179,231, .8);
		z-index: 1;
		width: auto;
		height: auto;
		padding: 15px 15px 15px 15px;
		margin-top: 0px;
		position: relative;
		right: 0px;
		top: 50%;
	}
	.overflow-back img{
		display:block;
	}
	.overflow-back, .overflow-height{
		background: none !important;
		height: auto !important;
	}
	.explore {
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	.welcome-rooms .page-title {
		margin-bottom: 20px;
	}
	.welcome-room a{
		max-width: 380px;
	}
	.welcome-santorini{
		background: none;
		height: auto;
	}
	.welcome-santorini .back{
		display:block;
	}
	.welcome-santorini a {
		width: 150px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}
	#map{
		height: 300px;
	}
	.map-text{
		display: none;
	}
}
@media (max-width: 768px) {
	.welcome-room{
		margin-bottom: 20px;
	}
	.map.page-title{
		margin-bottom: 20px;
	}
	.triangle{
		display: none;
	}
}

/* LOCATION */
#location .overflow-back{
	background: url(../images/why-location.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	padding: 20px;
}
#location .overflow-block {
	height: auto;
	padding: 15px 40px 15px 40px;
	margin-top: 55px;
}
#location .overflow-block .title div{
	text-align: left;
}
#location .overflow-block .title{
	margin-left: 0px;
}
#location .overflow-block .text{
	text-align: left;
	font-weight: 600;
}
#location .overflow-block .text ul *{
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	font-family: Lato-BoldItalic, sans-serif;
}
#location .overflow-block .text ul{
	padding-left: 20px;
}
.distances{
	padding-bottom: 50px;
}
.distances .page-title{
	margin-bottom: 45px;
}
.distances .text{
	color: #3f3f3f;
	font-weight: 300;
	font-style: italic;
	font-size: 25px;
}
.distances .text span{
	display:block;
	font-weight: 600;
	font-size: 20px;
	font-style: normal;
	margin-top: 35px;
	margin-bottom: 35px;
}
.reach-page-title{
	margin-bottom: 40px;
}
.reach{
	background: url(../images/reach.png);
	background-repeat: no-repeat;
	background-size:cover;
	position:relative;
	padding-top: 70px;
	padding-bottom: 55px;
	margin-bottom: 40px;
}
.reach .text{
	text-align: center;
	font-style: italic;
	font-weight: 300;
	font-size: 24px;
	color: #636262;
	margin-bottom: 30px;
}
.reach .air, .reach .boat{
 	color: #ffffff;
	font-weight: 300;
	font-style: italic;
	font-size: 21px;
}
.reach .air a, .reach .boat a{
	text-decoration: none !important;
	color: #ffffff !important;
}
.reach .air ul, .reach .boat ul{
	list-style-type: none;
	padding-left: 0px;
}
.reach .air .title, .reach .boat .title{
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	display: block;
}
.reach .air span, .reach .boat span{
	color: #636262;
}
@media (max-width: 992px){
	#location .overflow-block .title div, #location .overflow-block .text {
		text-align: center;
	}
	#location .overflow-block .text ul{
		list-style-type: none;
		padding-left: 0px;
	}
	#location .overflow-block {
		margin-top: 20px;
	}
	#location .overflow-back{
		padding: 15px;
		padding-top: 0px;
	}
	.reach{
		text-align: center;
	}
}
@media (max-width: 768px){
	.distances{
		padding-bottom: 25px;
	}
	.distances .page-title{
		margin-bottom: 20px;
	}
	.distances .text span{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.distances .text{
		font-size: 20px;
	}
	.distances .text span{
		font-size: 16px;
	}
	.reach{
		padding-top: 25px;
		padding-bottom: 25px;
		margin-bottom: 20px;
	}
	.reach .text{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.reach-page-title{
		margin-bottom: 20px;
	}
	.reach .text{
		font-size: 18px;
	}
	.reach .air, .reach .boat{
		color: #ffffff;
		font-weight: 300;
		font-style: italic;
		font-size: 16px;
	}
	.reach .air .title, .reach .boat .title {
		font-size: 18px;
	}
}

/* ACCOMMODATION */
#accommodation .revert .overflow-block{
	margin-left: -72px;
	background: rgba(181,181,181,.8);
}
#accommodation .overflow-block{
	background: rgba(91,179,231, .9);
	z-index: 1;
	width: 560px;
	height: 270px;
	padding: 15px 40px 15px 40px;
	margin-top: 70px;
}
#accommodation .overflow-back img{
	width: 100%;
}
#accommodation .overflow .title{
	max-width: none;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#accommodation .room-size{
	margin-top: 5px;
	margin-bottom: 5px;
}
#accommodation .room-arrow{
	position: absolute;
	top: 0px;
	left: 45px;
}
#accommodation .overflow .title div{
	text-align: left;
	line-height: 35px;
	font-size: 32px;
	font-weight: 100;
	font-style: italic;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
#accommodation .overflow .text{
	text-align: left;
	max-width: 400px;
	font-size: 16px;
	font-weight: 100;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
#accommodation .revert .room-arrow{
	position: absolute;
	top: 0px;
	left: auto;
	right: 45px;
}
#accommodation .revert.overflow{
	text-align: right;
}
#accommodation .revert.overflow .title div{
	text-align: right;
}
#accommodation .revert.overflow .text{
	text-align: right;
	margin-left: 80px;
}
#accommodation .overflow-back{
	background-repeat: no-repeat;
	background-size:cover;
	padding: 20px;
}
#accommodation .room-no-pad{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#accommodation .information{
	width: 265px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	text-decoration: none !important;
	color: #ffffff !important;
	font-size: 17px;
	background: #b5b5b5;
	margin-left: 45px;
	margin-top: 10px;
	display: inline-block;
}
#accommodation .revert .information{
	background: #89bbdc;
	margin-left: auto;
	margin-right: 45px;
}
@media (max-width: 1200px) {
	#accommodation .revert .overflow-block{
		margin-left: -156px;
	}
}
@media (max-width: 992px) {
	#accommodation .room-no-pad{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#accommodation .overflow-block {
		width: 100%;
		height: auto;
		padding: 15px 40px 15px 40px;
		margin-top: 20px;
	}
	#accommodation .overflow-back {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#accommodation .revert .overflow-block {
		margin-left: auto;
	}
	#accommodation .overflow .title div{
		text-align: center;
	}
	#accommodation .overflow .text{
		text-align: center;
		max-width: none;
	}
	#accommodation .revert.overflow .title div{
		text-align: center;
	}
	#accommodation .revert.overflow .text{
		text-align: center;
		max-width: none;
		margin-left: auto;
	}
	#accommodation .revert .room-arrow{
		right: 50%;
		left:auto;
		-ms-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	#accommodation .room-arrow{
		left:50%;
		right: auto;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#accommodation .room-size{
		margin: 5px auto;
		display: block;
	}
	#accommodation .information{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 768px) {
	#accommodation .information{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
}

/* ROOM */
#room .page-text{
	margin-top: 25px;
	font-family: Lato-Regular !important;
}
.room-info span{
	color: #63b3e7 !important;
}
#room .room-info{
	color: #9e9e9f;
	font-size: 17px;
}
#room .room-info *{
	font-family: Lato-BoldItalic !important;
}
.room-info ul {
	display: inline-block;
	position: relative;
	margin-top: 25px;
	margin-bottom: 35px;
	padding-left: 0px;
	list-style-type:none;
}
.room-info ul li{
	position: relative;
}
.room-info ul li::before {
	content: '\25CF';
    position: absolute;
    font-size: 13px;
    top: 2px;
    margin-left: -18px;
}
.room-gallery{
	margin-top: 50px;
	margin-bottom: 15px;
}
.room-book{
	padding: 16px 15px 16px 15px;
	background: url(../images/room-bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
.room-book a{
	display: block;
	text-decoration: none !important;
	color: #5b5a5a !important;
	font-weight: 600;
	font-size: 19px;
	width: 388px;
	height: 65px;
	line-height: 65px;
	background: #63b3e7;
	text-align:center;
}
.other-rooms{
	padding-top: 40px;
	padding-bottom: 40px;
}
.other-rooms .page-title{
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	#room .room-info{
		font-size: 16px;
	}
	#room .page-text{
		margin-top: 15px;
		font-size: 16px;
	}
	.room-info ul {
		margin-top: 15px;
		margin-bottom: 15px;
		list-style-type: none;
	}
	.room-gallery{
		margin-top: 20px;
	}
	.room-book a span{
		display: none;
	}
	.room-book a{
		font-size: 16px;
		width: auto;
		height: 45px;
		line-height: 45px;
	}
	.other-rooms{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.other-rooms .page-title{
		margin-bottom: 20px;
	}
}

/* FACILITIES */
#facilities .page-title{
	margin-bottom: 20px;
}
#facilities .list{
	color: #9e9e9f;
	font-size: 16px;
	text-align: center;
}
#facilities .list ul li{
	position: relative;
}
#facilities .list ul li::before {
	content: '\25CF';
	position: absolute;
	font-size: 16px;
	top: -3px;
	margin-left: -18px;
}
#facilities .list ul{
	display: inline-block;
	position: relative;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#facilities .list span{
	color: #63b3e7;
	font-weight: 700;
	font-style: italic;
}
#facilities .welcome-santorini{
	position: relative;
	margin-top: 40px;
	height: 420px;
	background: url(../images/facilities.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}

@media (max-width: 992px) {
	#facilities .welcome-santorini{
		position: relative;
		margin-top: 20px;
		height: auto;
		background: none;
		background-repeat: no-repeat;
		background-size:cover;
	}
	#facilities .welcome-santorini a {
		width: 250px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}
	#facilities .welcome-santorini img{

	}
}
@media (max-width: 768px) {
	#facilities .page-title{
		margin-bottom: 0px;
	}
	#facilities .list ul{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* GALLERY */
#gallery {
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 70px;
}
.wrap {
	max-width: 1100px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
#container {
	margin-top: 30px;
}
.item {
	margin: 5px;
	overflow:hidden;
}
.item img {
	width: 100%;
}
.item-1 {
	width: 285px;
	height: 420px;
}
.item-2 {
	width: 235px;
	height: 250px;
}
.item-3 {
	width: 485px;
	height: 350px;
}
.item-4 {
	width: 285px;
	height: 180px;
}

@media (max-width: 1125px){
	.item{
		width: 250px !important;
		height: auto !important;
	}
}
@media (max-width:992px) {
	#gallery{
		margin-top: 60px;
		padding-top: 0px;
		padding-bottom: 30px;
	}
}

/* SANTORINI */
.santorini-text{
	padding-bottom: 45px;
}
#santorini .page-text-title{
	margin-top: 30px;
	margin-bottom: 30px;
}
.santorini-gallery{
	margin-bottom: 40px;
}

/* CONTACT */
#contact .page-title{
	margin-bottom: 40px;
}
.contact-input{
	width: 100%;
	border:solid 1px #dadada;
	height: 50px;
	padding: 15px;
	margin-bottom:45px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	color: #6f6f6f
}
.contact-text{
	width: 100%;
	border:solid 1px #dadada;
	height: 148px;
	padding: 15px;
	margin-bottom:20px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	color: #6f6f6f
}
.contact-form{
	margin-top: 60px;
	margin-bottom: 80px;
}
.contact-captcha{
	width: 170px;
	height: 30px;
	border:solid 1px #dadada;
	background: #ffffff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	color: #848181;
	text-align:center;
}
#captcha{
	width: 65px;
	height: 30px;
	border:solid 1px #dadada;
	background: #848181;
	background: url(../captcha/captcha.php);
	background-repeat: no-repeat;
	cursor: not-allowed;
}
.contact-inline{
	text-align:right;
}
.contact-inline .elem{
	display: inline-block;
}
.contact-submit{
	width: 100%;
	height: 30px;
	border:solid 1px #dadada;
	background: #63b3e7;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-szie: 17px;
	font-weight: 700;
	color: #ffffff;
}
.placeholder::-webkit-input-placeholder { font-family: 'Roboto', sans-serif; font-size: 13px; color: #6f6f6f !important;}
.placeholder::-moz-placeholder { font-family: 'Roboto', sans-serif; font-size: 13px; color: #6f6f6f !important;}
.placeholder:-ms-input-placeholder { font-family: 'Roboto', sans-serif; font-size: 13px; color: #6f6f6f !important;}
.placeholder:-moz-placeholder { font-family: 'Roboto', sans-serif; font-size: 13px; color: #6f6f6f !important;}

@media (max-width: 992px) {
	.contact-submit{
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	#contact .page-title{
		margin-bottom: 10px;
	}
	.contact-form{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.contact-input{
		margin-bottom:20px;
	}
	.contact-text{
		margin-bottom:20px;
	}
}