<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
    height:100%;
    margin:0px;
    font-family: "Open Sans";
}
body&gt;.sequence-theme{
    height: auto;
    min-height: 100%;
}
a:hover {
    text-decoration: none !important;
}
.container {
    width: 940px;
    margin:0px auto;
}
section h1, section h2, section h3, section h4, section h5, section h6 {
    color: #2692fa !important;
}
header {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100%;
    z-index: 9;
}
.fascia {
    height: 75px;
    background: rgba(0,0,0,0.8);
    z-index: 10;
}
.logo {
    position: absolute;
    left: 200px;
    height: 100px;
    width: 100px;
    z-index: 12;
}
.logo img {
    width: 100%;
    height: 100%;
}
footer {
    height: auto;
    min-height: 100px;
    width: 100%;
    color: #ffffff !important;
    background: rgba(0,0,0,0.8);
    position: relative;
    text-align: center;
}
footer a {
    color: #ffffff !important;
}
section .container {
    margin-bottom: 20px;
}
footer .container {
    padding-top: 20px;
}
.toTop a{
    display:block;
    z-index:99;
    bottom: 0px;
    right: 0px;
    width:100px;
    height: 42px;
    line-height: 42px;
    background: rgba(0,0,0,0.8);
    color:#ffffff;
    float:right;
    text-align: center;
    position: fixed;
    font-weight: bold;
    padding: 0px 10px;
}
.share a{
    display:block;
    z-index:10;
    bottom: 0px;
    left: 0px;
    width:62px;
    height: 42px;
    line-height: 42px;
    background: rgba(0,0,0,0.8);
    color:#ffffff;
    float:right;
    text-align: center;
    position: fixed;
    font-weight: bold;
    padding: 0px 10px;
}
.black {
    background: #000000;
}
#privacy, #cookies {
    padding-top: 120px
}
#cookiediv {
    text-align: center;
    padding-top: 15px;
    position: fixed;
    z-index: 99999;
    line-height: 30px;
    border-bottom: 2px solid #9a1d20;
    min-height: 100px;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #100c12;
    color:#ffffff;
    -webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;
}
/*
a#closecookie, a.cookiepolicy {
    border: 1px solid #9a1d20;
    color: #9a1d20;
    background: #ffffff;
    padding:5px 10px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;
}
a#closecookie:hover, a.cookiepolicy:hover {
    color: #ffffff;
    background: #9a1d20;
    text-decoration: none;
}*/
a#closecookie, a#denycookie, a.cookiepolicy, footer#colophon a.cookiepolicy {
    border: 1px solid #9a1d20;
    padding:5px 10px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;
}
a.cookiepolicy, footer#colophon a.cookiepolicy {
    color: #9a1d20;
    background: #ffffff;
    }
a#closecookie {
    background: green;
    color: #f8f8f8
}
a#denycookie {
    background: #9a1d20;
    color: #f8f8f8
}
a#closecookie:hover, a.cookiepolicy:hover, footer#colophon a.cookiepolicy:hover {
    color: #ffffff;
    background: #9a1d20;
    text-decoration: none;
}
.table {display: table}
.rowtable {display: table-row;}
.cell {display: table-cell;  height: 40px;}
#mod_cookie {  position: fixed;
  top: 100px;
  left: 20px;}
/* 
   ######################################
   #               Menu                 #
   ######################################
*/
.menu {
    position: absolute;
    right: 50px;
    top: 25px;
    height: 25px;
    line-height: 25px;
    width: auto;
}
nav ul {
    margin: 0px !important;
}
nav ul li {
    display: inline-block;
    width: 100px;
    height: 25px;
    color: #ffffff;
    text-align: center;
}
.menu a {
    color:#ffffff !important;
    text-decoration: none;
    border-bottom: 2px solid trasparent !important;
}
.menu a:hover {
    border-bottom: 2px solid #ffffff;   
}
.icon_menu {
    display: none;
}

/* 
   ######################################
   #      overlay - modal - share       #
   ######################################
*/
.overlay {
    display: none;
    position: fixed;
    top: 75px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 9;
}
.modal-contact {
     width: 500px;
    height: auto;
    position: fixed;
    top: 75px; 
    right: -1000px;
    background: #ffffff;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    z-index: 11;
}
.modal-contact textarea {
    width: 100%;
}

#cd_share {
    position:fixed; 
    top:85px; 
    width: 500px;
    height: 100%;
    display: none;
    left:0px; 
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#ffffff;
    padding:5px 5px 2px 5px;
    z-index:10;
    border-top:1px solid #cdcdcd;
    border-left:1px solid #cdcdcd;
    border-bottom:1px solid #cdcdcd;
}
#cd_share .btn {
    display: block !important;
    margin: 20px !important;
}
/* 
   ######################################
   #             Social Icon            #
   ######################################
*/

.icons {
    width: auto;
    /*margin: 10px -10px 0 auto;
    margin: 10px 30px 0 auto;*/
    
}

.icons a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 10px;
    vertical-align: middle;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.icons a.skype { background: url(../img/social/skype.png) left top no-repeat; }
.icons a.twitter { background: url(../img/social/twitter.png) left top no-repeat; }
.icons a.pinterest { background: url(../img/social/pinterest.png) left top no-repeat; }
.icons a.flickr { background: url(../img/social/flickr.png) left top no-repeat; }
.icons a.linkedin { background: url(../img/social/linkedin.png) left top no-repeat; }
.icons a.facebook { background: url(../img/social/facebook.png) left top no-repeat; }
.icons a.googleplus { background: url(../img/social/googleplus.png) left top no-repeat; }
.icons a.youtube { background: url(../img/social/youtube.png) left top no-repeat; }
.icons a.tumblr { background: url(../img/social/tumblr.png) left top no-repeat; }
.icons a.behance { background: url(../img/social/behance.png) left top no-repeat; }

.icons a:hover { background-position: left -34px; }


/* 
   ######################################
   #             Section                #
   ######################################
*/

.scrolldown {
    width: 100px;
    height: 100px;
    margin: -40px auto 0px;
    line-height: 15px;
    color: #2692fa;
    z-index: 9;
    background: #ffffff;
    position: relative;
    text-align: center;
    padding: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
}
.rounded {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#chisono {
    margin-top: 50px;
    padding-top: 100px;
}
#chisono h1 {
    margin-bottom: 30px;
}


/* 
   ######################################
   #               Other                #
   ######################################
*/
form#form_contact {
    padding: 20px;
    height: 800px;
    overflow: auto;
}
#form_contact legend {
    text-align: center;
}
.half {
    width: 50%;
    display: inline-block;
    float: left;
}

/* 
   ######################################
   #               .....                #
   ######################################
*/

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