Difference between revisions of "Template:SMMU-China/CSS main"

(Created page with "@import url("https://2018.igem.org/wiki/index.php?title=Template:SMMU-China/CSS_font-awesome_min&action=raw&ctype=text/css"); @import url("https://fonts.googleapis.com/css?fami...")
 
 
(187 intermediate revisions by 2 users not shown)
Line 1: Line 1:
@import url("https://2018.igem.org/wiki/index.php?title=Template:SMMU-China/CSS_font-awesome_min&action=raw&ctype=text/css");
+
/*general*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
+
@font-face{
 +
font-family: 'SMMUFONT';
 +
src:url('https://static.igem.org/mediawiki/2019/8/8f/T--SMMU-China--SMMUFONT.ttf') format('truetype');
 +
}
 +
body,h1,h2,h3,h4,h5,h6,p,th,td{font-family:"SMMUFONT"!important;}
 +
a{color:#333; text-decoration:none;}
 +
h1{font-size: 27px; line-height: 50px;}
 +
h2{font-size: 25px; line-height: 50px;}
 +
h3{font-size: 23px; line-height: 50px;}
 +
h4{font-size: 21px; line-height: 50px;}
 +
h5{font-size: 19px; line-height: 50px;}
 +
h6{font-size: 17px; line-height: 50px;}
  
/*
 
Dopetrope by HTML5 UP
 
html5up.net | @ajlkn
 
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
 
*/
 
  
html, .igem_2018_team_content, div, span, applet, object,
+
.big_framework {
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
+
background-color: white;
pre, a, abbr, acronym, address, big, cite,
+
display: block;
code, del, dfn, em, img, ins, kbd, q, s, samp,
+
width: 100%;
small, strike, strong, sub, sup, tt, var, b,
+
}
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
+
form, label, legend, table, caption, tbody,
+
tfoot, thead, tr, th, td, article, aside,
+
canvas, details, embed, figure, figcaption,
+
footer, header, hgroup, menu, nav, output, ruby,
+
section, summary, time, mark, audio, video {
+
margin: 0;
+
padding: 0;
+
border: 0;
+
font-size: 100%;
+
font: inherit;
+
vertical-align: baseline;}
+
  
article, aside, details, figcaption, figure,
+
.big_framework .page_banner {
footer, header, hgroup, menu, nav, section {
+
margin: auto;
display: block;}
+
width: 100%;
 +
text-align: center;
 +
}
  
.igem_2018_team_content {
+
.big_framework .page_big_title_box {
line-height: 1;
+
margin: 30px auto;
 +
width: 1160px;
 +
height: 180px;
 +
text-align: right;
 +
border-right: 10px solid #3B3B3B;
 +
padding-right: 30px;
 
}
 
}
  
ol, ul {
+
.big_framework .page_big_title_box .page_big_title{
list-style: none;
+
font-size: 100px;
 +
color: #EE2C2C;
 +
line-height: 120px;
 +
font-weight: 1000;
 
}
 
}
  
blockquote, q {
+
.big_framework .page_big_title_box .page_big_subtitle{
quotes: none;
+
font-size: 40px;
 +
color: #3B3B3B;
 +
line-height: 60px;
 
}
 
}
  
blockquote:before, blockquote:after, q:before, q:after {
+
.big_framework .medium_framework {
content: '';
+
margin: auto;
content: none;
+
max-width: 1200px;
}
+
padding: 20px 0px;
 +
width: 90%;
 +
text-align: center;
 +
}
  
table {
+
.big_framework .medium_framework p{
border-collapse: collapse;
+
font-size: 17px!important;
border-spacing: 0;
+
line-height: 30px;
 
}
 
}
  
.igem_2018_team_content {
+
.home_banner{
-webkit-text-size-adjust: none;
+
background-image: url(https://static.igem.org/mediawiki/2019/7/70/T--SMMU-China--index_bg_1.jpg);
 +
background-repeat:no-repeat;
 +
background-size: 100% auto;
 +
background-position: top;
 +
background-attachment: fixed;
 +
height: 790px;
 
}
 
}
  
mark {
+
.home_banner_title{
background-color: transparent;
+
width: 100%;
color: inherit;
+
padding: 100px 0vh 0vh 0vh;
 +
text-align: center;
 +
line-height: 400px;
 +
font-size: 150px;
 +
color: #FFF;
 +
font-weight: 700;
 +
text-shadow:5px 2px 6px #000;
 
}
 
}
  
input::-moz-focus-inner {
+
.home_banner_subtitle{
border: 0;
+
width: 100%;
padding: 0;
+
text-align: center;
 +
line-height: 50px;
 +
font-size: 30px;
 +
color: #FFF;
 +
font-weight: 500;
 +
text-shadow:5px 2px 6px #000;
 
}
 
}
  
input, select, textarea {
+
.index_block_textbox{
-moz-appearance: none;
+
width: 60%;
-webkit-appearance: none;
+
padding: 17% 5% 0 5%;
-ms-appearance: none;
+
position: absolute;
appearance: none;
+
font-size: 25px;
 +
line-height: 45px;
 
}
 
}
  
/* Basic */
+
#index_block_firstword{
 +
font-size: 40px;
 +
}
 +
 
 +
.mobile_bg{
 +
display: none;
 +
}
 +
 
 +
.pc_bg{
 +
display: block;
 +
}
  
html {
+
@media only screen and (max-width:1600px) {
box-sizing: border-box;
+
.home_banner{
 +
height: 675px;
 
}
 
}
  
*, *:before, *:after {
+
.index_block_textbox{
box-sizing: inherit;
+
width: 60%;
 +
padding: 15% 5% 0 5%;
 +
position: absolute;
 +
font-size: 24px;
 +
line-height: 45px;
 
}
 
}
 +
}
  
.igem_2018_team_content {
+
@media only screen and (max-width:1100px) {
background: #252122;
+
.home_banner{
background-image: url("images/bg02.png");
+
height: 593px;
 
}
 
}
  
/*.igem_2018_team_content.is-preload *, .igem_2018_team_content.is-preload *:before, .igem_2018_team_content.is-preload *:after {
+
.index_block_textbox{
-moz-animation: none !important;
+
width: 60%;
-webkit-animation: none !important;
+
padding: 14% 5% 0 5%;
-ms-animation: none !important;
+
position: absolute;
animation: none !important;
+
font-size: 22px;
-moz-transition: none !important;
+
line-height: 45px;
-webkit-transition: none !important;
+
-ms-transition: none !important;
+
transition: none !important;
+
}*/
+
 
+
.igem_2018_team_content, input, textarea, select {
+
font-family: 'Source Sans Pro';
+
font-weight: 300;
+
color: #5d5d5d;
+
font-size: 14pt;
+
line-height: 1.75em;
+
 
}
 
}
  
strong{
+
.home_banner_title{
color: #252122;
+
padding: 100px 0vh 0vh 0vh;
 +
text-align: center;
 +
line-height: 300px;
 +
font-size: 100px;
 +
color: #FFF;
 
font-weight: 700;
 
font-weight: 700;
}
+
text-shadow:5px 2px 6px #000;
        b {
+
font-weight: 700;
+
}
+
i, em {
+
font-style: italic;
+
 
}
 
}
  
sub {
+
.home_banner_subtitle{
position: relative;
+
text-align: center;
top: 0.5em;
+
line-height: 40px;
font-size: 0.8em;
+
font-size: 22px;
 +
color: #FFF;
 +
font-weight: 500;
 +
text-shadow:5px 2px 6px #000;
 
}
 
}
 +
}
  
sup {
+
@media only screen and (max-width:1200px) {
position: relative;
+
.home_banner{
top: -0.5em;
+
height: 480px;
font-size: 0.8em;
+
 
}
 
}
  
blockquote {
+
.index_block_textbox{
border-left: solid 0.75em #dddddd;
+
width: 60%;
padding: 1em 0 1em 1.5em;
+
padding: 13% 5% 0 5%;
font-style: italic;
+
position: absolute;
 +
font-size: 18px;
 +
line-height: 35px;
 
}
 
}
  
h1, h2, h3, h4, h5, h6 {
+
 
color: #252122;
+
.home_banner_title{
 +
padding: 50px 0vh 0vh 0vh;
 +
text-align: center;
 +
line-height: 260px;
 +
font-size: 80px;
 +
color: #FFF;
 
font-weight: 700;
 
font-weight: 700;
overflow: visible;
+
text-shadow:5px 2px 6px #000;
 
}
 
}
  
.inner-h {
+
.home_banner_subtitle{
margin: 1em 30px 1em!important;
+
text-align: center;
}
+
line-height: 30px;
 
+
font-size: 20px;
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
+
color: #FFF;
color: inherit;
+
font-weight: 500;
text-decoration: none;
+
text-shadow:5px 2px 6px #000;
 
}
 
}
 +
}
  
h2 {
+
@media only screen and (max-width:1000px) {
font-size: 1.5em;
+
.home_banner{
 +
background-attachment: unset;
 +
height: auto;
 +
background-position: center;
 
}
 
}
  
h3 {
+
.index_block_textbox{
font-size: 1.35em;
+
width: 60%;
 +
padding: 25% 5% 0 5%;
 +
position: absolute;
 +
font-size: 22px;
 +
line-height: 45px;
 
}
 
}
  
a {
+
.home_banner_title{
color: #36b;
+
padding: 30px 0vh 0vh 0vh;
text-decoration: none;
+
text-align: center;
 +
line-height: 100px;
 +
font-size: 40px;
 +
color: #FFF;
 +
font-weight: 700;
 +
text-shadow:5px 2px 6px #000;
 
}
 
}
  
a:hover {
+
.home_banner_subtitle{
            color: #779ede;
+
padding: 0vh 0vh 30px 0vh;
text-decoration: none;
+
text-align: center;
}
+
line-height: 25px;
 
+
font-size: 15px;
br.clear {
+
color: #FFF;
clear: both;
+
font-weight: 500;
 +
text-shadow:5px 2px 6px #000;
 
}
 
}
  
hr {
+
.mobile_bg{
border: 0;
+
display: block;
border-top: solid 1px #dddddd;
+
height: 1px;
+
margin: 2em 0 2em 0;
+
 
}
 
}
  
p, ul, ol, dl, table {
+
.pc_bg{
margin-bottom: 2em;
+
display: none;
 
}
 
}
 +
}
  
p.inner-text {
+
@media only screen and (max-width:800px) {
padding: 0em 30px 1em;
+
.index_block_textbox{
font-size: 22px;
+
width: 60%;
text-align:justify;
+
padding: 25% 5% 0 5%;
margin: 0em;
+
position: absolute;
}
+
font-size: 18px;
 
+
line-height: 35px;
/* Container */
+
 
+
.container {
+
margin: 0 auto;
+
max-width: 100%;
+
width: 70em;
+
 
}
 
}
 +
}
  
.container p {
+
@media only screen and (max-width:600px) {
font-size: 20px;
+
.index_block_textbox{
line-height: 1.5em;
+
width: 60%;
}
+
padding: 20% 5% 0 5%;
 
+
position: absolute;
@media screen and (max-width: 1680px) {
+
font-size: 14px;
 
+
line-height: 20px;
.container {
+
width: 70em;
+
}
+
 
+
}
+
 
+
@media screen and (max-width: 1280px) {
+
 
+
.container {
+
width: calc(100% - 60px);
+
}
+
 
+
}
+
 
+
@media screen and (max-width: 980px) {
+
 
+
.container {
+
width: calc(100% - 80px);
+
}
+
 
+
}
+
 
+
@media screen and (max-width: 736px) {
+
 
+
.container {
+
width: calc(100% - 40px);
+
}
+
 
+
}
+
 
+
/* Row */
+
 
+
.row {
+
display: flex;
+
flex-wrap: wrap;
+
box-sizing: border-box;
+
align-items: stretch;
+
 
}
 
}
 +
}
  
.row > * {
 
box-sizing: border-box;
 
}
 
  
.row.gtr-uniform > * > :last-child {
+
.column50{
margin-bottom: 0;
+
display: inline-block;
}
+
width: 45%;
 +
padding: 0px 2%;
 +
margin-bottom: 0px;
 +
}
  
.row.aln-left {
+
.blank_framework{
justify-content: flex-start;
+
height: 90px;
}
+
}
  
.row.aln-center {
+
.footer{
justify-content: center;
+
height: 300px;
}
+
background-color: #282828;
 +
}
  
.row.aln-right {
+
.footer_left{
justify-content: flex-end;
+
width: 50%;
}
+
display: inline-block;
 +
}
  
.row.aln-top {
+
.footer_right{
align-items: flex-start;
+
width: 50%;
}
+
display: inline-block;
 +
float: right;
 +
}
  
.row.aln-middle {
+
.footer_title{
align-items: center;
+
margin: auto;
}
+
padding-top: 30px;
 +
height: 120px;
 +
line-height: 120px;
 +
font-size: 40px;
 +
color: #FFF;
 +
text-align: center;
 +
}
  
.row.aln-bottom {
+
.footer_text{
align-items: flex-end;
+
display: inline-block;
}
+
height: 150px;
 +
width: 100%;
 +
line-height: 40px;
 +
font-size: 20px!important;
 +
color: #FFF;
 +
text-align: center;
 +
}
  
.row > .imp {
+
/*header*/
order: -1;
+
.index-nav{
}
+
width: 100%;
 +
border-bottom: 3px solid #eeeeee;
 +
height: 83px;
 +
box-sizing: border-box;
 +
background:white;
 +
position: fixed;
 +
margin-top: 7px;
 +
z-index: 999;
 +
}
  
.row > .col-1 {
+
.index-nav a{
width: 8.3333333333%;
+
color: #333;
}
+
}
  
.row > .off-1 {
+
.index-nav-frame{
margin-left: 8.3333333333%;
+
margin: 0px 50px;
}
+
}
  
.row > .col-2 {
+
.index-nav-frame-line{
width: 16.6666666667%;
+
color: #333333;
}
+
background: #ffffff00;
 +
float: left;
 +
position: relative;
 +
display: block;
 +
outline: none;
 +
cursor: pointer;
 +
width: 135px;
 +
line-height: 80px;
 +
text-align: center;
 +
font-weight: 700;
 +
font-size: 16px;
 +
}
  
.row > .off-2 {
+
.index-nav-frame-line.HP-button{
margin-left: 16.6666666667%;
+
width: 210px;
}
+
}
  
.row > .col-3 {
+
.index-nav-frame-logo{
width: 25%;
+
background: #ffffff00;
}
+
float: left;
 +
position: relative;
 +
display: block;
 +
outline: none;
 +
width: 216px;
 +
height: 72px;
 +
padding-top: 5px;
 +
}
  
.row > .off-3 {
+
.index-nav-frame-logo-mobile{
margin-left: 25%;
+
display: none;
}
+
}
  
.row > .col-4 {
+
.index-nav-frame-logo img{
width: 33.3333333333%;
+
width: 216px;
}
+
}
  
.row > .off-4 {
+
.index-nav-frame-line.active{
margin-left: 33.3333333333%;
+
color:#b63b4d;
}
+
}
  
.row > .col-5 {
+
.index-nav-frame-line.first-one{
width: 41.6666666667%;
+
margin-left: 3%;
}
+
width: 96px;
 +
}
  
.row > .off-5 {
+
.index-nav-frame-line.active > a{
margin-left: 41.6666666667%;
+
color:#b63b4d;
}
+
}
  
.row > .col-6 {
+
.index-nav-frame-line-center{
width: 50%;
+
opacity: 0;
}
+
height: 0;
 +
position: absolute;
 +
overflow: hidden;
 +
width: 100%;
 +
transition: all 0.5s;
 +
-webkit-transition: all 0.5s;
 +
-moz-transition: all 0.5s;
 +
/* Firefox 4 */
 +
-o-transition: all 0.5s;
 +
/* Opera */
 +
}
  
.row > .off-6 {
+
.index-nav-frame-line-center.need-to-be-hidden{
margin-left: 50%;
+
display: none;
}
+
}
  
.row > .col-7 {
+
.index-nav-frame-line-li{
width: 58.3333333333%;
+
width: 100%;
}
+
font-weight: 500;
 +
text-align: center;
 +
background: white;
 +
color: #666666;
 +
line-height: 50px;
 +
}
  
.row > .off-7 {
+
.index-nav-frame-line-li:hover{
margin-left: 58.3333333333%;
+
background: #444359;
}
+
color: white;
 +
}
  
.row > .col-8 {
+
.index-nav-frame-line-li:hover a{
width: 66.6666666667%;
+
background: #444359;
}
+
color: white;
 +
}
  
.row > .off-8 {
+
.index-nav-frame-line-focus:focus-within{
margin-left: 66.6666666667%;
+
display: none;
}
+
}
  
.row > .col-9 {
+
.index-nav-frame-line:hover .index-nav-frame-line-center{
width: 75%;
+
height:auto;
}
+
opacity: 1;
 +
}
  
.row > .off-9 {
+
.nav-line{
margin-left: 75%;
+
height: 50px;
}
+
width: 100%;
 +
position: relative;
 +
display: none;
 +
outline: none;
 +
}
  
.row > .col-10 {
+
.nav-small{
width: 83.3333333333%;
+
width: 30px;
}
+
height: 30px;
 +
position: absolute;
 +
right: 10px;
 +
top:10px;
 +
cursor: pointer;
 +
display: none;
 +
outline: none;
 +
}
  
.row > .off-10 {
+
.nav-small img{
margin-left: 83.3333333333%;
+
width: 100%;
}
+
height: 100%;
 +
object-fit: cover;
 +
}
  
.row > .col-11 {
+
.nav-small-focus{
width: 91.6666666667%;
+
position: absolute;
}
+
width: 100%;
 +
height: 100%;
 +
display: none;
 +
}
  
.row > .off-11 {
+
.nav-small-focus:focus-within{
margin-left: 91.6666666667%;
+
display: none;
}
+
}
  
.row > .col-12 {
 
width: 100%;
 
}
 
  
.row > .off-12 {
+
/* Timeline */
margin-left: 100%;
+
}
+
  
.row.gtr-0 {
+
.timeline-container *, .timeline-container *:after, .timeline-container *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
margin-top: 0px;
+
margin-left: 0px;
+
}
+
  
.row.gtr-0 > * {
+
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
padding: 0px 0 0 0px;
+
.clearfix:before, .clearfix:after { content: " "; display: table; }
}
+
.clearfix:after { clear: both; }
  
.row.gtr-0.gtr-uniform {
 
margin-top: 0px;
 
}
 
  
.row.gtr-0.gtr-uniform > * {
 
padding-top: 0px;
 
}
 
  
.row.gtr-25 {
+
.timeline-main,
margin-top: -12.5px;
+
.timeline-container > header {
margin-left: -12.5px;
+
width: 95%;
}
+
max-width: 1100px;
 +
margin: 0 auto;
 +
padding: 0 1.875em 3.125em;
 +
}
  
.row.gtr-25 > * {
+
.timeline-container > header {
padding: 12.5px 0 0 12.5px;
+
padding: 2.875em 1.875em 1.875em;
}
+
}
  
.row.gtr-25.gtr-uniform {
+
.timeline-container > header h1 {
margin-top: -12.5px;
+
font-size: 2.125em;
}
+
line-height: 1.3;
 +
margin: 0;
 +
float: left;
 +
font-weight: 400;
 +
}
  
