.bellows__item:not(.bellows--is-open) > .bellows__content {
  display: none; }

.bellows__item.bellows--is-open > .bellows__content-wrapper,
.bellows__item.bellows--is-closing > .bellows__content-wrapper {
  display: block; }

.bellows__content-wrapper {line-height: 175%;
  display: none; background-color:#fff; margin-top:-5px; padding-top: 20px; padding-bottom: 20px; color:#000; padding:0; border: 1px solid #ddd; border-left: 0; border-right: 0;border-top: 1px solid #fff; margin-bottom: -1px; overflow:hidden; position: relative; z-index: 9999;}
  
/*  
.bellows__content-wrapper li{ float: left; width:20%; margin-right:5%; overflow:hidden; display:inline-block; } 
.bellows__content-wrapper h4{ font-size:2.3vw; line-height:3vw; margin-bottom:20px;}*/

/*.bellows__content-wrapper p{filter:alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7; }*/
@media screen and (max-width:1000px) {

.bellows__content-wrapper { padding:0;}
}
@media screen and (max-width:500px) {

.bellows__content-wrapper { padding:0;}
}