<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--adattamento font-size a browser width--*/
@media all {html {font-size: 24px;}}@media all and (max-width:2200px){html {font-size: 27px;}}@media all and (max-width:1800px){html {font-size: 26px;}}
@media all and (max-width:1400px){html {font-size: 25px;}}@media all and (max-width:1000px){html {font-size: 24px;}}@media all and (max-width:960px){html {font-size: 23px;}}
@media all and (max-width:920px){html {font-size: 22px;}}@media all and (max-width:880px){html {font-size: 21px;}}@media all and (max-width:840px){html {font-size: 20px;}}
@media all and (max-width:800px){html {font-size: 19px;}}@media all and (max-width:760px){html {font-size: 18px;}}@media all and (max-width:720px){html {font-size: 17px;}}
@media all and (max-width:680px){html {font-size: 16px;}}@media all and (max-width:640px){html {font-size: 15px;}}@media all and (max-width:600px){html {font-size: 14px;}}
@media all and (max-width:560px){html {font-size: 13px;}}@media all and (max-width:520px){html {font-size: 12px;}}

.products {
    left:0;
    right:0;
    position: absolute;
    top:15%;
    overflow: visible
}
#darken {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}
#lighten {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color: rgba(200,200,200,0.55);
}
body,html
{
    margin:0;
    max-width: 100%;
    overflow-x: hidden;
}
#workshops {
    top:0;
    position: absolute;
    height:20em;
    width: 20em;
    margin-left:4em;
    overflow: hidden;
}
#content_2 {
    position: absolute;
    top:100%;
    left:0;
    right:0;
    height: 29em;
    background-color: white;
    overflow: hidden;
}
#content_3 {
    position: absolute;
    top: 220%;
    left:0;
    right:0;
    bottom:-250%;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0.95;
}
#down_arrow {
    background-image: url("images/down_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    top:88%;
    left:48%;
    position: absolute;
    z-index: 1;
    width: 4%;
    height:40%;
    opacity: 0.65;
    filter: alpha(opacity=65);
    cursor: pointer;
}
html {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
}
#product-name {
    color:rgb(255, 249, 42);
    font-size: 2em;
    font-weight: 900;
    margin-left: 1%;
    margin-top: 0.2em;
    margin-bottom:0.4em;
}
#product-image {
    left: 70%;
    position: absolute;
    margin-top: 1%;
    background-size: contain;
    background-repeat: no-repeat;
    height:10em;
    width:8em;
}
#you_tube {
    top:8em;
    right:1em;
    position: absolute;
    height:18em;
    width:32em;
}
#contact-ul {
    list-style-type: none;
    margin-top: 3%;
    margin-left:2%;
    padding: 0;
}
.contactz {
    text-decoration: none;
    height: 1em;
    display: block;
    color: #f8df2a;
    font-weight:700;
    font-family: "Helvetica ", Arial, sans-serif;
}
.contact-info {
    /*color: rgba(50, 50, 50, 1);*/
    color: rgba(255,255,255, 1);
    font-weight: 900;
    text-decoration: none;
}
#contact-details {
    left:1%;
    position: fixed;
    right: 52%;
    top:7em;
    padding-bottom: 1em;
}
#map-container {
    left:50%;
    right:0;
    top: 7em;
    position: fixed;
}
#map-canvas {
    width: 27em;
    height: 15em;
}
#contact_content {
    top:23%;
    position: absolute;
}
#facebook-page {
    position: absolute;
    top:2em;
    height:20em;
    width:15em;
    margin-left:1%;
    overflow: hidden;
    opacity: 0.85;
    filter: alpha(opacity=85);
    z-index:1;
}
#content_1 {
    top:38%;
    bottom: 30%;
    position: absolute;
}
#p1 {
    color: #ffffff;
    font-family: serif;
    font-size: 100%;
    margin-left:10%;
    margin-right:10%;
    font-weight: 100;
    text-align: center;
}
/* background colour was 49,49,49,0.34 */
#p2 {
    color: #ffffff;
    background-color: rgba(49, 49, 49, 0);
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.8em;
    font-weight: 100;
    text-align: center;
    top:20em;
    position: absolute;
    margin-left:1em;
    margin-right:45%;
}
.p1 {
    top:0;
    left:0;
    right:0;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.70);
    z-index: 100;
    margin-bottom: 1%;
}
.headings {
    top:0;
    left:0;
    right:0;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.70);
    z-index: 100;
}
/* Heading */
.heading {
    position:relative;
    margin-top:1%;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.5em;
    color: #f8df2a;
    text-align: center;
    font-weight: 600;
}
/* Sub Heading */
.sub_header {
    position: relative;
    z-index: -1;
    width: auto;
    height:2em;
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}
#social {
    top:5%;
    left:5%;
    position: absolute;
}
#Social_Links {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}
#icon1 {
    list-style-type: none;
    overflow: hidden;
    text-align: center;
    top:1em;
    background-repeat: no-repeat;
    background-size: contain;
    height:1em;
    width:1em;
}
#icon2 {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    text-align: center;
    top:1em;
    background-repeat: no-repeat;
    background-size: contain;
    height:1em;
    width:1.5em;
    margin-left:0.6em;
}
.Social_Links_a {
    display: block;
}
.ul_subh {
    margin-top: 0.3em;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.li_subh {
    float: left;
}
.a_subh {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 60%;
    margin: 0.8em;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-shadow: none;
}
.a_subh:hover {
    border-bottom: 0.25em solid yellow;
}
.a_subh:active {
    color: rgba(255, 255, 0, 0.60);
}
.content_gallery {
    top:0;
    position: absolute;
    left:0;
    right:0;
    z-index: -1000000000000000000000000000000000000000;
}

/*Slidy CSS*/
#images {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}
#images img {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 25%;
    left: -800px;
    z-index: 1;
    opacity: 0;
    transition: all linear 500ms;
    -o-transition: all linear 500ms;
    -moz-transition: all linear 500ms;
    -webkit-transition: all linear 500ms;
}
#images img:target {
    left: 0;
    z-index: 9;
    opacity: 1;
}
#images img:first-child {
    left: 0;
}
#slidy-container {
    overflow: hidden;
    height:100%;
}
</pre></body></html>