/*reset*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
img,
strong,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
footer,
header,
menu,
nav,
section,
summary,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
}
/* fonts */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(/fonts/opensans/opensans-lightitalic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(/fonts/opensans/opensans-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(/fonts/opensans/opensans-bolditalic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(/fonts/opensans/opensans-light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/fonts/opensans/opensans-regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/fonts/opensans/opensans-bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body {
  font-family: Open Sans, Arial, Helvetica, sans;
  font-weight: lighter;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.3rem;
}
h6 {
  font-size: 1.1rem;
}
body {
  background-color: #111111;
  color: #aaa;
}
.row {
  width: 100%;
  display: block;
  position: relative;
  clear: both;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
a:link,
a:visited {
  color: #60c38c;
}
a:hover {
  color: #0ada67;
}
a:active {
  color: #00ff40;
}
.code {
  font-family: monospace;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 4px 5px 5px 5px;
  margin: 0 5px;
  font-size: 0.9rem;
}
.code .tag {
  color: #569cd6;
}
.code .attr {
  color: #9cdcfe;
}
.code .gt,
.code .lt {
  color: #807e77;
}
.code .value,
.code.value {
  color: #ce916a;
}
.code .string,
.code.string {
  color: #97bc3d;
}
.code .path,
.code.path {
  color: #97bc3d;
}
.code.js .keyword {
  color: #569cd6;
}
.code.js .string,
.code.js.string {
  color: #ce916a;
}
.code .comment {
  color: #6a9955;
}
header {
  text-align: center;
  /*height:650px;*/
  overflow: hidden;
  color: #222;
  margin: 0 auto;
  background-position: center 0;
  background-size: 1900px 887px;
}
header .logo {
  padding: 200px 0 35px 0;
}
header .logo svg {
  width: 320px;
  height: 60px;
}
header .logo use {
  color: #222;
}
header .head-bg {
  width: 100%;
}
header .floating {
  position: absolute;
  top: 0;
  width: 100%;
}
.projects {
  display: block;
  padding: 30px;
  text-align: center;
  max-width: 1920px;
  margin: 0 auto;
  cursor: default;
}
.project {
  /*border:2px solid #2f2f2f; border-radius:12px;*/
  width: 32%;
  padding: 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 15px 30px 0;
  vertical-align: top;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.project .logo {
  padding-bottom: 30px;
  width: 100%;
  height: 70px;
}
.project p {
  display: block;
  padding-bottom: 30px;
  font-size: 17px;
  color: #aaa;
  max-width: 450px;
  height: 85px;
  text-align: left;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
}
.project h6 {
  padding-bottom: 5px;
  opacity: 0.5;
}
.project svg {
  position: relative;
}
.project .environment {
  font-size: 15px;
  opacity: 0.5;
  padding-bottom: 15px;
}
.project.dedicate svg {
  width: 230px;
}
.project.saber svg {
  width: 210px;
  top: -15px;
}
.project.kandu svg {
  width: 220px;
  top: -5px;
}
.project.legendary svg {
  width: 290px;
  top: 2px;
}
.project.collector svg {
  width: 230px;
  top: -5px;
}
.project.rhinoceros svg {
  width: 290px;
  top: -15px;
}
.project.charlotte svg {
  width: 230px;
}
.project.datasilk-core svg {
  width: 210px;
}
.project.tapestry svg {
  width: 260px;
}
.project.selector svg {
  width: 260px;
}
.project .checklist {
  display: none;
  width: 100%;
  margin: 0 auto ;
  height: 85px;
}
.project .checklist ul {
  list-style-image: url("/images/arrow-right.svg");
  padding: 0 0 10px 20px;
}
.project .checklist ul:after {
  content: '';
  display: block;
  clear: both;
}
.project .checklist li {
  text-align: left;
  padding: 2px 2px;
  margin: 0 30px 0 0;
  float: left;
  font-size: 14px;
  color: #60a4c3;
}
.project .checklist li span {
  display: inline-block;
  position: relative;
  top: -2px;
}
.project .checklist li:hover {
  background-color: #222;
}
.project .checklist:after {
  content: '';
  display: block;
  clear: both;
}
.project .link {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
.project a.button {
  display: inline-block;
  background-color: #2b2b2b;
  color: #60c38c;
  padding: 10px 20px;
  font-size: 17px;
  text-decoration: none;
  font-weight: normal;
  border-radius: 5px;
  margin-top: 10px;
}
.project a.button:hover,
.project a.button:active {
  background-color: #324e3e;
}
.project.has-checklist:hover {
  background-color: #191919;
}
.project.has-checklist:hover p {
  position: absolute;
  width: 100%;
  left: 100%;
  animation-duration: 0.7s;
  animation-name: detailsp;
  display: block;
}
.project.has-checklist:hover .checklist {
  position: relative;
  left: 0;
  animation-duration: 0.7s;
  animation-name: details;
  display: block;
}
@keyframes details {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes detailsp {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.updates {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 30px;
  /*.news{float:left; width:~"calc(100% - 300px)"; padding-right:30px; }*/
}
.updates .head {
  text-align: center;
  width: 100%;
  padding: 30px 0 30px 0;
}
.updates .widgets {
  float: left;
  width: 300px;
}
.updates:after {
  content: ' ';
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
}
.news .post .head {
  background-color: #2f2f2f;
  padding: 15px;
}
.news .post .head h4 {
  float: left;
}
.news .post .head span {
  display: block;
  float: right;
  padding-top: 11px;
}
.news .post .head:after {
  content: ' ';
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
}
.news .post p {
  padding: 15px 0 5px 0;
  font-size: 20px;
}
footer {
  width: 100%;
  margin: 0 auto;
}
footer .content {
  padding: 30px 0;
}
.footer-svg {
  width: 100%;
  overflow: hidden;
}
.svg {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media (max-width: 400px) {
  .project.legendary svg,
  .project.rhinoceros svg,
  .project.collector svg {
    width: 100% !important;
  }
}
@media (max-width: 320px) {
  .projects {
    padding: 30px 0;
  }
  .project svg {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .project p,
  .project .checklist {
    height: auto;
    min-height: 85px;
  }
}
@media (max-width: 524px) {
  .project {
    width: 48%;
    padding: 30px 10px;
  }
  .project p {
    height: auto;
  }
}
@media (max-width: 800px) {
  .updates {
    padding: 0;
  }
  .updates .news {
    float: none;
    padding: 0 20px;
    width: 100%;
    padding-bottom: 50px;
  }
  .updates .widgets {
    float: none;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 1510px) {
  .project {
    width: 48%;
  }
}
@media (max-width: 1018px) {
  .project {
    width: 100%;
  }
}
@media (max-width: 1800px) {
  header {
    height: 880px;
  }
  header .head-bg {
    display: none;
  }
}
/*
@media (min-width:1800px){
    header{height:700px; background-size:cover;}
}
@media (min-width:2000px){
    header{height:800px;}
}

@media (min-width:2205px){
    header{height:850px;}
}
*/
