

.wrapper-inner > .row-container > .container-fluid > .row-fluid .span3 {
  left: -1500px;
}
.wrapper-inner > .row-container > .container-fluid > .row-fluid .span9 {
  right: -2000px;
}

.wrapper-inner > .row-container.visible-first > .container-fluid > .row-fluid .span3 {
  left: 0px;
}
.wrapper-inner > .row-container.visible-first > .container-fluid > .row-fluid .span9 {
  right: 0px;
}


.food .item__module {
  right: -2000px;
}
.food .item__module.visible-first {
  right: 0;
}

.news .item {
  right:-2000px;
}
.news .item.visible-first {
  right: 0;
}
.news .item.item_num0 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news .item.item_num1 {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.news .item.item_num2 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}


.calendar .item_introtext {
  right: -2000px;
}
.calendar .visible-first .item_introtext {
  right: 0;
}

.lunch .item__module {
  left: 1500px;
}
.lunch .item__module.visible-first {
  left: 0;
}

.coffee .item__module {
  right: -2000px;
}
.coffee .item__module.visible-first {
  right: 0;
}

#copyright {
  left: -1500px;
}
#copyright.visible-first {
  left: 0;
}
