/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-12-15, 08:42:01
    Author     : szymon
*/
body {
  background-color: #e6decf !important;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
}
.clear {
  width: 100%;
  height: 0px;
  clear: both;
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
.page-wrapper {
  overflow: hidden;
}
.page-wrapper .page img {
  max-width: 100%;
  max-height: 100%;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#overlay .close-btn {
  z-index: 200;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: url(../gfx/close.png) no-repeat 50% 50%;
  display: block;
  cursor: pointer;
}
#overlay .turn-controls {
  display: block;
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}
#overlay .turn-controls.turn-prev {
  left: 0px;
  background: url(../gfx/prev.png) no-repeat 50% 50%;
}
#overlay .turn-controls.turn-next {
  right: 0px;
  background: url(../gfx/next.png) no-repeat 50% 50%;
}
#overlay .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#overlay .inner {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.3);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*        -moz-box-shadow: 0 0 20px rgba(0,0,0,.3);
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.3);
            box-shadow: 0 0 20px rgba(0,0,0,.3);*/
}
.books-cw {
  padding: 30px 0 5px 0;
  max-width: 488px;
  position: relative;
  margin: 0 auto;
}
.books-cw .book .img-responsive {
  margin: 0 auto;
}
.books-cw .book:hover .page-corner img {
  transform: scale(1);
}
.books-cw .book .width {
  display: table;
  position: relative;
  width: 82%;
  height: 51px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #8f6e32;
}
.books-cw .book .width .cta_button {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  /*border: #D2AB65 1px solid;*/
  /*                -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
                        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
                        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);*/
}
.books-cw .book .width .cta_button p {
  color: #ffffff;
  /*text-transform: uppercase;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 0;
  display: inline-block;
}
.books-cw .book .width .cta_button p i {
  color: #ffffff;
  position: relative;
  left: 10px;
  top: 0;
}
.books-cw .book .width .cta_button:hover {
  transition: 0.2s ease;
  background: rgba(255, 255, 255, 0.02);
}
.books-cw .book .page-corner {
  position: absolute;
  top: 0;
  right: 60px;
  width: 73px;
  height: 73px;
}
.books-cw .book .page-corner img {
  transform-origin: 100% 0;
  transition: 0.3s ease;
  transform: scale(0);
}
.books-cw .buttons-wrapper {
  position: absolute;
  top: 315px;
  width: 740px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.books-cw .buttons-wrapper .button-wrapper {
  border-radius: 2px;
  width: 140px;
  background: #a08451;
  transition: background 0.2s linear;
}
.books-cw .buttons-wrapper .button-wrapper:hover {
  background: #D2AB65;
}
.books-cw .buttons-wrapper .button-wrapper a {
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
  display: block;
  position: relative;
}
.books-cw .buttons-wrapper .button-wrapper a:hover {
  text-decoration: none;
}
.books-cw .buttons-wrapper .button-wrapper.left {
  text-align: right;
  position: absolute;
  left: 0;
}
.books-cw .buttons-wrapper .button-wrapper.left a i {
  position: absolute;
  left: 15px;
  top: 24px;
}
.books-cw .buttons-wrapper .button-wrapper.right {
  text-align: left;
  right: 0;
  position: absolute;
}
.books-cw .buttons-wrapper .button-wrapper.right a i {
  position: absolute;
  right: 15px;
  top: 24px;
}
.buttons {
  padding: 0 45px;
}
.buttons .button a {
  display: block;
  width: 100%;
  line-height: 46px;
  color: #fff;
  background: #D2AB65;
  text-transform: uppercase;
  transition: 0.3s all;
  text-align: center;
  font-size: 18px;
}
.buttons .button a i {
  margin-right: 10px;
}
.buttons .button a:hover {
  color: #D2AB65;
  background: #fff;
  text-decoration: none;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.bottom_part {
  margin-top: 40px;
}
.bottom_part .row.footer {
  background-color: #8f6e32;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  display: block;
  position: relative;
  top: -8px;
  left: 0;
  border-radius: 2px;
  overflow: hidden;
}
.bottom_part .row.footer .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.bottom_part .row.footer .link {
  display: block;
  text-align: center;
  position: relative;
  padding: 15px 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  transition: 0.3s all;
  border-radius: 2px;
  overflow: hidden;
}
.bottom_part .row.footer .link i {
  margin-left: 10px;
}
.bottom_part .row.footer .link:hover {
  text-decoration: none;
  color: #fff;
  /*opacity: 0.8;*/
  background: #D2AB65;
}
.bottom_part .row.footer .link:active,
.bottom_part .row.footer .link:visited {
  color: #fff;
}
.bottom_part .row.footer .link img {
  position: absolute;
  top: 7px;
  right: 15px;
}
.data {
  padding: 20px 0 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
}
@media (max-width: 768px) {
  .buttons .col-sm-6 + .col-sm-6 .button {
    padding-top: 10px;
  }
}
@media (max-width: 700px) {
  .row.footer {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .books-cw .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.row.foot {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  display: block;
  padding: 10px 0 50px 0;
}
.row.foot .col-xs-4 {
  font-size: 11px;
  opacity: 0.7;
}
.row.foot .col-1 {
  text-align: left;
}
.row.foot .col-2 {
  text-align: center;
}
.row.foot .col-3 {
  text-align: right;
}
@media (max-width: 767px) {
  .books-cw .buttons-wrapper {
    position: static;
    max-width: 100%;
    padding-bottom: 30px;
    left: 0;
    transform: translateX(0);
  }
  .books-cw .buttons-wrapper:after {
    content: '';
    display: block;
    clear: both;
  }
  .books-cw .buttons-wrapper .button-wrapper.left,
  .books-cw .buttons-wrapper .button-wrapper.right {
    position: static;
  }
  .books-cw .buttons-wrapper .button-wrapper.left {
    float: left;
  }
  .books-cw .buttons-wrapper .button-wrapper.right {
    float: right;
  }
}
.map {
  padding: 8px 0 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .map {
    padding: 18px 0 16px;
  }
}
.map__label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.04166667vw;
}
.map__label span {
  background: #8f6e32;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.33);
  border-radius: 3px;
  display: inline-block;
  padding: 5px 16px;
  color: #fff;
}
@media (max-width: 992px) {
  .map__label {
    font-size: 15px;
    width: 90%;
  }
}
.map__claim {
  text-transform: uppercase;
  color: #095082;
  font-size: 1.35416667vw;
  text-align: center;
  word-spacing: 4px;
  font-weight: bold;
  padding-top: 0.83333333vw;
}
.map__claim br {
  display: none;
}
@media (max-width: 992px) {
  .map__claim {
    font-size: 16px;
  }
  .map__claim br {
    display: inline;
  }
}
.map__map {
  position: relative;
  min-height: 440px;
  margin: 0.52083333vw 0;
  background-position: 50% 0%;
  background-repeat: repeat-x;
}
.map__map:before,
.map__map:after {
  position: absolute;
  top: 0;
  height: 100%;
  content: '';
  display: block;
  width: 23.4375vw;
  background-color: #fff;
}
@media (max-width: 767px) {
  .map__map:before,
  .map__map:after {
    width: 30px;
  }
}
.map__map:before {
  left: 0;
  background: #e6decf;
  background: -moz-linear-gradient(90deg, #e6decf 50%, rgba(230, 222, 207, 0) 100%);
  background: -webkit-linear-gradient(90deg, #e6decf 50%, rgba(230, 222, 207, 0) 100%);
  background: linear-gradient(90deg, #e6decf 50%, rgba(230, 222, 207, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6decf", endColorstr="#e6decf", GradientType=1);
}
@media (max-width: 767px) {
  .map__map:before {
    background: #e6decf;
    background: -moz-linear-gradient(90deg, #e6decf 15%, rgba(230, 222, 207, 0) 100%);
    background: -webkit-linear-gradient(90deg, #e6decf 15%, rgba(230, 222, 207, 0) 100%);
    background: linear-gradient(90deg, #e6decf 15%, rgba(230, 222, 207, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6decf", endColorstr="#e6decf", GradientType=1);
  }
}
.map__map:after {
  right: 0;
  background: #e6decf;
  background: -moz-linear-gradient(-90deg, #e6decf 50%, rgba(230, 222, 207, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #e6decf 50%, rgba(230, 222, 207, 0) 100%);
  background: linear-gradient(-90deg, #e6decf 50%, rgba(230, 222, 207, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6decf", endColorstr="#e6decf", GradientType=1);
}
@media (max-width: 767px) {
  .map__map:after {
    background: #e6decf;
    background: -moz-linear-gradient(-90deg, #e6decf 15%, rgba(230, 222, 207, 0) 100%);
    background: -webkit-linear-gradient(-90deg, #e6decf 15%, rgba(230, 222, 207, 0) 100%);
    background: linear-gradient(-90deg, #e6decf 15%, rgba(230, 222, 207, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6decf", endColorstr="#e6decf", GradientType=1);
  }
}
.map__image {
  position: absolute;
  top: 50%;
  max-height: 100%;
  transform: translateY(-50%);
  z-index: 100;
  overflow: hidden;
}
@media (max-width: 767px) {
  .map__image {
    display: none;
  }
}
.map__image img {
  max-width: 20.83333333vw;
}
@media (max-width: 1024px) {
  .map__image img {
    max-width: 26.04166667vw;
  }
}
.map__image--church {
  left: 13.54166667vw;
}
@media (max-width: 1024px) {
  .map__image--church {
    left: 7.8125vw;
  }
}
.map__image--priest {
  right: 13.54166667vw;
}
@media (max-width: 1024px) {
  .map__image--priest {
    right: 7.8125vw;
  }
}
.map__image--no-image {
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 26.04166667vw;
  height: 100%;
}
@media (max-width: 992px) {
  .map__image--no-image {
    width: 29.16666667vw;
  }
}
@media (max-width: 767px) {
  .map__image--no-image {
    display: block !important;
    width: 83.33333333vw;
  }
}
.map__image__caption {
  padding: 16px;
  text-align: center;
  color: #fff;
  background: #d8c39c;
  font-size: 0.9375vw;
  position: absolute;
  top: 150%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.6s all;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.33);
  border-radius: 4px;
  border: 1px solid #8f6e32;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1380px) {
  .map__image__caption {
    font-size: 1.14583333vw;
  }
}
@media (max-width: 992px) {
  .map__image__caption {
    padding: 8px;
    font-size: 14px;
  }
}
.map__image:hover .map__image__caption {
  top: 50%;
}
.map__sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0 0 0;
  margin: 0 2.60416667vw;
}
.map__section {
  flex: 0 46%;
  text-align: center;
  position: relative;
  line-height: 1.6;
  color: #8f6e32;
}
@media (max-width: 992px) {
  .map__section {
    flex: 0 0 100%;
  }
  .map__section + .map__section {
    margin-top: 32px;
  }
}
.map__section:before,
.map__section:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.16666667vw;
  height: 100%;
}
@media (max-width: 992px) {
  .map__section:before,
  .map__section:after {
    width: 6.25vw;
  }
}
@media (max-width: 767px) {
  .map__section:before,
  .map__section:after {
    display: none;
  }
}
.map__section:before {
  left: 0;
}
.map__section:after {
  right: 0;
}
.map__section--3pm:before,
.map__section--3pm:after {
  background: url('../gfx/map/sections/3pm.svg') no-repeat 50% 50%;
  background-size: contain;
}
.map__section--cross:before,
.map__section--cross:after {
  background: url('../gfx/map/sections/cross.png') no-repeat 50% 50%;
  background-size: contain;
}
.map__section__contents {
  padding: 0 6.25vw;
  font-size: 18px;
}
@media (max-width: 1380px) {
  .map__section__contents {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .map__section__contents {
    padding: 0 7.8125vw;
  }
}
@media (max-width: 767px) {
  .map__section__contents {
    padding: 0 16px;
  }
}
.mapOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}
.mapOverlay__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  color: #8f6e32;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 36px;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  transition: 0.3s all;
  text-align: center;
}
.mapOverlay__button:hover {
  box-shadow: 0 0 65px rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .mapOverlay__button {
    min-width: 80%;
  }
}
@font-face {
  font-family: 'BenguiatItcTEE';
  src: url('../fonts/BenguiatItcTEE-Book.woff2') format('woff2'), url('../fonts/BenguiatItcTEE-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.clock {
  font-size: 1.66666667vw;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1380px) {
  .clock {
    font-size: 2.66666667vw;
  }
}
@media (max-width: 992px) {
  .clock {
    font-size: 24px;
  }
}
.clock__wrapper {
  padding: 0 24px;
  display: inline-block;
  position: relative;
  border-radius: 3px;
}
.clock__ampm {
  position: absolute;
  top: 0.41666667vw;
  right: 1.66666667vw;
  width: 1.92708333vw;
  text-align: right;
  opacity: 0.75;
  line-height: 1;
}
@media (max-width: 1380px) {
  .clock__ampm {
    top: 0.74479167vw;
    right: 2.57291667vw;
    width: 2.84375vw;
  }
}
@media (max-width: 992px) {
  .clock__ampm {
    top: 3px;
    right: 28px;
    width: 21px;
  }
}
.clock__ampm img {
  max-width: 100%;
}
.clock__item {
  font-size: 3.33333333vw;
  color: rgba(255, 255, 255, 0.95);
  width: 4.33333333vw;
  display: inline-block;
  text-align: center;
  font-family: BenguiatItcTEE, Arial;
}
@media (max-width: 1380px) {
  .clock__item {
    width: 6.5vw;
    font-size: 5vw;
  }
}
@media (max-width: 992px) {
  .clock__item {
    width: 48px;
    font-size: 36px;
  }
}
.clock__item--hours {
  width: 2.68666667vw;
}
@media (max-width: 1380px) {
  .clock__item--hours {
    width: 4.03vw;
  }
}
@media (max-width: 992px) {
  .clock__item--hours {
    width: 29.76px;
  }
}
.clock__item--seconds {
  font-size: 1.66666667vw;
  width: 2.6vw;
}
@media (max-width: 1380px) {
  .clock__item--seconds {
    font-size: 2.5vw;
    width: 3.9vw;
  }
}
@media (max-width: 992px) {
  .clock__item--seconds {
    font-size: 20px;
    width: 28px;
  }
}
.clock__claim,
.clock__note {
  text-transform: uppercase;
  color: #095082;
  word-spacing: 4px;
}
.clock__claim {
  font-weight: bold;
  font-size: 1.66666667vw;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .clock__claim {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.clock__note {
  font-size: 1.04166667vw;
}
@media (max-width: 1380px) {
  .clock__note {
    font-size: 1.25vw;
  }
}
@media (max-width: 992px) {
  .clock__note {
    margin-top: 10px;
    font-size: 13px;
  }
}
.bells {
  position: relative;
  z-index: 50;
}
.bells__item {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .bells__item {
    top: -40px;
  }
}
.bells__item:after {
  position: absolute;
  top: 0;
  content: '';
  background: url('../gfx/map/bell.png') no-repeat 50% 50%;
  background-size: contain;
  transform-origin: 50% 0;
  width: 130px;
  height: 170px;
  display: block;
}
@media (max-width: 1380px) {
  .bells__item:after {
    width: 108.33333333px;
    height: 141.66666667px;
  }
}
@media (max-width: 992px) {
  .bells__item:after {
    width: 97.5px;
    height: 127.5px;
  }
}
.bells__item--left {
  margin-left: -20.83333333vw;
}
.bells__item--left:after {
  animation-name: bells;
  left: 0;
}
@media (max-width: 1380px) {
  .bells__item--left {
    margin-left: -21.875vw;
  }
}
@media (max-width: 992px) {
  .bells__item--left {
    margin-left: -185px;
  }
}
.bells__item--right {
  margin-left: 20.83333333vw;
}
.bells__item--right:after {
  animation-name: bellsReverse;
  right: 0;
}
@media (max-width: 1380px) {
  .bells__item--right {
    margin-left: 21.875vw;
  }
}
@media (max-width: 992px) {
  .bells__item--right {
    margin-left: 185px;
  }
}
.bells.animated .bells__item:after {
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes bells {
  0% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(6deg);
  }
}
@keyframes bellsReverse {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
