body {
    width:100%;
    height: 100%;
    margin:0;
    font-family: 'Roboto', Arial sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #0bab9f; /* Safari */
    color: #fff;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.bttn {
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    border-radius: 4px;
    border: none;
    background: #f3f3f3;
    border-bottom: solid 2px #e3e3e3;
    display: inline-block;
    color: #808080;
    font-weight: 700;
    position: relative;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bttn:hover {
    background: #e3e3e3;
    border-color: #d1d1d1;
    cursor: pointer;
    text-decoration: none;
}

.bttn-primary {
    background: #0bab9f;
    border-color: #0b968a;
    color: #fff;
}

.bttn-primary:hover {
    background: #0b978b;
    border-color: #0b887c;
    color: #fff;
}

.bttn-lightgreen {
    background: #c6db5a;
    border-color: #a5ba50;
    color: #fff;
}

.bttn-lightgreen:hover {
    background: #b2c751;
    border-color: #889d46;
    color: #fff;
}

i.icon {
    width: 10px;
    height: 16px;
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
}

i.icon.pencil {
    background: url("https://app.tutegenomics.com/home/pencil.png") center;
    margin-right: 5px;
}

i.icon.lock {
    background: url("https://app.tutegenomics.com/home/lock.png") center;
    margin-right: 5px;
}

i.icon.menu {
    background: url("../app-sub/home/menu.png") center;
    margin-right: 5px;
}



.container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

img {
    border: none;
}

nav {
    margin: 0 auto;
    height: 64px;
    box-sizing: border-box;
    z-index: 9000;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    color: #363636;
    -webkit-font-smoothing: subpixel-antialiased;
    position: fixed;
    left: 0;
    right: 0;
    border-bottom: solid 1px #e3e3e3;
    padding: 0 10px;
}

a.logo {
    display: inline-block;
    height: 44px;
    width: 79px;
    background: url("../app-sub/home/tute-logo-new.png") center no-repeat;
    background-size: 79px 44px;
    margin: 10px 0;
}

.nav-group {
    height: 64px;
    cursor: default;
}

.nav-group > a.item {
    font-family: 'Roboto', sans-serif;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    text-decoration: none;
    margin: 0 20px 0 0;
    font-weight: 300;
    color: #363636;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-group > a.item:hover {
    border-bottom: solid 4px #e3e3e3;
}

.nav-group > .bttn:nth-child(1) {
    margin: 0;
    display: block;
}

.nav-group > .bttn:nth-child(2) {
    margin-right: 10px;
}

.m-nav-group {
    height: 64px;
    cursor: default;
    display: none;
}

.m-nav-group .bttn {
    margin-top: 14px;
}

nav a.login {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
    text-decoration: none;
    padding: 8px;
    margin: 21px 0px 0px 10px;
    background: #0BAB9F;
    color:#fff;
    line-height: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

nav a.login:hover {
    border-bottom: 2px solid #0c9386;
}

nav a.signup {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
    text-decoration: none;
    padding: 8px;
    margin: 21px 0px 0px 10px;
    background: #c6db5a;
    color:#fff;
    line-height: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

nav a.signup:hover {
    border-bottom: 2px solid #b8c654;
}

nav i.mobile-menu {
    display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
    text-decoration: none;
    padding: 10px 8px;
    margin: 21px 0px 0px 10px;
    background: #c6db5a;
    color:#fff;
    line-height: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

nav i.mobile-menu:hover {
    cursor: pointer;
}

.mobile-menu-options {
    display: none;
    position: fixed;
    top:64px;
    left: 0;
    right: 0;
    z-index: 8999;
    background: url(../app-sub/home/grey_tile.jpg);
    padding: 5px 0px 0px 0px
}

.mobile-menu-options a.nav-item {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    padding: 8px;
    background: #ddd;
    color:#fff;
    line-height: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    width: 200px;
    margin: 5px auto;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}

.mobile-menu-options a.signup {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    padding: 8px;
    background: #c6db5a;
    color:#fff;
    line-height: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    width: 200px;
    margin: 5px auto;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}

.login-form {
    position: fixed;
    width: 400px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    right: 100px;
    top: 74px;
    text-align: center;
    box-shadow: 0px 8px 9px rgba(0,0,0,0.3);
    display: none;
    z-index: 9999;
}

.login-form-half {
    width:50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float:left;
}

.login-form-half label {
    margin: 5px 0px 9px 0px;
    display: block;
    color:#404041;
}

a.forgot {
    display: block;
    margin: 10px 0px;
    color:#C6DB5A;

}

a.login-form-btn {
    text-decoration: none;
    color:#404041;
    padding:0px 11px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    padding: 8px 0px;
    background: #c6db5a;
    color:#fff;
    border-bottom: 2px solid #b8c654;
    border-radius: 5px;
    display: block;
}

#wrap {

}

.signup-form {
    position: fixed;
    width: 600px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    right: 100px;
    top: 74px;
    text-align: center;
    box-shadow: 0px 8px 9px rgba(0,0,0,0.3);
    display: none;
    z-index: 9998;
}

.signup-form-half {
    width:50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float:left;
}

.signup-form-half label {
    margin: 6px 0px 10px 0px;
    display: block;
    color:#404041;
    text-align: right;
}

.signup-form-half select {
    width: 150px;
    margin: 5px 0px;
}

a.signup-form-btn {
    text-decoration: none;
    color:#404041;
    padding:0px 11px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    padding: 8px 0px;
    background: #0BAB9F;
    color:#fff;
    border-bottom: 2px solid #0c9386;
    border-radius: 5px;
    display: block;
    width: 80%;
    margin: 20px auto 0px auto;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    padding: 1em;
    display: none;
    border: solid #C6DB5A;
    border-width: 3px 0px 3px 3px;
}

.back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.7);
    cursor:pointer;
}

.revolution {
    padding: 70px 0px 90px 0px;
}

.revolution .about-img img {
    width: 80%;
    margin-top: 10%;
    float:right;
}

.what {
    width:100%;
    background: #F3F3F3 url(../app-sub/home/doctor.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
}

.what-is {
    padding: 60px 0px 90px 0px;
}

.what-is h2{
    text-align: center;
    font-size: 170%;
}

.tech-table {
    margin: 0px auto 0px auto;
    width:80%;
}

.tech-table i {
    font-size: 170%;
    color:#C6DB5A;
    width: 100%;
    text-align: center;
}

.tech-table td.tech-bullet {
    font-size: 90%;
    color:#404041;
}

.tech-table td {
    padding-top:20px;
    padding-bottom:20px;
}

.tech-table td:first-child {
    padding-top:0px;
    padding-bottom:20px;
}


td.tech-icon {
    padding-right: 10px;
}

.technology {
    text-align: center;
    width: 100%;
    display: inline-block;
    color:#9BD2E2;
}

.about-2 {
    background: #fff;
    padding: 40px 0px 20px 0px;
}

.highlights {
    border-width: 0px 0px 0px 1px;
    border-color: #C6DB5A;
    border-style: solid;
    padding: 40px 0px 30px 0px;
    margin-bottom: 95px;
    margin-top: 60px;
}

.highlights-title {
    color: #eee;
    margin: 0px 0px 40px 20px;
    font-size: 160%;
}

.sign-blue {
    width:100%;
    background: #9BD2E2;
    margin: 0px;
    padding: 90px 0px;
}

.sign-blue h1 {
    color:#fff;
    font-weight: 100;
    font-size: 190%;
    text-align: center;
}

.sign-blue a {
    display: block;
    width: 200px;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    background: #C6DB5A;
    margin: 10px auto 0px auto;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 2px solid #B8C654;
    border-radius: 5px;
}

.sign {
    width:100%;
    background: #0BAB9F;
    margin: 0px;
    padding: 90px 0px;
}

.sign h1 {
    color:#fff;
    font-weight: 100;
    font-size: 190%;
    text-align: center;
}

.landing {
    width:100%;
    background: #eee url(../app-sub/home/triangles_2.png) repeat center center fixed;
    margin: 0px;
    padding: 11% 0px 5% 0px;
}

.landing .container {
    text-align: center;
}

.landing-content1 {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float:left;
    text-align: left;
}

.landing-content2 {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float:left;
}

.landing-content2 img {
    width:100%;
    margin-top: -50px;
    margin-bottom: -90px;

}

.landing .container h1 {
    display: block;
    color:#0BAB9F;
    margin: 0px auto 10px auto;
    font-size: 300%;
    text-align: left;
    margin: 0px 0px 0px 0px;
    /*text-shadow: 0px 1px 2px rgba(0,0,0,0.5);*/
}

.landing-content h1.logo {
    font-size: 500%;
    color: #C6DB5A;
    font-family: 'aristaFont', sans-serif;
    text-shadow: 0px -1px 0px rgba(255,255,255,.7), 0px 1px 2px rgba(0,0,0,0.4);
}

.landing .container h2 {
    display: block;
    color: rgba(255,255,255,.9);
    margin: 0px auto;
    font-size: 200%;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    font-weight: normal;
    width: 650px;
}

.clear {
    clear: both;
}

.instant-access {
    margin: 20px 0px 90px 0px;
    width:100%;
    padding: 0px;
    color:#404041;
}

.access-left {
    float:left;
    width:60%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.access-right {
    float:left;
    width:40%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.instant-access span {
    display: block;
    width:100%;
    margin: -17px 0px 15px 0px;
    font-size: 80%;
    color:#9BD2E2;
}

.instant-access p {
    margin: 0px;
    font-size: 90%;

}

.instant-access i {
    color:#C6DB5A;
    margin: 0px 10px 0px 10px;
}

.instant-access a {
    display: block;
    width: 80%;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    background: #F68E35;
    margin: 10px auto 0px auto;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 2px solid #E2792B;
    border-radius: 5px;
}

.about {
    width:100%;
    background: url(../app-sub/home/girl_bg.png) no-repeat left bottom, #25ABA0;
    background-position: 50px 0px;
    background-size: auto 100%;
    padding: 20px 0px 20px 0px;
}

.about .container h2 {
    color:#fff;
    font-size: 140%;
    width:85%;
    text-align: right;
    margin: 0px auto;
    padding: 20px;
    font-weight: 100;
    float: right;
}

.about .container a {
    display: block;
    width: 150px;
    text-decoration: none;
    color:#fff;
    vertical-align: middle;
    background: #F68E35;
    margin: 0px 20px 0px auto;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 2px solid #E2792B;
    border-radius: 5px;
    float:right;
}

.about-img {
    width:50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 10px;
}

.about-img img {
    width:100%;
}

.about-information {
    width:50%;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    float:right;
}

.about-information h2 {
    font-size: 170%;
}

.about-img1 {
    width:50%;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    float: right;
    padding: 10px;
}

#tute .about-img1 {
    padding-top:50px;
}

#technology .about-img {
    padding-top: 0px;
}

#technology .about-img img {
    width:90%;
}

#bottomline .about-img1 {
    padding-top:40px;
}

#bottomline .about-img1 img {
    padding-top:20px;
    width: 90%;
    float: right;
}

.about-img1 img {
    width:100%;
}

.about-information1 {
    width:50%;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    float:left;
}

.about-information1 h2 {
    font-size: 170%;
}

.content-area {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    width: 100%;
    padding: 20px;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    display: inline-block;
    color: #404041;
    background: #fff;
}

.content-area img{
    height: 45px;
}

.creative {
    padding-left: 50px;
    padding-right: 50px;
    border-width: 0 1px;
    position: relative;
    width: 33%;
    padding: 20px;
    float: left;
    text-align: center;
    border-width: 0 1px 0 0;
    border-color: #ccc;
    border-style: dotted;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.engineering {
    padding-left: 50px;
    padding-right: 50px;
    border-width: 0 1px;
    position: relative;
    width: 33%;
    padding: 20px;
    float: left;
    text-align: center;
    border-width: 0 1px 0 0;
    border-color: #ccc;
    border-style: dotted;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.business {
    padding-left: 50px;
    padding-right: 50px;
    border-width: 0 1px;
    position: relative;
    width: 33%;
    padding: 20px;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.howitworks {
    width:100%;
    background: #F3F3F3 url(../app-sub/home/girl_cover.jpg) no-repeat fixed;
    background-position: right 75px ;
    -webkit-background-size: auto 92%;
    -moz-background-size: auto 92%;
    -o-background-size: auto 92%;
    background-size: auto 92%;
    margin: 0px;
    padding: 5% 0px;
}

.howitworks h2 {
    font-size: 200%;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    float:right;
}

.landing-content-steps {
    width: 45%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float:left;
}

.landing-content-steps i {
    display: block;
    border: 1px #fff solid;
    border-radius: 50%;
    width:65%;
    height: 100%;
    margin: auto auto;
    padding: 1em 0px;
}

.step-number {
    width: 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float:left;
    vertical-align: middle;
    text-align: center;
    color:#fff;
}

.step-info {
    width: 80%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float:left;
    vertical-align: middle;
}

.landing-content-row {
    width:100%;
    padding: 10px 20px;
    background: #404041;
    text-align: center;
}

.landing-content-row p {
    color: #fff;
    font-size: 180%;
}

.landing-content-row1 {
    width:100%;
    padding: 20px;
    background: #47B3E5;
}

.landing-content-row1 p {
    font-size: 70%;
    margin: 2px;
    color:#fff;
}

.landing-content-row2 {
    width:100%;
    padding: 20px;
    background: #27A6E1;
}
.landing-content-row2 p {
    font-size: 70%;
    margin: 2px;
    color:#fff;
}

.howitworks-1 {
    width:100%;
    background: #EEEEEE;
    background-size: 100% auto;
    padding: 60px 30px 0px 30px;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}

.howitworks-1 .container {
    padding: 60px 30px 0px 30px;
}

.tute-companies {
    width:100%;
    padding: 60px 0px 70px 0px;
    background: #F68E35;

}

.tute-companies h2 {
    font-size: 200%;
    color:#fff;
    width:100%;
    text-align: center;
    font-weight: 100;
}

.tute-companies h3 {
    font-size: 120%;
    color:#fff;
    width:100%;
    text-align: center;
    font-weight: 100;
    margin-top: -30px;
}

.companies {
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    width:100%;
}

.company {
    width:200px;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    border: 10px solid #F68E35;
    background: #fff;
    position: relative;
    margin: 10px 0px;
    overflow: hidden;
    height: 200px;
    float:left;
    border-radius: 100%;
}

.company-name {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 8000;
    background: rgba(11,171,159,1);
    position: relative;
    text-align: center;
    border-radius: 100%;
    line-height: 95%;
    vertical-align: middle;
    margin-top: 0px;
    font-size: 75%;
    color:#fff;
    padding-top: 40px;
}

.displayshow {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.company img {
    width: 90%;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    opacity:0.4;
    filter:alpha(opacity=40);
}

.company:hover {
    border: 10px solid #C6DB5A;
}

.company img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity:1;
    filter:alpha(opacity=100);
}

.quotes i {
    padding: 0px 13px;
    background: #C6DB5A;
    position: relative;
    float: right;
    top: -135px;
    border-radius: 50%;
    font-size: 300%;
    color: #fff;
    border: #0BAB9F 5px solid;
}

.quotes i img {
    width: 40px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.quotes h2 {
    text-align: center;
    font-size: 200%;
    color:#404041;
    width:100%;
    font-weight: 100;
}

.quotes {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    padding:45px 0px 80px 0px;
    background:#fff;
}

.quotes::before {
    content: ' ';
    position: relative;
    width: 0;
    height: 0;
    left: 48%;
    right: 50%;
    top: -90px;
    border: 25px solid;
    border-color: transparent transparent #fff transparent;
}

.quotes1 {
    width: 48%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float:left;
    margin: 1% 1%;
    color:#404041;
}

.quotes1 img {
    width:100%;
}

.quote-text {
    padding: 20px 20px 15px;
}

.author {
    color:#0BAB9F;
}

.abouttute {
    width:100%;
    background: url(https://app.tutegenomics.com/home/tute_team.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
    padding: 13% 0px 7% 0px;
}

.abouttute h2 {
    font-size: 200%;
    color: #fff;
    margin: 0px auto;
    text-align: center;
}

.contact {
    width:100%;
    background: #0BACA2;
    margin: 0px;
    padding: 40px 0px 0px 0px;
    color:#404041;
}

.contact h2 {
    font-size: 200%;
    color:#fff;
    width:100%;
    text-align: center;
    font-weight: 100;
    margin-bottom: 0px;
}

.cities {
    display: inline-block;
    width:100%;
    text-align: center;
    border-bottom: 1px solid #404041;
    padding: 0px 0px 20px 0px;
}

.contact2 {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color:#404041;
    padding: 20px 0px 50px 0px;
}

.contact-fourth {
    width:25%;
    float:left;
    text-align: center;
    margin-bottom: 20px;
}

.contact1 i {
    background: #0C9386;
    padding: 10px 10px;
    color:#fff;
    border-radius: 100%;
}

.contact-title {
    color: #ddd;
}

#provo:hover,#la:hover,#slc:hover {
    color:#F68E35;
    cursor: pointer;
}

.la,.slc,#la-map,#slc-map {
    display: none;
}

i.social {
    font-size: 200%;
    color: #404041;
}

i.social:hover {
    color: #F68E35;
}

footer {
    width:100%;
    height:100px;
    background-color: #000;
    margin: 0px auto;
    z-index: 10;
    bottom: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


footer .container {
    position: relative;
    width:980px;
    max-width:1200px;
    margin: 0px auto;
    height: 100px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer a.nav-item {
    display: inline-block;
    text-decoration: none;
    color:#fff;
    height:100%;
    font-size: 80%;
    line-height: 100px;
    vertical-align: middle;
    padding:0px 10px;
}

footer a.copyright {
    display: inline-block;
    text-decoration: none;
    color:#787879;
    height:100%;
    font-size: 80%;
    line-height: 100px;
    vertical-align: middle;
    padding:0px 10px;
    float: right;
}

.login-signup {
    width:100%;
    text-align: center;
    display: inline-block;
    clear:both;
    margin-top: 0px auto;
    padding: 0px 0px 20px 0px;
    background: url(https://app.tutegenomics.com/home/icon_bg.png) repeat;
    background-position: 0px -200px;
    background-size: 100% auto;
    border-top: 1px solid #fff;
}

.login-signup h1 {
    color:	#0BAB9F;
    font-size: 200%;
    margin-top: 0px auto 15px auto;
    padding: 10px 0px 5px 0px;
}

.login-signup p {
    width: 750px;
    color:#404041;
}

.login-signup a.btn {
    display: block;
    width: 150px;
    text-decoration: none;
    color:#fff;
    vertical-align: middle;
    background: #c6db5a;
    margin: 0px auto 10px auto;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 2px solid #B8C654;
    border-radius: 5px;
}

.fiths-contain {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    margin-top: -30px;
}

.fiths {
    width:20%;
    float:left;
    text-align: center;
}

.fiths a {
    color: #404041;
}

.fiths img {
    width:90px;
    border-radius: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 2%;
    height: auto;
    text-align: center;
    background: rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}

.fiths img:hover {
    background: #C6DB5A;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
    cursor: pointer;
}


.index-fiths {
    width:20%;
    float:left;
    text-align: center;
    color: #404041;
    padding: 0px 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index-fiths i {
    font-size: 300%;
    color: #9BD2E2;
}

.whatistute {
    width:100%;
    background: #404041 url(../app-sub/home/genetics.png) no-repeat center center ;
    background-position: 500px -100px;
    -webkit-background-size: 60%;
    -moz-background-size: 60%;
    -o-background-size: 60%;
    background-size: 60%;
    margin: 0px;
    padding: 12% 0px 5% 0px;
}

.whatistute h2 {
    font-size: 200%;
    color: #fff;
}

.whatistute-1 {
    width:100%;
    background: #EEEEEE;
    background-size: 100% auto;
    padding: 60px 30px 0px 30px;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
}

.whatistute-1 .container {
    padding: 60px 30px 0px 30px;
}

.whatistute-nav {
    width: 100%;
    background: #404041;
    height: 80px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

.whatistute-nav a {
    width: 10%;
    height: 100%;
    display: inline;
    line-height: 80px;
    vertical-align: middle;
    padding: 0px 10px;
    margin: 0px 3px;
    color: #fff;
    border-bottom: 2px solid #404041;
}

.whatistute-nav a:hover {
    border-bottom: 2px solid #C6DB5A;
}

.third {
    width: 33%;
    float:left;
    margin: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.pipeline {
    padding-bottom: 30px;
    background: rgb(3,171,158);
    background: -moz-linear-gradient(left,  rgba(3,171,158,1) 0%, rgba(198,219,91,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(3,171,158,1)), color-stop(100%,rgba(198,219,91,1)));
    background: -webkit-linear-gradient(left,  rgba(3,171,158,1) 0%,rgba(198,219,91,1) 100%);
    background: -o-linear-gradient(left,  rgba(3,171,158,1) 0%,rgba(198,219,91,1) 100%);
    background: -ms-linear-gradient(left,  rgba(3,171,158,1) 0%,rgba(198,219,91,1) 100%);
    background: linear-gradient(to right,  rgba(3,171,158,1) 0%,rgba(198,219,91,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ab9e', endColorstr='#c6db5b',GradientType=1 );
}

.pipeline p {
    text-align: center;
    color: #fff;
    padding: 15px 0px 0px 0px;
    margin-bottom: 5px;
    width: 100%;
}

.tutepipe {
    width:33%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    padding: 10px;
}

.pipeline b {
    font-family: agel,agel,el,"helvetica neue",helvetica,arial,sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    width: 100%;
    border: 1px #fff solid;
    border-radius: 100%;
    padding: 3px 5px;
}

.tutepipe ul {
    width: auto;
    height: auto;
    float: left;
    position: relative;
    padding: 39px 27px;
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f9f9f9), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #f9f9f9,#ffffff);
    background: -moz-linear-gradient(left, #f9f9f9,#ffffff);
    background: -o-linear-gradient(left, #f9f9f9,#ffffff);
    -pie-background: linear-gradient(left, #f9f9f9,#ffffff);
    background: linear-gradient(left, #f9f9f9,#ffffff);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.75);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.75);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.75);
    behavior: url("https://app.tutegenomics.com/assets/PIE.htc");
    position: relative;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.18);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.18);
}

.tutepipe ul li {
    margin-bottom: 15px;
}

.tutepipe p {
    text-align: center;
    background: #C6DB5A;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #B8C654;
}

.interpretation-info {
    width:25%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    padding: 0px 20px;
}

.interpretation-info h3 {
    text-align: center;
}

.interpretation-info h3 i {
    color: #C6DB5A;
}

.interpretation-info i.big {
    font-size: 900%;
    display: block;
    text-align: center;
    color: #F68E34;
    text-shadow: 0px 1px 0px #E2792B, 0px -1px 0px rgba(255,255,255,0.9);
}

.whatistute-1 {
    width:100%;
    background: url('../app-sub/home/grey_tile.jpg') repeat;
    padding: 10px 30px 60px 30px;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    color: #404041;
}

.whatistute-1 .container {
    margin: 80px auto;
}

.about-1 {
    border-top: #fff 1px solid;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    background: url('../app-sub/home/checker.jpg') repeat fixed;
    background-size: 9px 9px;
    padding: 60px 0px 60px 0px;
}

.abouttute-nav {
    margin-top: 30px;
    width: 200px;
    position: fixed;
    background: #404041;
    height: auto;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 5;
}

.abouttute-nav a {
    width: 100%;
    display: block;
    padding-left: 20px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    padding: 10px 14px;
    position: relative;
}

.abouttute-nav a:hover {
    background: #0BAB9F;
}

.about-title {
    font-size: 170%;
    display: block;
    width: 100%;
    text-align: center;
}

.about-small-title {
    color:#9BD2E2;
    margin: -20px auto 0px auto;
    width:60%;
    display: block;
    text-align: center;
}

.about-dates-container {
    width:100%;
    float:left;
}

.about-dates {
    width:10%;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    float:left;
    padding: 10px;
}

.about-dates-info {
    width:90%;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    float:left;
    padding: 10px;
}

.team-box {
    text-align: center;
    width:100%;
    margin: 0px 0px;
    padding: 20px 0px;
}

.team-pics {
    display: block;
    width: 122px;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    float:left;
    margin: 10px;
    border: #ddd solid 3px;
    height:122px;
    border-radius: 100%;
    overflow: hidden;
}

.team-pics img {
    width: 100%;
    border-radius: 100%;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    ilter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);
}

.team-bio {
    display: none;
    width: 100%;
    padding: 0 20px;
    background: #eeeeee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #dddddd;
    color:#404041;
    font-size: 80%;
}

@media (max-width: 1050px) {
    .about .container a {
        display: block;
        width: 150px;
        text-decoration: none;
        color:#fff;
        vertical-align: middle;
        background: #F68E35;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 10px 0px;
        border-bottom: 2px solid #E2792B;
        border-radius: 5px;
        float: none;
        clear:both;
    }

    nav {
        width: 100%;
        margin: 0 auto;
    }

    .container {
        position: relative;
        margin: 0px auto;
        vertical-align: middle;
        padding: 0px 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .about .container h2{
        width:70%;
    }

    footer {
        width:100%;
        height:50px;
        background-color: #000;
        z-index: 10;
        bottom: 0px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:0px;
    }


    footer .container {
        position: relative;
        width:100%;
        margin: 0px auto;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px;
        height:50px;
    }

    footer a.nav-item {
        display: none;
    }

    footer a.copyright {
        width:100%;
        display: block;
        text-decoration: none;
        color:#787879;
        font-size: 80%;
        line-height: 50px;
        vertical-align: middle;
        text-align: center;
    }
}

@media (max-width: 950px) {

    nav {
        width: 100%;
        margin: 0 auto;
        z-index: 9000;
        background: #fff;
    }

    nav .container {
        position: relative;
        width:100%;
        margin: 0px auto;
        height: 75px;
        line-height: 75px;
        vertical-align: middle;
        padding: 0px 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    nav .nav-group {
        display: none;
    }

    nav .m-nav-group {
        display: block;
    }

    nav i.mobile-menu {
        display: inline;
    }

    .container {
        position: relative;
        width: 95%;
        max-width:950px;
        margin: 0px auto;
        padding: 20px 0px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .landing {
        width:100%;
        background: #eee url(../app-sub/home/triangles.png) no-repeat center center;
        background-position: -20px 50px;
        -webkit-background-size: 150%;
        -moz-background-size: 150%;
        -o-background-size: 150%;
        background-size: 150%;
        margin: 0px;
    }

    .landing-content1 {
        width: 100%;
        padding:0px 0px 0px 0px;
    }

    .landing-content2 {
        width: 100%;
        padding:0px 0px 0px 0px;
        text-align: right;
    }

    .landing-content2 img {
        width:40%;
        margin-top: -200px;
        margin-bottom: 0px;
    }

    .landing .container h1 {
        display: block;
        color:#0BAB9F;
        font-size: 140%;
        width: 60%;
        margin: 60px 0px -10px 0px;
    }

    .landing .container h2 {
        display: block;
        color: rgba(255,255,255,1);
        font-size: 100%;
        text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
        font-weight: normal;
        width: 100%;
    }

    .instant-access {
        display:none;
    }

    .revolution .about-img img {
        width: 95%;
        margin: 10% auto 0px auto;
    }

    .about {
        width:100%;
        background: url(../app-sub/home/girl_bg.png) no-repeat center center, #0bab9f;
        background-size: auto 100%;
        padding: 20px 0px 20px 0px;
        text-align: center;
    }

    .about .container h2 {
        color:#000;
        font-size: 85%;
        width:100%;
        text-align: center;
        margin: 0px auto;
        font-weight: normal;
        background: rgba(255,255,255,0.8);
        margin: 0px 0px 20px 0px;
        border-radius: 5px;
        box-sizing:border-box;
        -moz-box-sizing: border-box;
    }

    .about .container a {
        display: block;
        width: 150px;
        text-decoration: none;
        color:#fff;
        vertical-align: middle;
        background: #F68E35;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 10px 0px;
        border-bottom: 2px solid #E2792B;
        border-radius: 5px;
        float: none;
        clear:both;
    }

    .about-img {
        width:100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
    }

    .about-img img {
        width:80%;
    }

    .about-information {
        width:100%;
        -moz-box-sizing: border-box;
        box-sizing:border-box;
        padding: 10px;
    }

    .about-img1 {
        width:100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
    }

    .about-img1 img {
        width:80%;
    }

    .about-information1 {
        width:100%;
        -moz-box-sizing: border-box;
        box-sizing:border-box;
    }

    .creative {
        padding-left: 50px;
        padding-right: 50px;
        border-width: 0 1px;
        position: relative;
        width: 100%;
        padding: 20px;
        float: left;
        text-align: center;
        border-width: 0 0 1px 0;
        border-color: #ccc;
        border-style: dotted;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .engineering {
        padding-left: 50px;
        padding-right: 50px;
        border-width: 0 1px;
        position: relative;
        width: 100%;
        padding: 20px;
        float: left;
        text-align: center;
        border-width: 0 0 1px 0;
        border-color: #ccc;
        border-style: dotted;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .business {
        padding-left: 50px;
        padding-right: 50px;
        border-width: 0 1px;
        position: relative;
        width: 100%;
        padding: 20px;
        float: left;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .index-fiths {
        width:50%;
        float:left;
        text-align: center;
        color: #404041;
        padding: 10px 5px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .index-fiths i {
        font-size: 300%;
        color: #9BD2E2;
    }

    .howitworks {
        width:100%;
        margin: 0px;
        padding: 0px;
    }

    .howitworks .container {
        padding:0px;
        margin:0px;
        width:100%;
    }

    .howitworks h2 {
        font-size: 200%;
        color: #fff;
        text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
        width: 100%;
        text-align: center;
    }

    .landing-content-steps {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .landing-content-steps i {
        display: block;
        border: 1px #fff solid;
        border-radius: 50%;
        width:45px;
        height: 100%;
        margin: 5px auto 0px auto;
        padding: .7em 0px;
    }

    .step-number {
        width: 25%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        float:left;
        vertical-align: middle;
        text-align: center;
        color:#fff;
    }

    .step-info {
        width: 75%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        float:left;
        vertical-align: middle;
    }

    .sign h1 {
        font-size: 120%;
        width:82%;
        margin: 0px auto;
    }

    .landing-content-row {
        width:100%;
        padding: 5px;
        background: #404041;
        text-align: center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .landing-content-row p {
        color: #fff;
        font-size: 160%;
    }

    .landing-content-row1 {
        width:100%;
        padding: 5px;
        background: #47B3E5;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .landing-content-row1 p {
        font-size: 70%;
        margin: 2px;
        color:#fff;
    }

    .landing-content-row2 {
        width:100%;
        padding: 5px;
        background: #27A6E1;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .landing-content-row2 p {
        font-size: 70%;
        margin: 2px;
        color:#fff;
    }

    .howitworks-1 {
        width:100%;
        background: #EEEEEE;
        padding: 0px;
        -moz-box-sizing: border-box;
        box-sizing:border-box;
        margin: 0px;
    }

    .howitworks-1 .container {
        padding: 15px 5px;
    }

    .fiths-contain {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width:100%;
        margin: 0px;
    }

    .fiths {
        width:20%;
        float:left;
        text-align: center;
    }

    .fiths a p {
        color: #404041;
        font-size: 50%;
    }

    .fiths img {
        width:90%;
        border-radius: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0px 2%;
        height: auto;
        text-align: center;
        background: rgba(0,0,0,0.1);
        box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
    }

    .login-signup p {
        width:100%;
        font-size: 90%;
        margin-top: -20px;
    }

    .what {
        width:100%;
        background: #F3F3F3 url(../app-sub/home/doctor.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin: 0px;
    }

    .whatistute {
        width:100%;
        background: #404041 url(../app-sub/home/genetics.png) no-repeat center center ;
        background-position: 230px 85px;
        -webkit-background-size: 100%;
        -moz-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

    .whatistute h2 {
        font-size: 200%;
        color: #fff;
        text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
        margin-top: 100px;
    }

    .whatistute-nav {
        width: 100%;
        background: #404041;
        height: auto;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
        text-align: center;
    }

    .whatistute-nav a {
        width: 10%;
        height: 100%;
        display: inline;
        line-height: 60px;
        vertical-align: middle;
        padding: 8px 10px;
        margin: 0px 5px;
        color: #fff;
        border-bottom: 2px solid #404041;
        background: rgba(0,0,0,0.7);
        border-bottom: #000 solid 3px;
        border-radius: 5px;
    }

    .about-img img {
        width:70%;
    }

    .about-img1 img {
        width:70%;
    }

    .third {
        width: 100%;
    }

    .tutepipe {
        width:100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
    }

    .tutepipe p {
        text-align: center;
        background: #C6DB5A;
        color: #fff;
        padding: 15px;
        border-bottom: 1px solid #B8C654;
    }

    .whatistute-1 {
        width:100%;
        background: #EEEEEE;
        background-size: 100% auto;
        padding: 0px 0px 0px 0px;
        box-sizing:border-box;
        -moz-box-sizing: border-box;
    }

    .whatistute-1 .container {
        position: relative;
        width: 95%;
        max-width:950px;
        margin: 0px auto;
        padding: 20px 0px;
    }

    .interpretation-info {
        width:100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float:left;
        padding: 0px 10px;
    }

    .about-information1 h2 {
        text-align: center;
    }

    .about-information h2 {
        text-align: center;
    }

    .whatistute-1 h2 {
        text-align: center;
    }

    .interpretation-info i.big {
        font-size: 600%;
        display: block;
        text-align: center;
        color: #F68E34;
        text-shadow: 0px 1px 0px #E2792B, 0px -1px 0px rgba(255,255,255,0.9);
    }

    #bottomline .about-img1 img {
        padding: 20px;
        width: 100%;
        background: #ddd;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .abouttute {
        width:100%;
        background: url(https://app.tutegenomics.com/home/tute_team.jpg) no-repeat center center;
        background-position: 0px 75px;
        -webkit-background-size: 150%;
        -moz-background-size: 150%;
        -o-background-size: 150%;
        background-size: 150%;
        margin: 0px;
        padding: 80px 0px 20px 0px;
    }

    .abouttute h2 {
        font-size: 200%;
        color: #fff;
        margin: 20px auto 0px auto;
        text-align: center;
    }

    .abouttute-nav {
        width: 100%;
        background: #404041;
        height: auto;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
        text-align: center;
        position: relative;
        margin: 0px;
    }

    .abouttute-nav a {
        width: 10%;
        height: 100%;
        display: inline;
        line-height: 60px;
        vertical-align: middle;
        padding: 8px 10px;
        margin: 0px 5px;
        color: #fff;
        border-bottom: 2px solid #404041;
        background: rgba(0,0,0,0.7);
        border-bottom: #000 solid 3px;
        border-radius: 5px;
    }

    #about-div {
        margin: 0px;
        padding: 0px;
        width:100%;
    }

    .about-1 .container {
        width: 100%;
        clear:both;
        padding: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .about-dates {
        width:100%;
        box-sizing:border-box;
        -moz-box-sizing: border-box;
        float:left;
        padding: 10px;
    }

    .about-dates-info {
        width:100%;
        box-sizing:border-box;
        -moz-box-sizing: border-box;
        float:left;
        padding: 0px;
    }

    .team-pics {
        width: 70px;
        box-sizing:border-box;
        -moz-box-sizing: border-box;
        float:left;
        margin: 7px;
        border: #ddd solid 3px;
        height:70px;
    }

    .companies {
        width:100%;
        margin: 0px auto;
        text-align: center;
    }

    .company-name {
        padding: 10px;
    }

    .company {
        width:33%;
        -moz-box-sizing: border-box;
        box-sizing:border-box;
        border: 10px solid #F68E35;
        background: #fff;
        position: relative;
        margin: 10px auto;
        overflow: hidden;
        height: 110px;
        text-align: center;
        border-radius: 100%;
    }

    .quote-text {
        padding: 5px;
    }

    .contact {
        width:100%;
        background: #0BAB9F;
        margin: 0px;
        padding: 5px 0px 0px 0px;
        color:#404041;
    }

    .contact h2 {
        font-size: 200%;
        color:#fff;
        width:100%;
        margin: 0px auto 5px auto;
        text-align: center;
        font-weight: normal;
    }

    .contact1 {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        float:left;
        text-align: center;
        color:#404041;
        padding: 5px 0px 0px 0px;
        background: #0C9386;
        margin: -15px auto 0px auto;
    }

    .contact2 {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        float:left;
        text-align: center;
        margin: 0px;
        color:#404041;
        padding: 5px 0px 0px 0px;
    }

    .contact3 {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        float:left;
        text-align: center;
        margin:-17px 0px 0px 0px;
        color:#404041;
        padding: 0px 0px 0px 0px;
    }

    .contact-fourth {
        width:100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin:2px;
    }

    .back-to-top {
        position: fixed;
        bottom: 2em;
        right: 0px;
        text-decoration: none;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4);
        font-size: 12px;
        padding: 1em;
        display: none;
        z-index: 8990;
    }

    footer {
        width:100%;
        height:50px;
        background-color: #000;
        z-index: 10;
        bottom: 0px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:0px;
    }

    footer .container {
        position: relative;
        width:100%;
        margin: 0px auto;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px;
        height:50px;
    }

    footer a.nav-item {
        display: none;
    }

    footer a.copyright {
        width:100%;
        display: block;
        text-decoration: none;
        color:#787879;
        font-size: 80%;
        line-height: 50px;
        vertical-align: middle;
        text-align: center;
    }
}

@media (max-width: 450px) {
    nav img {
        float: left;
        margin-top: 9px;
        width: 80%;
    }

    nav i.mobile-menu {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        float: right;
        text-decoration: none;
        padding: 10px 8px;
        margin: 22px 0px 0px 0px;
        font-size: 14px;
    }

    nav a.login {
        display: inline-block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        float: right;
        text-decoration: none;
        padding: 8px;
        margin: 22px 0px 0px 5px;
        background: #0BAB9F;
        color:#fff;
        line-height: 15px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
    }

    .whatistute-nav {
        width: 100%;
        background: #404041;
        height: auto;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
        text-align: center;
        margin-top: -30px;
    }

    .whatistute-nav a {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        display: block;
        line-height: 30px;
        vertical-align: middle;
        padding: 0px;
        margin: 0px 0px 5px 0px;
        color: #fff;
        border-bottom: 2px solid #404041;
        background: rgba(0,0,0,0.7);
        border-bottom: #000 solid 3px;
        border-radius: 5px;
        font-size: 14px;
    }

    .abouttute {
        width:100%;
        background: url(https://app.tutegenomics.com/home/tute_team.jpg) no-repeat center center;
        background-position: 0px 75px;
        -webkit-background-size: 200%;
        -moz-background-size: 200%;
        -o-background-size: 200%;
        background-size: 200%;
        margin: 0px;
        padding: 70px 0px 0px 0px;
    }

    .abouttute h2 {
        font-size: 200%;
        color: #fff;
        margin: 20px auto 0px auto;
        text-align: center;
    }

    .abouttute-nav {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        background: #404041;
        height: auto;
        text-align: center;
        position: relative;
        margin: 0px;
        padding: 15px 5px 10px 5px;
    }

    .abouttute-nav a {
        width: 100%;
        display: inline-block;
        line-height: 30px;
        vertical-align: middle;
        padding: 0px;
        margin: 0px 0px 5px 0px;
        color: #fff;
        border-bottom: 2px solid #404041;
        background: rgba(0,0,0,0.7);
        border-bottom: #000 solid 3px;
        border-radius: 5px;
        font-size: 14px;
    }

    .about-title {
        text-align: center;
    }
}