/* ------------------------------------
 * Typecho Default Theme
 *
 * @author  Typecho Team
 * @link  http: //typecho.org/
 * @update  2013-10-28
 * --------------------------------- */

/* ------------------
 * Global style
 * --------------- */
body {
  background-color: #FFF;
  color: #444;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", STHeiti, sans-serif;
  font-size: 87.5%;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #3354AA;
  text-decoration: none;
}
a:hover, a:active {
  color: #444;
}
pre, code { 
  background: #F3F3F3;
  font-family: Menlo, Monaco, Consolas, "Lucida Console", "Courier New", monospace;
  font-size: .92857em;
}
code { padding: 2px 4px; color: #B94A48; }
pre {
  padding: 8px;
  overflow: auto;
  max-height: 400px;
}
pre code {
  padding: 3px;
  color: #444;
}

blockquote {
  margin: 1em 0;
  padding-left: 1.5em;
  border-left: 4px solid #eee;
  color: #666;
}

blockquote:before,
blockquote:after {
  content: "";
}

table {
  border: 1px solid #ddd;
  width: 100%;
}
table th,
table td {
  padding: 5px 10px;
  border: 1px solid #eee;
}
table th {
  background: #f3f3f3;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", STHeiti, sans-serif;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
  padding: 5px;
  border: 1px solid #E9E9E9;
  width: 100%;

  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}


/* Special link style */
.post-meta a,
.post-content a,
.widget a,
.comment-content a {
  border-bottom: 1px solid #EEE;
}

.post-meta a:hover,
.post-content a:hover,
.widget a:hover,
.comment-content a:hover {
  border-bottom-color: transparent;
}

.browsehappy {
  padding: 8px 0;
  background: #FBE3E4;
  color: #8A1F11;
  text-align: center;
}
.browsehappy a {
  color: #8A1F11;
  text-decoration: underline;
  font-weight: bold;
}

/* ------------------
 * Header
 * --------------- */

#header {
  padding-top: 35px;
}

#logo {
  color: #333;
  font-size: 2.5em;
}
.description {
  margin: .5em 0 0;
  color: #999;
  font-style: italic;
}

/* Navigation menu */
#nav-menu {
  margin: 25px 0 0;
  padding: 0;
}
#nav-menu a {
  display: block;
  margin-right: -1px;
  padding: 0 20px;
  border: 1px solid #EEE;
  border-bottom: none;
  height: 32px;
  line-height: 32px;
  color: #444;
  float: left;
}
#nav-menu a:hover,
#nav-menu .current {
  background: #F6F6F6;
}

/* Search */
#search {
  position: relative;
  margin-top: 15px;
}
#search input {
  padding-right: 30px;
}
#search button {
  position: absolute;
  right: 4px;
  top: 2px;
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
  background: transparent url(img/icon-search.png) no-repeat center center;
  direction: ltr; /* fix RTL language */
  text-indent: -9999em;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
  #search button {
    background-image: url(img/icon-search@2x.png);
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
  }
}


/* ------------------
 * Main
 * --------------- */

.post {
  padding: 15px 0 20px;
  border-bottom: 1px solid #EEE;
}
.post-title {
  margin: .83em 0;
  font-size: 1.4em;
}
.post-meta {
  margin-top: -0.5em;
  padding: 0;
  color: #999;
  font-size: .92857em;
}
.post-meta li {
  display: inline-block;
  margin: 0 8px 0 0;
  padding-left: 12px;
  border-left: 1px solid #EEE;
}
.post-meta li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.post-content {
  line-height: 1.5;
}
.post .tags {
  clear: both;
}

.post-near {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  color: #999;
}
.post-near li {
  margin: 10px 0;
}

.archive-title {
  margin: 1em 0 -1em;
  padding-top: 20px;
  color: #999;
  font-size: 1em;
}
.more {
  text-align: center;
}
.more a {
  border: none;
}
.protected .text {
  width: 50%;
}

/* Page nav */

.page-navigator {
  list-style: none;
  margin: 25px 0;
  padding: 0;
  text-align: center;
}
.page-navigator li {
  display: inline-block;
  margin: 0 4px;
}
.page-navigator a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
.page-navigator a:hover {
  background: #EEE;
  text-decoration: none;
}

.page-navigator .current a {
  color: #444;
  background: #EEE;
}

/* ------------------
 * Comment list
 * --------------- */
