/*  MICROTHEMER STYLES  */


/*= Body ====================== */

/** Body >> Fusion facebook **/
.fusion-facebook {
	
}
.fusion-facebook.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: zoomIn !important;
	animation-name: zoomIn !important;
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
	-webkit-animation-timing-function: ease-in !important;
	animation-timing-function: ease-in !important;
	-webkit-animation-direction: normal !important;
	animation-direction: normal !important;
	-webkit-animation-fill-mode: none !important;
	animation-fill-mode: none !important;
}

/** Body >> Fusion instagram **/
.fusion-instagram {
	
}
.fusion-instagram.mt-inview_once {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: zoomIn !important;
	animation-name: zoomIn !important;
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
	-webkit-animation-timing-function: ease-in !important;
	animation-timing-function: ease-in !important;
	-webkit-animation-direction: normal !important;
	animation-direction: normal !important;
}

/** Body >> Wpml ls slot 2 fusion background highlight **/
.wpml-ls-slot-2 .fusion-background-highlight {
	font-family: Arial !important;
	font-size: 16px !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
	border-right-color: rgba(255, 255, 255, 0) !important;
	border-right-style: hidden !important;
}

/** Body >> Modal title **/
.modal-title {
	font-family: Arial !important;
}

