/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,900italic,900,700italic,700,400italic");

body {
  font-family: 'Roboto';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display';
}
p,
li {
  font-family: 'Roboto';
}
a {
  font-family: 'Playfair Display';
}

.clear{
  clear: both;
}
.tm-headerbar{
  padding-top: 15px;
}
.tm-navbar-container{
  padding-bottom: 0px !important;
}
.uk-overlay-panel{
  bottom: auto !important;
}
.uk-block{
  padding-top: 0px;
}
.uk-article p {
  text-align: justify;
}
.grid-home img{
  opacity: .5;
}
#tm-bottom-c {
  padding-bottom: 0px;
}
#tm-bottom-c .uk-container,
#tm-top-d .uk-container{
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
#tm-bottom-c .uk-grid > *,
#tm-top-d .uk-grid > *{
  padding-left: 0px;
  padding-right: 0px;
}
#tm-top-d h3, #tm-top-a .uk-panel-title{
  display: none !important;
}

.tm-bottom-d{
  padding-top: 20px;
}
#tm-bottom-d{
  padding-bottom: 20px;
  background-color: #fafafa;
}
#tm-footer{
  padding-bottom: 50px;
}
.bfQuickMode input[type="text"],
.bfQuickMode textarea{
  width: 100%;
  max-width: 100% !important;
}

/* ======================================================================== */

.uk-slideshow .uk-h3 {
  color: #003844;
}

#tm-top-b .uk-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
#welcome-frame {
  margin-top: 50px;
  position: relative;
}
#welcome-image {
  height: auto;
  width: 100%;
}
#welcome-text {
  background-color: rgba(255, 255, 255, 0.9);
  color: #4d4d4d;
  left: 50%;
  margin: 0;
  overflow: auto;
  padding: 21px 24px;
  position: absolute;
  right: 15px;
  text-align: justify;
  top: 15px;
}
@media (max-width: 750px) {
  #welcome-text {
    left: 25%;
  }
}
@media (max-width: 625px) {
  #welcome-text {
    bottom: 15px;
    left: 15px;
  }
}
#welcome-text strong {
  color: #003844;
  font-family: 'Playfair Display';
  font-size: 24px;
  font-weight: normal;
}

#tm-bottom-d,
#tm-footer,
#tm-footer a {
  color: #fefefe;
}
#tm-bottom-d{
  background-color: #003844;
  padding-bottom: 16px;
  padding-top: 16px;
}
#tm-footer{
  background-color: #1a515d;
  padding-bottom: 24px;
  padding-top: 24px;
}
#tm-footer .uk-subnav > * > :hover,
#tm-footer .uk-subnav > * > :focus,
#tm-footer .uk-subnav > .uk-active > *{
  color: #ffffff;
}
#tm-footer .tm-totop-scroller:hover,
#tm-footer .tm-totop-scroller:focus{
  color: #ffffff;
}