/* 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%;
}
.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: 1024px) { /* 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-5d5d8ef497382 {
	color: #ffffff;
}
.fl-builder-content .fl-node-5d5d8ef497382 *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
	color: inherit;
}

.fl-builder-content .fl-node-5d5d8ef497382 a {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d5d8ef497382 a:hover {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d5d8ef497382 h1,
.fl-builder-content .fl-node-5d5d8ef497382 h2,
.fl-builder-content .fl-node-5d5d8ef497382 h3,
.fl-builder-content .fl-node-5d5d8ef497382 h4,
.fl-builder-content .fl-node-5d5d8ef497382 h5,
.fl-builder-content .fl-node-5d5d8ef497382 h6,
.fl-builder-content .fl-node-5d5d8ef497382 h1 a,
.fl-builder-content .fl-node-5d5d8ef497382 h2 a,
.fl-builder-content .fl-node-5d5d8ef497382 h3 a,
.fl-builder-content .fl-node-5d5d8ef497382 h4 a,
.fl-builder-content .fl-node-5d5d8ef497382 h5 a,
.fl-builder-content .fl-node-5d5d8ef497382 h6 a {
	color: #ffffff;
}


.fl-node-5d5d8ef497382 > .fl-row-content-wrap:after {
	background-color: rgba(0,0,0,0.55);
}





.fl-node-5d5da14c2fcb8 > .fl-row-content-wrap {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: auto;
}
 .fl-node-5d5da14c2fcb8 > .fl-row-content-wrap {
	padding-top:50px;
	padding-bottom:50px;
}





.fl-node-5d5c2e953e70c > .fl-row-content-wrap {
	background-color: #f7f7f7;
}
 .fl-node-5d5c2e953e70c > .fl-row-content-wrap {
	padding-top:80px;
	padding-bottom:70px;
}





 .fl-node-5d5e8f4228f20 > .fl-row-content-wrap {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}
.fl-node-5d5e9f0fbde70 {
	color: #ffffff;
}
.fl-builder-content .fl-node-5d5e9f0fbde70 *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
	color: inherit;
}

.fl-builder-content .fl-node-5d5e9f0fbde70 a {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d5e9f0fbde70 a:hover {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d5e9f0fbde70 h1,
.fl-builder-content .fl-node-5d5e9f0fbde70 h2,
.fl-builder-content .fl-node-5d5e9f0fbde70 h3,
.fl-builder-content .fl-node-5d5e9f0fbde70 h4,
.fl-builder-content .fl-node-5d5e9f0fbde70 h5,
.fl-builder-content .fl-node-5d5e9f0fbde70 h6,
.fl-builder-content .fl-node-5d5e9f0fbde70 h1 a,
.fl-builder-content .fl-node-5d5e9f0fbde70 h2 a,
.fl-builder-content .fl-node-5d5e9f0fbde70 h3 a,
.fl-builder-content .fl-node-5d5e9f0fbde70 h4 a,
.fl-builder-content .fl-node-5d5e9f0fbde70 h5 a,
.fl-builder-content .fl-node-5d5e9f0fbde70 h6 a {
	color: #ffffff;
}


.fl-node-5d5e9f0fbde70 > .fl-row-content-wrap {
	background-image: url(https://themes.around29.com/camguard/wp-content/uploads/2019/08/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}
 .fl-node-5d5e9f0fbde70 > .fl-row-content-wrap {
	padding-top:50px;
	padding-bottom:50px;
}





 .fl-node-5d5d3dcbd6cd0 > .fl-row-content-wrap {
	padding-top:50px;
	padding-bottom:50px;
}





.fl-node-5d5ea303b1d6f > .fl-row-content-wrap {
	background-color: #f0f0f0;
}
 .fl-node-5d5ea303b1d6f > .fl-row-content-wrap {
	padding-top:50px;
	padding-bottom:50px;
}





 .fl-node-5d5d6ccb807fa > .fl-row-content-wrap {
	padding-top:30px;
	padding-bottom:50px;
}





.fl-node-5d5fd845ecec6 > .fl-row-content-wrap {
	background-color: #f0f0f0;
}
 .fl-node-5d5fd845ecec6 > .fl-row-content-wrap {
	padding-top:60px;
	padding-bottom:50px;
}




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




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




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




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




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




.fl-node-5d5daa4a98091 {
	width: 20%;
}
.fl-node-5d5daa4a98091 > .fl-col-content {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}




.fl-node-5d5dada358425 {
	width: 20%;
}
.fl-node-5d5dada358425 > .fl-col-content {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}




.fl-node-5d5daf88e4168 {
	width: 20%;
}
.fl-node-5d5daf88e4168 > .fl-col-content {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}




.fl-node-5d5daf9ab42ce {
	width: 20%;
}
.fl-node-5d5daf9ab42ce > .fl-col-content {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}




.fl-node-5d5dafac2c1aa {
	width: 20%;
}
.fl-node-5d5dafac2c1aa > .fl-col-content {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}




.fl-node-5d5e8f7ca5c22 {
	width: 47.27%;
}
.fl-node-5d5e8f7ca5c22 > .fl-col-content {
	background-color: #dc2510;
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-5d5e8f7ca5c22 {
		width: 100% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-5d5e902049b78 {
	width: 34.84%;
}
 .fl-node-5d5e902049b78 > .fl-col-content {
	padding-top:20px;
	padding-bottom:20px;
}




.fl-node-5d5e902049bbb {
	width: 48.6%;
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-5d5e902049bbb {
		width: 100% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-5d5e902049bf9 {
	width: 16.56%;
}




.fl-node-5d5e8f7ca5c5f {
	width: 52.73%;
}
.fl-node-5d5e8f7ca5c5f > .fl-col-content {
	background-color: #990000;
}




.fl-node-5d5e903846e35 {
	width: 20.62%;
}
 .fl-node-5d5e903846e35 > .fl-col-content {
	padding-top:20px;
	padding-bottom:20px;
}




.fl-node-5d5e903846e78 {
	width: 46.05%;
}




.fl-node-5d5e903846eb6 {
	width: 33.33%;
}




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




.fl-node-5d5e9fc383106 {
	width: 25%;
}




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




.fl-node-5d5e9fc38316f {
	width: 25%;
}




.fl-node-5dd2731a950bd {
	width: 26.06%;
}




.fl-node-5dd2731a95104 {
	width: 47.25%;
}




.fl-node-5dd2731a95158 {
	width: 26.69%;
}




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




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




.fl-node-5d5fd845ed01a {
	width: 100%;
}
/**
 * This file should contain frontend styles that 
 * will be applied to all module instances.
 */@media (max-width: 768px) { /**
 * This file should contain frontend styles that 
 * will be applied to all module instances once
 * the responsive breakpoint has been reached. The
 * responsive breakpoint can be set in the global 
 * settings or individual page settings.
 */ }


.fl-node-5d5d9145b0f39 .pp-spacer-module {
    height: 220px;
    width: 100%;
}


@media only screen and (max-width: 1024px) {
        .fl-node-5d5d9145b0f39 .pp-spacer-module {
        height: 200px;
    }
}
@media only screen and (max-width: 768px) {
        .fl-node-5d5d9145b0f39 .pp-spacer-module {
        height: 0px;
    }
}
/**
 * This file should contain frontend styles that
 * will be applied to all module instances.
 */

 .bb-heading-input.input-small {
     width: 46px !important;
 }

.pp-heading-content {
    overflow: hidden;
}

.pp-heading-content .pp-heading-link {
	text-decoration: none;
}

.pp-heading-content .pp-heading.pp-separator-inline .heading-title {
     display: inline-block;
 }

.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
     position: relative;
     display: inline-block;
 }

.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before,
.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-width: 0;
}

.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
    right: 100%;
}

.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
    left: 100%;
}

.pp-heading-content .pp-heading.pp-separator-inline.pp-left .heading-title span {
    padding-left: 0 !important;
}

.pp-heading-content .pp-heading.pp-separator-inline.pp-right .heading-title span {
    padding-right: 0 !important;
}

.pp-heading-content .pp-heading.pp-separator-inline.pp-left .heading-title span:before {
    display: none;
}

.pp-heading-content .pp-heading.pp-separator-inline.pp-right .heading-title span:after {
    display: none;
}

.pp-heading-content .pp-heading-separator {
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.pp-heading-content .pp-heading-separator.line_with_icon:before {
    right: 50%;
    left: auto;
}

.pp-heading-content .pp-heading-separator.line_with_icon.pp-left:before {
    display: none;
}

.pp-heading-content .pp-heading-separator.line_with_icon.pp-right:after {
    display: none;
}

.pp-heading-content .pp-heading-separator.line_with_icon:after {
    left: 50%;
    right: auto;
}

.pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
    left: 1%;
}

.pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
    right: 1%;
}

.pp-heading-content .pp-heading-separator.line_with_icon:before,
.pp-heading-content .pp-heading-separator.line_with_icon:after {
    content: "";
    position: absolute;
    bottom: 50%;
    border-width: 0;
    top: 50%;
}

.pp-heading-content .pp-heading-separator img.heading-icon-image {
    vertical-align: middle;
    box-shadow: none!important;
    max-width: 100%;
}

.pp-heading-content .pp-heading-separator .pp-separator-line {
    max-width: 100%;
    display: block;
}

.pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    display: inline-block;
    text-align: center;
}

