Template:SEU/Home CSS2

  1. nav li{
 position: relative;

}

  1. nav .popList{
 position: absolute;
 width: auto;
 left: auto;
 top: auto;
 background-color: #222 !important;
 transform: scaleY(0);
 transform-origin: top;
 transition: all 300ms;

}

  1. nav li:hover .popList{
 transform: scaleY(1);

}

  1. nav .popList a{
 font-size:20px!important;
 color: #fff !important;
 width: 100%;

}

.attblue {

 background-color: #3d69a2;
 border-radius:10px;
 -moz-border-radius:10px; /* 老的 Firefox */

} .attblue p1 {

 font-weight: 800;

}

.attpink {

 background-color: #ff66c4;
 padding: 10px;
 border-radius:10px;
 -moz-border-radius:10px; /* 老的 Firefox */

} .attpink p1 {

 font-weight: 800;

}

.attb {

 background-color: #3d69a2;
 padding: 10px;
 border-radius:10px;
 -moz-border-radius:10px; /* 老的 Firefox */

} .attb p1 {

 font-weight: 800;

} html, body {

 -webkit-font-smoothing: antialiased;
 -moz-font-smoothing: antialiased;
 -ms-font-smoothing: antialiased;
 font-smoothing: antialiased;
 -webkit-text-size-adjust: 100%;

} body {

 font: 16px/1.6 'Raleway', Arial, Helvetica, sans-serif;
 color: #fff!important;
 text-align:center;
 background: #222;

} img {

 border: 0;
 max-width: 100%;

} html {

 -ms-overflow-style: scrollbar;

} .alltrans, .social-icons li a, .owl-nav > button, .owl-nav > button:after, .counter-box, .about-img:after, .gallery-img img, .form-control, .owl-dot, .subscribe-row, .close-btn, .close-btn:before, .close-btn:after, .tag-btn, .btn {

 -webkit-transition: all 0.4s ease;
 transition: all 0.4s ease;

} a {

 color: #fff!important;
 text-decoration: none;

} a:hover, a:focus {

 color: #fff!important;
 outline: none;
 text-decoration: underline;

} @media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {

 a:active {
   background-color: transparent;
 }

} p {

 margin: 0 0 20px;
 line-height: 2 !important;

} p.name {

 color: #545454;
 font-weight: 800;

} p.grey {

 color: #545454;

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

 line-height: 1.2;
 margin: 0 0 20px;
 font-weight: 600;

} h1, h2 {

 font-size: 32px;

} h2.grey {

 color: #545454;

} h3 {

 font-size: 30px;
 font-weight: 600;

} h3.pink {

 color: #ff66c4;

} h3.blue {

 color: #3d69a2;

} h3.green {

 color: #029a6b;

} h3.grey {

 color: #545454;

} h4 {

 font-size: 22px;
 font-weight: 600;

} h5 {

 font-size: 20px;
 margin-bottom: 10px;
 font-weight: 600;

} h6 {

 font-size: 18px;
 margin-bottom: 10px;
 font-weight: 600;

}

  1. main {
 padding: 0;
 background: #fff!important;

} .no-margin {

 margin: 0 !important;

} figure {

 margin:0;

} .opacity-no {

 opacity: 1 !important;

}

video {

 position: fixed;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;

}

  1. video:after {
 content: ;
 opacity: 0.75;
 background: #4096ee; /* Old browsers */
 background: -moz-linear-gradient(top, #4096ee 0%, #39ced6 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, #4096ee 0%,#39ced6 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, #4096ee 0%,#39ced6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#39ced6',GradientType=0 ); /* IE6-9 */
 position:fixed;
 left:0;
 top:0;
 right:0;
 bottom: 0;

} .wrapper-background-dark:after {

 background: #222;
 opacity:0.95;

} .section-inner {

 padding:20px 30px 0;

} .fp-scrollable {

 height:calc(100vh - 200px) !important;

}

  1. fp-nav ul li a span {
display: none;

} .tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;} .btn {

 background: #fff!important;
 color: #222;
 text-align:center;
 line-height:52px;
 padding:0 35px;
 border-radius: 0px;
 text-transform:uppercase;
 font-weight:600;
 border:2px solid transparent;
 border-radius: 10px;

} .btn:hover, .btn:focus {

 color:#fff!important;
 border-color:#fff!important;
 background:none;

} .btn:focus {

 box-shadow:none;
 outline:none;

} .btn.btn-xs {

 line-height:34px;
 font-size:12px;
 padding:0 20px;
 font-weight: 500;

} .btn.btn-outline {

 background:none;
 border-color:#fff!important;
 color:#fff!important;
 border-width:1px;

} .btn.btn-outline:hover, .btn.btn-outline:focus {

 background:#fff!important;
 color:#222;

} .btn.btn-dark {

 color: #222;
 border-color: #222;

} .btn.btn-dark:hover, .btn.btn-dark:focus {

 background: #222;
 color: #fff!important;

} .owl-carousel .owl-stage {

 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;

} .owl-carousel .owl-item {

 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 flex: 1 0 auto;

}


@-webkit-keyframes bounce {

 from {
   -webkit-transform: translateY(0);
   transform: translateY(0);
 }
 to {
   -webkit-transform: translateY(-1.2em);
   transform: translateY(-1.2em);
 }

}

@keyframes bounce {

 from {
   -webkit-transform: translateY(0);
   transform: translateY(0);
 }
 to {
   -webkit-transform: translateY(-1.2em);
   transform: translateY(-1.2em);
 }

}

  1. fullpage {
 z-index: 99;

}


