@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700|Lato:300,400,700");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 18px;
  vertical-align: baseline;
  font-family: "Lato", sans-serif;
  color: #404040;
  box-sizing: border-box; }

body {
  min-height: 550px;
  min-width: 960px;
  padding-top: 100px; }

/* ############################################################################
								GENERAL
############################################################################ */
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 * {
  font-family: "Cinzel", serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

h1 {
  margin-bottom: 20px; }

h1, h1 * {
  font-size: 30px;
  line-height: 33px; }

h2 {
  margin-bottom: 20px; }

h2, h2 * {
  font-size: 30px;
  line-height: 33px; }

h3 {
  margin-bottom: 20px; }

h3, h3 * {
  font-size: 20px;
  line-height: 33px; }

h4 {
  margin-bottom: 20px; }

h4, h4 * {
  font-size: 18px;
  line-height: 25px;
  font-weight: normal; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

p {
  line-height: 20px;
  margin-bottom: 10px; }

p:last-child {
  margin-bottom: 0; }

img {
  vertical-align: middle; }

em, em * {
  font-style: italic; }

strong, strong * {
  font-weight: bold; }

u, u * {
  text-decoration: underline; }

br {
  line-height: 0 !important;
  height: 0 !important;
  width: 100%;
  display: block;
  margin: 0 !important; }

hr {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: solid 1px #777;
  padding-top: 15px;
  margin-bottom: 20px;
  clear: both; }

input[type="text"], input[type="password"], input[type="email"], input[type="date"] {
  border: solid 1px #777;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0; }

input[type="submit"], input[type="button"] {
  background-color: #777;
  color: #fff;
  height: 40px;
  padding: 0 15px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0; }

textarea {
  border: solid 1px #777;
  padding: 10px 14px;
  width: 100%;
  height: 150px;
  resize: none;
  -webkit-appearance: none;
  border-radius: 0; }

.wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative; }

#loading-container {
  background: rgba(255, 255, 255, 0.85) url(../images/loading.gif) no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }

.db-content, .db-content * {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300; }

.db-content a {
  display: inline-block;
  border-bottom: solid 1px #777;
  white-space: nowrap;
  transition: all 0.3s ease; }

.db-content a, .db-content a * {
  color: #000; }

.db-content a:hover {
  border-color: #000;
  color: #000; }

.db-content strong {
  font-weight: bold; }

.db-content em {
  font-style: italic; }

.db-content blockquote {
  padding: 15px 0 20px 85px;
  position: relative; }

.db-content blockquote,
.db-content blockquote * {
  color: #777;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 20px;
  line-height: 23px; }

.db-content blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  left: 60px;
  position: absolute;
  top: 0; }

.db-content ol,
.db-content ul {
  margin-bottom: 10px; }

.db-content ul li,
.db-content ol li {
  margin: 0 0 10px 15px; }

.db-content ul li {
  list-style: disc; }

.db-content ol li {
  list-style: decimal; }

.db-feed {
  padding: 0 0 60px;
  display: none; }

.db-feedmessage {
  text-align: center;
  color: #777;
  font-family: Georgia, serif;
  font-style: italic;
  position: relative;
  padding-top: 100px; }

.db-feedmessage:before {
  content: "\f119";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  font-size: 80px;
  line-height: 80px;
  font-style: normal; }

.db-feedmore {
  text-align: center;
  display: none; }

.db-feedmore a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  color: #777;
  font-family: Georgia, serif;
  font-style: italic;
  border: solid 2px #777;
  font-size: 20px;
  line-height: 20px;
  white-space: nowrap;
  transition: all 0.3s ease; }

.db-feedmore a:hover {
  color: #000;
  border-color: #000; }

/*############################################################################
								POPUP
#############################################################################*/
.mfp-content {
  text-align: center; }

#mfp-w2c {
  position: relative;
  background: #FFF;
  display: inline-block;
  text-align: left;
  padding: 30px;
  width: auto;
  max-width: 960px;
  min-width: 240px;
  margin: 20px auto; }

#mfp-w2c h1 {
  text-align: center; }