.row.gtr-25.gtr-uniform > * {
+
.timeline-container > header span {
padding-top: 12.5px;
+
display: block;
}
+
font-weight: 700;
 +
text-transform: uppercase;
 +
letter-spacing: 0.5em;
 +
padding: 0 0 0.6em 0.1em;
 +
}
  
.row.gtr-50 {
+
.timeline-container > header nav {
margin-top: -25px;
+
float: right;
margin-left: -25px;
+
}
}
+
  
.row.gtr-50 > * {
+
.timeline-container > header nav a {
padding: 25px 0 0 25px;
+
display: block;
}
+
float: left;
 +
position: relative;
 +
width: 2.5em;
 +
height: 2.5em;
 +
background: #fff;
 +
border-radius: 50%;
 +
color: transparent;
 +
margin: 0 0.1em;
 +
border: 4px solid #47a3da;
 +
text-indent: -8000px;
 +
}
  
.row.gtr-50.gtr-uniform {
+
.timeline-container > header nav a:after {
margin-top: -25px;
+
content: attr(data-info);
}
+
color: #47a3da;
 +
position: absolute;
 +
width: 600%;
 +
top: 120%;
 +
text-align: right;
 +
right: 0;
 +
opacity: 0;
 +
pointer-events: none;
 +
}
  
.row.gtr-50.gtr-uniform > * {
+
.timeline-container > header nav a:hover:after {
padding-top: 25px;
+
opacity: 1;
}
+
}
  
.row {
+
.timeline-container > header nav a:hover {
margin-top: -50px;
+
background: #47a3da;
margin-left: -50px;
+
}
}
+
  
.row > * {
+
.icon-drop:before,
padding: 50px 0 0 50px;
+
.icon-arrow-left:before {
}
+
font-family: 'fontawesome';
 +
position: absolute;
 +
top: 0;
 +
width: 100%;
 +
height: 100%;
 +
speak: none;
 +
font-style: normal;
 +
font-weight: normal;
 +
line-height: 2;
 +
text-align: center;
 +
color: #47a3da;
 +
-webkit-font-smoothing: antialiased;
 +
text-indent: 8000px;
 +
padding-left: 8px;
 +
}
  
.row.gtr-uniform {
+
.timeline-container > header nav a:hover:before {
margin-top: -50px;
+
color: #fff;
}
+
}
  
.row.gtr-uniform > * {
+
.icon-drop:before {
padding-top: 50px;
+
content: "\e000";
}
+
}
  
.row.gtr-150 {
+
.icon-arrow-left:before {
margin-top: -75px;
+
content: "\f060";
margin-left: -75px;
+
}
}
+
  
.row.gtr-150 > * {
+
@font-face {
padding: 75px 0 0 75px;
+
font-family: 'ecoico';
}
+
src:url('https://static.igem.org/mediawiki/2019/3/36/T--SMMU-China--timelineicons_ecoico.eot');
 +
src:url('https://static.igem.org/mediawiki/2019/3/36/T--SMMU-China--timelineicons_ecoico.eot?#iefix') format('embedded-opentype'),
 +
url('https://static.igem.org/mediawiki/2019/8/80/T--SMMU-China--timelineicons_ecoico.woff') format('woff'),
 +
url('https://static.igem.org/mediawiki/2019/f/f9/T--SMMU-China--timelineicons_ecoico.ttf') format('truetype'),
 +
url('https://static.igem.org/mediawiki/2019/a/a7/T--SMMU-China--timelineicons_ecoico.svg#ecoico') format('svg');
 +
font-weight: normal;
 +
font-style: normal;
 +
} /* Made with http://icomoon.io/ */
  
.row.gtr-150.gtr-uniform {
+
.cbp_tmtimeline {
margin-top: -75px;
+
margin: 30px 0 0 0;
}
+
padding: 0;
 +
list-style: none;
 +
position: relative;
 +
}
  
.row.gtr-150.gtr-uniform > * {
+
/* The line */
padding-top: 75px;
+
.cbp_tmtimeline:before {
}
+
content: '';
 +
position: absolute;
 +
top: 0;
 +
bottom: 0;
 +
width: 10px;
 +
background: #d17885;
 +
left: 20%;
 +
margin-left: -10px;
 +
}
  
.row.gtr-200 {
+
/* The date/time */
margin-top: -100px;
+
.cbp_tmtimeline > li .cbp_tmtime {
margin-left: -100px;
+
display: block;
}
+
width: 25%;
 +
padding-right: 100px;
 +
position: absolute;
 +
}
  
.row.gtr-200 > * {
+
.cbp_tmtimeline > li .cbp_tmtime span {
padding: 100px 0 0 100px;
+
display: block;
}
+
text-align: right;
 +
}
  
.row.gtr-200.gtr-uniform {
+
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
margin-top: -100px;
+
font-size: 0.9em;
}
+
color: #2c0309;
 +
}
  
.row.gtr-200.gtr-uniform > * {
+
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
padding-top: 100px;
+
font-size: 2.9em;
}
+
color: #9b0b20;
 +
}
  
@media screen and (max-width: 1680px) {
+
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
 +
color: #b63b4d;
 +
}
  
.row {
+
/* Right content */
display: flex;
+
.cbp_tmtimeline > li .cbp_tmlabel {
flex-wrap: wrap;
+
margin: 0 0 15px 25%;
box-sizing: border-box;
+
background: #9b0b20;
align-items: stretch;
+
color: #fff;
}
+
padding: 2em;
 +
font-size: 0.5em;
 +
font-weight: 300;
 +
line-height: 1.4;
 +
position: relative;
 +
border-radius: 5px;
 +
}
  
.row > * {
+
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
box-sizing: border-box;
+
background: #b63b4d;
}
+
}
  
.row.gtr-uniform > * > :last-child {
+
.cbp_tmtimeline > li .cbp_tmlabel h2 {
margin-bottom: 0;
+
margin-top: 0px;
}
+
padding: 0 0 10px 0;
 +
border-bottom: 1px solid rgba(255,255,255,0.4);
 +
color: #FFF;
 +
font-weight:700;
 +
}
  
.row.aln-left {
+
/* The triangle */
justify-content: flex-start;
+
.cbp_tmtimeline > li .cbp_tmlabel:after {
}
+
right: 100%;
 +
border: solid transparent;
 +
content: " ";
 +
height: 0;
 +
width: 0;
 +
position: absolute;
 +
pointer-events: none;
 +
border-right-color: #9b0b20;
 +
border-width: 10px;
 +
top: 10px;
 +
}
  
.row.aln-center {
+
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
justify-content: center;
+
border-right-color: #b63b4d;
}
+
}
  
.row.aln-right {
+
/* The icons */
justify-content: flex-end;
+
.cbp_tmlabel .calendar_icon{
}
+
width: 90px;
 +
height: 90px;
 +
padding: 0.3em;
 +
text-align: center;
 +
text-align: -webkit-center;
 +
text-align: -moz-center;
 +
border: 4px solid white;
 +
background: transparent;
 +
border-radius: 10em;
  
.row.aln-top {
+
}
align-items: flex-start;
+
}
+
  
.row.aln-middle {
+
.cbp_tmtimeline > li .cbp_tmicon {
align-items: center;
+
width: 40px;
}
+
height: 40px;
 +
font-family: 'ecoico';
 +
speak: none;
 +
font-style: normal;
 +
font-weight: normal;
 +
font-variant: normal;
 +
text-transform: none;
 +
font-size: 1.4em;
 +
line-height: 40px;
 +
-webkit-font-smoothing: antialiased;
 +
position: absolute;
 +
color: #fff;
 +
background: #8d2d3b;
 +
border-radius: 50%;
 +
box-shadow: 0 0 0 8px #d17885;
 +
text-align: center;
 +
left: 20%;
 +
top: 0;
 +
margin: 0 0 0 -25px;
 +
}
 +
.cbp_tmtimeline > li .cbp_tmlabel ul{
 +
text-align: left;
 +
font-size: 17px;
 +
line-height: 30px;
 +
list-style-type: disc;
 +
}
  
.row.aln-bottom {
+
.cbp_tmicon-phone:before {
align-items: flex-end;
+
content: "\e000";
}
+
}
  
.row > .imp-xlarge {
+
.cbp_tmicon-screen:before {
order: -1;
+
content: "\e001";
}
+
}
  
.row > .col-1-xlarge {
+
.cbp_tmicon-mail:before {
width: 8.3333333333%;
+
content: "\e002";
}
+
}
  
.row > .off-1-xlarge {
+
.cbp_tmicon-earth:before {
margin-left: 8.3333333333%;
+
content: "\e003";
}
+
}
  
.row > .col-2-xlarge {
 
width: 16.6666666667%;
 
}
 
  
.row > .off-2-xlarge {
 
margin-left: 16.6666666667%;
 
}
 
  
.row > .col-3-xlarge {
+
@media only screen and (max-width:1100px) {
width: 25%;
+
.blank_framework{
}
+
height: 61px;
 +
}
  
.row > .off-3-xlarge {
+
.big_framework .page_big_title_box{
margin-left: 25%;
+
height: 120px;
}
+
width: 90%;
 +
margin: 20px auto;
 +
text-align: left;
 +
border-left: 10px solid #3B3B3B;
 +
border-right: none;
 +
padding-left: 30px;
 +
padding-right: 0px;
  
.row > .col-4-xlarge {
+
}
width: 33.3333333333%;
+
}
+
  
.row > .off-4-xlarge {
+
.big_framework .page_big_title_box .page_big_title{
margin-left: 33.3333333333%;
+
font-size: 50px;
}
+
color: #EE2C2C;
 +
line-height: 80px;
 +
font-weight: 1000;
 +
}
  
.row > .col-5-xlarge {
+
.big_framework .page_big_title_box .page_big_subtitle{
width: 41.6666666667%;
+
font-size: 20px;
}
+
color: #3B3B3B;
 +
line-height: 40px;
 +
}
  
.row > .off-5-xlarge {
+
.column50{
margin-left: 41.6666666667%;
+
display: inline-block;
}
+
width: 100%;
 +
padding: 0px;
 +
margin-bottom: 20px;
 +
}
  
.row > .col-6-xlarge {
+
.footer{
width: 50%;
+
height: 600px;
}
+
}
  
.row > .off-6-xlarge {
+
.footer_left{
margin-left: 50%;
+
width: 100%;
}
+
}
  
.row > .col-7-xlarge {
+
.footer_right{
width: 58.3333333333%;
+
width: 100%;
}
+
}
  
.row > .off-7-xlarge {
 
margin-left: 58.3333333333%;
 
}
 
  
.row > .col-8-xlarge {
+
.index-nav{
width: 66.6666666667%;
+
height: inherit;
}
+
}
 
+
.row > .off-8-xlarge {
+
margin-left: 66.6666666667%;
+
}
+
 
+
.row > .col-9-xlarge {
+
width: 75%;
+
}
+
 
+
.row > .off-9-xlarge {
+
margin-left: 75%;
+
}
+
 
+
.row > .col-10-xlarge {
+
width: 83.3333333333%;
+
}
+
 
+
.row > .off-10-xlarge {
+
margin-left: 83.3333333333%;
+
}
+
 
+
.row > .col-11-xlarge {
+
width: 91.6666666667%;
+
}
+
 
+
.row > .off-11-xlarge {
+
margin-left: 91.6666666667%;
+
}
+
 
+
.row > .col-12-xlarge {
+
width: 100%;
+
}
+
 
+
.row > .off-12-xlarge {
+
margin-left: 100%;
+
}
+
 
+
.row.gtr-0 {
+
margin-top: 0px;
+
margin-left: 0px;
+
}
+
 
+
.row.gtr-0 > * {
+
padding: 0px 0 0 0px;
+
}
+
  
.row.gtr-0.gtr-uniform {
+
.index-nav-frame-line-li a{
margin-top: 0px;
+
display: block;
}
+
color: white;
 
+
}
.row.gtr-0.gtr-uniform > * {
+
padding-top: 0px;
+
}
+
 
+
.row.gtr-25 {
+
margin-top: -12.5px;
+
margin-left: -12.5px;
+
}
+
 
+
.row.gtr-25 > * {
+
padding: 12.5px 0 0 12.5px;
+
}
+
 
+
.row.gtr-25.gtr-uniform {
+
margin-top: -12.5px;
+
}
+
 
+
.row.gtr-25.gtr-uniform > * {
+
padding-top: 12.5px;
+
}
+
 
+
.row.gtr-50 {
+
margin-top: -25px;
+
margin-left: -25px;
+
}
+
 
+
.row.gtr-50 > * {
+
padding: 25px 0 0 25px;
+
}
+
 
+
.row.gtr-50.gtr-uniform {
+
margin-top: -25px;
+
}
+
 
+
.row.gtr-50.gtr-uniform > * {
+
padding-top: 25px;
+
}
+
 
+
.row {
+
margin-top: -50px;
+
margin-left: -50px;
+
}
+
 
+
.row > * {
+
padding: 50px 0 0 50px;
+
}
+
 
+
.row.gtr-uniform {
+
margin-top: -50px;
+
}
+
 
+
.row.gtr-uniform > * {
+
padding-top: 50px;
+
}
+
 
+
.row.gtr-150 {
+
margin-top: -75px;
+
margin-left: -75px;
+
}
+
 
+
.row.gtr-150 > * {
+
padding: 75px 0 0 75px;
+
}
+
 
+
.row.gtr-150.gtr-uniform {
+
margin-top: -75px;
+
}
+
 
+
.row.gtr-150.gtr-uniform > * {
+
padding-top: 75px;
+
}
+
 
+
.row.gtr-200 {
+
margin-top: -100px;
+
margin-left: -100px;
+
}
+
 
+
.row.gtr-200 > * {
+
padding: 100px 0 0 100px;
+
}
+
 
+
.row.gtr-200.gtr-uniform {
+
margin-top: -100px;
+
}
+
 
+
.row.gtr-200.gtr-uniform > * {
+
padding-top: 100px;
+
}
+
 
+
}
+
 
