:focus {
    outline: none;
}

::selection {
    color: #ffffff;
    background: rgba(0,0,0,0.5);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font: 20px/32px 'Poppins', sans-serif;
	font-weight: 300;
	text-align: left;
	color: #666666;
	background: #ffffff;
}

input, textarea, select, button {
	outline: none;
	font-size: 100%;
	font-family: 'Poppins', sans-serif;
}

img {
	max-width: 100%;
}

span.label {
	float: left;
	width: 80%;
	padding: 16px 5%;
	margin: 16px 5%;
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	background: rgba(0,0,0,0.1);
	border-radius: 8px;
}

span.color {
	color: #A020F0;
}

span.color-1 {
	color: #A020F0;
}

span.color-2 {
	color: #FBBC05;
}

span.color-3 {
	color: #FC2FE2;
}

a {
	color: #000000;
	text-decoration: none;
}

p {
	margin: 40px 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 40px 0;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.opacity {
	opacity: 0.5;
}

.highlight {
	color: #000000;
}

.bottom-none {
	margin-bottom: 0;
}

.top-none {
	margin-top: 0;
}

.bottom-small {
	margin-bottom: 8px;
}

.top-small {
	margin-top: 8px;
}

.shows {
	display: none;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.hide {
	display: none;
}

.spacer {
	
}

strong {
	font-weight: 600;
}

form.forms {
	float: left;
	width: 100%;
	text-align: center;
}

form.forms label {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 100%;
	color: #000;
	opacity: 0.5;
	font-weight: 600;
	padding: 24px 0;
}

form.forms label:hover {
	opacity: 1;
}

form.forms label small {
	float: left;
	width: 100%;
	font-weight: 300;
	margin-top: 4px;
}

form.forms input.text, form.forms textarea.text {
	float: left;
	width: 90%;
	padding: 20px 5%;
	font-size: 18px;
	resize: none;
	color: #999;
	border: none;
	margin-top: 0;
	text-align: center;
	margin: 0;
	vertical-align: bottom;
	border-bottom: 1px solid rgba(0,0,0,0.04);
}

form.forms input.text:hover, form.forms textarea.text:hover {
	color: #666;
	border-color: rgba(0,0,0,0.06);
}

form.forms input.text:focus, form.forms textarea.text:focus {
	color: #000;
	border-color: rgba(0,0,0,0.08);
}

form.forms label.checkbox {
	float: left;
	width: 48%;
	margin: 4px 1%;
	border-radius: 4px;
	padding: 16px 0;
	font-size: 16px;
	cursor: pointer;
	background: rgba(0,0,0,0.06);
	opacity: 1;
	font-weight: 300;
	opacity: 0.4;
}

form.forms label.checkbox:hover {
	opacity: 0.8;
}

form.forms input.checkbox:checked + label:hover {
	
}

form.forms input.checkbox {
	display: none;
}

form.forms input.checkbox:checked + label  {
	opacity: 1;
	font-weight: 500;
}

body.overlay form.forms input.checkbox:checked + label  {
	background: rgba(255,255,255,0.04);
}

form.forms label:focus + span.error  {
	display: none;
}

form.forms input.button {
	float: left;
	width: 100%;
	padding: 30px 0;
	border: none;
	color: #ffffff;
	background: #000000;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 4px;
}

form.forms input.button:hover {
	background-image: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.05));
}

form.forms span.error {
	float: left;
	width: 100%;
	line-height: 100%;
	padding: 16px 0;
	background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
	color: #ffffff;
	font-size: 16px;
}

form.forms span.security {
	float: left;
	width: 100%;
	padding: 20px 0;
	background: rgba(0,0,0,0.05);
	color: #000;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 5px;
	margin-top: 1px;
	border-radius: 3px;
}

form.forms div.field {
	float: left;
	width: 98%;
	margin: 4px 1%;
	position: relative;
}

form.forms div.field-2 {
	float: left;
	width: 48%;
}

form.forms div.field-3 {
	float: left;
	width: 31.333333%;
}

a.button {
	display: inline-block;
	padding: 0 32px;
	border-radius: 32px;
	margin: 0 2px;
	font-size: 18px;
	line-height: 64px;
	color: #666666;
	background: #eeeeee;
}

a.button:hover {
	color: #000000;
	background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
}

a.button-color {
	color: #ffffff;
	background: #000000 linear-gradient(rgba(0,0,0,0.08),rgba(0,0,0,0.08));
}

a.button-color:hover {
	color: #ffffff;
	background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1));
}

