/* Grid
------------------------------------------------------ */

.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:before,
.fl-module:after,
.fl-module-content:before,
.fl-module-content:after {
	display: table;
	content: " ";
}
.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:after,
.fl-module-content:after {
	clear: both;
}
.fl-row,
.fl-row-content,
.fl-col-group,
.fl-col,
.fl-module,
.fl-module-content {
	zoom:1;
}
.fl-clear {
	clear: both;
}

/* Utilities
------------------------------------------------------ */

.fl-clearfix:before,
.fl-clearfix:after {
	display: table;
	content: " ";
}
.fl-clearfix:after {
	clear: both;
}
.fl-clearfix {
	zoom:1;
}

/* Responsive Utilities
------------------------------------------------------ */

.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: none;
}

/* Rows
------------------------------------------------------ */

.fl-row,
.fl-row-content {
	margin-left: auto;
	margin-right: auto;
}
.fl-row-content-wrap {
	position: relative;
}

/* Photo Bg */
.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
	background-attachment: scroll;
}

/* Video Bg */
.fl-row-bg-video,
.fl-row-bg-video .fl-row-content {
	position: relative;
}
.fl-row-bg-video .fl-bg-video {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.fl-row-bg-video .fl-bg-video video {
	bottom: 0;
	left: 0px;
	max-width: none;
	position: absolute;
	right: 0;
	top: 0px;
}
.fl-row-bg-video .fl-bg-video iframe {
	pointer-events: none;
	width: 100vw;
  	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  	max-width: none;
  	min-height: 100vh;
  	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}
.fl-bg-video-fallback {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Slideshow Bg */
.fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
	position: relative;
}
.fl-row .fl-bg-slideshow {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.fl-builder-edit .fl-row .fl-bg-slideshow * {
	bottom: 0;
	height: auto !important;
	left: 0;
	position: absolute !important;
	right: 0;
	top: 0;
}

/* Row Bg Overlay */
.fl-row-bg-overlay .fl-row-content-wrap:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-row-bg-overlay .fl-row-content {
	position: relative;
	z-index: 1;
}

/* Full Height Rows */
.fl-row-full-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;

}
.fl-row-overlap-top .fl-row-content-wrap {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
}
.fl-row-custom-height .fl-row-content-wrap {
	min-height: 0;
}
.fl-builder-edit .fl-row-full-height .fl-row-content-wrap {
	min-height: calc( 100vh - 48px );
}
.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
  -webkit-box-flex: 1 1 auto;
  	 -moz-box-flex: 1 1 auto;
  	  -webkit-flex: 1 1 auto;
  		  -ms-flex: 1 1 auto;
  			  flex: 1 1 auto;
}
.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
	max-width: 100%;
	width: 100%;
}

/* IE 11 - Row full height - vertical alignment center/bottom fix */
.fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile),
.fl-builder-ie-11 .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile) {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* Stupid IE Full Height Row Fixes */
.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {
	height: auto;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {
	flex: 0 0 auto;
	flex-basis: 100%;
	margin: 0;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {
    margin: 0 auto;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height),
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height) {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Full height align center */
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Full height align bottom */
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
	align-items: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-ms-flex-align: end;
	-ms-flex-pack: end;
}

/* IE 11 - height bottom > row align bottom - center fix */
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

/* Full height iPad with portrait orientation. */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .fl-row-full-height .fl-row-content-wrap{
    min-height: 1024px;
  }
}

/* Full height iPad with landscape orientation. */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape){
  .fl-row-full-height .fl-row-content-wrap{
    min-height: 768px;
  }
}

/* Full height iPhone 5. You can also target devices with aspect ratio. */
@media screen and (device-aspect-ratio: 40/71) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 500px;
  }
}

/* Column Groups
------------------------------------------------------ */

.fl-col-group-equal-height,
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.fl-col-group-equal-height{
    -webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    		flex-wrap: wrap;
			    width: 100%;
}
.fl-col-group-equal-height.fl-col-group-has-child-loading {
    -webkit-flex-wrap: nowrap;
    	-ms-flex-wrap: nowrap;
    		flex-wrap: nowrap;
}
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content{
  -webkit-box-flex: 1 1 auto;
  	 -moz-box-flex: 1 1 auto;
  	  -webkit-flex: 1 1 auto;
  		  -ms-flex: 1 1 auto;
  			  flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-col-content{
	    -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
			   flex-shrink: 1;
			     min-width: 1px;
            	 max-width: 100%;
            	 	 width: 100%;
}
.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after{
	content: none;
}

/* Equal height align center */
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Equal height align bottom */
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
	width: 100%;
}

/* IE11 fix for images with height:auto in equal height columns. */
.fl-builder-ie-11 .fl-col-group-equal-height,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
	min-height: 1px;
}

/* Columns
------------------------------------------------------ */

.fl-col {
	float: left;
	min-height: 1px;
}

/* Column Bg Overlay */
.fl-col-bg-overlay .fl-col-content {
	position: relative;
}
.fl-col-bg-overlay .fl-col-content:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-col-bg-overlay .fl-module {
	position: relative;
	z-index: 2;
}

/* Modules
------------------------------------------------------ */

.fl-module img {
	max-width: 100%;
}

/* Module Templates
------------------------------------------------------ */

.fl-builder-module-template {
	margin: 0 auto;
	max-width: 1100px;
	padding: 20px;
}

/* Buttons
------------------------------------------------------ */

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 12px 24px;
	text-decoration: none;
	text-shadow: none;
}
.fl-builder-content .fl-button:hover {
	text-decoration: none;
}
.fl-builder-content .fl-button:active {
	position: relative;
	top: 1px;
}
.fl-builder-content .fl-button-width-full .fl-button {
	display: block;
	text-align: center;
}
.fl-builder-content .fl-button-width-custom .fl-button {
	display: inline-block;
	text-align: center;
	max-width: 100%;
}
.fl-builder-content .fl-button-left {
	text-align: left;
}
.fl-builder-content .fl-button-center {
	text-align: center;
}
.fl-builder-content .fl-button-right {
	text-align: right;
}
.fl-builder-content .fl-button i {
	font-size: 1.3em;
	height: auto;
	margin-right:8px;
	vertical-align: middle;
	width: auto;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
	margin-left: 8px;
	margin-right: 0;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
	vertical-align: middle;
}

/* Icons
------------------------------------------------------ */

.fl-icon-wrap {
	display: inline-block;
}
.fl-icon {
	display: table-cell;
	vertical-align: middle;
}
.fl-icon a {
	text-decoration: none;
}
.fl-icon i {
	float: left;
	height: auto;
	width: auto;
}
.fl-icon i:before {
	border: none !important;
	height: auto;
	width: auto;
}
.fl-icon-text {
	display: table-cell;
	text-align: left;
	padding-left: 15px;
	vertical-align: middle;
}
.fl-icon-text-empty {
	display: none;
}
.fl-icon-text *:last-child {
	margin: 0 !important;
	padding: 0 !important;
}
.fl-icon-text a {
	text-decoration: none;
}
.fl-icon-text span {
	display: block;
}
.fl-icon-text span.mce-edit-focus {
	min-width: 1px;
}

/* Photos
------------------------------------------------------ */

.fl-photo {
	line-height: 0;
	position: relative;
}
.fl-photo-align-left {
	text-align: left;
}
.fl-photo-align-center {
	text-align: center;
}
.fl-photo-align-right {
	text-align: right;
}
.fl-photo-content {
	display: inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%;
}
.fl-photo-img-svg {
	width: 100%;
}
.fl-photo-content img {
	display: inline;
	height: auto;
	max-width: 100%;
}
.fl-photo-crop-circle img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.fl-photo-caption {
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fl-photo-caption-below {
	padding-bottom: 20px;
	padding-top: 10px;
}
.fl-photo-caption-hover {
	background: rgba(0,0,0,0.7);
	bottom: 0;
	color: #fff;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	padding: 10px 15px;
	position: absolute;
	right: 0;
	-webkit-transition:opacity 0.3s ease-in;
	-moz-transition:opacity 0.3s ease-in;
	transition:opacity 0.3s ease-in;
}
.fl-photo-content:hover .fl-photo-caption-hover {
	opacity: 100;
	filter: alpha(opacity = 100);
}

/* Pagination
------------------------------------------------------ */

.fl-builder-pagination,
.fl-builder-pagination-load-more {
	padding: 40px 0;
}
.fl-builder-pagination ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.fl-builder-pagination li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
	border: 1px solid #e6e6e6;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 5px;
}
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
	background: #f5f5f5;
	text-decoration: none;
}

/* Slideshows
------------------------------------------------------ */

.fl-slideshow,
.fl-slideshow * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

}
.fl-slideshow .fl-slideshow-image img {
	max-width: none !important;
}
.fl-slideshow-social {
	line-height: 0 !important;
}
.fl-slideshow-social * {
	margin: 0 !important;
}

/* Sliders
------------------------------------------------------ */

.fl-builder-content .bx-wrapper .bx-viewport {
	background: transparent;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: 0;
}

/* Lightbox
------------------------------------------------------ */

.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 50%;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 0;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
	top: 32px!important;
}
img.mfp-img {
	padding: 0;
}
.mfp-counter {
	display: none;
}

.mfp-wrap .mfp-preloader.fa {
	font-size: 30px;
}

/* Form Fields
------------------------------------------------------ */

.fl-form-field {
	margin-bottom: 15px;
}
.fl-form-field input.fl-form-error {
	border-color: #DD6420;
}
.fl-form-error-message {
	clear: both;
	color: #DD6420;
	display: none;
	padding-top: 8px;
	font-size: 12px;
	font-weight: lighter;
}
.fl-form-button-disabled {
	opacity: 0.5;
}

/* Animations
------------------------------------------------------ */