/*============================================== 02. HEADER CSS ================================================*/

  1. header {
 padding:20px 0;
 position: fixed;
 left:0;
 right:0;
 top:0;
 z-index:999;

} .container-fluid {

 padding:0 20px;

} a#logo {

 text-decoration: none;
 font-size: 32px;
 text-transform: uppercase;
 font-weight: 700;

} .navbar {

 padding: 0;
 background-color: #222 !important;

} .navbar-toggle {

 display:none;

} .navbar-nav {

 -ms-flex-direction: row;
 -webkit-flex-direction: row;
 flex-direction: row;

} .navbar-nav li {

 margin-left: 40px;

} .navbar-nav li a {

 color:#fff;
 font-size: 20px;
 text-decoration:none;
 display:block;
 font-weight: 500;
 opacity: 0.9;

} .navbar-nav li a:after {

 content:;
 display:block;
 height: 2px;
 background:#fff;
 -webkit-transition: all 0.4s ease;
 transition: all 0.4s ease;
 -webkit-transform:scale(0);
 transform:scale(0);
 margin-top: 4px;

} .navbar-nav li a:hover:after, .navbar-nav li.active a:after{

 -webkit-transform:scale(1);
 transform:scale(1);

} .navbar-nav li a:hover {

 opacity: 1;

} .navbar-nav li.active a {

 opacity: 1;

} .collapse:not(.show) {

 display:block;

}

/*============================================== 03. SOCIAL ICONS CSS ================================================*/

  1. social-icons {
 padding:0;
 position: fixed;
 top: 50%;
 transform: translateY(-50%);
 right:0;
 z-index: 199;

} .social-icons {

 margin:0;
 padding:0;
 list-style:none;

} .social-icons li {

 display: block;
 margin: 1px 0px;

} .social-icons li a {

 width:50px;
 height:50px;
 display:inline-block;
 line-height:50px;
 text-align:center;
 background: rgba(255, 255, 255, 0.1);
 color: rgba(255,255,255,1);
 font-size:18px;

} .social-icons li a:hover {

 color:#1e1e1e;
 background-color: #fff!important;

} /*============================================== 04. WELCOME BLOCK CSS ================================================*/ .welcome-box {

 font-size:20px;
 line-height:1.7;

} .welcome-first{

 font-size: 32px!important;
 display: block!important;
 text-transform: uppercase!important;
 font-weight: 300!important;
 line-height: 1.2!important;
 letter-spacing: 0.02em!important;

} .welcome-box p {

 max-width: 620px;
 width:100%;
 margin:0 auto 30px;
 color: #fff!important;

} .welcome-title {

 font-weight: 700;
 font-size: 120px;
 margin-bottom: 10px;
 letter-spacing:0.02em;

} .welcome-title span {

 font-size:36px;
 display:block;
 font-weight:300;
 line-height:1.2;

} .welcome-box .btn {

 margin-top: 10px;

} .next-section {

 display: inline-block;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 30px;
 cursor: pointer;
 -webkit-transition: all 0.5s ease;
 transition: all 0.5s ease;

} .next-section span {

 margin-top: 15px;
 display: block;
 text-transform: uppercase;
 font-size: 14px;
 font-weight: 500;

} .next-section i:hover {

 opacity: 1;

}

/*============================================== 05. ABOUT ME ================================================*/ .about-section {

 font-size:20px;
 line-height:1.7;
 color: #fff;!important;
 width:100%;!important;
 margin:0 auto 30px;!important;

} .about-img {

 margin: 0 auto 40px;
 position:relative;

} .about-img img {

 border-radius: 10px;
 -webkit-box-shadow: 0 0 40px rgba(ff,fa,f0,.5);
 box-shadow: 0 0 40px rgba(ff,fa,f0,.5);

} .about-contentbox {

 margin-top: 80px;
 text-align:center;
 line-height:1.8;

} .about-contentbox span {

 font-size: 24px;
 font-weight: 300;

} .about-contentbox h2 {

 font-size: 32px;
 font-weight: 700;

} .about-contentbox p {

 max-width: 620px;
 line-height: 2;
 font-size: 18px !important;

}

.facts-list {

 margin-top: 30px;

} .facts-list .item {

 overflow: hidden;
 text-align:center;
 border-radius: 10px;
 width: 100%;
 display: inline-block;
 text-transform:capitalize;
 font-size:14px;
 padding: 30px 0px;
 background: rgba(0,0,0,0.25);

} .counter-box span {

 font-size: 26px;
 font-weight: 700;

} .counter-icon {

 font-size: 30px;
 margin-bottom: 10px;
 opacity: 0.75;

} .facts-list .item:hover {

 background:#fff!important;
 color:#1e1e1e;

} .facts-list .owl-dots {

 margin-bottom: 30px;

} .count-number, .counted {

 display:block;
 font-size:36px;
 font-weight:700;
 line-height:1;
 margin-bottom:10px;

}

/*============================================== 06. SERVICES BLOCK CSS ================================================*/ .title-block {

 margin-bottom: 40px;

} .title-block span {

 font-size: 24px;
 text-transform: uppercase;
 font-weight: 300;

} .services-list .item {

 background-color: rgba(250,250,250,0.25);
 border-radius: 10px;
 -webkit-transition: all 0.5s ease;
 transition: all 0.5s ease;

} .service-icon {

 display:block;
 margin: 0 auto 0;
 font-size: 64px;

} .service-box {

 font-size:15px;
 padding:40px 20px;
 height:100%;

} .services-list .item:hover {

 background-color: #fff!important;
 color: #1e1e1e;

} .service-box h3 {

 font-size:22px;
 font-weight:700;
 text-transform: capitalize;
 margin-bottom: 10px;
 padding: 10px;

} .service-box p:last-child {

 margin:0;

} .owl-carousel .owl-dots .owl-dot {

 border-radius: 3px;

} .owl-dots {

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   margin-top: 50px

}