a#top {
	float: left;
	width: 100%;
	position: relative;
}

div#loader {
	float: left;
	width: 20%;
	height: 4px;
	background: rgba(0,0,0,0.4);
	display: none;
	position: fixed;
	top: 0;
	left: -20%;
	z-index: 999999;
    animation: loader 2s linear infinite;
}

div#wrapper {
	float: left;
	width: 100%;
}

div.container {
	margin: 0 auto;
	width: 1080px;
}

div.section {
	float: left;
	width: 100%;
}

div.section div.block, div.section div.blocks, div.section div.blocked {
	float: left;
	width: 100%;
}

div.section div.block {
	animation: fader 2s;
}

div.section div.block div.box {
	float: left;
	width: 100%;
}

div.section div.block div.box span.box {
	float: left;
	width: 100%;
}

div.section-block div.blocked div.block-50 {
	width: 50%;
}

div.section-block div.blocked div.block-60 {
	width: 50%;
}

div.section-block div.blocked div.block-1-2 {
	width: 47%;
	margin-right: 3%;
}

div.section-block div.blocked div.block-2-2.block-right-left {
	margin: 0;
}

div.section-block div.blocked div.block-right-left {
	float: left;
	width: 47%;
	margin: 0;
	margin-right: 3%;
}

div.section-block div.blocked div.block-left-right {
	float: right;
	width: 47%;
	margin: 0;
	margin-left: 3%;
}

div.section-block div.blocked div.block-2-2 {
	width: 47%;
	margin-left: 3%;
}

div.section-block div.blocked div.block-1-offset {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

div.section-block div.blocked div.block-1-center {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

div.section-block div.blocked div.block-small {
	padding-top: 20px;
	padding-bottom: 20px;
}

div.section-block div.blocked div.block-2 {
	width: 50%;
}

div.section-block div.blocked div.block-1 {
	width: 100%;
}

div.section-block div.blocked div.block-2 {
	width: 50%;
}

div.section-block div.blocked div.block-3 {
	width: 33.333333%;
}

div.section-block div.blocked div.block-4 {
	width: 25%;
}

div.section-block div.blocked div.block-medium {
	padding-top: 40px;
	padding-bottom: 40px;
}

div.section-block div.blocked div.block-large {
	padding-top: 80px;
	padding-bottom: 80px;
}

div.section-block div.blocked div.block-larger {
	padding-top: 120px;
	padding-bottom: 120px;
}

div.section-gallery {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 24px 24px rgba(0,0,0,0.1);
	display: none;
}

div.section-gallery div.blocked {
	padding: 80px 0;
}

div.section-gallery div.blocked div.block {

}

div.section-gallery div.blocked div.block-image {
	line-height: 0;
	background: #000000;
}

div.section-gallery:hover {

}

div.section-gallery div.blocked div.block-image img {
	float: left;
	box-shadow: 0 24px 24px rgba(0,0,0,0.6);
}

div.section-gallery div.blocked div.block-image img.active {
	
}

div.section-gallery div.blocked div.block-thumbnails {
	margin-top: 12px;
}

div.section-gallery div.blocked div.block-thumbnails div.box {
	width: 5%;
	background: #000000;
	line-height: 0;
	cursor: pointer;
}

div.section-gallery div.blocked div.block-thumbnails div.box img {
	opacity: 0.6;
	cursor: pointer;
}

div.section-gallery div.blocked div.block-thumbnails div.box:hover img {
	opacity: 0.8;
}

div.section-gallery-previews div.box.active {
	opacity: 1;
	filter: grayscale(0);
}

div.section-gallery div.blocked div.block-thumbnails div.box img.active {
	opacity: 1;
}

div.section-gallery div.blocked div.block img {
	width: 100%;
}

div.section-gallery-previews {
	width: 100%;
    white-space: nowrap;
	text-align: center;
    overflow-x: scroll;
    overflow-y: hidden;
	box-shadow: inset 0 0 8px 8px rgba(0,0,0,0.5);
	background: rgba(0,0,0,0.6);
}

div.section-gallery-previews div.box {
	display: inline-block;
	width: 240px;
	height: 200px;
	background: #000000;
	line-height: 0;
	cursor: pointer;
	opacity: 0.5;
	line-height: 0;
	background-size: cover;
	background-position: center;
	filter: grayscale(100%);
}

div.section-gallery-previews div.box:hover {
	opacity: 1;
}

div.section-default div.blocked div.block div.box-title span.box-title {
	font-size: 48px;
	line-height: 56px;
	font-weight: 600;
	color: #000000;
	font-family: 'Lobster Two', sans-serif;
}

div.section-default div.blocked div.block div.box-title span.box-title-1 {
	font-size: 40px;
}

div.section-default div.blocked div.block div.box-title span.box-title-2 {
	font-size: 32px;
	line-height: 48px;
}

div.section-default div.blocked div.block div.box-title span.box-text {
	margin-top: 16px;
	font-weight: 500;
	font-size: 22px;
	line-height: 40px;
	color: #000000;
}

div.section-default div.blocked div.block div.box-title span.box-pretext {
	margin-bottom: 8px;
	opacity: 0.6;
	font-size: 18px;
	line-height: 24px;
}

div.section-default div.blocked div.block div.box-content span.box-description {
	margin-top: 40px;
}

div.section-default div.blocked div.block div.box-content span.box-content {
	margin: 40px 0;
}

div.section-default div.blocked div.block div.box-actions {
	margin-top: 16px;
}

div.section-default div.blocked div.block div.box-actions span.box-actions a, div.section-default div.blocked div.block div.box-actions span.box-actions span.action {
	display: inline-block;
	padding: 0 32px;
	margin: 0 2px;
	font-size: 18px;
	line-height: 64px;
	color: rgba(0,0,0,0.4);
	background: rgba(0,0,0,0.04);
	border-radius: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
}

div.section-default div.blocked div.block div.box-actions span.box-actions a span.material-symbols-outlined {
	display: inline-block;
	line-height: 100%;
	vertical-align: middle;
}

div.section-default div.blocked div.block div.box-actions span.box-actions a:hover {
	color: rgba(0,0,0,1);
	box-shadow: inset 0 8px rgba(0,0,0,0.2);
	background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
}

div.section-color, div.section-color div.blocked div.block div.box-title span.box-title, div.section-color div.blocked div.block div.box-title span.box-text, div.section-color div.blocked div.block div.box-title span.box-description, div.section-color a {
	color: #ffffff;
}

div.section-color div.blocked div.block div.box-actions span.box-actions a {
	color: rgba(255,255,255,0.6);
}

div.section-color div.blocked div.block div.box-actions span.box-actions a:hover {
	color: rgba(255,255,255,1);
}

div.section-default div.blocked div.block div.box-actions span.box-actions a.color {
	color: #ffffff;
	background: #A020F0 linear-gradient(rgba(0,0,0,0.06),rgba(0,0,0,0.06));
}

div.section-default div.blocked div.block div.box-actions span.box-actions a.color-1 {
	background-color: #FBBC05;
}

div.section-default div.blocked div.block div.box-actions span.box-actions a.color:hover {
	color: #ffffff;
	background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1));
}