.fl-animation {
	opacity: 0;
}
.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
	opacity: 1;
}
.fl-animated {
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

/* Button Icon Animation */
.fl-button.fl-button-icon-animation i {
	width: 0 !important;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.fl-button.fl-button-icon-animation:hover i {
	opacity: 1! important;
    -ms-filter: "alpha(opacity=100)";
}
.fl-button.fl-button-icon-animation i.fl-button-icon-after {
	margin-left: 0px !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
	margin-left: 10px !important;
}
.fl-button.fl-button-icon-animation i.fl-button-icon-before {
	margin-right: 0 !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
	margin-right: 20px !important;
    margin-left: -10px;
}

/* Templates
------------------------------------------------------ */

.single:not(.woocommerce).single-fl-builder-template .fl-content {
	width: 100%;
}

/* Shapes & Patterns
------------------------------------------------------- */
.fl-builder-layer {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.fl-builder-shape-layer {
	z-index: 0;
}
.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
	z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer {
	z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
	z-index: 2;
}
.fl-row-has-layers .fl-row-content {
	z-index: 1;
}
.fl-row-bg-overlay .fl-row-content {
	z-index: 2;
}

.fl-builder-layer > * {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.fl-builder-layer + .fl-row-content {
	position: relative;
}
.fl-builder-layer .fl-shape {
	fill: #aaa;
	stroke: none;
	stroke-width: 0;
	width:100%;
}

/* Default button colors for non Beaver Builder themes.
------------------------------------------------------ */

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	background: #fafafa;
	border: 1px solid #ccc;
	color: #333;
}
.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
	color: #333;
}.fl-row-content-wrap { margin: 0px; }.fl-row-content-wrap { padding: 20px; }.fl-row-fixed-width { max-width: 1100px; }.fl-col-content { margin: 0px; }.fl-col-content { padding: 0px; }.fl-module-content { margin: 20px; }@media (max-width: 992px) { /* Responsive Utilities
------------------------------------------------------ */

.fl-visible-desktop,
.fl-visible-mobile,
.fl-col-group .fl-visible-desktop.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: none;
}
.fl-visible-desktop-medium,
.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-col-group .fl-visible-desktop-medium.fl-col,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col {
	display: block;
}
.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium-mobile.fl-col {
	display: flex;
}
 }@media (max-width: 768px) { /* Responsive Utilities
------------------------------------------------------ */

.fl-visible-desktop,
.fl-visible-desktop-medium,
.fl-visible-medium,
.fl-col-group .fl-visible-desktop.fl-col,
.fl-col-group .fl-visible-desktop-medium.fl-col,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium.fl-col {
	display: none;
}

.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: block;
}

/* Rows
------------------------------------------------------ */

.fl-row-content-wrap {
	background-attachment: scroll !important;
}
.fl-row-bg-parallax .fl-row-content-wrap {
	background-attachment: scroll !important;
	background-position: center center !important;
}

/* Column Groups
------------------------------------------------------ */

/* Equal Heights */
.fl-col-group.fl-col-group-equal-height {
	display: block;
}
.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Reversed Responsive Stacking */
.fl-col-group.fl-col-group-responsive-reversed {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-ms-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
}
.fl-col-group.fl-col-group-responsive-reversed .fl-col {
	-webkit-box-flex: 0 0 100%;
  	 -moz-box-flex: 0 0 100%;
  	  -webkit-flex: 0 0 100%;
  		  -ms-flex: 0 0 100%;
  			  flex: 0 0 100%;
		 min-width: 0;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
	-webkit-box-ordinal-group: 12;   /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-ordinal-group: 12;      /* OLD - Firefox 19- */
  	-ms-flex-order: 12;              /* TWEENER - IE 10 */
  	-webkit-order: 12;               /* NEW - Chrome */
	order: 12;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
	-webkit-box-ordinal-group: 11;
  	-moz-box-ordinal-group: 11;
  	-ms-flex-order: 11;
  	-webkit-order: 11;
	order: 11;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
	-webkit-box-ordinal-group: 10;
  	-moz-box-ordinal-group: 10;
  	-ms-flex-order: 10;
  	-webkit-order: 10;
	order: 10;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
	-webkit-box-ordinal-group: 9;
  	-moz-box-ordinal-group: 9;
  	-ms-flex-order: 9;
  	-webkit-order: 9;
	order: 9;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
	-webkit-box-ordinal-group: 8;
  	-moz-box-ordinal-group: 8;
  	-ms-flex-order: 8;
  	-webkit-order: 8;
	order: 8;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
	-webkit-box-ordinal-group: 7;
  	-moz-box-ordinal-group: 7;
  	-ms-flex-order: 7;
  	-webkit-order: 7;
	order: 7;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
	-webkit-box-ordinal-group: 6;
  	-moz-box-ordinal-group: 6;
  	-ms-flex-order: 6;
  	-webkit-order: 6;
	order: 6;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
	-webkit-box-ordinal-group: 5;
  	-moz-box-ordinal-group: 5;
  	-ms-flex-order: 5;
  	-webkit-order: 5;
	order: 5;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
	-webkit-box-ordinal-group: 4;
  	-moz-box-ordinal-group: 4;
  	-ms-flex-order: 4;
  	-webkit-order: 4;
	order: 4;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
	-webkit-box-ordinal-group: 3;
  	-moz-box-ordinal-group: 3;
  	-ms-flex-order: 3;
  	-webkit-order: 3;
	order: 3;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
	-webkit-box-ordinal-group: 2;
  	-moz-box-ordinal-group: 2;
  	-ms-flex-order: 2;
  	-webkit-order: 2;
	order: 2;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
	-webkit-box-ordinal-group: 1;
  	-moz-box-ordinal-group: 1;
  	-ms-flex-order: 1;
  	-webkit-order: 1;
  	order: 1;
}

/* Columns
------------------------------------------------------ */

.fl-col {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: auto !important;
}
.fl-col-small:not(.fl-col-small-full-width) {
	max-width: 400px;
}
.fl-block-col-resize {
	display:none;
}
/* Rows
------------------------------------------------------ */

.fl-row[data-node] .fl-row-content-wrap {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
.fl-row[data-node] .fl-bg-video,
.fl-row[data-node] .fl-bg-slideshow {
	left: 0;
	right: 0;
}

/* Columns
------------------------------------------------------ */

.fl-col[data-node] .fl-col-content {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
 }.page .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; }




.fl-node-5ed4646d1d9c0 .fl-row-content {
	max-width: 1900px;
}
 .fl-node-5ed4646d1d9c0 > .fl-row-content-wrap {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}





.fl-node-5ed688632d754 > .fl-row-content-wrap {
	background-color: #ffffff;
}
.fl-node-5ed688632d754 .fl-row-content {
	max-width: 999px;
}
 .fl-node-5ed688632d754 > .fl-row-content-wrap {
	margin-top:10px;
}
 .fl-node-5ed688632d754 > .fl-row-content-wrap {
	padding-right:200px;
	padding-left:200px;
}





.fl-node-5ee29be750155 > .fl-row-content-wrap {
	background-color: rgba(242,233,230,0.29);
}
.fl-node-5ee29be750155.fl-row-fixed-width, .fl-node-5ee29be750155 .fl-row-fixed-width {
	max-width: 1690px;
}





.fl-node-5ee29748d17c4.fl-row-fixed-width, .fl-node-5ee29748d17c4 .fl-row-fixed-width {
	max-width: 1403px;
}





.fl-node-5ed6cfa16e93b.fl-row-fixed-width, .fl-node-5ed6cfa16e93b .fl-row-fixed-width {
	max-width: 1689px;
}
 .fl-node-5ed6cfa16e93b > .fl-row-content-wrap {
	padding-right:0px;
	padding-left:0px;
}





.fl-node-5ed6e431537e9 > .fl-row-content-wrap:after {
	background-color: rgba(135,137,128,0.78);
}
.fl-node-5ed6e431537e9 > .fl-row-content-wrap {
	background-image: url(https://www.activatefitness.net/wp-content/uploads/2020/06/Nutricionista-1-e1593217800467.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}
.fl-node-5ed6e431537e9.fl-row-fixed-width, .fl-node-5ed6e431537e9 .fl-row-fixed-width {
	max-width: 1736px;
}




.fl-node-5ed4646d1ea78 {
	width: 100%;
}




.fl-node-5ed7fb896bed4 {
	width: 92%;
}




.fl-node-5ed7fb896beda {
	width: 8%;
}




.fl-node-5ed818d84fb80 {
	width: 50%;
}




.fl-node-5ed81b7f40afe {
	width: 24.96%;
}




.fl-node-5ed81b7f40b03 {
	width: 75.04%;
}




.fl-node-5ed82285167c2 {
	width: 24.98%;
}




.fl-node-5ed82285167c6 {
	width: 75.02%;
}




.fl-node-5ed8229e96ff4 {
	width: 24.98%;
}




.fl-node-5ed8229e96ff9 {
	width: 75.02%;
}




.fl-node-5ed818d84fb86 {
	width: 50%;
}




.fl-node-5ed81f9381dcb {
	width: 24.98%;
}




.fl-node-5ed81f9381dcf {
	width: 75.02%;
}




.fl-node-5ed822949a3c8 {
	width: 24.98%;
}




.fl-node-5ed822949a3ce {
	width: 75.02%;
}




.fl-node-5ed822aa1436d {
	width: 22.3%;
}




.fl-node-5ed822aa14373 {
	width: 77.7%;
}




.fl-node-5ee29be75edb6 {
	width: 100%;
}




.fl-node-5ee29748de784 {
	width: 100%;
}




.fl-node-5ed71fe313aa4 {
	width: 50%;
}




.fl-node-5ed6cfa17dc47 {
	width: 50%;
}




.fl-node-5ed83a6f3798e {
	width: 49.8%;
}




.fl-node-5ed83a6f37993 {
	width: 50.2%;
}
.wpzabb-slideshow,
.wpzabb-slideshow .wpzabb-slideshow-thumbs-nav {
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wpzabb-slideshow .wpzabb-slideshow-slides,
.wpzabb-slideshow .wpzabb-slideshow-thumbs-nav {
	margin: 0;
}

.wpzabb-slideshow .wpzabb-slideshow-slide,
.wpzabb-slideshow .wpzabb-slideshow-thumbs-nav .wpzabb-slideshow-thumbs-nav-item {
	align-items: stretch;
	justify-content: stretch;
	position: relative;
	background: #000;
	min-height: 100% !important;
	width: 100%;
}

.wpzabb-slideshow .wpzabb-slideshow-thumbs-nav .wpzabb-slideshow-thumbs-nav-item {
	display: flex;
	width: 25%;
	padding: 10px;
}

.wpzabb-slideshow .wpzabb-slideshow-slides > div {
	display: none !important;
}

.wpzabb-slideshow .wpzabb-slideshow-slides > div:first-child {
	display: flex !important;
}

.wpzabb-slideshow .wpzabb-slideshow-slides.flickity-enabled > div {
	display: flex !important;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-outer-wrap {
	position: relative;
	pointer-events: none;
	width: 100%;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-image {
	display: flex;
	position: relative;
	z-index: 1;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: transparent;
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0) 100%);
}

.wpzabb-slideshow .wpzabb-slideshow-slide-image img,
.wpzabb-slideshow .wpzabb-slideshow-thumbs-nav .wpzabb-slideshow-thumbs-nav-item img {
	display: block;
	object-fit: cover;
	padding: 0;
	border: 0;
	margin: 0;
}

.wpzabb-slideshow .wpzabb-slideshow-thumbs-nav .wpzabb-slideshow-thumbs-nav-item img {
	cursor: pointer;
	min-height: 100%;
	min-width: 100%;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details {
	position: absolute;
	z-index: 4;
    width: 100%;

    top: 50%;
    transform: translateY(-50%);
	color: #fff;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-details-wrap {
	pointer-events: auto;
    margin: 0 15%;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-title {
	font-size: 30px;
    font-weight: 600;
	line-height: 1.5;
	margin: 0 0 15px;
    text-align: center;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-title a {
	text-decoration: none;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-content {
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 15px;
    text-align: center;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-content > * {
	margin: 0 0 10px;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-content *:last-child {
	margin-bottom: 0;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button {
	font-size: 20px;
	line-height: 1;
    margin-top: 30px;
    text-align: center;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button a {
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	padding: 10px 20px;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button a:hover,
.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button a:active {
	color: #000;
	background: #fff;
    background-clip: border-box !important;
}

.wpzabb-slideshow .flickity-prev-next-button {
	height: 45px;
	width: 45px;
}

.wpzabb-slideshow .wpzabb-slideshow-thumbs-nav .flickity-prev-next-button {
	height: 50px;
	width: 50px;
}

.wpzabb-slideshow .flickity-prev-next-button:hover {
	transform: scale(1.1) translateY(-50%);
}

.wpzabb-slideshow .flickity-prev-next-button svg {
	overflow: visible;
}

.wpzabb-slideshow .flickity-prev-next-button path {
	-moz-filter: drop-shadow(1px 1px 0 #000) drop-shadow(-1px -1px 0 #000) drop-shadow(1px -1px 0 #000) drop-shadow(-1px 1px 0 #000) drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000);
	-webkit-filter: drop-shadow(1px 1px 0 #000) drop-shadow(-1px -1px 0 #000) drop-shadow(1px -1px 0 #000) drop-shadow(-1px 1px 0 #000) drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000);
	filter: drop-shadow(1px 1px 0 #000) drop-shadow(-1px -1px 0 #000) drop-shadow(1px -1px 0 #000) drop-shadow(-1px 1px 0 #000) drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000);
}

.wpzabb-slideshow .flickity-page-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	z-index: 3;
	line-height: 1;
	list-style: none;
	padding: 0;
	margin: 0;
}

.wpzabb-slideshow .flickity-page-dots li {
	position: relative;
	line-height: 1;
	list-style: none;
	background: transparent;
	height: auto;
	width: auto;
	padding: 8px;
	border-radius: 0;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wpzabb-slideshow .flickity-page-dots li::after {
	content: ' ';
	display: block;
	background: #fff;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wpzabb-slideshow .flickity-page-dots li.is-selected,
.wpzabb-slideshow .flickity-page-dots li:hover {
	background: transparent;
	opacity: 1;
}

.wpzabb-slideshow .flickity-page-dots li.is-selected::after,
.wpzabb-slideshow .flickity-page-dots li:hover::after {
	transform: scale(1.3);
}

.wpzabb-slideshow .flex-control-nav.flex-control-paging a:focus {
	outline: none;
}
	.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slides,
	.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slides .flickity-viewport,
	.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slides .flickity-slider,
	.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slides .wpzabb-slideshow-slide,
	.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slides .wpzabb-slideshow-slide-outer-wrap {
		height: 79vh;
		max-height: 1000px;
	}

.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide {
	background-color: rgba(0,0,0,0);
}

.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-image::after {
	background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
}


.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-title,
.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-title a {
	color: #ffffff;
}

.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-title a:hover {
	color: #cccccc;
}


.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-content {
	color: #ffffff;
}

.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button {
		text-align: left;
	}
}

@media screen and (max-width: 460px) {
	.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button {
		text-align: left;
	}
}

.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button a {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.0);
}



.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button a:hover {
	color: #000000;
	background-color: rgba(255, 255, 255, 1);
}



.fl-node-5ee31d51e6de2 .wpzabb-slideshow .flex-direction-nav a,
.fl-node-5ee31d51e6de2 .wpzabb-slideshow .flex-direction-nav a::before {
	color: rgba(255, 255, 255, 0.5);
}

.fl-node-5ee31d51e6de2 .wpzabb-slideshow .flex-direction-nav a:hover,
.fl-node-5ee31d51e6de2 .wpzabb-slideshow .flex-direction-nav a:active,
.fl-node-5ee31d51e6de2 .wpzabb-slideshow .flex-direction-nav a:hover::before,
.fl-node-5ee31d51e6de2 .wpzabb-slideshow .flex-direction-nav a:active::before {
	color: #ffffff;
}.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-title {
	font-family: , sans-serif;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-content {
	font-family: , sans-serif;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button a {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: , sans-serif;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.fl-node-5ee31d51e6de2 .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button a:hover {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: , sans-serif;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
 .fl-node-5ee31d51e6de2 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.wpzabb-heading-wrap .wpzabb-heading {
	padding: 0;
	margin: 0;
}

.wpzabb-heading-wrap .wpzabb-heading a {
	text-decoration: none;
}

.wpzabb-heading-wrap .wpzabb-subheading * {
	margin: 0;
}

.wpzabb-heading-align-left .wpzabb-heading,
.wpzabb-heading-align-left .wpzabb-subheading,
.wpzabb-heading-align-left .wpzabb-subheading * {
	text-align: left;
}

.wpzabb-heading-align-center .wpzabb-heading,
.wpzabb-heading-align-center .wpzabb-subheading,
.wpzabb-heading-align-center .wpzabb-subheading * {
	text-align: center;
}

.wpzabb-heading-align-right .wpzabb-heading,
.wpzabb-heading-align-right .wpzabb-subheading,
.wpzabb-heading-align-right .wpzabb-subheading * {
	text-align: right;
}

/* Text editor support */
.wpzabb-module-content .wpzabb-text-editor *:not(a) {
    color: inherit;
}
.wpzabb-module-content .wpzabb-text-editor *:not(i) {
    font-family: inherit;
}
.wpzabb-module-content .wpzabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: inherit;
    line-height: inherit;	
}
.wpzabb-module-content .wpzabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(strong):not(b) {
	font-weight: inherit;
}

.wpzabb-heading a,
.wpzabb-heading a:hover,
.wpzabb-heading a:focus,
.wpzabb-heading a:active {
	text-decoration: none;
}.fl-node-5ed7fb947c629 .wpzabb-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

.fl-node-5ed7fb947c629 .wpzabb-subheading {
	margin-top: 15px;
	margin-bottom: 0px;
}

.fl-node-5ed7fb947c629 .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ed7fb947c629 .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text,
.fl-node-5ed7fb947c629 .fl-module-content.fl-node-content .wpzabb-heading * {
			color: #f3a105;
	}

.fl-node-5ed7fb947c629 .wpzabb-heading,
.fl-node-5ed7fb947c629 .wpzabb-heading * {

			font-family: Lato;font-weight: 700;	
			font-size: 18px;
	
	
			text-transform: none;
	
	}

.fl-node-5ed7fb947c629 .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
	color: ;
}

.fl-node-5ed7fb947c629 .wpzabb-text-editor {

	
	
	
			text-transform: none;
	
	}


                @media ( max-width: 992px ) {

        				.fl-node-5ed7fb947c629 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed7fb947c629 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 20%;
			}

			.fl-node-5ed7fb947c629 .wpzabb-responsive-medsmall .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed7fb947c629 .wpzabb-heading,
            .fl-node-5ed7fb947c629 .wpzabb-heading * {

				
				
			}
			.fl-node-5ed7fb947c629 .wpzabb-text-editor {

				
							}
        }

                @media ( max-width: 768px ) {

        				.fl-node-5ed7fb947c629 .wpzabb-responsive-mobile .wpzabb-side-left,
			.fl-node-5ed7fb947c629 .wpzabb-responsive-mobile .wpzabb-side-right,
			.fl-node-5ed7fb947c629 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed7fb947c629 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 10%;
			}

			.fl-node-5ed7fb947c629 .wpzabb-responsive-mobile .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed7fb947c629 .wpzabb-heading,
            .fl-node-5ed7fb947c629 .wpzabb-heading * {

				
							}

			.fl-node-5ed7fb947c629 .wpzabb-text-editor {

				
							}

			.fl-node-5ed7fb947c629 .wpzabb-heading,
			.fl-node-5ed7fb947c629 .wpzabb-subheading,
			.fl-node-5ed7fb947c629 .wpzabb-subheading * {
				text-align: center;
			}

			        }
    
.fl-node-5ed7fb947c629 .wpzabb-separator-parent {
	line-height: 0;
	text-align: center;
}

.fl-node-5ed7fb947c629 .wpzabb-image-outter-wrap {
	width: 50px;
}


 .fl-node-5ed7fb947c629 > .fl-module-content {
	margin-bottom:0px;
}
.fl-node-5ed7fc43590fb .wpzabb-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

.fl-node-5ed7fc43590fb .wpzabb-subheading {
	margin-top: 15px;
	margin-bottom: 0px;
}

.fl-node-5ed7fc43590fb .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ed7fc43590fb .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text,
.fl-node-5ed7fc43590fb .fl-module-content.fl-node-content .wpzabb-heading * {
			color: #020101;
	}

.fl-node-5ed7fc43590fb .wpzabb-heading,
.fl-node-5ed7fc43590fb .wpzabb-heading * {

			font-family: Lato;font-weight: 700;	
			font-size: 28px;
	
	
			text-transform: none;
	
	}

.fl-node-5ed7fc43590fb .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
	color: ;
}

.fl-node-5ed7fc43590fb .wpzabb-text-editor {

	
	
	
			text-transform: none;
	
	}


                @media ( max-width: 992px ) {

        				.fl-node-5ed7fc43590fb .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed7fc43590fb .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 20%;
			}

			.fl-node-5ed7fc43590fb .wpzabb-responsive-medsmall .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed7fc43590fb .wpzabb-heading,
            .fl-node-5ed7fc43590fb .wpzabb-heading * {

				
				
			}
			.fl-node-5ed7fc43590fb .wpzabb-text-editor {

				
							}
        }

                @media ( max-width: 768px ) {

        				.fl-node-5ed7fc43590fb .wpzabb-responsive-mobile .wpzabb-side-left,
			.fl-node-5ed7fc43590fb .wpzabb-responsive-mobile .wpzabb-side-right,
			.fl-node-5ed7fc43590fb .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed7fc43590fb .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 10%;
			}

			.fl-node-5ed7fc43590fb .wpzabb-responsive-mobile .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed7fc43590fb .wpzabb-heading,
            .fl-node-5ed7fc43590fb .wpzabb-heading * {

				
							}

			.fl-node-5ed7fc43590fb .wpzabb-text-editor {

				
							}

			.fl-node-5ed7fc43590fb .wpzabb-heading,
			.fl-node-5ed7fc43590fb .wpzabb-subheading,
			.fl-node-5ed7fc43590fb .wpzabb-subheading * {
				text-align: center;
			}

			        }
    
.fl-node-5ed7fc43590fb .wpzabb-separator-parent {
	line-height: 0;
	text-align: center;
}

.fl-node-5ed7fc43590fb .wpzabb-image-outter-wrap {
	width: 50px;
}


 .fl-node-5ed7fc43590fb > .fl-module-content {
	margin-top:0px;
	margin-right:20px;
	margin-bottom:0px;
}
.fl-builder-content .fl-rich-text strong {
	font-weight: bold;
}
.fl-node-5ed7ffef6e617 .fl-rich-text, .fl-node-5ed7ffef6e617 .fl-rich-text * {
	color: #707070;
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.fl-wp-audio .wp-audio {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}/* Photo */


.wpzabb-imgicon-wrap .wpzabb-image {
	line-height: 0;
	position: relative;
}
.wpzabb-imgicon-wrap .wpzabb-image-align-left {
	text-align: left;
}
.wpzabb-imgicon-wrap .wpzabb-image-align-center {
	text-align: center;
}
.wpzabb-imgicon-wrap .wpzabb-image-align-right {
	text-align: right;
}
.wpzabb-imgicon-wrap .wpzabb-image-content {
	border-radius: 0;
	display: inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
.wpzabb-imgicon-wrap .wpzabb-image-content img {
	display: inline;
	height: auto !important;
	max-width: 100%;
	width: auto;
	box-sizing: content-box;
	border-radius: inherit;
}
.fl-builder-content .wpzabb-imgicon-wrap .wpzabb-image-crop-circle img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.fl-builder-content .wpzabb-imgicon-wrap .wpzabb-image-crop-square img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}



    /* Global Alignment Css */
    .fl-node-5ed81b93ba863 .wpzabb-imgicon-wrap {
                    text-align: center;
           
    }

    
        /* Icon Css */
        .fl-node-5ed81b93ba863 .wpzabb-icon-wrap .wpzabb-icon i,
        .fl-node-5ed81b93ba863 .wpzabb-icon-wrap .wpzabb-icon i:before {
            
            color: #f3a105;
            font-size: 60px;
            height: auto;
            width: auto;
                            background: #f4f4f4;
                            border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                            line-height: 120px;

                height: 120px;
                width: 120px;
                text-align: center;
            
                        
            /* Gradient Style */
                    }

        .fl-node-5ed81b93ba863 .wpzabb-icon-wrap .wpzabb-icon i:before {
            background: none;
        }

        .fl-node-5ed81b93ba863 .wpzabb-icon-wrap .wpzabb-icon i:hover,
        .fl-node-5ed81b93ba863 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
                                                        
            
            color: ;
            
                                }

        .fl-node-5ed81b93ba863 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
            background: none;
        }
        /* Icon Css End */
    .fl-node-5ed81bfa12d4e .wpzabb-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

.fl-node-5ed81bfa12d4e .wpzabb-subheading {
	margin-top: 16px;
	margin-bottom: 0px;
}

.fl-node-5ed81bfa12d4e .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ed81bfa12d4e .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text,
.fl-node-5ed81bfa12d4e .fl-module-content.fl-node-content .wpzabb-heading * {
			color: #020101;
	}

.fl-node-5ed81bfa12d4e .wpzabb-heading,
.fl-node-5ed81bfa12d4e .wpzabb-heading * {

			font-family: Lato;font-weight: 700;	
			font-size: 24px;
	
	
			text-transform: none;
	
	}

.fl-node-5ed81bfa12d4e .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
	color: #707070;
}

.fl-node-5ed81bfa12d4e .wpzabb-text-editor {

			font-family: Lato;font-weight: 400;	
	
	
			text-transform: none;
	
	}


                @media ( max-width: 992px ) {

        				.fl-node-5ed81bfa12d4e .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed81bfa12d4e .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 20%;
			}

			.fl-node-5ed81bfa12d4e .wpzabb-responsive-medsmall .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed81bfa12d4e .wpzabb-heading,
            .fl-node-5ed81bfa12d4e .wpzabb-heading * {

				
				
			}
			.fl-node-5ed81bfa12d4e .wpzabb-text-editor {

				
							}
        }

                @media ( max-width: 768px ) {

        				.fl-node-5ed81bfa12d4e .wpzabb-responsive-mobile .wpzabb-side-left,
			.fl-node-5ed81bfa12d4e .wpzabb-responsive-mobile .wpzabb-side-right,
			.fl-node-5ed81bfa12d4e .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed81bfa12d4e .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 10%;
			}

			.fl-node-5ed81bfa12d4e .wpzabb-responsive-mobile .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed81bfa12d4e .wpzabb-heading,
            .fl-node-5ed81bfa12d4e .wpzabb-heading * {

				
							}

			.fl-node-5ed81bfa12d4e .wpzabb-text-editor {

				
							}

			.fl-node-5ed81bfa12d4e .wpzabb-heading,
			.fl-node-5ed81bfa12d4e .wpzabb-subheading,
			.fl-node-5ed81bfa12d4e .wpzabb-subheading * {
				text-align: center;
			}

			        }
    
.fl-node-5ed81bfa12d4e .wpzabb-separator-parent {
	line-height: 0;
	text-align: left;
}

.fl-node-5ed81bfa12d4e .wpzabb-image-outter-wrap {
	width: 50px;
}



    /* Global Alignment Css */
    .fl-node-5ed822e804b05 .wpzabb-imgicon-wrap {
                    text-align: center;
           
    }

    
        /* Icon Css */
        .fl-node-5ed822e804b05 .wpzabb-icon-wrap .wpzabb-icon i,
        .fl-node-5ed822e804b05 .wpzabb-icon-wrap .wpzabb-icon i:before {
            
            color: #f3a105;
            font-size: 60px;
            height: auto;
            width: auto;
                            background: #f4f4f4;
                            border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                            line-height: 120px;

                height: 120px;
                width: 120px;
                text-align: center;
            
                        
            /* Gradient Style */
                    }

        .fl-node-5ed822e804b05 .wpzabb-icon-wrap .wpzabb-icon i:before {
            background: none;
        }

        .fl-node-5ed822e804b05 .wpzabb-icon-wrap .wpzabb-icon i:hover,
        .fl-node-5ed822e804b05 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
                                                        
            
            color: #f2f2f2;
            
                                }

        .fl-node-5ed822e804b05 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
            background: none;
        }
        /* Icon Css End */
    .fl-node-5ed8293bb9772 .wpzabb-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

.fl-node-5ed8293bb9772 .wpzabb-subheading {
	margin-top: 16px;
	margin-bottom: 0px;
}

.fl-node-5ed8293bb9772 .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ed8293bb9772 .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text,
.fl-node-5ed8293bb9772 .fl-module-content.fl-node-content .wpzabb-heading * {
			color: #020101;
	}

.fl-node-5ed8293bb9772 .wpzabb-heading,
.fl-node-5ed8293bb9772 .wpzabb-heading * {

			font-family: Lato;font-weight: 700;	
			font-size: 24px;
	
	
			text-transform: none;
	
	}

.fl-node-5ed8293bb9772 .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
	color: #707070;
}

.fl-node-5ed8293bb9772 .wpzabb-text-editor {

			font-family: Lato;font-weight: 400;	
	
	
			text-transform: none;
	
	}


                @media ( max-width: 992px ) {

        				.fl-node-5ed8293bb9772 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed8293bb9772 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 20%;
			}

			.fl-node-5ed8293bb9772 .wpzabb-responsive-medsmall .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed8293bb9772 .wpzabb-heading,
            .fl-node-5ed8293bb9772 .wpzabb-heading * {

				
				
			}
			.fl-node-5ed8293bb9772 .wpzabb-text-editor {

				
							}
        }

                @media ( max-width: 768px ) {

        				.fl-node-5ed8293bb9772 .wpzabb-responsive-mobile .wpzabb-side-left,
			.fl-node-5ed8293bb9772 .wpzabb-responsive-mobile .wpzabb-side-right,
			.fl-node-5ed8293bb9772 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed8293bb9772 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 10%;
			}

			.fl-node-5ed8293bb9772 .wpzabb-responsive-mobile .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed8293bb9772 .wpzabb-heading,
            .fl-node-5ed8293bb9772 .wpzabb-heading * {

				
							}

			.fl-node-5ed8293bb9772 .wpzabb-text-editor {

				
							}

			.fl-node-5ed8293bb9772 .wpzabb-heading,
			.fl-node-5ed8293bb9772 .wpzabb-subheading,
			.fl-node-5ed8293bb9772 .wpzabb-subheading * {
				text-align: center;
			}

			        }
    
.fl-node-5ed8293bb9772 .wpzabb-separator-parent {
	line-height: 0;
	text-align: left;
}

.fl-node-5ed8293bb9772 .wpzabb-image-outter-wrap {
	width: 50px;
}



    /* Global Alignment Css */
    .fl-node-5ed829326d721 .wpzabb-imgicon-wrap {
                    text-align: center;
           
    }

    
        /* Icon Css */
        .fl-node-5ed829326d721 .wpzabb-icon-wrap .wpzabb-icon i,
        .fl-node-5ed829326d721 .wpzabb-icon-wrap .wpzabb-icon i:before {
            
            color: #f3a105;
            font-size: 60px;
            height: auto;
            width: auto;
                            background: #f4f4f4;
                            border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                            line-height: 120px;

                height: 120px;
                width: 120px;
                text-align: center;
            
                        
            /* Gradient Style */
                    }

        .fl-node-5ed829326d721 .wpzabb-icon-wrap .wpzabb-icon i:before {
            background: none;
        }

        .fl-node-5ed829326d721 .wpzabb-icon-wrap .wpzabb-icon i:hover,
        .fl-node-5ed829326d721 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
                                                        
            
            color: #f2f2f2;
            
                                }

        .fl-node-5ed829326d721 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
            background: none;
        }
        /* Icon Css End */
    .fl-node-5ed8272aa4257 .wpzabb-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

.fl-node-5ed8272aa4257 .wpzabb-subheading {
	margin-top: 16px;
	margin-bottom: 0px;
}

.fl-node-5ed8272aa4257 .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ed8272aa4257 .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text,
.fl-node-5ed8272aa4257 .fl-module-content.fl-node-content .wpzabb-heading * {
			color: #020101;
	}

.fl-node-5ed8272aa4257 .wpzabb-heading,
.fl-node-5ed8272aa4257 .wpzabb-heading * {

			font-family: Lato;font-weight: 700;	
			font-size: 24px;
	
	
			text-transform: none;
	
	}

.fl-node-5ed8272aa4257 .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
	color: #707070;
}