+
@media screen and (max-width: 1280px) {
+
 
+
.row {
+
display: flex;
+
flex-wrap: wrap;
+
box-sizing: border-box;
+
align-items: stretch;
+
}
+
 
+
.row > * {
+
box-sizing: border-box;
+
}
+
 
+
.row.gtr-uniform > * > :last-child {
+
margin-bottom: 0;
+
}
+
  
.row.aln-left {
+
.nav-line{
justify-content: flex-start;
+
}
+
 
+
.row.aln-center {
+
justify-content: center;
+
}
+
 
+
.row.aln-right {
+
justify-content: flex-end;
+
}
+
 
+
.row.aln-top {
+
align-items: flex-start;
+
}
+
 
+
.row.aln-middle {
+
align-items: center;
+
}
+
 
+
.row.aln-bottom {
+
align-items: flex-end;
+
}
+
 
+
.row > .imp-large {
+
order: -1;
+
}
+
 
+
.row > .col-1-large {
+
width: 8.3333333333%;
+
}
+
 
+
.row > .off-1-large {
+
margin-left: 8.3333333333%;
+
}
+
 
+
.row > .col-2-large {
+
width: 16.6666666667%;
+
}
+
 
+
.row > .off-2-large {
+
margin-left: 16.6666666667%;
+
}
+
 
+
.row > .col-3-large {
+
width: 25%;
+
}
+
 
+
.row > .off-3-large {
+
margin-left: 25%;
+
}
+
 
+
.row > .col-4-large {
+
width: 33.3333333333%;
+
}
+
 
+
.row > .off-4-large {
+
margin-left: 33.3333333333%;
+
}
+
 
+
.row > .col-5-large {
+
width: 41.6666666667%;
+
}
+
 
+
.row > .off-5-large {
+
margin-left: 41.6666666667%;
+
}
+
 
+
.row > .col-6-large {
+
width: 50%;
+
}
+
 
+
.row > .off-6-large {
+
margin-left: 50%;
+
}
+
 
+
.row > .col-7-large {
+
width: 58.3333333333%;
+
}
+
 
+
.row > .off-7-large {
+
margin-left: 58.3333333333%;
+
}
+
 
+
.row > .col-8-large {
+
width: 66.6666666667%;
+
}
+
 
+
.row > .off-8-large {
+
margin-left: 66.6666666667%;
+
}
+
 
+
.row > .col-9-large {
+
width: 75%;
+
}
+
 
+
.row > .off-9-large {
+
margin-left: 75%;
+
}
+
 
+
.row > .col-10-large {
+
width: 83.3333333333%;
+
}
+
 
+
.row > .off-10-large {
+
margin-left: 83.3333333333%;
+
}
+
 
+
.row > .col-11-large {
+
width: 91.6666666667%;
+
}
+
 
+
.row > .off-11-large {
+
margin-left: 91.6666666667%;
+
}
+
 
+
.row > .col-12-large {
+
width: 100%;
+
}
+
 
+
.row > .off-12-large {
+
margin-left: 100%;
+
}
+
 
+
.row.gtr-0 {
+
margin-top: 0px;
+
margin-left: 0px;
+
}
+
 
+
.row.gtr-0 > * {
+
padding: 0px 0 0 0px;
+
}
+
 
+
.row.gtr-0.gtr-uniform {
+
margin-top: 0px;
+
}
+
 
+
.row.gtr-0.gtr-uniform > * {
+
padding-top: 0px;
+
}
+
 
+
.row.gtr-25 {
+
margin-top: -7.5px;
+
margin-left: -7.5px;
+
}
+
 
+
.row.gtr-25 > * {
+
padding: 7.5px 0 0 7.5px;
+
}
+
 
+
.row.gtr-25.gtr-uniform {
+
margin-top: -7.5px;
+
}
+
 
+
.row.gtr-25.gtr-uniform > * {
+
padding-top: 7.5px;
+
}
+
 
+
.row.gtr-50 {
+
margin-top: -15px;
+
margin-left: -15px;
+
}
+
 
+
.row.gtr-50 > * {
+
padding: 15px 0 0 15px;
+
}
+
 
+
.row.gtr-50.gtr-uniform {
+
margin-top: -15px;
+
}
+
 
+
.row.gtr-50.gtr-uniform > * {
+
padding-top: 15px;
+
}
+
 
+
.row {
+
margin-top: -30px;
+
margin-left: -30px;
+
}
+
 
+
.row > * {
+
padding: 30px 0 0 30px;
+
}
+
 
+
.row.gtr-uniform {
+
margin-top: -30px;
+
}
+
 
+
.row.gtr-uniform > * {
+
padding-top: 30px;
+
}
+
 
+
.row.gtr-150 {
+
margin-top: -45px;
+
margin-left: -45px;
+
}
+
 
+
.row.gtr-150 > * {
+
padding: 45px 0 0 45px;
+
}
+
 
+
.row.gtr-150.gtr-uniform {
+
margin-top: -45px;
+
}
+
 
+
.row.gtr-150.gtr-uniform > * {
+
padding-top: 45px;
+
}
+
 
+
.row.gtr-200 {
+
margin-top: -60px;
+
margin-left: -60px;
+
}
+
 
+
.row.gtr-200 > * {
+
padding: 60px 0 0 60px;
+
}
+
 
+
.row.gtr-200.gtr-uniform {
+
margin-top: -60px;
+
}
+
 
+
.row.gtr-200.gtr-uniform > * {
+
padding-top: 60px;
+
}
+
 
+
}
+
 
+
@media screen and (max-width: 980px) {
+
 
+
.row {
+
display: flex;
+
flex-wrap: wrap;
+
box-sizing: border-box;
+
align-items: stretch;
+
}
+
 
+
.row > * {
+
box-sizing: border-box;
+
}
+
 
+
.row.gtr-uniform > * > :last-child {
+
margin-bottom: 0;
+
}
+
 
+
.row.aln-left {
+
justify-content: flex-start;
+
}
+
 
+
.row.aln-center {
+
justify-content: center;
+
}
+
 
+
.row.aln-right {
+
justify-content: flex-end;
+
}
+
 
+
.row.aln-top {
+
align-items: flex-start;
+
}
+
 
+
.row.aln-middle {
+
align-items: center;
+
}
+
 
+
.row.aln-bottom {
+
align-items: flex-end;
+
}
+
 
+
.row > .imp-medium {
+
order: -1;
+
}
+
 
+
.row > .col-1-medium {
+
width: 8.3333333333%;
+
}
+
 
+
.row > .off-1-medium {
+
margin-left: 8.3333333333%;
+
}
+
 
+
.row > .col-2-medium {
+
width: 16.6666666667%;
+
}
+
 
+
.row > .off-2-medium {
+
margin-left: 16.6666666667%;
+
}
+
 
+
.row > .col-3-medium {
+
width: 25%;
+
}
+
 
+
.row > .off-3-medium {
+
margin-left: 25%;
+
}
+
 
+
.row > .col-4-medium {
+
width: 33.3333333333%;
+
}
+
 
+
.row > .off-4-medium {
+
margin-left: 33.3333333333%;
+
}
+
 
+
.row > .col-5-medium {
+
width: 41.6666666667%;
+
}
+
 
+
.row > .off-5-medium {
+
margin-left: 41.6666666667%;
+
}
+
 
+
.row > .col-6-medium {
+
width: 50%;
+
}
+
 
+
.row > .off-6-medium {
+
margin-left: 50%;
+
}
+
 
+
.row > .col-7-medium {
+
width: 58.3333333333%;
+
}
+
 
+
.row > .off-7-medium {
+
margin-left: 58.3333333333%;
+
}
+
 
+
.row > .col-8-medium {
+
width: 66.6666666667%;
+
}
+
 
+
.row > .off-8-medium {
+
margin-left: 66.6666666667%;
+
}
+
 
+
.row > .col-9-medium {
+
width: 75%;
+
}
+
 
+
.row > .off-9-medium {
+
margin-left: 75%;
+
}
+
 
+
.row > .col-10-medium {
+
width: 83.3333333333%;
+
}
+
 
+
.row > .off-10-medium {
+
margin-left: 83.3333333333%;
+
}
+
 
+
.row > .col-11-medium {
+
width: 91.6666666667%;
+
}
+
 
+
.row > .off-11-medium {
+
margin-left: 91.6666666667%;
+
}
+
 
+
.row > .col-12-medium {
+
width: 100%;
+
}
+
 
+
.row > .off-12-medium {
+
margin-left: 100%;
+
}
+
 
+
.row.gtr-0 {
+
margin-top: 0px;
+
margin-left: 0px;
+
}
+
 
+
.row.gtr-0 > * {
+
padding: 0px 0 0 0px;
+
}
+
 
+
.row.gtr-0.gtr-uniform {
+
margin-top: 0px;
+
}
+
 
+
.row.gtr-0.gtr-uniform > * {
+
padding-top: 0px;
+
}
+
 
+
.row.gtr-25 {
+
margin-top: -10px;
+
margin-left: -10px;
+
}
+
 
+
.row.gtr-25 > * {
+
padding: 10px 0 0 10px;
+
}
+
 
+
.row.gtr-25.gtr-uniform {
+
margin-top: -10px;
+
}
+
 
+
.row.gtr-25.gtr-uniform > * {
+
padding-top: 10px;
+
}
+
 
+
.row.gtr-50 {
+
margin-top: -20px;
+
margin-left: -20px;
+
}
+
 
+
.row.gtr-50 > * {
+
padding: 20px 0 0 20px;
+
}
+
 
+
.row.gtr-50.gtr-uniform {
+
margin-top: -20px;
+
}
+
 
+
.row.gtr-50.gtr-uniform > * {
+
padding-top: 20px;
+
}
+
 
+
.row {
+
margin-top: -40px;
+
margin-left: -40px;
+
}
+
 
+
.row > * {
+
padding: 40px 0 0 40px;
+
}
+
 
+
.row.gtr-uniform {
+
margin-top: -40px;
+
}
+
 
+
.row.gtr-uniform > * {
+
padding-top: 40px;
+
}
+
 
+
.row.gtr-150 {
+
margin-top: -60px;
+
margin-left: -60px;
+
}
+
 
+
.row.gtr-150 > * {
+
padding: 60px 0 0 60px;
+
}
+
 
+
.row.gtr-150.gtr-uniform {
+
margin-top: -60px;
+
}
+
 
+
.row.gtr-150.gtr-uniform > * {
+
padding-top: 60px;
+
}
+
 
+
.row.gtr-200 {
+
margin-top: -80px;
+
margin-left: -80px;
+
}
+
 
+
.row.gtr-200 > * {
+
padding: 80px 0 0 80px;
+
}
+
 
+
.row.gtr-200.gtr-uniform {
+
margin-top: -80px;
+
}
+
 
+
.row.gtr-200.gtr-uniform > * {
+
padding-top: 80px;
+
}
+
 
+
}
+
 
+
@media screen and (max-width: 736px) {
+
 
+
.row {
+
display: flex;
+
flex-wrap: wrap;
+
box-sizing: border-box;
+
align-items: stretch;
+
}
+
 
+
.row > * {
+
box-sizing: border-box;
+
}
+
 
+
.row.gtr-uniform > * > :last-child {
+
margin-bottom: 0;
+
}
+
 
+
.row.aln-left {
+
justify-content: flex-start;
+
}
+
 
+
.row.aln-center {
+
justify-content: center;
+
}
+
 
+
.row.aln-right {
+
justify-content: flex-end;
+
}
+
 
+
.row.aln-top {
+
align-items: flex-start;
+
}
+
 
+
.row.aln-middle {
+
align-items: center;
+
}
+
 
+
.row.aln-bottom {
+
align-items: flex-end;
+
}
+
 
+
.row > .imp-small {
+
order: -1;
+
}
+
 
+
.row > .col-1-small {
+
width: 8.3333333333%;
+
}
+
 
+
.row > .off-1-small {
+
margin-left: 8.3333333333%;
+
}
+
 
+
.row > .col-2-small {
+
width: 16.6666666667%;
+
}
+
 
+
.row > .off-2-small {
+
margin-left: 16.6666666667%;
+
}
+
 
+
.row > .col-3-small {
+
width: 25%;
+
}
+
 
+
.row > .off-3-small {
+
margin-left: 25%;
+
}
+
 
+
.row > .col-4-small {
+
width: 33.3333333333%;
+
}
+
 
+
.row > .off-4-small {
+
margin-left: 33.3333333333%;
+
}
+
 
+
.row > .col-5-small {
+
width: 41.6666666667%;
+
}
+
 
+
.row > .off-5-small {
+
margin-left: 41.6666666667%;
+
}
+
 
+
.row > .col-6-small {
+
width: 50%;
+
}
+
 
+
.row > .off-6-small {
+
margin-left: 50%;
+
}
+
 
+
.row > .col-7-small {
+
width: 58.3333333333%;
+
}
+
 
+
.row > .off-7-small {
+
margin-left: 58.3333333333%;
+
}
+
 
+
.row > .col-8-small {
+
width: 66.6666666667%;
+
}
+
 
+
.row > .off-8-small {
+
margin-left: 66.6666666667%;
+
}
+
 
+
.row > .col-9-small {
+
width: 75%;
+
}
+
 
+
.row > .off-9-small {
+
margin-left: 75%;
+
}
+
 
+
.row > .col-10-small {
+
width: 83.3333333333%;
+
}
+
 
+
.row > .off-10-small {
+
margin-left: 83.3333333333%;
+
}
+
 
+
.row > .col-11-small {
+
width: 91.6666666667%;
+
}
+
 
+
.row > .off-11-small {
+
margin-left: 91.6666666667%;
+
}
+
 
+
.row > .col-12-small {
+
width: 100%;
+
}
+
 
+
.row > .off-12-small {
+
margin-left: 100%;
+
}
+
 
+
.row.gtr-0 {
+
margin-top: 0px;
+
margin-left: 0px;
+
}
+
 
+
.row.gtr-0 > * {
+
padding: 0px 0 0 0px;
+
}
+
 
+
.row.gtr-0.gtr-uniform {
+
margin-top: 0px;
+
}
+
 
+
.row.gtr-0.gtr-uniform > * {
+
padding-top: 0px;
+
}
+
 
+
.row.gtr-25 {
+
margin-top: -5px;
+
margin-left: -5px;
+
}
+
 
+
.row.gtr-25 > * {
+
padding: 5px 0 0 5px;
+
}
+
 
+
.row.gtr-25.gtr-uniform {
+
margin-top: -5px;
+
}
+
 
+
.row.gtr-25.gtr-uniform > * {
+
padding-top: 5px;
+
}
+
 
+
.row.gtr-50 {
+
margin-top: -10px;
+
margin-left: -10px;
+
}
+
 
+
.row.gtr-50 > * {
+
padding: 10px 0 0 10px;
+
}
+
 
+
.row.gtr-50.gtr-uniform {
+
margin-top: -10px;
+
}
+
 
+
.row.gtr-50.gtr-uniform > * {
+
padding-top: 10px;
+
}
+
 
+
.row {
+
margin-top: -20px;
+
margin-left: -20px;
+
}
+
 
+
.row > * {
+
padding: 20px 0 0 20px;
+
}
+
 
+
.row.gtr-uniform {
+
margin-top: -20px;
+
}
+
 
+
.row.gtr-uniform > * {
+
padding-top: 20px;
+
}
+
 
+
.row.gtr-150 {
+
margin-top: -30px;
+
margin-left: -30px;
+
}
+
 
+
.row.gtr-150 > * {
+
padding: 30px 0 0 30px;
+
}
+
 
+
.row.gtr-150.gtr-uniform {
+
margin-top: -30px;
+
}
+
 
+
.row.gtr-150.gtr-uniform > * {
+
padding-top: 30px;
+
}
+
 
+
.row.gtr-200 {
+
margin-top: -40px;
+
margin-left: -40px;
+
}
+
 
+
.row.gtr-200 > * {
+
padding: 40px 0 0 40px;
+
}
+
 
+
.row.gtr-200.gtr-uniform {
+
margin-top: -40px;
+
}
+
 
+
.row.gtr-200.gtr-uniform > * {
+
padding-top: 40px;
+
}
+
 
+
}
+
 
+
/* Form */
+
 
+
form label {
+
 
display: block;
 
display: block;
color: #252122;
+
border-bottom: 1px solid #eeeeee;
font-weight: 400;
+
margin: 0 0 0.5em 0;
+
 
}
 
}
  
form input[type=text],
+
.nav-small{
form input[type=email],
+
form input[type=password],
+
form select,
+
form textarea {
+
-webkit-appearance: none;
+
 
display: block;
 
display: block;
border: 0;
 
padding: 0.75em 1em;
 
font-size: 1em;
 
border-radius: 5px;
 
border: solid 1px #dddddd;
 
background: #fff;
 
width: 100%;
 
 
}
 
}
  
form input[type=text]:focus,
+
.nav-small:focus-within~.index-nav-frame-line{
form input[type=email]:focus,
+
height: auto;
form input[type=password]:focus,
+
border-bottom: 1px solid #ccc;
form select:focus,
+
}
form textarea:focus {
+
box-shadow: inset 0px 0px 1px 1px #43bff0;
+
}
+
  
form textarea {
+
.nav-small:focus-within .nav-small-focus{
height: 15em;
+
display: block;
 
}
 
}
  
form ::-webkit-input-placeholder {
+
.index-nav-frame{
color: #555 !important;
+
width: 100%;
 +
margin: 0px;
 
}
 
}
  
form :-moz-placeholder {
+
.index-nav-frame-logo{
color: #555 !important;
+
display: none;
 
}
 
}
  
form ::-moz-placeholder {
+
.index-nav-frame-logo-mobile{
color: #555 !important;
+
background: #ffffff00;
 +
position: relative;
 +
display: block;
 +
outline: none;
 +
width: inherit;
 +
height: inherit;
 
}
 
}
  
form :-ms-input-placeholder {
+
.index-nav-frame-logo-mobile img{
color: #555 !important;
+
height: inherit;
 
}
 
}
  
form ::-moz-focus-inner {
+
.index-nav-frame-line{
border: 0;
+
width: 100%;
 +
height: 0;
 +
overflow: hidden;
 
}
 
}
  
/* Tables */
+
.index-nav-frame-line.first-one{
 +
margin-left: 0px;
 +
width: 100%;
 +
}
  
table {
+
.index-nav-frame-line.HP-button{
 
width: 100%;
 
width: 100%;
 
}
 
}
  
table tr {
+
.index-nav-frame-line-center{
border-top: solid 1px #dddddd;
+
position: relative;
}
+
background: #444359;
 +
}
  
table tr:first-child {
+
.index-nav-frame-line-center.need-to-be-hidden{
border-top: 0;
+
display: block;
}
+
}
  
table td {
+
.index-nav-frame-line:hover .index-nav-frame-line-center{
padding: 0.5em 0.75em 0.5em 0.75em;
+
height:0;
}
+
opacity: 0;
 +
}
  
table th {
+
.index-nav-frame-line-li{
text-align: left;
+
border-bottom: 1px solid #4b4a5e;
padding: 0.5em 1em 0.5em 1em;
+
color: #d9d9d9;
font-weight: 700;
+
background: #444359;
margin: 0 0 1em 0;
+
}
}
+
  
table thead {
+
.index-nav-frame-line-li:hover{
border-bottom: solid 2px #dddddd;
+
background: #b63b4d;
}
+
 
+
/* Section/Article */
+
 
+
section, article {
+
margin-bottom: 0em;
+
 
}
 
}
  
section > :last-child, section:last-child, article > :last-child, article:last-child {
+
.index-nav-frame-line:focus-within{
margin-bottom: 0;
+
height: auto;
}
+
border-bottom: 1px solid #ccc;
 
+
header {
+
margin: 0 0 1.5em 0;
+
 
}
 
}
  
header > p {
+
.index-nav-frame-line:focus-within>.index-nav-frame-line-center{
display: block;
+
height:auto;
font-style: italic;
+
opacity: 1;
margin: 0.5em 0 0 0;
+
padding-bottom: 0.5em;
+
}
+
 
+
header.major {
+
position: relative;
+
text-align: center;
+
border-top: solid 1px #ccc;
+
top: 1em;
+
margin: 0 0 3em 0;
+
}
+
 
+
header.major h2 {
+
background: #fff;
+
position: relative;
+
top: -0.65em;
+
display: inline;
+
margin: 0;
+
padding: 0 1em 0 1em;
+
}
+
 
+
footer {
+
margin: 2.25em 0 0 0;
+
 
}
 
}
  
/* Box */
+
.index-nav-frame-line:focus-within .index-nav-frame-line-header{
 
+
color: #B63B4D;
.box {
+
background: #ffffff;
+
border-bottom: solid 1px #ccc;
+
padding: 2.75em 1.75em 2.75em 1.75em;
+
 
}
 
}
  
.box .image.featured {
+
.index-nav-frame-line-focus{
position: relative;
+
display: none;
width: auto;
+
width: 100%;
left: 1.75em;
+
height: 50px;
top: 1.75em;
+
position: absolute;
margin: -4.5em 0 4.25em -3.5em;
+
left: 0;
}
+
top: 0;
 
+
.box.post header {
+
padding-top: 1em;
+
margin: 0 0 2em 0;
+
}
+
 
+
.box.post h2 {
+
font-size: 2.5em;
+
letter-spacing: -0.015em;
+
}
+
 
+
.box.post header > p {
+
margin-top: 1.25em;
+
font-size: 1.25em;
+
}
+
 
+
.box footer ul.actions {
+
margin-bottom: 0;
+
}
+
 
+
/* Button */
+
 
+
input[type="button"],
+
input[type="submit"],
+
input[type="reset"],
+
button,
+
.button {
+
-webkit-appearance: none;
+
display: inline-block;
+
text-decoration: none;
+
cursor: pointer;
+
border: 0;
+
border-radius: 5px;
+
background: #36b;
+
color: #fff !important;
+
font-weight: 700;
+
outline: 0;
+
font-size: 1.1em;
+
padding: 0.65em 1.5em 0.65em 1.5em;
+
text-align: center;
+
-moz-transition: background-color .25s ease-in-out;
+
-webkit-transition: background-color .25s ease-in-out;
+
-ms-transition: background-color .25s ease-in-out;
+
transition: background-color .25s ease-in-out;
+
 
}
 
}
  
input[type="button"]:hover,
+
.index-nav-frame-line:focus-within .index-nav-frame-line-focus{
input[type="submit"]:hover,
+
display: block;
input[type="reset"]:hover,
+
button:hover,
+
.button:hover {
+
background: #5bc7d8;
+
}
+
 
+
input[type="button"]:active,
+
input[type="submit"]:active,
+
input[type="reset"]:active,
+
button:active,
+
.button:active {
+
background: #5bc7d8;
+
}
+
 
+
input[type="button"].alt,
+
input[type="submit"].alt,
+
input[type="reset"].alt,
+
button.alt,
+
.button.alt {
+
background: #36b;
+
}
+
 
+
input[type="button"].alt:hover,
+
input[type="submit"].alt:hover,
+
input[type="reset"].alt:hover,
+
button.alt:hover,
+
.button.alt:hover {
+
background: #5bc7d8;
+
}
+
 
+
input[type="button"].alt:active,
+
input[type="submit"].alt:active,
+
input[type="reset"].alt:active,
+
button.alt:active,
+
.button.alt:active {
+
background: #5bc7d8;
+
}
+
 
+
input[type="button"].icon:before,
+
input[type="submit"].icon:before,
+
input[type="reset"].icon:before,
+
button.icon:before,
+
.button.icon:before {
+
opacity: 0.35;
+
position: relative;
+
top: 0.05em;
+
margin-right: 0.75em;
+
}
+
 
+
input[type="button"].large,
+
input[type="submit"].large,
+
input[type="reset"].large,
+
button.large,
+
.button.large {
+
font-size: 1.5em;
+
padding: 0.75em 1.5em 0.75em 1.5em;
+
}
+
 
+
/* Image */
+
 
+
.image {
+
display: inline-block;
+
outline: 0;
+
 
}
 
}
  
.image img {
+
/*Timeline*/
display: block;
+
.cbp_tmtimeline:before {
width: 100%;
+
display: none;
}
+
 
+
.image.centered {
+
display: block;
+
margin: 0 0 2em 0;
+
}
+
 
+
.image.centered img {
+
margin: 0 auto;
+
width: auto;
+
}
+
 
+
.image.featured {
+
display: block;
+
width: 100%;
+
margin: 0 0 2em 0;
+
}
+
 
+
.image.left {
+
float: left;
+
margin: 0 2em 2em 0;
+
}
+
 
+
/* List */
+
 
+
ul {
+
list-style: disc;
+
padding-left: 1em;
+
 
}
 
}
  