div.section-default div.blocked div.block div.box-actions span.box-actions a.border {
	background: none;
	box-shadow: inset 0 0 0 2px #eeeeee;
}

div.section-shade {
	background: #f2f2f2;
}

div.section-default div.blocked div.block div.box-actions span.box-actions a {

}

div.section-default div.blocked div.block div.box-actions span.box-actions a {

}

div.section-list {
	background: rgba(0,0,0,0.08);
	border-top: 1px solid rgba(0,0,0,0.05);
}

div.section-list div.blocked div.block {
	padding: 80px 0;
}

form.forms input.text, form.forms textarea.text, form.forms input.button, label.file {
	border-radius: 4px;
}

form.forms input.text:hover, form.forms textarea.text:hover {
	box-shadow: inset 0 1px rgba(0,0,0,0.06);
}

form.forms input.text:focus, form.forms textarea.text:focus {
	box-shadow: inset 0 2px rgba(0,0,0,0.1);
}

form.forms input.button {
	background: #A020F0;
	text-transform: uppercase;
	font-style: normal;
}

form.forms span.error {
	margin-top: 1px;
	border-radius: 3px;
}

div.section-default div.blocked div.block div.box-right {
	text-align: right;
}

div.section-default div.blocked div.block div.box-icon span.icon {
	top: 60px;
	left: 40px;
	font-size: 240px;
	color: rgba(0,0,0,0.2);
}

div.section-default div.blocked div.block div.box-image {
	float: left;
	line-height: 0;
}

div.section-default div.blocked div.block div.box-image img {
	border-radius: 8px;
}

div.section-default:hover div.blocked div.block div.box-image img {
	filter: grayscale(0);
}

