.service-icon
{
	display: block;
    margin-top: 0px;
    float: left;
    height: 90px;
    width: 90px;
}
.servicetext
{
	float: left;
    width: 80%;
    text-align: left;
	margin-left: 15px;
}
.servicebox
{
	margin-bottom: 15px;
}
.service-icon img
{
	width: 100%;
	height: 100%;
}
.ia-services-item
{
	margin-top: 0px !important;
}
.servicetext h4 a
{
	color: #000 !important;
    font-weight: 700;
    font-size: 21px;	
}
.servicetext p
{
    color: #454545;
    font-size: 15px;	
}
.ia-item-full
{
     width: 333px;
    display: block;
    float: left;
    height: 270px;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.ia-item-full .gradient {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTgxMzJkIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwYjA5MTYiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(4deg, rgba(12, 10, 19, 0.8) 0%, rgba(11, 9, 22, 0.45) 25%, rgba(0, 0, 0, 0.1) 45%, transparent 55%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(12, 10, 19, 0.8)), color-stop(25%, rgba(11, 9, 22, 0.45)), color-stop(45%, rgba(0, 0, 0, 0.1)), color-stop(55%, transparent));
    background: -webkit-linear-gradient(4deg, rgba(12, 10, 19, 0.8) 0%, rgba(11, 9, 22, 0.45) 25%, rgba(0, 0, 0, 0.1) 45%, transparent 55%);
    background: -o-linear-gradient(4deg, rgba(12, 10, 19, 0.8) 0%, rgba(11, 9, 22, 0.45) 25%, rgba(0, 0, 0, 0.1) 45%, transparent 55%);
    background: -ms-linear-gradient(4deg, rgba(12, 10, 19, 0.8) 0%, rgba(11, 9, 22, 0.45) 25%, rgba(0, 0, 0, 0.1) 45%, transparent 55%);
    background: linear-gradient(4deg, rgba(12, 10, 19, 0.8) 0%, rgba(12, 10, 19, 0.45) 25%, rgba(0, 0, 0, 0.1) 45%, transparent 55%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc18132d', endColorstr='#00000000', GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1)
}
.ia-item-full:first-child
{
	margin-right: 10px;
}
.ia-item-full h2
{
	font-size: 23px;
    line-height: 1.1;
    font-weight: 700;
	margin: 6px 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}
.ia-item-full a
{
	text-decoration: none;
    border: none;
    outline: 0;
	margin: 0;
    padding: 0;
}
.ia-item-full h2 a
{
	color: #FFF;
}
.ia-item-full p
{
    font-size: 13px;
    color: #FFF;	
}
.ia-item-full .img
{
	min-width: 100%;
    min-height: 100%;
}
.ia-item-full .text
{
	position: absolute;
    left: 18px;
    right: 20px;
    bottom: 20px;
}
.ia-item-full .img img
{
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    max-width: none;
}
.ia-item-full .comments-number
{
    color: #fff;
    background: rgb(230, 73, 20);
    font-size: 10px;
    font-weight: 600;
    min-width: 23px;
    padding: 2px 3px 1px 2px;
    text-align: center;
    position: absolute;
    line-height: 1.5;
    -webkit-transition: background 0.3s,border-color 0.3s;
    -moz-transition: background 0.3s,border-color 0.3s;
    transition: background 0.3s,border-color 0.3s;
    top: 10px;
    right: 10px;
}
.blog .item .text h2 a {
    font-size: 22px;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: 600;
}
.blog .item:first-child {
    padding-top: 10px;
	border-top: 1px solid #ebebeb;
}
.blog .item {
    padding: 18px 0 22px;
    border-bottom: 1px solid #ebebeb;
    overflow: auto;
}
.blog .item .text {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%;
    padding-top: 2px;
}
.blog .item .img {
    float: left;
    display: block;
	margin-right: 20px;
	border: 1px solid #ebebeb;
}
@media screen and (min-width: 768px)
{
	.blog .item .text {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 70.10533%;
	}
}
.blog .item .text h2 {
    margin-bottom: 10px;
    line-height: 27px;	
	margin-top: 0px;
}
.blog .item .text p {
    color: gray;
	font-size: 14px;
}
.blog .item .text .info {
    font-size: 10px;
    color: gray;
    text-transform: uppercase;
    margin-top: 12px;
}
.blog
{
	margin-top: 10px;
}
.ia-circs-image
{
	width: 100%;
	height: 350px;
	overflow: hidden;
	display: block;
	position: relative;
	border: 1px solid rgba(204, 204, 204, 0.57);
}
.ia-circs-image img
{
	
}
.ia-circs-image .caption
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.ia-circs-body
{
	font-size: 14px;
	word-wrap: break-word;
	line-height: 1.5;
    color: #1a1a1a;	
}
a.ia-item-thumbnail
{
	float: left;
    width: 100%;
    position: relative;
    display: block;
    height: 270px;	
}
h1.page-header
{
    color: #0056a2;
    font-weight: bold;
    border-bottom: 0px;	
}
div.circs-entry h3
{
	font-size: 14px;
    float: right;
    margin: 0;
    line-height: 22px;
}
div.circs-entry p.ia-item-date
{
	float: left;
}

#iota-labels .nav-tabs>li>a,
#iota-labels .nav-tabs
{
	background: transparent;
	border: 0;
}
.row-fluid section.circs-bg
{
	margin: 0;
}
.timeline-both-side{
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}
.timeline-both-side:before{
  background-color: #FFF; 
  bottom: 0; 
  content: " "; 
  left: 50%; 
  position: absolute; 
  top: 0; 
  width: 4px;
}
.timeline-both-side:after{
    border-radius: 50%;
    bottom: -22px;
    content: "";
    height: 28px;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    width: 28px;
    background: #FFF;
    border: 5px solid #e1e1e1;
}
.timeline-both-side-services__dot
{
	border-radius: 50%;
    top: -22px;
    content: "";
    height: 28px;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    width: 28px;
    background: #FFF;
    border: 5px solid #e1e1e1;
}
.timeline-both-side li {
  position: relative; 
  float: left; 
  width: 100%;
 list-style-type: none; 
}
.timeline-both-side li .border-line{
  background-color: #ccc; 
  font-size: 1.4em; 
  height: 1px; 
  left: 50%; 
  margin-left: -8%; 
  position: absolute; 
  text-align: center; 
  top: 50%; 
  width: 8%; 
  z-index: 100;
}
.timeline-both-side li.opposite-side .border-line{
  left: auto; 
  right: 50%; 
  margin-left: 0; 
  margin-right: -8%;
}
.timeline-both-side li .border-line:before {
      background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #e1e1e1;
  content: ""; 
  height: 14px; 
  position: absolute; 
  right: -13px; 
  top: -11px; 
  width: 14px;
}
.timeline-both-side li.opposite-side .border-line:before{
  left: -9px; 
  right: auto;
}
.timeline-both-side li .timeline-description {
  border-radius: 2px; 
  background-color: #f1f1f1; 
  border: 1px solid #ccc; 
  float: left; 
  font-size: 13px; 
  padding: 10px; 
  position: relative; 
  width: 42%;
  margin-top: 2%;
}
.timeline-both-side li.opposite-side .timeline-description{
  float: right;
}
.timeline-both-side li .timeline-title {
  border-radius: 2px; 
  background-color: #07446B;
  float: left; 
    font-size: 18px;
    font-weight: bold; 
  padding: 10px; 
  position: relative; 
  width: 42%;
  color: #FFF;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.timeline-both-side li.opposite-side .timeline-title {
  float: right;
}
.service-icon span
{
	background-image: url('../img/ips_icon.png');
}
div.ia-circs-item
{
    min-height: 150px;	
}