@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------*/
/*	01) BASE
/*------------------------------------------------------------------*/
.magazinify_wrapper{
	position: relative;
	clear: both;
	width: 100%;
	height: auto;
}
.magazinify_wrapper:after{
	content: '';
	clear: both;
	display: table;
}
.magazinify_wrapper a{
	text-decoration: none;
	font-family: inherit;
}
.magazinify_wrapper h3{
	font-weight: 400;
}
.magazinify_wrapper h3 a{
	font-family: inherit;
}
.mz_svg{
	width: 14px;
	height: 14px;
	fill: currentcolor;
}
.magazinify_wrapper .mz_warning{
	width: 100%;
	float: left;
	clear: both;
	background-color: #eee;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 30px;
}
.magazinify_wrapper .mz_warning h3{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: 400;
	color: red;
	margin-bottom: 10px;
}
.magazinify_wrapper .mz_warning p{
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
}
.magazinify_wrapper .mz_warning span{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
}
.mz_animate{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.magazinify_wrapper [data-animation-type="none"] .hideforanimation{
	opacity: 1;
	visibility: visible;
}
/*------------------------------------------------------------------*/
/*	02) Triple hover SIMPLE
/*------------------------------------------------------------------*/
.mz_triple_hover{
	width: 100%;
	float: left;
	clear: both;
}
.mz_triple_hover .mz_th_in{
	width: 100%;
	float: left;
	clear: both;
}
.mz_triple_hover .th_simple{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 550px;
	display: -webkit-flex;
	display: flex;
}
.mz_triple_hover.simple .item.active{
	width: 64%;
	min-width: 64%;
}
.mz_triple_hover.simple .item.first_item{
	padding-left: 0px;
}
.mz_triple_hover.simple .item{
	width: 18%;
	min-width: 18%;
	padding-left: 2px;
	transition: all .5s ease;
	overflow: hidden;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple_hover.simple .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_triple_hover.simple .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_triple_hover.simple .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 30px 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple_hover.simple .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_triple_hover.simple[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_triple_hover.simple[data-title-bg="enable"] .author img,
.mz_triple_hover.simple[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_triple_hover.simple[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_triple_hover.simple[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_triple_hover.simple[data-title-bg="enable"] .date img,
.mz_triple_hover.simple[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_triple_hover.simple[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_triple_hover.simple[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_triple_hover.simple[data-title-bg="disable"] .author img,
.mz_triple_hover.simple[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_triple_hover.simple[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_triple_hover.simple[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_triple_hover.simple[data-title-bg="disable"] .date img,
.mz_triple_hover.simple[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_triple_hover.simple[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_triple_hover.simple .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_triple_hover.simple[data-title-bg="enable"] .title h3{
	margin: 0px;
	line-height: 46px;
	font-size: 30px;
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_triple_hover.simple[data-title-bg="enable"] .title h3 span{
	line-height: 1;
	display: inline;
	
	-webkit-box-shadow: 5px 0 0, -5px 0 0;
	   -moz-box-shadow: 5px 0 0, -5px 0 0;
			box-shadow: 5px 0 0, -5px 0 0;
}
.mz_triple_hover.simple[data-title-bg="disable"] .title h3{
	margin: 0px;
	font-size: 30px;
	line-height: 32px;
}
.mz_triple_hover.simple[data-title-bg="disable"] .title h3 a,
.mz_triple_hover.simple[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_triple_hover.simple .category_comment{
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 10;
}
.mz_triple_hover.simple .category_comment a{
	color: inherit;
}
.mz_triple_hover.simple .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_triple_hover.simple .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_triple_hover.simple .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_triple_hover.simple .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_triple_hover.simple[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple_hover.simple[data-post-type-type="rounded"] .post_format img,
.mz_triple_hover.simple[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_triple_hover.simple[data-post-type-type="rounded"] .post_format.video img,
.mz_triple_hover.simple[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_triple_hover.simple[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_triple_hover.simple[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_triple_hover.simple[data-post-type-type="withbg"] .post_format.video img,
.mz_triple_hover.simple[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_triple_hover.simple[data-post-type-type="withbg"] .post_format img,
.mz_triple_hover.simple[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_triple_hover.simple .item .title_holder,
.mz_triple_hover.simple .item .category_comment,
.mz_triple_hover.simple .item .post_format{
	transition: all .1s ease;
	opacity: 0;
	visibility: hidden;
}
.mz_triple_hover.simple .item .title_holder{
	transform: translateY(10px) translateZ(0px);
}
.mz_triple_hover.simple .item .category_comment{
	transform: translateY(-10px) translateZ(0px);
}
.mz_triple_hover.simple .item.active .title_holder,
.mz_triple_hover.simple .item.active .category_comment,
.mz_triple_hover.simple .item.active .post_format{
	opacity: 1;
	visibility: visible;
	transition: all .5s .5s ease;
}
.mz_triple_hover.simple .item.active .title_holder{
	transform: translateY(0px) translateZ(0px);
	transition-delay: .7s;
}
.mz_triple_hover.simple .item.active .category_comment{
	transform: translateY(0px) translateZ(0px);
}
.mz_triple_hover.simple .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;
}


.mz_triple_hover.simple[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_triple_hover.simple[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_triple_hover.simple[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_triple_hover.simple[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_triple_hover.simple[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_triple_hover.simple[data-cat-show="yes"] .category{display: block;}
.mz_triple_hover.simple[data-comment-show="yes"] .comment{display: block;}
.mz_triple_hover.simple[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_triple_hover.simple[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_triple_hover.simple[data-post-type-show="yes"] .post_format{display: block;}
.mz_triple_hover.simple[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_triple_hover.simple[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_triple_hover.simple[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_triple_hover.simple[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_triple_hover.simple[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_triple_hover.simple[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_triple_hover.simple[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_triple_hover.simple[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_triple_hover.simple[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_triple_hover.simple[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_triple_hover.simple[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
/*------------------------------------------------------------------*/
/*	03) Triple hover SLIDER
/*------------------------------------------------------------------*/
.mz_triple_hover.slider .th_slider{
	width: 100%;
	float: left;
	clear: both;
}
.mz_triple_hover.slider .item_holder{
	height: 550px;
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
}
.mz_triple_hover.slider .item.active{
	width: 64%;
	min-width: 64%;
}
.mz_triple_hover.slider .item.first_item.only_one{
	width: 100%;
	min-width: 100%;
}
.mz_triple_hover.slider .item.only_two.active{
	width: 64%;
	min-width: 64%;
}
.mz_triple_hover.slider .item.only_two{
	width: 36%;
	min-width: 36%;
}
.mz_triple_hover.slider .item.first_item{
	padding-left: 0px;
}
.mz_triple_hover.slider .item{
	width: 18%;
	min-width: 18%;
	padding-left: 2px;
	transition: all .5s ease;
	overflow: hidden;
	height: 100%;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple_hover.slider .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_triple_hover.slider .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_triple_hover.slider .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 30px 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple_hover.slider .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_triple_hover.slider[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_triple_hover.slider[data-title-bg="enable"] .author img,
.mz_triple_hover.slider[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_triple_hover.slider[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_triple_hover.slider[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_triple_hover.slider[data-title-bg="enable"] .date img,
.mz_triple_hover.slider[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_triple_hover.slider[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_triple_hover.slider[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_triple_hover.slider[data-title-bg="disable"] .author img,
.mz_triple_hover.slider[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_triple_hover.slider[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_triple_hover.slider[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_triple_hover.slider[data-title-bg="disable"] .date img,
.mz_triple_hover.slider[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_triple_hover.slider[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_triple_hover.slider .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_triple_hover.slider[data-title-bg="enable"] .title h3{
	margin: 0px;
	line-height: 46px;
	font-size: 30px;
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_triple_hover.slider[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_triple_hover.slider[data-title-bg="disable"] .title h3{
	margin: 0px;
	font-size: 30px;
	line-height: 32px;
}
.mz_triple_hover.slider[data-title-bg="disable"] .title h3 a,
.mz_triple_hover.slider[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_triple_hover.slider .category_comment{
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 10;
}
.mz_triple_hover.slider .category_comment a{
	color: inherit;
}
.mz_triple_hover.slider .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_triple_hover.slider .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_triple_hover.slider .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_triple_hover.slider .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_triple_hover.slider[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple_hover.slider[data-post-type-type="rounded"] .post_format img,
.mz_triple_hover.slider[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_triple_hover.slider[data-post-type-type="rounded"] .post_format.video img,
.mz_triple_hover.slider[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_triple_hover.slider[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_triple_hover.slider[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_triple_hover.slider[data-post-type-type="withbg"] .post_format.video img,
.mz_triple_hover.slider[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_triple_hover.slider[data-post-type-type="withbg"] .post_format img,
.mz_triple_hover.slider[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_triple_hover.slider .item .title_holder,
.mz_triple_hover.slider .item .category_comment,
.mz_triple_hover.slider .item .post_format{
	transition: all .1s ease;
	opacity: 0;
	visibility: hidden;
}
.mz_triple_hover.slider .item .title_holder{
	transform: translateY(10px) translateZ(0px);
}
.mz_triple_hover.slider .item .category_comment{
	transform: translateY(-10px) translateZ(0px);
}
.mz_triple_hover.slider .item.active .title_holder,
.mz_triple_hover.slider .item.active .category_comment,
.mz_triple_hover.slider .item.active .post_format{
	opacity: 1;
	visibility: visible;
	transition: all .5s .5s ease;
}
.mz_triple_hover.slider .item.active .title_holder{
	transform: translateY(0px) translateZ(0px);
	transition-delay: .7s;
}
.mz_triple_hover.slider .item.active .category_comment{
	transform: translateY(0px) translateZ(0px);
}
.mz_triple_hover.slider .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;
}
.mz_triple_hover.slider .owl-nav{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_triple_hover.slider .owl-nav span{
	width: 100%;
	float: left;
	height: 40px;
	cursor: pointer;
	position: relative;
	display: block;
	background-color: chocolate;
}
.mz_triple_hover.slider .owl-prev{
	width: 50%;
	float: left;
	height: 40px;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple_hover.slider .owl-next{
	width: 50%;
	float: left;
	height: 40px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple_hover.slider .owl-next span{
	transform: rotate(180deg);
}
.mz_triple_hover.slider .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 23px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_triple_hover.slider .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 17px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}

.mz_triple_hover.slider[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_triple_hover.slider[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_triple_hover.slider[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}

.mz_triple_hover.slider[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_triple_hover.slider[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 3px;
}
.mz_triple_hover.slider[data-cat-show="yes"] .category{display: block;}
.mz_triple_hover.slider[data-comment-show="yes"] .comment{display: block;}
.mz_triple_hover.slider[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_triple_hover.slider[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_triple_hover.slider[data-post-type-show="yes"] .post_format{display: block;}
.mz_triple_hover.slider[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_triple_hover.slider[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_triple_hover.slider[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_triple_hover.slider[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_triple_hover.slider[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_triple_hover.slider[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_triple_hover.slider[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_triple_hover.slider[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_triple_hover.slider[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_triple_hover.slider[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_triple_hover.slider[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
@media(max-width: 1040px){
	.mz_triple_hover.slider .item_holder{height: 1200px;}
	.mz_triple_hover.slider .item_holder{-webkit-flex-direction: column;
	flex-direction: column;}
	.mz_triple_hover.slider .item{width: 100% !important;min-width: 100% !important; height: 400px !important;padding-left: 0px !important;}
	.mz_triple_hover.slider .title_holder{padding: 20px 30px;}
	.mz_triple_hover.slider .category_comment{left: 30px;}
	.mz_triple_hover.slider .item .title_holder,
	.mz_triple_hover.slider .item .category_comment,
	.mz_triple_hover.slider .item .post_format{opacity: 1;visibility: visible;}
	.mz_triple_hover.slider .item .category_comment,
	.mz_triple_hover.slider .item .title_holder{transform: translateY(0px) translateZ(0px);}
	.mz_triple_hover.slider[data-title-bg="enable"] .title h3{font-size: 20px;line-height: 30px;}
	.mz_triple_hover.slider[data-title-bg="disable"] .title h3{font-size: 20px;line-height: 25px;}
	
	.mz_triple_hover .th_simple{height: 1200px;-webkit-flex-direction: column;
	flex-direction: column;}
	.mz_triple_hover.simple .item.first_item{padding-top: 0px !important;}
	.mz_triple_hover.simple .item{width: 100% !important;min-width: 100% !important; height: 400px !important;padding-left: 0px !important;padding-top: 2px !important;}
	.mz_triple_hover.simple .title_holder{padding: 20px 30px;}
	.mz_triple_hover.simple .category_comment{left: 30px;}
	.mz_triple_hover.simple .item .title_holder,
	.mz_triple_hover.simple .item .category_comment,
	.mz_triple_hover.simple .item .post_format{opacity: 1;visibility: visible;}
	.mz_triple_hover.simple .item .category_comment,
	.mz_triple_hover.simple .item .title_holder{transform: translateY(0px) translateZ(0px);}
	.mz_triple_hover.simple[data-title-bg="enable"] .title h3{font-size: 20px;line-height: 30px;}
	.mz_triple_hover.simple[data-title-bg="disable"] .title h3{font-size: 20px;line-height: 25px;}
}
/*------------------------------------------------------------------*/
/*	04) Triple ALPHA SIMPLE
/*------------------------------------------------------------------*/
.mz_triple{
	width: 100%;
	float: left;
	clear: both;
}
.mz_triple .mz_t_in{
	width: 100%;
	float: left;
	clear: both;
}
.mz_triple .t_simple{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 550px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.mz_triple.simple .left_item{
	width: 64%;
	min-width: 64%;
}
.mz_triple.simple .right_item{
	width: 36%;
	padding-left: 2px;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple.simple .right_item .item:nth-child(1){
	padding-bottom: 1px;
}
.mz_triple.simple .right_item .item:nth-child(2){
	padding-top: 1px;
}
.mz_triple.simple .right_item .item{
	height: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple.simple .item{
	transition: all .5s ease;
	overflow: hidden;
}
.mz_triple.simple .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_triple.simple .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_triple.simple .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 30px 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple.simple .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_triple.simple[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_triple.simple[data-title-bg="enable"] .author img,
.mz_triple.simple[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_triple.simple[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_triple.simple[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_triple.simple[data-title-bg="enable"] .date img,
.mz_triple.simple[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_triple.simple[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_triple.simple[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_triple.simple[data-title-bg="disable"] .author img,
.mz_triple.simple[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_triple.simple[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_triple.simple[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_triple.simple[data-title-bg="disable"] .date img,
.mz_triple.simple[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_triple.simple[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_triple.simple .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_triple.simple[data-title-bg="disable"] .right_item .item .title h3{
	line-height: 26px;
}
.mz_triple.simple .right_item .item .title h3{
	font-size: 22px;
	line-height: 34px;
}
.mz_triple.simple .right_item .item .title_holder{
	padding: 20px 40px;
}
.mz_triple.simple[data-title-bg="enable"] .title h3{
	margin: 0px;
	line-height: 46px;
	font-size: 30px;
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_triple.simple[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_triple.simple[data-title-bg="disable"] .title h3{
	margin: 0px;
	font-size: 30px;
	line-height: 32px;
}
.mz_triple.simple[data-title-bg="disable"] .title h3 a,
.mz_triple.simple[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_triple.simple .category_comment{
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 10;
}
.mz_triple.simple .category_comment a{
	color: inherit;
}
.mz_triple.simple .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_triple.simple .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_triple.simple .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_triple.simple .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_triple.simple[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple.simple[data-post-type-type="rounded"] .post_format img,
.mz_triple.simple[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_triple.simple[data-post-type-type="rounded"] .post_format.video img,
.mz_triple.simple[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_triple.simple[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_triple.simple[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_triple.simple[data-post-type-type="withbg"] .post_format.video img,
.mz_triple.simple[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_triple.simple[data-post-type-type="withbg"] .post_format img,
.mz_triple.simple[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_triple.simple .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;
}


.mz_triple.simple[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_triple.simple[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_triple.simple[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_triple.simple[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_triple.simple[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_triple.simple[data-cat-show="yes"] .category{display: block;}
.mz_triple.simple[data-comment-show="yes"] .comment{display: block;}
.mz_triple.simple[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_triple.simple[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_triple.simple[data-post-type-show="yes"] .post_format{display: block;}
.mz_triple.simple[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_triple.simple[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_triple.simple[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_triple.simple[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_triple.simple[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_triple.simple[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_triple.simple[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_triple.simple[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_triple.simple[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_triple.simple[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_triple.simple[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
@media(max-width: 1200px){
	.mz_triple.simple[data-title-bg="disable"] .title h3{font-size: 25px;line-height: 28px;}
	.mz_triple.simple[data-title-bg="enable"] .title h3{font-size: 25px;line-height: 44px;}
	.mz_triple.simple .right_item .item .title h3{font-size: 18px;line-height: 31px;}
	.mz_triple.simple[data-title-bg="disable"] .right_item .item .title h3{line-height: 22px;}
}
@media(max-width: 1040px){
	.mz_triple.simple .left_item{width: 100%;min-width: 100%;height: 550px;}
	.mz_triple .t_simple{-webkit-flex-direction: column;
	flex-direction: column;}
	.mz_triple.simple .right_item{-webkit-flex-direction: row;
	flex-direction: row;width: 100%;padding: 0px;height: 550px;margin-top: 2px;}
	.mz_triple.simple .right_item .item{height: 100%;width: 50%;}
	.mz_triple.simple .right_item .item:nth-child(1){padding: 0px 1px 0px 0px;}
	.mz_triple.simple .right_item .item:nth-child(2){padding: 0px 0px 0px 1px;}
	.mz_triple .t_simple{height: 1102px;}
	.mz_triple.simple .right_item .item .title_holder{padding: 20px;}
	.mz_triple.simple .category_comment{left: 20px;}
	.mz_triple.simple .title_holder{padding: 20px;}
}
@media(max-width: 768px){
	.mz_triple.simple .right_item{-webkit-flex-direction: column;
	flex-direction: column;}
	.mz_triple.simple .right_item .item{width: 100%;}
	.mz_triple.simple .right_item .item:nth-child(1){padding: 0px 0px 1px 0px;}
	.mz_triple.simple .right_item .item:nth-child(2){padding: 1px 0px 0px 0px;}
}
/*------------------------------------------------------------------*/
/*	04) Triple ALPHA SLIDER
/*------------------------------------------------------------------*/
.mz_triple.slider .item_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 550px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.mz_triple.slider .left_item{
	width: 64%;
	min-width: 64%;
}
.mz_triple.slider .right_item{
	width: 36%;
	padding-left: 2px;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple.slider .right_item .item:nth-child(1){
	padding-bottom: 1px;
}
.mz_triple.slider .right_item .item:nth-child(2){
	padding-top: 1px;
}
.mz_triple.slider .right_item .item{
	height: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple.slider .item{
	transition: all .5s ease;
	overflow: hidden;
}
.mz_triple.slider .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_triple.slider .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_triple.slider .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 30px 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple.slider .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_triple.slider[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_triple.slider[data-title-bg="enable"] .author img,
.mz_triple.slider[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_triple.slider[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_triple.slider[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_triple.slider[data-title-bg="enable"] .date img,
.mz_triple.slider[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_triple.slider[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_triple.slider[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_triple.slider[data-title-bg="disable"] .author img,
.mz_triple.slider[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_triple.slider[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_triple.slider[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_triple.slider[data-title-bg="disable"] .date img,
.mz_triple.slider[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_triple.slider[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_triple.slider .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_triple.slider[data-title-bg="disable"] .right_item .item .title h3{
	line-height: 26px;
}
.mz_triple.slider .right_item .item .title h3{
	font-size: 22px;
	line-height: 34px;
}
.mz_triple.slider .right_item .item .title_holder{
	padding: 20px 40px;
}
.mz_triple.slider[data-title-bg="enable"] .title h3{
	margin: 0px;
	line-height: 46px;
	font-size: 30px;
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_triple.slider[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_triple.slider[data-title-bg="disable"] .title h3{
	margin: 0px;
	font-size: 30px;
	line-height: 32px;
}
.mz_triple.slider[data-title-bg="disable"] .title h3 a,
.mz_triple.slider[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_triple.slider .category_comment{
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 10;
}
.mz_triple.slider .category_comment a{
	color: inherit;
}
.mz_triple.slider .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_triple.slider .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_triple.slider .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_triple.slider .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_triple.slider[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple.slider[data-post-type-type="rounded"] .post_format img,
.mz_triple.slider[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_triple.slider[data-post-type-type="rounded"] .post_format.video img,
.mz_triple.slider[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_triple.slider[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_triple.slider[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_triple.slider[data-post-type-type="withbg"] .post_format.video img,
.mz_triple.slider[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_triple.slider[data-post-type-type="withbg"] .post_format img,
.mz_triple.slider[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_triple.slider .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;
}

.mz_triple.slider .owl-nav{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_triple.slider .owl-nav span{
	width: 100%;
	float: left;
	height: 40px;
	cursor: pointer;
	position: relative;
	display: block;
	background-color: chocolate;
}
.mz_triple.slider .owl-prev{
	width: 50%;
	float: left;
	height: 40px;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple.slider .owl-next{
	width: 50%;
	float: left;
	height: 40px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_triple.slider .owl-next span{
	transform: rotate(180deg);
}
.mz_triple.slider .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 23px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_triple.slider .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 17px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}

.mz_triple.slider[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_triple.slider[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_triple.slider[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_triple.slider[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_triple.slider[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_triple.slider[data-cat-show="yes"] .category{display: block;}
.mz_triple.slider[data-comment-show="yes"] .comment{display: block;}
.mz_triple.slider[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_triple.slider[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_triple.slider[data-post-type-show="yes"] .post_format{display: block;}
.mz_triple.slider[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_triple.slider[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_triple.slider[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_triple.slider[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_triple.slider[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_triple.slider[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_triple.slider[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_triple.slider[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_triple.slider[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_triple.slider[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_triple.slider[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
@media(max-width: 1200px){
	.mz_triple.slider[data-title-bg="disable"] .title h3{font-size: 25px;line-height: 28px;}
	.mz_triple.slider[data-title-bg="enable"] .title h3{font-size: 25px;line-height: 44px;}
	.mz_triple.slider .right_item .item .title h3{font-size: 18px;line-height: 31px;}
	.mz_triple.slider[data-title-bg="disable"] .right_item .item .title h3{line-height: 22px;}
}
@media(max-width: 1040px){
	.mz_triple.slider .left_item{width: 100%;min-width: 100%;height: 550px;}
	.mz_triple.slider .item_holder{-webkit-flex-direction: column;
	flex-direction: column;}
	.mz_triple.slider .right_item{-webkit-flex-direction: row;
	flex-direction: row;width: 100%;padding: 0px;height: 550px;margin-top: 2px;}
	.mz_triple.slider .right_item .item{height: 100%;width: 50%;}
	.mz_triple.slider .right_item .item:nth-child(1){padding: 0px 1px 0px 0px;}
	.mz_triple.slider .right_item .item:nth-child(2){padding: 0px 0px 0px 1px;}
	.mz_triple.slider .item_holder{height: 1102px;}
	.mz_triple.slider .right_item .item .title_holder{padding: 20px;}
	.mz_triple.slider .category_comment{left: 20px;}
	.mz_triple.slider .title_holder{padding: 20px;}
}
@media(max-width: 768px){
	.mz_triple.slider .right_item{-webkit-flex-direction: column;
	flex-direction: column;}
	.mz_triple.slider .right_item .item{width: 100%;}
	.mz_triple.slider .right_item .item:nth-child(1){padding: 0px 0px 1px 0px;}
	.mz_triple.slider .right_item .item:nth-child(2){padding: 1px 0px 0px 0px;}
}
/*------------------------------------------------------------------*/
/*	04) Quadruple ALPHA SIMPLE
/*------------------------------------------------------------------*/
.mz_quadruple_a{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quadruple_a .mz_qa_in{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quadruple_a .qa_simple{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 450px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.mz_quadruple_a.simple .first_item{
	width: 50%;
	min-width: 50%;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.simple .second_item{
	width: 32%;
	min-width: 32%;
	padding-right: 1px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.simple .third_items .author_date{display: none !important;}
.mz_quadruple_a.simple .third_items{
	width: 18%;
	padding-left: 1px;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.simple .third_items .item:nth-child(1){
	padding-bottom: 1px;
}
.mz_quadruple_a.simple .third_items .item:nth-child(2){
	padding-top: 1px;
}
.mz_quadruple_a.simple .third_items .item{
	height: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.simple .third_items .title{margin-bottom: 0px !important;}
.mz_quadruple_a.simple .third_items .post_format{display: none !important;}
.mz_quadruple_a.simple .item{
	transition: all .5s ease;
	overflow: hidden;
}
.mz_quadruple_a.simple .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_quadruple_a.simple .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_quadruple_a.simple .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 30px 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.simple .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_quadruple_a.simple[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_quadruple_a.simple[data-title-bg="enable"] .author img,
.mz_quadruple_a.simple[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quadruple_a.simple[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quadruple_a.simple[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quadruple_a.simple[data-title-bg="enable"] .date img,
.mz_quadruple_a.simple[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quadruple_a.simple[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quadruple_a.simple[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quadruple_a.simple[data-title-bg="disable"] .author img,
.mz_quadruple_a.simple[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quadruple_a.simple[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quadruple_a.simple[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quadruple_a.simple[data-title-bg="disable"] .date img,
.mz_quadruple_a.simple[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quadruple_a.simple[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quadruple_a.simple .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quadruple_a.simple[data-title-bg="disable"] .second_item.item .title h3,
.mz_quadruple_a.simple[data-title-bg="disable"] .third_items .item .title h3{
	line-height: 18px;
}
.mz_quadruple_a.simple .second_item.item .title h3,
.mz_quadruple_a.simple .third_items .item .title h3{
	font-size: 16px;
	line-height: 25px;
}
.mz_quadruple_a.simple .second_item.item .title_holder{
	padding: 30px;
}
.mz_quadruple_a.simple .third_items .item .title_holder{
	padding: 30px 20px;
}
.mz_quadruple_a.simple[data-title-bg="enable"] .title h3{
	margin: 0px;
	line-height: 35px;
	font-size: 24px;
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_quadruple_a.simple[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_quadruple_a.simple[data-title-bg="disable"] .title h3{
	margin: 0px;
	font-size: 24px;
	line-height: 28px;
}
.mz_quadruple_a.simple[data-title-bg="disable"] .title h3 a,
.mz_quadruple_a.simple[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_quadruple_a.simple .category_comment{
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 10;
}
.mz_quadruple_a.simple .third_items .category_comment{left: 20px;}
.mz_quadruple_a.simple .second_item .category_comment{left: 30px;}
.mz_quadruple_a.simple .category_comment a{
	color: inherit;
}
.mz_quadruple_a.simple .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_quadruple_a.simple .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_quadruple_a.simple .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_quadruple_a.simple .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_quadruple_a.simple[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.simple[data-post-type-type="rounded"] .post_format img,
.mz_quadruple_a.simple[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_quadruple_a.simple[data-post-type-type="rounded"] .post_format.video img,
.mz_quadruple_a.simple[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_quadruple_a.simple[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_quadruple_a.simple[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_quadruple_a.simple[data-post-type-type="withbg"] .post_format.video img,
.mz_quadruple_a.simple[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_quadruple_a.simple[data-post-type-type="withbg"] .post_format img,
.mz_quadruple_a.simple[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_quadruple_a.simple .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;
}


.mz_quadruple_a.simple[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_quadruple_a.simple[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_quadruple_a.simple[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_quadruple_a.simple[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_quadruple_a.simple[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_quadruple_a.simple[data-cat-show="yes"] .category{display: block;}
.mz_quadruple_a.simple[data-comment-show="yes"] .comment{display: block;}
.mz_quadruple_a.simple[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_quadruple_a.simple[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_quadruple_a.simple[data-post-type-show="yes"] .post_format{display: block;}
.mz_quadruple_a.simple[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_quadruple_a.simple[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_quadruple_a.simple[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_quadruple_a.simple[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_quadruple_a.simple[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_quadruple_a.simple[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_quadruple_a.simple[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_quadruple_a.simple[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_quadruple_a.simple[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_quadruple_a.simple[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_quadruple_a.simple[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}

@media(max-width: 1040px){
	.mz_quadruple_a.simple .first_item{width: 100%;min-width: 100%;height: 350px;padding: 0px 0px 1px 0px;}
	.mz_quadruple_a.simple .second_item{width: 100%;min-width: 100%;height: 300px;padding: 1px 0px 1px 0px;}
	.mz_quadruple_a.simple .third_items{width: 100%;min-width: 100%;height: 250px;-webkit-flex-direction: row;
	flex-direction: row;}
	.mz_quadruple_a.simple .third_items .item{height: 250px;width: 50%;}
	.mz_quadruple_a.simple .third_items .item:nth-child(1){padding: 1px 1px 0px 0px;}
	.mz_quadruple_a.simple .third_items .item:nth-child(2){padding: 1px 0px 0px 1px;}
	.mz_quadruple_a .qa_simple{height: 900px;-webkit-flex-direction: column;
	flex-direction: column;}
	.mz_quadruple_a.simple .second_item.item .title_holder,
	.mz_quadruple_a.simple .third_items .item .title_holder,
	.mz_quadruple_a.simple .title_holder{padding: 20px;}
	.mz_quadruple_a.simple .category_comment,
	.mz_quadruple_a.simple .second_item .category_comment{left: 20px;}
}/*------------------------------------------------------------------*/
/*	05) Quadruple ALPHA SLIDER
/*------------------------------------------------------------------*/
.mz_quadruple_a .item_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 450px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.mz_quadruple_a.slider .first_item{
	width: 50%;
	min-width: 50%;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.slider .second_item{
	width: 32%;
	min-width: 32%;
	padding-right: 1px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.slider .third_items .author_date{display: none !important;}
.mz_quadruple_a.slider .third_items{
	width: 18%;
	padding-left: 1px;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.slider .third_items .item:nth-child(1){
	padding-bottom: 1px;
}
.mz_quadruple_a.slider .third_items .item:nth-child(2){
	padding-top: 1px;
}
.mz_quadruple_a.slider .third_items .item{
	height: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.slider .third_items .title{margin-bottom: 0px !important;}
.mz_quadruple_a.slider .third_items .post_format{display: none !important;}
.mz_quadruple_a.slider .item{
	transition: all .5s ease;
	overflow: hidden;
}
.mz_quadruple_a.slider .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_quadruple_a.slider .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_quadruple_a.slider .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 30px 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.slider .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_quadruple_a.slider[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_quadruple_a.slider[data-title-bg="enable"] .author img,
.mz_quadruple_a.slider[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quadruple_a.slider[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quadruple_a.slider[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quadruple_a.slider[data-title-bg="enable"] .date img,
.mz_quadruple_a.slider[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quadruple_a.slider[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quadruple_a.slider[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quadruple_a.slider[data-title-bg="disable"] .author img,
.mz_quadruple_a.slider[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quadruple_a.slider[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quadruple_a.slider[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quadruple_a.slider[data-title-bg="disable"] .date img,
.mz_quadruple_a.slider[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quadruple_a.slider[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quadruple_a.slider .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quadruple_a.slider[data-title-bg="disable"] .second_item.item .title h3,
.mz_quadruple_a.slider[data-title-bg="disable"] .third_items .item .title h3{
	line-height: 18px;
}
.mz_quadruple_a.slider .second_item.item .title h3,
.mz_quadruple_a.slider .third_items .item .title h3{
	font-size: 16px;
	line-height: 25px;
}
.mz_quadruple_a.slider .second_item.item .title_holder{
	padding: 30px;
}
.mz_quadruple_a.slider .third_items .item .title_holder{
	padding: 30px 20px;
}
.mz_quadruple_a.slider[data-title-bg="enable"] .title h3{
	margin: 0px;
	line-height: 35px;
	font-size: 24px;
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_quadruple_a.slider[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_quadruple_a.slider[data-title-bg="disable"] .title h3{
	margin: 0px;
	font-size: 24px;
	line-height: 28px;
}
.mz_quadruple_a.slider[data-title-bg="disable"] .title h3 a,
.mz_quadruple_a.slider[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_quadruple_a.slider .category_comment{
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 10;
}
.mz_quadruple_a.slider .third_items .category_comment{left: 20px;}
.mz_quadruple_a.slider .second_item .category_comment{left: 30px;}
.mz_quadruple_a.slider .category_comment a{
	color: inherit;
}
.mz_quadruple_a.slider .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_quadruple_a.slider .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_quadruple_a.slider .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_quadruple_a.slider .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_quadruple_a.slider[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.slider[data-post-type-type="rounded"] .post_format img,
.mz_quadruple_a.slider[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_quadruple_a.slider[data-post-type-type="rounded"] .post_format.video img,
.mz_quadruple_a.slider[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_quadruple_a.slider[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_quadruple_a.slider[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_quadruple_a.slider[data-post-type-type="withbg"] .post_format.video img,
.mz_quadruple_a.slider[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_quadruple_a.slider[data-post-type-type="withbg"] .post_format img,
.mz_quadruple_a.slider[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_quadruple_a.slider .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;
}

.mz_quadruple_a.slider .owl-nav{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_quadruple_a.slider .owl-nav span{
	width: 100%;
	float: left;
	height: 40px;
	cursor: pointer;
	position: relative;
	display: block;
	background-color: chocolate;
}
.mz_quadruple_a.slider .owl-prev{
	width: 50%;
	float: left;
	height: 40px;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.slider .owl-next{
	width: 50%;
	float: left;
	height: 40px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_a.slider .owl-next span{
	transform: rotate(180deg);
}
.mz_quadruple_a.slider .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 23px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_quadruple_a.slider .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 17px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}

.mz_quadruple_a.slider[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_quadruple_a.slider[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_quadruple_a.slider[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_quadruple_a.slider[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_quadruple_a.slider[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_quadruple_a.slider[data-cat-show="yes"] .category{display: block;}
.mz_quadruple_a.slider[data-comment-show="yes"] .comment{display: block;}
.mz_quadruple_a.slider[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_quadruple_a.slider[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_quadruple_a.slider[data-post-type-show="yes"] .post_format{display: block;}
.mz_quadruple_a.slider[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_quadruple_a.slider[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_quadruple_a.slider[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_quadruple_a.slider[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_quadruple_a.slider[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_quadruple_a.slider[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_quadruple_a.slider[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_quadruple_a.slider[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_quadruple_a.slider[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_quadruple_a.slider[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_quadruple_a.slider[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}

@media(max-width: 1040px){
	.mz_quadruple_a.slider .first_item{width: 100%;min-width: 100%;height: 350px;padding: 0px 0px 1px 0px;}
	.mz_quadruple_a.slider .second_item{width: 100%;min-width: 100%;height: 300px;padding: 1px 0px 1px 0px;}
	.mz_quadruple_a.slider .third_items{width: 100%;min-width: 100%;height: 250px;-webkit-flex-direction: row;
	flex-direction: row;}
	.mz_quadruple_a.slider .third_items .item{height: 250px;width: 50%;}
	.mz_quadruple_a.slider .third_items .item:nth-child(1){padding: 1px 1px 0px 0px;}
	.mz_quadruple_a.slider .third_items .item:nth-child(2){padding: 1px 0px 0px 1px;}
	.mz_quadruple_a .item_holder{height: 900px;-webkit-flex-direction: column;
	flex-direction: column;}
	.mz_quadruple_a.slider .second_item.item .title_holder,
	.mz_quadruple_a.slider .third_items .item .title_holder,
	.mz_quadruple_a.slider .title_holder{padding: 20px;}
	.mz_quadruple_a.slider .category_comment,
	.mz_quadruple_a.slider .second_item .category_comment{left: 20px;}
}
/*------------------------------------------------------------------*/
/*	XX) Quadruple BETA SIMPLE
/*------------------------------------------------------------------*/
.mz_quadruple_b{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quadruple_b .mz_qb_in{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quadruple_b .qb_simple{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 550px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.mz_quadruple_b .first_item{
	width: 50%;
	min-width: 50%;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_b .second_items{
	width: 50%;
	min-width: 50%;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_b .second_item{
	width: 100%;
	height: 50%;
	padding-bottom: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_b .second_item .item{height: 100%;}
.mz_quadruple_b .third_items{
	width: 100%;
	height: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding-top: 1px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_b .third_items .item:nth-child(1){
	padding-right: 1px;
}
.mz_quadruple_b .third_items .item:nth-child(2){
	padding-left: 1px;
}
.mz_quadruple_b .third_items .item{
	height: 100%;
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_b .third_items .title{margin-bottom: 0px !important;}
.mz_quadruple_b .third_items .post_format{display: none !important;}
.mz_quadruple_b .item{
	transition: all .5s ease;
	overflow: hidden;
}
.mz_quadruple_b .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_quadruple_b .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_quadruple_b .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 30px 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_b .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_quadruple_b[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_quadruple_b[data-title-bg="enable"] .author img,
.mz_quadruple_b[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quadruple_b[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quadruple_b[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quadruple_b[data-title-bg="enable"] .date img,
.mz_quadruple_b[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quadruple_b[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quadruple_b[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quadruple_b[data-title-bg="disable"] .author img,
.mz_quadruple_b[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quadruple_b[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quadruple_b[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quadruple_b[data-title-bg="disable"] .date img,
.mz_quadruple_b[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quadruple_b[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quadruple_b .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quadruple_b[data-title-bg="disable"] .second_items .title h3{
	line-height: 18px;
	font-size: 16px;
}
.mz_quadruple_b[data-title-bg="enable"] .second_items .title h3{
	font-size: 16px;
	line-height: 25px;
}
/*.mz_quadruple_b .third_items .author_date{display: none !important;}*/
.mz_quadruple_b .second_item .item .title_holder{
	padding: 30px 20px;
}
.mz_quadruple_b .third_items .item .title_holder{
	padding: 30px 20px;
}
.mz_quadruple_b[data-title-bg="enable"] .title h3{
	margin: 0px;
	line-height: 35px;
	font-size: 24px;
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_quadruple_b[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_quadruple_b[data-title-bg="disable"] .title h3{
	margin: 0px;
	font-size: 24px;
	line-height: 28px;
}
.mz_quadruple_b[data-title-bg="disable"] .title h3 a,
.mz_quadruple_b[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_quadruple_b .category_comment{
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 10;
}
.mz_quadruple_b .second_items .category_comment{left: 20px;}
.mz_quadruple_b .category_comment a{
	color: inherit;
}
.mz_quadruple_b .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_quadruple_b .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_quadruple_b .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_quadruple_b .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_quadruple_b[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_b[data-post-type-type="rounded"] .post_format img,
.mz_quadruple_b[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_quadruple_b[data-post-type-type="rounded"] .post_format.video img,
.mz_quadruple_b[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_quadruple_b[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_quadruple_b[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_quadruple_b[data-post-type-type="withbg"] .post_format.video img,
.mz_quadruple_b[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_quadruple_b[data-post-type-type="withbg"] .post_format img,
.mz_quadruple_b[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_quadruple_b .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;
}


.mz_quadruple_b[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_quadruple_b[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_quadruple_b[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_quadruple_b[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_quadruple_b[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_quadruple_b[data-cat-show="yes"] .category{display: block;}
.mz_quadruple_b[data-comment-show="yes"] .comment{display: block;}
.mz_quadruple_b[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_quadruple_b[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_quadruple_b[data-post-type-show="yes"] .post_format{display: block;}
.mz_quadruple_b[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_quadruple_b[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_quadruple_b[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_quadruple_b[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_quadruple_b[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_quadruple_b[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_quadruple_b[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_quadruple_b[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_quadruple_b[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_quadruple_b[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_quadruple_b[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
@media(max-width: 1040px){
	.mz_quadruple_b .qb_simple{
		-webkit-flex-direction: column;
	flex-direction: column;
		height: 700px;
	}
	.mz_quadruple_b .first_item{
		height: 350px;
		width: 100%;
		min-width: 100%;
		padding-right: 0px;
		padding-bottom: 1px;
	}
	.mz_quadruple_b .second_items{
		height: 350px;
		width: 100%;
		min-width: 100%;
		padding-left: 0px;
		padding-top: 1px;
		display: -webkit-flex;
	display: flex;
		-webkit-flex-direction: row;
	flex-direction: row;
	}
	.mz_quadruple_b .second_item{
		height: 100%;
		padding-bottom: 0px;
		padding-right: 1px;
		min-width: 33%;
	}
	.mz_quadruple_b .third_items{
		padding-top: 0px;
		padding-left: 1px;
		height: 100%;
		min-width: 66.6666%;
	}
}
@media(max-width: 768px){
	.mz_quadruple_b .third_items .item .title_holder,
	.mz_quadruple_b .title_holder{padding: 20px;}
	.mz_quadruple_b .category_comment{left: 20px;}
	.mz_quadruple_b .qb_simple{height: 800px;}
	.mz_quadruple_b .second_items{height: 500px;-webkit-flex-direction: column;
	flex-direction: column;}
	.mz_quadruple_b .first_item{height: 300px;}
	.mz_quadruple_b .second_item{
		height: 50%;
		padding-right: 0px;
		padding-bottom: 1px;
	}
	.mz_quadruple_b .third_items{
		padding-left: 0px;
		padding-top: 1px;
	}
}
/*------------------------------------------------------------------*/
/*	XX) QUADRUPLE BETA SLIDER
/*------------------------------------------------------------------*/
.mz_quadruple_b.slider .item_holder{
	width: 100%;
    float: left;
    clear: both;
    position: relative;
    height: 550px;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: row;
	flex-direction: row;
}
.mz_quadruple_b.slider .owl-nav{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_quadruple_b.slider .owl-nav span{
	width: 100%;
	float: left;
	height: 40px;
	cursor: pointer;
	position: relative;
	display: block;
	background-color: chocolate;
}
.mz_quadruple_b.slider .owl-prev{
	width: 50%;
	float: left;
	height: 40px;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_b.slider .owl-next{
	width: 50%;
	float: left;
	height: 40px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_b.slider .owl-next span{
	transform: rotate(180deg);
}
.mz_quadruple_b.slider .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 23px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_quadruple_b.slider .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 17px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}
@media(max-width: 1040px){
	.mz_quadruple_b.slider .item_holder{
		-webkit-flex-direction: column;
	flex-direction: column;
		height: 700px;
	}
}
@media(max-width: 768px){
	.mz_quadruple_b.slider .item_holder{height: 800px;}
	.mz_quadruple_b .first_item{height: 300px;}
}
/*------------------------------------------------------------------*/
/*	XX) Quadruple GAMMA SIMPLE
/*------------------------------------------------------------------*/
.mz_quadruple_g{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quadruple_g .mz_qg_in{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quadruple_g .qg_simple{
	width: auto;
	clear: both;
	position: relative;
	height: 450px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin: 0px -1px;
}
.mz_quadruple_g .qg_simple:after{
	clear: both;
	display: table;
	content: '';
}
.mz_quadruple_g .item{
	width: 25%;
	transition: all .5s ease;
	overflow: hidden;
	padding: 0px 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_g .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_quadruple_g .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_quadruple_g .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_g .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_quadruple_g[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_quadruple_g[data-title-bg="enable"] .author img,
.mz_quadruple_g[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quadruple_g[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quadruple_g[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quadruple_g[data-title-bg="enable"] .date img,
.mz_quadruple_g[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quadruple_g[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quadruple_g[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quadruple_g[data-title-bg="disable"] .author img,
.mz_quadruple_g[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quadruple_g[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quadruple_g[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quadruple_g[data-title-bg="disable"] .date img,
.mz_quadruple_g[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quadruple_g[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quadruple_g .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quadruple_g[data-title-bg="enable"] .title h3{
	margin: 0px;
	line-height: 28px;
	font-size: 18px;
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_quadruple_g[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_quadruple_g[data-title-bg="disable"] .title h3{
	margin: 0px;
	font-size: 18px;
	line-height: 20px;
}
.mz_quadruple_g[data-title-bg="disable"] .title h3 a,
.mz_quadruple_g[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_quadruple_g .category_comment{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}
.mz_quadruple_g .third_items .category_comment{left: 20px;}
.mz_quadruple_g .second_item .category_comment{left: 30px;}
.mz_quadruple_g .category_comment a{
	color: inherit;
}
.mz_quadruple_g .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_quadruple_g .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_quadruple_g .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_quadruple_g .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_quadruple_g[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_g[data-post-type-type="rounded"] .post_format img,
.mz_quadruple_g[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_quadruple_g[data-post-type-type="rounded"] .post_format.video img,
.mz_quadruple_g[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_quadruple_g[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_quadruple_g[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_quadruple_g[data-post-type-type="withbg"] .post_format.video img,
.mz_quadruple_g[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_quadruple_g[data-post-type-type="withbg"] .post_format img,
.mz_quadruple_g[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_quadruple_g .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;
}


.mz_quadruple_g[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_quadruple_g[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_quadruple_g[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_quadruple_g[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_quadruple_g[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_quadruple_g[data-cat-show="yes"] .category{display: block;}
.mz_quadruple_g[data-comment-show="yes"] .comment{display: block;}
.mz_quadruple_g[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_quadruple_g[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_quadruple_g[data-post-type-show="yes"] .post_format{display: block;}
.mz_quadruple_g[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_quadruple_g[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_quadruple_g[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_quadruple_g[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_quadruple_g[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_quadruple_g[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_quadruple_g[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_quadruple_g[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_quadruple_g[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_quadruple_g[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_quadruple_g[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
@media(max-width: 1040px){
	.mz_quadruple_g .qg_simple{
		display: block;
		height: 500px;
		margin: -1px;
		width: auto;
		overflow: hidden;
		float: none;
	}
	
	.mz_quadruple_g .item{
		width: 50%;
		height: 250px;
		float: left;
		padding: 1px;
	}
}
/*------------------------------------------------------------------*/
/*	XX) QUADRUPLE BETA SLIDER
/*------------------------------------------------------------------*/
.mz_quadruple_g.slider .item_holder{
	width: 100%;
    float: left;
    clear: both;
    position: relative;
    height: 450px;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: row;
	flex-direction: row;
}
.mz_quadruple_g.slider .owl-nav{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_quadruple_g.slider .owl-nav span{
	width: 100%;
	float: left;
	height: 40px;
	cursor: pointer;
	position: relative;
	display: block;
	background-color: chocolate;
}
.mz_quadruple_g.slider .owl-prev{
	width: 50%;
	float: left;
	height: 40px;
	padding-left: 1px;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_g.slider .owl-next{
	width: 50%;
	float: left;
	height: 40px;
	padding-left: 1px;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quadruple_g.slider .owl-next span{
	transform: rotate(180deg);
}
.mz_quadruple_g.slider .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 23px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_quadruple_g.slider .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 17px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}
@media(max-width: 1040px){
	.mz_quadruple_g.slider .item_holder{
		-webkit-flex-direction: column;
	flex-direction: column;
		height: 700px;
	}
}
@media(max-width: 768px){
	.mz_quadruple_g.slider .item_holder{height: 800px;}
	.mz_quadruple_g .first_item{height: 300px;}
}

/*------------------------------------------------------------------*/
/*	XX) Single DEFAULT
/*------------------------------------------------------------------*/
.mz_single_t{
	width: 100%;
	float: left;
	clear: both;
}
.mz_single_t .mz_st_in{
	width: 100%;
	float: left;
	clear: both;
}
.mz_single_t .st_simple{
	width: auto;
	clear: both;
	position: relative;
}
.mz_single_t .st_simple:after{
	clear: both;
	display: table;
	content: '';
}
.mz_single_t.simple img.cback{
	width: 100%;
	min-width: 100%;
	position: relative;
	z-index: -5;
	opacity: 0;
}
.mz_single_t.simple .item{
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_single_t .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_single_t .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_single_t .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 35px 40px; 
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_single_t .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_single_t[data-title-bg="enable"] .title_holder{
	padding: 40px;
}
.mz_single_t[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_single_t[data-title-bg="enable"] .author img,
.mz_single_t[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_single_t[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_single_t[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_single_t[data-title-bg="enable"] .date img,
.mz_single_t[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_single_t[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_single_t[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_single_t[data-title-bg="disable"] .author img,
.mz_single_t[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_single_t[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_single_t[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_single_t[data-title-bg="disable"] .date img,
.mz_single_t[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_single_t[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_single_t .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_single_t[data-title-bg="enable"] .title h3{
	margin: 0px;
	line-height: 46px;
	font-size: 30px;
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_single_t[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_single_t[data-title-bg="disable"] .title h3{
	margin: 0px;
	font-size: 30px;
	line-height: 32px;
}

.mz_single_t[data-title-bg="disable"] .title h3 a,
.mz_single_t[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_single_t .category_comment{
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 10;
}
.mz_single_t .third_items .category_comment{left: 20px;}
.mz_single_t .second_item .category_comment{left: 30px;}
.mz_single_t .category_comment a{
	color: inherit;
}
.mz_single_t .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_single_t .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_single_t .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_single_t .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_single_t[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_single_t[data-post-type-type="rounded"] .post_format img,
.mz_single_t[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_single_t[data-post-type-type="rounded"] .post_format.video img,
.mz_single_t[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_single_t[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_single_t[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_single_t[data-post-type-type="withbg"] .post_format.video img,
.mz_single_t[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_single_t[data-post-type-type="withbg"] .post_format img,
.mz_single_t[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_single_t .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;
}


.mz_single_t[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_single_t[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_single_t[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_single_t[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_single_t[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_single_t[data-cat-show="yes"] .category{display: block;}
.mz_single_t[data-comment-show="yes"] .comment{display: block;}
.mz_single_t[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_single_t[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_single_t[data-post-type-show="yes"] .post_format{display: block;}
.mz_single_t[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_single_t[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_single_t[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_single_t[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_single_t[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_single_t[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_single_t[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_single_t[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_single_t[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_single_t[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_single_t[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
/*------------------------------------------------------------------*/
/*	XX) Single SLIDER
/*------------------------------------------------------------------*/
.mz_single_t.slider .st_slider{
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
}
.mz_single_t.slider .item{
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_single_t.slider img.cback{
	width: 100%;
	min-width: 100%;
	position: relative;
	z-index: -5;
	opacity: 0;
}
.mz_single_t.slider .owl-nav > button,
.mz_single_t.slider .owl-nav > div{
	width: 40px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 999;
	transition: all .3s ease;
}
.mz_single_t.slider .owl-nav .owl-prev{
	left: -40px;
}
.mz_single_t.slider .owl-nav .owl-next{
	right: -40px;
}
.mz_single_t.slider .owl-nav button span,
.mz_single_t.slider .owl-nav div span{
	display: block;
	background-color: chocolate;
	height: 100%;
}
.mz_single_t.slider .owl-next span{
	transform: rotate(180deg);
}
.mz_single_t.slider .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -5px;
	top: 32px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_single_t.slider .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -5px;
	top: 26px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}
.mz_single_t.slider:hover .owl-nav .owl-prev{
	left: 0px;
}
.mz_single_t.slider:hover .owl-nav .owl-next{
	right: 0px;
}
.mz_single_t.slider[data-nav-appearance="visible"] .owl-nav .owl-prev{left: 0px;}
.mz_single_t.slider[data-nav-appearance="visible"] .owl-nav .owl-next{right: 0px;}
/*------------------------------------------------------------------*/
/*	XX) Single TILED
/*------------------------------------------------------------------*/
.mz_single_t.tiled img.cback{
	width: 100%;
	min-width: 100%;
	position: relative;
	z-index: -5;
	opacity: 0;
}
.mz_single_t.tiled .bottom_wr{
	width: 100%;
    float: left;
    clear: both;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
	z-index: 10;
}
.mz_single_t.tiled .title_holder{
	position: relative;
}
.mz_single_t.tiled .tiled_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding: 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.mz_single_t.tiled .tiled_title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_single_t.tiled .tiled_holder ul{
	margin: 0px;
	list-style-type: none;
}
.mz_single_t.tiled .tiled_holder li{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 17px;
}
.mz_single_t.tiled .tiled_holder li:last-child{
	margin-bottom: 0px;
}
.mz_single_t.tiled .tiled_holder h3{
	margin: 0px;
	padding: 0px;
	position: relative;
}
.mz_single_t.tiled .tiled_holder h3:after{
	width: 10px;
	height: 1px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	content: '';
	background-color: #ccc;
	left: 0px;
}
.mz_single_t.tiled .tiled_holder h3 span{
	padding-left: 20px;
}
.mz_single_t.tiled[data-title-bg="enable"] .tiled_holder h3:after{
	left: 15px;
}
.mz_single_t.tiled[data-title-bg="enable"] .tiled_holder h3 span{
	padding-left: 30px;
}
.mz_single_t.tiled[data-title-bg="disable"] .tiled_holder h3{
	font-size: 14px;
	line-height: 18px;
}
.mz_single_t.tiled[data-title-bg="enable"] .tiled_holder h3{
	font-size: 14px;
	line-height: 18px;
}
.mz_single_t.tiled[data-title-style="gradient"] .bottom_wr{
	background: rgba(0,0,0,0.8);
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.mz_single_t.tiled .title_holder{background: none !important;}
/*------------------------------------------------------------------*/
/*	XX) Single TILED CAROUSEL
/*------------------------------------------------------------------*/
.mz_single_t.tiled_carousel .title_holder{
	background: none !important;
	position: relative;
}
.mz_single_t.tiled_carousel img.cback{
	width: 100%;
	min-width: 100%;
	position: relative;
	z-index: -5;
	opacity: 0;
}
.mz_single_t.tiled_carousel .bottom_wr{
	width: 100%;
    float: left;
    clear: both;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
	z-index: 10;
}
.mz_single_t.tiled_carousel .tiled_owl_holder{
	width: 100%;
    float: left;
    clear: both;
	position: relative;
	padding: 0px 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.mz_single_t.tiled_carousel .item_holder{
	width: 100%;
    float: left;
    clear: both;
	position: relative;
	height: 152px;
	padding: 40px 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	max-width: 250px;
}
.mz_single_t.tiled_carousel .owl-carousel .owl-stage{
	height: 152px;
}
.mz_single_t.tiled_carousel .mini_item{
	width: 100%;
	height: 100%;
	position: relative;
	padding-left: 82px;
	padding-right: 20px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.mz_single_t.tiled_carousel .mini_item h3{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
}

.mz_single_t.tiled_carousel[data-title-bg="enable"] .mini_item h3{
	line-height: 18px;
}
.mz_single_t.tiled_carousel .mini_img{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #666;
	outline: 1px solid rgba(255,255,255,0.1);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mz_single_t.tiled_carousel[data-title-style="gradient"] .bottom_wr{
	background: rgba(0,0,0,0.8);
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
}

.mz_single_t.tiled_carousel .owl-nav > button,
.mz_single_t.tiled_carousel .owl-nav > div{
	width: 30px;
	height: 152px;
	position: absolute;
	top: 0px;
	z-index: 999;
	transition: all .3s ease;
}
.mz_single_t.tiled_carousel .owl-nav .owl-prev{
	left: -80px;
}
.mz_single_t.tiled_carousel .owl-nav .owl-next{
	right: -80px;
}
.mz_single_t.tiled_carousel .owl-nav button span,
.mz_single_t.tiled_carousel .owl-nav div span{
	display: block;
	background-color: chocolate;
	height: 100%;
}
.mz_single_t.tiled_carousel .owl-next span{
	transform: rotate(180deg);
}
.mz_single_t.tiled_carousel .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -5px;
	top: 78px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_single_t.tiled_carousel .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -5px;
	top: 72px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}
.mz_single_t.tiled_carousel .st_tiled_carousel{
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
}
.mz_single_t.tiled_carousel .st_tiled_carousel:hover .owl-nav .owl-prev{
	left: -40px;
}
.mz_single_t.tiled_carousel .st_tiled_carousel:hover .owl-nav .owl-next{
	right: -40px;
}
.mz_single_t.tiled_carousel[data-nav-appearance="visible"] .st_tiled_carousel .owl-nav .owl-prev{
	left: -40px;
}
.mz_single_t.tiled_carousel[data-nav-appearance="visible"] .st_tiled_carousel .owl-nav .owl-next{
	right: -40px;
}
@media (max-width: 1040px){
	.mz_single_t.tiled_carousel .owl-nav .owl-prev{
	left: -40px;
}
.mz_single_t.tiled_carousel .owl-nav .owl-next{
	right: -40px;
}
	.mz_single_t[data-title-bg="enable"] .title_holder,
	.mz_single_t .title_holder{padding: 20px;}
	.mz_single_t .category_comment{left: 20px;}
	.mz_single_t.tiled .tiled_holder{padding: 20px;}
.mz_single_t[data-title-bg="disable"] .title h3 {
    font-size: 20px;
    line-height: 25px;
}
.mz_single_t[data-title-bg="enable"] .title h3 {
    font-size: 20px;
    line-height: 30px;
}
	.mz_single_t.tiled_carousel .bottom_wr .title_holder{
		padding: 20px 40px;
	}
	.mz_single_t.tiled_carousel .category_comment{left: 40px;}
}
@media (max-width: 480px){
	.mz_single_t.tiled_carousel .mini_item{padding-right: 10px;}
	.mz_single_t.tiled_carousel .item_holder{padding: 20px 0px;height: 112px;}
	.mz_single_t.tiled_carousel .owl-carousel .owl-stage,
	.mz_single_t.tiled_carousel .tiled_owl_holder,
	.mz_single_t.tiled_carousel .owl-nav > div{height: 112px;}
	.mz_single_t.tiled_carousel .owl-nav span:before{top: 52px;}
	.mz_single_t.tiled_carousel .owl-nav span:after{top: 58px;}
	
}
/*------------------------------------------------------------------*/
/*	XX) Quintuple ALPHA SIMPLE
/*------------------------------------------------------------------*/
.mz_quintuple_a{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quintuple_a .mz_qfa_in{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quintuple_a .qfa_simple{
	width: auto;
	clear: both;
	position: relative;
	height: 450px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.mz_quintuple_a .first_item{
	width: 50%;
	padding-right: 1px;
	height: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_a .second_items{
	width: 50%;
	padding-left: 1px;
	height: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_a .qfa_simple:after{
	clear: both;
	display: table;
	content: '';
}
.mz_quintuple_a .first_item .item{
	width: 100%;
	height: 100%;
}
.mz_quintuple_a .second_items .item{
	float: left;
	width: 50%;
	height: 50%;
}
.mz_quintuple_a .second_items .item:nth-child(1){padding: 0px 1px 1px 0px;}
.mz_quintuple_a .second_items .item:nth-child(2){padding: 0px 0px 1px 1px;}
.mz_quintuple_a .second_items .item:nth-child(3){padding: 1px 1px 0px 0px;}
.mz_quintuple_a .second_items .item:nth-child(4){padding: 1px 0px 0px 1px;}
.mz_quintuple_a .item{
	transition: all .5s ease;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_a .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_quintuple_a .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_quintuple_a .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_a .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_quintuple_a[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_quintuple_a[data-title-bg="enable"] .author img,
.mz_quintuple_a[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quintuple_a[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quintuple_a[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quintuple_a[data-title-bg="enable"] .date img,
.mz_quintuple_a[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quintuple_a[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quintuple_a[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quintuple_a[data-title-bg="disable"] .author img,
.mz_quintuple_a[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quintuple_a[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quintuple_a[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quintuple_a[data-title-bg="disable"] .date img,
.mz_quintuple_a[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quintuple_a[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quintuple_a .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quintuple_a .title h3{
	margin: 0px;
	padding: 0px;
}
.mz_quintuple_a[data-title-bg="enable"] .first_item .title h3{
	line-height: 35px;
	font-size: 24px;
	
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_quintuple_a .second_items .item .author_date{
	display: none !important;
}
.mz_quintuple_a[data-title-bg="enable"] .second_items .title h3{
	line-height: 25px;
	font-size: 16px;
	padding: 0px 5px;
}
.mz_quintuple_a[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_quintuple_a[data-title-bg="disable"] .title h3{
	margin: 0px;
	font-size: 24px;
	line-height: 28px;
}
.mz_quintuple_a[data-title-bg="disable"] .second_items .title h3{
	font-size: 16px;
	line-height: 18px;
}
.mz_quintuple_a[data-title-bg="disable"] .title h3 a,
.mz_quintuple_a[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_quintuple_a .category_comment{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}
.mz_quintuple_a .third_items .category_comment{left: 20px;}
.mz_quintuple_a .second_item .category_comment{left: 30px;}
.mz_quintuple_a .category_comment a{
	color: inherit;
}
.mz_quintuple_a .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_quintuple_a .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_quintuple_a .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_quintuple_a .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_quintuple_a[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_a[data-post-type-type="rounded"] .post_format img,
.mz_quintuple_a[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_quintuple_a[data-post-type-type="rounded"] .post_format.video img,
.mz_quintuple_a[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_quintuple_a[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_quintuple_a[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_quintuple_a[data-post-type-type="withbg"] .post_format.video img,
.mz_quintuple_a[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_quintuple_a[data-post-type-type="withbg"] .post_format img,
.mz_quintuple_a[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_quintuple_a .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;
}


.mz_quintuple_a[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_quintuple_a[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_quintuple_a[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_quintuple_a[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_quintuple_a[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_quintuple_a[data-cat-show="yes"] .category{display: block;}
.mz_quintuple_a[data-comment-show="yes"] .comment{display: block;}
.mz_quintuple_a[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_quintuple_a[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_quintuple_a[data-post-type-show="yes"] .post_format{display: block;}
.mz_quintuple_a[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_quintuple_a[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_quintuple_a[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_quintuple_a[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_quintuple_a[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_quintuple_a[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_quintuple_a[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_quintuple_a[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_quintuple_a[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_quintuple_a[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_quintuple_a[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
/*------------------------------------------------------------------*/
/*	XX) Quintuple ALPHA SLIDER
/*------------------------------------------------------------------*/
.mz_quintuple_a.slider .qfa_slider{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quintuple_a.slider .item_holder{
	width: auto;
	clear: both;
	position: relative;
	height: 450px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.mz_quintuple_a.slider .owl-nav{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_quintuple_a.slider .owl-nav span{
	width: 100%;
	float: left;
	height: 40px;
	cursor: pointer;
	position: relative;
	display: block;
	background-color: chocolate;
}
.mz_quintuple_a.slider .owl-prev{
	width: 50%;
	float: left;
	height: 40px;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_a.slider .owl-next{
	width: 50%;
	float: left;
	height: 40px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_a.slider .owl-next span{
	transform: rotate(180deg);
}
.mz_quintuple_a.slider .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 23px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_quintuple_a.slider .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 17px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}
@media(max-width: 1040px){
	.mz_quintuple_a.slider .item_holder,
	.mz_quintuple_a .qfa_simple{
		height: 675px;
		-webkit-flex-direction: column;
	flex-direction: column;
	}
	.mz_quintuple_a .first_item{
		height: 66.6666%;
		width: 100%;
		min-width: 100%;
		padding-right: 0px;
		padding-bottom: 1px;
	}
	.mz_quintuple_a .second_items{
		height: 33.3333%;
		width: auto;
		min-width: 100%;
		padding-left: 0px;
		padding-top: 1px;
		margin: 0px -1px;
	}
	.mz_quintuple_a .second_items .item{
		width: 25%;
		height: 100%;
		padding: 0px 1px !important;
	}
}
@media(max-width: 768px){
	.mz_quintuple_a.slider .item_holder,
	.mz_quintuple_a .qfa_simple{
		height: 750px;
	}
	.mz_quintuple_a .first_item{
		height: 40%;
	}
	.mz_quintuple_a .second_items{
		height: 60%;
	}
	.mz_quintuple_a .second_items .item{
		width: 50%;
		height: 50%;
	}
	.mz_quintuple_a .second_items .item:nth-child(1){padding: 0px 1px 1px 1px !important;}
	.mz_quintuple_a .second_items .item:nth-child(2){padding: 0px 1px 1px 1px !important;}
	.mz_quintuple_a .second_items .item:nth-child(3){padding: 1px 1px 0px 1px !important;}
	.mz_quintuple_a .second_items .item:nth-child(4){padding: 1px 1px 0px 1px !important;}
}
/*------------------------------------------------------------------*/
/*	XX) Quintuple BETA SIMPLE
/*------------------------------------------------------------------*/
.mz_quintuple_b{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quintuple_b .mz_qfb_in{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quintuple_b .qfb_simple{
	width: auto;
	clear: both;
	position: relative;
	height: 745px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.mz_quintuple_b .first_items{
	width: 100%;
	padding-bottom: 1px;
	height: 60%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_b .second_items{
	width: auto;
	padding-top: 1px;
	height: 40%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0px -1px;
	min-width: 100%;
}
.mz_quintuple_b .second_items:after,
.mz_quintuple_b .qfb_simple:after{
	clear: both;
	display: table;
	content: '';
}
.mz_quintuple_b .first_items .item{
	width: 50%;
	height: 100%;
	float: left;
}
.mz_quintuple_b .first_items .item:nth-child(1){padding-right: 1px;}
.mz_quintuple_b .first_items .item:nth-child(2){padding-left: 1px;}
.mz_quintuple_b .second_items .item{
	float: left;
	width: 33.3333%;
	height: 100%;
	padding: 0px 1px;
}
.mz_quintuple_b .item{
	transition: all .5s ease;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_b .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_quintuple_b .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_quintuple_b .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_b .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_quintuple_b[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_quintuple_b[data-title-bg="enable"] .author img,
.mz_quintuple_b[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quintuple_b[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quintuple_b[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quintuple_b[data-title-bg="enable"] .date img,
.mz_quintuple_b[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quintuple_b[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quintuple_b[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quintuple_b[data-title-bg="disable"] .author img,
.mz_quintuple_b[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quintuple_b[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quintuple_b[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quintuple_b[data-title-bg="disable"] .date img,
.mz_quintuple_b[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quintuple_b[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quintuple_b .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quintuple_b .title h3{
	margin: 0px;
	padding: 0px;
}
.mz_quintuple_b[data-title-bg="enable"] .first_items .title h3{
	line-height: 35px;
	font-size: 24px;
	
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_quintuple_b .second_items .item .author_date{
	display: none !important;
}
.mz_quintuple_b[data-title-bg="enable"] .second_items .title h3{
	line-height: 25px;
	font-size: 16px;
	padding: 0px 5px;
}
.mz_quintuple_b[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_quintuple_b[data-title-bg="disable"] .first_items .title h3{
	margin: 0px;
	font-size: 24px;
	line-height: 28px;
}
.mz_quintuple_b[data-title-bg="disable"] .second_items .title h3{
	font-size: 16px;
	line-height: 18px;
}
.mz_quintuple_b[data-title-bg="disable"] .title h3 a,
.mz_quintuple_b[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_quintuple_b .category_comment{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}
.mz_quintuple_b .third_items .category_comment{left: 20px;}
.mz_quintuple_b .second_item .category_comment{left: 30px;}
.mz_quintuple_b .category_comment a{
	color: inherit;
}
.mz_quintuple_b .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_quintuple_b .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_quintuple_b .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_quintuple_b .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_quintuple_b[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_b[data-post-type-type="rounded"] .post_format img,
.mz_quintuple_b[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_quintuple_b[data-post-type-type="rounded"] .post_format.video img,
.mz_quintuple_b[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_quintuple_b[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_quintuple_b[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_quintuple_b[data-post-type-type="withbg"] .post_format.video img,
.mz_quintuple_b[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_quintuple_b[data-post-type-type="withbg"] .post_format img,
.mz_quintuple_b[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_quintuple_b .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;
}


.mz_quintuple_b[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_quintuple_b[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_quintuple_b[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_quintuple_b[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_quintuple_b[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_quintuple_b[data-cat-show="yes"] .category{display: block;}
.mz_quintuple_b[data-comment-show="yes"] .comment{display: block;}
.mz_quintuple_b[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_quintuple_b[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_quintuple_b[data-post-type-show="yes"] .post_format{display: block;}
.mz_quintuple_b[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_quintuple_b[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_quintuple_b[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_quintuple_b[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_quintuple_b[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_quintuple_b[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_quintuple_b[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_quintuple_b[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_quintuple_b[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_quintuple_b[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_quintuple_b[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
/*------------------------------------------------------------------*/
/*	XX) Quintuple BETA SLIDER
/*------------------------------------------------------------------*/
.mz_quintuple_b.slider .qfb_slider{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quintuple_b.slider .item_holder{
	width: auto;
	clear: both;
	position: relative;
	height: 745px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.mz_quintuple_b.slider .owl-nav{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_quintuple_b.slider .owl-nav span{
	width: 100%;
	float: left;
	height: 40px;
	cursor: pointer;
	position: relative;
	display: block;
	background-color: chocolate;
}
.mz_quintuple_b.slider .owl-prev{
	width: 50%;
	float: left;
	height: 40px;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_b.slider .owl-next{
	width: 50%;
	float: left;
	height: 40px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_b.slider .owl-next span{
	transform: rotate(180deg);
}
.mz_quintuple_b.slider .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 23px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_quintuple_b.slider .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 17px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}
@media(max-width: 768px){
	.mz_quintuple_b .second_items{
		height: 70%;
	}
	.mz_quintuple_b.slider .item_holder,
	.mz_quintuple_b .qfb_simple{
		height: 900px;
	}
	.mz_quintuple_b .second_items .item:nth-child(1){
		width: 100%;
		height: 57.15%;
		padding-top: 0px;
	}
	.mz_quintuple_b .second_items .item{
		height: 42.85%;
		width: 50%;
		padding-top: 1px;
	}
	.mz_quintuple_b .first_items{height: 30%;}
	.mz_quintuple_b[data-title-bg="enable"] .first_items .title h3{
		font-size: 16px;
		line-height: 25px;
	}
	.mz_quintuple_b[data-title-bg="disable"] .first_items .title h3{
		font-size: 16px;
		line-height: 18px;
	}
	.mz_quintuple_b .author_date{display: none;}
}
/*------------------------------------------------------------------*/
/*	XX) Quintuple GAMMA SIMPLE
/*------------------------------------------------------------------*/
.mz_quintuple_g{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quintuple_g .mz_qfg_in{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quintuple_g .qfg_simple{
	width: auto;
	clear: both;
	position: relative;
	height: 522px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.mz_quintuple_g .first_items{
	width: 25%;
	padding-right: 1px;
	height: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_g .second_items{
	width: 50%;
	padding-left: 1px;
	padding-right: 1px;
	height: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_g .third_items{
	width: 25%;
	height: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_g .second_items:after,
.mz_quintuple_g .third_items:after,
.mz_quintuple_g .qfg_simple:after{
	clear: both;
	display: table;
	content: '';
}
.mz_quintuple_g .first_items .item{
	width: 100%;
	height: 50%;
	float: left;
}
.mz_quintuple_g .first_items .item:nth-child(1){padding-bottom: 1px;}
.mz_quintuple_g .first_items .item:nth-child(2){padding-top: 1px;}
.mz_quintuple_g .second_items .item{
	float: left;
	width: 100%;
	height: 100%;
}
.mz_quintuple_g .third_items .item{
	width: 100%;
	height: 50%;
}

.mz_quintuple_g .third_items .item:nth-child(1){padding-bottom: 1px;}
.mz_quintuple_g .third_items .item:nth-child(2){padding-top: 1px;}
.mz_quintuple_g .item{
	transition: all .5s ease;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_g .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_quintuple_g .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_quintuple_g .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_g .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_quintuple_g[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_quintuple_g[data-title-bg="enable"] .author img,
.mz_quintuple_g[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quintuple_g[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quintuple_g[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quintuple_g[data-title-bg="enable"] .date img,
.mz_quintuple_g[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_quintuple_g[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_quintuple_g[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quintuple_g[data-title-bg="disable"] .author img,
.mz_quintuple_g[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quintuple_g[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quintuple_g[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_quintuple_g[data-title-bg="disable"] .date img,
.mz_quintuple_g[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_quintuple_g[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_quintuple_g .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quintuple_g .title h3{
	margin: 0px;
	padding: 0px;
}
.mz_quintuple_g[data-title-bg="enable"] .second_items .title h3{
	line-height: 35px;
	font-size: 24px;
	
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_quintuple_g .first_items .item .author_date,
.mz_quintuple_g .third_items .item .author_date{
	display: none !important;
}
.mz_quintuple_g[data-title-bg="enable"] .third_items .title h3,
.mz_quintuple_g[data-title-bg="enable"] .first_items .title h3{
	line-height: 25px;
	font-size: 16px;
	padding: 0px 5px;
}
.mz_quintuple_g[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_quintuple_g[data-title-bg="disable"] .second_items .title h3{
	margin: 0px;
	font-size: 24px;
	line-height: 28px;
}
.mz_quintuple_g[data-title-bg="disable"] .third_items .title h3,
.mz_quintuple_g[data-title-bg="disable"] .first_items .title h3{
	font-size: 16px;
	line-height: 18px;
}
.mz_quintuple_g[data-title-bg="disable"] .title h3 a,
.mz_quintuple_g[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_quintuple_g .category_comment{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}
.mz_quintuple_g .third_items .category_comment{left: 20px;}
.mz_quintuple_g .second_item .category_comment{left: 30px;}
.mz_quintuple_g .category_comment a{
	color: inherit;
}
.mz_quintuple_g .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_quintuple_g .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_quintuple_g .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_quintuple_g .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_quintuple_g[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_g[data-post-type-type="rounded"] .post_format img,
.mz_quintuple_g[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_quintuple_g[data-post-type-type="rounded"] .post_format.video img,
.mz_quintuple_g[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_quintuple_g[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_quintuple_g[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_quintuple_g[data-post-type-type="withbg"] .post_format.video img,
.mz_quintuple_g[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_quintuple_g[data-post-type-type="withbg"] .post_format img,
.mz_quintuple_g[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_quintuple_g .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;
}


.mz_quintuple_g[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_quintuple_g[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_quintuple_g[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_quintuple_g[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_quintuple_g[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_quintuple_g[data-cat-show="yes"] .category{display: block;}
.mz_quintuple_g[data-comment-show="yes"] .comment{display: block;}
.mz_quintuple_g[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_quintuple_g[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_quintuple_g[data-post-type-show="yes"] .post_format{display: block;}
.mz_quintuple_g[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_quintuple_g[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_quintuple_g[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_quintuple_g[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_quintuple_g[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_quintuple_g[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_quintuple_g[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_quintuple_g[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_quintuple_g[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_quintuple_g[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_quintuple_g[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
/*------------------------------------------------------------------*/
/*	XX) Quintuple GAMMA SLIDER
/*------------------------------------------------------------------*/
.mz_quintuple_g.slider .qfg_slider{
	width: 100%;
	float: left;
	clear: both;
}
.mz_quintuple_g.slider .item_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 522px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.mz_quintuple_g.slider .owl-nav{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_quintuple_g.slider .owl-nav span{
	width: 100%;
	float: left;
	height: 40px;
	cursor: pointer;
	position: relative;
	display: block;
	background-color: chocolate;
}
.mz_quintuple_g.slider .owl-prev{
	width: 50%;
	float: left;
	height: 40px;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_g.slider .owl-next{
	width: 50%;
	float: left;
	height: 40px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_quintuple_g.slider .owl-next span{
	transform: rotate(180deg);
}
.mz_quintuple_g.slider .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 23px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_quintuple_g.slider .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 17px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}
@media(max-width: 768px){
	.mz_quintuple_g .second_items{
		height: 40%;
		width: 100%;
		padding: 1px 0px;
	}
	.mz_quintuple_g.slider .item_holder{
		height: 900px;
		-webkit-flex-direction: column;
	flex-direction: column;
	}
	.mz_quintuple_g .qfg_simple{
		height: 900px;
		-webkit-flex-direction: column;
	flex-direction: column;
	}
	.mz_quintuple_g .first_items .item{
		width: 50%;
		height: 100%;
	}
	.mz_quintuple_g .second_items .item{
		height: 100%;
		width: 100%;
	}
	.mz_quintuple_g .first_items{
		height: 30%;
		width: 100%;
		padding-right: 0px;
		padding-bottom: 1px;
	}
	.mz_quintuple_g .third_items{
		width: 100%;
		height: 30%;
		padding-top: 1px;
	}
	.mz_quintuple_g .third_items .item{
		width: 50%;
		height: 100%;
		float: left;
	}
	.mz_quintuple_g[data-title-bg="enable"] .second_items .title h3{
		font-size: 16px;
		line-height: 25px;
	}
	.mz_quintuple_g[data-title-bg="disable"] .second_items .title h3{
		font-size: 16px;
		line-height: 18px;
	}
	.mz_quintuple_g .author_date{display: none;}
	.mz_quintuple_g .first_items .item:nth-child(1){padding: 0px 1px 0px 0px;}
	.mz_quintuple_g .first_items .item:nth-child(2){padding: 0px 0px 0px 1px;}
	.mz_quintuple_g .third_items .item:nth-child(1){padding: 0px 1px 0px 0px;}
	.mz_quintuple_g .third_items .item:nth-child(2){padding: 0px 0px 0px 1px;}
}
/*------------------------------------------------------------------*/
/*	XX) Sixfold ALPHA SIMPLE
/*------------------------------------------------------------------*/
.mz_sixfold_a{
	width: 100%;
	float: left;
	clear: both;
}
.mz_sixfold_a .mz_sfa_in{
	width: 100%;
	float: left;
	clear: both;
}
.mz_sixfold_a .sfa_simple{
	width: auto;
	clear: both;
	position: relative;
	height: 672px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.mz_sixfold_a .first_items{
	width: 100%;
	padding-bottom: 1px;
	height: 60%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_sixfold_a .second_items{
	width: auto;
	margin: 0px -1px;
	padding-top: 1px;
	height: 40%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_sixfold_a .second_items:after,
.mz_sixfold_a .qfg_simple:after{
	clear: both;
	display: table;
	content: '';
}
.mz_sixfold_a .first_items .item{
	width: 50%;
	height: 100%;
	float: left;
}
.mz_sixfold_a .first_items .item:nth-child(1){padding-right: 1px;}
.mz_sixfold_a .first_items .item:nth-child(2){padding-left: 1px;}
.mz_sixfold_a .second_items .item{
	float: left;
	width: 25%;
	height: 100%;
	padding: 0px 1px;
}
.mz_sixfold_a .item{
	transition: all .5s ease;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_sixfold_a .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_sixfold_a .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_sixfold_a .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_sixfold_a .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_sixfold_a[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_sixfold_a[data-title-bg="enable"] .author img,
.mz_sixfold_a[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_sixfold_a[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_sixfold_a[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_sixfold_a[data-title-bg="enable"] .date img,
.mz_sixfold_a[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_sixfold_a[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_sixfold_a[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_sixfold_a[data-title-bg="disable"] .author img,
.mz_sixfold_a[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_sixfold_a[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_sixfold_a[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_sixfold_a[data-title-bg="disable"] .date img,
.mz_sixfold_a[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_sixfold_a[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_sixfold_a .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_sixfold_a .title h3{
	margin: 0px;
	padding: 0px;
}
.mz_sixfold_a[data-title-bg="enable"] .first_items .title h3{
	line-height: 35px;
	font-size: 24px;
	
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_sixfold_a .second_items .item .author_date{
	display: none !important;
}
.mz_sixfold_a[data-title-bg="enable"] .second_items .title h3{
	line-height: 25px;
	font-size: 16px;
	padding: 0px 5px;
}
.mz_sixfold_a[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_sixfold_a[data-title-bg="disable"] .first_items .title h3{
	margin: 0px;
	font-size: 24px;
	line-height: 28px;
}
.mz_sixfold_a[data-title-bg="disable"] .second_items .title h3{
	font-size: 16px;
	line-height: 18px;
}
.mz_sixfold_a[data-title-bg="disable"] .title h3 a,
.mz_sixfold_a[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_sixfold_a .category_comment{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}
.mz_sixfold_a .third_items .category_comment{left: 20px;}
.mz_sixfold_a .second_item .category_comment{left: 30px;}
.mz_sixfold_a .category_comment a{
	color: inherit;
}
.mz_sixfold_a .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_sixfold_a .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_sixfold_a .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_sixfold_a .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_sixfold_a[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_sixfold_a[data-post-type-type="rounded"] .post_format img,
.mz_sixfold_a[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_sixfold_a[data-post-type-type="rounded"] .post_format.video img,
.mz_sixfold_a[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_sixfold_a[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_sixfold_a[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_sixfold_a[data-post-type-type="withbg"] .post_format.video img,
.mz_sixfold_a[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_sixfold_a[data-post-type-type="withbg"] .post_format img,
.mz_sixfold_a[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_sixfold_a .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;

}


.mz_sixfold_a[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_sixfold_a[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_sixfold_a[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_sixfold_a[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_sixfold_a[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_sixfold_a[data-cat-show="yes"] .category{display: block;}
.mz_sixfold_a[data-comment-show="yes"] .comment{display: block;}
.mz_sixfold_a[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_sixfold_a[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_sixfold_a[data-post-type-show="yes"] .post_format{display: block;}
.mz_sixfold_a[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_sixfold_a[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_sixfold_a[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_sixfold_a[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_sixfold_a[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_sixfold_a[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_sixfold_a[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_sixfold_a[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_sixfold_a[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_sixfold_a[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_sixfold_a[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
.mz_sixfold_a .second_items .title{margin-bottom: 0px !important;}
/*------------------------------------------------------------------*/
/*	XX) Sixfold Alpha SLIDER
/*------------------------------------------------------------------*/
.mz_sixfold_a.slider .sfa_slider{
	width: 100%;
	float: left;
	clear: both;
}
.mz_sixfold_a.slider .item_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 672px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.mz_sixfold_a.slider .owl-nav{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_sixfold_a.slider .owl-nav span{
	width: 100%;
	float: left;
	height: 40px;
	cursor: pointer;
	position: relative;
	display: block;
	background-color: chocolate;
}
.mz_sixfold_a.slider .owl-prev{
	width: 50%;
	float: left;
	height: 40px;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_sixfold_a.slider .owl-next{
	width: 50%;
	float: left;
	height: 40px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_sixfold_a.slider .owl-next span{
	transform: rotate(180deg);
}
.mz_sixfold_a.slider .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 23px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_sixfold_a.slider .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 17px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}
@media(max-width: 768px){
	.mz_sixfold_a[data-title-bg="enable"] .first_items .title h3{
		line-height: 25px;
		font-size: 16px;
	}
	.mz_sixfold_a[data-title-bg="disable"] .first_items .title h3{
		font-size: 16px;
		line-height: 18px;
	}
	.mz_sixfold_a .author_date{display: none;}
	.mz_sixfold_a .second_items .item:nth-child(1){width: 100%;height: 57.15%;padding-bottom: 1px;}
	.mz_sixfold_a .second_items .item{width: 33.3333%;height: 42.85%;padding-top: 1px;}
	.mz_sixfold_a .first_items{height: 30%;}
	.mz_sixfold_a .second_items{height: 70%;}
	.mz_sixfold_a.slider .item_holder,
	.mz_sixfold_a .sfa_simple{height: 800px;}
	.mz_sixfold_a .title{margin-bottom: 0px !important;}
}
@media(max-width: 480px){
	.mz_sixfold_a.slider .item_holder,
	.mz_sixfold_a .sfa_simple{height: 750px;}
	.mz_sixfold_a .first_items{height: 33.3333%;}
	.mz_sixfold_a .second_items{height: 66.6666%;}
	.mz_sixfold_a .second_items .item:nth-child(1){width: 50%;height: 50%;}
	.mz_sixfold_a .second_items .item:nth-child(2){width: 50%;height: 50%;}
	.mz_sixfold_a .second_items .item{width: 50%;height: 50%;}
}
@media(max-width: 320px){
	.mz_sixfold_a.slider .item_holder,
	.mz_sixfold_a .sfa_simple{height: 600px;}
}
/*------------------------------------------------------------------*/
/*	XX) Septuple ALPHA SIMPLE
/*------------------------------------------------------------------*/
.mz_septuple_a{
	width: 100%;
	float: left;
	clear: both;
}
.mz_septuple_a .mz_spa_in{
	width: 100%;
	float: left;
	clear: both;
}
.mz_septuple_a .spa_simple{
	width: auto;
	clear: both;
	position: relative;
	height: 672px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.mz_septuple_a .first_items{
	width: 100%;
	padding-bottom: 1px;
	height: 60%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_septuple_a .second_items{
	width: auto;
	margin: 0px -1px;
	padding-top: 1px;
	height: 40%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_septuple_a .second_items:after,
.mz_septuple_a .qfg_simple:after{
	clear: both;
	display: table;
	content: '';
}
.mz_septuple_a .first_items .item{
	width: 50%;
	height: 100%;
	float: left;
}
.mz_septuple_a .first_items .item:nth-child(1){padding-right: 1px;}
.mz_septuple_a .first_items .item:nth-child(2){padding-left: 1px;}
.mz_septuple_a .second_items .item{
	float: left;
	width: 20%;
	height: 100%;
	padding: 0px 1px;
}
.mz_septuple_a .item{
	transition: all .5s ease;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_septuple_a .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_septuple_a .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_septuple_a .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_septuple_a .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_septuple_a[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_septuple_a[data-title-bg="enable"] .author img,
.mz_septuple_a[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_septuple_a[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_septuple_a[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_septuple_a[data-title-bg="enable"] .date img,
.mz_septuple_a[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_septuple_a[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_septuple_a[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_septuple_a[data-title-bg="disable"] .author img,
.mz_septuple_a[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_septuple_a[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_septuple_a[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_septuple_a[data-title-bg="disable"] .date img,
.mz_septuple_a[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_septuple_a[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_septuple_a .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_septuple_a .title h3{
	margin: 0px;
	padding: 0px;
}
.mz_septuple_a[data-title-bg="enable"] .first_items .title h3{
	line-height: 35px;
	font-size: 24px;
	
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_septuple_a .second_items .item .author_date{
	display: none !important;
}
.mz_septuple_a[data-title-bg="enable"] .second_items .title h3{
	line-height: 25px;
	font-size: 16px;
	padding: 0px 5px;
}
.mz_septuple_a[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_septuple_a[data-title-bg="disable"] .first_items .title h3{
	margin: 0px;
	font-size: 24px;
	line-height: 28px;
}
.mz_septuple_a[data-title-bg="disable"] .second_items .title h3{
	font-size: 16px;
	line-height: 18px;
}
.mz_septuple_a[data-title-bg="disable"] .title h3 a,
.mz_septuple_a[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_septuple_a .category_comment{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}
.mz_septuple_a .third_items .category_comment{left: 20px;}
.mz_septuple_a .second_item .category_comment{left: 30px;}
.mz_septuple_a .category_comment a{
	color: inherit;
}
.mz_septuple_a .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_septuple_a .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_septuple_a .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_septuple_a .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_septuple_a[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_septuple_a[data-post-type-type="rounded"] .post_format img,
.mz_septuple_a[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_septuple_a[data-post-type-type="rounded"] .post_format.video img,
.mz_septuple_a[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_septuple_a[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_septuple_a[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_septuple_a[data-post-type-type="withbg"] .post_format.video img,
.mz_septuple_a[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_septuple_a[data-post-type-type="withbg"] .post_format img,
.mz_septuple_a[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_septuple_a .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;

}


.mz_septuple_a[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_septuple_a[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_septuple_a[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_septuple_a[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_septuple_a[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_septuple_a[data-cat-show="yes"] .category{display: block;}
.mz_septuple_a[data-comment-show="yes"] .comment{display: block;}
.mz_septuple_a[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_septuple_a[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_septuple_a[data-post-type-show="yes"] .post_format{display: block;}
.mz_septuple_a[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_septuple_a[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_septuple_a[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_septuple_a[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_septuple_a[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_septuple_a[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_septuple_a[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_septuple_a[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_septuple_a[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_septuple_a[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_septuple_a[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
.mz_septuple_a .second_items .title{margin-bottom: 0px !important;}
/*------------------------------------------------------------------*/
/*	XX) Septuple ALPHA SLIDER
/*------------------------------------------------------------------*/
.mz_septuple_a.slider .sfa_slider{
	width: 100%;
	float: left;
	clear: both;
}
.mz_septuple_a.slider .item_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 672px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.mz_septuple_a.slider .owl-nav{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_septuple_a.slider .owl-nav span{
	width: 100%;
	float: left;
	height: 40px;
	cursor: pointer;
	position: relative;
	display: block;
	background-color: chocolate;
}
.mz_septuple_a.slider .owl-prev{
	width: 50%;
	float: left;
	height: 40px;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_septuple_a.slider .owl-next{
	width: 50%;
	float: left;
	height: 40px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_septuple_a.slider .owl-next span{
	transform: rotate(180deg);
}
.mz_septuple_a.slider .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 23px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_septuple_a.slider .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 17px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}
@media(max-width: 1040px){
	.mz_septuple_a .second_items .item{
		width: 33.3333%;height: 57.15%;
	}
	.mz_septuple_a .second_items .item:nth-last-child(1),
	.mz_septuple_a .second_items .item:nth-last-child(2){width: 50%;padding-top: 1px;height: 42.85%;}
	.mz_septuple_a .spa_simple{height: 900px;}
	.mz_septuple_a .first_items{height: 30%;}
	.mz_septuple_a .second_items{height: 70%;}
	.mz_septuple_a[data-title-bg="enable"] .first_items .title h3{
		line-height: 25px;
		font-size: 16px;
	}
	.mz_septuple_a[data-title-bg="disable"] .first_items .title h3{
		font-size: 16px;
		line-height: 18px;
	}
	.mz_septuple_a .author_date{
		display: none !important;
	}
}
@media(max-width: 768px){
	.mz_septuple_a .first_items{height: 40%;}
	.mz_septuple_a .second_items{height: 60%;}
	.mz_septuple_a .second_items .item{height: 45%;}
	.mz_septuple_a .second_items .item:nth-last-child(1),
	.mz_septuple_a .second_items .item:nth-last-child(2){
		height: 55%;
	}
}
@media(max-width: 480px){
	.mz_septuple_a .first_items{height: 25%;}
	.mz_septuple_a .second_items{height: 75%;}
	.mz_septuple_a .second_items .item:nth-child(1){
		width: 100%;
		padding-top: 0px;
	}
	.mz_septuple_a .second_items .item{width: 50%;height: 33.3333% !important;padding-top: 1px;padding-bottom: 1px;}
	.mz_septuple_a .second_items .item:nth-last-child(1),
	.mz_septuple_a .second_items .item:nth-last-child(2){
		padding-bottom: 0px;
	}
}
/*------------------------------------------------------------------*/
/*	XX) Octuple ALPHA SIMPLE
/*------------------------------------------------------------------*/
.mz_octuple_a{
	width: 100%;
	float: left;
	clear: both;
}
.mz_octuple_a .mz_oca_in{
	width: 100%;
	float: left;
	clear: both;
}
.mz_octuple_a .oca_simple{
	width: auto;
	clear: both;
	position: relative;
	height: 672px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.mz_octuple_a .first_items{
	width: auto;
	padding-bottom: 1px;
	height: 60%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0px -1px;
}
.mz_octuple_a .second_items{
	width: auto;
	margin: 0px -1px;
	padding-top: 1px;
	height: 40%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_octuple_a .second_items:after,
.mz_octuple_a .qfg_simple:after{
	clear: both;
	display: table;
	content: '';
}
.mz_octuple_a .first_items .item{
	width: 33.3333%;
	height: 100%;
	float: left;
	padding: 0px 1px;
}
.mz_octuple_a .second_items .item{
	float: left;
	width: 20%;
	height: 100%;
	padding: 0px 1px;
}
.mz_octuple_a .item{
	transition: all .5s ease;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_octuple_a .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 100%;
}
.mz_octuple_a .img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
.mz_octuple_a .title_holder{
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_octuple_a .author_date{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.mz_octuple_a[data-title-bg="enable"] .author{
	display: none;
	float: left;
	line-height: 24px;
	margin-right: 4px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	overflow: hidden;
}
.mz_octuple_a[data-title-bg="enable"] .author img,
.mz_octuple_a[data-title-bg="enable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_octuple_a[data-title-bg="enable"] .author span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_octuple_a[data-title-bg="enable"] .date{
	float: left;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_octuple_a[data-title-bg="enable"] .date img,
.mz_octuple_a[data-title-bg="enable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.mz_octuple_a[data-title-bg="enable"] .date span{
	display: block;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.mz_octuple_a[data-title-bg="disable"] .author{
	float: left;
	line-height: 24px;
	margin-right: 4px;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_octuple_a[data-title-bg="disable"] .author img,
.mz_octuple_a[data-title-bg="disable"] .author svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_octuple_a[data-title-bg="disable"] .author span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_octuple_a[data-title-bg="disable"] .date{
	float: left;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
	display: none;
	overflow: hidden;
}
.mz_octuple_a[data-title-bg="disable"] .date img,
.mz_octuple_a[data-title-bg="disable"] .date svg{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0px;
	margin-top: -7px;
}
.mz_octuple_a[data-title-bg="disable"] .date span{
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.mz_octuple_a .title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_octuple_a .title h3{
	margin: 0px;
	padding: 0px;
}
.mz_octuple_a[data-title-bg="enable"] .first_items .title h3{
	line-height: 35px;
	font-size: 24px;
	
	padding: 0px 5px;
	letter-spacing: 0px;
}
.mz_octuple_a .second_items .item .author_date{
	display: none !important;
}
.mz_octuple_a[data-title-bg="enable"] .second_items .title h3{
	line-height: 25px;
	font-size: 16px;
	padding: 0px 5px;
}
.mz_octuple_a[data-title-bg="enable"] .title h3 span{
	display: inline;
	line-height: 1;
    box-shadow: 5px 0 0, -5px 0 0;
}

.mz_octuple_a[data-title-bg="disable"] .first_items .title h3{
	margin: 0px;
	font-size: 24px;
	line-height: 28px;
}
.mz_octuple_a[data-title-bg="disable"] .second_items .title h3{
	font-size: 16px;
	line-height: 18px;
}
.mz_octuple_a[data-title-bg="disable"] .title h3 a,
.mz_octuple_a[data-title-bg="disable"] .title h3 span{
	display: block;
}
.mz_octuple_a .category_comment{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}
.mz_octuple_a .third_items .category_comment{left: 20px;}
.mz_octuple_a .second_item .category_comment{left: 30px;}
.mz_octuple_a .category_comment a{
	color: inherit;
}
.mz_octuple_a .category{
	display: none;
	float: left;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
}
.mz_octuple_a .comment{
	display: none;
	font-size: 11px;
	float: left;
	padding: 0px 8px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
}
.mz_octuple_a .comment:after{
	position: absolute;
	content: '';
	border-top: 3px solid #111;
	border-right: 5px solid transparent;
	top: 100%;
	left: 6px;
}
.mz_octuple_a .post_format{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: none;
}
.mz_octuple_a[data-post-type-type="rounded"] .post_format{
	width: 30px;
	height: 30px;
	display: none;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_octuple_a[data-post-type-type="rounded"] .post_format img,
.mz_octuple_a[data-post-type-type="rounded"] .post_format svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -7px;
}
.mz_octuple_a[data-post-type-type="rounded"] .post_format.video img,
.mz_octuple_a[data-post-type-type="rounded"] .post_format.video svg{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -4px;
}
.mz_octuple_a[data-post-type-type="withbg"] .post_format{
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	color: #fff;
}
.mz_octuple_a[data-post-type-type="withbg"] .post_format:after{
	content: '';
	position: absolute;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #fc0158;
	top: 0px;
	left: 0px;
}
.mz_octuple_a[data-post-type-type="withbg"] .post_format.video img,
.mz_octuple_a[data-post-type-type="withbg"] .post_format.video svg{
	width: 10px;
	height: 10px;
	top: 8px;
}
.mz_octuple_a[data-post-type-type="withbg"] .post_format img,
.mz_octuple_a[data-post-type-type="withbg"] .post_format svg{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}
.mz_octuple_a .link_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
	z-index: 2;

}


.mz_octuple_a[data-title-pos="above"] .title_holder{
	flex-direction: column-reverse;
}
.mz_octuple_a[data-title-pos="above"][data-title-bg="enable"] .author_date{
	margin-bottom: 0px;
}
.mz_octuple_a[data-title-pos="above"][data-title-bg="enable"] .title{
	margin-bottom: 3px;
}
.mz_octuple_a[data-title-pos="above"][data-title-bg="disable"] .author_date{
	margin-bottom: 0px;
}
.mz_octuple_a[data-title-pos="above"][data-title-bg="disable"] .title{
	margin-bottom: 5px;
}
.mz_octuple_a[data-cat-show="yes"] .category{display: block;}
.mz_octuple_a[data-comment-show="yes"] .comment{display: block;}
.mz_octuple_a[data-title-bg="enable"][data-author-show="yes"] .author{display: block;}
.mz_octuple_a[data-title-bg="enable"][data-date-show="yes"] .date{display: block;}
.mz_octuple_a[data-post-type-show="yes"] .post_format{display: block;}
.mz_octuple_a[data-post-type-type="rounded"][data-post-type-show="yes"] .post_format{display: block;}
.mz_octuple_a[data-title-bg="disable"][data-author-show="yes"] .author{display: block;}
.mz_octuple_a[data-title-bg="disable"][data-date-show="yes"] .date{display: block;}
.mz_octuple_a[data-author-icon-show="yes"][data-title-bg="disable"] .author span{padding-left: 17px;}
.mz_octuple_a[data-date-icon-show="yes"][data-title-bg="disable"] .date span{padding-left: 17px;}
.mz_octuple_a[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.mz_octuple_a[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .author{
	margin-right: 0px;
	text-transform: uppercase;
}
.mz_octuple_a[data-date-icon-show=""][data-title-bg="disable"][data-title-bg="disable"][data-author-show="yes"] .date span{
	position: relative;
	padding-left: 14px;
}
.mz_octuple_a[data-title-bg="enable"][data-author-icon-show="yes"] .author span{padding-left: 27px;}
.mz_octuple_a[data-title-bg="enable"][data-date-icon-show="yes"] .date span{padding-left: 27px;}

.mz_octuple_a[data-title-style="gradient"] .title_holder{
	background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}
.mz_octuple_a .second_items .title{margin-bottom: 0px !important;}
/*------------------------------------------------------------------*/
/*	XX) Septuple ALPHA SLIDER
/*------------------------------------------------------------------*/
.mz_octuple_a.slider .sfa_slider{
	width: 100%;
	float: left;
	clear: both;
}
.mz_octuple_a.slider .item_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 672px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.mz_octuple_a.slider .owl-nav{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_octuple_a.slider .owl-nav span{
	width: 100%;
	float: left;
	height: 40px;
	cursor: pointer;
	position: relative;
	display: block;
	background-color: chocolate;
}
.mz_octuple_a.slider .owl-prev{
	width: 50%;
	float: left;
	height: 40px;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_octuple_a.slider .owl-next{
	width: 50%;
	float: left;
	height: 40px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_octuple_a.slider .owl-next span{
	transform: rotate(180deg);
}
.mz_octuple_a.slider .owl-nav span:after{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 23px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(45deg);
}
.mz_octuple_a.slider .owl-nav span:before{
	width: 9px;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	top: 17px;
	background-color: #fff;
	content: '';
	position: absolute;
	transform: rotate(135deg);
}
@media(max-width: 1040px){
	.mz_octuple_a .author_date{display: none;}
	.mz_octuple_a[data-title-bg="enable"] .first_items .title h3{
		line-height: 25px;
		font-size: 16px;
	}
	.mz_octuple_a[data-title-bg="disable"] .first_items .title h3{
		font-size: 16px;
		line-height: 18px;
	}
	.mz_octuple_a.slider .item_holder,
	.mz_octuple_a .oca_simple{
		height: 900px;
	}
	.mz_octuple_a .second_items .item:nth-child(1),
	.mz_octuple_a .second_items .item:nth-child(2){
		width: 50%;
		padding-bottom: 1px;
		padding-top: 0px;
	}
	.mz_octuple_a .second_items .item{
		width: 33.3333%;
		height: 50%;
		padding-top: 1px;
	}
	.mz_octuple_a .first_items{height: 33.3333%;}
	.mz_octuple_a .second_items{height: 66.6666%;}
}
@media(max-width:480px){
	.mz_octuple_a.slider .item_holder,
	.mz_octuple_a .oca_simple{
		height: 1000px;
	}
	.mz_octuple_a .first_items .item{
		width: 50%;
		height: 50%;
		padding-bottom: 1px;
	}
	.mz_octuple_a .first_items .item:last-child{
		width: 100%;
		padding-bottom: 0px;
		padding-top: 1px;
	}
	.mz_octuple_a .second_items .item{
		width: 50%;
		height: 33.3333%;
		padding-top: 1px;
	}
	.mz_octuple_a .second_items .item:nth-child(3){
		width: 100%;
		padding-bottom: 1px;
		padding-top: 0px;
	}
	.mz_octuple_a .first_items{height: 40%;}
	.mz_octuple_a .second_items{height: 60%;}
}
.magazinify_wrapper .category_comment{
	max-width: 100%;
    max-width: calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
}
.magazinify_wrapper .category_comment span.category{margin-bottom: 3px;}
.magazinify_wrapper .author_date{margin: 0px !important;}
.magazinify_wrapper span.author,
.magazinify_wrapper span.date{
	margin-bottom: 3px !important;
}
.magazinify_wrapper [data-title-pos="above"] span.author,
.magazinify_wrapper [data-title-pos="above"] span.date{margin-bottom: 0px !important;}



/*------------------------------------------------------------------*/
/*	XX) LIST TOPBAR
/*------------------------------------------------------------------*/
.mz_list_top_bar{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	border-bottom: 2px solid #fc0158;
	margin-bottom: 35px;
}
.mz_list_top_bar:after{
	clear: both;
	display: table;
	content: '';
}
.mz_list_top_bar .leftpart{
	float: left;
	margin-right: 50px;
	height: 36px;
}
.mz_list_top_bar .leftpart h3{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: 600;
	font-style: italic;
}
.mz_list_top_bar .leftpart h3 span{
	display: block;
	position: relative;
}
.mz_list_top_bar[data-cat-type="alpha"] .leftpart h3{
	font-size: 24px;
	line-height: 36px;
	color: #fc0158;
}
.mz_list_top_bar[data-cat-type="beta"] .leftpart h3{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.mz_list_top_bar[data-cat-type="beta"] .leftpart h3 span{
	padding: 0px 22px;
	background-color: #fc0158;
}
.mz_list_top_bar .leftpart h3 span:after{
	position: absolute;
	left: 100%;
	top: 0px;
	border-top: 30px solid transparent;
	border-left: 10px solid #fc0158;
}
.mz_list_top_bar[data-cat-type="beta"] .leftpart{height: 30px;}
.mz_list_top_bar[data-cat-type="beta"] .rightpart{height: 30px;}
.mz_list_top_bar[data-cat-type="beta"] ul.mz_subcats_list li{height: 30px;line-height: 30px;}
.mz_list_top_bar[data-cat-type="beta"] .mz_more_list{height: 30px;}
.mz_list_top_bar[data-cat-type="beta"] .mz_more_list .more_label{line-height: 30px;}
.mz_list_top_bar[data-cat-type="beta"] .mz_more_list .more_label span:before,
.mz_list_top_bar[data-cat-type="beta"] .mz_more_list .more_label span:after{top: 15px;}
.mz_list_top_bar[data-cat-type="beta"] .rightpart .view_more{line-height: 30px;}
.mz_list_top_bar[data-cat-type="beta"] .leftpart h3 span:after{content: '';}
.mz_list_top_bar[data-cat-type="alpha"] .rightpart .view_more a:after{top: 16px;}
.mz_list_top_bar[data-cat-type="alpha"] .rightpart .view_more a:before{top: 20px;}
.mz_list_top_bar .rightpart .view_more{
	display: block;
	height: 100%;
	line-height: 36px;
}
.mz_list_top_bar .rightpart .view_more a{
	height: 100%;
	padding-right: 14px;
}
.mz_list_top_bar .rightpart .view_more a:hover:after,
.mz_list_top_bar .rightpart .view_more a:hover:before{
	background-color: #fc0158;
}
.mz_list_top_bar .rightpart .view_more a:after{
	content: '';
	width: 6px;
	height: 1px;
	background-color: #333;
	position: absolute;
	right: 0px;
	transform: rotate(45deg);
	top: 13px;
	transition: all .3s ease;
}
.mz_list_top_bar .rightpart .view_more a:before{
	content: '';
	width: 6px;
	height: 1px;
	background-color: #333;
	position: absolute;
	right: 0px;
	transform: rotate(135deg);
	top: 17px;
	transition: all .3s ease;
}
.mz_list_top_bar .rightpart{
	float: right;
	height: 36px;
	position: absolute;
	top: 0px;
	right: 0px;
}
ul.mz_subcats_list{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: -20px;
	float: left;
}
ul.mz_subcats_list li{
	margin: 0px;
	padding: 0px;
	float: left;
	padding-left: 20px;
	height: 36px;
	line-height: 36px;
}
.mz_list_top_bar .rightpart .view_more a,
.mz_more_list .more_label span,
.mz_more_list ul li a,
ul.mz_subcats_list li a{
	font-size: 14px;
	letter-spacing: 0px;
	display: block;
	color: #333;
	line-height: inherit;
	transition: all .3s ease;
}
.mz_list_top_bar .rightpart .view_more a:hover,
.mz_more_list:hover .more_label span,
.mz_more_list ul li a:hover,
.mz_more_list ul li a.active,
ul.mz_subcats_list li a:hover,
ul.mz_subcats_list li a.active{
	color: #fc0158;
}
ul.mz_subcats_list li.needlesly{
	display: none;
}
.mz_more_list{
	float: left;
	height: 36px;
	position: relative;
	display: none;
	margin-left: 20px;
}
.mz_more_list.needlesly{
	display: none;
}
.mz_more_list .more_label{
	float: left;
	height: 100%;
	line-height: 36px;
}
.mz_more_list .more_label span{
	padding-right: 14px;
	cursor: pointer;
}
.mz_more_list .more_label span:after{
	content: '';
	width: 6px;
	height: 1px;
	background-color: #333;
	position: absolute;
	right: 4px;
	transform: rotate(45deg);
	top: 18px;
	transition: all .3s ease;
}
.mz_more_list .more_label span:before{
	content: '';
	width: 6px;
	height: 1px;
	background-color: #333;
	position: absolute;
	right: 0px;
	transform: rotate(135deg);
	top: 18px;
	transition: all .3s ease;
}
.mz_more_list:hover .more_label span:after,
.mz_more_list:hover .more_label span:before{
	background-color: #fc0158;
}
.mz_more_list ul{
	margin: 0px;
	padding: 20px;
	list-style-type: none;
	box-shadow: 0px 0px 20px rgba(0,0,0,.05);
	border-radius: 3px;
	background-color: #fff;
}
.mz_more_list .mz_dropdown_list{
	transform: translateY(15px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	width: max-content;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	min-width: 150px;
	z-index: 333;
	position: absolute;
	top: 100%;
	right: 0px;
	text-align: right;
	padding-top: 12px;
}
.mz_more_list .mz_dropdown_list:after{
	content: '';
	position: absolute;
	right: 20px;
	border: 5px solid transparent;
	border-bottom-color: #fff;
	top: 2px;
}
.mz_more_list:hover .mz_dropdown_list{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.mz_more_list ul li{
	margin: 0px;
	padding: 0px;
	display: none;
	margin-bottom: 5px;
}
.mz_more_list ul li:last-child{
	margin-bottom: 0px;
}
.mz_more_list ul li.need{
	display: block;
}
.mz_list_top_bar span.forwidth{
	width: auto;
	display: block;
	float: left;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
/*------------------------------------------------------------------*/
/*	XX) AJAX NAVIGATION
/*------------------------------------------------------------------*/
.magazinify_ajax_pagination{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	margin-top: 40px;
}
.magazinify_ajax_pagination > div{
	width: 25px;
	height: 25px;
	float: left;
}
.magazinify_ajax_pagination .mz_loading_spinner{
	position: relative;
}
.magazinify_ajax_pagination .mz_loading_spinner span{
	opacity: 1;
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	left: 4px;
	top: 4px;
	border: 2px solid rgba(0,0,0,0.2);
	border-top: 2px solid rgba(0,0,0,0.9);
	
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
	
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;

	-webkit-animation:mz_spinner .7s infinite linear;
	-moz-animation:mz_spinner .7s infinite linear;
	-o-animation:mz_spinner .7s infinite linear;
	animation:mz_spinner .7s infinite linear
}
@-webkit-keyframes mz_spinner{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}
@-moz-keyframes mz_spinner{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}
@-o-keyframes mz_spinner{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}
@keyframes mz_spinner{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}
.magazinify_ajax_pagination .mz_loading_spinner.ready span{
	opacity: 0;
}

.magazinify_ajax_pagination .mz_next{
	margin-right: 15px;
}
.magazinify_ajax_pagination .mz_prev{
	margin-right: 5px;
}
.magazinify_ajax_pagination a{
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid #bebebe;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: absolute;
	transition: all .3s ease;
}
.magazinify_ajax_pagination a:after{
	width: 6px;
	height: 1px;
	background-color: #bebebe;
	content: '';
	position: absolute;
	top: 13px;
	left: 8px;
	transform: rotate(45deg);
	transition: all .3s ease;
}
.magazinify_ajax_pagination a:before{
	width: 6px;
	height: 1px;
	background-color: #bebebe;
	content: '';
	position: absolute;
	top: 9px;
	left: 8px;
	transform: rotate(135deg);
	transition: all .3s ease;
}
.magazinify_ajax_pagination .mz_next a:after{
	top: 9px;
	left: auto;
	right: 8px;
}
.magazinify_ajax_pagination .mz_next a:before{
	top: 13px;
	left: auto;
	right: 8px;
}
.magazinify_ajax_pagination a.inactive:after,
.magazinify_ajax_pagination a.inactive:before{
	background-color: #d6d6d6;
}
.magazinify_ajax_pagination a.inactive{
	border-color: #d6d6d6;
	cursor: default;
}
/*------------------------------------------------------------------*/
/*	XX) LIST ALPHA
/*------------------------------------------------------------------*/
.mz_list_alpha{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_a_content{
	width: auto;
	clear: both;
	position: relative;
	margin-left: -30px;
}
.mz_list_a_content:after{
	clear: both;
	display: table;
	content: '';
}
.mz_list_a_content .first_item{
	width: 33.3333%;
	float: left;
	padding-left: 30px;
}
.mz_list_a_content .second_items{
	width: 33.3333%;
	float: left;
	padding-left: 30px;
}
.mz_list_a_content .third_items{
	width: 33.3333%;
	float: left;
	padding-left: 30px;
}
.mz_list_a_content .first_item .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_a_content .cback_img{
	position: relative;
	z-index: -5;
	opacity: 0;
	min-height: 470px;
}
.mz_list_a_content .l_img{
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mz_list_a_content .link_overlay{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.mz_list_a_content .first_item .l_title_holder{
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 24px 20px 23px 20px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_list_a_content .first_item .l_title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_a_content .first_item .author__date{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_a_content .first_item h3{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
}
.mz_list_a_content .first_item h3 a{
	color: #fff;
	font-weight: 500;
}

.mz_list_a_content .first_item .l_author{
	display: none;
	margin-right: 25px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	color: #fff;
}
.mz_list_a_content .first_item .l_author:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #aaa;
	top: 6px;
	left: 100%;
	margin-left: 10px;
}
.mz_list_a_content .first_item .l_date{
	display: none;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #aaa;
}
.mz_list_a_content .first_item .cat__ccount{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
	max-width: 100%;
    max-width: calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
}
.mz_list_a_content .first_item .l_cat{
	display: none;
    float: left;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 20px;
    margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.mz_list_a_content .first_item .l_cat a{
	display: block;
	color: #fff;
    padding: 0px 8px;
	background-color: #8245c7;
}
.mz_list_a_content .first_item .l_ccount{
	display: none;
    font-size: 11px;
    float: left;
    line-height: 20px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}
.mz_list_a_content .first_item .l_ccount:after{
	position: absolute;
    content: '';
    border-top: 3px solid #111;
    border-right: 5px solid transparent;
    top: 100%;
    left: 6px;
}
.mz_list_a_content .first_item .l_ccount a{
	padding: 0px 8px;
	color: #fff;
	display: block;
	background-color: #111;
    border-radius: 5px;
}
.mz_list_a_content .mini_item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 70px;
	margin-bottom: 30px;
	padding-left: 115px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_list_a_content .mini_item:last-child{
	margin-bottom: 0px;
}
.mz_list_a_content .l_mini_img{
	position: absolute;
	width: 100px;
	height: 70px;
	top: 0px;
	left: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mz_list_a_content .l_mini_img a{
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.mz_list_a_content .mini_item h3{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
}
.mz_list_a_content .mini_item h3 a{
	color: #333;
	font-weight: 500;
}
.mz_list_a_content .mini_item .l_title_holder,
.mz_list_a_content .mini_item .author__date,
.mz_list_a_content .mini_item .l_title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_a_content .mini_item .l_title_holder{
	height: 70px;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
	flex-direction: column;
    justify-content: center;
}
.mz_list_a_content .mini_item .l_author{
	display: none;
	margin-right: 25px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	color: #333;
	font-weight: 500;
}
.mz_list_a_content .mini_item .l_author:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #aaa;
	top: 6px;
	left: 100%;
	margin-left: 10px;
}
.mz_list_a_content .mini_item .l_date{
	display: none;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #aaa;
}
.mz_list_alpha[data-fi-overlay="gradient"] .mz_list_a_content .first_item .l_title_holder{
	background: rgba(0,0,0,0.9); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* Standard syntax */
}
.mz_list_alpha[data-cat-ccount-pos="outside"] .mz_list_a_content .first_item .cat__ccount{top: -10px;}
.magazinify_wrapper[data-width="mz_tablet"] .mz_list_a_content .third_items{width: 100%;margin-top: 30px;}
.magazinify_wrapper[data-width="mz_tablet"] .mz_list_a_content .first_item{width: 50%;}
.magazinify_wrapper[data-width="mz_tablet"] .mz_list_a_content .second_items{width: 50%;}

.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_a_content .third_items{width: 50%;margin-top: 30px;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_a_content .first_item{width: 100%;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_a_content .second_items{width: 50%;margin-top: 30px;}

.magazinify_wrapper[data-width="mz_mobile"] .mz_list_a_content .third_items{width: 100%;margin-top: 30px;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_a_content .first_item{width: 100%;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_a_content .second_items{width: 100%;margin-top: 30px;}


.mz_list_alpha[data-show-cat="yes"] .first_item .l_cat{display: block;}
.mz_list_alpha[data-show-ccount="yes"] .first_item .l_ccount{display: block;}
.mz_list_alpha[data-show-author="yes"] .first_item .l_author{display: inline-block;}
.mz_list_alpha[data-show-author="yes"] .mini_item .l_author{display: inline-block;}
.mz_list_alpha[data-show-date="yes"] .mini_item .l_date{display: inline-block;}
.mz_list_alpha[data-show-date="yes"] .first_item .l_date{display: inline-block;}

/*------------------------------------------------------------------*/
/*	XX) LIST BETA
/*------------------------------------------------------------------*/
.mz_list_beta{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_b_content{
	width: auto;
	clear: both;
	position: relative;
	margin-left: -30px;
}
.mz_list_b_content:after{
	clear: both;
	display: table;
	content: '';
}
.mz_list_b_content .first_item{
	width: 50%;
	float: left;
	padding-left: 30px;
}
.mz_list_b_content .second_items{
	width: 50%;
	float: left;
	padding-left: 30px;
}
.mz_list_b_content .first_item .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_b_content .cback_img{
	position: relative;
	z-index: -5;
	opacity: 0;
	min-height: 250px;
	min-width: 100%;
}
.mz_list_b_content .l_img{
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mz_list_b_content .link_overlay{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.mz_list_b_content .first_item .img_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_b_content .first_item .l_title_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding: 24px 0px 0px 0px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_list_b_content .first_item .l_title{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 8px;
}
.mz_list_b_content .first_item .author__date{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_b_content .first_item h3{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
}
.mz_list_b_content .first_item h3 a{
	color: #333;
	font-weight: 500;
}

.mz_list_b_content .first_item .l_author{
	display: none;
	margin-right: 25px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	color: #333;
}
.mz_list_b_content .first_item .l_author:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #aaa;
	top: 6px;
	left: 100%;
	margin-left: 10px;
}
.mz_list_b_content .first_item .l_date{
	display: none;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #aaa;
}
.mz_list_b_content .first_item .cat__ccount{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
	max-width: 100%;
    max-width: calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
}
.mz_list_b_content .first_item .l_cat{
	display: none;
    float: left;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 20px;
    margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.mz_list_b_content .first_item .l_cat a{
	display: block;
	color: #fff;
    padding: 0px 8px;
	background-color: #8245c7;
}
.mz_list_b_content .first_item .l_ccount{
	display: none;
    font-size: 11px;
    float: left;
    line-height: 20px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}
.mz_list_b_content .first_item .l_ccount:after{
	position: absolute;
    content: '';
    border-top: 3px solid #111;
    border-right: 5px solid transparent;
    top: 100%;
    left: 6px;
}
.mz_list_b_content .first_item .l_ccount a{
	padding: 0px 8px;
	color: #fff;
	display: block;
	background-color: #111;
    border-radius: 5px;
}
.mz_list_b_content .first_item .l_content{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	margin-top: 17px;
}
.mz_list_b_content .first_item .l_content p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #777;
}
.mz_list_b_content .mini_item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 70px;
	margin-bottom: 30px;
	padding-left: 115px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_list_b_content .mini_item:last-child{
	margin-bottom: 0px;
}
.mz_list_b_content .l_mini_img{
	position: absolute;
	width: 100px;
	height: 70px;
	top: 0px;
	left: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mz_list_b_content .l_mini_img a{
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.mz_list_b_content .mini_item h3{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
}
.mz_list_b_content .mini_item h3 a{
	color: #333;
	font-weight: 500;
}
.mz_list_b_content .mini_item .l_title_holder,
.mz_list_b_content .mini_item .author__date,
.mz_list_b_content .mini_item .l_title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_b_content .mini_item .l_title_holder{
	height: 70px;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
	flex-direction: column;
    justify-content: center;
}
.mz_list_b_content .mini_item .l_author{
	display: none;
	margin-right: 25px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	color: #333;
	font-weight: 500;
}
.mz_list_b_content .mini_item .l_author:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #aaa;
	top: 6px;
	left: 100%;
	margin-left: 10px;
}
.mz_list_b_content .mini_item .l_date{
	display: none;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #aaa;
}
.mz_list_beta[data-cat-ccount-pos="outside"] .mz_list_b_content .first_item .cat__ccount{top: -10px;}

.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_b_content .first_item{width: 100%;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_b_content .second_items{width: 100%;margin-top: 30px;}

.magazinify_wrapper[data-width="mz_mobile"] .mz_list_b_content .first_item{width: 100%;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_b_content .second_items{width: 100%;margin-top: 30px;}

.mz_list_beta[data-show-cat="yes"] .first_item .l_cat{display: block;}
.mz_list_beta[data-show-ccount="yes"] .first_item .l_ccount{display: block;}
.mz_list_beta[data-show-author="yes"] .first_item .l_author{display: inline-block;}
.mz_list_beta[data-show-author="yes"] .mini_item .l_author{display: inline-block;}
.mz_list_beta[data-show-date="yes"] .mini_item .l_date{display: inline-block;}
.mz_list_beta[data-show-date="yes"] .first_item .l_date{display: inline-block;}

/*------------------------------------------------------------------*/
/*	XX) LIST GAMMA
/*------------------------------------------------------------------*/
.mz_list_gamma{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_g_content{
	width: auto;
	clear: both;
	position: relative;
	margin-left: -30px;
}
.mz_list_g_content:after{
	clear: both;
	display: table;
	content: '';
}
.mz_list_g_content .first_items{
	width: 100%;
	float: left;
	padding-left: 30px;
}
.mz_list_g_content .first_items .fi_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_g_content .second_items{
	width: 100%;
	float: left;
	padding-left: 30px;
	margin-top: 30px;
}
.mz_list_g_content .first_items .item{
	width: 50%;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_list_g_content .first_items .item:nth-child(1){padding-right: 15px;}
.mz_list_g_content .first_items .item:nth-child(2){padding-left: 15px;}
.mz_list_g_content .cback_img{
	position: relative;
	z-index: -5;
	opacity: 0;
	min-height: 250px;
	min-width: 100%;
}
.mz_list_g_content .l_img{
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mz_list_g_content .link_overlay{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.mz_list_g_content .first_items .img_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_g_content .first_items .l_title_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding: 24px 0px 0px 0px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_list_g_content .first_items .l_title{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 8px;
}
.mz_list_g_content .first_items .author__date{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_g_content .first_items h3{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
}
.mz_list_g_content .first_items h3 a{
	color: #333;
	font-weight: 500;
}

.mz_list_g_content .first_items .l_author{
	display: none;
	margin-right: 25px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	color: #333;
}
.mz_list_g_content .first_items .l_author:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #aaa;
	top: 6px;
	left: 100%;
	margin-left: 10px;
}
.mz_list_g_content .first_items .l_date{
	display: none;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #aaa;
}
.mz_list_g_content .first_items .cat__ccount{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
	max-width: 100%;
    max-width: calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
}
.mz_list_g_content .first_items .l_cat{
	display: none;
    float: left;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 20px;
    margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.mz_list_g_content .first_items .l_cat a{
	display: block;
	color: #fff;
    padding: 0px 8px;
	background-color: #8245c7;
}
.mz_list_g_content .first_items .l_ccount{
	display: none;
    font-size: 11px;
    float: left;
    line-height: 20px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}
.mz_list_g_content .first_items .l_ccount:after{
	position: absolute;
    content: '';
    border-top: 3px solid #111;
    border-right: 5px solid transparent;
    top: 100%;
    left: 6px;
}
.mz_list_g_content .first_items .l_ccount a{
	padding: 0px 8px;
	color: #fff;
	display: block;
	background-color: #111;
    border-radius: 5px;
}
.mz_list_g_content .first_items .l_content{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	margin-top: 17px;
}
.mz_list_g_content .first_items .l_content p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #777;
}
.mz_list_g_content .mini_item:nth-of-type(2n){
	padding-left: 130px;
}
.mz_list_g_content .mini_item:nth-of-type(2n-1){
	padding-right: 15px;
}
.mz_list_g_content .mini_item:nth-of-type(2n) .l_mini_img{
	left: 15px;
}
.mz_list_g_content .mini_item{
	width: 50%;
	float: left;
	position: relative;
	height: 70px;
	margin-bottom: 30px;
	padding-left: 115px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_list_g_content .l_mini_img{
	position: absolute;
	width: 100px;
	height: 70px;
	top: 0px;
	left: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mz_list_g_content .l_mini_img a{
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.mz_list_g_content .mini_item h3{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
}
.mz_list_g_content .mini_item h3 a{
	color: #333;
	font-weight: 500;
}
.mz_list_g_content .mini_item .l_title_holder,
.mz_list_g_content .mini_item .author__date,
.mz_list_g_content .mini_item .l_title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_g_content .mini_item .l_title_holder{
	height: 70px;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
	flex-direction: column;
    justify-content: center;
}
.mz_list_g_content .mini_item .l_author{
	display: none;
	margin-right: 25px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	color: #333;
	font-weight: 500;
}
.mz_list_g_content .mini_item .l_author:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #aaa;
	top: 6px;
	left: 100%;
	margin-left: 10px;
}
.mz_list_g_content .mini_item .l_date{
	display: none;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #aaa;
}
.mz_list_gamma[data-cat-ccount-pos="outside"] .mz_list_g_content .first_items .cat__ccount{top: -10px;}

.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_g_content .first_items .item{width: 100%;padding: 0px !important;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_g_content .first_items .item:nth-child(1){margin-bottom: 30px;}

.magazinify_wrapper[data-width="mz_mobile"] .mz_list_g_content .first_items .item{width: 100%;padding: 0px !important;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_g_content .first_items .item:nth-child(1){margin-bottom: 30px;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_g_content .mini_item{width: 100%;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_g_content .mini_item:nth-of-type(2n){padding-left: 115px;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_g_content .mini_item:nth-of-type(2n-1){padding-right: 0px;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_g_content .mini_item:nth-of-type(2n) .l_mini_img{left: 0px;}

.mz_list_gamma[data-show-cat="yes"] .first_items .l_cat{display: block;}
.mz_list_gamma[data-show-ccount="yes"] .first_items .l_ccount{display: block;}
.mz_list_gamma[data-show-author="yes"] .first_items .l_author{display: inline-block;}
.mz_list_gamma[data-show-author="yes"] .mini_item .l_author{display: inline-block;}
.mz_list_gamma[data-show-date="yes"] .mini_item .l_date{display: inline-block;}
.mz_list_gamma[data-show-date="yes"] .first_items .l_date{display: inline-block;}
.mz_list_gamma .magazinify_ajax_pagination{margin-top: 10px;}

/*------------------------------------------------------------------*/
/*	XX) LIST DELTA
/*------------------------------------------------------------------*/
.mz_list_delta{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_d_content{
	width: auto;
	clear: both;
	position: relative;
	margin-left: -30px;
}
.mz_list_d_content:after{
	clear: both;
	display: table;
	content: '';
}
.mz_list_d_content .first_item{
	width: 100%;
	float: left;
	padding-left: 30px;
	margin-bottom: 30px;
}
.mz_list_d_content .second_items{
	width: 100%;
	float: left;
	padding-left: 30px;
}
.mz_list_d_content .first_item .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.mz_list_d_content .cback_img{
	position: relative;
	z-index: -5;
	opacity: 0;
	min-height: 250px;
	min-width: 100%;
}
.mz_list_d_content .l_img{
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 15px;
	bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mz_list_d_content .link_overlay{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.mz_list_d_content .first_item .img_holder{
	width: 50%;
	float: left;
	position: relative;
	padding-right: 15px;
}
.mz_list_d_content .first_item .l_title_holder{
	width: 50%;
	float: left;
	position: relative;
	padding-left: 15px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_list_d_content .first_item .l_title{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 8px;
}
.mz_list_d_content .first_item .author__date{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_d_content .first_item h3{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
}
.mz_list_d_content .first_item h3 a{
	color: #333;
	font-weight: 500;
}

.mz_list_d_content .first_item .l_author{
	display: none;
	margin-right: 25px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	color: #333;
}
.mz_list_d_content .first_item .l_author:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #aaa;
	top: 6px;
	left: 100%;
	margin-left: 10px;
}
.mz_list_d_content .first_item .l_date{
	display: none;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #aaa;
}
.mz_list_d_content .first_item .cat__ccount{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
	max-width: 100%;
    max-width: calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
}
.mz_list_d_content .first_item .l_cat{
	display: none;
    float: left;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 20px;
    margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.mz_list_d_content .first_item .l_cat a{
	display: block;
	color: #fff;
    padding: 0px 8px;
	background-color: #8245c7;
}
.mz_list_d_content .first_item .l_ccount{
	display: none;
    font-size: 11px;
    float: left;
    line-height: 20px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}
.mz_list_d_content .first_item .l_ccount:after{
	position: absolute;
    content: '';
    border-top: 3px solid #111;
    border-right: 5px solid transparent;
    top: 100%;
    left: 6px;
}
.mz_list_d_content .first_item .l_ccount a{
	padding: 0px 8px;
	color: #fff;
	display: block;
	background-color: #111;
    border-radius: 5px;
}
.mz_list_d_content .first_item .l_content{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	margin-top: 17px;
}
.mz_list_d_content .first_item .l_content p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #777;
}
.mz_list_d_content .mini_item{
	width: 50%;
	float: left;
	position: relative;
	height: 70px;
	margin-bottom: 30px;
	padding-left: 115px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_list_d_content .mini_item:nth-of-type(2n){
	padding-left: 130px;
}
.mz_list_d_content .mini_item:nth-of-type(2n-1){
	padding-right: 15px;
}
.mz_list_d_content .mini_item:nth-of-type(2n) .l_mini_img{
	left: 15px;
}
.mz_list_d_content .l_mini_img{
	position: absolute;
	width: 100px;
	height: 70px;
	top: 0px;
	left: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mz_list_d_content .l_mini_img a{
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.mz_list_d_content .mini_item h3{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
}
.mz_list_d_content .mini_item h3 a{
	color: #333;
	font-weight: 500;
}
.mz_list_d_content .mini_item .l_title_holder,
.mz_list_d_content .mini_item .author__date,
.mz_list_d_content .mini_item .l_title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_d_content .mini_item .l_title_holder{
	height: 70px;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
	flex-direction: column;
    justify-content: center;
}
.mz_list_d_content .mini_item .l_author{
	display: none;
	margin-right: 25px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	color: #333;
	font-weight: 500;
}
.mz_list_d_content .mini_item .l_author:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #aaa;
	top: 6px;
	left: 100%;
	margin-left: 10px;
}
.mz_list_d_content .mini_item .l_date{
	display: none;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #aaa;
}
.mz_list_delta[data-cat-ccount-pos="outside"] .mz_list_d_content .first_item .cat__ccount{top: -10px;}

.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_d_content .mini_item{width: 100%;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_d_content .mini_item:nth-of-type(2n-1){padding-right: 0px;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_d_content .mini_item:nth-of-type(2n){padding-left: 115px;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_d_content .mini_item:nth-of-type(2n) .l_mini_img{left: 0px;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_d_content .second_items{width: 100%;}

.magazinify_wrapper[data-width="mz_mobile"] .mz_list_d_content .mini_item{width: 100%;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_d_content .mini_item:nth-of-type(2n-1){padding-right: 0px;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_d_content .mini_item:nth-of-type(2n){padding-left: 115px;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_d_content .mini_item:nth-of-type(2n) .l_mini_img{left: 0px;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_d_content .second_items{width: 100%;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_d_content .first_item .img_holder{width: 100%;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_d_content .first_item .l_title_holder{width: 100%;padding-left: 0px;margin-top: 30px;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_d_content .first_item .item{-webkit-flex-direction: column;
	flex-direction: column;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_d_content .l_img{right: 0px;}



.mz_list_delta[data-show-cat="yes"] .first_item .l_cat{display: block;}
.mz_list_delta[data-show-ccount="yes"] .first_item .l_ccount{display: block;}
.mz_list_delta[data-show-author="yes"] .first_item .l_author{display: inline-block;}
.mz_list_delta[data-show-author="yes"] .mini_item .l_author{display: inline-block;}
.mz_list_delta[data-show-date="yes"] .mini_item .l_date{display: inline-block;}
.mz_list_delta[data-show-date="yes"] .first_item .l_date{display: inline-block;}
.mz_list_delta .magazinify_ajax_pagination{margin-top: 10px;}

/*------------------------------------------------------------------*/
/*	XX) LIST EPSILON
/*------------------------------------------------------------------*/
.mz_list_epsilon{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_e_content{
	width: auto;
	clear: both;
	position: relative;
	margin-left: -30px;
}
.mz_list_e_content:after{
	clear: both;
	display: table;
	content: '';
}
.mz_list_e_content .first_item{
	width: 100%;
	float: left;
	padding-left: 0px;
}
.mz_list_e_content .first_item .item{
	width: 33.3333%;
	float: left;
	position: relative;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 30px;
}
.mz_list_e_content .cback_img{
	position: relative;
	z-index: -5;
	opacity: 0;
	min-height: 250px;
	min-width: 100%;
}
.mz_list_e_content .l_img{
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mz_list_e_content .link_overlay{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.mz_list_e_content .first_item .img_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_e_content .first_item .l_title_holder{
	width: 100%;
	float: left;
	position: relative;
	clear: both;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_list_e_content .first_item .l_title{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
	padding-top: 14px;
}
.mz_list_e_content .first_item .author__date{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_e_content .first_item h3{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
}
.mz_list_e_content .first_item h3 a{
	color: #333;
	font-weight: 500;
}

.mz_list_e_content .first_item .l_author{
	display: none;
	margin-right: 25px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	color: #333;
}
.mz_list_e_content .first_item .l_author:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #aaa;
	top: 6px;
	left: 100%;
	margin-left: 10px;
}
.mz_list_e_content .first_item .l_date{
	display: none;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #aaa;
}
.mz_list_e_content .first_item .cat__ccount{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
	max-width: 100%;
    max-width: calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
}
.mz_list_e_content .first_item .l_cat{
	display: none;
    float: left;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 20px;
    margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.mz_list_e_content .first_item .l_cat a{
	display: block;
	color: #fff;
    padding: 0px 8px;
	background-color: #8245c7;
}
.mz_list_e_content .first_item .l_ccount{
	display: none;
    font-size: 11px;
    float: left;
    line-height: 20px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}
.mz_list_e_content .first_item .l_ccount:after{
	position: absolute;
    content: '';
    border-top: 3px solid #111;
    border-right: 5px solid transparent;
    top: 100%;
    left: 6px;
}
.mz_list_e_content .first_item .l_ccount a{
	padding: 0px 8px;
	color: #fff;
	display: block;
	background-color: #111;
    border-radius: 5px;
}
.mz_list_e_content .first_item .l_content{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	margin-top: 17px;
}
.mz_list_e_content .first_item .l_content p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #777;
}
.mz_list_epsilon[data-cat-ccount-pos="outside"] .mz_list_e_content .first_item .cat__ccount{top: -10px;}

.magazinify_wrapper[data-width="mz_tablet"] .mz_list_e_content .first_item .item{width: 50%;}
.magazinify_wrapper[data-width="mz_tablet"] .mz_list_e_content .first_item .item:first-child{
	width: 100%;
}
.magazinify_wrapper[data-width="mz_tablet"] .mz_list_e_content .cback_img{min-width: 60%;}
.magazinify_wrapper[data-width="mz_tablet"] .mz_list_e_content .first_item .item:first-child .img_holder{
	clear: none;
	width: 100%;
}
.magazinify_wrapper[data-width="mz_tablet"] .mz_list_e_content .first_item .item:first-child .l_title_holder{
	clear: none;
	width: 100%;
}

.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_e_content .first_item .item{width: 50%;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_e_content .first_item .item:first-child{
	width: 100%;
}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_e_content .cback_img{min-width: 60%;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_e_content .first_item .item:first-child .img_holder{
	clear: none;
	width: 100%;
}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_e_content .first_item .item:first-child .l_title_holder{
	clear: none;
	width: 100%;
}


.magazinify_wrapper[data-width="mz_mobile"] .mz_list_e_content .first_item .item{width: 100%;}



.mz_list_epsilon[data-show-cat="yes"] .first_item .l_cat{display: block;}
.mz_list_epsilon[data-show-ccount="yes"] .first_item .l_ccount{display: block;}
.mz_list_epsilon[data-show-author="yes"] .first_item .l_author{display: inline-block;}
.mz_list_epsilon[data-show-date="yes"] .first_item .l_date{display: inline-block;}
.mz_list_epsilon .magazinify_ajax_pagination{margin-top: 10px;}

/*------------------------------------------------------------------*/
/*	XX) LIST ZETA
/*------------------------------------------------------------------*/
.mz_list_zeta{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_z_content{
	width: auto;
	clear: both;
	position: relative;
	margin-left: -30px;
}
.mz_list_z_content:after{
	clear: both;
	display: table;
	content: '';
}
.mz_list_z_content .first_item{
	width: 100%;
	float: left;
	padding-left: 30px;
}
.mz_list_z_content .first_item .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	min-height: 150px;
	padding-left: 250px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 30px;
}
.mz_list_z_content .l_mini_img{
	z-index: 0;
	position: absolute;
	width: 220px;
	height: 150px;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mz_list_z_content .l_mini_img a{
	position: absolute;
	z-index: 222;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}
.mz_list_z_content .link_overlay{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.mz_list_z_content .first_item .l_title_holder{
	position: relative;
	z-index: 2;
	padding: 0px;
	width: 100%;
	float: left;
	clear: both;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_list_z_content .first_item .l_content{
	width: 100%;
	float: left;
	clear: both;
	margin-top: 7px;
}
.mz_list_z_content .first_item .l_content p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #777;
}
.mz_list_z_content .first_item .l_title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_z_content .first_item .author__date{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_z_content .first_item h3{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
}
.mz_list_z_content .first_item h3 a{
	color: #fff;
	font-weight: 500;
}

.mz_list_z_content .first_item .l_author{
	display: none;
	margin-right: 25px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	color: #fff;
}
.mz_list_z_content .first_item .l_author:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #aaa;
	top: 6px;
	left: 100%;
	margin-left: 10px;
}
.mz_list_z_content .first_item .l_date{
	display: none;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #aaa;
}

.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_z_content .first_item .l_content{display: none;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_z_content .l_mini_img{width: 150px;height: 100px;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_z_content .first_item .item{padding-left: 180px;min-height: 100px;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_z_content .first_item h3{font-size: 18px;line-height: 22px;}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_list_z_content .first_item .l_title_holder{margin-top: 5px;}

.magazinify_wrapper[data-width="mz_mobile"] .mz_list_z_content .first_item .l_content{display: none;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_z_content .l_mini_img{width: 150px;height: 100px;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_z_content .first_item .item{padding-left: 180px;min-height: 100px;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_z_content .first_item h3{font-size: 18px;line-height: 22px;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_list_z_content .first_item .l_title_holder{margin-top: 5px;}


.mz_list_zeta[data-show-cat="yes"] .first_item .l_cat{display: block;}
.mz_list_zeta[data-show-ccount="yes"] .first_item .l_ccount{display: block;}
.mz_list_zeta[data-show-author="yes"] .first_item .l_author{display: inline-block;}
.mz_list_zeta[data-show-date="yes"] .first_item .l_date{display: inline-block;}
.mz_list_zeta .magazinify_ajax_pagination{margin-top: 10px;}


/*------------------------------------------------------------------*/
/*	XX) LIST ETA (het)
/*------------------------------------------------------------------*/
.mz_list_eta{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_list_h_content{
	width: auto;
	clear: both;
	position: relative;
	margin-left: -30px;
}
.mz_list_h_content:after{
	clear: both;
	display: table;
	content: '';
}
.mz_list_h_content .first_item{
	width: 100%;
	float: left;
	padding-left: 30px;
}
.mz_list_h_content .first_item .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	min-height: 70px;
	padding-left: 115px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 30px;
}
.mz_list_h_content .l_mini_img{
	z-index: 0;
	position: absolute;
	width: 100px;
	height: 70px;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mz_list_h_content .l_mini_img a{
	position: absolute;
	z-index: 222;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}
.mz_list_h_content .link_overlay{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.mz_list_h_content .first_item .l_title_holder{
	position: relative;
	z-index: 2;
	padding: 0px;
	width: 100%;
	float: left;
	clear: both;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mz_list_h_content .first_item .l_content{
	width: 100%;
	float: left;
	clear: both;
	margin-top: 7px;
}
.mz_list_h_content .first_item .l_content p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #777;
}
.mz_list_h_content .first_item .l_title{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_h_content .first_item .author__date{
	width: 100%;
	float: left;
	clear: both;
}
.mz_list_h_content .first_item h3{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
}
.mz_list_h_content .first_item h3 a{
	color: #fff;
	font-weight: 500;
}

.mz_list_h_content .first_item .l_author{
	display: none;
	margin-right: 25px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	color: #fff;
}
.mz_list_h_content .first_item .l_author:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #aaa;
	top: 6px;
	left: 100%;
	margin-left: 10px;
}
.mz_list_h_content .first_item .l_date{
	display: none;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #aaa;
}


.mz_list_eta[data-show-cat="yes"] .first_item .l_cat{display: block;}
.mz_list_eta[data-show-ccount="yes"] .first_item .l_ccount{display: block;}
.mz_list_eta[data-show-author="yes"] .first_item .l_author{display: inline-block;}
.mz_list_eta[data-show-date="yes"] .first_item .l_date{display: inline-block;}
.mz_list_eta .magazinify_ajax_pagination{margin-top: 10px;}

/*------------------------------------------------------------------*/
/*	XX) TICKERS
/*------------------------------------------------------------------*/
.mz_ticker_widget{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.mz_ticker_widget:after{
	clear: both;
	display: table;
	content: '';
}

.mz_ticker_widget > .t_in{
	width: 100%;
	float: left;
	clear: both;
	height: 30px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	overflow: hidden;
}
.mz_ticker_widget .ticker_title{
	position: relative;
	min-width: max-content;
	min-width: intrinsic;
	min-width: -moz-max-content;
	min-width: -webkit-max-content;
	margin-right: 20px;
	line-height: 30px;
}
.tn_wrapper{
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}
.mz_ticker_widget .TickerNews{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.mz_ticker_widget .ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.mz_ticker_widget .ti_slide{
/*	width: 30000px;*/
	position: relative;
	left: 0;
	top: 0;
}
.mz_ticker_widget .marquee{
/*
	width: 300px;
	overflow: hidden;
*/
	overflow: hidden;
}
.mz_ticker_widget .ti_content{
/*	width: 8000px;*/
	position: relative;
	float:left;
}
.mz_ticker_widget .ti_news{
	float:left;
	padding-right: 40px;
	position: relative;
}
.mz_ticker_widget .ti_news a{
	display: block;
	float: left;
	font-size: inherit;
	line-height: inherit;
}
.mz_ticker_widget .ti_news span{
	display: block;
	float: left;
}
.mz_ticker_widget .ti_news .time{
	margin-right: 15px;
    padding: 0px 10px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    line-height: 20px;
    height: 20px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 5px;
}


.mz_ticker_widget[data-animation="type"]  .mz_text_fade,
.mz_ticker_widget[data-animation="fade"]  .mz_text_fade{
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}
.mz_text_fade{
	float: left;
	display: -webkit-flex;
	display: flex;
}
.mz_ticker_widget .item{
	height: 30px;
	display: -webkit-flex;
	display: flex;
	padding-right: 70px;
}
.mz_ticker_widget .item .time{
	display: block;
	float: left;
	margin-right: 15px;
    padding: 0px 10px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    line-height: 20px;
    height: 20px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 5px;
	opacity: 0.7;
	transition: opacity .3s ease;
	width: max-content;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	min-width: fit-content;
}
.mz_ticker_widget .item_in{
	overflow: hidden;
	width: 100%;
	display: -webkit-flex;
	display: flex;
}
.mz_ticker_widget .item .title{
	display: block;
	float: left;
	line-height: 30px;
}
.mz_ticker_widget .item .title a{
	overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: block;
}
.mz_ticker_widget .item .title a div{
	float: left;
	overflow: hidden;
}
.mz_ticker_widget[data-animation="type"] .owl-item.active .title a div{
	animation: 1200ms mz_news steps(45, end);

}
@-webkit-keyframes mz_news {
	from {width: 0}
	to {width: 100%}
}
@keyframes mz_news {
	from {width: 0}
	to {width: 100%}
}
.mz_ticker_widget .owl-item.active .time{
	opacity: 1;
}
.mz_ticker_widget .ticker_title[data-layout="alpha"] > span{
	display: block;
	padding: 0px 20px 0px 15px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	position: relative;
	font-weight: 500;
}
.mz_ticker_widget .ticker_title[data-layout="alpha"] span span{
	position: relative;
	z-index: 5;
	display: block;
}
.mz_ticker_widget .ticker_title[data-layout="alpha"] > span:after{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 15px;
	background-color: #f54337;
	z-index: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.mz_ticker_widget .ticker_title[data-layout="alpha"] > span:before{
	position: absolute;
	left: 100%;
	margin-left: -15px;
	content: '';
	z-index: 0;
	border-top: 15px solid transparent;
	border-left: 15px solid #f54337;
	top: 0px;
}
.mz_ticker_widget .ticker_title[data-layout="alpha"]:after{
	position: absolute;
	left: 100%;
	margin-left: -15px;
	content: '';
	z-index: 0;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #f54337;
	bottom: 0px;
}

.mz_ticker_widget .ticker_title[data-layout="beta"] > span{
	display: block;
	padding: 0px 15px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	position: relative;
	font-weight: 500;
}
.mz_ticker_widget .ticker_title[data-layout="beta"] span span{
	position: relative;
	z-index: 5;
	display: block;
}
.mz_ticker_widget .ticker_title[data-layout="beta"] > span:after{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #f54337;
	z-index: 0;
	border-radius: 5px;
}
.mz_ticker_widget .owl-animated-out {
	z-index : 1;
}
.mz_ticker_widget .owl-animated-in {
	z-index : 0 
}
.mz_ticker_widget .animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}
.mz_ticker_widget .owl-prev span{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 23px;
	top: 5px;
	border: 1px solid #777;
	border-radius: 100%;
	transition: all .3s ease;
}
.mz_ticker_widget .owl-prev span:after{
	width: 5px;
	height: 1px;
	background-color: #777;
	content: '';
	position: absolute;
	transform: rotate(45deg);
	top: 10px;
	left: 6px;
	transition: all .3s ease;
}
.mz_ticker_widget .owl-prev span:before{
	width: 5px;
	height: 1px;
	background-color: #777;
	content: '';
	position: absolute;
	transform: rotate(135deg);
	top: 7px;
	left: 6px;
	transition: all .3s ease;
}
.mz_ticker_widget .owl-next span{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0px;
	top: 5px;
	border: 1px solid #777;
	border-radius: 100%;
	transition: all .3s ease;
}
.mz_ticker_widget .owl-next span:after{
	width: 5px;
	height: 1px;
	background-color: #777;
	content: '';
	position: absolute;
	transform: rotate(45deg);
	top: 7px;
	left: 7px;
	transition: all .3s ease;
}
.mz_ticker_widget .owl-next span:before{
	width: 5px;
	height: 1px;
	background-color: #777;
	content: '';
	position: absolute;
	transform: rotate(135deg);
	top: 10px;
	left: 7px;
	transition: all .3s ease;
}
.mz_ticker_widget .owl-prev:hover span,
.mz_ticker_widget .owl-next:hover span{
	border-color: #333;
}
.mz_ticker_widget .owl-prev:hover span:after,
.mz_ticker_widget .owl-prev:hover span:before,
.mz_ticker_widget .owl-next:hover span:after,
.mz_ticker_widget .owl-next:hover span:before{
	background-color: #333;
}
.mz_ticker_widget .owl__play{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 46px;
	top: 5px;
	border: 1px solid #777;
	border-radius: 100%;
	transition: all .3s ease;
	z-index: 22;
	cursor: pointer;
}
.mz_ticker_widget .owl__play:after{
	width: 1px;
	height: 5px;
	top: 7px;
	left: 7px;
	content: '';
	position: absolute;
	background-color: #777;
}
.mz_ticker_widget .owl__play:before{
	width: 1px;
	height: 5px;
	top: 7px;
	left: 10px;
	content: '';
	position: absolute;
	background-color: #777;
}
.mz_ticker_widget .owl__play.play:after{
	width: 0px;
	height: 0px;
	top: 5px;
	border: 4px solid transparent;
	border-left-width: 5px;
	border-left-color: #777;
	background-color: transparent !important;
}
.mz_ticker_widget .owl__play.play:before{
	display: none;
}
.mz_ticker_widget .owl-carousel{
	position: relative;
	z-index: 1;
}
.mz_ticker_widget .owl-nav{
	display: none;
}
.mz_ticker_widget .owl__play{
	display: none;
}
.mz_ticker_widget .item{
	padding-right: 0px;
}
.mz_ticker_widget[data-nav="yes"] .owl-nav,
.mz_ticker_widget[data-nav="yes"] .owl__play{
	display: block;
}
.mz_ticker_widget[data-nav="yes"] .item{
	padding-right: 70px;
}
.magazinify_wrapper[data-width="mz_mobile_l"] .mz_ticker_widget span.time{display: none;}
.magazinify_wrapper[data-width="mz_mobile"] .mz_ticker_widget span.time{display: none;}

[data-title-bg="enable"] .title h3 span{
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.mz_sixfold_a[data-title-bg="enable"] .first_items .title h3,
.mz_quintuple_g[data-title-bg="enable"] .second_items .title h3,
.mz_quintuple_b[data-title-bg="enable"] .first_items .title h3,
.mz_quintuple_a[data-title-bg="enable"] .first_item .title h3,
.mz_quadruple_b[data-title-bg="enable"] .title h3,
.mz_quadruple_a.slider[data-title-bg="enable"] .title h3,
.mz_quadruple_a.simple[data-title-bg="enable"] .title h3{
	font-size: 22px;
}



.mz_single_t .img_holder,
.mz_quadruple_g .img_holder,
.mz_quadruple_b .img_holder,
.mz_quadruple_a.simple .img_holder,
.mz_quadruple_a.slider .img_holder,
.mz_triple.slider .img_holder,
.mz_triple.simple .img_holder,
.mz_list_h_content .l_mini_img,
.mz_triple_hover.slider .img_holder,
.mz_triple_hover.simple .img_holder,
.mz_list_a_content .first_item .item,
.mz_list_g_content .l_img,
.mz_list_g_content .l_mini_img,
.mz_list_d_content .l_img,
.mz_list_d_content .l_mini_img,
.mz_list_e_content .l_img,
.mz_list_z_content .l_mini_img,
.mz_list_b_content .l_img,
.mz_list_b_content .l_mini_img,
.mz_list_a_content .l_mini_img{
	background-image: linear-gradient(to bottom right, #333,#000);
}

/* since v1.4 */
.mz_octuple_a .item_in,
.mz_septuple_a .item_in,
.mz_sixfold_a .item_in,
.mz_quintuple_g .item_in,
.mz_quintuple_b .item_in,
.mz_quintuple_a .item_in,
.mz_single_t .item_in,
.mz_quadruple_a .item_in,
.mz_quadruple_g .item_in,
.mz_quadruple_b .item_in,
.mz_triple .item_in{
	overflow: hidden;
}
.mz_octuple_a[data-img-animation="yes"] .item_in:hover .img_holder,
.mz_septuple_a[data-img-animation="yes"] .item_in:hover .img_holder,
.mz_sixfold_a[data-img-animation="yes"] .item_in:hover .img_holder,
.mz_quintuple_g[data-img-animation="yes"] .item_in:hover .img_holder,
.mz_quintuple_b[data-img-animation="yes"] .item_in:hover .img_holder,
.mz_quintuple_a[data-img-animation="yes"] .item_in:hover .img_holder,
.mz_single_t[data-img-animation="yes"] .item_in:hover .img_holder,
.mz_quadruple_g[data-img-animation="yes"] .item_in:hover .img_holder,
.mz_quadruple_b[data-img-animation="yes"] .item_in:hover .img_holder,
.mz_quadruple_a[data-img-animation="yes"] .item_in:hover .img_holder,
.mz_triple[data-img-animation="yes"] .item_in:hover .img_holder{
	transform: scale(1.2);
}
.mz_octuple_a .img_holder,
.mz_septuple_a .img_holder,
.mz_sixfold_a .img_holder,
.mz_quintuple_g .img_holder,
.mz_quintuple_b .img_holder,
.mz_quintuple_a .img_holder,
.mz_single_t .img_holder,
.mz_quadruple_g .img_holder,
.mz_quadruple_a .img_holder,
.mz_quadruple_b .img_holder,
.mz_triple .img_holder{
	transition: all 1s ease;
}