.pp-heading-content .pp-heading-separator.icon_only span {
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-left .heading-title span {
        padding-left: 0 !important;
    }
    .pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-right .heading-title span{
        padding-right: 0 !important;
    }
    .pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-left .heading-title span:before{
        display: none;
    }
    .pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-right .heading-title span:after {
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-left:before {
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-right:after{
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-left:after {
        left: 2%;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-right:before {
        right: 2%;
    }
}

@media only screen and (max-width: 480px) {
    .pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-left .heading-title span {
        padding-left: 0 !important;
    }
    .pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-right .heading-title span {
        padding-right: 0 !important;
    }
    .pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-left .heading-title span:before {
        display: none;
    }
    .pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-right .heading-title span:after {
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-left:before {
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-left:before {
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-right:after {
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-left:after {
        left: 2%;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-right:before {
        right: 2%;
    }
}
@media (max-width: 768px) { /**
 * This file should contain frontend styles that 
 * will be applied to all module instances once
 * the responsive breakpoint has been reached. The
 * responsive breakpoint can be set in the global 
 * settings or individual page settings.
 */ }
div.fl-node-5d5d8ef495f04 .pp-heading-content {
	text-align: center;
}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading {
	}


div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
							}


div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
				margin-left: 0px;
}


div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading .heading-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading .heading-title span.title-text {
	display: inline-block;
	}
div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading .pp-heading-link {
}

div.fl-node-5d5d8ef495f04 div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
		padding-right: 20px;
			padding-left: 20px;
	}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-sub-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-sub-heading,
div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-sub-heading p {
	}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-sub-heading p:last-of-type {
	margin-bottom: 0;
}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
		text-align: center;
	}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator.line_with_icon:before {
		margin-right: 20px;
	}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		margin-left: 20px;
	}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
	left: 1%;
}
div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
	right: 1%;
}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator img.heading-icon-image {
	}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator .pp-separator-line {
		border-bottom-style: solid;
			border-bottom-width: 1px;
				width: 100px;
			margin: 0 auto;
	}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator {
		margin-top: 10px;
	margin-bottom: 10px;
}


div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	display: inline-block;
	text-align: center;
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
					font-size: 16px;
			}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator.icon_only span {
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator.line_with_icon img {
		border-radius: 100px;
	}

@media only screen and (max-width: 1024px) {
	div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5d8ef495f04 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}

@media only screen and (max-width: 768px) {
	div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5d8ef495f04 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}
div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading .heading-title {
	text-align: left;
}
div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-sub-heading, div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-sub-heading p {
	text-align: left;
}
div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading-separator.icon_only span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
@media(max-width: 768px) {
	div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-heading .heading-title {
		text-align: center;
	}
	div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-sub-heading, div.fl-node-5d5d8ef495f04 .pp-heading-content .pp-sub-heading p {
		text-align: center;
	}
}
/**
 * This file should contain frontend styles that
 * will be applied to all module instances.
 */

 .bb-box-input.input-small {
     width: 46px !important;
 }
.fl-module .pp-dual-button-content.pp-dual-button-inner {
    display: inline-block;
}
.pp-dual-button-content .pp-dual-button {
    text-align: center;
}
.fl-module .pp-dual-button-content .pp-dual-button a.pp-button {
    overflow: hidden;
}
.fl-module .pp-dual-button-content .pp-dual-button-1 .pp-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.fl-module .pp-dual-button-content .pp-dual-button-1 .pp-button:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.fl-module .pp-dual-button-content .pp-dual-button-2 .pp-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.fl-module .pp-dual-button-content .pp-dual-button-2 .pp-button:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.fl-module .pp-dual-button-content .pp-divider {
    display: table;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -o-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    line-height: 0;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    transition: border-color ease 500ms,background ease 500ms,color ease 500ms;
    z-index: 12;
}
.fl-module  .pp-dual-button-content .pp-divider-inner {
    display: table-cell;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}
.fl-module .pp-dual-button-content .pp-custom-icon {
    display: inline-block;
    max-width: 100%;
    width: 1em;
}

.fl-module .pp-dual-button-content .pp-font-icon.dashicons,
.fl-module .pp-dual-button-content .pp-font-icon.dashicons-before:before{
    font-size: inherit;
    height: auto;
    line-height: inherit;
    width: auto;
}
.pp-dual-button-content .pp-dual-button {
    float:  left;
    position: relative;
}
.pp-button > span {
    height: auto;
    vertical-align: middle;
}

/* Hover effects */
.pp-dual-button-content .pp-button-effect-fade .pp-button {
	transition: background-color, color;
}

.pp-dual-button-content .pp-button-effect-sweep_right .pp-button:before {
	content: "";
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.pp-dual-button-content .pp-button-effect-sweep_right .pp-button:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.pp-dual-button-content .pp-button-effect-sweep_left .pp-button:before {
	content: "";
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.pp-dual-button-content .pp-button-effect-sweep_left .pp-button:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.pp-dual-button-content .pp-button-effect-sweep_bottom .pp-button:before {
	content: "";
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.pp-dual-button-content .pp-button-effect-sweep_bottom .pp-button:hover:before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.pp-dual-button-content .pp-button-effect-sweep_top .pp-button:before {
	content: "";
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.pp-dual-button-content .pp-button-effect-sweep_top .pp-button:hover:before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.pp-dual-button-content .pp-button-effect-bounce_right .pp-button:before {
	content: "";
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.pp-dual-button-content .pp-button-effect-bounce_right .pp-button:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pp-dual-button-content .pp-button-effect-bounce_left .pp-button:before {
	content: "";
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.pp-dual-button-content .pp-button-effect-bounce_left .pp-button:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pp-dual-button-content .pp-button-effect-bounce_bottom .pp-button:before {
	content: "";
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.pp-dual-button-content .pp-button-effect-bounce_bottom .pp-button:hover:before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pp-dual-button-content .pp-button-effect-bounce_top .pp-button:before {
	content: "";
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.pp-dual-button-content .pp-button-effect-bounce_top .pp-button:hover:before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pp-dual-button-content .pp-button-effect-radial_out .pp-button {
	overflow: hidden;
}
.pp-dual-button-content .pp-button-effect-radial_out .pp-button:before {
	content: "";
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.pp-dual-button-content .pp-button-effect-radial_out .pp-button:hover:before {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.pp-dual-button-content .pp-button-effect-radial_in .pp-button {
	overflow: hidden;
}
.pp-dual-button-content .pp-button-effect-radial_in .pp-button:before {
	content: "";
	border-radius: 100%;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
.pp-dual-button-content .pp-button-effect-radial_in .pp-button:hover:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.pp-dual-button-content .pp-button-effect-rectangle_out .pp-button {
	overflow: hidden;
}
.pp-dual-button-content .pp-button-effect-rectangle_out .pp-button:before {
	content: "";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.pp-dual-button-content .pp-button-effect-rectangle_out .pp-button:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.pp-dual-button-content .pp-button-effect-rectangle_in .pp-button {
	overflow: hidden;
}
.pp-dual-button-content .pp-button-effect-rectangle_in .pp-button:before {
	content: "";
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
.pp-dual-button-content .pp-button-effect-rectangle_in .pp-button:hover:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.pp-dual-button-content .pp-button-effect-shutter_in_horizontal .pp-button {
	overflow: hidden;
}
.pp-dual-button-content .pp-button-effect-shutter_in_horizontal .pp-button:before {
	content: "";
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-o-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;	
}
.pp-dual-button-content .pp-button-effect-shutter_in_horizontal .pp-button:hover:before {
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.pp-dual-button-content .pp-button-effect-shutter_out_horizontal .pp-button {
	overflow: hidden;
}
.pp-dual-button-content .pp-button-effect-shutter_out_horizontal .pp-button:before {
	content: "";
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-o-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
}
.pp-dual-button-content .pp-button-effect-shutter_out_horizontal .pp-button:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.pp-dual-button-content .pp-button-effect-shutter_in_vertical .pp-button {
	overflow: hidden;
}
.pp-dual-button-content .pp-button-effect-shutter_in_vertical .pp-button:before {
	content: "";
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-o-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
}
.pp-dual-button-content .pp-button-effect-shutter_in_vertical .pp-button:hover:before {
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}

.pp-dual-button-content .pp-button-effect-shutter_out_vertical .pp-button {
	overflow: hidden;
}
.pp-dual-button-content .pp-button-effect-shutter_out_vertical .pp-button:before {
	content: "";
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-o-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
}
.pp-dual-button-content .pp-button-effect-shutter_out_vertical .pp-button:hover:before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.pp-dual-button-content .pp-button-effect-shutter_out_diagonal .pp-button {
	overflow: hidden;
}
.pp-dual-button-content .pp-button-effect-shutter_out_diagonal .pp-button:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
	transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
	height: 0;
	width: 0;
	z-index: -1;
}
.pp-dual-button-content .pp-button-effect-shutter_out_diagonal .pp-button:hover:after {
	height: 4000%;
    width: 100%;
}

.pp-dual-button-content .pp-button-effect-shutter_in_diagonal .pp-button {
	overflow: hidden;
}
.pp-dual-button-content .pp-button-effect-shutter_in_diagonal .pp-button:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
	transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
	height: 4000%;
	width: 100%;
	z-index: -1;
}
.pp-dual-button-content .pp-button-effect-shutter_in_diagonal .pp-button:hover:after {
	height: 4000%;
    width: 0;
}@media (max-width: 768px) { /**
 * This file should contain frontend styles that 
 * will be applied to all module instances once
 * the responsive breakpoint has been reached. The
 * responsive breakpoint can be set in the global 
 * settings or individual page settings.
 */ }.fl-node-5dd2a1b317663 .pp-spacer {
	float: left;
	height: 1px;
	width: 10px;
}

.fl-node-5dd2a1b317663 .pp-dual-button-content a.pp-button {
			border-width: 2px;
				border-style:  solid;
					width: 200px;
		text-decoration: none;
	box-shadow: none;
	display: block;
}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1 a.pp-button {
		background-color: rgba(255,255,255,0);
			color: #ffffff;
			border-color: #ffffff;
		position: relative;
	vertical-align: middle;
}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1 a.pp-button:hover {
		background-color: rgba(255,255,255,0.9);
			color: #000000;
			border-color: #ffffff;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1 a.pp-button:hover span {
		color: #000000;
	}

.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2 a.pp-button {
		background-color: #ffffff;
			color: #000000;
			border-color: #ffffff;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2 a.pp-button:hover {
		background-color: rgba(0,0,0,0.1);
			color: #ffffff;
			border-color: #ffffff;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2 a.pp-button:hover span {
		color: #ffffff;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content a.pp-button .pp-font-icon {
	margin-left: 5px;
}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1 .pp-font-icon {
			font-size: 20px;
			color: #ffffff;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1 a.pp-button:hover .pp-font-icon {
		color: #000000;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1 .custom_icon {
			width:20px;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2 .pp-font-icon {
			font-size: 20px;
			color: #000000;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2 a.pp-button:hover .pp-font-icon {
		color: #ffffff;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2 .custom_icon {
			width:20px;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-inner {
	display: inline-block;
	float: left;
}

.fl-node-5dd2a1b317663 .pp-dual-button-1 .pp-custom-icon {
			width: 20px;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-2 .pp-custom-icon {
			width: 20px;
	}

.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1 .pp-button,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1 .pp-button:before {
			transition-duration: 200ms;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2 .pp-button,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2 .pp-button:before {
			transition-duration: 200ms;
	}

.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-sweep_right .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-sweep_left .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-sweep_bottom .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-sweep_top .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-bounce_right .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-bounce_left .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-bounce_bottom .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-bounce_top .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-radial_out .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-radial_in .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-rectangle_out .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-rectangle_in .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_horizontal .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_out_horizontal .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_vertical .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_out_vertical .pp-button:before {
		background: rgba(255,255,255,0.9);
			color: #000000;
			border-color: #ffffff;
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-sweep_right .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-sweep_left .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-sweep_bottom .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-sweep_top .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-bounce_right .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-bounce_left .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-bounce_bottom .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-bounce_top .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-radial_out .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-radial_in .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-rectangle_out .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-rectangle_in .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_horizontal .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_out_horizontal .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_vertical .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_out_vertical .pp-button:before {
		background: rgba(0,0,0,0.1);
			color: #ffffff;
			border-color: #ffffff;
	}

.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-radial_in .pp-button,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-rectangle_in .pp-button,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_horizontal .pp-button,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_vertical .pp-button,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_diagonal .pp-button {
		background: rgba(255,255,255,0.9);
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-radial_in .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-rectangle_in .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_horizontal .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_vertical .pp-button:before {
		background: rgba(255,255,255,0);
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-radial_in .pp-button,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-rectangle_in .pp-button,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_horizontal .pp-button,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_vertical .pp-button,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_diagonal .pp-button {
		background: rgba(0,0,0,0.1);
	}
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-radial_in .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-rectangle_in .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_horizontal .pp-button:before,
.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_vertical .pp-button:before {
		background: #ffffff;
	}

.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_out_diagonal .pp-button:after {
		background: rgba(255,255,255,0.9);
			color: #000000;
			border-color: #ffffff;
				transition-duration: 200ms;
	}


@media only screen and ( max-width: 768px ) {
	.fl-node-5dd2a1b317663 .pp-dual-button-content {
		text-align: center;
	}
	.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-inner {
		float: none;
	}
}

@media only screen and ( max-width: 480px ) {
	.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-inner {
		float: none;
	}
	.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-inner {
		display: block;
		text-align: center;
	}
	.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button,
	.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button .pp-button {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.fl-node-5dd2a1b317663 .pp-spacer {
		float: left;
		height: 10px;
		width: 1px;
	}
	.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-1 .pp-button {
			}
	.fl-node-5dd2a1b317663 .pp-dual-button-content .pp-dual-button-2 .pp-button {
					border-color: #ffffff;
							border-style:  solid;
							border-width: 2px;
					}
	
}
.fl-node-5dd2a1b317663 .pp-dual-button-content a.pp-button {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



.fl-node-5d5d9160c4c39 .pp-spacer-module {
    height: 100px;
    width: 100%;
}


@media only screen and (max-width: 1024px) {
        .fl-node-5d5d9160c4c39 .pp-spacer-module {
        height: 100px;
    }
}
@media only screen and (max-width: 768px) {
        .fl-node-5d5d9160c4c39 .pp-spacer-module {
        height: 20px;
    }
}

div.fl-node-5d5c2e953e276 .pp-heading-content {
	text-align: center;
}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading {
	}


div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
							}


div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
				margin-left: 0px;
}


div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading .heading-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading .heading-title span.title-text {
	display: inline-block;
	}
div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading .pp-heading-link {
}

div.fl-node-5d5c2e953e276 div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
		padding-right: 20px;
			padding-left: 20px;
	}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
		width: 100px;
			border-style: solid;
			border-color: #f90029;
			border-bottom-width: 2px;
	}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
		width: 100px;
			border-style: solid;
			border-color: #f90029;
			border-bottom-width: 2px;
	}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-sub-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.fl-node-5d5c2e953e276 .pp-heading-content .pp-sub-heading,
div.fl-node-5d5c2e953e276 .pp-heading-content .pp-sub-heading p {
	}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-sub-heading p:last-of-type {
	margin-bottom: 0;
}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
		text-align: center;
	}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator.line_with_icon:before {
		margin-right: 20px;
	}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		margin-left: 20px;
	}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
	left: 1%;
}
div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
	right: 1%;
}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		width: 100px;
			border-style: solid;
			border-color: #f90029;
			border-bottom-width: 2px;
	}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator img.heading-icon-image {
	}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator .pp-separator-line {
		border-bottom-style: solid;
			border-bottom-width: 2px;
			border-bottom-color: #f90029;
			width: 100px;
			margin: 0 auto;
	}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator {
		margin-top: 10px;
	margin-bottom: 10px;
}


div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	display: inline-block;
	text-align: center;
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
					font-size: 16px;
			}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator.icon_only span {
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator.line_with_icon img {
		border-radius: 100px;
	}

@media only screen and (max-width: 1024px) {
	div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5c2e953e276 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}

@media only screen and (max-width: 768px) {
	div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5c2e953e276 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}
div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.fl-node-5d5c2e953e276 .pp-heading-content .pp-heading-separator.icon_only span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.woopack-products-carousel div.products div.product,
.woopack-products-carousel div.products div.product:hover {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.woopack-products-carousel div.products {
    clear: both;
	padding-top: 0;
}
.woopack-products-carousel div.products::after,
.woopack-products-carousel div.products::before {
    content: ' ';
    display: table;
}

.woopack-products-carousel div.products::after {
    clear: both;
}

.woopack-products-carousel div.products div.first {
    clear: both;
}

.woopack-products-carousel div.products div.last {
    margin-right: 0;
}

.woopack-products-carousel span.onsale {
    min-height: 0;
    min-width: 0;
}

.woopack-products-carousel .products ul,
.woopack-products-carousel div.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

.woopack-products-carousel .products ul::after,
.woopack-products-carousel .products ul::before,
.woopack-products-carousel div.products::after,
.woopack-products-carousel div.products::before {
    content: ' ';
    display: table;
}

.woopack-products-carousel .products ul::after,
.woopack-products-carousel div.products::after {
    clear: both;
}

.woopack-products-carousel .products ul li,
.woopack-products-carousel div.products {
    list-style: none outside;
}

.woopack-products-carousel .woopack-category-title,
.woopack-products-carousel .woopack-product-title,
.woopack-products-carousel h3 {
    margin: 0;
    font-size: 20px;
}

.woopack-products-carousel a {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.woopack-products-carousel div.products div.product a img {
    height: auto;
    display: block;
    box-shadow: none;
}
.woopack-products-carousel div.products div.product .woopack-product-image a {
    position: relative;
    display: block;
}

.woopack-products-carousel div.products div.product .star-rating {
    font-size: .857em;
}

.woopack-products-carousel div.products  .woopack-product-action a,
.woopack-products-carousel div.products   .woopack-product-action a.add_to_cart_button,
.woopack-products-carousel div.products  .woopack-product-action a.added_to_cart {
	display: inline-block !important;
    transition: 0.3s ease-in-out;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.added_to_cart,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woopack-products-carousel div.products div.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
    font-size: .857em;
}

.woopack-products-carousel div.products div.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block!important;
}

.woopack-products-carousel div.products div.product .price ins {
    background: 0 0;
    font-weight: 700;
}

.woopack-products-carousel div.products div.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(132,132,132,.5);
}

/* Image Slider */
.woopack-product-images .woopack-product-image-slide {
	display: none;
}
.woopack-product-images .woopack-product-image-slide:first-of-type {
	display: block;
}
.woopack-product-images.slick-slider .woopack-product-image-slide {
	display: block;
}
.woopack-product-images.slick-slider .slick-slide {
	font-size: 0;
}@media (max-width: 768px) {  }
.fl-node-5dd2686dee345 .woocommerce a {
	text-decoration: none;
}

.fl-node-5dd2686dee345 .woocommerce.woopack-products-grid-wrap ul.products li.product,
.fl-node-5dd2686dee345 .woocommerce.woopack-products-carousel div.products div.product {
		max-width: none;
	clear: none !important;
	position: relative;
	text-align: center;
}

.fl-node-5dd2686dee345 .woocommerce.woopack-products-grid-wrap ul.products li.product:hover,
.fl-node-5dd2686dee345 .woocommerce.woopack-products-carousel div.products div.product:hover {
	}

@media only screen and (max-width: 1024px) {
	.fl-node-5dd2686dee345 .woocommerce.woopack-products-grid-wrap ul.products li.product,
	.fl-node-5dd2686dee345 .woocommerce.woopack-products-carousel div.products div.product {
		text-align : center;
	}
}

@media only screen and (max-width: 768px) {
	.fl-node-5dd2686dee345 .woocommerce.woopack-products-grid-wrap ul.products li.product,
	.fl-node-5dd2686dee345 .woocommerce.woopack-products-carousel div.products div.product {
		text-align : center;
	}
}

.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-image,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-image {
    position: relative;
	width: 100%;
}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-image a,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-image a {
	display: block;
	cursor: pointer;
	height: 100%;
	width: 100%;
}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-image a img,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-image a img {
    margin: auto;
    width: auto;
    border: none;
}


.fl-node-5dd2686dee345 .woocommerce ul.products li.product .onsale,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .onsale,
.fl-node-5dd2686dee345 .woocommerce .product span.onsale {
	position: absolute;
			top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
	
		
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	min-width: 0;
	min-height: 0;
}
.fl-node-5dd2686dee345 .woocommerce .products .product.outofstock .woopack-product-image .onsale,
.fl-node-5dd2686dee345 .woocommerce .products .product.outofstock .woopack-product-image img {
	opacity: 0.4;
}
.fl-node-5dd2686dee345 .woocommerce .products .product.outofstock .woopack-product-image .woopack-out-of-stock {
	position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fl-node-5dd2686dee345 .woocommerce .products .product.outofstock .woopack-product-image .woopack-out-of-stock span {
	background-color: rgba(0,0,0,.7);
	color: #ffffff;
}

@media only screen and (max-width: 1024px) {
	.fl-node-5dd2686dee345 .woocommerce ul.products li.product .onsale,
	.fl-node-5dd2686dee345 .woocommerce div.products div.product .onsale,
	.fl-node-5dd2686dee345 .woocommerce .product span.onsale {
									}
}

@media only screen and (max-width: 768px) {
	.fl-node-5dd2686dee345 .woocommerce ul.products li.product .onsale,
	.fl-node-5dd2686dee345 .woocommerce div.products div.product .onsale,
	.fl-node-5dd2686dee345 .woocommerce .product span.onsale {
									}
}

.woopack-product-quick-view {
	position: absolute;
	width: 100%;
	z-index: 90;
	background-color: rgba(255,255,255,.5);
	bottom: 0;
	text-align: center;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.woopack-product-quick-view {
	width: 100%;
	color: #434343;
	cursor: pointer;
	padding: 15px;
}
.woopack-product-quick-view p {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0;
}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product:hover .woopack-product-quick-view,
.fl-node-5dd2686dee345 .woocommerce div.products div.product:hover .woopack-product-quick-view {
	opacity: 1;
}
.fl-node-5dd2686dee345 .woopack-product-quick-view {
		}
.fl-node-5dd2686dee345 .woopack-product-quick-view {
	}
.fl-node-5dd2686dee345 .woopack-product-quick-view p {
		}

div.woopack-modal-5dd2686dee345.woopack-ajax-loaded .woopack-modal-overlay {
	}

/******************************************
 * Product Title
 ******************************************/
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product .product_title {
		font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
}

/******************************************
 * Product Price
 ******************************************/
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product .price del,
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product .price .amount {
	color: #000000 !important;
}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product .price ins .amount {
		text-decoration: none;
}

/******************************************
 * Product Rating
 ******************************************/
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce-product-rating .star-rating:before {
	}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce-product-rating .star-rating span:before {
	}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce-product-rating .woocommerce-review-link {
	display: none;
 }

/******************************************
 * Product Description
 ******************************************/
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product .woocommerce-product-details__short-description {
	}

/******************************************
 * Product Variations
 ******************************************/
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product form.cart table.variations {
	margin: 0 auto;
}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product form.cart table.variations .reset_variations {
	float: right;
	padding: 0;
}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product form.cart .woocommerce-variation-price {
	text-align: center;
}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
	margin-top: 10px;
    text-align: center;
}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product form.cart .woocommerce-variation-add-to-cart div.quantity {
	display: inline-block;
    float: none;
}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product form.cart button.alt {
	display: inline-block;
	float: none;
	width: auto;
}

/******************************************
 * Button
 ******************************************/
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce button.button.alt {
	background-color: #f90029;
	color: #ffffff;

			width: auto;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce button.button.alt:hover {
	background-color: #000000;
	color: #ffffff;
	}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce a.added_to_cart {
	background: none;
    font-weight: normal;
    color: inherit;
    border: 1px solid;
    margin-left: 4px;
}

/******************************************
 * Meta
 ******************************************/
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce .product_meta {
				border-color: #eeeeee;
	}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce .product_meta a {
	}

@media (min-width: 768px) {
	div.woopack-modal-5dd2686dee345 .woopack-modal-inner {
			}
}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product.woopack-product-align-left,
.fl-node-5dd2686dee345 .woocommerce div.products div.product.woopack-product-align-left {
	text-align: left;
}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product.woopack-product-align-center,
.fl-node-5dd2686dee345 .woocommerce div.products div.product.woopack-product-align-center {
	text-align: center;
}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product.woopack-product-align-right,
.fl-node-5dd2686dee345 .woocommerce div.products div.product.woopack-product-align-right {
	text-align: right;
}



.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-title,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-title {
	margin-top: 10px;
	margin-bottom: 10px;
}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-title a,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-title a {
	}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-title a:hover,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-title a:hover {
	}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .star-rating,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .star-rating {
		margin-bottom: 10px !important;

						margin-left: auto !important;
			margin-right: auto !important;
			}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .star-rating:before,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .star-rating:before {
	}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .star-rating span:before,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .star-rating span:before {
	}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woocommerce-rating-count,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .woocommerce-rating-count {
	}

.fl-node-5dd2686dee345 .woocommerce ul.products li.product .price,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .price {
	}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .price del,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .price del {
	color: #000000 !important;
}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .price .amount,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .price .amount {
	color: #000000;
}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .price ins .amount,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .price ins .amount {
	text-decoration: none;
	}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-description,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-description {
		
	}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-meta .product_meta,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-meta .product_meta {
			text-align: center;
					border-color: #eeeeee;
	}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-meta .product_meta .posted_in a,
.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-meta .product_meta .posted_in a {
	}

@media only screen and (max-width: 1024px) {
	.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-title,
	.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-title {
					}
	.fl-node-5dd2686dee345 .woocommerce ul.products li.product .star-rating,
	.fl-node-5dd2686dee345 .woocommerce div.products div.product .star-rating {
					}
	.fl-node-5dd2686dee345 .woocommerce ul.products li.product .price,
	.fl-node-5dd2686dee345 .woocommerce div.products div.product .price {
			}
	.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-description,
	.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-description {
			}
}

@media only screen and (max-width: 768px) {
	.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-title,
	.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-title {
					}
	.fl-node-5dd2686dee345 .woocommerce ul.products li.product .star-rating,
	.fl-node-5dd2686dee345 .woocommerce div.products div.product .star-rating {
					}
	.fl-node-5dd2686dee345 .woocommerce ul.products li.product .price,
	.fl-node-5dd2686dee345 .woocommerce div.products div.product .price {
			}
	.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-description,
	.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-description {
			}
}



.fl-node-5dd2686dee345 .woocommerce ul.products .woopack-product-action,
.fl-node-5dd2686dee345 .woocommerce div.products .woopack-product-action {
				}
.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .woopack-qty-input,
.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .variations_form .quantity {
						display: none;
							display: inline-block;
										width: 60px;
}
.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .woopack-qty-input input.qty,
.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .variations_form .quantity input.qty {
	width: 100%;
}

.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .variations_form table,
.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .grouped_form table {
		margin: 0 auto;
			margin-bottom: 10px;
}

.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .grouped_form div.quantity {
	margin-right: 10px;
    margin-bottom: 5px;
}
.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .grouped_form .woocommerce-grouped-product-list-item__label label {
	margin-right: 10px;
}
.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .grouped_form .woocommerce-grouped-product-list-item__price .amount {
	display: inline-block;
	margin-bottom: 5px;
}

.fl-node-5dd2686dee345 .woocommerce .woopack-product-action .variations_form .label {
	color: inherit;
}
.fl-node-5dd2686dee345 .woocommerce .woopack-product-action .variations_form .label label {
	font-size: 12px;
}

.fl-node-5dd2686dee345 .woocommerce .woopack-product-action .variations_form .reset_variations {
	margin-left: 5px;
}

.fl-node-5dd2686dee345 .woocommerce .woopack-product-action .variations_form .woocommerce-variation-price {
	margin-top: 5px;
}
.fl-node-5dd2686dee345 .woocommerce .woopack-product-action .variations_form .woocommerce-variation-price .price {
	font-size: 14px;
}


.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.button,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.button.alt,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.add_to_cart_button,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.add_to_cart_button.alt,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.added_to_cart,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .button,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .button.alt,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action button,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action button.alt {
	background-color: #f90029;
	color: #ffffff;

	margin-top: 10px;
	margin-bottom: 15px;

			width: auto;
	
	text-align: center;
	-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
}
.fl-node-5dd2686dee345 .woocommerce ul.products .woopack-product-action a.button:hover,
.fl-node-5dd2686dee345 .woocommerce div.products .woopack-product-action a.button:hover,
.fl-node-5dd2686dee345 .woocommerce ul.products .woopack-product-action .button:hover,
.fl-node-5dd2686dee345 .woocommerce div.products .woopack-product-action .button:hover {
	background-color: #000000;
	color: #ffffff;
	}

@media only screen and (max-width: 1024px) {
	.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.button,
	.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.add_to_cart_button,
	.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.added_to_cart {
					}
}

@media only screen and (max-width: 768px) {
	.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.button,
	.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.add_to_cart_button,
	.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.added_to_cart {
					}
}

.fl-node-5dd2686dee345 .woocommerce-result-count {
	display: none;
}

.fl-node-5dd2686dee345 .woocommerce.woopack-products-carousel div.products div.product {
	margin: 1% !important;
}

.fl-node-5dd2686dee345 .owl-theme .owl-dots .owl-dot span {
		opacity: 1;
}
.fl-node-5dd2686dee345 .owl-theme .owl-dots .owl-dot.active span,
.fl-node-5dd2686dee345 .owl-theme .owl-dots .owl-dot:hover span {
	}
.fl-node-5dd2686dee345 .owl-theme .owl-nav button {
	line-height: 0;
	box-shadow: none;
}
.fl-node-5dd2686dee345 .owl-theme .owl-nav button:hover {
	background: none;
}
.fl-node-5dd2686dee345 .owl-theme .owl-nav button svg {
	color: #000;
		border-radius: 100%;
	width: 38px;
	height: 38px;
	opacity: 1;
	padding: 3px 13px;
}
.fl-node-5dd2686dee345 .owl-theme .owl-nav button:hover svg {
			transition: all 0.2s ease;
}
.fl-node-5dd2686dee345 .owl-theme .owl-nav .owl-prev,
.fl-node-5dd2686dee345 .owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
}
.fl-node-5dd2686dee345 .owl-theme .owl-nav .owl-prev {
	left: -22px;
}
.fl-node-5dd2686dee345 .owl-theme .owl-nav .owl-next {
	right: -22px;
}

@media only screen and (max-width: 767px) {
	.fl-node-5dd2686dee345 .owl-theme .owl-nav .owl-prev,
	.fl-node-5dd2686dee345 .owl-theme .owl-nav .owl-next {
		position: static;
	}
}.fl-node-5dd2686dee345 .woocommerce.woopack-products-grid-wrap ul.products li.product,
						.fl-node-5dd2686dee345 .woocommerce.woopack-products-carousel div.products div.product {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #d6d6d6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .onsale,
						.fl-node-5dd2686dee345 .woocommerce div.products div.product .onsale {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.fl-node-5dd2686dee345 .woocommerce .products .product.outofstock .woopack-product-image .woopack-out-of-stock span {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce button.button.alt {
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product .product_title {
	font-size: 18px;
}
.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product .price del,
						.woopack-modal-content .fl-node-5dd2686dee345 .woocommerce div.product .price .amount {
	font-weight: 600;
}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .woopack-product-title,
						.fl-node-5dd2686dee345 .woocommerce div.products div.product .woopack-product-title {
	font-size: 18px;
}
.fl-node-5dd2686dee345 .woocommerce ul.products li.product .price .amount,
						.fl-node-5dd2686dee345 .woocommerce div.products div.product .price .amount {
	font-weight: 600;
}
.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.button,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.button.alt,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.add_to_cart_button,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.add_to_cart_button.alt,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action a.added_to_cart,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .button,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action .button.alt,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action button,
							.fl-node-5dd2686dee345 .woocommerce .products .woopack-product-action button.alt {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
}

div.fl-node-5d5da2453e942 .pp-heading-content {
	text-align: center;
}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading {
	}


div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
							}


div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
				margin-left: 0px;
}


div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading .heading-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading .heading-title span.title-text {
	display: inline-block;
	}
div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading .pp-heading-link {
}

div.fl-node-5d5da2453e942 div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
		padding-right: 20px;
			padding-left: 20px;
	}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
		width: 100px;
			border-style: solid;
			border-color: #f90029;
			border-bottom-width: 2px;
	}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
		width: 100px;
			border-style: solid;
			border-color: #f90029;
			border-bottom-width: 2px;
	}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-sub-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.fl-node-5d5da2453e942 .pp-heading-content .pp-sub-heading,
div.fl-node-5d5da2453e942 .pp-heading-content .pp-sub-heading p {
	}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-sub-heading p:last-of-type {
	margin-bottom: 0;
}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
		text-align: center;
	}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator.line_with_icon:before {
		margin-right: 20px;
	}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		margin-left: 20px;
	}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
	left: 1%;
}
div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
	right: 1%;
}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		width: 100px;
			border-style: solid;
			border-color: #f90029;
			border-bottom-width: 2px;
	}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator img.heading-icon-image {
	}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator .pp-separator-line {
		border-bottom-style: solid;
			border-bottom-width: 2px;
			border-bottom-color: #f90029;
			width: 100px;
			margin: 0 auto;
	}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator {
		margin-top: 10px;
	margin-bottom: 10px;
}


div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	display: inline-block;
	text-align: center;
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
					font-size: 16px;
			}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator.icon_only span {
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator.line_with_icon img {
		border-radius: 100px;
	}

@media only screen and (max-width: 1024px) {
	div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5da2453e942 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}

@media only screen and (max-width: 768px) {
	div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5da2453e942 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}
div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.fl-node-5d5da2453e942 .pp-heading-content .pp-heading-separator.icon_only span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content {
	text-align: center;
}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading {
	}


div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
							}


div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
				margin-left: 0px;
}


div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading .heading-title {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading .heading-title span.title-text {
	display: inline-block;
	}
div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading .pp-heading-link {
}

div.fl-node-5d5d36ab3eeb0 div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
		padding-right: 20px;
			padding-left: 20px;
	}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-sub-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-sub-heading,
div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-sub-heading p {
	}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-sub-heading p:last-of-type {
	margin-bottom: 0;
}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
		text-align: center;
	}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator.line_with_icon:before {
		margin-right: 20px;
	}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		margin-left: 20px;
	}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
	left: 1%;
}
div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
	right: 1%;
}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator img.heading-icon-image {
					width: px;
			}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator .pp-separator-line {
		border-bottom-style: solid;
			border-bottom-width: 1px;
				width: 100px;
			margin: 0 auto;
	}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator {
		margin-top: 10px;
	margin-bottom: 10px;
}


div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	display: inline-block;
	text-align: center;
			border-radius: px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
	}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator.icon_only span {
			border-radius: px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator.line_with_icon img {
		border-radius: px;
	}

@media only screen and (max-width: 1024px) {
	div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5d36ab3eeb0 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}

@media only screen and (max-width: 768px) {
	div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5d36ab3eeb0 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}
div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.fl-node-5d5d36ab3eeb0 .pp-heading-content .pp-heading-separator.icon_only span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 .fl-node-5d5d36ab3eeb0 > .fl-module-content {
	margin-top:30px;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:30px;
}
@media (max-width: 768px) { .fl-node-5d5d36ab3eeb0 > .fl-module-content { margin-top:20px;margin-bottom:20px;margin-left:20px;margin-right:20px; } }
div.fl-node-5d5d387779ad0 .pp-heading-content {
	text-align: center;
}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading {
	}


div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
							}


div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
				margin-left: 0px;
}


