/* ==============================================FASTW.EU============================================== */
/* ==================================================================================================== */
/* =================== Global FRONTEND CSS (Forms, Headings, Messages and etc...) ===================== */
/* VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV */
/* ========================================== FONT Connection ========================================= */
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:600,700&subset=cyrillic-ext,latin-ext");*/
/* ======================================== FONT Connection END ======================================= */
/* ==================================================================================================== */
/* =========================================== SCSS Variables ========================================= */
/* ========================================= SCSS Variables END ======================================= */
/* ==================================================================================================== */
/* ============================================ BASIC Styles ========================================== */
body {
  background-color: #F8F8F8;
    background-image: url(../ornament2.svg);
    background-size: 4em 4em;
 }

*, body, html, h1, h2, h3, h4, h5, h6, .form-group, ul {
  padding: 0;
  margin: 0; }

body, h1, h2, h3, h4, h5, h6, p, ul, ul li {
  font-family: "Open Sans", sans-serif; }

h1 {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  color: #000000;
  text-transform: uppercase; }

h3 {
  color: #929292; }

a {
  color: #000000; }

a:hover {
  text-decoration: none;
  color: #000000; }

.center-hor {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto; }

.center-ver {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.line90px {
  width: 90px;
  height: 1px;
  background-color: #FFFFFF;
  margin-bottom: 30px; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  color: #fff;
  background-color: #B5AA81;
  border-color: #B5AA81; }

.pagination > li > a, .pagination > li > span {
  color: #B5AA81;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #B5AA81;
  background-color: #F8F8F8;
  border-color: #ddd; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.43
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777; }

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* ========================================== BASIC Styles END ======================================== */
/* ==================================================================================================== */
/* ================================================ HEADER ============================================ */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* =========================================== HEADER STYLES ========================================== */
/* ==================================================================================================== */
/* #################################################################################################### */
.header-filter {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

header {
  height: 528px;
  background: url("/../source/designphoto/header.jpg") no-repeat center 80px;
  background-size: cover;
  position: relative;
  box-shadow: inset 0 0 10px #000000;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  overflow: hidden; }

header.header-inner {
  height: 308px;
  background: url("/../source/designphoto/header.jpg") no-repeat center 80px;
  background-size: cover;
  position: relative;
  box-shadow: inset 0 0 10px #000000;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  overflow: hidden; }

.nav-main {
  width: 100%;
  height: 80px;
  color: #929292;
  background-color: #FFFFFF;
  margin: 0 auto;
  line-height: 80px;
  z-index: 99;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 400ms ease-in-out 0s;
  transition: -webkit-transform 400ms ease-in-out 0s;
  transition: transform 400ms ease-in-out 0s;
  transition: transform 400ms ease-in-out 0s, -webkit-transform 400ms ease-in-out 0s; }

.nav-main .brand {
  display: inline-block;
  color: #000000;
  float: left;
  padding-left: 40px; }

.nav-main .brand h2 {
/*  font-family: 'HirmosPonomar' !important;  */
  font-size: 22px;
/*  text-transform: lowercase;*/
  line-height: 80px;
  color: #000000; }

.nav-main .language {
  display: inline-block;
  margin: 0 50px; }

.nav-main ul {
  width: auto;
  text-align: center;
  padding-right: 150px; }

.nav-main li {
  display: inline-block;
  float: none;
  text-transform: uppercase;
  color: #929292;
  font-size: 16px;
  font-weight: 300;
  margin: 0 18px; }

.nav-main li a {
  color: #929292; }

.nav-main li a:hover {
  color: #000000; }

.verline {
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  margin-left: -40px; }

.nav-main .search {
  display: inline-block;
  color: #000000;
  position: absolute;
  margin: 0;
  right: 40px;
  height: 80px;
  line-height: 80px;
  padding-top: 26px; }

.nav-main .form-group {
  max-width: 150px; }

.form-control {
  height: 28px;
  font-size: 14px;
  color: #929292;
  background-color: transparent;
  background-image: none;
  border: 1px solid #929292;
  border-right: 0px solid #929292;
  border-radius: 0px; }

.input-group-addon {
  background-color: transparent;
  border: 1px solid #929292;
  border-left: 0px solid #929292;
  border-radius: 0px;
  height: 28px; }

.search-submit {
  background: none;
  border: 0; }

.glyphicon-search {
  color: #929292;
  font-size: 11px; }

.nav-main li.icon {
  display: none;
  position: absolute;
  right: 40px;
  top: 26px;
  font-size: 20px;
  font-weight: 100;
  font-stretch: ultra-condensed; }

/* Article with headings */
header article {
  z-index: 2;
  position: relative;
  text-align: center;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

header article h1, header article h2 {
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center; }

header article h1 {
  padding-bottom: 25px;
  font-family: 'HirmosPonomar' !important; 
  font-size: 32pt;
  font-weight: 700; }

header article h2 {
  font-size: 20pt;
  font-weight: 600; }

/* Article with headings */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ====================================== RESPONSIVE HEADER BLOCK ===================================== */
/* ==================================================================================================== */
/* #################################################################################################### */
@media screen and (min-width: 2560px) {
  header {
    background: url("/../source/designphoto/header1920more.jpg") no-repeat center 80px;
    background-size: cover; } }

@media screen and (max-width: 2560px) {
  header {
    background: url("/../source/designphoto/header.jpg") no-repeat center 80px;
    background-size: cover; } }

@media screen and (max-width: 1299px) {
  .nav-main li:not(:first-child) {
    display: none; }
  .nav-main li.icon {
    display: inline-block; } }

@media screen and (max-width: 1299px) {
  .responsive li.icon {
    display: none;
    position: absolute;
    right: 40px;
    top: 26px;
    font-size: 20px;
    font-weight: 100;
    font-stretch: ultra-condensed; }
  .nav-main {
    line-height: inherit; }
  .responsive ul {
    padding-right: 150px; }
  .responsive {
    top: 0;
    bottom: 0;
    height: 100%;
    position: fixed;
    overflow: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .antiresponsive {
    height: 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .nav-main .brand {
    display: block;
    float: none;
    padding-left: 40px; }
  .responsive .brand {
    width: auto;
    text-align: center; }
  .responsive li:not(:first-child) {
    float: none;
    display: inline; }
  .responsive li a {
    display: block;
    text-align: left;
    padding-left: 20px; }
  .responsive .language {
    margin-top: 60px;
    display: inline-block !important;
    float: left !important;
    margin-left: 0px;
    margin-right: 0px; }
  .responsive .language center {
    float: left;
    width: auto;
    padding-left: 10px; }
  .responsive .search {
    margin-top: 60px;
    display: inline-block; }
  .nav-main .brand {
    display: block;
    float: none; }
  .nav-main .search {
    right: 10px;
    padding-top: 0; }
  .nav-main .form-group {
    max-width: 150px; }
  .responsive .language li a {
    display: inline-block;
    padding-left: 0px; }
  .responsive .form-group {
    max-width: 150px; } }

@media (max-width: 999px) {
  header article h1 {
    font-size: 24pt; }
  header article h2 {
    font-size: 18pt; } }

@media (max-width: 768px) {
  header article h1 {
    font-size: 22pt; }
  header article h2 {
    font-size: 16pt; } }

@media (max-width: 560px) {
  header article h1 {
    font-size: 20pt; }
  header article h2 {
    font-size: 14pt; } }

/* ============================================== HEADER END ========================================== */
/* ==================================================================================================== */
/* ================================================ FOOTER ============================================ */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* =========================================== FOOTER STYLES ========================================== */
/* ==================================================================================================== */
/* #################################################################################################### */
/* FOOTER STARTS */
footer {
  background-color: #27282D;
  min-height: 350px;
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
  clear: both;
  padding-bottom: 50px;
  font-size: 12px; }

footer h1 {
  font-size: 14pt;
  padding-top: 5px;
  padding-bottom: 20px; }

footer .container .row > div {
  margin-top: 50px; }

footer .container .row div:first-child {
  padding-left: 60px;
  padding-right: 100px; }

footer .container .row div:first-child p:first-of-type {
  color: #929292;
  padding-bottom: 20px; }

footer .container .row div:first-of-type h1 {
  font-size: 22pt;
  padding-top: 0px;
  padding-bottom: 50px; }

footer .container .row div:first-child p i img {
  height: 20px;
  width: 15px;
  margin-right: 10px; }

footer .container .row div:first-child a {
  color: #FFFFFF;
  line-height: 50px; }

footer .container .row div:first-child a i img {
  height: 16px;
  max-width: 16px;
  margin-right: 10px; }

.footer-ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 2px; }

.footer-ul li {
  line-height: 29px; }

.footer-ul li a {
  color: #929292;
  -webkit-transition: color 0.2s linear 0s, background 0.2s linear 0s;
  transition: color 0.2s linear 0s, background 0.2s linear 0s; }

.footer-ul li a:hover {
  color: #FFFFFF; }

.post p {
  font-size: 12px;
  line-height: 20px; }

.post p a {
  font-size: 12px;
  line-height: 20px;
  text-decoration: none; }

.post p span {
  display: block;
  color: #929292; }

.copyright {
  min-height: 60px;
  background-color: #F8F8F8; }

.copyright p {
  text-align: left;
  color: #000000;
  padding: 20px 0;
  margin-bottom: 0px; }

.bottom_ul {
  list-style-type: none;
  float: right;
  margin-bottom: 0px; }

.bottom_ul li {
  float: left;
  line-height: 60px; }

.bottom_ul li:after {
  content: "/";
  color: #000000;
  margin-right: 8px;
  margin-left: 8px; }

.bottom_ul li a {
  color: #000000;
  font-size: 12px; }

/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ====================================== RESPONSIVE FOOTER BLOCK ===================================== */
/* ==================================================================================================== */
/* #################################################################################################### */
/* ============================================== FOOTER END ========================================== */
/* ==================================================================================================== */
/* =============================================== ANNOUNCES ========================================== */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ========================================= ANNOUNCES STYLES ========================================= */
/* ==================================================================================================== */
/* #################################################################################################### */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ==================================== RESPONSIVE ANNOUNCES BLOCK ==================================== */
/* ==================================================================================================== */
/* #################################################################################################### */
/* ============================================= ANNOUNCES END ======================================== */
/* ==================================================================================================== */
/* ================================================ CONTENT =========================================== */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ========================================== CONTENT STYLES ========================================== */
/* ==================================================================================================== */
/* #################################################################################################### */
.posts-row {
  margin: 0 0 40px 0; }

.posts-row .line90px {
  background-color: #000000;
  margin-bottom: 5px; }

.posts-row h2 {
  font-size: 20pt;
  font-weight: 700;
  padding-bottom: 30px; }

.postblock {
  width: 100%;
  margin: 0  0 40px 0;
  position: relative;
  text-align: left;
  background-color: #FFFFFF; }

.post-image {
  margin: 0 auto;
  /*padding-bottom: 30px;*/
  width: 100%;
  text-align: center; 
  float: left;
  width: 300px;
  margin-right: 30px;}

.post-image img {
  max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; 
  object-position: center top; }

.post-image-inner {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 100%;
  text-align: center; }

.post-image-inner img {
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; 
  object-position: center top; }

.post-gallery {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
  display: inline-block; }

.post-gallery-single {
  margin: 0 auto;
  padding: 20px;
  display: inline-block;
  max-width: 49%; }

.post-gallery-single img {
  height: auto;
  max-height: 300px;
  min-height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.post-date {
  color: #B5AA81; }

.post-title {
  padding-bottom: 0px; }

.post-title h2 {
  font-size: 16pt;
  font-variant: small-caps;
  font-weight: 600; }

.post-content {
  padding: 30px 10px 30px 30px; }

.posts-row article {
  width: 100%;
  text-align: center; }

.posts-row article a {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #D7D7D7; }

.fast-access {
  margin: 65px 0; }

/* ==================================================================================================== */
/* ========================================== ANNOUNCE BLOCK ========================================== */
.announces {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 1150px;
  margin: 0 auto;
  top: -205.882352941px;
  margin-bottom: -350px;
  z-index: 10; }

.announces .mobile-nav {
  display: none; }

.announces .line90px {
  background-color: #AFA376;
  margin-bottom: 10px;
  width: 75px; }

.prev-announce, .next-announce {
  display: inline-block;
  height: 175px;
  width: 250px;
  background-color: #F8F8F8;
  z-index: -1;
  margin-top: 87.5px;
  cursor: pointer; }

.announces .main-block {
  height: 350px;
  width: 650px;
  background-color: #FFFFFF; }

.announce-date {
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  display: inline-block; }

.announce-date h4 {
  color: #AFA376;
  display: inline-block;
  font-size: 20pt;
  font-weight: 700;
  text-transform: uppercase; }

.announce-date span h4 {
  font-size: 42pt;
  font-weight: 700;
  margin-right: 15px; }

.announce-title h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16pt; }

.announce-content {
  max-height: 90px;
  overflow: hidden;
  font-size: 10pt;
  padding-top: 25px; }

.announce-content p {
  padding: 0 20px; }

.announce-time h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18pt;
  color: #AFA376; }

.announce-adress h4, .announce-organizer h4 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 11pt;
  color: #AFA376; }

.announce-organizer h4 {
  text-transform: uppercase; }

.prev-announce i {
  margin-left: 18px; }

.next-announce i {
  margin-left: -30px; }

.prev-announce i, .next-announce i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block; }

.next-announce {
  text-align: right; }

.next-announce .announce-date, .prev-announce .announce-date {
  margin-top: 60px;
  position: relative; }

.next-announce .announce-date h4, .prev-announce .announce-date h4 {
  font-size: 14pt; }

.next-announce .announce-date span h4, .prev-announce .announce-date span h4 {
  font-size: 32pt;
  margin-right: 10px; }

/* OWL Carousel */
.owl-carousel {
  width: 650px !important;
  height: 350px; }

.owl-carousel .owl-wrapper-outer {
  width: 650px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  background-color: #FFFFFF; }

/* ==================================================================================================== */
/* =========================================== GLOBAL VIDEO =========================================== */
.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  -webkit-filter: contrast(120%) brightness(150%);
  /* Safari */
  filter: contrast(120%) brightness(150%); }

.youtube .play {
  background: rgba(0, 0, 0, 0.6) url("../../images/frontend/play.png") no-repeat center center;
  background-size: 55px 55px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.youtube .play:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.video-block {
  margin: 30px auto;
  padding: 0 100px; }

.video-block .line90px {
  background-color: #000000;
  margin-bottom: 5px;
  display: inline-block; }

.mobile.first-video-title {
  display: none; }

.first-video-title {
  height: 300px;
  text-align: left; }

.second-video-title {
  height: 300px;
  text-align: right; }

.second-video-title .line90px {
  margin-right: 0px; }

.first-video-title .inner-title {
  padding: 0 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.second-video-title .inner-title {
  padding: 0 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.global-video {
  padding-top: 40px;
  padding-bottom: 130px;
  text-align: center;
  height: auto; }

.first-video, .second-video {
  /* background-color: #e0e0e0; */
  height: 300px;
  padding: 7px;
  max-width: 650px;
  margin: 0 auto;
  /* border-radius: 7px;
	border: 1px solid #a0a0a0; */ }

.second-video {
  /* margin-left: 10px; */ }

/* ==================================================================================================== */
/* ======================================== GLOBAL ANNOUNCEMENT ======================================= */
.global-video {
  position: relative;
  width: 100%;
  background-color: #FFFFFF; }

.global-announce {
  position: relative;
  height: 200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
  background-color: #FFFFFF; }

.global-announce article {
  height: 100%;
  width: 100%;
  padding: 10px;
  border: 1px solid #AFA376; }

/* ==================================================================================================== */
/* =========================================== DATE-FILTER ROW ======================================== */
.filter-row {
  width: 100%;
  height: auto;
  background-color: #FFFFFF; }
  .filter-row .filter-header h3 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px; }
  .filter-row .filter-from, .filter-row .filter-to {
    width: 50%;
    float: left;
    padding: 20px; }
    .filter-row .filter-from .form-control, .filter-row .filter-to .form-control {
      height: 35px; }
  .filter-row .filter-buttons {
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    float: left; }
    .filter-row .filter-buttons span {
      display: inline-block;
      padding: 5px; }
      .filter-row .filter-buttons span a {
        float: right;
        margin: 0 25px;
        text-transform: uppercase;
        font-weight: 700;
        border-bottom: 1px solid #D7D7D7; }

.filter-row::after {
  content: "";
  display: block;
  clear: both; }

/* ==================================================================================================== */
/* ======================================== RESPONSIVE CALENDAR ======================================= */
.calendar-link {
  color: #AFA376;
  font-weight: 400; }

.calendar {
  height: auto;
  width: 100%;
  background-color: #FFFFFF;
  padding-top: 30px; }

.announce-calendar .calendar {
  margin-top: 0px !important;
  padding-top: 0; }

.calendar ul {
  list-style-type: none; }

.calendar {
  font-family: 'Lora', serif; }

.calendar .month ul li.prev, .next {
  cursor: pointer; }

.calendar .month {
  padding: 10px 25px;
  padding-bottom: 40px;
  width: 100%; }

.calendar .month ul {
  margin: 0;
  padding: 0; }

.calendar .month ul li {
  color: #3f3f3f;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px; }

#calendar_month, #calendar_year {
  font-size: 18px;
  font-weight: 700; }

.calendar .month .prev {
  float: left;
  padding-top: 10px; }

.calendar .month .next {
  float: right;
  padding-top: 10px; }

.calendar .weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #929292; }

.calendar .weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #FFFFFF;
  text-align: center; }

.calendar .days {
  padding: 10px 0;
  margin: 0; }

.calendar .days li {
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  color: #000000; }

.calendar .days li span {
  display: inline-block;
  width: 30px;
  padding: 5px; }

.day-with-event {
  color: white;
  background-color: #D7D7D7;
  cursor: pointer; }

.calendar .days li span.active {
  padding: 5px 10px;
  background: #AFA376;
  color: white !important; }

.calendar .first-date {
  display: none; }

.calendar .first-date:first-child {
  display: block !important; }

.calendar .day-info {
  padding: 0;
  padding-bottom: 0px; }

.calendar .day-info li {
  width: 90%;
  margin: 0 auto;
  padding: 10px; }

.calendar center {
  padding: 30px 0; }

.calendar center a {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #D7D7D7; }

/* ==================================================================================================== */
/* ============================================ HOME LIKS ============================================= */
.posters {
  padding: 0 !important;
  margin: 0; }

.posters > div {
  padding: 0 !important; }

.poster {
  background-color: #FFFFFF;
  margin-top: 50px;
  padding: 0; }

.link-with-poster {
  width: 100%;
  padding-bottom: 20px; }

.poster-title {
  padding: 0 20px;
  height: 80px; }

.poster-title h2 {
  font-size: 10pt;
  font-weight: 600;
  text-transform: inherit;
  line-height: 35px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ==================================================================================================== */
/* ===================================== RESPONSIVE CONTENT BLOCK ===================================== */
/* ==================================================================================================== */
/* =================================== Responsive container widths: =================================== */
/* ====================== || At screen min-width: 560px;  Container = 300px   || ====================== */
/* ====================== || At screen min-width: 768px;  Container = 750px   || ====================== */
/* ====================== || At screen min-width: 992px;  Container = 970px   || ====================== */
/* ====================== || At screen min-width: 1200px; Container = 1170px  || ====================== */
/* ================================= Responsive container widths END ================================== */
/* ==================================================================================================== */
/* @media(max-width: 1199px)|@media(max-width: 999px)|@media(max-width: 768px)|@media(max-width: 560px) */
/* ==================================================================================================== */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ======================================= RESPONSIVE CONTENT ========================================= */
@media (max-width: 560px) {
  footer .container .row div:first-child {
    padding: 0 10px; } }

/* ==================================================================================================== */
/* ======================================= RESPONSIVE ANNOUNCE ======================================== */
@media (max-width: 1199px) {
  .announces {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 959px;
    margin: 0 auto;
    top: -100px;
    margin-bottom: -300px;
    z-index: 10; }
  .announces .line90px {
    background-color: #AFA376;
    margin-bottom: 5px;
    width: 50px; }
  .prev-announce, .next-announce {
    display: inline-block;
    height: 150px;
    width: 200px;
    background-color: #F8F8F8;
    z-index: -1;
    margin-top: 75px;
    cursor: pointer; }
  .announces .main-block {
    height: 300px;
    width: 559px;
    background-color: #FFFFFF; }
  .announce-date {
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    display: inline-block; }
  .announce-date h4 {
    color: #AFA376;
    display: inline-block;
    font-size: 18pt;
    font-weight: 700;
    text-transform: uppercase; }
  .announce-date span h4 {
    font-size: 32pt;
    font-weight: 700; }
  .announce-title h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14pt; }
  .announce-content {
    height: 70px;
    overflow: hidden; }
  .announce-time h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16pt;
    color: #AFA376; }
  .announce-adress h4, .announce-organizer h4 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 9pt;
    color: #AFA376; }
  .announce-organizer h4 {
    text-transform: uppercase; }
  .prev-announce i {
    margin-left: 18px; }
  .next-announce i {
    margin-left: -30px; }
  .prev-announce i, .next-announce i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block; }
  .next-announce {
    text-align: right; }
  .next-announce .announce-date, .prev-announce .announce-date {
    margin-top: 50px;
    position: relative; }
  .next-announce .announce-date h4, .prev-announce .announce-date h4 {
    font-size: 10pt; }
  .next-announce .announce-date span h4, .prev-announce .announce-date span h4 {
    font-size: 24pt;
    margin-right: 10px; }
  /* OWL Carousel */
  .owl-carousel {
    width: 559px !important;
    height: 300px; }
  .owl-carousel .owl-wrapper-outer {
    width: 559px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    background-color: #FFFFFF; } }

@media (max-width: 999px) {
  .announces {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 700px;
    margin: 0 auto;
    top: -100px;
    margin-bottom: -300px;
    z-index: 10; }
  .announces .line90px {
    background-color: #AFA376;
    margin-bottom: 5px;
    width: 50px; }
  .prev-announce, .next-announce {
    display: inline-block;
    height: 150px;
    width: 50px;
    background-color: #F8F8F8;
    z-index: -1;
    margin-top: 75px;
    cursor: pointer; }
  .announces .main-block {
    height: 300px;
    width: 600px;
    background-color: #FFFFFF; }
  .announce-date {
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    display: inline-block; }
  .announce-date h4 {
    color: #AFA376;
    display: inline-block;
    font-size: 18pt;
    font-weight: 700;
    text-transform: uppercase; }
  .announce-date span h4 {
    font-size: 32pt;
    font-weight: 700; }
  .announce-title h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14pt; }
  .announce-content {
    height: 70px;
    overflow: hidden; }
  .announce-time h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16pt;
    color: #AFA376; }
  .announce-adress h4, .announce-organizer h4 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 9pt;
    color: #AFA376; }
  .announce-organizer h4 {
    text-transform: uppercase; }
  .prev-announce i {
    margin-left: 18px; }
  .next-announce i {
    margin-left: -30px; }
  .prev-announce i, .next-announce i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block; }
  .next-announce {
    text-align: right; }
  .next-announce .announce-date, .prev-announce .announce-date {
    margin-top: 50px;
    position: relative;
    display: none; }
  .next-announce .announce-date h4, .prev-announce .announce-date h4 {
    font-size: 10pt; }
  .next-announce .announce-date span h4, .prev-announce .announce-date span h4 {
    font-size: 24pt;
    margin-right: 10px; }
  /* OWL Carousel */
  .owl-carousel {
    width: 600px !important;
    height: 300px; }
  .owl-carousel .owl-wrapper-outer {
    width: 600px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    background-color: #FFFFFF; } }

@media (max-width: 768px) {
  .announces {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 500px;
    margin: 0 auto;
    top: -86.6666666667px;
    margin-bottom: -260px;
    z-index: 10; }
  .announces .line90px {
    background-color: #AFA376;
    margin-bottom: 5px;
    width: 50px; }
  .prev-announce, .next-announce {
    display: inline-block;
    height: 130px;
    width: 50px;
    background-color: #F8F8F8;
    z-index: -1;
    margin-top: 65px;
    cursor: pointer; }
  .announces .main-block {
    height: 260px;
    width: 400px;
    background-color: #FFFFFF; }
  .announce-date {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    display: inline-block; }
  .announce-date h4 {
    color: #AFA376;
    display: inline-block;
    font-size: 14pt;
    font-weight: 700;
    text-transform: uppercase; }
  .announce-date span h4 {
    font-size: 22pt;
    font-weight: 700; }
  .announce-title h2 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 11pt; }
  .announce-content {
    max-height: 90px;
    overflow: hidden; }
  .announce-time h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 11pt;
    color: #AFA376; }
  .announce-adress h4, .announce-organizer h4 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 9pt;
    color: #AFA376; }
  .announce-organizer h4 {
    text-transform: uppercase; }
  .prev-announce i {
    margin-left: 18px; }
  .next-announce i {
    margin-left: -30px; }
  .prev-announce i, .next-announce i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block; }
  .next-announce {
    text-align: right; }
  .next-announce .announce-date, .prev-announce .announce-date {
    margin-top: 50px;
    position: relative;
    display: none; }
  .next-announce .announce-date h4, .prev-announce .announce-date h4 {
    font-size: 10pt; }
  .next-announce .announce-date span h4, .prev-announce .announce-date span h4 {
    font-size: 24pt;
    margin-right: 10px; }
  /* OWL Carousel */
  .owl-carousel {
    width: 400px !important;
    height: 260px; }
  .owl-carousel .owl-wrapper-outer {
    width: 400px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    background-color: #FFFFFF; } }

@media (max-width: 560px) {
  .announces {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 300px;
    margin: 0 auto;
    top: -86.6666666667px;
    margin-bottom: -260px;
    z-index: 10; }
  .announces .line90px {
    display: none; }
  .prev-announce, .next-announce {
    display: none; }
  .announces .mobile-nav {
    position: absolute;
    display: inline-block;
    width: 300px;
    display: block;
    left: 0;
    bottom: 0; }
  .announces .mobile-nav .prev-announce, .announces .mobile-nav .next-announce {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    height: 50px;
    width: 145px;
    background-color: #F8F8F8;
    z-index: -1;
    margin-top: 0;
    cursor: pointer;
    text-align: center; }
  .announces .mobile-nav .next-announce {
    left: 155px; }
  .announces .main-block {
    height: 260px;
    width: 300px;
    background-color: #FFFFFF; }
  .announce-date {
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    display: inline-block; }
  .announce-date h4 {
    color: #AFA376;
    display: inline-block;
    font-size: 10pt;
    font-weight: 700;
    text-transform: uppercase; }
  .announce-date span h4 {
    font-size: 20pt;
    font-weight: 700; }
  .announce-title h2 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 8pt; }
  .announce-content {
    height: 100px;
    overflow: hidden;
    font-size: 8pt; }
  .announce-time h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 7pt;
    color: #AFA376; }
  .announce-adress h4, .announce-organizer h4 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 8pt;
    color: #AFA376; }
  .announce-organizer h4 {
    text-transform: uppercase; }
  .prev-announce i {
    margin-left: -10px; }
  .next-announce i {
    margin-left: 0px; }
  .prev-announce i, .next-announce i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block; }
  .next-announce {
    text-align: right; }
  .next-announce .announce-date, .prev-announce .announce-date {
    margin-top: 50px;
    position: relative;
    display: none; }
  .next-announce .announce-date h4, .prev-announce .announce-date h4 {
    font-size: 10pt; }
  .next-announce .announce-date span h4, .prev-announce .announce-date span h4 {
    font-size: 24pt;
    margin-right: 10px; }
  /* OWL Carousel */
  .owl-carousel {
    width: 300px !important;
    height: 260px; }
  .owl-carousel .owl-wrapper-outer {
    width: 300px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    background-color: #FFFFFF; }
  .post-gallery-single {
    margin: 0 auto;
    padding: 20px;
    display: inline-block;
    max-width: 100%; } }

/* ==================================================================================================== */
/* ========================================= RESPONSIVE VIDEO ========================================= */
@media (max-width: 999px) {
  .video-block {
    margin: 30px auto;
    padding: 0 10px; } }

@media (max-width: 768px) {
  .youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
    -webkit-filter: contrast(90%) brightness(90%);
    /* Safari */
    filter: contrast(90%) brightness(90%); }
  .youtube .play {
    background: transparent url("../../images/frontend/play.png") no-repeat center center;
    background-size: 55px 55px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .video-block {
    margin: 0px auto;
    padding: 0; }
  .video-block h2 {
    font-size: 14pt; }
  .video-block .line90px {
    background-color: #000000;
    margin-bottom: 5px;
    display: inline-block; }
  .mobile.first-video-title {
    display: inline-block; }
  .first-video-title {
    height: inherit;
    text-align: left;
    max-width: 300px;
    display: none; }
  .second-video-title {
    height: inherit;
    text-align: left;
    padding-top: 35px;
    max-width: 300px; }
  .second-video-title .line90px {
    margin-right: 0px; }
  .first-video-title .inner-title {
    padding: 0 0px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .second-video-title .inner-title {
    padding: 0 0px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .global-video {
    padding-top: 40px;
    padding-bottom: 130px;
    text-align: center;
    height: auto; }
  .first-video, .second-video {
    height: 300px;
    padding: 0px;
    max-width: 100%;
    margin: 0 auto; } }

@media (max-width: 560px) {
  .video-block h2 {
    font-size: 12pt; } }

/* ==================================================================================================== */
/* ================================== RESPONSIVE GLOBAL ANNOUNCEMENT ================================== */
@media (max-width: 999px) {
  .global-announce {
    position: relative;
    height: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    background-color: #FFFFFF;
    font-size: 9pt; } }

@media (max-width: 768px) {
  .global-video {
    position: inherit;
    width: 100%;
    background-color: #FFFFFF; }
  .global-announce {
    position: relative;
    height: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    background-color: #FFFFFF; }
  .global-announce article {
    height: 100%;
    width: 100%;
    padding: 10px;
    border: 1px solid #AFA376; } }

@media (max-width: 560px) {
  .global-video {
    position: relative;
    width: 100%;
    background-color: #FFFFFF; }
  .global-announce {
    position: relative;
    height: auto;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    padding: 10px;
    background-color: #FFFFFF; }
  .global-announce article {
    height: 100%;
    width: 100%;
    padding: 10px;
    border: 1px solid #AFA376; } }

/* ==================================================================================================== */
/* ======================================== RESPONSIVE CALENDAR ======================================= */
@media screen and (max-width: 720px) {
  .weekdays li, .days li {
    width: 13.1%; } }

@media screen and (max-width: 420px) {
  .weekdays li, .days li {
    width: 12.5%; }
  .days li .active {
    padding: 2px; } }

@media screen and (max-width: 290px) {
  .weekdays li, .days li {
    width: 12.2%; } }

/* ==================================================================================================== */
/* ====================================== RESPONSIVE HOME LINKS ======================================= */
@media (max-width: 999px) {
  .posters {
    padding: 0px;
    margin: 0px; }
  .poster {
    background-color: #FFFFFF;
    margin-top: 50px;
    padding: 10px; }
  .link-with-poster {
    width: 100%;
    padding-bottom: 20px; }
  .poster-title {
    padding: 0 20px;
    height: 80px; }
  .poster-title h2 {
    font-size: 10pt;
    font-weight: 600;
    text-transform: inherit;
    line-height: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

/* ============================================== CONTENT END ========================================= */
/* ==================================================================================================== */
/* ================================================= PAGE ============================================= */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* =========================================== PAGE STYLES ============================================ */
/* ==================================================================================================== */
/* #################################################################################################### */
.inner-page-image {
  width: 80%;
  max-height: 400px; }

.inner-page-image img {
  max-height: 400px;
  max-width: 100%; }

/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ==================================================================================================== */
/* ===================================== RESPONSIVE CONTENT BLOCK ===================================== */
/* ==================================================================================================== */
/* =================================== Responsive container widths: =================================== */
/* ====================== || At screen min-width: 560px;  Container = 300px   || ====================== */
/* ====================== || At screen min-width: 768px;  Container = 750px   || ====================== */
/* ====================== || At screen min-width: 992px;  Container = 970px   || ====================== */
/* ====================== || At screen min-width: 1200px; Container = 1170px  || ====================== */
/* ================================= Responsive container widths END ================================== */
/* ==================================================================================================== */
/* @media(max-width: 1199px)|@media(max-width: 999px)|@media(max-width: 768px)|@media(max-width: 560px) */
/* ==================================================================================================== */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ======================================= RESPONSIVE CONTENT ========================================= */
@media (max-width: 768px) {
  .inner-page-image {
    width: 90%;
    height: inherit; } }

/* =============================================== PAGE END =========================================== */
/* ==================================================================================================== */
/* =============================================== LOWLEVEL =========================================== */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ========================================= LOWLEVEL STYLES ========================================== */
/* ==================================================================================================== */
/* #################################################################################################### */
.special-nav-line {
  margin: 30px 0;
  text-align: center; }

.low-level-content {
  display: inline-block;
  width: 100%;
  padding: 40px;
  margin-bottom: 40px;
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px; }

.low-level-content h2 {
  text-align: center;
  font-size: 16pt;
  font-weight: 500;
  margin-bottom: 20px; }

.map-header-container {
  height: 400px;
  width: 100%; }

.pdf-iframe {
  border: 1px solid #ccc;
  width: 100%;
  height: 900px; }

/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ==================================================================================================== */
/* ===================================== RESPONSIVE CONTENT BLOCK ===================================== */
/* ==================================================================================================== */
/* =================================== Responsive container widths: =================================== */
/* ====================== || At screen min-width: 560px;  Container = 300px   || ====================== */
/* ====================== || At screen min-width: 768px;  Container = 750px   || ====================== */
/* ====================== || At screen min-width: 992px;  Container = 970px   || ====================== */
/* ====================== || At screen min-width: 1200px; Container = 1170px  || ====================== */
/* ================================= Responsive container widths END ================================== */
/* ==================================================================================================== */
/* @media(max-width: 1199px)|@media(max-width: 999px)|@media(max-width: 768px)|@media(max-width: 560px) */
/* ==================================================================================================== */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ======================================= RESPONSIVE CONTENT ========================================= */
@media (max-width: 768px) {
  .pdf-iframe {
    height: 550px; } }

@media (max-width: 560px) {
  .low-level-content {
    padding: 15px;
    font-size: 10pt !important; }
  .low-level-content h2 {
    font-size: 12pt; }
  .pdf-iframe {
    height: 450px; } }

/* ============================================ LOWLEVEL END ========================================== */
/* ==================================================================================================== */
/* =============================================== MIDLEVEL =========================================== */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ========================================= MIDLEVEL STYLES ========================================== */
/* ==================================================================================================== */
/* #################################################################################################### */
.loaded-data-container {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 20px;
  margin: 10px 0px 20px 0px;
  display: inline-block;
  box-shadow: 0px 0px 8px 0 transparent, 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: relative; }

.loaded-data-container:hover {
  box-shadow: 0 0px 4px 0 transparent, 0 0px 4px 0 rgba(0, 0, 0, 0.2); }

.loaded-image-container {
  height: 200px;
  width: 20%;
  padding: 0 20px;
  float: left; }

.loaded-image {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important; }

.loaded-text-container {
  background-color: #FFFFFF;
  text-align: left;
  float: left;
  font-size: 10pt;
  min-height: 70px;
  text-align: justify;
  width: 80%; }

.loaded-text-container h2 {
  word-wrap: break-word;
  font-size: 14pt;
  text-align: center;
  line-height: 30px;
  font-weight: 600; }

.loaded-date {
  float: right;
  text-align: right;
  color: #AFA376;
  padding-top: 10px;
  width: 80%; }

/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ==================================================================================================== */
/* ===================================== RESPONSIVE CONTENT BLOCK ===================================== */
/* ==================================================================================================== */
/* =================================== Responsive container widths: =================================== */
/* ====================== || At screen min-width: 560px;  Container = 300px   || ====================== */
/* ====================== || At screen min-width: 768px;  Container = 750px   || ====================== */
/* ====================== || At screen min-width: 992px;  Container = 970px   || ====================== */
/* ====================== || At screen min-width: 1200px; Container = 1170px  || ====================== */
/* ================================= Responsive container widths END ================================== */
/* ==================================================================================================== */
/* @media(max-width: 1199px)|@media(max-width: 999px)|@media(max-width: 768px)|@media(max-width: 560px) */
/* ==================================================================================================== */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ======================================= RESPONSIVE CONTENT ========================================= */
@media (max-width: 1199px) {
  .loaded-text-container h2 {
    font-size: 12pt;
    line-height: 26px; } }

@media (max-width: 991px) {
  .loaded-image-container {
    height: 200px;
    width: 30%; }
  .loaded-text-container {
    font-size: 9pt;
    width: 70%; }
  .loaded-text-container h2 {
    font-size: 10pt;
    line-height: 20px; }
  .loaded-date {
    width: 70%; } }

@media (max-width: 768px) {
  .loaded-image-container {
    height: 200px;
    width: 100%; }
  .loaded-image-container.no_photo {
    display: none !important; }
  .loaded-text-container {
    font-size: 9pt;
    width: 100%; }
  .loaded-text-container h2 {
    font-size: 10pt;
    line-height: 20px;
    padding-top: 10px; }
  .loaded-date {
    width: 70%; } }

@media (max-width: 560px) {
  .loaded-image-container {
    height: 150px;
    width: 100%; }
  .loaded-image-container.no_photo {
    display: none !important; }
  .loaded-text-container {
    font-size: 7pt;
    width: 100%; }
  .loaded-text-container h2 {
    font-size: 8pt;
    line-height: 18px;
    padding-top: 10px; }
  .loaded-date {
    width: 70%; } }

/* ============================================ LOWLEVEL END ========================================== */
/* ==================================================================================================== */
/* =============================================== TOPLEVEL =========================================== */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ========================================= TOPLEVEL STYLES ========================================== */
/* ==================================================================================================== */
/* #################################################################################################### */
.top-page-nav-container {
  background-color: #FFFFFF;
  padding: 50px 20px;
  margin: 10px 0px 20px 0px;
  display: inline-block;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.09);*/
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  border-radius: 3px; }

.top-page-nav-container:hover {
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 7px 0 rgba(0, 0, 0, 0.29); */
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 12px 0 rgba(0, 0, 0, 0.09);
}

.page-image-top {
  background-color: #FFFFFF;
  max-height: 200px;
  min-height: 200px; }

.page-image-top img {
  margin: 0 auto; }

.page-title-top {
  background-color: #FFFFFF;
  text-align: left;
  font-size: 10pt;
  min-height: 70px; }

.page-title-top h2 {
  word-wrap: break-word;
  font-size: 13pt;
  text-align: center;
  padding-top: 20px; }

.page-date-top {
  text-align: right;
  color: #AFA376;
  padding-top: 10px; }

.page-image-top img {
  width: auto;
  max-height: 200px; }

/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ==================================================================================================== */
/* ===================================== RESPONSIVE CONTENT BLOCK ===================================== */
/* ==================================================================================================== */
/* =================================== Responsive container widths: =================================== */
/* ====================== || At screen min-width: 560px;  Container = 300px   || ====================== */
/* ====================== || At screen min-width: 768px;  Container = 750px   || ====================== */
/* ====================== || At screen min-width: 992px;  Container = 970px   || ====================== */
/* ====================== || At screen min-width: 1200px; Container = 1170px  || ====================== */
/* ================================= Responsive container widths END ================================== */
/* ==================================================================================================== */
/* @media(max-width: 1199px)|@media(max-width: 999px)|@media(max-width: 768px)|@media(max-width: 560px) */
/* ==================================================================================================== */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ======================================= RESPONSIVE CONTENT ========================================= */
@media (max-width: 1199px) {
  .page-title-top h2 {
    font-size: 12pt; } }

@media (max-width: 999px) {
  .page-title-top {
    font-size: 10pt; }
  .page-title-top h2 {
    font-size: 12pt; }
  .page-image-top {
    min-height: inherit; } }

@media (max-width: 768px) {
  .page-title-top {
    padding-top: 20px;
    font-size: 10pt; }
  .page-title-top h2 {
    font-size: 12pt; } }

@media (max-width: 560px) {
  .page-excerpt-top {
    display: none; } }

@media (max-width: 360px) {
  .page-title-top {
    padding: 5px; }
  .page-title-top h2 {
    font-size: 10pt; }
  .top-page-nav-container {
    padding: 20px 5px; } }

/* ============================================ TOPLEVEL END ========================================== */
/* ==================================================================================================== */
/* =========================================== TRANSLATEFROMDB ======================================== */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ===================================== TRANSLATEFROMDB STYLES ======================================= */
/* ==================================================================================================== */
/* #################################################################################################### */
.clergies-from-db {
  padding-top: 15px; }

.clergies-from-db h3 {
  text-align: left; }

.clergies-from-db h3 span {
  font-size: 15pt; }

.clergie-photo {
  background-color: #FFFFFF;
  max-width: 300px; }

.clergie-photo img {
  margin: 0 auto; }

.clergie-big-info {
  padding-left: 45px; }

/* Announce block */
.announce-block-list {
  margin-bottom: 20px; }

.announce-block-list .main-block {
  padding: 0 45px 45px 45px;
  background-color: #FFFFFF;
  height: 200px;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px; }

/* Links block */
.link-block-list {
  margin-bottom: 20px; }

.link-block-list .main-block {
  padding: 15px;
  background-color: #FFFFFF;
  height: auto;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px; }

.link-block-list .main-block h2 {
  font-size: 12pt; }

/* ==================================================================================================== */
/* ========================================== ANNOUNCE BLOCK ========================================== */
.announce-poster {
  max-width: 600px;
  height: 300px;
  margin: 0 auto;
  text-align: center; }

.announce-poster img {
  height: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover; }

.announceblock .announce-content.inner {
  max-height: inherit;
  height: inherit; }

/* #################################################################################################### */
/* ==================================================================================================== */
/* ============================================= FASTW.EU ============================================= */
/* ==================================================================================================== */
/* ===================================== RESPONSIVE CONTENT BLOCK ===================================== */
/* ==================================================================================================== */
/* =================================== Responsive container widths: =================================== */
/* ====================== || At screen min-width: 560px;  Container = 300px   || ====================== */
/* ====================== || At screen min-width: 768px;  Container = 750px   || ====================== */
/* ====================== || At screen min-width: 992px;  Container = 970px   || ====================== */
/* ====================== || At screen min-width: 1200px; Container = 1170px  || ====================== */
/* ================================= Responsive container widths END ================================== */
/* ==================================================================================================== */
/* @media(max-width: 1199px)|@media(max-width: 999px)|@media(max-width: 768px)|@media(max-width: 560px) */
/* ==================================================================================================== */
/* #################################################################################################### */
/* ==================================================================================================== */
/* ======================================= RESPONSIVE CONTENT ========================================= */
@media (max-width: 1199px) {
  .announceblock .announce-content.inner {
    max-height: inherit; } }

@media (max-width: 999px) {
  .announceblock .announce-content.inner {
    max-height: inherit; } }

@media (max-width: 768px) {
  .announceblock .announce-content.inner {
    max-height: inherit; } }

@media (max-width: 560px) {
  .announceblock .announce-content.inner {
    max-height: inherit; } }

/* ========================================= TRANSLATEFROMDB END ====================================== */
/* ==================================================================================================== */
/* ========================================== RESPONSIVE FRONTEND ===================================== */
/* ======================================== RESPONSIVE FRONTEND END =================================== */
.class01 {
  display: inline-block;
  width: 100%;
  height: 600px; }

.class02 {
  width: 100%;
  height: 100%;
  background-size: cover; }

.class03 {
  padding: 0 30px; }

.class04 {
  background-color: white;
  padding-bottom: 20px; }

.class05 {
  padding: 40px 0; }

.class06 {
  margin: 20px auto; }

.class07 {
  position: relative; }

.class08 {
  background: url("/../../../../images/frontend/no_photo1.png"); }

.class09 {
  padding-top: 15px;
  padding-bottom: 5px; }

.class10 {
  padding-top: 10px;
  padding-bottom: 5px; }

.class11 {
  text-transform: uppercase; }

.class12 {
  width: 100%;
  height: 100%; }

.class-center-text {
  text-align: center; }




/*CUSTOM CHANGES*/
/*.fancybox-image, .fancybox-spaceball {
  width: initial !important;
  height: initial !important;
}*/

#filteringMessage {
  text-align: center;
  padding-bottom: 20px;
}
#filteringMessage span {
  text-align: center;
  font-weight: 700;
}
#start_filtering {
  cursor: pointer;
}
#filteringError {
  font-weight: 700;
  color: #AA0114;
  text-align: center;
  padding-bottom: 20px;
}
.issuuembed {
  width: 100% !important;
}
.height900 {
  height: 900px;
}
.px15 {
  width: 100%;
  height: 15px;
}

#close_search {
  width: 30px;
  float: right;
  cursor: pointer;
}

#searchrequest {
  padding: 0 15px;
}

#startsearch, .open-clergy-modal {
  cursor: pointer;
}

#searchcontent {
  float:right;
  display: none;
  position: absolute;
  max-width: 600px;
  z-index:9999999;
  border: 1px solid rgba(0, 0, 0, .5);
  background-color: rgba(255, 255, 255, .95);
  
  color: #000;
  margin: 0 auto;
  text-align: left;
  padding: 0 30px 60px;
  right: 0;
  top: 80px;
}

.search-results-header {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .9);
}


.search-results-container {
  max-height:600px;
  overflow-y: scroll;

}



#searchcontent div {
  margin: 0 auto;
  line-height: initial;
}

.search-results-container .heading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

#searchcontent p {
  margin: 0 auto;
  padding: 7px 0;
  line-height: initial;
}

.next-announce i {
  right: 20px;
  margin-left: initial;
}
.post-color {
  color: #008000 !important;
}

.video-color {
  color: #B5651D !important;
}

.magazine-color {
  color: #4571DA !important;
}

.page-color {
  color: #999999 !important;
}

.announce-color {
  color: #FF9900 !important;
}

.clergy-color {
  color: #89302C !important;
}

@media (max-width: 1600px) {
  .post-image {
    width: 250px; 
  }
}

@media (max-width: 1200px) {
  .post-image {
    width: 200px; 
  }
}

@media (max-width: 991px) {
  .post-title h2 {
    font-size: 13pt;
    padding-bottom: 10px;
  }
  .post-body {
    font-size: 10pt;
  }
}

@media (max-width: 560px) {
  h2, .h2 {
    font-size: 20px;
}
  .filter-row .filter-from, .filter-row .filter-to {
    width: 100%; 
  }
  .filter-row .filter-buttons span a {
    float: initial;
  }
  .post-image {
    width: 100%;
    padding-bottom: 15px;
  }
  .post-image img {
    max-width: 100%;
    width: initial;
  }
}
