@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------*/
/*	01) BASE
/*------------------------------------------------------------------*/
.z4studios_ticker_wrapper{
	position: relative;
	clear: both;
	width: 100%;
	height: auto;
}
.z4studios_ticker_wrapper:after{
	content: '';
	clear: both;
	display: table;
}
.z4studios_ticker_wrapper a{
	text-decoration: none;
	font-family: inherit;
}
.z4studios_ticker_wrapper h3{
	font-weight: 400;
}
.z4studios_ticker_wrapper h3 a{
	font-family: inherit;
}
.mz_svg{
	width: 14px;
	height: 14px;
	fill: currentcolor;
}
.z4studios_ticker_wrapper .mz_warning{
	width: 100%;
	float: left;
	clear: both;
	background-color: #eee;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 30px;
}
.z4studios_ticker_wrapper .mz_warning h3{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: 400;
	color: red;
	margin-bottom: 10px;
}
.z4studios_ticker_wrapper .mz_warning p{
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
}
.z4studios_ticker_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;
}
.z4studios_ticker_wrapper [data-animation-type="none"] .hideforanimation{
	opacity: 1;
	visibility: visible;
}


/*------------------------------------------------------------------*/
/*	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: 15px;
	font-weight: 500;
	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;
}
.z4studios_ticker_wrapper[data-width="mz_mobile_l"] .mz_ticker_widget span.time{display: none;}
.z4studios_ticker_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;
}

/* Z4 Studios: Tamaño y colocación del BULLET que hay a la izquerda de cada noticia en el magticker */
.mz_ticker_widget .ti_news .post_title_bullet {
    font-size: 2em;
	padding-left: 10px;
}

.js-marquee {
	margin-right: 0!important;
}

.mz_ticker_widget .ti_news {
	padding-right: 10px!important;
}

.mz_ticker_widget .ti_news span {
    float: right;
}
/* END Z4 Studios: Tamaño y colocación del BULLET que hay a la izquerda de cada noticia en el magticker */