.owl-carousel .owl-dots .owl-dot {

   width: 12px;
   height: 12px;
   margin: 0 5px;
   background: rgba(255, 255, 255, .2)

}

.owl-carousel .owl-dots .owl-dot:focus {

   outline: none

}

.owl-carousel .owl-dots .owl-dot.active {

   background: #fff!important

}

/*============================================== 07. WORK BLOCK CSS ================================================*/ .gallery-section {

 text-align: center;

} .portfolio-item img {

 max-width: 100%;
 overflow: hidden;
 position: relative;
 z-index: 9;
 border-radius: 10px;

} .portfolio-item .thumb-inner {

 position: absolute;
 z-index: 99;
 bottom: 0;
 text-align: left;
 padding: 20px;
 background-color: rgba(250,250,250,0.25);
 width: 100%;
 height: 60px;
 border-top-left-radius: 0px;
 border-top-right-radius: 0px;
 -webkit-transition: all 0.4s ease;
 transition: all 0.4s ease;

} .portfolio-item .thumb-inner h4 {

 margin-bottom: 0;
 font-size: 16px;
 margin-top: 0px;

} .portfolio-item .thumb-inner p {

 opacity: 0;
 visibility: hidden;
 position: absolute;
 margin-bottom: 0px;

} .portfolio-item:hover .thumb-inner p {

 position: relative;
 opacity: 1;
 visibility: visible;
 color: #4a4a4a;

} .portfolio-item:hover .thumb-inner {

 border-radius: 10px;
 height: 100%;
 background-color: rgba(250,250,250,0.9)

} .portfolio-item:hover .thumb-inner h4 {

  margin-top: 30%;
 color: #1e1e1e;
 margin-bottom: 20px;

}

/*============================================== 08. CONTACT BLOCK CSS ================================================*/

-webkit-input-placeholder {
 color:#fff!important !important;
 opacity:1;

}

-moz-placeholder {
 color:#fff!important !important;
 opacity:1;

}

-ms-input-placeholder {
 color:#fff!important !important;
 opacity:1;

}

-moz-placeholder {
 color:#fff!important !important;
 opacity:1;

} .input-field {

 margin-bottom:15px;

} .form-control {

 height: 50px;
 color:#fff!important;
 border: none;
 background:rgba(250,250,250,0.05);
 border: 1px solid rgba(250,250,250,0.5);
 border-radius: 10px;
 padding:4px 22px;
 font-size:14px;
 margin-bottom: 30px;

} .form-control:focus {

 box-shadow:none;
 outline:none;
 background:rgba(0,0,0,0.05);
 border: 1px solid rgba(250,250,250,1);
 color:#fff!important;

} .index .form-control.form-control-dark {

 background: rgba(250,250,250, 0.75);
 color: #fff!important;

} .index .form-control.form-control-dark:focus {

 background: rgba(54, 40, 158, 0.85);
 color: #fff!important;

} .index .form-control.form-control-dark::-webkit-input-placeholder {

 color: #fff!important !important;

} .index .form-control.form-control-dark::-moz-placeholder {

 color:#fff!important !important;

} .index .form-control.form-control-dark:-ms-input-placeholder {

 color:#fff!important !important;

} .index .form-control.form-control-dark:-moz-placeholder {

 color:#fff!important !important;

} .form-control.form-control-dark:focus {

 background: rgba(0, 0, 0, 0.2);

} .form-control.form-control-dark {

 background: rgba(0, 0, 0, 0.1);
 color: #222;
 border: none;

} .form-control.form-control-dark::-webkit-input-placeholder {

 color:#222 !important;
 opacity:0.7;

} .form-control.form-control-dark::-moz-placeholder {

 color:#222 !important;
 opacity:0.7;

} .form-control.form-control-dark:-ms-input-placeholder {

 color:#222 !important;
 opacity:0.7;

} .form-control.form-control-dark:-moz-placeholder {

 color:#222 !important;
 opacity:0.7;

} textarea.form-control {

 height:123px;
 padding-top:15px;

} .contact-section .btn {

 width:100%;

} .contact-box {

 text-align:left;

} .contact-box h4 {

 font-size:24px;

} .contact-box h4:after {

 content:;
 display:block;
 width:50px;
 height:2px;
 background:#fff!important;
 margin:12px 0;

} .contact-row {

 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 30px;
 background: rgba(250,250,250,0.25);
 border-radius: 10px;
 padding: 30px;
 font-weight: 700;

} .contact-row i {

 width:55px;
 font-size: 30px;
 display:block;

} .contact-row i.fa-envelope {

 font-size: 25px;

}

/*============================================== 09. TESTIMONOALS BLOCK CSS ================================================*/ .testimonials-section .item {

 background-color: rgba(250,250,250,0.25);
 padding: 40px;
 border-radius: 10px;

} .testimonials-section .item img {

 width: 140px;
 height: 140px;
 margin: 0 auto;

} .testimonials-section .item h4 {

 margin-top: 40px;
 font-size: 22px;
 text-transform: capitalize;
 font-weight: 700;

} .testimonials-section .item p {

 font-size: 17px;
 font-style: italic;

}

