<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */
body {
    border-top: 5px solid #006699;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}

.gsc-input {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 7px;
    outline: 0;
    border: 0;
    width: 250px;
    background: #fff;
    border-radius: 5px;
}
#form input, #form textarea{
    background: #c5e3ff;
    border: 1px #D6D0C1 solid;
}
input[type=submit] {
    width: auto;
    padding: 5px 18px;
    line-height: 25px;
    text-shadow: none;
    cursor: pointer;
    box-shadow: none;
    background: #006699;
    color: #fff;
}

p {
    margin: 5px 0;
    line-height: 25px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color .5s ease;
}

strong {
    font-weight: bold;
}

figcaption strong {
    border-bottom: 1px solid #D6D0C1;
    padding-bottom: 10px;
    margin: 10px 0;
    display: block;
}

figcaption {
    line-height: 25px;
    font-size: 14px;
    width: 200px;
}

hr {
    background-color: #D6D0C1;
    border: 0;
    height: 1px;
    margin: 20px 0;
}

/* HEADER */

.header {
    position: relative;
    width: auto;
    max-width: 100%;
    /*padding-bottom: 20px;*/

    height: 120px;
    /*background-color: #dc0b24;*/
    background-color: #FF0000;
    /*border:1px #000000 solid;*/

}

header {
    /*position: relative;*/
    width: auto;
    max-width: 980px;
    margin: 0 auto 0px auto;
    height: 100%;
    /*border:1px #000000 solid;*/
}

header h1 {

    width: 60%;
    height: 130px;
    cursor: pointer;
}

header p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #4A463B;
    margin-left: 50px;
}

header nav {
    position: absolute;
    right: 0;
    top: 2px;
}

header .search {
    position: absolute;
    right: 15px;
    top: 50px;
    max-width: 300px;
    margin: 0 auto 20px auto;
    /*border:1px #000000 solid;*/
}

header #search   {
    position: relative;
    right: 15px;
    top: 50px;
    max-width: 350px;
    /*border:1px #000000 solid;*/
    float: right;

}


#spacer1 {

    position: relative;
    width: auto;
    max-width: 980px;
    margin: 0 auto 20px auto;
    padding-bottom: 0px;
    height: 70px;
}

header nav ul {
}

header nav ul li {
    display: block;
    float: left;
    padding: 3px 15px;
}

header nav ul li a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    transition: all .25s ease;
}

header nav ul li a:hover {
    color: #006699;
}

#mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

#mobileMenu ul li {
    display: block;
    background-color: #006699;
    color: #fff;
    padding: 12px 0;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #CC5836;
}

.toggleMobile {
    display: none;
}

/* 3 COLUMNS */

#boxcontent {
    width: auto;
    max-width: 980px;
    min-height: 580px;
    margin: 0 auto;
    padding: 5px 0 15px 0;
    /*border: 2px yellow solid;*/

}

#boxcontent article {
    float: left;
    width: 175px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    height: 100%;

}
#boxcontentCenter{
    height: 100%;
}
#boxcontent{
    height: 100%;
}

#boxcontent  .content {
    margin: 0;
    font-size: 14px;
    float: left;
    width: auto;
    max-width: 600px;
    height: 100%;


}
#boxcontentLeft, #boxcontentRigth {
    max-width: 180px;
    float: left;

}

#boxcontentLeft,#boxcontentRigth {

    /*border: 2px #ff0000 solid;*/
    margin-bottom: 10px;
    margin-top: 10px;
}
#boxcontentLeft   {
    margin-right: 10px;
}
#boxcontentRigth   {
    /*margin-left: 5px;*/
}
#boxcontentCenter {
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    max-width: 600px;
    min-width: 600px;
    min-height: 800px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 100%;
}

#boxcontentCenter  article, #boxcontentLeft article, #boxcontentRigth article {
    float: none;
}

#boxcontentCenter,   #boxcontent {
    float: left;
    /*min-height: 600px;*/
    height: 100%;
}

#boxcontent article h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#boxcontent article p {
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
}

#slider_content1, #slider_content2, #slider_content3 {
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    position: absolute;
    top: 15%;
    left: 15%;
    display: none;
    z-index: 11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #333333;
    padding: 10px 15px;
    border-radius: 15px 0 15px 0;
    display: inline-block;
}

#slider_content1 {
    display: block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p {
    margin: 0 0 30px 0;
    color: #4a463b;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

/* BUTTONS */

.button {
    padding: 7px 14px;
    border: 1px solid #c3532e;
    background-image: linear-gradient(bottom, #006699 0%, #ff8c66 100%);
    background-image: linear-gradient(to bottom, #ff8c66 0%, #006699 100%);
    background-color: #eb653c;
    color: #fff;
    text-shadow: 1px 1px 0px #006699;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover {
    background: none #fff;
    border-color: #fff;
    text-shadow: none;
    color: #4A463B;
}

/* SPACER */

#spacer {
    width: auto;
    height: 70px;
    background-color: #006699;
    /*background-color:#99CCFF;*/
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;

}

#spacer p {
    margin-top: 22px;
    width: auto;
    position: absolute;
    left: 50%;
    margin-left: -450px;
}

#spacer .search {
    margin-top: -9px;
    width: auto;
    position: absolute;
    right: 50%;
    margin-right: -480px;
}

