Difference between revisions of "Template:SKLMT-China/template css"

 
(92 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
 
<style>
 
 
 
#contentSub, #HQ_page *, #footer-box, #catlinks, #search-controls, #p-logo, #sideMenu, #menubar, .logo_2018, .printfooter, .firstHeading,.visualClear {display: none; !important} /*-- hides default wiki settings --*/
 
 
#top-section {
 
border: 0 none;
 
height: 14px;
 
z-index: 100;
 
top: 0;
 
position: fixed;
 
width: 975px;
 
left: 50%;
 
margin-left: -487px;
 
}
 
 
#globalWrapper, #content { /*-- changes default wiki settings
 
 
--*/
 
width: 100%;
 
height: 100%;
 
border: 0px;
 
background-color: transparent;
 
margin: 0px;
 
padding: 0px;
 
}
 
 
html, body, .wrapper { /*-- changes default wiki settings --
 
 
*/
 
width: 100%;
 
height: 100%;
 
background-color: transparent;
 
}
 
 
 
 
 
/*
 
/*
 
* SKLMT SYTLE
 
* SKLMT SYTLE
 
* */
 
* */
 +
 +
/* @import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");
 +
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");
 +
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i"); */
  
 
/* Basic Sytle */
 
/* Basic Sytle */
Line 64: Line 30:
 
a:hover{
 
a:hover{
 
     outline:none;
 
     outline:none;
 +
    text-decoration: none !important;
 
     -webkit-transition: all 0.3s ease-in-out;
 
     -webkit-transition: all 0.3s ease-in-out;
 
     -moz-transition: all 0.3s ease-in-out;
 
     -moz-transition: all 0.3s ease-in-out;
Line 72: Line 39:
  
 
a:hover{
 
a:hover{
     text-decoration: none;
+
     text-decoration: none !important;
     color: #00BFFF;
+
     color: #47D3E5;
 
}
 
}
  
Line 129: Line 96:
 
     font-size: 1.35em;
 
     font-size: 1.35em;
 
     line-height: 1.65em;
 
     line-height: 1.65em;
     font-weight: 250;
+
     font-weight: 11;
 
}
 
}
  
Line 136: Line 103:
 
}
 
}
  
/* Header */
+
/* Paragraph */
 +
 
 +
.paragraph {
 +
    padding: 3em 3em;
 +
    margin: 5em 0 3em 0;
 +
}
 +
 
 +
/* breadcrumb */
 +
.article-banner {
 +
    text-align: center;
 +
}
 +
 
 +
.article-banner .container {
 +
    position: relative;
 +
}
 +
 
 +
.breadcrumb {
 +
    padding: 0;
 +
    position: absolute;
 +
    width: 100%;
 +
    top: 4.7em;
 +
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
 +
    background-color: rgba(0, 0, 0, .3) !important;
 +
}
 +
 
 +
.breadcrumb li {
 +
    padding: 1em 1.3em;
 +
    transition: all 1s ease;
 +
    border-radius: 1em;
 +
}
 +
 
 +
.breadcrumb li:before {
 +
    display: none;
 +
}
 +
 
 +
.breadcrumb li a {
 +
    color: #fff;
 +
    font-size: 1.4em;
 +
}
 +
 
 +
.breadcrumb li:hover {
 +
    background-color: rgba(0, 0, 0, .33);
 +
}
 +
 
 +
.breadcrumb li.active {
 +
    color: #fff;
 +
    font-size: 1.4em;
 +
    background-color: #00BFFF;
 +
}
 +
 
 +
.breadcrumb li.active:hover{
 +
    background-color: rgba(0, 255, 255, .8);
 +
    border-radius: 1.5em;
 +
}
 +
 
 +
.breadcrumb .dropdown-toggle:after {
 +
    font-family: 'FontAwesome';
 +
    content: "\f0d7";
 +
    display: inline-block;
 +
    margin-left: 5px;
 +
}
 +
 
 +
.breadcrumb .dropdown .dropdown-menu {
 +
    position: absolute;
 +
    float: left;
 +
    z-index: 10000; 
 +
}
 +
 
 +
.breadcrumb .dropdown .dropdown-menu li {
 +
    opacity: 1;
 +
}
 +
 
 +
.breadcrumb .dropdown-menu li {
 +
    border-bottom: solid 2px #eee;
 +
    border-radius: 0;
 +
}
 +
 
 +
.breadcrumb .dropdown .dropdown-menu {
 +
    border-top: solid 5px #00BFFF;
 +
}
 +
 
 +
.breadcrumb .dropdown-menu li:hover {
 +
    background-color: #fff;
 +
}
 +
 
 +
.breadcrumb .dropdown-menu li:hover a{
 +
    color: #00BFFF;
 +
    background-color: #fff;
 +
}
 +
 
 +
 
 +
 
 +
/* Panel */
 +
 
 +
.panel-group {
 +
    margin: 2em 0;
 +
}
 +
 
 +
.panel-default > .panel-heading {
 +
    padding: 1.2em;
 +
}
 +
 
 +
.panel-body {
 +
    font-size: 1.3em;
 +
    line-height: 1.6em;
 +
}
 +
 
 +
.panel-title {
 +
    text-align: center;
 +
    font-size: 1.7em;
 +
}
 +
 
 +
.panel-body .table-wrapper {
 +
    overflow-x: auto;
 +
}
 +
 
 +
.panel-default>.panel-heading {
 +
    background-color: #fff;
 +
    box-shadow: rgba(0,0,0,0.1) 0px 5px 20px 0px;
 +
}
 +
 
 +
 
 +
/* Loading */
 +
 
 +
#loading{
 +
    background-color: #4b2edf;
 +
    height: 100%;
 +
    width: 100%;
 +
    position: fixed;
 +
    z-index: 99999;
 +
    margin-top: 0px;
 +
    top: 0px;
 +
}
 +
#loading-center{
 +
    width: 100%;
 +
    height: 100%;
 +
    position: relative;
 +
}
 +
#loading-one {
 +
    position: absolute;
 +
    left: 50%;
 +
    top: 50%;
 +
    height: 300px;
 +
    width: 50px;
 +
    margin-top: -150px;
 +
    margin-left: -25px;
 +
 
 +
}
 +
#loading-two {
 +
    position: absolute;
 +
    left: 50%;
 +
    top: 50%;
 +
    height: 300px;
 +
    width: 50px;
 +
    margin-top: -150px;
 +
    margin-left: 50px;
 +
 
 +
}
 +
.object-one{
 +
    width: 18px;
 +
    height: 18px;
 +
    background-color: #FFF;
 +
    float: left;
 +
    margin-top: 15px;
 +
    margin-right: 15px;
 +
    -moz-border-radius: 50% 50% 50% 50%;
 +
    -webkit-border-radius: 50% 50% 50% 50%;
 +
    border-radius: 50% 50% 50% 50%;
 +
    -webkit-animation: object-one 1s infinite;
 +
    animation: object-one 1s infinite;
 +
}
 +
.object-two{
 +
    width: 18px;
 +
    height: 18px;
 +
    background-color: #FFF;
 +
    float: left;
 +
    margin-top: 15px;
 +
    margin-right: 15px;
 +
    -moz-border-radius: 50% 50% 50% 50%;
 +
    -webkit-border-radius: 50% 50% 50% 50%;
 +
    border-radius: 50% 50% 50% 50%;
 +
    -webkit-animation: object-two 1s infinite;
 +
    animation: object-two 1s infinite;
 +
}
 +
 
 +
.object-one:nth-child(9){
 +
    -webkit-animation-delay: 0.9s;
 +
    animation-delay: 0.9s;
 +
}
 +
.object-one:nth-child(8){
 +
    -webkit-animation-delay: 0.8s;
 +
    animation-delay: 0.8s;
 +
}
 +
.object-one:nth-child(7){
 +
    -webkit-animation-delay: 0.7s;
 +
    animation-delay: 0.7s;
 +
}
 +