/*############################################################################
								SWIPER
#############################################################################*/
.swiper-container {
  height: 100%;
  padding-bottom: 80px; }

.swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px; }

.swiper-pagination-bullet {
  background: url(../images/icons.svg) no-repeat 0 0;
  background-size: 400px 400px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: inherit;
  opacity: 0.3;
  transition: all 0.3s ease; }

.swiper-pagination-bullet:hover {
  opacity: 1; }

.swiper-pagination-bullet-active {
  opacity: 1; }

.btn {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: solid 2px #777; }

.btn, .btn * {
  color: #777; }

.btn .icon {
  background-color: #777;
  width: 20px;
  height: 20px;
  margin-right: 5px; }

.separator-a .wrapper {
  background: #000;
  height: 5px; }

header {
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transition: all 0.3s ease; }

header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; }

header .left a {
  background: url(../images/logo-truncated.png) no-repeat 0 -80px;
  margin-top: 0;
  display: block;
  height: 60px;
  width: auto;
  transition: all 0.3s ease; }

header .left a img {
  opacity: 1;
  transition: all 0.5s ease; }

header nav ul {
  display: flex; }

header nav li {
  margin-left: 30px;
  padding-bottom: 15px; }

header nav a {
  background: url(../images/decor-03.png) no-repeat center -15px;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  padding-top: 15px;
  display: block;
  transition: background 0.3s ease; }

header nav .level-1.active {
  background: url(../images/decor-02.png) no-repeat center bottom; }

header nav .level-1.active a, header nav .level-1 a:hover {
  background-position: center 0; }

/*############################################################################
								MOBILE MENU
#############################################################################*/
#mobile-menu-switch {
  background: url(../images/icon-menu-mobile.png) no-repeat center top;
  width: 40px;
  height: 40px;
  border: solid 4px #000;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1002;
  position: fixed;
  cursor: pointer;
  transition: all 0.3s ease; }

#mobile-menu {
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  padding-top: 60px;
  position: fixed;
  z-index: 1025;
  overflow-y: scroll;
  transition: all 0.5s ease; }

#mobile-menu.active {
  right: 0; }

#mobile-menu li {
  padding: 10px; }

#mobile-menu a {
  padding: 10px;
  text-align: center;
  display: block;
  font-family: "Cinzel", serif;
  color: #404040;
  text-transform: uppercase;
  font-size: 20px; }

#mobile-menu-switch.active {
  background-position: center bottom;
  border-color: #fff;
  z-index: 1026; }

#mobile-menu li.active a {
  background: url(../images/decor-02.png) no-repeat center bottom; }

body.truncated header {
  height: 80px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35); }

body.truncated header .left a {
  background-position: 0 0;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-top: 20px; }

body.truncated header .left a img {
  margin-top: -150px; }

#banner {
  height: 630px;
  position: relative;
  margin-bottom: 120px; }

#banner .swiper-wrapper {
  background-color: #f2f2f2; }

#banner .banner-scroll {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  pointer-events: none; }

#banner .banner-scroll .box {
  width: 120px;
  display: flex;
  position: relative; }

#banner .banner-scroll .icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 10px;
  border: solid 2px #000;
  border-radius: 50%;
  position: relative;
  width: 30px;
  height: 30px; }

#banner .banner-scroll .icon {
  background: url(../images/icons.svg) no-repeat -20px 0;
  background-size: 400px 400px;
  display: inline-flex;
  width: 20px;
  height: 20px; }

#banner .banner-scroll .icon, #banner .banner-scroll .icon path {
  fill: #c00; }

#banner .banner-scroll .text {
  color: #777;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  font-family: Georgia, serif;
  font-style: italic; }

#banner-text {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 390px;
  pointer-events: none; }

#banner-text .wrapper {
  height: 100%;
  pointer-events: none; }