ul li {
+
.cbp_tmtimeline > li .cbp_tmtime {
padding-left: 0.5em;
+
width: 100%;
}
+
position: relative;
 
+
padding: 0 0 20px 0;
ol {
+
list-style: decimal;
+
padding-left: 1.25em;
+
 
}
 
}
  
ol li {
+
.cbp_tmtimeline > li .cbp_tmtime span {
padding-left: 0.25em;
+
text-align: left;
}
+
 
+
/* Actions */
+
 
+
ul.actions {
+
list-style: none;
+
padding-left: 0;
+
 
}
 
}
  
ul.actions li {
+
.cbp_tmtimeline > li .cbp_tmlabel {
display: inline-block;
+
margin: 0 0 30px 0;
margin-left: 1em;
+
padding: 1em;
padding-left: 0;
+
font-weight: 400;
}
+
font-size: 95%;
 
+
ul.actions li:first-child {
+
margin-left: 0;
+
}
+
 
+
/* Links */
+
 
+
ul.links {
+
list-style: none;
+
padding-left: 0;
+
 
}
 
}
  
ul.links li {
+
.cbp_tmtimeline > li .cbp_tmlabel:after {
display: inline-block;
+
right: auto;
border-left: solid 1px rgba(255, 255, 255, 0.05);
+
left: 20px;
padding: 0 0 0 1em;
+
border-right-color: transparent;
margin: 0 0 0 1em;
+
border-bottom-color: #9b0b20;
}
+
top: -20px;
 
+
ul.links li:first-child {
+
border-left: 0;
+
padding-left: 0;
+
margin-left: 0;
+
}
+
 
+
/* Contact */
+
 
+
ul.contact {
+
list-style: none;
+
padding-left: 0;
+
 
}
 
}
  
ul.contact li {
+
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
position: relative;
+
border-right-color: transparent;
border-top: solid 1px #ddd;
+
border-bottom-color: #b63b4d;
padding: 1.3em 0 1.3em 7em;
+
}
+
 
+
ul.contact li h3 {
+
position: absolute;
+
left: 0;
+
top: 1.3em;
+
font-size: 1.1em;
+
}
+
 
+
ul.contact li p {
+
margin: 0;
+
}
+
 
+
ul.contact li:first-child {
+
padding-top: 0;
+
border-top: 0;
+
}
+
 
+
ul.contact li:first-child h3 {
+
top: 0;
+
}
+
 
+
/* Dates */
+
 
+
ul.dates {
+
list-style: none;
+
padding-left: 0;
+
 
}
 
}
  
ul.dates li {
+
.cbp_tmtimeline > li .cbp_tmicon {
position: relative;
+
position: relative;
border-top: solid 1px #ddd;
+
float: right;
padding: 1.3em 0 1.3em 6.75em;
+
left: auto;
}
+
margin: -55px 5px 0 0px;
 
+
ul.dates .date {
+
display: block;
+
position: absolute;
+
left: 0;
+
top: 1.3em;
+
background-color: #36b;
+
height: 3.5em;
+
text-align: center;
+
color: #fff;
+
line-height: 1em;
+
border-top-left-radius: 5px;
+
border-bottom-left-radius: 5px;
+
padding: 0.5em 0.75em 0 1em;
+
}
+
 
+
ul.dates .date:after {
+
content: '';
+
position: absolute;
+
bottom: 0;
+
right: -1.2em;
+
border-left: solid 1.25em #36b;
+
border-top: solid 1.8em transparent;
+
border-bottom: solid 1.8em transparent;
+
}
+
 
+
ul.dates .date strong {
+
display: block;
+
font-size: 1.75em;
+
padding-top: 0.15em;
+
}
+
 
+
ul.dates h3 {
+
font-size: 1.1em;
+
}
+
 
+
ul.dates p {
+
margin: 0;
+
}
+
 
+
ul.dates li:first-child {
+
border-top: 0;
+
padding-top: 0;
+
}
+
 
+
ul.dates li:first-child .date {
+
top: 0;
+
}
+
 
+
/* Divided */
+
 
+
ul.divided {
+
list-style: none;
+
padding-left: 0;
+
 
}
 
}
 +
}
 +
/* Tables Here */
 +
.medium_framework .smmu-table {
 +
border: 1px solid #ccc;
 +
width: 80%;
 +
margin:0;
 +
padding:0;
 +
border-collapse: collapse;
 +
border-spacing: 0;
 +
margin: 0 auto;
 +
}
  
ul.divided li {
+
.medium_framework .smmu-table thead{
border-top: solid 1px #ddd;
+
font-weight: bold;
padding: 1em 0 1em 0;
+
}
}
+
  
ul.divided li:first-child {
+
.smmu-table tr {
border-top: 0;
+
border: 1px solid #ddd;
padding-top: 0;
+
padding: 5px;
}
+
}
  
/* Social */
+
.smmu-table th, .smmu-table td {/*general*/
 +
@font-face{
 +
font-family: 'SMMUFONT';
 +
src:url('https://static.igem.org/mediawiki/2019/8/8f/T--SMMU-China--SMMUFONT.ttf') format('truetype');
 +
}
 +
body,h1,h2,h3,h4,h5,h6,p,th,td{font-family:"SMMUFONT"!important;}
 +
a{color:#333; text-decoration:none;}
 +
h1{font-size: 27px; line-height: 50px;}
 +
h2{font-size: 25px; line-height: 50px;}
 +
h3{font-size: 23px; line-height: 50px;}
 +
h4{font-size: 21px; line-height: 50px;}
 +
h5{font-size: 19px; line-height: 50px;}
 +
h6{font-size: 17px; line-height: 50px;}
  
ul.social {
 
list-style: none;
 
padding-left: 0;
 
overflow: hidden;
 
cursor: default;
 
margin: 0 0 3.25em 0;
 
}
 
  
ul.social li {
+
.big_framework {
display: inline-block;
+
background-color: white;
padding-left: 0;
+
display: block;
margin-left: 0.75em;
+
width: 100%;
}
+
}
  
ul.social li:first-child {
+
.big_framework .page_banner {
margin-left: 0;
+
margin: auto;
}
+
width: 100%;
 +
text-align: center;
 +
}
  
ul.social li a {
+
.big_framework .page_big_title_box {
display: inline-block;
+
margin: 30px auto;
width: 3em;
+
width: 1160px;
height: 3em;
+
height: 180px;
margin-left: 0.75em;
+
text-align: right;
text-align: center;
+
border-right: 10px solid #3B3B3B;
border-radius: 5px;
+
padding-right: 30px;
background: #888;
+
}
-moz-transition: background-color .25s ease-in-out;
+
-webkit-transition: background-color .25s ease-in-out;
+
-ms-transition: background-color .25s ease-in-out;
+
transition: background-color .25s ease-in-out;
+
}
+
  
ul.social li a:before {
+
.big_framework .page_big_title_box .page_big_title{
color: #fff;
+
font-size: 100px;
font-size: 2em;
+
color: #EE2C2C;
line-height: 1.5em;
+
line-height: 120px;
}
+
font-weight: 1000;
 +
}
  
ul.social li a.fa-facebook {
+
.big_framework .page_big_title_box .page_big_subtitle{
background: #3c5a98;
+
font-size: 40px;
}
+
color: #3B3B3B;
 +
line-height: 60px;
 +
}
  
ul.social li a.fa-facebook:hover {
+
.big_framework .medium_framework {
background: #4c6aa8;
+
margin: auto;
}
+
max-width: 1200px;
 +
padding: 20px 0px;
 +
width: 90%;
 +
text-align: center;
 +
}
  
ul.social li a.fa-twitter {
+
.big_framework .medium_framework p{
background: #2daae4;
+
font-size: 17px!important;
}
+
line-height: 30px;
 +
}
  
ul.social li a.fa-twitter:hover {
+
.home_banner{
background: #3dbaf4;
+
background-image: url(https://static.igem.org/mediawiki/2019/7/70/T--SMMU-China--index_bg_1.jpg);
}
+
background-repeat:no-repeat;
 +
background-size: 100% auto;
 +
background-position: top;
 +
background-attachment: fixed;
 +
height: 790px;
 +
}
  
ul.social li a.fa-dribbble {
+
.home_banner_title{
background: #c4376b;
+
width: 100%;
}
+
padding: 100px 0vh 0vh 0vh;
 +
text-align: center;
 +
line-height: 400px;
 +
font-size: 150px;
 +
color: #FFF;
 +
font-weight: 700;
 +
text-shadow:5px 2px 6px #000;
 +
}
  
ul.social li a.fa-dribbble:hover {
+
.home_banner_subtitle{
background: #d4477b;
+
width: 100%;
}
+
text-align: center;
 +
line-height: 50px;
 +
font-size: 30px;
 +
color: #FFF;
 +
font-weight: 500;
 +
text-shadow:5px 2px 6px #000;
 +
}
  
ul.social li a.fa-linkedin {
+
.index_block_textbox{
background: #006599;
+
width: 60%;
}
+
padding: 17% 5% 0 5%;
 +
position: absolute;
 +
font-size: 25px;
 +
line-height: 45px;
 +
}
  
ul.social li a.fa-linkedin:hover {
+
#index_block_firstword{
background: #1075a9;
+
font-size: 40px;
}
+
}
  
ul.social li a.fa-tumblr {
+
.mobile_bg{
background: #2b4661;
+
display: none;
}
+
}
  
ul.social li a.fa-tumblr:hover {
+
.pc_bg{
background: #3b5671;
+
display: block;
}
+
}
  
ul.social li a.fa-google-plus {
+
@media only screen and (max-width:1600px) {
background: #da2713;
+
.home_banner{
}
+
height: 675px;
 +
}
  
ul.social li a.fa-google-plus:hover {
+
.index_block_textbox{
background: #ea3723;
+
width: 60%;
}
+
padding: 15% 5% 0 5%;
 +
position: absolute;
 +
font-size: 24px;
 +
line-height: 45px;
 +
}
 +
}
  
/* Icons */
+
@media only screen and (max-width:1100px) {
 
+
.home_banner{
.icon {
+
height: 593px;
position: relative;
+
text-decoration: none;
+
 
}
 
}
  
.icon:before {
+
.index_block_textbox{
-moz-osx-font-smoothing: grayscale;
+
width: 60%;
-webkit-font-smoothing: antialiased;
+
padding: 14% 5% 0 5%;
font-family: FontAwesome;
+
position: absolute;
font-style: normal;
+
font-size: 22px;
font-weight: normal;
+
line-height: 45px;
text-transform: none !important;
+
}
}
+
 
+
.icon > .label {
+
display: none;
+
}
+
 
+
.icon.featured {
+
position: relative;
+
display: inline-block;
+
background-color: #36b;
+
width: 9em;
+
padding: 1.75em 0 0.75em 0;
+
border-top-left-radius: 5px;
+
border-top-right-radius: 5px;
+
margin: 0 0 4.5em 0;
+
cursor: default;
+
}
+
 
+
.icon.featured:before {
+
font-size: 4.5em;
+
line-height: 1em;
+
color: #fff;
+
}
+
  
.icon.featured:after {
+
.home_banner_title{
content: '';
+
padding: 100px 0vh 0vh 0vh;
position: absolute;
+
text-align: center;
bottom: -1.95em;
+
line-height: 300px;
left: 0;
+
font-size: 100px;
border-top: solid 2em #36b;
+
color: #FFF;
border-left: solid 4.5em transparent;
+
font-weight: 700;
border-right: solid 4.5em transparent;
+
text-shadow:5px 2px 6px #000;
}
+
 
+
.icon.featured.alt {
+
background-color: #252122;
+
}
+
 
+
.icon.featured.alt:after {
+
border-top-color: #252122;
+
}
+
 
+
.icon.featured.alt2 {
+
background-color: #827a7c;
+
}
+
 
+
.icon.featured.alt2:after {
+
border-top-color: #827a7c;
+
}
+
 
+
/* Page Wrapper */
+
 
+
#page-wrapper > section {
+
margin-bottom: 0;
+
 
}
 
}
  
/* Header */
+
.home_banner_subtitle{
 
+
#header {
+
position: relative;
+
background: #ffffff;
+
border-bottom: solid 1px #ccc;
+
padding: 0;
+
 
text-align: center;
 
text-align: center;
 +
line-height: 40px;
 +
font-size: 22px;
 +
color: #FFF;
 +
font-weight: 500;
 +
text-shadow:5px 2px 6px #000;
 
}
 
}
 +
}
  
#header h1 {
+
@media only screen and (max-width:1200px) {
color: #252122;
+
.home_banner{
font-weight: 900;
+
height: 480px;
font-size: 60px;
+
}
letter-spacing: -0.035em;
+
line-height: 1;
+
padding-top: 30px;
+
}
+
  
#header h1 sup {
+
.index_block_textbox{
color: #36b;
+
width: 60%;
font-weight: 900;
+
padding: 13% 5% 0 5%;
font-size: 0.7em;
+
position: absolute;
letter-spacing: -0.035em;
+
font-size: 18px;
}
+
line-height: 35px;
 +
}
  
/* Nav */
 
  
#nav {
+
.home_banner_title{
margin: 10px 0 10px 0;
+
padding: 50px 0vh 0vh 0vh;
 +
text-align: center;
 +
line-height: 260px;
 +
font-size: 80px;
 +
color: #FFF;
 +
font-weight: 700;
 +
text-shadow:5px 2px 6px #000;
 
}
 
}
  
#nav > ul {
+
.home_banner_subtitle{
margin: 0;
+
}
+
 
+
#nav > ul > li {
+
display: inline-block;
+
font-size: 1.5em!important;
+
margin: 0 -0.2em 0 -0.2em;
+
}
+
 
+
#nav > ul > li > ul {
+
display: none;
+
}
+
 
+
#nav > ul > li > a {
+
border-radius: 5px;
+
color: #5d5d5d;
+
text-decoration: none;
+
padding: 0.6em 1.2em 0.6em 1.2em;
+
-moz-transition: background-color .25s ease-in-out;
+
-webkit-transition: background-color .25s ease-in-out;
+
-ms-transition: background-color .25s ease-in-out;
+
transition: background-color .25s ease-in-out;
+
outline: 0;
+
}
+
 
+
#nav > ul > li:hover > a, #nav > ul > li.active > a {
+
background: #f3f3f3;
+
}
+
 
+
#nav > ul > li.current > a {
+
background: #36b;
+
color: #fff !important;
+
font-weight: 700;
+
}
+
 
+
.dropotron {
+
border-radius: 5px;
+
background-color: #252122;
+
background-color: rgba(34, 30, 31, 0.9);
+
padding: 1.25em 1.5em 1.25em 1.5em;
+
min-width: 13em;
+
box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
+
 
text-align: center;
 
text-align: center;
margin-top: -1.25em;
+
line-height: 30px;
margin-left: -1px;
+
font-size: 20px;
list-style: none;
+
color: #FFF;
width: auto!important;
+
font-weight: 500;
 +
text-shadow:5px 2px 6px #000;
 
}
 
}
 +
}
  
.dropotron a, .dropotron span {
+
@media only screen and (max-width:1000px) {
color: #aaa;
+
.home_banner{
font-size: 18px!important;
+
background-attachment: unset;
text-decoration: none;
+
height: auto;
-moz-transition: color .25s ease-in-out;
+
background-position: center;
-webkit-transition: color .25s ease-in-out;
+
}
-ms-transition: color .25s ease-in-out;
+
transition: color .25s ease-in-out;
+
}
+
  
.dropotron li {
+
.index_block_textbox{
padding: 0.7em 0 0.7em 0;
+
width: 60%;
}
+
padding: 25% 5% 0 5%;
 +
position: absolute;
 +
font-size: 22px;
 +
line-height: 45px;
 +
}
  
.dropotron li:hover > a, .dropotron li:hover > span {
+
.home_banner_title{
color: #fff;
+
padding: 30px 0vh 0vh 0vh;
}
+
 
+
.dropotron.level-0 {
+
margin-top: 2em;
+
}
+
 
+
.dropotron.level-0:before {
+
content: '';
+
display: block;
+
position: absolute;
+
left: 50%;
+
margin-left: -10px;
+
top: -9px;
+
border-left: solid 10px transparent;
+
border-right: solid 10px transparent;
+
border-bottom: solid 10px #252122;
+
border-bottom-color: rgba(34, 30, 31, 0.98);
+
}
+
 
+
/* Banner */
+
 
+
#banner {
+
background: #CCE8F4 url("https://static.igem.org/mediawiki/2018/5/52/T--SMMU-China--Teammate_Profile_Group_1.jpg");
+
background-position: center center;
+
background-size: cover;
+
background-repeat: no-repeat;
+
 
text-align: center;
 
text-align: center;
position: relative;
+
line-height: 100px;
padding: 20em 0 4em;
+
font-size: 40px;
margin: 10px 0 0 0;
+
color: #FFF;
 +
font-weight: 700;
 +
text-shadow:5px 2px 6px #000;
 
}
 
}
  
#banner header {
+
.home_banner_subtitle{
background-color: rgba(34, 30, 31, 0.7);
+
padding: 0vh 0vh 30px 0vh;
display: inline-block;
+
padding: 2.5em 5em;
+
border-radius: 5px;
+
}
+
 
+
#banner header h2 {
+
color: #fff;
+
font-weight: 700;
+
font-size: 2.5em;
+
margin: 0 0 0.65em 0;
+
}
+
 
+
#banner header p {
+
color: #dddddd;
+
padding: 0;
+
font-style: normal;
+
margin: 0;
+
font-size: 1.5em;
+
}
+
 
+
/* Intro */
+
 
+
#intro {
+
 
text-align: center;
 
text-align: center;
overflow: hidden;
+
line-height: 25px;
 +
font-size: 15px;
 +
color: #FFF;
 +
font-weight: 500;
 +
text-shadow:5px 2px 6px #000;
 
}
 
}
  
#intro section {
+
.mobile_bg{
margin: 3em 0;
+
display: block;
padding: 2.5em 0;
+
}
+
 
+
#intro h2 {
+
font-size: 1.75em;
+
}
+
 
+
#intro p {
+
margin: 0;
+
}
+
 
+
#intro .middle {
+
position: relative;
+
z-index: 1;
+
}
+
 
+
#intro .middle:before {
+
content: '';
+
width: 32px;
+
height: 100%;
+
position: absolute;
+
left: -24px;
+
top: 0;
+
display: block;
+
z-index: -1;
+
box-shadow: 32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, 32px 32px 0 0 #fff, 32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
+
}
+
 
+
#intro .middle:after {
+
content: '';
+
width: 32px;
+
height: 100%;
+
position: absolute;
+
right: -24px;
+
top: 0;
+
display: block;
+
z-index: -1;
+
box-shadow: -32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, -32px 32px 0 0 #fff, -32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
+
}
+
 
+
#intro .button {
+
min-width: 12em;
+
}
+
 
+
#intro footer {
+
margin: 0;
+
}
+
 
+
/* Main */
+
 
+
#main {
+
position: relative;
+
background: #f7f7f7 url("https://static.igem.org/mediawiki/2018/a/ae/T--SMMU-China--wiki_background_image.png");
+
background-size: contain;
+
padding: 4em 0 4em 0;
+
 
}
 
}
  
