@charset "UTF-8";

/* Global */
body {
  padding-top: 138px;
  color: #111;
  background: #fff;
}
body.simplemenu-enabled {
  padding-top: 0 !important;
}
a {
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
a:link, a:visited {
  color: #000;
}
a:hover {
  color: #555;
  opacity: .9;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
figure a img {
  display: inline-block;
}
.img-wrap {
  display: inline-block;
}
.img-wrap .img-caption {
  padding: 0 10px;
  text-align: center;
  line-height: 1.4;
  font-size: .9375rem;
  color: #424242;
}
.limiter {
  width: 1080px;
  /*width: 1160px;*/
}
.title-wrapper {
  text-align: center;
}
.vh-center {
  display: block;
  height: 100%;
  text-align: center;
  font-size: 0;
}
.vh-center:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.mobile-mode {
  display: none;
}

/* float theme menu */
#block-netivism_sei-float_theme_menu {
  position: fixed;
  top: 220px;
  left: 0;
  z-index: 100;
}
#block-netivism_sei-float_theme_menu .block-inner {
  position: relative;
}
#theme-menu-slide {
  position: absolute;
  left: 0;
  margin-left: 0;
  width: 123px;
  font-size: .875em;
}
#theme-menu-slide .slide-to-btn {
  float: right;
  display: block;
  width: 30px;
  color: #333;
  background: #eee;
  padding: 23px 7px 7px 7px;
  line-height: 1.3;
  border-left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  z-index: 100;
  margin: 0 0 0 -2px;
  background: #eee url(images/theme-menu-arrow.gif) no-repeat 47% 10px;
}
#theme-menu-slide .slide-to-btn:hover {
  opacity: 1;
  text-decoration: none;
}
#theme-menu-slide .slide-to-content {
  float: right;
  width: 95px;
  background: #eee;
  color: #333;
  position: relative;
  margin: -40px 0 0 0;
  border-left: 0;
}
#float-theme-menu {
  list-style: none;
}
#float-theme-menu li {
  margin: 0;
  display: inline-block;
  width: 90px;
  text-align: center;
}
#float-theme-menu a {
  color: #333;
}

/* Base */
/* header */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 600;
}
body.simplemenu-enabled #header {
  position: relative;
}
body.simplemenu-enabled .header-fixed {
  position: fixed !important;
}
#header .left {
  width: 20%;
}
#header .right {
  width: 80%;
}
#logo {
  width: 150px;
  display: block;
}
#logo img {
  display: block;
}

/* header top */
#header-top {
  color: #fff;
  background: #eb6100;
}
#header-top a {
  color: #fff;
}

/* social menu */
#social-menu {
  float: left;
  overflow: hidden;
}
#social-menu .menu-2955 {
  display: none;
}
#social-menu li {
  float: left;
}
#social-menu li a {
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  width: 29px;
  height: 29px;
}
#social-menu .menu-2953 a {
  background: url(images/social-menu-facebook.png) no-repeat 0 0;
}
#social-menu .menu-2954 a {
  background: url(images/social-menu-rss.png) no-repeat 0 0;
}
#social-menu span.ext {
  display: none !important;
}

/* header epaper */
#header-epaper {
  float: left;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 0 5px;
}
#header-epaper-email {
  font-size: .8125em;
  border: none;
  background: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
  position: relative;
  margin: -6px 0 0 0px;
  line-height: 1;
  height: 18px;
  width: 100px;
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -ms-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
#header-epaper-email:focus {
  width: 180px;
}
#header-epaper-email::-webkit-input-placeholder {
  color: #fff;
}
#header-epaper-email:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
#header-epaper-email::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;
}
#header-epaper-email:-ms-input-placeholder {
  color: #fff;
}

#header-epaper-submit {
  font-size: .75em;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  color: #fff;

  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  margin: -7px 0 0 0;
  font-weight: normal;
}

/* search */
#block-faceted_search_ui-1_keyword {
  display: none;
}
#search {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 2px 6px;
  font-size: .875em;
}
#search .search-text-label {

}
#search #edit-query-wrapper,
#search div[id^="edit-keywords"][id$="-wrapper"] {
  position: relative;
  padding: 0;
  display: inline-block;
  margin: 0;
}
/*
#search div[id^="edit-keywords"][id$="-wrapper"]:before {
  content: "æœå°‹";
  display: inline-block;
}
*/
#search .form-text {
  border: none;
  background: none;
  border-bottom: 1px solid #111;
  padding: 0;
  position: relative;
  margin: -6px 0 0 0px;
  line-height: 1;
  height: 18px;
  width: 150px;
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -ms-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
#search .form-text:focus {
  /*width: 220px;*/
}
#search .form-submit {
  text-indent: -9999em;
  overflow: hidden;
  width: 17px;
  height: 17px;
  font-size: .8125em;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  margin: -7px 0 0 0;
  font-weight: normal;
  background: url(images/search-btn.gif) no-repeat 0 0;
}
#search .form-option,
#search .faceted-search-more {
  display: none;
}
.search-page .view-header {
  display: none;
}
body[class*="page-search-results"] .page-title {
  opacity: 0;
}

/* secondary menu */
#secondary-menu {
  float: right;
  font-size: .875em;
  margin-top: 5px;
}
#language-menu + #secondary-menu {
  margin-right: 10px;
}
#secondary-menu .menu-7220 span.ext {
  display: none !important;
}

/* language menu */
#language-menu {
  float: right;
  font-size: .75em;
  margin-top: 8px;
}
#language-menu a {
  display: inline-block;
  padding: 1px 5px;
  vertical-align: top;
  line-height: 1;
  border: 1px solid #fff;
}
#language-menu a:hover {
  text-decoration: none;
}
.tongwen_s2t {
  /* display: none; */
}
.lang-s2t .tongwen_s2t {
  display: inline;
}
.lang-s2t .tongwen_t2s {
  /*display: none;*/
}


/* header main */
#header-main {
    padding: 10px 0 12px 0;
}
#site-name {
  display: none;
}
#header .right {
  padding: 20px 6px 0 0;
}

/* main menu */
#nav-nicemenu-3 {
  float: right;
  font-size: 1.25em;
  line-height: 1.5;
  margin-right: 20px;
}
#search + #nav-nicemenu-3 {
  margin-right: 15px;
}
#nav-nicemenu-3 a:hover {
  text-decoration: none;
}
#nav-nicemenu-3 li a {
  padding: 0 12px;
}
#nav-nicemenu-3 ul ul {
  top: 14px;
  /* left: -12px; */
  padding: 46px 0 0 0;
  font-size: .75em;
  width: 100%;
}
#nav-nicemenu-3 ul ul li {
  width: 6em;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 2px;
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0);
}
#nav-nicemenu-3 ul ul li:last-child {
  margin-bottom: 0;
}

/* search */
#search {
  float: right;
}
#search .form-radios {
  display: none;
}

/* full top */
#full-top .block-inner,
#full-top .content {
  padding: 0;
}

/* page */
#main .limiter {
  /*padding: 0 70px;*/
  padding: 0;
}

/* footer */
#footer {
  background: #fff;
  padding: 15px 0;
}
#footer *,
#footer a {
  color: #000;
}

/* footer epaper */
#footer-epaper {
  text-align: center;
  padding: 25px;
  border: 1px solid #555;
  margin-bottom: 15px;
}

/* footer menu */
#footer-menu {
  float: left;
  font-size: .8375em;
}

/* copyright */
#copyright {
  text-align: center;
  font-size: .8375em;
}

/* Second */
.two-sidebars .center,
.sidebar-second .center {
  margin-right: 330px;
}
.sidebar-second #content-inner {
  padding: 0 40px 0 0;
}
.page-title {
  line-height: 1.2;
  margin-bottom: 20px;
}
#content-main {
  position: relative;
}
#content-main p a {
  color: #eb6100;
}

/* theme page title */
.title-wrapper .page-title {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 0 6px 0;
  font-size: 2em;
  border-bottom: 5px solid #ccc;
}
.page-node .title-wrapper {
  text-align: left;
}
.node-type-page .title-wrapper {
  text-align: center;
}
.page-node .title-wrapper .page-title {
  display: block;
  border-bottom: none;
  font-size: 1.75em;
  padding: 0;
}

