/* general layout */
body {
  padding: 0;
  margin: 0;
  text-align: center;
  /*margin setting for IE*/
  background: url("/images/bg.gif") repeat;
  width: 100%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.15; }

#bg {
  text-align: left;
  width: 100%;
  margin: 0px auto; }

#header-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-color: white;
  padding: 0px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 400; }

#header {
  width: 960px;
  margin: 0 auto;
  position: relative; }

#header a {
  text-decoration: none;
  font-weight: normal; }

/* main - about.html */
#about-content, #resume-content {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 960px;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  -moz-box-shadow: 0px 1px 4px 0px #ccc;
  -webkit-box-shadow: 0px 1px 4px 0px #ccc;
  box-shadow: 0px 1px 4px 0px #ccc; }

.about-content {
  position: relative; }

#about-right {
  position: absolute;
  right: 0;
  top: 0; }

#about-left {
  width: 590px; }

#me {
  padding: 5px;
  background: #eee; }

#me img {
  height: 450px;
  width: 300px; }

#main-wrapper {
  width: 1100px;
  zoom: 1;
  margin: 0 auto;
  position: relative;
  z-index: 60;
  padding-top: 90px; }

/* main */
.main {
  zoom: 1; }

/* html reset */
h1 {
  font-size: 20px;
  margin: 8px 0 8px 0; }

h1.title {
  padding: 8px 12px;
  margin: 0; }

h2 {
  color: #505a64;
  color: #333;
  font-size: 28px;
  margin: 15px 0;
  font-weight: 300; }

h2.statement {
  font-size: 20px;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border: solid #505a64;
  border-width: 0 0 1px 0;
  text-shadow: 1px 1px 0px #fff; }

h2.title, h2.first {
  margin: 0 0 15px 0; }

h2 span.subtext {
  color: #999;
  font-size: 11px;
  font-weight: lighter;
  text-transform: none;
  padding-left: 1em; }

h2.no-margin {
  margin: 0; }

h3 {
  color: #505a64;
  color: #333;
  font-size: 23px;
  border: solid #ddd;
  border-width: 0 0 1px 0;
  margin: 1.4em 0 .5em 0;
  padding-bottom: .5em;
  font-weight: normal; }

h3.title {
  margin-top: 0; }

h4 {
  color: #505a64;
  font-size: 16px;
  margin: .5em 0;
  font-weight: normal; }

h5 {
  color: #777;
  font-size: 12px;
  margin: 8px 0;
  font-weight: 400; }

h5.title, h5.first {
  font-size: 11px;
  margin: 0 0 8px 0; }

p {
  font-size: 12px;
  margin: 6px 0; }

img {
  border: none;
  padding: none;
  margin: none; }

a {
  color: #384556;
  font-weight: lighter;
  text-decoration: none; }

li {
  list-style: disc;
  line-height: 20px;
  font-size: 14px; }

.content-area a {
  font-weight: lighter;
  border-bottom: 1px dotted #384556; }

a:hover {
  text-decoration: none; }

pre {
  font-family: 'Courier New', Courier, Monospace, Fixed;
  overflow: auto; }

blockquote,
pre {
  padding: 0 10px 0 25px;
  border-style: dashed;
  border-width: 1px;
  background: url("/images/quote.png") no-repeat 0 0; }

.clear,
.fixed {
  clear: both;
  height: 0px;
  font-size: 0px;
  /*IE6 fix*/ }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.alignleft {
  float: left;
  text-align: left;
  margin-right: 10px; }

.alignright {
  text-align: right;
  margin-left: 10px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.inline {
  display: inline; }

.left {
  float: left;
  margin-right: 10px; }

.right {
  float: right;
  margin-left: 15px; }

.block {
  display: block; }

.bold {
  font-weight: bold; }

.invisible {
  visibility: hidden; }

.no-margin {
  margin: 0; }

/* header: banner and navigation */
#banner {
  width: 250px;
  display: block;
  padding: 0;
  height: 80px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  box-sizing: border-box; }

#banner.zoomed {
  height: 50px; }

#logo {
  padding: 20px 0;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

.zoomed #logo {
  padding: 10px 0; }

#logo-a {
  position: relative;
  display: block;
  color: #333; }

#logo-a img {
  display: block;
  height: 40px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

.zoomed #logo-a img {
  height: 30px; }

#logo-a span#logo-name {
  position: absolute;
  left: 55px;
  top: 0px;
  font-size: 38px;
  line-height: 38px;
  font-weight: 200;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