#comments {
  padding-top: 15px;
}
.comment-list, .comment-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li {
  padding: 14px;
  margin-top: 10px;
  border: 1px solid #EEE;
}
.comment-list li.comment-level-odd {
  background: #F6F6F3;
}
.comment-list li.comment-level-even {
  background: #FFF;
}
.comment-list li.comment-by-author {
  background: #FFF9E8;
}
.comment-list li .comment-reply {
  text-align: right;
  font-size: .92857em;
}
.comment-meta a {
  color: #999;
  font-size: .92857em;
}
.comment-author {
  display: block;
  margin-bottom: 3px;
  color: #444;
}
.comment-author .avatar {
  float: left;
  margin-right: 10px;
}
.comment-author cite {
  font-weight: bold;
  font-style: normal;
}

/* Comment reply */
.comment-list .respond {
  margin-top: 15px;
  border-top: 1px solid #EEE;
}
.respond .cancel-comment-reply {
  float: right;
  margin-top: 15px;
  font-size: .92857em;
}
#comment-form label {
  display: block;
  margin-bottom: .5em;
  font-weight: bold;
}
#comment-form .required:after {
  content: " *";
  color: #C00;
}

/* ------------------
 * secondary
 * --------------- */
#secondary {
  padding-top: 15px;
  word-wrap: break-word;
}
.widget {
  margin-bottom: 30px;
}
.widget-title {
}
.widget-list {
  list-style: none;
  padding: 0;
}
.widget-list li {
  margin: 5px 0;
  line-height: 1.5;
}

.widget-list li ul {
  margin-left: 15px;
}

.widget-list a:hover {
}


/* ------------------
 * Footer 
 * --------------- */
#footer {
  padding: 3em 0;
  line-height: 1.5;
  text-align: center;
  color: #999;
}


/* -----------------
 * Error page
 * -------------- */
.error-page {
  margin-top: 100px;
  margin-bottom: 100px;
}


/* -----------------
 * Content format
 *--------------- */
.post-content, .comment-content {
  line-height: 1.5;
  word-wrap: break-word;
}
.post-content h2, .comment-content h2 {
  font-size: 1.28571em;
  font-weight: bold;
}
.post-content img, .comment-content img,
.post-content video, .comment-content video {
  max-width: 100%;
}
.post-content a img,
.comment-content a img {
  background: #FFF;
  position: relative;
  bottom: -4px;  /* hidden img parent link border  */
}
.post-content hr, .comment-content hr {
  margin: 2em auto;
  width: 100px;
  border: 1px solid #E9E9E9;
  border-width: 2px 0 0 0;
}


/* -----------------
 * Misc
 *--------------- */
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin: 0 15px 0 0;
}
img.alignright {
  margin: 0 0 0 15px;
}


/* -----------------
 * Responsive
 *--------------- */
@media (max-width: 767px) {
  body {
    font-size: 81.25%;
  }
  #nav-menu a {
    float: none;
    display: inline-block;
    margin: 0 -2px;
  }
}

@media (max-width: 768px) {
  #header,
  .post-title,
  .post-meta {
    text-align: center;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
  .container {
    max-width: 952px;
  }
}


/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
  display: none !important;
  visibility: hidden; }

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.sr-only {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
* Extends the .sr-only class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
  visibility: hidden; }



/* Add By Integ */
.banner {
  height: 580px;
  background: url('./img/banner-view.jpg') center / cover;  
}
.demo-layout-transparent {
  background-color: rgba(35, 77, 98, .8);
  height: 580px;
  margin-top: -580px;
}
.demo-layout-transparent .mdl-layout__header,
.demo-layout-transparent .mdl-layout__drawer-button {
  color: white;
}