/* hide page title */
.page-events .page-title,
/*
.page-se-archives .page-title,
.page-jobs .page-title,
*/
.page-network .page-title,
/*.page-column .page-title,*/
.page-newbie .page-title,
.page-books .page-title,
body[class*="page-columnist-"] .page-title,
.section-about .title-wrapper .page-title,
.section-editor .title-wrapper .page-title,
.node-type-referencebooks .title-wrapper .page-title,
.node-type-info .title-wrapper .page-title
{
  display: none;
}

/* exposed filter + sumo */
#views-exposed-form-network-sub-v3-page-1 .views-exposed-widget,
#views-exposed-form-se-archive-v3-page-1 .views-exposed-widget,
#views-exposed-form-job-v3-page-1 .views-exposed-widget,
#views-exposed-form-event-v3-default .views-exposed-widget
{
  padding-right: .5em;
}
#views-exposed-form-network-sub-v3-page-1 .views-exposed-widget {
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#views-exposed-form-event-v3-default .views-exposed-widget:nth-child(5),
#views-exposed-form-event-v3-default .views-exposed-widget:nth-child(6)
{
  display: none;
}

#views-exposed-form-network-sub-v3-page-1 .form-item,
#views-exposed-form-se-archive-v3-page-1 .form-item,
#views-exposed-form-job-v3-page-1 .form-item,
#views-exposed-form-event-v3-default .form-item {
  padding: 0;
}
.date-views-filter-wrapper,
#views-exposed-form-network-sub-v3-page-1 .views-exposed-widget > label,
#views-exposed-form-se-archive-v3-page-1 .views-exposed-widget > label,
#views-exposed-form-job-v3-page-1 .views-exposed-widget > label,
#views-exposed-form-event-v3-default .views-exposed-widget > label {
  display: none;
}

#views-exposed-form-network-sub-v3-page-1 .views-exposed-widget .form-submit,
#views-exposed-form-se-archive-v3-page-1 .views-exposed-widget .form-submit,
#views-exposed-form-job-v3-page-1 .views-exposed-widget .form-submit,
#views-exposed-form-event-v3-default .views-exposed-widget .form-submit {
  margin: 0 0 0 10px;
  background: #4bd1ee;
  border: none;
  border-radius: 0;
  text-shadow: none;
  color: #fff;
  height: 35px;
  width: 62px;
  font-size: 1em;
}
#views-exposed-form-network-sub-v3-page-1 .views-exposed-widget .form-submit:hover,
#views-exposed-form-se-archive-v3-page-1 .views-exposed-widget .form-submit:hover,
#views-exposed-form-job-v3-page-1 .views-exposed-widget .form-submit:hover,
#views-exposed-form-event-v3-default .views-exposed-widget .form-submit:hover {
  background-color: #5adbf7;
}

/* sumo select */
.SumoSelect:hover {
  cursor: pointer;
}
.SumoSelect > .CaptionCont {
  color: #fff;
  background-color: #4bd1ee;
  border: none;
  padding: 4px 12px;
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: #fff;
  font-style: normal;
}
.SumoSelect li {
  margin-left: 0;
}
.SumoSelect > .optWrapper.open {
  z-index: 50;
}
.SumoSelect > .optWrapper > .options > li {
  padding: 4px 10px;
  color: #4bd1ee;
  border-bottom: 2px solid #fff;
  background-color: #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.selected,
.SumoSelect > .optWrapper > .options > li:hover {
  color: #f5f5f5;
  background-color: #4bd1ee;
}
.SumoSelect > .optWrapper.multiple > .options > li {}
.SumoSelect > .CaptionCont > label {
  border-left: 1px solid #fff;
  background-color: #4bd1ee;
}
.SumoSelect-open > .CaptionCont > label,
.SumoSelect:hover > .CaptionCont > label {
  cursor: pointer;
  background-color: #5adbf7;
}
.SumoSelect > .CaptionCont > label > i {
  width: 13px;
  height: 9px;
  background-image: url(images/select-arrow-down.png);
}
.SumoSelect-open > .CaptionCont > label > i {
  background-image: url(images/select-arrow-up.png);
}
/*.SumoSelect-open .form-select {
  opacity: 1;
  z-index: 10;
}*/

/* block */
.block {
  margin-bottom: 15px;
}
.block-title {
  padding: 0;
}
#block-netivism_sei-milestone .block-inner,
div[id^="block-views-about"] .block-inner {
  text-align: center;
}
.section-about .block-title,
#block-netivism_sei-milestone .block-title,
div[id^="block-views-about"] .block-title,
.title-wrapper .block-title,
.block-title-main {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 2em;
  border-bottom: 5px solid #ccc;
  font-weight: bold;
}
.section-about .block-title,
#block-netivism_sei-milestone .block-title,
div[id^="block-views-about"] .block-title {
  margin-bottom: 45px;
}
#block-views-about_v3-block_4 .block-title,
#block-views-about_v3-block_6 .block-title {
  margin-bottom: 8px;
}
#block-netivism_sei-milestone .content,
div[id^="block-views-about"] .content {
  text-align: left;
}
.block .content {
  padding: 0;
}
.sidebar .block-inner {
  padding: 0;
}
#sidebar-second-content .block {
  padding: 25px 18px 0 18px;
  margin-bottom: 0;
}
#sidebar-second-content .block-inner {
  border-top: 2px solid #000;
  padding: 8px 0 30px 0;
}
#sidebar-second-content .block:last-child .block-inner {
  border-bottom: 2px solid #000;
}
.sidebar .block-title {
  font-size: 1.125em;
}
#block-views-ad_v3-block_1 {
  margin-bottom: 0;
}


/* theme info main */
.theme-info-main {
  padding: 210px 0 0 0;
  height: 520px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.theme-title {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 4px;
  font-size: 3em;
  font-weight: normal;
  text-shadow: 1px 1px 3px #111;
}
.theme-content {
  font-size: 2.5em;
  line-height: 1.3;
  text-shadow: 1px 1px 3px #111;
}
.theme-content a {
  color: #fff;
}
a.theme-info-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  overflow: hidden;
}
.theme-info-link span.ext {
  display: none;
}