div.section-default div.blocked div.block div.box-title span.box-icon {
	margin-bottom: 12px;
}

div.section-default div.blocked div.block div.box-title span.box-icon span.icon {
	color: #A020F0;
	font-size: 48px;
}

div.section-color div.blocked div.block div.box-title span.box-title {
	color: #ffffff;
}

div.section-default div.blocked div.block div.box-title span.box-content {
	margin-top: 40px;
}

div.section-default div.blocked div.block-info div.box-title span.box-content {
	margin-top: 16px;
}

div.section-default div.blocked div.block div.box-actions span.box-actions {
	margin-top: 48px;
}

div.section-default div.blocked div.block div.box-actions span.box-actions a {
	
}

div.section-home {
	position: relative;
	background: #000000;
	background-size: cover;
	background-position: center;
}

div.section-home div.background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

div.section-home div.overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #330066 20%, #330066);
	opacity: 0.9;
}

div.section-home div.blocked {
	position: relative;
	padding: 40px 0;
	z-index: 2;
}

div.section-color {
	background: #A020F0 linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2));
}

div.section-color-1 {
	background: #FC2FE2;
}

div.section-default div.block div.box-title span.box-avatar {
	margin-bottom: 40px;
}

div.section-default div.block div.box-title span.box-avatar span.avatar {
	display: inline-block;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	animation: avatars 1s infinite;
}

div.section-home div.blocked div.block div.box-title span.box-title {
	font-size: 100px;
	line-height: 150%;
	font-family: 'Lobster Two', sans-serif;
	font-style: italic;
	font-weight: 600;
	text-transform: none;
	text-transform: none;
}

span.text-gradient {
	background-image: linear-gradient(90deg, #FBBC05 30%, #FC2FE2 50%, #A020F0 60%, #330066 100%);
	color: transparent;
	background-clip: text;
}

div.section-home div.blocked div.block div.box-title span.box-title span.logo {
	font-size: 24px;
	letter-spacing: -12px;
	display: none;
}

div.section-home div.blocked div.block div.box-title span.box-title span.icon {
	font-size: 32px;
	font-weight: 600;
}

div.section-home div.blocked div.block div.box-title span.box-text {
	font-size: 20px;
	margin-top: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #A020F0;
}

div.section-home div.blocked div.block div.box-title span.box-description {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	margin-top: 24px;
}

div.section-home-lead {
	box-shadow: inset 0 -12px 12px rgba(0,0,0,0.05);
	background: #eeeeee;
}

div.section-home-lead div.blocked {
	padding: 40px 0;
}

div.section-home-lead div.blocked div.block div.box-title span.box-title {
	font-size: 80px;
	line-height: 100%;
	color: #000000;
	text-shadow: none;
}

div.section-home-lead div.blocked div.block div.box-title span.box-text {
	font-size: 16px;
}

div.list {
	float: left;
	width: 38%;
	margin: 16px 1%;
	padding: 80px 5%;
	background: rgba(0,0,0,0.2);
	border-radius: 8px;
	color: #000000;
	box-shadow: 0 12px 12px rgba(0,0,0,0.05);
	transition: all 1s;
	position: relative;
	overflow: hidden;
}

div.list-item-1 {
	width: 88%;
}

div.list-color {
	color: #ffffff;
	background-color: #A020F0;
}

div.list-color-1 {
	background-color: #666666;
}

div.list-color-2 {
	background-color: #FC2FE2;
}

div.list:hover {
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2));
	box-shadow: 0 24px 24px rgba(0,0,0,0.1);
}

div.list span.icon, div.list span.keyed, div.list span.key, div.list span.value, div.list span.values {
	float: left;
	width: 100%;
}

div.list span.backings {
	position: absolute;
	top: -60px;
	left: 40px;
	font-size: 200px;
	color: rgba(0,0,0,0.2);
	display: none;
}

div.list span.backings-1 {
	left: auto;
	right: 40px;
}

