|
|
Line 1: |
Line 1: |
− | <html>
| |
− | <style type="text/css">
| |
| | | |
− | @import url('https://fonts.googleapis.com/css?family=Roboto:300,500');
| |
− | @import url('https://fonts.googleapis.com/css?family=Product+Sans:400,400i,700,700i');
| |
− |
| |
− | #top_title,#sideMenu { display: none !important; }
| |
− | #content {
| |
− | width: 100%;
| |
− | margin: 0;
| |
− | padding: 0;
| |
− | background: #f3f4f4;
| |
− | }
| |
− |
| |
− | #HQ_page p {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | #HQ_page h1, h2, h3, h4, h5 {
| |
− | font-family: "Product Sans", sans-serif;
| |
− | border-bottom: none;
| |
− | font-weight: bold;
| |
− | }
| |
− |
| |
− | #sideMenu {
| |
− | display: none !important;
| |
− | }
| |
− |
| |
− | #content{
| |
− | background-color: #333333 !important;
| |
− | }
| |
− |
| |
− | .firstHeading {
| |
− | color: #333333 !important;
| |
− | }
| |
− |
| |
− | pre {
| |
− | display: none;
| |
− | }
| |
− |
| |
− | html, body {
| |
− | margin: 0 !important;
| |
− | padding: 0 !important;
| |
− | width: 100%;
| |
− | overflow-x: hidden;
| |
− | height: 100vh;
| |
− | }
| |
− |
| |
− | .home_logo{
| |
− | display: none;
| |
− | }
| |
− |
| |
− | .chevron {
| |
− | width: 10vw;
| |
− | bottom: 0;
| |
− | position: fixed;
| |
− | left: 45vw;
| |
− | cursor: pointer;
| |
− | }
| |
− |
| |
− | .chevron.active{
| |
− | display: none;
| |
− | }
| |
− |
| |
− | .navCap{
| |
− | font-family: "Product Sans";
| |
− | color: #FAFAFA;
| |
− | font-size: 1.8vh;
| |
− | position: absolute;
| |
− | width: 100%;
| |
− | bottom: -6px;
| |
− | text-align: center;
| |
− | }
| |
− |
| |
− |
| |
− | .navCap.deactive{
| |
− | display: none;
| |
− | }
| |
− |
| |
− | .item{
| |
− | margin: 0 !important;
| |
− | height: 100% !important;
| |
− | background-color: #3498db;
| |
− | position: absolute;
| |
− | left: 0;
| |
− | padding-left: 30vw;
| |
− | }
| |
− |
| |
− |
| |
− | #top_menu_under {
| |
− | display: none !important;
| |
− | }
| |
− |
| |
− | #bodyContent{
| |
− | margin-top: 15px !important;
| |
− | }
| |
− |
| |
− | .box,
| |
− | .box2,
| |
− | .box3 {
| |
− | width: 100%;
| |
− | height: 12.5vh;
| |
− | position: relative;
| |
− | top: 0;
| |
− | right: 0;
| |
− | float: right;
| |
− | z-index: 1;
| |
− | }
| |
− |
| |
− | .box2 {
| |
− | background: red;
| |
− | height: Calc((100vh - 16px)/8);
| |
− | }
| |
− |
| |
− | #dna {
| |
− | top: 0;
| |
− | bottom: 0;
| |
− | left: 0;
| |
− | right: 0;
| |
− | position: absolute;
| |
− | margin: auto;
| |
− | height: 6vh;
| |
− | width: 6vh;
| |
− | z-index: 9999;
| |
− | }
| |
− |
| |
− | .box3 {
| |
− | text-align: right;
| |
− | padding-right: 15px;
| |
− | height: Calc((100vh - 16px)/8);
| |
− | }
| |
− |
| |
− | .box3>h1 {
| |
− | color: white;
| |
− | margin: auto;
| |
− | font-size: 5vh;
| |
− | line-height: 12.5vh;
| |
− | padding: 0 !important;
| |
− | padding-right: 25px;
| |
− | }
| |
− |
| |
− | .right {
| |
− | width: 100px;
| |
− | right: 0;
| |
− | }
| |
− |
| |
− |
| |
− | @media screen and (max-width: 1020px) {
| |
− | .cv {
| |
− | padding-left: 22vw !important;
| |
− | }
| |
− | .para {
| |
− | font-size: 2.3vh !important;
| |
− | line-height: 45px;
| |
− | }
| |
− | .return {
| |
− | z-index: 999;
| |
− | width: 12.5vh;
| |
− | height: 12.5vh;
| |
− | background: #fe4365;
| |
− | position: absolute;
| |
− | top: 0;
| |
− | left: 0;
| |
− | margin: 0;
| |
− | display: none;
| |
− | }
| |
− | .return.active {
| |
− | display: block;
| |
− | }
| |
− | .return>h1 {
| |
− | line-height: 12.5vh;
| |
− | text-align: center;
| |
− | margin: 0 !important;
| |
− | color: white;
| |
− | font-size: 8vh;
| |
− | font-weight: 200;
| |
− | padding: 0 !important;
| |
− | }
| |
− | .yellow {
| |
− | width: 100vw;
| |
− | height: 100vh;
| |
− | background: yellow;
| |
− | position: fixed;
| |
− | top: 0;
| |
− | left: -80vw;
| |
− | transition: all .3s ease;
| |
− | z-index: 4;
| |
− | cursor:pointer
| |
− | }
| |
− | .blue {
| |
− | width: 80vw;
| |
− | height: 100vh;
| |
− | background: blue;
| |
− | position: absolute;
| |
− | top: 0;
| |
− | left: 0px;
| |
− | cursor:pointer
| |
− | }
| |
− | .right {
| |
− | width: 20vw;
| |
− | right: 0;
| |
− | }
| |
− | main {
| |
− | width: 100%;
| |
− | position: absolute;
| |
− | margin-left: 200px;
| |
− | padding-left: 15px;
| |
− | padding-top: 5px;
| |
− | background-color: #FAFAFA;
| |
− | top: 0;
| |
− | z-index: 3;
| |
− | }
| |
− | #abstract1 {
| |
− | font-family: 'Product Sans', sans-serif !important;
| |
− | color: black;
| |
− | line-height: 3vh !important;
| |
− | margin-top: 0;
| |
− | margin-right: 20px;
| |
− | padding-top: 1vh;
| |
− | padding-bottom: 10px;
| |
− | width: 65vw;
| |
− | font-size: 3vh !important;
| |
− | font-weight: 500;
| |
− | text-align: justify !important;
| |
− | }
| |
− | .yellow.active {
| |
− | left: 0;
| |
− | }
| |
− | .banner {
| |
− | display: none;
| |
− | }
| |
− | #medal{
| |
− | display:none;
| |
− | }
| |
− | }
| |
− |
| |
− | @media screen and (min-width: 1020px) {
| |
− | .return {
| |
− | display: none;
| |
− | }
| |
− | #medal{
| |
− | z-index: 3;
| |
− | width: 10vh;
| |
− | position: absolute;
| |
− | top:0;
| |
− | right:0;
| |
− | }
| |
− | .yellow {
| |
− | width: 400px;
| |
− | height: 100vh;
| |
− | background: yellow;
| |
− | position: fixed;
| |
− | top: 0;
| |
− | left: -300px;
| |
− | transition: all .3s ease;
| |
− | z-index: 4;
| |
− | cursor:pointer
| |
− | }
| |
− | .yellow.active {
| |
− | left: 10px;
| |
− | }
| |
− | .blue {
| |
− | width: 300px;
| |
− | height: 100vh;
| |
− | background: blue;
| |
− | position: absolute;
| |
− | top: 0;
| |
− | left: 0px;
| |
− | cursor:pointer
| |
− | }
| |
− | main {
| |
− | width: 100vw;
| |
− | position: absolute;
| |
− | padding-top: 20px;
| |
− | background: none !important;
| |
− | top: 0;
| |
− | z-index: 3;
| |
− | text-align: center;
| |
− | color: #FAFAFA !important;
| |
− | height: 100vh;
| |
− | }
| |
− | .yellow.marginFix{
| |
− | margin-top: 16px;
| |
− | }
| |
− | #abstract1 {
| |
− | font-family: 'Product Sans', sans-serif !important;
| |
− | color: white;
| |
− | line-height: 3.5vh;
| |
− | margin-right: 20px;
| |
− | font-size: 3vh;
| |
− | text-align: center !important;
| |
− | position: fixed;
| |
− | top: 0;
| |
− | width: 98vw;
| |
− | margin-top: 120px;
| |
− | margin-left: 1vw;
| |
− | margin-right: 1vw;
| |
− | }
| |
− | .banner {
| |
− | position: absolute;
| |
− | width: 100%;
| |
− | height: 100vh;
| |
− | top: 0;
| |
− | background-size: cover;
| |
− | background-repeat: no-repeat;
| |
− | display: none;
| |
− | }
| |
− | .banner.marginFix{
| |
− | height: 105vh;
| |
− | }
| |
− | .banner>.guide {
| |
− | bottom: 50px;
| |
− | right: 50px;
| |
− | width: 500px;
| |
− | background: #FAFAFA;
| |
− | color: black;
| |
− | position: fixed;
| |
− | font-family: 'Product Sans', sans-serif;
| |
− | z-index: 3;
| |
− | padding-left: 20px;
| |
− | margin: 0 !important;
| |
− | padding-bottom: 15px;
| |
− | }
| |
− | .banner>.guide>h1 {
| |
− | padding-top: 0 !important;
| |
− | padding-bottom: 0 !important;
| |
− | margin-bottom: 0 !important;
| |
− | margin-top: 20px !important;
| |
− | line-height: 3vh;
| |
− | font-size: 3vh;
| |
− | }
| |
− | .project-banner {
| |
− | background-image: url('https://static.igem.org/mediawiki/2017/a/a9/T--TAS_Taipei--Project-Banner.jpg');
| |
− | background-size: cover;
| |
− | background-repeat: none;
| |
− | display: none;
| |
− | z-index: 1;
| |
− | transition: all 0.5s ease;
| |
− | }
| |
− | .project-banner.active {
| |
− | display: block;
| |
− | z-index: 2;
| |
− | }
| |
− | .project-banner>.guide {
| |
− | box-shadow: -5px 0 0 0 #fe4365;
| |
− | }
| |
− | .exp-banner {
| |
− | background-image: url('https://static.igem.org/mediawiki/2017/e/e2/T--TAS_Taipei--26Stack.jpg');
| |
− | background-size: cover;
| |
− | z-index: 1;
| |
− | right: 0;
| |
− | position: absolute;
| |
− | width: 100% !important;
| |
− | background-position: center right;
| |
− | background-color: black;
| |
− | display: none;
| |
− |
| |
− | }
| |
− | .exp-banner.active {
| |
− | z-index: 2;
| |
− | display: block;
| |
− | }
| |
− | .exp-banner>.guide {
| |
− | box-shadow: -5px 0 0 0 #FD7080;
| |
− | }
| |
− | .model-banner {
| |
− | background-image: url('https://static.igem.org/mediawiki/2017/2/20/T--TAS_Taipei--Modeling-Banner-new2.jpg');
| |
− | background-size: cover;
| |
− | background-repeat: none;
| |
− | z-index: 1;
| |
− | display: none;
| |
− | }
| |
− | .model-banner.active {
| |
− | z-index: 2;
| |
− | display: block;
| |
− | }
| |
− | .model-banner>.guide {
| |
− | box-shadow: -5px 0 0 0 #fc9d9a;
| |
− | }
| |
− | .prototype-banner {
| |
− | background-image: url('https://static.igem.org/mediawiki/2017/2/2c/T--TAS_Taipei--Prototype_banner.jpg');
| |
− | background-size: cover;
| |
− | background-repeat: none;
| |
− | z-index: 1;
| |
− | display: none;
| |
− | }
| |
− | .prototype-banner.active {
| |
− | z-index: 2;
| |
− | display: block;
| |
− | }
| |
− | .prototype-banner>.guide {
| |
− | box-shadow: -5px 0 0 0 #FBB5A4;
| |
− | }
| |
− | .hp-banner {
| |
− | background-image: url('https://static.igem.org/mediawiki/2017/3/3c/T--TAS_Taipei--HP-Banner-new.jpg');
| |
− | background-size: cover;
| |
− | background-repeat: none;
| |
− | z-index: 1;
| |
− | display: none;
| |
− | position: absolute;
| |
− | right: 0;
| |
− | width: Calc(100vw - 400px);
| |
− | }
| |
− | .hp-banner.active {
| |
− | z-index: 2;
| |
− | display: block;
| |
− | }
| |
− | .hp-banner>.guide {
| |
− | box-shadow: -5px 0 0 0 #f9cdad;
| |
− | }
| |
− | .biosafety-banner {
| |
− | background-image: url('https://static.igem.org/mediawiki/2017/d/dd/T--TAS_Taipei--Biosafety_banner.jpg');
| |
− | background-size: cover;
| |
− | background-repeat: none;
| |
− | z-index: 1;
| |
− | display: none;
| |
− | }
| |
− | .biosafety-banner.active {
| |
− | z-index: 2;
| |
− | display: block;
| |
− | }
| |
− | .biosafety-banner>.guide {
| |
− | box-shadow: -5px 0 0 0 #E1CBAB;
| |
− | }
| |
− | .team-banner {
| |
− | background-image: url('https://static.igem.org/mediawiki/2017/1/1b/T--TAS_Taipei--Team_banner.jpg');
| |
− | background-size: 70vw;
| |
− | background-repeat: none;
| |
− | z-index: 1;
| |
− | height: 100vh;
| |
− | width: 100%
| |
− | right: 0;
| |
− | background-position: center right;
| |
− | background-color: #FAFAFA
| |
− | display: none;
| |
− | }
| |
− | .team-banner.active {
| |
− | z-index: 2;
| |
− | display: block;
| |
− | }
| |
− | .team-banner>.guide {
| |
− | box-shadow: -5px 0 0 0 #A6BCA2;
| |
− | }
| |
− | .attr-banner {
| |
− | background-image: url('https://static.igem.org/mediawiki/2017/1/14/T--TAS_Taipei--Attr_banner_Face.jpg');
| |
− | background-size: cover;
| |
− | background-repeat: none;
| |
− | z-index: 1;
| |
− | display: none;
| |
− | position: absolute;
| |
− | right: 0;
| |
− | width: Calc(100vw - 400px);
| |
− | }
| |
− | .attr-banner.active {
| |
− | z-index: 2;
| |
− | display: block;
| |
− | }
| |
− | .attr-banner>.guide {
| |
− | box-shadow: -5px 0 0 0 #83af9b;
| |
− | }
| |
− |
| |
− | .mainVideo{
| |
− | width: 100vw;
| |
− | position: absolute;
| |
− | top: -80px;
| |
− | left: 0;
| |
− | }
| |
− | }
| |
− |
| |
− | @media screen and (min-width: 1250px) {
| |
− | #abstract1 {
| |
− | font-family: 'Product Sans', sans-serif !important;
| |
− | color: white;
| |
− | line-height: 3.5vh;
| |
− | margin-right: 20px;
| |
− | font-size: 3vh;
| |
− | text-align: center !important;
| |
− | position: fixed;
| |
− | top: 0;
| |
− | width: 98vw;
| |
− | margin-top: 110px;
| |
− | margin-left: 1vw;
| |
− | margin-right: 1vw;
| |
− | }
| |
− | #this_title {
| |
− | margin-top: 0;
| |
− | font-size: 4vh;
| |
− | font-weight: 900px;
| |
− | line-height: 3vh;
| |
− | padding-top: 1vh;
| |
− | color: white !important;
| |
− | text-shadow: 0 0 10px grey;
| |
− | position: fixed;
| |
− | top: 0;
| |
− | width: 98vw;
| |
− | margin-top: 150px;
| |
− | margin-left: 1vw;
| |
− | margin-right: 1vw;
| |
− | }
| |
− | }
| |
− |
| |
− | h6 {
| |
− | margin-top: 0;
| |
− | font-size: 2vh;
| |
− | font-family: 'Roboto', sans-serif !important;
| |
− | font-weight: 500;
| |
− | line-height: 5vh;
| |
− | padding-top: 1vh;
| |
− | text-shadow: 0 0 10px grey;
| |
− | }
| |
− |
| |
− | .guide>h6{
| |
− | font-size: 2vh !important;
| |
− | line-height: 2vh;
| |
− | text-shadow: none;
| |
− | }
| |
− |
| |
− | #this_title {
| |
− | margin-top: 0;
| |
− | font-size: 4vh;
| |
− | font-weight: 900px;
| |
− | line-height: 3vh;
| |
− | padding-top: 1vh;
| |
− | color: white !important;
| |
− | text-shadow: 0 0 10px grey;
| |
− | position: fixed;
| |
− | top: 0;
| |
− | width: 98vw;
| |
− | margin-top: 160px;
| |
− | margin-left: 1vw;
| |
− | margin-right: 1vw;
| |
− | }
| |
− |
| |
− | main>h1 {
| |
− | color: #FAFAFA;
| |
− | font-size: 13vh;
| |
− | line-height: 12vh;
| |
− | font-family: 'Product Sans', Arial, sans-serif;
| |
− | border: 0;
| |
− | font-weight: 700;
| |
− | text-shadow: 0 0 10px grey;
| |
− | position: fixed;
| |
− | top: 0;
| |
− | width: 98vw;
| |
− | margin-top: 30px;
| |
− | padding-top: 0;
| |
− | margin-left: 1vw;
| |
− | margin-right: 1vw;
| |
− | }
| |
− |
| |
− | #fb {
| |
− | height: 6vh;
| |
− | vertical-align: bottom;
| |
− | margin-top: 1vh;
| |
− | }
| |
− |
| |
− | #twit {
| |
− | height: 6vh;
| |
− | vertical-align: bottom;
| |
− | margin-left: 0.7vh;
| |
− | }
| |
− |
| |
− | #insta {
| |
− | height: 6vh;
| |
− | vertical-align: bottom;
| |
− | margin-top: 0.7vh;
| |
− | margin-left: 0.8vh;
| |
− | }
| |
− |
| |
− | .item {
| |
− | background-color: #3498db;
| |
− | }
| |
− |
| |
− | .item>img {
| |
− | width: 100%;
| |
− | height: 100vh !important;
| |
− | background-color: #3498db;
| |
− | }
| |
− |
| |
− | .item>video {
| |
− | width: auto !important;
| |
− | height: 100% !important;
| |
− | background-color: #3938b2;
| |
− | }
| |
− |
| |
− | #pr {
| |
− | width: 50%;
| |
− | margin-left: 500px;
| |
− | }
| |
− |
| |
− | .project {
| |
− | background-color: #fe4365;
| |
− | }
| |
− |
| |
− | .experiment {
| |
− | background-color: #FD7080;
| |
− | }
| |
− |
| |
− | .modeling {
| |
− | background-color: #fc9d9a;
| |
− | }
| |
− |
| |
− | .prototype {
| |
− | background-color: #FBB5A4;
| |
− | }
| |
− |
| |
− | .policy {
| |
− | background-color: #f9cdad;
| |
− | }
| |
− |
| |
− | .biosafety {
| |
− | background-color: #c8c8a9;
| |
− | }
| |
− |
| |
− | .about {
| |
− | background-color: #A6BCA2;
| |
− | }
| |
− |
| |
− | .acknowledgments {
| |
− | background-color: #83af9b;
| |
− | }
| |
− |
| |
− | .project.active{
| |
− | background-color: #424242;
| |
− | }
| |
− |
| |
− | .experiment.active{
| |
− | background-color: #424242;
| |
− | }
| |
− |
| |
− | .modeling.active{
| |
− | background-color: #424242;
| |
− | }
| |
− |
| |
− | .prototype.active{
| |
− | background-color: #424242;
| |
− | }
| |
− |
| |
− | .biosafety.active{
| |
− | background-color: #424242;
| |
− | }
| |
− |
| |
− | .about.active{
| |
− | background-color: #424242;
| |
− | }
| |
− |
| |
− | .policy.active{
| |
− | background-color: #424242;
| |
− | }
| |
− |
| |
− | .acknowledgments.active{
| |
− | background-color: #424242;
| |
− | }
| |
− |
| |
− | #animation{
| |
− | float: right;
| |
− | }
| |
− |
| |
− | .cv {
| |
− | margin: 0px;
| |
− | background: #FAFAFA;
| |
− | position: relative;
| |
− | z-index: 3;
| |
− | box-shadow: 100px 0px 0 0px #A6BCA2;
| |
− | padding-top: 2vh !important;
| |
− | padding-left: 15vw;
| |
− | padding-right: 10%;
| |
− | top: 100vh;
| |
− | height: 60vh;
| |
− | text-align: justify;
| |
− | }
| |
− |
| |
− | .cv.active{
| |
− | display: none;
| |
− | }
| |
− |
| |
− | .cv>header>h1,
| |
− | .cv>section>div>h1 {
| |
− | font-family: 'Product Sans', sans-serif !important;
| |
− | }
| |
− |
| |
− | .row {
| |
− | width: 100%;
| |
− | margin-right: -15px;
| |
− | margin-left: -15px;
| |
− | }
| |
− |
| |
− | .col-xs-1,
| |
− | .col-sm-1,
| |
− | .col-md-1,
| |
− | .col-lg-1,
| |
− | .col-xs-2,
| |
− | .col-sm-2,
| |
− | .col-md-2,
| |
− | .col-lg-2,
| |
− | .col-xs-3,
| |
− | .col-sm-3,
| |
− | .col-md-3,
| |
− | .col-lg-3,
| |
− | .col-xs-4,
| |
− | .col-sm-4,
| |
− | .col-md-4,
| |
− | .col-lg-4,
| |
− | .col-xs-5,
| |
− | .col-sm-5,
| |
− | .col-md-5,
| |
− | .col-lg-5,
| |
− | .col-xs-6,
| |
− | .col-sm-6,
| |
− | .col-md-6,
| |
− | .col-lg-6,
| |
− | .col-xs-7,
| |
− | .col-sm-7,
| |
− | .col-md-7,
| |
− | .col-lg-7,
| |
− | .col-xs-8,
| |
− | .col-sm-8,
| |
− | .col-md-8,
| |
− | .col-lg-8,
| |
− | .col-xs-9,
| |
− | .col-sm-9,
| |
− | .col-md-9,
| |
− | .col-lg-9,
| |
− | .col-xs-10,
| |
− | .col-sm-10,
| |
− | .col-md-10,
| |
− | .col-lg-10,
| |
− | .col-xs-11,
| |
− | .col-sm-11,
| |
− | .col-md-11,
| |
− | .col-lg-11,
| |
− | .col-xs-12,
| |
− | .col-sm-12,
| |
− | .col-md-12,
| |
− | .col-lg-12 {
| |
− | position: relative;
| |
− | min-height: 1px;
| |
− | padding-right: 15px;
| |
− | padding-left: 15px;
| |
− | float: left;
| |
− | background-color: none !important;
| |
− | }
| |
− |
| |
− | @media screen and (min-width: 768px) {
| |
− | .col-xs-12 {
| |
− | width: 100%;
| |
− | }
| |
− | .col-xs-11 {
| |
− | width: 91.66666667%;
| |
− | }
| |
− | .col-xs-10 {
| |
− | width: 83.33333333%;
| |
− | }
| |
− | .col-xs-9 {
| |
− | width: 75%;
| |
− | }
| |
− | .col-xs-8 {
| |
− | width: 66.66666667%;
| |
− | }
| |
− | .col-xs-7 {
| |
− | width: 58.33333333%;
| |
− | }
| |
− | .col-xs-6 {
| |
− | width: 50%;
| |
− | }
| |
− | .col-xs-5 {
| |
− | width: 41.66666667%;
| |
− | }
| |
− | .col-xs-4 {
| |
− | width: 33.33333333%;
| |
− | }
| |
− | .col-xs-3 {
| |
− | width: 25%;
| |
− | text-align: center;
| |
− | }
| |
− | .col-xs-2 {
| |
− | width: 16.66666667%;
| |
− | }
| |
− | .col-xs-1 {
| |
− | width: 8.33333333%;
| |
− | }
| |
− | .col-xs-pull-12 {
| |
− | right: 100%;
| |
− | }
| |
− | .col-xs-pull-11 {
| |
− | right: 91.66666667%;
| |
− | }
| |
− | .col-xs-pull-10 {
| |
− | right: 83.33333333%;
| |
− | }
| |
− | .col-xs-pull-9 {
| |
− | right: 75%;
| |
− | }
| |
− | .col-xs-pull-8 {
| |
− | right: 66.66666667%;
| |
− | }
| |
− | .col-xs-pull-7 {
| |
− | right: 58.33333333%;
| |
− | }
| |
− | .col-xs-pull-6 {
| |
− | right: 50%;
| |
− | }
| |
− | .col-xs-pull-5 {
| |
− | right: 41.66666667%;
| |
− | }
| |
− | .col-xs-pull-4 {
| |
− | right: 33.33333333%;
| |
− | }
| |
− | .col-xs-pull-3 {
| |
− | right: 25%;
| |
− | }
| |
− | .col-xs-pull-2 {
| |
− | right: 16.66666667%;
| |
− | }
| |
− | .col-xs-pull-1 {
| |
− | right: 8.33333333%;
| |
− | }
| |
− | .col-xs-pull-0 {
| |
− | right: 0;
| |
− | }
| |
− | .col-xs-push-12 {
| |
− | left: 100%;
| |
− | }
| |
− | .col-xs-push-11 {
| |
− | left: 91.66666667%;
| |
− | }
| |
− | .col-xs-push-10 {
| |
− | left: 83.33333333%;
| |
− | }
| |
− | .col-xs-push-9 {
| |
− | left: 75%;
| |
− | }
| |
− | .col-xs-push-8 {
| |
− | left: 66.66666667%;
| |
− | }
| |
− | .col-xs-push-7 {
| |
− | left: 58.33333333%;
| |
− | }
| |
− | .col-xs-push-6 {
| |
− | left: 50%;
| |
− | }
| |
− | .col-xs-push-5 {
| |
− | left: 41.66666667%;
| |
− | }
| |
− | .col-xs-push-4 {
| |
− | left: 33.33333333%;
| |
− | }
| |
− | .col-xs-push-3 {
| |
− | left: 25%;
| |
− | }
| |
− | .col-xs-push-2 {
| |
− | left: 16.66666667%;
| |
− | }
| |
− | .col-xs-push-1 {
| |
− | left: 8.33333333%;
| |
− | }
| |
− | .col-xs-push-0 {
| |
− | left: 0;
| |
− | }
| |
− | .col-xs-offset-12 {
| |
− | margin-left: 100%;
| |
− | }
| |
− | .col-xs-offset-11 {
| |
− | margin-left: 91.66666667%;
| |
− | }
| |
− | .col-xs-offset-10 {
| |
− | margin-left: 83.33333333%;
| |
− | }
| |
− | .col-xs-offset-9 {
| |
− | margin-left: 75%;
| |
− | }
| |
− | .col-xs-offset-8 {
| |
− | margin-left: 66.66666667%;
| |
− | }
| |
− | .col-xs-offset-7 {
| |
− | margin-left: 58.33333333%;
| |
− | }
| |
− | .col-xs-offset-6 {
| |
− | margin-left: 50%;
| |
− | }
| |
− | .col-xs-offset-5 {
| |
− | margin-left: 41.66666667%;
| |
− | }
| |
− | .col-xs-offset-4 {
| |
− | margin-left: 33.33333333%;
| |
− | }
| |
− | .col-xs-offset-3 {
| |
− | margin-left: 25%;
| |
− | }
| |
− | .col-xs-offset-2 {
| |
− | margin-left: 16.66666667%;
| |
− | }
| |
− | .col-xs-offset-1 {
| |
− | margin-left: 8.33333333%;
| |
− | }
| |
− | .col-xs-offset-0 {
| |
− | margin-left: 0;
| |
− | }
| |
− | img {
| |
− | width: 90%;
| |
− | }
| |
− | }
| |
− |
| |
− | @media screen and (min-width: 768px) and (max-width: 991px){
| |
− | .col-sm-12 {
| |
− | width: 100%;
| |
− | }
| |
− | .col-sm-11 {
| |
− | width: 91.66666667%;
| |
− | }
| |
− | .col-sm-10 {
| |
− | width: 83.33333333%;
| |
− | }
| |
− | .col-sm-9 {
| |
− | width: 75%;
| |
− | }
| |
− | .col-sm-8 {
| |
− | width: 66.66666667%;
| |
− | }
| |
− | .col-sm-7 {
| |
− | width: 58.33333333%;
| |
− | }
| |
− | .col-sm-6 {
| |
− | width: 50%;
| |
− | }
| |
− | .col-sm-5 {
| |
− | width: 41.66666667%;
| |
− | }
| |
− | .col-sm-4 {
| |
− | width: 33.33333333%;
| |
− | }
| |
− | .col-sm-3 {
| |
− | width: 25%;
| |
− | text-align: center;
| |
− | }
| |
− | .col-sm-2 {
| |
− | width: 16.66666667%;
| |
− | }
| |
− | .col-sm-1 {
| |
− | width: 8.33333333%;
| |
− | }
| |
− | .col-sm-pull-12 {
| |
− | right: 100%;
| |
− | }
| |
− | .col-sm-pull-11 {
| |
− | right: 91.66666667%;
| |
− | }
| |
− | .col-sm-pull-10 {
| |
− | right: 83.33333333%;
| |
− | }
| |
− | .col-sm-pull-9 {
| |
− | right: 75%;
| |
− | }
| |
− | .col-sm-pull-8 {
| |
− | right: 66.66666667%;
| |
− | }
| |
− | .col-sm-pull-7 {
| |
− | right: 58.33333333%;
| |
− | }
| |
− | .col-sm-pull-6 {
| |
− | right: 50%;
| |
− | }
| |
− | .col-sm-pull-5 {
| |
− | right: 41.66666667%;
| |
− | }
| |
− | .col-sm-pull-4 {
| |
− | right: 33.33333333%;
| |
− | }
| |
− | .col-sm-pull-3 {
| |
− | right: 25%;
| |
− | }
| |
− | .col-sm-pull-2 {
| |
− | right: 16.66666667%;
| |
− | }
| |
− | .col-sm-pull-1 {
| |
− | right: 8.33333333%;
| |
− | }
| |
− | .col-sm-pull-0 {
| |
− | right: 0;
| |
− | }
| |
− | .col-sm-push-12 {
| |
− | left: 100%;
| |
− | }
| |
− | .col-sm-push-11 {
| |
− | left: 91.66666667%;
| |
− | }
| |
− | .col-sm-push-10 {
| |
− | left: 83.33333333%;
| |
− | }
| |
− | .col-sm-push-9 {
| |
− | left: 75%;
| |
− | }
| |
− | .col-sm-push-8 {
| |
− | left: 66.66666667%;
| |
− | }
| |
− | .col-sm-push-7 {
| |
− | left: 58.33333333%;
| |
− | }
| |
− | .col-sm-push-6 {
| |
− | left: 50%;
| |
− | }
| |
− | .col-sm-push-5 {
| |
− | left: 41.66666667%;
| |
− | }
| |
− | .col-sm-push-4 {
| |
− | left: 33.33333333%;
| |
− | }
| |
− | .col-sm-push-3 {
| |
− | left: 25%;
| |
− | }
| |
− | .col-sm-push-2 {
| |
− | left: 16.66666667%;
| |
− | }
| |
− | .col-sm-push-1 {
| |
− | left: 8.33333333%;
| |
− | }
| |
− | .col-sm-push-0 {
| |
− | left: 0;
| |
− | }
| |
− | .col-sm-offset-12 {
| |
− | margin-left: 100%;
| |
− | }
| |
− | .col-sm-offset-11 {
| |
− | margin-left: 91.66666667%;
| |
− | }
| |
− | .col-sm-offset-10 {
| |
− | margin-left: 83.33333333%;
| |
− | }
| |
− | .col-sm-offset-9 {
| |
− | margin-left: 75%;
| |
− | }
| |
− | .col-sm-offset-8 {
| |
− | margin-left: 66.66666667%;
| |
− | }
| |
− | .col-sm-offset-7 {
| |
− | margin-left: 58.33333333%;
| |
− | }
| |
− | .col-sm-offset-6 {
| |
− | margin-left: 50%;
| |
− | }
| |
− | .col-sm-offset-5 {
| |
− | margin-left: 41.66666667%;
| |
− | }
| |
− | .col-sm-offset-4 {
| |
− | margin-left: 33.33333333%;
| |
− | }
| |
− | .col-sm-offset-3 {
| |
− | margin-left: 25%;
| |
− | }
| |
− | .col-sm-offset-2 {
| |
− | margin-left: 16.66666667%;
| |
− | }
| |
− | .col-sm-offset-1 {
| |
− | margin-left: 8.33333333%;
| |
− | }
| |
− | .col-sm-offset-0 {
| |
− | margin-left: 0;
| |
− | }
| |
− | img {
| |
− | width: 90%;
| |
− | }
| |
− | }
| |
− |
| |
− | @media screen and (min-width: 992px) and (max-width: 1200px){
| |
− | .col-md-12 {
| |
− | width: 100%;
| |
− | }
| |
− | .col-md-11 {
| |
− | width: 91.66666667%;
| |
− | }
| |
− | .col-md-10 {
| |
− | width: 83.33333333%;
| |
− | }
| |
− | .col-md-9 {
| |
− | width: 75%;
| |
− | }
| |
− | .col-md-8 {
| |
− | width: 66.66666667%;
| |
− | }
| |
− | .col-md-7 {
| |
− | width: 58.33333333%;
| |
− | }
| |
− | .col-md-6 {
| |
− | width: 50%;
| |
− | }
| |
− | .col-md-5 {
| |
− | width: 41.66666667%;
| |
− | }
| |
− | .col-md-4 {
| |
− | width: 33.33333333%;
| |
− | }
| |
− | .col-md-3 {
| |
− | width: 25%;
| |
− | text-align: center;
| |
− | }
| |
− | .col-md-2 {
| |
− | width: 16.66666667%;
| |
− | }
| |
− | .col-md-1 {
| |
− | width: 8.33333333%;
| |
− | }
| |
− | .col-md-pull-12 {
| |
− | right: 100%;
| |
− | }
| |
− | .col-md-pull-11 {
| |
− | right: 91.66666667%;
| |
− | }
| |
− | .col-md-pull-10 {
| |
− | right: 83.33333333%;
| |
− | }
| |
− | .col-md-pull-9 {
| |
− | right: 75%;
| |
− | }
| |
− | .col-md-pull-8 {
| |
− | right: 66.66666667%;
| |
− | }
| |
− | .col-md-pull-7 {
| |
− | right: 58.33333333%;
| |
− | }
| |
− | .col-md-pull-6 {
| |
− | right: 50%;
| |
− | }
| |
− | .col-md-pull-5 {
| |
− | right: 41.66666667%;
| |
− | }
| |
− | .col-md-pull-4 {
| |
− | right: 33.33333333%;
| |
− | }
| |
− | .col-md-pull-3 {
| |
− | right: 25%;
| |
− | }
| |
− | .col-md-pull-2 {
| |
− | right: 16.66666667%;
| |
− | }
| |
− | .col-md-pull-1 {
| |
− | right: 8.33333333%;
| |
− | }
| |
− | .col-md-pull-0 {
| |
− | right: 0;
| |
− | }
| |
− | .col-md-push-12 {
| |
− | left: 100%;
| |
− | }
| |
− | .col-md-push-11 {
| |
− | left: 91.66666667%;
| |
− | }
| |
− | .col-md-push-10 {
| |
− | left: 83.33333333%;
| |
− | }
| |
− | .col-md-push-9 {
| |
− | left: 75%;
| |
− | }
| |
− | .col-md-push-8 {
| |
− | left: 66.66666667%;
| |
− | }
| |
− | .col-md-push-7 {
| |
− | left: 58.33333333%;
| |
− | }
| |
− | .col-md-push-6 {
| |
− | left: 50%;
| |
− | }
| |
− | .col-md-push-5 {
| |
− | left: 41.66666667%;
| |
− | }
| |
− | .col-md-push-4 {
| |
− | left: 33.33333333%;
| |
− | }
| |
− | .col-md-push-3 {
| |
− | left: 25%;
| |
− | }
| |
− | .col-md-push-2 {
| |
− | left: 16.66666667%;
| |
− | }
| |
− | .col-md-push-1 {
| |
− | left: 8.33333333%;
| |
− | }
| |
− | .col-md-push-0 {
| |
− | left: 0;
| |
− | }
| |
− | .col-md-offset-12 {
| |
− | margin-left: 100%;
| |
− | }
| |
− | .col-md-offset-11 {
| |
− | margin-left: 91.66666667%;
| |
− | }
| |
− | .col-md-offset-10 {
| |
− | margin-left: 83.33333333%;
| |
− | }
| |
− | .col-md-offset-9 {
| |
− | margin-left: 75%;
| |
− | }
| |
− | .col-md-offset-8 {
| |
− | margin-left: 66.66666667%;
| |
− | }
| |
− | .col-md-offset-7 {
| |
− | margin-left: 58.33333333%;
| |
− | }
| |
− | .col-md-offset-6 {
| |
− | margin-left: 50%;
| |
− | }
| |
− | .col-md-offset-5 {
| |
− | margin-left: 41.66666667%;
| |
− | }
| |
− | .col-md-offset-4 {
| |
− | margin-left: 33.33333333%;
| |
− | }
| |
− | .col-md-offset-3 {
| |
− | margin-left: 25%;
| |
− | }
| |
− | .col-md-offset-2 {
| |
− | margin-left: 16.66666667%;
| |
− | }
| |
− | .col-md-offset-1 {
| |
− | margin-left: 8.33333333%;
| |
− | }
| |
− | .col-md-offset-0 {
| |
− | margin-left: 0;
| |
− | }
| |
− | img {
| |
− | width: 90%;
| |
− | }
| |
− | }
| |
− |
| |
− | @media screen and (min-width: 1201px){
| |
− | .col-lg-12 {
| |
− | width: 100%;
| |
− | }
| |
− | .col-lg-11 {
| |
− | width: 91.66666667%;
| |
− | }
| |
− | .col-lg-10 {
| |
− | width: 83.33333333%;
| |
− | }
| |
− | .col-lg-9 {
| |
− | width: 75%;
| |
− | }
| |
− | .col-lg-8 {
| |
− | width: 66.66666667%;
| |
− | }
| |
− | .col-lg-7 {
| |
− | width: 58.33333333%;
| |
− | }
| |
− | .col-lg-6 {
| |
− | width: 50%;
| |
− | }
| |
− | .col-lg-5 {
| |
− | width: 41.66666667%;
| |
− | }
| |
− | .col-lg-4 {
| |
− | width: 33.33333333%;
| |
− | }
| |
− | .col-lg-3 {
| |
− | width: 25%;
| |
− | text-align: center;
| |
− | }
| |
− | .col-lg-2 {
| |
− | width: 16.66666667%;
| |
− | }
| |
− | .col-lg-1 {
| |
− | width: 8.33333333%;
| |
− | }
| |
− | .col-lg-pull-12 {
| |
− | right: 100%;
| |
− | }
| |
− | .col-lg-pull-11 {
| |
− | right: 91.66666667%;
| |
− | }
| |
− | .col-lg-pull-10 {
| |
− | right: 83.33333333%;
| |
− | }
| |
− | .col-lg-pull-9 {
| |
− | right: 75%;
| |
− | }
| |
− | .col-lg-pull-8 {
| |
− | right: 66.66666667%;
| |
− | }
| |
− | .col-lg-pull-7 {
| |
− | right: 58.33333333%;
| |
− | }
| |
− | .col-lg-pull-6 {
| |
− | right: 50%;
| |
− | }
| |
− | .col-lg-pull-5 {
| |
− | right: 41.66666667%;
| |
− | }
| |
− | .col-lg-pull-4 {
| |
− | right: 33.33333333%;
| |
− | }
| |
− | .col-lg-pull-3 {
| |
− | right: 25%;
| |
− | }
| |
− | .col-lg-pull-2 {
| |
− | right: 16.66666667%;
| |
− | }
| |
− | .col-lg-pull-1 {
| |
− | right: 8.33333333%;
| |
− | }
| |
− | .col-lg-pull-0 {
| |
− | right: 0;
| |
− | }
| |
− | .col-lg-push-12 {
| |
− | left: 100%;
| |
− | }
| |
− | .col-lg-push-11 {
| |
− | left: 91.66666667%;
| |
− | }
| |
− | .col-lg-push-10 {
| |
− | left: 83.33333333%;
| |
− | }
| |
− | .col-lg-push-9 {
| |
− | left: 75%;
| |
− | }
| |
− | .col-lg-push-8 {
| |
− | left: 66.66666667%;
| |
− | }
| |
− | .col-lg-push-7 {
| |
− | left: 58.33333333%;
| |
− | }
| |
− | .col-lg-push-6 {
| |
− | left: 50%;
| |
− | }
| |
− | .col-lg-push-5 {
| |
− | left: 41.66666667%;
| |
− | }
| |
− | .col-lg-push-4 {
| |
− | left: 33.33333333%;
| |
− | }
| |
− | .col-lg-push-3 {
| |
− | left: 25%;
| |
− | }
| |
− | .col-lg-push-2 {
| |
− | left: 16.66666667%;
| |
− | }
| |
− | .col-lg-push-1 {
| |
− | left: 8.33333333%;
| |
− | }
| |
− | .col-lg-push-0 {
| |
− | left: 0;
| |
− | }
| |
− | .col-lg-offset-12 {
| |
− | margin-left: 100%;
| |
− | }
| |
− | .col-lg-offset-11 {
| |
− | margin-left: 91.66666667%;
| |
− | }
| |
− | .col-lg-offset-10 {
| |
− | margin-left: 83.33333333%;
| |
− | }
| |
− | .col-lg-offset-9 {
| |
− | margin-left: 75%;
| |
− | }
| |
− | .col-lg-offset-8 {
| |
− | margin-left: 66.66666667%;
| |
− | }
| |
− | .col-lg-offset-7 {
| |
− | margin-left: 58.33333333%;
| |
− | }
| |
− | .col-lg-offset-6 {
| |
− | margin-left: 50%;
| |
− | }
| |
− | .col-lg-offset-5 {
| |
− | margin-left: 41.66666667%;
| |
− | }
| |
− | .col-lg-offset-4 {
| |
− | margin-left: 33.33333333%;
| |
− | }
| |
− | .col-lg-offset-3 {
| |
− | margin-left: 25%;
| |
− | }
| |
− | .col-lg-offset-2 {
| |
− | margin-left: 16.66666667%;
| |
− | }
| |
− | .col-lg-offset-1 {
| |
− | margin-left: 8.33333333%;
| |
− | }
| |
− | .col-lg-offset-0 {
| |
− | margin-left: 0;
| |
− | }
| |
− | img {
| |
− | width: 90%;
| |
− | }
| |
− | }
| |
− |
| |
− | .section-title {
| |
− | font-family: 'Product Sans', sans-serif;
| |
− | margin-bottom: 0 !important;
| |
− | color: #424242;
| |
− | font-size: 3.5vh !important;
| |
− | background-color: #FAFAFA !important;
| |
− | line-height: 3.5vh;
| |
− | }
| |
− |
| |
− | .name{
| |
− | font-size: 7vh !important;
| |
− | line-height: 7vh !important;
| |
− | margin-bottom: 0 !important;
| |
− | }
| |
− |
| |
− | .name, .title2 {
| |
− | letter-spacing: 0 !important;
| |
− | }
| |
− |
| |
− |
| |
− | .para{
| |
− | font-family: "Arial";
| |
− | line-height: 25px;
| |
− | margin-top: 0 !important;
| |
− | font-size: 18px;
| |
− | font-weight: 400;
| |
− | }
| |