@charset 'utf-8';
@import url(reset.css);

/*
-----------------------------
  Index
  - Typography
  - General
  - Layout
  - Header
  - Navigation
  - Language
  - Search
  - Breadcrumb
  - Main
  - Footer
  - Copyright
  - Element
-----------------------------
*/


/*
-----------------------------
Typography
-----------------------------
*/

html,
body {
    font-family: 'Heiti TC', '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

body.en * {
    letter-spacing: normal !important;
}

body.no-language #header-wrapper .language-button,
body.no-language #language-wrapper {
    display: none !important;
}

body.no-gis-search .search-gis {
    display: none !important;
}


/*
-----------------------------
General
-----------------------------
*/

* {
    box-sizing: border-box;
}

a {
    transition: color .3s;
    text-decoration: none;
    color: inherit;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table th,
table td {
    padding: 15px;
    text-align: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table th.right,
table td.right {
    text-align: right;
}

input,
textarea,
button,
select {
    font-family: inherit;
    display: inline-block;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: none;
}

input[type='text'],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select {
    padding-right: 25px !important;
    background: url(images/arrow-down.svg) no-repeat right 2px top 50% #fff;
    background-size: 20px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

.mobile-element {
    display: none;
}


/*
-----------------------------
Layout
-----------------------------
*/

#container {
    padding-top: 110px;
}

.inner {
    position: relative;
    width: 92%;
    max-width: 1200px;
    margin: auto;
}

#header-wrapper {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    left: 0;
}

#nav-bg {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, .4);
}

#nav-wrapper,
#language-wrapper,
#search-wrapper {
    position: fixed;
    z-index: 1002;
    top: 110px;
    right: 0;
    left: 0;
    display: none;
    background: #fff;
}


/*
-----------------------------
Header
-----------------------------
*/

#header-wrapper {
    background: #e6e6e6;
}

#header-inner {
    position: relative;
    height: 110px;
    padding-top: 36px;
}

#header-inner h1 {
    width: 291px;
    height: 38px;
    margin: auto;
}

#header-inner h1 a {
    display: block;
    overflow: hidden;
    height: 100%;
    text-indent: -999px;
    background: url(images/logo.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}

#header-inner .menu-button {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    cursor: pointer;
    background: url(images/menu.svg) no-repeat 50% 50%;
    background-size: contain;
}

#header-inner .language-button {
    font-size: .96em;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 85px;
    margin-top: -.1em;
    cursor: pointer;
    color: #666;
}

#header-inner .search-button {
    font-size: 20px;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -.5em;
    cursor: pointer;
}

#header-inner #nav-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
}

#header-wrapper.headroom {
    transition: top .4s;
}

#header-wrapper.headroom--pinned {
    top: 0;
}

#header-wrapper.headroom--unpinned {
    top: -110px;
}


/*
-----------------------------
Navigation
-----------------------------
*/

#nav-inner .top-nav {
    height: 62px;
    padding: 0 25px;
    border-bottom: 1px solid #e6e6e6;
}

#nav-inner .top-nav li {
    position: relative;
    display: inline;
    float: left;
    margin-right: 4em;
}

#nav-inner .top-nav li a {
    font-size: 1.05em;
    font-weight: 600;
    display: inline;
    float: left;
    padding: 1.5em 0 0 0;
    letter-spacing: .3em;
    color: #999;
}

#nav-inner .top-nav li a.hover {
    color: #333;
}

#nav-inner .top-nav li a.active {
    color: #ea7373;
}

#nav-inner .nav-section {
    display: none;
    overflow: hidden;
    zoom: 1;
    padding: 30px 0 40px 0;
}

#nav-inner .nav-section .set {
    padding: 0 25px;
}

#nav-inner .nav-section .set.col-2 {
    float: left;
    width: 50%;
}

#nav-inner .nav-section .nav-title {
    font-size: 1.12em;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: .1em;
    color: #333;
}

#nav-inner .nav-section ul {
    overflow: hidden;
    zoom: 1;
    padding-top: .6em;
    padding-left: 24px;
    border-left: 1px solid #ddd;
}

#nav-inner .nav-section li {
    float: left;
    width: 23%;
    height: 2.6em;
    margin-right: 2%;
}

#nav-inner .nav-section .set.col-2 li {
    width: 48%;
    margin-right: 2%;
}

#nav-inner .nav-section li.extra-hidden {
    display: none;
}

#nav-inner .nav-section li a {
    color: #666;
}

.no-touch #nav-inner .nav-section li a:hover {
    color: #333;
}

