/**********
* HTML 5
***********/
article, aside, details,
figcaption, figure, footer,
header, hgroup, menu,
nav, section { 
    display: block;
}
/**********
* RESET
***********/
.zl_matetabs > ul,
.zl_matetabs > ul > li{
	margin: 0;
	padding: 0;
	border: 0 none;
	text-decoration: none;
	list-style-type: none;
	font-size: 100%;
}

.zl_matetabs ul{
    background-color: #333 !Important;
}
.zl_matetabs{
	width: 100%;
	overflow: hidden;
	border:1px solid #333;
    background-color: #333 !Important;
}
.zl_matetabs > ul:after{
	clear: both;
}
.zl_matetabs > ul:after,
.zl_matetabs > ul:before{
	display: table;
  	content: "";
}
/*PADDING SET*/
.zl_matetabs > ul,
.zl_matetabs > section{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
/**********
* MAIN
***********/
.zl_matetabs > ul{
	overflow: hidden;
}
/*TABS BUTTON*/
.zl_matetabs > ul > li{
	position: relative;
	top: 0;
	left: 0;
	float: left;
	display: block;
	padding: 15px 20px;
	margin: 0;
	/*make-up*/
	font-size: 14px;
	cursor: pointer;
	border-style: solid;
	border-width: 0 1px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
/*ACCORDION BTN*/
.zl_nav_trig{
	display: none;
	padding: 15px;
	margin: 0;
	/*make-up*/
	font-size: 14px;
	cursor: pointer;
	border-style: solid;
	border-width: 1px 0;
	-moz-user-select: none;
	-webkit-user-select: none;
}
/*CONTENT*/
.zl_matetabs > section{
	width: 100%;
	padding: 20px;
	display: none;
	overflow: hidden;
}
/*IMAGE*/
.zl_matetabs > section img{
	max-width: 100%;
}
/*VIDEO*/
.zl_matetabs > section video{
	max-width: 100%;
	height: auto;
}
/*WRAPPER VIDEO*/
.video-container {
	position: relative;
	padding-bottom: 46.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