#banner-text .container {
  border: solid 5px #404040;
  width: 390px;
  margin-left: 130px;
  height: 100%;
  position: relative;
  overflow: hidden; }

#banner-text .item {
  background-color: #fff;
  padding: 30px;
  position: absolute;
  width: 368px;
  height: 368px;
  opacity: 0;
  margin: 6px;
  transition: all 0.5s ease;
  pointer-events: none; }

#banner-text .item.active {
  opacity: 1;
  pointer-events: all; }

#banner-text .banner-icon {
  background: url(../images/icons.svg) no-repeat 0 0;
  background-size: 400px 400px;
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-bottom: 25px; }

#banner-text .item .title {
  font-family: "Cinzel", serif;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
  max-height: 100px;
  overflow: hidden; }

#banner-text .item .title span {
  background-color: #404040;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 20px; }

#banner-text .item .description {
  font-size: 16px;
  line-height: 20px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px; }

#banner-text .item .btn {
  width: auto;
  flex-direction: row-reverse;
  transition: all 0.3s ease; }

#banner-text .item .btn .icon {
  background: url(../images/icons.svg) no-repeat -30px -15px;
  background-size: 300px 300px;
  width: 15px;
  height: 15px;
  margin-right: 0; }

#banner-text .item .knowmore .text {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 16px;
  margin-right: 15px; }

#banner-text .item .btn:hover {
  background: #404040;
  border-color: #404040; }

#banner-text .item .btn:hover .text {
  color: #fff; }

#banner-text .item .btn:hover .icon {
  background-position: -45px -15px; }

#banner .swiper-container-horizontal > .swiper-pagination-bullets {
  width: 960px;
  margin: 0 auto;
  padding-left: 550px;
  position: relative;
  margin-top: 62px;
  text-align: left; }

footer {
  background-color: #404040; }

footer * {
  color: #fff; }

footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: solid 1px #777; }

footer .top span {
  color: #777;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 20px; }

footer .top .left a {
  text-transform: uppercase; }

footer .top .right form {
  display: flex;
  align-items: center; }

footer .top .right form .box:first-child {
  margin-right: 10px; }

footer .top .right form .email {
  background-color: transparent;
  width: 200px;
  height: 30px; }

footer .top .right form .submit {
  width: 40px;
  height: 30px;
  display: block;
  text-align: center;
  color: #f2f2f2;
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-style: italic;
  padding: 0;
  transition: all 0.3s ease; }

footer .top .right form .submit:hover {
  background-color: #f2f2f2;
  color: #777; }

footer .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px; }

footer .bot * {
  font-size: 12px;
  line-height: 15px; }

footer .bot .right a {
  display: inline-block; }

footer .bot .right a img {
  vertical-align: middle; }

.general-section {
  padding: 60px 0; }

.packery-3 .grid-item {
  width: 33.33%;
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px; }

.grid-item .item-content a {
  display: block; }

.grid-item .item-content .thumb {
  background-color: #777;
  position: relative;
  display: block; }

.grid-item .item-content .thumb img {
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease; }

.grid-item .item-content a:hover .thumb img {
  opacity: 0.7; }

.grid-item .item-content .info {
  background-color: #f2f2f2;
  display: block;
  padding: 20px 30px; }

.grid-item .item-content .type {
  color: #777;
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
  text-transform: capitalize;
  margin-bottom: 8px;
  word-break: break-all; }

.grid-item .item-content .title {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 8px; }

.grid-item .item-content .subtitle {
  display: block;
  color: #777;
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 8px;
  font-style: italic;
  word-break: break-all; }

.grid-item .item-content .description {
  display: block;
  color: #777;
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 8px;
  font-style: italic;
  word-break: break-all; }

.grid-item .item-content .counter {
  display: inline-block;
  color: #777;
  font-size: 12px;
  line-height: 15px;
  border: solid 1px #777;
  padding: 5px; }

.grid-item .item-content .description {
  padding-top: 8px;
  display: block; }

.grid-item .item-content .description,
.grid-item .item-content .description * {
  font-size: 12px;
  line-height: 15px; }

.grid-item.item-text * {
  font-size: 16px;
  line-height: 22px; }

.packery-4 .grid-item {
  width: 25%;
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px; }

.jssocials-share a {
  border-radius: 50%;
  background: none !important;
  border: solid 1px #777;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  transition: border 0.3s ease; }

.jssocials-share a * {
  color: #777;
  font-size: 10px;
  line-height: 0;
  transition: all 0.3s ease; }

.jssocials-share a:hover {
  background-color: #000 !important;
  border-color: #000; }

.jssocials-share a:hover * {
  color: #fff; }

/*###################################################
					ABOUT
####################################################*/
.container-top,
#news-top {
  background: #f2f2f2;
  padding: 30px 0; }

body.about .container-top .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }

body.about .container-top .wrapper .left {
  width: 280px;
  margin-top: 30px;
  position: relative;
  margin-right: 50px; }

body.about .container-top .wrapper .left img {
  width: 100%;
  border-radius: 280px;
  border: solid 15px #000;
  overflow: hidden; }

body.about .container-top .wrapper .right {
  width: 630px; }

body.about .container-top .wrapper .right .decor {
  margin-bottom: 30px; }

body.about .container-top .wrapper .right h2 {
  background: url(../images/titles-line.png) no-repeat left bottom;
  padding-bottom: 30px;
  margin-bottom: 30px; }

body.about .container-top .wrapper .right .description {
  line-height: 22px; }

#chronology {
  padding: 60px 0 0 0; }

#chronology h3 {
  background: url(../images/decor.png) no-repeat center bottom;
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 40px; }

#chronology ul.level1 {
  overflow: hidden; }

#chronology li.level1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; }

#chronology li.level1 .left {
  font-family: "Cinzel", serif;
  font-size: 30px;
  width: 120px;
  display: inline-flex;
  flex-shrink: 0; }