#nav-inner .nav-section .more,
#nav-inner .nav-section .less {
    font-size: .98em;
    display: inline-block;
    clear: left;
    padding: 25px 0 0 2%;
    cursor: pointer;
    text-align: center;
    color: #999;
}

#nav-inner .nav-section .more i,
#nav-inner .nav-section .less i {
    font-size: 1.2em;
    margin-left: .5em;
}


/*
-----------------------------
Language
-----------------------------
*/

#language-inner {
    padding: 25px 25px;
}

#language-inner ul {
    overflow: hidden;
    zoom: 1;
    margin-right: 0;
    padding-bottom: .2em;
    text-align: right;
}

#language-inner li {
    position: relative;
    display: inline-block;
    margin-left: 5em;
}

#language-inner li a {
    font-size: .98em;
    line-height: 0;
}

#language-inner li:first-child:after {
    position: absolute;
    top: 0;
    right: -2.5em;
    display: block;
    height: 12px;
    content: '';
    border-right: 1px solid #ccc;
}


/*
-----------------------------
Search
-----------------------------
*/

#search-inner {
    padding: 20px 25px;
    text-align: right;
}

#search-inner a {
    font-size: .98em;
    margin-left: 1.5em;
    text-decoration: underline;
    color: #808080;
}

#search-inner form {
    display: inline-block;
}

#search-inner input[type='text'] {
    width: 260px;
    height: 36px;
    padding: 0 .8em;
    color: #666;
    border: 1px solid #999;
    background: #f7f7f7;
}

#search-inner input[type='submit'] {
    height: 36px;
    padding: 0 1em;
    color: #ccc;
    border: 1px solid #4d4d4d;
    background: #4d4d4d;
}


/* Added by ASCDC */

#search-filter #btn-fielter-1 {
    position: absolute;
    top: .8em;
    right: 9px;
    cursor: pointer;
    color: #999;
    border: none;
    background: none;
}

#search-result-inner span.author,
#search-result-inner span.contributor {
    display: block;
}

#search-result-inner span.contributor {
    margin-top: .3em;
    line-height: 1.3em;
}


/* Added by ASCDC */

#search-result-inner .data .col {
    height: 157px;
}

#search-header #reset-print-result {
    right: 185px;
    display: none;
}


/*
-----------------------------
Breadcrumb
-----------------------------
*/

#breadcrumb-inner {
    padding: 22px 25px;
    color: #000;
    border-bottom: 1px solid #ddd;
}

#breadcrumb-inner a {
    letter-spacing: .15em;
}

.no-touch #breadcrumb-inner a:hover {
    color: #ea7373;
}

#breadcrumb-inner .seperater {
    margin: 0 1em;
}


/*
-----------------------------
Main
-----------------------------
*/

#main {
    min-height: 600px;
}

#main-inner {
    position: relative;
    overflow: hidden;
    zoom: 1;
    padding: 50px 0;
}

#main-inner.border-rt:after {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 75%;
    width: 1px;
    content: '';
    background: #ddd;
}

#main-content {
    float: left;
    width: 75%;
}

#main-content-inner {
    padding: 0 40px 50px 25px;
}

#main-content.center {
    float: none;
    width: 100%;
    max-width: 720px;
    margin: auto;
}

#main-content h2 {
    font-size: 1.4em;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: .15em;
}

#main-content .description {
    line-height: 1.8em;
}

#main-content .description p {
    margin: 1.5em 0;
}

#main-content .description a {
    color: #ea7373;
}

.no-touch #main-content .description a:hover {
    text-decoration: underline;
}

#main .filter-button {
    display: none;
}

#main-aside {
    float: left;
    width: 25%;
}

#main-aside-inner {
    padding-top: 8px;
    padding-right: 25px;
    padding-left: 40px;
}

#main-aside .set {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

#main-aside .set:last-child {
    border-bottom: none;
}

#main-aside .set h3 {
    font-size: 1.2em;
    margin-bottom: 1.5em;
}

#main-aside .set .button {
    width: 100%;
    text-align: center;
}

.mobile-aside .close {
    display: none;
}

#main-aside .set.category h3 {
    margin-bottom: 2.5em;
}

#main-aside .set.share i {
    font-size: 1.33em;
    margin-right: 15px;
    transition: color .2s;
    color: #999;
}

.no-touch #main-aside .set.share i:hover {
    color: #666;
}

#main-aside .set.source p {
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #666;
    word-break: break-all;
    /* ASCDC added */
}

#no-result,
#search-result-inner {
    display: none;
}