div.list span.icon span.icons {
	display: inline-block;
	line-height: 80px;
	width: 80px;
	border-radius: 40px;
	margin-bottom: 16px;
	font-size: 48px;
	color: #ffffff;
	background: linear-gradient(45deg, #FBBC05 30%, #FC2FE2 50%, #A020F0 60%, #330066 100%);
	margin-bottom: 40px;
	animation: icons 1s infinite;
}

div.list span.keyed {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 8px;
	display: none;
}

div.list span.key {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 12px;
}

div.list span.value {
	font-size: 16px;
	line-height: 32px;
	margin-top: 12px;
}

div.list span.value-spacer {
	font-weight: 600;
	font-size: 18px;	
}

div.list span.value-spacer span.spacer {
	display: inline-block;
	background: rgba(0,0,0,0.4);
	color: #ffffff;
	line-height: 40px;
	border-radius: 8px;
	padding: 0 16px;
}

div.list span.value-bold {
	font-weight: 600;
}

div.list span.values {
	font-size: 15px;
	line-height: 24px;
	padding: 16px 0;
	box-shadow: inset 0 -1px rgba(0,0,0,0.06);
}

div.section-links {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9999;
	text-align: center;
	color: #ffffff;
	background: #330066;
	box-shadow: inset 0 8px 8px rgba(0,0,0,0.1);
}

div.section-links div.container {
	position: relative;
}

div.section-links a {
	float: left;
	width: 16.666666%;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
}

div.section-links-6 a {
	width: 16.666666%;
}

div.section-links a.active, div.section-links a:hover {
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2));
	box-shadow: inset 0 -4px 4px rgba(0,0,0,0.1);
}

