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

.vylijaq *,
.vylijaq *:before,
.vylijaq *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.qovuser:before,
.qovuser:after,
.qacajyk:before,
.qacajyk:after,
.fucyke:before,
.fucyke:after,
.pecur:before,
.pecur:after,
.pope:before,
.pope:after,
.vedybi:before,
.vedybi:after {
	display: table;
	content: " ";
}
.qovuser:after,
.qacajyk:after,
.fucyke:after,
.pecur:after,
.pope:after,
.vedybi:after {
	clear: both;
}
.qovuser,
.qacajyk,
.fucyke,
.pecur,
.pope,
.vedybi {
	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,
.bavocu,
.fl-visible-mobile,
.fucyke .fl-visible-medium.pecur,
.fucyke .bavocu.pecur,
.fucyke .fl-visible-mobile.pecur {
	display: none;
}

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

.qovuser,
.qacajyk {
	margin-left: auto;
	margin-right: auto;
}
.myqeqi {
	position: relative;
}

/* Photo Bg */
.cihidew-mobile .vylysyb .myqeqi {
	background-attachment: scroll;
}

/* Video and Embed Code Bg */
.qovuser-bg-video,
.qovuser-bg-video .qacajyk,
.qovuser-bg-embed,
.qovuser-bg-embed .qacajyk {
	position: relative;
}

.qovuser-bg-video .fl-bg-video,
.qovuser-bg-embed .fl-bg-embed-code {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.qovuser-bg-video .fl-bg-video video,
.qovuser-bg-embed .fl-bg-embed-code video {
	bottom: 0;
	left: 0px;
	max-width: none;
	position: absolute;
	right: 0;
	top: 0px;
}
.qovuser-bg-video .fl-bg-video iframe,
.qovuser-bg-embed .fl-bg-embed-code 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 */
.qovuser-bg-slideshow,
.qovuser-bg-slideshow .qacajyk {
	position: relative;
}
.qovuser .fl-bg-slideshow {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.cihidew-edit .qovuser .fl-bg-slideshow * {
	bottom: 0;
	height: auto !important;
	left: 0;
	position: absolute !important;
	right: 0;
	top: 0;
}

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

/* Full Height Rows */
.qovuser-full-height .myqeqi,
.qovuser-custom-height .myqeqi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;

}
.qovuser-overlap-top .myqeqi {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
}
.qovuser-custom-height .myqeqi {
	min-height: 0;
}
.cihidew-edit .qovuser-full-height .myqeqi {
	min-height: calc( 100vh - 48px );
}
.qovuser-full-height .qacajyk,
.qovuser-custom-height .qacajyk {
  -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;
}
.qovuser-full-height .rukyco.qacajyk,
.qovuser-custom-height .rukyco.qacajyk {
	max-width: 100%;
	width: 100%;
}

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

/* Stupid IE Full Height Row Fixes */
.cihidew-ie-11 .qovuser-full-height .myqeqi,
.cihidew-ie-11 .qovuser-custom-height .myqeqi {
	height: auto;
}

.cihidew-ie-11 .qovuser-full-height .qacajyk,
.cihidew-ie-11 .qovuser-custom-height .qacajyk {
	flex: 0 0 auto;
	flex-basis: 100%;
	margin: 0;
}

.cihidew-ie-11 .qovuser-full-height.qovuser-align-top .qacajyk,
.cihidew-ie-11 .qovuser-full-height.qovuser-align-bottom .qacajyk,
.cihidew-ie-11 .qovuser-custom-height.qovuser-align-top .qacajyk,
.cihidew-ie-11 .qovuser-custom-height.qovuser-align-bottom .qacajyk {
    margin: 0 auto;
}

.cihidew-ie-11 .qovuser-full-height.qovuser-align-center .fucyke:not(.fucyke-equal-height),
.cihidew-ie-11 .qovuser-custom-height.qovuser-align-center .fucyke:not(.fucyke-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 */
.qovuser-full-height.qovuser-align-center .myqeqi,
.qovuser-custom-height.qovuser-align-center .myqeqi {
	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 */
.qovuser-full-height.qovuser-align-bottom .myqeqi,
.qovuser-custom-height.qovuser-align-bottom .myqeqi {
	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 */
.cihidew-ie-11 .qovuser-full-height.qovuser-align-bottom .myqeqi,
.cihidew-ie-11 .qovuser-custom-height.qovuser-align-bottom .myqeqi {
	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){
  .qovuser-full-height .myqeqi{
    min-height: 1024px;
  }
}

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

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

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

.fucyke-equal-height,
.fucyke-equal-height .pecur,
.fucyke-equal-height .dipuqo{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.fucyke-equal-height{
    -webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    		flex-wrap: wrap;
			    width: 100%;
}
.fucyke-equal-height.fucyke-has-child-loading {
    -webkit-flex-wrap: nowrap;
    	-ms-flex-wrap: nowrap;
    		flex-wrap: nowrap;
}
.fucyke-equal-height .pecur,
.fucyke-equal-height .dipuqo{
  -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;
}
.fucyke-equal-height .dipuqo{
	    -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%;
}
.fucyke-equal-height:before,
.fucyke-equal-height .pecur:before,
.fucyke-equal-height .dipuqo:before,
.fucyke-equal-height:after,
.fucyke-equal-height .pecur:after,
.fucyke-equal-height .dipuqo:after{
	content: none;
}

/* Equal height align center */
.fucyke-equal-height.fucyke-align-center .dipuqo {
	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 */
.fucyke-equal-height.fucyke-align-bottom .dipuqo {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

.fucyke-equal-height.fucyke-align-center .pope,
.fucyke-equal-height.fucyke-align-center .fucyke {
	width: 100%;
}

/* IE11 fix for images with height:auto in equal height columns. */
.cihidew-ie-11 .fucyke-equal-height,
.cihidew-ie-11 .fucyke-equal-height .pecur,
.cihidew-ie-11 .fucyke-equal-height .dipuqo,
.cihidew-ie-11 .fucyke-equal-height .pope,
.fucyke-equal-height.fucyke-align-center .fucyke {
	min-height: 1px;
}

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

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

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

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

.pope img {
	max-width: 100%;
}

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

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

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

.vylijaq a.fl-button,
.vylijaq 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;
}
.vylijaq .fl-button:hover {
	text-decoration: none;
}
.vylijaq .fl-button:active {
	position: relative;
	top: 1px;
}
.vylijaq .fl-button-width-full .fl-button {
	display: block;
	text-align: center;
}
.vylijaq .fl-button-width-custom .fl-button {
	display: inline-block;
	text-align: center;
	max-width: 100%;
}
.vylijaq .fl-button-left {
	text-align: left;
}
.vylijaq .fl-button-center {
	text-align: center;
}
.vylijaq .fl-button-right {
	text-align: right;
}
.vylijaq .fl-button i {
	font-size: 1.3em;
	height: auto;
	margin-right:8px;
	vertical-align: middle;
	width: auto;
}
.vylijaq .fl-button i.fl-button-icon-after {
	margin-left: 8px;
	margin-right: 0;
}
.vylijaq .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
------------------------------------------------------ */

.cihidew-pagination,
.cihidew-pagination-load-more {
	padding: 40px 0;
}
.cihidew-pagination ul.vunu-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.cihidew-pagination li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.cihidew-pagination li a.vunu-numbers,
.cihidew-pagination li span.vunu-numbers {
	border: 1px solid #e6e6e6;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 5px;
}
.cihidew-pagination li a.vunu-numbers:hover,
.cihidew-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
------------------------------------------------------ */

.vylijaq .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;
}
.cihidew-preview .fl-animation,
.cihidew-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
------------------------------------------------------- */
.cihidew-layer {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.cihidew-shape-layer {
	z-index: 0;
}
.cihidew-shape-layer.cihidew-bottom-edge-layer {
	z-index: 1;
}
.qovuser-bg-overlay .cihidew-shape-layer {
	z-index: 1;
}
.qovuser-bg-overlay .cihidew-shape-layer.cihidew-bottom-edge-layer {
	z-index: 2;
}
.qovuser-has-layers .qacajyk {
	z-index: 1;
}
.qovuser-bg-overlay .qacajyk {
	z-index: 2;
}

.cihidew-layer > * {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.cihidew-layer + .qacajyk {
	position: relative;
}
.cihidew-layer .fl-shape {
	fill: #aaa;
	stroke: none;
	stroke-width: 0;
	width:100%;
}
/*
Fix ipad parallax issue on safari
https://core.trac.wordpress.org/ticket/48802
https://core.trac.wordpress.org/ticket/49285
https://github.com/WordPress/gutenberg/issues/17718
*/
@supports (-webkit-touch-callout: inherit) {
  .qovuser.qovuser-bg-parallax .myqeqi,
  .qovuser.qovuser-bg-fixed .myqeqi {
    background-position: center !important;
    background-attachment: scroll !important;
  }
}

@supports (-webkit-touch-callout: none) {
	.qovuser.qovuser-bg-fixed .myqeqi {
		background-position: center !important;
		background-attachment: scroll !important;
	}
}

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

.vylijaq a.fl-button,
.vylijaq a.fl-button:visited {
	background: #fafafa;
	border: 1px solid #ccc;
	color: #333;
}
.vylijaq a.fl-button *,
.vylijaq a.fl-button:visited * {
	color: #333;
}.myqeqi { margin: 0px; }.myqeqi { padding: 20px; }.xapohur { max-width: 1300px; }.dipuqo { margin: 0px; }.dipuqo { padding: 0px; }.vedybi { margin: 20px; }@media (max-width: 1040px) { /* Responsive Utilities
------------------------------------------------------ */

.segexub,
.fl-visible-mobile,
.fucyke .segexub.pecur,
.fucyke .fl-visible-mobile.pecur {
	display: none;
}
.segexub-medium,
.fl-visible-medium,
.bavocu,
.fucyke .segexub-medium.pecur,
.fucyke .fl-visible-medium.pecur,
.fucyke .bavocu.pecur {
	display: block;
}
.fucyke-equal-height .segexub-medium.pecur,
.fucyke-equal-height .fl-visible-medium.pecur,
.fucyke-equal-height .bavocu.pecur {
	display: flex;
}
 }@media (max-width: 900px) { /* Responsive Utilities
------------------------------------------------------ */

.segexub,
.segexub-medium,
.fl-visible-medium,
.fucyke .segexub.pecur,
.fucyke .segexub-medium.pecur,
.fucyke .fl-visible-medium.pecur,
.fucyke-equal-height .segexub-medium.pecur,
.fucyke-equal-height .fl-visible-medium.pecur {
	display: none;
}

.bavocu,
.fl-visible-mobile,
.fucyke .bavocu.pecur,
.fucyke .fl-visible-mobile.pecur {
	display: block;
}

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

.myqeqi {
	background-attachment: scroll !important;
}
.qovuser-bg-parallax .myqeqi {
	background-attachment: scroll !important;
	background-position: center center !important;
}

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

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

/* Reversed Responsive Stacking */
.fucyke.fucyke-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;
}
.fucyke.fucyke-responsive-reversed .pecur {
	-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;
}
.fucyke-responsive-reversed .pecur: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;
}
.fucyke-responsive-reversed .pecur:nth-of-type(2) {
	-webkit-box-ordinal-group: 11;
  	-moz-box-ordinal-group: 11;
  	-ms-flex-order: 11;
  	-webkit-order: 11;
	order: 11;
}
.fucyke-responsive-reversed .pecur:nth-of-type(3) {
	-webkit-box-ordinal-group: 10;
  	-moz-box-ordinal-group: 10;
  	-ms-flex-order: 10;
  	-webkit-order: 10;
	order: 10;
}
.fucyke-responsive-reversed .pecur:nth-of-type(4) {
	-webkit-box-ordinal-group: 9;
  	-moz-box-ordinal-group: 9;
  	-ms-flex-order: 9;
  	-webkit-order: 9;
	order: 9;
}
.fucyke-responsive-reversed .pecur:nth-of-type(5) {
	-webkit-box-ordinal-group: 8;
  	-moz-box-ordinal-group: 8;
  	-ms-flex-order: 8;
  	-webkit-order: 8;
	order: 8;
}
.fucyke-responsive-reversed .pecur:nth-of-type(6) {
	-webkit-box-ordinal-group: 7;
  	-moz-box-ordinal-group: 7;
  	-ms-flex-order: 7;
  	-webkit-order: 7;
	order: 7;
}
.fucyke-responsive-reversed .pecur:nth-of-type(7) {
	-webkit-box-ordinal-group: 6;
  	-moz-box-ordinal-group: 6;
  	-ms-flex-order: 6;
  	-webkit-order: 6;
	order: 6;
}
.fucyke-responsive-reversed .pecur:nth-of-type(8) {
	-webkit-box-ordinal-group: 5;
  	-moz-box-ordinal-group: 5;
  	-ms-flex-order: 5;
  	-webkit-order: 5;
	order: 5;
}
.fucyke-responsive-reversed .pecur:nth-of-type(9) {
	-webkit-box-ordinal-group: 4;
  	-moz-box-ordinal-group: 4;
  	-ms-flex-order: 4;
  	-webkit-order: 4;
	order: 4;
}
.fucyke-responsive-reversed .pecur:nth-of-type(10) {
	-webkit-box-ordinal-group: 3;
  	-moz-box-ordinal-group: 3;
  	-ms-flex-order: 3;
  	-webkit-order: 3;
	order: 3;
}
.fucyke-responsive-reversed .pecur:nth-of-type(11) {
	-webkit-box-ordinal-group: 2;
  	-moz-box-ordinal-group: 2;
  	-ms-flex-order: 2;
  	-webkit-order: 2;
	order: 2;
}
.fucyke-responsive-reversed .pecur:nth-of-type(12) {
	-webkit-box-ordinal-group: 1;
  	-moz-box-ordinal-group: 1;
  	-ms-flex-order: 1;
  	-webkit-order: 1;
  	order: 1;
}

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

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

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

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

.pecur[data-node] .dipuqo {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
 }.vunu .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; }.sumuwi {
	color: #ffffff;
}
.vylijaq .sumuwi *: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;
}

.vylijaq .sumuwi a {
	color: #ffffff;
}

.vylijaq .sumuwi a:hover {
	color: #ffffff;
}

.vylijaq .sumuwi h1,
.vylijaq .sumuwi h2,
.vylijaq .sumuwi h3,
.vylijaq .sumuwi h4,
.vylijaq .sumuwi h5,
.vylijaq .sumuwi h6,
.vylijaq .sumuwi h1 a,
.vylijaq .sumuwi h2 a,
.vylijaq .sumuwi h3 a,
.vylijaq .sumuwi h4 a,
.vylijaq .sumuwi h5 a,
.vylijaq .sumuwi h6 a {
	color: #ffffff;
}


.sumuwi > .myqeqi {
	background-image: url(https://partners.umbrella.com/wp-content/uploads/2019/07/partner-banner.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: scroll;
	background-size: cover;
}
.gitike {
	color: #ffffff;
}
.vylijaq .gitike *: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;
}

.vylijaq .gitike a {
	color: #ffffff;
}

.vylijaq .gitike a:hover {
	color: #ffffff;
}

.vylijaq .gitike h1,
.vylijaq .gitike h2,
.vylijaq .gitike h3,
.vylijaq .gitike h4,
.vylijaq .gitike h5,
.vylijaq .gitike h6,
.vylijaq .gitike h1 a,
.vylijaq .gitike h2 a,
.vylijaq .gitike h3 a,
.vylijaq .gitike h4 a,
.vylijaq .gitike h5 a,
.vylijaq .gitike h6 a {
	color: #ffffff;
}


.gitike > .myqeqi {
	background-image: url(https://partners.umbrella.com/wp-content/uploads/2019/07/partner-banner-mobile.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
	background-size: cover;
}
 .gitike > .myqeqi {
	padding-bottom:400px;
}










.zakeled > .myqeqi {
	background-color: #f5f5f5;
}
.zakeled .qacajyk {
	max-width: 1260px;
}
 .zakeled > .myqeqi {
	padding-top:50px;
	padding-bottom:50px;
	padding-left:50px;
}





 .kykiwy > .myqeqi {
	padding-top:50px;
	padding-bottom:0px;
}




.wafo {
	width: 50%;
}




.vuwamon {
	width: 50%;
}




.mazojuv {
	width: 100%;
}




.faqofi {
	width: 100%;
}




.dequw {
	width: 100%;
}




.kuqypi {
	width: 25%;
}




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




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




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




.maqawif {
	width: 100%;
}




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




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




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




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




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




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




.nypexu {
	width: 100%;
}
.ziqa .fl-heading {
	padding: 0 !important;
	margin: 0 !important;
} .fl-node-5d3be14b41ba4 > .vedybi {
	margin-top:0px;
}
.vylijaq .rizos strong {
	font-weight: bold;
}
 .tykucy > .vedybi {
	margin-top:0px;
}
 .rodo > .vedybi {
	margin-right:0px;
	margin-left:0px;
}
 .memesa > .vedybi {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:-20px;
	margin-left:0px;
}
@media (max-width: 900px) { .memesa > .vedybi { margin-bottom:20px; } }.fl-animated.fl-zoom-in {
	animation: fl-zoom-in 1s ease;
	-webkit-animation: fl-zoom-in 1s ease;
}
@-webkit-keyframes fl-zoom-in {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes fl-zoom-in {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
 .fl-node-5d3bf7908ff04 > .vedybi {
	margin-right:0px;
	margin-left:0px;
}
 .lubamok > .vedybi {
	margin-top:20px;
}
 .fl-node-5d3cb7b924f35 > .vedybi {
	margin-bottom:0px;
}
img.mfp-img {
    padding-bottom: 40px !important;
}
@media (max-width: 900px) { /* Mobile Photo */
.fl-photo-content {
	width: 100%;
} }.fl-node-5d3cb5392843a .fl-photo {
	text-align: center;
}
.fl-node-5d3cb5392843a .fl-photo-img, .fl-node-5d3cb5392843a .fl-photo-content {
	width: 150px;
}
.fl-node-5d3cb4c82536f .fl-photo {
	text-align: center;
}
.fl-node-5d3cb4c82536f .fl-photo-img, .fl-node-5d3cb4c82536f .fl-photo-content {
	width: 150px;
}
.fl-node-5d3cb5c0063e4 .fl-photo {
	text-align: center;
}
.fl-node-5d3cb5c0063e4 .fl-photo-img, .fl-node-5d3cb5c0063e4 .fl-photo-content {
	width: 150px;
}
.fl-node-5d3cb5c8401c6 .fl-photo {
	text-align: center;
}
.fl-node-5d3cb5c8401c6 .fl-photo-img, .fl-node-5d3cb5c8401c6 .fl-photo-content {
	width: 150px;
}
.vylijaq .fl-node-5db8a3b64db06 .rizos, .vylijaq .fl-node-5db8a3b64db06 .rizos * {
	text-align: center;
}

/* Start Global CSS */

/* End Global CSS */


/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */


                                
        
                                
        
                                
        
                                
        
                                
        
        .cihidew-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .cihidew-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .cihidew-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .cihidew-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .cihidew-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        