@font-face
{
font-family: Ubuntu;
src: url('./font/ubuntu/Ubuntu-R.ttf');
}

@font-face
{
    font-family: Ubuntu;
    font-style: italic;
    src: url('./font/ubuntu/Ubuntu-RI.ttf');
}

@font-face
{
    font-family: Ubuntu;
    font-weight: bold;
    src: url('./font/ubuntu/Ubuntu-B.ttf');
}

@font-face
{
    font-family: Ubuntu;
    font-weight: bold;
    font-style: italic;
    src: url('./font/ubuntu/Ubuntu-BI.ttf');
}

a{
    color: rgb(85,85,85);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.46);
    text-decoration: none;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

a:hover
{
color: rgb(51, 102, 153);
-moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

#nav{
    /*width: 95%;*/
    /*background: url(../img/nr_background.gif) no-repeat scroll left center;*/
    /*border: 0px;*/
    height: 55px;
    /*border-bottom: 1px solid #CCCCCC;*/
    padding: 0px;
    margin: 0px;
    display:block;
    /*min-width: 320px;*/


    background-color: #282828;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    cursor: default;
    margin-bottom: 180px;
}

body{
    font-family: Ubuntu;
    font-size: 12pt;
}


h1, h2{
     font-family: Ubuntu;
     font-smooth:always;
     padding-left:10px;
     padding-top:8px;
     color:#282828 ;
     text-shadow: 0px 2px 3px #000000;

 }

h3{
    font-family: Ubuntu;
    font-smooth:always;
    /*padding-left:20px;*/
    /*padding-top:8px;*/
    color: #282828;
    text-shadow: 0px 1px 1px #000;

}

h4{
    font-family: Ubuntu;
    font-style: italic;
    font-smooth:always;
    padding-left:25px;
    padding-top:8px;
    margin:0px;
    color: #282828;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.46);

}

h5{
    font-family: Ubuntu;
    font-style: italic;
    font-smooth:always;
    padding-left:30px;
    color: #282828;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.46);

}

.font-shadow{
    font-family: Ubuntu;
    font-smooth:always;
    padding-left:25px;
    padding-top:8px;
    margin:0px;
    color: #282828;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.46);
}

.padding-bottom-10{
    padding-bottom: 10px;
}

.font-3d
{
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

.font-3d-left{
    text-shadow:0px 0px 0 rgb(218,218,218), -1px 0px 0 rgb(203,203,203), -2px 0px 0 rgb(187,187,187), -3px 0px 0 rgb(172,172,172), -4px 0px 0 rgb(156,156,156), -5px 0px 0 rgb(140,140,140), -6px 0px 5px rgba(0,0,0,0.5), -6px 0px 1px rgba(0,0,0,0.5);
}

.font-stroke{
    /*background:#fff; *//*same as the text colour*/
    color:#C3C3C3; /*same as the background colour*/


}

.font-stroke-shadow{
    font-smooth:always;
    /*background:#fff;*/ /*same as the text colour*/
    color:#C3C3C3; /*same as the background colour*/
    text-shadow:0 0 1px rgba(51, 102, 153, 0.98), 0 0 1px rgba(51, 102, 153, 0.98), 0 0 1px rgba(51, 102, 153, 0.98), 0 0 1px rgba(51, 102, 153, 0.98), 0 0 1px rgba(51, 102, 153, 0.98), 0 0 1px #336699, 0 2px 5px #7d7d7d;
}

.font-letterpress {
    text-shadow: 0px 1px 1px #e8e7e7;
    color: #222;
}

.font-extraGlow {

    text-shadow:0 0 30px #07ff4e, 0 0 70px #4fff00;

}

.noBullets{
    list-style-type:none;

}

p, strong{
    margin: 2px;
    padding-bottom: 5px;
}

.padding-30{
    padding-left: 30px;
}

.padding-40{
    padding-left: 40px;
}

.padding-50{
    padding-left: 50px;
}

.font-12pt{
    font-size: 12pt;
}


.font-11pt{
   font-size: 11pt;
}

.font-10pt{
    font-size: 10pt;
}

.code{
    font-size: 11pt;
    font-style: italic;
    color: #323234;
    white-space: pre;
    margin-left: 30px;
}

table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:20px;
    border:#ccc 1px solid;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
table th {
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
    text-align: left;
    padding-left:20px;
}
table tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
table tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
table tr {
    text-align: center;
    padding-left:20px;
}
table td:first-child {
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
table td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
    border-bottom:0;
}
table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

/*TERMINAL WINDOW*/
#window{
    width: 90%;
    margin-top:40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
    max-width: 610px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
    /*-webkit-transition:all 0.5s; */
    overflow: hidden;
}

