









.fl-node-52koyl6zr1h9 {
	width: 33.33%;
}




.fl-node-kz81artfw24u {
	width: 33.33%;
}




.fl-node-zrg8vouf4s75 {
	width: 33.33%;
}
/**
 * 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-09ic1rqfbhou .pp-spacer {
	float: left;
	height: 1px;
	width: 10px;
}

.fl-node-09ic1rqfbhou .pp-dual-button-content a.pp-button {
			border-width: 1px;
				border-style:  none;
			text-decoration: none;
	box-shadow: none;
	display: block;
}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1 a.pp-button {
		background-color: #eeeeee;
			color: #565656;
			border-color: #333333;
		position: relative;
	vertical-align: middle;
}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1 a.pp-button:hover {
		background-color: #dddddd;
			color: #565656;
			border-color: #c6c6c6;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1 a.pp-button:hover span {
		color: #565656;
	}

.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2 a.pp-button {
		background-color: #dddddd;
			color: #565656;
			border-color: #333333;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2 a.pp-button:hover {
		background-color: #eeeeee;
			color: #565656;
			border-color: #c6c6c6;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2 a.pp-button:hover span {
		color: #565656;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content a.pp-button .pp-font-icon {
	margin-left: 5px;
}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1 .pp-font-icon {
			font-size: 20px;
			color: #565656;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1 a.pp-button:hover .pp-font-icon {
		color: #565656;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1 .custom_icon {
			width:20px;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2 .pp-font-icon {
			font-size: 20px;
			color: #565656;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2 a.pp-button:hover .pp-font-icon {
		color: #565656;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2 .custom_icon {
			width:20px;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-inner {
	display: inline-block;
	float: left;
}

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

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

.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-sweep_right .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-sweep_left .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-sweep_bottom .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-sweep_top .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-bounce_right .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-bounce_left .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-bounce_bottom .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-bounce_top .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-radial_out .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-radial_in .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-rectangle_out .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-rectangle_in .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_horizontal .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_out_horizontal .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_vertical .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_out_vertical .pp-button:before {
		background: #dddddd;
			color: #565656;
			border-color: #c6c6c6;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-sweep_right .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-sweep_left .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-sweep_bottom .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-sweep_top .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-bounce_right .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-bounce_left .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-bounce_bottom .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-bounce_top .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-radial_out .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-radial_in .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-rectangle_out .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-rectangle_in .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_horizontal .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_out_horizontal .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_vertical .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_out_vertical .pp-button:before {
		background: #eeeeee;
			color: #565656;
			border-color: #c6c6c6;
	}

.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-radial_in .pp-button,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-rectangle_in .pp-button,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_horizontal .pp-button,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_vertical .pp-button,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_diagonal .pp-button {
		background: #dddddd;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-radial_in .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-rectangle_in .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_horizontal .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_vertical .pp-button:before {
		background: #eeeeee;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-radial_in .pp-button,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-rectangle_in .pp-button,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_horizontal .pp-button,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_vertical .pp-button,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_diagonal .pp-button {
		background: #eeeeee;
	}
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-radial_in .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-rectangle_in .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_horizontal .pp-button:before,
.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_vertical .pp-button:before {
		background: #dddddd;
	}

.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_out_diagonal .pp-button:after {
		background: #dddddd;
			color: #565656;
			border-color: #c6c6c6;
				transition-duration: 200ms;
	}

@media only screen and ( max-width: 992px ) {
		.fl-node-09ic1rqfbhou .pp-spacer {
		width: 10px;
			}
}

@media only screen and ( max-width: 768px ) {
		.fl-node-09ic1rqfbhou .pp-spacer {
		width: 10px;
	}
}

@media only screen and ( max-width: 480px ) {
	.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button-inner {
		float: none;
		text-align: center;
	}
	.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button,
	.fl-node-09ic1rqfbhou .pp-dual-button-content .pp-dual-button .pp-button {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}
	.fl-node-09ic1rqfbhou .pp-spacer {
		float: none;
		height: 10px;
	}
	
}
.fl-node-09ic1rqfbhou .pp-dual-button-content a.pp-button {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 200px;
}
.pp-search-form {
	display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.pp-screen-reader-text {
	position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*---- Reset ---- */
.pp-search-form input[type="search"],
.pp-search-form button {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    min-width: 0;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.pp-search-form button:hover {
	border: 0;
}

.pp-search-form input[type="search"]:focus,
.pp-search-form button:focus {
	outline: 0;
    color: inherit;
}
.pp-search-form input[type="search"]:focus {
	background: none;
	background-color: transparent;
	border: 0;
}

.pp-search-form input[type="search"] {
	padding: 10px;
}

.pp-search-form button {
    background-color: #aaa;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
}
.pp-search-form button[type="submit"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pp-search-form__input {
    flex-basis: 100%;
    color: #555;
	transition: color 0.2s;
}
.pp-search-form__input::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 0.6;
}
.pp-search-form__input:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 0.6;
}
.pp-search-form__input::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 0.6;
}
.pp-search-form__input:-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 0.6;
}
.pp-search-form__input::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 0.6;
}

.pp-search-form__container {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    border: 0 solid transparent;
    min-height: 50px;
}

.pp-search-form--style-minimal .pp-search-form__icon {
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	color: #555;
}

.pp-search-form-wrap:not(.pp-search-form--style-full_screen) .pp-search-form__container:not(.pp-search-form--lightbox) {
	background: #eee;
}

.pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form__container:not(.pp-search-form--lightbox) {
	overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
	transform: scale(0);
}
.pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form__container {
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding: 0 15%;
    background-color: rgba(0, 0, 0, 0.8);
}

.pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form input[type="search"].pp-search-form__input {
	font-size: 30px;
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #fff;
    line-height: 1.5;
	color: #fff;
	border-radius: 0;
}

.pp-search-form--style-full_screen .pp-search-form__toggle {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    color: #333;
}
.pp-search-form--style-full_screen .pp-search-form__toggle i {
    position: relative;
    display: block;
    border: solid 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 33px;
    height: 33px;
    background-color: rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}
.pp-search-form--style-full_screen .pp-search-form__toggle i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.55em;
}

.pp-search-form__submit {
	color: #fff;
    -webkit-transition: color 0.2s, background 0.2s;
    -o-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
}
.pp-search-form--button-type-text .pp-search-form__submit {
	-webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pp-search-form--lightbox-close {
	color: #eaeaea;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 1;
	cursor: pointer;
	position: absolute;
	top: 30px;
    right: 30px;
	font-size: 25px;
	line-height: 1;
    padding: 5px;
    z-index: 2;
}
.pp-search-form--lightbox-close svg {
    stroke: #fff;
	stroke-width: 3px;
	width: 30px;
	height: 30px;
}.fl-node-fh5j6gpvlk0d .pp-search-form-wrap:not(.pp-search-form--style-full_screen) .pp-search-form__container:not(.pp-search-form--lightbox) {
	}

.fl-node-fh5j6gpvlk0d .pp-search-form-wrap:not(.pp-search-form--style-full_screen) .pp-search-form--focus .pp-search-form__container:not(.pp-search-form--lightbox) {
		}

.fl-node-fh5j6gpvlk0d .pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form__container {
	}

.fl-node-fh5j6gpvlk0d .pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form--focus input[type="search"].pp-search-form__input {
	}

.fl-node-fh5j6gpvlk0d .pp-search-form__icon {
	padding-left: calc( 50px / 3 );
}

.fl-node-fh5j6gpvlk0d .pp-search-form__input,
.fl-node-fh5j6gpvlk0d .pp-search-form-wrap.pp-search-form--style-full_screen input[type="search"].pp-search-form__input {
	}

.fl-node-fh5j6gpvlk0d .pp-search-form--focus input[type="search"].pp-search-form__input,
.fl-node-fh5j6gpvlk0d .pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form--focus input[type="search"].pp-search-form__input {
	}



.fl-node-fh5j6gpvlk0d .pp-search-form__submit {
		}

.fl-node-fh5j6gpvlk0d .pp-search-form__submit:hover {
		}

.fl-node-fh5j6gpvlk0d .pp-search-form--style-full_screen .pp-search-form {
	text-align: center;	
}

.fl-node-fh5j6gpvlk0d .pp-search-form__toggle i {
			--toggle-icon-size: calc( em / 100 );
				font-size:  50px;
		width:  50px;
		height:  50px;
						border-width: px;
				border-radius: px;
	}
.fl-node-fh5j6gpvlk0d .pp-search-form__toggle:hover i {
		}
.fl-node-fh5j6gpvlk0d .pp-search-form__toggle i:before {
		font-size: var(--toggle-icon-size);
	}.fl-node-fh5j6gpvlk0d .pp-search-form__container {
	min-height: 50px;
}
.fl-node-fh5j6gpvlk0d .pp-search-form--button-type-icon .pp-search-form__submit {
	font-size: 16px;
}
.fl-node-fh5j6gpvlk0d input[type='search'].pp-search-form__input, .fl-node-fh5j6gpvlk0d .pp-search-form--button-type-text .pp-search-form__submit {
	padding-left: calc( 50px / 3 );
	padding-right: calc( 50px / 3 );
}
.fl-node-fh5j6gpvlk0d input[type='search'].pp-search-form__input {
	min-height: 50px;
}
.fl-node-fh5j6gpvlk0d .pp-search-form-wrap:not(.pp-search-form--style-full_screen) .pp-search-form__input {
	min-height: 50px;
	max-height: 50px;
}
.fl-node-fh5j6gpvlk0d .pp-search-form__submit {
	min-width: calc( 1 * 50px );
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.fl-module .pp-notification-wrapper .pp-notification-icon {
	float: left;
	display: table;
	margin-right: 10px;
}
.fl-module .pp-notification-wrapper .pp-notification-icon .pp-icon {
	display: table-cell;
	vertical-align: middle;
}
.fl-module .pp-notification-wrapper .pp-notification-icon .dashicons,
.fl-module .pp-notification-wrapper .pp-notification-icon .dashicons-before:before {
	font-size: inherit;
	height: auto;
	width: auto;
}
.fl-module .pp-notification-wrapper .pp-notification-content {
	overflow: hidden;
}
.fl-module .pp-notification-wrapper .pp-notification-inner .pp-notification-content p:last-of-type {
	margin-bottom: 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-r75mb6kncogh .pp-notification-wrapper {
			background-color: #dddddd;
	}

.fl-node-r75mb6kncogh .pp-notification-wrapper .pp-notification-inner .pp-notification-icon {
	margin-right: 10px;
}
.fl-node-r75mb6kncogh .pp-notification-wrapper .pp-notification-inner .pp-notification-icon span.pp-icon {
	color: #000000;	font-size: 16px;}
.fl-node-r75mb6kncogh .pp-notification-wrapper .pp-notification-inner .pp-notification-content p {
	color: #000000;}

.fl-node-r75mb6kncogh .pp-notification-wrapper {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */


                                
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
		
        
		
        
        			.fl-node-givt2cldxryw .fl-row-content {
				min-width: 0px;
			}
		