/* --- Mobile Responsive Fixes for Welcome and Main Screens --- */
@media (max-width: 600px) {
	html, body {
		width: 100vw;
		min-width: 0;
		max-width: 100vw;
		overflow-x: hidden;
		font-size: 16px;
		line-height: 1.4;
		-webkit-text-size-adjust: 100%;
	}
	body {
		padding: 0 8px;
		box-sizing: border-box;
	}
	.payment-summary-welcome, .welcome-section, .main-content, .section {
		width: 100% !important;
		max-width: 100vw !important;
		margin: 0 auto !important;
		padding: 12px 0 !important;
		box-sizing: border-box;
		overflow-x: auto;
	}
	h1, h2, h3, h4 {
		font-size: 1.2em !important;
		word-break: break-word;
	}
	/* Restore previous invoice/totalBreakdown sizing for mobile */
	#totalBreakdown, .invoice-summary, .summary-box {
		max-width: 420px !important;
		padding: 18px 22px !important;
		font-size: 1.15em !important;
		overflow-x: auto;
	}
	table {
		font-size: 1.05em !important;
		width: 100% !important;
		overflow-x: auto;
		display: block;
	}
	.btn, button, input[type="submit"] {
		font-size: 1em !important;
		padding: 10px 18px !important;
		min-width: 120px;
	}
	.modal, .nda-modal, .rsvp-modal {
		width: 98vw !important;
		max-width: 98vw !important;
		left: 1vw !important;
		right: 1vw !important;
		padding: 8px 2vw !important;
	}
}
/*------------------------------------------------------------------
Project:	Bennet - Creative Portfolio Template
Version:	1.0
Last change:	28/01/2025
Assigned to:	www.ClaPat.com 
Primary use:	Showcase Portfolio 
-------------------------------------------------------------------*/

@import url("css/content.css");
@import url("css/showcase.css");
@import url("css/portfolio.css");
@import url("css/shortcodes.css");
@import url("css/assets.css");



/*------------------------------------------------------------------

01. General Styles
02. Magic Cursor
03. Page Preloader
04. Header Elements
05. Main Content 
06. Footer Elements
07. Responsive Media Querries

-------------------------------------------------------------------*/

	
/*--------------------------------------------------
	01. General Settings
---------------------------------------------------*/

	html,body{
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size:16px;
		height:100%;
		width:100%;
		color:#777;
		background-color:#000;
		letter-spacing:-0.15px;
		user-select: none; /* supported by Chrome and Opera */
		-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */		
	}

	.percentage-intro-text,
	.percentage-remastered,
	.percentage-first {
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		color: #E5E4E2;
		letter-spacing: 0.05em;
		text-align: center;
		text-shadow: 0 0 32px rgba(229,228,226,0.9), 0 0 60px rgba(229,228,226,0.6), 0 0 100px rgba(229,228,226,0.3), 0 4px 12px rgba(0,0,0,0.95);
		font-size: calc(0.5rem + 6vw);
	}

	.percentage-first {
		font-size: 1.33em;
	}

	.preloader-skip {
		color: #E5E4E2 !important;
		font-weight: 700 !important;
		letter-spacing: 0.05em !important;
		text-shadow: 0 0 32px rgba(229,228,226,0.9), 0 0 60px rgba(229,228,226,0.6), 0 0 100px rgba(229,228,226,0.3), 0 4px 12px rgba(0,0,0,0.95) !important;
		text-transform: uppercase;
		font-size: 12px !important;
		padding: 12px 24px !important;
		border: 1px solid rgba(229,228,226,0.5) !important;
		border-radius: 30px !important;
		background: rgba(0,0,0,0.2) !important;
		backdrop-filter: blur(5px) !important;
		transition: all 0.3s ease !important;
		text-decoration: none !important;
		display: inline-block !important;
	}

	.preloader-skip:hover {
		background: rgba(229,228,226,0.15) !important;
		border-color: rgba(229,228,226,0.9) !important;
		color: #fff !important;
		text-decoration: none !important;
	}

	.preloader-stage .overture-copy {
		padding-top: 7.5rem !important;
	}

	a.preloader-skip.link,
	a.preloader-skip.link:hover,
	a.preloader-skip.link:active,
	a.preloader-skip.link:focus {
		text-decoration: none !important;
		border-bottom: none !important;
		text-underline-offset: 0 !important;
	}

	a.preloader-skip.link::before,
	a.preloader-skip.link::after {
		display: none !important;
		content: none !important;
	}

html,body {
  scroll-behavior: smooth;
}