.fl-node-5ed8272aa4257 .wpzabb-text-editor {

			font-family: Lato;font-weight: 400;	
	
	
			text-transform: none;
	
	}


                @media ( max-width: 992px ) {

        				.fl-node-5ed8272aa4257 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed8272aa4257 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 20%;
			}

			.fl-node-5ed8272aa4257 .wpzabb-responsive-medsmall .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed8272aa4257 .wpzabb-heading,
            .fl-node-5ed8272aa4257 .wpzabb-heading * {

				
				
			}
			.fl-node-5ed8272aa4257 .wpzabb-text-editor {

				
							}
        }

                @media ( max-width: 768px ) {

        				.fl-node-5ed8272aa4257 .wpzabb-responsive-mobile .wpzabb-side-left,
			.fl-node-5ed8272aa4257 .wpzabb-responsive-mobile .wpzabb-side-right,
			.fl-node-5ed8272aa4257 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed8272aa4257 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 10%;
			}

			.fl-node-5ed8272aa4257 .wpzabb-responsive-mobile .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed8272aa4257 .wpzabb-heading,
            .fl-node-5ed8272aa4257 .wpzabb-heading * {

				
							}

			.fl-node-5ed8272aa4257 .wpzabb-text-editor {

				
							}

			.fl-node-5ed8272aa4257 .wpzabb-heading,
			.fl-node-5ed8272aa4257 .wpzabb-subheading,
			.fl-node-5ed8272aa4257 .wpzabb-subheading * {
				text-align: center;
			}

			        }
    