/* FOUR COLUMNS */

#four_columns, #text_columns {
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    clear: both;
    width: auto;
    max-width: 980px;
    margin: 0 auto;
}

#four_columns h2, #text_columns h3 {
    font-size: 20px;
    border-bottom: 1px solid #D6D0C1;
    padding: 20px 0;
    margin-bottom: 20px;
}

#four_columns .img-item {
    float: left;
    margin-right: 25px;
}

#four_columns .img-item a {
    position: relative;
    display: block;
}

.thumb-screen {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 113px;
    background: #000 url(../media/zoom.png) center center no-repeat;
    z-index: 99;
    opacity: 0;
    transition: opacity .5s ease;
}

.thumb-screen:hover {
    opacity: 0.5;
}

/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2 {
    margin: 70px 0;
    font-size: 14px;
    float: left;
    width: auto;
    /*min-width: 600px;*/
    /*border: 1px red solid;*/

}

#text_columns .column2 {
    margin: 0px 0;
}

.row {
    position: relative;
    margin: 10px 0 0 10px;
    float: right;
    width: 100%;
    min-width: 550px;


}

.row img {
    float: left;
}

.row p {
    /*margin-left: 100px;*/
}

.row h2 {
    /*margin-left: 100px;*/
    font-size: 18px;
    border-bottom: 1px solid #D6D0C1;
    padding: 10px 0;
    margin-bottom: 20px;
}
.buttonMore:hover  {
    color: red;

}
.buttonMore {
    /*margin-left: 100px;*/
    /*font-size: 17px;*/
    font-weight: bold;
    /*border-bottom: 1px solid #D6D0C1;*/
    /*padding: 20px 0;*/
    /*margin-bottom: 20px;*/
}

.rocket, .clock {
    top: 0;
    left: 0;
    position: absolute;
    height: 80px;
}

.rocket:hover {
    opacity: 0;
    transition: opacity 0.4s ease 0.2s;
    animation-name: stylie-transform-keyframes;
    animation-duration: 700ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    transform-origin: 0 0;
}

.clock:hover {
    animation-name: stylie-transform2-keyframes;
    animation-duration: 100ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
}

/* FOOTER */

footer {
    position: relative;
    clear: both;
    width: auto;
    height: 50px;
    background: #333333;
}

footer .wrapper {
    line-height: 18px;
    margin: 0 auto;
    padding-top: 30px;
    width: auto;
    max-width: 980px;
    font-size: 14px;
}

footer .wrapper .column {
    font-family: 'Open Sans', sans-serif;
    color: #ababab;
    float: left;
    width: 300px;
    margin-right: 20px;
}



.midlist ul li {
    display: block;
    width: auto;
    padding-left: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #444444;
    background: url(../media/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li {
    padding: 0 0 10px 25px;
    margin-bottom: 10px;
}

footer .wrapper .column.midlist h4, .midlist h4 {
    border-bottom: 1px solid #444444;
    font-weight: bold;
}

footer .wrapper .column.midlist ul li a:hover, .midlist ul li a:hover {
    color: red;
}

footer .wrapper .column.rightlist ul li {
    display: block;
    width: auto;
    margin-bottom: 5px;
}

footer .wrapper .column.rightlist ul li a span {
    margin-left: 95px;
    display: block;
}

footer .wrapper .column.rightlist ul li a img {
    transition: border .25s ease;
    float: left;
    border: 3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover {
    border-color: #5e5e5e;
}

footer .wrapper .column h4 {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #444444;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

#copyright {
    background: #006699;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#copyright .wrapper {
    font-family: 'Open Sans', sans-serif;
    padding-top: 5px;
    /*color: #5e5e5e;*/
    color: #fff;
    font-size: 12px;
    position: relative;
}

#copyright .wrapper .social {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: center ;
    vertical-align: middle;
    /*opacity: 1;*/
    /*border: 1px yellow solid;*/
}
#copyright .wrapper .entro {
    position: absolute;
    left: 0;
    width: 640px;
    text-align: justify;
}

#copyright .wrapper .social a {
    transition: opacity .25s ease;
    /*opacity: 0.3;*/
    margin-left: 12px;
    /*display: block;*/
    float: left;
}

#copyright .wrapper .social a:hover {
    opacity: 0.7;
}

#copyright .wrapper a {
    color: #ABABAB;
}

#copyright .wrapper a:hover {
    color: #fff;
}

/* SKIPLINK */
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container {
    border-top: 1px #d6d0c1 solid;
}

#slides {
    display: none
}