#main-aside .set.quote textarea {
    font-size: .96em;
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    padding: 5px 10px;
    resize: none;
    color: #666;
    border: 1px solid #999;
    background: #f7f7f7;
}

#main-aside .set.quote .msg {
    margin-top: 5px;
    color: #666;
}

#main-aside .set.website .preview {
    position: relative;
    overflow: hidden;
    height: 0;
    margin-bottom: 10px;
    padding-top: 80%;
    background: #efefef;
}

#main-aside .set.website .preview img {
    position: absolute;
    top: 10%;
    bottom: 10%;
    /* 長形的沒問題，扁的會有問題所以先加上 */
    right: 0;
    left: 0;
    width: 68%;
    height: auto;
    margin: auto;
}

#main-aside .set.website h3 {
    font-size: 1.05em;
}

#main-aside .set.website p {
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #666;
}

#main-aside .set.archive p {
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #666;
}

#main-aside .set.related .cell {
    margin-bottom: 30px;
}

#main-aside .set.related .thumb-box {
    margin-bottom: 10px;
    padding-top: 90%;
}

#main-aside .set.related .title {
    font-size: .96em;
    line-height: 1.25em;
}

#main-aside .set.contact p {
    line-height: 1.33em;
    margin-bottom: 3px;
    color: #666;
}

#main-aside .set.contact address {
    line-height: 1.33em;
    margin: 1.5em 0;
    color: #666;
}


/*
-----------------------------
Footer
-----------------------------
*/

#footer-inner {
    overflow: hidden;
    zoom: 1;
    padding: 20px 25px 100px 25px;
    border-top: 1px solid #ddd;
}

#footer-nav {
    float: left;
}

#footer-nav li {
    display: inline;
    float: left;
    margin-right: 3em;
}

#footer-nav li a {
    color: #4d4d4d;
}

.no-touch #footer-nav li a:hover {
    color: #000;
}

#footer-social {
    position: relative;
    top: -5px;
    float: right;
}

#footer-social .jssocials-shares {
    margin: 0;
}

#footer-social i {
    font-size: 1.33em;
    margin-left: 15px;
    transition: color .2s;
    color: #999;
}

.no-touch #footer-social i:hover {
    color: #666;
}


/*
-----------------------------
Copyright
-----------------------------
*/

#copyright-wrapper {
    background: #e6e6e6;
}

#copyright-inner {
    padding: 1.6em 25px;
    text-align: right;
}

#copyright-inner .sinica {
    font-size: .92em;
    float: left;
    color: #333;
}

#copyright-inner .digital-center,
#copyright-inner .designer {
    font-size: 10px;
    position: relative;
    display: inline;
    margin-left: 4em;
    color: #666;
}

#copyright-inner .digital-center:after {
    position: absolute;
    top: .3em;
    right: -2em;
    display: block;
    height: 12px;
    content: '';
    border-right: 1px solid #666;
}

.no-touch #copyright-inner a:hover {
    color: #000;
}


/*
-----------------------------
Back to top
-----------------------------
*/

#back-to-top {
    line-height: 36px;
    position: fixed;
    z-index: 1000;
    right: -64px;
    bottom: 64px;
    width: 64px;
    height: 36px;
    cursor: pointer;
    transition: right .2s;
    text-align: center;
    color: #333;
    background: #e6e6e6;
    font-size: 12px;
}

#back-to-top.show {
    right: 0;
}

#back-to-top span {
    margin-left: .5em;
}


/*
-----------------------------
Element
-----------------------------
*/


/** Button **/

.button {
    display: inline-block;
    padding: .7em 2em;
    cursor: pointer;
    transition: all .2s;
    color: #333;
    border: 3px solid #666;
    background: none;
}

.no-touch .button:hover {
    color: #fff;
    border: 3px solid #000;
    background: #000;
}


/** Table **/

.custom-table {
    display: table;
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate;
}

.custom-table.collapse {
    border-collapse: collapse;
}

.custom-table .row {
    display: table-row;
}

.custom-table .th,
.custom-table .td {
    display: table-cell;
    padding: 1em 1.2em;
    text-align: left;
    vertical-align: middle;
    color: #4d4d4d;
}

.custom-table .th.right,
.custom-table .td.right {
    text-align: right;
}

.custom-table .row:nth-child(even) .th,
.custom-table .row:nth-child(even) .td {
    background: #fff;
}

.custom-table .row:nth-child(odd) .th,
.custom-table .row:nth-child(odd) .td {
    background: #f2f2f2;
}


/** Carousel **/

.flickity-button {
    transition: opacity .8s;
    opacity: .5;
    background: transparent;
}

