
/*
 * GENERAL
 */
.span-sub
{
	color:#222222;
}
.page-title
{
	font-size: 20px;
	color:#222222;
}

.page-sub
{
	font-size: 20px;
/*	color:#c8ab7d; */
	color:#494949;
	margin-bottom: 30px;
}
.lblc{
    position:absolute;
    opacity: 0;
}
/*
 * WELCOME
 */
#welcome
{
	
}

.welcome-text
{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #222222;
	text-align:justify;
	line-height: 28px;
}

.welcome-service
{
	display:block;
	background: #f5f5f5;
	color:#222222;
	border-radius:50%;
	height: 120px;
	line-height: 120px;
	width: 120px;
	text-align:center;
	margin-top: 20px;
	margin-bottom:10px;
}

.welcome-service div, .welcome-service a
{
	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;  
  	font-size:12px;   
  	width: 60px; 
}

.welcome-service a
{
	text-decoration:none;
	color:#FFFFFF !important;
}

.welcome-service-left
{
	color:#C8AB7D !important;
	background: #222222 !important;
}

.welcome-service-right
{
	color:#FFFFFF !important;
	background: #C8AB7D !important;
}

.welcome-apart-block
{
	margin-top: 60px;
	margin-bottom: 60px;
}

.welcome-apart
{
	position:relative;
	overflow: hidden;
}

.welcome-apart img
{
	width: 100%;
}

