/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/*# sourceMappingURL=normalize.min.css.map */






/* Slider */

body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 200px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
    display: block;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    background: #fcf6ef;
    margin: 0 0 3px;
    z-index: 2;
    will-change: transform;
}
.slideout-open,
.slideout-open body {
    overflow: auto;
    overflow-x: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}




/* Gobal */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC');

@font-face {
    font-family: chara-sans-serif;
    src: local("Heiti TC"), local("微軟正黑體"), local("Microsoft JhengHei");
    unicode-range: U+4E00-9FFF;
}

@font-face {
    font-family: chara-sans-serif;
    src: local(Helvetica), local(Segoe UI);
    unicode-range: U+00-024F;
}
html {
    min-height: 100%;
    font-family: 'Noto Sans TC', sans-serif;
    /*font-family: 'chara-sans-serif', sans-serif;*/
}

body {
    -webkit-overflow-scrolling: touch;
    background: #fcf6ef;
    min-height: 100vh;
    position: relative;
    min-width: 256px;
    overflow: auto;
}
/*
body::before {
    content: '';
    position: fixed;
    background: #fcf6ef;
    top: 0;
    height: 20px;
    width: 100%;
    opacity: 0;
    z-index: 100;
    pointer-events: none;
}

body::after {
    content: '';
    position: fixed;
    background: #fcf6ef;
    bottom: 0;
    height: 20px;
    width: 100%;
    opacity: 0;
    z-index: 100;
    pointer-events: none;
}*/
ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}
*,
li {
    font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
    color: #231815;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Chrome and Opera */

}

p {
    margin: 0;
    -webkit-touch-callout: text;
    /* iOS Safari */
    -webkit-user-select: text;
    /* Safari */
    -khtml-user-select: text;
    /* Konqueror HTML */
    -moz-user-select: text;
    /* Firefox */
    -ms-user-select: text;
    /* Internet Explorer/Edge */
    user-select: text;
    /* Chrome and Opera */
}
p a, p b, .section__title, .profile, .about .section h3, .about .section small {
    -webkit-touch-callout: text;
    /* iOS Safari */
    -webkit-user-select: text;
    /* Safari */
    -khtml-user-select: text;
    /* Konqueror HTML */
    -moz-user-select: text;
    /* Firefox */
    -ms-user-select: text;
    /* Internet Explorer/Edge */
    user-select: text;
    /* Chrome and Opera */
}
*::selection {
    background: #231815;
    color: #fff;
}
.info {
    line-height: 28px;
}

.info a {
    color: initial;
    text-decoration: none;
}

.info p + p {
    margin: 18px 0;
}

.info .company, .info .type {
    text-indent: -90px;
    margin-left: 90px;
}
.info .place {
    text-indent: -72px;
    margin-left: 72px;
}

p+p {
    margin: 32px 0 0;
}

.material-icons {
    font-size: 36px !important;
    padding: 0 10px 0 0;
    width: 36px;
}

.icon-title {
    font-size: 24px;
    display: flex;
    text-align: center;
    align-items: center;
    margin-top: -20px;
}

.section-title {
    font-size: 18px;
    line-height: 36px;
    margin: 15px 0 0;
}

.profile .material-icons {
    padding: 10px 18px 10px 0;
}
.profile__text {
    text-indent: -54px;
    margin: 0 0 0 54px;
}
.profile__text-3 {
    text-indent: -72px;
    margin: 0 0 0 72px;
}
.text-l1,
.text-t1 {
    text-decoration: none;
    color: #231815;
    fill: #231815;
    transition: 0.2s;
}

.text-l1:hover {
    color: #776042;
    fill: #776042;
}

.text-l1:hover .text-l1 {
    color: #776042;
    fill: #776042;
}

.for-small-screen {
    display: inherit;
}

.for-wide-screen {
    display: none;
}

.center {
    text-align: center;
}

.img-container {
    position: relative;
}

.cover {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.cover::selection {
    background: transparent;
}

.img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.img::selection {
    background: transparent;
}

.gallery-img {
    border-radius: 24%;
    box-shadow: none;
}

.shadow-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.shadow-2 {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
}

.shadow-3 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}

.shadow-4 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}

.shadow-5 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}






/* Side Nav */

.Gallery__svg,
.About__svg,
.email__svg {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    height: 64px;
}

.nav {
    /*background: #fcf6ef;*/
    background: #fcf6ef;
    overflow: auto;
    z-index: 1;
}

.nav-wapper {
    margin: 64px 10px 20px;
    border-radius: 2px;
    text-align: center;
    overflow-y: scroll;
    overflow: auto;
}