/* Center the slideshow */
.container {
    width: auto;
    margin: 0 auto;
    position: relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active {
    color: red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button {
    display: none;
    color: #000;
}

/* MISC */
.clear {
    clear: both;
}

.hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* IE6 &amp; 7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px) {
    #slider_content1, #slider_content2, #slider_content3 {
        width: auto;
        margin-right: 50px;
    }

    #slider_content1 h2, #slider_content2 h2, #slider_content3 h2 {
        font-size: 18px;
    }

    #slider_content1 p, #slider_content2 p, #slider_content3 p {
        font-size: 14px;
    }

    #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button {
        display: inline;
    }

    .container .button {
        display: none;
    }
}

@media (max-width: 915px) {
    #boxcontent article {
        float: none;
        margin: 30px auto 0 auto;
        width: 60%;
        height: 100%;
    }


    #boxcontentCenter,#boxcontent {
        width: auto;
        max-width: 915px;
    }



    #boxcontent  .content {
        margin: 0px 0;
        float: none;
        max-width: 450px;

    }

    #spacer {
        font-size: 15px;
    }

    #spacer .search {
        margin-top: 19px;
        margin-right: -385px;
    }
    /*
    header .search {
        margin-top: 219px;
        margin-right: -385px;
        position: absolute;
    }*/

    #spacer p {
        margin-left: -370px;
    }

    input {
        padding: 4px;
        font-size: 14px;
    }

    input[type="submit"] {
        padding: 1px 14px;
    }

    #four_columns {
        width: 500px;
    }

    #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4) {
        margin-top: 25px;
    }

    #text_columns article.column1, #text_columns .column2 {
        float: none;
        /*max-width: 300px;*/
        /*margin: 50px 30px 0 30px;*/
    }

    .column2 .row {
        float: none;
        /*margin: 0 0 40px 50px;*/
        /*min-width: 250px;*/
        width: auto;

        /*border: 1px red solid;*/

    }

    footer .wrapper .column {
        font-size: 12px;
        width: 230px;
    }
}

@media (max-width: 765px) {
    .container {
        height: 1px;
        top: -1500px;
    }

    header {
        height: 120px;
    }

    #boxcontentCenter,#boxcontent {
        width: auto;
        max-width: 760px;
    }
    #boxcontent  .content {
        margin: 0px 0;
        float: none;
        max-width: 750px;
        /*border: 2px green solid;*/

    }
    header nav {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 100px;
        margin-left: -184px;
    }

    #spacer {
        height: 100px;
    }

    #spacer p {
        text-align: center;
        position: static;
        margin: 0 auto;
        padding: 15px 0 7px 0;
    }

    #spacer .search   {
        text-align: center;
        position: static;
        margin: 0 auto;
    }

    footer {
        padding-bottom: 70px;
        height: auto;
    }

    footer .wrapper {
        width: 350px;
        margin: 0 auto;
    }

    footer .wrapper .column {
        margin-top: 30px;
        float: none;
        font-size: 14px;
        width: auto;
    }

    footer .wrapper .social {
        display: none;
    }

    #boxcontentLeft, #boxcontentRigth {

        float: none;
    }

}

@media (max-width: 500px) {
    header {
        margin-top: 0px;
        text-align: center;
    }
    header,#boxcontentCenter,#boxcontent {
        width: auto;
        max-width: 270px;
    }
    #boxcontent  .content img {
        max-width: 100px;

    }
    #boxcontent  .content {
        width: auto;
        max-width: 270px;
        /*border: 2px yellow solid;*/

    }
    #spacer {
        height: auto;
        padding-bottom: 15px;
    }

    #four_columns {
        width: auto;
    }

    #four_columns .img-item {
        width: 200px;
        float: none;
        margin: 25px auto 0 auto;
    }

    #four_columns h2 {
        margin: 0 30px;
    }

    .column2 .row {
        /*margin: 0 0 40px 10px;*/
        width: auto;
    }

    footer .wrapper {
        width: auto;
    }

    footer .wrapper .column,.column {
        margin: 0 auto 15px auto;
        max-width: 270px;
    }

    input ,textarea{
        width: auto;
    }

    #mobileMenu {
        display: block;
        z-index: 99;
    }

    .toggleMobile {
        position: fixed;
        top: 10px;
        left: 10px;
        display: block;
        width: 40px;
        height: 36px;
        cursor: pointer;
        z-index: 999;
    }

    .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3 {
        display: block;
        position: absolute;
        width: 40px;
        height: 8px;
        left: 0;
        background: #FF0000;
        -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    }

    .toggleMobile span.menu1 {
        top: 0;
    }

    .toggleMobile span.menu2 {
        top: 14px;
    }

    .toggleMobile span.menu3 {
        top: 28px;
    }

    .toggleMobile.active span.menu1 {
        top: 14px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    }

    .toggleMobile.active span.menu2 {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    }

    .toggleMobile.active span.menu3 {
        opacity: 0;
        -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    }

    header nav {
        display: none;
    }

    header h1 {
        font-size: 40px;
    }

    header p {
        margin-left: 60px;
        font-size: 14px;
    }
    .menu-toggle {
        /*display: block;*/
    }

    #boxcontentLeft, #boxcontentRigth {
        float: none;
    }
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}</pre></body></html>