#main:before {
+
.pc_bg{
content: '';
+
display: none;
position: absolute;
+
top: 0;
+
left: 0;
+
width: 100%;
+
background: url("images/bg01.png");
+
background-size: 100% 100%;
+
z-index: 0;
+
opacity: 0.1;
+
}
+
 
+
#main .major h2 {
+
background: #f7f7f7 url("images/bg02.png");
+
}
+
 
+
/* Footer */
+
 
+
#footer {
+
position: relative;
+
color: #858484;
+
text-align: left!important;
+
font-size: 100%!important;
+
padding: 6em 0 0 0;
+
 
}
 
}
 +
}
  
#footer:before {
+
@media only screen and (max-width:800px) {
content: '';
+
.index_block_textbox{
position: absolute;
+
width: 60%;
top: 0;
+
padding: 25% 5% 0 5%;
left: 0;
+
position: absolute;
width: 100%;
+
font-size: 18px;
background: url("images/bg01.png");
+
line-height: 35px;
background-size: 100% 100%;
+
z-index: 0;
+
opacity: 0.5;
+
}
+
 
+
#footer a {
+
color: #c5c4c4;
+
}
+
 
+
#footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b {
+
color: #fff;
+
}
+
 
+
#footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a, #footer h6 a, #footer strong a, #footer b a {
+
color: inherit;
+
}
+
 
+
#footer ul.contact li, #footer ul.dates li, #footer ul.divided li {
+
border-top-color: #353434;
+
border-top-color: rgba(255, 255, 255, 0.05);
+
}
+
 
+
#footer header {
+
margin: 0 0 3em 0;
+
}
+
 
+
#footer header h2 {
+
font-size: 1.75em;
+
}
+
 
+
/*添加代码覆盖 2018.9.9*/
+
 
+
#footer li {
+
display: inline-block!important;
+
margin: 0 0em;
+
}
+
 
+
/* Copyright */
+
 
+
#copyright {
+
text-align: center;
+
margin: 3em 0 2em 0;
+
 
}
 
}
 +
}
  
#copyright ul.links {
+
@media only screen and (max-width:600px) {
display: inline-block;
+
.index_block_textbox{
background: #2C2929;
+
width: 60%;
background: rgba(255, 255, 255, 0.05);
+
padding: 20% 5% 0 5%;
border-radius: 5px;
+
position: absolute;
margin: 0;
+
font-size: 14px;
padding: 0.85em 2.25em 0.85em 2.25em;
+
line-height: 20px;
}
+
 
+
/* XLarge */
+
 
+
@media screen and (max-width: 1680px) {
+
 
+
/* Basic */
+
 
+
.igem_2018_team_content, input, textarea, select {
+
font-size: 12pt;
+
}
+
 
+
 
}
 
}
 +
}
  
/* Large */
 
  
@media screen and (max-width: 1280px) {
+
.column50{
 +
display: inline-block;
 +
width: 45%;
 +
padding: 0px 2%;
 +
margin-bottom: 0px;
 +
}
  
/* Basic */
+
.blank_framework{
 +
height: 90px;
 +
}
  
.igem_2018_team_content, input, textarea, select {
+
.footer{
font-size: 11pt;
+
height: 300px;
}
+
background-color: #282828;
 +
}
  
/* Section/Article */
+
.footer_left{
 +
width: 50%;
 +
display: inline-block;
 +
}
  
header.major {
+
.footer_right{
margin: 0.75em 0 2.5em 0;
+
width: 50%;
}
+
display: inline-block;
 +
float: right;
 +
}
  
header.major h2 {
+
.footer_title{
padding: 0 1em 0 1em;
+
margin: auto;
}
+
padding-top: 30px;
 +
height: 120px;
 +
line-height: 120px;
 +
font-size: 40px;
 +
color: #FFF;
 +
text-align: center;
 +
}
  
/* Social */
+
.footer_text{
 +
display: inline-block;
 +
height: 150px;
 +
width: 100%;
 +
line-height: 40px;
 +
font-size: 20px!important;
 +
color: #FFF;
 +
text-align: center;
 +
}
  
ul.social li {
+
/*header*/
margin: 0 0 0.25em 0.75em;
+
.index-nav{
}
+
width: 100%;
 +
border-bottom: 3px solid #eeeeee;
 +
height: 83px;
 +
box-sizing: border-box;
 +
background:white;
 +
position: fixed;
 +
margin-top: 7px;
 +
z-index: 999;
 +
}
  
/* Header */
+
.index-nav a{
 +
color: #333;
 +
}
  
#header {
+
.index-nav-frame{
padding: 4em 0 3em 0;
+
margin: 0px 50px;
}
+
}
  
/* Banner */
+
.index-nav-frame-line{
 +
color: #333333;
 +
background: #ffffff00;
 +
float: left;
 +
position: relative;
 +
display: block;
 +
outline: none;
 +
cursor: pointer;
 +
width: 135px;
 +
line-height: 80px;
 +
text-align: center;
 +
font-weight: 700;
 +
font-size: 16px;
 +
}
  
#banner {
+
.index-nav-frame-line.HP-button{
padding: 6em 0;
+
width: 210px;
margin: 3em 0 0 0;
+
}
}
+
  
/* Intro */
+
.index-nav-frame-logo{
 +
background: #ffffff00;
 +
float: left;
 +
position: relative;
 +
display: block;
 +
outline: none;
 +
width: 216px;
 +
height: 72px;
 +
padding-top: 5px;
 +
}
  
#intro {
+
.index-nav-frame-logo-mobile{
padding: 0;
+
display: none;
}
+
}
  
#intro section {
+
.index-nav-frame-logo img{
padding: 1em 2em;
+
width: 216px;
}
+
}
  
#intro .middle:before {
+
.index-nav-frame-line.active{
left: -12px;
+
color:#b63b4d;
}
+
}
  
#intro .middle:after {
+
.index-nav-frame-line.first-one{
right: -12px;
+
margin-left: 3%;
}
+
width: 96px;
 +
}
  
/* Main */
+
.index-nav-frame-line.active > a{
 +
color:#b63b4d;
 +
}
  
#main {
+
.index-nav-frame-line-center{
padding: 30px 0;
+
opacity: 0;
}
+
height: 0;
 +
position: absolute;
 +
overflow: hidden;
 +
width: 100%;
 +
transition: all 0.5s;
 +
-webkit-transition: all 0.5s;
 +
-moz-transition: all 0.5s;
 +
/* Firefox 4 */
 +
-o-transition: all 0.5s;
 +
/* Opera */
 +
}
  
/* Footer */
+
.index-nav-frame-line-center.need-to-be-hidden{
 +
display: none;
 +
}
  
#footer {
+
.index-nav-frame-line-li{
padding: 3em 0;
+
width: 100%;
}
+
font-weight: 500;
 +
text-align: center;
 +
background: white;
 +
color: #666666;
 +
line-height: 50px;
 +
}
  
#footer:before {
+
.index-nav-frame-line-li:hover{
height: 2.5em;
+
background: #444359;
}
+
color: white;
 +
}
  
#footer header {
+
.index-nav-frame-line-li:hover a{
margin: 0 0 1.5em 0;
+
background: #444359;
}
+
color: white;
 +
}
  
#footer header h2 {
+
.index-nav-frame-line-focus:focus-within{
font-size: 1.25em;
+
display: none;
}
+
}
  
/* Copyright */
+
.index-nav-frame-line:hover .index-nav-frame-line-center{
 +
height:auto;
 +
opacity: 1;
 +
}
  
#copyright {
+
.nav-line{
margin: 0;
+
height: 50px;
}
+
width: 100%;
 +
position: relative;
 +
display: none;
 +
outline: none;
 +
}
  
/* NEW */
+
.nav-small{
 +
width: 30px;
 +
height: 30px;
 +
position: absolute;
 +
right: 10px;
 +
top:10px;
 +
cursor: pointer;
 +
display: none;
 +
outline: none;
 +
}
  
#needhide{
+
.nav-small img{
display: none;
+
width: 100%;
}
+
height: 100%;
 +
object-fit: cover;
 +
}
  
#needshow{
+
.nav-small-focus{
display: inherit!important;
+
position: absolute;
}
+
width: 100%;
 +
height: 100%;
 +
display: none;
 +
}
  
.needhide{
+
.nav-small-focus:focus-within{
display: none;
+
display: none;
}
+
}
  
.needshow{
 
display: inherit!important;
 
}
 
  
#header h1{
+
/* Timeline */
font-size: 40px!important;
+
padding-top:0!important;
+
}
+
  
}
+
.timeline-container *, .timeline-container *:after, .timeline-container *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  
/* Medium */
+
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
 +
.clearfix:before, .clearfix:after { content: " "; display: table; }
 +
.clearfix:after { clear: both; }
  
#navPanel, #titleBar {
 
display: none;
 
}
 
  
@media screen and (max-width: 980px) {
 
  
/* Basic */
+
.timeline-main,
 +
.timeline-container > header {
 +
width: 95%;
 +
max-width: 1100px;
 +
margin: 0 auto;
 +
padding: 0 1.875em 3.125em;
 +
}
  
html, .igem_2018_team_content {
+
.timeline-container > header {
overflow-x: hidden;
+
padding: 2.875em 1.875em 1.875em;
}
+
}
  
/* Box */
+
.timeline-container > header h1 {
 +
font-size: 2.125em;
 +
line-height: 1.3;
 +
margin: 0;
 +
float: left;
 +
font-weight: 400;
 +
}
  
.box footer ul.actions li {
+
.timeline-container > header span {
margin: 1em 0 0 0;
+
display: block;
display: block;
+
font-weight: 700;
}
+
text-transform: uppercase;
 +
letter-spacing: 0.5em;
 +
padding: 0 0 0.6em 0.1em;
 +
}
  
.box footer ul.actions li .button {
+
.timeline-container > header nav {
width: 100%;
+
float: right;
}
+
}
  
.box footer ul.actions li:first-child {
+
.timeline-container > header nav a {
margin-top: 0;
+
display: block;
}
+
float: left;
 +
position: relative;
 +
width: 2.5em;
 +
height: 2.5em;
 +
background: #fff;
 +
border-radius: 50%;
 +
color: transparent;
 +
margin: 0 0.1em;
 +
border: 4px solid #47a3da;
 +
text-indent: -8000px;
 +
}
  
/* Header */
+
.timeline-container > header nav a:after {
 +
content: attr(data-info);
 +
color: #47a3da;
 +
position: absolute;
 +
width: 600%;
 +
top: 120%;
 +
text-align: right;
 +
right: 0;
 +
opacity: 0;
 +
pointer-events: none;
 +
}
  
#header {
+
.timeline-container > header nav a:hover:after {
padding: 3.5em 0 3em 0;
+
opacity: 1;
}
+
}
  
/* Nav */
+
.timeline-container > header nav a:hover {
 +
background: #47a3da;
 +
}
  
/*#nav {
+
.icon-drop:before,
display: none;
+
.icon-arrow-left:before {
}*/
+
font-family: 'fontawesome';
 +
position: absolute;
 +
top: 0;
 +
width: 100%;
 +
height: 100%;
 +
speak: none;
 +
font-style: normal;
 +
font-weight: normal;
 +
line-height: 2;
 +
text-align: center;
 +
color: #47a3da;
 +
-webkit-font-smoothing: antialiased;
 +
text-indent: 8000px;
 +
padding-left: 8px;
 +
}
  
/* Intro */
+
.timeline-container > header nav a:hover:before {
 +
color: #fff;
 +
}
  
#intro {
+
.icon-drop:before {
padding: 3em 0 0 0;
+
content: "\e000";
}
+
}
  
#intro section {
+
.icon-arrow-left:before {
position: relative;
+
content: "\f060";
border-top: solid 1px #dfdfdf;
+
}
margin: 0;
+
padding: 40px 0 0 0;
+
}
+
  
#intro section.first {
+
@font-face {
border-top: 0;
+
font-family: 'ecoico';
padding-top: 0;
+
src:url('https://static.igem.org/mediawiki/2019/3/36/T--SMMU-China--timelineicons_ecoico.eot');
}
+
src:url('https://static.igem.org/mediawiki/2019/3/36/T--SMMU-China--timelineicons_ecoico.eot?#iefix') format('embedded-opentype'),
 +
url('https://static.igem.org/mediawiki/2019/8/80/T--SMMU-China--timelineicons_ecoico.woff') format('woff'),
 +
url('https://static.igem.org/mediawiki/2019/f/f9/T--SMMU-China--timelineicons_ecoico.ttf') format('truetype'),
 +
url('https://static.igem.org/mediawiki/2019/a/a7/T--SMMU-China--timelineicons_ecoico.svg#ecoico') format('svg');
 +
font-weight: normal;
 +
font-style: normal;
 +
} /* Made with http://icomoon.io/ */
  
#intro section p {
+
.cbp_tmtimeline {
margin: 0;
+
margin: 30px 0 0 0;
}
+
padding: 0;
 +
list-style: none;
 +
position: relative;
 +
}
  
#intro .middle:before, #intro .middle:after {
+
/* The line */
display: none;
+
.cbp_tmtimeline:before {
}
+
content: '';
 +
position: absolute;
 +
top: 0;
 +
bottom: 0;
 +
width: 10px;
 +
background: #d17885;
 +
left: 20%;
 +
margin-left: -10px;
 +
}
  
#intro footer {
+
/* The date/time */
padding: 3em 0 0 0;
+
.cbp_tmtimeline > li .cbp_tmtime {
}
+
display: block;
 +
width: 25%;
 +
padding-right: 100px;
 +
position: absolute;
 +
}
  
#intro footer ul.actions {
+
.cbp_tmtimeline > li .cbp_tmtime span {
margin-bottom: 0;
+
display: block;
}
+
text-align: right;
 +
}
  
/* Main */
+
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
 +
font-size: 0.9em;
 +
color: #2c0309;
 +
}
  
#main {
+
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
padding: 40px 0;
+
font-size: 2.9em;
}
+
color: #9b0b20;
 +
}
  
/* Copyright */
+
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
 +
color: #b63b4d;
 +
}
  
#copyright ul.links {
+
/* Right content */
display: block;
+
.cbp_tmtimeline > li .cbp_tmlabel {
}
+
margin: 0 0 15px 25%;
 +
background: #9b0b20;
 +
color: #fff;
 +
padding: 2em;
 +
font-size: 0.5em;
 +
font-weight: 300;
 +
line-height: 1.4;
 +
position: relative;
 +
border-radius: 5px;
 +
}
  
/* NEW */
+
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
 +
background: #b63b4d;
 +
}
  
#needhide{
+
.cbp_tmtimeline > li .cbp_tmlabel h2 {
display: none;
+
margin-top: 0px;
}
+
padding: 0 0 10px 0;
 +
border-bottom: 1px solid rgba(255,255,255,0.4);
 +
color: #FFF;
 +
font-weight:700;
 +
}
  
#needshow{
+
/* The triangle */
display: inherit!important;
+
.cbp_tmtimeline > li .cbp_tmlabel:after {
}
+
right: 100%;
 +
border: solid transparent;
 +
content: " ";
 +
height: 0;
 +
width: 0;
 +
position: absolute;
 +
pointer-events: none;
 +
border-right-color: #9b0b20;
 +
border-width: 10px;
 +
top: 10px;
 +
}
  
#header h1{
+
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
font-size: 40px!important;
+
border-right-color: #b63b4d;
padding-top:0!important;
+
}
}
+
  
/* Nav */
+
/* The icons */
 +
.cbp_tmlabel .calendar_icon{
 +
width: 90px;
 +
height: 90px;
 +
padding: 0.3em;
 +
text-align: center;
 +
text-align: -webkit-center;
 +
text-align: -moz-center;
 +
border: 4px solid white;
 +
background: transparent;
 +
border-radius: 10em;
  
/*#page-wrapper {
+
}
-moz-backface-visibility: hidden;
+
-webkit-backface-visibility: hidden;
+
-ms-backface-visibility: hidden;
+
backface-visibility: hidden;
+
-moz-transition: -moz-transform 0.5s ease;
+
-webkit-transition: -webkit-transform 0.5s ease;
+
-ms-transition: -ms-transform 0.5s ease;
+
transition: transform 0.5s ease;
+
padding-bottom: 1px;
+
}
+
  
#titleBar {
+
.cbp_tmtimeline > li .cbp_tmicon {
-moz-backface-visibility: hidden;
+
width: 40px;
-webkit-backface-visibility: hidden;
+
height: 40px;
-ms-backface-visibility: hidden;
+
font-family: 'ecoico';
backface-visibility: hidden;
+
speak: none;
-moz-transition: -moz-transform 0.5s ease;
+
font-style: normal;
-webkit-transition: -webkit-transform 0.5s ease;
+
font-weight: normal;
-ms-transition: -ms-transform 0.5s ease;
+
font-variant: normal;
transition: transform 0.5s ease;
+
text-transform: none;
display: block;
+
font-size: 1.4em;
height: 44px;
+
line-height: 40px;
left: 0;
+
-webkit-font-smoothing: antialiased;
position: fixed;
+
position: absolute;
top: 0;
+
color: #fff;
width: 100%;
+
background: #8d2d3b;
z-index: 10001;
+
border-radius: 50%;
background: none;
+
box-shadow: 0 0 0 8px #d17885;
}
+
text-align: center;
 +
left: 20%;
 +
top: 0;
 +
margin: 0 0 0 -25px;
 +
}
 +
.cbp_tmtimeline > li .cbp_tmlabel ul{
 +
text-align: left;
 +
font-size: 17px;
 +
line-height: 30px;
 +
list-style-type: disc;
 +
}
  
#titleBar .toggle {
+
.cbp_tmicon-phone:before {
width: 80px;
+
content: "\e000";
height: 60px;
+
}
}
+
  
#titleBar .toggle:before {
+
.cbp_tmicon-screen:before {
font-family: FontAwesome;
+
content: "\e001";
text-decoration: none;
+
}
font-style: normal;
+
font-weight: normal;
+
-webkit-font-smoothing: antialiased;
+
-moz-osx-font-smoothing: grayscale;
+
content: '\f0c9';
+
display: block;
+
position: absolute;
+
left: 10px;
+
top: 10px;
+
width: 50px;
+
height: 40px;
+
line-height: 40px;
+
font-size: 18px;
+
color: #fff;
+
text-align: center;
+
background: rgba(150, 150, 150, 0.75);
+
border-radius: 5px;
+
}
+
  
#titleBar .toggle:active:before {
+
.cbp_tmicon-mail:before {
background-color: #969696;
+
content: "\e002";
}
+
}
  
#navPanel {
+
.cbp_tmicon-earth:before {
-moz-backface-visibility: hidden;
+
content: "\e003";
-webkit-backface-visibility: hidden;
+
}
-ms-backface-visibility: hidden;
+
backface-visibility: hidden;
+
-moz-transform: translateX(-275px);
+
-webkit-transform: translateX(-275px);
+
-ms-transform: translateX(-275px);
+
transform: translateX(-275px);
+
-moz-transition: -moz-transform 0.5s ease;
+
-webkit-transition: -webkit-transform 0.5s ease;
+
-ms-transition: -ms-transform 0.5s ease;
+
transition: transform 0.5s ease;
+
display: block;
+
height: 100%;
+
left: 0;
+
overflow-y: auto;
+
position: fixed;
+
top: 0;
+
width: 275px;
+
z-index: 10002;
+
color: #858484;
+
background-image: url("images/bg02.png");
+
box-shadow: inset -3px 0px 5px 0px rgba(0, 0, 0, 0.35);
+
}
+
  
#navPanel .link {
 
display: block;
 
color: #888;
 
text-decoration: none;
 
height: 44px;
 
line-height: 44px;
 
border-top: solid 1px rgba(255, 255, 255, 0.05);
 
padding: 0 1em 0 1em;
 
font-style: italic;
 
}
 
  
#navPanel .link:first-child {
 
border-top: 0;
 
}
 
  
#navPanel .indent-1 {
+
@media only screen and (max-width:1100px) {
display: inline-block;
+
.blank_framework{
width: 1em;
+
height: 61px;
}
+
}
  
#navPanel .indent-2 {
+
.big_framework .page_big_title_box{
display: inline-block;
+
height: 120px;
width: 2em;
+
width: 90%;
}
+
margin: 20px auto;
 +
text-align: left;
 +
border-left: 10px solid #3B3B3B;
 +
border-right: none;
 +
padding-left: 30px;
 +
padding-right: 0px;
  
#navPanel .indent-3 {
+
}
display: inline-block;
+
width: 3em;
+
}
+
  
#navPanel .indent-4 {
+
.big_framework .page_big_title_box .page_big_title{
display: inline-block;
+
font-size: 50px;
width: 4em;
+
color: #EE2C2C;
}
+
line-height: 80px;
 +
font-weight: 1000;
 +
}
  
#navPanel .indent-5 {
+
.big_framework .page_big_title_box .page_big_subtitle{
display: inline-block;
+
font-size: 20px;
width: 5em;
+
color: #3B3B3B;
}
+
line-height: 40px;
 +
}
  
#navPanel .depth-0 {
+
.column50{
color: #fff;
+
display: inline-block;
}
+
width: 100%;
 +
padding: 0px;
 +
margin-bottom: 20px;
 +
}
  
.igem_2018_team_content.navPanel-visible #page-wrapper {
+
.footer{
-moz-transform: translateX(275px);
+
height: 600px;
-webkit-transform: translateX(275px);
+
}
-ms-transform: translateX(275px);
+
transform: translateX(275px);
+
}
+
  
.igem_2018_team_content.navPanel-visible #titleBar {
+
.footer_left{
-moz-transform: translateX(275px);
+
width: 100%;
-webkit-transform: translateX(275px);
+
}
-ms-transform: translateX(275px);
+
transform: translateX(275px);
+
}
+
 
+
.igem_2018_team_content.navPanel-visible #navPanel {
+
-moz-transform: translateX(0);
+
-webkit-transform: translateX(0);
+
-ms-transform: translateX(0);
+
transform: translateX(0);
+
}*/
+
  
 +
.footer_right{
 +
width: 100%;
 
}
 
}
  