.cover
{
	position:absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 100%;
/*	background:  rgba(200,171,125, .75);  */
    background: #494949;
	overflow: hidden;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.into-cover
{
	background:#222222;
	position:absolute;
	left: 0px;
	right: 0px;
	bottom:0px;
	top: 100%;	
	overflow:hidden;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.into-cover div
{
	position:absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-size: 12px;
	color: #FFFFFF;	
}

.welcome-apart .cover
{
	bottom: 30%;
}

.welcome-apart .into-cover
{
	top: 70%;
}

/*

.welcome-apart:hover > .cover
{
	bottom: 30%;
}

.welcome-apart:hover > .into-cover
{
	top: 70%;
}

*/

.welcome-apart-font
{
	font-family: 'Montserrat', sans-serif;
}

.welcome-apart-title
{
	font-size: 30px;
	color:#FFFFFF;
	margin-top: 10%;
}

.welcome-apart-sub
{
	font-size: 12px;
	color:#FFFFFF;
}

.welcome-apart-view
{
	display:block;
	font-size: 16px;
/*	color: #222222 !important; */
    color: #ffffff !important;
	text-decoration:none !important;
	margin-top: 15px;
}

.welcome-services-text div
{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #222222;
	text-align:justify;
	line-height: 28px;
}

.welcome-service-line-2
{
	background: #f5f5f5 !important; /* c2c2c2 */
	color:#222222 !important;
}

.welcome-map-div
{
	height: 400px;
}

.welcome-map-athens
{
	background-image:url('../images/welcome-athens.jpg');
	background-size:cover;
	background-position:center center;
}

.welcome-sightseeings
{
	border:solid 1px #d0cecc;
	padding-top: 40px;
	padding-bottom: 40px;
}

.map-list-distance
{
/*	color:#afafaf; */
    color:#494949;
	font-size: 16px;
}

.map-list-sightseeing
{
	color:#222222;
	font-size: 30px;
	margin-bottom: 50px;
}

.map-loc
{
	cursor:pointer;
/*	color: #c8ab7d; */
    color: #494949;
	font-size:16px;
}

.map-loc span
{
	color: #222222;
}

.map-loc:hover
{
	color: #222222;
}

.map-loc:hover > .map-loc-span
{
/*	color: #c8ab7d; */
    color: #494949;
}

#welcome-map-more
{
/*	color: #c8ab7d; */
    color: #494949;
	text-decoration:none;
	margin-top: 50px;
	display:block;
}

#welcome-map-more span
{
	color: #222222;
}

#map-more
{
	margin-left: 5px;
}



@media (max-width: 1200px) 
{	
	.map-list-distance, .map-loc
	{
		font-size: 13px;
	}
	
	.map-list-sightseeing
	{
		font-size: 24px;
	}
	
	.welcome-service
	{
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 992px) 
{
	.welcome-title, .welcome-sub,.welcome-text
	{
		/*text-align:center;*/
	}
	
	.welcome-sub
	{
		margin-bottom: 15px;
	}
	
	.welcome-text
	{
		margin-bottom: 30px;
	}
	
	.welcome-service
	{
		margin-left: auto;
		margin-right: auto;
	}
	
	.welcome-services-text
	{
		margin-top: 20px;
	}
	
	.welcome-services-circles
	{
		display:none !important;
	}
	
	.welcome-sightseeings
	{
		height: auto !important;
	}
	
	.welcome-apart-block
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.welcome-apart
	{
		max-width: 530px;
		max-height: 337px;
		float:none !important;
		margin: 30px auto 30px auto;
	}
	
	.map-list-wrap
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.welcome-sightseeings
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.map-list-sightseeing
	{
		color:#222222;
		font-size: 30px;
		margin-bottom: 10px;
	}
	
	#welcome-map-more
	{
		margin-top: 20px;
	}
}

@media (max-width: 768px) 
{
	.welcome-service
	{
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	
	.footer-menu-a
	{
		display:block;
	}
		
	.bot-slash
	{
		display:none;
	}
	
	.welcome-sightseeings
	{
		height: auto;
	}
	
	.welcome-map-athens, #map
	{
		height: 250px;
	}
}
@media (max-width: 400px) 
{
	.welcome-apart-title
	{
		font-size: 16px;
		margin-top: 8%;
	}
	
	.welcome-apart-sub
	{
		font-size: 10px;
	}
	
	.welcome-apart-view
	{
		font-size: 12px;
	}
	.into-cover div
	{
		width: 100%;
		font-size: 10px;
	}
	.welcome-apart:hover > .cover
	{
		bottom: 25%;
	}
	
	.welcome-apart:hover > .into-cover
	{
		top: 75%;
	}
}
/*
 * APARTMENTS
 */
#apartments
{
	margin-top: 140px;
	background: #f7f7f7;
	padding-top: 50px;
}

#apartments .container-fluid
{
	padding-top: 0px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.apartments-title
{
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	color: #222222;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.apartments-info
{
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	color: #222222 !important;
	font-size: 16px;
}

.apartments-info span
{
	color: #222222 !important;
}

.apartments-more span
{
	color: #494949 !important;
	text-decoration:none !important;
}

.apartments-more
{
	color: #222222 !important;
	text-align:center;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	text-decoration:none !important;
	margin-top: 25px;
	margin-bottom: 45px;
}

/*
 * APARTMENT
 */
.floorplan
{
	width: 240px;
	height: 58px;
	border:solid 1px #d0cecc;
	text-align:center;
	padding-top: 18px;
	margin-bottom: 40px;
	display:block;
	text-decoration:none !important;
	color: #222222 !important;
}

.floorplan img
{
	margin-right: 10px;
	margin-top: -3px;
}

.apartment-text, .apartment-text li
{
	font-size: 16px;
	color: #222222;
	font-family: 'PT Sans', sans-serif;
	line-height: 28px;
}

.apartment-text ul
{
	padding-left: 15px;
}

.apartment-text ul li
{
	list-style-image: url('../images/bullet.png');
	margin-bottom: 20px;
}

.apartment-text img
{
	margin-right: 7px;
	margin-bottom: 6px;
}

.apartment-text span
{
/*	color: #c8ab7d !important;  */
    color: #494949 !important;
	font-size: 20px !important;
}

.apartment-img-wrap img
{
	margin-bottom: 30px;
}

.apartment-img-text
{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #222222;
}

.apartment-location-title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #222222;
	margin-top: 80px;
	margin-bottom: 5px;
}

.apartment-location-title span
{
	margin-left: 20px;
}

.apartment-location-title img
{
	position:absolute;
}

#apartment-map
{
	margin-top: 40px;
	height: 260px;
}

.apartment-download-btn
{
	width: 348px;
	height: 60px;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	text-decoration:none !important;
	color: #FFFFFF !important;
/*	background: #c8ab7d;  */
    background: #494949;
	text-align:center;
	display:block;
	line-height: 60px;
	margin-top: 30px;
}

@media (max-width: 992px) 
{
	#apartments
	{
		margin-top: 0px;
	}
}

@media (max-width: 768px) 
{
	.apartment-download-btn
	{
		margin-left:auto;
		margin-right: auto;
	}
}

@media (max-width: 450px) 
{
	.apartment-download-btn
	{
		width: 100%;
	}
}

/*
 * ATHENS
 */
.athens-text
{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #222222;
	text-align:justify;
	line-height: 28px;
}

.athens-img
{
	margin-top: 70px;
}

.athens-img div
{
	margin-bottom: 30px;
}

/*
 * SIGHTSEEING
 */
.sightseeing-img
{
	margin-bottom: 30px;
	max-width: 370px;
}

.sightseeing-title
{
	font-family: 'PT Sans', sans-serif;
/*	color: #c8ab7d;  */
    color: #494949;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.athens-text-left
{
	padding-right: 30px;
}

.athens-text-right
{
	padding-left: 30px;
}

.sightseeing-text
{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #222222;
	text-align:justify;
	line-height: 28px;
	height: 150px;
	overflow-y:auto;
	padding-right: 10px;
}

@media (max-width: 992px) 
{
	.athens-text-left
	{
		padding-right: 0px;
	}
	
	.athens-text-right
	{
		padding-left: 15px;
	}
}

@media (max-width: 768px) 
{
	.sightseeing-img
	{
		margin-left: auto;
		margin-right: auto;
		display:block;
	}
	
	.sightseeing-title
	{
		text-align: center;
	}
	
	.sightseeing-text
	{
		height: auto;
		overflow-y:auto;
	}
}

/*
 * SERVICES
 */
.services-ul
{
	line-height: 27px;	
	font-family: 'PT Sans', sans-serif !important;
	font-size: 16px;
}

.services-ul ul
{
	padding-left: 15px;
	list-style-type:square;
	margin-bottom: 0px;
	line-height:normal;	
}

.services-ul ul li
{

	line-height:normal;	
	margin-top: 20px;
}

@media (max-width: 992px) 
{	
	.services-ul
	{
		text-align:center;
	}
}

/*
 * CONTACT
 */
#contact
{
	
}

#contact .page-title img
{
	margin-top: -4px;
}

#contact-form input
{
	width: 100%;
	height: 60px;
	border: none;
	background: #f7f7f7;
	margin-bottom: 15px;
	padding-left: 20px;
}

#contact-form textarea
{
	width: 100%;
	height: 135px;
	border: none;
	background: #f7f7f7;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-top: 20px;
	display: block;
}

#contact-form button
{
	width: 100%;
	height: 60px;
	border:none;
/*	background: #c8ab7d; */
    background: #494949;
	color: #FFFFFF;
	margin-bottom: 15px;
}

#contact-form .placeholder::-webkit-input-placeholder { font-family: 'PT Sans', sans-serif; font-size: 16px; color: #000000;}
#contact-form .placeholder::-moz-placeholder { font-family: 'PT Sans', sans-serif; font-size: 16px; color: #000000;}
#contact-form .placeholder:-ms-input-placeholder { font-family: 'PT Sans', sans-serif; font-size: 16px; color: #000000;}
#contact-form .placeholder:-moz-placeholder { font-family: 'PT Sans', sans-serif; font-size: 16px; color: #000000;}

#contact-details
{
	margin-top: 55px;	
}

#contact-details div
{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #222222;
	margin-bottom: 10px;
}

#contact-details div span
{
	color: #c8ab7d;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
/*	color: #c8ab7d;  */
    color: #494949;
}

.contact-img
{
	margin-right: 5px;
}

#captcha
{
	background-image: url('../captcha/captcha.php') !important;
	background-repeat: no-repeat !important;
	background-position:right !important;
}

