@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_caroufredsel {
  overflow: hidden;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 0 0 -36px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel ul li {
  padding: 0 0 0 36px;
  margin: 0;
  display: block;
  float: left;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  top: 50%;
  display: block;
  height: 20px;
  width: 20px;
  margin: -10px 0 0 0;
  background: #000;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.caroufredsel_prev:hover,
.caroufredsel_next:hover {
  background: #fff;
  color: #000;
}
.caroufredsel_prev span,
.caroufredsel_next span {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.caroufredsel_prev {
  left: 36px;
}
.caroufredsel_next {
  right: 0;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
.welcome {
  position: relative;
}
.welcome .caroufredsel_pagination {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
}
.welcome .caroufredsel_pagination a {
  margin: 0 3px 0 4px;
  padding: 0;
  height: 9px;
  width: 9px;
  display: inline-block;
}
.welcome .caroufredsel_pagination a span {
  text-indent: -9999px;
  height: 9px;
  width: 9px;
  background: #1e1e1e;
  display: inline-block;
  border-radius: 50%;
}
.welcome .caroufredsel_pagination a.selected span {
  background: #f7941d;
}
.services {
  position: relative;
}
.services .item {
  text-align: center;
}
.services .item .item_content {
  padding: 9px 0 0;
}
.services .item .img-intro {
  margin-bottom: 13px;
}
.services .item .img-intro img {
  padding: 0;
  border-bottom: none;
}
.services .item p {
  line-height: 24px;
  padding: 0 35px 18px;
}
.services .item .readmore {
  padding: 0;
  width: 100%;
}
.services .caroufredsel_prev,
.services .caroufredsel_next {
  margin: 0;
  width: 13px;
  height: 21px;
  background: url(../images/modarr.png) no-repeat;
  top: 12px;
  right: 20px;
  left: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  cursor: pointer;
}
.services .caroufredsel_prev span,
.services .caroufredsel_next span {
  font-size: 0;
  text-indent: -9999px;
}
.services .caroufredsel_prev:hover,
.services .caroufredsel_next:hover {
  background: url(../images/modarr.png) no-repeat 0 -21px;
}
.services .caroufredsel_next {
  right: 5px;
  background: url(../images/modarr.png) no-repeat right 0;
}
.services .caroufredsel_next:hover {
  background: url(../images/modarr.png) no-repeat right -21px;
}
.clients .list_carousel {
  margin: 0 20px;
}
.clients .list_carousel .item {
  text-align: center;
  min-height: 53px;
}
.clients .caroufredsel_prev,
.clients .caroufredsel_next {
  margin: 0;
  width: 13px;
  height: 21px;
  background: url(../images/modarr.png) no-repeat;
  top: 17px;
  left: -20px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  cursor: pointer;
}
.clients .caroufredsel_prev span,
.clients .caroufredsel_next span {
  font-size: 0;
  text-indent: -9999px;
}
.clients .caroufredsel_prev:hover,
.clients .caroufredsel_next:hover {
  background: url(../images/modarr.png) no-repeat 0 -21px;
}
.clients .caroufredsel_next {
  left: auto;
  right: -20px;
  background: url(../images/modarr.png) no-repeat right 0;
}
.clients .caroufredsel_next:hover {
  background: url(../images/modarr.png) no-repeat right -21px;
}