/* profile main */
/* theme info main */
.profile-main {
  padding: 95px 0 50px 0;
  min-height: 390px;
  color: #000;
  background-color: #eee;
  background-image: url(images/preface-common-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.profile-main .profile-title {
  margin-bottom: 34px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-size: 3em;
}
.profile-main .profile-title span {
  padding: 0 10px;
}
.profile-main .profile-avatar,
.profile-main .profile-avatar img {
  float: left;
  width: 125px;
  height: 125px;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  border-radius: 125px;
}
.profile-main .profile-avatar img {
  border: 2px solid #ccc;
  background: #fff;
}
.profile-main .profile-content {
  font-size: 1.125em;
  margin-left: 160px;
}

.profile-t-white {
  color: #fff;
  background-color: #555;
  text-shadow: 1px 1px 3px #111;
}
.profile-t-white .profile-content a {
  color: #fff;
}

/* node list */
.node-list .views-row {
  position: relative;
}
.node-list .views-row:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.node-list .view-footer {
  margin-top: 20px;
}
.node-list .view-footer .read-more a {
  padding: 2px 15px;
  border: 1px solid #ccc;
}

/* article list */
.article-list .views-row {
  padding: 30px 0;
}
.article-list img {
  margin-bottom: 15px;
}
.article-title {
  line-height: 1.3;
}
.article-attr,
.article-date {
  display: inline-block;
  margin-right: -4px;
  line-height: 1.3;
  font-size: .875em;
}
.article-attr span {
  margin-right: 5px;
}
.article-theme,
.article-theme a {
  color: #ff8657;
}
.article-category,
.article-category a {
  color: #276793;
}
.article-date {
  color: #555;
}
.article-attr + .article-date {
  margin-left: 5px;
  padding-left: 10px;
  border-left: 1px solid #555;
}

/* article list mini */
.article-list-mini .views-row {
  padding: 18px 0;
  position: relative;
  border-bottom: 1px solid #000;
  margin-left: 50px;
}
.article-list-mini .views-row:first-child {
  padding-top: 10px;
}
.article-list-mini .article-rank,
.article-list-mini i {
  position: absolute;
  top: 0;
  left: 0;
}
.article-list-mini .article-rank {
  margin: 20px 0 0 -43px;
}
.article-list-mini .views-row:first-child .article-rank {
  margin-top: 12px;
}
.article-list-mini .article-rank span {
  display: block;
  width: 24px;
  background: #fff;
  border-radius: 24px;
  height: 24px;
  text-align: center;
  line-height: 1.4;
  font-style: italic;
}
.article-list-mini i {
  display: block;
  margin: 16px 0 0 -43px;
  width: 24px;
  height: 24px;
  background: url(images/list-icon.png) 0 0 no-repeat;
}
.article-list-mini .views-row:first-child i {
  margin-top: 8px;
}
.article-list-mini .article-img {
  /*margin-right: 20px;*/
}
.article-list-mini img {
  width: 70px;
  height: 45px;
  float: left;
  /* padding-bottom: 25px; */
  margin-bottom: 0;
}
.article-list-mini .article-title,
.article-list-mini .article-content {
}
.article-list-mini .article-title {
  font-size: 1em;
  line-height: 1.4;
}
.article-list-mini .article-img + .article-title {
  font-size: .9375em;
  margin-left: 80px;
  margin-bottom: 0;
}
.article-list-mini .article-attr {
  font-size: .8375em;
}
.article-list-mini .article-date {
  display: none;
}
.article-list-mini .article-theme,
.article-list-mini .article-theme a,
.article-list-mini .article-category,
.article-list-mini .article-category a {
 color: #000;
}

/* grid list */
.grid-list {}
.grid-list .views-row {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* grid list col3 */
.grid-list-col3 .views-row {
  margin: 0 -4px 2% 1.4%;
  width: 32%;
}
.grid-list-col3 .views-row:nth-child(3n+1) {
  margin: 0 -4px 2% 0;
}

/* grid list col4 */
.grid-list-col4 .views-row {
  margin: 0 1.4% 4% -5px;
  width: 24%;
}
.grid-list-col4 .views-row:nth-child(4n) {
  margin: 0 0 4% -5px;
}

/* similar node list */
.similar-node-list {
  overflow: hidden;
}
.similar-node-list .views-row {
  margin: 0 .5% 1.5% .5%;
  width: 23%;
}
.similar-node-list .views-row h4 {
  font-size: .9375em;
  line-height: 1.2;
}
.similar-node-list img {
  border: 1px solid #aaa;
}

/* press list */
.press-list .views-row {
  width: 282px;
  text-align: center;
  margin: 0 -4px 15px 16px;
}
.press-list-img {
  height: 97px;
  border: 1px solid #000;
}
.press-list-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
}
.press-list-title {
  line-height: 1.3;
  margin: 18px 0 5px 0;
  font-size: .9375em;
}
.press-list-title span.ext {
  display: none !important;
}


/* gg list (ad) */
/* sidbar gg list */
.sidebar-gg-list {}
.sidebar-gg-list .views-row {
  margin-bottom: 20px;
  height: 175px;
  overflow: hidden;
}
.sidebar-gg-list {}

/* infinite list */
.infinite-list .item-list .pager {
  opacity: 0;
}

/* infinite row */
.infinite-row .block-title,
.infinite-row .block-title-main {
  display: none;
}
.infinite-row .view-node-infinite-v3 .block-title {
  display: block;
}
.infinite-row .views-row:first-child {
  padding-top: 0;
}

/* infinite scroll */
#infscr-loading {
  text-align: center;
  position: relative;
  margin: -100px auto 0 auto;
/*
  background: rgba(0,0,0,.5);
  padding: 10px;
  z-index: 10;
  font-weight: bold;
  box-shadow: 0 0 6px #555;
  color: #fff;
  width: 280px;
*/
}
#infscr-loading em {
  display: none;
}


/* easytabs */
.etabs {
  display: block;
  position: relative;
  list-style: none;
  text-align: center;
}
.etabs li {
  display: inline-block;
  margin: 0;
  padding: 0 40px;
  line-height: 1;
  font-size: 1.5em;
  border-right: 1px solid #000;
}
.etabs li:last-child {
  border-right: none;
}
.etabs .active {
  color: #eb6100;
}
.tab-panel > h2 {
  display: none;
}

/* tabs nav */
.tabs-nav {
  display: block;
  position: relative;
  list-style: none;
  text-align: center;
}
.tabs-nav li {
  display: inline-block;
  margin: 0;
  padding: 0 40px;
  line-height: 1;
  font-size: 1.5em;
  border-right: 1px solid #000;
}
.tabs-nav li:last-child {
  border-right: none;
}
.tabs-nav .active {
  color: #eb6100;
}

/* view field */
.views-field {}
.views-field-inline {
  overflow: hidden;
}
.views-field-inline .views-field-label,
.views-field-inline .views-field-value {
  float: left;
  line-height: 1.5;
  margin-bottom: 10px;
  /*
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  */
}

.views-field-inline .views-field-label {
 /* width: 40px;*/
 margin-right: 5px;
}
.sidebar .views-field-inline .views-field-value {
  width: 220px;
}
.sidebar .views-field-inline-4w .views-field-value {
  width: 185px;
}
.sidebar .article-list-mini .views-field-inline .views-field-value {
  width: 165px;
}

/* media embed */
.media_embed iframe,
.emvideo iframe,
.media_embed object,
.emvideo object,
.media_embed video,
.emvideo video,
.media_embed embed,
.emvideo embed {
  padding: 0 !important;
  margin: 0 !important;
}

/* node */
.node {
  display: block !important;
  font-size: 1.125rem;
}
.node h1,
.node h2,
.node h3,
.node h4,
.node h5,
.node h6 {
  font-weight: bold;
  margin-bottom: 1.75rem;
  line-height: 1.75;
}
.node h3 {
  font-size: 1.125rem;
}
.node h4 {
  font-size: 1.11rem;
}
.node p {
  margin: 0 0 1.75rem;
  line-height: 1.75;
}
.node blockquote {
  margin: 0 0 1.75rem 0;
  padding: 15px 15px 15px 25px;
  border-left: 6px solid #eb6100;
  background: #eee;
}
.node blockquote > p:last-child,
.node blockquote > ul:last-child,
.node blockquote > ol:last-child {
  margin-bottom: 0;
}

/* node remark */
.node-remark {
  position: relative;
  margin-bottom: 1.75rem;
  padding: 25px;
  color: #555;
}
.node-remark:before,
.node-remark:after {
  content: ' ';
  position: absolute;
  width: 23px;
  height: 35px;
}
.node-remark:before {
  top: 0;
  left: 0;
  background: url(images/remark-quote-top.png) no-repeat 0 0;
}
.node-remark:after {
  right: 0;
  bottom: 0;
  background: url(images/remark-quote-bottom.png) no-repeat 0 0;
}
.node-remark p:last-child,
.node-remark ul:last-child,
.node-remark ol:last-child {
  margin-bottom: 0;
}
.node-type-article .node-content .node-remark,
.node-type-news .node-content .node-remark,
.node-type-story .node-content .node-remark {
  padding: 25px;
}
#block-views-node_main_img_v3-block_1 .block-inner,
#block-views-node_main_img_v3-block_1 .content {
  padding: 0;
}
.node-main-img {
  position: relative;
  margin-bottom: 10px;
}
.node-main-img img {
  display: block;
}
.node-main-img .source {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 10px 3px 0;
  font-size: .75rem;
}
.node-main-img .source a {
  color: #fff;
}
.node-main-img .source span.ext {
  display: none !important;
}
.node-main-img .source span.ext {
  display: none;
}