.nav-header__logo {
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}

.nav-header__link {
    font-family: 'Montserrat Alternates', sans-serif;
    text-decoration: none;
    margin: 25px auto;
    width: auto;
    line-height: 36px;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.nav-main {
    margin: 0 0 50px;
}

.nav-main__wapper__items {
    text-align: center;
}

.nav-main__wapper__items__link {
    position: relative;
    margin: 0 15px;
    padding: 0 0 0 20px;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
}

.nav-header {
    font-size: medium;
    margin: 20px auto;
    display: block;
    text-align: center;
}

.divider {
    border-top: 1px solid #e3e3e3;
    width: 100%;
}






/* Main Content */

.main-content {
    position: relative;
    width: 100%;
}

.main-content__header {
    position: fixed;
    width: 100%;
    height: 64px;
    top: 0;
    right: 0;
    z-index: 0;
}

.main-content__menu-btn {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 4;
}
/*
.main-content__menu-btn {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    margin: 5px;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 4;
}
*/

.main-content__menu-btn__svg {
    /*padding: 10px;*/
    padding: 8px;
    width: 24px;
    height: 24px;
    display: block;
}

/* Img List */

.img-list {
    max-width: 540px;
    padding-bottom: 30px;
}

.img-list__block {
    position: relative;
    margin: 15px 2%;
    width: 46%;
    max-height: 250px;
    max-width: 250px;
    border-radius: 24%;
    display: inline-block;
    /* fix extra space */
    word-spacing: 0px;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.img-list__block::before {
    content: attr(name);
    position: absolute;
    bottom: -22.5px;
    left: -15%;
    width: 130%;
    font-size: 14px;
    letter-spacing: 1px;
    color: #453201;
    text-align: center;
}

.img-list__block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
    height: 100%;
    width: 100%;
    border-radius: 24%;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    opacity: 0;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}

.img-list__block:hover::after {
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    opacity: 1;
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.img-list__block .img {
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

.img-list__block:hover .img {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}





/*
.new::after {
    content: 'new';
    position: absolute;
    top: -17px;
    right: 0;
    font-size: 14px;
    color: #453201;
}
*/

.main-content__panel__container {
    background: #fff;
    border-width: 0;
    box-sizing: border-box;
}

/* Article */

.v-mid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.v-top {
    align-self: start;
}

.article {
    padding: 20px;
    min-height: 450px;
    background: #fff;
}

.section,
.section-img360 {
    padding: 30px;
    width: 100%;
    border: #fff 20px solid;
    background: #fcf6ef;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
}

.section-img360 {
    padding: 0;
}

.section {
    flex-wrap: wrap;
    display: flex;
}

.section__title {
    margin-bottom: 40px;
    font-family: 'cooper-black-std', 'Noto Serif TC', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
}

.top-img, .top-img-v {
    padding: 0;
}
.top-img-v .img-container {
    padding: 0;
    /*max-width: 600px;*/
}
.top-img-v .article__block {
    padding: 20px;
    border-top: 40px #fff solid;
}

.section.top-img-v {
    flex-wrap: wrap;
}

.article__header {
    padding: 64px 0 30px;
    font-size: 18px;
    text-align: center;
}

.article__block {
    font-size: 18px;
    width: 100%;
    overflow: visible;
}
.article__block-fullwithimg {
    padding-top: 30px;
}
.article__block-half {
    font-size: 18px;
    width: 100%;
    overflow: visible;
}
.article__block-half + .article__block-half {
    padding-top: 20px;
}
.article__block-title {
    width: 100%;
    margin: 0 0 30px;
}

.section-img360 .article__block-title {
    padding: 30px 30px 0;
    box-sizing: border-box;
}

.article__block-p {
    line-height: 32px;
}
.article__block p, .article__block-half p {
    line-height: 32px;
}

.article-map-blur {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.article-map-blur iframe {
    filter: blur(4px);
    pointer-events: none;
}
.article-map__title {
    position: absolute;
    left: 0;
    right: 0;
    top: 250px;
    font-size: 32px;
    z-index: 1;
}
.article-map__svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    z-index: 1;
}
.article__block-full,
.article__block-full-tall {
    position: relative;
    width: 100%;
    /*margin: 30px auto 0;*/
    clear: both;
}

.article__block-center-tall {
    position: relative;
    width: 100%;
    margin: 30px auto 0;
    clear: right;
}


.article__block-left,
.article__block-left-small,
.article__block-left-big,
.article__block-left-tall {
    position: relative;
    width: 100%;
    /*margin: 30px auto 0;*/
    float: left;
    clear: left;
}

.article__block-right,
.article__block-right-small,
.article__block-right-big,
.article__block-right-tall {
    position: relative;
    width: 100%;
    /*margin: 30px auto 0;*/
    float: right;
    clear: right;
}

.img360__cover {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
    background: #000;
    opacity: 0.3;
    transition: 0.2s;
}


/*
.img360__cover::after {
    content: '← Scroll To Start →';
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    bottom: 10%;
}
*/

.img360__cover:hover,
.img360__cover_hover {
    opacity: 0;
}

.img360__cover:active {
    opacity: 0;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.img360__cover__svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    fill: #fff;
    fill: #fff;
}


.article__block__img360 {
    background: #fff;
    position: relative;
    max-width: 360px;
}

.article__text-content {
    padding: 0;
    clear: both;
}

.article__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    color: transparent;
    z-index: -1;
    clear: both;
}

.article__footer__text::selection {
    background: transparent;
}

.article__footer__text {
    font-size: 12px;
    padding: 5px;
    text-align: center;
    cursor: default;
}






/* Contact Page */

.facebook-btn,
.email-btn {
    position: relative;
    line-height: 29px;
    display: inline-block;
}

.facebook-btn__svg {
    position: absolute;
    left: -3px;
    top: 0;
    height: 31px;
}

.email-btn__svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 31px;
}

.facebook-btn__text,
.email-btn__text {
    margin: 0 30px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
}






/* 360 Img */

.threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.threesixty::selection {
    background: transparent;
}

.threesixty__images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.threesixty__images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    height: 100%;
}

