/* Specific styles for index.php */
section > header > div > div {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #000;
  line-height: 0;
}

section > header > div > div > span {
  background:#fff;
  padding:0 10px;
}

section a {
  color: #FF9696;
}

section {
  margin-bottom: 30px;
}

.widget-products{
  /* styles for the widget itself here */
}

.widget-products .item{
  /* styles for the items here*/
}

.widget-solutions > div header {
  margin-left: 20px;
  margin-top: -34px;
  background-color: #666;
  color: #FFF;
  font-size: 20px;
}

.widget-services {
  background-color: #CCC;
}
.widget-services > header > div > div > span {
  background-color: #CCC;
}

.slidorion{
  width: auto !important;
}

#slidorion .accordion .content{
  height: 185px;
}

#slider-one {
  width: 300px;
}

#slider-one > li {
  width: 150px;
}

#slider-two {
  width: 500px;
}

#slider-two > div {
  width: 360px;
}
