<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::selection {
    background: #666;
    color: #fff;
    text-shadow: none;
}

.light {
	color: #999 !important;
}
.dark {
	color: #444 !important;
}
.white {
	color: #fff !important;
}

html, body {
	background-color: #222;
}

* {
	font-family: 'Lato', sans-serif;
}

strong {
	color: #fff;
}

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
	font-family: 'Bebas Neue', cursive;
}

.uk-heading-large span {
	font-family: 'Bebas Neue', cursive;
	line-height: 75%;
}

a, .uk-link {
    color: #fff;
}
a:hover, .uk-link:hover {
    color: #999;
}

.big-loader {
	position: fixed;
	width: calc(100% - 20px);
	height: calc(100vh - 20px);
	display: none;
	color: #fff;
	border: solid #fff 10px;
	z-index: 800000;
}

.big-loader::before {
	position: absolute;
	content: '';
	width: calc(100% - 20px);
	height: calc(100vh - 20px);
	background-color: rgba(34,34,34,.70);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.uk-navbar-nav &gt; li {
	padding: 20px 5px;
}

.tm-padding-logo {
	padding: 8px 20px 8px !important;
}

.uk-navbar-nav &gt; li &gt; a:not(.tm-button-cart-up) {
	font-family: 'Bebas Neue', cursive;
	font-size: 22px;
	font-weight: 100;
	color: #fff !important;
	min-height: inherit;
}

.uk-navbar-nav &gt; li &gt; a:not(.tm-button-cart-up):hover,
.uk-navbar-nav &gt; li:hover &gt; a {
	color: #ccc !important;
}

.uk-navbar-nav &gt; li.uk-active &gt; a {
	color: #999 !important;
}

.uk-navbar-nav &gt; li:not(.tm-reserved-nav-item).uk-active &gt; a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: +1;
    top: 5px;
    height: 6px;
	width: 6px;
	border-radius: 500px;
    background-color: #999;
    left: calc(50% - (6px / 2));
    right: calc(50% - (6px / 2));
	transition: .5s ease;
}
.uk-navbar-nav &gt; li:not(.tm-reserved-nav-item).uk-active:hover &gt; a::before {
	background-color: #ccc !important;
	top: 50px;
}

.uk-navbar-sticky .uk-navbar-nav &gt; li &gt; a:not(.tm-button-cart-up) {
	color: #666 !important;
}
.uk-navbar-sticky .uk-navbar-nav &gt; li &gt; a:not(.tm-button-cart-up):hover {
	color: #ccc !important;
}

.tm-button-cart-up {
	font-family: 'Bebas Neue', cursive !important;
	font-size: 22px !important;
	font-weight: 100;
	color: #666 !important;
	min-height: inherit !important;
	
	background-color: transparent !important;
	border: solid 1px #666;
}
.tm-button-cart-up:hover {
	border: solid 1px #ccc;
}

.uk-navbar-dropbar {
	background-color: #000;
}
.uk-navbar-dropdown {
    background: #000;
	width: max-content;
}

.uk-navbar-dropdown-nav .uk-h6 {
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	letter-spacing: 2px;
	font-size: 12px;
}

.uk-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background-color: transparent;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
	border: solid 1px #999;
}

.uk-icon-button:hover {
	background-color: transparent;
	color: #ccc;
	border: solid 1px #ccc;
}
.uk-tooltip {
	background-color: #111;
}

.tm-container {
	width: 80%;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}

.bg-main {
	background-image: url("../img/bg-circ.svg");
	background-size: 80%;
    background-position: 190% 80px;
	background-repeat: no-repeat;
}

.main-studio {
	background-image: url("../img/bg-studio.svg");
	background-size: 40%;
    background-position: 5% 70%;
	background-repeat: no-repeat;
}

.bg-triangolo {
	background-image: url("../img/bg-trian.svg");
	background-size: 60%;
    background-position: -20% -25%;
	background-repeat: no-repeat;
}

.main-servizi {
	background-image: url("../img/bg-servizi.svg");
	background-size: 30%;
    background-position: 80% 70%;
	background-repeat: no-repeat;
}

.uk-navbar-dropdown-nav &gt; li.uk-active &gt; a {
    color: #fff;
}

