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

Line 12: Line 12:
 
h5{font-size: 19px; line-height: 50px;}
 
h5{font-size: 19px; line-height: 50px;}
 
h6{font-size: 17px; line-height: 50px;}
 
h6{font-size: 17px; line-height: 50px;}
 +
 +
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
 +
  
 
.big_framework {
 
.big_framework {
Line 293: Line 296:
  
 
/* Timeline */
 
/* Timeline */
.center {
+
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
    width: 1050px;
+
.clearfix:before, .clearfix:after { content: " "; display: table; }
    margin: 0 auto;
+
.clearfix:after { clear: both; }
    position: relative;
+
 
 +
 
 +
 
 +
.timeline-main,
 +
.timeline-container > header {
 +
width: 95%;
 +
max-width: 69em;
 +
margin: 0 auto;
 +
padding: 0 1.875em 3.125em;
 
}
 
}
.items {
+
 
    padding: 60px 0;
+
.timeline-container > header {
    overflow: hidden;
+
padding: 2.875em 1.875em 1.875em;
 
}
 
}
.transition {
+
 
    transition: all .3s ease;
+
.timeline-container > header h1 {
 +
font-size: 2.125em;
 +
line-height: 1.3;
 +
margin: 0;
 +
float: left;
 +
font-weight: 400;
 
}
 
}
.main-title {
+
 
    font-size: 30px;
+
.timeline-container > header span {
    text-align: center;
+
display: block;
    margin-bottom: 50px;
+
font-weight: 700;
 +
text-transform: uppercase;
 +
letter-spacing: 0.5em;
 +
padding: 0 0 0.6em 0.1em;
 
}
 
}
.items-steps {
+
 
    background-color: #FFF;
+
.timeline-container > header nav {
 +
float: right;
 
}
 
}
.items-steps .items-block {
+
 
    height: 432px;
+
.timeline-container > header nav a {
    position: relative;
+
display: block;
    margin: 90px 0 30px;
+
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;
 
}
 
}
.img-block {
+
 
    margin: 0 auto;
+
.timeline-container > header nav a:after {
    display: block;
+
content: attr(data-info);
 +
color: #47a3da;
 +
position: absolute;
 +
width: 600%;
 +
top: 120%;
 +
text-align: right;
 +
right: 0;
 +
opacity: 0;
 +
pointer-events: none;
 
}
 
}
.img-block img {
+
 
    display: block;
+
.timeline-container > header nav a:hover:after {
    margin: 0 auto;
+
opacity: 1;
    max-width: 100%;
+
    border-radius: 50px;
+
 
}
 
}
.items-steps .item {
+
 
    position: absolute;
+
.timeline-container > header nav a:hover {
    top: 0;
+
background: #47a3da;
    width: 156px;
+
    height: 186px;
+
    background-color: #fff;
+
    border-radius: 5px;
+
    transform: translateX(-78px);
+
    z-index: 1;
+
    box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
+
    backface-visibility: hidden;
+
 
}
 
}
.items-steps .item:before {
+
 
    content: "";
+
.icon-drop:before,
    position: absolute;
+
.icon-arrow-left:before {
    top: 0;
+
font-family: 'fontawesome';
    left: 0;
+
position: absolute;
    width: 100%;
+
top: 0;
    height: 100%;
+
width: 100%;
    background-color: #fff;
+
height: 100%;
    border-radius: 5px;
+
speak: none;
    z-index: -1;
+
font-style: normal;
 +
font-weight: normal;
 +
line-height: 2;
 +
text-align: center;
 +
color: #47a3da;
 +
-webkit-font-smoothing: antialiased;
 +
text-indent: 8000px;
 +
padding-left: 8px;
 
}
 
}
.items-steps .item:after {
+
 
    content: "";
+
.timeline-container > header nav a:hover:before {
    position: absolute;
+
color: #fff;
    width: 15px;
+
    height: 15px;
+
    left: 50%;
+
    bottom: -7px;
+
    box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
+
    background-color: #fff;
+
    z-index: -2;
+
    transform: translateX(-50%) rotateZ(135deg);
+
 
}
 
}
.items-steps .item.cur {
+
 
    margin-top: -10px;
+
.icon-drop:before {
 +
content: "\e000";
 
}
 
}
.items-steps .item.even {
+
 
    top: auto;
+
.icon-arrow-left:before {
    bottom: 0;
+
content: "\f060";
 
}
 
}
.items-steps .item.even:after {
+
 
    top: -7px;
+
@font-face {
    bottom: auto;
+
font-family: 'ecoico';
 +
src:url('../fonts/timelineicons/ecoico.eot');
 +
src:url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'),
 +
url('../fonts/timelineicons/ecoico.woff') format('woff'),
 +
url('../fonts/timelineicons/ecoico.ttf') format('truetype'),
 +
url('../fonts/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: #afdcf8;
 +
left: 20%;
 +
margin-left: -10px;
 
}
 
}
.items-steps .item.even.cur {
+
 
    margin-bottom: -10px;
+
/* The date/time */
 +
.cbp_tmtimeline > li .cbp_tmtime {
 +
display: block;
 +
width: 25%;
 +
padding-right: 100px;
 +
position: absolute;
 
}
 
}
.items-steps .item:nth-child(1), .items-steps .step:nth-child(1) {
+
 
    left: 75px;
+
.cbp_tmtimeline > li .cbp_tmtime span {
 +
display: block;
 +
text-align: right;
 
}
 
}
.items-steps .item:nth-child(2), .items-steps .step:nth-child(2) {
+
 
    left: 225px;
+
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
 +
font-size: 0.9em;
 +
color: #bdd0db;
 
}
 
}
.items-steps .item:nth-child(3), .items-steps .step:nth-child(3) {
+
 
    left: 375px;
+
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
 +
font-size: 2.9em;
 +
color: #3594cb;
 
}
 
}
.items-steps .item:nth-child(4), .items-steps .step:nth-child(4) {
+
 
    left: 525px;
+
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
 +
color: #6cbfee;
 
}
 
}
.items-steps .item:nth-child(5), .items-steps .step:nth-child(5) {
+
 
    left: 675px;
+
/* Right content */
 +
.cbp_tmtimeline > li .cbp_tmlabel {
 +
margin: 0 0 15px 25%;
 +
background: #3594cb;
 +
color: #fff;
 +
padding: 2em;
 +
font-size: 1.2em;
 +
font-weight: 300;
 +
line-height: 1.4;
 +
position: relative;
 +
border-radius: 5px;
 
}
 
}
.items-steps .item:nth-child(6), .items-steps .step:nth-child(6) {
+
 
    left: 825px;
+
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
 +
background: #6cbfee;
 
}
 
}
.items-steps .item:nth-child(7), .items-steps .step:nth-child(7) {
+
 
    left: 975px;
+
.cbp_tmtimeline > li .cbp_tmlabel h2 {
 +
margin-top: 0px;
 +
padding: 0 0 10px 0;
 +
border-bottom: 1px solid rgba(255,255,255,0.4);
 
}
 
}
.items-steps .item:nth-child(8), .items-steps .step:nth-child(8) {
+
 
    left: 1125px;
+
/* 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: #3594cb;
 +
border-width: 10px;
 +
top: 10px;
 
}
 
}
.items-steps .img-block {
+
 
    width: 70px;
+
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    height: 70px;
+
border-right-color: #6cbfee;
    border-radius: 50%;
+
    background-color: #fff;
+
    margin-top: -35px;
+
    position: relative;
+
    transition-duration: 1s;
+
 
}
 
}
.items-steps .img-block:before {
+
 
    content: "";
+
/* The icons */
    width: 100%;
+
.cbp_tmtimeline > li .cbp_tmicon {
    height: 100%;
+
width: 40px;
    box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
+
height: 40px;
    position: absolute;
+
font-family: 'ecoico';
    z-index: -2;
+
speak: none;
    border-radius: 50%;
+
font-style: normal;
    left: 0;
+
font-weight: normal;
    top: 0;
+
font-variant: normal;
 +
text-transform: none;
 +
font-size: 1.4em;
 +
line-height: 40px;
 +
-webkit-font-smoothing: antialiased;
 +
position: absolute;
 +
color: #fff;
 +
background: #46a4da;
 +
border-radius: 50%;
 +
box-shadow: 0 0 0 8px #afdcf8;
 +
text-align: center;
 +
left: 20%;
 +
top: 0;
 +
margin: 0 0 0 -25px;
 
}
 
}
.items-steps .img-block img {
+
 
    position: relative;
+
.cbp_tmicon-phone:before {
    top: 50%;
+
content: "\e000";
    transform: translateY(-50%);
+
 
}
 
}
.items-steps .item:hover .img-block {
+
 
    transform: rotateZ(360deg);
+
.cbp_tmicon-screen:before {
 +
content: "\e001";
 
}
 
}
.items-steps .item-title {
+
 
    text-align: center!important;
+
.cbp_tmicon-mail:before {
    margin-bottom: 10px;
+
content: "\e002";
    line-height: 1.5em!important;
+
}
+
.medium_framework .items-steps .center .item-title{
+
    font-size: 18px!important;
+
    line-height: 1.5em;
+
}
+
.items-steps .item-p {
+
    color: #999;
+
    text-align: center!important;
+
    margin-bottom: 5px;
+
}
+
.medium_framework .items-steps .center .item-p{
+
    font-size: 13px!important;
+
    line-height: 1.5em;
+
}
+
.items-steps .item.even .item-title {
+
    margin-top: 15px;
+
}
+
.items-steps .item.even .img-block {
+
    margin: 0 0 0 -35px;
+
    position: absolute;
+
    left: 50%;
+
    bottom: -35px;
+
}
+
.items-steps .item-col2 {
+
    width: 267px;
+
    transform: translateX(-133.5px);
+
}
+
.items-steps .item-col2 .flex-row {
+
    justify-content: space-around;
+
    display: flex;
+
    flex-direction: row;
+
    align-items: center;
+
}
+
.items-steps .item-col2 .item-p {
+
    text-align: left;
+
}
+
.items-steps .steps-block {
+
    position: absolute;
+
    height: 24px;
+
    width: 100%;
+
    top: 50%;
+
    left: 0;
+
    transform: translateY(-50%);
+
}
+
.items-steps .steps-block:before {
+
    content: "";
+
    position: absolute;
+
    width: 99.4%;
+
    height: 8px;
+
    background-color: #E9E9E9;
+
    border-radius: 2px;
+
    left: 0;
+
    top: 50%;
+
    transform: translateY(-50%);
+
}
+
.items-steps .steps-block:after {
+
    content: "";
+
    position: absolute;
+
    width: 26px;
+
    height: 38px;
+
    background: url(../img/items-steps-arrow.png) no-repeat center;
+
    right: 0;
+
    top: 50%;
+
    transform: translateY(-50%);
+
}
+
.items-steps .step {
+
    position: absolute;
+
    width: 24px;
+
    height: 24px;
+
    background-color: #fff;
+
    border-radius: 50%;
+
    transform: translateX(-12px);
+
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
+
}
+
.items-steps .step:before {
+
    content: "";
+
    position: absolute;
+
    width: 10px;
+
    height: 10px;
+
    background-color: #FFAE12;
+
    border-radius: 50%;
+
    left: 50%;
+
    top: 50%;
+
    transform: translate(-50%, -50%);
+
    transition: all .3s ease;
+
}
+
.items-steps .step.cur:before {
+
    width: 100%;
+
    height: 100%;
+
}
+
.rollInLeft {
+
    animation-name: rollInLeft;
+
}
+
.rollInLeft1 {
+
    animation-name: rollInLeft1;
+
}
+
@keyframes rollInLeft {
+
0% {
+
opacity: 0;
+
transform: translateX(-100%) rotateY(-180deg);
+
}
+
100% {
+
opacity: 1;
+
transform: translateX(-78px) rotateY(0deg);
+
}
+
}
+
@keyframes rollInLeft1 {
+
0% {
+
opacity: 0;
+
transform: translateX(-100%) rotateY(-180deg);
+
}
+
100% {
+
opacity: 1;
+
transform: translateX(-133.5px) rotateY(0deg);
+
 
}
 
}
 +
 +
.cbp_tmicon-earth:before {
 +
content: "\e003";
 
}
 
}
  