.object-one:nth-child(6){
 +
    -webkit-animation-delay: 0.6s;
 +
    animation-delay: 0.6s;
 +
}
 +
.object-one:nth-child(5){
 +
    -webkit-animation-delay: 0.5s;
 +
    animation-delay: 0.5s;
 +
}
 +
.object-one:nth-child(4){
 +
    -webkit-animation-delay: 0.4s;
 +
    animation-delay: 0.4s;
 +
}
 +
.object-one:nth-child(3){
 +
    -webkit-animation-delay: 0.3s;
 +
    animation-delay: 0.3s;
 +
}
 +
.object-one:nth-child(2){
 +
    -webkit-animation-delay: 0.2s;
 +
    animation-delay: 0.2s;
 +
}
 +
 
 +
.object-two:nth-child(9){
 +
    -webkit-animation-delay: 0.9s;
 +
    animation-delay: 0.9s;
 +
}
 +
.object-two:nth-child(8){
 +
    -webkit-animation-delay: 0.8s;
 +
    animation-delay: 0.8s;
 +
}
 +
.object-two:nth-child(7){
 +
    -webkit-animation-delay: 0.7s;
 +
    animation-delay: 0.7s;
 +
}
 +
.object-two:nth-child(6){
 +
    -webkit-animation-delay: 0.6s;
 +
    animation-delay: 0.6s;
 +
}
 +
.object-two:nth-child(5){
 +
    -webkit-animation-delay: 0.5s;
 +
    animation-delay: 0.5s;
 +
}
 +
.object-two:nth-child(4){
 +
    -webkit-animation-delay: 0.4s;
 +
    animation-delay: 0.4s;
 +
}
 +
.object-two:nth-child(3){
 +
    -webkit-animation-delay: 0.3s;
 +
    animation-delay: 0.3s;
 +
}
 +
.object-two:nth-child(2){
 +
    -webkit-animation-delay: 0.2s;
 +
    animation-delay: 0.2s;
 +
}
 +
 
 +
 
 +
@-webkit-keyframes object-one{
 +
    50% {
 +
        -ms-transform: translate(100px,0);
 +
        -webkit-transform: translate(100px,0);
 +
        transform: translate(100px,0);
 +
    }
 +
}
 +
@keyframes object-one{
 +
    50% {
 +
        -ms-transform: translate(100px,0);
 +
        -webkit-transform: translate(100px,0);
 +
        transform: translate(100px,0);
 +
    }
 +
}
 +
@-webkit-keyframes object-two{
 +
    50% {
 +
        -ms-transform: translate(-100px,0);
 +
        -webkit-transform: translate(-100px,0);
 +
        transform: translate(-100px,0);
 +
    }
 +
}
 +
@keyframes object-two{
 +
    50% {
 +
        -ms-transform: translate(-100px,0);
 +
        -webkit-transform: translate(-100px,0);
 +
        transform: translate(-100px,0);
 +
    }
 +
}
 +
 
 +
/* Footer */
  
 
#page-footer {
 
#page-footer {
     margin-top: 6em;
+
     margin-top: 3em;
 
     background-color: #111;
 
     background-color: #111;
 
     text-align: center;
 
     text-align: center;
Line 147: Line 395:
 
}
 
}
  
#page-footer strong {
+
#page-footer h3 {
 +
    font-size: 2.8m;
 +
}
 +
 
 +
#page-footer h3 strong{
 
     font-family: Algerian;
 
     font-family: Algerian;
 
     color: #cf5e72;
 
     color: #cf5e72;
     font-size: 1.2em;
+
}
 +
 
 +
#page-footer h2 strong {
 +
    font-family: Algerian;
 +
    color: #cf5e72;
 +
     font-size: 1.6em;
 
}
 
}
  
 
#page-footer .row {
 
#page-footer .row {
     padding-bottom: 2.8em;
+
     margin-bottom: 3em;
 
}
 
}
  
Line 167: Line 424:
 
     background-image: url("https://static.igem.org/mediawiki/2018/b/b7/T--SKLMT-China--banner1.jpg");
 
     background-image: url("https://static.igem.org/mediawiki/2018/b/b7/T--SKLMT-China--banner1.jpg");
 
     background-position: center center;
 
     background-position: center center;
 +
    background-repeat: no-repeat;
 
     background-size: cover;
 
     background-size: cover;
 
     box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
 
     box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
Line 243: Line 501:
 
     -ms-animation-fill-mode: forwards;
 
     -ms-animation-fill-mode: forwards;
 
     animation-fill-mode: forwards;
 
     animation-fill-mode: forwards;
     background: rgba(52, 27, 43, 0.5);
+
     /*background: rgba(52, 27, 43, 0.5);*/
 
     color: #fff;
 
     color: #fff;
 
     display: inline-block;
 
     display: inline-block;
    max-width: 95%;
 
 
     opacity: 0;
 
     opacity: 0;
    padding: 3em;
 
 
     text-align: center;
 
     text-align: center;
     font-size: 100%;
+
     font-size: 150%;
 
     vertical-align: middle;
 
     vertical-align: middle;
 
     position: relative;
 
     position: relative;
Line 259: Line 515:
 
     width: 100%;
 
     width: 100%;
 
     display: inline-block;
 
     display: inline-block;
    border-bottom: solid 2px;
+
     margin: 0 0 1em 0;
    border-top: solid 2px;
+
     margin: 0 0 2em 0;
+
 
     padding: 3px 0 3px 0;
 
     padding: 3px 0 3px 0;
 
}
 
}
Line 267: Line 521:
 
