@charset "utf-8";
li.contact-line {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #999;
	padding-top: 8px;
	margin-right: 10%;
}

.contact-countries {
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 40px;
	background-color: #e0e1e4;
}
section#contact-main-content h1 {
	font-weight: bold;
	margin: 40px 0 5px 0;
	background-color: #e0e1e4;
	display: block;
	font-size: 1.1em;
	color: black;
	line-height: 2em;
	padding: 0 0 0 2%;
}
.contact-countries img {
	margin: 0;
}
section#contact-main-content li {
	margin: 0 auto;
	line-height: 1.5em;
	font-size: 0.95em;
}
/*#contact-column-left {
	height: auto;
	width: 365px;
	float: left;
	margin-right: 70px;
	margin-left: 85px;
	width: 38%;
	margin-right: 0%;
	margin-left: 8%;
}*/

/*#contact-column-right {
	height: auto;
	width: 365px;
	width: 38%;
	margin-left: 8%;	
	float: left;
	margin-bottom: 20px;
}*/
#contact-main-content {
/*	height: auto;
	width: auto;
	margin-top: 10px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	position: relative;
	font-size: 1.05em;
	line-height: 1.20em;*/
}
#contact-main-content ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0 0 10px 20px;
}
address {
	font-style: normal;	
}

#contact-main-content ul li {
}
#contact-main-content ul.social {
}
#contact-main-content ul.social li{
	margin: 0 0 4px 0;
}
#contact-main-content ul.social li:first-child:before {
	/*content: url(../pics/facebook_logo.png);*/
	margin: 0 4px 0 0;
}
#contact-main-content ul.social li:nth-child(2):before {
/*	content: url(../pics/twitter_logo.png);*/
	content: <i class="icon-facebook"></i>;
	margin: 0 4px 0 0;
}
#contact-main-content a {
	margin: 0 0 4px 0;
	text-decoration: none;
}
#contact-main-content a:hover {
	text-decoration: underline;
}

