/* Animated Formats */

.animated_formats_navigation {
	display: none;
}

.animated_formats .row .vc_col-has-fill .vc_column-inner {
	padding-top: 16px;
}

.animated_formats_widget h5 {
	margin-top: 25px;
}

.animated_formats_widget {
	margin-top: 26px;
}

.animated_formats_widget .owl-stage {
	display: flex;
}

.animated_formats_widget .owl-item {
	margin-left: 8px;
	margin-right: 8px;
	border: 1px solid #EEF1F8;
	padding: 16px 16px 0;
	text-align: center;
	min-height: 342px;
	margin-bottom: 16px;
	flex: 1;
}

.animated_formats_widget .wrapper {

}

.animated_formats_widget .owl-nav .owl-prev {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background:url('../../images/animated-formats-prev.svg')#FFFFFF  50% 50% no-repeat !important;
	box-shadow: 0px 4px 8px rgba(38, 49, 71, 0.08);
	background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 40%;
    left: -10px;
    z-index: 99;
}

.animated_formats_widget .owl-nav .owl-next {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: url('../../images/animated-formats-next.svg') #FFFFFF  50% 50% no-repeat !important;
	box-shadow: 0px 4px 8px rgba(38, 49, 71, 0.08);
	background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 40%;
    left: calc(100% - 25px);
    z-index: 99;
}

.animated_formats_widget .owl-nav .owl-prev span,
.animated_formats_widget .owl-nav .owl-next span {
	display: none;
}

.animated_formats_navigation:hover {
	cursor: pointer;
}

#main_content .animated_formats_widget p {
	font-size: 12px;
	line-height: 18px;
	color: #263147;
	margin-top: 4px;
	margin-bottom: 12px;
}

#main_content .animated_formats_widget img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {

	/* Animated Formats */

	.animated_formats div .row {
		margin-top: 32px;
	}

	.animated_formats div .row>div:nth-child(3),
	.animated_formats div .row>div:nth-child(4) {
		margin-top: 16px;
	}

}

@media screen and (max-width: 414px) {

	.animated_formats div .row {
		margin-top: 47px;
	}

	.animated_formats_widget {
		height: 382px;
	}

	#main_content .animated_formats_widget img {
		width: 100%;
		height: auto;
	}

	.animated_formats div .row>div:nth-child(3),
	.animated_formats div .row>div:nth-child(4) {
		margin-top: 0px;
	}

	.animated_formats_widget>div {
		display: none;
	}

	.animated_formats_widget>div.show {
		display: block;
	}	

	#main_content .animated_formats_widget img {
		width: 100%;
		height: auto;
	}

}