div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading .heading-title {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading .heading-title span.title-text {
	display: inline-block;
	}
div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading .pp-heading-link {
}

div.fl-node-5d5d387779ad0 div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
		padding-right: 20px;
			padding-left: 20px;
	}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-sub-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.fl-node-5d5d387779ad0 .pp-heading-content .pp-sub-heading,
div.fl-node-5d5d387779ad0 .pp-heading-content .pp-sub-heading p {
	}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-sub-heading p:last-of-type {
	margin-bottom: 0;
}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
		text-align: center;
	}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator.line_with_icon:before {
		margin-right: 20px;
	}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		margin-left: 20px;
	}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
	left: 1%;
}
div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
	right: 1%;
}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator img.heading-icon-image {
					width: px;
			}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator .pp-separator-line {
		border-bottom-style: solid;
			border-bottom-width: 1px;
				width: 100px;
			margin: 0 auto;
	}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator {
		margin-top: 10px;
	margin-bottom: 10px;
}


div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	display: inline-block;
	text-align: center;
			border-radius: px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
	}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator.icon_only span {
			border-radius: px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator.line_with_icon img {
		border-radius: px;
	}

@media only screen and (max-width: 1024px) {
	div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5d387779ad0 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}

@media only screen and (max-width: 768px) {
	div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5d387779ad0 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}
div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.fl-node-5d5d387779ad0 .pp-heading-content .pp-heading-separator.icon_only span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 .fl-node-5d5d387779ad0 > .fl-module-content {
	margin-top:30px;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:30px;
}
@media (max-width: 768px) { .fl-node-5d5d387779ad0 > .fl-module-content { margin-top:20px;margin-bottom:20px;margin-left:20px;margin-right:20px; } }
div.fl-node-5d5d388615374 .pp-heading-content {
	text-align: center;
}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading {
	}


div.fl-node-5d5d388615374 .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
							}


div.fl-node-5d5d388615374 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
				margin-left: 0px;
}


div.fl-node-5d5d388615374 .pp-heading-content .pp-heading .heading-title {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading .heading-title span.title-text {
	display: inline-block;
	}
div.fl-node-5d5d388615374 .pp-heading-content .pp-heading .pp-heading-link {
}

div.fl-node-5d5d388615374 div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
		padding-right: 20px;
			padding-left: 20px;
	}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d388615374 .pp-heading-content .pp-sub-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.fl-node-5d5d388615374 .pp-heading-content .pp-sub-heading,
div.fl-node-5d5d388615374 .pp-heading-content .pp-sub-heading p {
	}

div.fl-node-5d5d388615374 .pp-heading-content .pp-sub-heading p:last-of-type {
	margin-bottom: 0;
}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
		text-align: center;
	}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator.line_with_icon:before {
		margin-right: 20px;
	}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		margin-left: 20px;
	}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
	left: 1%;
}
div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
	right: 1%;
}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator img.heading-icon-image {
					width: px;
			}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator .pp-separator-line {
		border-bottom-style: solid;
			border-bottom-width: 1px;
				width: 100px;
			margin: 0 auto;
	}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator {
		margin-top: 10px;
	margin-bottom: 10px;
}


div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	display: inline-block;
	text-align: center;
			border-radius: 0px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
	}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator.icon_only span {
			border-radius: 0px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator.line_with_icon img {
		border-radius: 0px;
	}

@media only screen and (max-width: 1024px) {
	div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5d388615374 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}

@media only screen and (max-width: 768px) {
	div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5d388615374 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}
div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.fl-node-5d5d388615374 .pp-heading-content .pp-heading-separator.icon_only span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 .fl-node-5d5d388615374 > .fl-module-content {
	margin-top:30px;
	margin-right:27px;
	margin-bottom:30px;
	margin-left:27px;
}
@media (max-width: 768px) { .fl-node-5d5d388615374 > .fl-module-content { margin-top:20px;margin-bottom:20px;margin-left:20px;margin-right:20px; } }
div.fl-node-5d5d388338903 .pp-heading-content {
	text-align: center;
}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading {
	}


div.fl-node-5d5d388338903 .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
							}


div.fl-node-5d5d388338903 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
				margin-left: 0px;
}


div.fl-node-5d5d388338903 .pp-heading-content .pp-heading .heading-title {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading .heading-title span.title-text {
	display: inline-block;
	}
div.fl-node-5d5d388338903 .pp-heading-content .pp-heading .pp-heading-link {
}

div.fl-node-5d5d388338903 div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
		padding-right: 20px;
			padding-left: 20px;
	}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d388338903 .pp-heading-content .pp-sub-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.fl-node-5d5d388338903 .pp-heading-content .pp-sub-heading,
div.fl-node-5d5d388338903 .pp-heading-content .pp-sub-heading p {
	}

div.fl-node-5d5d388338903 .pp-heading-content .pp-sub-heading p:last-of-type {
	margin-bottom: 0;
}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
		text-align: center;
	}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator.line_with_icon:before {
		margin-right: 20px;
	}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		margin-left: 20px;
	}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
	left: 1%;
}
div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
	right: 1%;
}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator img.heading-icon-image {
					width: px;
			}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator .pp-separator-line {
		border-bottom-style: solid;
			border-bottom-width: 1px;
				width: 100px;
			margin: 0 auto;
	}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator {
		margin-top: 10px;
	margin-bottom: 10px;
}


div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	display: inline-block;
	text-align: center;
			border-radius: 0px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
	}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator.icon_only span {
			border-radius: 0px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator.line_with_icon img {
		border-radius: 0px;
	}

@media only screen and (max-width: 1024px) {
	div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5d388338903 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}

@media only screen and (max-width: 768px) {
	div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5d388338903 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}
div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.fl-node-5d5d388338903 .pp-heading-content .pp-heading-separator.icon_only span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 .fl-node-5d5d388338903 > .fl-module-content {
	margin-top:30px;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:30px;
}
@media (max-width: 768px) { .fl-node-5d5d388338903 > .fl-module-content { margin-top:20px;margin-bottom:20px;margin-left:20px;margin-right:20px; } }
div.fl-node-5d5d3880952b5 .pp-heading-content {
	text-align: center;
}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading {
	}


div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
							}


div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
				margin-left: 0px;
}


div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading .heading-title {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading .heading-title span.title-text {
	display: inline-block;
	}
div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading .pp-heading-link {
}

div.fl-node-5d5d3880952b5 div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
		padding-right: 20px;
			padding-left: 20px;
	}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-sub-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.fl-node-5d5d3880952b5 .pp-heading-content .pp-sub-heading,
div.fl-node-5d5d3880952b5 .pp-heading-content .pp-sub-heading p {
	}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-sub-heading p:last-of-type {
	margin-bottom: 0;
}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
		text-align: center;
	}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator.line_with_icon:before {
		margin-right: 20px;
	}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		margin-left: 20px;
	}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
	left: 1%;
}
div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
	right: 1%;
}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator img.heading-icon-image {
					width: px;
			}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator .pp-separator-line {
		border-bottom-style: solid;
			border-bottom-width: 1px;
				width: 100px;
			margin: 0 auto;
	}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator {
		margin-top: 10px;
	margin-bottom: 10px;
}