:root {
    scroll-behavior: smooth;
}
	
	
	html {
		box-sizing: border-box;
		margin-right: 0px!important;
		
	}
	
	body {
		
		-webkit-transition: opacity 0.2s ease-in-out 0.2s;
		transition: opacity 0.2s ease-in-out 0.2s;
	}
	
	body.smooth-scroll {
		overflow:hidden;
	}
	
	body.has-slider {
		overflow:hidden;
	}
	
	body.hidden {
		opacity:0;
	}
	
	.secondary-font {
		font-family:"Playfair Display", serif;
		font-style: normal;
		font-weight:400;
	}
	
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	article,
	aside,
	details,
	figcaption,
	footer,
	header,
	hgroup,
	nav,
	section {
		display: block;
	}
	
	audio {
		display: inline-block;
		max-width: 100%;
	}	
	
	address {
		font-style: italic;
		margin-bottom: 24px;
	}
	
	abbr[title] {
		border-bottom: 1px dotted #2b2b2b;
		cursor: help;
	}
	
	b,
	strong {
		font-weight: 600;
		color:#000;
	}
	
	.light-content b, .light-content strong, .dark-section b, .dark-section strong {
		font-weight: 600;
		color:#fff;
	}
	
	.light-content .light-section b, .light-content .light-section strong {
		font-weight: 600;
		color:#000;
	}
	
	cite,
	dfn,	
	i {
		font-style: italic;
	}
	
	em {
		font-family:"Playfair Display", serif;
		font-style: normal;
		font-weight:400;
		font-size:110%;
	}
	
	mark, ins {
		background: none repeat scroll 0 0 #000;
		text-decoration: none;
		color: #fff;
		padding: 2px 8px;
		display: inline-block;
		border-radius: 2px;
	}
	
	.light-content mark, .light-content ins, .dark-section mark, .dark-section ins {
		background: none repeat scroll 0 0 #fff;
		color:#000;
	}
	
	.light-content .light-section mark, .light-content .light-section ins {
		background: none repeat scroll 0 0 #111;
		color:#fff;
	}
	
	code,
	kbd,
	tt,
	var,
	samp,
	pre {
		font-family: monospace, serif;
		font-size: 15px;
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		line-height: 1.6;
		color:#000;
	}
	
	pre {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		margin-bottom: 24px;
		max-width: 100%;
		overflow: auto;
		padding: 12px;
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
		background-color:rgba(0,0,0,0.05)
	}
	
	.light-content pre, .dark-section pre {
		background-color:rgba(255,255,255,0.05);
		color:#fff;
	}
	
	.light-content .light-section pre {
		background-color:rgba(0,0,0,0.05);
		color:#000;
	}
	
	blockquote,
	q {
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		quotes: none;
	}
	
	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: "";
		content: none;
	}
	
	blockquote {
		color: #000;
		line-height: 1.6;
		font-size: 1.5rem;
		margin-bottom: 2.1875rem;
		font-weight: 500;
		padding-left: 3.5rem;
		margin: 0 0 1.5625rem;
		position:relative;
	}
	
	.light-content blockquote, .dark-section blockquote {
		color: #fff;
	}
	
	.light-content .light-section blockquote {
		color: #000;
	}
	
	blockquote::before {
		content: "\275D";
		position: absolute;
		left: 0;
		top: 5px;
		line-height: 1;
		font-size: 3rem;
		font-weight: 500;
	}
	
	blockquote cite,
	blockquote small {
		color: #2b2b2b;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
	}
	
	.light-content blockquote cite, .light-content blockquote small {
		color:#fff;
	}
	
	blockquote em,
	blockquote i,
	blockquote cite {
		font-style: normal;
	}
	
	blockquote strong,
	blockquote b {
		font-weight: 600;
	}
	
	small {
		font-size: smaller;
	}
	
	big {
		font-size: 125%;
	}
	
	sup,
	sub {
		font-size: 75%;
		height: 0;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	
	sup {
		bottom: 1ex;
	}
	
	sub {
		top: .5ex;
	}
	
	dl {
		margin-bottom: 24px;
	}
	
	dd {
		margin-bottom: 24px;
	}
	
	ul,
	ol {
		list-style: none;
		margin: 0 0 24px 20px;
	}
	
	ul,
	ol {
		list-style: none;
		margin:20px 0 25px 20px;
	}
	
	ul {
		list-style: disc;
	}
	
	ol {
		list-style: decimal;
	}
	
	li > ul,
	li > ol {
		margin: 20px 0px 15px 25px;
	}
	
	li {
		line-height: 20px;
		color:#444;
		margin-bottom:25px;
	}
	
	.light-content li, .dark-section li {
		color: #ccc;
	}
	
	.light-content .light-section li {
		color: #444;
	}
	
	figure {
		margin:0;
		position:relative;
		display: block;
	}
	
	figure.has-parallax {		
		overflow:hidden;
	}
	
	.full figure.has-parallax {		
		overflow:hidden;
		height:100vh;
	}
	
	figure img {
		max-width:100%;
	}
	
	.has-parallax-content > img, .has-parallax > img {
		width:100%;
		height: 100%;
		position:absolute;
		display:block;
		object-position: center; 
		object-fit: cover;
	}
	
	figcaption {
		background-color: rgba(0,0,0,0.3);
		bottom: 0px;
		color: #fff;
		font-weight:400;
		font-size: 10px;
		padding: 5px 10px;
		position: absolute;
		right: 0px;
		z-index: 10;
		border-radius:0;
	}
	
	fieldset {
		border: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0 0 24px;
		padding: 0;
	}
	
	legend {
		white-space: normal;
	}
	
	button,	input {
		line-height: normal;
	}
	
	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}
	
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		cursor: pointer;
	}
	
	button[disabled],
	input[disabled] {
		cursor: default;
	}
	
	input[type="checkbox"],
	input[type="radio"] {
		padding: 0;
	}
	
	input[type="search"] {
		-webkit-appearance: textfield;
		appearance: textfield;
	}
	
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	
	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}
	
	textarea {
		overflow: auto;
		vertical-align: top;
	}
	
	table {
		border-collapse: separate;
		border-spacing: 0;
		border-width: 1px 0 0 1px;
		margin-bottom: 24px;	
		width: 100%;
		color:#444;
	}
	
	thead, .light-content .light-section thead {
		background-color:rgba(0,0,0,1);
		color:#fff;
	}
	
	.light-content thead, .dark-section thead {
		background-color:rgba(255,255,255,1);
	}
	
	thead tr, .light-content .light-section thead tr {
		color:#fff;
	}
	
	.light-content thead tr, .dark-section thead tr {
		color:#000;
	}
	
	tr, .light-content .light-section tr {
		color:#444;
	}
	
	.light-content tr, .dark-section tr{
    	color:#CCC;
	}
	
	tr:nth-child(2n), .light-content .light-section tr:nth-child(2n) {
    	background-color:rgba(0,0,0,0.05);
	}
	
	.light-content tr:nth-child(2n), .dark-section tr:nth-child(2n){
    	background-color:rgba(255,255,255,0.1);
	}
	
	caption, th, td {
		font-weight: normal;
		text-align: left;
	}
	
	th {
		border-width: 0 1px 1px 0;
		padding: 10px;
	}
	
	td {
		border-width: 0 1px 1px 0;
		padding: 10px;
	}
	
	del {
		color: #767676;
	}
	
	hr {
		border: 0;
		height: 28px;
		width:100%;
		float:none;
		margin:0;
		display:inline-block;
		opacity: 1!important;
		-webkit-transition: translateY(0px)!important;
		transition: translateY(0px)!important;
		transform: translateY(0px)!important;
	}
	
	hr.animated-line {
		height:1px;		
		padding-top:20px;
		padding-bottom:20px;
	}
	
	hr.animated-line:before {
		content: ""; 
		display: block; 
		width:0;
		height:1px;
		background:rgba(0,0,0,0.1);
	}
	
	.light-content hr.animated-line:before, .dark-section hr.animated-line:before {
		background:rgba(255,255,255,0.15);
	}
	
	.light-content .light-section hr.animated-line:before {
		background:rgba(0,0,0,0.1);
	}
	
	hr.animated.animated-line:before {
		width:100%;
		-webkit-transition: width 0.7s ease-in-out 0.1s;
		transition: width 0.7s ease-in-out 0.1s;
	}
	
	hr:after {
		clear: both;
		content: " ";
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	img {
		border: 0 none;
		max-width: 100%;
		vertical-align: middle;
		height:auto;
	}
		
	h1, h2, h3, h4, h5, h6 {		
		font-family:inherit;
		font-weight:600;
		color:#000;
		margin-bottom:20px;
		letter-spacing:-0.1vw;
	}
	
	.big-title {
		font-weight:600;
		font-size: calc((1rem + 12vw) / 2);
  		line-height: calc((1rem + 14vw) / 2);
		letter-spacing:-0.2vw;
	}	
	
	h1{
		font-size: calc(1rem + 4vw);
		line-height: calc(1rem + 4vw);
	}
	
	h2{
		font-size: calc(1rem + 3vw);
		line-height: calc(1rem + 3.5vw);
	}
	
	h3{
		font-size: calc(1rem + 2vw);
		line-height: calc(1rem + 2.5vw);
	}
	
	h4{
		font-size: calc(1rem + 1vw);
		line-height: calc(1rem + 1.6vw);
		letter-spacing:-0.05vw;
	}
	
	h5{
		font-size: calc(1rem + 0.6vw);
		line-height: calc(1rem + 1.5vw);
		font-weight:500;
		letter-spacing:-0.04vw;
	}
	
	h6 {
		font-size:18px;
		line-height: 36px;
		font-weight:400;
		letter-spacing:-0.03vw;
	}
	
	h6.has-icon {
		padding-left: 20px;
		box-sizing: border-box;
		display: inline-block;
		width: auto;
		position: relative;
	}
	
	h6.has-icon::before {
		font: var(--fa-font-solid);
		content: "\f101";
		font-size: 12px;
		line-height: inherit;
		text-align: left;
		position: absolute;
		left: 0;
	}
	
	.no-margins {
		margin:0;
	}
	
	.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6, .dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6 {
		color: #fff;
	}
	
	.light-content .light-section h1, .light-content .light-section h2, .light-content .light-section h3, .light-content .light-section h4, .light-content .light-section h5, .light-content .light-section h6 {
		color: #000;
	}
	
	p {
		font-size:18px;
		line-height: 28px;
		font-weight:400;
		margin-bottom: 10px;
		color:#000;		
	}
	
	.light-content p, .dark-section p {
		color:#fff;
	}
	
	.light-content .light-section p {
		color:#000;
	}
	
	.bigger {
		font-size: 24px;
		line-height: 36px;
		font-weight:500;
	}
	
	.smaller {
		font-size: 14px;
		line-height: 24px;
	}
	
	.container {
		max-width:1280px;
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
	}
	
	.container::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	a:hover, a:active {
	  outline: 0;
	  color: #000;
	}
	
	a, .light-content .light-section a {
		text-decoration: none;
		color: #000;
		outline: 0;
	}
	
	.light-content a, .dark-section a, .white-header a {
		color: #fff;
	}
	
	.light-content .white-header a { 
		color:#000;		
	}
	
	a:hover {
		text-decoration:none;
	}
	
	.one_half {
    	width: 48%!important;
	}	

	.one_third {
		width: 30.6%!important;
	}	

	.one_fourth {
		width: 22%!important;
	}	

	.one_fifth {
		width: 16.8%!important;
	}	

	.one_sixth {
		width: 13.33%!important;
	}	

	.two_fifth {
		width: 37.6%!important;
	}	

	.two_fourth {
		width: 48%!important;
	}		

	.two_third {
		width: 65.33%!important;
	}	

	.three_fifth {
		width: 58.4%!important;
	}	

	.three_fourth {
		width: 74%!important;
	}	

	.four_fifth {
		width: 79.2%!important;
	}	

	.five_sixth {
		width: 82.67%!important;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: left!important;
		margin-bottom: 1px!important;
		margin-right: 4%!important;
		position: relative!important;
	}

	.last {
		margin-right:0px!important;
	}
	
	.text-align-left {
		text-align:left;
	}
	
	.text-align-center {
		text-align:center;
	}
	
	.text-align-right {
		text-align:right;
	}
	
	.outer {
		display:table;
		width:100%;
		height:100%;
	}
	
	.inner {
		display:table-cell;
		vertical-align:middle;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.light-section-wrapper, .dark-section-wrapper {
		margin-left: calc(50% - 50vw)!important;
		margin-right: calc(50% - 50vw)!important;
		max-width: 1000%!important;
		width: 100vw!important;
	}
	
	.light-section-container, .dark-section-container {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
	}
	
	.content-row {
		position:relative;
		width:100%;
		margin:0 auto;
		z-index:1;
		opacity:1;
		box-sizing:border-box;
	}
	
	.clip-effects {
		overflow:hidden;
		clip-path: inset(4% 10% round 40px);
	}
	
	.content-row::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	.small {
		max-width:820px;
		width:100%;
		margin:0 auto;
	}
	
	.large {
		max-width:1380px;
		width:100%;
		margin:0 auto;
	}
	
	.full {
		margin-left: calc(50% - 50vw)!important;
		margin-right: calc(50% - 50vw)!important;
		max-width: 1000%!important;
		width: 100vw!important;
	}
	
	.row_padding_top {
		padding-top:9vw;
	}
	
	.row_padding_bottom {
		padding-bottom:9vw;
	}
	
	.row_padding_left {
		padding-left:80px;
	}
	
	.row_padding_right {
		padding-right:80px;
	}
	
	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 80px;
		padding-right: 80px;
	}
	
	#rotate-device {
		width:100%;
		height:100%;
		position:fixed;
		z-index:1000;
		top:0;
		left:0;
		background-color:#0f1010;
		background-image:url(images/rotate.png);
		background-size:100px 100px;
		background-position:center;
		background-repeat:no-repeat;
		display:none;
	}
	
	i.arrow-icon {
		border: solid #000;
		border-width: 0px 3px 3px 0px;
		box-sizing:border-box;
		display: block;
		position:relative;
		top:0px;
		left:0px;
		height:20px;
		width:20px;
	}
	
	.light-content i.arrow-icon, .dark-content .item i.arrow-icon {
		border: solid #fff;
		border-width: 0px 3px 3px 0px;
	}
	
	.light-content .change-header i.arrow-icon, .dark-content .change-header i.arrow-icon {
		border: solid #000;
		border-width: 0px 3px 3px 0px;
	}
	
	i.arrow-icon::after {
		content: "";
		position: absolute;
		width: 28px;
		height: 3px;
		top: 7px;
		left: -6px;
		background-color: currentColor;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	
	.light-content i.arrow-icon:after, .light-content .change-header i.arrow-icon::after, .dark-content .item i.arrow-icon::after {
		background-color:currentColor;
	}
	
	.light-content .change-header i.arrow-icon::after, .dark-content .change-header i.arrow-icon::after {
		background-color:currentColor;
	}
	
	i.arrow-icon-down {
		border: solid currentColor;
		border-width: 0px 2px 2px 0px;
		box-sizing:border-box;
		display: block;
		position:relative;
		top:14px;
		left:14px;
		height: 12px !important;
		width: 12px !important;
		line-height: 12px !important;
	}
	
	i.arrow-icon-down.left {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}
	
	i.arrow-icon-down::after {
		content: "";
		position: absolute;
		width: 16px;
		height: 2px;
		top: 4px;
		left: -3px;
		background-color: currentColor;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		
	}
	
	.light-content i.arrow-icon-down {
		border: solid currentColor;
		border-width: 0px 2px 2px 0px;
	}
	
	.light-content i.arrow-icon-down::after {
		background-color: currentColor;
	}
	
	i.arrow-icon-up {
		border: solid currentColor;
		border-width:  2px 2px 0px 0px;
		box-sizing:border-box;
		display: block;
		position:relative;
		top:14px;
		left:14px;
		height: 12px !important;
		width: 12px !important;
		line-height: 12px !important;
	}	
	
	i.arrow-icon-up.right {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}	
	
	i.arrow-icon-up::after {
		content: "";
		position: absolute;
		width: 16px;
		height: 2px;
		top: 4px;
		left: -3px;
		background-color: currentColor;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	
	.light-content i.arrow-icon-up {
		border: solid currentColor;
		border-width:  2px 2px 0px 0px;
	}
	
	.light-content i.arrow-icon-up::after {
		background-color: currentColor;
	}
	
	.button-wrap.no-events {
		pointer-events:none;
	}

/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/	
	
	
	#magic-cursor {
	  position: absolute;
	  left:0;
	  top:0;
	  width: 40px;
	  height: 40px;
	  pointer-events: none;
	  z-index:10000;
	  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
		transition: opacity 0.2s ease-in-out 0.5s;
	}
	
	.hidden-ball #magic-cursor {
		opacity:0!important;
		visibility:hidden;
	}
	
	#ball {
		position: fixed;
		width: 28px;
		height: 28px;
		border: 2px solid #999999;
		border-radius: 50%;
		pointer-events: none;
		opacity:1;
		box-sizing:border-box;
		-webkit-transform: translate(-50%, -50%);
	  	transform: translate(-50%, -50%);	
	}
	
	.light-content #ball, #ball.over-movie,  .light-content #ball.with-icon {
		border: 4px solid #999999;
		border-color:#999999;
	}
	
	#ball.with-blur {
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);		
	}
	
	#ball:before {
		font: var(--fa-font-solid);
		content: "\f106";
		font-size:14px;
		width:8px;
		height:16px;
		line-height:16px;
		text-align:center;
		position:absolute;
		left: 32px;
		top: -42px;
		color:#999;
		opacity:0;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball:before {
		color:#999;
	}
	
	#ball::after {
		font: var(--fa-font-solid);
		content: "\f107";
		font-size: 14px;
		width: 8px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		position: absolute;
		left: 32px;
		top: 100px;
		color: #999;
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball:before, .light-content #ball:after {
		color:#999;
	}
	
	.scale-up #ball:before, .scale-drag-horizontal #ball:before {
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-drag-horizontal #ball:before {
		color: #fff;
	}
	
	.scale-up #ball:after, .scale-drag-horizontal #ball:after {
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-drag-horizontal #ball:after {
		color: #fff;
	}
	
	.scale-up.scale-none #ball:before, .scale-up.scale-none #ball:after {
		opacity:0;
	}
	
	#ball-drag-x {
		position: absolute;
		width: 72px;
		height: 72px;
		pointer-events: none;
		opacity:1;
		box-sizing:border-box;	
	}
	
	#ball-drag-x::before {
		font: var(--fa-font-solid);
		content: "\f053";
		font-size: 16px;
		width: 8px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		position: absolute;
		left: -37px;
		top: 29px;
		color: #fff;
		opacity: 0;
		transform: translateX(20px);
		-webkit-transform: translateX(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball-drag-x:before {
		color:#000;
	}
	
	#ball-drag-x::after {
		font: var(--fa-font-solid);
		content: "\f054";
		font-size: 16px;
		width: 8px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		position: absolute;
		right: -40px;
		left: auto;
		top: 29px;
		color: #fff;
		opacity: 0;
		transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball-drag-x:before, .light-content #ball-drag-x:after {
		color:#000;
	}
	
	.drag-cursor-white #ball-drag-x:before, .drag-cursor-white #ball-drag-x:after {
		color:#000;
	}
	
	.drag-cursor-black #ball-drag-x:before, .drag-cursor-black #ball-drag-x:after {
		color:#fff;
	}
	
	.scale-drag-x #ball-drag-x:before {
		opacity:1;
		transform: translateX(52px);
		-webkit-transform: translateX(52px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-drag-x #ball-drag-x:after {
		opacity:1;
		transform: translateX(-52px);
		-webkit-transform: translateX(-52px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-up.scale-drag #ball-drag-x:before, .scale-up.scale-drag #ball-drag-x:after {
		opacity:0;
	}
	
	#ball-drag-y {
		position: absolute;
		width: 72px;
		height: 72px;
		pointer-events: none;
		opacity:1;
		box-sizing:border-box;	
	}
	
	#ball-drag-y:before {
		font: var(--fa-font-solid);
		content: "\f077";
		font-size:16px;
		width:8px;
		height:16px;
		line-height:16px;
		text-align:center;
		position:absolute;
		left: 30px;
		top: -44px;
		color:#fff;
		opacity:0;
		transform: translateY(40px);
		-webkit-transform: translateY(40px);
		transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball-drag-y:before {
		color:#000;
	}
	
	.scale-drag-y #ball-drag-y:before {
		opacity:1;
		transform: translateY(52px);
		-webkit-transform: translateY(52px);
		transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	#ball-drag-y::after {
		font: var(--fa-font-solid);
		content: "\f078";
		font-size: 16px;
		width: 8px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		position: absolute;
		left: 30px;
		top: 100px;
		color: #fff;
		opacity:0;
		transform: translateY(-40px);
		-webkit-transform: translateY(-40px);
		transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball-drag-y:after {
		color:#000;
	}
	
	.scale-drag-y #ball-drag-y:after {
		opacity:1;
		transform: translateY(-52px);
		-webkit-transform: translateY(-52px);
		transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-up.scale-drag #ball-drag-y:before, .scale-up.scale-drag #ball-drag-y:after {
		opacity:0;
	}
	
	#ball i {
		color:#fff;
		width:76px;
		height:80px;
		line-height:78px;
		text-align:center;
		font-size:14px;
		display:block;
		opacity:1;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	#ball {
		display:flex;
		flex-direction: column;
		justify-content: center;
	}
	
	#ball p {
		color:#fff;
		width:auto;
		height:16px;
		line-height:16px;
		padding-top:0px;
		padding-left:0px;
		box-sizing:border-box;
		margin:0 auto;
		margin-bottom:0;
		text-align:center;
		font-size:10px;
		font-weight: 500;
		display:flex;
		flex-direction: column;
		align-self: center;
		opacity:1;
		position:relative;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball p {
		color:#fff;
	}
	
	#ball p.center-first::before {
		content:"[";
		font-size:12px;
		font-weight: 500;
		position:absolute;
		height:20px;
		top:calc(50% - 10px);
		left:-8px;
		line-height:20px;
	}
	
	#ball p.center-first::after {
		content:"]";
		font-size:12px;
		font-weight: 500;
		position:absolute;
		height:20px;
		top:calc(50% - 10px);
		right:-8px;
		line-height:20px;
	}
	
	.light-content #ball i, #ball.over-movie i, .light-content #ball.with-icon i {
		color:#fff;
	}
	
	.drag-cursor-white #ball i, .drag-cursor-white #ball.with-icon i {
		color:#000;
	}
	
	.drag-cursor-black #ball i, .drag-cursor-black #ball.with-icon i {
		color:#fff;
	}
	
	.light-content #ball.with-icon.dark-icon i {
		color:#000;
	}
	
	.scale-up #ball i {
		opacity:0;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	#ball.with-icon i {
		width:76px;
	}
	
	#ball.with-icon i:nth-child(2) {
		display:none;
	}
	
	#ball.close-icon i {
		width:75px;
		height:76px;
		font-size:14px;
	}
	
	#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
		display:block;
	}
	
	#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
		display:none;
	}
	
	#ball-loader {
		width: 100px;
		height: 100px;
		position:absolute;
		left:0;
		top:0;
		background-color: transparent;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #999999;
		border-left: 4px solid transparent;
		border-top: 4px solid transparent;
		border-radius: 50%;
		box-sizing: border-box;
		opacity:0;
		-webkit-transform: translate(-14px, -14px) rotate(0deg);
		transform: translate(-14px, -14px) rotate(0deg);
		-webkit-animation: rotating 0.8s ease-in-out infinite;
		animation: rotating 0.8s ease-in-out infinite;
		-webkit-transition: opacity 0s ease-in-out 0s;
		transition: opacity 0s ease-in-out 0s;
	}
	
	.light-content #ball-loader { 
		border-bottom: 4px solid #999999;
	}
	
	.show-loader #ball-loader {
		opacity:1;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;
	}
	
	@keyframes rotating {
      0% {
		-webkit-transform: translate(-14px, -14px) rotate(0deg);
		transform: translate(-14px, -14px) rotate(0deg);
      }
	  
	  95% {
        -webkit-transform:  translate(-14px, -14px) rotate(350deg);
		transform:  translate(-14px, -14px) rotate(350deg);
      }
	  
      100% {
        -webkit-transform:  translate(-14px, -14px) rotate(360deg);
		transform:  translate(-14px, -14px) rotate(360deg);
      }
	}
	
	.show-loader a, .show-loader .clapat-nav-wrapper, .scale-up a, .scale-up .hide-ball, scale-up .link, .scale-up .button-wrap, .scale-up #burger-wrapper, .scale-up .disable-drag, .scale-drag a, .scale-drag .move-title {
		pointer-events:none!important;
	}
	
	.disable-cursor #magic-cursor {
		display:none;
	}
	
	#ball i.arrow-icon {
		border: solid #fff;
		border-width: 3px 3px 0px 0px;
		box-sizing:border-box;
		display: block;
		position:absolute;
		top:28px;
		left:30px;
		height:20px;
		width:20px;
	}
	
	.light-content #ball i.arrow-icon {
		border: solid #fff;
		border-width: 3px 3px 0px 0px;
	}
	
	#ball i.arrow-icon:after {
		content:"";
		position:absolute;
		width:30px;
		height:3px;
		top:8px;
	  	left:-8px;
		background-color:#fff;
		transform: rotate(-45deg);
  		-webkit-transform: rotate(-45deg);
	}
	
	.light-content #ball i.arrow-icon:after {
		background-color:#fff;
	}
	
	#ball.color-cursor p, #ball.color-cursor i , #ball.color-cursor #ball-drag-x::before, #ball.color-cursor #ball-drag-x::after {
		color:currentColor!important;
	}
	
	