/* TOP BAR */
#topbar{
    width: 100%;
    height: 21px;
    font-size: 16px;
    font-family: "Myriad Pro", sans-serif;
    text-shadow:0px 1px 0px rgba(255,255,255,0.25);
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.5);
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.5);


}
#topbar ul li {
    float: left;
    padding:0 10px;
    height: 21px;
    line-height: 24px;
}
#topbar ul li:first-child{
    font-size: 20px;
    line-height: 26px;
    margin-left: 5px;
}
#topbar ul li:nth-child(2){
    font-family: "Myriad-S0pi", sans-serif;
}
#topbar ul li:active{
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #4a82ff),color-stop(0, #0052fc));
    color: #fff;
    text-shadow: none;
}
#toolbar{
    width: 100%;
    height: 25px;
    background: grey;
    border-radius:5px 5px 0 0;

    background: #cfcfcf; /* Old browsers */
    background: -moz-linear-gradient(top,  #cfcfcf 0%, #a8a8a8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#a8a8a8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cfcfcf 0%,#a8a8a8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cfcfcf 0%,#a8a8a8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cfcfcf 0%,#a8a8a8 100%); /* IE10+ */
    background: linear-gradient(top,  #cfcfcf 0%,#a8a8a8 100%); /* W3C */

    -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset,0px 1px 0px #515151;
    -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset,0px 1px 0px #515151;
    box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset,0px 1px 0px #515151;

}
#toolbar .top{
    float: left;
    width: 100%;
    height: 23px;
}
#toolbar .bottom{
    float: left;
    width: 100%;
    height: 30px;
}