#chronology li.level1 .right {
  width: 100%;
  display: flex; }

#chronology li.level1 .right .arrow {
  background: url(../images/arrow-left.png) no-repeat center center;
  width: 10px; }

#chronology .list-events {
  background: #f2f2f2;
  padding: 40px;
  width: 100%; }

#chronology .list-events li.level2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3px; }

#chronology .list-events li.level2 span {
  white-space: nowrap; }

#chronology .list-events .month {
  color: #777; }

#chronology .list-events .title {
  font-weight: bold;
  margin: 0 10px; }

#chronology .list-events .local {
  color: #777;
  font-style: italic;
  font-family: Georgia, serif; }

#chronology .list-events * {
  font-size: 14px;
  line-height: 20px; }

#chronology .line {
  background: #777;
  height: 1px;
  width: 126px; }

#chronology li.level1 .right a {
  font-size: 12px;
  padding: 10px;
  border: solid 2px #777;
  font-family: "Cinzel", serif;
  color: #000;
  white-space: nowrap; }

#chronology li.level1:nth-child(even) {
  flex-direction: row-reverse; }

#chronology li.level1:nth-child(even) .right {
  flex-direction: row-reverse; }

#chronology li.level1:nth-child(even) .right .arrow {
  background-image: url(../images/arrow-right.png); }

#chronology li.level1:nth-child(even) .left {
  justify-content: flex-end; }

#chronology li.level1:nth-child(even) .list-events li.level2 {
  flex-direction: row-reverse; }

