.averin_editor_section, .averin_editor_section * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.averin_editor_section *,
.averin_editor_section *:before,
.averin_editor_section *:after {
	box-sizing: inherit;
}



.averin_editor_section {
	padding-top: 10px;
	padding-bottom: 10px;
}
.averin_editor_section:first-child {
	padding-top: 0px;
}

.averin_editor_section p {
	padding: 0px;
	margin: 0px;
}

.averin_editor_section .quote {
	position: relative;
	font-size: 2.4em;
	line-height: 1.5em;
	font-style: italic;
	font-size: 1.125em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.45;
	color: rgba(17, 17, 17, 0.6);
	padding: 0.4em 0 0.4em 1rem;
	border: none;
	border-left: 3px solid rgba(77, 161, 255, 0.3);
}
.averin_editor_section .quote:before {
	content: '\201C';
	position: absolute;
	top: 0.25em;
	left: -0.15em;
	color: #e7e6e4;
	font-size: 6em;
	z-index: -1;
}

.averin_editor_section ul, .averin_editor_section ol {
	margin: 0px;
	padding: 0px;
	margin-left: 38px;
}
.averin_editor_section .listnone {
	list-style: none;
}


.averin_editor_section .h1 {
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	font-size: 38px;
	padding-bottom: 0px;
}
.averin_editor_section .h2 {
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	font-size: 21px;
	padding-bottom: 0px;
}

.averin_editor_section .phrase {
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: center;
	font-size: 38px;
	line-height: 1.35;
	padding-top: 18px;
	padding-bottom: 18px;
}
.averin_editor_section .hr {
	width: 100%;
	max-width: 140px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background-color: #000000;
}



.cnst-image, .averin_editor_image {
	max-width: 100%;
}
.cnst-image.cnst-image-radius, .averin_editor_image.cnst-image-radius {
	border-radius: 10%;
}
.cnst-image.cnst-image-circle, .averin_editor_image.cnst-image-circle {
	border-radius: 100%;
}




.cnst-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -24px; }
.cnst-row.cnst-gapless,
.cnst-row.cnst-gapless > .cnst-row {
	margin-left: 0;
	margin-top: 0; }
.cnst-row > .cnst-col {
	flex: 1;
	margin-left: 24px; }
.cnst-row > .cnst-col.cnst-10 {
	min-width: calc(10% - 24px); }
.cnst-row > .cnst-col.cnst-20 {
	min-width: calc(20% - 24px); }
.cnst-row > .cnst-col.cnst-25 {
	min-width: calc(25% - 24px); }
.cnst-row > .cnst-col.cnst-30 {
	min-width: calc(30% - 24px); }
.cnst-row > .cnst-col.cnst-33, .cnst-row > .cnst-col.cnst-34 {
	min-width: calc(33.3333% - 24px); }
.cnst-row > .cnst-col.cnst-35 {
	min-width: calc(35% - 24px); }
.cnst-row > .cnst-col.cnst-40 {
	min-width: calc(40% - 24px); }
.cnst-row > .cnst-col.cnst-50 {
	min-width: calc(50% - 24px); }
.cnst-row > .cnst-col.cnst-60 {
	min-width: calc(60% - 24px); }
.cnst-row > .cnst-col.cnst-65 {
	min-width: calc(65% - 24px); }
.cnst-row > .cnst-col.cnst-66, .cnst-row > .cnst-col.cnst-67 {
	min-width: calc(66.6666% - 24px); }
.cnst-row > .cnst-col.cnst-70 {
	min-width: calc(70% - 24px); }
.cnst-row > .cnst-col.cnst-75 {
	min-width: calc(75% - 24px); }
.cnst-row > .cnst-col.cnst-80 {
	min-width: calc(80% - 24px); }
.cnst-row > .cnst-col.cnst-90 {
	min-width: calc(90% - 24px); }
.cnst-row.cnst-gapless > .cnst-col {
	margin-left: 0; }

@media only screen and (max-width: 767px) {
	[class^='cnst-offset-'],
	[class*=' cnst-offset-'] {
		margin-left: 0; } }

@media only screen and (max-width: 767px) {
	.cnst-row {
		flex-direction: column;
		flex-wrap: nowrap;
		margin-left: 0;
		margin-top: 0; }
	.cnst-row + .cnst-row {
		margin-top: 0; }
	.cnst-row > .cnst-col {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		margin-left: 0; } }






.cnst-center {
	text-align: center;
}



/*! fileicon.css v0.1.1 | MIT License | github.com/picturepan2/fileicon.css */
/* fileicon.basic */
.file-icon {
	font-family: Arial, Tahoma, sans-serif;
	font-weight: 300;
	display: inline-block;
	width: 24px;
	height: 32px;
	background: #018fef;
	position: relative;
	border-radius: 2px;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}
.file-icon::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom-left-radius: 2px;
	border-width: 5px;
	border-style: solid;
	border-color: #fff #fff rgba(255,255,255,.35) rgba(255,255,255,.35);
}
.file-icon::after {
	display: block;
	content: attr(data-type);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
	color: #fff;
	text-transform: lowercase;
	width: 100%;
	padding: 2px;
	white-space: nowrap;
	overflow: hidden;
}
/* fileicons */
.file-icon-xs {
	width: 12px;
	height: 16px;
	border-radius: 2px;
}
.file-icon-xs::before {
	border-bottom-left-radius: 1px;
	border-width: 3px;
}
.file-icon-xs::after {
	content: "";
	border-bottom: 2px solid rgba(255,255,255,.45);
	width: auto;
	left: 2px;
	right: 2px;
	bottom: 3px;
}
.file-icon-sm {
	width: 18px;
	height: 24px;
	border-radius: 2px;
}
.file-icon-sm::before {
	border-bottom-left-radius: 2px;
	border-width: 4px;
}
.file-icon-sm::after {
	font-size: 7px;
	padding: 2px;
}
.file-icon-lg {
	width: 48px;
	height: 64px;
	border-radius: 3px;
}
.file-icon-lg::before {
	border-bottom-left-radius: 2px;
	border-width: 8px;
}
.file-icon-lg::after {
	font-size: 16px;
	padding: 4px 6px;
}
.file-icon-xl {
	width: 96px;
	height: 128px;
	border-radius: 4px;
}
.file-icon-xl::before {
	border-bottom-left-radius: 4px;
	border-width: 16px;
}
.file-icon-xl::after {
	font-size: 24px;
	padding: 4px 10px;
}
/* fileicon.types */
.file-icon[data-type=zip],
.file-icon[data-type=rar] {
	background: #acacac;
}
.file-icon[data-type^=doc] {
	background: #307cf1;
}
.file-icon[data-type^=xls] {
	background: #0f9d58;
}
.file-icon[data-type^=ppt] {
	background: #d24726;
}
.file-icon[data-type=pdf] {
	background: #e13d34;
}
.file-icon[data-type=txt] {
	background: #5eb533;
}
.file-icon[data-type=mp3],
.file-icon[data-type=wma],
.file-icon[data-type=m4a],
.file-icon[data-type=flac] {
	background: #8e44ad;
}
.file-icon[data-type=mp4],
.file-icon[data-type=wmv],
.file-icon[data-type=mov],
.file-icon[data-type=avi],
.file-icon[data-type=mkv] {
	background: #7a3ce7;
}
.file-icon[data-type=bmp],
.file-icon[data-type=jpg],
.file-icon[data-type=jpeg],
.file-icon[data-type=gif],
.file-icon[data-type=png] {
	background: #f4b400;
}