/* merriweather-regular - latin_latin-ext */

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/merriweather-v19-latin_latin-ext-regular.eot');
    /* IE9 Compat Modes */
    src: local('Merriweather Regular'), local('Merriweather-Regular'), url('../fonts/merriweather-v19-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/merriweather-v19-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/merriweather-v19-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/merriweather-v19-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/merriweather-v19-latin_latin-ext-regular.svg#Merriweather') format('svg');
    /* Legacy iOS */
}

/* merriweather-italic - latin_latin-ext */

@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/merriweather-v19-latin_latin-ext-italic.eot');
    /* IE9 Compat Modes */
    src: local('Merriweather Italic'), local('Merriweather-Italic'), url('../fonts/merriweather-v19-latin_latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/merriweather-v19-latin_latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/merriweather-v19-latin_latin-ext-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/merriweather-v19-latin_latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/merriweather-v19-latin_latin-ext-italic.svg#Merriweather') format('svg');
    /* Legacy iOS */
}

/* merriweather-900 - latin_latin-ext */

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/merriweather-v19-latin_latin-ext-900.eot');
    /* IE9 Compat Modes */
    src: local('Merriweather Black'), local('Merriweather-Black'), url('../fonts/merriweather-v19-latin_latin-ext-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/merriweather-v19-latin_latin-ext-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/merriweather-v19-latin_latin-ext-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/merriweather-v19-latin_latin-ext-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/merriweather-v19-latin_latin-ext-900.svg#Merriweather') format('svg');
    /* Legacy iOS */
}

html {
    font-family: 'Merriweather';
}

body {
    background-color: #DFE3E6;
    font-family: 'Merriweather';
    color: #2D383C;
    text-align: left;
    
}

a.link {
    font-family: 'Merriweather';
    color: #5B666A;
    text-decoration: none;
    display: block;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    padding: 0 6px;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 1.4rem;
    letter-spacing: .15rem;
    line-height: 1.8;
}

a.link:hover,
a.link:focus {
    color: #2D383C;
    letter-spacing: 1px;
}

.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #5B666A;
    content: "";
    transform: scale(0);
    transition: transform .9s;
}

.link:hover:after {
    transform: scale(0.5);
}

a.link_menu {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.1rem;
    color: #5B666A;
    transition: all .3s ease;
}

a.link_menu_dol {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    text-transform: lowercase;
    line-height: 1.1rem;
    color: #5B666A;
    transition: all .3s ease;

}

span.menu__item-number {
    opacity: 0.2;
    font-size: 0.8rem;
    position: relative;
    left: -5px;
    top: -10px;
    font-weight: normal;
    transition: all .3s ease;
}

a.link_menu:hover,
a.link_menu:focus,
a.link_menu_dol:hover,
a.link_menu_dol:focus {
    color: #2D383C;
}

a.link_menu_second {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 4rem;
    color: #5B666A;
    transition: all .3s ease;
}

a.link_menu_second:hover,
a.link_menu_second:focus {
    color: #2D383C;
}

/* Accordion */

.accordion {
    background-color: transparent;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 0px;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #2D383C;
    transition: all .3s ease;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #2D383C;
    border-radius: 0 0 0 0;
}

.accordion-title.main {
    left: calc(50% - 125px);
    top: 30px;
    font-size: 1rem;
    text-align: center;
    width: 250px;
    height: 55px;
    color: #2D383C;
    background-color: #DFE3E6;
    text-transform: uppercase;
    border: 1px solid #2D383C;
    border-bottom: #2D383C 1px solid;
    margin-bottom: -30px;
    font-weight: 900;
}

.accordion-title.main::before {
    position: absolute;
    top: 50%;
    right: 0.8rem;
    margin-top: -0.5rem;
    content: '+';
}

.is-active>.accordion-title.main::before {
    content: '\2013';
}

.is-active>.accordion-title.main {
    background-color: #ffffff;
    border: 1px solid #2D383C;
    color: #2D383C;
    margin-bottom: 0px;
    transition: all .3s ease;
}

.accordion-title.second {
    left: calc(50% - 60px);
    top: 15px;
    font-size: 0.8rem;
    text-align: center;
    width: 120px;
    height: 30px;
    color: #000000;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.accordion-title.second::before {
    position: absolute;
    top: 48%;
    right: 1rem;
    margin-top: 0rem;
    content: '+';
}

.is-active>.accordion-title.second::before {
    content: '\2013';
}

.is-active>.accordion-title.second {
    background-color: #ffffff;
    border: none;
    color: #2D383C;
}

.accordion-item {
    border-bottom: 1px solid #2D383C;
    min-height: 59px;
}

.accordion-item.is-active {
    background-color: #ffffff;
    border: none;
}

:last-child>.accordion-content:last-child {
    border: none;
    /* border-top: #354dca 1px solid; */
}

.main-page {
    max-height: 65vh;
    width: auto;
    display: block;
    margin: auto;
}

.accordion-content {
    padding-top: 90px;
    background-color: #ffffff;
}

/* typo */

.paragraph-first {
    border-left: 1px solid #2D383C;
    padding-left: 40px;
    padding-top: 380px;
    padding-right: 20px;
    line-height: 1.8em;
    font-size: 1.1em;
    z-index: 11;
    
}

.first-line {
    font-weight: 900;
    font-size: 1.3em;
    text-align: left;
}