.fl-node-5ed8272aa4257 .wpzabb-separator-parent {
	line-height: 0;
	text-align: left;
}

.fl-node-5ed8272aa4257 .wpzabb-image-outter-wrap {
	width: 50px;
}



    /* Global Alignment Css */
    .fl-node-5ed81fb2b2abc .wpzabb-imgicon-wrap {
                    text-align: center;
           
    }

    
        /* Icon Css */
        .fl-node-5ed81fb2b2abc .wpzabb-icon-wrap .wpzabb-icon i,
        .fl-node-5ed81fb2b2abc .wpzabb-icon-wrap .wpzabb-icon i:before {
            
            color: #f3a105;
            font-size: 60px;
            height: auto;
            width: auto;
                            background: #f4f4f4;
                            border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                            line-height: 120px;

                height: 120px;
                width: 120px;
                text-align: center;
            
                        
            /* Gradient Style */
                    }

        .fl-node-5ed81fb2b2abc .wpzabb-icon-wrap .wpzabb-icon i:before {
            background: none;
        }

        .fl-node-5ed81fb2b2abc .wpzabb-icon-wrap .wpzabb-icon i:hover,
        .fl-node-5ed81fb2b2abc .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
                                                        
            
            color: #f2f2f2;
            
                                }

        .fl-node-5ed81fb2b2abc .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
            background: none;
        }
        /* Icon Css End */
    .fl-node-5ed81fe719905 .wpzabb-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