div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	display: inline-block;
	text-align: center;
			border-radius: 0px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
	}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator.icon_only span {
			border-radius: 0px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator.line_with_icon img {
		border-radius: 0px;
	}

@media only screen and (max-width: 1024px) {
	div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5d3880952b5 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}

@media only screen and (max-width: 768px) {
	div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5d3880952b5 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}
div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.fl-node-5d5d3880952b5 .pp-heading-content .pp-heading-separator.icon_only span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 .fl-node-5d5d3880952b5 > .fl-module-content {
	margin-top:30px;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:30px;
}
@media (max-width: 768px) { .fl-node-5d5d3880952b5 > .fl-module-content { margin-top:20px;margin-bottom:20px;margin-left:20px;margin-right:20px; } }/* Clearfix */
.pp-infobox:before,
.pp-infobox:after {
	content: " ";
	display: table;
}

.pp-infobox:after {
	clear: both;
}
.pp-infobox-wrap .pp-infobox-link {
	text-decoration: none;
	display: block;
}

.fl-builder-settings-section select[name="image_select_src"] {
	display: none;
}
.pp-infobox-title-prefix {
	display: block;
}
.pp-infobox-title-wrapper .pp-infobox-title {
	margin-bottom: 5px;
	margin-top: 0;
}
.pp-infobox-description p {
	margin-bottom: 15px;
}
.pp-infobox-description p:last-of-type {
	margin-bottom: 0 !important;
}
.pp-more-link {
	color: inherit;
	display: block;
	text-decoration: none;
	box-shadow: none;
}
.pp-infobox .pp-more-link {
	display: inline-block;
}
.pp-more-link:hover {
	text-decoration: none;
}
.pp-infobox-icon-inner .dashicons,
.pp-infobox-icon-inner .dashicons-before:before {
	height: auto;
	width: auto;
}

/* Default layout */
.pp-infobox {
	border-width: 0;
	padding: 20px;
	text-align: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.pp-infobox-icon {
	border-width: 0;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.pp-infobox-icon-inner {
	display: table;
}
.pp-infobox-icon span {
	display: table-cell;
	vertical-align: middle;
}
.pp-infobox-image {
	margin: 0 auto 10px;
	text-align: center;
}
.pp-infobox-image img {
	border-width: 0;
	height: 2em;
	width: 2em;
}

/* Layouts */

/* Layout 1 */
.pp-infobox-wrap .layout-1 {
	text-align: left;
}
.pp-infobox-wrap .layout-1 .pp-heading-wrapper {
	display: table;
	margin-bottom: 5px;
}
.pp-infobox-wrap .layout-1 .pp-icon-wrapper,
.pp-infobox-wrap .layout-1 .pp-infobox-title-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.pp-infobox-wrap .layout-1 .pp-infobox-title-wrapper .pp-infobox-title {
	margin-bottom: 0;
	margin-left: 10px;
}
.pp-infobox-wrap .layout-1 .pp-infobox-title-prefix {
	margin-bottom: 0;
	margin-left: 10px;
}
.pp-infobox-wrap .layout-1 .pp-heading-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}
.pp-infobox-wrap .layout-1 .pp-more-link.pp-title-link .pp-infobox-title-wrapper {
	display: block;
}

/* Layout 2 */
.pp-infobox-wrap .layout-2 {
	text-align: right;
}
.pp-infobox-wrap .layout-2 .pp-heading-wrapper {
	display: table;
	float: right;
	margin-bottom: 5px;
}
.pp-infobox-wrap .layout-2 .pp-icon-wrapper {
	float: right;
}
.pp-infobox-wrap .layout-2 .pp-infobox-title-wrapper,
.pp-infobox-wrap .layout-2 .pp-icon-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.pp-infobox-wrap .layout-2 .pp-infobox-title-wrapper .pp-infobox-title {
	margin-bottom: 0;
	margin-right: 10px;
}
.pp-infobox-wrap .layout-2 .pp-infobox-description {
	clear: both;
}
.pp-infobox-wrap .layout-2 .pp-header-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}
.pp-infobox-wrap .layout-2 .pp-more-link.pp-title-link .pp-infobox-title-wrapper {
	display: block;
}

.pp-infobox-wrap .layout-2 .pp-infobox-title-prefix {
	margin-bottom: 0;
	margin-right: 10px;
}

/* Layout 3 */
.pp-infobox-wrap .layout-3 {
	text-align: left;
}
.pp-infobox-wrap .layout-3-wrapper {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
	flex-shrink: 1;
}
.pp-infobox-wrap .layout-3 .pp-icon-wrapper {
	margin-right: 10px;
}
.pp-infobox-wrap .layout-3 .pp-heading-wrapper {
	flex: 1;
}
@media only screen and (max-width: 767px) {
	.pp-infobox-wrap .layout-3-wrapper {
		flex-direction: column;
	}
	.pp-infobox-wrap .layout-3 .pp-icon-wrapper {
		margin-right: 0 !important;
	}
}

/* Layout 4 */
.pp-infobox-wrap .layout-4 {
	text-align: right;
}
.pp-infobox-wrap .layout-4-wrapper {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
	flex-shrink: 1;
}
.pp-infobox-wrap .layout-4 .pp-icon-wrapper {
	margin-left: 10px;
}
.pp-infobox-wrap .layout-4 .pp-heading-wrapper {
	flex: 1;
}
@media only screen and (max-width: 767px) {
	.pp-infobox-wrap .layout-4-wrapper {
		flex-direction: column-reverse;
	}
	.pp-infobox-wrap .layout-4 .pp-icon-wrapper {
		margin-left: 0 !important;
	}
}
@media (max-width: 768px) { /**
 * This file should contain frontend styles that 
 * will be applied to all module instances once
 * the responsive breakpoint has been reached. The
 * responsive breakpoint can be set in the global 
 * settings or individual page settings.
 */ }.fl-col-group-equal-height .fl-node-5d5db6a8b5bdd,
.fl-col-group-equal-height .fl-node-5d5db6a8b5bdd .fl-module-content,
.fl-col-group-equal-height .fl-node-5d5db6a8b5bdd .fl-module-content .pp-infobox-wrap,
.fl-col-group-equal-height .fl-node-5d5db6a8b5bdd .fl-module-content .pp-infobox-wrap .pp-infobox,
.fl-col-group-equal-height .fl-node-5d5db6a8b5bdd .fl-module-content .pp-infobox-wrap > .pp-infobox-link,
.fl-col-group-equal-height .fl-node-5d5db6a8b5bdd .fl-module-content .pp-infobox-wrap > .pp-more-link {
	display: flex;
	-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%;
	-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-group-align-center .fl-node-5d5db6a8b5bdd .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: center;
}
.fl-col-group-equal-height.fl-col-group-align-top .fl-node-5d5db6a8b5bdd .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-start;
}
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-node-5d5db6a8b5bdd .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-end;
}

.fl-node-5d5db6a8b5bdd .pp-infobox-title-prefix {
		display: none;
				}
.fl-node-5d5db6a8b5bdd .pp-infobox-title-wrapper .pp-infobox-title {
	color: #ffffff;	margin-top: px;
	margin-bottom: 10px;
}
.fl-node-5d5db6a8b5bdd .pp-infobox-description {
		margin-top: 0px;
	margin-bottom: 0px;
}
.fl-node-5d5db6a8b5bdd .pp-infobox:hover .pp-infobox-title {
	}
.fl-node-5d5db6a8b5bdd .pp-infobox:hover .pp-infobox-description {
	}

	.fl-node-5d5db6a8b5bdd .pp-infobox-image {
					margin-bottom: 0;
					}
	.fl-node-5d5db6a8b5bdd .pp-infobox-image img {
		height: auto;
		padding: 15px;				width: auto;		max-width: 100%;
	}
	.fl-node-5d5db6a8b5bdd .pp-infobox:hover .pp-infobox-image img {
			}

.fl-node-5d5db6a8b5bdd .pp-infobox-icon-inner span.pp-icon,
.fl-node-5d5db6a8b5bdd .pp-infobox-image img {
		border-top-left-radius: px;
	border-top-right-radius: px;
	border-bottom-left-radius: px;
	border-bottom-right-radius: px;
	}

.fl-node-5d5db6a8b5bdd .pp-infobox {
				padding-top: 0px;
		padding-bottom: 0px;
				padding-left: 0px;
		padding-right: 0px;
		text-align: left;}


.fl-node-5d5db6a8b5bdd .pp-infobox:hover {
	}

	.fl-node-5d5db6a8b5bdd .pp-infobox .pp-more-link {
		color: #000000;					background-color: #ffffff;
							text-decoration: none;
			text-align: center;
			margin: 0 auto;
						}

	
	.fl-node-5d5db6a8b5bdd .pp-infobox .pp-more-link:hover {
					color: #2b2b2b;
							background-color: #c4c4c4;
			}

		.fl-node-5d5db6a8b5bdd .pp-infobox .pp-more-link .pp-button-icon {
		font-size: 15px;
		color: ;
	}
	.fl-node-5d5db6a8b5bdd .pp-infobox .pp-more-link:hover .pp-button-icon {
		color: ;
	}
	.fl-node-5d5db6a8b5bdd .pp-infobox .pp-more-link .pp-button-icon-left {
		margin-right: 10px;
	}
	.fl-node-5d5db6a8b5bdd .pp-infobox .pp-more-link .pp-button-icon-right {
		margin-left: 10px;
	}

.fl-node-5d5db6a8b5bdd .pp-infobox .animated {
	-webkit-animation-duration: 500ms;	-moz-animation-duration: 500ms;	-o-animation-duration: 500ms;	-ms-animation-duration: 500ms;	animation-duration: 500ms;}

.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-3-wrapper,
.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-4-wrapper {
							align-items: center;
					}

.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
	margin-right: 15px;
}

.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
	margin-left: 15px;
}

	.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-2 .pp-infobox-description,
	.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
		float: left;
	}
	.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-4 .pp-heading-wrapper {
		flex: 0 1 auto;
	}



@media only screen and (max-width: 1024px) {
	.fl-node-5d5db6a8b5bdd .pp-infobox {
				text-align: left;
			}
}

@media only screen and (max-width: 768px) {
	.fl-node-5d5db6a8b5bdd .pp-infobox {
				text-align: center;
			}
			.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-3 .layout-3-wrapper,
		.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-4 .layout-4-wrapper {
			align-items: normal;
		}
		
					.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-1 .pp-infobox-description,
			.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-2 .pp-infobox-description {
				float: none;
				text-align: center;
			}
			.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
			.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
				margin: 0 auto;
				float: none;
			}
			.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
			.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
			.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
			.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
				flex: auto;
			}
			.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-3 .layout-3-wrapper,
			.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-4 .layout-4-wrapper,
			.fl-node-5d5db6a8b5bdd .pp-infobox-wrap .layout-5 {
				text-align: center;
			}
		
				
}
.fl-node-5d5db6a8b5bdd .pp-infobox-icon, .fl-node-5d5db6a8b5bdd .pp-infobox-image img {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #f492a4;
	border-right-width: 1px;
}
.fl-node-5d5db6a8b5bdd .pp-infobox .pp-more-link {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.fl-col-group-equal-height .fl-node-5d5db66b1b14f,
.fl-col-group-equal-height .fl-node-5d5db66b1b14f .fl-module-content,
.fl-col-group-equal-height .fl-node-5d5db66b1b14f .fl-module-content .pp-infobox-wrap,
.fl-col-group-equal-height .fl-node-5d5db66b1b14f .fl-module-content .pp-infobox-wrap .pp-infobox,
.fl-col-group-equal-height .fl-node-5d5db66b1b14f .fl-module-content .pp-infobox-wrap > .pp-infobox-link,
.fl-col-group-equal-height .fl-node-5d5db66b1b14f .fl-module-content .pp-infobox-wrap > .pp-more-link {
	display: flex;
	-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%;
	-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-group-align-center .fl-node-5d5db66b1b14f .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: center;
}
.fl-col-group-equal-height.fl-col-group-align-top .fl-node-5d5db66b1b14f .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-start;
}
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-node-5d5db66b1b14f .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-end;
}

.fl-node-5d5db66b1b14f .pp-infobox-title-prefix {
		display: none;
				}
.fl-node-5d5db66b1b14f .pp-infobox-title-wrapper .pp-infobox-title {
	color: #ffffff;	margin-top: px;
	margin-bottom: 10px;
}
.fl-node-5d5db66b1b14f .pp-infobox-description {
		margin-top: 0px;
	margin-bottom: 0px;
}
.fl-node-5d5db66b1b14f .pp-infobox:hover .pp-infobox-title {
	}
.fl-node-5d5db66b1b14f .pp-infobox:hover .pp-infobox-description {
	}

	.fl-node-5d5db66b1b14f .pp-infobox-image {
					margin-bottom: 0;
					}
	.fl-node-5d5db66b1b14f .pp-infobox-image img {
		height: auto;
		padding: 15px;				width: auto;		max-width: 100%;
	}
	.fl-node-5d5db66b1b14f .pp-infobox:hover .pp-infobox-image img {
			}

.fl-node-5d5db66b1b14f .pp-infobox-icon-inner span.pp-icon,
.fl-node-5d5db66b1b14f .pp-infobox-image img {
		border-top-left-radius: px;
	border-top-right-radius: px;
	border-bottom-left-radius: px;
	border-bottom-right-radius: px;
	}

.fl-node-5d5db66b1b14f .pp-infobox {
				padding-top: 0px;
		padding-bottom: 0px;
				padding-left: 0px;
		padding-right: 0px;
		text-align: left;}


.fl-node-5d5db66b1b14f .pp-infobox:hover {
	}

	.fl-node-5d5db66b1b14f .pp-infobox .pp-more-link {
		color: #000000;					background-color: #ffffff;
							text-decoration: none;
			text-align: center;
			margin: 0 auto;
						}

	
	.fl-node-5d5db66b1b14f .pp-infobox .pp-more-link:hover {
					color: #2b2b2b;
							background-color: #c4c4c4;
			}

		.fl-node-5d5db66b1b14f .pp-infobox .pp-more-link .pp-button-icon {
		font-size: 15px;
		color: ;
	}
	.fl-node-5d5db66b1b14f .pp-infobox .pp-more-link:hover .pp-button-icon {
		color: ;
	}
	.fl-node-5d5db66b1b14f .pp-infobox .pp-more-link .pp-button-icon-left {
		margin-right: 10px;
	}
	.fl-node-5d5db66b1b14f .pp-infobox .pp-more-link .pp-button-icon-right {
		margin-left: 10px;
	}

.fl-node-5d5db66b1b14f .pp-infobox .animated {
	-webkit-animation-duration: 500ms;	-moz-animation-duration: 500ms;	-o-animation-duration: 500ms;	-ms-animation-duration: 500ms;	animation-duration: 500ms;}

.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-3-wrapper,
.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-4-wrapper {
							align-items: center;
					}

.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
	margin-right: 15px;
}

.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
	margin-left: 15px;
}

	.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-2 .pp-infobox-description,
	.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
		float: left;
	}
	.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-4 .pp-heading-wrapper {
		flex: 0 1 auto;
	}



@media only screen and (max-width: 1024px) {
	.fl-node-5d5db66b1b14f .pp-infobox {
				text-align: left;
			}
}

@media only screen and (max-width: 768px) {
	.fl-node-5d5db66b1b14f .pp-infobox {
				text-align: center;
			}
			.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-3 .layout-3-wrapper,
		.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-4 .layout-4-wrapper {
			align-items: normal;
		}
		
					.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-1 .pp-infobox-description,
			.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-2 .pp-infobox-description {
				float: none;
				text-align: center;
			}
			.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
			.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
				margin: 0 auto;
				float: none;
			}
			.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
			.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
			.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
			.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
				flex: auto;
			}
			.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-3 .layout-3-wrapper,
			.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-4 .layout-4-wrapper,
			.fl-node-5d5db66b1b14f .pp-infobox-wrap .layout-5 {
				text-align: center;
			}
		
				
}
.fl-node-5d5db66b1b14f .pp-infobox-icon, .fl-node-5d5db66b1b14f .pp-infobox-image img {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #f492a4;
	border-right-width: 1px;
}
.fl-node-5d5db66b1b14f .pp-infobox .pp-more-link {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content {
	text-align: center;
}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading {
	}


div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
							}


div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
				margin-left: 0px;
}


div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading .heading-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading .heading-title span.title-text {
	display: inline-block;
	}
div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading .pp-heading-link {
}

div.fl-node-5d5ea6fc5bab7 div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
		padding-right: 20px;
			padding-left: 20px;
	}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
		width: 100px;
			border-style: solid;
			border-color: #f90029;
			border-bottom-width: 2px;
	}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
		width: 100px;
			border-style: solid;
			border-color: #f90029;
			border-bottom-width: 2px;
	}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-sub-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-sub-heading,
div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-sub-heading p {
	}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-sub-heading p:last-of-type {
	margin-bottom: 0;
}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
		text-align: center;
	}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator.line_with_icon:before {
		margin-right: 20px;
	}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		margin-left: 20px;
	}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
	left: 1%;
}
div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
	right: 1%;
}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator.line_with_icon:after {
		width: 100px;
			border-style: solid;
			border-color: #f90029;
			border-bottom-width: 2px;
	}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator img.heading-icon-image {
	}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator .pp-separator-line {
		border-bottom-style: solid;
			border-bottom-width: 2px;
			border-bottom-color: #f90029;
			width: 100px;
			margin: 0 auto;
	}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator {
		margin-top: 10px;
	margin-bottom: 10px;
}


div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	display: inline-block;
	text-align: center;
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
					font-size: 16px;
			}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator.icon_only span {
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator.line_with_icon img {
		border-radius: 100px;
	}

@media only screen and (max-width: 1024px) {
	div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5ea6fc5bab7 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}

@media only screen and (max-width: 768px) {
	div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5ea6fc5bab7 .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}
div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.fl-node-5d5ea6fc5bab7 .pp-heading-content .pp-heading-separator.icon_only span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* .fl-module-pp-video .fl-module-content {
	overflow: hidden;
} */
.fancybox-container .pp-video-container {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pp-aspect-ratio-219 .pp-fit-aspect-ratio {
	padding-bottom: 42.8571%;
}
  
.pp-aspect-ratio-169 .pp-fit-aspect-ratio {
	padding-bottom: 56.25%;
}
  
.pp-aspect-ratio-43 .pp-fit-aspect-ratio {
	padding-bottom: 75%;
}
  
.pp-aspect-ratio-32 .pp-fit-aspect-ratio {
	padding-bottom: 66.6666%;
}
  
.pp-aspect-ratio-11 .pp-fit-aspect-ratio {
	padding-bottom: 100%;
}
  
.pp-fit-aspect-ratio {
	position: relative;
	height: 0;
	background: none;
}
.pp-fit-aspect-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 0;
	background-color: #000;
}
.pp-fit-aspect-ratio video {
	width: 100%;
}
.pp-video-wrapper {
	background-color: transparent;
	overflow: hidden;
}
.pp-video-wrapper video,
.pp-video-wrapper iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
.pp-video-wrapper .pp-video-player {
	-o-object-fit: cover;
    object-fit: cover;
}

.pp-video-image-overlay {
	text-align: center;
	position: relative;
}
.pp-video-wrapper:not(.pp-video-has-lightbox) .pp-video-image-overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
}