/* node header */
.node-header {
  margin-bottom: 25px;
  font-size: .875rem;
  line-height: 1.2;
  color: #aaa
}
.node-header .inline-block {
  margin-right: 10px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
.node-header ul {
  margin-bottom: 0;
}

/* service links */
.node .service-links .item-list ul {
  min-height: 0;
  padding-top: 2px;
}
.node .service-links .item-list li {
  display: inline-block;
  vertical-align: middle;
  min-height: 0;
  position: relative;
  margin: 0 5px 0 0;
}
.node .service-links .item-list li.sl-herbsapi {
  margin-right: 15px;
}
.node .service-links .item-list li.first {
  top: 1px;
}
.node .service-links .item-list li > div[id*="___plusone_"] {
  width: 60px !important;
}
.node-footer .herbsapi-bottom {
  margin: 20px 0;
}
.infinite-row .service-links .item-list li.first {
  top: -3px;
}

/* node attr */
.node-header .node-attr {
  margin-right: 8px;
  padding-right: 5px;
  border-right: 1px solid #555;
}
.node-attr .taxonomy-list {
  float: left;
}
.node-header .node-created {
  margin-right: 8px;
  padding-right: 5px;
  line-height: 1;
}
#taxonomy-list-theme a {
  color: #ff8657;
}
#taxonomy-list-article a {
  color: #276793;
}

/* node counter */
.node-header .node-counter {
 margin-right: 15px;
}


/* node field */
.node-field {
  position: relative;
}
.node-field-inline .label,
.node-field-inline .value {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  zoom: 1;
}

/* node like share */
.like-share {
  margin: 60px auto 20px auto;
  width: 400px;
  text-align: center;
}
.like-share p {
  margin-bottom: 5px;
}
.like-share ul.shareaholic-share-buttons {
  margin: 0 !important;
}

/* node article author profile */
.article-author {
  overflow: hidden;
  padding: 20px;
  border: 1px solid #000;
  margin-bottom: 20px;
}
.article-author figure,
.article-author figure img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
}
.article-author figure {
  float: left;
}
.article-author figure img {
  border: 1px solid #000;
}
.article-author h4.author-name {
  margin-left: 90px;
  font-size: 1.125rem;
  line-height: 1.2;
}
.article-author .author-name span {
  padding: 0 5px;
}
.article-author .author-info {
  margin-left: 90px;
  font-size: 1rem;
  line-height: 1.5;
}

/* testimonials-slider */
.testimonials-slider {
  position: relative;
  padding: 60px 150px 30px 150px;
  background: #eee;
}
.testimonials-slider:before,
.testimonials-slider:after {
  display: block;
  position: absolute;
  content: " ";
  width: 51px;
  height: 39px;
}
.testimonials-slider:before {
  top: 0;
  left: 0;
  margin: 27px 0 0 100px;
  background: url(images/quote-left-orange.gif) no-repeat 0 0;
}
.testimonials-slider:after {
  right: 0;
  bottom: 0;
  margin: 0 100px 30px 0;
  background: url(images/quote-right-orange.gif) no-repeat 0 0;
}
.testimonials-slide {
  position: relative;
  text-align: center;
  font-size: 1.25em;
}
.testimonials-slide blockquote {
  padding: 0;
  background: none;
}

/* second sidebar */
#sidebar-second {
  width: 300px;
}
#sidebar-second-inner {
}
#sidebar-second .block .content {
  padding: 0;
}
#sidebar-second-content {
  background: #eee;
  padding: 0 0 25px 0;
}
.page-front #sidebar-second {
  margin-top: 115px;
}
.page-reviews #sidebar-second {
  margin-top: 108px;
}
body[class*="page-article-list"] #sidebar-second,
.page-news #sidebar-second,
.page-cases #sidebar-second
{
  margin-top: 158px;
}
.section-columnist #sidebar-second,
.section-editor #sidebar-second {
  margin-top: 115px;
}

/* Front */
.page-v2-front {}
.page-v2-front .breadcrumb {
  display: none;
}

/* front carousel */
#block-views-carousel_v2-block_1 .block-inner,
#block-views-carousel_v2-block_1 .content {
  padding: 0;
}
#front-carousel {
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 520px;
}
#front-carousel .slide {
  position: relative;
  width: 100%;
  height: 520px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center center;
}
#front-carousel a {
  color: #fff;
}
#front-carousel .slide-t-black a {
  color: #000;
}
#front-carousel span.ext {
  display: none !important;
}
#front-carousel a:hover {
  text-decoration: none;
}
#front-carousel h2 {
  position: relative;
  z-index: 10;
  margin: 140px 0 120px 0;
  font-size: 3.5em;
  color: #fff;
  line-height: 1.3;
  text-shadow: 1px 1px 3px #111;
}
#front-carousel .slide-t-black h2 {
  text-shadow: none;
}
#front-carousel .slide-link {
  position: relative;
  z-index: 10;
  display: none;
  color: #fff;
  border: 3px solid #fff;
  padding: 5px 45px;
  font-size: 1.25em;
}
#front-carousel .slide-t-black .slide-link {
  color: #000;
  border: 3px solid #000;
}
#front-carousel .slide-full-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999em;
}
#front-carousel ul.slick-dots {
  margin: 0 0 55px 0;
}
#front-carousel .slick-prev {
  left: 0;
}
#front-carousel .slick-next {
  right: 0;
}
#front-carousel .slick-prev,
#front-carousel .slick-next {
  display: none !important;
}
#front-carousel .slide-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 180px 0 0 0;
  text-align: center;
}

#front-carousel .slick-dots li button {
  padding: 0;
  text-indent: -9999em;
  overflow: hidden;
  opacity: .6;
  width: 15px;
  height: 15px;
  background: #fff;
  box-shadow: 0 0 5px #555;
}
#front-carousel .slick-dots li.slick-active button,
#front-carousel .slick-dots li button:hover {
  opacity: 1;
}
#front-carousel .slick-dots li button:focus {

}
#front-carousel .slick-dots li button:before {
  display: none;
}

/* Event */
.events-group .title-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.events-group .title-wrapper:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 5px solid #d2d2d2;
  top: 47%;
  width: 100%;
}
.events-group .title-wrapper:after {
  left: 0;
}
.events-group .block-title-main {
  z-index: 10;
  background: #fff;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  border-bottom: none;
  font-weight: normal;
}
.event-list .views-row {
  margin: 0 -4px 3% 3%;
  width: 31%;
  border: 1px solid #a8a8a8;
}
.event-list .views-row:nth-child(3n) {

}
.event-date {
  padding: 8px 20px;
  color: #636363;
}
.event-day-month {
  font-size: 1.25em;
  line-height: 1.2;
}
.event-month-day {
  font-size: 2.25em;
  line-height: 1.2;
}
.event-list img {
  display: inline-block;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
.event-info {
  padding: 10px 15px;
}
.event-title {
  line-height: 1.4;
  font-size: 1em;
  font-weight: normal;
  min-height: 45px;
}
.event-title a {
 color: #333;
}
.event-location,
.event-time {
  font-size: .8125em;
  display: inline-block;
  min-height: 15px;
}
.event-location {
  background: url(images/event-location.png) no-repeat 0 1px;
  padding-left: 19px;
  margin-right: 10px;
  color: #555;
}
.event-time {
  background: url(images/event-time.png) no-repeat 0 2px;
  padding-left: 24px;
  color: #555;
}
.event-sei {
  width: 52px;
  height: 83px;
  overflow: hidden;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 15px 0 0;
  z-index: 10;
  background-image: url(images/event-is-sei.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.events-past .more {
  text-align: center;
}
#more-past-events-btn {
  font-size: 1.25em;
  padding: 5px;
  display: inline-block;
  border: 1px solid #000;
  margin-bottom: 25px;
}
.events-past .close {
  display: none;
}
.events-past .open {
  display: block;
}
.events-past .more-past-events {
  text-align: left;
}


/* event list */
/* event list mini */
.event-list-mini .views-row {
  padding: 12px 0;
  border-bottom: 1px solid #333;
}

/* Job */
/* job list */
.job-list .views-row {
  margin: 0 -4px 3% 3%;
  width: 31%;
  height: 200px;
  border: 1px solid #a8a8a8;
}
.job-list .job-header {
    border-bottom: 1px solid #a8a8a8;
    position: relative;
}
.job-list .job-title {
  padding: 10px 100px 10px 20px;
  line-height: 1.4;
  font-size: 1.125em;
  margin-bottom: 0;
  min-height: 64px;
}
.job-list .job-img,
.job-list .job-img img {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  border-radius: 85px;
}
.job-list .job-img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 15px -35px 0;
  z-index: 10;
}
.job-list .job-img img {
  border: 1px solid #a8a8a8;
  background: #fff;
}
.job-list .job-content {
  padding: 20px 20px 10px 20px;
  font-size: .875em;
}
.job-list .job-se {
    padding: 0 60px 60px 0px;
}
.job-list .job-region {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 15px 20px;
}

/* job list mini */
.job-list-mini .job-location {
  font-size: .75em;
  position: absolute;
  top: 0;
  left: 0;
  margin: 35px 0px 0 0px;
  padding: 3px 5px;
  background: #fff;
  line-height: 1;
}

/* job ad carousel */
#job-ad-carousel {
  margin: 0 0 30px;
  overflow: hidden;
  width: 100%;
  height: 320px;
}
#job-ad-carousel .slide {
  position: relative;
  width: 100%;
  height: 320px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center center;
}

