/* general styles */
div.centerContent{
  width: 1000px;
}

/*    HOME    */
div.content.home div.topContent div.centerContent{
  width: 1024px;
}
div.content.home div.topContent div.centerContent div.homeHeaderCircle{
  width: 280px;
  height: 280px;
  border-radius: 140px;
}
div.content.home div.topContent div.centerContent div.homeHeaderCircle a{
  width: 120px;
  height: 120px;
  border-radius: 60px;
}
div.content.home div.topContent div.centerContent article.homeHeaderText{
  padding: 140px;
  padding-right: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}
div.slideShowHolder div.arrow.left{
  left: 15px;
}
div.slideShowHolder div.arrow.right{
  right: 15px;
}

/*      PORTFOLIO     */
div.portfolioGroups a{
  width: 234px;
  height: 234px;
  border-radius: 117px;
  margin-left: 5px;
  margin-right: 5px;
}


@media screen and (max-width: 1200px) {
  div.itemOverview{
    margin-top: 30px;
    background: none;
  }
  div.itemOverview:before{
    content: "";
    background: none;
  }
}
div.itemOverview div.album{
  width: 310px;
}
div.itemOverview a span.imageHolder{
  height: 198px;
}

/*      PRICES      */
div.priceCol{
  width: 310px;
}
div.priceCol p{
  font-size: 0.9em;
}
div.priceCol p.note{
  font-size: 0.75em;
}

/*      CONTACT     */
div.content.contact div.textHolder{
  width: 665px;
}
div.timesHolder{
  width: 300px;
  padding: 40px;
}