.block-claim {
	font-family: 'Lato';
	font-size: 28px;
	font-style: italic;
	font-weight: 200;
}

.tm-divider {
	border-bottom: solid 1px #333;
}

.uk-background-secondary {
	background-color: #111;
}
.uk-input,
.uk-textarea {
	background-color: rgba(255,255,255,0.05);
	border-color: transparent;
}
.uk-input:focus,
.uk-textarea:focus {
	background-color: rgba(255,255,255,0.10);
	border-color: #444;
}

.uk-tab &gt; * &gt; a:hover {
	color: #acacac;
	text-decoration: none;
	border-color: #343434
}
.nav-tabs &gt; .active &gt; a, .uk-tab &gt; .uk-active &gt; a {
	color: #ffffff;
	border-color: #474747
}
.uk-tab &gt; .uk-disabled &gt; a {
	color: rgba(138, 116, 104, .4)
}
.uk-tab::before {
    border-bottom: 1px dashed #676767;
}

.tm-reserved-nav {
	background-color: rgba(0,0,0,0.00) !important;
}

.tm-user-button {
	font-family: 'Lato' !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}

.uk-navbar-nav &gt; li.tm-reserved-nav-item &gt; a {
	color: rgba(88,88,88,1.00) !important;
}

.uk-navbar-nav &gt; li.tm-active &gt; a {
	color: rgba(255,255,255,1.00) !important;
	border-bottom: solid 1px #FF8700;
}

.tm-row {
	display: block;
}

.uk-light .uk-heading-bullet::before {
    border-left-color: rgb(255 135 0);
}

.uk-select optgroup {
    color: #444444;
}

.shop-button {
	padding: 20px;
}

.uk-modal {
    z-index: 1030;
}

.uk-badge {
    background: #222;
}

.uk-card-primary.uk-card-body .uk-dotnav&gt;*&gt;*, .uk-card-primary&gt;:not([class*=uk-card-media]) .uk-dotnav&gt;*&gt;*, .uk-card-secondary.uk-card-body .uk-dotnav&gt;*&gt;*, .uk-card-secondary&gt;:not([class*=uk-card-media]) .uk-dotnav&gt;*&gt;*, .uk-light .uk-dotnav&gt;*&gt;*, .uk-offcanvas-bar .uk-dotnav&gt;*&gt;*, .uk-overlay-primary .uk-dotnav&gt;*&gt;*, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav&gt;*&gt;*, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav&gt;*&gt;*, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav&gt;*&gt;*, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav&gt;*&gt;* {
    border-color: #666;
}
.uk-card-primary.uk-card-body .uk-dotnav&gt;.uk-active&gt;*, .uk-card-primary&gt;:not([class*=uk-card-media]) .uk-dotnav&gt;.uk-active&gt;*, .uk-card-secondary.uk-card-body .uk-dotnav&gt;.uk-active&gt;*, .uk-card-secondary&gt;:not([class*=uk-card-media]) .uk-dotnav&gt;.uk-active&gt;*, .uk-light .uk-dotnav&gt;.uk-active&gt;*, .uk-offcanvas-bar .uk-dotnav&gt;.uk-active&gt;*, .uk-overlay-primary .uk-dotnav&gt;.uk-active&gt;*, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav&gt;.uk-active&gt;*, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav&gt;.uk-active&gt;*, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav&gt;.uk-active&gt;*, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav&gt;.uk-active&gt;* {
    background-color: #FF8700;
}

.uk-notification-message {
    position: relative;
    padding: 15px;
    background: #000000;
    color: #666;
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
}
.uk-notification-message-success {
    color: #88b11f;
	border: solid 1px hsl(77deg 70% 41% / 45%);
}
.uk-notification-message-danger {
    color: #f0506e;
    border: solid 1px rgb(240 80 110 / 45%);
}
.uk-progress {
    height: 5px;
}
.uk-lightbox {
    z-index: 2000;
}