.index-banner .inner .cd-intro {
 
.index-banner .inner .cd-intro {
 
     width: 100%;
 
     width: 100%;
    border-bottom: solid 2px;
 
    border-top: solid 2px;
 
 
}
 
}
  
 
.index-banner .inner header h2 {
 
.index-banner .inner header h2 {
     font-size: 2.2em;
+
     font-size: 5em;
 
     font-weight: 900;
 
     font-weight: 900;
    letter-spacing: 0.2em;
 
 
     margin: 0;
 
     margin: 0;
     padding-left: 0.05em;
+
    padding-top: 1em;
 +
     padding-left: 10px;
 +
    padding-right: 10px;
 
     position: relative;
 
     position: relative;
     text-transform: uppercase;
+
    /* color: transparent; */
 +
    font-family: Broadway, Algerian;
 +
     text-shadow: 0px -1px 4px white, 0px -2px 10px #66b2ff, 0px -10px 20px #3399ff, 0px -18px 40px #0080ff;
 
}
 
}
  
 
.index-banner .inner p {
 
.index-banner .inner p {
     font-size: 1.5em;
+
     font-size: 2em;
 +
    font-family: Algerian;
 
     letter-spacing: 0.1em;
 
     letter-spacing: 0.1em;
 
     margin: 0;
 
     margin: 0;
Line 289: Line 545:
  
 
.index-banner .inner p a {
 
.index-banner .inner p a {
    color: inherit;
 
 
     font-weight: 400;
 
     font-weight: 400;
 
}
 
}
  
 
.index-banner .inner footer {
 
.index-banner .inner footer {
     margin: 2em 0 0 0;
+
     margin: 1em 0 0 0;
 +
    /* background: rgba(52, 27, 43, 0.5); */
 
}
 
}
 +
 +
/* Article Banner */
 +
 +
.article-banner {
 +
    position: relative;
 +
    background-attachment: fixed;
 +
    background-repeat: no-repeat;
 +
    background-size: cover;
 +
    z-index: 1;
 +
    height: 66vh;
 +
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
 +
    transition: all 0.5s ease;
 +
    vertical-align: middle;
 +
}
 +
 +
.article-banner:before {
 +
    content: '';
 +
    display: inline-block;
 +
    width: 0;
 +
    height: 25vh;
 +
    vertical-align: middle;
 +
}
 +
 +
.article-banner:after {
 +
    content: '';
 +
    display: inline-block;
 +
    width: 0;
 +
    height: 100%;
 +
    vertical-align: middle;
 +
    position: absolute;
 +
}
 +
 +
.banner-content {
 +
    color: #fff;
 +
    background: rgba(27, 27, 27, 0.75);
 +
    background: rgba(0, 0, 0, 0.30);
 +
    font-size: 1.35em;
 +
    z-index: 2;
 +
    width: 100%;
 +
    text-align: center;
 +
}
 +
 +
.banner-content h2 {
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
    display: inline-block;
 +
    font-family: Broadway;
 +
    font-size: 3em;
 +
    border-bottom: solid 2px #fff;
 +
    padding-bottom: 5px;
 +
}
 +
 +
.banner-content p {
 +
    font-weight: 100;
 +
    padding-bottom: 10px;
 +
    font-size: 1.5em !important;
 +
}
 +
 +
.banner-content {
 +
    margin: 0 auto;
 +
}
 +
 +
@keyframes scaling {
 +
    0%{
 +
        transform: scale(1);
 +
    }
 +
    50%{
 +
        transform: scale(1.5);
 +
        width: 40%;
 +
        border-radius: 5em;
 +
    }
 +
    100%{
 +
        transform: scale(1);
 +
    }
 +
}
 +
 +
.article-banner .banner-content:hover {
 +
    -webkit-animation: scaling 2s ease;
 +
    -moz-animation: scaling 2s ease;
 +
    -ms-animation: scaling 2s ease;
 +
    -o-animation: scaling 2s ease;
 +
}
 +
 +
.banner-content h2.title {
 +
    transition: all 1s ease;
 +
}
 +
/*
 +
.article-banner .banner-content:hover h2.title {
 +
    text-shadow: 0 0 5px #CCCCCC, 0 0 10px #CCCCCC, 0 0 15px #CCCCCC, 0 0 20px #00BFFF, 0 0 25px #00BFFF, 0 0 30px #00BFFF, 0 0 50px #00BFFF, 0 0 80px #00BFFF, 0 0 100px #00BFFF, 0 0 150px #00BFFF;
 +
}*/
 +
 +
  
 
@media screen and (max-width: 736px) {
 
@media screen and (max-width: 736px) {
 
     .index-banner .inner {
 
     .index-banner .inner {
 
         background: none;
 
         background: none;
         margin-top: 3.5em;
+
         margin-top: 5em;
 
     }
 
     }
 +
 +
    .index-banner:before {
 +
        height: unset;
 +
    }
 +
 
}
 
}
 +
 +
@keyframes leftAnimation {
 +
    0%{ transform: translateX(-2000px); opacity: 0;}
 +
    100%{ transform: translateX(0px); opacity: 1;}
 +
}
 +
 +
@-webkit-keyframes leftAnimation {
 +
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
 +
    100%{ -webkit-transform: translateX(0px); opacity: 1;}   
 +
}
 +
@-o-keyframes leftAnimation {
 +
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
 +
    100%{ -webkit-transform: translateX(0px); opacity: 1;}   
 +
}
 +
@-ms-keyframes leftAnimation{
 +
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
 +
    100%{ -webkit-transform: translateX(0px); opacity: 1;}   
 +
}
 +
@-moz-keyframes leftAnimation{
 +
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
 +
    100%{ -webkit-transform: translateX(0px); opacity: 1;}   
 +
}
 +
 +
@keyframes rightAnimation{
 +
    0%{ transform: translateX(2000px); opacity: 0;}
 +
    100%{ transform: translateX(0px); opacity: 1;}
 +
}
 +
@-webkit-keyframes rightAnimation{
 +
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
 +
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
 +
}
 +
@-o-keyframes rightAnimation{
 +
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
 +
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
 +
}
 +
@-ms-keyframes rightAnimation{
 +
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
 +
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
 +
}
 +
@-moz-keyframes rightAnimation{
 +
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
 +
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
 +
}
 +
 +
.index-banner .inner p,
 +
.banner-content .title {
 +
    animation: leftAnimation 2s ease 1;
 +
    -webkit-animation: leftAnimation 2s ease 1;
 +
    -ms-animation: leftAnimation 2s ease 1;
 +
    -o-animation: leftAnimation 2s ease 1;
 +
    -moz-animation: leftAnimation 2s ease 1;
 +
   
 +
    animation-fill-mode:forwards;
 +
    -webkit-animation-fill-mode: forwards; 
 +
      -o-animation-fill-mode: forwards;
 +
      -ms-animation-fill-mode: forwards; 
 +
      -moz-animation-fill-mode: forwards;
 +
}
 +
 +
.index-banner .inner h2,
 +
.banner-content .content {
 +
    animation: rightAnimation 2s ease 1;
 +
    -webkit-animation: rightAnimation 2s ease 1;
 +
    -moz-animation: rightAnimation 2s ease 1;
 +
    -ms-animation: rightAnimation 2s ease 1;
 +
    -o-animation: rightAnimation 2s ease 1;
 +
 +
    animation-fill-mode:forwards;
 +
    -webkit-animation-fill-mode: forwards; 
 +
      -o-animation-fill-mode: forwards;
 +
      -ms-animation-fill-mode: forwards; 
 +
      -moz-animation-fill-mode: forwards;
 +
}
 +
 +
 +
 +
  
 
/* Button */
 
/* Button */
Line 344: Line 774:
  
 
input[type="button"],
 
input[type="button"],
input[type="submit"],
 
input[type="reset"],
 
 
button,
 
button,
.button {
+
.actions {
 
     -moz-appearance: none;
 
     -moz-appearance: none;
 
     -webkit-appearance: none;
 
     -webkit-appearance: none;
Line 375: Line 803:
 
input[type="button"]:hover,
 
input[type="button"]:hover,
 
button:hover,
 
button:hover,
.button:hover {
+
.actions:hover {
 
     background: rgba(188, 202, 206, 0.15);
 
     background: rgba(188, 202, 206, 0.15);
 
     border-color: inherit;
 
     border-color: inherit;
Line 382: Line 810:
 
input[type="button"].primary,
 
input[type="button"].primary,
 
button.primary,
 
button.primary,
.button.primary {
+
.actions.primary {
 
     background: #83d3c9;
 
     background: #83d3c9;
 
     border-color: #83d3c9;
 
     border-color: #83d3c9;
Line 390: Line 818:
 
input[type="button"].primary:hover,
 
input[type="button"].primary:hover,
 
button.primary:hover,
 
button.primary:hover,
.button.primary:hover {
+
.actions.primary:hover {
 
     background: #96dad1 !important;
 
     background: #96dad1 !important;
 
     border-color: #96dad1 !important;
 
     border-color: #96dad1 !important;
Line 397: Line 825:
 
input[type="button"].fit,
 
input[type="button"].fit,
 
button.fit,
 
button.fit,
.button.fit {
+
.actions.fit {
 
     width: 100%;
 
     width: 100%;
 
}
 
}
Line 403: Line 831:
 
input[type="button"].small,
 
input[type="button"].small,
 
button.small,
 
button.small,
.button.small {
+
.actions.small {
 
     font-size: 0.7em;
 
     font-size: 0.7em;
 
     min-width: 14em;
 
     min-width: 14em;
Line 409: Line 837:
 
}
 
}
  
/* Text Decoration */
+
/* Banner Animation */
  
html {
 
    font-size: 18pt;
 
}
 
 
@media screen and (max-width: 1680px) {
 
 
    html {
 
        font-size: 14pt;
 
    }
 
  
 +
@-webkit-keyframes animatedBackground {
 +
  0% {
 +
    background-position: 0 0;
 +
  }
 +
  50% {
 +
    background-position: 100% 100%;
 +
  }
 +
  100% {
 +
    background-position: 0 0;
 +
  }
 
}
 
}
  
@media screen and (max-width: 1280px) {
+
.index-banner {
 
+
     background-size: cover;
     html {
+
     background-position: bottom;
        font-size: 12pt;
+
    -webkit-animation: animatedBackground 40s linear infinite;
     }
+
    animation: animatedBackground 40s linear infinite;
 
+
 
}
 
}
 
@media screen and (max-width: 736px) {
 
 
    html {
 
        font-size: 11pt;
 
    }
 
 
}
 
 
@media screen and (max-width: 360px) {
 
 
    html {
 
        font-size: 10pt;
 
    }
 
 
}
 
 
p {
 
    margin: 0 0 1rem 0;
 
}
 
 
blockquote:before, blockquote:after, q:before, q:after {
 
    content: '';
 
    content: none;
 
}
 
 
table {
 
    border-collapse: collapse;
 
    border-spacing: 0;
 
}
 
 
mark {
 
    background-color: transparent;
 
    color: inherit;
 
}
 
 
input::-moz-focus-inner {
 
    border: 0;
 
    padding: 0;
 
}
 
 
input, select, textarea {
 
    -moz-appearance: none;
 
    -webkit-appearance: none;
 
    -ms-appearance: none;
 
    appearance: none;
 
}
 
 
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
 
    -moz-animation: none !important;
 
    -webkit-animation: none !important;
 
    -ms-animation: none !important;
 
    animation: none !important;
 
    -moz-transition: none !important;
 
    -webkit-transition: none !important;
 
    -ms-transition: none !important;
 
    transition: none !important;
 
}
 
 
.align-left {
 
    text-align: left;
 
}
 
 
.align-center {
 
    text-align: center;
 
}
 
 
.align-right {
 
    text-align: right;
 
}
 
 
/* Box */
 
 
.box {
 
    border-radius: 4px;
 
    border: solid 1px;
 
    margin-bottom: 2rem;
 
    padding: 1.5rem;
 
}
 
 
.box > :last-child,
 
.box > :last-child > :last-child,
 
.box > :last-child > :last-child > :last-child {
 
    margin-bottom: 0;
 
}
 
 
.box.alt {
 
    border: 0;
 
    border-radius: 0;
 
    padding: 0;
 
}
 
 
.box {
 
    border-color: rgba(0, 0, 0, 0.2);
 
}
 
 
/* Form */
 
 
form {
 
    margin: 0 0 2rem 0;
 
}
 
 
form > :last-child {
 
    margin-bottom: 0;
 
}
 
 
form > .fields {
 
    display: -moz-flex;
 
    display: -webkit-flex;
 
    display: -ms-flex;
 
    display: flex;
 
    -moz-flex-wrap: wrap;
 
    -webkit-flex-wrap: wrap;
 
    -ms-flex-wrap: wrap;
 
    flex-wrap: wrap;
 
    width: calc(100% + 3rem);
 
    margin: -1.5rem 0 2rem -1.5rem;
 
}
 
 
form > .fields > .field {
 
    -moz-flex-grow: 0;
 
    -webkit-flex-grow: 0;
 
    -ms-flex-grow: 0;
 
    flex-grow: 0;
 
    -moz-flex-shrink: 0;
 
    -webkit-flex-shrink: 0;
 
    -ms-flex-shrink: 0;
 
    flex-shrink: 0;
 
    padding: 1.5rem 0 0 1.5rem;
 
    width: calc(100% - 1.5rem);
 
}
 
 
form > .fields > .field.half {
 
    width: calc(50% - 0.75rem);
 
}
 
 
form > .fields > .field.third {
 
    width: calc(100%/3 - 0.5rem);
 
}
 
 
form > .fields > .field.quarter {
 
    width: calc(25% - 0.375rem);
 
}
 
 
@media screen and (max-width: 480px) {
 
 
    form > .fields {
 
        width: calc(100% + 3rem);
 
        margin: -1.5rem 0 2rem -1.5rem;
 
    }
 
 
    form > .fields > .field {
 
        padding: 1.5rem 0 0 1.5rem;
 
        width: calc(100% - 1.5rem);
 
    }
 
 
    form > .fields > .field.half {
 
        width: calc(100% - 1.5rem);
 
    }
 
 
    form > .fields > .field.third {
 
        width: calc(100% - 1.5rem);
 
    }
 
 
    form > .fields > .field.quarter {
 
        width: calc(100% - 1.5rem);
 
    }
 
 
}
 
 
label {
 
    display: block;
 
    font-size: 0.9rem;
 
    font-weight: 400;
 
    margin: 0 0 1rem 0;
 
}
 
 
input[type="text"],
 
input[type="password"],
 
input[type="email"],
 
input[type="tel"],
 
input[type="search"],
 
input[type="url"],
 
select,
 
textarea {
 
    -moz-appearance: none;
 
    -webkit-appearance: none;
 
    -ms-appearance: none;
 
    appearance: none;
 
    background-color: transparent;
 
    border-radius: 4px;
 
    border: none;
 
    border: solid 1px;
 
    color: inherit;
 
    display: block;
 
    outline: 0;
 
    padding: 0 0.825rem;
 
    text-decoration: none;
 
    width: 100%;
 
}
 
 
input[type="text"]:invalid,
 
input[type="password"]:invalid,
 
input[type="email"]:invalid,
 
input[type="tel"]:invalid,
 
input[type="search"]:invalid,
 
input[type="url"]:invalid,
 
select:invalid,
 
textarea:invalid {
 
    box-shadow: none;
 
}
 
 
select {
 
    background-size: 1.25rem;
 
    background-repeat: no-repeat;
 
    background-position: calc(100% - 1rem) center;
 
    height: 2.75rem;
 
    padding-right: 2.75rem;
 
    text-overflow: ellipsis;
 
}
 
 
select:focus::-ms-value {
 
    background-color: transparent;
 
}
 
 
select::-ms-expand {
 
    display: none;
 
}
 
 
input[type="text"],
 
input[type="password"],
 
input[type="email"],
 
input[type="tel"],
 
input[type="search"],
 
input[type="url"],
 
select {
 
    height: 2.75rem;
 
}
 
 
textarea {
 
    padding: 0.75rem 1rem;
 
}
 
 
input[type="checkbox"],
 
input[type="radio"] {
 
    -moz-appearance: none;
 
    -webkit-appearance: none;
 
    -ms-appearance: none;
 
    appearance: none;
 
    display: block;
 
    float: left;
 
    margin-right: -2rem;
 
    opacity: 0;
 
    width: 1rem;
 
    z-index: -1;
 
}
 
 
input[type="checkbox"] + label,
 
input[type="radio"] + label {
 
    text-decoration: none;
 
    -moz-user-select: none;
 
    -webkit-user-select: none;
 
    -ms-user-select: none;
 
    user-select: none;
 
    cursor: pointer;
 
    display: inline-block;
 
    font-size: 1rem;
 
    font-weight: 300;
 
    padding-left: 2.4rem;
 
    padding-right: 0.75rem;
 
    position: relative;
 
    margin-bottom: 0;
 
}
 
 
input[type="checkbox"] + label:before,
 
input[type="radio"] + label:before {
 
    -moz-osx-font-smoothing: grayscale;
 
    -webkit-font-smoothing: antialiased;
 
    font-family: FontAwesome;
 
    font-style: normal;
 
    font-weight: normal;
 
    text-transform: none !important;
 
}
 
 
input[type="checkbox"] + label:before,
 
input[type="radio"] + label:before {
 
    border-radius: 4px;
 
    border: solid 1px;
 
    content: '';
 
    display: inline-block;
 
    height: 1.65rem;
 
    left: 0;
 
    line-height: 1.58125rem;
 
    position: absolute;
 
    text-align: center;
 
    top: 0;
 
    width: 1.65rem;
 
}
 
 
input[type="checkbox"]:checked + label:before,
 
input[type="radio"]:checked + label:before {
 
    content: '\f00c';
 
}
 
 
input[type="checkbox"] + label:before {
 
    border-radius: 4px;
 
}
 
 
input[type="radio"] + label:before {
 
    border-radius: 100%;
 
}
 
 
::-webkit-input-placeholder {
 
    opacity: 1.0;
 
}
 
 
:-moz-placeholder {
 
    opacity: 1.0;
 
}
 
 
::-moz-placeholder {
 
    opacity: 1.0;
 
}
 
 
:-ms-input-placeholder {
 
    opacity: 1.0;
 
}
 
 
label {
 
    color: #000000;
 
}
 
 
input[type="text"],
 
input[type="password"],
 
input[type="email"],
 
input[type="tel"],
 
input[type="search"],
 
input[type="url"],
 
select,
 
textarea {
 
    border-color: rgba(0, 0, 0, 0.2);
 
}
 
 
input[type="text"]:focus,
 
input[type="password"]:focus,
 
input[type="email"]:focus,
 
input[type="tel"]:focus,
 
input[type="search"]:focus,
 
input[type="url"]:focus,
 
select:focus,
 
textarea:focus {
 
    border-color: #47D3E5;
 
    box-shadow: 0 0 0 1px #47D3E5;
 
}
 
 
select {
 
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.2)' /%3E%3C/svg%3E");
 
}
 
 
select option {
 
    color: #000000;
 
    background: #ffffff;
 
}
 
 
input[type="checkbox"] + label,
 
input[type="radio"] + label {
 
    color: #000000;
 
}
 
 
input[type="checkbox"] + label:before,
 
input[type="radio"] + label:before {
 
    border-color: rgba(0, 0, 0, 0.2);
 
}
 
 
input[type="checkbox"]:checked + label:before,
 
input[type="radio"]:checked + label:before {
 
    background-color: #000000;
 
    border-color: #000000;
 
    color: #ffffff;
 
}
 
 
input[type="checkbox"]:focus + label:before,
 
input[type="radio"]:focus + label:before {
 
    border-color: #47D3E5;
 
    box-shadow: 0 0 0 1px #47D3E5;
 
}
 
 
::-webkit-input-placeholder {
 
    color: rgba(0, 0, 0, 0.75) !important;
 
}
 
 
:-moz-placeholder {
 
    color: rgba(0, 0, 0, 0.75) !important;
 
}
 
 
::-moz-placeholder {
 
    color: rgba(0, 0, 0, 0.75) !important;
 
}
 
 
:-ms-input-placeholder {
 
    color: rgba(0, 0, 0, 0.75) !important;
 
}
 
 
/* Icon */
 
 
.icon {
 
    text-decoration: none;
 
    border-bottom: none;
 
    position: relative;
 
    text-align: center;
 
}
 
 
.icon:before {
 
    -moz-osx-font-smoothing: grayscale;
 
    -webkit-font-smoothing: antialiased;
 
    font-family: FontAwesome;
 
    font-style: normal;
 
    font-weight: normal;
 
    text-transform: none !important;
 
}
 
 
.icon > .label {
 
    display: none;
 
}
 
 
.icon.style2:before {
 
    border-radius: 2.75em;
 
    display: inline-block;
 
    height: 2.75em;
 
    line-height: 2.75em;
 
    width: 2.75em;
 
}
 
 
.icon.major {
 
    display: block;
 
    margin: 0 0 1rem 0;
 
}
 
 
.icon.major:before {
 
    font-size: 1.25rem;
 
}
 
 
a.icon.style2:before {
 
    -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
 
    -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
 
    -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
 
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
 
}
 
 
.icon.style2:before {
 
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
 
}
 
 
a.icon.style2:hover:before {
 
    box-shadow: inset 0 0 0 1px #47D3E5;
 
    color: #47D3E5;
 
}
 
 
a.icon.style2:active:before {
 
    background-color: rgba(71, 211, 229, 0.1);
 
    box-shadow: inset 0 0 0 1px #47D3E5;
 
    color: #47D3E5;
 
}
 
 
/* Image */
 
 
.image {
 
    border: 0;
 
    border-radius: 4px;
 
    display: inline-block;
 
    position: relative;
 
}
 
 
.image img {
 
    display: block;
 
    border-radius: 4px;
 
}
 
 
.image.left, .image.right {
 
    width: 40%;
 
    max-width: 10rem;
 
}
 
 
.image.left img, .image.right img {
 
    width: 100%;
 
}
 
 
.image.left {
 
    float: left;
 
    margin: 0 1.5rem 1rem 0;
 
    top: 0.25rem;
 
}
 
 
.image.right {
 
    float: right;
 
    margin: 0 0 1rem 1.5rem;
 
    top: 0.25rem;
 
}
 
 
.image.fit {
 
    display: block;
 
    margin: 0 0 2rem 0;
 
    width: 100%;
 
}
 
 
.image.fit img {
 
    width: 100%;
 
}
 
 
.image.main {
 
    display: block;
 
    margin: 0 0 3rem 0;
 
    width: 100%;
 
}
 
 
.image.main img {
 
    width: 100%;
 
}
 
 
/* List */
 
 
ol {
 
    list-style: decimal;
 
    margin: 0 0 2rem 0;
 
    padding-left: 1.25rem;
 
}
 
 
ol li {
 
    padding-left: 0.25rem;
 
}
 
 
ul {
 
    list-style: disc;
 
    margin: 0 0 2rem 0;
 
    padding-left: 1rem;
 
}
 
 
ul li {
 
    padding-left: 0.5rem;
 
}
 
 
ul.alt {
 
    list-style: none;
 
    padding-left: 0;
 
}
 
 
ul.alt li {
 
    border-top: solid 1px;
 
    padding: 0.5rem 0;
 
}
 
 
ul.alt li:first-child {
 
    border-top: 0;
 
    padding-top: 0;
 
}
 
 
dl {
 
    margin: 0 0 2rem 0;
 
}
 
 
dl dt {
 
    display: block;
 
    font-weight: 400;
 
    margin: 0 0 1rem 0;
 
}
 
 
dl dd {
 
    margin-left: 2rem;
 
}
 
 
dl.style2 dt {
 
    width: 25%;
 
    float: left;
 
}
 
 
dl.style2 dd {
 
    width: 70%;
 
    float: left;
 
}
 
 
dl.style2:after {
 
    content: '';
 
    display: block;
 
    clear: both;
 
}
 
 
ul.alt li {
 
    border-top-color: rgba(0, 0, 0, 0.2);
 
}
 
 
/* Actions */
 
 
ul.actions {
 
    display: -moz-flex;
 
    display: -webkit-flex;
 
    display: -ms-flex;
 
    display: flex;
 
    cursor: default;
 
    list-style: none;
 
    margin-left: -1rem;
 
    padding-left: 0;
 
}
 
 
ul.actions li {
 
    padding: 0 0 0 1rem;
 
    vertical-align: middle;
 
}
 
 
ul.actions.special {
 
    -moz-justify-content: center;
 
    -webkit-justify-content: center;
 
    -ms-justify-content: center;
 
    justify-content: center;
 
    width: 100%;
 
    margin-left: 0;
 
}
 
 
ul.actions.special li:first-child {
 
    padding-left: 0;
 
}
 
 
ul.actions.stacked {
 
    -moz-flex-direction: column;
 
    -webkit-flex-direction: column;
 
    -ms-flex-direction: column;
 
    flex-direction: column;
 
    margin-left: 0;
 
}
 
 
ul.actions.stacked li {
 
    padding: 1.3rem 0 0 0;
 
}
 
 
ul.actions.stacked li:first-child {
 
    padding-top: 0;
 
}
 
 
ul.actions.fit {
 
    width: calc(100% + 1rem);
 
}
 
 
ul.actions.fit li {
 
    -moz-flex-grow: 1;
 
    -webkit-flex-grow: 1;
 
    -ms-flex-grow: 1;
 
    flex-grow: 1;
 
    -moz-flex-shrink: 1;
 
    -webkit-flex-shrink: 1;
 
    -ms-flex-shrink: 1;
 
    flex-shrink: 1;
 
    width: 100%;
 
}
 
 
ul.actions.fit li > * {
 
    width: 100%;
 
}
 
 
ul.actions.fit.stacked {
 
    width: 100%;
 
}
 
 
@media screen and (max-width: 480px) {
 
 
    ul.actions:not(.fixed) {
 
        -moz-flex-direction: column;
 
        -webkit-flex-direction: column;
 
        -ms-flex-direction: column;
 
        flex-direction: column;
 
        margin-left: 0;
 
        width: 100% !important;
 
    }
 
 
    ul.actions:not(.fixed) li {
 
        -moz-flex-grow: 1;
 
        -webkit-flex-grow: 1;
 
        -ms-flex-grow: 1;
 
        flex-grow: 1;
 
        -moz-flex-shrink: 1;
 
        -webkit-flex-shrink: 1;
 
        -ms-flex-shrink: 1;
 
        flex-shrink: 1;
 
        padding: 1rem 0 0 0;
 
        text-align: center;
 
        width: 100%;
 
    }
 
 
    ul.actions:not(.fixed) li > * {
 
        width: 100%;
 
    }
 
 
    ul.actions:not(.fixed) li:first-child {
 
        padding-top: 0;
 
    }
 
 
    ul.actions:not(.fixed) li input[type="submit"],
 
    ul.actions:not(.fixed) li input[type="reset"],
 
    ul.actions:not(.fixed) li input[type="button"],
 
    ul.actions:not(.fixed) li button,
 
    ul.actions:not(.fixed) li .button {
 
        width: 100%;
 
    }
 
 
    ul.actions:not(.fixed) li input[type="submit"].icon:before,
 
    ul.actions:not(.fixed) li input[type="reset"].icon:before,
 
    ul.actions:not(.fixed) li input[type="button"].icon:before,
 
    ul.actions:not(.fixed) li button.icon:before,
 
    ul.actions:not(.fixed) li .button.icon:before {
 
        margin-left: -0.5rem;
 
    }
 
 
}
 
 
/* Icons */
 
 
ul.icons {
 
    cursor: default;
 
    list-style: none;
 
    padding-left: 0;
 
}
 
 
ul.icons li {
 
    display: inline-block;
 
    padding: 0 0.75rem 0 0;
 
}
 
 
ul.icons li:last-child {
 
    padding-right: 0;
 
}
 
 
/* Section/Article */
 
 
section.special, article.special {
 
    text-align: center;
 
}
 
 
header p {
 
    position: relative;
 
    margin: -0.65rem 0 1.5rem 0;
 
    font-style: italic;
 
}
 
 
header h1 + p {
 
    font-size: 1.375rem;
 
}
 
 
header h2 + p {
 
    font-size: 1.25rem;
 
}
 
 
header h3 + p {
 
    font-size: 1.1rem;
 
}
 
 
header h4 + p,
 
header h5 + p,
 
header h6 + p {
 
    font-size: 0.9rem;
 
}
 
 
header p {
 
    color: rgba(0, 0, 0, 0.75);
 
}
 
 
/* Table */
 
 
.table-wrapper {
 
    -webkit-overflow-scrolling: touch;
 
    margin: 0 0 2rem 0;
 
    overflow-x: auto;
 
}
 
 
.table-wrapper > table {
 
    margin-bottom: 0;
 
}
 
 
table {
 
    margin: 0 0 2rem 0;
 
    width: 100%;
 
}
 
 
table tbody tr {
 
    border: solid 1px;
 
    border-left: 0;
 
    border-right: 0;
 
}
 
 
table td {
 
    padding: 0.75rem 0.75rem;
 
}
 
 
table th {
 
    font-size: 0.9rem;
 
    font-weight: 400;
 
    padding: 0 0.75rem 0.75rem 0.75rem;
 
    text-align: left;
 
}
 
 
table thead {
 
    border-bottom: solid 2px;
 
}
 
 
table tfoot {
 
    border-top: solid 2px;
 
}
 
 
table.alt {
 
    border-collapse: separate;
 
}
 
 
table.alt tbody tr td {
 
    border: solid 1px;
 
    border-left-width: 0;
 
    border-top-width: 0;
 
}
 
 
table.alt tbody tr td:first-child {
 
    border-left-width: 1px;
 
}
 
 
table.alt tbody tr:first-child td {
 
    border-top-width: 1px;
 
}
 
 
table.alt thead {
 
    border-bottom: 0;
 
}
 
 
table.alt tfoot {
 
    border-top: 0;
 
}
 
 
table.fixed {
 
    table-layout: fixed;
 
}
 
 
table tbody tr {
 
    border-color: rgba(0, 0, 0, 0.2);
 
}
 
 
table tbody tr:nth-child(2n + 1) {
 
    background-color: rgba(0, 0, 0, 0.05);
 
}
 
 
table tbody tr.alt {
 
    background-color: rgba(0, 0, 0, 0.05) !important;
 
}
 
 
table th {
 
    color: #000000;
 
}
 
 
table thead {
 
    border-bottom-color: rgba(0, 0, 0, 0.2);
 
}
 
 
table tfoot {
 
    border-top-color: rgba(0, 0, 0, 0.2);
 
}
 
 
table.alt tbody tr td {
 
    border-color: rgba(0, 0, 0, 0.2);
 
}
 
 
table.uniform tbody tr:nth-child(2n + 1) {
 
    background-color: transparent;
 
}
 
 
/* Banner (transitions) */
 
 
.banner.onload-content-fade-up .content {
 
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
 
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
 
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
 
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
 
}
 
 
body.is-preload .banner.onload-content-fade-up .content {
 
    -moz-transform: translateY(1rem);
 
    -webkit-transform: translateY(1rem);
 
    -ms-transform: translateY(1rem);
 
    transform: translateY(1rem);
 
    opacity: 0;
 
}
 
 
.banner.onload-content-fade-down .content {
 
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
 
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
 
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
 
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
 
}
 
 
body.is-preload .banner.onload-content-fade-down .content {
 
    -moz-transform: translateY(-1rem);
 
    -webkit-transform: translateY(-1rem);
 
    -ms-transform: translateY(-1rem);
 
    transform: translateY(-1rem);
 
    opacity: 0;
 
}
 
 
.banner.onload-content-fade-left .content {
 
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in
 

Latest revision as of 22:32, 1 November 2018

/*

  • SKLMT SYTLE
  • */

/* @import url("https://fonts.googleapis.com/css?family=Lato:300,400,900"); @import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic"); @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i"); */

/* Basic Sytle */

html, body {

   width:100%;
   font-size: 100%;
   font: inherit;
   height: auto;
   margin:0;
   padding:0;
   vertical-align: baseline;
   overflow-x: hidden;

}

body {

   font-family: Lato, Roboto, Source Sans Pro, Helvetica, sans-serif;
   position: relative;

}

a, a:active, a:focus, a:hover{

   outline:none;
   text-decoration: none !important;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;

}

a:hover{

   text-decoration: none !important;
   color: #47D3E5;

}

h1, h2, h3, h4, h5, h6 {

   font-weight: 300;
   line-height: 1.375;
   letter-spacing: -0.05em;
   margin: 0 0 1rem 0;

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

   color: inherit;
   text-decoration: none;

}

h1 {

   font-size: 3.5rem;
   line-height: 1.2;

}

h2 {

   font-size: 2.25rem;

}

h3 {

   font-size: 1.5rem;

}

h4 {

   font-size: 1.1rem;

}

h5 {

   font-size: 0.9rem;

}

h6 {

   font-size: 0.7rem;

}

sub {

   font-size: 0.8rem;
   position: relative;
   top: 0.5rem;

}

sup {

   font-size: 0.8rem;
   position: relative;
   top: -0.5rem;

}

p{

   margin-bottom:20px;
   font-size: 1.35em;
   line-height: 1.65em;
   font-weight: 11;

}

.wrapper{

   min-height: 800px;

}

/* Paragraph */

.paragraph {

   padding: 3em 3em;
   margin: 5em 0 3em 0;

}

/* breadcrumb */ .article-banner {

   text-align: center;

}

.article-banner .container {

   position: relative;

}

.breadcrumb {

   padding: 0;
   position: absolute;
   width: 100%;
   top: 4.7em;
   box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
   background-color: rgba(0, 0, 0, .3) !important;

}

.breadcrumb li {

   padding: 1em 1.3em;
   transition: all 1s ease;
   border-radius: 1em;

}

.breadcrumb li:before {

   display: none;

}

.breadcrumb li a {

   color: #fff;
   font-size: 1.4em;

}

.breadcrumb li:hover {

   background-color: rgba(0, 0, 0, .33);

}

.breadcrumb li.active {

   color: #fff;
   font-size: 1.4em;
   background-color: #00BFFF;

}

.breadcrumb li.active:hover{

   background-color: rgba(0, 255, 255, .8);
   border-radius: 1.5em;

}

.breadcrumb .dropdown-toggle:after {

   font-family: 'FontAwesome';
   content: "\f0d7";
   display: inline-block;
   margin-left: 5px;

}

.breadcrumb .dropdown .dropdown-menu {

   position: absolute;
   float: left;
   z-index: 10000;   

}

.breadcrumb .dropdown .dropdown-menu li {

   opacity: 1;

}

.breadcrumb .dropdown-menu li {

   border-bottom: solid 2px #eee;
   border-radius: 0;

}

.breadcrumb .dropdown .dropdown-menu {

   border-top: solid 5px #00BFFF;

}

.breadcrumb .dropdown-menu li:hover {

   background-color: #fff;

}

.breadcrumb .dropdown-menu li:hover a{

   color: #00BFFF;
   background-color: #fff;

}


/* Panel */

.panel-group {

   margin: 2em 0;

}

.panel-default > .panel-heading {

   padding: 1.2em;

}

.panel-body {

   font-size: 1.3em;
   line-height: 1.6em;

}

.panel-title {

   text-align: center;
   font-size: 1.7em;

}

.panel-body .table-wrapper {

   overflow-x: auto;

}

.panel-default>.panel-heading {

   background-color: #fff;
   box-shadow: rgba(0,0,0,0.1) 0px 5px 20px 0px;

}


/* Loading */

  1. loading{
   background-color: #4b2edf;
   height: 100%;
   width: 100%;
   position: fixed;
   z-index: 99999;
   margin-top: 0px;
   top: 0px;

}

  1. loading-center{
   width: 100%;
   height: 100%;
   position: relative;

}

  1. loading-one {
   position: absolute;
   left: 50%;
   top: 50%;
   height: 300px;
   width: 50px;
   margin-top: -150px;
   margin-left: -25px;

}

  1. loading-two {
   position: absolute;
   left: 50%;
   top: 50%;
   height: 300px;
   width: 50px;
   margin-top: -150px;
   margin-left: 50px;

} .object-one{

   width: 18px;
   height: 18px;
   background-color: #FFF;
   float: left;
   margin-top: 15px;
   margin-right: 15px;
   -moz-border-radius: 50% 50% 50% 50%;
   -webkit-border-radius: 50% 50% 50% 50%;
   border-radius: 50% 50% 50% 50%;
   -webkit-animation: object-one 1s infinite;
   animation: object-one 1s infinite;

} .object-two{

   width: 18px;
   height: 18px;
   background-color: #FFF;
   float: left;
   margin-top: 15px;
   margin-right: 15px;
   -moz-border-radius: 50% 50% 50% 50%;
   -webkit-border-radius: 50% 50% 50% 50%;
   border-radius: 50% 50% 50% 50%;
   -webkit-animation: object-two 1s infinite;
   animation: object-two 1s infinite;

}

.object-one:nth-child(9){

   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;

} .object-one:nth-child(8){

   -webkit-animation-delay: 0.8s;
   animation-delay: 0.8s;

} .object-one:nth-child(7){

   -webkit-animation-delay: 0.7s;
   animation-delay: 0.7s;

} .object-one:nth-child(6){

   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;

} .object-one:nth-child(5){

   -webkit-animation-delay: 0.5s;
   animation-delay: 0.5s;

} .object-one:nth-child(4){

   -webkit-animation-delay: 0.4s;
   animation-delay: 0.4s;

} .object-one:nth-child(3){

   -webkit-animation-delay: 0.3s;
   animation-delay: 0.3s;

} .object-one:nth-child(2){

   -webkit-animation-delay: 0.2s;
   animation-delay: 0.2s;

}

.object-two:nth-child(9){

   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;

} .object-two:nth-child(8){

   -webkit-animation-delay: 0.8s;
   animation-delay: 0.8s;

} .object-two:nth-child(7){

   -webkit-animation-delay: 0.7s;
   animation-delay: 0.7s;

} .object-two:nth-child(6){

   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;

} .object-two:nth-child(5){

   -webkit-animation-delay: 0.5s;
   animation-delay: 0.5s;

} .object-two:nth-child(4){

   -webkit-animation-delay: 0.4s;
   animation-delay: 0.4s;

} .object-two:nth-child(3){

   -webkit-animation-delay: 0.3s;
   animation-delay: 0.3s;

} .object-two:nth-child(2){

   -webkit-animation-delay: 0.2s;
   animation-delay: 0.2s;

}


@-webkit-keyframes object-one{

   50% {
       -ms-transform: translate(100px,0); 
       -webkit-transform: translate(100px,0);
       transform: translate(100px,0);
   }

} @keyframes object-one{

   50% {
       -ms-transform: translate(100px,0); 
       -webkit-transform: translate(100px,0);
       transform: translate(100px,0);
   }

} @-webkit-keyframes object-two{

   50% {
       -ms-transform: translate(-100px,0); 
       -webkit-transform: translate(-100px,0);
       transform: translate(-100px,0);
   }

} @keyframes object-two{

   50% {
       -ms-transform: translate(-100px,0); 
       -webkit-transform: translate(-100px,0);
       transform: translate(-100px,0);
   }

}

/* Footer */

  1. page-footer {
   margin-top: 3em;
   background-color: #111;
   text-align: center;
   color: white;
   border-top: 2em solid #222;
   border-bottom: 6em solid #000;

}

  1. page-footer h3 {
   font-size: 2.8m;

}

  1. page-footer h3 strong{
   font-family: Algerian;
   color: #cf5e72;

}

  1. page-footer h2 strong {
   font-family: Algerian;
   color: #cf5e72;
   font-size: 1.6em;

}

  1. page-footer .row {
   margin-bottom: 3em;

}


/*

* Index Banner
*/

.index-banner {

   background-attachment: fixed;
   background-color: #272833;
   background-image: url("T--SKLMT-China--banner1.jpg");
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
   min-height: 100vh;
   position: relative;
   text-align: center;
   z-index: 8;

}

@-moz-keyframes inner-animation {

   0% {
       opacity: 0;
   }
   100% {
       opacity: 1;
   }

}

@-webkit-keyframes inner-animation {

   0% {
       opacity: 0;
   }
   100% {
       opacity: 1;
   }

}

@-ms-keyframes inner-animation {

   0% {
       opacity: 0;
   }
   100% {
       opacity: 1;
   }

}

@keyframes inner-animation {

   0% {
       opacity: 0;
   }
   100% {
       opacity: 1;
   }

}


.index-banner:before {

   content: ;
   display: inline-block;
   height: 100vh;
   vertical-align: middle;
   width: 1%;

}

.index-banner:after {

   content: ;
   display: block;
   height: 100%;
   left: 0;
   top: 0;
   position: absolute;
   width: 100%;

}

.index-banner .inner {

   -moz-animation: inner-animation 2s 0.25s ease-in-out;
   -webkit-animation: inner-animation 2s 0.25s ease-in-out;
   -ms-animation: inner-animation 2s 0.25s ease-in-out;
   animation: inner-animation 2s 0.25s ease-in-out;
   -moz-animation-fill-mode: forwards;
   -webkit-animation-fill-mode: forwards;
   -ms-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
   /*background: rgba(52, 27, 43, 0.5);*/
   color: #fff;
   display: inline-block;
   opacity: 0;
   text-align: center;
   font-size: 150%;
   vertical-align: middle;
   position: relative;
   z-index: 1;

}

.index-banner .inner header {

   width: 100%;
   display: inline-block;
   margin: 0 0 1em 0;
   padding: 3px 0 3px 0;

}

.index-banner .inner .cd-intro {

   width: 100%;

}

.index-banner .inner header h2 {

   font-size: 5em;
   font-weight: 900;
   margin: 0;
   padding-top: 1em;
   padding-left: 10px;
   padding-right: 10px;
   position: relative;
   /* color: transparent; */
   font-family: Broadway, Algerian;
   text-shadow: 0px -1px 4px white, 0px -2px 10px #66b2ff, 0px -10px 20px #3399ff, 0px -18px 40px #0080ff;

}

.index-banner .inner p {

   font-size: 2em;
   font-family: Algerian;
   letter-spacing: 0.1em;
   margin: 0;
   text-transform: uppercase;

}

.index-banner .inner p a {

   font-weight: 400;

}

.index-banner .inner footer {

   margin: 1em 0 0 0;
   /* background: rgba(52, 27, 43, 0.5); */

}

/* Article Banner */

.article-banner {

   position: relative;
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-size: cover;
   z-index: 1;
   height: 66vh;
   box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
   transition: all 0.5s ease;
   vertical-align: middle;

}

.article-banner:before {

   content: ;
   display: inline-block;
   width: 0;
   height: 25vh;
   vertical-align: middle;

}

.article-banner:after {

   content: ;
   display: inline-block;
   width: 0;
   height: 100%;
   vertical-align: middle;
   position: absolute;

}

.banner-content {

   color: #fff;
   background: rgba(27, 27, 27, 0.75);
   background: rgba(0, 0, 0, 0.30);
   font-size: 1.35em;
   z-index: 2;
   width: 100%;
   text-align: center;

}

.banner-content h2 { padding-left: 10px; padding-right: 10px;

   display: inline-block;
   font-family: Broadway;
   font-size: 3em;
   border-bottom: solid 2px #fff;
   padding-bottom: 5px;

}

.banner-content p {

   font-weight: 100;
   padding-bottom: 10px;
   font-size: 1.5em !important;

}

.banner-content {

   margin: 0 auto;

}

@keyframes scaling {

   0%{
       transform: scale(1);
   }
   50%{
       transform: scale(1.5);
       width: 40%;
       border-radius: 5em;
   }
   100%{
       transform: scale(1);
   }

}

.article-banner .banner-content:hover {

   -webkit-animation: scaling 2s ease;
   -moz-animation: scaling 2s ease;
   -ms-animation: scaling 2s ease;
   -o-animation: scaling 2s ease;

}

.banner-content h2.title {

   transition: all 1s ease;

} /* .article-banner .banner-content:hover h2.title {

   text-shadow: 0 0 5px #CCCCCC, 0 0 10px #CCCCCC, 0 0 15px #CCCCCC, 0 0 20px #00BFFF, 0 0 25px #00BFFF, 0 0 30px #00BFFF, 0 0 50px #00BFFF, 0 0 80px #00BFFF, 0 0 100px #00BFFF, 0 0 150px #00BFFF;

}*/


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

   .index-banner .inner {
       background: none;
       margin-top: 5em;
   }
   .index-banner:before {
       height: unset;
   }

}

@keyframes leftAnimation {

   0%{ transform: translateX(-2000px); opacity: 0;}
   100%{ transform: translateX(0px); opacity: 1;}

}

@-webkit-keyframes leftAnimation {

   0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
   100%{ -webkit-transform: translateX(0px); opacity: 1;}    

} @-o-keyframes leftAnimation {

   0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
   100%{ -webkit-transform: translateX(0px); opacity: 1;}    

} @-ms-keyframes leftAnimation{

   0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
   100%{ -webkit-transform: translateX(0px); opacity: 1;}    

} @-moz-keyframes leftAnimation{

   0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
   100%{ -webkit-transform: translateX(0px); opacity: 1;}    

}

@keyframes rightAnimation{

   0%{ transform: translateX(2000px); opacity: 0;} 
   100%{ transform: translateX(0px); opacity: 1;}

} @-webkit-keyframes rightAnimation{

   0%{ -webkit-transform: translateX(2000px); opacity: 0;}
   100%{ -webkit-transform: translateX(0px); opacity: 1;}

} @-o-keyframes rightAnimation{

   0%{ -webkit-transform: translateX(2000px); opacity: 0;}
   100%{ -webkit-transform: translateX(0px); opacity: 1;}

} @-ms-keyframes rightAnimation{

   0%{ -webkit-transform: translateX(2000px); opacity: 0;}
   100%{ -webkit-transform: translateX(0px); opacity: 1;}

} @-moz-keyframes rightAnimation{

   0%{ -webkit-transform: translateX(2000px); opacity: 0;}
   100%{ -webkit-transform: translateX(0px); opacity: 1;}

}

.index-banner .inner p, .banner-content .title {

   animation: leftAnimation 2s ease 1;
   -webkit-animation: leftAnimation 2s ease 1;
   -ms-animation: leftAnimation 2s ease 1;
   -o-animation: leftAnimation 2s ease 1;
   -moz-animation: leftAnimation 2s ease 1;
   
   animation-fill-mode:forwards;
   -webkit-animation-fill-mode: forwards;  
     -o-animation-fill-mode: forwards; 
     -ms-animation-fill-mode: forwards;   
     -moz-animation-fill-mode: forwards; 

}

.index-banner .inner h2, .banner-content .content {

   animation: rightAnimation 2s ease 1;
   -webkit-animation: rightAnimation 2s ease 1;
   -moz-animation: rightAnimation 2s ease 1;
   -ms-animation: rightAnimation 2s ease 1;
   -o-animation: rightAnimation 2s ease 1;
   animation-fill-mode:forwards;
   -webkit-animation-fill-mode: forwards;  
     -o-animation-fill-mode: forwards; 
     -ms-animation-fill-mode: forwards;   
     -moz-animation-fill-mode: forwards; 

}



/* Button */

ul.buttons {

   cursor: default;
   list-style: none;
   padding-left: 0;
   margin-top: inherit;

}

ul.buttons:last-child {

   margin-bottom: 0;

}

ul.buttons li {

   display: inline-block;
   padding: 0 0 0 1.5em;

}

ul.buttons li:first-child {

   padding: 0;

}

ul.buttons.stacked li {

   display: block;
   padding: 1.5em 0 0 0;

}

ul.buttons.stacked li:first-child {

   padding: 0;

}

ul.buttons li {

   display: block;
   padding: 1em 0 0 0;

} ul.buttons {

   text-align: center;

}

input[type="button"], button, .actions {

   -moz-appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
   appearance: none;
   -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
   -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
   -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
   transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
   background: none;
   border: solid 1px;
   border-radius: 20px;
   color: inherit;
   cursor: pointer;
   display: inline-block;
   font-size: 0.8em;
   font-weight: 900;
   letter-spacing: 2px;
   min-width: 18em;
   padding: 0 0.75em;
   line-height: 3.75em;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;

}

input[type="button"]:hover, button:hover, .actions:hover {

   background: rgba(188, 202, 206, 0.15);
   border-color: inherit;

}

input[type="button"].primary, button.primary, .actions.primary {

   background: #83d3c9;
   border-color: #83d3c9;
   color: #fff !important;

}

input[type="button"].primary:hover, button.primary:hover, .actions.primary:hover {

   background: #96dad1 !important;
   border-color: #96dad1 !important;

}

input[type="button"].fit, button.fit, .actions.fit {

   width: 100%;

}

input[type="button"].small, button.small, .actions.small {

   font-size: 0.7em;
   min-width: 14em;
   padding: 0.5em 0;

}

/* Banner Animation */


@-webkit-keyframes animatedBackground {

 0% {
   background-position: 0 0;
 }
 50% {
   background-position: 100% 100%;
 }
 100% {
   background-position: 0 0;
 }

}

.index-banner {

   background-size: cover;
   background-position: bottom;
    -webkit-animation: animatedBackground 40s linear infinite;
   animation: animatedBackground 40s linear infinite;

}