section {
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    z-index: 1;
}
.container {
    margin: 0 auto 10px;
    padding: 50px 20px 0;
    text-align: center;
    width: 80%}
.border {
    background: none repeat scroll 0 0 #999;
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 100px;
    margin-bottom: 30px;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
.featureset li {
    font-size: 18px;
    margin: 10px 0;
    list-style: none;
}
.full-width {
    width: 100%;
    padding: 0!important;
}

h1 {
    font-size: 44px;
    letter-spacing: 3px;
    color: #222;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 65px;    
}
h2 {
    font-size: 28px;
    letter-spacing: 3px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 65px;
}
h3 {
    font-size: 24px;
    letter-spacing: 3px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 65px;    
}
.titles, h1, h2, h3, h4, h5, h6, p, li, table {
    font-weight: 400;
    font-family: nunito, sans-serif;
}
p {
    margin-bottom: 14px;
    font-size: 18px;
}
a {
    text-decoration: none;
    color: #e2b100;
}
.navbar {
    background: #000;
    width: 100%;
    height: 100px;
}
.navbar-inner {
    padding-left: 20px!important;
    padding-right: 20px!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)!important;
    z-index: 10;
}
.navbar .nav>li>a {
    text-transform: uppercase;
    font-weight: 400;
    color: #999;
    display: block;
    height: 100%;
    transition: all .3s ease-out 0s;
    line-height: 45px;
    text-shadow: none;
    font-size: 12px;
}
.navbar .nav>li>a {
    float: none;
    padding: 10px 15px;
    color: #777;
    text-decoration: none;
}
#logo {
    background-color: transparent!important;
    position: absolute;
    width: auto;
    height: 50px;
    left: 30px;
    top: 5px;
    margin-left: 0;
    z-index: 100;
}
.navbar .nav {
    width: 100%;
    text-align: right;
    position: relative;
    right: 25px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    list-style: none;
}
.navbar .nav>li {
    float: none;
    display: inline-block;
}
li {
    list-style: none;
}
#logo a img {
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}
.spacer {
    height: 35px;
}
.section-spacer {
    background: #222;
    width: 100%;
    height: 65px;
}
.anamorphic-demos {
    width: 100%;
    padding: 25px 0 0;
}
.inner {
    display: table-cell;
    vertical-align: middle;
}
.inner h5, .inner p {
    color: #fff;
}
.phasetitle {
    font-size: 2vw;
    line-height: normal;
    letter-spacing: 2px;
    color: #fff;
}
.team-profile-modern p.about-team {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: none;
    margin: 20px 0 30px;
}
.outer {
    display: table;
    width: 100%;
    height: 100%}
.team-profile-modern {
    height: 100%;
    width: 100%;
    padding: 60px;
    box-sizing: border-box;
    z-index: 11;
    position: absolute;
    top: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
}
.our-team-modern li {
    width: calc(1/3 * 94.999%);
    margin: 0;
    overflow: hidden;
    height: 400px;
    background-size: cover;
    background-position: center;
    left: 2.5%}
.our-team li img, .our-team-modern li {
    display: block;
    position: relative;
    float: left;
}
.ytvideo {
    margin: .5em auto;
    font-family: arial;
    text-align: center;
    position: relative;
    min-height: 120px;
    overflow: hidden;
    background-color: #555;
}
.ytvideo p {
    position: absolute;
    margin: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}
.ytvideo .yt_hd {
    font-size: 16px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: left;
    top: 0;
    left: 0;
    padding-left: 10px;
    overflow: hidden;
}
.ytvideo .yt_ft {
    font-size: 11px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.ytvideo img {
    display: block;
    width: 100%;
    border: 0;
}
.ytvideo a:after {
    content: "\A0\25BA";
    position: absolute;
    width: 60px;
    height: 50px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    font-size: 24px;
    line-height: 50px;
    cursor: pointer;
}
.ytvideo a:hover:after {
    background: #cc181e;
}

table, th, td {
    text-align: center;
    padding: 15px;
        margin-left:auto; 
    margin-right:auto;
    
}

.lens-table {
    background-color: #f1f1f1;
}

.lens-firstrow {
    background-color: #f90;
        color:white
        
}

 .notfirst:hover {background-color: #f5f5f5;} 
 tr:nth-child(even) {background-color: #f3f3f3;} 