.mdl-layout__header-row .mdl-navigation__link {
    line-height: 2.5;
    font-size: 16px;
    padding: 0;
    margin: 0 15px;
    font-weight: normal;
}
.mdl-layout__header-row .mdl-navigation__link.current {
    box-shadow: inset 0px -1px 0px 0px #B4E6FF;
}
.description {
  font-style: normal;
  color: #B4E6FF;
  font-size: 18px;
  line-height: 1.7;
}
h2.description {
  font-size: 48px;
  color: #FFF;
}
.text-center {
  text-align: center;
}
.board-title {
  margin: 50px 0 30px;
  color: #F6402C;
}
.board-text {
  line-height: 1.7;
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}
#footer {
  border-top: 1px solid #EEE;
}
.text-muted {
  color: #666;
}
.row .contact {
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 0;
}
.contact-icon {
  margin-right: 20px;
  float: left;
  padding: 17px;
  background-color: #F6F6F6;
  border-radius: 50%;
}
.contact-icon i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    color: #F6402C;
    text-align: center;
}
.contact .text-muted {
  font-size: 14px;
  line-height: 35px;
}
.contact strong {
  font-size: 18px;
}
.cards {
  text-align: center;
}
.row .card {
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0;
  background-color: #FFF;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
  border-radius: 2px;
  overflow: hidden;
}
.cards .card {
  max-width: 166px;
  display: inline-block;
  margin-right: 20px;
  padding: 0;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
  border-radius: 2px;
  background-color: #FFF;
}
.card h5 {
  margin: 16px 0 5px;
  font-size: 16px;
}
.card .text-muted {
  color: #999;
}
.bg-gray {
  overflow: hidden;
  padding-bottom: 50px;
  background-color: #F6F6F6;
}
.calendar-wrap {
  float: left;
  background-color: #ECF9FF;
  padding: 20px;
  margin-right: 20px;
}
.calendar {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #557382;
  border-radius: 2px;
  line-height: 0;
}
.calendar .month {
  background-color: #557382;
  color: #FFF;
  width: 100%;
  font-size: 10px;
  line-height: 14px;
  display: inline-block;
  text-transform: uppercase;
}
.calendar .day {
  color: #557382;
  font-size: 12px;
  line-height: 16px;
}
.post-title {
  margin: 15px 0 5px;
  line-height: 1.2;
}
.post-title a {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  width: 70%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row .post-article {
  min-height: 600px;
  margin-top: -500px;
  background-color: #FFF;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
  border-radius: 2px;
}
.article-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #DDD;
  font-size: 36px;
  line-height: 1.2;
}
.article-title a {
  color: #F6402C;
}
article.post {
  padding: 20px 80px;
  border-bottom: none;
}
.article-date {
  color: #999;
  text-align: right;
  font-size: 16px;
  border-top: 1px solid #DDD;
  padding: 20px 0;
}
.row .news-board {
  min-height: 600px;
  margin-top: -500px;
  padding: 50px 100px;
  background-color: #FFF;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
  border-radius: 2px;
}
.row .news-board-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 50px;
  font-weight: normal;
  color: #F6402C;
}
.news {
  list-style: none;
  padding-left: 0;
}
.news li {
  margin-top: 20px;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  height: 25px;
}
.news li .news-title {
  font-weight: normal;
  background-color: #FFF;
  color: #333;
  position: absolute;
  left: 0;
  padding-right: 10px;
  z-index: 5;
}
.news .news-dotted {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 1px dashed #CCC;
}
.news .news-date {
  padding-left: 10px;
  background-color: #FFF;
  color: #999;
  position: absolute;
  right: 0;
}
.news time {
  color: #999;
}
.logos {
  margin-bottom: 50px;
}
.logos img {
  margin: 0 5px;
}
.mdl-layout__container {
  height: auto;
}
.menu {
  display: none;
  cursor: pointer;
}
.mdl-layout__header {
  margin-top: 5px;
}
@media screen and (max-width: 1024px){
  .mdl-layout__header {
    display: flex;
  }
}
@media screen and (max-width: 740px){
  article.post {
    padding: 00px;
  }
  .article-title {
    display: flex;
    margin: 0;
  }
  .article-title a {
    font-size: 24px;
    line-height: 1.6;
  }
  .row .post-article, .row .news-board {
    padding: 20px;
    margin-left: 33px;
  }
  .news li .news-title {
    margin-bottom: 15px;
    z-index: 0;
  }
  .news li {
    margin-top: 40px;
  }
  .news-dotted, .news-date {
    display: none;
  }
  .mdl-layout__header-row {
    padding: 20px;
  }
  #logo img {
    height: 30px;
  }
  .mdl-navigation {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 56px;
  }
  .mdl-navigation .mdl-navigation__link {
    display: block;
    width: 100%;
    line-height: 1.4;
    padding: 10px 20px;
    margin: 0;
    background: rgba(35,76,97,0.95);
    box-shadow: 0px -1px 0px 0px rgba(255,255,255,0.10);
  }
  .mdl-navigation .mdl-navigation__link.current {
    box-shadow: none;
  }
  h2.description {
    font-size: 32px;
    margin-top: 30px !important;
  }
  .row .contact {
    margin: 40px 0 0 0;
    padding-left: 20px;
  }
  .post-title a {
    width: 50%;
  }
  .cards .card {
    margin: 0 5px 10px !important;
  }
  .news.card {
    margin: 0 35px 15px;
  }
  .menu {
    display: inline-block;
  }
}