.zoomed #logo-a span#logo-name {
  position: absolute;
  left: 45px;
  top: 0px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 200; }

#navigation {
  position: absolute;
  top: 0;
  right: -10px; }

#navigation ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: none; }

#navigation ul li {
  float: left;
  list-style: none;
  display: block;
  overflow: hidden; }

#navigation ul li a {
  display: block;
  padding: 30px 20px;
  margin: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  text-shadow: #fff 1px 1px 1px;
  color: black;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  font-weight: 300; }

#navigation.zoomed ul li a {
  padding: 15px 25px; }

#navigation ul li a.active {
  background-color: #f4f6f7; }

#navigation ul li a:hover {
  background-color: #f4f6f7;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out; }

/* general page */
h1.title {
  color: white; }

.content {
  padding: 50px 0 0 0; }

.welcome-msg {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FBFFE4;
  padding: 20px;
  -moz-box-shadow: 0px 1px 4px 0px #ccc;
  -webkit-box-shadow: 0px 1px 4px 0px #ccc;
  box-shadow: 0px 1px 4px 0px #ccc;
  margin-bottom: 25px; }

.notice {
  border-style: solid;
  border-width: 1px;
  margin: 12px 0;
  padding: 0 8px; }

.uppercase {
  text-transform: uppercase; }

.welcome-msg p {
  margin: 0;
  font-size: 14px; }

.img-border {
  border: 1px solid #797979;
  padding: 1px; }

.meta-info {
  font-size: 11px; }

/* portfolio page */
h2.title a {
  color: #505a64;
  font-size: 18px;
  margin: 0 0 15px 0; }

#sort-by {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  display: block;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  text-shadow: 1px 1px 2px #fff;
  padding: 0px 15px 25px 20px;
  margin-top: -15px;
  color: #555;
  /*padding: 15px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -moz-box-shadow: 0px 1px 4px 0px #ccc;
  -webkit-box-shadow: 0px 1px 4px 0px #ccc;
  box-shadow: 0px 1px 4px 0px #ccc;*/ }
  #sort-by p {
    font-size: 14px;
    line-height: 22px; }

#sort-by-inner {
  margin-bottom: 40px; }

.skill-list a {
  display: inline-block;
  font-weight: lighter;
  margin-top: 5px;
  margin-right: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  border-color: white;
  color: #999;
  text-decoration: none !important;
  font-weight: 300;
  line-height: 12px;
  font-size: 12px;
  cursor: pointer; }

.skill-callout {
  xcursor: pointer;
  font-weight: 400; }

.skill-list-wrapper-inner .skill-header {
  border: none;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out; }

#portfolio-content .skill-list-wrapper h2 {
  color: #66cc00;
  font-size: 20px;
  margin: 0; }

.project .skill-list a.selected, .project .skill-list a:hover {
  color: #333;
  border-color: #333; }

.project .skill-list a:visited {
  color: #999; }

#project-overview {
  width: 100%;
  margin-top: -10px; }

.project, .lab {
  float: left;
  padding: 20px;
  margin: 10px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -moz-box-shadow: 0px 1px 4px 0px #ccc;
  -webkit-box-shadow: 0px 1px 4px 0px #ccc;
  box-shadow: 0px 1px 4px 0px #ccc; }

.project-overview {
  width: 310px;
  position: relative;
  overflow: hidden; }

.project-photo-overview {
  xposition: absolute;
  margin-bottom: 13px;
  xwidth: 340px; }

.project-client {
  z-index: 15;
  xposition: absolute;
  top: 40px;
  left: 110px; }

.project-overview h2.title {
  margin: 0 0 5px 0;
  padding: 0;
  left: 0px;
  font-size: 28px;
  line-height: 28px;
  color: #333;
  font-weight: 400; }

.project-overview .subtitle {
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  left: 0px;
  font-size: 20px;
  color: #333;
  font-weight: 300; }

.project-overview .skill-list {
  xposition: absolute;
  bottom: 10px;
  left: 10px; }

.project-overview .info-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 130px;
  width: 100%;
  background: #fff;
  zoom: 1;
  display: none; }

.project-overview .info-wrapper {
  z-index: 20;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  left: 0px;
  top: 10px;
  display: none; }

.project-overview p {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 5px;
  color: #333;
  line-height: 19px;
  font-weight: 300; }

a.project-overview-title-link:link {
  display: block;
  text-decoration: none !important;
  border-bottom: none !important; }

.content-area {
  position: relative; }

#project-list {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -moz-box-shadow: 0px 1px 4px 0px #ccc;
  -webkit-box-shadow: 0px 1px 4px 0px #ccc;
  box-shadow: 0px 1px 4px 0px #ccc;
  position: absolute;
  left: 50%;
  margin-left: -470px;
  top: 0;
  width: 205px; }

