.settingsButton {
	background-color: white;
	padding: 2px 7px;
	border-radius: 4px;
	font-size: 11px;
}

.character-counter {
	position: absolute;
	bottom: -8px;
	right: 12px;
	font-size: 10px !important;
}

.rowTrimPad {
	margin-left: -20px !important;
	margin-right: -20px !important;
}

.wrapperBooster {
	position: relative;
	margin-top: 70px;
	width: 85%;
	z-index: 1000;
}

.wrapperBooster > .row {
	position: relative;
	z-index: 1000;
}

.rowResBottom {
	margin-bottom: 0;
}

.boosterBg {
	position: fixed;
	left: 10%;
	top: 0;
	width: 100%;
	max-width: 1400px;
	z-index: 1;
	opacity: .2;
}

.boosterMenu i {
	font-size: 30px;
	margin-right: 10px;
}

.apbLogo {
	max-height: 58px;
	width: auto;
	max-width: 100%;
}

.menuButton,
.standardForm,
.greyBox {
	background-color: #f1f1f1;
	display: inline-block;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 7px;
}

.menuButton {
	padding: 10px 15px;
}

.menuButton.active {
	background-color: #574ae2;
	color: #ffffff;
}

.menuButton span small {
	color: #909090;
}

.menuButton.active span small {
	color: #000000;
}

.standardForm {
	padding: 15px 5px 20px;
}

.adNotice,
.spaceNotice {
	padding: 10px 15px;
	border-radius: 7px;
}

.formStatus > .formStatus {
	border-radius: 7px;
	margin-bottom: 15px;
	padding: 10px;
	width: 100%;
	text-align: center;
	color: black;
	background-color: #8d99ae;
	z-index: 100;
	border: 0;
}

.formStatus.success {
	color: black;
	background-color: #04ca93;
}

.formStatus.error {
	color: white;
	background-color: #dc3232;
}

.input-field {
	margin-bottom: 0;
}

.input-field>label:not(.label-icon) {
	-webkit-transform: translateY(-14px) scale(0.8);
	transform: translateY(-14px) scale(0.8);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.input-field>label:not(.label-icon).select-input {
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	top: -15px;
}

.apbColorPicker {
	padding: 0 2px;
	width: 100px;
	height: 30px;
}

.wp-picker-active {
	position: absolute;
	/* background-color: lightgrey; */
	z-index: 100;
}

.preload-Section,
.preloadSection {
	position: absolute;
	width: 100%;
	margin-left: -15px;
	top: -8px;
	bottom: 0;
	z-index: 10001;
}
.preload-Notice {
	position: relative;
	z-index: 100000;
	opacity: 1;
	color: black;
	text-align: center;
	top: 25%;
}

.preload-Bg,
.preloadBg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	opacity: .9;
	z-index: 10000;
}

.progress {
	opacity: 1;
	z-index: 10001;
}

.leftBoosterSection {
	float: left;
	min-height: 250px;
}

.rightBoosterSection {
	float: right;
}

.rightBoosterSection h3 {
	z-index: 100;
}

.rightBoosterSection i {
	z-index: 1;
}

.boosterSection,
.leftBoosterSection,
.rightBoosterSection,
.whiteSection {
	border-radius: 7px;
	background-color: white;
	padding: 20px;
	margin: 10px auto;
	width: 100%;
}

.balanceIcon {
	position: absolute;
	opacity: .17;
	color: #000000;
	font-size: 140px !important;
}

.balanceLeftIcon {
	top: -40px;
	left: -40px;
}

.balanceRightIcon {
	top: -40px;
	right: -40px;
}

.spaceListing {
	padding: 10px 5px;
}

.imageWrongNotice {
	padding: 5px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}
.uploadImageButton {
	background-color: #574ae2;
	padding: 7px;
	border-radius: 4px;
	width: fit-content;
	width: -moz-fit-content;
	color: #ffffff;
	margin-top: 15px;
	cursor: pointer;
}
.previewTemplateSection .section14-14-hideAd {
	display: none;
}
.fieldForAOD {
	display: none;
}
.ipCorrectClick {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.dateCorrectClick {
	text-align: right;
}

/* -- START -- AD NOTICE */
.apbBlurWrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
}