.pp-video-play-icon {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;
    line-height: 0;
    padding: 20px;
    border-radius: 100%;
	background: #fff;
	cursor: pointer;
}
.pp-video-play-icon svg {
	width: 30px;
    height: 30px;
    transform: translateX(3px);
}

.pp-video-play-icon i {
	font-size: 100px;
    color: #fff;
    opacity: 0.8;
    text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pp-video-wrapper .pp-screen-only {
	position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media only screen and (min-width: 1025px) {
	.fancybox-container .pp-video-container {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) {
	.fancybox-container .pp-video-container {
		width: 100%;
	}
}.fl-node-5dd26e824d4ea .pp-video-play-icon {
		}
.fl-node-5dd26e824d4ea .pp-video-play-icon:hover {
		}
.fl-node-5dd26e824d4ea .pp-video-image-overlay {
	cursor: pointer;
}
.fl-node-5dd26e824d4ea .pp-video-play-icon svg {
	}
.fl-node-5dd26e824d4ea .pp-video-play-icon:hover svg {
	}

.fancybox-5dd26e824d4ea .pp-aspect-ratio-169 {
	background: none;
	width: 100%;
	height: 100%;
}
.fancybox-5dd26e824d4ea .pp-video-container {
	}
.fancybox-5dd26e824d4ea .fancybox-close-small {
	color: #fff;
	height: 60px;
	width: 60px;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	padding: 5px !important;
}
.fancybox-5dd26e824d4ea .fancybox-close-small:hover,
.fancybox-5dd26e824d4ea .fancybox-close-small:focus {
	color: #fff;
}
.fancybox-5dd26e824d4ea .fancybox-close-small,
.fancybox-5dd26e824d4ea .fancybox-close-small:focus {
	position: absolute;
	top: 0;
	right: 0;
}
.admin-bar .fancybox-5dd26e824d4ea .fancybox-close-small {
	top: 32px;
}
.fancybox-5dd26e824d4ea-overlay {
	}

@media only screen and (min-width: 1025px) {
	.fancybox-5dd26e824d4ea .pp-video-container {
			}
}

@media only screen and (max-width: 1024px) {
	.fl-node-5dd26e824d4ea .pp-video-play-icon {
			}
}
@media only screen and (max-width: 768px) {
	.fl-node-5dd26e824d4ea .pp-video-play-icon {
			}
}a.pp-button,
a.pp-button:visited {
	display: inline-block;
	overflow: hidden;
    position: relative;
	text-decoration: none;
	text-shadow: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.pp-button:hover {
	text-decoration: none;
}
.pp-button:active {
	position: relative;
	top: 1px;
}
.pp-button-width-full .pp-button {
	display: block;
	text-align: center;
}
.pp-button-width-custom .pp-button {
	display: inline-block;
	text-align: center;
	max-width: 100%;
}
.pp-button-left {
	text-align: left;
}
.pp-button-center {
	text-align: center;
}
.pp-button-right {
	text-align: right;
}
.pp-button i {
	font-size: 1.3em;
	height: auto;
	margin-right:8px;
	vertical-align: middle;
	width: auto;
}
.pp-button i.pp-button-icon-after {
	margin-left: 8px;
	margin-right: 0;
}
.pp-button-has-icon .pp-button-text {
	vertical-align: middle;
}

.pp-button-wrap a.pp-button:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.pp-button .dashicons,
.pp-button .dashicons-before:before {
	font-size: inherit;
	height: auto;
	width: auto;
}
@media (max-width: 768px) { .fl-module-button .pp-button-left,
.fl-module-button .pp-button-right {
	text-align: center;
}
 }

.fl-node-5dd26ee152cec .pp-button-wrap a.pp-button,
.fl-node-5dd26ee152cec .pp-button-wrap a.pp-button:visited {
	text-decoration: none;

	
			background: rgba(214,214,214,0);
	
		background-clip: border-box;
}

.fl-node-5dd26ee152cec .pp-button-wrap a.pp-button:hover,
.fl-node-5dd26ee152cec .pp-button-wrap a.pp-button:focus {
	text-decoration: none;

			background: #f90029;
	
	}


.fl-node-5dd26ee152cec .pp-button .pp-button-icon {
	font-size: 16px;
	}

.fl-node-5dd26ee152cec a.pp-button {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.fl-node-5dd26ee152cec a.pp-button,
.fl-node-5dd26ee152cec a.pp-button * {
	color: #ffffff;
}

.fl-node-5dd26ee152cec a.pp-button:hover,
.fl-node-5dd26ee152cec a.pp-button:focus,
.fl-node-5dd26ee152cec a.pp-button:hover *,
.fl-node-5dd26ee152cec a.pp-button:focus * {
	color: #ffffff;
}

	    .fl-node-5dd26ee152cec .pp-button-wrap a.pp-button,
		.fl-node-5dd26ee152cec .pp-button-wrap a.pp-button:visited {
							transition-duration: 500ms;
				    }
	    
@media only screen and (max-width: 1024px) {
		.fl-node-5dd26ee152cec .pp-button-wrap {
		text-align: ;
	}
		.fl-node-5dd26ee152cec .pp-button-wrap a.pp-button,
	.fl-node-5dd26ee152cec .pp-button-wrap a.pp-button:visited {
			}
	}

@media only screen and (max-width: 768px) {
		.fl-node-5dd26ee152cec .pp-button-wrap {
		text-align: ;
	}
		.fl-node-5dd26ee152cec .pp-button-wrap a.pp-button,
	.fl-node-5dd26ee152cec .pp-button-wrap a.pp-button:visited {
			}
	}.fl-node-5dd26ee152cec .pp-button-wrap {
	text-align: center;
}
.fl-node-5dd26ee152cec a.pp-button {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.fl-node-5dd26ee152cec .pp-button-wrap a.pp-button, .fl-node-5dd26ee152cec .pp-button-wrap a.pp-button:visited {
	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: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.fl-node-5dd26ee152cec .pp-button-wrap a.pp-button:hover, .fl-node-5dd26ee152cec .pp-button-wrap a.pp-button:focus {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #f90029;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.fl-col-group-equal-height .fl-node-5dd270550d59a,
.fl-col-group-equal-height .fl-node-5dd270550d59a .fl-module-content,
.fl-col-group-equal-height .fl-node-5dd270550d59a .fl-module-content .pp-infobox-wrap,
.fl-col-group-equal-height .fl-node-5dd270550d59a .fl-module-content .pp-infobox-wrap .pp-infobox,
.fl-col-group-equal-height .fl-node-5dd270550d59a .fl-module-content .pp-infobox-wrap > .pp-infobox-link,
.fl-col-group-equal-height .fl-node-5dd270550d59a .fl-module-content .pp-infobox-wrap > .pp-more-link {
	display: flex;
	-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%;
	-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-group-align-center .fl-node-5dd270550d59a .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: center;
}
.fl-col-group-equal-height.fl-col-group-align-top .fl-node-5dd270550d59a .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-start;
}
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-node-5dd270550d59a .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-end;
}

.fl-node-5dd270550d59a .pp-infobox-title-prefix {
		display: none;
				}
.fl-node-5dd270550d59a .pp-infobox-title-wrapper .pp-infobox-title {
		margin-top: 10px;
	margin-bottom: 10px;
}
.fl-node-5dd270550d59a .pp-infobox-description {
		margin-top: 0px;
	margin-bottom: 0px;
}
.fl-node-5dd270550d59a .pp-infobox:hover .pp-infobox-title {
	}
.fl-node-5dd270550d59a .pp-infobox:hover .pp-infobox-description {
	}

	.fl-node-5dd270550d59a .pp-infobox-image {
					margin-bottom: 0;
					}
	.fl-node-5dd270550d59a .pp-infobox-image img {
		height: auto;
				width: 100px;				max-width: 100%;
	}
	.fl-node-5dd270550d59a .pp-infobox:hover .pp-infobox-image img {
			}

.fl-node-5dd270550d59a .pp-infobox-icon-inner span.pp-icon,
.fl-node-5dd270550d59a .pp-infobox-image img {
		border-top-left-radius: px;
	border-top-right-radius: px;
	border-bottom-left-radius: px;
	border-bottom-right-radius: px;
	}

.fl-node-5dd270550d59a .pp-infobox {
				padding-top: 0px;
		padding-bottom: 0px;
				padding-left: 0px;
		padding-right: 0px;
		text-align: left;}


.fl-node-5dd270550d59a .pp-infobox:hover {
	}

	.fl-node-5dd270550d59a .pp-infobox .pp-more-link {
		color: #ffffff;					background-color: #ff0000;
							text-decoration: none;
			text-align: center;
			margin: 0 auto;
						}

	
	.fl-node-5dd270550d59a .pp-infobox .pp-more-link:hover {
					color: #ffffff;
							background-color: #000000;
			}

		.fl-node-5dd270550d59a .pp-infobox .pp-more-link .pp-button-icon {
		font-size: 15px;
		color: ;
	}
	.fl-node-5dd270550d59a .pp-infobox .pp-more-link:hover .pp-button-icon {
		color: ;
	}
	.fl-node-5dd270550d59a .pp-infobox .pp-more-link .pp-button-icon-left {
		margin-right: 10px;
	}
	.fl-node-5dd270550d59a .pp-infobox .pp-more-link .pp-button-icon-right {
		margin-left: 10px;
	}

.fl-node-5dd270550d59a .pp-infobox .animated {
	-webkit-animation-duration: 500ms;	-moz-animation-duration: 500ms;	-o-animation-duration: 500ms;	-ms-animation-duration: 500ms;	animation-duration: 500ms;}

.fl-node-5dd270550d59a .pp-infobox-wrap .layout-3-wrapper,
.fl-node-5dd270550d59a .pp-infobox-wrap .layout-4-wrapper {
							align-items: center;
					}

.fl-node-5dd270550d59a .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
	margin-right: 10px;
}

.fl-node-5dd270550d59a .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
	margin-left: 10px;
}

	.fl-node-5dd270550d59a .pp-infobox-wrap .layout-2 .pp-infobox-description,
	.fl-node-5dd270550d59a .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
		float: left;
	}
	.fl-node-5dd270550d59a .pp-infobox-wrap .layout-4 .pp-heading-wrapper {
		flex: 0 1 auto;
	}



@media only screen and (max-width: 1024px) {
	.fl-node-5dd270550d59a .pp-infobox {
				text-align: center;
			}
}

@media only screen and (max-width: 768px) {
	.fl-node-5dd270550d59a .pp-infobox {
				text-align: center;
			}
			.fl-node-5dd270550d59a .pp-infobox-wrap .layout-3 .layout-3-wrapper,
		.fl-node-5dd270550d59a .pp-infobox-wrap .layout-4 .layout-4-wrapper {
			align-items: normal;
		}
		
					.fl-node-5dd270550d59a .pp-infobox-wrap .layout-1 .pp-infobox-description,
			.fl-node-5dd270550d59a .pp-infobox-wrap .layout-2 .pp-infobox-description {
				float: none;
				text-align: center;
			}
			.fl-node-5dd270550d59a .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
			.fl-node-5dd270550d59a .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
				margin: 0 auto;
				float: none;
			}
			.fl-node-5dd270550d59a .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
			.fl-node-5dd270550d59a .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
			.fl-node-5dd270550d59a .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
			.fl-node-5dd270550d59a .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
				flex: auto;
			}
			.fl-node-5dd270550d59a .pp-infobox-wrap .layout-3 .layout-3-wrapper,
			.fl-node-5dd270550d59a .pp-infobox-wrap .layout-4 .layout-4-wrapper,
			.fl-node-5dd270550d59a .pp-infobox-wrap .layout-5 {
				text-align: center;
			}
		
				
}
.fl-node-5dd270550d59a .pp-infobox .pp-more-link {
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.fl-node-5dd270550d59a .pp-infobox .pp-more-link:hover {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
 .fl-node-5dd270550d59a > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* Grid Layout */
.pp-testimonials-grid-0 .pp-testimonials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pp-testimonials-grid-1 .pp-testimonials {
    grid-template-columns: repeat(1,1fr);
    display: grid;
}

.pp-testimonials-grid-2 .pp-testimonials {
    grid-template-columns: repeat(2,1fr);
    display: grid;
}

.pp-testimonials-grid-3 .pp-testimonials {
    grid-template-columns: repeat(3,1fr);
    display: grid;
}

.pp-testimonials-grid-4 .pp-testimonials {
    grid-template-columns: repeat(4,1fr);
    display: grid;
}

.pp-testimonials-grid-5 .pp-testimonials {
    grid-template-columns: repeat(5,1fr);
    display: grid;
}

.pp-testimonials-grid-6 .pp-testimonials {
    grid-template-columns: repeat(6,1fr);
    display: grid;
}

.pp-masonry-grid .pp-testimonials {
	display: block !important;
}
.pp-masonry-grid .pp-testimonial {
	display: inline-block;
}

/* Default layout */
.fl-module .pp-testimonials-image img {
	border: 0 solid;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	max-height: 150px;
	max-width: 150px;
}
.fl-module .carousel-enabled .pp-testimonials-image img {
	max-height: 100px;
	max-width: 100px;
}
.pp-testimonials {
	text-align: center;
}
.pp-testimonial {
	padding: 15px;
}
.pp-testimonials-no-heading .pp-testimonials-heading {
	display: none !important;
}
.pp-testimonials h3.pp-testimonials-title {
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 15px;
}
.pp-testimonials h4.pp-testimonials-subtitle {
	margin: 0;
	text-transform: none;
}
.pp-testimonials .pp-content-wrapper {
	background: transparent;
	position: relative;
}
.pp-testimonials .pp-testimonials-content p {
	margin-bottom: 15px;
}
.pp-testimonials .pp-testimonials-content p:last-of-type {
	margin-bottom: 0;
}
.pp-testimonials .pp-vertical-align {
	display: table;
}
.pp-testimonials .pp-vertical-align .pp-title-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.pp-testimonials .pp-arrow-top {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -15px;
	width: 0;
}
.pp-testimonials .pp-arrow-bottom {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	bottom: -15px;
	width: 0;
}
.pp-testimonials .pp-arrow-left {
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid transparent;
	height: 0;
	left: -15px;
	position: absolute;
	top: 30px;
	width: 0;
}

/* Layouts */

/* Layout 1 */
.pp-testimonials .layout-1 {
	text-align: center;
}
.pp-testimonials .layout-1 .pp-testimonials-image img {
	margin-bottom: 20px;
}
.pp-testimonials .layout-1 .pp-testimonials-content p:last-of-type {
	margin-bottom: 15px;
}

/* Layout 2 */
.pp-testimonials .layout-2 {
	text-align: center;
}
.pp-testimonials .layout-2 .pp-testimonials-image {
	display: inline-block;
	margin-right: 25px;
}
.pp-testimonials .layout-2  .pp-vertical-align {
	margin: 0 auto;
}
.pp-testimonials .layout-2 .pp-content-wrapper {
	margin-bottom: 25px;
}

/* Layout 3 */
.pp-testimonials .layout-3 .pp-testimonials-image {
	float: left;
	margin-right: 30px;
	max-width: 150px;
	width: 22%;
}
.pp-testimonials .layout-3 .layout-3-content {
	float: left;
	text-align: left;
	width: 75%;
}
.pp-testimonials .layout-3.carousel-enabled .pp-testimonials-image {
	max-width: 100px;
}
.pp-testimonials .layout-3.carousel-enabled .pp-testimonials-image img {
	width: 100%;
}
.pp-testimonials .layout-3 .pp-testimonials-content p:last-of-type {
	margin-bottom: 15px;
}

/* Layout 4 */
.pp-testimonials .layout-4 {
	position: relative;
	padding-top: 50px;
}
.pp-testimonials .layout-4 .layout-4-content {
	background: #eee;
	padding: 50px;
	position: relative;
	z-index: 9;
}
.pp-testimonials .layout-4 .pp-testimonials-image {
	position: relative;
	z-index: 10;
	position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
}
.pp-testimonials .layout-4 .pp-testimonials-content {
	margin-top: 20px;
}
.pp-testimonials .layout-4 .pp-testimonials-content p:last-of-type {
	margin-bottom: 15px;
}
.pp-testimonials .layout-4-container .bx-wrapper {
	margin-bottom: 0;
}
.pp-testimonials .layout-4-container .bx-pager {
    bottom: 40px;
}
.pp-testimonials .layout-4-container.carousel-enabled .bx-pager {
	bottom: 30px;
}
.pp-testimonials .layout-4.no-image-inner .layout-4-content,
.pp-testimonials .layout-4.carousel-enabled.no-image-inner .layout-4-content {
	padding-top: 50px;
	top: 0;
}

/* Layout 5 */
.pp-testimonials .layout-5 {
	text-align: center;
}
.pp-testimonials .layout-5 .pp-testimonials-image {
	display: inline-block;
	margin-right: 25px;
}
.pp-testimonials .layout-5 .pp-vertical-align {
	margin: 0 auto;
	width: 100%;
}

.pp-testimonials .layout-5 .pp-testimonials-subtitle {
	margin-bottom: 20px;
}

/* Wrappers */
.pp-module-testimonials .bx-wrapper {
	margin: 0 auto 35px;
}
.pp-testimonials-wrap {
	position: relative;
}
.pp-testimonials-wrap.pp-testimonials-slider .pp-testimonial {
	position: absolute;
	top: 0;
	visibility: hidden;
}
.pp-testimonials-wrap.pp-testimonials-slider .pp-testimonial:first-child,
.pp-testimonials-slider .pp-testimonials-loaded .pp-testimonial {
	position: relative;
	visibility: visible;
}
.pp-testimonials-wrap .fa {
	opacity: 0.8;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.pp-testimonials-wrap .fa:hover {
	opacity: 1;
}
.pp-testimonials-wrap .pp-arrow-wrapper {
	margin-bottom: 10px;
	text-align: center;
}
.pp-testimonials-wrap .owl-theme .owl-nav button {
	box-shadow: none;
	outline: none;
	background: none !important;
	top: 0 !important;
}
.pp-testimonials-wrap .owl-theme .owl-nav button svg {
	width: 20px;
	height: 20px;
	box-shadow: none;
	outline: none;
	border-radius: 100%;
}
@media (max-width: 768px) { .pp-testimonials .layout-3 .pp-testimonials-image {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
}
.pp-testimonials .layout-3 .layout-3-content {
    float: none;
    text-align: center;
    width: 100% !important;
}
 }
	.fl-node-5d5ea303aeda4 .pp-testimonials-wrap .bx-wrapper .bx-pager a {
		background: #999999;	}
	.fl-node-5d5ea303aeda4 .pp-testimonials-wrap .bx-wrapper .bx-pager a {
		opacity: 0.5;
	}
	.fl-node-5d5ea303aeda4 .pp-testimonials-wrap .bx-wrapper .bx-pager a.active {
		background: #999999;		opacity: 1;
	}
	.fl-node-5d5ea303aeda4 .pp-testimonials-wrap .fa:hover,
	.fl-node-5d5ea303aeda4 .pp-testimonials-wrap .fa {
		color: #999999;	}
	.fl-node-5d5ea303aeda4 .pp-testimonials-wrap .pp-arrow-wrapper {
		text-align: center;	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-wrap .owl-theme .owl-dots .owl-dot span {
		opacity: 1;
				background: #999999;
				box-shadow: none;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-wrap .owl-theme .owl-dots .owl-dot.active span,
	.fl-node-5d5ea303aeda4 .pp-testimonials-wrap .owl-theme .owl-dots .owl-dot:hover span {
				background: #999999;
				opacity: 1;
		box-shadow: none;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-wrap .owl-theme .owl-nav {
		text-align: center;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-wrap .owl-theme .owl-nav button svg {
					width: 20px;
			height: 20px;
							color: #999999;
					}



	.fl-node-5d5ea303aeda4 .pp-testimonial.layout-1 .pp-content-wrapper {
			}
	

.fl-node-5d5ea303aeda4 .pp-testimonials-wrap .pp-testimonials-heading {
	}
.fl-node-5d5ea303aeda4 .pp-testimonial .pp-title-wrapper h3.pp-testimonials-title {
	color: #f90029;	margin-top: px;
	margin-bottom: 5px;
}
.fl-node-5d5ea303aeda4 .pp-testimonial .pp-title-wrapper h4.pp-testimonials-subtitle {
		margin-top: px;
	margin-bottom: px;
}
.fl-node-5d5ea303aeda4 .pp-testimonial .pp-testimonials-content {
	;
	margin-top: px;
	margin-bottom: px;
}
.fl-node-5d5ea303aeda4 .pp-testimonial .pp-testimonials-image img {
	max-height: 90px;
	max-width: 90px;
}


.fl-node-5d5ea303aeda4.pp-masonry-grid .pp-testimonials {
		column-count: 3;
	}

@media only screen and ( max-width: 1024px ) {
	.fl-node-5d5ea303aeda4 .pp-testimonials-grid-md-1 .pp-testimonials {
		grid-template-columns: repeat(1,1fr);
		display: grid;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-grid-md-2 .pp-testimonials {
		grid-template-columns: repeat(2,1fr);
		display: grid;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-grid-md-3 .pp-testimonials {
		grid-template-columns: repeat(3,1fr);
		display: grid;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-grid-md-4 .pp-testimonials {
		grid-template-columns: repeat(4,1fr);
		display: grid;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-grid-md-5 .pp-testimonials {
		grid-template-columns: repeat(5,1fr);
		display: grid;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-grid-md-6 .pp-testimonials {
		grid-template-columns: repeat(6,1fr);
		display: grid;
	}
	.fl-node-5d5ea303aeda4.pp-masonry-grid .pp-testimonials {
			}
}

@media only screen and ( max-width: 768px ) {
	.fl-node-5d5ea303aeda4 .pp-testimonials-grid-sm-1 .pp-testimonials {
		grid-template-columns: repeat(1,1fr);
		display: grid;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-grid-sm-2 .pp-testimonials {
		grid-template-columns: repeat(2,1fr);
		display: grid;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-grid-sm-3 .pp-testimonials {
		grid-template-columns: repeat(3,1fr);
		display: grid;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-grid-sm-4 .pp-testimonials {
		grid-template-columns: repeat(4,1fr);
		display: grid;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-grid-sm-5 .pp-testimonials {
		grid-template-columns: repeat(5,1fr);
		display: grid;
	}

	.fl-node-5d5ea303aeda4 .pp-testimonials-grid-sm-6 .pp-testimonials {
		grid-template-columns: repeat(6,1fr);
		display: grid;
	}

	.fl-node-5d5ea303aeda4.pp-masonry-grid .pp-testimonials {
			}
}
.fl-node-5d5ea303aeda4 .pp-testimonials-grid .pp-testimonials {
	grid-column-gap: 20px;
}
.fl-node-5d5ea303aeda4 .pp-testimonial .pp-title-wrapper h3.pp-testimonials-title {
	font-weight: 600;
	font-size: 20px;
}
.fl-node-5d5ea303aeda4 .pp-testimonial .pp-title-wrapper h4.pp-testimonials-subtitle {
	font-size: 16px;
}
.fl-node-5d5ea303aeda4 .pp-testimonial .pp-testimonials-content {
	font-weight: 600;
	font-size: 18px;
}
.fl-node-5d5ea303aeda4 .pp-testimonial .pp-testimonials-image img {
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.13);
}

div.fl-node-5d5e9f096681f .pp-heading-content {
	text-align: center;
}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading {
	}


div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
							}


div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
				margin-left: 0px;
}


div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading .heading-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading .heading-title span.title-text {
	display: inline-block;
	}
div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading .pp-heading-link {
}

div.fl-node-5d5e9f096681f div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
		padding-right: 20px;
			padding-left: 20px;
	}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
		width: 100px;
			border-style: solid;
			border-color: #f90029;
			border-bottom-width: 2px;
	}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
		width: 100px;
			border-style: solid;
			border-color: #f90029;
			border-bottom-width: 2px;
	}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-sub-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.fl-node-5d5e9f096681f .pp-heading-content .pp-sub-heading,
div.fl-node-5d5e9f096681f .pp-heading-content .pp-sub-heading p {
	}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-sub-heading p:last-of-type {
	margin-bottom: 0;
}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
		text-align: center;
	}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator.line_with_icon:before {
		margin-right: 20px;
	}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator.line_with_icon:after {
		margin-left: 20px;
	}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
	left: 1%;
}
div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
	right: 1%;
}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator.line_with_icon:after {
		width: 100px;
			border-style: solid;
			border-color: #f90029;
			border-bottom-width: 2px;
	}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator img.heading-icon-image {
	}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator .pp-separator-line {
		border-bottom-style: solid;
			border-bottom-width: 2px;
			border-bottom-color: #f90029;
			width: 100px;
			margin: 0 auto;
	}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator {
		margin-top: 10px;
	margin-bottom: 10px;
}


div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	display: inline-block;
	text-align: center;
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
					font-size: 16px;
			}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator.icon_only span {
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator.line_with_icon img {
		border-radius: 100px;
	}

@media only screen and (max-width: 1024px) {
	div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5e9f096681f .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}

@media only screen and (max-width: 768px) {
	div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5d5e9f096681f .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator .pp-separator-line {
														}
}
div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.fl-node-5d5e9f096681f .pp-heading-content .pp-heading-separator.icon_only span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pp-video-gallery .pp-video-gallery-items:not(.swiper-wrapper) {
	display: flex;
    flex-flow: row wrap;
    flex: 1 1 auto;
    flex-direction: row;
}
.pp-video-gallery .pp-video-gallery-item {
	width: 100%;
	overflow: hidden;
}
.pp-video-gallery .pp-video-gallery-item .pp-video {
	overflow: hidden;
}
.pp-video-gallery .pp-video-title {
	margin: 0;
	padding: 0;
}
.pp-video-gallery .pp-video-image-overlay {
	overflow: hidden;
	display: flex;
}
.pp-video-gallery .pp-video-image-overlay > img {
	object-fit: cover;
	cursor: pointer;
}
.pp-video-gallery .pp-video-gallery-filters {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex: 1 1 auto;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.pp-video-gallery .pp-video-gallery-filter {
	padding: 10px 20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.pp-video-gallery .pp-video-gallery-filter span {
	transition: all 0.2s ease-in-out;
}

/* Carousel */
.pp-video-carousel {
    position: relative;
    text-align: center;
	overflow: hidden;
	visibility: hidden;
}
.pp-video-carousel.swiper-container-horizontal {
	visibility: visible;
}
.pp-video-carousel .swiper-wrapper {
	margin-bottom: 50px;
}
.pp-video-carousel .swiper-slide {
    float: left;
	text-align: center;
	overflow: visible;
}

.pp-video-carousel .pp-video-carousel-nav {
	background-image: none;
	width: auto;
	height: auto;
	line-height: 1;
	position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
	top: calc(50% - 30px);
	border-radius: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition-duration: 0.25s;
}
.pp-video-carousel .pp-video-carousel-nav.swiper-button-disabled {
	cursor: default;
	opacity: 0.5;
}

.pp-video-carousel.pp-video-carousel-nav-outside .pp-video-carousel-nav {
	top: calc(50% - 30px / 2);
}
.pp-video-carousel .pp-video-carousel-nav-prev {
	left: 10px;
}
.pp-video-carousel .pp-video-carousel-nav-next {
	right: 10px;
}

.pp-video-carousel.pp-video-carousel-nav-outside .swiper-pagination {
    bottom: 0;
}

.pp-video-carousel .swiper-pagination-bullets {
    cursor: default;
}
.pp-video-carousel .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.pp-video-carousel.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.25);
    position: absolute;
}

.pp-video-carousel .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

/* Video */
.pp-video-gallery-fancybox .pp-video-container {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pp-video-gallery-fancybox .fancybox-content .pp-fit-aspect-ratio video {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pp-aspect-ratio-219 .pp-fit-aspect-ratio {
	padding-bottom: 42.8571%;
}
  
.pp-aspect-ratio-169 .pp-fit-aspect-ratio {
	padding-bottom: 56.25%;
}
  
.pp-aspect-ratio-43 .pp-fit-aspect-ratio {
	padding-bottom: 75%;
}
  
.pp-aspect-ratio-32 .pp-fit-aspect-ratio {
	padding-bottom: 66.6666%;
}
  
.pp-aspect-ratio-11 .pp-fit-aspect-ratio {
	padding-bottom: 100%;
}
  
.pp-fit-aspect-ratio {
	position: relative;
	height: 0;
	background: none;
}
.pp-fit-aspect-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 0;
	background-color: #000;
}
.pp-fit-aspect-ratio video {
	width: 100%;
}

.pp-video-wrapper video,
.pp-video-wrapper iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
.pp-video-wrapper .pp-video {
	-o-object-fit: cover;
    object-fit: cover;
}

.pp-video-image-overlay {
	text-align: center;
	position: relative;
}
.pp-video-wrapper:not(.pp-video-has-lightbox) .pp-video-image-overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
}

.pp-video-play-icon {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;
    line-height: 0;
    padding: 20px;
    border-radius: 100%;
	background: #fff;
	cursor: pointer;
}
.pp-video-play-icon svg {
	width: 30px;
    height: 30px;
    transform: translateX(3px);
}

.pp-video-play-icon i {
	font-size: 100px;
    color: #fff;
    opacity: 0.8;
    text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pp-video-wrapper .pp-screen-only {
	position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media only screen and (min-width: 1025px) {
	.fancybox-container .pp-video-container {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) {
	.fancybox-container .pp-video-container {
		width: 100%;
	}
}@media (max-width: 768px) { .pp-video-gallery .pp-video-gallery-filters {
	flex-direction: column;
}
.pp-video-gallery .pp-video-gallery-filters .pp-video-gallery-filter {
    margin: 0;
}
.pp-video-gallery .pp-video-gallery-filters .pp-video-gallery-filter:not(.pp-filter--active) {
	display: none;
} }


.fl-node-5dd26c1cb5d89 .pp-video-title {
		}
.fl-node-5dd26c1cb5d89 .pp-video-gallery-item:hover .pp-video-title {
		}

.fl-node-5dd26c1cb5d89 .pp-video-gallery-filters {
						justify-content: flex-start;
							}
.fl-node-5dd26c1cb5d89 .pp-video-gallery-filter {
		}
.fl-node-5dd26c1cb5d89 .pp-video-gallery-filter:first-child {
	margin-left: 0;
}
.fl-node-5dd26c1cb5d89 .pp-video-gallery-filter:last-of-type {
	margin-right: 0;
}
.fl-node-5dd26c1cb5d89 .pp-video-gallery-filter span {
	}
.fl-node-5dd26c1cb5d89 .pp-video-gallery-filter:hover,
.fl-node-5dd26c1cb5d89 .pp-video-gallery-filter.pp-filter--active {
		}
.fl-node-5dd26c1cb5d89 .pp-video-gallery-filter:hover span,
.fl-node-5dd26c1cb5d89 .pp-video-gallery-filter.pp-filter--active span {
	}

/* Carousel */
.fl-node-5dd26c1cb5d89 .pp-video-carousel .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
			background-color: #666666;
		opacity: 1;
	}

.fl-node-5dd26c1cb5d89 .pp-video-carousel.swiper-container-horizontal>.swiper-pagination-progress {
			background-color: #666666;
	}

.fl-node-5dd26c1cb5d89 .pp-video-carousel .swiper-pagination-bullet:hover,
.fl-node-5dd26c1cb5d89 .pp-video-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.fl-node-5dd26c1cb5d89 .pp-video-carousel .swiper-pagination-progress .swiper-pagination-progressbar {
			background-color: #f90029;
	    box-shadow: none;
}

.fl-node-5dd26c1cb5d89 .pp-video-carousel .pp-video-carousel-nav {
			color: #4c4c4c;
    			background-color: rgba(255, 255, 255, 0.8);
	        	padding-top: 5px;
            	padding-bottom: 5px;
            	padding-left: 5px;
            	padding-right: 5px;
    }
.fl-node-5dd26c1cb5d89 .pp-video-carousel .pp-video-carousel-nav svg {
			fill: #4c4c4c;
				height: 24px;
		width: 24px;
	}


.fl-node-5dd26c1cb5d89 .pp-video-carousel .pp-video-carousel-nav:not(.swiper-button-disabled):hover {
			background-color: #4c4c4c;
	    }
.fl-node-5dd26c1cb5d89 .pp-video-carousel .pp-video-carousel-nav:not(.swiper-button-disabled):hover svg {
	    	fill: #eeeeee;
    }

/* Video */
.fl-node-5dd26c1cb5d89 .pp-video-play-icon {
		}
.fl-node-5dd26c1cb5d89 .pp-video-play-icon:hover {
		}
.fl-node-5dd26c1cb5d89 .pp-video-play-icon svg {
	}
.fl-node-5dd26c1cb5d89 .pp-video-play-icon:hover svg {
	}

/* Lightbox */
.fancybox-5dd26c1cb5d89 .pp-aspect-ratio-32 {
	background: none;
	width: 100%;
	height: 100%;
}
.fancybox-5dd26c1cb5d89 .pp-video-container {
	}
.fancybox-5dd26c1cb5d89 .fancybox-close-small {
	color: #fff;
	height: 60px;
	width: 60px;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}
.fancybox-5dd26c1cb5d89 .fancybox-close-small:hover,
.fancybox-5dd26c1cb5d89 .fancybox-close-small:focus {
	color: #fff;
}
.fancybox-5dd26c1cb5d89 .fancybox-close-small,
.fancybox-5dd26c1cb5d89 .fancybox-close-small:focus {
	position: absolute;
	top: 0;
	right: 0;
}
.admin-bar .fancybox-5dd26c1cb5d89 .fancybox-close-small {
	top: 32px;
}
.fancybox-5dd26c1cb5d89-overlay {
	}

@media only screen and (min-width: 1025px) {
	.fancybox-5dd26c1cb5d89 .pp-video-container {
			}
}

@media only screen and (max-width: 1024px) {
	.fl-node-5dd26c1cb5d89 .pp-video-play-icon {
			}
	}
@media only screen and (max-width: 768px) {
	.fl-node-5dd26c1cb5d89 .pp-video-play-icon {
			}
	}
 .fl-node-5dd26c1cb5d89 > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
/**
 * This file should contain frontend styles that
 * will be applied to all module instances.
 */

.pp-logo-grid-input.input-small {
	width: 46px !important;
}

.pp-logos-content .logo-slider-prev, .pp-logos-content .logo-slider-next {
    position: absolute;
    top: 30%;
    left: -6px;
}

.pp-logos-content .logo-slider-next {
    right: -6px;
    left: auto;
}

.pp-logos-content .logo-slider-prev a, .pp-logos-content .logo-slider-next a {
    text-decoration: none;
    box-shadow: none;
    border: none;
}.fl-node-5d5fd86187a6b .clearfix:before,
.fl-node-5d5fd86187a6b .clearfix:after {
    content: "";
    display: table;
}

.fl-node-5d5fd86187a6b .clearfix: after {
    clear: both;
}



.fl-node-5d5fd86187a6b .pp-logos-content {
    position: relative;
}

.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo {
    position: relative;
                    margin-right: 20px;
        float: left;
	    background-color: #ffffff;
    }



.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo:nth-of-type(4n) {
    margin-right: 0;
}

.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo:hover {
	}

.fl-node-5d5fd86187a6b .pp-logos-wrapper {
	display: flex;
    flex-wrap: wrap;
}
.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo > a,
.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo .pp-logo-inner {
    flex: 1 1 auto;
}

.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo .pp-logo-inner .pp-logo-inner-wrap {
    text-align: center;
}


.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo a {
    display: block;
    text-decoration: none;
    box-shadow: none;
    border: none;
}

.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo div.title-wrapper {
    display: block}


.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo div.title-wrapper p.logo-title {
    text-align: center;
        color: #000000;
            margin-top: 10px;
            margin-bottom: 10px;
    }


.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo:hover div.title-wrapper p.logo-title {
        color: #666666;
    }

.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo img {
            -webkit-filter: inherit;
        filter: inherit;
            border-style: none;
            border-width: 1px;
                border-radius: 0px;
            height: px;
        margin: 0 auto;
        opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    }

.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo:hover img {
            -webkit-filter: inherit;
        filter: inherit;
                opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    }
.fl-node-5d5fd86187a6b .pp-logos-content .bx-pager a {
	opacity: 1;
		background-color: #f5f5f5;
	        width: 14px;
            height: 14px;
            border-radius: 100px;
        box-shadow: none;
}

.fl-node-5d5fd86187a6b .pp-logos-content .bx-pager a.active,
.fl-node-5d5fd86187a6b .pp-logos-content .bx-pager a:hover {
		background-color: #999999;
		opacity: 1;
    box-shadow: none;
}

.fl-node-5d5fd86187a6b .pp-logos-content .bx-prev .fa:before {
    content: "\f053";
}
.fl-node-5d5fd86187a6b .pp-logos-content .bx-next .fa:before {
    content: "\f054";
}


.fl-node-5d5fd86187a6b .pp-logos-content .fa {
    	color: #ffffff;
    		background-color: #000000;
	}

.fl-node-5d5fd86187a6b .pp-logos-content .fa:hover {
        color: #999999;
    	    }

@media only screen and (max-width: 1024px) {
    .fl-node-5d5fd86187a6b .pp-logos-content .pp-logo {
            }
    .fl-node-5d5fd86187a6b .pp-logos-content .pp-logo:nth-of-type(n+1) {
            }
    .fl-node-5d5fd86187a6b .pp-logos-content .pp-logo:nth-of-type(6n) {
            }
    .fl-node-5d5fd86187a6b .pp-logos-content .pp-logo:nth-of-type(n) {
            }
    .fl-node-5d5fd86187a6b .pp-logos-content .pp-logo:nth-of-type(6n+1) {
            }
}

@media only screen and (max-width: 480px) {
    .fl-node-5d5fd86187a6b .pp-logos-content .pp-logo {
            }
    .fl-node-5d5fd86187a6b .pp-logos-content .pp-logo:nth-of-type(n+1) {
            }
    .fl-node-5d5fd86187a6b .pp-logos-content .pp-logo:nth-of-type(n+1) {
            }
    .fl-node-5d5fd86187a6b .pp-logos-content .pp-logo:nth-of-type(n) {
            }
    .fl-node-5d5fd86187a6b .pp-logos-content .pp-logo:nth-of-type(n) {
            }
}
.fl-node-5d5fd86187a6b .pp-logos-content .pp-logo {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.fl-node-5d5fd86187a6b .pp-logos-content .fa, .fl-node-5d5fd86187a6b .pp-logos-content .fa:hover {
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Start Global CSS */

/* End Global CSS */


/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */


							.fl-node-5d5d8ef497382 .uabb-top-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px );
							}
		
					.fl-node-5d5d8ef497382 .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5d5d8ef497382 #uabb-top-slit2,
		.fl-node-5d5d8ef497382 #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5d8ef497382 #uabb-bottom-slit2,
		.fl-node-5d5d8ef497382 #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5d8ef497382 #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d8ef497382 #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d8ef497382 #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d8ef497382 #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d8ef497382 #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d8ef497382 #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d8ef497382 #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d8ef497382 #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5d5d8ef497382 .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5d5d8ef497382 .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 1024px) {				
																	.fl-node-5d5d8ef497382 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5d8ef497382 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5d5d8ef497382 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5d8ef497382 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
			
							.fl-node-5d5da14c2fcb8 .uabb-top-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px );
							}
		
					.fl-node-5d5da14c2fcb8 .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5d5da14c2fcb8 #uabb-top-slit2,
		.fl-node-5d5da14c2fcb8 #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5da14c2fcb8 #uabb-bottom-slit2,
		.fl-node-5d5da14c2fcb8 #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5da14c2fcb8 #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5da14c2fcb8 #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5da14c2fcb8 #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5da14c2fcb8 #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5da14c2fcb8 #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5da14c2fcb8 #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5da14c2fcb8 #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5da14c2fcb8 #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5d5da14c2fcb8 .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5d5da14c2fcb8 .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 1024px) {				
																	.fl-node-5d5da14c2fcb8 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5da14c2fcb8 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5d5da14c2fcb8 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5da14c2fcb8 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
							.fl-node-5d5c2e953e70c .fl-row-content,
				.fl-node-5d5c2e953e70c .fl-row-content * {
					z-index: 2;
				}
				.fl-node-5d5c2e953e70c .uabb-row-separator {
					z-index: 1;
				}
						.fl-node-5d5c2e953e70c .fl-row-content {
				position: inherit;
			}
		
							.fl-node-5d5c2e953e70c .uabb-top-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px );
							}
		
					.fl-node-5d5c2e953e70c .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5d5c2e953e70c #uabb-top-slit2,
		.fl-node-5d5c2e953e70c #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5c2e953e70c #uabb-bottom-slit2,
		.fl-node-5d5c2e953e70c #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5c2e953e70c #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5c2e953e70c #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5c2e953e70c #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5c2e953e70c #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5c2e953e70c #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5c2e953e70c #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5c2e953e70c #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5c2e953e70c #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5d5c2e953e70c .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5d5c2e953e70c .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 1024px) {				
																	.fl-node-5d5c2e953e70c .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5c2e953e70c .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5d5c2e953e70c .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5c2e953e70c .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
			
							.fl-node-5d5e8f4228f20 .uabb-top-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px );
							}
		
					.fl-node-5d5e8f4228f20 .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5d5e8f4228f20 #uabb-top-slit2,
		.fl-node-5d5e8f4228f20 #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5e8f4228f20 #uabb-bottom-slit2,
		.fl-node-5d5e8f4228f20 #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5e8f4228f20 #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e8f4228f20 #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e8f4228f20 #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e8f4228f20 #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e8f4228f20 #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e8f4228f20 #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e8f4228f20 #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e8f4228f20 #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5d5e8f4228f20 .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5d5e8f4228f20 .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 1024px) {				
																	.fl-node-5d5e8f4228f20 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5e8f4228f20 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5d5e8f4228f20 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5e8f4228f20 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
			
							.fl-node-5d5e9f0fbde70 .uabb-top-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px );
							}
		
					.fl-node-5d5e9f0fbde70 .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5d5e9f0fbde70 #uabb-top-slit2,
		.fl-node-5d5e9f0fbde70 #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5e9f0fbde70 #uabb-bottom-slit2,
		.fl-node-5d5e9f0fbde70 #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5e9f0fbde70 #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e9f0fbde70 #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e9f0fbde70 #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e9f0fbde70 #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e9f0fbde70 #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e9f0fbde70 #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e9f0fbde70 #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5e9f0fbde70 #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5d5e9f0fbde70 .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5d5e9f0fbde70 .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 1024px) {				
																	.fl-node-5d5e9f0fbde70 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5e9f0fbde70 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5d5e9f0fbde70 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5e9f0fbde70 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
			
							.fl-node-5d5d3dcbd6cd0 .uabb-top-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px );
							}
		
					.fl-node-5d5d3dcbd6cd0 .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5d5d3dcbd6cd0 #uabb-top-slit2,
		.fl-node-5d5d3dcbd6cd0 #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5d3dcbd6cd0 #uabb-bottom-slit2,
		.fl-node-5d5d3dcbd6cd0 #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5d3dcbd6cd0 #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d3dcbd6cd0 #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d3dcbd6cd0 #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d3dcbd6cd0 #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d3dcbd6cd0 #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d3dcbd6cd0 #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d3dcbd6cd0 #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d3dcbd6cd0 #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5d5d3dcbd6cd0 .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5d5d3dcbd6cd0 .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 1024px) {				
																	.fl-node-5d5d3dcbd6cd0 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5d3dcbd6cd0 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5d5d3dcbd6cd0 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5d3dcbd6cd0 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
							.fl-node-5d5ea303b1d6f .fl-row-content,
				.fl-node-5d5ea303b1d6f .fl-row-content * {
					z-index: 2;
				}
				.fl-node-5d5ea303b1d6f .uabb-row-separator {
					z-index: 1;
				}
						.fl-node-5d5ea303b1d6f .fl-row-content {
				position: inherit;
			}
		
							.fl-node-5d5ea303b1d6f .uabb-top-row-separator.uabb-has-svg svg {
					width: calc( 100% + 1.5px );
			}
		
					.fl-node-5d5ea303b1d6f .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5d5ea303b1d6f #uabb-top-slit2,
		.fl-node-5d5ea303b1d6f #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5ea303b1d6f #uabb-bottom-slit2,
		.fl-node-5d5ea303b1d6f #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5ea303b1d6f #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5ea303b1d6f #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5ea303b1d6f #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5ea303b1d6f #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5ea303b1d6f #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5ea303b1d6f #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5ea303b1d6f #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5ea303b1d6f #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5d5ea303b1d6f .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5d5ea303b1d6f .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 1024px) {				
																	.fl-node-5d5ea303b1d6f .uabb-top-row-separator.uabb-has-svg svg {
							width: 100%;
					}
				
									.fl-node-5d5ea303b1d6f .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5d5ea303b1d6f .uabb-top-row-separator.uabb-has-svg svg {
							width: 100%;
					}
				
									.fl-node-5d5ea303b1d6f .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
			
							.fl-node-5d5d6ccb807fa .uabb-top-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px );
							}
		
					.fl-node-5d5d6ccb807fa .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5d5d6ccb807fa #uabb-top-slit2,
		.fl-node-5d5d6ccb807fa #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5d6ccb807fa #uabb-bottom-slit2,
		.fl-node-5d5d6ccb807fa #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5d6ccb807fa #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d6ccb807fa #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d6ccb807fa #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d6ccb807fa #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d6ccb807fa #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d6ccb807fa #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d6ccb807fa #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5d6ccb807fa #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5d5d6ccb807fa .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5d5d6ccb807fa .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 1024px) {				
																	.fl-node-5d5d6ccb807fa .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5d6ccb807fa .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5d5d6ccb807fa .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d5d6ccb807fa .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
							.fl-node-5d5fd845ecec6 .fl-row-content,
				.fl-node-5d5fd845ecec6 .fl-row-content * {
					z-index: 2;
				}
				.fl-node-5d5fd845ecec6 .uabb-row-separator {
					z-index: 1;
				}
						.fl-node-5d5fd845ecec6 .fl-row-content {
				position: inherit;
			}
		
							.fl-node-5d5fd845ecec6 .uabb-top-row-separator.uabb-has-svg svg {
					width: calc( 100% + 1.5px );
			}
		
					.fl-node-5d5fd845ecec6 .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5d5fd845ecec6 #uabb-top-slit2,
		.fl-node-5d5fd845ecec6 #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5fd845ecec6 #uabb-bottom-slit2,
		.fl-node-5d5fd845ecec6 #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d5fd845ecec6 #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5fd845ecec6 #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5fd845ecec6 #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5fd845ecec6 #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5fd845ecec6 #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5fd845ecec6 #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5fd845ecec6 #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d5fd845ecec6 #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5d5fd845ecec6 .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5d5fd845ecec6 .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 1024px) {				
																	.fl-node-5d5fd845ecec6 .uabb-top-row-separator.uabb-has-svg svg {
							width: 100%;
					}
				
									.fl-node-5d5fd845ecec6 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5d5fd845ecec6 .uabb-top-row-separator.uabb-has-svg svg {
							width: 100%;
					}
				
									.fl-node-5d5fd845ecec6 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
			/* 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 */