.paragraph-first hr,
hr {
    background: #2D383C;
    border: 0;
    height: 2px;
    margin: 16px 0 24px 0;
    width: 160px;
}

.header {
    font-family: 'Merriweather';
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    line-height: 1em;
    letter-spacing: 3px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
    padding-left:40px;
}

@media only screen and (min-width: 640px) {
    .header {
        font-size: 2em;
    }
}

@media only screen and (min-width: 1024px) {
    .header {
        font-size: 3em;
    }
}

.chapter {
    opacity: 0.4;
    font-size: 2rem;
    position: relative;
    left: -5px;
    top: 45px;
    font-weight: normal;
    transition: all .3s ease;
    color: #ffffff;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    text-align: left;
}

.small-title {
    opacity: 0.8;
    font-size: 0.8rem;
    position: relative;
    top: 65px;
    left: 5px;
    font-weight: normal;
    transition: all .3s ease;
    color: #ffffff;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    line-height: 0.5rem;
}

.insert {
    background-color: #848DA4;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    padding-left: 15px;
    padding-right: 15px;
}

.insert>.cell>p {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    font-size: 1.2em;
    line-height: 1.8em;
    color: #ffffff;
}

.picture {
    display: block;
    position: relative;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: -320px;
    z-index: 10;
}

.picture:before {
    content: "";
    background: url(/assets/praga3.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-color: #848DA4;
    background-blend-mode: multiply;
}

.picture2 {
    display: block;
    position: relative;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: -320px;
    z-index: 10;
}

.picture2:before {
    content: "";
    background: url(/assets/img/mnich.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-color: #848DA4;
    background-blend-mode: multiply;
}


.picture3 {
    display: block;
    position: relative;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: -320px;
    z-index: 10;
    background-color: #848DA4;
}

.picture3:before {
    content: "";
    background: url(/assets/img/czlowiek/019a.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.9;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-color: #848DA4;
    background-blend-mode: multiply;
}

.picture4 {
    display: block;
    position: relative;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: -320px;
    z-index: 10;
    background-color: #848DA4;
}

.picture4:before {
    content: "";
    background: url(/assets/img/materialySB/012.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.9;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-color: #848DA4;
    background-blend-mode: multiply;
}

.picture5 {
    display: block;
    position: relative;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: -320px;
    z-index: 10;
    background-color: #848DA4;
}

.picture5:before {
    content: "";
    background: url(/assets/img/echa/005.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.3;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-color: #848DA4;
    background-blend-mode: multiply;
}

.picture6 {
    display: block;
    position: relative;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: -320px;
    z-index: 10;
    background-color: #848DA4;
}

.picture6:before {
    content: "";
    background: url(/assets/img/pamiec/broszura.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.9;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-color: #848DA4;
    background-blend-mode: multiply;
}

.picture0 {
    display: block;
    position: relative;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: -320px;
    z-index: 10;
    background-color: #848DA4;
}

.picture0:before {
    content: "";
    opacity: 1;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-color: #848DA4;
    background-blend-mode: multiply;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Merriweather';
}

h6 {
    font-size: 0.8rem
}

cite {
    display: block;
    font-size: 0.7rem;
    color: #2D383C;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    font-weight: normal;
    line-height: 1.4;
    color: #2D383C;
    border-left: 1px solid #2d383c;
    padding-left: 15px;
    margin-top: -30px;
    padding-top: 30px;
}

blockquote {
    border: none;
    font-family: 'Merriweather';
    font-style: italic;
    font-size: 0.9em;
    /* border-left: 1px solid #2D383C; */
    padding-left: 24px;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
}

blockquote,
blockquote p {
    line-height: 1.8;
    color: #2D383C;
}

blockquote:before {
    opacity: 0.05;
    content: '„';
    font-size: 20em;
    line-height: 1em;
    position: absolute;
    top: -170px;
    left: -50px;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
}

blockquote.poem {
    text-align: center;
    border-top: none;
    padding-top: 32px;
}

blockquote.poem:before {
    content: '';
}

blockquote>cite {
    font-style: normal;
}

p.photo {
    font-size: 0.8em;
    font-weight: 900;
    text-align: left;
}

.paragraph {
    line-height: 1.8rem;
    font-size: 1rem;
}

.paragraph-linki {
    line-height: 1rem;
    font-size: 0.8rem;
    padding-bottom: 32px;
}

.paragraph-linki a.link_menu_second{
    font-size: 1.6rem;
text-transform: lowercase;
}

/* blockquote p.first-line {
    line-height: 1.6;
    font-size: 1.8em;
    color: #2D383C;
    
} */

blockquote hr {
    background-color: #2D383C;
    height: 1px;
    width: 200px;
    margin: 24px auto 24px;

}

.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
}

.scrollToTop{
    width:80px; 
    height:80px;
    padding-top: 5px;
    text-align:center;
    color: #2D383C;
    text-decoration: none;
    position:fixed;
    bottom: 32px;
    right: 32px;
    display:none;
    z-index: 10000;
    font-size: 50px;
    opacity: 0.5;
    background-color: rgba(0,0,0,0.1);
    border-radius: 10%;
}
.scrollToTop:hover{
    text-decoration:none;
}

.modal-open {
    cursor: pointer;
}

.reveal {
    background-color: rgba(255,255,255,0.90);
    top:0 !important;
    padding-top: 30px;
}