.call {
	height: 100%;
	position: relative;
}
.call a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-block;
	padding: 6px 12px;
	background: #4B781E;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid white;
	border-radius: 4px;
	text-decoration: none;
}

.call a:hover {
	text-decoration: underline;
}


#callform {
	display: block;
	width: 604px;
	height: 395px;
	position: fixed;
	top: 200px;
	background: white;
	border: 2px solid #FF800A;
	padding: 20px;
	font-size: 18px;
	z-index: 999;
}

#callform label {
	display: inline-block;
	width: 150px;
	font-size: 18px;
}

#callform div.row {
	margin: 12px;
	height: 40px;
}

#callform div.row:last-child {
	text-align: right;
}

#callform div.row input[type='text'] {
	font-size: 18px;
	width: 374px;
	vertical-align: top;
	color: #FF800A;
	padding: 6px 1px;
  height: 40px;
  display: inline-block;
  line-height: 1.5;
}
#callform div.row textarea {
	font-size: 18px;
	width: 374px;
	vertical-align: top;
	color: #FF800A;
	padding: 6px 1px;
  display: inline-block;
  line-height: 1.5;
  height: 75px;
}

#callform .small {
	font-size: 14px;
}
#callform .row:before, #callform .row:after {
  content: none;
}
#callform .row.text {
  height: 75px;
}
#callform .row.label {
	font-style: italic;
	font-size: 14px;
  color: #FF800A;
}

.row.h1 {
	font-size: 26px;
	color: #FF800A;
	text-align: center;
}

#callsend {
	display: inline-block;
	padding: 6px 12px;
	background: white;
	color: #FF800A;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #FF800A;
	border-radius: 4px;
	text-decoration: none;
}

#callsend:hover {
	text-decoration: underline;
}

#callclose {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url('/templates/ts_bizspeak/local/css/images/gtk-close.png') no-repeat;
}

#callform .rez {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 400px;
	height: 40px;
	color: red;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}

#calloverlay {
	background: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 998;
	display: none;
}
/**************************/
.article-content .img {
    display: inline-block;
    margin: 5px 10px;
}
.img_right {
  float: right;
  margin: 5px 15px;
}
.img_left {
  float: left;
  margin: 5px 15px;
}
#usligi {
    text-align: center;
}
#usligi .col-sm-3.team-item {
    min-height: 205px;
}
#usligi .h4.team-item-name {
    font-size: 16px!important;
}
#usligi .col-sm-3.team-item img {
    max-width: 100%;
    height: 130px;
    text-align: center;
    margin: 0 auto;
}
#usligi .col-sm-3.team-item {
    min-height: 190px;
}