#job-ad-carousel span.ext {
  display: none !important;
}

#job-ad-carousel .slide-link {
  position: relative;
  z-index: 10;
  display: none;
  color: #fff;
  border: 3px solid #fff;
  padding: 5px 45px;
  font-size: 1.25em;
}
#job-ad-carousel .slide-full-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999em;
}
#job-ad-carousel ul.slick-dots {
  margin: 0 0 55px 0;
}
#job-ad-carousel .slick-prev {
  left: 0;
}
#job-ad-carousel .slick-next {
  right: 0;
}
#job-ad-carousel .slick-prev,
#job-ad-carousel .slick-next {
  display: none !important;
}
#job-ad-carousel .slide-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 180px 0 0 0;
  text-align: center;
}

#job-ad-carousel .slick-dots li button {
  padding: 0;
  text-indent: -9999em;
  overflow: hidden;
  opacity: .6;
  width: 15px;
  height: 15px;
  background: #fff;
  box-shadow: 0 0 5px #555;
}
#job-ad-carousel .slick-dots li.slick-active button,
#job-ad-carousel .slick-dots li button:hover {
  opacity: 1;
}

#job-ad-carousel .slick-dots li button:before {
  display: none;
}

/* Books */
#block-views-book_v3-block_1 {
  margin-bottom: 0;
  border-bottom: 5px solid #ccc;
}
#book-slider-main .book-row {
  padding: 60px 0 40px 0;
  overflow: hidden;
}
#book-slider-main .book-cover {
  float: left;
}
#book-slider-main .book-info {
  margin-left: 360px;
}
#book-slider-main .book-name {
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: .6em;
}
#book-slider-main .book-author {
  margin-bottom: 12px;
}
#book-slider-main .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 15px 15px 0;
  text-align: right;
}
.book-list-main {
  text-align: center;
}
.book-list-main .book-category {
  display: inline-block;
  font-size: 2em;
  border-bottom: 5px solid #ccc;
  margin-bottom: 15px;
}
.book-slider {
  padding: 60px 0 0 0;
  margin-bottom: 50px;
}
.book-slider .slick-track {
  height: 380px;
}
.book-list-main-93 .slick-track {
  height: 385px;
}
.book-slider .slick-dots {
  position: absolute;
  top: 0;
  bottom: auto;
}
.book-slider .book-row {
  margin: 10px;
  padding: 20px 25px;
  text-align: left;
  border: 1px solid #000;
  height: 100%;
}
.book-slider .book-name {
  margin-bottom: 20px;
  min-height: 58px;
  line-height: 1.4;
}
.book-slider .book-cover {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.book-slider img {
  display: inline;
  width: 110px;
  height: 140px;
  border: 1px solid #000
}
.book-slider .book-author {
  font-size: .9375em;
  line-height: 1.5;
  margin-bottom: 8px;
}
.book-slider .slick-prev,
.book-slider .slick-next {
  width: 23px;
  height: 74px;
  background: #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.book-slider .slick-prev {
  background: url(images/book-slider-prev.gif) no-repeat 0 0;
  left: -50px;
}
.book-slider .slick-next {
  background: url(images/book-slider-next.gif) no-repeat 0 0;
  right: -50px;
}
.book-slider .slick-prev:before,
.book-slider .slick-next:before {
  content: '';
}
.book-slider .slick-disabled {
  opacity: .3;
}
.slick-no-dots .slick-track {
  margin: 0 auto;
}
.slick-no-dots {
  padding: 10px 0 0 0;
}
ul.book-keypoint {
  list-style: none;
}
ul.book-keypoint li,
.book-keypoint > .field-item,
.book-keypoint-item {
  margin-left: 0;
  margin-bottom: 6px;
  padding-left: 22px;
  line-height: 1.4;
  background: url(images/icon-star-black.png) 0 2px no-repeat;
}

/* Book Node */
.book-info-main .book-cover {
  float: left;
}
.book-info-main .book-info {
  margin-left: 190px;
}
.book-info-main .book-name {
  line-height: 1.3;
  font-weight: normal;
}
.book-info-main h3.book-original-name {
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: normal;
}
.book-info-main .views-field-inline .views-field-label,
.book-info-main .views-field-inline .views-field-value {
  margin-bottom: 0;
}
.book-info-main .book-keypoint {
  margin-top: 15px;
}

/* book list mini */
.book-list-mini .views-row {
  padding: 18px 0 12px 0;
}
.book-list-mini img {
  float: left;
  width: 70px;
  height: auto;
  margin-bottom: 8px;
}
.book-list-mini .book-name {
  margin-left: 80px;
}
.book-list-mini .book-category {
  clear: both;
  font-size: .8375em;
}

/* SE Archive */
.se-archive-list {}
.se-archive-list .views-row {
  text-align: center;
}
.se-archive-list .se-archive-attr {
  text-align: left;
  padding: 6px 20px;
  font-size: .9375em;
}
.se-archive-list .se-archive-attr span {
  margin-right: 5px;
}
.se-archive-list .se-archive-content {
  border: 1px solid #000;
}
.se-archive-list .se-archive-logo {
  border-bottom: 1px solid #000;
  height: 130px;
}
.se-archive-list .se-archive-logo img {
display: inline-block;
  vertical-align: middle;
}
.se-archive-list .se-archive-title {
  padding: 20px;
  height: 115px;
}
.se-archive-list .se-archive-name {
  font-weight: normal;
  line-height: 1.2;
  font-size: 1.25em;
}
.se-archive-list .se-archive-slogan {
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: normal;
  font-size: .875em;
}

/* se archive list mini */
.se-archive-list-mini {}
.se-archive-list-mini .article-img {
  display: none;
}
.se-archive-list-mini .article-img + .article-title {
  margin-left: 0;
}

/* SE Archive Node */
.se-archive-info-main {
  overflow: hidden;
}
.se-archive-info-main .se-archive-logo {
  float: left;
  border: 1px solid #a8a8a8;
  width: 220px;
  height: 220px;
  margin-bottom: 20px;
  padding: 10px;
}
.se-archive-info-main .se-archive-logo img {
  display: inline-block;
  vertical-align: middle;
}
.se-archive-info-main .se-archive-content {
  margin-left: 245px;
}
.se-archive-info-main .se-archive-title {
  margin-bottom: 50px;
}
.se-archive-info-main .se-archive-name {
  line-height: 1.3;
  margin-bottom: 10px;
}
.se-archive-info-main h3.se-archive-slogan {
  line-height: 1.4;
  font-size: 1.125em;
}
.se-archive-info-main .se-archive-attr {}
.views-node-se-archive .section-title {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

/* Network */
.network-nav,
.network-sub-nav {
  list-style: none;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.network-nav {
  width: 100%;
}
.network-sub-nav {
  width: 800px;
}
.network-nav li,
.network-sub-nav li {
  display: inline-block;
  margin: 0 11px 20px 11px;
}
.network-nav img,
.network-sub-nav img {
  vertical-align: bottom;
}
.block-network-nav .title-wrapper {
  margin-bottom: 40px;
}
.block-network-sub-nav .desc {
  text-align: center;
  margin-bottom: 40px;
}

/* Network Sub */
.network-list .tabs-nav {
  margin: 60px 0 40px 0;
}
.network-list .tabs-nav li {
  font-size: 1.25em;
}
.network-list .views-row {}
.network-img {
  float: left;
  border: 1px solid #000
}
.network-list .network-title,
.network-list .network-content {
  margin-left: 240px;
}
.network-list .network-title {
    line-height: 1.2;
    margin-bottom: 15px;
}
.network-list .network-content {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  font-size: .9375em;
  min-height: 169px;
}


/* Column */
/* column list */
.page-column .etabs {
  margin: 30px 0 60px 0;
}
.page-column .etabs li {
  font-size: 1.3em;
}

.column-list .views-row {
  margin: 0 -4px 2% 3%;
  width: 31%;
  border: 2px solid #313131;
  height: 265px;
}
.column-list .column-header:before {
/*  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;*/
}
.column-list .column-header {
  /*
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  */
  display: table;
  width: 100%;
  border-bottom: 1px solid #000000;
  position: relative;
  min-height: 64px;
  /* font-size: 0; */
}
.column-list .column-title {
  padding: 10px 100px 10px 20px;
  line-height: 1.4;
  font-size: 1em;
  margin-bottom: 0;
  /*  height: 30px;
  display: inline-block;
  vertical-align: middle;
  */
  display: table-cell;
  vertical-align: middle;
}
.column-list .column-img,
.column-list .column-img img {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  border-radius: 85px;
}
.column-list .column-img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 15px -35px 0;
  z-index: 10;
  background: #fff;
}
.column-list .column-img img {
  border: 1px solid #333;
  background: #fff;
}
.column-list .column-content {
  position: relative;
  padding: 20px 20px 10px 20px;
}
.column-list .column-author{
  font-size: .9375em;
  line-height: 1.2;
}
.column-list .column-total-articles {
  font-size: .8125em;
}
.column-list .latest-articles {
  list-style: none;
 font-size: .875em;
  margin-top: 35px;
}
.column-list .latest-articles li {
  margin-left: 0;
}
.column-list .latest-articles li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 290px;
}
.column-list .column-se {
    padding: 0 60px 60px 0px;
}
.column-list .column-region {
}

/* About */
.section-about #main .limiter {
  padding: 0 100px;
}
.section-about  .statistics_counter {
  display: none;
}
.section-about section {
  text-align: center;
  margin-bottom: 40px;
}
#block-menu-menu-about {
  text-align: center;
}
#block-menu-menu-about ul {
  padding: 0;
  width: 480px;
  margin: 0 auto 0 237px;
}
#block-menu-menu-about ul li {
    list-style: none;
    margin: 0;
    display: inline-block;
    margin: 0 -4px 0 0;
    font-size: .8125em;
    text-align: center;
}
#block-menu-menu-about li a {
  display: block;
  padding: 90px 0 0 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 120px;
}
#block-menu-menu-about li #dhtml_menu-8455 {
  background-image: url(images/about-menu-01.png);
}
#block-menu-menu-about li #dhtml_menu-8456 {
  background-image: url(images/about-menu-02.png);
}
#block-menu-menu-about li #dhtml_menu-8457 {
  background-image: url(images/about-menu-03.png);
}
#block-menu-menu-about li #dhtml_menu-8458 {
  background-image: url(images/about-menu-04.png);
}