/*###################################################
					WORKS
####################################################*/
body.works .container-top {
  background: #f2f2f2; }

body.works .container-top .wrapper {
  padding: 20px 0 0; }

body.works .container-top h1,
body.works .container-top h4 {
  margin-bottom: 0;
  padding-bottom: 20px; }

body.works .container-top h1 {
  overflow: hidden; }

body.works .container-top h4 {
  font-size: 20px; }

.container-top .breadcrumbs {
  padding-bottom: 20px; }

.container-top .breadcrumbs,
.container-top .breadcrumbs * {
  font-size: 12px;
  line-height: 15px; }

.page-detail .wrapper {
  display: flex;
  justify-content: space-between; }

.page-detail .left {
  width: 50%;
  padding-right: 20px; }

.page-detail .left img {
  width: 100%;
  pointer-events: none; }

.page-detail .right {
  width: 50%;
  padding: 0 100px 0 20px; }

.page-detail .page a {
  color: #777;
  font-family: Georgia, serif;
  font-style: italic; }

.page-detail .description {
  margin-bottom: 30px; }

.page-detail .box-social {
  display: flex;
  align-items: center;
  padding-top: 40px; }

.page-detail .box-social .label {
  color: #777;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
  white-space: nowrap;
  margin-right: 10px; }

/*###################################################
					CONTACTS
####################################################*/
#contacts-container-map {
  height: 360px;
  position: relative; }

#gmaps {
  background-color: #777;
  height: 100%; }

#contacts-container-form h3,
#contacts-container-others h3 {
  background: url(../images/decor.png) no-repeat center bottom;
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 40px; }

#contacts-container-form form {
  width: 700px;
  margin: 0 auto; }

#contacts-container-form form .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

#contacts-container-form form .top .left {
  width: 40%;
  padding-right: 15px; }

#contacts-container-form form .top .right {
  width: 60%;
  padding-left: 15px; }

#contacts-container-form form .top .label {
  position: relative;
  font-size: 12px;
  line-height: 15px;
  font: 10px Georgia, serif;
  font-style: italic;
  color: #777; }

#contacts-container-form form .top .mandatory {
  position: absolute;
  top: 20px;
  right: 5px;
  width: 8px;
  height: 8px; }

#contacts-container-form form .top .mandatory:before {
  content: "\f069";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
  line-height: 8px;
  color: #777;
  font-weight: normal; }

#contacts-container-form form .top .box {
  margin-bottom: 10px; }

#contacts-container-form form textarea {
  height: 170px; }

#contacts-container-form form .bot {
  width: 40%;
  margin: 0 auto; }

#contacts-container-form form .bot input[type="submit"] {
  background-color: #000;
  height: 50px;
  font: 20px "Cinzel", serif;
  color: #fff;
  border: none;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.3s ease; }

#contacts-container-form form .bot input[type="submit"]:hover {
  background-color: #777; }

#contacts-container-others {
  background-color: #f2f2f2;
  text-align: center; }

#contacts-container-others em {
  color: #777;
  font-family: Georgia, serif;
  font-size: 12px !important;
  line-height: 15px; }

#contacts-container-others .description,
#contacts-container-others .description * {
  font-size: 16px;
  line-height: 20px; }

#contacts-container-others .description a {
  text-decoration: none;
  border: none; }

#contacts-container-others .description a:hover {
  text-decoration: underline; }

/*###################################################
					NEWS
####################################################*/
#news-top {
  background: #f2f2f2; }

#news-top .wrapper {
  padding: 20px 0 0; }

#news-top h1 {
  margin-bottom: 0;
  padding-bottom: 20px; }

#news-top h1,
#news-top h1 * {
  font-size: 20px;
  line-height: 23px; }

#news-top-detail .wrapper {
  display: flex;
  align-items: center; }

#news-top-detail .left {
  padding-right: 20px; }

#news-top-detail .left .btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: solid 2px #777;
  border-radius: 50%; }

#news-top-detail .left .btn-back span {
  background: url(../images/icons.svg) no-repeat -20px 0;
  background-size: 400px 400px;
  display: inline-flex;
  width: 20px;
  height: 20px;
  transform: rotate(90deg); }

#news-top-detail .right h1 {
  margin-bottom: 0; }

#news-top-detail .right .date {
  font-size: 12px;
  line-height: 15px;
  color: #777;
  font-family: Georgia, serif;
  font-style: italic; }