.apbBlurInner {
	width: 100%;
	max-width: 700px;
	height: 150px;
	margin: 15% auto 0;
	text-align: center;
}

.apbBlurInnerContent {
	font-size: 14px;
	margin-top: 45px;
	margin-right: 15px;
	padding: 0;
	max-width: 100%;
}

.apbBlurInnerContent h3 {
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.apbBlurInnerContent p {
	margin: 10px 0 0;
	padding: 0;
	font-size: 14px;
	color: black;
}

.apbBlurContent > * {
	filter: blur(5px) !important;
	-webkit-filter: blur(5px) !important;
	-moz-filter: blur(5px) !important;
	-o-filter: blur(5px) !important;
	-ms-filter: blur(5px) !important;
	opacity: .5;
	background-color: white;
}

.apbBlurContent > .apbBlurWrapper {
	filter: blur(0) !important;
	-webkit-filter: blur(0) !important;
	-moz-filter: blur(0) !important;
	-o-filter: blur(0) !important;
	-ms-filter: blur(0) !important;
	opacity: 1;
	background-color: transparent;
}
/* -- END -- AD NOTICE */

/* TEMPLATES */
div.section14-14 > * {
	font: inherit !important;
	font-family: inherit, "Arial", "Tahoma", sans-serif !important;
	text-decoration: none !important;
}
.section14-14 a {
	all: unset;
}
.section14-14-preview {
	position: relative;
	width: 100%;
	max-width: 350px;
	min-width: 300px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.22);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.22);
}
.section14-14-container,
.section14-14-section,
.section14-14-image,
.section14-14-button,
.section14-14-title,
.section14-14-description {
	padding: 0;
	margin: 0;
}
.section14-14-container {
	background-color: #f1f1f1;
}
.section14-14-container:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}
.section14-14-section {
	position: relative;
	margin: 0;
	padding: 0;
	height: 90px;
	background-color: #ffffff;
}
.section14-14-background-container {
	background-color: #eaeaea;
}
.section2-14-url-url > .section2-14-title,
.section2-14-url-url > .section2-14-url,
.section2-14-title-hr {
	cursor: pointer;
}
a > .section14-14-button, .section14-14-button,
a > .section14-14-button, .section14-14-button2,
a > .section14-14-button, .section14-14-button3 {
	position: absolute;
	background-color: #574ae2;
	line-height: 18px;
	font-size: 16px;
	border-radius: 4px;
	color: #ffffff;
	padding: 11px 14px;
}
a > .section14-14-title, .section14-14-title {
	color: #574ae2;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
a .section14-14-url {
	color: #444444;
}
.section14-14-description {
	color: #444444;
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.section14-14-image {
	background-image: url('../img/section-bg.png');
	background-color: #eaeaea;
}

/* TEMPLATE 1 */
.section1-14-section {
	position: relative;
}
.section1-14-image {
	width: 100%;
	height: 120px !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
a > .section1-14-button, .section1-14-button {
	top: 30px;
	left: 30px;
	z-index: 100;
}
a > .section1-14-title, .section1-14-title {
	padding: 15px 15px 0!important;
	height: auto !important;
	margin: 0 0 5px 0!important;
	max-height: 33px !important;
}
.section1-14-description {
	padding: 0 15px !important;
	font-size: 14px !important;
	height: 38px !important;
	overflow: hidden;
	margin: 0 !important;
}

/* TEMPLATE 2 */
.section2-14-section {
	position: relative;
	height: 90px !important;
}
.section2-14-title-hr, .section2-14-description {
	position: absolute;
	padding: 0 !important;
	margin: 0 !important;
	top: 15px;
	left: 15px;
	animation-duration: 14s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.section2-14-title {
	margin: 0 0 4px 0 !important;
	width: 100%;
}
.section2-14-url {
	width: calc(100% - 30px);
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 14px !important;
	line-height: 14px !important;
}
.section2-14-title-hr {
	animation-name: digitalAnimation;
	opacity: 0;
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
}
.section2-14-title-hr > hr {
	margin: 15px 0 0 0 !important;
	padding: 0 !important;
	background-color: #444444;
	color: #444444;
	opacity: .2;
}
.section2-14-description {
	width: calc(100% - 30px);
	line-height: 18px !important;
	animation-name: digitalAnimation;
	animation-delay: 7s;
	opacity: 0;
	overflow: hidden;
	font-size: 14px !important;
	height: 36px !important;
	top: 15px;
	left: 15px;
}
a > .section2-14-button, .section2-14-button {
	bottom: 30px;
	right: 30px;
}
.section2-14-image {
	width: 100%;
	height: 120px !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* TEMPLATE 3 */
.section3-14-image {
	width: 100%;
	height: 120px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
a > .section3-14-title, .section3-14-title {
	padding: 15px 15px 0;
	height: 18px !important;
	margin-bottom: 6px !important;
}
.section3-14-description {
	padding: 0 !important;
	font-size: 14px !important;
	height: 38px !important;
	margin: 0 15px !important;
}
.section3-14-center {
	position: absolute;
	bottom: 40px;
	left: 0;
	text-align: center;
	width: 100%;
}
.section3-14-url-url {
	display: block;
	margin: 0 auto;
	width: fit-content;
	width: -moz-fit-content;
}
.section3-14-button {
	position: static !important;
	margin: 0 auto;
	width: fit-content !important;
	width: -moz-fit-content !important;
}

/* TEMPLATE 4 */
.section4-14-image {
	width: 100%;
	height: 120px !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.section4-14-section {
	float: left;
	height: 90px !important;
	width: 100%;
	color: #f1f1f1;
	padding: 15px 15px 10px 15px !important;
	margin: 0 !important;
}
a > .section4-14-title, .section4-14-title {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 !important;
	margin: 0 0 6px 0 !important;
	color: #444444;
}
.section4-14-url-url {
	float: left;
	display: block;
	margin: 0 auto !important;
	width: fit-content;
	width: -moz-fit-content;
}
a .section4-14-button, .section4-14-button {
	float: left;
	line-height: 11px !important;
	font-size: 11px !important;
	position: static !important;
	padding: 4px 7px !important;
	margin: 15px 5px 0 0 !important;
	width: fit-content !important;
	width: -moz-fit-content !important;
	text-decoration: none;
	outline: 0;
}
/*.section14-14-by {*/
/*	float: right;*/
/*	font-size: 11px;*/
/*	margin: -17px 0 0 0;*/
/*	padding: 2px 15px;*/
/*	line-height: 15px;*/
/*}*/
.section14-14-main-title,
.section14-14-by {
	position: relative;
	float: right;
	font-size: 10px !important;
	padding: 0 7px !important;
	clear: both;
	margin: -14px 15px 0 0 !important;
	z-index: 900;
	background-color: #ffffff;
	line-height: 14px !important;
	color: #000000;
	border-radius: 4px !important;
}
.section14-14-by a {
	background-color: #ffffff;
	color: #000000;
}
.section14-14-main-title {
	float: left;
	margin: 0 15px -15px 15px !important;
	bottom: initial;
	right: initial;
	border-radius: 4px !important;
	clear: none;
}

@-webkit-keyframes section-14-14-pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
	}
}
@keyframes section-14-14-pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
		box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
	}
	25% {
		-moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
		box-shadow: 0 0 0 10px rgba(0,0,0, 0);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
		box-shadow: 0 0 0 10px rgba(0,0,0, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
		box-shadow: 0 0 0 0 rgba(0,0,0, 0);
	}
}
.section14-14-pulse {
	opacity: 1;
	box-shadow: 0 0 0 rgba(0,0,0, 0.4);
	animation: section-14-14-pulse 4s infinite;
	animation-delay: 3s;
	transition-delay: 3s;
}
@keyframes digitalAnimation {
	0% {
		opacity: 0;
	}
	8%, 42% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

/* - - - - */
/* OVERWRITE */
/* - - - - */

/* main colors */
.colors {
	color: #edf2f4;
	border-color: #8d99ae;
	background-color: #574ae2;
	text-emphasis-color: #03fcba;
	text-underline-color: #2b2d42;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
	color: #444444;
	border-color: #c4c4c4;
}

.wp-core-ui .button-secondary:focus, .wp-core-ui .button.focus, .wp-core-ui .button:focus {
	background: #f3f5f6;
	border-color: #574ae2;
	color: #4238aa;
	box-shadow: 0 0 0 1px #574ae2;
	outline: 2px solid transparent;
	outline-offset: 0;
}

dd, li {
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.darker-bg {
	background-color: #000000 !important;
	color: #edf2f4 !important;
}
.darker-c {
	color: #000000 !important;
}
.dark-bg {
	background-color: #2b2d42 !important;
	color: #edf2f4 !important;
}
.dark-c {
	color: #2b2d42 !important;
}
.grey-bg {
	background-color: #8d99ae;
	color: #edf2f4;
}
.grey-c {
	color: #8d99ae;
}
.light-bg {
	background-color: #edf2f4;
	color: #2b2d42;
}
.light-c {
	color: #edf2f4;
}
.white-bg {
	background-color: #FFFFFF;
	color: #2b2d42;
}
.white-c {
	color: #FFFFFF;
}
.blue-bg {
	background-color: #574ae2;
	color: #edf2f4;
}
.blue-c {
	color: #574ae2;
}
.red-bg {
	background-color: #dc3232;
	color: #edf2f4;
}
.red-c {
	color: #dc3232;
}
.green-bg {
	background-color: #04ca93;
	color: #edf2f4;
}
.green-c {
	color: #04ca93;
}

.btn-white, .btn-white:hover {
	background-color: #edf2f4;
	color: #2b2d42;
}
.btn-white:hover {
	background-color: #ffffff;
}

.shadow {
	padding: 15px;
	border-radius: 5px;
	margin: 0 0 1.5rem;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.22);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.22);
}
.shadow-sm {
	padding: 15px;
	border-radius: 5px;
	margin: 0 0 1.5rem;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.22);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.22);
}
.gradient-100 {
	background: rgb(3, 230, 167);
	background: -moz-linear-gradient(90deg, rgb(66, 59, 203) 0, rgb(3, 230, 167) 100%);
	background: -webkit-linear-gradient(90deg, rgb(66, 59, 203) 0, rgb(3, 230, 167) 100%);
	background: linear-gradient(90deg, rgb(66, 59, 203) 0, rgb(3, 230, 167) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03E6A7",endColorstr="#423BCB",GradientType=1);
}
.gradient-50 {
	background: rgb(3, 230, 167);
	background: -moz-linear-gradient(90deg, rgb(66, 59, 203) 50%, rgb(3, 230, 167) 50%);
	background: -webkit-linear-gradient(90deg, rgb(66, 59, 203) 50%, rgb(3, 230, 167) 50%);
	background: linear-gradient(90deg, rgb(66, 59, 203) 50%, rgb(3, 230, 167) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03E6A7",endColorstr="#423BCB",GradientType=1);
}

h1 { font-size: 26px; padding: 0 0 14px 0; margin-top: 0; line-height: 1.2; }
h2 { font-size: 22px; padding: 0 0 12px 0; margin-top: 0; line-height: 1.2; }
h3 { font-size: 18px; padding: 0 0 10px 0; margin-top: 0; line-height: 1.1; }
h4 { font-size: 14px; padding: 0 0 8px 0; margin-top: 0; line-height: 1.1; }
h5 { font-size: 12px; padding: 0 0 6px 0; margin-top: 0; line-height: 1; }
h6 { font-size: 10px; padding: 0 0 4px 0; margin-top: 0; line-height: 1; }

a:active,
a:hover,
a:visited {
	color: #574ae2;
}
a.btn:active,
a.btn:hover,
a.btn:visited {
	color: #edf2f4;
	background-color: #574ae2;
}

.toplevel_page_ap-booster-main-menu a:focus, .toplevel_page_ap-booster-main-menu a:focus {
	box-shadow: none;
	outline: 0;
}

.toplevel_page_ap-booster-main-menu a:hover {
	cursor: pointer;
}

.lh-1 {
	line-height: 1;
}

.lh-125 {
	line-height: 1.25;
}

.lh-15 {
	line-height: 1.5;
}

.lh-2 {
	line-height: 2;
}

.txt-xxxs { font-size: 10px !important; }
.txt-xxs { font-size: 12px !important; }
.txt-xs { font-size: 14px !important; }
.txt-sm { font-size: 18px !important; }
.txt-md { font-size: 22px !important; }
.txt-lg { font-size: 28px !important; }

.txt-bl {
	text-decoration: underline;
}

.txt-wb {
	font-weight: bold;
}

.txt-wn {
	font-weight: normal;
}

.txt-wl {
	font-weight: lighter;
}

.txt-al {
	text-align: left;
}

.txt-ac {
	text-align: center;
}

.txt-ar {
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}

.dis-n {
	display: none;
}

.dis-b {
	display: block;
}

.dis-ib {
	display: inline-block;
}

.dis-i {
	display: inline;
}

.dis-t {
	display: table;
}

.dis-tc {
	display: table-cell;
}

.dis-if {
	display: inline-flex;
}

.dis-it {
	display: inline-table;
}

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
}

.pos-fix {
	position: fixed;
}

.pos-sta {
	position: static;
}

.pos-t10 {
	top: 10%;
}

.pos-t20 {
	top: 20%;
}

.pos-t30 {
	top: 30%;
}

.pos-t40 {
	top: 40%;
}

.pos-t50 {
	top: 50%;
}

.pos-l10 {
	left: 10%;
}

.pos-l20 {
	left: 20%;
}

.pos-l30 {
	left: 30%;
}

.pos-l40 {
	left: 40%;
}

.pos-l50 {
	left: 50%;
}

.pos-r10 {
	right: 10%;
}

.pos-r20 {
	right: 20%;
}

.pos-r30 {
	right: 30%;
}

.pos-r40 {
	right: 40%;
}

.pos-r50 {
	right: 50%;
}

.pos-b10 {
	bottom: 10%;
}

.pos-b20 {
	bottom: 20%;
}

.pos-b30 {
	bottom: 30%;
}

.pos-b40 {
	bottom: 40%;
}

.pos-b50 {
	bottom: 50%;
}

.fl,
.row .col.fl {
	float: left;
}

.fr,
.row .col.fr {
	float: right;
}

.fn,
.row .col.fn {
	float: none;
}

.w10 {
	width: 10%;
}

.w20 {
	width: 20%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w90 {
	width: 90%;
}

.w100 {
	width: 100%;
}

.mar-5 {
	margin: 5px;
}

.mar-10 {
	margin: 10px;
}

.mar-15 {
	margin: 15px;
}

.mar-20 {
	margin: 20px;
}

.mar-25 {
	margin: 25px;
}

.mar-30 {
	margin: 30px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}

.res-mar {
	margin: 0 !important;
}

.res-mt {
	margin-top: 0 !important;
}

.res-ml {
	margin-left: 0 !important;
}

.res-mr {
	margin-right: 0 !important;
}

.res-mb {
	margin-bottom: 0 !important;
}

.pad-5 {
	padding: 5px;
}

.pad-10 {
	padding: 10px;
}

.pad-15 {
	padding: 15px;
}

.pad-20 {
	padding: 20px;
}

.pad-25 {
	padding: 25px;
}

.pad-30 {
	padding: 30px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.res-pad {
	padding: 0 !important;
}

.res-pt {
	padding-top: 0 !important;
}

.res-pl {
	padding-left: 0 !important;
}

.res-pr {
	padding-right: 0 !important;
}

.res-pb {
	padding-bottom: 0 !important;
}

.border-dash-b {
	border-bottom: 1px dashed #7d7d7d;
}

.noBorder {
	border: 0;
}

.noBorderImg {
	border: 0;
	padding: 0;
}

@media (min-width: 1201px) and (max-width: 1470px) {
	.hide-for-l {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.previewTemplateSection {
		display: none;
		top: 200px;
	}
	.previewTemplateSectionScroll {
		display: block !important;
		position: fixed;
		margin-left: 45% !important;
		width: 100% !important;
		max-width: 300px;
	}
}

.section2-14-preview,
.section3-14-preview,
.section4-14-preview {
	display: none;
}

@media (min-width: 601px) and (max-width: 690px) {
	.hide-for-l {
		display: none !important;
	}
}

/* fallback */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}