#about-list-dream .views-row,
#about-list-enterprise .views-row {
  background-repeat: no-repeat;
  background-position: 47% 20px;
}
#about-list-dream .views-row-1 {
  background-image: url(images/about-d-knowledge.png);
}
#about-list-dream .views-row-2 {
  background-image: url(images/about-d-incubation.png);
}
#about-list-dream .views-row-3 {
  background-image: url(images/about-d-share.png);
}
#about-list-enterprise .views-row-1 {
  background-image: url(images/about-e-001.png);
}
#about-list-enterprise .views-row-2 {
  background-image: url(images/about-e-002.png);
}
#about-list-enterprise .views-row-3 {
  background-image: url(images/about-e-003.png);
}


/* about story */
.about-story {
  text-align: center;
  margin-bottom: 70px;
}
.about-story-section-wrap {
  position: relative;
}
.about-story-section-wrap:after {
  content: " ";
  position: absolute;
  top: 4px;
  left: 45px;
  z-index: 1;
  width: 4px;
  height: 1296px;
  height: calc(100% - 130px);
  /*background: url(images/about-line01.png) center center repeat-y;*/
  background: url(images/about-line.gif) center center repeat-y;
}
.about-story section {
  position: relative;
  z-index: 10;
  padding: 0 0 0 130px;
  min-height: 130px;
  text-align: left;
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 94px 94px;
}
.story-section-1 { background-image: url(images/icon--about-story--01--v2020.png); }
.story-section-2 { background-image: url(images/icon--about-story--02--v2020.png); }
.story-section-3 { background-image: url(images/icon--about-story--03--v2020.png); }
.story-section-4 { background-image: url(images/icon--about-story--04--v2020.png); }
.story-section-5 { background-image: url(images/icon--about-story--05--v2020.png); }
.story-section-sei { background-image: url(images/about-story-sei.png); }
.about-story h3 {
  margin-bottom: 10px;
}
.about-story p {}


/* about list */
.about-list .views-row {
  padding: 160px 0 0 0;
  width: 250px;
  margin: 0 -4px 0 65px;
}
.about-list .views-row h3 {
  font-size: 1.5em;
  letter-spacing: 12px;
  margin-bottom: 10px;
}
.about-list p {
  text-align: left;
}

/* client list */
.client-list .views-row {
  width: 280px;
  margin: 0 -4px 20px 20px;
}
.client-list img {
  border: 2px solid #000;
}

/* profile list */
.profile-list .views-row {
  text-align: center;
  line-height: 1.4;
}
.profile-list .profile-img {
  border: 1px solid #eee;
  width: 220px;
  height: 220px;
  margin-bottom: 20px;
}
.profile-list .profile-img img {
  display: inline-block;
  vertical-align: middle;
/*  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;*/
}
.profile-list .profile-title {
  margin-bottom: 0;
}
.profile-list .views-row-volunteer-partner {
  position: relative;
  width: 220px;
  height: 220px;
  border: 1px solid #eee;
  background: #dcdcdc url(images/profile-default.gif) 50% 50% no-repeat;
}
.profile-list .views-row-volunteer-partner a {
  font-size: 18px;
}
/*.profile-list .views-row-volunteer-partner {
  position: relative;
  background-color: #dcdcdc;
}
.profile-list .views-row-volunteer-partner a {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 100%;
  font-size: 20px;
  transform: translate(-50%, -50%);
}
*/
/* profile press list */
.profile-press-list .view-header h3 {
  text-align: center;
  margin-bottom: 37px;
}

/* about kpi */
.milestone-kpi .views-row {
  width: 282px;
  height: 245px;
  text-align: center;
  border: 1px solid #000;
  margin: 0 -4px 15px 16px;
  background-repeat: no-repeat;
  background-position: 50% 20px;
}
.kpi-item-guest {
  background-image: url(images/about-milestone-01.png);
}
.kpi-item-facebook {
  background-image: url(images/about-milestone-02.png);
}
.kpi-item-article {
  background-image: url(images/about-milestone-03.png);
}
.kpi-item-columnist {
  background-image: url(images/about-milestone-04.png);
}
.kpi-item-se-archives {
  background-image: url(images/about-milestone-05.png);
}
.kpi-item-network {
  background-image: url(images/about-milestone-06.png);
}
.milestone-kpi .kpi-value {
  font-size: 3em;
  line-height: 1.2;
}
.milestone-kpi .kpi-unit {
  font-size: .5em;
  margin-left: 5px;
}
.milestone-kpi .views-row .kpi-title {
  font-size: 1.25em;
}
.milestone-kpi .kpi-item-bg,
.milestone-kpi .kpi-item-bg:nth-child(3n+1) {
  margin-right: 0;
}
.milestone-kpi-1 .views-row {
  padding-top: 120px;
}

