/* CSS Document */

#articles_conteiner{
	width:100%;
	min-height:200px;
	background-color:#5fbeff;
	background-image:url(../images/contact-mountains.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-bottom:180px;
	position:relative;
}
#articles_conteiner:before{
	content:"";
	background-image:url(../images/contact-back.png);
	width:638px;
	height:221px;
	display:block;
	position:absolute;
	margin-left:-319px;
	top:0;
	left:50%;
}

#articles{
	padding-top:230px;
	width:980px;
	margin:0 auto;
}
#xarths{
	width:100%;
	background-image:url(../images/map.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:309px;
}

.contact h2, .conto {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:27px;
	color:white;
	display:block;
	text-align:left;
	text-indent: 366px;
}
.tikto, .tikto a{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:white;
	float:left;
	height:53px;
	margin-left:10px;
	
}
.adim, .mailim, .phoneim{
	float:left;
	clear:left;
	width:54px;
	height:53px;
	margin-bottom:10px;
}
.adim{background-image:url(../images/odos.png);
background-repeat:no-repeat;
background-position:center;
}
.mailim{background-image:url(../images/mail.png);
background-repeat:no-repeat;
background-position:center;
}
.phoneim{background-image:url(../images/phone.png);
background-repeat:no-repeat;
background-position:center;
}
#leftcont{float:left;}
#rightcont{float:right;}
.ad, .ma{line-height:53px;}
.ph{padding-top:8px;}