/*============================================== 10. SKILLS BLOCK CSS ================================================*/ .skills-row {

 margin-top: 80px;

} .skill-item {

 border-bottom: 1px solid rgba(250,250,250,0.1);
 margin-bottom: 50px;
 padding-bottom: 50px;

} .last-skill {

 border-bottom: none;

} .skills-row span {

 display: inline-block;
 width: 50px;
 height: 50px;
 text-align: center;
 line-height: 50px;
 background-color: #fff!important;
 color: #1e1e1e;
 border-radius: 50%;
 font-size: 16px;
 font-weight: 700;
 left: 0;
 top: -21px;
 position: absolute;
 z-index: 999;

} .skills-row h6 {

 font-size: 16px;
 text-transform: uppercase;
 font-weight: 700;
 color: #fff!important;
 text-align: right;
 margin-bottom: -10px;

} .skill-bar {

 width: 70%;
 height: 6px;
 border-radius: 3px;
 background-color: rgba(250,250,250,0.25)!important;
 position: relative;

} .filled-bar {

 position: absolute;
 z-index: 99;
 width: 64%;
 height: 6px;
 background-color: #fff!important;
 border-radius: 3px;

} .filled-bar-2 {

 position: absolute;
 z-index: 99;
 width: 82%;
 height: 6px;
 background-color: #fff!important;
 border-radius: 3px;

}

@font-face {

 font-family: 'flexslider-icon';
 src: url("https://2019.igem.org/File:T--SEU--flexslider-icon.eot");
 src: url("https://2019.igem.org/File:T--SEU--flexslider-icon.eot") format('embedded-opentype'), url("https://2019.igem.org/File:T--SEU--flexslider-icon.woff") format('woff'), url("https://2019.igem.org/File:T--SEU--flexslider-icon.ttf") format('truetype'), url("https://2019.igem.org/File:T--SEU--flexslider-icon.svg") format('svg');
 font-weight: normal;
 font-style: normal;

} /* ====================================================================================================================

* RESETS
* ====================================================================================================================*/

.flex-container a:hover, .flex-slider a:hover {

 outline: none;

} .slides, .slides > li, .flex-control-nav, .flex-direction-nav {

 margin: 0;
 padding: 0;
 list-style: none;

} .flex-pauseplay span {

 text-transform: capitalize;

} /* ====================================================================================================================

* BASE STYLES
* ====================================================================================================================*/

.flexslider {

 margin: 0;
 padding: 0;

} .flexslider .slides > li {

 display: none;
 -webkit-backface-visibility: hidden;

} .flexslider .slides img {

 width: 100%;
 display: block;

} .flexslider .slides:after {

 content: "\0020";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;

} html[xmlns] .flexslider .slides {

 display: block;

}

  • html .flexslider .slides {
 height: 1%;

} .no-js .flexslider .slides > li:first-child {

 display: block;

} /* ====================================================================================================================

* DEFAULT THEME
* ====================================================================================================================*/

.flexslider {

 margin: 0;
 background: #fff;
 border: 4px solid #fff;
 position: relative;
 zoom: 1;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2);
 -moz-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2);
 -o-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2);
 box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2);

} .flexslider .slides {

 zoom: 1;

} .flexslider .slides img {

 height: auto;
 -moz-user-select: none;

} .flex-viewport {

 max-height: 2000px;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -ms-transition: all 1s ease;
 -o-transition: all 1s ease;
 transition: all 1s ease;

} .loading .flex-viewport {

 max-height: 300px;

} @-moz-document url-prefix() {

 .loading .flex-viewport {
   max-height: none;
 }

} .carousel li {

 margin-right: 5px;

} .flex-direction-nav {

 *height: 0;

} .flex-direction-nav a {

 text-decoration: none;
 display: block;
 width: 40px;
 height: 40px;
 line-height: 40px;
 margin: -20px 0 0;
 position: absolute!important;
 top: 50%;
 z-index: 10;
 overflow: hidden;
 opacity: 0;
 cursor: pointer;
 color: rgba(0, 0, 0, 0.8);
 text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;

} .flex-direction-nav a:before {

 font-family: "flexslider-icon";
 font-size: 26px;
 display: inline-block;
 content: '\f001';
 color: rgba(0, 0, 0, 0.8);
 text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);

} .flex-direction-nav a.flex-next:before {

 content: '\f002';

} .flex-direction-nav .flex-prev {

 left: -50px;

} .flex-direction-nav .flex-next {

 right: -50px;
 text-align: right;

} .flexslider:hover .flex-direction-nav .flex-prev {

 opacity: 0.7;
 left: 10px;

} .flexslider:hover .flex-direction-nav .flex-prev:hover {

 opacity: 1;

} .flexslider:hover .flex-direction-nav .flex-next {

 opacity: 0.7;
 right: 10px;

} .flexslider:hover .flex-direction-nav .flex-next:hover {

 opacity: 1;

} .flex-direction-nav .flex-disabled {

 opacity: 0!important;
 filter: alpha(opacity=0);
 cursor: default;
 z-index: -1;

} .flex-pauseplay a {

 display: block;
 width: 20px;
 height: 20px;
 position: absolute!important;
 bottom: 5px;
 left: 10px;
 opacity: 0.8;
 z-index: 10;
 overflow: hidden;
 cursor: pointer;
 color: #000;

} .flex-pauseplay a:before {

 font-family: "flexslider-icon";
 font-size: 20px;
 display: inline-block;
 content: '\f004';

} .flex-pauseplay a:hover {

 opacity: 1;

} .flex-pauseplay a.flex-play:before {

 content: '\f003';

} .flex-control-nav {

 width: 100%;
 position: absolute!important;
 bottom: -40px;
 text-align: center;

} .flex-control-nav li {

 margin: 0 6px;
 display: inline-block;
 zoom: 1;
 *display: inline;

} .flex-control-paging li a {

 width: 11px;
 height: 11px;
 display: block;
 background: #666;
 background: rgba(0, 0, 0, 0.5);
 cursor: pointer;
 text-indent: -9999px;
 -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
 -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
 box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;

} .flex-control-paging li a:hover {

 background: #333;
 background: rgba(0, 0, 0, 0.7);

} .flex-control-paging li a.flex-active {

 background: #000;
 background: rgba(0, 0, 0, 0.9);
 cursor: default;

} .flex-control-thumbs {

 margin: 5px 0 0;
 position: static;
 overflow: hidden;

} .flex-control-thumbs li {

 width: 25%;
 float: left;
 margin: 0;

} .flex-control-thumbs img {

 width: 100%;
 height: auto;
 display: block;
 opacity: .7;
 cursor: pointer;
 -moz-user-select: none;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -ms-transition: all 1s ease;
 -o-transition: all 1s ease;
 transition: all 1s ease;

} .flex-control-thumbs img:hover {

 opacity: 1;

} .flex-control-thumbs .flex-active {

 opacity: 1;
 cursor: default;

} /* ====================================================================================================================

* RESPONSIVE
* ====================================================================================================================*/

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

 .flex-direction-nav .flex-prev {
   opacity: 1;
   left: 10px;
 }
 .flex-direction-nav .flex-next {
   opacity: 1;
   right: 10px;
 }

}

