/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */
button.accbtn{margin:0; min-height:70px; padding:0 22px; border:inherit; background:none; font:inherit; width: 100%; display: block; text-align: left; color: inherit; color:#fff; font-weight:bold;}
button.accbtn span{display:block; padding:20px 15px 20px 7px; box-sizing:border-box; border-bottom:1px solid rgba(255, 255, 255, .3); font-size:1em; color:#fff; background-image:url(../img/arrowdown.png); background-repeat:no-repeat; background-position:center right; background-size:17px 10px; line-height:30px; letter-spacing:-.2px;}
[data-accordion] [data-content]{background:#fff; overflow: hidden; max-height: 0;}
[data-accordion] [data-content] [data-content]{background:#fff;}
[data-accordion] [data-content] [data-content] [data-content]{background:#fff;}
/* Requirements */
[data-accordion] [data-content]{overflow: hidden; max-height: 0;}

/* Basic Theme */
[data-accordion]{line-height: 1;}
/*[data-control], [data-content] > * {border-bottom: 1px solid #fff;}*/
[data-content] [data-accordion]{border: 0; padding: 0;}
[data-accordion] [data-control]{position:relative; width:100%;}
[data-accordion] article{padding:0}
[data-accordion] img{width:100%;}


[data-control] img.tbtn{display:inline-block;}
[data-control] img.tbtn_space{display:none;}