/* NewBie */
.step-section {
  overflow: hidden;
  padding: 0 20px;
}
.step-section .step-title {
  color: #ec6200;
  font-size: 1.75em;
  text-align: center;
}
.step-section .step-title span {
  font-size: 1.2em;
}
.step-content {
    font-size: 1.06em;
}
#step-2 .step-content {
  margin: 40px 0 50px 0;
}
#step-3 .step-content {
  margin-bottom: 100px;
  text-align: center;
}

/* newbie step1 */
#block-netivism_sei-newbie_step_1 {
  height: 520px;
  background: #eee; /* support all browser */
  background: linear-gradient(to right, rgba(137,204,101,1) 0%, rgba(102,176,63,1) 50%, rgba(102,176,63,1) 100%); /* modern browser */
  background: linear-gradient(to right, #dcdcdc 0%, #dcdcdc 30%,  #eee 70%, #eee 100%); /* modern browser */
  overflow: hidden;
}
#block-netivism_sei-newbie_step_1 .side {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  height: 520px;
  position: relative;
}
#block-netivism_sei-newbie_step_1 .side-left {
  width: 30%;
  background: #dcdcdc;
}
#block-netivism_sei-newbie_step_1 .side-right {
  width: 70%;
  background: #eee;
}
#block-netivism_sei-newbie_step_1 .media-item {
  display: none;
}
#step-1 {
    padding: 50px 50px 0 0;

    width: 350px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -27px;
}
#step-1 .step-title {
  text-align: left;
  margin-bottom: 30px;
}
#step-1 ul {
  list-style: none;
  margin: 50px 0 0 0;
}
#step-1 ul li {
  margin: 0 0 18px 0;
  line-height: 1.4;
  color: #ec6200;
}
#step-1 ul li a {
  color: #ec6200;
}
.media-item {
  position: relative;
  padding-bottom: 65%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.media-item iframe,
.media-item object,
.media-item video,
.media_item embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#block-netivism_sei-newbie_step_1 #step-1-video {
  display: block;
}


/* newbie list */
.newbie-list {
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
}
.newbie-list .views-row {
  position: relative;
  display: inline-block;
  margin: 0 11px 20px 11px;
}
.newbie-list .views-row:nth-child(3n) {

}
.newbie-list .wrap {
  display: block;
  height: 100%;
  text-align: center;
  border: 1px solid #000;
  font-size: 0;
}
.newbie-list .wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.newbie-title {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  font-size: 16px;
}
.newbie-desc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  padding: 15px;
  font-size: 15px;
  color: #fff;
  background: rgba(0,0,0,.8);
    -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.newbie-list .wrap:hover .newbie-desc {
  opacity: 1;
}

/* Profile Node */
.profile-node {
  overflow: hidden;
}
.profile-node .profile-img {
  float: left;
}
.profile-node .profile-content {
  margin-left: 250px;
}
.profile-node .profile-title {
  margin-bottom: 5px
;
  line-height: 1.2;
}
.profile-node .profile-job-title {}
.profile-node .profile-intro {
    margin: 20px 0;
}

/* magnific popup */
.mfp-container button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* Temp */
.hide {
  display: none !important;
}
.section-network #views-exposed-form-network-sub-v3-page-1 {
  text-align: right;
}
a.preview-ni-list {
  display: none;
  position: absolute;
  top: 0;
  padding: 5px 10px;
  line-height: 1.2;
  right: 0;
  z-index: 10;
  background-color: #000;
  color: #fff;
}
a.preview-ni-list:hover {
  text-decoration: none;
}
.tester #content-header > .tabs {
  display: none;
}

/* specialfeature */
.page-specialfeature #header-top {
  display: none;
}
.page-specialfeature .title-wrapper .page-title {
  margin-bottom: 25px;
  border-color: #E05F0C;
}
.specialfeature-list {
  width: 920px;
  margin: 0 auto;
}
.specialfeature-list .views-row {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #c0c0c0;
}
.specialfeature-list .views-row:after {
  content: "";
  display: block;
  clear: both;
}
.specialfeature-list span.ext { display: none !important; }
.specialfeature-list-title,
.specialfeature-list-title-ext,
.specialfeature-list-desc {
  margin-left: 465px;
}
.specialfeature-list-title,
.specialfeature-list-title-ext {
  margin-bottom: 18px;
  padding-bottom: 18px;
  line-height: 1.2;
  font-size: 1.5rem;
  border-bottom: 1px dotted #c0c0c0;
}
.specialfeature-list-title a:hover,
.specialfeature-list-title-ext a:hover {
  text-decoration: none;
}
.specialfeature-list-title-ext + .specialfeature-list-title {
  display: none;
}
.specialfeature-list-date {
  color: #9e9e9e;
}
.specialfeature-list-desc {
  margin-bottom: 0;
  max-height: 170px;
  overflow: hidden;
  line-height: 1.8;
}
.specialfeature-list-link {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 20px 20px 0;
  text-align: right;
}
.specialfeature-list-link a.read-more {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 10px;
  line-height: 1;
  font-size: .9375rem;
  color: #fff;
  background: #eb6100;
  border-radius: 3px;
}
.specialfeature-list-link a.read-more:hover {
  text-decoration: none;
  background: #f36a0b;
}
.specialfeature-list-img,
.specialfeature-list-img-c,
.specialfeature-list-img-ext {
  float: left;
  border: solid 1px #c0c0c0;
}
.specialfeature-list-img img,
.specialfeature-list-img-c img,
.specialfeature-list-img-ext img {
  vertical-align: middle;
}
.specialfeature-list-img-c + .specialfeature-list-img {
  display: none;
}

/* specialfeature node */
.specialfeature-container .is-before:not(li) {
  display: none !important;
}
.node-type-specialfeature #header-top,
.is-ref-specialfeature #header-top {
  display: none;
}
body.node-type-specialfeature,
body.is-ref-specialfeature {
  padding-top: 87px;
}
.is-ref-specialfeature #content-inner {
  padding-right: 0;
  margin-right: 0;
}
.is-ref-specialfeature #block-views-node_main_img_v3-block_1,
.is-ref-specialfeature #sidebar-second,
.is-ref-specialfeature .title-wrapper .page-title {
  display: none;
}
.node-type-specialfeature .title-wrapper .page-title {
  display: none;
}
.is-ref-specialfeature .specialfeature-info,
.is-ref-specialfeature .specialfeature-leading-articles {
  display: none;
}
.is-leading-article .specialfeature-info,
.is-leading-article .specialfeature-leading-articles {
  display: block;
}
.is-ref-specialfeature .specialfeature-info.is-show,
.is-ref-specialfeature .specialfeature-leading-articles.is-show {
  display: block;
}
.specialfeature-info,
.specialfeature-leading-articles,
.specialfeature-articles {
  width: 710px;
}
.specialfeature-info {
  margin-bottom: 3em;
}
.specialfeature-info-section {
  margin-bottom: 50px;
} 
.specialfeature-main-img {
  margin-bottom: 40px;
}
.specialfeature-info-section > img,
.specialfeature-item > img {
  vertical-align: middle;
}
.specialfeature-article-container {
  position: relative;
  padding-left: 370px;
}
.specialfeature-article {
  /*margin-bottom: 60px;*/
  padding-bottom: 60px;
  /*border-bottom: 1px solid #eee;*/
}
.specialfeature-article:last-child {
  border-bottom: 0;
}
.specialfeature-article-type {
  margin-top: 60px;
  padding: 30px 0;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  color: #e05f0c;
  border-top: 1px solid #eb6100;
}
.specialfeature-article-type .sa-count {
  margin-right: .5em;
}
.specialfeature-article .node-main-img {
  margin-bottom: 25px;
}
.specialfeature-article .node-title {
  display: block;
  margin-bottom: 20px;
  padding: 0;
  line-height: 1.2;
  font-weight: normal;
  font-size: 1.75em;
  color: #111;
  border-bottom: none;
}