.uabb-module-content h1,
.uabb-module-content h2,
.uabb-module-content h3,
.uabb-module-content h4,
.uabb-module-content h5,
.uabb-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;
}

/* Row Separator CSS */

.uabb-row-separator {
    position: absolute;
    width: 100%;
    left: 0;
}

.uabb-top-row-separator {
    top: 0;
    bottom: auto
}

.uabb-bottom-row-separator {
    top: auto;
    bottom: 0;
}

.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
    display: none !important;
}

@media (max-width: 992px) {

    .fl-builder-content-editing .fl-visible-desktop.uabb-row,
    .fl-builder-content-editing .fl-visible-mobile.uabb-row {
        display: none !important;
    }

    .fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
    .fl-builder-content-editing .fl-visible-medium.uabb-row,
    .fl-builder-content-editing .fl-visible-medium-mobile.uabb-row {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .fl-builder-content-editing .fl-visible-desktop.uabb-row,
    .fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
    .fl-builder-content-editing .fl-visible-medium.uabb-row {
        display: none !important;
    }

    .fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
    .fl-builder-content-editing .fl-visible-mobile.uabb-row {
        display: block !important;
    }
}

/*.ult-main-seperator-inner {
    position: relative;
    height: 100%;
    width: 100%
}*/

.fl-responsive-preview-content .fl-builder-content-editing {
    overflow-x: hidden;
    overflow-y: visible;
}

.uabb-row-separator svg {
    width: 100%;
}

.uabb-top-row-separator.uabb-has-svg svg {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    top: -1px;
    bottom: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.uabb-bottom-row-separator.uabb-has-svg svg {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    bottom: -1px;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg .uasvg-wave-separator {
    bottom: 0;
}
.uabb-top-row-separator.uabb-has-svg .uasvg-wave-separator {
    top: 0;
}

/**
 *
 *  Svg Triangle Separator
 *  Big Triangle Separator
 *  Big Triangle Left Separator
 *  Svg Half Circle Separator
 *  Curve Center Separator
 *  Waves Separator
 *  Stamp
 *  Grass
 *  Slime
 *  Grass Bend
 *  Wave Slide
 *  Muliple Triangles
 *  Pine Tree
 *  Pine Tree Bend
 *
 ***************************************/
.uabb-bottom-row-separator.uabb-svg-triangle svg,
.uabb-bottom-row-separator.uabb-xlarge-triangle svg,
.uabb-top-row-separator.uabb-xlarge-triangle-left svg,
.uabb-bottom-row-separator.uabb-svg-circle svg,
.uabb-top-row-separator.uabb-slime-separator svg,
.uabb-top-row-separator.uabb-grass-separator svg,
.uabb-top-row-separator.uabb-grass-bend-separator svg,
.uabb-bottom-row-separator.uabb-mul-triangles-separator svg,
.uabb-top-row-separator.uabb-wave-slide-separator svg,
.uabb-top-row-separator.uabb-pine-tree-separator svg,
.uabb-top-row-separator.uabb-pine-tree-bend-separator svg,
.uabb-bottom-row-separator.uabb-stamp-separator svg,
.uabb-bottom-row-separator.uabb-xlarge-circle svg,
.uabb-top-row-separator.uabb-wave-separator svg{
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

/*
 *  Big Triangle
*/
.uabb-bottom-row-separator.uabb-big-triangle svg {
    left: 50%;
    -webkit-transform: scale(1) scaleY(-1) translateX(-50%);
       -moz-transform: scale(1) scaleY(-1) translateX(-50%);
        -ms-transform: scale(1) scaleY(-1) translateX(-50%);
         -o-transform: scale(1) scaleY(-1) translateX(-50%);
            transform: scale(1) scaleY(-1) translateX(-50%);
}

.uabb-top-row-separator.uabb-big-triangle svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
       -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
         -o-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}

/**
 *
 *  Big Triangle Right Separator
 *
 ***************************************/
.uabb-top-row-separator.uabb-xlarge-triangle-right svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
       -moz-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
         -o-transform: translateX(-50%) scale(-1);
            transform: translateX(-50%) scale(-1);
}

.uabb-bottom-row-separator.uabb-xlarge-triangle-right svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}

/**
 *
 *  Curve Left Separator
 *  Curve Right Separator
 *
 ***************************************/
.uabb-top-row-separator.uabb-curve-up-separator svg {
    left: 50%;
     -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

.uabb-top-row-separator.uabb-curve-down-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
       -moz-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
         -o-transform: translateX(-50%) scale(-1);
            transform: translateX(-50%) scale(-1);
}

.uabb-bottom-row-separator.uabb-curve-down-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}