.fl-node-5ed81fe719905 .wpzabb-subheading {
	margin-top: 16px;
	margin-bottom: 0px;
}

.fl-node-5ed81fe719905 .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ed81fe719905 .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text,
.fl-node-5ed81fe719905 .fl-module-content.fl-node-content .wpzabb-heading * {
			color: #020101;
	}

.fl-node-5ed81fe719905 .wpzabb-heading,
.fl-node-5ed81fe719905 .wpzabb-heading * {

			font-family: Lato;font-weight: 700;	
			font-size: 24px;
	
	
			text-transform: none;
	
	}

.fl-node-5ed81fe719905 .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
	color: #707070;
}

.fl-node-5ed81fe719905 .wpzabb-text-editor {

			font-family: Lato;font-weight: 400;	
	
	
			text-transform: none;
	
	}


                @media ( max-width: 992px ) {

        				.fl-node-5ed81fe719905 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed81fe719905 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 20%;
			}

			.fl-node-5ed81fe719905 .wpzabb-responsive-medsmall .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed81fe719905 .wpzabb-heading,
            .fl-node-5ed81fe719905 .wpzabb-heading * {

				
				
			}
			.fl-node-5ed81fe719905 .wpzabb-text-editor {

				
							}
        }

                @media ( max-width: 768px ) {

        				.fl-node-5ed81fe719905 .wpzabb-responsive-mobile .wpzabb-side-left,
			.fl-node-5ed81fe719905 .wpzabb-responsive-mobile .wpzabb-side-right,
			.fl-node-5ed81fe719905 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed81fe719905 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 10%;
			}

			.fl-node-5ed81fe719905 .wpzabb-responsive-mobile .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed81fe719905 .wpzabb-heading,
            .fl-node-5ed81fe719905 .wpzabb-heading * {

				
							}

			.fl-node-5ed81fe719905 .wpzabb-text-editor {

				
							}

			.fl-node-5ed81fe719905 .wpzabb-heading,
			.fl-node-5ed81fe719905 .wpzabb-subheading,
			.fl-node-5ed81fe719905 .wpzabb-subheading * {
				text-align: center;
			}

			        }
    
.fl-node-5ed81fe719905 .wpzabb-separator-parent {
	line-height: 0;
	text-align: left;
}

.fl-node-5ed81fe719905 .wpzabb-image-outter-wrap {
	width: 50px;
}



    /* Global Alignment Css */
    .fl-node-5ed82755ec7d6 .wpzabb-imgicon-wrap {
                    text-align: center;
           
    }

    
        /* Icon Css */
        .fl-node-5ed82755ec7d6 .wpzabb-icon-wrap .wpzabb-icon i,
        .fl-node-5ed82755ec7d6 .wpzabb-icon-wrap .wpzabb-icon i:before {
            
            color: #f3a105;
            font-size: 60px;
            height: auto;
            width: auto;
                            background: #f4f4f4;
                            border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                            line-height: 120px;

                height: 120px;
                width: 120px;
                text-align: center;
            
                        
            /* Gradient Style */
                    }

        .fl-node-5ed82755ec7d6 .wpzabb-icon-wrap .wpzabb-icon i:before {
            background: none;
        }

        .fl-node-5ed82755ec7d6 .wpzabb-icon-wrap .wpzabb-icon i:hover,
        .fl-node-5ed82755ec7d6 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
                                                        
            
            color: #f2f2f2;
            
                                }

        .fl-node-5ed82755ec7d6 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
            background: none;
        }
        /* Icon Css End */
    .fl-node-5ed8273fe43fe .wpzabb-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

.fl-node-5ed8273fe43fe .wpzabb-subheading {
	margin-top: 16px;
	margin-bottom: 0px;
}

.fl-node-5ed8273fe43fe .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ed8273fe43fe .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text,
.fl-node-5ed8273fe43fe .fl-module-content.fl-node-content .wpzabb-heading * {
			color: #020101;
	}

.fl-node-5ed8273fe43fe .wpzabb-heading,
.fl-node-5ed8273fe43fe .wpzabb-heading * {

			font-family: Lato;font-weight: 700;	
			font-size: 24px;
	
	
			text-transform: none;
	
	}

.fl-node-5ed8273fe43fe .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
	color: #707070;
}

.fl-node-5ed8273fe43fe .wpzabb-text-editor {

			font-family: Lato;font-weight: 400;	
	
	
			text-transform: none;
	
	}


                @media ( max-width: 992px ) {

        				.fl-node-5ed8273fe43fe .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed8273fe43fe .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 20%;
			}

			.fl-node-5ed8273fe43fe .wpzabb-responsive-medsmall .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed8273fe43fe .wpzabb-heading,
            .fl-node-5ed8273fe43fe .wpzabb-heading * {

				
				
			}
			.fl-node-5ed8273fe43fe .wpzabb-text-editor {

				
							}
        }

                @media ( max-width: 768px ) {

        				.fl-node-5ed8273fe43fe .wpzabb-responsive-mobile .wpzabb-side-left,
			.fl-node-5ed8273fe43fe .wpzabb-responsive-mobile .wpzabb-side-right,
			.fl-node-5ed8273fe43fe .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed8273fe43fe .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 10%;
			}

			.fl-node-5ed8273fe43fe .wpzabb-responsive-mobile .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed8273fe43fe .wpzabb-heading,
            .fl-node-5ed8273fe43fe .wpzabb-heading * {

				
							}

			.fl-node-5ed8273fe43fe .wpzabb-text-editor {

				
							}

			.fl-node-5ed8273fe43fe .wpzabb-heading,
			.fl-node-5ed8273fe43fe .wpzabb-subheading,
			.fl-node-5ed8273fe43fe .wpzabb-subheading * {
				text-align: center;
			}

			        }
    
.fl-node-5ed8273fe43fe .wpzabb-separator-parent {
	line-height: 0;
	text-align: left;
}

.fl-node-5ed8273fe43fe .wpzabb-image-outter-wrap {
	width: 50px;
}



    /* Global Alignment Css */
    .fl-node-5ed8294d043c5 .wpzabb-imgicon-wrap {
                    text-align: center;
           
    }

    
        /* Icon Css */
        .fl-node-5ed8294d043c5 .wpzabb-icon-wrap .wpzabb-icon i,
        .fl-node-5ed8294d043c5 .wpzabb-icon-wrap .wpzabb-icon i:before {
            
            color: #f3a105;
            font-size: 60px;
            height: auto;
            width: auto;
                            background: #f4f4f4;
                            border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                            line-height: 120px;

                height: 120px;
                width: 120px;
                text-align: center;
            
                        
            /* Gradient Style */
                    }

        .fl-node-5ed8294d043c5 .wpzabb-icon-wrap .wpzabb-icon i:before {
            background: none;
        }

        .fl-node-5ed8294d043c5 .wpzabb-icon-wrap .wpzabb-icon i:hover,
        .fl-node-5ed8294d043c5 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
                                                        
            
            color: #f2f2f2;
            
                                }

        .fl-node-5ed8294d043c5 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
            background: none;
        }
        /* Icon Css End */
    .fl-node-5ed829560f0d4 .wpzabb-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

.fl-node-5ed829560f0d4 .wpzabb-subheading {
	margin-top: 16px;
	margin-bottom: 0px;
}

.fl-node-5ed829560f0d4 .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ed829560f0d4 .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text,
.fl-node-5ed829560f0d4 .fl-module-content.fl-node-content .wpzabb-heading * {
			color: #020101;
	}

.fl-node-5ed829560f0d4 .wpzabb-heading,
.fl-node-5ed829560f0d4 .wpzabb-heading * {

			font-family: Lato;font-weight: 700;	
			font-size: 24px;
	
	
			text-transform: none;
	
	}

.fl-node-5ed829560f0d4 .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
	color: #707070;
}

.fl-node-5ed829560f0d4 .wpzabb-text-editor {

			font-family: Lato;font-weight: 400;	
	
	
			text-transform: none;
	
	}


                @media ( max-width: 992px ) {

        				.fl-node-5ed829560f0d4 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed829560f0d4 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 20%;
			}

			.fl-node-5ed829560f0d4 .wpzabb-responsive-medsmall .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed829560f0d4 .wpzabb-heading,
            .fl-node-5ed829560f0d4 .wpzabb-heading * {

				
				
			}
			.fl-node-5ed829560f0d4 .wpzabb-text-editor {

				
							}
        }

                @media ( max-width: 768px ) {

        				.fl-node-5ed829560f0d4 .wpzabb-responsive-mobile .wpzabb-side-left,
			.fl-node-5ed829560f0d4 .wpzabb-responsive-mobile .wpzabb-side-right,
			.fl-node-5ed829560f0d4 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed829560f0d4 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 10%;
			}

			.fl-node-5ed829560f0d4 .wpzabb-responsive-mobile .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed829560f0d4 .wpzabb-heading,
            .fl-node-5ed829560f0d4 .wpzabb-heading * {

				
							}

			.fl-node-5ed829560f0d4 .wpzabb-text-editor {

				
							}

			.fl-node-5ed829560f0d4 .wpzabb-heading,
			.fl-node-5ed829560f0d4 .wpzabb-subheading,
			.fl-node-5ed829560f0d4 .wpzabb-subheading * {
				text-align: center;
			}

			        }
    
.fl-node-5ed829560f0d4 .wpzabb-separator-parent {
	line-height: 0;
	text-align: left;
}

.fl-node-5ed829560f0d4 .wpzabb-image-outter-wrap {
	width: 50px;
}