Line 728: Line 714:
 
display: block;
 
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: #3594cb;
 +
top: -20px;
 +
}
 +
 +
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
 +
border-right-color: transparent;
 +
border-bottom-color: #6cbfee;
 +
}
 +
 +
.cbp_tmtimeline > li .cbp_tmicon {
 +
position: relative;
 +
float: right;
 +
left: auto;
 +
margin: -55px 5px 0 0px;
 +
}
 
}
 
}

Revision as of 14:58, 7 September 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;}

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


.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{ width: 100%; height: 100vh; background-image: url(T--SMMU-China--home_banner_bg.jpg); background-position: top;

   background-attachment: fixed;

}

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

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

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

.blank_framework{ height: 90px; }

.footer{ margin-top: 50px; height: 300px; background-color: #282828; margin-bottom: -10px; }

.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: 400px; height: 80px; }

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

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

.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{ 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{ display: none; }


/* Timeline */ /* 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: 69em; 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('../fonts/timelineicons/ecoico.eot'); src:url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'), url('../fonts/timelineicons/ecoico.woff') format('woff'), url('../fonts/timelineicons/ecoico.ttf') format('truetype'), url('../fonts/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: #afdcf8; 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: #bdd0db; }

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

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

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

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

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

/* 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: #3594cb; border-width: 10px; top: 10px; }

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

/* The icons */ .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: #46a4da; border-radius: 50%; box-shadow: 0 0 0 8px #afdcf8; text-align: center; left: 20%; top: 0; margin: 0 0 0 -25px; }

.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:1400px) { .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; }

.home_banner_title{ height: 25vh; padding: 25vh 0vh 0vh 0vh; line-height: 25vh; font-size: 80px; }

.home_banner_subtitle{ padding: 0vh 0vh 40vh 0vh; font-size: 15px; }

.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~.index-nav-frame-line{ height: auto; border-bottom: 1px solid #ccc; }

.nav-small:focus .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{ height: auto; border-bottom: 1px solid #ccc; }

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

.index-nav-frame-line:focus .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 .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: #3594cb; top: -20px; }

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

.cbp_tmtimeline > li .cbp_tmicon { position: relative; float: right; left: auto; margin: -55px 5px 0 0px; } }