.line{

	margin-top:20px;
}

.line .name{
	float:left;
	width:160px;
	font-weight:bold;
	background:#ebebeb;
	color:#095D82;
	padding:5px 10px;
	border-radius:4px 0 0 4px;
	border-right:10px solid #095D82;
	padding-left: 20px;
	text-align:left;
}

.line .name:before{
	font-family: "fontello";
	content:"\e89f";
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	margin-left: -10px;
	color:#e88923;
	font-size:12px;
}

.line .description{
	float:right;
	width:758px;
	padding:4px 10px;
	border:1px solid #EBEBEB;
	border-left:1px solid #095D82;
	border-radius:0 4px 4px 0;
	
}

.line:after{
	content:".";
	visibility:hidden;
	display:block;
	font-size:0;
	line-height:0;
	clear:both;
}

h4{
	clear:both;
}

.contacts{
	min-height:395px;
}

.contacts form{
	background:#ebebeb;
	padding:10px 15px;
	border-bottom:2px solid #ddd;
}

.contacts form p{
	font-weight:bold;
	font-size: 18px;
	color:#aaa;
	text-align:center;
}
.contacts .form-group{
	margin-bottom:10px;
}
.contacts label{
	display:inline-block;
	width:80px;
	text-align:right;
	vertical-align:top;
	margin-right:10px;
}
.contacts input{
	padding:5px;
	width:282px;
	border:1px solid #ccc;
}
.contacts textarea{
	padding:5px;
	width:282px;
	height:100px;
	border:1px solid #ccc;
	resize:none;
}

.contacts textarea:focus,
.contacts input:focus{
	outline:0;
	border:1px solid #999;
	-webkit-box-shadow:inset 0 0 5px 0 #ccc;
	box-shadow:inset 0 0 5px 0 #ccc;
}
.contacts button{
	background:#ef800a;
	padding:10px 15px;
	border:1px solid #8a4a06;
	color:#fff;
	font-size:inherit;
	font-family:inherit;
	margin-left: 316px;
}
.contacts button:hover{
	background:#f39633;
	cursor:pointer;
}

.contacts button:active{
	-webkit-box-shadow:inset 1px 1px 5px 0 #8a4a06;
	box-shadow:inset 1px 1px 5px 0 #8a4a06;
	
}

.contacts button:focus{
	outline:0;
}

.contacts .empty {
	border-color: #C00 !important;
}

.contacts .left-col{
	width:480px;
	float:left;
	line-height: inherit;
}

.contacts .right-col{
	width:480px;
	float:right;
	line-height: inherit;
	text-align:left;
}

.contacts .alert{
	padding:5px;
	background:#88bd53;
	color:#fff;
	border:1px solid #76a340;
	display:none;
}

.contacts .alert *{
	padding:0;
	margin:0;
	text-shadow: 0 1px 0 #76a340;
}

.contacts .col-3{
  width:420px;
}

.component .clients ul,
.clients ul li{
	padding:0;
	margin:0;
	text-align:left;
	padding-left:10px;
}

.clients .col-1,
.clients .col-2,
.clients .col-3{
	width:295px;
}

.clients .col-1,
.clients .col-2{
	margin:0;
	margin-right: 17px;
}

.clients .col-3{
	margin: 0;
}