/**
 *
 *  Tilt Left Separator
 *  Tilt Right Separator
 *
 ***************************************/

.uabb-top-row-separator.uabb-tilt-left-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
       -moz-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
         -o-transform: translateX(-50%) scale(-1);
            transform: translateX(-50%) scale(-1);
}

.uabb-top-row-separator.uabb-tilt-right-separator svg{
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

.uabb-bottom-row-separator.uabb-tilt-left-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.uabb-bottom-row-separator.uabb-tilt-right-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}

.uabb-top-row-separator.uabb-tilt-left-separator,
.uabb-top-row-separator.uabb-tilt-right-separator {
    top: 0;
}

.uabb-bottom-row-separator.uabb-tilt-left-separator,
.uabb-bottom-row-separator.uabb-tilt-right-separator {
    bottom: 0;
}

/**
 *
 *  Clouds Separator
 *  Multi Triangle
 *  Arrow Inward
 *  Arrow Outward
 *
 ***************************************/

.uabb-top-row-separator.uabb-arrow-outward-separator svg,
.uabb-top-row-separator.uabb-arrow-inward-separator svg,
.uabb-top-row-separator.uabb-cloud-separator svg,
.uabb-top-row-separator.uabb-multi-triangle svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

.uabb-bottom-row-separator.uabb-multi-triangle svg {
    bottom: -2px;
}

.uabb-row-separator.uabb-round-split:after,
.uabb-row-separator.uabb-round-split:before {
    left: 0;
    width: 50%;
    background: inherit inherit/inherit inherit inherit inherit;
    content: '';
    position: absolute
}


