.contact-img{
	width: 200px;
	height: 200px;
}

.contact-img-empty{
	width: 200px;
	height: 200px;
}

.contact{
	position: relative;
	width: 100%;
	margin: 2em 0;
	clear: left;
}

.contact-photo{
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}

.contact-info{
	position:relative;
	overflow: hidden;
}

.contact-name{
	line-height: 1.7em;
	font-size: 1em;
}

.contact-status{
	font-size: 1em;
	/*margin-bottom: 10px;*/
}

.contact-phone{
	font-size: 1em;
	display: inline-block;
	margin-right: 1em;
}
.contact-phone a {
	vertical-align: top;
}

.contact-phone:before{
	background-image: url('phone.png');
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    margin-top: 5px;
}

.contact-email{
	font-size: 1em;
	display: inline-block;
	margin-right: 1em;
}

.contact-email a {
	vertical-align: top;
}

.contact-email:before{
	background-image: url('at.png');
	background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    margin-top: 5px;
}

.contact-skype{
	font-size: 1em;
	display: inline-block;
}
.contact-skype a {
	vertical-align: top;
}

.contact-skype:before{
	background-image: url('skype.png');
	background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    margin-top: 5px;
}

@media (max-width: 480px){
	.contact-img{
		width: 100px;
		height: 100px;
	}
	
	.contact-img-empty{
		width: 100px;
		height: 100px;
	}
	
	.contact-info{
		overflow: initial;
	}
	
	.contact-photo{
		margin-right: 1em;
		margin-bottom: 1em;
	}
}