/* ©Copyright The Coffee Cup Agency | All Rights Reserved */
/*
######################################################
	MAIN
######################################################
*/
/*
*************************************************
	HOVER PLACES BG
*************************************************
*/
.places_icon_light_blue {
	position: absolute;
	margin: 51px 0px 0px 239px;
	width: 50px;
	height: 50px;
	background: url(/images/places_icon_blue.png) right no-repeat;
}
.hover_places_bulgaria:hover .hover_text_bulgaria {
	width: 300px;
	border-radius: 25px;
	position: absolute;
	margin-left: 33px;
	display: block;
	border: solid #333333 1px;
	background-color: #fff;
	padding: 20px;
}
.hover_text_bulgaria {
	font-family: Helvetica, Arial, sans-serif;
	display: none;
	font-weight: 500;
	line-height: 1.2;
	font-size: 16px;
	color: #777;
	text-align: justify;
	margin-left: 10px;
	position: absolute;
}
.hover_text_bulgaria a {
	color: #2CA1DB;
	text-decoration: none;
}
.hover_text_bulgaria a:hover {
	color: #2CA1DB;
	text-decoration: none;
}
.places_icon_light_blue_17x27 {
	position: absolute;
	background: url(/images/places_icon_blue_18x18.png) right no-repeat;
	width: 18px;
	height: 18px;
	margin: 2px 0 0 -30px;
}
/*
*************************************************
	HOVER PLACES UK
*************************************************
*/
.places_icon_blue {
	position: absolute;
	margin: 37px 0px 0px 215px;
	width: 32px;
	height: 52px;
	background: url(/images/places_icon_blue.png) right no-repeat;
}
.hover_places_uk:hover .hover_text_uk {
	width: 300px;
	border-radius: 25px;
	position: absolute;
	margin-left: 15px;
	display: block;
	border: 1px solid #333;
	background-color: #fff;
	padding: 20px;
}
.hover_text_uk {
	font-family: Helvetica, Arial, sans-serif;
	display: none;
	font-weight: 500;
	line-height: 1.2;
	font-size: 16px;
	color: #777;
	text-align: justify;
	margin-left: 10px;
	position: absolute;
}
.hover_text_uk a {
	color: #2CA1DB;
	text-decoration: none;
}
.hover_text_uk a:hover {
	color: #2CA1DB;
	text-decoration: none;
}
.places_icon_blue_17x27 {
	position: absolute;
	background: url(/images/places_icon_blue_18x18.png) right no-repeat;
	width: 18px;
	height: 18px;
	margin: 2px 0 0 -30px;
}
/*
*************************************************
	CONTACT PAGE
*************************************************
*/
.top-space{
	margin-top: 20px;
}
.mobile-bottom-space{
	margin-top: 80px;
}
.big-space{
	margin: 60px 0
}
.phone-number a {
	text-decoration:none;
	color: #2CA1DB;
}

div.background-black > div > div.section-right.address-box > div {
	padding-left: 150px;
}

div.background-black > div > div.section-right.address-box > div > p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #FFF;
	line-height: 1.7;
	text-decoration: none;
}
div.background-black > div > div.section-right.address-box > div > p > a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #2CA1DB;
	line-height: 1.7;
	text-decoration: none;
}
div.background-black > div > div.section-right.address-box > div > p > a:hover{
	color: #2CA1DB;
	text-decoration: none;
}
/*
*************************************************
	CONTACT FORM
*************************************************
*/
#form-contact > label{
	display: block;
	color: #7A7A7A;
	line-height: 1.2;
	margin-top: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
}
#form-contact > div > input{
	width: 300px;
	height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 5px;
	color: #999;
	padding-left: 15px;
	border: none;
	border: 1px solid #CCC;
}
#comment{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	width: 450px;
	min-width: 450px;
	max-width: 450px;
	height: 100px;
	min-height: 100px;
	font-size: 14px;
	padding: 15px;
	margin-top: 5px;
}
#submit-button{
	display: block;
	background-color: #2CA1DB;
	width: 100px;
	height: 40px;
	color: #FFF;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	margin-top: 20px;
	border: none;
	cursor: pointer;
}
#submit-button:hover {
	display: block;
	background-color: #000;
	list-style-type: none;
}
.error-message-label{
	display: inline-block;
}
.thank_you_img {
	margin: 60px 0;
	z-index: 99999;
}
.error {
	font-family: Helvetica, Arial, sans-serif;
	color: #2CA1DB;
	line-height: 150%;
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
	font-weight: 500;
}
/*END CONTACT FORM*/