.fl-node-5ee29c94d6855 .fl-rich-text, .fl-node-5ee29c94d6855 .fl-rich-text * {
	color: #020101;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 28px;
	text-shadow: 0px 0px 0px #004713;
}
.fl-node-5ee29d2d9626a .fl-rich-text, .fl-node-5ee29d2d9626a .fl-rich-text * {
	color: #f3a105;
}
.wpzabb-image-grid,
.wpzabb-image-grid .wpzabb-image-grid-items,
.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item,
.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item a,
.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item .wpzabb-image-grid-item-image,
.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item .wpzabb-image-grid-item-title,
.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item .wpzabb-image-grid-item-color {
	padding: 0;
	margin: 0;
}

.wpzabb-image-grid .wpzabb-image-grid-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
	list-style: none;
}

.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item {
	position: relative;
	list-style: none;
}

.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item a {
	display: block;
    position: relative;
	height: 100%;
	width: 100%;
    transition: .3s ease all;

}

.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item a:hover,
.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item a:active {
	transform: scale(1.03);
}

.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom,rgba(0,0,0,.2) 30%,rgba(0,0,0,.3) 100%);
    background-repeat: repeat-x;
}

.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item a:hover:after {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.4) 30%,rgba(0,0,0,.5) 100%);
}

.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item .wpzabb-image-grid-item-image {
	object-fit: cover;
	height: 100%;
    position: relative;
	width: 100%;
}

.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item .wpzabb-image-grid-item-title {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	color: #fff;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
    padding-right: 2%;
    padding-left: 2%;
}

.wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item .wpzabb-image-grid-item-color {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
    z-index: 25;
}


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

    .wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item .wpzabb-image-grid-item-title {
        font-size: 14px;
    }

}


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

    .wpzabb-image-grid .wpzabb-image-grid-items .wpzabb-image-grid-item .wpzabb-image-grid-item-title {
        font-size: 16px;
    }

    .wpzabb-image-grid .wpzabb-image-grid-items {
        grid-template-columns: 1fr 1fr;
    }

}


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

    .wpzabb-image-grid .wpzabb-image-grid-items {
        grid-template-columns: 1fr;
    }

}.fl-animated.fl-fancy-pulse {
	animation: fl-fancy-pulse 1s ease;
	-webkit-animation: fl-fancy-pulse 1s ease;
}
@-webkit-keyframes fl-fancy-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fl-fancy-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.fl-node-5ed721cba8601 .wpzabb-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

.fl-node-5ed721cba8601 .wpzabb-subheading {
	margin-top: 15px;
	margin-bottom: 0px;
}

.fl-node-5ed721cba8601 .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ed721cba8601 .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text,
.fl-node-5ed721cba8601 .fl-module-content.fl-node-content .wpzabb-heading * {
			color: #181819;
	}

.fl-node-5ed721cba8601 .wpzabb-heading,
.fl-node-5ed721cba8601 .wpzabb-heading * {

			font-family: Lato;font-weight: 900;	
			font-size: 40px;
	
	
			text-transform: none;
	
	}

.fl-node-5ed721cba8601 .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
	color: ;
}

.fl-node-5ed721cba8601 .wpzabb-text-editor {

	
	
	
			text-transform: none;
	
	}


                @media ( max-width: 992px ) {

        				.fl-node-5ed721cba8601 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed721cba8601 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 20%;
			}

			.fl-node-5ed721cba8601 .wpzabb-responsive-medsmall .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed721cba8601 .wpzabb-heading,
            .fl-node-5ed721cba8601 .wpzabb-heading * {

				
				
			}
			.fl-node-5ed721cba8601 .wpzabb-text-editor {

				
							}
        }

                @media ( max-width: 768px ) {

        				.fl-node-5ed721cba8601 .wpzabb-responsive-mobile .wpzabb-side-left,
			.fl-node-5ed721cba8601 .wpzabb-responsive-mobile .wpzabb-side-right,
			.fl-node-5ed721cba8601 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed721cba8601 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 10%;
			}

			.fl-node-5ed721cba8601 .wpzabb-responsive-mobile .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed721cba8601 .wpzabb-heading,
            .fl-node-5ed721cba8601 .wpzabb-heading * {

				
							}

			.fl-node-5ed721cba8601 .wpzabb-text-editor {

				
							}

			.fl-node-5ed721cba8601 .wpzabb-heading,
			.fl-node-5ed721cba8601 .wpzabb-subheading,
			.fl-node-5ed721cba8601 .wpzabb-subheading * {
				text-align: center;
			}

			        }
    
.fl-node-5ed721cba8601 .wpzabb-separator-parent {
	line-height: 0;
	text-align: center;
}

.fl-node-5ed721cba8601 .wpzabb-image-outter-wrap {
	width: 50px;
}



	
    /* Global Alignment Css */
    .fl-node-5ed721cba8601 .wpzabb-imgicon-wrap {
                    text-align: center;
           
    }

    
        /* Icon Css */
        .fl-node-5ed721cba8601 .wpzabb-icon-wrap .wpzabb-icon i,
        .fl-node-5ed721cba8601 .wpzabb-icon-wrap .wpzabb-icon i:before {
            
            color: #e08a00;
            font-size: 30px;
            height: auto;
            width: auto;
             
                line-height: 30px;
                height: 30px;
                width: 30px;
                text-align: center;
            
                        
            /* Gradient Style */
                    }

        .fl-node-5ed721cba8601 .wpzabb-icon-wrap .wpzabb-icon i:before {
            background: none;
        }

        .fl-node-5ed721cba8601 .wpzabb-icon-wrap .wpzabb-icon i:hover,
        .fl-node-5ed721cba8601 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
            
            
            color: ;
            
                                }

        .fl-node-5ed721cba8601 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
            background: none;
        }
        /* Icon Css End */
    	
			.fl-node-5ed721cba8601 .wpzabb-imgicon-wrap .wpzabb-icon i,
		.fl-node-5ed721cba8601 .wpzabb-imgicon-wrap .wpzabb-icon i:before {
			width: 1.3em;
			height: 1.3em;
			line-height: 1.3em;
		}
	
	
	.fl-node-5ed721cba8601 .wpzabb-separator-wrap {
		width: 100%;
		display: table;
	}

		.fl-node-5ed721cba8601 .wpzabb-separator-wrap.wpzabb-separator-center {
		margin-left: auto;
	    margin-right: auto;
	}
	
	
	
	.fl-node-5ed721cba8601 .wpzabb-separator-line {
		display: table-cell;
		vertical-align:middle;
	}

	.fl-node-5ed721cba8601 .wpzabb-separator-line > span {
		border-top:2px dotted #f2b40c;
		display: block;
	    margin-top: 0 !important;
	}

	.fl-node-5ed721cba8601 .wpzabb-divider-content{
		padding-left: 5px;
		padding-right: 5px;
	}

	.fl-node-5ed721cba8601 .wpzabb-side-left{
		width: 50%;
	}
	.fl-node-5ed721cba8601 .wpzabb-side-right{
		width: 50%;
	}

	.fl-node-5ed721cba8601 .wpzabb-divider-content {
		display: table-cell;
	}
	.fl-node-5ed721cba8601 .wpzabb-divider-content .wpzabb-icon-wrap{
		display: block;
	}

 .fl-node-5ed721cba8601 > .fl-module-content {
	margin-top:100px;
}
@media (max-width: 768px) { .fl-node-5ed721cba8601 > .fl-module-content { margin-top:20px; } }.fl-node-5ed6d62452e57 .fl-rich-text, .fl-node-5ed6d62452e57 .fl-rich-text * {
	color: #1b1c1b;
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 18px;
}
 .fl-node-5ed6d62452e57 > .fl-module-content {
	margin-top:20px;
	margin-right:20px;
	margin-left:20px;
}

    /* Global Alignment Css */
    .fl-node-5ee2bcbec1103 .wpzabb-imgicon-wrap {
                    text-align: center;
           
    }

    
        /* Icon Css */
        .fl-node-5ee2bcbec1103 .wpzabb-icon-wrap .wpzabb-icon i,
        .fl-node-5ee2bcbec1103 .wpzabb-icon-wrap .wpzabb-icon i:before {
            
            color: #f3a105;
            font-size: 50px;
            height: auto;
            width: auto;
             
                line-height: 50px;
                height: 50px;
                width: 50px;
                text-align: center;
            
                        
            /* Gradient Style */
                    }

        .fl-node-5ee2bcbec1103 .wpzabb-icon-wrap .wpzabb-icon i:before {
            background: none;
        }

        .fl-node-5ee2bcbec1103 .wpzabb-icon-wrap .wpzabb-icon i:hover,
        .fl-node-5ee2bcbec1103 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
            
            
            color: ;
            
                                }

        .fl-node-5ee2bcbec1103 .wpzabb-icon-wrap .wpzabb-icon i:hover:before {
            background: none;
        }
        /* Icon Css End */
     .fl-node-5ed6d57e5aea6 > .fl-module-content {
	margin-top:20px;
	margin-right:20px;
	margin-left:20px;
}
.fl-node-5ee4760d994e2 .wpzabb-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

.fl-node-5ee4760d994e2 .wpzabb-subheading {
	margin-top: 15px;
	margin-bottom: 0px;
}

.fl-node-5ee4760d994e2 .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ee4760d994e2 .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text,
.fl-node-5ee4760d994e2 .fl-module-content.fl-node-content .wpzabb-heading * {
			color: #F3A105;
	}

.fl-node-5ee4760d994e2 .wpzabb-heading,
.fl-node-5ee4760d994e2 .wpzabb-heading * {

			font-family: Lato;font-weight: 700;	
			font-size: 18px;
	
	
			text-transform: none;
	
	}

.fl-node-5ee4760d994e2 .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
	color: ;
}

.fl-node-5ee4760d994e2 .wpzabb-text-editor {

	
	
	
			text-transform: none;
	
	}


                @media ( max-width: 992px ) {

        				.fl-node-5ee4760d994e2 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ee4760d994e2 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 20%;
			}

			.fl-node-5ee4760d994e2 .wpzabb-responsive-medsmall .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ee4760d994e2 .wpzabb-heading,
            .fl-node-5ee4760d994e2 .wpzabb-heading * {

				
				
			}
			.fl-node-5ee4760d994e2 .wpzabb-text-editor {

				
							}
        }

                @media ( max-width: 768px ) {

        				.fl-node-5ee4760d994e2 .wpzabb-responsive-mobile .wpzabb-side-left,
			.fl-node-5ee4760d994e2 .wpzabb-responsive-mobile .wpzabb-side-right,
			.fl-node-5ee4760d994e2 .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ee4760d994e2 .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 10%;
			}

			.fl-node-5ee4760d994e2 .wpzabb-responsive-mobile .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ee4760d994e2 .wpzabb-heading,
            .fl-node-5ee4760d994e2 .wpzabb-heading * {

				
							}

			.fl-node-5ee4760d994e2 .wpzabb-text-editor {

				
							}

			.fl-node-5ee4760d994e2 .wpzabb-heading,
			.fl-node-5ee4760d994e2 .wpzabb-subheading,
			.fl-node-5ee4760d994e2 .wpzabb-subheading * {
				text-align: center;
			}

			        }
    
