.button-width-full {
	width: 100%;
}

.button-width-dynamic {
	width: auto;
}

.button-alignment-left {
	text-align: left !important;
}

.button-alignment-center {
	text-align: center !important;
}

.button-alignment-right {
	text-align: right !important;
}

/* .mw250 {
    max-width: 250px;
} */

.nf {
	float: none !important;
}

/* .ovh {
	overflow: hidden;
} */

/* .auto-width {
	width: auto;
} */

/* .v-middle {
	vertical-align: middle !important;
} */

/* .w100 {
	width: 100%;
} */

/* .inactive {
	display: none;
} */

.OverlayCms {
	background-color: rgba(255, 255, 255, 0.8);
	transform: translate(-0%, -50%);
	position: absolute;
	top: 50%;
	margin: auto;
	padding: 15px;
}

.OverlayCms.overlayCol-2 {
	width: 16.67%;
}

.OverlayCms.overlayCol-3 {
	width: 25%;
}

.OverlayCms.overlayCol-4 {
	width: 33.34%;
}

.OverlayCms.overlayCol-6 {
	width: 50%;
}

.OverlayCms.overlayCol-8 {
	width: 75%;
}

.OverlayCms.overlayCol-12 {
	width: 100%;
}

.OverlayCms.cms-overlay-right {
	right: 0;
}

.OverlayCms.cms-overlay-left {
	left: 0;
}

.OverlayCms .dd-shortcode-text h1,
.OverlayCms .dd-shortcode-text h2,
.OverlayCms .dd-shortcode-text h3,
.OverlayCms .dd-shortcode-text h4,
.OverlayCms .dd-shortcode-text h5,
.OverlayCms .dd-shortcode-text h6 {
	margin-top: 0;
}

.video-player {
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	overflow: hidden;
	width: 100%;
	height: auto;
}

.video-player.ratio169 {
	padding-bottom: 56.25%;
}

.video-player.ratio43 {
	padding-bottom: 75%;
}

.video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* .social-icons-list > div {
	height: 30px;
	margin: 0 0 10px 0;
} */