ul.project-list {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.project-list li {
  margin: 0;
  list-style: none;
  line-height: 1.3; }

ul.project-list li.last {
  margin-bottom: 0; }

ul.project-list li a {
  padding: 20px;
  border: none;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

ul.project-list li a .project-title {
  color: #333;
  text-shadow: white 1px 1px 0px;
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin-bottom: 5px; }

ul.project-list li a .skill-info {
  color: #333;
  text-shadow: #fff 1px 1px 0px;
  font-size: 11px;
  display: block;
  font-weight: 300; }

ul.project-list li a.selected, ul.project-list li a:hover {
  background: #f4f6f7; }

#project-detail, #project-navi {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
  -moz-box-shadow: 0px 1px 4px 0px #ccc;
  -webkit-box-shadow: 0px 1px 4px 0px #ccc;
  box-shadow: 0px 1px 4px 0px #ccc;
  position: relative;
  left: 50%;
  margin-left: -240px;
  top: 0;
  width: 705px;
  box-sizing: border-box;
  min-height: 600px; }

#lab-detail {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
  -moz-box-shadow: 0px 1px 4px 0px #ccc;
  -webkit-box-shadow: 0px 1px 4px 0px #ccc;
  box-shadow: 0px 1px 4px 0px #ccc;
  position: relative;
  top: 0;
  width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 600px; }

#lab-detail h2 {
  font-size: 36px; }

#lab-detail p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px; }

#project-navi {
  padding-right: 0;
  width: 685px; }

#project-detail .project-detail {
  position: relative; }

#project-detail .sidebar {
  width: 170px;
  border-left: solid 1px;
  border-color: #4a5a61;
  border-color: #ddd;
  padding-left: 17px;
  position: absolute;
  right: 0;
  top: 0; }

/* fix for early version*/
#project-detail .sidebar.right {
  float: none; }

#project-detail .notice {
  border-style: none;
  background-color: #4a5a61;
  background-color: #e7eaf0;
  color: white;
  color: #333;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px 1px 1px #fff;
  padding: 7px 15px; }

#project-detail .notice a {
  color: black;
  font-weight: 400;
  border-bottom-color: #333; }

#download-resume {
  display: block;
  border-style: none;
  color: #384556;
  font-weight: lighter;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px 1px 1px white;
  margin: 0;
  background: #eee;
  position: absolute;
  width: 155px;
  right: 0px;
  top: 0;
  padding: 7px 15px 7px 30px;
  background: #eeeeee url("/images/file.png") left no-repeat; }

#download-resume:hover {
  color: white;
  text-shadow: 0px 1px 1px #333;
  background: #999999 url("/images/file-hover.png") left no-repeat; }

#project-detail a.download, #project-detail a.outstanding {
  display: block;
  border-style: none;
  color: #384556;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px 1px 1px white;
  margin: 12px 0;
  padding: 7px 15px;
  background: #eee; }

#project-detail a.download {
  padding: 7px 15px 7px 30px;
  background: #eeeeee url("/images/file.png") left no-repeat; }

#project-detail a.download:hover {
  color: white;
  text-shadow: 0px 1px 1px #333;
  background: #999999 url("/images/file-hover.png") left no-repeat; }

#project-detail a.outstanding:hover {
  color: white;
  text-shadow: 0px 1px 1px #333;
  background: #999; }

#project-detail p.intro {
  padding-left: 42px;
  background: url("/images/project-intro.png") no-repeat;
  color: #4a5a61;
  color: #333;
  font-weight: 300; }

#project-detail p {
  line-height: 20px;
  font-size: 14px; }

#project-detail .project-detail-description {
  width: 455px; }

#project-detail .sidebar a {
  color: #797979; }

#portfolio-content #project-detail ul a {
  color: #393939; }

#project-detail a img {
  height: 140px;
  width: 210px; }

#project-detail div.img {
  display: block;
  font-size: 10px;
  margin: 0 auto;
  text-align: center; }

#project-detail .img-block {
  display: block;
  float: left;
  padding: 5px;
  border-radius: 4px;
  background: #eee; }

#project-detail .img-block:hover {
  background: #999;
  color: white; }

#project-detail .img-block a {
  border: none; }