div.section-links a.action {
	position: absolute;
	right: 0;
	top: 0;
	padding: 24px 0;
	color: #ffffff;
	background: linear-gradient(45deg, #FBBC05 30%, #FC2FE2 50%, #330066 100%);
}

div.section-links.fixed {
	position: fixed;
	box-shadow: 0 4px 2px rgba(0,0,0,0.06);
}

div.section-links a.active {
	box-shadow: 0 16px #FC2FE2;
}

div.section-links a.action.active {
	box-shadow: none;
}

div.section-links a span {
	float: left;
	width: 80%;
	padding: 16px 10%;
}

div.section-links a span.title {
	padding-bottom: 0;
	font-size: 22px;
	font-weight: 600;
}

div.section-links a span.text {
	padding-top: 0;
	opacity: 0.6;
	font-size: 16px;
}

div.section-links a:hover span.text {
	opacity: 1;
}

div.section-links a.active span.text {
	opacity: 1;
}

div.section-default div.blocked div.block div.box-title span.box-ratings {
	margin-top: 24px;
}

div.section-default div.blocked div.block div.box-title span.box-ratings span.icon {
	font-size: 40px;
	display: inline-block;
	margin: 0 1px;
	line-height: 100%;
}

div.section-form {
	background: #f2f2f2;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
}

div.section-form div.blocked div.block {
	width: 60%;
	padding: 100px 20%;
}

a.floater {
	position: fixed;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	border-radius: 30px;
	padding: 0 24px;
	color: #ffffff;
	top: 32px;
	left: 32px;
	float: left;
	background-color: #A020F0;
	box-shadow: 0 4px 4px rgba(0,0,0,0.1);
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	z-index: 9999999;
}

a.floater span.material-symbols-outlined {
	display: inline-block;
	line-height: 100%;
	vertical-align: middle;
}

a.floater-cta {
	top: auto;
	left: auto;
	bottom: 32px;
	right: 32px;
	border-radius: 30px;
	background-image: linear-gradient(90deg, #FBBC05 30%, #FC2FE2 50%, #A020F0 60%, #330066 100%);
}

a.floater span.icon {
	color: #ffffff;
	background: rgba(0,0,0,0.1);
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 8px;
	animation: floater-icon 1s infinite;
}

a.floater-topper {
	top: auto;
	right: auto;
	left: 16px;
	bottom: 16px;
	color: #ffffff;
	background: rgba(0,0,0,0.4);
	box-shadow: none;
	animation: fader 1s linear;
	height: 48px;
	width: 48px;
	line-height: 48px;
	padding: 0;
}

div.template-footer {
	float: left;
	width: 100%;
	padding: 40px 0%;
}

div.template-footer span.copyright {
	color: #cccccc;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	font-style: normal;
}

div.template-footer span.spacer {
	display: inline-block;
	margin: 0 16px;
	opacity: 0.5;
}

@media screen and (max-width: 1240px)
{
	div.container {
		width: 1040px;
	}
}

@media screen and (max-width: 1200px)
{
	div.container {
		width: 1000px;
	}
}

@media screen and (max-width: 1079px)
{
	body {
		text-align: center;
		font-size: 18px;
	}
	
	.right {
		text-align: center;	
	}
	
	.shows {
		display: block;
	}
	
	.spacer {
		display: block;
		margin: 24px 0;
	}

	.hides {
		display: none;
	}

	a.button {
		margin: 2px;
	}
	
	form.forms div.field {
		width: 98%;
		margin: 2px 1%;
	}
	
	form.forms input.text, form.forms textarea.text {
		font-size: 16px;
	}
	
	form.forms label {
		font-size: 18px;
	}
	
	form.forms label.checkbox {
		font-size: 14px;
	}
	
	div.section-default div.blocked div.block div.box-title span.box-title {
		font-size: 32px;
		line-height: 40px;
	}
	
	div.section-default div.blocked div.block div.box-title span.box-text {
		font-size: 18px;
		line-height: 32px;
	}
	
	div.section-default div.blocked div.block div.box-title span.box-content {
		font-size: 16px;
		line-height: 28px;
	}
	
	div.section-home div.blocked div.block div.box-title span.box-title {
		font-size: 64px;
		line-height: 125%;
	}
	
	div.section-home div.blocked div.block div.box-title span.box-text {
		font-size: 16px;
		line-height: 125%;
	}
	
	div.section-gallery div.blocked {
		padding: 0;
	}

	div.section-gallery-previews {
		padding: 0;
	}
	
	div.section-gallery-previews div.box {
		display: inline-block;
		width: 120px;
		height: 100px;
		background: #000000;
		line-height: 0;
		cursor: pointer;
		opacity: 0.5;
		line-height: 0;
		background-size: cover;
		background-position: center;
	}

	div.container {
		float: left;
		width: 100%;
		margin: 0;
	}

	div.section-home div.block div.box-title span.box-logo img {
		height: 60px;
	}
	
	div.section-home div.block div.box-title span.box-logo-symbolic img {
		height: 280px;
	}

	div.section-home div.block div.box-title span.box-logo-iconic img {
		height: 60px;
	}
	
	div.section-block div.blocked div.block {
		padding-top: 0;
		width: 80%;
		padding: 0 10%;
		margin: 0;
	}
	
	div.section-block div.blocked div.block-small-padding {
		padding: 20px 10%;
	}
	
	div.section-block div.blocked div.block-medium-padding {
		padding: 40px 10%;
	}
	
	div.section-block div.blocked div.block-large-padding {
		padding: 80px 10%;
	}
	
	div.section-block div.blocked div.block-larger-padding {
		padding: 80px 10%;
	}
	
	div.section-block div.blocked div.block-2-2 {
		padding-top: 0;
	}

	div.section-block div.blocked div.block-padding {
		width: 80%;
		padding: 40px 10%;
	}

	div.section-default div.blocked div.block div.box-actions span.box-actions a, div.section-default div.blocked div.block div.box-actions span.box-actions span.action {
		float: left;
		width: 80%;
		padding: 0 10%;
		margin: 4px 0;
	}
	
	div.section-links {
		display: none;
	}
	
	div.section-form div.blocked div.block {
		width: 100%;
		padding: 40px 0;
	}
	
	div.section-home div.blocked {
		padding: 16px 0;
	}
	
	div.section-default {
		box-shadow: inset 0 1px rgba(0,0,0,0.06);
	}
	
	div.section-links a {
		width: 100%;
	}
	
	div.section-form div.blocked div.block div.box-title {
		width: 90%;
		padding: 40px 5%;
		padding-bottom: 0;
	}

	div.section-form div.blocked div.block div.box-form {
		width: 90%;
		padding: 40px 5%;
	}
	
	div.section-links a.action {
		position: relative;
		padding: 0;
	}
	
	div.template-footer {
		width: 80%;
		padding: 40px 10%;
	}
	
	div.template-footer span.spacer {
		display: block;
		margin: 0;
	}
	
	div.list {
		width: 80%;
		padding: 80px 10%;
		margin: 0;
		border-radius: 0;
	}
	
	div.list span.value {
		font-size: 15px;
		line-height: 24px;
	}
	
	div.section-list div.blocked div.block {
		width: 100%;
		padding: 0;
	}
}

@keyframes loader {
    0% {
	
	}
    100% {
		left: 120%;
	}
}

@keyframes fader {
	0% {
		opacity: 0;
	}
}

@keyframes avatars {
	50% {
		box-shadow: 0 0 0 24px rgba(0,0,0,0.2);
	}
}

@keyframes icons {
	50% {
		box-shadow: 0 0 0 16px rgba(0,0,0,0.1);
	}
}

@keyframes floater-icon {
	50% {
		box-shadow: 0 0 0 24px rgba(0,0,0,0.1);
	}
}