.specialfeature-nav {
  position: absolute;
  right: 0;
  width: 292px;
  padding: 18px;
  border-top: 7px solid #e05f0c;
  border-radius: 2px;
  background: #eee;
  box-shadow: 1px 1px 3px #eee;
  /*transition: all 1s;*/
  /*transition: transform 400ms ease;*/
}
.specialfeature-nav.is-fixed {
  position: fixed;
  /*top: 170px;*/
  top: 119px;
  z-index: 1;
}
.specialfeature-nav-info {
  /*
  padding: 0 0 0 20px;
  margin: 10px 0 20px;
  border-left: 5px solid orange;
  */
  padding: 0 15px;
  margin: 5px 0 25px 0;
}
.specialfeature-nav .specialfeature-nav-title {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.3;
}
.specialfeature-nav-list {
  position: relative;
  height: 280px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.specialfeature-nav-list > ul {
  list-style: none;
}
.specialfeature-nav-list > ul > li {
  margin: 0;
}
.specialfeature-nav-list > ul > li > a {
  display: block;
  padding: 15px;
  line-height: 1.5;
  border-left: 5px solid #eee;
  transition: background-color .5s, color .5s;
  color: #333;
  font-size: 1rem;

}
.specialfeature-nav-list > ul > li > a:hover {
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border-left: 5px solid #e15f0b;
  opacity: 1;
}
.specialfeature-nav-list > ul > li > a.is-active {
  color: #000;
  background-color: #fff;
  border-left: 5px solid #e15f0b;
}
.specialfeature-nav-list > ul > li > a > .type {
  display: block;
  margin-bottom: 5px;
  font-size: .75rem;
  color: #9e9e9e;
}
.specialfeature-nav-list .sa-count {
  margin-right: .5em;
}
.specialfeature-nav-list > ul > li > a.is-active > .type {
  color: #757575;
}
.specialfeature-container .node-counter {
  /*display: none;*/
}
#specialfeature-nav-btn {
  display: none;
}


@media (max-width: 767px) {
  #header {
    position: static;
  }
  body {
    padding-top: 0;
  }
}

.view-page-dic .item-list ul {
  list-style: none;
  overflow: hidden;
}
.view-page-dic .item-list li {
  margin-left: 0;
  list-style: none;
  float: left;
  border-right: 1px solid #000;
  line-height: 1;
  padding: 0 15px;
  font-size: 1.125em;
}
.view-page-dic .item-list .views-row-first {
  padding-left: 5px;
}
.view-page-dic .item-list .views-row-last {
  border-right: none;
}
.view-page-dic .item-list a {

}
.view-page-dic .sviews-row {
  margin-bottom: 35px;
}
.view-page-dic .index > h3 {
  border-bottom: 3px solid #ccc;
  font-size: 1.5em;
  font-weight: bold;
  color: #666;
  margin-bottom: 20px;
}
.dic-item-title {
  font-size: 1.125em;
  font-weight: bold;
  color: #666;
  line-height: 1.2;
}
.dic-item {
}
.dic-index .view-header,
.dic-index .view-content {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
.dic-index .view-header {
  line-height: 1.2;
}
.page-aboutse .title-wrapper .page-title {
  font-size: 2em;
  border-bottom: 5px solid #ccc;
  display: inline-block;
  padding: 0 0 3px 0;
}

/* Side theme menu */
.jq-sidebar .inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.wrap {
  position: relative;
}
#side-theme-menu {
  left: -190px;
  width: 190px;
  margin-top: 140px;
  background: #eee;
}
.admin-menu #side-theme-menu,
.simplemenu-enabled #side-theme-menu {
  padding-top: 28px;
}

#side-theme-menu .item-list {
  overflow: auto;
  /* height: 500px; */
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#side-theme-menu ul {
  list-style: none;
}
#side-theme-menu li {
  margin: 0;
  border-bottom: 1px solid #fff;
}
#side-theme-menu li a {
  display: block;
  padding: 8px 22px;
  font-size: .9375em;
  line-height: 1.2;
  background: #eee;
}
#side-theme-menu li a:hover {
  text-decoration: none;
  color: #fff;
  background: #fd6320;
}
a.side-theme-menu-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  margin: 0 -34px 0 0;
  padding: 35px 7px 13px 7px;
  width: 34px;
  color: #fff;
  border-left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #8c8c8c url(images/arrow_right_mini.png) no-repeat 9px 14px;
  font-size: 1.0625em;
  line-height: 1.2;
}
a.side-theme-menu-btn:hover {
  text-decoration: none;
  opacity: 1;
}
.jq-sidebar-open a.side-theme-menu-btn {
  background-image: url(images/arrow_left_mini.png);
}

/* Search Page */
.faceted-search-facet .item-list li {
    list-style-type: disc;
    margin-left: 20px;
}

/* AD scroll */
.ad-scroll {
  display: none;
  position: fixed;
  top: 183px;
  right: 0;
  z-index: 10001;
}
.ad-scroll.is-enabled {
  display: flex;
}
.admin-menu .ad-scroll {
  top: 207px;
}
.simplemenu-enabled .ad-scroll {
  top: 211px;
}
.ad-scroll-inner {
  position: relative;
}
.ad-scroll-mobile {
  display: none;
}
a.ad-scroll-link {
  display: block;
}
a.ad-scroll-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: -25px 5px 0 0;
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px #000;
}
a.ad-scroll-close:before,
a.ad-scroll-close:after {
  position: absolute;
  top: 4px;
  left: 9px;
  content: ' ';
  height: 13px;
  width: 2px;
  background-color: #FF5722;
}
a.ad-scroll-close:before {
  transform: rotate(45deg);
}
a.ad-scroll-close:after {
  transform: rotate(-45deg);
}
a.ad-scroll-close:hover {
  background: #FF5722;
  opacity: 1;
}
a.ad-scroll-close:hover:before,
a.ad-scroll-close:hover:after {
  background-color: #fff;
}


/* TEMP */
#sei-loading {
  visibility: hidden;
  opacity: 0;
  text-align: center;
  font-size: 2rem;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.95);
  z-index: 999999;
  transition: all .3s;
}
#sei-loading .sei-loading-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  transform: translate(-50%, -50%);
}
#sei-loading .sei-loading-text {
  margin-bottom: 20px;
}
.is-loading #sei-loading {
  visibility: visible;
  opacity: 1;
}
.is-loading-completed #sei-loading {
  opacity: 0 !important;
  visibility: hidden !important;
}
/*
body.is-ref-specialfeature #sei-loading {
  visibility: visible;
  opacity: 1;
}
*/
/*
body.is-ref-specialfeature 
body.is-ref-specialfeature:after {
  content: "loading...";
  text-align: center;
  font-size: 5rem;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.9);
  z-index: 999999;
}
*/
.node .node-counter {
  display: none;
}
.simplemenu-enabled .node .node-counter {
  display: inline-block;
}
.role-tester .node-unpublished {
  background-color: transparent;
}
.role-tester #content-header .tabs {
  display: none;
}
#content-header .tabs a[href*="node"][href*="track"] {
  display: none;
}

/* 2019 調整 */
#header-main #search,
#block-block-9 {
  position: absolute;
  right: 0;
  top: 80px;
  background: #fff;
  border: none;
  padding: 20px;
  border-radius: 0;
  opacity: 0; 
  transform: scale(0); 
  transform-origin: right top;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

#header-main #search form {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 2px 6px;
}

#nav-nicemenu-3 .nolink {
  color: #eb6100;
  border: 1px solid #eb6100;
  font-size: 14px;
  padding: 3px 15px;
  border-radius: 30px;
  margin: 0 5px;
  transition: 200ms;
  cursor: pointer;
}

a.mobile-epaper-btn {
  color: #eb6100;
  border: 1px solid #eb6100;
  font-size: 14px;
  padding: 1px 12px;
  border-radius: 30px;
  margin: 10px 20px;
  display: inline-block;
}

#nav-nicemenu-3 .nolink:hover {
  color: #fff;
  background: #eb6100;
}

#mc-embedded-subscribe {
  background: #aaa;
  text-shadow: none;
}

#mc_embed_signup label {
  font-size: 16px;
  font-weight: bold;
}

#mc_embed_signup input {
  padding: 15px 0;
}