#project-detail .gallery .img-block.img-title {
  display: block;
  float: left;
  width: 100px;
  margin-right: 0px;
  margin-left: 0;
  height: 100px;
  background: none; }

#project-detail .gallery .img-block.starter {
  margin-left: 130px; }

#project-detail .gallery .img-block {
  display: block;
  float: left;
  width: 140px;
  margin-left: 20px;
  margin-bottom: 20px;
  height: 165px; }

#project-detail .gallery .img-block h3 {
  border: none; }

#project-detail .gallery a img {
  height: 140px;
  width: 140px; }

#project-detail .gallery .img-block a img {
  margin-right: 0; }

#project-detail .gallery .img-block h3 img {
  border: none; }

/* Resume */
.loc {
  position: relative; }

#resume-left {
  width: 700px; }

#resume-right {
  position: absolute;
  width: 200px;
  left: 720px;
  top: 0; }

#resume-content h2 {
  text-transform: uppercase; }

#resume-content h3 {
  text-shadow: 1px 1px 0px #eee;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1.7em 0 1em 0;
  padding-bottom: .6em; }

#resume-content h3.title {
  margin-top: 0; }

#resume-content p {
  margin: 1em 0; }

.resume-unit {
  position: relative;
  font-size: 13.5px;
  line-height: 1.3;
  margin-bottom: 1em; }

.name, .company-name {
  font-weight: normal;
  color: #505a64; }

.company-name {
  display: block; }

.loc-date {
  position: absolute;
  top: 0;
  right: 0; }

.job-title {
  font-weight: bold;
  display: block;
  padding-top: 0.2em;
  margin-bottom: .6em; }

.description {
  display: block;
  margin: .6em 0 1em 0;
  font-size: 13px; }

ul.list-description {
  margin: .6em 0 1em 0;
  padding-left: 0;
  list-style: disc inside;
  font-size: 13px; }

ul.list-description li {
  list-style: disc inside; }

ul.resume-skill-list {
  line-height: 1.3;
  margin: .6em 0 1em 0;
  padding-left: 0;
  list-style: none;
  font-size: 13px; }

ul.resume-skill-list li {
  list-style: none;
  position: relative; }

#resume-content h4 {
  font-size: 14px; }

.indicator {
  position: absolute;
  top: 0;
  right: 0; }

.indicator .empty {
  color: #eee; }

/* About */
#about-content p {
  line-height: 1.45;
  font-size: 14px;
  margin: .6em 0; }

/* footer */
#footer {
  color: #797979;
  font-size: 12px;
  margin: 15px auto;
  padding: 0px 15px; }

#footer p {
  text-align: center;
  margin: 25px 0 10px 0;
  padding: 0; }

#footer p.no-portfolio {
  margin: 8px; }

#footer .icn_up {
  background: url("/images/up.png") no-repeat left center;
  padding: 0 20px 0 20px; }

/* Responsive Feature */
@media screen and (min-width: 1900px) {
  #main-wrapper {
    width: 1860px; }

  #header {
    width: 1860px; } }
@media screen and (max-width: 1900px) and (min-width: 1520px) {
  #main-wrapper {
    width: 1490px; }

  #header {
    width: 1490px; } }
@media screen and (max-width: 1520px) and (min-width: 1140px) {
  #main-wrapper {
    width: 1120px; }

  #header {
    width: 1120px; } }
@media screen and (max-width: 1140px) and (min-width: 770px) {
  #main-wrapper {
    width: 750px; }

  #header {
    width: 750px; } }
@media screen and (max-width: 770px) {
  #main-wrapper {
    width: 370px; }

  #header {
    width: 370px; }

  #navigation {
    display: none; }

  #sort-by {
    font-size: 22px;
    line-height: 29px; }

  #banner {
    margin: 0 auto; }

  #banner.zoomed {
    width: 190px; }

  #footer .alignright {
    display: none; } }
@media screen and (min-device-width: 320px) and (max-device-width: 568px), screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #main-wrapper {
    width: 370px; }

  #header {
    width: 370px; }

  #navigation {
    display: none; }

  #sort-by {
    font-size: 22px;
    line-height: 29px; }

  #banner {
    margin: 0 auto; }

  #banner.zoomed {
    width: 190px; }

  #footer .alignright {
    display: none; } }
/* SLIMBOX */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer; }

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff; }

.lbLoading {
  background: white url("/images/loading.gif") no-repeat center; }

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat; }

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none; }

#lbPrevLink {
  left: 0; }

#lbPrevLink:hover {
  background: transparent url("/images/prevlabel.gif") no-repeat 0 15%; }

