#contact-info
{
	color:#2d3e50;
	font-size:15px;
	line-height:32px;
	padding:20px 0px;
}
#contact-info ul
{
	padding:0px;
	list-style:none;
	padding-right:20px;
}
#contact-info h3
{
	color: #2d3e50;
	font-size: 20px;
	padding:0px 15px;
}
.send
{
	background-image:url('../img/ic_send.png');
	height:58px;
	width:58px;
	background-color:transparent;
	float:right;
	border:none !important;
	position:relative;
	margin-top:-60px;
}
.form-group label
{
	/*color:#2d3e50 !important;*/
	font-size:14px !important;
	font-weight:normal !important;
	font-family: Ubuntu-M;
}
.form-control
{
	height:51px !important;
	border:1px solid #e1e1e1 !important;
}
textarea.form-control
{
	height:100px !important;
}
.img_contact
{
	padding:30px 0px;
}
.contact_msg
{
	font-size:15px;
	color:#2d3e50;
	font-family: Ubuntu-M;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 767px) 
and (orientation : portrait)
{
	#contact-info{font-size:14px;}
	.send
	{
		float:none;
		text-align:center;
		margin:20px 0px;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 767px) 
and (orientation : landscape)
{
	#contact-info,.contact_msg{font-size:14px;}
	.send
	{
		float:none;
		text-align:center;
		margin:20px 0px;
	}
}