.threesixty__images img::selection {
    background: transparent;
}

.threesixty__images img.previous-image {
    visibility: hidden;
    /*
           Do not put here any other styles.
           It causes massive recalc / repaints and image flickering,
           especially on Firefox.
        */
}

.threesixty__images img.current-image {
    visibility: visible;
    /*
           Do not put here any other styles.
           It causes massive recalc / repaints and image flickering,
           especially on Firefox.
        */
}

.threesixty__spinner {
    position: absolute;
    right: 0;
    left: 0;
    padding-top: 70px;
    margin: 0 auto;
    width: 60px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    display: block;
}






/* 360 Img html */

.threesixty:-webkit-full-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}

.threesixty:-moz-full-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}

.img-list-container {
    max-width: 1440px;
    margin: 0 auto 0;
    padding: 10px;
    width: 100%;
    border: #fff 40px solid;
    border-top: none;
    background: #fcf6ef;
    box-sizing: border-box;
}

.img-list {
    margin: 0 auto;
}

.footer {
    background: #fcf6ed;
    text-align: center;
    padding: 30px 0;
}

.footer__svg-button {
    position: relative;
    text-align: center;
    margin: 0 0 15px 20px;
}

.footer__copyright {
    font-size: 12px;
}

.go-top-btn {
    pointer-events: none;
    position: fixed;
    bottom: 15px;
    right: 0;
    margin: 10px 10px 0;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid #453201;
    transition: 0.2s;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

.go-top-btn::after {
    content: '';
    width: 4px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: -2px;
    background: #453201;
}

.go-top-btn_show {
    pointer-events: all;
    opacity: 1;
}

.go-top-btn:hover {
    border-bottom: 8px solid #776042;
}

.article__block-full-tall .img,
.article__block-full .img,
.article__block-center-tall .img,
.article__block-left-tall .img,
.article__block-left .img,
.article__block-right-tall .img,
.article__block-right .img,
.article__block-center-tall .img,
.article__block-left-tall .img,
.article__block-left .img,
.article__block-left-big .img,
.article__block-left-small .img,
.article__block-right-tall .img,
.article__block-right .img,
.article__block-right-big .img,
.article__block-right-small .img {
    max-width: 580px;
    margin: 0 auto;
}

.article__block-full-tall .img-v,
.article__block-full .img-v,
.article__block-center-tall .img-v,
.article__block-left-tall .img-v,
.article__block-left .img-v,
.article__block-right-tall .img-v,
.article__block-right .img-v,
.article__block-center-tall .img-v,
.article__block-left-tall .img-v,
.article__block-left .img-v,
.article__block-left-big .img-v,
.article__block-left-small .img-v,
.article__block-right-tall .img-v,
.article__block-right .img-v,
.article__block-right-big .img-v,
.article__block-right-small .img-v {
    max-width: 386.68px;
}

@media screen and (min-width: 480px) {

    .article__block-full-tall,
    .article__block-full,
    .article__block-center-tall,
    .article__block-left-tall,
    .article__block-left,
    .article__block-right-tall,
    .article__block-right {
        width: 80%;
    }

    .article__block-center-tall {
        background-size: contain;
        width: 49%;
        /*margin: 30px auto 0;*/
        clear: both;
    }

    .article__block-left-tall {
        background-size: contain;
        width: 49%;
        /*margin: 30px auto 0;*/
        float: left;
        clear: left;
    }

    .article__block-left,
    .article__block-left-big,
    .article__block-left-small,
    .article__block-right-tall,
    .article__block-right,
    .article__block-right-big,
    .article__block-right-small {
        width: 49%;
        /*margin: 30px auto 0;*/
        overflow: visible;
    }

    /*
    .threesixty {
        margin: 30px auto 0;
    }*/
    .section-img360 .article__block-title {
        padding: 0;
    }

    .section-img360 {
        padding: 30px;
    }
}

@media screen and (min-width: 885px) {
    .for-small-screen {
        display: none;
    }

    .for-wide-screen {
        display: inherit;
    }

    .nav {
        position: relative;
        width: 100%;
        min-height: auto;
        overflow: hidden;
        display: block;
    }

    .Gallery__svg,
    .About__svg,
    .email__svg {
        left: -5px;
    }

    .nav-header__link {
        margin: 25px 5px 15px;
        font-size: 28px;
    }

    .nav-header__logo {
        position: absolute;
        top: 35px;
        margin: 0 auto 0 -110px;
    }

    .nav-wapper {
        margin: 0 auto;
        max-height: 100%;
    }

    .nav-main {
        margin: 0;
    }

    .nav-main__wapper {
        text-align: center;
        padding: 0;
    }

    .nav-main__wapper__items {
        display: inline-block;
    }

    .nav-main__wapper__items__link {
        position: relative;
        margin: 0 15px;
    }

    .main-content__menu-btn {
        display: none;
    }

    .main-content__panel {
        /* Hide Menu */
        transform: none !important;
    }

    .article__header {
        padding: 30px 0;
    }

    .main-content__header__title {
        text-align: center;
    }
    .main-content__panel__container {
        border-right: #fcf6ef 40px solid;
        border-left: #fcf6ef 40px solid;
    }
}

@media screen and (min-width: 1025px) {
    .img-list__block {
        margin: 15px 10px;
    }

    .article__block-half {
        width: 50%;
        padding: 0 10px 0 0;
        box-sizing: border-box;
    }
    
    .top-img-v .section__title {
        margin-bottom: 80px;
    }
    .section.top-img-v {
        flex-wrap: nowrap;
    }

    .top-img-v .article__block {
        border-top: none;
        border-left: 40px #fff solid;
    }
    .article__block-p {
        margin-top: -5px;
        line-height: 32px;
    }
    .article__block-half + .article__block-half {
        padding: 0 0 0 10px;
        box-sizing: border-box;
    }
    .section-title {
        line-height: 36px;
    }

    .info {
        line-height: 32px;
    }

    /*.img-list {
        margin: 63px 77px 0;
    }*/
}

@media screen and (min-width: 1279px) {
    .main-content__panel {
        margin: 0 auto;
    }

    .max-width-1400 {
        max-width: 1400px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
    /*
    body::before {
        content: '';
        height: 20px;
        opacity: 1;
    }

    body::after {
        content: '';
        height: 20px;
        opacity: 1;
    }*/
}

/* List Image Center */

@media screen and (min-width: 985px) {
    .img-list {
        max-width: 810px;
    }

    .img-list__block {
        margin: 15px 10px;
    }
}

@media screen and (min-width: 1300px) {
    .img-list {
        max-width: 1080px;
    }
}





/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */

.animsition,
.animsition-overlay {
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}





/**
 * overlay option
 */

.animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fcf6ef;
}





/* loading option */

.animsition-loading,
.animsition-loading:after {
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    border-radius: 50%;
    z-index: 100;
}

.animsition-loading {
    background-color: transparent;
    border-top: 1px solid #453201;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animsition-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
}


@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.fade-out {
    -webkit-animation-name: fade-out;
    animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


.error-holder .box {
    background: #fff;
    margin: 0 auto 20px;
    width: 309px;
    height: 309px;
    position: relative;
}
.error-type {
    font-size: 156px;
    text-align: right;
    letter-spacing: -15px;
    margin-bottom: 0;
    color: #fff !important;
    line-height: 112px;
    right: 23px;
    bottom: 0;
    position: absolute;
    letter-spacing: -30px;
}
.error-text {
    text-align: center;
    line-height: 32px;
}