/*-----TRAFFIC LIGHTS-----*/
#toolbar #lights{
    float: left;
    position:relative;
    top:4px;
    left:7px;
}
.light{
    float:left;
    width:14px;
    height:14px;
    border-radius:14px;
    -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5),0px 0px 3px #000 inset;
    -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5),0px 0px 3px #000 inset;
    box-shadow:0px 1px 0px rgba(255,255,255,0.5),0px 0px 3px #000 inset;
    overflow: hidden;
}
#lights:hover .glyph{
    opacity: 1;
    cursor:default;

}
.light .shine{
    width: 4px;
    height:3px;
    border-radius:10px;
    /*background-image: -webkit-gradient(radial, center center, 0, center center, 3, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));*/
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */

}
.light .glow{
    width:14px;
    height:8px;
    background-image: -webkit-gradient(radial, center bottom, 0, center center, 5, from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0)));
    background: 0px 0px -moz-radial-gradient(bottom, cover,  rgba(255,255,255,0.70) 0%, rgba(255,255,255,0) 80%); /* FF3.6+ */

}
/*--RED--*/
.red{
    background: #f41b16; /* Old browsers */
    background: -moz-linear-gradient(top,  #f41b16 0%, #fc7471 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f41b16), color-stop(100%,#fc7471)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f41b16 0%,#fc7471 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f41b16 0%,#fc7471 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f41b16 0%,#fc7471 100%); /* IE10+ */
    background: linear-gradient(top,  #f41b16 0%,#fc7471 100%); /* W3C */
}
.red:active{

    background: #972f2e; /* Old browsers */
    background: -moz-linear-gradient(top,  #972f2e 0%, #fc7471 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#972f2e), color-stop(100%,#fc7471)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #972f2e 0%,#fc7471 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #972f2e 0%,#fc7471 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #972f2e 0%,#fc7471 100%); /* IE10+ */
    background: linear-gradient(top,  #972f2e 0%,#fc7471 100%); /* W3C */
}
.red .shine{
    position: relative;
    top: -23px;
    left: 5px;
}
.red .glow{
    position: relative;
    top: -22px;
}
.red .glyph{
    position: relative;
    top: -6px;
    left: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #9b3a36;
    z-index: 50;
    opacity: 0;
}
/*--YELLOW--*/
.yellow{
    background: #f4a316; /* Old browsers */
    background: -moz-linear-gradient(left,  #f4a316 0%, #fcc371 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f4a316), color-stop(100%,#fcc371)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #f4a316 0%,#fcc371 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #f4a316 0%,#fcc371 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #f4a316 0%,#fcc371 100%); /* IE10+ */
    background: linear-gradient(left,  #f4a316 0%,#fcc371 100%); /* W3C */
    margin:0px 7px;
}
.yellow:active{
    background: #ae4f1e; /* Old browsers */
    background: -moz-linear-gradient(top,  #ae4f1e 0%, #fcc371 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae4f1e), color-stop(100%,#fcc371)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ae4f1e 0%,#fcc371 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ae4f1e 0%,#fcc371 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ae4f1e 0%,#fcc371 100%); /* IE10+ */
    background: linear-gradient(top,  #ae4f1e 0%,#fcc371 100%); /* W3C */
}
.yellow .shine{
    position: relative;
    top: -23px;
    left: 5px;
}
.yellow .glow{
    position: relative;
    top: -22px;
}


.yellow .glyph{
    position: relative;
    top: -7px;
    left: 4px;
    font-size: 24px;
    color: #854322;
    z-index: 50;
    opacity: 0;
    -webkit-transform: scaleY(1.5) scaleX(1.3);
}

/*--GREEN--*/
.green{

    background: #4cae2e; /* Old browsers */
    background: -moz-linear-gradient(top,  #4cae2e 0%, #dafc71 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4cae2e), color-stop(100%,#dafc71)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4cae2e 0%,#dafc71 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4cae2e 0%,#dafc71 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4cae2e 0%,#dafc71 100%); /* IE10+ */
    background: linear-gradient(top,  #4cae2e 0%,#dafc71 100%); /* W3C */

}
.green:active{
    background: #48752b; /* Old browsers */
    background: -moz-linear-gradient(top,  #48752b 0%, #dafc71 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48752b), color-stop(100%,#dafc71)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #48752b 0%,#dafc71 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #48752b 0%,#dafc71 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #48752b 0%,#dafc71 100%); /* IE10+ */
    background: linear-gradient(top,  #48752b 0%,#dafc71 100%); /* W3C */

}
.green .shine{
    position: relative;
    top: -22px;
    left: 5px;
}
.green .glow{
    position: relative;
    top: -22px;
}
.green .glyph{
    position: relative;
    top: -6px;
    left: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #25571d;
    z-index: 50;
    opacity: 0;
}

/* Horrible to do this for firefox */
@-moz-document url-prefix() {

  .red .glyph {
      position: relative;
      top: -4px;
  }
  .yellow .glyph {
      top: -4px;
      left: 3px;
  }

  .green .glyph{
      position: relative;
      top: -4px;
  }

}

/*-----TITLE-----*/
#title{
    float: left;
    position: relative;
    top:4px;
    width:40%;
    left: 30%;
    font-family: "Myriad Pro", sans-serif;
    font-size: 14px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    line-height: 14px;
}
.folder{
    float: left;
    margin-right:5px;
}
.folder .tab{
    width:4px;
    height:2px;
    background:#a4c5da;
    border:1px solid #728ea3;
    border-bottom: none;
    border-radius:2px 2px 0px 0px;
    -webkit-box-shadow:0px -1px 0px #99b5c7 inset;
    margin-left: 1px;
    z-index: 5000;
    margin-bottom: -1px;
}
.folder .body{
    width: 14px;
    height: 10px;
    border:1px solid #6e8ba1;

    background: #b8cfe0; /* Old browsers */
    background: -moz-linear-gradient(top,  #b8cfe0 0%, #86adc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8cfe0), color-stop(100%,#86adc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b8cfe0 0%,#86adc8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b8cfe0 0%,#86adc8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b8cfe0 0%,#86adc8 100%); /* IE10+ */
    background: linear-gradient(top,  #b8cfe0 0%,#86adc8 100%); /* W3C */

    z-index: -50;

    -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.25) inset,0px 1px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.25) inset,0px 1px 0px rgba(0,0,0,0.2);
}


#navOld{
    margin: 1px 8px;
    float: left;
}
#view{
    margin: 2px 0 0 110px;
    display: inline-block;
}

.control_box{
    height:20px;
    border-radius: 3px;
    border: 1px solid #555;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #fefefe),color-stop(0, #b8b8b8));
    box-shadow:0px 1px 0px rgba(255,255,255,0.25);
}
.control_box .control{
    height:20px;
    border-right: 1px solid #2e2e2e;
    float: left;
    text-align: center;
    width: 27px;
}
.control:last-child{
    border-right: 0px solid !important;
}
.control:active{
    background: #b0afb0;
    -webkit-box-shadow:0px 0px 4px #000 inset;
}
.active{
    background: #707070 !important;
    -webkit-box-shadow:0px 3px 4px rgba(0,0,0,0.6) inset !important;
}


#body {
    font-family: Andale Mono, monospace;  line-height: 1em;
    font-size:13px;
    float: left;
    width: 100%;
    min-height:130px;
    background:#000;
    padding:10px;
    line-height:1.5em;
}
#body p {
    color: #63de00!important;
}

@keyframes blink
{
    0%   {  background:rgba(99,222,0,100);  }
    100% {  background:rgba(99,222,0,0);  }
}

@-webkit-keyframes blink {
    0%   {  background:rgba(99,222,0,100);  }
    100% {  background:rgba(99,222,0,0);  }
}
@-moz-keyframes blink {
    0%   {  background:rgba(99,222,0,100);  }
    100% {  background:rgba(99,222,0,0);  }
}
.cursor {
    background:#63de00;
    display:inline-block;
    width:11px;
    height:19px;
    margin-bottom:-3px;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    -ms-animation: blink 1s infinite;
    float:left;
    margin-left:5px;
}
#body:hover .cursor {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
}

#body p::-webkit-selection  {
    background:#0b209e;
}
#body p::selection { background:#0b209e; }
#body p::-moz-selection { background:#0b209e; }

#body p {
    margin-top:5px;
    margin-bottom:5px;
    font-size:13px;
}

#content{
    float: left;
    margin-top: 1px;
}
#foot{
    height: 23px;
    width: 100%;
    float: left;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #cbcbcb),color-stop(0, #a7a7a7));
    border-top:1px solid #515151;
    border-radius:0 0 5px 5px;
}
#foot .handle{
    width: 11px;
    height: 11px;
    float: right;
    margin: 6px;
    overflow: hidden;
}
.handle .grip{
    -webkit-transform: rotate(45deg) scaley(3);
    margin: 2px 0 0 2px;
    color: #646464;
    text-shadow: 1px 1px 0 #c6c6c6;
    font-size: 14px;
}

.icon{
    width: 86px;
    height: 100px;
    margin: 20px;
    float: left;
    font-family: "Myriad Pro", sans-serif;
    text-align: center;
    font-size: 12px;
}
.icon .frame{
    width: 82px;
    height: 82px;
    border-radius: 5px;
    border: 2px solid transparent;
}
.icon .name{
    color: #000;
    padding-top: 3px;
    border-radius:15px;
    width: 55px;
    margin: 5px 0 0 15px;
}
.icon .folder{
    margin:15px 0 0 6px;
}

#cursor-flash {
    -webkit-animation: glowing 1s infinite;
    -moz-animation: glowing 1s infinite;
    -ms-animation: glowing 1s infinite;
    display: inline;
}