@font-face {

 font-family: 'FontAwesome';
 src: url("https://2019.igem.org/File:T--SEU--fontawesome-webfont.eot");
 src: url("https://2019.igem.org/File:T--SEU--fontawesome-webfont.eot") format('embedded-opentype'), url("https://2019.igem.org/File:T--SEU--fontawesome-webfont.woff") format('woff'), url("https://2019.igem.org/File:T--SEU--fontawesome-webfont.ttf") format('truetype'), url("https://2019.igem.org/File:T--SEU--fontawesome-webfont.svg") format('svg');
 font-weight: normal;
 font-style: normal;

} /* FONT AWESOME CORE

* -------------------------- */

[class^="icon-"], [class*=" icon-"] {

 font-family: FontAwesome;
 font-weight: normal;
 font-style: normal;
 text-decoration: inherit;
 -webkit-font-smoothing: antialiased;
 *margin-right: .3em;

} [class^="icon-"]:before, [class*=" icon-"]:before {

 text-decoration: inherit;
 display: inline-block;
 speak: none;

} /* makes the font 33% larger relative to the icon container */ .icon-large:before {

 vertical-align: -10%;
 font-size: 1.3333333333333333em;

} /* makes sure icons active on rollover in links */ a [class^="icon-"], a [class*=" icon-"] {

 display: inline;

} /* increased font size for icon-large */ [class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {

 display: inline-block;
 width: 1.1428571428571428em;
 text-align: right;
 padding-right: 0.2857142857142857em;

} [class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {

 width: 1.4285714285714286em;

} .icons-ul {

 margin-left: 2.142857142857143em;
 list-style-type: none;

} .icons-ul > li {

 position: relative;

} .icons-ul .icon-li {

 position: absolute;
 left: -2.142857142857143em;
 width: 2.142857142857143em;
 text-align: center;
 line-height: inherit;

} [class^="icon-"].hide, [class*=" icon-"].hide {

 display: none;

} .icon-muted {

 color: #eeeeee;

} .icon-light {

 color: #ffffff;

} .icon-dark {

 color: #333333;

} .icon-border {

 border: solid 1px #eeeeee;
 padding: .2em .25em .15em;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;

} .icon-2x {

 font-size: 2em;

} .icon-2x.icon-border {

 border-width: 2px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;

} .icon-3x {

 font-size: 3em;

} .icon-3x.icon-border {

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

} .icon-4x {

 font-size: 4em;

} .icon-4x.icon-border {

 border-width: 4px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;

} .icon-5x {

 font-size: 5em;

} .icon-5x.icon-border {

 border-width: 5px;
 -webkit-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;

} .pull-right {

 float: right;

} .pull-left {

 float: left;

} [class^="icon-"].pull-left, [class*=" icon-"].pull-left {

 margin-right: .3em;

} [class^="icon-"].pull-right, [class*=" icon-"].pull-right {

 margin-left: .3em;

} /* BOOTSTRAP SPECIFIC CLASSES

* -------------------------- */

/* Bootstrap 2.0 sprites.less reset */ [class^="icon-"], [class*=" icon-"] {

 display: inline;
 width: auto;
 height: auto;
 line-height: normal;
 vertical-align: baseline;
 background-image: none;
 background-position: 0% 0%;
 background-repeat: repeat;
 margin-top: 0;

} /* more sprites.less reset */ .icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {

 background-image: none;

} /* keeps Bootstrap styles with and without icons the same */ .btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {

 line-height: .9em;

} .btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {

 display: inline-block;

} .nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {

 line-height: .9em;

} .btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {

 margin-top: .18em;

} .btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {

 line-height: .8em;

} .btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {

 margin-top: .25em;

} .btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {

 margin-top: 0;

} .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {

 margin-top: .05em;

} .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {

 margin-right: .2em;

} .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {

 margin-left: .2em;

} /* Fixes alignment in nav lists */ .nav-list [class^="icon-"], .nav-list [class*=" icon-"] {

 line-height: inherit;

} /* EXTRAS

* -------------------------- */

/* Stacked and layered icon */ .icon-stack {

 position: relative;
 display: inline-block;
 width: 2em;
 height: 2em;
 line-height: 2em;
 vertical-align: -35%;

} .icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {

 display: block;
 text-align: center;
 position: absolute;
 width: 100%;
 height: 100%;
 font-size: 1em;
 line-height: inherit;
 *line-height: 2em;

} .icon-stack .icon-stack-base {

 font-size: 2em;
 *line-height: 1em;

} /* Animated rotating icon */ .icon-spin {

 display: inline-block;
 -moz-animation: spin 2s infinite linear;
 -o-animation: spin 2s infinite linear;
 -webkit-animation: spin 2s infinite linear;
 animation: spin 2s infinite linear;

} /* Prevent stack and spinners from being taken inline when inside a link */ a .icon-stack, a .icon-spin {

 display: inline-block;
 text-decoration: none;

} @-moz-keyframes spin {

 0% {
   -moz-transform: rotate(0deg);
 }
 100% {
   -moz-transform: rotate(359deg);
 }

} @-webkit-keyframes spin {

 0% {
   -webkit-transform: rotate(0deg);
 }
 100% {
   -webkit-transform: rotate(359deg);
 }

} @-o-keyframes spin {

 0% {
   -o-transform: rotate(0deg);
 }
 100% {
   -o-transform: rotate(359deg);
 }

} @-ms-keyframes spin {

 0% {
   -ms-transform: rotate(0deg);
 }
 100% {
   -ms-transform: rotate(359deg);
 }

} @keyframes spin {

 0% {
   transform: rotate(0deg);
 }
 100% {
   transform: rotate(359deg);
 }

} /* Icon rotations and mirroring */ .icon-rotate-90:before {

 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

} .icon-rotate-180:before {

 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 transform: rotate(180deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);

} .icon-rotate-270:before {

 -webkit-transform: rotate(270deg);
 -moz-transform: rotate(270deg);
 -ms-transform: rotate(270deg);
 -o-transform: rotate(270deg);
 transform: rotate(270deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

} .icon-flip-horizontal:before {

 -webkit-transform: scale(-1, 1);
 -moz-transform: scale(-1, 1);
 -ms-transform: scale(-1, 1);
 -o-transform: scale(-1, 1);
 transform: scale(-1, 1);

} .icon-flip-vertical:before {

 -webkit-transform: scale(1, -1);
 -moz-transform: scale(1, -1);
 -ms-transform: scale(1, -1);
 -o-transform: scale(1, -1);
 transform: scale(1, -1);

} /* ensure rotation occurs inside anchor tags */ a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {

 display: inline-block;

} /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen

  readers do not read off random characters that represent icons */

.icon-glass:before {

 content: "\f000";

} .icon-music:before {

 content: "\f001";

} .icon-search:before {

 content: "\f002";

} .icon-envelope-alt:before {

 content: "\f003";

} .icon-heart:before {

 content: "\f004";

} .icon-star:before {

 content: "\f005";

} .icon-star-empty:before {

 content: "\f006";

} .icon-user:before {

 content: "\f007";

} .icon-film:before {

 content: "\f008";

} .icon-th-large:before {

 content: "\f009";

} .icon-th:before {

 content: "\f00a";

} .icon-th-list:before {

 content: "\f00b";

} .icon-ok:before {

 content: "\f00c";

} .icon-remove:before {

 content: "\f00d";

} .icon-zoom-in:before {

 content: "\f00e";

} .icon-zoom-out:before {

 content: "\f010";

} .icon-power-off:before, .icon-off:before {

 content: "\f011";

} .icon-signal:before {

 content: "\f012";

} .icon-gear:before, .icon-cog:before {

 content: "\f013";

} .icon-trash:before {

 content: "\f014";

} .icon-home:before {

 content: "\f015";

} .icon-file-alt:before {

 content: "\f016";

} .icon-time:before {

 content: "\f017";

} .icon-road:before {

 content: "\f018";

} .icon-download-alt:before {

 content: "\f019";

} .icon-download:before {

 content: "\f01a";

} .icon-upload:before {

 content: "\f01b";

} .icon-inbox:before {

 content: "\f01c";

} .icon-play-circle:before {

 content: "\f01d";

} .icon-rotate-right:before, .icon-repeat:before {

 content: "\f01e";

} .icon-refresh:before {

 content: "\f021";

} .icon-list-alt:before {

 content: "\f022";

} .icon-lock:before {

 content: "\f023";

} .icon-flag:before {

 content: "\f024";

} .icon-headphones:before {

 content: "\f025";

} .icon-volume-off:before {

 content: "\f026";

} .icon-volume-down:before {

 content: "\f027";

} .icon-volume-up:before {

 content: "\f028";

} .icon-qrcode:before {

 content: "\f029";

} .icon-barcode:before {

 content: "\f02a";

} .icon-tag:before {

 content: "\f02b";

} .icon-tags:before {

 content: "\f02c";

} .icon-book:before {

 content: "\f02d";

} .icon-bookmark:before {

 content: "\f02e";

} .icon-print:before {

 content: "\f02f";

} .icon-camera:before {

 content: "\f030";

} .icon-font:before {

 content: "\f031";

} .icon-bold:before {

 content: "\f032";

} .icon-italic:before {

 content: "\f033";

} .icon-text-height:before {

 content: "\f034";

} .icon-text-width:before {

 content: "\f035";

} .icon-align-left:before {

 content: "\f036";

} .icon-align-center:before {

 content: "\f037";

} .icon-align-right:before {

 content: "\f038";

} .icon-align-justify:before {

 content: "\f039";

} .icon-list:before {

 content: "\f03a";

} .icon-indent-left:before {

 content: "\f03b";

} .icon-indent-right:before {

 content: "\f03c";

} .icon-facetime-video:before {

 content: "\f03d";

} .icon-picture:before {

 content: "\f03e";

} .icon-pencil:before {

 content: "\f040";

} .icon-map-marker:before {

 content: "\f041";

} .icon-adjust:before {

 content: "\f042";

} .icon-tint:before {

 content: "\f043";

} .icon-edit:before {

 content: "\f044";

} .icon-share:before {

 content: "\f045";

} .icon-check:before {

 content: "\f046";

} .icon-move:before {

 content: "\f047";

} .icon-step-backward:before {

 content: "\f048";

} .icon-fast-backward:before {

 content: "\f049";

} .icon-backward:before {

 content: "\f04a";

} .icon-play:before {

 content: "\f04b";

} .icon-pause:before {

 content: "\f04c";

} .icon-stop:before {

 content: "\f04d";

} .icon-forward:before {

 content: "\f04e";

} .icon-fast-forward:before {

 content: "\f050";

} .icon-step-forward:before {

 content: "\f051";

} .icon-eject:before {

 content: "\f052";

} .icon-chevron-left:before {

 content: "\f053";

} .icon-chevron-right:before {

 content: "\f054";

} .icon-plus-sign:before {

 content: "\f055";

} .icon-minus-sign:before {

 content: "\f056";

} .icon-remove-sign:before {

 content: "\f057";

} .icon-ok-sign:before {

 content: "\f058";

} .icon-question-sign:before {

 content: "\f059";

} .icon-info-sign:before {

 content: "\f05a";

} .icon-screenshot:before {

 content: "\f05b";

} .icon-remove-circle:before {

 content: "\f05c";

} .icon-ok-circle:before {

 content: "\f05d";

} .icon-ban-circle:before {

 content: "\f05e";

} .icon-arrow-left:before {

 content: "\f060";

} .icon-arrow-right:before {

 content: "\f061";

} .icon-arrow-up:before {

 content: "\f062";

} .icon-arrow-down:before {

 content: "\f063";

} .icon-mail-forward:before, .icon-share-alt:before {

 content: "\f064";

} .icon-resize-full:before {

 content: "\f065";

} .icon-resize-small:before {

 content: "\f066";

} .icon-plus:before {

 content: "\f067";

} .icon-minus:before {

 content: "\f068";

} .icon-asterisk:before {

 content: "\f069";

} .icon-exclamation-sign:before {

 content: "\f06a";

} .icon-gift:before {

 content: "\f06b";

} .icon-leaf:before {

 content: "\f06c";

} .icon-fire:before {

 content: "\f06d";

} .icon-eye-open:before {

 content: "\f06e";

} .icon-eye-close:before {

 content: "\f070";

} .icon-warning-sign:before {

 content: "\f071";

} .icon-plane:before {

 content: "\f072";

} .icon-calendar:before {

 content: "\f073";

} .icon-random:before {

 content: "\f074";

} .icon-comment:before {

 content: "\f075";

} .icon-magnet:before {

 content: "\f076";

} .icon-chevron-up:before {

 content: "\f077";

} .icon-chevron-down:before {

 content: "\f078";

} .icon-retweet:before {

 content: "\f079";

} .icon-shopping-cart:before {

 content: "\f07a";

} .icon-folder-close:before {

 content: "\f07b";

} .icon-folder-open:before {

 content: "\f07c";

} .icon-resize-vertical:before {

 content: "\f07d";

} .icon-resize-horizontal:before {

 content: "\f07e";

} .icon-bar-chart:before {

 content: "\f080";

} .icon-twitter-sign:before {

 content: "\f081";

} .icon-facebook-sign:before {

 content: "\f082";

} .icon-camera-retro:before {

 content: "\f083";

} .icon-key:before {

 content: "\f084";

} .icon-gears:before, .icon-cogs:before {

 content: "\f085";

} .icon-comments:before {

 content: "\f086";

} .icon-thumbs-up-alt:before {

 content: "\f087";

} .icon-thumbs-down-alt:before {

 content: "\f088";

} .icon-star-half:before {

 content: "\f089";

} .icon-heart-empty:before {

 content: "\f08a";

} .icon-signout:before {

 content: "\f08b";

} .icon-linkedin-sign:before {

 content: "\f08c";

} .icon-pushpin:before {

 content: "\f08d";

} .icon-external-link:before {

 content: "\f08e";

} .icon-signin:before {

 content: "\f090";

} .icon-trophy:before {

 content: "\f091";

} .icon-github-sign:before {

 content: "\f092";

} .icon-upload-alt:before {

 content: "\f093";

} .icon-lemon:before {

 content: "\f094";

} .icon-phone:before {

 content: "\f095";

} .icon-unchecked:before, .icon-check-empty:before {

 content: "\f096";

} .icon-bookmark-empty:before {

 content: "\f097";

} .icon-phone-sign:before {

 content: "\f098";

} .icon-twitter:before {

 content: "\f099";

} .icon-facebook:before {

 content: "\f09a";

} .icon-github:before {

 content: "\f09b";

} .icon-unlock:before {

 content: "\f09c";

} .icon-credit-card:before {

 content: "\f09d";

} .icon-rss:before {

 content: "\f09e";

} .icon-hdd:before {

 content: "\f0a0";

} .icon-bullhorn:before {

 content: "\f0a1";

} .icon-bell:before {

 content: "\f0a2";

} .icon-certificate:before {

 content: "\f0a3";

} .icon-hand-right:before {

 content: "\f0a4";

} .icon-hand-left:before {

 content: "\f0a5";

} .icon-hand-up:before {

 content: "\f0a6";

} .icon-hand-down:before {

 content: "\f0a7";

} .icon-circle-arrow-left:before {

 content: "\f0a8";

} .icon-circle-arrow-right:before {

 content: "\f0a9";

} .icon-circle-arrow-up:before {

 content: "\f0aa";

} .icon-circle-arrow-down:before {

 content: "\f0ab";

} .icon-globe:before {

 content: "\f0ac";

} .icon-wrench:before {

 content: "\f0ad";

} .icon-tasks:before {

 content: "\f0ae";

} .icon-filter:before {

 content: "\f0b0";

} .icon-briefcase:before {

 content: "\f0b1";

} .icon-fullscreen:before {

 content: "\f0b2";

} .icon-group:before {

 content: "\f0c0";

} .icon-link:before {

 content: "\f0c1";

} .icon-cloud:before {

 content: "\f0c2";

} .icon-beaker:before {

 content: "\f0c3";

} .icon-cut:before {

 content: "\f0c4";

} .icon-copy:before {

 content: "\f0c5";

} .icon-paperclip:before, .icon-paper-clip:before {

 content: "\f0c6";

} .icon-save:before {

 content: "\f0c7";

} .icon-sign-blank:before {

 content: "\f0c8";

} .icon-reorder:before {

 content: "\f0c9";

} .icon-list-ul:before {

 content: "\f0ca";

} .icon-list-ol:before {

 content: "\f0cb";

} .icon-strikethrough:before {

 content: "\f0cc";

} .icon-underline:before {

 content: "\f0cd";

} .icon-table:before {

 content: "\f0ce";

} .icon-magic:before {

 content: "\f0d0";

} .icon-truck:before {

 content: "\f0d1";

} .icon-pinterest:before {

 content: "\f0d2";

} .icon-pinterest-sign:before {

 content: "\f0d3";

} .icon-google-plus-sign:before {

 content: "\f0d4";

} .icon-google-plus:before {

 content: "\f0d5";

} .icon-money:before {

 content: "\f0d6";

} .icon-caret-down:before {

 content: "\f0d7";

} .icon-caret-up:before {

 content: "\f0d8";

} .icon-caret-left:before {

 content: "\f0d9";

} .icon-caret-right:before {

 content: "\f0da";

} .icon-columns:before {

 content: "\f0db";

} .icon-sort:before {

 content: "\f0dc";

} .icon-sort-down:before {

 content: "\f0dd";

} .icon-sort-up:before {

 content: "\f0de";

} .icon-envelope:before {

 content: "\f0e0";

} .icon-linkedin:before {

 content: "\f0e1";

} .icon-rotate-left:before, .icon-undo:before {

 content: "\f0e2";

} .icon-legal:before {

 content: "\f0e3";

} .icon-dashboard:before {

 content: "\f0e4";

} .icon-comment-alt:before {

 content: "\f0e5";

}


/* latin-ext */ @font-face {

 font-family: 'Raleway';
 font-style: normal;
 font-weight: 100;
 src: local('Raleway Thin'), local('Raleway-Thin'), url(https://2019.igem.org/File:T--SEU--font1.woff) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;

} /* latin */ @font-face {

 font-family: 'Raleway';
 font-style: normal;
 font-weight: 100;
 src: local('Raleway Thin'), local('Raleway-Thin'), url(https://2019.igem.org/File:T--SEU--font2.woff) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

} /* latin-ext */ @font-face {

 font-family: 'Raleway';
 font-style: normal;
 font-weight: 300;
 src: local('Raleway Light'), local('Raleway-Light'), url(https://2019.igem.org/File:T--SEU--font3.woff) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;

} /* latin */ @font-face {

 font-family: 'Raleway';
 font-style: normal;
 font-weight: 300;
 src: local('Raleway Light'), local('Raleway-Light'), url(https://2019.igem.org/File:T--SEU--font3.woff) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

} /* latin-ext */ @font-face {

 font-family: 'Raleway';
 font-style: normal;
 font-weight: 400;
 src: local('Raleway'), local('Raleway-Regular'), url(https://2019.igem.org/File:T--SEU--font4.woff) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;

} /* latin */ @font-face {

 font-family: 'Raleway';
 font-style: normal;
 font-weight: 400;
 src: local('Raleway'), local('Raleway-Regular'), url(https://2019.igem.org/File:T--SEU--font5.woff) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

} /* latin-ext */ @font-face {

 font-family: 'Raleway';
 font-style: normal;
 font-weight: 500;
 src: local('Raleway Medium'), local('Raleway-Medium'), url(https://2019.igem.org/File:T--SEU--font6.woff) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;

} /* latin */ @font-face {

 font-family: 'Raleway';
 font-style: normal;
 font-weight: 500;
 src: local('Raleway Medium'), local('Raleway-Medium'), url(https://2019.igem.org/File:T--SEU--font7.woff) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

} /* latin-ext */ @font-face {

 font-family: 'Raleway';
 font-style: normal;
 font-weight: 700;
 src: local('Raleway Bold'), local('Raleway-Bold'), url(https://2019.igem.org/File:T--SEU--font8.woff) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;

} /* latin */ @font-face {

 font-family: 'Raleway';
 font-style: normal;
 font-weight: 700;
 src: local('Raleway Bold'), local('Raleway-Bold'), url(https://2019.igem.org/File:T--SEU--font9.woff) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

} /* latin-ext */ @font-face {

 font-family: 'Raleway';
 font-style: normal;
 font-weight: 900;
 src: local('Raleway Black'), local('Raleway-Black'), url(https://2019.igem.org/File:T--SEU--font10.woff) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;

} /* latin */ @font-face {

 font-family: 'Raleway';
 font-style: normal;
 font-weight: 900;
 src: local('Raleway Black'), local('Raleway-Black'), url(https://2019.igem.org/File:T--SEU--font11.woff) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

}