.fl-node-5ee4760d994e2 .wpzabb-separator-parent {
	line-height: 0;
	text-align: center;
}

.fl-node-5ee4760d994e2 .wpzabb-image-outter-wrap {
	width: 50px;
}


 .fl-node-5ee4760d994e2 > .fl-module-content {
	margin-bottom:0px;
}
.fl-node-5ed83afbf378b .wpzabb-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

.fl-node-5ed83afbf378b .wpzabb-subheading {
	margin-top: 15px;
	margin-bottom: 0px;
}

.fl-node-5ed83afbf378b .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ed83afbf378b .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text,
.fl-node-5ed83afbf378b .fl-module-content.fl-node-content .wpzabb-heading * {
			color: #e8eeef;
	}

.fl-node-5ed83afbf378b .wpzabb-heading,
.fl-node-5ed83afbf378b .wpzabb-heading * {

			font-family: Lato;font-weight: 700;	
			font-size: 30px;
	
	
			text-transform: none;
	
	}

.fl-node-5ed83afbf378b .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
	color: ;
}

.fl-node-5ed83afbf378b .wpzabb-text-editor {

	
	
	
			text-transform: none;
	
	}


                @media ( max-width: 992px ) {

        				.fl-node-5ed83afbf378b .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed83afbf378b .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 20%;
			}

			.fl-node-5ed83afbf378b .wpzabb-responsive-medsmall .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed83afbf378b .wpzabb-heading,
            .fl-node-5ed83afbf378b .wpzabb-heading * {

				
				
			}
			.fl-node-5ed83afbf378b .wpzabb-text-editor {

				
							}
        }

                @media ( max-width: 768px ) {

        				.fl-node-5ed83afbf378b .wpzabb-responsive-mobile .wpzabb-side-left,
			.fl-node-5ed83afbf378b .wpzabb-responsive-mobile .wpzabb-side-right,
			.fl-node-5ed83afbf378b .wpzabb-responsive-medsmall .wpzabb-side-left,
			.fl-node-5ed83afbf378b .wpzabb-responsive-medsmall .wpzabb-side-right {
			    width: 10%;
			}

			.fl-node-5ed83afbf378b .wpzabb-responsive-mobile .wpzabb-divider-content h3 {
			    white-space: normal;
			}

            .fl-node-5ed83afbf378b .wpzabb-heading,
            .fl-node-5ed83afbf378b .wpzabb-heading * {

				
							}

			.fl-node-5ed83afbf378b .wpzabb-text-editor {

				
							}

			.fl-node-5ed83afbf378b .wpzabb-heading,
			.fl-node-5ed83afbf378b .wpzabb-subheading,
			.fl-node-5ed83afbf378b .wpzabb-subheading * {
				text-align: center;
			}

			        }
    
.fl-node-5ed83afbf378b .wpzabb-separator-parent {
	line-height: 0;
	text-align: center;
}

.fl-node-5ed83afbf378b .wpzabb-image-outter-wrap {
	width: 50px;
}


 .fl-node-5ed83afbf378b > .fl-module-content {
	margin-top:0px;
	margin-right:20px;
	margin-bottom:0px;
}
.fl-node-5ed83b65a435d .fl-rich-text, .fl-node-5ed83b65a435d .fl-rich-text * {
	color: #f2f2f2;
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.wpzabb-button-wrap a,
.wpzabb-button-wrap a:visited {
    color: #333;
    background: #fafafa;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
}
.wpzabb-button-wrap a:hover {
    text-decoration: none;
}
.wpzabb-button-wrap a:focus {
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
}
.wpzabb-button-wrap a .wpzabb-button-text,
.wpzabb-button-wrap a .wpzabb-button-icon,
.wpzabb-button-wrap a:visited .wpzabb-button-text,
.wpzabb-button-wrap a:visited .wpzabb-button-icon {
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
}


.wpzabb-button-wrap.wpzabb-button-width-full .wpzabb-button {
    display: block;
    text-align: center;
}
.wpzabb-button-wrap.wpzabb-button-width-custom .wpzabb-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}
.wpzabb-button-wrap.wpzabb-button-left {
    text-align: left;
}
.wpzabb-button-wrap.wpzabb-button-center {
    text-align: center;
}
.wpzabb-button-wrap.wpzabb-button-right {
    text-align: right;
}

/* Icon  */
.wpzabb-button-wrap .wpzabb-button i {
    font-size: 1.3em;
    height: auto;
    line-height: 1em;
    vertical-align: middle;
    width: auto;
}
.wpzabb-button-wrap .wpzabb-button .wpzabb-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}
.wpzabb-button-wrap .wpzabb-button .wpzabb-button-icon-before {
    margin-right: 8px;
    margin-left: 0;
}
.wpzabb-button-wrap.wpzabb-button-icon-no-text .wpzabb-button i {
    margin: 0;
}
.wpzabb-button-wrap.wpzabb-button-has-icon .wpzabb-button-text {
    vertical-align: middle;
}


/*  Translate Button styles */
.wpzabb-button.wpzabb-creative-transparent-btn:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
}

/* transparent-fill-top, transparent-fill-bottom  */
.wpzabb-transparent-fill-top-btn:after,
.wpzabb-transparent-fill-bottom-btn:after {
    width: 100%;
    height: 0;
    left: 0;
}

/* transparent-fill-top */
.wpzabb-transparent-fill-top-btn:after {
    top: 0;
}
/* transparent-fill-bottom */
.wpzabb-transparent-fill-bottom-btn:after {
    bottom: 0;
}

/* transparent-fill-left, transparent-fill-right */
.wpzabb-transparent-fill-left-btn:after,
.wpzabb-transparent-fill-right-btn:after {
    width: 0;
    height: 100%;
    top: 0;
}

/* transparent-fill-left */
.wpzabb-transparent-fill-left-btn:after {
    left: 0;
}
/* transparent-fill-right */
.wpzabb-transparent-fill-right-btn:after {
    right: 0;
}


/* transparent-fill-center */
.wpzabb-transparent-fill-center-btn:after{
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

/*  transparent-fill-diagonal, transparent-fill-horizontal  */
.wpzabb-transparent-fill-diagonal-btn:after,
.wpzabb-transparent-fill-horizontal-btn:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
}

/*  transparent-fill-diagonal */
.wpzabb-transparent-fill-diagonal-btn{
    overflow: hidden;
}
.wpzabb-transparent-fill-diagonal-btn:after{
    -webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
       -moz-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
        -ms-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
         -o-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
            transform: translateX(-50%) translateY(-50%) rotate( 45deg );
}
/* transparent-fill-horizontal */
.wpzabb-transparent-fill-horizontal-btn:after{
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}


/*  3D Button styles */
.wpzabb-button-wrap .wpzabb-creative-threed-btn.wpzabb-threed_down-btn,
.wpzabb-button-wrap .wpzabb-creative-threed-btn.wpzabb-threed_up-btn,
.wpzabb-button-wrap .wpzabb-creative-threed-btn.wpzabb-threed_left-btn,
.wpzabb-button-wrap .wpzabb-creative-threed-btn.wpzabb-threed_right-btn {
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

.perspective {
    -webkit-perspective: 800px;
       -moz-perspective: 800px;
            perspective: 800px;
            margin: 0;
}
.wpzabb-button.wpzabb-creative-threed-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
            transition: all 200ms linear;
}