#lbNextLink {
  right: 0; }

#lbNextLink:hover {
  background: transparent url("/images/nextlabel.gif") no-repeat 100% 15%; }

#lbBottom {
  font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  color: #666;
  line-height: 1.4em;
  text-indent: 0.25em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none; }

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url("/images/closelabel.gif") no-repeat center;
  margin: 5px 0;
  outline: none; }

#lbCaption, #lbNumber {
  margin-right: 71px; }

#lbCaption {
  font-weight: bold; }

/* new DP */
@media (min-width: 800px) {
  .container {
    max-width: 780px; } }
@media (min-width: 1000px) {
  .container.large {
    max-width: 980px; } }
#project-dp {
  padding-top: 80px; }
  #project-dp .header-icon {
    margin-bottom: 35px; }
  #project-dp h1 {
    font-size: 40px;
    line-height: 1.15;
    color: white;
    font-weight: 300; }
    #project-dp h1 small {
      font-size: 22px;
      color: #aaa;
      font-weight: 150; }
  #project-dp h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 35px;
    color: #333; }
    #project-dp h2.white {
      color: white; }
  #project-dp h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
    color: #333;
    border: none; }
    #project-dp h3.white {
      color: white; }
  #project-dp p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 18px; }
    #project-dp p.large {
      font-size: 22px;
      line-height: 35px; }
    #project-dp p.footnote {
      margin-top: 30px;
      padding-top: 15px;
      border-top: 1px #eee solid; }
    #project-dp p.light-gray {
      color: #ddd; }
    #project-dp p.white {
      color: #fff; }
      #project-dp p.white a {
        color: #87CCDE; }
  #project-dp a {
    font-weight: 300; }
    #project-dp a.btn.btn-default {
      background: white;
      box-shadow: none;
      border-width: 2px; }
      #project-dp a.btn.btn-default.btn-intro {
        background: none;
        color: white;
        text-shadow: none;
        border-color: white;
        transition: all ease-in-out .2s; }
        #project-dp a.btn.btn-default.btn-intro:hover {
          background: black; }
  #project-dp ul {
    padding: 0;
    margin: 30px 0; }
    #project-dp ul li {
      font-size: 17px;
      list-style: none;
      margin: 10px 0; }
      #project-dp ul li.large {
        font-size: 22px;
        line-height: 30px;
        margin: 12px 0; }
      #project-dp ul li.white {
        color: #fff; }
    #project-dp ul.header {
      margin: 30px 0;
      padding: 20px 0;
      border-top: #ccc 1px solid;
      border-bottom: #ccc 1px solid; }
  #project-dp blockquote {
    padding: 15px 25px 20px 25px;
    margin: 0 0 50px;
    font-size: 17.5px;
    border-style: none;
    background: steelblue; }
  #project-dp img.spotlight {
    margin: 30px auto 0 auto;
    display: block; }
  #project-dp img.radius {
    border-radius: 10px; }
  #project-dp img.shadow {
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.15); }
  #project-dp img.responsive {
    width: 100%; }
  #project-dp .video-container {
    position: relative; }
    #project-dp .video-container .demo-video {
      position: absolute;
      z-index: 5; }
    #project-dp .video-container .slate {
      position: absolute;
      z-index: 15; }
    #project-dp .video-container a.btn.btn-default.video-play {
      position: absolute;
      z-index: 20;
      top: 50%;
      margin-top: -23px;
      left: 50%;
      margin-left: -101px;
      background: rgba(0, 0, 0, 0.6);
      border-color: white;
      color: white;
      text-shadow: none;
      font-size: 30px;
      transition: all .2s ease-in-out;
      border-width: 2px;
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
      #project-dp .video-container a.btn.btn-default.video-play:hover {
        background: #000; }
  #project-dp .section {
    padding: 70px 0;
    background: #f8f8f8; }
    #project-dp .section.heading-section {
      padding: 100px 0 120px 0; }
    #project-dp .section.color-steelblue {
      background: #336ea1; }
    #project-dp .section.color-red {
      background: #c0392b; }
    #project-dp .section.color-maroon {
      background: #9F565F; }
    #project-dp .section.color-dark-gray {
      background: #41474f; }
    #project-dp .section.color-md-gray {
      background: #848892; }
  #project-dp .space {
    display: block;
    content: " ";
    width: 100%; }
    #project-dp .space.space-sm {
      height: 15px; }
    #project-dp .space.space-md {
      height: 30px; }
    #project-dp .space.space-large {
      height: 50px; }