/*--------------------------------------------------
	03. Page Preloader
---------------------------------------------------*/	
	
	.disable-ajaxload .preloader-wrap {
		display:none;
	}
	
	.preloader-wrap {
		width:100%;
		left:0;
		right: 0;
		height:100vh;
		position: fixed;
		top: 0; 
		bottom: 0;
		background: #000000;
		z-index : 1800;
		text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction:column;
		gap: clamp(12px, 2vh, 24px);
		padding: clamp(20px, 5vh, 60px) 24px 30px 24px;
		overflow: hidden;
		transform: translate(-0.25in, -0.25in);
		perspective: 1500px;
		transform-style: preserve-3d;
	}

	.preloader-wrap::before {
		content: "";
		position: absolute;
		width: clamp(720px, 70vw, 960px);
		height: clamp(720px, 70vw, 960px);
		border-radius: 50%;
		background: radial-gradient(circle at 45% 40%, rgba(255,255,255,0.12), rgba(200,200,200,0) 50%),
					radial-gradient(circle, rgba(220,220,220,0.18) 0%, rgba(120,120,120,0.06) 45%, rgba(0,0,0,0.95) 100%);
		filter: blur(55px);
		opacity: 0.6;
		transform: translateY(4%);
		pointer-events: none;
		z-index: 0;
	}
	
	.preloader-record-corner {
		position: absolute;
		width: clamp(120px, 12vw, 220px);
		height: clamp(120px, 12vw, 220px);
		border-radius: 50%;
		background: 
					repeating-radial-gradient(circle at center,
						rgba(0,0,0,0) 0%,
						rgba(0,0,0,0.15) 0.5%,
						rgba(229,228,226,0.025) 1%,
						rgba(0,0,0,0.08) 1.5%,
						rgba(0,0,0,0) 2%),
					linear-gradient(52deg, 
						transparent 0%, 
						rgba(229,228,226,0.18) 35%, 
						rgba(255,255,255,0.25) 50%, 
						rgba(229,228,226,0.18) 65%, 
						transparent 100%),
					radial-gradient(circle at 32% 22%, 
						rgba(255,255,255,0.4) 0%, 
						rgba(229,228,226,0.25) 12%, 
						rgba(211,211,211,0.15) 25%, 
						transparent 38%),
					radial-gradient(circle at center, 
						#1a1816 0%,
						#161412 12%,
						#12100e 25%,
						#0e0c0a 40%,
						#0a0807 58%,
						#070605 75%,
						#040403 88%,
						#000000 100%);
		box-shadow: 0 0 12px rgba(229,228,226,0.45), 
					0 0 24px rgba(211,211,211,0.25), 
					0 0 40px rgba(180,180,180,0.12),
					0 8px 24px rgba(0,0,0,0.8),
					inset 0 1px 3px rgba(229,228,226,0.28),
					inset 0 -1px 3px rgba(0,0,0,0.6);
		z-index: 1;
	border: 6px solid #000000;
	outline: 0.5px solid rgba(229,228,226,0.35);
	outline-offset: -6px;
	transform-style: preserve-3d;
	}

	.preloader-record-corner::before {
		content: "";
		position: absolute;
		width: 32%;
		height: 32%;
		border-radius: 50%;
		background: 
					linear-gradient(135deg,
						rgba(0,0,0,0.3) 0%,
						rgba(0,0,0,0.2) 25%,
						rgba(0,0,0,0.15) 50%,
						rgba(0,0,0,0.2) 75%,
						rgba(0,0,0,0.3) 100%),
					radial-gradient(circle at 40% 30%, 
						rgba(0,0,0,0.4) 0%, 
						rgba(0,0,0,0.25) 15%, 
						rgba(0,0,0,0.15) 30%, 
						transparent 48%),
					linear-gradient(180deg,
						#0a0a0a 0%,
						#080808 8%,
						#060606 18%,
						#050505 30%,
						#030303 45%,
						#020202 62%,
						#010101 78%,
						#000000 90%,
						#000000 100%);
		box-shadow: inset 0 2px 6px rgba(0,0,0,0.6), 
					inset 0 -1px 4px rgba(0,0,0,0.8),
					0 0 15px rgba(0,0,0,0.5),
					0 3px 10px rgba(0,0,0,0.6);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 1px solid rgba(0,0,0,0.5);
	}

	.preloader-record-corner::after {
		content: "";
		position: absolute;
		width: 6%;
		height: 6%;
		border-radius: 50%;
		background: radial-gradient(circle, 
					#2a3145 0%, 
					#1f2535 30%, 
					#151a28 60%, 
					#0a0e1a 85%, 
					#000000 100%);
		box-shadow: inset 0 1px 3px rgba(80,95,130,0.3), 
					inset 0 -1px 2px rgba(0,0,0,0.6),
					0 0 8px rgba(180,200,230,0.35);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.preloader-record-corner.corner-tl { top: clamp(20px, 4vh, 50px); left: clamp(20px, 4vw, 50px); }
	.preloader-record-corner.corner-tr { top: clamp(20px, 4vh, 50px); right: clamp(20px, 4vw, 50px); }
	.preloader-record-corner.corner-bl { bottom: calc(clamp(20px, 4vh, 50px) + 0.25in); left: clamp(20px, 4vw, 50px); }
	.preloader-record-corner.corner-br { bottom: calc(clamp(20px, 4vh, 50px) + 0.25in); right: clamp(20px, 4vw, 50px); }
	
	.preloader-wrap .outer {
		padding: 0px;
		box-sizing:border-box;
	}
	
	.preloader-wrap .inner {
		vertical-align:middle;
		box-sizing:border-box;
	}
	
	.percentage-wrapper {
		position:absolute;
		display:flex;
		flex-direction:column;
		align-items:center;
		text-align:center;
		width: clamp(300px, 80vw, 1000px);
		height: auto;
		z-index:15;
		box-sizing:border-box;
		gap: clamp(12px, 1.8vh, 24px);
		top:50%;
		left:50%;
		transform:translate(-50%, -50%);
		padding: clamp(6px, 1.4vh, 14px);
		mask-image: linear-gradient(180deg, transparent 5%, #000 15%, #000 85%, transparent 95%);
		-webkit-mask-image: linear-gradient(180deg, transparent 5%, #000 15%, #000 85%, transparent 95%);
	}
	
	.percentage {
		font-size: calc(1rem + 12vw);

.preloader-record-corner::after {
	content: "";
	position: absolute;
	width: 6%;
	height: 6%;
	border-radius: 50%;
	background: radial-gradient(circle, 
				#2a3145 0%, 
				#1f2535 30%, 
				#151a28 60%, 
				#0a0e1a 85%, 
				#000000 100%);
	box-shadow: inset 0 1px 3px rgba(80,95,130,0.3), 
				inset 0 -1px 2px rgba(0,0,0,0.6),
				0 0 8px rgba(180,200,230,0.35);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.preloader-record-corner.corner-tl { top: clamp(20px, 4vh, 50px); left: clamp(20px, 4vw, 50px); }
.preloader-record-corner.corner-tr { top: clamp(20px, 4vh, 50px); right: clamp(20px, 4vw, 50px); }
.preloader-record-corner.corner-bl { bottom: calc(clamp(20px, 4vh, 50px) + 0.25in); left: clamp(20px, 4vw, 50px); }
.preloader-record-corner.corner-br { bottom: calc(clamp(20px, 4vh, 50px) + 0.25in); right: clamp(20px, 4vw, 50px); }

.preloader-wrap .outer {
	padding: 0px;
	box-sizing:border-box;
}

.preloader-wrap .inner {
	vertical-align:middle;
	box-sizing:border-box;
}

.percentage-wrapper {
	position:absolute;
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	width: clamp(400px, 85vw, 1200px);
	height: auto;
	z-index:15;
	box-sizing:border-box;
	gap: clamp(20px, 3vh, 40px);
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	padding: clamp(20px, 3vh, 40px);
	mask-image: none;
	-webkit-mask-image: none;
}

.percentage {
	font-size: calc(1rem + 12vw);
	line-height: calc(1rem + 11vw);
	font-weight: 300;
	width: 100%;
	height: calc(1rem + 11vw);
	color:#FFFFFF;
	text-shadow: 0 0 35px rgba(229,228,226,0.9), 0 0 60px rgba(229,228,226,0.6), 0 0 100px rgba(229,228,226,0.3), 0 2px 8px rgba(0,0,0,0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	position: relative;
	background: transparent;
	border-radius: clamp(18px, 4vw, 42px);
	box-shadow: none;
	font-family: 'Space Grotesk', 'Poppins', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	text-align: center;
	letter-spacing: 0.55em;
	padding-left: 0.55em;
	z-index: 20;
	order: 2;
}

.percentage .number {
	display:block;
	text-align:center;
}

.percentage .year-wheel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: clamp(6px, 1.2vw, 16px) 0;
	isolation: isolate;
}

.year-wheel-track {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	will-change: transform;
	transition: transform 0.3s ease-out;
}

.year-wheel-track span {
	display: block;
	line-height: calc(1rem + 11vw);
	font-size: clamp(2rem, 8vw, 6rem);
	font-weight: 300;
	letter-spacing: 0.04em;
	text-shadow: 0 0 20px rgba(229,228,226,0.5), 0 2px 4px rgba(0,0,0,0.8);
	color: #fefefe;
}

.year-wheel::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.35) 30%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 70%, rgba(0,0,0,0.92) 100%);
	z-index: 2;
}

.percentage .number span {
display:block;
}

.preloader-text {
font-family: 'Space Grotesk', 'Poppins', sans-serif;
font-weight: 700;
color: #E5E4E2;
text-shadow: 0 0 32px rgba(229,228,226,0.9), 0 0 60px rgba(229,228,226,0.6), 0 0 100px rgba(229,228,226,0.3), 0 4px 12px rgba(0,0,0,0.95);
letter-spacing: 0.05em;
text-align: center;
width: 100%;
position: relative;
z-index: 20;
}

.percentage-intro-text, .percentage-remastered {
	font-family: 'Space Grotesk', 'Poppins', sans-serif;
	font-weight: 700;
	color: #E5E4E2;
	text-shadow: 0 0 32px rgba(229,228,226,0.9), 0 0 60px rgba(229,228,226,0.6), 0 0 100px rgba(229,228,226,0.3), 0 4px 12px rgba(0,0,0,0.95);
	letter-spacing: 0.05em;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 20;
	order: 1;
}

.percentage-intro-text span, .percentage-remastered span {
position:relative;
display:block;
transform: translateY(0);
-webkit-transform: translateY(0);
text-align: center;
}

.percentage-first {
font-size: clamp(1.33rem, 2.67vw, 1.8rem);
line-height: 1.4;
font-weight: 600;
color:#FFFFFF;
text-shadow: 0 0 28px rgba(229,228,226,0.8), 0 0 50px rgba(229,228,226,0.5), 0 0 85px rgba(229,228,226,0.2), 0 2px 8px rgba(0,0,0,0.9);
opacity: 1;
text-align: center;
width: 100%;
position: relative;
z-index: 20;
order: 3;
	opacity: 1;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 20;
	order: 3;
}

.percentage-first span {
	position:relative;
	display:block;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.percentage-last {
	position:relative;
	width:100%;
	font-size: calc(1rem + 12vw);
	line-height: calc(1rem + 11vw);
	font-weight: 700;
	color:#FFFFFF;
	text-shadow: 0 0 40px rgba(229,228,226,1), 0 0 70px rgba(229,228,226,0.7), 0 0 110px rgba(229,228,226,0.4), 0 2px 8px rgba(0,0,0,0.9);
	text-align:center;
	overflow:hidden;
	display: block;
	z-index: 20;
	letter-spacing: 0.2em;
	order: 4;
}

.percentage-last span {
	position:relative;
	display:block;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.trackbar {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	position: relative;
	padding: 0 80px;
	box-sizing:border-box;
	opacity: 1;		
}

.loadbar {
	width: 300px;
	height: 50px;
	left: 0;
	right:0;
	margin: 0 auto;
	overflow: hidden;
	z-index:0;
	transform-origin:  center center;
	display: flex;
	justify-content: space-between;
}

.loadbar-inner {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0px;
	left: auto;
	right: auto;
	overflow: hidden;
	z-index:20;
	clip-path: circle(0%);
}

.hold-progress-bar {
	width: 0%;
	height: 0px;
	background: rgba(0,0,0,1);
	position: absolute;
	top: 0px;
	left: 0;
	right:0;
	overflow: hidden;
}

.preloader-intro {
	position: absolute;
	top: clamp(16px, 4vh, 60px);
	left: clamp(16px, 4vw, 60px);
	right: clamp(16px, 4vw, 60px);
	bottom: clamp(20px, 4vh, 65px);
	pointer-events: none;
	color: #fff;
	z-index: 5;
}

.platinum-shower {
	display: none;
}

.platinum-particle {
	position: absolute;
	background: radial-gradient(ellipse at center, 
		rgba(240, 240, 245, 0.9) 0%, 
		rgba(230, 230, 235, 0.6) 50%, 
		rgba(230, 230, 235, 0) 100%);
	border-radius: 50%;
	filter: blur(1px);
	animation: platinumFall ease-in-out infinite, platinumSway ease-in-out infinite;
	box-shadow: 0 0 12px rgba(240, 240, 245, 0.8),
				0 0 20px rgba(230, 230, 235, 0.5),
				0 0 30px rgba(230, 230, 235, 0.3);
}

@keyframes platinumFall {
	0% {
		transform: translateY(-50px) translateX(-20px) rotate(0deg);
		opacity: 0;
	}
	15% {
		opacity: 0.8;
	}
	85% {
		opacity: 0.8;
	}
	100% {
		transform: translateY(calc(100vh + 80px)) translateX(60px) rotate(180deg);
		opacity: 0;
	}
}

@keyframes platinumSway {
	0%, 100% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-15px);
	}
	75% {
		transform: translateX(15px);
	}
}

@keyframes platinumShimmer {
	0%, 100% {
		opacity: 0.6;
		filter: blur(0.5px) brightness(1);
	}
	50% {
		opacity: 1;
		filter: blur(0.3px) brightness(1.4);
	}
}

.preloader-stage {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}
	}
	
	.percentage-last span {
		position:relative;
		display:block;
		transform: translateY(200%);
		-webkit-transform: translateY(200%);
		opacity: 0;
		text-align: center;
		width: 100%;
	}
	
	.trackbar {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		position: relative;
		padding: 0 80px;
		box-sizing:border-box;
		opacity: 1;		
	}
	
	.loadbar {
		width: 300px;
		height: 50px;
		left: 0;
		right:0;
		margin: 0 auto;
		overflow: hidden;
		z-index:0;
		transform-origin:  center center;
		display: flex;
		justify-content: space-between;
	}
	
	.loadbar-inner {
		width: 100%;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0px;
		left: auto;
		right: auto;
		overflow: hidden;
		z-index:20;
		clip-path: circle(0%);
	}
	
	.hold-progress-bar {
		width: 0%;
		height: 0px;
		background: rgba(0,0,0,1);
		position: absolute;
		top: 0px;
		left: 0;
		right:0;
		overflow: hidden;
	}
	
	.preloader-intro {
		position: absolute;
		top: clamp(16px, 4vh, 60px);
		left: clamp(16px, 4vw, 60px);
		right: clamp(16px, 4vw, 60px);
		bottom: clamp(20px, 4vh, 65px);
		pointer-events: none;
		color: #fff;
		z-index: 5;
	}

	.platinum-shower {
		display: none;
	}

	.platinum-particle {
		position: absolute;
		background: radial-gradient(ellipse at center, 
			rgba(240, 240, 245, 0.9) 0%, 
			rgba(230, 230, 235, 0.6) 50%, 
			rgba(230, 230, 235, 0) 100%);
		border-radius: 50%;
		filter: blur(1px);
		animation: platinumFall ease-in-out infinite, platinumSway ease-in-out infinite;
		box-shadow: 0 0 12px rgba(240, 240, 245, 0.8),
					0 0 20px rgba(230, 230, 235, 0.5),
					0 0 30px rgba(230, 230, 235, 0.3);
	}

	@keyframes platinumFall {
		0% {
			transform: translateY(-50px) translateX(-20px) rotate(0deg);
			opacity: 0;
		}
		15% {
			opacity: 0.8;
		}
		85% {
			opacity: 0.8;
		}
		100% {
			transform: translateY(calc(100vh + 80px)) translateX(60px) rotate(180deg);
			opacity: 0;
		}
	}

	@keyframes platinumSway {
		0%, 100% {
			transform: translateX(0);
		}
		25% {
			transform: translateX(-15px);
		}
		75% {
			transform: translateX(15px);
		}
	}

	@keyframes platinumShimmer {
		0%, 100% {
			opacity: 0.6;
			filter: blur(0.5px) brightness(1);
		}
		50% {
			opacity: 1;
			filter: blur(0.3px) brightness(1.4);
		}
	}

	.preloader-stage {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 2;
	}

	#hero {
		position: relative;
	}

	#hero > .platinum-shower {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		pointer-events: none;
	}

	#hero-styles {
		position: relative;
		z-index: 2;
	}

	.preloader-skip {
		position: absolute;
		bottom: clamp(16px, 3vh, 40px);
		left: 50%;
		transform: translate(-50%, 0);
		padding: clamp(10px, 1.5vw, 18px) clamp(26px, 3.2vw, 48px);
		background: rgba(0,0,0,0.72);
		color: #fff;
		border: 1px solid rgba(255,255,255,0.35);
		border-radius: 999px;
		font-family: 'Poppins', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
		font-size: clamp(0.85rem, 1.5vw, 1rem);
		letter-spacing: 0.08em;
		text-transform: uppercase;
		cursor: pointer;
		z-index: 7;
		transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
		box-shadow: 0 15px 30px rgba(0,0,0,0.45);
	}

	.preloader-skip:hover,
	.preloader-skip:focus-visible {
		background: rgba(255,255,255,0.9);
		color: #050505;
		transform: translate(-50%, -3px);
		box-shadow: 0 20px 40px rgba(0,0,0,0.55);
	}

	.preloader-skip.is-skipping {
		pointer-events: none;
		opacity: 0.65;
		transform: translate(-50%, 0);
	}

	.preloader-tonearm {
		display: none;
	}

	.tonearm-hinge {
		position: absolute;
		width: clamp(52px, 5vw, 78px);
		height: clamp(52px, 5vw, 78px);
		border-radius: 50%;
		background: radial-gradient(circle, rgba(18,18,18,0.95) 0%, rgba(45,45,45,0.85) 60%, rgba(4,4,4,1) 100%);
		border: 2px solid rgba(255,255,255,0.1);
		box-shadow: 0 12px 24px rgba(0,0,0,0.65);
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.tonearm-arm {
		position: absolute;
		left: clamp(48px, 4.5vw, 70px);
		top: 50%;
		width: clamp(220px, 22vw, 360px);
		height: clamp(14px, 1.4vw, 24px);
		background: linear-gradient(90deg, rgba(230,230,230,0.15) 0%, rgba(255,255,255,0.55) 18%, rgba(120,120,120,0.8) 60%, rgba(6,6,6,0.95) 100%);
		border-radius: clamp(14px, 1.4vw, 24px);
		box-shadow: inset 0 0 8px rgba(255,255,255,0.25), 0 12px 25px rgba(0,0,0,0.45);
		transform: translateY(-50%);
	}

	.tonearm-head {
		position: absolute;
		right: clamp(-4px, -0.4vw, -8px);
		top: 50%;
		width: clamp(46px, 5vw, 70px);
		height: clamp(70px, 7vw, 110px);
		background: linear-gradient(180deg, rgba(200,200,200,0.15) 0%, rgba(25,25,25,0.95) 65%, rgba(3,3,3,1) 100%);
		border-radius: clamp(12px, 1.6vw, 26px);
		border: 1px solid rgba(255,255,255,0.18);
		box-shadow: inset 0 0 12px rgba(255,255,255,0.2), 0 18px 35px rgba(0,0,0,0.55);
		transform: translateY(-50%);
	}

	.tonearm-head::after {
		content: "";
		position: absolute;
		bottom: clamp(-16px, -1.4vw, -24px);
		left: 50%;
		width: clamp(6px, 0.7vw, 10px);
		height: clamp(32px, 3vw, 46px);
		background: #000;
		border-radius: clamp(8px, 1vw, 14px);
		transform: translateX(-50%);
		box-shadow: 0 0 8px rgba(0,0,0,0.75);
	}

	.preloader-stage .record-wrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		perspective: 1500px;
		transform-style: preserve-3d;
	}

	.preloader-intro .preloader-record {
		width: calc(clamp(760px, 78vw, 1120px) - 2in);
		height: calc(clamp(760px, 78vw, 1120px) - 2in);
		margin: 0 auto;
		border-radius: 50%;
		transform: translateY(-0.175in);
		background: transparent;
		box-shadow: none;
		position: relative;
		overflow: hidden;
		border: none;
		outline: none;
		outline-offset: -8px;
		transform-style: preserve-3d;
	}

	.record-half {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		transform-style: preserve-3d;
		background: 
					repeating-radial-gradient(circle at center,
						rgba(0,0,0,0) 0%,
						rgba(0,0,0,0.18) 1%,
						rgba(229,228,226,0.03) 2%,
						rgba(0,0,0,0.1) 3%,
						rgba(0,0,0,0) 4%),
					linear-gradient(48deg, 
						transparent 0%, 
						rgba(229,228,226,0.22) 30%, 
						rgba(255,255,255,0.28) 50%, 
						rgba(229,228,226,0.22) 70%, 
						transparent 100%),
					linear-gradient(138deg, 
						transparent 0%, 
						rgba(211,211,211,0.15) 45%, 
						rgba(229,228,226,0.22) 50%, 
						rgba(211,211,211,0.15) 55%, 
						transparent 100%),
					radial-gradient(circle at 35% 25%, 
						rgba(255,255,255,0.45) 0%, 
						rgba(229,228,226,0.28) 10%, 
						rgba(211,211,211,0.16) 22%, 
						transparent 35%),
					radial-gradient(circle at center, 
						#1a1816 0%,
						#161412 8%,
						#13110f 16%,
						#100e0c 25%,
						#0d0b09 35%,
						#0a0807 46%,
						#070605 58%,
						#050403 70%,
						#030302 82%,
						#010101 92%,
						#000000 100%);
		box-shadow: 0 0 35px rgba(229,228,226,0.5), 
					0 0 60px rgba(211,211,211,0.28), 
					0 0 90px rgba(180,180,180,0.14),
					0 70px 145px rgba(0,0,0,0.6),
					inset 0 3px 12px rgba(229,228,226,0.32),
					inset 0 -3px 12px rgba(0,0,0,0.7);
	}
	
	.record-half-left {
		left: 0;
		clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
	}
	
	.record-half-right {
		left: 0;
		clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
	}
	
	.record-half::before {
		content: "";
		position: absolute;
		width: 24%;
		height: 24%;
		border-radius: 50%;
		background: 
					linear-gradient(130deg,
						rgba(0,0,0,0.15) 0%,
						rgba(0,0,0,0.1) 22%,
						rgba(0,0,0,0.08) 50%,
						rgba(0,0,0,0.1) 78%,
						rgba(0,0,0,0.15) 100%),
					radial-gradient(circle at 42% 32%, 
						rgba(0,0,0,0.2) 0%, 
						rgba(0,0,0,0.15) 12%, 
						rgba(0,0,0,0.1) 26%, 
						rgba(0,0,0,0.05) 42%, 
						transparent 55%),
					linear-gradient(180deg,
						rgba(13,13,13,0.3) 0%,
						rgba(11,11,11,0.28) 6%,
						rgba(9,9,9,0.25) 12%,
						rgba(7,7,7,0.22) 20%,
						rgba(5,5,5,0.18) 30%,
						rgba(4,4,4,0.15) 42%,
						rgba(2,2,2,0.12) 56%,
						rgba(1,1,1,0.08) 70%,
						rgba(0,0,0,0.05) 82%,
						rgba(0,0,0,0.03) 92%,
						transparent 100%);
		box-shadow: inset 0 4px 14px rgba(0,0,0,0.3), 
					inset 0 -2px 8px rgba(0,0,0,0.4),
					0 0 35px rgba(0,0,0,0.2),
					0 6px 18px rgba(0,0,0,0.3);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		border: 3px solid rgba(0,0,0,0.3);
		outline: 0.5px solid rgba(0,0,0,0.2);
		outline-offset: -3px;
	}
	
	.record-half::after {
		content: "";
		position: absolute;
		width: 5.5%;
		height: 5.5%;
		border-radius: 50%;
		background: radial-gradient(circle, 
					rgba(48,53,72,0.2) 0%, 
					rgba(38,42,61,0.15) 22%, 
					rgba(28,32,50,0.1) 44%, 
					rgba(19,22,40,0.08) 66%, 
					rgba(9,13,28,0.05) 84%, 
					rgba(0,0,0,0.03) 100%);
		box-shadow: inset 0 2px 5px rgba(85,100,135,0.12), 
					inset 0 -1px 3px rgba(0,0,0,0.25),
					0 0 12px rgba(190,210,240,0.15);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}
	
	.preloader-intro.transitioning .preloader-record .record-half {
		animation-duration: 3.5s;
		animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
		animation-fill-mode: forwards;
	}
	
	.preloader-intro.transitioning .record-half-left {
		transform-origin: 0% 50%;
		animation-name: record-door-open-left;
	}
	
	.preloader-intro.transitioning .record-half-right {
		transform-origin: 100% 50%;
		animation-name: record-door-open-right;
	}

	.preloader-intro .preloader-record::before {
		content: "";
		position: absolute;
		width: 24%;
		height: 24%;
		border-radius: 50%;
		display: none;
		background: 
					linear-gradient(130deg,
						rgba(0,0,0,0.15) 0%,
						rgba(0,0,0,0.1) 22%,
						rgba(0,0,0,0.08) 50%,
						rgba(0,0,0,0.1) 78%,
						rgba(0,0,0,0.15) 100%),
					radial-gradient(circle at 42% 32%, 
						rgba(0,0,0,0.2) 0%, 
						rgba(0,0,0,0.15) 12%, 
						rgba(0,0,0,0.1) 26%, 
						rgba(0,0,0,0.05) 42%, 
						transparent 55%),
					linear-gradient(180deg,
						rgba(13,13,13,0.3) 0%,
						rgba(11,11,11,0.28) 6%,
						rgba(9,9,9,0.25) 12%,
						rgba(7,7,7,0.22) 20%,
						rgba(5,5,5,0.18) 30%,
						rgba(4,4,4,0.15) 42%,
						rgba(2,2,2,0.12) 56%,
						rgba(1,1,1,0.08) 70%,
						rgba(0,0,0,0.05) 82%,
						rgba(0,0,0,0.03) 92%,
						transparent 100%);
		box-shadow: inset 0 4px 14px rgba(0,0,0,0.3), 
					inset 0 -2px 8px rgba(0,0,0,0.4),
					0 0 35px rgba(0,0,0,0.2),
					0 6px 18px rgba(0,0,0,0.3);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		border: 3px solid rgba(0,0,0,0.3);
		outline: 0.5px solid rgba(0,0,0,0.2);
		outline-offset: -3px;
	}

	.preloader-intro .preloader-record::after {
		content: "";
		position: absolute;
		width: 5.5%;
		height: 5.5%;
		border-radius: 50%;
		display: none;
		background: radial-gradient(circle, 
					rgba(48,53,72,0.2) 0%, 
					rgba(38,42,61,0.15) 22%, 
					rgba(28,32,50,0.1) 44%, 
					rgba(19,22,40,0.08) 66%, 
					rgba(9,13,28,0.05) 84%, 
					rgba(0,0,0,0.03) 100%);
		box-shadow: inset 0 2px 5px rgba(85,100,135,0.12), 
					inset 0 -1px 3px rgba(0,0,0,0.25),
					0 0 12px rgba(190,210,240,0.15);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}

	.preloader-intro .record-gradient-glow {
		display: none;
	}

	.preloader-stage .overture-copy {
		position: absolute;
		top: 38%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		max-width: clamp(520px, 60vw, 860px);
		font-family: 'Libre Baskerville', 'Playfair Display', Georgia, 'Times New Roman', serif;
		display: flex;
		flex-direction: column;
		gap: clamp(20px, 3vh, 36px);
		line-height: 1.85;
		font-size: clamp(1.15rem, 2.3vw, 1.55rem);
		letter-spacing: 0.02em;
		z-index: 8;
		padding: clamp(32px, 4.5vw, 56px) clamp(28px, 4vw, 48px);
		background: transparent;
		color: #E5E4E2;
		font-weight: 400;
		text-shadow: 0 2px 8px rgba(0,0,0,0.98), 0 4px 16px rgba(0,0,0,0.95), 0 0 50px rgba(0,0,0,0.9);
	}

	.preloader-stage .overture-copy .overture-title,
	.preloader-stage .overture-copy p {
		position: relative;
		z-index: 6;
		text-shadow: 0 2px 6px rgba(0,0,0,0.95), 0 0 30px rgba(0,0,0,0.9);
		margin: 0;
		color: #E5E4E2;
	}

	.preloader-stage .overture-copy p {
		font-weight: 400;
		color: #E5E4E2;
	}
	
	.preloader-stage .overture-copy p:first-of-type {
		margin-top: clamp(40px, 5.5vh, 68px);
	}

	.preloader-stage .overture-copy p + p {
		margin-top: 0;
	}

	.preloader-stage .overture-copy .overture-title {
		font-family: "Playfair Display", "Times New Roman", serif;
		font-size: clamp(1.35rem, 2.8vw, 1.9rem);
		letter-spacing: 0.24em;
		text-transform: uppercase;
		white-space: nowrap;
		font-weight: 700;
		color: #FFFFFF;
		margin-bottom: clamp(32px, 4.5vh, 52px);
		padding-bottom: clamp(20px, 2.5vh, 32px);
		border-bottom: 2px solid rgba(229,228,226,0.35);
		text-shadow: 0 0 20px rgba(229,228,226,0.7), 0 2px 6px rgba(0,0,0,0.95);
	}
	
@keyframes record-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes record-door-open-left {
	0% { 
		transform: perspective(1500px) rotateY(0deg);
		opacity: 1;
	}
	15% { 
		transform: perspective(1500px) rotateY(-5deg);
		opacity: 1;
	}
	100% { 
		transform: perspective(1500px) rotateY(-125deg);
		opacity: 0.2;
	}
}

@keyframes record-door-open-right {
	0% { 
		transform: perspective(1500px) rotateY(0deg);
		opacity: 1;
	}
	15% { 
		transform: perspective(1500px) rotateY(5deg);
		opacity: 1;
	}
	100% { 
		transform: perspective(1500px) rotateY(125deg);
		opacity: 0.2;
	}
}

@keyframes record-pulse {
	0% { transform: scale(0.78); box-shadow: 0 40px 70px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.6); }
	30% { transform: scale(1.1); box-shadow: 0 58px 110px rgba(0,0,0,0.58), inset 0 0 44px rgba(0,0,0,0.42); }
	55% { transform: scale(1.22); box-shadow: 0 78px 150px rgba(0,0,0,0.68), inset 0 0 60px rgba(0,0,0,0.38); }
	78% { transform: scale(1.08); box-shadow: 0 60px 120px rgba(0,0,0,0.55), inset 0 0 42px rgba(0,0,0,0.48); }
	100% { transform: scale(0.78); box-shadow: 0 40px 70px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.6); }
}

@keyframes record-glow {
	0% { opacity: 0.28; transform: translate(-50%, -50%) scale(0.9); }
	45% { opacity: 0.58; transform: translate(-50%, -50%) scale(1.08); }
	100% { opacity: 0.28; transform: translate(-50%, -50%) scale(0.9); }
}
	
/*--------------------------------------------------
	04. Header Elements
---------------------------------------------------*/	
	
		
	.clapat-header {
		width:100vw;
		height:120px;
		left:0;
		right:0;
		top:0;
		background-color:transparent;
		position:fixed;
		box-sizing:border-box;
		z-index:1000;
		pointer-events:none;
		-webkit-transition: background 0.4s ease-in-out 0.3s;
		transition: background 0s ease-in-out 0s;
	}
	
	#header-container {
		box-sizing: border-box;
		height: inherit;
		padding: 20px 0;
		margin: 0;
		position: relative;
		width: 100%;
		z-index: 20;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.header-gradient {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: transparent;
		
	}
	
	.light-content .header-gradient {
		background-color: transparent;		
	}
	
	.light-content .header-middle {
		color:#fff;
	}
	
	#clapat-logo {
		position: relative;
		display: block;
		pointer-events: initial;
		z-index: 10;
		margin: 0;
		padding: 0;
	}
	
	#clapat-logo a {
		display:block;
		-webkit-transition: transform 0.5s ease-in-out 0.1s;
		transition: transform 0.5s ease-in-out 0.1s;	
	}
	
	#clapat-logo a.disable, .open #clapat-logo a {
		pointer-events: none;
	}
	
	#clapat-logo img {
		display: block;
		height: 100px;
		width: auto;
		top: 110px;
		left: 0;
		right: 0;
		margin: 0;
		background: transparent !important;
		box-shadow: none;
		-webkit-transition: all 0.2s ease-in-out 0.5s;
		transition: all 0.2s ease-in-out 0.5s;
	}
	.light-content #clapat-logo img.black-logo {
		opacity:0;
	}
	
	#clapat-logo img.white-logo {
		position:absolute;
		top:0;
		left:0;
		opacity:0;
	}
	
	.light-content #clapat-logo img.white-logo {
		opacity:1;
	}
	
	.white-header #clapat-logo img.black-logo {
		opacity:0;
	}
	
	.light-content .white-header #clapat-logo img.black-logo {
		opacity:1;
	}
	
	.light-content .white-header.over-white-section #clapat-logo img.black-logo, .show-loader1 .light-content .white-header #clapat-logo img.black-logo {
		opacity:0;
	}
	
	.white-header #clapat-logo img.white-logo {
		opacity:1;
	}
	
	.light-content .white-header #clapat-logo img.white-logo {
		opacity:0;
	}
	
	.light-content .white-header.over-white-section #clapat-logo img.white-logo, .show-loader1 .light-content .white-header #clapat-logo img.white-logo {
		opacity:1;
	}
	
	.menu-open.light-content .slide-in #clapat-logo img.white-logo {
		opacity:1;
	}
	
	.clapat-nav-wrapper {
		pointer-events: none;
	}
	
	.clapat-nav-wrapper.open {
		pointer-events: initial;
	}
	
	.dark-content-header #clapat-logo img.black-logo {
		opacity:1!important;		
	}
	
	.dark-content-header #clapat-logo img.white-logo {
		opacity:0!important;		
	}
	
	.light-content-header #clapat-logo img.black-logo {
		opacity:0!important;		
	}
	
	.light-content-header #clapat-logo img.white-logo {
		opacity:1!important;		
	}
	
	@media all and (min-width: 1025px) {
		
		.light-content .classic-menu .flexnav li a.shape-ball {
			border:1px solid rgb(255,255,255);
			border-radius:3px;
			background-color:#fff;
			color:#000;
		}
		
		.classic-menu .clapat-nav-wrapper {
			position: absolute;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 66px;
			width: auto;
			top: calc(110px - 0.5in);
			left: 0;
			right: 0;
			margin: auto;
			background: transparent !important;
			box-shadow: none;
			-webkit-transition: all 0.2s ease-in-out 0.5s;
			transition: all 0.2s ease-in-out 0.5s;
		}
		
		.flexnav .touch-button .navicon {
			display:none;
		}
		
		.classic-menu .flexnav {
			display: flex;
			flex-wrap: wrap;
			gap: 6px;
			float: right;
			position: relative;
			width: auto;
			max-height: none;
		}
		
		.classic-menu .flexnav li {    
			background: transparent none repeat scroll 0 0;
			padding-left:12px;
			padding-right:12px;
			color:#000;
			list-style: none;
		}
		
		.light-content .classic-menu .flexnav li { 
			color:#fff;		
		}
		
		.light-content  .classic-menu.white-header .flexnav li { 
			color:#000;		
		}
		
		.classic-menu.white-header .flexnav li { 
			color:#fff;		
		}
		
		.classic-menu .flexnav li:first-child {   
			padding-left:0px;
		}
		
		.classic-menu .flexnav li:last-child {   
			padding-right:0px;
		}
		
		.classic-menu .menu-timeline {
			opacity:1!important;
			-webkit-transition: translateY(0px)!important;
			transition: translateY(0px)!important;
			transform: translateY(0px)!important;
			pointer-events:initial;
			margin-top: 20px;
			margin-bottom: 20px;    		
		}
		
		.classic-menu .menu-timeline.item-with-ul {
			margin-bottom: 0px;
			padding-bottom: 20px;    		
		}
		
		.classic-menu .flexnav li:last-child {
			padding-right:0px;
		}
		
		.classic-menu .before-span {
			opacity:1!important;
			-webkit-transition: translateY(0px)!important;
			transition: translateY(0px)!important;
			transform: translateY(0px)!important;
			
		}
		
		.classic-menu .flexnav li a {    
			background: transparent none repeat scroll 0 0;
			padding: 0;
			position:relative;
			border-left: medium none;
			color:currentColor;
			line-height: 24px;
			display:block;
			overflow:hidden;
			white-space: nowrap;
			font-size: 16px;			
		}
	
		.classic-menu .flexnav li a span {
			position: relative;
			display: block;
			-webkit-transition: -webkit-transform 0.2s;
			transition: transform 0.2s;
			transform-origin: 100% 0%;
		}
		
		
		.clapat-header.classic-menu .flexnav li a .before-span span {
			padding:3px 10px;
			border-radius:3px;
		}
		
		.clapat-header.classic-menu .flexnav li a.active .before-span span {
			-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
		}
		
		.load-next-page .clapat-header.classic-menu .flexnav li a.active .before-span span {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
		
		.clapat-header.classic-menu .flexnav li.disable a.active .before-span span {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
		
		.clapat-header.classic-menu .flexnav li.item-with-ul.disable:hover a.active .before-span span {
			-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
		}
		
		.classic-menu .flexnav li a span::before {
			position: absolute;
			top: 100%;
			width:100%;
			left:0;
			content: attr(data-hover);
		}
		
		.classic-menu .flexnav li a span::before {
			content:"";
			position: absolute;
			box-sizing:border-box;
			top: 100%;
			width:100%;
			height:100%;
			left:0;
			padding:3px 10px;
			border-radius:3px;
			background-color:currentColor;
		}
		
		.classic-menu .flexnav li a span::after {			
			position: absolute;
			box-sizing:border-box;
			top: 100%;
			width:100%;
			left:0;
			content: attr(data-hover);
			padding:3px 10px;
			color:currentColor;
			filter: invert(1);
		}
		
		.classic-menu .flexnav li:hover a span {
			-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
			transform-origin: 0% 0%;
		}
		
		.classic-menu .flexnav li.item-with-ul:hover a span {
			-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
			transform-origin: 0% 0%;
		}
		
		.classic-menu.white-header .flexnav li a  a span::before {
			background-color:#fff;
			color:#000;	
		}
		
		.light-content .classic-menu.white-header .flexnav li a span::before {
			background-color:#000;
			color:#fff;
		}
		
		
		
		
		
		.classic-menu .flexnav li ul li a { 
			padding:0 20px 15px;
			background-color:transparent;
			text-transform:none;
			font-size: 16px;
			line-height:24px;
			color:currentColor;
			opacity:1;
			-webkit-transition: all 0.05s ease-in-out;
			-moz-transition: all 0.05s ease-in-out;
			-o-transition: all 0.05s ease-in-out;
			-ms-transition: all 0.05s ease-in-out;
			transition: all 0.05s ease-in-out;
		}
		
		.classic-menu .flexnav li ul li:first-child a {
			padding-top:15px;
		}
		
		.classic-menu .flexnav li ul li a.link::before {
			display:none;
		}
		
		.classic-menu .flexnav li ul:hover li a {
			opacity:0.6;
		}
		
		.classic-menu .flexnav li ul li a.active, .classic-menu .flexnav li ul li a:hover {
			opacity:1;
		}
		
		.classic-menu .flexnav li > ul li {
			margin-left:0;
			padding:0;
			opacity: 1 !important;
			transform: none !important;
			filter: invert(1);
		}
		
		.classic-menu .flexnav li ul {
			-webkit-transform: translate3d(0px, 30px, 0px);
			transform: translate3d(0px, 30px, 0px);
			display:block!important;
			opacity:0!important;
			height:inherit!important;
			overflow:visible!important;
			visibility:hidden;
			left:15px;
			top:45px;
			background: currentColor;		
			border-radius:3px;
			min-width: 120px;
			width:auto;
			-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
			transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
		}
		
		.classic-menu .flexnav li:last-child ul {
			left:auto;
			right:-10px;
		}
		
		.classic-menu .flexnav li ul ul {
			left:5px!important;
		}
		
		.classic-menu .flexnav li ul:after {
			display: block;
			content: '';
			position: absolute;
			top: -4px;
			left: 10px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 10px 9px;
			border-color: transparent transparent currentColor;
		}
		
		.classic-menu .flexnav li:last-child ul:after {
			left: auto;
			right: 20px;
		}
		
		.classic-menu .flexnav ul li ul:after {
			display: block;
			content: '';
			position: absolute;
			top: 15px;
			left: -10px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 10px 9px;
			border-color: transparent transparent #000;
			-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
		}
		
		.classic-menu .flexnav li ul li > ul, .classic-menu .flexnav li ul.open ul.open {
			top: -5px;
			z-index:10;
		}
		
		.classic-menu .flexnav li:last-child ul li > ul, .classic-menu .flexnav li:last-child ul.open ul.open {
			margin-left: -100%;
			left:-5px!important;
			right:auto;
			top: 0;
		}
		
		.classic-menu .flexnav li:last-child ul li ul::after {
			right: -10px;
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		
		.classic-menu .flexnav ul li ul li a {
			background: #000;
		}
		
		.classic-menu .flexnav ul li ul li ul li a {
			background: #000;
		}
		
		.classic-menu .flexnav li ul.flexnav-show {
			-webkit-transform: translate3d(0px, 0px, 0px);
			transform: translate3d(0px, 0px, 0px);
			opacity:1!important;
			visibility:visible;
			-webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
			transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;	
		}
		
		.classic-menu .flexnav .touch-button {
			display:none;
		}
				
		
		/*-- Full Screen Menu --*/	
		
		.fullscreen-menu .clapat-nav-wrapper {
			height: 100vh;
			position: fixed;
			top:0;
			left:0;
			width: 100%;
			box-sizing: border-box;
			visibility: visible;
			pointer-events:none;
			opacity:0;
			padding:20px 0;
		}
		
		.fullscreen-menu .clapat-nav-wrapper.open {
			visibility:visible;
			pointer-events:initial;
		}
		
		.fullscreen-menu .nav-height {
			overflow-y: scroll;
			position: relative;
			height: 100%;
			padding: 40px 0;
			padding-right: 30px;
			width: calc(100% + 30px);
			box-sizing: border-box;
			display: flex;
			align-items: center;
			justify-content: center;
		}		
		
		.fullscreen-menu .flexnav {
			max-height: 2000px;
			-webkit-transition: all 0.2s ease-in 0.6s;
			transition: all 0.2s ease-in 0.6s;
			display: block;
			width: auto;
			padding:0 20px;
			box-sizing:border-box;
		}
		
		.fullscreen-menu .flexnav.flexnav-show {
			-webkit-transition: all .3s ease-out 0.2s;
			transition: all .3s ease-out 0.2s;	
		}
		
		.fullscreen-menu .flexnav li {
			text-align:center;
			padding:0;
			box-sizing:border-box;
			float:none;			
		}
		
		.fullscreen-menu .menu-timeline {
			opacity:0;
		}
		
		.fullscreen-menu .flexnav li ul li .touch-button {
			height:32px;
		}
		
		.fullscreen-menu .flexnav:hover li ul li a.active, .fullscreen-menu .flexnav:hover li ul li:hover > a {
            opacity:1;
        }
		
		.fullscreen-menu .flexnav .touch-button .navicon {
			display:none;
		}
		
		.fullscreen-menu .flexnav li.link {
			border-bottom: none;	
		}
		
		.fullscreen-menu .flexnav > li > a {
			font-size: calc(1rem + 4vw);
			line-height: calc(1rem + 4.3vw);
			font-weight: 500;
			padding: 0 50px;
			-webkit-transition: all .1s ease-in-out 0s;
			transition: all .1s ease-in-out 0s;
			overflow:hidden;
		}
		
		.fullscreen-menu .flexnav .touch-button {
			width: 100%;
			display: block;
			height:calc(1rem + 4.5vw);
		}
		
		.fullscreen-menu .flexnav li a {
			color:#000;
		}
		
		.fullscreen-menu.invert-header .flexnav li a {
			color: #fff;
		}
		
		.fullscreen-menu .flexnav:hover li a, .fullscreen-menu .flexnav.hover li a {
			opacity:0.3;
		}
		
		.fullscreen-menu .flexnav li:hover a, .fullscreen-menu .flexnav li a.active {
			opacity:1;
		}
		
		.fullscreen-menu .flexnav:hover li ul li a {
			opacity:0.3;
		}
		
		.fullscreen-menu .flexnav:hover li ul li a.active, .fullscreen-menu .flexnav:hover li ul li:hover > a {
			opacity:1;
		}
		
		.fullscreen-menu .flexnav a.link::before {
			display:none;
		}
		
		.fullscreen-menu .flexnav li ul {
			margin-top:10px;
			margin-bottom:10px;
			position:relative;
			left:0;			
		}
		
		.fullscreen-menu .flexnav li ul:after {
			display:none;
		}
		
		.fullscreen-menu .flexnav li ul li a {
			padding: 3px 0;
			font-size: 20px;
    		line-height: 30px;
			font-weight:500;
			border-top: none;
			text-transform:none;
		}
		
		.uppercase-text .fullscreen-menu .flexnav li ul li a {
			text-transform:uppercase;
			line-height:20px;				
		}
		
		.fullscreen-menu .flexnav ul li ul li a {
			background:transparent;
		}
		
		.fullscreen-menu .flexnav li ul li > ul, .fullscreen-menu .flexnav li ul.open ul.open {
			margin-left: 0;
			top: 0;
		}
		
		.fullscreen-menu .menu-timeline {
			opacity:1;
		}
		
		.fullscreen-menu .menu-timeline .before-span {
			opacity:0;
			display:block;
			-webkit-transform: translateY(120px);
			transform: translateY(120px);
		}
		
		.fullscreen-menu .flexnav li, .fullscreen-menu .flexnav li a  {
			background-color:transparent;
			border:0;
		}
		
		.fullscreen-menu .flexnav li a span {
			position: relative;
			display: block;
			-webkit-transform: translateY(-10px);
			transform: translateY(-10px);
		}
		
		.fullscreen-menu .open .flexnav li a span {
			overflow:visible;
			
		}
	
	}

	.clapat-nav-wrapper, .clapat-nav-wrapper.open {
		background:transparent;
	}

	#burger-wrapper {
		width: 40px;
		height: 40px;
		float: right;
		top: 0px;
		right: 0;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		pointer-events: initial;
	}
	
	.classic-menu .button-wrap.right.menu {
		display:none;
	}

	.burger-dots #menu-burger {
		top:0px;
		width: 25px;
		height: 25px;
		position: relative;
		margin: 0 auto;		
		z-index:2;
		pointer-events: none;
	}
	
	.menu-overlay #menu-burger {
		display:block;
	}

	.burger-dots #menu-burger span {
	  display: block;
	  position: absolute;
	  height: 5px;
	  width: 5px;
	  border-radius:5px;
	  background-color: #000;
	  opacity: 1;
	  top:8px;
	  left:0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  height  0.2s ease-in-out, width  0.2s ease-in-out, top 0.2s ease-in-out, left  0.2s ease-in-out;
	  transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  height  0.2s ease-in-out, width  0.2s ease-in-out, top 0.2s ease-in-out, left  0.2s ease-in-out;
	}
	
	#burger-wrapper .touch-button {
		display:none;
	}

	.burger-dots #menu-burger span:nth-child(1) {
	  	left: 0px;
	}
	
	.burger-dots #menu-burger span:nth-child(2){
	  	left: 10px;
	}
	
	.burger-dots #menu-burger span:nth-child(3){
	  	left: 20px;
	}
	
	.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(1) {
	  	left: 10px;
	}
	
	.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(3) {
	  	left: 10px;
	}
	
	.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(1) {
	  	left: 3px;
	}
	
	.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(3) {
	  	left: 3px;
	}
	
	.burger-dots #menu-burger.open span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top:12px;
		height: 2px;
		width:20px;
		left: 3px;
	}
	
	.burger-dots #menu-burger.open span:nth-child(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	.burger-dots #menu-burger.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top:12px;
		height: 2px;
		width:20px;
		left: 3px;
	}
	
	.button-wrap.right.burger-lines {
		right: -30px;
	}
	
	.burger-lines #menu-burger {
		width: 16px;
		height: 22px;
		position: relative;
		margin: 0 auto;		
		z-index:2;
		pointer-events: none;
	}
	
	.burger-lines #menu-burger span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		opacity: 1;
		right: 0;
		background-color:currentColor;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
		transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
	}
	
	.burger-lines #menu-burger span:nth-child(1) {
	  top: 6px;
	}
	
	.burger-lines #menu-burger span:nth-child(2){
	  top: 13px;
	}
	
	.burger-lines #menu-burger span:nth-child(3){
		display:none;
	}
	
	.burger-lines #menu-burger.open span:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top:10px;
	}
	
	.burger-lines #menu-burger.open span:nth-child(2) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top:10px;
	}
	
	.light-content #menu-burger span {
		background-color:currentColor;
	}
	
	.white-header #menu-burger span {
		background-color:currentColor;
	}
	
	.light-content .white-header #menu-burger span {
		background-color:currentColor;
	}
	
	.light-content .white-header.over-white-section #menu-burger span, .show-loader1 .light-content .white-header #menu-burger span {
		background-color:currentColor;
	}
	
	.dark-content-header .button-wrap.menu {
		color:#000!important;
	}
	
	.light-content-header .button-wrap.menu {
		color:#fff!important;
	}
	
	.fullscreen-menu .header-button {
		display:none;
	}
	
	.button-icon-link {
		pointer-events:initial;
		background-color:transparent;
		display: block;
  		width: auto;
		height: 44px;
		line-height: 44px;
		border-radius: 44px;		
		position: relative;
		cursor:pointer;
		color:#000;
		border:2px solid currentColor;
		box-sizing:border-box;
		box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
	}
	
	.light-content .button-icon-link {
		color:#fff;
		border:2px solid currentColor;
		box-shadow: inset 0 0 15px rgba(255,255,255,0.5);
	}
	
	.light-content  .white-header .button-icon-link { 
		border:2px solid #000;
		box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
	}
	
	.white-header .button-icon-link {
		color: #fff; 
		border:2px solid #fff;
		box-shadow: inset 0 0 15px rgba(255,255,255,0.5);	
	}	
	
	.button-icon-link:hover {
		background-color:currentColor;		
	}
	
	.button-icon-link .icon-wrap-scale {
		transform: scale(0) ;
		-webkit-transform: scale(0);
		transform-origin: 25px center;
		display: block;
		position:absolute;
		left:0;
		top:0;
		width: 40px;
		transition: all .3s ease-out;
		height:40px;
		opacity:0;
	}
	
	.button-icon-link.right .icon-wrap-scale {
		left:auto;
		right:0;
	}
	
	.button-icon-link:hover  .icon-wrap-scale {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity:1;
	}
	
	.button-icon-link .icon-wrap {
		width: 36px;
		height: 36px;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		top:2px;
		left:2px;
	}
	
	.button-icon-link .button-icon {
		height: 36px;
		width: 36px;
		color: #000;
		text-align: center;
		line-height: 36px;
		font-size: 14px;
		background-color:#fa821d;
		border-radius:36px;
	}
	
	.light-content .button-icon-link .button-icon {
  		color: #000;
	}
	
	.button-icon-link .button-icon i {
		height: 36px;
		line-height: 36px;
		width: 36px;
		text-align: center;
	}
	
	.button-icon-link .button-text {
		font-weight: 400;
		font-size: 16px;
		line-height: 40px;
		margin: 0;
		overflow: hidden;
		width: auto;
		padding: 0 25px 0 25px;
		color: currentColor;
		-webkit-transition:padding .3s ease-out;
		transition: padding .3s ease-out;
	}
	
	.button-icon-link:hover .button-text {
		padding: 0 25px 0 50px;	
	}
	
	.button-icon-link.right:hover .button-text {
		padding: 0 50px 0 25px;	
	}
	
	.button-icon-link .button-text span {
		-webkit-transition:filter .3s ease-out;
		transition: filter .3s ease-out;
	}
	
	.button-icon-link:hover .button-text span {
		filter: invert(1);
	}
	
	
/*--------------------------------------------------
	05. Main Content
---------------------------------------------------*/		
	
	.show-loader #clapat-page-content {
		pointer-events: none !important;
	}
	
	#content-scroll {
		z-index:1;
		position:relative;
	}
	
	.smooth-scroll #content-scroll {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index:1;		
		overflow:hidden; 
	}
	
	.scroll-content {
		cursor:default!important;
	}
	
	.scale-up .scroll-content {
		cursor:grabbing!important;
	}
	
	.scrollbar-track {
		background: transparent!important;
	}
	
	
/*--------------------------------------------------
	06. Footer Elements
---------------------------------------------------*/		
	
	.clapat-footer {
		position:relative;
		width:100%;
		height:120px;
		z-index:900;
		box-sizing:border-box;
		text-align:center;
		bottom:0;
		left:0;
		overflow:hidden;
		pointer-events:none;
	}
	
	.clapat-footer.fixed {
		position:fixed;
	}
	
	.clapat-footer.showcase-footer{
		position:fixed;
	}
	
	#footer-container {
		padding: 0 80px;
		margin: 20px auto;
		height: 80px;
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		bottom: 0;
		left: 0;
	}
	
	.footer-middle {
		position: absolute;
		margin: 0 auto;
		width: 100%;
		height: inherit;
		display: table;
		left: 0;
		pointer-events: none;;
	}
	
	.copyright {
		position: relative;
		top: 25px;
		width: auto;
		height: 30px;
		overflow: hidden;
		line-height: 30px;
		color: #000;
		pointer-events: initial;
		display: table;
		width: auto;
		padding: 0px 20px 0px 20px;
		max-width: 820px;
		box-sizing:border-box;
		text-align:center;
		margin: 0 auto;	
	}
	
	.light-content .copyright {
		color:#fff;
	}
	
	.socials-wrap {
		position:relative;
		float: right;
		color: #000;
		width: 240px;
		height: 160px;
		box-sizing: border-box;
		pointer-events:initial;	
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content .socials-wrap {
		color: #fff;
	}
	
	.clapat-footer .socials-wrap {
		margin-top:0px;
	}
	
	.socials-wrap:hover {
		transform: translateY(-40px);
		-webkit-transform: translateY(-40px);
	}
	
	.socials-text {
		float:right;	
		line-height:40px;
		transform:translateY(20px);
	}
	
	.socials-wrap:hover .socials-text {
		transform: translateY(15px) translateX(5px);
		-webkit-transform: translateY(15px) translateX(5px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;		
	}
	
	.socials-icon {
		float:right;
		width:30px;
		height:40px;
		font-size:14px;
		line-height:40px;
		text-align:right;
		margin-left:10px;
		transform:scale(1) translateY(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.socials-wrap:hover .socials-icon {
		transform:scale(0) translateY(40px);
		width:0;
		margin:0;
		overflow:hidden;
	}
	
	.socials-icon:after, .socials-text:after {
	  content: "";
	  clear: both;
	  display: table;
	}
	
	.socials {
		height: auto;
		line-height: 30px;
		position: relative;
		width: auto;
		margin:0 auto;
		margin-top: 10px;
		text-align: center;
		bottom: 0;
		display: table;
		transform: translateX(15px);
		-webkit-transform: translateX(15px);
	}
	
	.socials-wrap .socials {
		display: inline-block;
		width: 100%;
		text-align: right;
	}
	
	.socials li {
		margin-right: 0px;
		margin-left: 10px;
		list-style: none;
		margin-bottom: 0;
		line-height: 40px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 40px;
		float: right;
		z-index: 2;
		-webkit-transition: background 0.4s ease-in-out 0s;
		transition: background 0.4s ease-in-out 0s;
	}
	
	.socials-wrap .socials li {
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.socials-wrap:hover .socials li:nth-child(5) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);		
	}
	
	.socials-wrap:hover .socials li:nth-child(4) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);	
	}
	
	.socials-wrap:hover .socials li:nth-child(3) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);		
	}
	
	.socials-wrap:hover .socials li:nth-child(2) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);	
	}
	
	.socials-wrap:hover .socials li:nth-child(1) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);		
	}
		
	.socials li:last-child {
		margin-left: 0px;
	}
	
	.socials li a {
		color: #000;
		display: block;
		height: 40px;
		width: 40px;		
		line-height:40px;
		text-align:center;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	
	.socials:hover li  a {
		opacity:0.3;
	}
	
	.socials li a:hover {
		color: #000;
		opacity:1;
	}
	
	.light-content .socials li a {
		color: #fff;	
	}
	
	.light-content .socials:hover li  a {
		opacity:0.3;
	}
	
	.light-content .socials li a:hover {
		color: #fff;
		opacity:1;
	}
	
	.button-wrap {
		position: relative;
		cursor: pointer;
		top: 0px;
		pointer-events: initial;
		width: auto;
		display: table;
		color:#000;
	}
	
	.over-white-section .button-wrap.menu {
		-webkit-transition: color 0.1s ease-in-out 0s;
		transition: color 0.1s ease-in-out 0s;
	}
	
	.light-content .button-wrap, .dark-section .button-wrap {
		color:#fff;
	}
	
	.light-content .light-section .button-wrap {
		color:#000;
	}
	
	.white-header .button-wrap {
		color:#fff;		
	}
	
	.light-content .white-header .button-wrap {
		color:#000;		
	}
	
	.button-wrap:after {
		clear: both;
		content: " ";
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	.button-wrap.left {
		float:left;
		left:-32px;	
	}
	
	.button-wrap.right {
		float:right;
		right:-26px;	
	}
	
	#main .button-wrap.left {
		float:none;
		left:-24px;		
	}
	
	#main .button-wrap.button-link.left {
		float:none;
		left:-20px;		
	}
	
	#main .button-wrap.right {
		float:none;
		right:auto;			
	}
	
	#main .button-wrap.button-link.right {
		right:-2px;		
	}
	
	.icon-wrap {
		width: 80px;
		height: 80px;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		float:left;
	}
	
	#main .icon-wrap {
		width: 60px;
		height: 60px;
	}
	
	.button-wrap.left .icon-wrap {
		float:left;
	}
	
	.button-wrap.right .icon-wrap {
		float:right;
	}
	
	#main  .text-align-right .button-wrap.right {
		float:right;
	}
	
	.button-icon {
		height: 40px;
		width: 40px;
		color: currentColor;
		text-align: center;
		line-height: 40px;
	}
	
	.button-icon i.fa-solid.fa-sort {
		font-size: 14px;
		line-height: 38px;
	}
	
	.button-icon i {
		height:40px;
		line-height:40px;
		width:40px;
		text-align:center;
	}
	
	#main .button-icon i {
		line-height:40px;
	}
	
	#main .button-icon i.fa.fa-arrow-right {
		font-size:14px;
	}
	
	.button-text {
		line-height:30px;
		margin:25px 0;
		overflow: hidden;
		width:auto;
		padding:0 10px;
		color:currentColor;
	}
	
	#main #hero-footer .button-text span::after {
		content:none;
	}
	
	#main .button-text {
		margin:15px 0;
		transition: transform .2s ease-out;
	}
	
	#main .large-btn .button-text {
		font-size: 24px;
		line-height:40px;
		font-weight:400;
		margin:10px 0;
		transition: transform .2s ease-out;
	}
	
	.light-content .button-text, .dark-section .button-text {
		color:currentColor;
	}
	
	.light-content .light-section .button-text {
		color:currentColor;
	}
	
	.white-header .button-text {
		color:currentColor;		
	}
	
	.light-content .white-header .button-text {
		color:currentColor;		
	}
	
	.light-content .white-header.over-white-section .button-text, .show-loader1 .light-content .white-header .button-text {
		color:currentColor;		
	}
	
	.button-wrap.left a {
		text-align:left;
		float: left;
	}
	
	.button-wrap.right a {
		text-align:right;
		float: right;
	}
	
	.button-wrap.right .button-text {
		padding-left:0px;
	}
	
	.button-link .button-text, #main .button-link .button-text {
		overflow:visible;
		transition: padding 0.3s ease-out;
	}
	
	.button-link.left .button-text {
		padding-left:0px;
	}
	
	.button-link.left:hover .button-text {
		padding-left:10px;
	}
	
	.button-text span {
		position: relative;
		display: inline-block;
		width:auto;
		text-align:center;
		-webkit-transition: transform 0.8s cubic-bezier(.2, 1.33, .25 ,1);
		transition: transform 0.8s cubic-bezier(.2, 1.33, .25 ,1);
	}
	
	.button-text span::before {
		position: absolute;
		width:auto;
		top:0;
		left:0;
		content: attr(data-hover);
		-webkit-transform: translateY(150%) rotate(-10deg);
		transform: translateY(150%) rotate(-10deg);
		-webkit-transition: transform 0.8s cubic-bezier(.2, 1.33, .25 ,1);
		transition: transform 0.8s cubic-bezier(.2, 1.33, .25 ,1);
	}
	
	.button-wrap:hover .button-text span {
		-webkit-transform: translateY(-150%) rotate(-10deg);
		transform: translateY(-150%) rotate(-10deg);
	}
	
	.button-wrap:hover .button-text span::before {
		-webkit-transform: translateY(150%) rotate(10deg);
		transform: translateY(150%) rotate(10deg);
	}
	
	.button-link .button-text span::before {
		content: '';
		position: absolute;
		bottom: 1px;
		left: 0;
		width: 100%;
		height: 1px;
		background: transparent;
		transform: scaleX(1);
		transform-origin: right;
		transition: transform 0.3s ease-out;
	}
	
	.button-link.left .button-text span::before {
		transform-origin: left;
	}
	
	.light-content .button-link .button-text span::before, .dark-section .button-link .button-text span::before {
		background: transparent;
	}
	
	.light-content .light-section .button-link .button-text span::before {
		background: transparent;
	}
  
    .button-wrap.button-link:hover .button-text span {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	
	.button-link:hover .button-text span::before {
		transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform-origin: left;
	}
	
	.button-link.left:hover .button-text span::before {
		transform-origin: right;
	}
	
	.button-link .button-icon i {
		background-color:#000;
		color:transparent;
		font-size: 14px;		
		border-radius:10px;
		transform: scale(0.3);
		box-sizing:border-box;
		transition: all .3s ease-out;
		text-indent:-100px;
		overflow:hidden;
		opacity:1;
	}
	
	.button-link:hover .button-icon i {
		background-color:#000;
		color:#fff;
		transform: scale(1.2);
		border-radius:100%;
		text-indent:0px;
		opacity:1;
	}
	
	.light-content .button-link .button-icon i, .dark-section .button-link .button-icon i {
		background-color:#fff;
	}
	
	.light-content .button-link:hover .button-icon i, .dark-section .button-link:hover .button-icon i {
		background-color:#fff;
		color:#000;
		opacity:1;
	}
	
	.light-content .light-section .button-link:hover .button-icon i {
		background-color:#000;
		color:#fff;
		opacity:1;
	}
	
	.button-link.right .button-icon i {
		transform: scale(0.3) translateX(-65px) translateY(2px);
		-webkit-transform: scale(0.3) translateX(-65px) translateY(2px);
	}
	
	.button-link.right:hover .button-icon i {
		transform: scale(1.2) translateX(0px);
		-webkit-transform: scale(1.2) translateX(0px);
		border-radius:100%;
	}
	
	.button-wrap.left .button-text span {
		text-align:left;
	}
	
	.button-wrap.right .button-text span {
		text-align:right;
	}
	
	.link-text {
		line-height:30px;
		margin:0;
		overflow: hidden;
		display: table;
		width:auto;
		padding:0;
		color:#000;
	}
	
	.clapat-footer .link-text {
		float:left;
		opacity:0;
		margin-top: 25px;
	}
	
	p .link-text {
		display:inline-table;
	}
	
	.light-content .link-text, .dark-section .link-text {
		color:#fff;
	}
	
	.light-content .light-section .link-text {
		color:#000;
	}
	
	.link-text span {
		position: relative;
		display: inline-block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		width:auto;
		text-align:center;
		transform-origin: 100% 0%;
		pointer-events:initial;
		cursor:pointer;
	}
	
	.link-text span::before {
		position: absolute;
		width:auto;
		top: 100%;
		left:0;
		content: attr(data-hover);
	}
	
	.link-text:hover span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}
	
	.button-icon i.list-view, .button-icon i.grid-view {
		height:40px;
		width:40px;
		position:relative;
		display:block;
	}
	
	.button-icon i.list-view span, .button-icon i.grid-view span {
		width:4px;
		height:4px;
		border-radius:4px;
		background-color:currentColor;
		position:absolute;
		display:block;		
	}
	
	.button-icon i.list-view span:nth-child(1) {
		left:10px;
		top:18px;
	}
	
	.button-icon i.list-view span:nth-child(2) {
		left:18px;
		top:18px;
	}
	
	.button-icon i.list-view span:nth-child(3) {
		left:26px;
		top:18px;
	}
	
	.button-icon i.grid-view span:nth-child(1) {
		left:14px;
		top:14px;
	}
	
	.button-icon i.grid-view span:nth-child(2) {
		right:14px;
		top:14px;
	}
	
	.button-icon i.grid-view span:nth-child(3) {
		left:14px;
		bottom:14px;
	}
	
	.button-icon i.grid-view span:nth-child(4) {
		right:14px;
		bottom:14px;
	}
	
	.clapat-nav-wrapper, .clapat-nav-wrapper.open {
		background:transparent;
	}
	
/*--------------------------------------------------
	07. Responsive
---------------------------------------------------*/			

			
@media only screen and (max-width: 1466px) {
	
	.row_padding_all {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.row_padding_left {
		padding-left:60px;
	}
	
	.row_padding_right {
		padding-right:60px;
	}
	
	.trackbar {
  		padding: 0 60px;
	}
	
	.percentage-intro {
  		bottom: 40px;
	}
	
	.clapat-header {
    	height: 100px;
	}
	
	#header-container {
		padding: 10px 0;
	}
	
	@media (min-width: 1025px) {
	  .clapat-header.classic-menu .clapat-nav-wrapper {
		top: calc(17px - 0.5in);
	  }
	}
	
	.clapat-footer {
    	height: 100px;
	}
	
	#footer-container {
    	padding: 0 60px;
		margin: 10px auto;
	}
	
	.socials-wrap:hover .socials-text {
		transform: translateY(20px) translateX(5px);
		-webkit-transform: translateY(20px) translateX(5px);		
	}
	
}


@media only screen and (max-width: 1024px) {
	
	.parallax-wrap {
		transform:none!important;
	}
	
	.parallax-element {
		transform:none!important;
	}
	
	.has-parallax figcaption {
		display:none;
	}
	
	.destroy {
		display:none;
	}
	
	.row_padding_left {
		padding-left: 0px;
	}
	
	.row_padding_right {
		padding-right: 0px;
	}
	
	.full.row_padding_left {
		padding-left: 40px;
	}
	
	.full.row_padding_right {
		padding-right: 40px;
	}
	
	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 40px;
		padding-right: 40px;
	}
	
	#magic-cursor {
		display:none;
	}
	
	.trackbar {
  		padding: 0 40px;
	}
	
	.percentage-intro {
  		bottom: 40px;
	}
	
	#header-container {
		padding: 10px 0;
	}
	
	.clapat-nav-wrapper {
		height: 100vh;
		height: 100dvh;
		width: 100%;
		position: fixed;
		left: 0;
    	top: 0;		
		box-sizing: border-box;
		visibility: visible;
		pointer-events:none;
		opacity:0;
		padding:20px 0;	
	}
	
	.clapat-nav-wrapper.open {
		visibility:visible;
		pointer-events:initial;
	}
	
	.nav-height {
		position: relative;
		height: 100%;
		padding: 40px 0;
		width: 100%;
		box-sizing: border-box;
		overflow-y: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.flexnav {
		padding: 0 20px;
    	max-height: 2000px;
		display: block;
		width: auto;
		text-align:center;
		box-sizing:border-box;
		background: transparent;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}
	
	.flexnav.flexnav-show {
		-webkit-transition: all .3s ease-out 0.2s;
		transition: all .3s ease-out 0.2s;	
	}
	
	.flexnav.opacity {
		opacity: 1;
	}
	
	.flexnav li {
		padding:0;
		-webkit-transition: color .15s ease-out 0s;
		transition: color .15s ease-out 0s;	
	}
	
	.flexnav:hover li  {
		color:rgba(255,255,255,0.4)
	}
	
	.flexnav li:hover {
		color:rgba(255,255,255,1)
	}
	
	.flexnav li a, .flexnav li ul li a {
    	background: transparent;
	}
	
	.flexnav li a {
		font-weight:500;
		padding:0;
		border:none;
		-webkit-transition: all .1s ease-in-out 0s;
		transition: all .1s ease-in-out 0s;
	}
	
	.flexnav > li > a {
		font-size: calc(1rem + 4vw);
		line-height: calc(1rem + 5vw);		
	}
	
	.flexnav > li > .touch-button {
		width: 100%;		
		height:calc(1rem + 5vw);
		display: block;
	}
	
	.flexnav li a {
		color:#000;
	}
	
	.invert-header .flexnav li a {
		color: #fff;
	}
	
	.flexnav:hover li a {
		opacity:0.3;
	}
	
	.flexnav li:hover a, .flexnav li a.active {
		opacity:1;
	}
	
	.flexnav li a span {
		position: relative;
		display: block;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	.flexnav .touch-button {
		width: 100%;
		display: block;
		height:10vw;
	}
	
	.flexnav li ul {
		margin-bottom:15px;
	}
	
	.flexnav li ul li a {
		padding: 3px 0;
		font-weight: 500;
		text-transform:none;
		font-size: 18px;
		line-height: 28px;
		border-top: none;
		opacity:0.4;
		-webkit-text-stroke:none;
	}
	
	.uppercase-text .flexnav li ul li a {
		text-transform:uppercase;		
	}
	
	.flexnav li ul li:hover a, .flexnav li ul li a.active{
		opacity:1;
	}
	
	.flexnav:hover li ul li a {
		opacity:0.3;
	}
	
	.flexnav:hover li ul li a.active, .flexnav:hover li ul li:hover > a {
		opacity:1;
	}
	
	.flexnav ul li ul li a {
		background: transparent;
	}
	
	.flexnav li ul li ul li a {
		padding: 10px 40px;	
	}
	
	.flexnav li ul li .touch-button {
		height:30px;
	}
	
	.flexnav .touch-button .navicon {
		display:none;
	}
	
	.header-button {
		display:none;
	}
	
	#menu-burger span.touch-button {
		display:none;
	}
	
	.classic-menu .button-wrap.right.menu {
		display: block;
	}
	
	#footer-container {
    	padding: 0 40px;	
	}
	
	.copyright {
		text-align:center;
	}
	
	.socials-wrap {
		width: 240px;
		height: 40px;
		float:right;
		margin:0 auto;
		right:-10px;
		transform: translateX(0px) translateY(20px)!important;
		-webkit-transform: translateX(0px) translateY(20px)!important;
	}
	
	.socials-wrap:hover {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	
	.socials-icon, .socials-text {
		display:none;
	}
	
	.socials-wrap .socials {
		margin-top: 3px;
		text-align: right;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);	
	}
	
	.socials-wrap .socials li {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	.socials-wrap:hover .socials li {
		opacity: 1;
		transform: translateY(0px)!important;
		-webkit-transform: translateY(0px)!important;
	}
	
	.socials li {
		margin-right: 10px;
		line-height: 30px;
		height: 30px;
		width: 30px;
		margin: 0 5px auto;
		display: inline-block;
		float: none;
	}
	
	.socials li a {
		height: 30px;
		width: 30px;
		line-height: 30px;
	}
	
}


@media only screen and (max-width: 767px) {
	
	figcaption {
		background-color: rgba(0,0,0,0.3);
		bottom: 0px;
		font-size: 10px;
		padding: 5px 10px;
		right: 0px;
		border-radius: 0;
	}
	
	.text-aligh-right {
		text-align:left;
	}
	
	.one_half {
    	width: 100%!important;
	}
	
	.one_half {
    	padding-right: 0!important;
	}
	
	.one_half.last {
    	padding-left: 0!important;
	}

	.one_third {
		width: 100%!important;
	}	

	.one_fourth {
		width: 100%!important;
	}	

	.one_fifth {
		width: 100%!important;
	}	

	.one_sixth {
		width: 100%!important;
	}	

	.two_fifth {
		width: 100%!important;
	}	

	.two_fourth {
		width: 100%!important;
	}		

	.two_third {
		width: 100%!important;
	}	

	.three_fifth {
		width: 100%!important;
	}	

	.three_fourth {
		width: 100%!important;
	}	

	.four_fifth {
		width: 100%!important;
	}	

	.five_sixth {
		width: 100%!important;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 30px!important;
		margin-right: 0%!important;
	}
	
	.row_padding_top {
		padding-top:10vw;
	}
	
	.row_padding_bottom {
		padding-bottom:10vw;
	}
	
	.row_padding_left {
		padding-left: 0px;
	}
	
	.row_padding_right {
		padding-right: 0px;
	}
	
	.full.row_padding_left {
		padding-left: 30px;
	}
	
	.full.row_padding_right {
		padding-right: 30px;
	}
	
	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.clip-effects {
		overflow: hidden;
		clip-path: inset(2% 5% round 30px);
	}
	
	hr {
		height: 20px;
	}
	
	.big-title {
		font-size: clamp(48px, 8.5vw, 130px); 
		line-height: clamp(48px, 8.5vw, 130px);
	}
	
	.bigger {
		font-size: 20px;
		line-height: 30px;
	}
	
	.trackbar {
  		padding: 0 30px;
	}
	
	.percentage-intro {
  		bottom: 30px;
	}
	
	.clapat-header {
		height:80px;
	}
	
	#header-container {
    	padding: 0;
		margin: 0 auto;
	}
	
	.header-middle {
		display:none;
	}
	
	.clapat-header .button-text {
    	display: block!important;
		opacity:0;
		pointer-events:none;
  	}
	
	#clapat-logo {
		left: 0;
	}
	
	.button-wrap.right.menu {
		right: 4px;
	}
	
	.button-wrap.right.menu.burger-lines {
		right: 0px;
	}
	
	.clapat-header .button-text {
		display: none;
	}
	
	.flexnav > li > a {
		font-size: calc(1rem + 5vw);
		line-height: calc(1rem + 6vw);
	}
	
	.flexnav li a span {
		position: relative;
		display: block;
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	
	.flexnav > li > .touch-button {
		width: 100%;		
		height:calc(1rem + 6vw);
		display: block;
	}
	
	.clapat-footer {
		height: 80px;
	}
	
	.footer-button-wrap {
    	bottom: 80px;
	}
	
	#footer-container {
		height: 80px;
		padding: 0 30px;
		margin:0;
	}
	
	#footer-container #backtotop.button-wrap.left {
		float: none;
		top:5px;
		left: 0;
		right: 0;
		position: absolute;
		display:block;
	}
	
	#backtotop.button-wrap.left .button-text {
		text-align: left;
		float: left;
		display: none;
	}
	
	#backtotop.button-wrap.left .icon-wrap {
		float: none;
		position: absolute;
		right: auto;
		left: 0;
		margin: auto;
		top: 0px;
		opacity:0.4;
		-webkit-transition: opacity 0.2s ease-out 0s;
		transition: opacity 0.2s ease-out 0s;
	}
	
	#backtotop.button-wrap.left:hover .icon-wrap {
		opacity:1;
	}
	
	.footer-middle {
		max-width: 1180px;
		height:20px;
		position: relative;
		margin: 0 auto;
		left: 0;
		width: 100%;
		top: 0px;
		margin-bottom: 15px;
	}
	
	.copyright {
		margin: 0 auto;
		left: auto;
		right: auto;
		top: 0;
		height: 20px;
		line-height: 20px;
	}
	
	.clapat-footer.showcase-footer .arrows-wrap {
		right: auto;
		left: -30px;
		float: left;
		margin: auto;
	}
	
	.socials-wrap {
		width: auto;
		float: none;
		display: table;
		left: auto;
		right: auto;
		top: 0;
		margin: 0 auto;		
		height: 20px;
		line-height: 20px;
		transform: translateX(0px) translateY(0px)!important;
		-webkit-transform: translateX(0px) translateY(0px)!important;
	}
	
	.socials-wrap .socials {
		text-align: center;
		margin: 0 auto;
		height: 20px;
		line-height: 20px;
		display: table;
		width: auto;
	}
	
	.socials li, .socials li a {
		height: 20px;
		line-height: 20px;
		margin: 0 auto;
	}
	
}


@media only screen and (max-width: 479px) {	
	
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 20px!important;
		margin-right: 0%!important;
	}
	
	.row_padding_top {
		padding-top:12vw;
	}
	
	.row_padding_bottom {
		padding-bottom:12vw;
	}
		
	.row_padding_left {
		padding-left: 0px;
	}
	
	.row_padding_right {
		padding-right: 0px;
	}
	
	.full.row_padding_left {
		padding-left: 20px;
	}
	
	.full.row_padding_right {
		padding-right: 20px;
	}
	
	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	hr {
		height: 10px;
	}
	
	.trackbar {
  		padding: 0 20px;
	}
	
	#clapat-logo {
		left: 0;
	}
	
	.button-wrap.right.menu {
		right: -6px;
	}
	
	.button-wrap.right.menu.burger-lines {
		right: -10px;
	}
	
	#footer-container {
		padding: 0px;
		margin:0;
	}
	
	.clapat-footer.showcase-footer #footer-container {
		padding: 0px 20px;
	}
	
	.arrows-wrap {
		left: -10px;
		width: 80px;
	}
	
	.prev-wrap, .next-wrap {
    	width: 40px;
	}
	
	.clapat-footer.showcase-footer .arrows-wrap {
		right: 0;
		left: 0;
		float: none;
		margin: auto;
	}
	
	.clapat-footer.showcase-footer .arrows-wrap {
		width: 100%;
	}
	
	.clapat-footer.showcase-footer .prev-wrap, .clapat-footer.showcase-footer .next-wrap {
    	width: 60px;
	}
	
	.clapat-footer.showcase-footer .footer-middle {
		top: 0px;
	}
	
	.clapat-footer.showcase-footer .showcase-subtitles-wrap {
		left: 0;
	}
	
	.clapat-footer.showcase-footer .socials-wrap {
		display:none;
	}
	
	.button-text {
		display:none;
	}
	
	#main-page-content .button-text, #hero .button-text {
		display:block;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    
	#rotate-device {
		display:block;
	}
}

/* === Platinum Celebration Header/Nav Overrides (high specificity) === */
body.platinum-celebration-page .clapat-header,
body.platinum-celebration-page .classic-menu .clapat-nav-wrapper,
body.platinum-celebration-page .classic-menu .clapat-nav-wrapper.open {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: auto !important;
	margin: 0 !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: auto !important;
	height: auto !important;
}