/* Small */
 
  
@media screen and (max-width: 736px) {
+
.index-nav{
 +
height: inherit;
 +
}
  
/* Basic */
+
.index-nav-frame-line-li a{
 +
display: block;
 +
color: white;
 +
}
  
.igem_2018_team_content, input, textarea, select {
+
.nav-line{
font-size: 11pt;
+
display: block;
}
+
border-bottom: 1px solid #eeeeee;
 +
}
  
h2, h3, h4, h5, h6 {
+
.nav-small{
font-size: 1.25em;
+
display: block;
}
+
}
  
/* Button */
+
.nav-small:focus-within~.index-nav-frame-line{
 +
height: auto;
 +
border-bottom: 1px solid #ccc;
 +
}
  
input[type="button"].large,
+
.nav-small:focus-within .nav-small-focus{
input[type="submit"].large,
+
display: block;
input[type="reset"].large,
+
}
button.large,
+
.button.large {
+
font-size: 1.1em;
+
padding: 0.65em 1.5em 0.65em 1.5em;
+
}
+
  
/* Actions */
+
.index-nav-frame{
 +
width: 100%;
 +
margin: 0px;
 +
}
  
ul.actions li {
+
.index-nav-frame-logo{
margin: 1em 0 0 0;
+
display: none;
display: block;
+
}
}
+
  
ul.actions li .button {
+
.index-nav-frame-logo-mobile{
width: 100%;
+
background: #ffffff00;
}
+
position: relative;
 +
display: block;
 +
outline: none;
 +
width: inherit;
 +
height: inherit;
 +
}
  
ul.actions li:first-child {
+
.index-nav-frame-logo-mobile img{
margin-top: 0;
+
height: inherit;
}
+
}
  
/* Section/Article */
+
.index-nav-frame-line{
 +
width: 100%;
 +
height: 0;
 +
overflow: hidden;
 +
}
  
section, article {
+
.index-nav-frame-line.first-one{
margin-bottom: 20px;
+
margin-left: 0px;
}
+
width: 100%;
 +
}
  
header {
+
.index-nav-frame-line.HP-button{
margin: 0 0 1em 0;
+
width: 100%;
}
+
}
  
footer {
+
.index-nav-frame-line-center{
margin: 2em 0 0 0;
+
position: relative;
}
+
background: #444359;
 +
}
  
/* Box */
+
.index-nav-frame-line-center.need-to-be-hidden{
 +
display: block;
 +
}
  
.box {
+
.index-nav-frame-line:hover .index-nav-frame-line-center{
padding: 25px 15px 20px 15px;
+
height:0;
}
+
opacity: 0;
 +
}
  
.box .image.featured {
+
.index-nav-frame-line-li{
left: 15px;
+
border-bottom: 1px solid #4b4a5e;
top: 15px;
+
color: #d9d9d9;
margin: -40px 0 40px -30px;
+
background: #444359;
}
+
}
  
.box.post header {
+
.index-nav-frame-line-li:hover{
padding-top: 0;
+
background: #b63b4d;
margin: 0 0 1em 0;
+
}
}
+
  
.box.post h2 {
+
.index-nav-frame-line:focus-within{
font-size: 1.5em;
+
height: auto;
line-height: 1.5em;
+
border-bottom: 1px solid #ccc;
}
+
}
  
.box.post header > p {
+
.index-nav-frame-line:focus-within>.index-nav-frame-line-center{
margin-top: 0;
+
height:auto;
font-size: 1em;
+
opacity: 1;
}
+
}
  
/* Divided */
+
.index-nav-frame-line:focus-within .index-nav-frame-line-header{
 +
color: #B63B4D;
 +
}
  
ul.divided li {
+
.index-nav-frame-line-focus{
padding: 0.5em 0 0.5em 0;
+
display: none;
}
+
width: 100%;
 +
height: 50px;
 +
position: absolute;
 +
left: 0;
 +
top: 0;
 +
}
  
/* Contact */
+
.index-nav-frame-line:focus-within .index-nav-frame-line-focus{
 +
display: block;
 +
}
  
ul.contact li {
+
/*Timeline*/
padding: 0.8em 0 0.8em 7em;
+
.cbp_tmtimeline:before {
}
+
display: none;
 +
}
  
ul.contact li h3 {
+
.cbp_tmtimeline > li .cbp_tmtime {
top: 0.8em;
+
width: 100%;
}
+
position: relative;
 +
padding: 0 0 20px 0;
 +
}
  
/* Dates */
+
.cbp_tmtimeline > li .cbp_tmtime span {
 +
text-align: left;
 +
}
  
ul.dates li {
+
.cbp_tmtimeline > li .cbp_tmlabel {
padding-left: 6em;
+
margin: 0 0 30px 0;
}
+
padding: 1em;
 +
font-weight: 400;
 +
font-size: 95%;
 +
}
  
ul.dates h3 {
+
.cbp_tmtimeline > li .cbp_tmlabel:after {
margin: 0 0 0.5em 0;
+
right: auto;
}
+
left: 20px;
 +
border-right-color: transparent;
 +
border-bottom-color: #9b0b20;
 +
top: -20px;
 +
}
  
/* Links */
+
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
 +
border-right-color: transparent;
 +
border-bottom-color: #b63b4d;
 +
}
  
ul.links li {
+
.cbp_tmtimeline > li .cbp_tmicon {
display: block;
+
position: relative;
padding: 0.25em 0 0 0;
+
float: right;
margin: 0.25em 0 0 0;
+
left: auto;
border-left: 0;
+
margin: -55px 5px 0 0px;
}
+
}
 +
}
 +
/* Tables Here */
 +
.medium_framework .smmu-table {
 +
border: 1px solid #ccc;
 +
width: 80%;
 +
margin:0;
 +
padding:0;
 +
border-collapse: collapse;
 +
border-spacing: 0;
 +
margin: 0 auto;
 +
}
  
ul.links li:first-child {
+
.medium_framework .smmu-table thead{
padding-top: 0;
+
font-weight: bold;
margin-top: 0;
+
}
}
+
  
/* Social */
+
.smmu-table tr {
 +
border: 1px solid #ddd;
 +
padding: 5px;
 +
}
  
ul.social li {
+
.smmu-table th, .smmu-table td {
margin: 0 0.5em 0.75em 0;
+
padding: 10px;
}
+
text-align: center;
 +
}
  
/* Icons */
+
.smmu-table td a{
 +
text-decoration: underline;
 +
font-weight: bold;
 +
}
  
.icon.featured {
+
.smmu-table th {
width: 8em;
+
text-transform: uppercase;
margin: 0 0 3em 0;
+
font-size: 14px;
}
+
letter-spacing: 1px;
 +
}
  
.icon.featured:after {
+
@media screen and (max-width: 900px) {
border-left: solid 4em transparent;
+
border-right: solid 4em transparent;
+
}
+
  
/* Header */
+
.medium_framework .smmu-table {
 +
border: 0;
  
#header {
+
}
text-align: center;
+
padding: 2em 0;
+
}
+
  
#header h1 {
+
.smmu-table thead {
color: #252122;
+
display: none;
font-weight: 900;
+
}
font-size: 2.5em!important;
+
letter-spacing: -0.035em;
+
}
+
  
#header h1 sup {
+
.smmu-table tr {
color: #36b;
+
margin-bottom: 10px;
font-weight: 900;
+
display: block;
font-size: 0.7em;
+
border-bottom: 2px solid #ddd;
letter-spacing: -0.035em;
+
}
}
+
  
/* Intro */
+
.smmu-table td {
 +
display: block;
 +
text-align: right;
 +
font-size: 13px;
 +
border-bottom: 1px dotted #ccc;
 +
}
  
#intro {
+
.smmu-table td a{
padding: 2em 0 0 0;
+
text-decoration: underline;
}
+
font-weight: bold;
 
+
}
#intro section {
+
padding: 40px 0 0 0;
+
margin: 20px 0 0 0;
+
}
+
  
#intro h2 {
+
.smmu-table td:last-child {
font-size: 1.25em;
+
border-bottom: 0;
}
+
}
 
+
/* Banner */
+
 
+
#banner {
+
padding: 6em 0;
+
margin: 2em 0 0 0;
+
}
+
 
+
#banner header {
+
padding: 1.5em 1em 1.5em 1em;
+
display: block;
+
border-radius: 0;
+
}
+
 
+
#banner header h2 {
+
font-size: 1.5em;
+
line-height: 1.5em;
+
margin: 0 0 0.25em 0;
+
}
+
 
+
#banner header p {
+
font-size: 1.2em;
+
}
+
 
+
/* Main */
+
 
+
#main {
+
padding: 20px 0;
+
}
+
 
+
/* Footer */
+
 
+
#footer {
+
padding: 40px 0 20px 0;
+
}
+
 
+
/* NEW */
+
 
+
#needhide{
+
display: none;
+
}
+
 
+
#needshow{
+
display: inherit!important;
+
}
+
 
+
#header h1{
+
font-size: 40px!important;
+
padding-top:0!important;
+
}
+
  
 +
.smmu-table td:before {
 +
content: attr(data-label);
 +
float: left;
 +
text-transform: uppercase;
 +
font-weight: bold;
 
}
 
}
 
/* Addition */
 
.data-scientists-picture{
 
width: 80%;
 
margin: 0 10%;
 
height: 500px;
 
 
}
 
}
  
.person-container{
+
padding: 10px;
position: relative;
+
text-align: center;
float: left;
+
width: 33.33%;
+
height: 100%;
+
 
}
 
}
  