.uk-notification-message {
	position: relative;
	padding: 20px;
	background: #1f1f1f;
	color: #acacac;
	font-size: 16px;
	line-height: 1.5;
	cursor: pointer
}
* + .uk-notification-message {
	margin-top: 10px
}
.uk-notification-close {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px
}
.uk-notification-message:hover .uk-notification-close {
	display: block
}
.uk-notification-message-primary {
	color: #fff;
	background-color: #474747
}
.uk-notification-message-success {
	background: #222222;
    color: #338353;
    border: solid 1px #338353;
}
.uk-notification-message-warning {
	background: #222222;
    color: #a76d38;
    border: solid 1px #a76d38;
}
.uk-notification-message-danger {
	background: #222222;
    color: #973e42;
    border: solid 1px #973e42;
}

.alert-danger, .alert-error, .uk-alert-danger {
    background: #222222;
    color: #973e42;
    border: solid 1px #973e42;
}

.alert-success, .uk-alert-success {
    background: #222222;
    color: #338353;
    border: solid 1px #338353;
}

.uk-alert-warning {
    background: #222222;
    color: #a76d38;
    border: solid 1px #a76d38;
}

.uk-modal {
    z-index: 2041;
}

@media (min-width: 1200px){
	.uk-heading-large {
		font-size: 8rem;
	}
}

@media (max-width: 960px){
	.block-claim {
		font-size: 18px;
	}
	.main-servizi {
		background-size: 80%;
		background-position: 90% 5%;
	}
	.tm-reserved-nav {
		margin-bottom: 20px;
	}
	.uk-navbar-nav &gt; li {
		border: solid 1px #333;
		padding: 10px;
	}
	.uk-navbar-nav &gt; li.tm-active {
		background-color: #FF8700;
	}
	.uk-navbar-nav &gt; li.tm-active &gt; a {
		border: none;
	}
}

.tm-pages-headers,
.tm-pages-headers * {
    font-family: 'Lato' !important;
}

.tm-modal-input {
    background-color: #f8f8f8;
    border-color: #e5e5e5;
}

.uk-text-primary,
.uk-text-primary * {
    color: #333 !important;
}


/* SHOP */
/**************************************************************/

.shp-cornici-items &gt; div {
	cursor: pointer;
}
.shp-cornici-items &gt; div img {
	border: solid 3px #000;
}
.shp-cornice img {
	border-color: rgba(0,255,0,1.00) !important;
}
.shop-icon {
	width: 80px;
	margin-bottom: 20px;
}
.added {
	color: #3b3b3b;
}

.shop-info-button {
	border: solid 1px #222 !important;
}
.shop-info-button:hover {
	background: #222 !important;
	color: #fff !important;
}

.shp-quadri-hide,
.shp-quadri-hide-btn {
    display: none;
}

.tm-text-upload {
    margin: -70px 0 0 0;
    color: #f2f2f2 !important;
    font-weight: 900;
    font-size: xx-large;
    text-align: right;
    text-transform: uppercase;
}

#preventivo {
    display: none;
    background: rgba(17,17,17,.8);
}

.tm-cat-preview {
    height: 160px;
    background-size: cover !important;
    background-position: center bottom !important;
}

.tm-visual-popartlab {
    width: 176px !important;
    margin-top: -30px;
}


/* ARTLAB */
/**************************************************************/

.al-wapper {
	overflow: hidden;
}
.bg-tl {
	clip-path: polygon(0 0, 0 100%, 100% 0);
	padding: 30px;
	background-color: #222;
}
.bg-br {
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	padding: 30px;
	background-color: #222;
}

.al-titles {
	font-family: 'Oswald', sans-serif;
	font-size: 6rem;
	line-height: 90%;
}

.al-titles-small {
	font-family: 'Oswald', sans-serif;
	font-size: 4rem;
	line-height: 90%;
}

@media (max-width: 960px){
	.al-titles {
		font-size: 4rem;
		margin-top: -40px;
	}
	.bg-tl {
		clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
		padding: 15px;
	}
	.bg-br-intro {
		clip-path: none;
		padding: 10px;
		text-align: center !important;
	}
    
    .tm-visual-popartlab {
        margin-top: -40px;
        width: 100%;
    }
    .tm-margin-popartlab {
        margin-top: 60px !important;
    }
}

/* INTRO */
.intro-left,
.intro-right {
	height: 100vh;
	width: 100%;
	background-color: rgba(34,34,34,0.78);
}

@media (max-width: 960px){
	.intro-left,
	.intro-right {
		height: 50vh;
	}
}

</pre></body></html>