.wpzabb-button.wpzabb-creative-threed-btn {
    outline: 1px solid transparent;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

/*  3D Button styles --- Animate to top */
.wpzabb-creative-threed-btn.wpzabb-animate_top-btn:after {
    height: 40%;
    left: 0;
    top: -40%;
    width: 100%;
    -webkit-transform-origin: 0% 100%;
       -moz-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
       -moz-transform: rotateX(90deg);
            transform: rotateX(90deg);
}

/*  3D Button styles --- Animate to bottom */
.wpzabb-creative-threed-btn.wpzabb-animate_bottom-btn:after {
    width: 100%;
    height: 40%;
    left: 0;
    top: 100%;

    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;

    -webkit-transform: rotateX(-90deg);
       -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
}

/*  3D Button styles --- Animate to Left */
.wpzabb-creative-threed-btn.wpzabb-animate_left-btn:after {
    width: 20%;
    height: 100%;
    left: -20%;
    top: 0;
    -webkit-transform-origin: 100% 0%;
       -moz-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
            transform-origin: 100% 0%;


    -webkit-transform: rotateY(-60deg);
       -moz-transform: rotateY(-60deg);
        -ms-transform: rotateY(-60deg);
            transform: rotateY(-60deg);
}

/*  3D Button styles --- Animate to Right */
.wpzabb-creative-threed-btn.wpzabb-animate_right-btn:after {
    width: 20%;
    height: 100%;
    left: 104%;
    top: 0;
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;

    -webkit-transform: rotateY(120deg);
       -moz-transform: rotateY(120deg);
        -ms-transform: rotateY(120deg);
            transform: rotateY(120deg);
}


/* Animate Top */
.wpzabb-animate_top-btn:hover{
    -webkit-transform: rotateX(-15deg);
       -moz-transform: rotateX(-15deg);
        -ms-transform: rotateX(-15deg);
         -o-transform: rotateX(-15deg);
            transform: rotateX(-15deg);

}

/* Animate Bottom */
.wpzabb-animate_bottom-btn:hover{
    -webkit-transform: rotateX(15deg);
       -moz-transform: rotateX(15deg);
        -ms-transform: rotateX(15deg);
         -o-transform: rotateX(15deg);
            transform: rotateX(15deg);

}

/* Animate Left */
.wpzabb-animate_left-btn:hover{
    -webkit-transform: rotateY(6deg);
       -moz-transform: rotateY(6deg);
        -ms-transform: rotateY(6deg);
         -o-transform: rotateY(6deg);
            transform: rotateY(6deg);
}

/* Animate Right */
.wpzabb-animate_right-btn:hover{
    -webkit-transform: rotateY(-6deg);
       -moz-transform: rotateY(-6deg);
        -ms-transform: rotateY(-6deg);
         -o-transform: rotateY(-6deg);
            transform: rotateY(-6deg);

}




/*  Flat Button styles  */

/*  Common Classes  */
.wpzabb-creative-flat-btn.wpzabb-animate_to_right-btn,
.wpzabb-creative-flat-btn.wpzabb-animate_to_left-btn,
.wpzabb-creative-flat-btn.wpzabb-animate_from_top-btn,
.wpzabb-creative-flat-btn.wpzabb-animate_from_bottom-btn {
    overflow: hidden;
    position: relative;
}

.wpzabb-creative-flat-btn.wpzabb-animate_to_right-btn i,
.wpzabb-creative-flat-btn.wpzabb-animate_to_left-btn i,
.wpzabb-creative-flat-btn.wpzabb-animate_from_top-btn i,
.wpzabb-creative-flat-btn.wpzabb-animate_from_bottom-btn i {
    bottom: 0;
    height: 100%;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
            transition: all 200ms linear;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.wpzabb-creative-flat-btn.wpzabb-animate_to_right-btn .wpzabb-button-text,
.wpzabb-creative-flat-btn.wpzabb-animate_to_left-btn .wpzabb-button-text,
.wpzabb-creative-flat-btn.wpzabb-animate_from_top-btn .wpzabb-button-text,
.wpzabb-creative-flat-btn.wpzabb-animate_from_bottom-btn .wpzabb-button-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
}

/*  Making Icon position center  */
.wpzabb-creative-flat-btn.wpzabb-animate_to_right-btn i:before,
.wpzabb-creative-flat-btn.wpzabb-animate_to_left-btn i:before,
.wpzabb-creative-flat-btn.wpzabb-animate_from_top-btn i:before,
.wpzabb-creative-flat-btn.wpzabb-animate_from_bottom-btn i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*  Common Hover Classes */
.wpzabb-creative-flat-btn.wpzabb-animate_to_right-btn:hover i,
.wpzabb-creative-flat-btn.wpzabb-animate_to_left-btn:hover i {
    left: 0;
}
.wpzabb-creative-flat-btn.wpzabb-animate_from_top-btn:hover i,
.wpzabb-creative-flat-btn.wpzabb-animate_from_bottom-btn:hover i {
    top: 0;
}


/*  Animate Icon to the right */
.wpzabb-creative-flat-btn.wpzabb-animate_to_right-btn i {
    top: 0;
    left: -100%;
}
.wpzabb-creative-flat-btn.wpzabb-animate_to_right-btn:hover .wpzabb-button-text {
    -webkit-transform: translateX(200%);
       -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
         -o-transform: translateX(200%);
            transform: translateX(200%);
}

/*  Animate Icon to the left */
.wpzabb-creative-flat-btn.wpzabb-animate_to_left-btn i {
    top: 0;
    left: 100%;
}

.wpzabb-creative-flat-btn.wpzabb-animate_to_left-btn:hover .wpzabb-button-text {
    -webkit-transform: translateX(-200%);
       -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
         -o-transform: translateX(-200%);
            transform: translateX(-200%);
}


/*  Animate Icon From the Top */
.wpzabb-creative-flat-btn.wpzabb-animate_from_top-btn i {
    top: -100%;
    left: 0;
}

.wpzabb-creative-flat-btn.wpzabb-animate_from_top-btn:hover .wpzabb-button-text {
    -webkit-transform: translateY(400px);
       -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
         -o-transform: translateY(400px);
            transform: translateY(400px);
}

/*  Animate Icon From the Bottom */
.wpzabb-creative-flat-btn.wpzabb-animate_from_bottom-btn i {
    top: 100%;
    left: 0;
}

.wpzabb-creative-flat-btn.wpzabb-animate_from_bottom-btn:hover .wpzabb-button-text {
    -webkit-transform: translateY(-400px);
       -moz-transform: translateY(-400px);
        -ms-transform: translateY(-400px);
         -o-transform: translateY(-400px);
            transform: translateY(-400px);
}
.fl-node-5eed8be21607a .wpzabb-button-wrap a,
.fl-node-5eed8be21607a .wpzabb-button-wrap a:visited {
	color: #333;
}



.fl-node-5eed8be21607a .wpzabb-button-wrap a,
.fl-node-5eed8be21607a .wpzabb-button-wrap a:visited {
	
	
	
	
	
			text-transform: none;
		 
		
	padding:12px 24px;	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
		
	
		background: #ea241e;
	border: 1px solid #ea241e;

				background: -moz-linear-gradient(top,  #ff423c 0%, #ea241e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff423c), color-stop(100%,#ea241e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff423c 0%,#ea241e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff423c 0%,#ea241e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff423c 0%,#ea241e 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff423c 0%,#ea241e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff423c', endColorstr='#ea241e',GradientType=0 ); /* IE6-9 */
			
	
	}




.fl-node-5eed8be21607a .wpzabb-button-wrap a,
.fl-node-5eed8be21607a .wpzabb-button-wrap a *,
.fl-node-5eed8be21607a .wpzabb-button-wrap a:visited,
.fl-node-5eed8be21607a .wpzabb-button-wrap a:visited * {
	color: #eceaf2;
}

.fl-node-5eed8be21607a .wpzabb-button-wrap a:hover {
		border: 1px solid #0dd33d;
	
	
		background: -moz-linear-gradient(top,  #2bf15b 0%, #0dd33d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2bf15b), color-stop(100%,#0dd33d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2bf15b 0%,#0dd33d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2bf15b 0%,#0dd33d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2bf15b 0%,#0dd33d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2bf15b 0%,#0dd33d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bf15b', endColorstr='#0dd33d',GradientType=0 ); /* IE6-9 */
	}


	.fl-node-5eed8be21607a .wpzabb-button-wrap a .wpzabb-button-text {
			}

	
@media ( max-width: 768px ) {
	.fl-node-5eed8be21607a .wpzabb-button-wrap.wpzabb-button-reponsive-center {
		text-align: center;
	}
}


		@media ( max-width: 992px ) {
			.fl-node-5eed8be21607a .wpzabb-button-wrap a,
			.fl-node-5eed8be21607a .wpzabb-button-wrap a:visited {

				
				
								
			}

						html.internet-explorer .fl-node-5eed8be21607a .wpzabb-button-wrap a,
			html.internet-explorer .fl-node-5eed8be21607a .wpzabb-button-wrap a:visited {

				
							}
					}		
			@media ( max-width: 768px ) {
			.fl-node-5eed8be21607a .wpzabb-button-wrap a,
			.fl-node-5eed8be21607a .wpzabb-button-wrap a:visited {

				
				
							}

						html.internet-explorer .fl-node-5eed8be21607a .wpzabb-button-wrap a,
			html.internet-explorer .fl-node-5eed8be21607a .wpzabb-button-wrap a:visited {

								
							}
					}		
	


/* Start Global CSS */

/* End Global CSS */


/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */

/* Equal height Column Bottom Alignment */
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
          -webkit-box-align: end;
           -webkit-box-pack: end;
              -ms-flex-pack: end;
}

/* H1-H6 Margin Reset in all Modules */
.wpzabb-module-content h1,
.wpzabb-module-content h2,
.wpzabb-module-content h3,
.wpzabb-module-content h4,
.wpzabb-module-content h5,
.wpzabb-module-content h6 {
    margin: 0;
    clear: both;
}

/* Anchor Tag Css */

.fl-module-content a,
.fl-module-content a:hover,
.fl-module-content a:focus {
    text-decoration: none;
}

/* Icons
------------------------------------------------------ */

.wpzabb-icon-wrap {
    display: inline-block;
}
/*.wpzabb-icon {
    display: table-cell;
    vertical-align: middle;
}*/
.wpzabb-icon a {
    text-decoration: none;
}
.wpzabb-icon i {
    /*float: left;*/
    display: block;
}
.wpzabb-icon i:before {
    border: none !important;
    background: none !important;
}
.wpzabb-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
}
.wpzabb-icon-text *:last-child {
    margin: 0 !important;
    padding: 0 !important;
}
.wpzabb-icon-text a {
    text-decoration: none;
}

/* Photos
------------------------------------------------------ */

.wpzabb-photo {
    line-height: 0;
    position: relative;
}
.wpzabb-photo-align-left {
    text-align: left;
}
.wpzabb-photo-align-center {
    text-align: center;
}
.wpzabb-photo-align-right {
    text-align: right;
}
.wpzabb-photo-content {
    border-radius: 0;
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.wpzabb-photo-content img {
    border-radius: inherit;
    display: inline;
    height: auto;
    max-width: 100%;
    width: auto;
}
.fl-builder-content .wpzabb-photo-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.fl-builder-content .wpzabb-photo-crop-square img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.wpzabb-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wpzabb-photo-caption-below {
    padding-bottom: 20px;
    padding-top: 10px;
}
.wpzabb-photo-caption-hover {
    background: rgba(0,0,0,0.7);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity = 0);
    padding: 10px 15px;
    position: absolute;
    right: 0;
    -webkit-transition:visibility 200ms linear;
    -moz-transition:visibility 200ms linear;
    transition:visibility 200ms linear;
}
.wpzabb-photo-content:hover .wpzabb-photo-caption-hover {
    opacity: 100;
    visibility: visible;
    /*filter: alpha(opacity = 100);*/
}

/* Panel & Buttons
------------------------------------------------------ */
.wpzabb-active-btn {
    background: #1e8cbe;
    border-color: #0074a2;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    color: white;
}
.fl-builder-bar .fl-builder-add-content-button {
    display: block !important;
    opacity: 1 !important;
}

/* Image Icon Object */
.wpzabb-imgicon-wrap .wpzabb-icon {
    display: block;
}
.wpzabb-imgicon-wrap .wpzabb-icon i{
    float: none;
}

/* Photo */


.wpzabb-imgicon-wrap .wpzabb-image {
    line-height: 0;
    position: relative;
}
.wpzabb-imgicon-wrap .wpzabb-image-align-left {
    text-align: left;
}
.wpzabb-imgicon-wrap .wpzabb-image-align-center {
    text-align: center;
}
.wpzabb-imgicon-wrap .wpzabb-image-align-right {
    text-align: right;
}
.wpzabb-imgicon-wrap .wpzabb-image-content {
    display: inline-block;
    border-radius: 0;
    line-height: 0;
    position: relative;
    max-width: 100%;
}
.wpzabb-imgicon-wrap .wpzabb-image-content img {
    display: inline;
    height: auto !important;
    max-width: 100%;
    width: auto;
    border-radius: inherit;
    box-shadow: none;
    box-sizing: content-box;
}
.fl-builder-content .wpzabb-imgicon-wrap .wpzabb-image-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.fl-builder-content .wpzabb-imgicon-wrap .wpzabb-image-crop-square img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* Media/Video CSS */
.wpzabb-tab-acc-content .wp-video, 
.wpzabb-tab-acc-content video.wp-video-shortcode, 
.wpzabb-tab-acc-content .mejs-container, 
.wpzabb-tab-acc-content .mejs-overlay.load,
.wpzabb-adv-accordion-content .wp-video, 
.wpzabb-adv-accordion-content video.wp-video-shortcode, 
.wpzabb-adv-accordion-content .mejs-container, 
.wpzabb-adv-accordion-content .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.wpzabb-tab-acc-content .mejs-container,
.wpzabb-adv-accordion-content .mejs-container {
    padding-top: 56.25%;
}
.wpzabb-tab-acc-content .wp-video, 
.wpzabb-tab-acc-content video.wp-video-shortcode,
.wpzabb-adv-accordion-content .wp-video, 
.wpzabb-adv-accordion-content video.wp-video-shortcode {
    max-width: 100% !important;
}
.wpzabb-tab-acc-content video.wp-video-shortcode,
.wpzabb-adv-accordion-content video.wp-video-shortcode {
    position: relative;
}
.wpzabb-tab-acc-content .mejs-mediaelement,
.wpzabb-adv-accordion-content .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.wpzabb-tab-acc-content .mejs-overlay-play,
.wpzabb-adv-accordion-content .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}


/***********************************************************************************

Animations

************************************************************************************/
.animated {
  -webkit-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.slow {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }