@charset 'utf-8';



/*
-----------------------------
  Index
  - index.html
  - site_read.html
  - terms.html
  - search_advanced.html
  - search.html
  - print.html
-----------------------------
*/


/*
-----------------------------
index.html
-----------------------------
*/

#hero-inner
{
    position: relative;
    padding: 230px 0 170px 0;
    background: rgba(0,0,0,.48);
}

#hero-form
{
    position: relative;
    width: 90%;
    max-width: 480px;
    margin: auto;
    margin-bottom: 25px;
}

#hero-form input[type='text']
{
    font-size: 1.2em;
    position: relative;
    width: 100%;
    padding: .7em .8em;
    color: #666;
    border: 2px solid #b3b3b3;
    border-radius: 2px;
    background: #fff;
}

#hero-form button[type='submit']
{
    font-size: 1.4em;
    position: absolute;
    top: 14px;
    right: 12px;
    cursor: pointer;
    color: #999;
    border: none;
    background: none;
}

#hero-form .advanced
{
    position: absolute;
    top: -.2em;
    left: 50%;
    margin-left: 50%;
}

.no-gis-search #hero-form .advanced
{
    top: .5em;
}

#hero-form .advanced p
{
    margin: .7em 15px;
}

#hero-form .advanced a
{
    white-space: nowrap;
    text-decoration: underline;
    word-break: keep-all;
    color: #ddd;
    font-size:.96em;
}

.no-touch #hero-form .advanced a:hover
{
    color: #fff;
}

#hero .tag-list
{
    overflow: hidden;
    zoom: 1;
    width: 90%;
    max-width: 540px;
    margin: auto;
    padding: .5em 0;
    text-align: center;
}

#hero .tag-list li
{
    display: inline-block;
    margin: .3em .1em;
    padding: .4em 0;
}

#hero .tag-list li a
{
    font-size: 1.03em;
    line-height: 0;
    padding: .2em 1.2em;
    transition: background .2s;
    word-break: keep-all;
    color: #fff;
    border-radius: 15px;
    background: #363636;
}

.no-touch #hero .tag-list li a:hover
{
    background: #ea7373;
}



/** Selection Columns **/

#selection
{
    padding: 50px 0;
}

#selection .inner
{
    overflow: hidden;
    zoom: 1;
    max-width: 1200px;
}

#selection .column
{
    float: left;
    width: 33.33333333333333%;
    padding: 0 4%;
    padding-bottom: 10px;
    border-right: 1px solid #ddd;
}

#selection .column:last-child
{
    border: none;
}

#selection .column h2
{
    font-size: 1.33em;
    position: relative;
    z-index: 10;
    margin-bottom: 2em;
    padding: 1em 0;
    text-align: center;
    letter-spacing: .1em;
    background: #fff;
}



#selection .column .item
{
    margin-bottom: 20%;
    cursor: pointer;
}

#selection .column .title
{
    font-size: 1.12em;
    font-weight: bold;
    line-height: 1.33em;
    margin-bottom: .4em;
}

#selection .column .summary
{
    line-height: 1.5em;
    color: #808080;
}

#selection .column .more
{
    text-align: center;
}



/** News Slider **/

#news-carousel
{
    padding: 50px 0;
}

#news-carousel .cell
{
    position: relative;
    height: 450px;
    margin: 0 15px;
}

#news-carousel .cell img
{
    display: block;
    height: 100%;
}

#news-carousel .cell a.video
{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#news-carousel .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 #news-carousel .cell:hover a.video:after
{
    opacity: 1;
}

#news:before
{
    display: block;
    width: 92%;
    max-width: 1280px;
    margin: auto;
    content: '';
    border-top: 1px solid #ddd;
}

#news:after
{
    display: block;
    width: 92%;
    max-width: 1280px;
    margin: auto;
    content: '';
    border-top: 1px solid #ddd;
}



/** Summary **/

#summary-statistic .inner
{
    overflow: hidden;
    zoom: 1;
    padding: 50px 0;
}

#summary
{
    float: left;
    width: 65%;
    padding: 0 5%;
    text-align: center;
    border-right: 1px solid #ddd;
}

#summary h2
{
    font-size: 1.33em;
    margin-bottom: 1.8em;
    letter-spacing: .1em;
}

#summary .description
{
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 3em;
    text-align: justify;
    color: #666;
}



/** Statistic **/

#statistic
{
    margin-left: 65%;
    padding: 0 5%;
    text-align: center;
}

#statistic h2
{
    font-size: 1.33em;
    margin-bottom: 1.8em;
    letter-spacing: .1em;
}

#statistic .custom-table
{
    font-size: 1.02em;
    color: #666;
}



/** Links **/

#links .inner
{
    padding: 60px 0;
    border-top: 1px solid #ddd;
}

#links-carousel
{
    width: 90%;
    margin: auto;
}

#links-carousel .cell
{
    width: 33.33333333333333%;
    height: 125px;
    text-align: center;
}

#links-carousel .cell img
{
    height: 100%;
}

#links-carousel .flickity-button-icon
{
    fill: #999;
}

#links-carousel .flickity-prev-next-button.previous
{
    left: -5%;
}

#links-carousel .flickity-prev-next-button.next
{
    right: -5%;
}



/*
-----------------------------
site_read.html
-----------------------------
*/

#site-history
{
    line-height: 1.4em;
    position: relative;
    margin-top: 50px;
    padding: 50px 0;
    border-top: 1px solid #ddd;
}

#site-history h2
{
    font-size: 1.2em;
    margin-bottom: 2em;
    text-align: left;
}

#site-history .more,
#site-history .less
{
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
    cursor: pointer;
    transition: color .2s;
    color: #999;
}

.no-touch #site-history .more:hover,
.no-touch #site-history .less:hover
{
    color: #333;
}

#site-history .more i,
#site-history .less i
{
    font-size: 1.2em;
    margin-left: .5em;
}


/*
-----------------------------
temrs.html
-----------------------------
*/

#terms .category-list li
{
    font-size: .94em;
    margin-bottom: 1.33em;
}



/*
-----------------------------
search.html
-----------------------------
*/

#search-header
{
    position: relative;
    margin-bottom: 50px;
    padding: 0 25px;
}

#search-header h2
{
    font-size: 1.25em;
    margin-bottom: .6em;
}

#search-header #match-num
{
    font-size: .96em;
    color: #808080;
}

#search-header .button
{
    position: absolute;
    top: 0;
    right: 25px;
}

#search-tabs
{
    position: relative;
    overflow: hidden;
    zoom: 1;
    height: 50px;
    margin-bottom: 50px;
    padding: 0 25px;
}

#search-tabs:before
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #ddd;
}

#search-tabs a
{
    font-size: 1.05em;
    font-weight: bold;
    display: block;
    float: left;
    width: 240px;
    height: 50px;
    padding: 1em 0 0 1.1em;
    color: #808080;
    border: 1px solid #ddd;
    border-left: none;
}

#search-tabs a:first-child
{
    border-left: 1px solid #ddd;
}

.no-touch #search-tabs a:hover
{
    color: #000;
}

#search-tabs a.active
{
    position: relative;
    z-index: 9;
    color: #000;
    border-bottom: 1px solid #fff;
}

#search-tabs a .count
{
    font-size: .9em;
    font-weight: normal;
}

#search-body
{
    position: relative;
    overflow: hidden;
    zoom: 1;
}

#search-body:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    width: 1px;
    content: '';
    background: #ddd;
}

#search-result
{
    float: right;
    width: 75%;
    padding-bottom: 10px;
    padding-left: 25px;
}

#search-filter
{
    float: left;
    width: 25%;
}
#search-filter-inner
{
    padding: 0 25px;
}
#search-result ul
{
    display: table;
    width: 100%;
}

#search-result li
{
    display: table-row;
}

#search-result .col
{
    display: table-cell;
    padding: 1.2em 1em;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

#search-result .col:nth-child(1)
{
    width: 30px;
}

#search-result li.header .col
{
    padding: .7em 1em;
    border: none;
    background: #e6e6e6;
}

#search-result img
{
    max-width: 120px;
    max-height: 120px;
}

#search-filter
{
    padding-bottom: 30px;
}

#search-filter form
{
    position: relative;
}

#search-filter input[type='text']
{
    font-size: .92em;
    width: 100%;
    padding: .7em;
}

#search-filter button[type='submit']
{
    position: absolute;
    top: .8em;
    right: 9px;
    cursor: pointer;
    color: #999;
    border: none;
    background: none;
}

#search-filter .advanced
{
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: right;
}

#search-filter .advanced a
{
    font-size: .92em;
    margin-left: .8em;
    color: #999;
}

.no-touch #search-filter .advanced a:hover
{
    text-decoration: underline;
}

#search-filter h3
{
    font-size: 1.04em;
    font-weight: bold;
    margin-bottom: 1em;
}

#search-filter li
{
    position: relative;
    padding: 8px 0;
}

#search-filter form > ul
{
    margin-bottom: 30px;
}

#search-filter form > ul > li
{
    padding: 14px 0;
    border-top: 1px solid #ddd;
}

#search-filter li .label
{
    cursor: pointer;
}

#search-filter li ul
{
    display: none;
    padding-top: 10px;
    padding-left: 1.5em;
}

#search-filter li .label i
{
    font-size: 10px;
    line-height: 16px;
    position: absolute;
    top: 15px;
    right: 2px;
    display: block;
    width: 16px;
    height: 16px;
    transition: transform .2s;
    text-align: center;
    color: #777;
}

#search-filter li ul .label i
{
    top: 10px;
}

#search-filter li.open > ul
{
    display: block;
    ;
}

#search-filter li.open > .label i
{
    transform: rotate(180deg);
}

#search-filter .buttons .button
{
    width: 49%;
    padding-right: 0;
    padding-left: 0;
}



/*
-----------------------------
search_advanced.html
-----------------------------
*/

#advanced-search-form .th
{
    background: #ddd;
}

#advanced-search-form .td
{
    padding: 2em 1.5em;
    background: #f2f2f2;
}



#advanced-search-form select
{
    padding: .63em;
    color: #666;
    border: 1px solid #ccc;
}

#advanced-search-form input[type='text']
{
    padding: .7em;
    color: #666;
    border: 1px solid #ccc;
}

#advanced-search-form .condition
{
    position: relative;
    margin: 10px 0;
}

#advanced-search-form .condition select:first-child
{
    width: 100px;
}

#advanced-search-form .condition input[type='text']
{
    width: 220px;
}

#advanced-search-form .remove-condition
{
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    cursor: pointer;
    text-decoration: underline;
    color: #808080;
}

.no-touch #advanced-search-form .remove-condition:hover
{
    color: #333;
}

#advanced-search-form #add-condition
{
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    color: #808080;
}

.no-touch #advanced-search-form #add-condition:hover
{
    text-decoration: underline;
}

#advanced-search-form .option-list li
{
    margin: 10px 0;
}

#advanced-search-form .option-list.hr
{
    overflow: hidden;
    zoom: 1;
}

#advanced-search-form .option-list.hr li
{
    display: inline;
    float: left;
    margin-right: 2em;
}

#advanced-search-form .buttons
{
    padding-top: 30px;
    text-align: center;
}

#advanced-search-form .button
{
    padding-right: 3em;
    padding-left: 3em;
}



/*
-----------------------------
print.html
-----------------------------
*/

#print #container
{
    padding: 0;
}

#print-toolbar
{
    position: relative;
    margin-bottom: 50px;
}

#print-toolbar .set
{
    display: inline-block;
    margin-right: 60px;
}

#print-toolbar .set input[type='radio']
{
    margin-right: 5px;
    margin-left: 20px;
}

#print-toolbar .print-button
{
    position: absolute;
    top: 0;
    right: 0;
    padding: .5em .8em;
    cursor: pointer;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #eee;
}

.no-touch #print-toolbar .print-button:hover
{
    color: #333;
    border: 1px solid #999;
    background: #ddd;
}

#print-content table
{
    margin-bottom: 25px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
}

#print-content table tr.more
{
    display: none;
}

#print-content table th,
#print-content table td
{
    line-height: 1.6em;
    padding: 1% 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

#print-content table th
{
    width: 15%;
    text-align: right;
}

#print-content table td.image
{
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

#print-content table td.image img
{
    max-width: 90%;
    max-height: 220px;
}