/* Buttons
------------------------------------------------------ */

.uabb-button-wrap a,
.uabb-button-wrap a:visited {
    /*background: #fafafa;*/
    /*border: 1px solid #ccc;*/
    /* Need to delete later
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;*/
    /*color: #333;*/
    display: inline-block;
    font-size: 16px;
    /*font-weight: normal;*/
    line-height: 18px;
    /*padding: 12px 24px;*/
    text-decoration: none;
    text-shadow: none;
}
.uabb-button-wrap a *,
.uabb-button-wrap a:visited * {
    /*color: #333;*/
}
.fl-builder-content .uabb-button:hover {
    text-decoration: none;
}

.fl-builder-content .uabb-button-width-full .uabb-button {
    display: block;
    text-align: center;
}

.uabb-button-width-custom .uabb-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}
.fl-builder-content .uabb-button-left {
    text-align: left;
}
.fl-builder-content .uabb-button-center {
    text-align: center;
}
.fl-builder-content .uabb-button-right {
    text-align: right;
}

/*.fl-builder-content .uabb-button i {
    vertical-align: middle;
}*/

.fl-builder-content .uabb-button i,
.fl-builder-content .uabb-button i:before {
    font-size: 1em;
    height: 1em;
    line-height: 1em;
    width: 1em;
    /*margin-right:8px;*/
}

.uabb-button .uabb-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}
.uabb-button .uabb-button-icon-before {
    margin-left: 0;
    margin-right: 8px;
}
.uabb-button .uabb-button-icon-no-text {
    margin: 0;
}
.uabb-button-has-icon .uabb-button-text {
    vertical-align: middle;
}

/* Icons
------------------------------------------------------ */

.uabb-icon-wrap {
    display: inline-block;
}
/*.uabb-icon {
    display: table-cell;
    vertical-align: middle;
}*/
.uabb-icon a {
    text-decoration: none;
}
.uabb-icon i {
    /*float: left;*/
    display: block;
}
.uabb-icon i:before {
    border: none !important;
    background: none !important;
}
.uabb-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
}
.uabb-icon-text *:last-child {
    margin: 0 !important;
    padding: 0 !important;
}
.uabb-icon-text a {
    text-decoration: none;
}

/* Photos
------------------------------------------------------ */

.uabb-photo {
    line-height: 0;
    position: relative;
    z-index: 2;
}
.uabb-photo-align-left {
    text-align: left;
}
.uabb-photo-align-center {
    text-align: center;
}
.uabb-photo-align-right {
    text-align: right;
}
.uabb-photo-content {
    border-radius: 0;
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.uabb-photo-content img {
    border-radius: inherit;
    display: inline;
    height: auto;
    max-width: 100%;
    width: auto;
}
.fl-builder-content .uabb-photo-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.fl-builder-content .uabb-photo-crop-square img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.uabb-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uabb-photo-caption-below {
    padding-bottom: 20px;
    padding-top: 10px;
}
.uabb-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;
}
.uabb-photo-content:hover .uabb-photo-caption-hover {
    opacity: 100;
    visibility: visible;
    /*filter: alpha(opacity = 100);*/
}

/* Panel & Buttons
------------------------------------------------------ */
.uabb-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 */
.uabb-imgicon-wrap .uabb-icon {
    display: block;
}
.uabb-imgicon-wrap .uabb-icon i{
    float: none;
}

/* Photo */


.uabb-imgicon-wrap .uabb-image {
    line-height: 0;
    position: relative;
}
.uabb-imgicon-wrap .uabb-image-align-left {
    text-align: left;
}
.uabb-imgicon-wrap .uabb-image-align-center {
    text-align: center;
}
.uabb-imgicon-wrap .uabb-image-align-right {
    text-align: right;
}
.uabb-imgicon-wrap .uabb-image-content {
    display: inline-block;
    border-radius: 0;
    line-height: 0;
    position: relative;
    max-width: 100%;
}
.uabb-imgicon-wrap .uabb-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 .uabb-imgicon-wrap .uabb-image-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-square img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* Creative Button
___________________________________________________________________________*/

.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    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;

}

.uabb-creative-button-wrap a:focus {
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
}

.uabb-creative-button-wrap a .uabb-creative-button-text,
.uabb-creative-button-wrap a .uabb-creative-button-icon,
.uabb-creative-button-wrap a:visited .uabb-creative-button-text,
.uabb-creative-button-wrap a:visited .uabb-creative-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;
}

/*.uabb-creative-button-wrap a *,
.uabb-creative-button-wrap a:visited * {
    color: #333;
}*/

.uabb-creative-button-wrap a:hover {
    text-decoration: none;
}

.uabb-creative-button-wrap .uabb-creative-button-width-full .uabb-creative-button {
    display: block;
    text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-width-custom .uabb-creative-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}
.uabb-creative-button-wrap .uabb-creative-button-left {
    text-align: left;
}
.uabb-creative-button-wrap .uabb-creative-button-center {
    text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-right {
    text-align: right;
}
.uabb-creative-button-wrap .uabb-creative-button i {
    font-size: 1.3em;
    height: auto;
    vertical-align: middle;
    width: auto;
}

.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-before {
    margin-right: 8px;
    margin-left: 0;
}
.uabb-creative-button-wrap.uabb-creative-button-icon-no-text .uabb-creative-button i {
    margin: 0;
}

.uabb-creative-button-wrap .uabb-creative-button-has-icon .uabb-creative-button-text {
    vertical-align: middle;
}






/*  Translate Button styles */

.uabb-creative-button.uabb-creative-transparent-btn {
    background: transparent;
}
.uabb-creative-button.uabb-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  */
.uabb-transparent-fill-top-btn:after,
.uabb-transparent-fill-bottom-btn:after {
    width: 100%;
    height: 0;
    left: 0;
}

/* transparent-fill-top */
.uabb-transparent-fill-top-btn:after {
    top: 0;
}
/* transparent-fill-bottom */
.uabb-transparent-fill-bottom-btn:after {
    bottom: 0;
}

/* transparent-fill-left, transparent-fill-right */
.uabb-transparent-fill-left-btn:after,
.uabb-transparent-fill-right-btn:after {
    width: 0;
    height: 100%;
    top: 0;
}

/* transparent-fill-left */
.uabb-transparent-fill-left-btn:after {
    left: 0;
}
/* transparent-fill-right */
.uabb-transparent-fill-right-btn:after {
    right: 0;
}


/* transparent-fill-center */
.uabb-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  */
.uabb-transparent-fill-diagonal-btn:after,
.uabb-transparent-fill-horizontal-btn:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
}

/*  transparent-fill-diagonal */
.uabb-transparent-fill-diagonal-btn{
    overflow: hidden;
}
.uabb-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 */
.uabb-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 */
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_down-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_up-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_left-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_right-btn {
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

/*a.uabb-creative-threed-btn.uabb-animate_top-btn,
a.uabb-creative-threed-btn.uabb-animate_bottom-btn,
a.uabb-creative-threed-btn.uabb-animate_left-btn,
a.uabb-creative-threed-btn.uabb-animate_right-btn {
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
        -ms-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
} */

.perspective {
    -webkit-perspective: 800px;
       -moz-perspective: 800px;
            perspective: 800px;
            margin: 0;
}
.uabb-creative-button.uabb-creative-threed-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
            transition: all 200ms linear;
}

.uabb-creative-button.uabb-creative-threed-btn {
    /*display: block;*/
    outline: 1px solid transparent;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

/*  3D Button styles --- Animate to top */
.uabb-creative-threed-btn.uabb-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 */
.uabb-creative-threed-btn.uabb-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 */
.uabb-creative-threed-btn.uabb-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 */
.uabb-creative-threed-btn.uabb-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 */
.uabb-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 */
.uabb-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 */
.uabb-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 */
.uabb-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  */
.uabb-creative-flat-btn.uabb-animate_to_right-btn,
.uabb-creative-flat-btn.uabb-animate_to_left-btn,
.uabb-creative-flat-btn.uabb-animate_from_top-btn,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn {
    overflow: hidden;
    position: relative;
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i,
.uabb-creative-flat-btn.uabb-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);
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_to_left-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_top-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn .uabb-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  */
.uabb-creative-flat-btn.uabb-animate_to_right-btn i:before,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i:before,
.uabb-creative-flat-btn.uabb-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 */
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover i {
    left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover i {
    top: 0;
}


/*  Animate Icon to the right */
.uabb-creative-flat-btn.uabb-animate_to_right-btn i {
    top: 0;
    left: -100%;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover .uabb-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 */
.uabb-creative-flat-btn.uabb-animate_to_left-btn i {
    top: 0;
    left: 100%;
}

.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover .uabb-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 */
.uabb-creative-flat-btn.uabb-animate_from_top-btn i {
    top: -100%;
    left: 0;
}

/*.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover span {
    -webkit-transform: translateY(500px);
       -moz-transform: translateY(500px);
        -ms-transform: translateY(500px);
         -o-transform: translateY(500px);
            transform: translateY(500px);*/

.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-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 */
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
    top: 100%;
    left: 0;
}


/*.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover span {
    -webkit-transform: translateY(-500px);
       -moz-transform: translateY(-500px);
        -ms-transform: translateY(-500px);
         -o-transform: translateY(-500px);
            transform: translateY(-500px);*/

.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {
    -webkit-transform: translateY(-400px);
       -moz-transform: translateY(-400px);
        -ms-transform: translateY(-400px);
         -o-transform: translateY(-400px);
            transform: translateY(-400px);
}

/* Media/Video CSS */
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode, 
.uabb-tab-acc-content .mejs-container:not(.mejs-audio), 
.uabb-tab-acc-content .mejs-overlay.load,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode, 
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio), 
.uabb-adv-accordion-content .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio),
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) {
    padding-top: 56.25%;
}
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode {
    max-width: 100% !important;
}
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content video.wp-video-shortcode {
    position: relative;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio) .mejs-mediaelement,
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.uabb-tab-acc-content .mejs-overlay-play,
.uabb-adv-accordion-content .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.fl-row-content-wrap .uabb-row-particles-background {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.uabb-col-particles-background {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

/* Theme Button
------------------------------------------------------ */
/*.fl-builder-content a.uabb-button,
.fl-builder-content a.uabb-button:visited,
.fl-builder-content a.uabb-creative-button,
.fl-builder-content a.uabb-creative-button:visited*/

.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
		
	
	
	
	}

.uabb-dual-button .uabb-btn,
.uabb-dual-button .uabb-btn:visited {
	 
		
	
	
	}


/* Responsive Js Breakpoint Css */

.uabb-js-breakpoint { 
	content:"default"; 
	display:none;
}
@media screen and (max-width: 1024px) {
	.uabb-js-breakpoint {
		content:"1024";
	}
}

@media screen and (max-width: 768px) {
	.uabb-js-breakpoint {
		content:"768";
	}
}


																																																																																																																	
					
											.fl-node-5d5daa4a98091 > .fl-col-content.fl-node-content:hover {
							-webkit-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							-moz-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							-o-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
															-webkit-transition: -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
								-moz-transition: -moz-box-shadow 200ms ease-in-out, -moz-transform 200ms ease-in-out;
								transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
								will-change: box-shadow;
													}
					
					
																
					
											.fl-node-5d5dada358425 > .fl-col-content.fl-node-content:hover {
							-webkit-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							-moz-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							-o-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
															-webkit-transition: -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
								-moz-transition: -moz-box-shadow 200ms ease-in-out, -moz-transform 200ms ease-in-out;
								transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
								will-change: box-shadow;
													}
					
					
																
					
											.fl-node-5d5daf88e4168 > .fl-col-content.fl-node-content:hover {
							-webkit-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							-moz-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							-o-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
															-webkit-transition: -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
								-moz-transition: -moz-box-shadow 200ms ease-in-out, -moz-transform 200ms ease-in-out;
								transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
								will-change: box-shadow;
													}
					
					
																
					
											.fl-node-5d5daf9ab42ce > .fl-col-content.fl-node-content:hover {
							-webkit-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							-moz-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							-o-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
															-webkit-transition: -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
								-moz-transition: -moz-box-shadow 200ms ease-in-out, -moz-transform 200ms ease-in-out;
								transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
								will-change: box-shadow;
													}
					
					
																
					
											.fl-node-5d5dafac2c1aa > .fl-col-content.fl-node-content:hover {
							-webkit-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							-moz-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							-o-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
							box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.55);
															-webkit-transition: -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
								-moz-transition: -moz-box-shadow 200ms ease-in-out, -moz-transform 200ms ease-in-out;
								transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
								will-change: box-shadow;
													}
					
					
																
					
					
					
																
					
					
					
																
					
					
					
																
					
					
					
																
					
					
					
																
					
					
					
																																																																																																
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
            .fl-node-5d5e8f7ca5c22 {
                position: relative;
                            }
            .fl-node-5d5e8f7ca5c22 .pp-col-separator {
                position: absolute;
                right: 0;
                left: 0;
                width: 100%;
                z-index: 1;
            }
            .pp-previewing .fl-node-5d5e8f7ca5c22 .pp-col-separator {
                z-index: 2;
            }
            .fl-node-5d5e8f7ca5c22 .pp-col-separator svg {
                position: absolute;
                left: 0;
                width: 100%;
                opacity: 1;
            }
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-left,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-right,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-top,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-top svg,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-left svg,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-right svg {
                top: 0;
                bottom: auto;
            }
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-bottom,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-bottom svg {
                top: auto;
                bottom: 0;
            }
            .fl-node-5d5e8f7ca5c22 .pp-col-separator.pp-col-separator-left {
                left: 0;
                right: auto;
                z-index: 0;
            }
            .fl-node-5d5e8f7ca5c22 .pp-col-separator.pp-col-separator-right {
                left: auto;
                right: 0;
                z-index: 0;
            }

            .fl-node-5d5e8f7ca5c22 .pp-col-separator-left svg {
                left: 0;
                right: auto;
                                -webkit-transform: rotate(90deg) scaleY(-1) translateX(-40px);
                -moz-transform: rotate(90deg) scaleY(-1) translateX(-40px);
                -ms-transform: rotate(90deg) scaleY(-1) translateX(-40px);
                transform: rotate(90deg) scaleY(-1) translateX(-40px);
                transform-origin: left;
            }
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-right svg {
                left: auto;
                right: 0;
                                -webkit-transform: rotate(90deg) scale(-1, 1) translateX(40px);
                -moz-transform: rotate(90deg) scale(-1, 1) translateX(40px);
                -ms-transform: rotate(90deg) scale(-1, 1) translateX(40px);
                transform: rotate(90deg) scale(-1, 1) translateX(40px);
                transform-origin: right;
            }
                        .fl-node-5d5e8f7ca5c22 .pp-col-separator-right svg.pp-tilt-right {
                                -webkit-transform: rotate(90deg) scale(-1, 1) translate3d(40px, -40px, 0);
                -moz-transform: rotate(90deg) scale(-1, 1) translate3d(40px, -40px, 0);
                -ms-transform: rotate(90deg) scale(-1, 1) translate3d(40px, -40px, 0);
                transform: rotate(90deg) scale(-1, 1) translate3d(40px, -40px, 0);
            }
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-left svg.pp-tilt-left {
                                -webkit-transform: rotate(90deg) scaleY(-1) translate3d(-40px, -40px, 0);
                -moz-transform: rotate(90deg) scaleY(-1) translate3d(-40px, -40px, 0);
                -ms-transform: rotate(90deg) scaleY(-1) translate3d(-40px, -40px, 0);
                transform: rotate(90deg) scaleY(-1) translate3d(-40px, -40px, 0);
            }
            
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-bottom svg.pp-big-triangle,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-top svg.pp-big-triangle-left,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-top svg.pp-big-triangle-right,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-bottom svg.pp-small-triangle,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-top svg.pp-tilt-right,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-bottom svg.pp-tilt-right,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-bottom svg.pp-curve,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-bottom svg.pp-wave,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-top svg.pp-cloud,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-bottom svg.pp-slit,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-bottom svg.pp-slit {
                -webkit-transform: scaleY(-1);
                -moz-transform: scaleY(-1);
                -ms-transform: scaleY(-1);
                -o-transform: scaleY(-1);
                transform: scaleY(-1);
            }
                                    .fl-node-5d5e8f7ca5c22 .pp-col-separator svg.pp-big-triangle-right,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-bottom svg.pp-tilt-right {
                -webkit-transform: scaleX(-1);
                -moz-transform: scaleX(-1);
                -ms-transform: scaleX(-1);
                -o-transform: scaleX(-1);
                transform: scaleX(-1);
            }
            .fl-node-5d5e8f7ca5c22 .pp-col-separator-top svg.pp-tilt-left {
                -webkit-transform: scale(-1);
                -moz-transform: scale(-1);
                -ms-transform: scale(-1);
                -o-transform: scale(-1);
                transform: scale(-1);
            }
            .fl-node-5d5e8f7ca5c22 .pp-col-separator .pp-zigzag:before,
            .fl-node-5d5e8f7ca5c22 .pp-col-separator .pp-zigzag:after {
                content: '';
                pointer-events: none;
                position: absolute;
                right: 0;
                left: 0;
                z-index: 1;
                display: block;
                height: 80px;
                background-size: 80px 100%;
            }
            .fl-node-5d5e8f7ca5c22 .pp-col-separator .pp-zigzag:after {
                top: 100%;
                background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #dc2510), color-stop(0.25, #dc2510));
                background-image: linear-gradient(135deg, #dc2510 25%, transparent 25%), linear-gradient(225deg, #dc2510 25%, transparent 25%);
                background-position: 50%;
            }
            @media only screen and (max-width: 768px) {
                .fl-node-5d5e8f7ca5c22 .pp-col-separator {
                                            display: none;
                                    }
                            }
            @media only screen and (max-width: 480px) {
                .fl-node-5d5e8f7ca5c22 .pp-col-separator {
                                            display: none;
                                    }
                            } 