.no-touch .flickity-button:hover {
    opacity: .9;
    background: transparent;
}

.flickity-prev-next-button {
    width: 100px;
    height: 100px;
}

.flickity-button-icon {
    fill: white;
}

.flickity-button:disabled {
    display: none;
}


/** Thumbnail Box **/

.thumb-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding-top: 96%;
    cursor: pointer;
    background: #efefef;
}

.thumb-box img {
    position: absolute;
    top: 12%;
    right: 10%;
    bottom: 12%;
    left: 10%;
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 76%;
    margin: auto;
    transition: transform .3s;
    box-shadow: 0 0 80px 15px rgba(0, 0, 0, .1);
}

.thumb-box img.tall {
    transform-origin: center top;
}


/* 修改為了不讓缺字也會放大 */


/*.no-touch .thumb-box-wrapper:hover img {*/

.no-touch .thumb-box:hover img {
    transform: scale(1.6, 1.6);
}

.thumb-list {
    position: relative;
}


/*.title a img {*/

img[src^='http://char.iis'] {
    padding-bottom: 2px;
}


/** Thumbnail List **/

.thumb-list:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32%;
    width: 1px;
    content: '';
    background: #ddd;
}

.thumb-list:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 68%;
    width: 1px;
    content: '';
    background: #ddd;
}

.thumb-list ul {
    overflow: hidden;
    zoom: 1;
}

.thumb-list li {
    float: left;
    width: 28%;
    margin-right: 8%;
    margin-bottom: 6%;
}

.thumb-list li:nth-child(3n) {
    margin-right: 0;
}

.thumb-list li .title {
    font-size: 1.02em;
    line-height: 1.25em;
    /*
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    /* 20181018 modified by Hans to fixed error layout */
    max-height: 18px;
}

.thumb-list-init {
    height: 2500px;
    visibility: hidden;
}

.thumb-list li .title a {
    color: #1a1a1a;
}

.no-touch .thumb-list li:hover .title a {
    color: #000;
}

.collection-loader {
    margin-top: 200px;
    text-align: center;
}


/** Pagination **/

.pagination {
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    color: #808080;
}

.pagination .prev {
    font-size: 1.24em;
    display: inline-block;
}

.pagination .next {
    font-size: 1.24em;
    display: inline-block;
}

.pagination .pager {
    display: inline-block;
    margin: 0 1em;
}

.pagination .pager a {
    margin: 0 1em;
}

.pagination .pager a.current {
    color: #ea7373;
    border-bottom: 1px solid #ea7373;
}

.pagination select {
    font-family: inherit;
    font-size: 1.02em;
    margin-left: 20px;
    padding: 5px;
    color: #333;
    border: 1px solid #aaa;
    outline: none;
}

.pagination .mobile-pager {
    display: none;
}


/** Aside Category **/

.category-list li {
    line-height: 1.25em;
    margin-bottom: 1.5em;
}

.category-list a {
    font-size: .98em;
    color: #666;
}

.no-touch .category-list a:hover {
    color: #ea7373;
}

.category-list .count {
    font-size: .96em;
    margin-left: .5em;
    color: #777;
}

.category-list ul {
    display: none;
    padding-top: 20px;
    padding-left: 2.2em;
}

.category-list li.open>ul {
    display: block;
}

.category-list li.active>a {
    color: #ea7373;
}

.category-list ul li {
    margin-bottom: 1em;
}

.category-list li i {
    margin-right: 5px;
    cursor: pointer;
    transition: transform .2s;
}

.category-list li i.reverse {
    transform: rotate(180deg);
}


/** Related List **/

.related-list .inner {
    padding: 50px 0;
    border-top: 1px solid #ddd;
}

.related-list h2 {
    font-size: 1.33em;
    margin-bottom: 2em;
    text-align: center;
    letter-spacing: .15em;
}

.related-list .carousel {
    width: 90%;
    margin: auto;
}

.related-list .cell {
    width: 22%;
    margin-right: 4%;
}

.related-list .title {
    line-height: 1.4em;
    color: #1a1a1a;
}

.related-list .flickity-button-icon {
    fill: #999;
}

.related-list .flickity-prev-next-button.previous {
    left: -7%;
}

.related-list .flickity-prev-next-button.next {
    right: -7%;
}


/** Keywords **/

.keywords-list .inner {
    position: relative;
    overflow: hidden;
    zoom: 1;
    padding: 50px 20px 0 20px;
    border-top: 1px solid #ddd;
}

.keywords-list .inner:before {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 33.33333333333333%;
    width: 1px;
    content: '';
    background: #ddd;
}

.keywords-list .inner:after {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 66.66666666666666%;
    width: 1px;
    content: '';
    background: #ddd;
}

.keywords-list .set {
    float: left;
    width: 33.33333333333333%;
    margin-bottom: 40px;
    padding: 0 3%;
}

.keywords-list h3 {
    font-size: 1.2em;
    margin-bottom: 1.5em;
}

.keywords-list ul {
    overflow: hidden;
    zoom: 1;
    padding-bottom: 1em;
}

.keywords-list li {
    display: inline;
    float: left;
    margin-right: .8em;
    margin-bottom: .7em;
}

.keywords-list a {
    color: #666;
}

.no-touch .keywords-list a:hover {
    color: #ea7373;
}


/** Article **/

.main-article h1 {
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 2em;
}

.main-article .author {
    font-size: .96em;
    margin: 4em 0 2em 0;
    color: #666;
}

.main-article .author p {
    margin: 0;
    margin-bottom: 10px;
}

.main-article .author p span {
    font-weight: bold;
    margin-right: 10px;
    color: #000;
}

.main-article .article-body {
    line-height: 1.8em;
    color: #666;
}

.main-article .article-body p {
    margin: 1.5em 0;
}

.main-article .article-body a {
    color: #ea7373;
}

.no-touch .main-article .article-body a:hover {
    text-decoration: underline;
}

.main-article .article-body img {
    display: block;
    width: 90%;
    margin: 10px auto;
}

.main-article .article-body table {
    width: 100%;
    margin: 30px auto;
}

.main-article .article-body table td {
    padding: 4px;
}

.main-article .article-body table img {
    max-width: 100% !important;
    height: auto !important;
}


/** Image Viewer **/

.image-viewer {
    margin-bottom: 50px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.image-viewer .viewer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin-bottom: 10px;
    padding-top: 56%;
    background: #f2f2f2;
}

.image-viewer .viewer .cell {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.image-viewer .viewer .cell a.video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.image-viewer .viewer .cell a.video:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    content: '';
    transition: opacity .4s;
    opacity: .6;
    background: url(images/play.svg) no-repeat 50% 50%;
    background-size: cover;
}

.no-touch .image-viewer .viewer .cell:hover a.video:after {
    opacity: 1;
}

.image-viewer .viewer img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    cursor: pointer;
}

.image-viewer .pager {
    overflow: hidden;
    zoom: 1;
}

.image-viewer .pager .cell {
    display: inline-block;
    overflow: hidden;
    width: 64px;
    height: 64px;
    margin-right: 3px;
    margin-bottom: 6px;
    cursor: pointer;
    border: 2px solid #bbb;
    /* Hans 新增讓小圖置中比較好看 */
    text-align: center;
}

.image-viewer .pager .cell.current {
    border: 2px solid #666;
}

.image-viewer .pager img {
    height: 100%;
    width: auto;
}

.image-viewer .pager img.portrait {
    width: 100%;
    height: auto;
}

.image-viewer .title,
.image-viewer .close {
    display: none;
}

.image-viewer.fullscreen {
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-bottom: 0;
    border: none;
    background: rgba(0, 0, 0, .85);
}

.image-viewer.fullscreen .viewer {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 120px;
    left: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
}

.image-viewer.fullscreen .pager {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.image-viewer.fullscreen .title {
    font-size: 1.2em;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    display: block;
    text-align: center;
    color: #fff;
}

.image-viewer.fullscreen .close {
    font-size: 2em;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    cursor: pointer;
    color: #999;
}


/** Meta Data **/

dl.meta-data {
    overflow: hidden;
    zoom: 1;
}

dl.meta-data dt {
    font-weight: bold;
    line-height: 1.6em;
    float: left;
    width: 140px;
    margin-bottom: 20px;
}

dl.meta-data dd {
    line-height: 1.6em;
    margin-bottom: 20px;
    margin-left: 160px;
    color: #666;
}

dl.meta-data .cc-icon {
    height: 32px;
    margin-right: 4px;
    opacity: .36;
}

.fixborder {
    border-left: 1px solid #ddd!important;
}

.sk-color-red {
    color: red;
    font-weight: bold;
}

.sk-color-blue {
    color: blue;
    font-weight: bold;
}

#search-header h2 {
    font-size: 1.25em;
    margin-bottom: .6em;
    margin-right: 10em;
    line-height: 1.5em;
}

.line-height-13 {
    line-height: 1.3em;
}

.red-highlight {
    color: red;
    font-weight: bold;
}

.search_sidebar_catalog {
    /*text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;*/
    width: 13px;
    margin-left: 8px;
}