#space-invader{

    box-shadow:
        0 0 0 1em #C3C3C3,
        0 1em 0 1em #C3C3C3,
        -2.5em 1.5em 0 .5em #C3C3C3,
        2.5em 1.5em 0 .5em #C3C3C3,
        -3em -3em 0 0 #C3C3C3,
        3em -3em 0 0 #C3C3C3,
        -2em -2em 0 0 #C3C3C3,
        2em -2em 0 0 #C3C3C3,
        -3em -1em 0 0 #C3C3C3,
        -2em -1em 0 0 #C3C3C3,
        2em -1em 0 0 #C3C3C3,
        3em -1em 0 0 #C3C3C3,
        -4em 0 0 0 #C3C3C3,
        -3em 0 0 0 #C3C3C3,
        3em 0 0 0 #C3C3C3,
        4em 0 0 0 #C3C3C3,
        -5em 1em 0 0 #C3C3C3,
        -4em 1em 0 0 #C3C3C3,
        4em 1em 0 0 #C3C3C3,
        5em 1em 0 0 #C3C3C3,
        -5em 2em 0 0 #C3C3C3,
        5em 2em 0 0 #C3C3C3,
        -5em 3em 0 0 #C3C3C3,
        -3em 3em 0 0 #C3C3C3,
        3em 3em 0 0 #C3C3C3,
        5em 3em 0 0 #C3C3C3,
        -2em 4em 0 0 #C3C3C3,
        -1em 4em 0 0 #C3C3C3,
        1em 4em 0 0 #C3C3C3,
        2em 4em 0 0 #C3C3C3;

    background: #C3C3C3;
    width: 1em;
    height: 1em;
    overflow: hidden;

    margin: 25px 40px 20px 45px;

    -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform:  scale(0.5); /* Chrome, Safari, Opera */
    transform:  scale(0.5);
}