.person-photo{
+
.smmu-table td a{
position: absolute;
+
text-decoration: underline;
left: 50%;
+
font-weight: bold;
top: 15%;
+
color: #3b52b6;
margin-left: -105px;
+
width: 200px;
+
height: 200px;
+
border: 8px solid #2980B9;
+
border-radius: 50%;
+
background-image: url(https://static.igem.org/mediawiki/2018/0/02/T--SMMU-China--avatar.jpg);
+
background-size: 184px 184px;
+
 
}
 
}
  
.person-photo:hover{
+
.smmu-table td a:hover{
border: 12px solid #5499C7;
+
color: black;
background-size: 176px 176px;
+
 
}
 
}
  
.person-name{
+
.smmu-table td a:visited{
position: absolute;
+
color: #0b26bb;
left: 50%;
+
bottom: 25%;
+
margin-left: -100px;
+
width: 184px;
+
height: 50px;
+
 
+
 
}
 
}
  
.name-text{
+
.smmu-table th {
display: block;
+
text-transform: uppercase;
width: 100%
+
font-size: 14px;
height: 50px;
+
letter-spacing: 1px;
line-height: 50px;
+
font-size: 25px!important;
+
color: #2980b9;
+
text-align: center;
+
 
}
 
}
  
.person-job{
+
@media screen and (max-width: 900px) {
position: absolute;
+
left: 50%;
+
bottom: 15%;
+
margin-left: -100px;
+
width: 184px;
+
height: 50px;
+
}
+
  
.job-text{
+
.medium_framework .smmu-table {
display: block;
+
border: 0;
width: 100%
+
height: 50px;
+
line-height: 50px;
+
font-size: 20px!important;
+
color: #000;
+
text-align: center;
+
}
+
  
/*************/
+
}
/*  Video  */
+
.video_embed {
+
width: 640px;
+
margin-bottom: 30px;
+
overflow:
+
}
+
  
/************/
+
.smmu-table thead {
/*  Slider  */
+
display: none;
.slider{
+
}
width: 800px; /*Same as width of the large image*/
+
position: relative;
+
/*Instead of height we will use padding*/
+
padding-top: 534px; /*That helps bring the labels down*/
+
+
margin: 20px auto 140px auto;
+
+
/*Lets add a shadow*/
+
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
+
}
+
  
/*Last thing remaining is to add transitions*/
+
.smmu-table tr {
.slider > img{
+
margin-bottom: 10px;
position: absolute;
+
display: block;
left: 0; top: 0;
+
border-bottom: 2px solid #ddd;
transition: all 0.5s;
+
}
}
+
  
.slider input[name='slide_switch'] {
+
.smmu-table td {
display: none;
+
display: block;
}
+
text-align: right;
 +
font-size: 13px;
 +
border-bottom: 1px dotted #ccc;
 +
}
  
.slider label {
+
.smmu-table td a{
/*Lets add some spacing for the thumbnails*/
+
text-decoration: underline;
margin: 18px 0 0 18px;
+
font-weight: bold;
border: 3px solid #999;
+
color: #3b52b6;
+
}
float: left;
+
cursor: pointer;
+
transition: all 0.5s;
+
+
/*Default style = low opacity*/
+
opacity: 0.6;
+
}
+
  
.slider label img{
+
.smmu-table td a:hover{
display: block;
+
color: black;
}
+
}
  
/*Time to add the click effects*/
+
.smmu-table td a:visited{
.slider input[name='slide_switch']:checked+label {
+
color: #0b26bb;
border-color: #666;
+
}
opacity: 1;
+
}
+
/*Clicking any thumbnail now should change its opacity(style)*/
+
/*Time to work on the main images*/
+
.slider input[name='slide_switch'] ~ img {
+
opacity: 0;
+
transform: scale(1.1);
+
}
+
/*That hides all main images at a 110% size
+
On click the images will be displayed at normal size to complete the effect
+
*/
+
.slider input[name='slide_switch']:checked+label+img {
+
opacity: 1;
+
transform: scale(1);
+
}
+
  
/****************/
+
.smmu-table td:last-child {
/*  Photo Wall  */
+
border-bottom: 0;
.content_photo{
+
}
margin: 80px 0 0px -415px;
+
    position: relative;
+
    left: 50%;
+
    width: 830px;
+
    height: 500px;
+
}
+
.content_photo img{
+
position:absolute;
+
padding:10px;
+
background:#fff;
+
border: none;
+
border-radius:6px;
+
width:240px;
+
height:160px;
+
+
/*position:absolute;*/
+
-webkit-transition:1s;
+
z-index:1;
+
background: radial-gradient( transparent 0px, transparent 4px, white 4px, white );
+
background-size: 20px 20px;
+
background-position: -10px -10px;
+
+
}
+
.content_photo img:hover{
+
+
-webkit-transform: rotate(0deg);
+
-webkit-transform: scale(1.5);
+
-webkit-box-shadow:10px 10px 15px #ccc;
+
z-index:999;
+
border-bottom-right-radius:140px 30px;
+
}
+
.content_photo .img01{
+
top:70px;
+
left:350px;
+
transform: rotate(5deg);
+
-o-transform: rotate(5deg);
+
-webkit-transform: rotate(5deg);
+
-ms-transform: rotate(5deg);
+
-moz-transform: rotate(5deg);
+
}
+
.content_photo .img02{
+
top:-10px;
+
left:530px;
+
-o-transform: rotate(-10deg);
+
-webkit-transform: rotate(-10deg);
+
-ms-transform: rotate(-10deg);
+
-moz-transform: rotate(-10deg);
+
}
+
.content_photo .img03{
+
top:-30px;
+
left:30px;
+
-o-transform: rotate(-10deg);
+
-webkit-transform: rotate(-10deg);
+
-ms-transform: rotate(-10deg);
+
-moz-transform: rotate(-10deg);
+
}
+
.content_photo .img04{
+
top:130px;
+
left:60px;
+
-o-transform: rotate(30deg);
+
-webkit-transform: rotate(30deg);
+
-ms-transform: rotate(30deg);
+
-moz-transform: rotate(30deg);
+
}
+
.content_photo .img05{
+
top:30px;
+
left:180px;
+
-o-transform: rotate(10deg);
+
-webkit-transform: rotate(10deg);
+
-ms-transform: rotate(10deg);
+
-moz-transform: rotate(10deg);
+
}
+
.content_photo .img06{
+
top:160px;
+
left:560px;
+
-o-transform: rotate(20deg);
+
-webkit-transform: rotate(20deg);
+
-ms-transform: rotate(20deg);
+
-moz-transform: rotate(20deg);
+
}
+
.content_photo .img07{
+
top:260px;
+
left:560px;
+
-o-transform: rotate(30deg);
+
-webkit-transform: rotate(-30deg);
+
-ms-transform: rotate(30deg);
+
-moz-transform: rotate(30deg);
+
}
+
.content_photo .img08{
+
top:250px;
+
left:50px;
+
-o-transform: rotate(-5deg);
+
-webkit-transform: rotate(-5deg);
+
-ms-transform: rotate(-5deg);
+
-moz-transform: rotate(-5deg);
+
}
+
.content_photo .img09{
+
top:240px;
+
left:290px;
+
-o-transform: rotate(15deg);
+
-webkit-transform: rotate(15deg);
+
-ms-transform: rotate(15deg);
+
-moz-transform: rotate(15deg);
+
}
+
  
 
+
.smmu-table td:before {
/******************/
+
content: attr(data-label);
/*  Float Button  */
+
float: left;
.float_button_container {
+
text-transform: uppercase;
  background-image: url(https://static.igem.org/mediawiki/2018/4/42/T--SMMU-China--social_media.jpg);
+
font-weight: bold;
  display: -webkit-box;
+
}
  display: -ms-flexbox;
+
  display: flex;
+
  -webkit-box-align: center;
+
      -ms-flex-align: center;
+
          align-items: center;
+
  -webkit-box-pack: center;
+
      -ms-flex-pack: center;
+
          justify-content: center;
+
  width: 100vw;
+
  height: 100vh;
+
}
+
 
+
.float_button {
+
  text-decoration: none;
+
  font-size: .875rem;
+
  font-weight: 300;
+
  text-transform: uppercase;
+
  display: inline-block;
+
  border-radius: 1.5rem;
+
  background-color: #fff;
+
  color: #9191E9;
+
  padding: 1rem 2rem;
+
  margin: 0 20px 0;
+
}
+
 
+
.popup {
+
  display: -webkit-box;
+
  display: -ms-flexbox;
+
  display: flex;
+
  -webkit-box-align: center;
+
      -ms-flex-align: center;
+
          align-items: center;
+
  -webkit-box-pack: center;
+
      -ms-flex-pack: center;
+
          justify-content: center;
+
  position: fixed;
+
  width: 100vw;
+
  height: 100vh;
+
  bottom: 0;
+
  right: 0;
+
  background-color: rgba(0, 0, 0, 0.8);
+
  z-index: 2;
+
  visibility: hidden;
+
  opacity: 0;
+
  overflow: hiden;
+
  -webkit-transition: .64s ease-in-out;
+
  transition: .64s ease-in-out;
+
}
+
.popup-inner {
+
  position: relative;
+
  bottom: -100vw;
+
  right: -100vh;
+
  display: -webkit-box;
+
  display: -ms-flexbox;
+
  display: flex;
+
  -webkit-box-align: center;
+
      -ms-flex-align: center;
+
          align-items: center;
+
  max-width: 800px;
+
  max-height: 600px;
+
  width: 60%;
+
  height: 80%;
+
  background-color: #fff;
+
  -webkit-transform: rotate(32deg);
+
          transform: rotate(32deg);
+
  -webkit-transition: .64s ease-in-out;
+
  transition: .64s ease-in-out;
+
}
+
.popup__photo {
+
  display: -webkit-box;
+
  display: -ms-flexbox;
+
  display: flex;
+
  -webkit-box-pack: end;
+
      -ms-flex-pack: end;
+
          justify-content: flex-end;
+
  -webkit-box-align: end;
+
      -ms-flex-align: end;
+
          align-items: flex-end;
+
  width: 40%;
+
  height: 100%;
+
  overflow: hidden;
+
}
+
.popup__photo img {
+
  width: auto;
+
  height: 100%;
+
}
+
.popup__text {
+
  display: -webkit-box;
+
  display: -ms-flexbox;
+
  display: flex;
+
  -webkit-box-orient: vertical;
+
  -webkit-box-direction: normal;
+
      -ms-flex-direction: column;
+
          flex-direction: column;
+
  -webkit-box-pack: center;
+
      -ms-flex-pack: center;
+
          justify-content: center;
+
  width: 60%;
+
  height: 100%;
+
  padding: 4rem;
+
}
+
.popup__text h1 {
+
  font-size: 2rem;
+
  font-weight: 600;
+
  margin-bottom: 1.5rem!important;
+
  text-transform: uppercase;
+
  color: #0A0A0A;
+
}
+
.popup__text p {
+
  font-size: 1.2rem;
+
  color: #686868;
+
  line-height: 1.5;
+
}
+
.popup:target {
+
  visibility: visible;
+
  opacity: 1;
+
}
+
.popup:target .popup-inner {
+
  bottom: 0;
+
  right: 0;
+
  -webkit-transform: rotate(0);
+
          transform: rotate(0);
+
}
+
.popup__close {
+
  position: absolute;
+
  right: -1rem;
+
  top: -1rem;
+
  width: 3rem;
+
  height: 3rem;
+
  font-size: .875rem;
+
  font-weight: 300;
+
  border-radius: 100%;
+
  background-color: #0A0A0A;
+
  z-index: 4;
+
  color: #fff;
+
  line-height: 3rem;
+
  text-align: center;
+
  cursor: pointer;
+
  text-decoration: none;
+
 
}
 
}

Latest revision as of 11:04, 21 October 2019

/*general*/ @font-face{ font-family: 'SMMUFONT'; src:url('https://static.igem.org/mediawiki/2019/8/8f/T--SMMU-China--SMMUFONT.ttf') format('truetype'); } body,h1,h2,h3,h4,h5,h6,p,th,td{font-family:"SMMUFONT"!important;} a{color:#333; text-decoration:none;} h1{font-size: 27px; line-height: 50px;} h2{font-size: 25px; line-height: 50px;} h3{font-size: 23px; line-height: 50px;} h4{font-size: 21px; line-height: 50px;} h5{font-size: 19px; line-height: 50px;} h6{font-size: 17px; line-height: 50px;}


.big_framework { background-color: white; display: block; width: 100%; }

.big_framework .page_banner { margin: auto; width: 100%; text-align: center; }

.big_framework .page_big_title_box { margin: 30px auto; width: 1160px; height: 180px; text-align: right; border-right: 10px solid #3B3B3B; padding-right: 30px; }

.big_framework .page_big_title_box .page_big_title{ font-size: 100px; color: #EE2C2C; line-height: 120px; font-weight: 1000; }

.big_framework .page_big_title_box .page_big_subtitle{ font-size: 40px; color: #3B3B3B; line-height: 60px; }

.big_framework .medium_framework { margin: auto; max-width: 1200px; padding: 20px 0px; width: 90%; text-align: center; }

.big_framework .medium_framework p{ font-size: 17px!important; line-height: 30px; }

.home_banner{ background-image: url(T--SMMU-China--index_bg_1.jpg); background-repeat:no-repeat; background-size: 100% auto; background-position: top; background-attachment: fixed; height: 790px; }

.home_banner_title{ width: 100%; padding: 100px 0vh 0vh 0vh; text-align: center; line-height: 400px; font-size: 150px; color: #FFF; font-weight: 700; text-shadow:5px 2px 6px #000; }

.home_banner_subtitle{ width: 100%; text-align: center; line-height: 50px; font-size: 30px; color: #FFF; font-weight: 500; text-shadow:5px 2px 6px #000; }

.index_block_textbox{ width: 60%; padding: 17% 5% 0 5%; position: absolute; font-size: 25px; line-height: 45px; }

  1. index_block_firstword{

font-size: 40px; }

.mobile_bg{ display: none; }

.pc_bg{ display: block; }

@media only screen and (max-width:1600px) { .home_banner{ height: 675px; }

.index_block_textbox{ width: 60%; padding: 15% 5% 0 5%; position: absolute; font-size: 24px; line-height: 45px; } }

@media only screen and (max-width:1100px) { .home_banner{ height: 593px; }

.index_block_textbox{ width: 60%; padding: 14% 5% 0 5%; position: absolute; font-size: 22px; line-height: 45px; }

.home_banner_title{ padding: 100px 0vh 0vh 0vh; text-align: center; line-height: 300px; font-size: 100px; color: #FFF; font-weight: 700; text-shadow:5px 2px 6px #000; }

.home_banner_subtitle{ text-align: center; line-height: 40px; font-size: 22px; color: #FFF; font-weight: 500; text-shadow:5px 2px 6px #000; } }

@media only screen and (max-width:1200px) { .home_banner{ height: 480px; }

.index_block_textbox{ width: 60%; padding: 13% 5% 0 5%; position: absolute; font-size: 18px; line-height: 35px; }


.home_banner_title{ padding: 50px 0vh 0vh 0vh; text-align: center; line-height: 260px; font-size: 80px; color: #FFF; font-weight: 700; text-shadow:5px 2px 6px #000; }

.home_banner_subtitle{ text-align: center; line-height: 30px; font-size: 20px; color: #FFF; font-weight: 500; text-shadow:5px 2px 6px #000; } }

@media only screen and (max-width:1000px) { .home_banner{ background-attachment: unset; height: auto; background-position: center; }

.index_block_textbox{ width: 60%; padding: 25% 5% 0 5%; position: absolute; font-size: 22px; line-height: 45px; }

.home_banner_title{ padding: 30px 0vh 0vh 0vh; text-align: center; line-height: 100px; font-size: 40px; color: #FFF; font-weight: 700; text-shadow:5px 2px 6px #000; }

.home_banner_subtitle{ padding: 0vh 0vh 30px 0vh; text-align: center; line-height: 25px; font-size: 15px; color: #FFF; font-weight: 500; text-shadow:5px 2px 6px #000; }

.mobile_bg{ display: block; }

.pc_bg{ display: none; } }

@media only screen and (max-width:800px) { .index_block_textbox{ width: 60%; padding: 25% 5% 0 5%; position: absolute; font-size: 18px; line-height: 35px; } }

@media only screen and (max-width:600px) { .index_block_textbox{ width: 60%; padding: 20% 5% 0 5%; position: absolute; font-size: 14px; line-height: 20px; } }


.column50{ display: inline-block; width: 45%; padding: 0px 2%; margin-bottom: 0px; }

.blank_framework{ height: 90px; }

.footer{ height: 300px; background-color: #282828; }

.footer_left{ width: 50%; display: inline-block; }

.footer_right{ width: 50%; display: inline-block; float: right; }

.footer_title{ margin: auto; padding-top: 30px; height: 120px; line-height: 120px; font-size: 40px; color: #FFF; text-align: center; }

.footer_text{ display: inline-block; height: 150px; width: 100%; line-height: 40px; font-size: 20px!important; color: #FFF; text-align: center; }

/*header*/ .index-nav{ width: 100%; border-bottom: 3px solid #eeeeee; height: 83px; box-sizing: border-box; background:white; position: fixed; margin-top: 7px; z-index: 999; }

.index-nav a{ color: #333; }

.index-nav-frame{ margin: 0px 50px; }

.index-nav-frame-line{ color: #333333; background: #ffffff00; float: left; position: relative; display: block; outline: none; cursor: pointer; width: 135px; line-height: 80px; text-align: center; font-weight: 700; font-size: 16px; }

.index-nav-frame-line.HP-button{ width: 210px; }

.index-nav-frame-logo{ background: #ffffff00; float: left; position: relative; display: block; outline: none; width: 216px; height: 72px; padding-top: 5px; }

.index-nav-frame-logo-mobile{ display: none; }

.index-nav-frame-logo img{ width: 216px; }

.index-nav-frame-line.active{ color:#b63b4d; }

.index-nav-frame-line.first-one{ margin-left: 3%; width: 96px; }

.index-nav-frame-line.active > a{ color:#b63b4d; }

.index-nav-frame-line-center{ opacity: 0; height: 0; position: absolute; overflow: hidden; width: 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; /* Firefox 4 */ -o-transition: all 0.5s; /* Opera */ }

.index-nav-frame-line-center.need-to-be-hidden{ display: none; }

.index-nav-frame-line-li{ width: 100%; font-weight: 500; text-align: center; background: white; color: #666666; line-height: 50px; }

.index-nav-frame-line-li:hover{ background: #444359; color: white; }

.index-nav-frame-line-li:hover a{ background: #444359; color: white; }

.index-nav-frame-line-focus:focus-within{ display: none; }

.index-nav-frame-line:hover .index-nav-frame-line-center{ height:auto; opacity: 1; }

.nav-line{ height: 50px; width: 100%; position: relative; display: none; outline: none; }

.nav-small{ width: 30px; height: 30px; position: absolute; right: 10px; top:10px; cursor: pointer; display: none; outline: none; }

.nav-small img{ width: 100%; height: 100%; object-fit: cover; }

.nav-small-focus{ position: absolute; width: 100%; height: 100%; display: none; }

.nav-small-focus:focus-within{ display: none; }


/* Timeline */

.timeline-container *, .timeline-container *:after, .timeline-container *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */ .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; }


.timeline-main, .timeline-container > header { width: 95%; max-width: 1100px; margin: 0 auto; padding: 0 1.875em 3.125em; }

.timeline-container > header { padding: 2.875em 1.875em 1.875em; }

.timeline-container > header h1 { font-size: 2.125em; line-height: 1.3; margin: 0; float: left; font-weight: 400; }

.timeline-container > header span { display: block; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5em; padding: 0 0 0.6em 0.1em; }

.timeline-container > header nav { float: right; }

.timeline-container > header nav a { display: block; float: left; position: relative; width: 2.5em; height: 2.5em; background: #fff; border-radius: 50%; color: transparent; margin: 0 0.1em; border: 4px solid #47a3da; text-indent: -8000px; }

.timeline-container > header nav a:after { content: attr(data-info); color: #47a3da; position: absolute; width: 600%; top: 120%; text-align: right; right: 0; opacity: 0; pointer-events: none; }

.timeline-container > header nav a:hover:after { opacity: 1; }

.timeline-container > header nav a:hover { background: #47a3da; }

.icon-drop:before, .icon-arrow-left:before { font-family: 'fontawesome'; position: absolute; top: 0; width: 100%; height: 100%; speak: none; font-style: normal; font-weight: normal; line-height: 2; text-align: center; color: #47a3da; -webkit-font-smoothing: antialiased; text-indent: 8000px; padding-left: 8px; }

.timeline-container > header nav a:hover:before { color: #fff; }

.icon-drop:before { content: "\e000"; }

.icon-arrow-left:before { content: "\f060"; }

@font-face { font-family: 'ecoico'; src:url('https://static.igem.org/mediawiki/2019/3/36/T--SMMU-China--timelineicons_ecoico.eot'); src:url('https://static.igem.org/mediawiki/2019/3/36/T--SMMU-China--timelineicons_ecoico.eot?#iefix') format('embedded-opentype'), url('https://static.igem.org/mediawiki/2019/8/80/T--SMMU-China--timelineicons_ecoico.woff') format('woff'), url('https://static.igem.org/mediawiki/2019/f/f9/T--SMMU-China--timelineicons_ecoico.ttf') format('truetype'), url('https://static.igem.org/mediawiki/2019/a/a7/T--SMMU-China--timelineicons_ecoico.svg#ecoico') format('svg'); font-weight: normal; font-style: normal; } /* Made with http://icomoon.io/ */

.cbp_tmtimeline { margin: 30px 0 0 0; padding: 0; list-style: none; position: relative; }

/* The line */ .cbp_tmtimeline:before { content: ; position: absolute; top: 0; bottom: 0; width: 10px; background: #d17885; left: 20%; margin-left: -10px; }

/* The date/time */ .cbp_tmtimeline > li .cbp_tmtime { display: block; width: 25%; padding-right: 100px; position: absolute; }

.cbp_tmtimeline > li .cbp_tmtime span { display: block; text-align: right; }

.cbp_tmtimeline > li .cbp_tmtime span:first-child { font-size: 0.9em; color: #2c0309; }

.cbp_tmtimeline > li .cbp_tmtime span:last-child { font-size: 2.9em; color: #9b0b20; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child { color: #b63b4d; }

/* Right content */ .cbp_tmtimeline > li .cbp_tmlabel { margin: 0 0 15px 25%; background: #9b0b20; color: #fff; padding: 2em; font-size: 0.5em; font-weight: 300; line-height: 1.4; position: relative; border-radius: 5px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel { background: #b63b4d; }

.cbp_tmtimeline > li .cbp_tmlabel h2 { margin-top: 0px; padding: 0 0 10px 0; border-bottom: 1px solid rgba(255,255,255,0.4); color: #FFF; font-weight:700; }

/* The triangle */ .cbp_tmtimeline > li .cbp_tmlabel:after { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-right-color: #9b0b20; border-width: 10px; top: 10px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after { border-right-color: #b63b4d; }

/* The icons */ .cbp_tmlabel .calendar_icon{ width: 90px; height: 90px; padding: 0.3em; text-align: center; text-align: -webkit-center; text-align: -moz-center; border: 4px solid white; background: transparent; border-radius: 10em;

}

.cbp_tmtimeline > li .cbp_tmicon { width: 40px; height: 40px; font-family: 'ecoico'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 1.4em; line-height: 40px; -webkit-font-smoothing: antialiased; position: absolute; color: #fff; background: #8d2d3b; border-radius: 50%; box-shadow: 0 0 0 8px #d17885; text-align: center; left: 20%; top: 0; margin: 0 0 0 -25px; } .cbp_tmtimeline > li .cbp_tmlabel ul{ text-align: left; font-size: 17px; line-height: 30px; list-style-type: disc; }

.cbp_tmicon-phone:before { content: "\e000"; }

.cbp_tmicon-screen:before { content: "\e001"; }

.cbp_tmicon-mail:before { content: "\e002"; }

.cbp_tmicon-earth:before { content: "\e003"; }


@media only screen and (max-width:1100px) { .blank_framework{ height: 61px; }

.big_framework .page_big_title_box{ height: 120px; width: 90%; margin: 20px auto; text-align: left; border-left: 10px solid #3B3B3B; border-right: none; padding-left: 30px; padding-right: 0px;

}

.big_framework .page_big_title_box .page_big_title{ font-size: 50px; color: #EE2C2C; line-height: 80px; font-weight: 1000; }

.big_framework .page_big_title_box .page_big_subtitle{ font-size: 20px; color: #3B3B3B; line-height: 40px; }

.column50{ display: inline-block; width: 100%; padding: 0px; margin-bottom: 20px; }

.footer{ height: 600px; }

.footer_left{ width: 100%; }

.footer_right{ width: 100%; }


.index-nav{ height: inherit; }

.index-nav-frame-line-li a{ display: block; color: white; }

.nav-line{ display: block; border-bottom: 1px solid #eeeeee; }

.nav-small{ display: block; }

.nav-small:focus-within~.index-nav-frame-line{ height: auto; border-bottom: 1px solid #ccc; }

.nav-small:focus-within .nav-small-focus{ display: block; }

.index-nav-frame{ width: 100%; margin: 0px; }

.index-nav-frame-logo{ display: none; }

.index-nav-frame-logo-mobile{ background: #ffffff00; position: relative; display: block; outline: none; width: inherit; height: inherit; }

.index-nav-frame-logo-mobile img{ height: inherit; }

.index-nav-frame-line{ width: 100%; height: 0; overflow: hidden; }

.index-nav-frame-line.first-one{ margin-left: 0px; width: 100%; }

.index-nav-frame-line.HP-button{ width: 100%; }

.index-nav-frame-line-center{ position: relative; background: #444359; }

.index-nav-frame-line-center.need-to-be-hidden{ display: block; }

.index-nav-frame-line:hover .index-nav-frame-line-center{ height:0; opacity: 0; }

.index-nav-frame-line-li{ border-bottom: 1px solid #4b4a5e; color: #d9d9d9; background: #444359; }

.index-nav-frame-line-li:hover{ background: #b63b4d; }

.index-nav-frame-line:focus-within{ height: auto; border-bottom: 1px solid #ccc; }

.index-nav-frame-line:focus-within>.index-nav-frame-line-center{ height:auto; opacity: 1; }

.index-nav-frame-line:focus-within .index-nav-frame-line-header{ color: #B63B4D; }

.index-nav-frame-line-focus{ display: none; width: 100%; height: 50px; position: absolute; left: 0; top: 0; }

.index-nav-frame-line:focus-within .index-nav-frame-line-focus{ display: block; }

/*Timeline*/ .cbp_tmtimeline:before { display: none; }

.cbp_tmtimeline > li .cbp_tmtime { width: 100%; position: relative; padding: 0 0 20px 0; }

.cbp_tmtimeline > li .cbp_tmtime span { text-align: left; }

.cbp_tmtimeline > li .cbp_tmlabel { margin: 0 0 30px 0; padding: 1em; font-weight: 400; font-size: 95%; }

.cbp_tmtimeline > li .cbp_tmlabel:after { right: auto; left: 20px; border-right-color: transparent; border-bottom-color: #9b0b20; top: -20px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after { border-right-color: transparent; border-bottom-color: #b63b4d; }

.cbp_tmtimeline > li .cbp_tmicon { position: relative; float: right; left: auto; margin: -55px 5px 0 0px; } } /* Tables Here */ .medium_framework .smmu-table { border: 1px solid #ccc; width: 80%; margin:0; padding:0; border-collapse: collapse; border-spacing: 0; margin: 0 auto; }

.medium_framework .smmu-table thead{ font-weight: bold; }

.smmu-table tr { border: 1px solid #ddd; padding: 5px; }

.smmu-table th, .smmu-table td {/*general*/ @font-face{ font-family: 'SMMUFONT'; src:url('https://static.igem.org/mediawiki/2019/8/8f/T--SMMU-China--SMMUFONT.ttf') format('truetype'); } body,h1,h2,h3,h4,h5,h6,p,th,td{font-family:"SMMUFONT"!important;} a{color:#333; text-decoration:none;} h1{font-size: 27px; line-height: 50px;} h2{font-size: 25px; line-height: 50px;} h3{font-size: 23px; line-height: 50px;} h4{font-size: 21px; line-height: 50px;} h5{font-size: 19px; line-height: 50px;} h6{font-size: 17px; line-height: 50px;}


.big_framework { background-color: white; display: block; width: 100%; }

.big_framework .page_banner { margin: auto; width: 100%; text-align: center; }

.big_framework .page_big_title_box { margin: 30px auto; width: 1160px; height: 180px; text-align: right; border-right: 10px solid #3B3B3B; padding-right: 30px; }

.big_framework .page_big_title_box .page_big_title{ font-size: 100px; color: #EE2C2C; line-height: 120px; font-weight: 1000; }

.big_framework .page_big_title_box .page_big_subtitle{ font-size: 40px; color: #3B3B3B; line-height: 60px; }

.big_framework .medium_framework { margin: auto; max-width: 1200px; padding: 20px 0px; width: 90%; text-align: center; }

.big_framework .medium_framework p{ font-size: 17px!important; line-height: 30px; }

.home_banner{ background-image: url(T--SMMU-China--index_bg_1.jpg); background-repeat:no-repeat; background-size: 100% auto; background-position: top; background-attachment: fixed; height: 790px; }

.home_banner_title{ width: 100%; padding: 100px 0vh 0vh 0vh; text-align: center; line-height: 400px; font-size: 150px; color: #FFF; font-weight: 700; text-shadow:5px 2px 6px #000; }

.home_banner_subtitle{ width: 100%; text-align: center; line-height: 50px; font-size: 30px; color: #FFF; font-weight: 500; text-shadow:5px 2px 6px #000; }

.index_block_textbox{ width: 60%; padding: 17% 5% 0 5%; position: absolute; font-size: 25px; line-height: 45px; }

  1. index_block_firstword{

font-size: 40px; }

.mobile_bg{ display: none; }

.pc_bg{ display: block; }

@media only screen and (max-width:1600px) { .home_banner{ height: 675px; }

.index_block_textbox{ width: 60%; padding: 15% 5% 0 5%; position: absolute; font-size: 24px; line-height: 45px; } }

@media only screen and (max-width:1100px) { .home_banner{ height: 593px; }

.index_block_textbox{ width: 60%; padding: 14% 5% 0 5%; position: absolute; font-size: 22px; line-height: 45px; }

.home_banner_title{ padding: 100px 0vh 0vh 0vh; text-align: center; line-height: 300px; font-size: 100px; color: #FFF; font-weight: 700; text-shadow:5px 2px 6px #000; }

.home_banner_subtitle{ text-align: center; line-height: 40px; font-size: 22px; color: #FFF; font-weight: 500; text-shadow:5px 2px 6px #000; } }

@media only screen and (max-width:1200px) { .home_banner{ height: 480px; }

.index_block_textbox{ width: 60%; padding: 13% 5% 0 5%; position: absolute; font-size: 18px; line-height: 35px; }


.home_banner_title{ padding: 50px 0vh 0vh 0vh; text-align: center; line-height: 260px; font-size: 80px; color: #FFF; font-weight: 700; text-shadow:5px 2px 6px #000; }

.home_banner_subtitle{ text-align: center; line-height: 30px; font-size: 20px; color: #FFF; font-weight: 500; text-shadow:5px 2px 6px #000; } }

@media only screen and (max-width:1000px) { .home_banner{ background-attachment: unset; height: auto; background-position: center; }

.index_block_textbox{ width: 60%; padding: 25% 5% 0 5%; position: absolute; font-size: 22px; line-height: 45px; }

.home_banner_title{ padding: 30px 0vh 0vh 0vh; text-align: center; line-height: 100px; font-size: 40px; color: #FFF; font-weight: 700; text-shadow:5px 2px 6px #000; }

.home_banner_subtitle{ padding: 0vh 0vh 30px 0vh; text-align: center; line-height: 25px; font-size: 15px; color: #FFF; font-weight: 500; text-shadow:5px 2px 6px #000; }

.mobile_bg{ display: block; }

.pc_bg{ display: none; } }

@media only screen and (max-width:800px) { .index_block_textbox{ width: 60%; padding: 25% 5% 0 5%; position: absolute; font-size: 18px; line-height: 35px; } }

@media only screen and (max-width:600px) { .index_block_textbox{ width: 60%; padding: 20% 5% 0 5%; position: absolute; font-size: 14px; line-height: 20px; } }


.column50{ display: inline-block; width: 45%; padding: 0px 2%; margin-bottom: 0px; }

.blank_framework{ height: 90px; }

.footer{ height: 300px; background-color: #282828; }

.footer_left{ width: 50%; display: inline-block; }

.footer_right{ width: 50%; display: inline-block; float: right; }

.footer_title{ margin: auto; padding-top: 30px; height: 120px; line-height: 120px; font-size: 40px; color: #FFF; text-align: center; }

.footer_text{ display: inline-block; height: 150px; width: 100%; line-height: 40px; font-size: 20px!important; color: #FFF; text-align: center; }

/*header*/ .index-nav{ width: 100%; border-bottom: 3px solid #eeeeee; height: 83px; box-sizing: border-box; background:white; position: fixed; margin-top: 7px; z-index: 999; }

.index-nav a{ color: #333; }

.index-nav-frame{ margin: 0px 50px; }

.index-nav-frame-line{ color: #333333; background: #ffffff00; float: left; position: relative; display: block; outline: none; cursor: pointer; width: 135px; line-height: 80px; text-align: center; font-weight: 700; font-size: 16px; }

.index-nav-frame-line.HP-button{ width: 210px; }

.index-nav-frame-logo{ background: #ffffff00; float: left; position: relative; display: block; outline: none; width: 216px; height: 72px; padding-top: 5px; }

.index-nav-frame-logo-mobile{ display: none; }

.index-nav-frame-logo img{ width: 216px; }

.index-nav-frame-line.active{ color:#b63b4d; }

.index-nav-frame-line.first-one{ margin-left: 3%; width: 96px; }

.index-nav-frame-line.active > a{ color:#b63b4d; }

.index-nav-frame-line-center{ opacity: 0; height: 0; position: absolute; overflow: hidden; width: 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; /* Firefox 4 */ -o-transition: all 0.5s; /* Opera */ }

.index-nav-frame-line-center.need-to-be-hidden{ display: none; }

.index-nav-frame-line-li{ width: 100%; font-weight: 500; text-align: center; background: white; color: #666666; line-height: 50px; }

.index-nav-frame-line-li:hover{ background: #444359; color: white; }

.index-nav-frame-line-li:hover a{ background: #444359; color: white; }

.index-nav-frame-line-focus:focus-within{ display: none; }

.index-nav-frame-line:hover .index-nav-frame-line-center{ height:auto; opacity: 1; }

.nav-line{ height: 50px; width: 100%; position: relative; display: none; outline: none; }

.nav-small{ width: 30px; height: 30px; position: absolute; right: 10px; top:10px; cursor: pointer; display: none; outline: none; }

.nav-small img{ width: 100%; height: 100%; object-fit: cover; }

.nav-small-focus{ position: absolute; width: 100%; height: 100%; display: none; }

.nav-small-focus:focus-within{ display: none; }


/* Timeline */

.timeline-container *, .timeline-container *:after, .timeline-container *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */ .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; }


.timeline-main, .timeline-container > header { width: 95%; max-width: 1100px; margin: 0 auto; padding: 0 1.875em 3.125em; }

.timeline-container > header { padding: 2.875em 1.875em 1.875em; }

.timeline-container > header h1 { font-size: 2.125em; line-height: 1.3; margin: 0; float: left; font-weight: 400; }

.timeline-container > header span { display: block; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5em; padding: 0 0 0.6em 0.1em; }

.timeline-container > header nav { float: right; }

.timeline-container > header nav a { display: block; float: left; position: relative; width: 2.5em; height: 2.5em; background: #fff; border-radius: 50%; color: transparent; margin: 0 0.1em; border: 4px solid #47a3da; text-indent: -8000px; }

.timeline-container > header nav a:after { content: attr(data-info); color: #47a3da; position: absolute; width: 600%; top: 120%; text-align: right; right: 0; opacity: 0; pointer-events: none; }

.timeline-container > header nav a:hover:after { opacity: 1; }

.timeline-container > header nav a:hover { background: #47a3da; }

.icon-drop:before, .icon-arrow-left:before { font-family: 'fontawesome'; position: absolute; top: 0; width: 100%; height: 100%; speak: none; font-style: normal; font-weight: normal; line-height: 2; text-align: center; color: #47a3da; -webkit-font-smoothing: antialiased; text-indent: 8000px; padding-left: 8px; }

.timeline-container > header nav a:hover:before { color: #fff; }

.icon-drop:before { content: "\e000"; }

.icon-arrow-left:before { content: "\f060"; }

@font-face { font-family: 'ecoico'; src:url('https://static.igem.org/mediawiki/2019/3/36/T--SMMU-China--timelineicons_ecoico.eot'); src:url('https://static.igem.org/mediawiki/2019/3/36/T--SMMU-China--timelineicons_ecoico.eot?#iefix') format('embedded-opentype'), url('https://static.igem.org/mediawiki/2019/8/80/T--SMMU-China--timelineicons_ecoico.woff') format('woff'), url('https://static.igem.org/mediawiki/2019/f/f9/T--SMMU-China--timelineicons_ecoico.ttf') format('truetype'), url('https://static.igem.org/mediawiki/2019/a/a7/T--SMMU-China--timelineicons_ecoico.svg#ecoico') format('svg'); font-weight: normal; font-style: normal; } /* Made with http://icomoon.io/ */

.cbp_tmtimeline { margin: 30px 0 0 0; padding: 0; list-style: none; position: relative; }

/* The line */ .cbp_tmtimeline:before { content: ; position: absolute; top: 0; bottom: 0; width: 10px; background: #d17885; left: 20%; margin-left: -10px; }

/* The date/time */ .cbp_tmtimeline > li .cbp_tmtime { display: block; width: 25%; padding-right: 100px; position: absolute; }

.cbp_tmtimeline > li .cbp_tmtime span { display: block; text-align: right; }

.cbp_tmtimeline > li .cbp_tmtime span:first-child { font-size: 0.9em; color: #2c0309; }

.cbp_tmtimeline > li .cbp_tmtime span:last-child { font-size: 2.9em; color: #9b0b20; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child { color: #b63b4d; }

/* Right content */ .cbp_tmtimeline > li .cbp_tmlabel { margin: 0 0 15px 25%; background: #9b0b20; color: #fff; padding: 2em; font-size: 0.5em; font-weight: 300; line-height: 1.4; position: relative; border-radius: 5px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel { background: #b63b4d; }

.cbp_tmtimeline > li .cbp_tmlabel h2 { margin-top: 0px; padding: 0 0 10px 0; border-bottom: 1px solid rgba(255,255,255,0.4); color: #FFF; font-weight:700; }

/* The triangle */ .cbp_tmtimeline > li .cbp_tmlabel:after { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-right-color: #9b0b20; border-width: 10px; top: 10px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after { border-right-color: #b63b4d; }

/* The icons */ .cbp_tmlabel .calendar_icon{ width: 90px; height: 90px; padding: 0.3em; text-align: center; text-align: -webkit-center; text-align: -moz-center; border: 4px solid white; background: transparent; border-radius: 10em;

}

.cbp_tmtimeline > li .cbp_tmicon { width: 40px; height: 40px; font-family: 'ecoico'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 1.4em; line-height: 40px; -webkit-font-smoothing: antialiased; position: absolute; color: #fff; background: #8d2d3b; border-radius: 50%; box-shadow: 0 0 0 8px #d17885; text-align: center; left: 20%; top: 0; margin: 0 0 0 -25px; } .cbp_tmtimeline > li .cbp_tmlabel ul{ text-align: left; font-size: 17px; line-height: 30px; list-style-type: disc; }

.cbp_tmicon-phone:before { content: "\e000"; }

.cbp_tmicon-screen:before { content: "\e001"; }

.cbp_tmicon-mail:before { content: "\e002"; }

.cbp_tmicon-earth:before { content: "\e003"; }


@media only screen and (max-width:1100px) { .blank_framework{ height: 61px; }

.big_framework .page_big_title_box{ height: 120px; width: 90%; margin: 20px auto; text-align: left; border-left: 10px solid #3B3B3B; border-right: none; padding-left: 30px; padding-right: 0px;

}

.big_framework .page_big_title_box .page_big_title{ font-size: 50px; color: #EE2C2C; line-height: 80px; font-weight: 1000; }

.big_framework .page_big_title_box .page_big_subtitle{ font-size: 20px; color: #3B3B3B; line-height: 40px; }

.column50{ display: inline-block; width: 100%; padding: 0px; margin-bottom: 20px; }

.footer{ height: 600px; }

.footer_left{ width: 100%; }

.footer_right{ width: 100%; }


.index-nav{ height: inherit; }

.index-nav-frame-line-li a{ display: block; color: white; }

.nav-line{ display: block; border-bottom: 1px solid #eeeeee; }

.nav-small{ display: block; }

.nav-small:focus-within~.index-nav-frame-line{ height: auto; border-bottom: 1px solid #ccc; }

.nav-small:focus-within .nav-small-focus{ display: block; }

.index-nav-frame{ width: 100%; margin: 0px; }

.index-nav-frame-logo{ display: none; }

.index-nav-frame-logo-mobile{ background: #ffffff00; position: relative; display: block; outline: none; width: inherit; height: inherit; }

.index-nav-frame-logo-mobile img{ height: inherit; }

.index-nav-frame-line{ width: 100%; height: 0; overflow: hidden; }

.index-nav-frame-line.first-one{ margin-left: 0px; width: 100%; }

.index-nav-frame-line.HP-button{ width: 100%; }

.index-nav-frame-line-center{ position: relative; background: #444359; }

.index-nav-frame-line-center.need-to-be-hidden{ display: block; }

.index-nav-frame-line:hover .index-nav-frame-line-center{ height:0; opacity: 0; }

.index-nav-frame-line-li{ border-bottom: 1px solid #4b4a5e; color: #d9d9d9; background: #444359; }

.index-nav-frame-line-li:hover{ background: #b63b4d; }

.index-nav-frame-line:focus-within{ height: auto; border-bottom: 1px solid #ccc; }

.index-nav-frame-line:focus-within>.index-nav-frame-line-center{ height:auto; opacity: 1; }

.index-nav-frame-line:focus-within .index-nav-frame-line-header{ color: #B63B4D; }

.index-nav-frame-line-focus{ display: none; width: 100%; height: 50px; position: absolute; left: 0; top: 0; }

.index-nav-frame-line:focus-within .index-nav-frame-line-focus{ display: block; }

/*Timeline*/ .cbp_tmtimeline:before { display: none; }

.cbp_tmtimeline > li .cbp_tmtime { width: 100%; position: relative; padding: 0 0 20px 0; }

.cbp_tmtimeline > li .cbp_tmtime span { text-align: left; }

.cbp_tmtimeline > li .cbp_tmlabel { margin: 0 0 30px 0; padding: 1em; font-weight: 400; font-size: 95%; }

.cbp_tmtimeline > li .cbp_tmlabel:after { right: auto; left: 20px; border-right-color: transparent; border-bottom-color: #9b0b20; top: -20px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after { border-right-color: transparent; border-bottom-color: #b63b4d; }

.cbp_tmtimeline > li .cbp_tmicon { position: relative; float: right; left: auto; margin: -55px 5px 0 0px; } } /* Tables Here */ .medium_framework .smmu-table { border: 1px solid #ccc; width: 80%; margin:0; padding:0; border-collapse: collapse; border-spacing: 0; margin: 0 auto; }

.medium_framework .smmu-table thead{ font-weight: bold; }

.smmu-table tr { border: 1px solid #ddd; padding: 5px; }

.smmu-table th, .smmu-table td { padding: 10px; text-align: center; }

.smmu-table td a{ text-decoration: underline; font-weight: bold; }

.smmu-table th { text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }

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

.medium_framework .smmu-table { border: 0;

}

.smmu-table thead { display: none; }

.smmu-table tr { margin-bottom: 10px; display: block; border-bottom: 2px solid #ddd; }

.smmu-table td { display: block; text-align: right; font-size: 13px; border-bottom: 1px dotted #ccc; }

.smmu-table td a{ text-decoration: underline; font-weight: bold; }

.smmu-table td:last-child { border-bottom: 0; }

.smmu-table td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: bold; } }

padding: 10px; text-align: center; }

.smmu-table td a{ text-decoration: underline; font-weight: bold; color: #3b52b6; }

.smmu-table td a:hover{ color: black; }

.smmu-table td a:visited{ color: #0b26bb; }

.smmu-table th { text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }

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

.medium_framework .smmu-table { border: 0;

}

.smmu-table thead { display: none; }

.smmu-table tr { margin-bottom: 10px; display: block; border-bottom: 2px solid #ddd; }

.smmu-table td { display: block; text-align: right; font-size: 13px; border-bottom: 1px dotted #ccc; }

.smmu-table td a{ text-decoration: underline; font-weight: bold; color: #3b52b6; }

.smmu-table td a:hover{ color: black; }

.smmu-table td a:visited{ color: #0b26bb; }

.smmu-table td:last-child { border-bottom: 0; }

.smmu-table td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: bold; } }