@keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.href-center {
  display: flex;
  justify-content: center;
  width: 100%; }

.my-container {
  width: 95vw;
  max-width: 1400px;
  margin: auto; }

.section-logo-carousel img, .section-logo-carousel svg {
  width: auto;
  max-width: 100%;
  height: 100%; }

section {
  position: relative;
  max-width: 100vw;
  margin-top: 40px;
  margin-bottom: 40px; }
  section:first-child {
    margin-top: 0px;
    margin-bottom: 40px; }
  section > *:nth-child(2) {
    position: relative;
    z-index: 2; }
  section .section-title {
    text-align: center;
    width: 100%;
    margin-bottom: 40px; }
    section .section-title > *:nth-child(1) {
      font-size: 3.5rem;
      font-weight: 700; }
    section .section-title > *:nth-child(2) {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 40px;
      width: 80%;
      margin: auto;
      margin-top: 10px; }

.position-button {
  display: flex;
  justify-content: center;
  margin-top: 10px; }

img.item-gallery {
  object-fit: cover; }

html {
  scroll-behavior: smooth; }

.row-rewerse {
  flex-direction: row-reverse; }

button {
  background: var(--r-color);
  color: var(--q-color);
  border: solid 1px var(--r-color);
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
  transition-duration: .5s; }
  button:hover {
    background: var(--q-color);
    color: var(--r-color);
    border: solid 1px var(--q-color); }

main.content-subpage {
  width: 100%; }

.content-404 {
  flex-direction: column;
  padding: 80px;
  justify-content: center;
  align-items: center; }

#main-blog-page .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  #main-blog-page .pagination > * ~ * {
    margin-left: 15px; }

.open-navigation .twelve {
  width: 100%; }
.open-navigation .eleven {
  width: 91.53%; }
.open-navigation .ten {
  width: 83.06%; }
.open-navigation .nine {
  width: 74.6%; }
.open-navigation .eight {
  width: 66.13%; }
.open-navigation .seven {
  width: 57.66%; }
.open-navigation .six {
  width: 49.2%; }
.open-navigation .five {
  width: 40.73%; }
.open-navigation .four {
  width: 32.26%; }
.open-navigation .three {
  width: 23.8%; }
.open-navigation .two {
  width: 15.33%; }
.open-navigation .one {
  width: 6.866%; }
.open-navigation .col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }
.open-navigation .col:first-of-type {
  margin-left: 0; }
.open-navigation .cf:before,
.open-navigation .cf:after {
  content: " ";
  display: table; }
.open-navigation .cf:after {
  clear: both; }
.open-navigation .cf {
  *zoom: 1; }
.open-navigation .hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out; }
.open-navigation .hamburger:hover {
  cursor: pointer; }

.scroll-on-top {
  position: fixed;
  bottom: -40px;
  left: 20px;
  z-index: 4;
  display: block;
  transition-duration: 1s;
  opacity: 0; }
  .scroll-on-top.active {
    bottom: 30px;
    opacity: 1; }
  .scroll-on-top a {
    padding: 15px;
    background-color: var(--r-color);
    border-radius: 100%; }
    .scroll-on-top a svg {
      width: 25px;
      height: 25px;
      transform: rotate(270deg);
      margin-top: -5px; }
      .scroll-on-top a svg path {
        fill: var(--q-color); }

.thumbnail img {
  max-width: 100%;
  height: auto; }

.section-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed; }

.thumbnail svg {
  max-height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%; }

body:not(.home) section:first-child {
  margin-top: 40px; }
@media (max-width: 950px) {
  body .only-mobile {
    display: block; }
  body header .only-mobile {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center; } }
body.page-template-homepage-php section:first-child {
  margin-top: 0px; }
body > .fb-page.fb_iframe_widget {
  display: none; }

.inner-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#face-slider {
  position: fixed;
  right: -290px;
  top: 40%;
  z-index: 4;
  transition-duration: .5s;
  height: 115px; }
  #face-slider:hover {
    right: 0px; }
  #face-slider #tab {
    cursor: pointer;
    height: 110px;
    width: 45px;
    float: left; }
    #face-slider #tab img {
      width: 100%; }

#face-code {
  padding: 5px;
  border: solid #0170cf 3px;
  background: #fff;
  float: left;
  min-height: 500px;
  width: 286px;
  -moz-border-radius: 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px;
  border-radius: 0 0 0 8px;
  position: relative; }
  #face-code .loading {
    height: 500px;
    color: #000;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 8px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }

.fb-page.fb_iframe_widget {
  transform: scale(1); }

.item-gallery.crop-image {
  object-fit: cover; }

.only-mobile {
  display: none; }

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition-duration: .5s; }

.mono-white {
  filter: brightness(10000%); }

.mono-black {
  filter: brightness(0%); }

.opacity-none {
  opacity: 0 !important; }

.header-bg {
  height: 40vh;
  position: relative; }
  @media (max-width: 950px) {
    .header-bg {
      height: 70vh; } }
  .header-bg .bg-image {
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%; }
  .header-bg .header-present {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 100%;
    left: 0; }
    .header-bg .header-present p {
      color: inherit;
      max-width: 80%;
      margin: auto; }
  .header-bg hr {
    height: 1px;
    background: #fff;
    opacity: .5;
    width: 60%;
    margin: auto;
    margin-bottom: 10px; }

.open-navigation .twelve {
  width: 100%; }
.open-navigation .eleven {
  width: 91.53%; }
.open-navigation .ten {
  width: 83.06%; }
.open-navigation .nine {
  width: 74.6%; }
.open-navigation .eight {
  width: 66.13%; }
.open-navigation .seven {
  width: 57.66%; }
.open-navigation .six {
  width: 49.2%; }
.open-navigation .five {
  width: 40.73%; }
.open-navigation .four {
  width: 32.26%; }
.open-navigation .three {
  width: 23.8%; }
.open-navigation .two {
  width: 15.33%; }
.open-navigation .one {
  width: 6.866%; }
.open-navigation .col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }
.open-navigation .col:first-of-type {
  margin-left: 0; }
.open-navigation .cf:before,
.open-navigation .cf:after {
  content: " ";
  display: table; }
.open-navigation .cf:after {
  clear: both; }
.open-navigation .cf {
  *zoom: 1; }
.open-navigation .hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out; }
.open-navigation .hamburger:hover {
  cursor: pointer; }

#main-single-page section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 0px; }

.minimodules-share {
  position: relative; }
  .minimodules-share:hover ul {
    display: block;
    opacity: 1; }
  .minimodules-share .minimodules-share-button {
    background: var(--r-color);
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 20px; }
  .minimodules-share ul {
    list-style-type: none;
    opacity: 0;
    padding: 0px 10px;
    position: absolute;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    width: max-content;
    display: none;
    transition-duration: .5s;
    background: #fff; }
    .minimodules-share ul li {
      margin: 10px 0px; }
      .minimodules-share ul li:hover a {
        color: var(--r-color); }
      .minimodules-share ul li:hover svg path {
        fill: var(--r-color); }
      .minimodules-share ul li a {
        color: #000;
        font-weight: 600; }
        .minimodules-share ul li a svg {
          margin-right: 5px;
          max-height: 20px;
          max-width: 20px; }
          .minimodules-share ul li a svg path {
            transition-duration: .5s; }

@media print {
  header, footer {
    display: none; } }
.z-top {
  position: relative;
  z-index: 3; }

.pagination {
  width: 100%;
  justify-content: center; }
  .pagination * ~ * {
    margin-left: 10px; }

/*# sourceMappingURL=main-theme.css.map */