#nav ul
{
    margin-bottom: 0;
    float:right;
}

#nav li
{
    display: inline-block;
}

#nav a
{
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    outline: 0;
}

#nav a
{
    padding: 0.2em 1em 0.2em 1em;
    margin: 0.6em 0.2em 0.6em 0.2em;
    font-weight: 600;
    border-radius: 8px;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    color: #fff;
}

#nav a:hover
{
    background: #383838;
}

#nav a:active
{
    background: #484848;
}
#nav a.active:before
{
    content: '';
    display: block;
    position: absolute;
    bottom: -0.6em;
    left: 50%;
    margin-left: -0.75em;
    border-left: solid 0.75em transparent;
    border-right: solid 0.75em transparent;
    border-top: solid 0.6em #282828;
}

/* Container */

.container {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*float:right;*/
    /* width: (containers) */
    /*width: 1200px;*/
}

/* Modifiers */

/* 125% */
.container.\31 25\25 {
    width: 100%;

    /* max-width: (containers * 1.25) */
    max-width: 1500px;

    /* min-width: (containers) */
    min-width: 1200px;
}

/* 75% */
.container.\37 5\25 {

    /* width: (containers * 0.75) */
    width: 900px;

}

/* 50% */
.container.\35 0\25 {

    /* width: (containers * 0.50) */
    width: 600px;

}

/* 25% */
.container.\32 5\25 {

    /* width: (containers * 0.25) */
    width: 300px;

}

/* Section/Article */

section,
article
{
    margin-bottom: 3em;
}

section > :last-child,
article > :last-child
{
    margin-bottom: 0;
}

section:last-child,
article:last-child
{
    margin-bottom: 0;
}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

.wrapper
{
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.05), inset 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.wrapper.style1
{
    background-color: #fff;
}

.wrapper.style2
{
    background-color: #fafafa;
    text-shadow: 1px 1px 0px #fff;
}

.wrapper.style3
{
    background-color: #f4f4f4;
    text-shadow: 1px 1px 0px #fff;
}

.wrapper.style4
{
    background-color: #303030;
    color: #999;
    text-shadow: -1px -1px 0px #181818;
}

.wrapper.style4 h1,
.wrapper.style4 h2,
.wrapper.style4 h3,
.wrapper.style4 h4,
.wrapper.style4 h5,
.wrapper.style4 h6
{
    color: #fff;
}

.wrapper.style4 form input[type=text],
.wrapper.style4 form input[type=password],
.wrapper.style4 form select,
.wrapper.style4 form textarea
{
    border: none;
    background: #282828;
}

.wrapper.style4 form input[type=text]:focus,
.wrapper.style4 form input[type=password]:focus,
.wrapper.style4 form select:focus,
.wrapper.style4 form textarea:focus
{
    background: #252525;
}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

.wrapper
{
    text-align: center;
}
.wrapper.first
{
    margin-top:60px;
}

/* Container */

.container {
    margin-left: auto;
    margin-right: auto;

    /* width: (containers) */
    /*width: 1200px;*/
}

/* Modifiers */

/* 125% */
.container.\31 25\25 {
    width: 100%;

    /* max-width: (containers * 1.25) */
    max-width: 1500px;

    /* min-width: (containers) */
    min-width: 1200px;
}

/* 75% */
.container.\37 5\25 {

    /* width: (containers * 0.75) */
    width: 900px;

}

/* 50% */
.container.\35 0\25 {

    /* width: (containers * 0.50) */
    width: 600px;

}

/* 25% */
.container.\32 5\25 {

    /* width: (containers * 0.25) */
    width: 300px;

}

/* Grid */

.row {
    border-bottom: solid 1px transparent;
}

.row > * {
    float: left;
}

