<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Custom Fonts */

@import url(../../../fonts.googleapis.com/css@family=Open+Sans_3A400italic,700italic,400,600,700_7CDosis_3A400,600,700);

@font-face {
    font-family: 'socialico';
    src: url('fonts/socialico-webfont.eot');
    src: url('fonts/socialico-webfont.eot@#iefix') format('embedded-opentype'),
         url('fonts/socialico-webfont.woff') format('woff'),
         url('fonts/socialico-webfont.ttf') format('truetype'),
         url('fonts/socialico-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Reset Stylesheet */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

*{
    outline: 0;
}

/* My Own Lightweight Grid System */
			
.coltainer{
        width: 960px;
        margin: 0 auto;
}

.c1{width:3.8%}
.c2{width:7.8%}
.c3{width:11.8%}
.c4{width:15.8%}
.c5{width:19.8%}
.c6{width:23.8%}
.c7{width:27.8%}
.c8{width:31.8%}
.c9{width:35.8%}
.c10{width:39.8%}
.c11{width:43.8%}
.c12{width:47.8%}
.c13{width:51.8%}
.c14{width:55.8%}
.c15{width:59.8%}
.c16{width:63.8%}
.c17{width:67.8%}
.c18{width:71.8%}
.c19{width:75.8%}
.c20{width:79.8%}
.c21{width:83.8%}
.c22{width:87.8%}
.c23{width:91.8%}
.c24{width:95.8%}
.c25{width:100%; margin-right: 0 important;}
.c2eq{width: 49.9%}
.c4eq{width: 24.85%}

.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12,.c13,.c14,.c15,.c16,.c17,.c18,.c19,.c20,.c21,.c22,.c23,.c24,.c25,.c2eq,.c4eq{
        float: left;
        margin-right: 0.2%;
	min-height: 1px;
}

.c_last{
        margin-right: 0 !important;
}

/* Customs */

*{
        font-family: 'Open Sans', Arial, sans-serif;
}

.coltainer{
        width: 715px;
        position: relative;
        z-index: 1;
}

body{
    background: #fff;
    /*background-size: 100% 100%;*/
    padding-bottom: 150px;
    float: left;
    width: 100%;
}

.bg{
    transition: all 1.5s; -moz-transition: all 1.5s; -webkit-transition: all 1.5s; -o-transition: all 1.5s;
    background-repeat: no-repeat;
    background-position: center top;
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    z-index: 0;
    opacity: 0;
}

.bg.active{
    opacity: 1;
}

#logo, #social{
    margin-top: 10px;
}

#logo a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

#logo a span{
    color: #5b8c9c;
    text-transform: ;
    font-weight: 700;
}

#social{
    text-align: right;
}

#social a{
    font-family: 'socialico';
    color: #fff;
    font-size: 34px;
    text-decoration: none;
}

#social a:hover{
    color: #5b8c9c;
}

#sign div{
    margin: 60px 0;
    text-align: center;
    padding: 50px;
    background: #000;
    background: rgba(0,0,0,0.35);
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
    border: 1px solid #222;
}

#sign h1{
    color: #fff;
    text-transform: ;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 -1px 2px rgba(0,0,0,0.75);
    margin-bottom: 20px;
}

#sign h2{
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.24);
}

.countdown &gt; div{
    font-family: 'Dosis', sans-serif;
    overflow: hidden;
    width: 160px;
    height: 160px;
    border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    background: #000;
    background: rgba(0,0,0,0.5);
    box-shadow: 0 -5px 5px rgba(142,142,142,0.5);
    text-align: center;
    margin: 0 auto;
    position: relative;
    line-height: 250px;
    font-weight: 600;
    text-transform: ;
    color: #5b8c9c;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.75);
    font-size: 22px;
}

.countdown &gt; div &gt; span{
    font-family: 'Open-sans', sans-serif;
    color: #fff;
    line-height: 160px;
    font-size: 60px;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.75);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    font-weight: normal;
}

#coundown_sec span{
    animation:mymove 1s;
    -moz-animation:mymove 1s;
    -webkit-animation:mymove 1s;
    -o-animation:mymove 1s;
    -ms-animation:mymove 1s;
}

#subscribe{
    padding-top: 100px;
}

#subscribe &gt; div{
    width: 100%;
    background: #454545;
    background: rgba(69,69,69,0.6);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 7px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.1);
    float: left;
    margin-bottom: 20px;
}

#subscribe form{
    display: block;
    margin: 10px;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    height: 45px;
}

#subscribe form input{
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    color: #939393;
    border: 0;
    background: transparent;
    padding: 0 10px;
    width: 370px;
    margin: 0;
}

#subscribe form button{
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 5px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #6ea9bd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYTliZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTgyOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #6ea9bd 0%, #558291 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ea9bd), color-stop(100%,#558291));
    background: -webkit-linear-gradient(top,  #6ea9bd 0%,#558291 100%);
    background: -o-linear-gradient(top,  #6ea9bd 0%,#558291 100%);
    background: -ms-linear-gradient(top,  #6ea9bd 0%,#558291 100%);
    background: linear-gradient(to bottom,  #6ea9bd 0%,#558291 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ea9bd', endColorstr='#558291',GradientType=0 );
    font-weight: 600;
    font-size: 16px;
    text-transform: ;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-shadow: 0 -1px 1px rgba(48,67,73,0.75);
    border: 1px solid #4a6c77;
    box-shadow: 0 1px 0 rgba(205,235,245,0.75) inset;
}

#subscribe_text h3{
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    font-size: 16px;
    color: #b3b3b3;
}

/* Countdown animation keyframes */
@keyframes mymove{
    0% {transform: rotate(0deg) scale(1);}
    10% {transform: rotate(0deg) scale(1.3);}
    100% {transform: rotate(360deg) scale(0);}
}

@-moz-keyframes mymove{
    0% {-moz-transform: rotate(0deg) scale(1);}
    10% {-moz-transform: rotate(0deg) scale(1.3);}
    100% {-moz-transform: rotate(360deg) scale(0);}
}

@-webkit-keyframes mymove{
    0% {-webkit-transform: rotate(0deg) scale(1);}
    10% {-webkit-transform: rotate(0deg) scale(1.3);}
    100% {-webkit-transform: rotate(360deg) scale(0);}
}

@-o-keyframes mymove{
    0% {-o-transform: rotate(0deg) scale(1);}
    10% {-o-transform: rotate(0deg) scale(1.3);}
    100% {-o-transform: rotate(360deg) scale(0);}
}

@-ms-keyframes mymove{
    0% {-ms-transform: rotate(0deg) scale(1);}
    10% {-ms-transform: rotate(0deg) scale(1.3);}
    100% {-ms-transform: rotate(360deg) scale(0);}
}

/* Media Queries for Responsiveness */

@media screen and (max-width: 480px) {

    .coltainer{
        width: 96%;
        overflow: hidden;
    }
    
    #sign h1{
        font-size: 22px;
    }
    
    #sign h2{
        font-size: 16px;
    }
    
    .countdown &gt; div{
        width: 70px;
        height: 70px;
        line-height: 110px;
        font-size: 14px;
    }
    
    .countdown &gt; div &gt; span{
        line-height: 70px;
        font-size: 26px;
    }
    
    #subscribe{
        padding-top: 50px;
    }
    
    #subscribe form{
        margin: 10px;
        height: 35px;
    }
    
    #subscribe form input{
        width: 200px;
        font-size: 12px;
    }
    
    #subscribe form button{
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
    }
    
    #subscribe_text h3{
        font-size: 14px;
    }
    
    #sign div{
      margin: 30px 0;
      padding: 20px;
    }

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