.row:after, .row:before {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.row.uniform > * > :first-child {
    margin-top: 0;
}

.row.uniform > * > :last-child {
    margin-bottom: 0;
}

/* Gutters */

/* Normal */

.row > * {
    /* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
    padding: 10px 0 0 40px;
}

.row {
    /* margin: -(gutters.horizontal) 0 -1px -(gutters.vertical) */
    margin: 2px 20px 2px 2px;
}

.row.uniform > * {
    /* padding: (gutters.vertical) 0 0 (gutters.vertical) */
    padding: 10px 0 0 40px;
}

.row.uniform {
    /* margin: -(gutters.vertical) 0 -1px -(gutters.vertical) */
    margin: -10px 0 -1px -40px;
}

/* 200% */

.row.\32 00\25 > * {
    /* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
    padding: 80px 0 0 80px;
}

.row.\32 00\25 {
    /* margin: -(gutters.horizontal) 0 -1px -(gutters.vertical) */
    margin: -80px 0 -1px -80px;
}

.row.uniform.\32 00\25 > * {
    /* padding: (gutters.vertical) 0 0 (gutters.vertical) */
    padding: 80px 0 0 80px;
}

.row.uniform.\32 00\25 {
    /* margin: -(gutters.vertical) 0 -1px -(gutters.vertical) */
    margin: -80px 0 -1px -80px;
}

/* 150% */

.row.\31 50\25 > * {
    /* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
    padding: 60px 0 0 60px;
}

.row.\31 50\25 {
    /* margin: -(gutters.horizontal) 0 -1px -(gutters.vertical) */
    margin: -60px 0 -1px -60px;
}

.row.uniform.\31 50\25 > * {
    /* padding: (gutters.vertical) 0 0 (gutters.vertical) */
    padding: 60px 0 0 60px;
}

.row.uniform.\31 50\25 {
    /* margin: -(gutters.vertical) 0 -1px -(gutters.vertical) */
    margin: -60px 0 -1px -60px;
}

/* 50% */

.row.\35 0\25 > * {
    /* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
    padding: 20px 0 0 20px;
}

.row.\35 0\25 {
    /* margin: -(gutters.horizontal) 0 -1px -(gutters.vertical) */
    margin: -20px 0 -1px -20px;
}

.row.uniform.\35 0\25 > * {
    /* padding: (gutters.vertical) 0 0 (gutters.vertical) */
    padding: 20px 0 0 20px;
}

.row.uniform.\35 0\25 {
    /* margin: -(gutters.vertical) 0 -1px -(gutters.vertical) */
    margin: -20px 0 -1px -20px;
}

/* 25% */

.row.\32 5\25 > * {
    /* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
    padding: 10px 0 0 10px;
}

.row.\32 5\25 {
    /* margin: -(gutters.horizontal) 0 -1px -(gutters.vertical) */
    margin: -10px 0 -1px -10px;
}

.row.uniform.\32 5\25 > * {
    /* padding: (gutters.vertical) 0 0 (gutters.vertical) */
    padding: 10px 0 0 10px;
}

.row.uniform.\32 5\25 {
    /* margin: -(gutters.vertical) 0 -1px -(gutters.vertical) */
    margin: -10px 0 -1px -10px;
}

/* 0% */

.row.\30 \25 > * {
    padding: 0;
}

.row.\30 \25 {
    margin: 0 0 -1px 0;
}

/* Cells */

.\31 2u, .\31 2u\24, .\31 2u\28 1\29, .\31 2u\24\28 1\29 { width: 100%; clear: none; }
.\31 1u, .\31 1u\24, .\31 1u\28 1\29, .\31 1u\24\28 1\29 { width: 91.6666666667%; clear: none; }
.\31 0u, .\31 0u\24, .\31 0u\28 1\29, .\31 0u\24\28 1\29 { width: 83.3333333333%; clear: none; }
.\39 u, .\39 u\24, .\39 u\28 1\29, .\39 u\24\28 1\29 { width: 75%; clear: none; }
.\38 u, .\38 u\24, .\38 u\28 1\29, .\38 u\24\28 1\29 { width: 66.6666666667%; clear: none; }
.\37 u, .\37 u\24, .\37 u\28 1\29, .\37 u\24\28 1\29 { width: 58.3333333333%; clear: none; }
.\36 u, .\36 u\24, .\36 u\28 1\29, .\36 u\24\28 1\29 { width: 50%; clear: none; }
.\35 u, .\35 u\24, .\35 u\28 1\29, .\35 u\24\28 1\29 { width: 41.6666666667%; clear: none; }
.\34 u, .\34 u\24, .\34 u\28 1\29, .\34 u\24\28 1\29 { width: 33.3333333333%; clear: none; }
.\33 u, .\33 u\24, .\33 u\28 1\29, .\33 u\24\28 1\29 { width: 27%; clear: none; }
.\32 u, .\32 u\24, .\32 u\28 1\29, .\32 u\24\28 1\29 { width: 16.6666666667%; clear: none; }
.\31 u, .\31 u\24, .\31 u\28 1\29, .\31 u\24\28 1\29 { width: 8.3333333333%; clear: none; }

.\31 2u\24 + *, .\31 2u\24\28 1\29 + *,
.\31 1u\24 + *, .\31 1u\24\28 1\29 + *,
.\31 0u\24 + *, .\31 0u\24\28 1\29 + *,
.\39 u\24 + *, .\39 u\24\28 1\29 + *,
.\38 u\24 + *, .\38 u\24\28 1\29 + *,
.\37 u\24 + *, .\37 u\24\28 1\29 + *,
.\36 u\24 + *, .\36 u\24\28 1\29 + *,
.\35 u\24 + *, .\35 u\24\28 1\29 + *,
.\34 u\24 + *, .\34 u\24\28 1\29 + *,
.\33 u\24 + *, .\33 u\24\28 1\29 + *,
.\32 u\24 + *, .\32 u\24\28 1\29 + *,
.\31 u\24  + *,  .\31 u\24\28 1\29 + * {
    clear: left;
}

.\-11u { margin-left: 91.6666666667% }
.\-10u { margin-left: 83.3333333333% }
.\-9u { margin-left: 75% }
.\-8u { margin-left: 66.6666666667% }
.\-7u { margin-left: 58.3333333333% }
.\-6u { margin-left: 50% }
.\-5u { margin-left: 41.6666666667% }
.\-4u { margin-left: 33.3333333333% }
.\-3u { margin-left: 25% }
.\-2u { margin-left: 16.6666666667% }
.\-1u { margin-left: 8.3333333333% }

/* Box */

.box
{
    background: #fff;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15), 0px 2px 3px 0px rgba(0,0,0,0.1);
    text-align: center;
}

/* Image */

.image
{
    display: inline-block;
    position: relative;
}

.image img
{
    display: block;
    width: 100%;
}

.image.fit
{
    display: block;
    width: 100%;
}

.image.featured
{
    display: block;
    width: 100%;
    /*margin: 0 0 2em 0;*/
}

.image.left
{
    float: left;
    margin: 0 2em 2em 0;
}

.image.centered
{
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img
{
    margin: 0 auto;
    width: auto;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright
{
    font-size: 1em;
    line-height: 1em;
    padding-bottom: 15px;
}

#copyright li
{
    display: inline-block;
    border-left: solid 1px rgba(0,0,0,0.5);
    box-shadow: -1px 0px 0px 0px rgba(255,255,255,0.1);
    padding: 0 0 0 1em;
    margin: 0 0 0 1em;
}

#copyright li:first-child
{
    border: 0;
    box-shadow: none;
    padding-left: 0;
    margin-left: 0;
}

/* Form */

form
{
}

form label
{
    color: #3e3e3e;
    font-weight: 700;
    display: block;
    margin: 0 0 0.5em 0;
}

form input[type=text],
form input[type=email],
form input[type=password],
form select,
form textarea
{
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0.75em;
    font-size: 1em;
    border-radius: 8px;
    border: solid 1px #ddd;
    background: #fff;
    color: #bbb;
    box-shadow: inset 0px 2px 3px 1px rgba(0,0,0,0.05), 0px 1px 0px 0px rgba(255,255,255,0.025);
    width: 100%;
    -moz-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
    -o-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus
{
    background: #fafafa;
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.05), 0px 1px 0px 0px rgba(255,255,255,0.025), inset 0px 0px 2px 1px #43bff0;
}

form textarea
{
    height: 15em;
}

form .formerize-placeholder
{
    color: #555 !important;
}

form ::-webkit-input-placeholder
{
    color: #555 !important;
}

form :-moz-placeholder
{
    color: #555 !important;
}

form ::-moz-placeholder
{
    color: #555 !important;
}

form :-ms-input-placeholder
{
    color: #555 !important;
}

form ::-moz-focus-inner
{
    border: 0;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button
{
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 8px;
    text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5);
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.5), inset 0px 2px 1px 0px rgba(255,255,255,0.75);
    background: #43B3E0;
    background-image:	url('images/bg.png'),		-moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image:	url('images/bg.png'),		-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image:	url('images/bg.png'),		-o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image:	url('images/bg.png'),		-ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image:	url('images/bg.png'),		linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover
{
    background-color: #43bff0;
    color: #fff !important;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:active
{
    background-color: #3BA8D3;
    top: 1px;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
.button.alt
{
    background-color: #444;
    box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255,255,255,0.2);
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
.button.alt:hover
{
    background-color: #4f4f4f;
    color: #fff !important;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
.button.alt:active
{
    background-color: #3f3f3f;
}

/* List */

ul
{
}

ul.default
{
    list-style: disc;
    padding-left: 1em;
}

ul.default li
{
    padding-left: 0.5em;
}

ul.social
{
    cursor: default;
    margin: 0;
}

ul.social li
{
    position: relative;
    display: inline-block;
    margin: 0.25em;
    top: 0;
}

ul.social li a {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    top: 0;
    position: relative;

    -moz-transition: top .2s ease-in-out;
    -webkit-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    -ms-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
}

ul.social li a:before {
    background-color: #444;
    background-image: url('images/bg.png'),		-moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image: url('images/bg.png'),		-ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image: url('images/bg.png'),		-o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image: url('images/bg.png'),		-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image: url('images/bg.png'),		linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    border-radius: 6px;
    box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255,255,255,0.1);
    color: #2E2E2E !important;
    display: block;
    font-size: 26px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    outline: 0;
    overflow: hidden;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.1);
    width: 48px;

    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

ul.social li a.fa-twitter		{ background-color: #2DAAE4; }
ul.social li a.fa-facebook		{ background-color: #3C5A98; }
ul.social li a.fa-dribbble		{ background-color: #C4376B; }
ul.social li a.fa-linkedin		{ background-color: #006599; }
ul.social li a.fa-tumblr		{ background-color: #51718A; }
ul.social li a.fa-google-plus	{ background-color: #DA2713; }
ul.social li a.fa-github		{ background-color: #FAFAFA; }
ul.social li a.fa-rss			{ background-color: #F2600B; }
ul.social li a.fa-instagram		{ background-color: #E0D7C8; }
ul.social li a.fa-foursquare	{ background-color: #39A3D4; }
ul.social li a.fa-skype			{ background-color: #10BEF1; }
ul.social li a.fa-soundcloud	{ background-color: #FE5419; }
ul.social li a.fa-youtube		{ background-color: #BF2E25; }
ul.social li a.fa-blogger		{ background-color: #FF6501; }
ul.social li a.fa-flickr		{ background-color: #0062DB; }
ul.social li a.fa-vimeo			{ background-color: #4C8AB0; }

ul.social li a:hover
{
    top: -5px;
}

ul.social li a:hover:before
{
    background-color: transparent;
}

ul.actions
{
}

ul.actions li
{
    display: inline-block;
    margin: 0 0 0 1em;
}

ul.actions li:first-child
{
    margin-left: 0;
}

ol
{
}

ol.default
{
    list-style: decimal;
    padding-left: 1.25em;
}

ol.default li
{
    padding-left: 0.25em;
}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

.icon {
    text-decoration: none;
}

.icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.icon > .label {
    display: none;
}

.icon.featured
{
    color: #EA8A95;
    display: block;
    margin: 0 0 1.5em 0;
    cursor: default;
}

.icon.featured:before
{
    font-size: 6em;
}

.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.btnNegative {
    background: #999999;
    background-image: -webkit-linear-gradient(top, #999999, #57656e);
    background-image: -moz-linear-gradient(top, #999999, #57656e);
    background-image: -ms-linear-gradient(top, #999999, #57656e);
    background-image: -o-linear-gradient(top, #999999, #57656e);
    background-image: linear-gradient(to bottom, #999999, #57656e);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btnNegative:hover {
    background: #c2c2c2;
    background-image: -webkit-linear-gradient(top, #c2c2c2, #a3a3a3);
    background-image: -moz-linear-gradient(top, #c2c2c2, #a3a3a3);
    background-image: -ms-linear-gradient(top, #c2c2c2, #a3a3a3);
    background-image: -o-linear-gradient(top, #c2c2c2, #a3a3a3);
    background-image: linear-gradient(to bottom, #c2c2c2, #a3a3a3);
    text-decoration: none;
}

my-email::after {
    content: attr(data-domain);
}
my-email::before {
    content: attr(data-user) "\0040";
}
