/*
Theme Name: Villa Porto Vista Bol
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 10.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
OnePress is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Elements
7.0  Widgets
8.0  Sections
9.0  External Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* Reset already include in bootstrap */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html, body {
 margin: 0;
 padding: 0;
 height: 100%;
}
html {
 box-sizing: border-box;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 font-size: 62.5%;
}
body {
 background: #ffffff;
 height: 100%;
}
.site {
 background: #FFFFFF;
 position: relative;
}
body, button, input, select, textarea {
 font-family: 'Poppins', sans-serif;
 font-size: 1.5rem;
 line-height: 1.7;
 color: #576566;
}
.features {
 text-align: center
}
.features li {
 display: inline-block;
 list-style: none;
 max-width: 12%
}
pre, code, input, textarea {
 font: inherit;
}
::-moz-selection {
 background: #000000;
 color: #FFFFFF;
}
::selection {
 background: #000000;
 color: #FFFFFF;
}
@media (min-width: 1300px) {
 .container {
  width: 1200px;
  max-width: 100%;
 }
 @media (min-width: 1440px) {
  .container {
   width: 1340px;
   max-width: 100%;
  }
 }
}
@media (max-width: 1200px) {
 .container {
  width: 98%;
  max-width: 100%;
 }
}
body .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
 z-index: 1000000 !important;
 position: absolute !important;
}
#myModal2 #ui-datepicker-div, #ui-datepicker-div {
 z-index: 99999999 !important;
}
.modal {
 z-index: 9000000
}
.modal.right .modal-dialog {
 position: fixed;
 margin: auto;
 width: 40%;
 max-width: 40%;
 height: 100%;
 -webkit-transform: translate3d(0%, 0, 0);
 -ms-transform: translate3d(0%, 0, 0);
 -o-transform: translate3d(0%, 0, 0);
 transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
 height: 100%;
 overflow-y: auto;
 background: #001046;
 color: #fff;
}
.modal.right .modal-body {
 padding: 15px 30px 80px;
}
/*Right*/
.modal.right.fade .modal-dialog {
 right: -40%;
 -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
 -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
 transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
 right: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
 border-radius: 0;
 border: none;
}
.modal-header {
 border-bottom-color: #666;
 background-color: transparent;
 padding-left: 3rem;
 padding-right: 3rem;
 color: #fff;
}
.modal-header .close {
 float: right;
 font-size: 3rem;
 font-weight: 300;
 line-height: 1;
 color: #fff;
 text-shadow: none;
 opacity: 1;
}
.modal-header h4 {
 color: #fff;
}
header .languages {
 float: right
}
header .wpml-ls-legacy-list-horizontal {
 padding: 0 0 0 30px;
 margin-top: -2px
}
header .wpml-ls-legacy-list-horizontal a {
 padding: 0 10px;
 font-weight: 600;
 font-size: 14px;
 color: #fff !important;
 line-height: inherit !important
}
.home header.no-scroll .wpml-ls-legacy-list-horizontal a {
 color: #fff
}
.home header.no-scroll .wpml-ls-legacy-list-horizontal a:hover, header.no-scroll .wpml-ls-legacy-list-horizontal a:focus {
 color: #FFF;
 text-decoration: none
}
/*------------------------------
	2.2 Links
------------------------------*/
*:focus {
 outline: none;
}
a {
 color: #03c4eb;
 text-decoration: none;
 outline: none;
}
a:hover {
 text-decoration: none;
 color: #777777;
 text-decoration: underline;
}
a:active, a:focus, a:hover {
 outline: none;
}
.feature-item {
 position: relative
}
/*------------------------------
	2.3 Heading
------------------------------*/
h1, h2, h3, h4, h5, h6 {
 clear: both;
 font-family: 'Martel', serif;
 font-weight: 600;
 margin-bottom: 15px;
 margin-bottom: 15px;
 margin-bottom: 0.9375rem;
 margin-top: 0;
 color: #203334
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 text-decoration: none;
}
h1 {
 line-height: 1.3;
 font-size: 33px;
 font-size: 3.3rem;
}
@media (min-width: 768px) {
 h1 {
  font-size: 40px;
  font-size: 4rem;
  color: #203334
 }
}
h1 span {
 font-weight: bold;
}
h2 {
 line-height: 1.2;
 font-size: 25px;
 font-size: 2.5rem;
 color: #203334
}
@media (min-width: 768px) {
 h2 {
  font-size: 32px;
  font-size: 3.2rem;
 }
}
h3 {
 font-size: 20px;
 font-size: 2rem;
 font-weight: 600;
 line-height: 1.4;
 font-family: 'Poppins', sans-serif;
}
h4, .hero-content-style1 h2 {
 font-size: 18px;
 font-size: 1.8rem;
 margin-bottom: 12px;
 font-family: 'Poppins', sans-serif;
 text-transform: uppercase;
 font-weight: 400
}
h5 {
 text-transform: uppercase;
 font-weight: 700;
 font-family: 'Poppins', sans-serif;
}
h6 {
 font-weight: 700;
 text-transform: uppercase;
}
/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
 margin-bottom: 15px;
 margin-bottom: 0.9375rem;
 margin-top: 0;
}
/*------------------------------
	2.5 Content
------------------------------*/
img {
 height: auto;
 max-width: 100%;
 vertical-align: middle;
}
b, strong {
 font-weight: bold;
}
blockquote {
 clear: both;
 margin: 20px 0;
}
blockquote p {
 font-style: italic;
}
blockquote cite {
 font-style: normal;
 margin-bottom: 20px;
 font-size: 13px;
}
dfn, cite, em, i {
 font-style: italic;
}
figure {
 margin: 0;
}
address {
 margin: 20px 0;
}
hr {
 border: 0;
 border-top: 1px solid #e9e9e9;
 height: 1px;
 margin-bottom: 20px;
}
tt, kbd, pre, code, samp, var {
 font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
 background-color: #e9e9e9;
 padding: 5px 7px;
 border-radius: 2px;
}
pre {
 overflow: auto;
 white-space: pre-wrap;
 max-width: 100%;
 line-height: 1.7;
 margin: 20px 0;
 padding: 20px;
}
details summary {
 font-weight: bold;
 margin-bottom: 20px;
}
details :focus {
 outline: none;
}
abbr, acronym, dfn {
 cursor: help;
 font-size: .95em;
 text-transform: uppercase;
 border-bottom: 1px dotted #e9e9e9;
 letter-spacing: 1px;
}
mark {
 background-color: #fff9c0;
 text-decoration: none;
}
small {
 font-size: 82%;
}
big {
 font-size: 125%;
}
ul, ol {
 padding-left: 20px;
}
ul {
 list-style: disc;
}
ol {
 list-style: decimal;
}
ul li, ol li {
 margin: 8px 0;
}
dt {
 font-weight: bold;
}
dd {
 margin: 0 20px 20px;
}
/*------------------------------
	2.6 Table
------------------------------*/
table {
 width: 100%;
 margin-bottom: 20px;
 border: 1px solid #e9e9e9;
 border-collapse: collapse;
 border-spacing: 0;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
 border: 1px solid #e9e9e9;
 line-height: 1.42857;
 padding: 5px;
 vertical-align: middle;
}
table > thead > tr > th, table > thead > tr > td {
 border-bottom-width: 2px;
}
table th {
 font-size: 14px;
 text-transform: uppercase;
}
/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
 padding: 20px;
 border: 1px solid #e9e9e9;
}
input[type="reset"], input[type="submit"], input[type="submit"], .pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
 cursor: pointer;
 background: transparent;
 border: none;
 display: inline-block;
 outline: none;
 color: #FFFFFF;
 letter-spacing: 0;
 line-height: 1;
 border-radius: 0;
 box-shadow: none;
 margin: 0;
 text-decoration: none;
 padding: 1rem 2rem
}
textarea {
 resize: vertical;
 width: 100%;
}
select {
 max-width: 100%;
 overflow: auto;
 vertical-align: top;
 outline: none;
 border: 1px solid #e9e9e9;
 padding: 10px;
}
textarea:not(.editor-post-title__input), input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
 padding: 10px;
 max-width: 100%;
 border: 0px;
 font-size: 15px;
 font-weight: normal;
 line-height: 22px;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 transition: all 0.2s linear;
 -moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
 -o-transition: all 0.2s linear;
 background-color: #f2f2f2;
 border-bottom: 1px solid #fff;
 box-sizing: border-box;
 color: #000000;
}
.selectarea {
 padding: 3rem 2rem;
}
.selectarea span.wpcf7-list-item {
 display: block;
}
textarea:not(.editor-post-title__input):focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 transition: all 0.2s linear;
 -moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
 -o-transition: all 0.2s linear;
 border-color: #EBEBEB;
 border-bottom: 1px solid #fff !important;
 background: #e9e9e9;
}
button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type="radio"], input[type="checkbox"] {
 margin: 0 10px;
}
/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
 clip: rect(1px, 1px, 1px, 1px);
 position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
 background-color: #f8f9f9;
 border-radius: 3px;
 clip: auto !important;
 color: #03c4eb;
 display: block;
 height: auto;
 left: 5px;
 line-height: normal;
 padding: 17px;
 text-decoration: none;
 top: 5px;
 width: auto;
 z-index: 100000; /* Above WP toolbar */
}
/*------------------------------
	2.8 Accessibility
------------------------------*/
/*------------------------------
	2.9 Alignments
------------------------------*/
.alignleft {
 display: inline;
 float: left;
 margin-right: 3.5em;
}
.alignright {
 display: inline;
 float: right;
 margin-left: 3.5em;
}
.aligncenter {
 clear: both;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
/*------------------------------
	3.0 Clearings
------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
 content: "";
 display: table;
 clear: both;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
 clear: both;
}
/*------------------------------
	3.1 Infinite Scroll
------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
 /* Theme Footer (when set to scrolling) */
 display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
 display: block;
}
/*------------------------------
	3.1 Helper.
------------------------------*/
.hide {
 display: none;
}
.clearleft {
 clear: left;
}
.break, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
 word-break: break-word;
 word-wrap: break-word;
}
body.mce-content-body {
 margin: 20px 40px;
 font-size: 13px;
}
/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
#primary {
 padding-bottom: 40px;
 padding-top: 80px;
}
.template-fullwidth-stretched #primary, .siteorigin-panels #primary {
 padding: 0;
}
.template-fullwidth-stretched .entry-content, .siteorigin-panels .entry-content {
 margin-bottom: 0px;
}
#secondary {
 padding-top: 76px;
 padding-bottom: 40px;
}
.content-area {
 width: 100%;
 float: none;
}
@media screen and (min-width: 940px) {
 .content-area {
  float: left;
 }
}
.sidebar {
 width: 100%;
 float: none;
}
@media screen and (min-width: 940px) {
 .sidebar {
  width: 38.2252252252%;
  float: left;
 }
}
.left-sidebar .site-main {
 margin-left: auto;
}
.no-sidebar .content-area {
 width: 100%;
}
.single-post .no-sidebar .site-main, .single-post .no-sidebar .entry-content > * {
 margin-left: auto;
 margin-right: auto;
}
@media screen and (min-width: 940px) {
 .left-sidebar .content-area {
  float: right;
  padding-left: 39px;
  border-left: 1px solid #e9e9e9;
  margin-right: 1px;
  width: 74.7747747748%;
 }
 .left-sidebar .sidebar {
  padding-right: 39px;
  border-right: 1px solid #e9e9e9;
  margin-right: -1px;
 }
 .right-sidebar .content-area {
  padding-right: 40px;
  width: 61.7747747748%;
 }
 .right-sidebar .sidebar {
  padding-left: 40px;
 }
}
/**
Footer widgets
 */
.footer-widgets {
 background: #050505;
}
.footer-widgets.section-padding {
 padding: 70px 0px 35px;
 padding: 4.375rem 0px 2.1875rem;
}
.footer-widgets table {
 border-collapse: collapse;
}
.footer-widgets table > thead > tr > th, .footer-widgets table > thead > tr > td {
 border-width: 1px;
}
.footer-widgets table th, .footer-widgets table td {
 border-color: rgba(233, 233, 233, 0.4);
}
.footer-widgets .widget-title {
 color: #ffffff;
}
.footer-widgets .widget-area .widget_categories li, .footer-widgets .widget-area .widget_archive li, .footer-widgets .widget-area .widget_meta li {
 width: 100% !important;
 float: none;
}
.footer-widgets .widget_recent_entries ul li, .footer-widgets .widget_recent_comments ul li {
 border-bottom: 0px none;
 padding: 5px 0px;
 margin-bottom: 0px;
}
.footer-widgets .sidebar .widget {
 margin-bottom: 30px;
}
/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
 line-height: 100px;
 position: absolute;
 width: 100%;
 z-index: 1000;
 -webkit-transition: all 1s ease-out;
 /* Safari */
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;
 background: rgba(0, 16, 70, .3) !important
}
.site-branding img {
 margin-top: -12px;
}
.site-header.header-fixed {
 top: 0px;
 left: 0px;
 position: fixed;
 z-index: 1000
}
.site-header .site-logo-div img {
 max-width: none;
 width: 100%;
 height: auto;
 margin-top: 4px;
}
.site-header.header-fixed .site-logo-div img {
 -webkit-transition: all 1s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;
}
.site-header.header-fixed.no-scroll {
 line-height: 140px;
}
.site-header .custom-logo-transparent {
 display: none;
}
.site-header.header-fixed.no-scroll {
 line-height: 120px !important;
}
.followWrap {
 display: block;
}
.header-full-width .container {
 max-width: auto;
 width: auto;
}
@media screen and (min-width: 940px) {
 .header-full-width .container {
  padding-left: 30px;
  padding-right: 30px;
 }
}
.is-transparent .followWrap {
 z-index: 99;
 width: 100%;
 background: transparent;
 position: absolute;
 top: 0px;
 display: block;
}
.is-transparent .site-header {
 background: transparent;
 position: fixed;
 top: 0px;
}
.is-transparent .site-header.no-sticky {
 position: absolute;
 top: auto;
}
.is-transparent .site-header.no-scroll {
 box-shadow: none;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo-transparent {
 display: inline-block;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo {
 display: none;
}
.is-transparent .site-header.no-scroll #nav-toggle span {
 background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle span::before, .is-transparent .site-header.no-scroll #nav-toggle span::after {
 background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle.nav-is-visible span {
 background-color: transparent;
}
.is-transparent .site-header.header-fixed {
 background: #ffffff;
}
.is-transparent .site-header.header-fixed.no-scroll {
 background: transparent;
 box-shadow: none;
}
@media screen and (min-width: 1140px) {
 .is-transparent .no-scroll.site-header .onepress-menu > li > a {
  color: rgba(255, 255, 255, 0.9);
 }
}
.is-transparent .hero-slideshow-fullscreen .hero__content {
 padding-top: 50px;
 padding-top: 3.125rem;
}
.site-branding {
 float: left;
 max-width: 270px;
 min-width: 200px;
}
.site-branding .site-image-logo {
 display: block;
}
¸ .site-branding .no-logo-img.has-desc .site-title, .site-branding .has-logo-img .site-title {
 margin-top: -5px;
 position: relative;
}
.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
 font-size: 12px;
 line-height: 14px;
 margin-bottom: 0;
 position: relative;
 top: -15px;
 color: #000000;
}
.home.header-transparent .no-scroll .site-brand-inner, .home.header-transparent .no-scroll .site-text-logo {
 color: #fff;
}
.header-social {
 margin-left: 0px;
 float: right;
}
@media screen and (min-width: 940px) {
 .header-social {
  margin-left: 10px;
 }
}
@media screen and (max-width: 576px) {
 .header-social {
  display: none;
 }
}
.header-social a {
 display: block;
 height: 100%;
 float: left;
 margin-left: 0px;
 margin-top: -2px;
 color: #03c4eb;
}
@media screen and (min-width: 940px) {
 .header-social a {
  margin-left: 3px;
 }
}
.header-social a:hover {
 color: #000000;
 -webkit-transition: all 0.2s linear 0s;
 transition: all 0.2s linear 0s;
}
.header-social .fa-stack-1x, .header-social .fa-stack-2x {
 position: absolute;
 left: 0;
 width: 100%;
 text-align: center;
}
.header-social .fa-stack-1x {
 line-height: inherit;
}
.header-social .fa-stack-2x {
 font-size: 2em;
}
.header-social .fa-inverse {
 color: #ffffff;
}
.header-btn {
 float: right;
}
/* Site Navigation */
.onepress-menu, .onepress-menu * {
 margin: 0;
 padding: 0;
 list-style: none;
}
.onepress-menu {
 float: right;
 position: relative;
 z-index: 10000
}
.onepress-menu ul ul {
 top: 0;
 left: 100%;
}
.onepress-menu li {
 position: relative;
}
.onepress-menu > li {
 float: left;
}
.onepress-menu li:hover > ul, .onepress-menu li.sfHover > ul {
 display: block;
}
.onepress-menu a {
 display: block;
 position: relative;
}
.onepress-menu li {
 white-space: nowrap;
 *white-space: normal;
 -webkit-transition: background 0.2s;
 transition: background 0.2s;
}
.onepress-menu li:hover, .onepress-menu li.sfHover {
 -webkit-transition: none;
 transition: none;
}
.onepress-menu a {
 color: #fff !important;
 padding-left: 17px;
 padding-right: 17px;
 font-size: 14px;
 font-weight: 600;
 text-transform: uppercase;
 text-decoration: none;
 zoom: 1;
}
.onepress-menu a:hover {
 color: #03c4eb;
}
.onepress-menu ul {
 position: absolute;
 display: none;
 top: 100%;
 left: 0;
 z-index: 99;
 min-width: 12em;
 *width: 12em;
 border-top: none;
 background: rgba(0, 16, 70, .3) !important;
 padding-bottom: 2rem;
}
.onepress-menu ul li {
 line-height: 26px;
}
.onepress-menu ul li a {
 padding: 8px 18px;
 color: #fff;
 font-size: 13px;
 text-transform: uppercase;
}
.onepress-menu ul li a:hover {
 color: #03c4eb;
}
.onepress-menu li.onepress-current-item > a {
 color: #03c4eb;
}
.onepress-menu ul li.current-menu-item > a {
 color: #03c4eb;
}
.onepress-menu > li:last-child > a {
 padding-right: 0px;
}
.onepress-menu > li a.menu-actived {
 color: #03c4eb;
}
.onepress-menu .nav-toggle-subarrow {
 display: none;
}
#nav-toggle {
 display: none;
 margin-left: 15px;
}
@media screen and (max-width: 1200px) {
 .is-transparent .site-header .onepress-menu li a::after {
  display: none
 }
 .main-navigation {
  position: static;
 }
 .main-navigation .onepress-menu {
  display: block;
  height: 100vh !important;
  overflow: hidden;
  width: 350px;
  position: fixed;
  top: 0 !important;
  right: -350px;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #012350;
  padding-top: 132px;
  text-align: right;
  z-index: 200
 }
 .onepress-menu.menu-large {
  display: none
 }
 .onepress-menu.menu-mobile {
  display: block !important
 }
 .onepress-menu.menu-mobile .btn {
  margin: 2rem 3.5rem 0
 }
 .onepress-menu.onepress-menu-mobile {
  right: 0;
  z-index: 200;
  overflow: auto !important;
 }
 .onepress-menu.onepress-menu-mobile > li > a {
  padding: 12px 40px 12px 20px;
 }
 .onepress-menu.onepress-menu-mobile li.current-menu-item > a {
  color: #fff;
 }
 .onepress-menu.onepress-menu-mobile li:hover ul {
  display: none;
 }
 .onepress-menu.onepress-menu-mobile ul {
  box-shadow: none;
  padding-bottom: 0;
  border: none;
  position: relative;
  width: auto;
  left: auto;
  transform: translateX(0);
  text-align: right;
  background: transparent;
 }
 .onepress-menu.onepress-menu-mobile ul:before {
  display: none
 }
 .onepress-menu.onepress-menu-mobile ul li:last-child {
  border-bottom: none;
 }
 .onepress-menu.onepress-menu-mobile ul li a {
  padding: 12px 72px 12px 35px;
  border-top: none;
 }
 .onepress-menu.onepress-menu-mobile ul li a:hover {
  background: transparent;
 }
 .onepress-menu.onepress-menu-mobile ul li li a {
  padding: 12px 70px 12px 10px;
  border-top: none;
 }
 .onepress-menu.onepress-menu-mobile ul li li li a {
  padding: 12px 105px;
 }
 .onepress-menu.onepress-menu-mobile ul ul {
  left: 0px;
  background-color: transparent
 }
 .onepress-menu.onepress-menu-mobile ul a {
  color: #fff;
  background: transparent;
  font-size: 15px;
  text-transform: none
 }
 .onepress-menu.onepress-menu-mobile ul ul a {
  color: #fff;
  background: transparent;
  font-size: 13px;
 }
 .onepress-menu.onepress-menu-mobile .languages ul, .onepress-menu.onepress-menu-mobile .languages ul li {
  display: inline-block !important;
  position: relative !important;
  height: 100% !important;
 }
 .onepress-menu.onepress-menu-mobile .languages ul li {
  display: inline-block;
  width: auto !important;
  border-top: none !important;
 }
 .onepress-menu.onepress-menu-mobile .languages {
  margin-right: 30px;
 }
 .onepress-menu.onepress-menu-mobile .languages ul li a {
  padding: 12px 10px;
  border: none;
 }
 .onepress-menu.onepress-menu-mobile li.contact {
  border: none
 }
 .onepress-menu.onepress-menu-mobile li {
  line-height: 20px;
  border-top: 1px solid #cbc283;
  width: 100% !important;
 }
 .onepress-menu.onepress-menu-mobile li.menu-item-has-children a {
  padding-right: 82px
 }
 .onepress-menu.onepress-menu-mobile ul li, .onepress-menu.onepress-menu-mobile ul li:first-child {
  border-bottom: none;
  border-top: 1px solid #666;
 }
 .onepress-menu.onepress-menu-mobile li:first-child {
  border-top: none
 }
 .onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
  color: #03c4eb;
 }
 .onepress-menu.onepress-menu-mobile a {
  color: #cbc283
 }
 .onepress-menu.onepress-menu-mobile a:hover {
  color: #eee;
 }
 .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
  display: block;
  color: #ccc;
  border-left: 1px solid #cbc283;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  padding: 11px 25px 11px 22px;
  z-index: 10;
  font-size: 22px;
 }
 .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
  content: "\f106" !important;
 }
 .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
  display: block !important;
  width: 100%;
  min-width: 100%;
  max-width: none
 }
 #nav-toggle {
  display: block;
  z-index: 201;
 }
}
#nav-toggle {
 position: absolute;
 width: 35px;
 overflow: hidden;
 white-space: nowrap;
 color: transparent;
 right: 1.5rem;
}
#nav-toggle span {
 position: absolute;
 top: 50%;
 right: 5px;
 margin-top: -2px;
 -webkit-transition: rotate 0.2s, translate 0.2s;
 transition: rotate 0.2s, translate 0.2s;
 display: inline-block;
 height: 3px;
 width: 24px;
 background: #fff;
}
#nav-toggle span:before {
 top: -8px;
}
#nav-toggle span:after {
 top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
 position: absolute;
 display: inline-block;
 height: 3px;
 width: 24px;
 background: #fff;
 content: "";
 right: 0;
 -webkit-transform: translateZ(0);
 -ms-transform: translateZ(0);
 transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-transform-origin: 0% 50%;
 -ms-transform-origin: 0% 50%;
 transform-origin: 0% 50%;
 -webkit-transition: -webkit-transform 0.2s;
 transition: -webkit-transform 0.2s;
 transition: transform 0.2s;
 transition: transform 0.2s, -webkit-transform 0.2s;
}
#nav-toggle.nav-is-visible span {
 background: transparent;
}
#nav-toggle.nav-is-visible span:before {
 -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
 -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
 transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
 -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
 -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
 transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
 background: #fff;
}
/* Content
------------------------------*/
.site-content {
 border-top: 1px solid #e9e9e9;
 margin-top: -1px;
}
.site-content.no-border {
 border-top: none;
}
.blog .site-content, .tax-portfolio_cat .site-content, .single-post .site-content, .hiding-page-title .site-content {
 margin-top: 0;
}
.page-header {
 padding: 30px 0px;
 border-top: 1px solid #e9e9e9;
 background: #f8f9f9;
 border-bottom: 1px solid #e9e9e9;
 position: relative;
}
.page-header:before {
 position: absolute;
 top: 0px;
 bottom: 0;
 left: 0;
 width: 100%;
 display: block;
 content: " ";
}
.page-header .entry-title, .page-header .page-title {
 margin-bottom: 0px;
 font-size: 24px;
 font-weight: 600;
}
.page-header p {
 margin: 6px 0px 0px 0px;
}
.page-header.page--cover {
 position: relative;
 padding: 18% 0 100px;
 text-align: center;
 border-top: 0 none;
 border-bottom: 0 none;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
}
.page-header.page--cover:before {
 position: absolute;
 bottom: 0 !important;
 top: auto !important;
 left: 0 !important;
 width: 100%;
 height: 80% !important;
 background: -moz-linear-gradient(top, rgba(1, 35, 80, 0) 0%, rgba(1, 35, 80, .95) 100%) !important;
 background: -webkit-linear-gradient(top, rgba(1, 35, 80, 0) 0%, rgba(1, 35, 80, .95) 100%) !important;
 background: linear-gradient(to bottom, rgba(1, 35, 80, 0) 0%, rgba(1, 35, 80, .95) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0) !important;
 display: block;
 content: "";
 z-index: 1;
 opacity: .8;
}
.page-header.page--cover .entry-title {
 font-size: 4rem;
 font-weight: 800;
 color: #ffffff;
}
.page-header.page--cover .entry-tagline {
 color: #ffffff;
 max-width: 768px;
 margin: 0 auto;
}
.page-header.page--cover.is-t-above .container {
 margin-top: 30px;
 position: relative;
 z-index: 10;
}
/* Footer
------------------------------*/
.site-footer {
 font-size: 1.6rem;
}
.site-footer a {
 color: #03c4eb;
}
.site-footer .footer-connect {
 padding: 90px 0px;
 padding: 80px 0px;
 padding: 5rem 0px;
 text-align: center;
}
@media (max-width: 767px) {
 .site-footer .footer-connect .footer-subscribe {
  margin-bottom: 40px;
 }
}
.site-footer .footer-connect .follow-heading {
 color: #ffffff;
 margin-bottom: 20px;
 letter-spacing: 0.8px;
}
.site-footer .footer-connect .subs_input {
 background-color: rgba(255, 255, 255, 0.145);
 color: #cccccc;
 border-bottom: none;
 box-shadow: none;
 padding: 12px 15px 12px;
 border-radius: 2px;
 width: 60%;
 font-size: 13px;
}
.site-footer .footer-connect .subs_input:focus {
 border: none;
}
@media screen and (max-width: 1140px) {
 .site-footer .footer-connect .subs_input {
  width: 100%;
  margin-bottom: 4px;
 }
}
@media screen and (max-width: 940px) {
 .site-footer .footer-connect .subs_input {
  width: 70%;
  margin-bottom: 4px;
 }
}
@media screen and (max-width: 720px) {
 .site-footer .footer-connect .subs_input {
  width: 100%;
  margin-bottom: 4px;
 }
}
.site-footer .footer-connect .subs-button {
 margin: 0px;
 position: relative;
 top: 0px;
 padding: 16px 23px 16px;
}
@media screen and (max-width: 1140px) {
 .site-footer .footer-connect .subs-button {
  width: 100%;
 }
}
@media screen and (max-width: 940px) {
 .site-footer .footer-connect .subs-button {
  width: 70%;
 }
}
@media screen and (max-width: 720px) {
 .site-footer .footer-connect .subs-button {
  width: 100%;
 }
}
.site-footer .footer-connect input[type="text"]:focus {
 border: none !important;
}
.site-footer .footer-social {
 text-align: center;
}
.site-footer .footer-social a {
 font-size: 30px;
 margin: 0px 13px;
 color: #ffffff;
}
.site-footer .footer-social a:hover {
 color: #03c4eb;
}
.site-footer .site-info {
 position: relative;
 text-align: center;
 padding: 2rem 0;
 background: #222222;
 font-weight: 400;
 color: #203334;
 font-size: 1.3rem;
 text-transform: uppercase
}
.site-footer .site-info a {
 color: #dddddd;
}
.site-footer .site-info a:hover {
 text-decoration: underline;
}
.site-footer .site-info .container {
 position: initial;
}
.site-footer .btt a {
 border-radius: 0px 20px 0 0;
 color: #999999;
 background: #222222;
 display: block;
 font-size: 30px;
 height: 50px;
 line-height: 50px;
 margin: auto;
 position: absolute;
 right: 60px;
 top: -25px;
 -webkit-transition: all 0.2s linear 0s;
 transition: all 0.2s linear 0s;
 width: 50px;
 z-index: 99;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
}
.site-footer .btt a:hover {
 color: #03c4eb;
}
.site-footer .btt a i {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 margin-left: 3px;
}
@media screen and (max-width: 940px) {
 .site-footer .btt a {
  right: 0;
  left: 0;
 }
}
.footer-widgets {
 text-align: center
}
.widget_nav_menu .menu {
 margin: 0;
 padding: 1rem 0 2rem 0 !important;
 list-style: none;
}
.widget_nav_menu .menu li {
 margin: 0px 10px;
 line-height: 1.42857;
 text-transform: uppercase;
 display: inline-block;
 vertical-align: middle;
 color: #576566
}
.widget_nav_menu .menu li a {
 color: #001046;
 background-color: transparent;
 background-size: 200% 100%;
 background-position: 100%;
 -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
 -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
 transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
 background-image: -webkit-linear-gradient(to right, #001046, #001046 50%, #001046 50%);
 background-image: linear-gradient(to right, #001046, #001046 50%, #001046 50%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 position: relative;
 font-weight: 400;
 font-size: 1.5rem;
}
.widget_nav_menu .menu li a:hover {
 background-position: 0%;
 color: #001046
}
.widget_nav_menu .menu li a:focus {
 color: #001046;
 background-position: 0%;
}
.widget_nav_menu .menu li a:after {
 bottom: 0;
 content: "";
 background-color: #001046;
 position: absolute;
 left: 0;
 width: 0;
 height: 2px;
 -webkit-transition: all 0.5s ease-out;
 -moz-transition: all 0.5s ease-out;
 -ms-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;
}
.widget_nav_menu .menu li a:hover:after {
 width: 100%
}
.social {
 padding: 0;
 margin: 0;
 list-style: none;
}
.social > li {
 padding: 0;
 margin: 0 5px 0 0;
 display: inline-block;
 vertical-align: middle;
}
.social > li > a {
 position: relative;
 cursor: pointer;
 color: #001046;
 font-size: 1.14286rem;
 margin: 0 5px;
 background-color: #fff;
 width: 36px;
 height: 36px;
 float: left;
 color: #001046 !important;
 font-size: 2.2rem !important;
}
.social > li > a:nth-of-type(1):before, .social > li > a:nth-of-type(1):after, .social > li > a:nth-of-type(2):before, .social > li > a:nth-of-type(2):after, .social > li > a:nth-of-type(3):before, .social > li > a:nth-of-type(3):after {
 background-color: #001046;
}
.no-scroll .social > li > a:nth-of-type(1):before, .no-scroll .social > li > a:nth-of-type(1):after, .no-scroll .social > li > a:nth-of-type(2):before, .no-scroll .social > li > a:nth-of-type(2):after, .no-scroll .social > li > a:nth-of-type(3):before, .no-scroll .social > li > a:nth-of-type(3):after {
 background-color: #fff;
}
.social > li > a:before, .social > li > a:after {
 position: absolute;
 content: "";
 display: block;
 -webkit-transition: transform 0.3s;
 -o-transition: transform 0.3s;
 transition: transform 0.3s;
 left: 0;
 width: 100%;
 height: 2px;
 -webkit-transform: scaleX(0);
 -ms-transform: scaleX(0);
 -o-transform: scaleX(0);
 transform: scaleX(0);
}
.social > li > a:before {
 top: 0;
 -webkit-transform-origin: right center;
 -moz-transform-origin: right center;
 -ms-transform-origin: right center;
 transform-origin: right center;
}
.social > li > a:after {
 bottom: 0;
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -ms-transform-origin: left center;
 transform-origin: left center;
}
.social > li:last-child {
 margin-right: 0;
}
.social > li > a > .social-inner {
 top: 0;
 position: absolute;
 left: 0;
 width: 100%;
 height: 100%;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 justify-content: center;
}
.social > li > a > .social-inner:before, .social > li > a > .social-inner:after {
 position: absolute;
 content: "";
 display: block;
 top: 0;
 -webkit-transition: transform 0.3s;
 -o-transition: transform 0.3s;
 transition: transform 0.3s;
 width: 2px;
 height: 100%;
 -webkit-transform: scaleY(0);
 -ms-transform: scaleY(0);
 -o-transform: scaleY(0);
 transform: scaleY(0);
}
.social > li > a > .social-inner:before {
 left: 0;
 -webkit-transform-origin: top center;
 -moz-transform-origin: top center;
 -ms-transform-origin: top center;
 transform-origin: top center;
}
.social > li > a > .social-inner:after {
 right: 0;
 -webkit-transform-origin: bottom center;
 -moz-transform-origin: bottom center;
 -ms-transform-origin: bottom center;
 transform-origin: bottom center;
}
.social > li > a > .social-inner:hover:before, .social > li > a > .social-inner:hover:after {
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
 transform: scaleY(1);
}
.social > li > a > .social-inner:nth-of-type(1):before, .social > li > a > .social-inner:nth-of-type(1):after, .social > li > a > .social-inner:nth-of-type(2):before, .social > li > a > .social-inner:nth-of-type(2):after, .social > li > a > .social-inner:nth-of-type(3):before, .social > li > a > .social-inner:nth-of-type(3):after {
 background-color: #001046;
}
.no-scroll .social > li > a > .social-inner:nth-of-type(1):before, .no-scroll .social > li > a > .social-inner:nth-of-type(1):after, .no-scroll .social > li > a > .social-inner:nth-of-type(2):before, .no-scroll .social > li > a > .social-inner:nth-of-type(2):after, .no-scroll .social > li > a > .social-inner:nth-of-type(3):before, .no-scroll .social > li > a > .social-inner:nth-of-type(3):after {
 background-color: #fff;
}
.social > li > a:hover {
 color: #203334;
}
.social > li > a:hover:before, .social > li > a:hover:after {
 -webkit-transform: scaleX(1);
 -ms-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
.social > li > a:hover:before {
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -ms-transform-origin: left center;
 transform-origin: left center;
}
.social > li > a:hover:after {
 -webkit-transform-origin: right center;
 -moz-transform-origin: right center;
 -ms-transform-origin: right center;
 transform-origin: right center;
}
.social > li > a:hover > .social-inner:before, .social > li > a:hover > .social-inner:after {
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
 transform: scaleY(1);
}
.social > li > a:hover > .social-inner:before {
 -webkit-transform-origin: bottom center;
 -moz-transform-origin: bottom center;
 -ms-transform-origin: bottom center;
 transform-origin: bottom center;
}
.social > li > a:hover > .social-inner:after {
 -webkit-transform-origin: top center;
 -moz-transform-origin: top center;
 -ms-transform-origin: top center;
 transform-origin: top center;
}
.widget-social .social > li > a:focus {
 color: #203334;
}
.social > li > a:focus:before, .social > li > a:focus:after {
 -webkit-transform: scaleX(1);
 -ms-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
.social > li > a:focus:before {
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -ms-transform-origin: left center;
 transform-origin: left center;
}
.social > li > a:focus:after {
 -webkit-transform-origin: right center;
 -moz-transform-origin: right center;
 -ms-transform-origin: right center;
 transform-origin: right center;
}
.social > li > a:focus > .social-inner:before, .social > li > a:focus > .social-inner:after {
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
 transform: scaleY(1);
}
.social > li > a:focus > .social-inner:before {
 -webkit-transform-origin: bottom center;
 -moz-transform-origin: bottom center;
 -ms-transform-origin: bottom center;
 transform-origin: bottom center;
}
.social > li > a:focus > .social-inner:after {
 -webkit-transform-origin: top center;
 -moz-transform-origin: top center;
 -ms-transform-origin: top center;
 transform-origin: top center;
}
.social > li > a:focus-within {
 color: #203334;
}
.social > li > a:focus-within:before, .social > li > a:focus-within:after {
 -webkit-transform: scaleX(1);
 -ms-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
.social > li > a:focus-within:before {
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -ms-transform-origin: left center;
 transform-origin: left center;
}
.social > li > a:focus-within:after {
 -webkit-transform-origin: right center;
 -moz-transform-origin: right center;
 -ms-transform-origin: right center;
 transform-origin: right center;
}
.social > li > a:focus-within > .social-inner:before, .social > li > a:focus-within > .social-inner:after {
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
 transform: scaleY(1);
}
.social > li > a:focus-within > .social-inner:before {
 -webkit-transform-origin: bottom center;
 -moz-transform-origin: bottom center;
 -ms-transform-origin: bottom center;
 transform-origin: bottom center;
}
.social > li > a:focus-within > .social-inner:after {
 -webkit-transform-origin: top center;
 -moz-transform-origin: top center;
 -ms-transform-origin: top center;
 transform-origin: top center;
}
.social > li > a:active {
 color: #203334;
}
.social > li > a:active:before, .social > li > a:active:after {
 -webkit-transform: scaleX(1);
 -ms-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
.social > li > a:active:before {
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -ms-transform-origin: left center;
 transform-origin: left center;
}
.social > li > a:active:after {
 -webkit-transform-origin: right center;
 -moz-transform-origin: right center;
 -ms-transform-origin: right center;
 transform-origin: right center;
}
.social > li > a:active > .social-inner:before, .social > li > a:active > .social-inner:after {
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
 transform: scaleY(1);
}
.social > li > a:active > .social-inner:before {
 -webkit-transform-origin: bottom center;
 -moz-transform-origin: bottom center;
 -ms-transform-origin: bottom center;
 transform-origin: bottom center;
}
.social > li > a:active > .social-inner:after {
 -webkit-transform-origin: top center;
 -moz-transform-origin: top center;
 -ms-transform-origin: top center;
 transform-origin: top center;
}
header .social {
 float: right;
 text-align: right;
 padding-left: 20px;
}
header .social > li > a {
 background-color: #f2f2f2
}
header.no-scroll .social > li > a {
 background-color: transparent;
 color: #fff !important;
}
.error-404 .search-form, .error-404 .widget {
 margin-bottom: 40px;
}
.error-404 .widgettitle, .error-404 .widget-title {
 font-size: 15px;
 text-transform: uppercase;
 margin-bottom: 13px;
 font-weight: 700;
}
.error-404 ul {
 padding-left: 0px;
}
.error-404 ul li {
 list-style: none;
}
/* Page: Search
------------------------------*/
.search-results .hentry {
 border-bottom: 1px solid #e9e9e9;
 padding-bottom: 25px;
 margin-bottom: 25px;
}
.search-results .entry-summary p {
 margin-bottom: 0px;
}
.search-results .entry-header .entry-title {
 font-size: 22px;
 line-height: 1.5;
 font-weight: 500;
}
.search-results .entry-header .entry-title a:hover {
 text-decoration: none;
}
/* Entry Header
------------------------------*/
.entry-header .entry-title {
 font-weight: 500;
 text-transform: none;
 font-size: 25px;
 line-height: 1.3;
}
.entry-header .entry-title {
 font-size: 32px;
 line-height: 1.5;
}
.entry-thumbnail {
 margin-bottom: 30px;
}
.single .entry-header .entry-title {
 margin-bottom: 10px;
}
.highlight {
 color: #03c4eb;
}
.entry-content {
 margin-bottom: 30px;
}
.entry-content blockquote {
 padding: 30px;
 position: relative;
 background: #f8f9f9;
 border-left: 3px solid #03c4eb;
 font-style: italic;
}
.entry-content blockquote p {
 margin: 0px;
}
.single-smjestaj #primary, .single-smjestaj #secondary {
 padding-bottom: 20px;
 padding-top: 60px
}
.entry-meta {
 text-transform: uppercase;
 font-size: 1.6rem;
 font-weight: 600;
}
.single-post .entry-meta {
 padding-bottom: 2rem
}
.single-smjestaj .entry-header .entry-title {
 font-weight: 800;
 margin-bottom: 0
}
.entry-meta .year {
 color: #fff;
 padding-left: 4px
}
.entry-footer {
 margin-bottom: 30px;
 padding-top: 30px;
 border-top: 1px solid #e9e9e9;
}
.entry-footer .cat-links, .entry-footer .tags-links {
 display: block;
 text-transform: uppercase;
 font-size: 12px;
 font-weight: 600;
 margin-top: 5px;
}
.nav-links {
 padding: 30px 0px;
 border-left: none;
 border-right: none;
 margin-bottom: 50px;
 flex-basis: 100%;
 text-align: center;
}
.nav-links .nav-previous {
 float: left;
}
.nav-links .nav-next {
 float: right;
}
.nav-links a, .nav-links .page-numbers {
 background: #cccccc;
 color: #FFFFFF;
 padding: 12px 20px;
 font-weight: 600;
 font-size: 12px;
 letter-spacing: 1px;
 text-transform: uppercase;
 border-radius: 2px;
}
@media screen and (max-width: 940px) {
 .nav-links a, .nav-links .page-numbers {
  padding: 6px 10px;
 }
}
.nav-links a:hover, .nav-links a.current, .nav-links .page-numbers:hover, .nav-links .page-numbers.current {
 background: #03c4eb;
 text-decoration: none;
}
.bypostauthor {
 margin: 0;
}
/* Sticky Post
------------------------------*/
.sticky .entry-title {
 padding-left: 20px;
 position: relative;
}
.sticky .entry-title:after {
 content: "\f276";
 display: inline-block;
 font-family: "FontAwesome";
 font-style: normal;
 font-weight: normal;
 width: 12px;
 height: 12px;
 position: absolute;
 left: 0px;
 top: 2px;
 font-size: 22px;
 color: #aaaaaa;
}
/* WordPress caption style
------------------------------*/
.wp-caption {
 max-width: 100%;
 font-style: italic;
 line-height: 1.35;
 margin-bottom: 15px;
 margin-top: 5px;
}
.wp-caption img[class*="wp-image-"] {
 display: block;
 max-width: 100%;
}
.wp-caption .wp-caption-text {
 margin: 10px 0px;
}
.wp-caption-text, .entry-thumbnail-caption, .cycle-caption {
 font-style: italic;
 line-height: 1.35;
 font-size: 13px;
}
/* WordPress Gallery
------------------------------*/
.gallery {
 margin-bottom: 1.5em;
}
.gallery-item {
 display: inline-block;
 text-align: center;
 vertical-align: top;
 width: 100%;
}
.gallery-columns-2 .gallery-item {
 max-width: 50%;
}
.gallery-columns-3 .gallery-item {
 max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
 max-width: 25%;
}
.gallery-columns-5 .gallery-item {
 max-width: 20%;
}
.gallery-columns-6 .gallery-item {
 max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
 max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
 max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
 max-width: 11.11%;
}
.gallery-caption {
 display: block;
}
/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn {
 text-transform: uppercase;
 line-height: 20px;
 letter-spacing: 1px;
 font-weight: 400;
 font-size: 1.4rem;
 position: relative;
 color: #fff;
 border-radius: 0;
 padding: 10px 36px;
 border: solid 2px transparent;
}
.btn:before {
 content: "";
 border-style: solid;
 border-width: 0;
 position: absolute;
 width: 24px;
 height: 24px;
 -webkit-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
 border-color: #001046;
 border-top-width: 2px;
 top: -6px;
 left: -2px;
}
.btn:after {
 content: "";
 border-style: solid;
 border-width: 0;
 position: absolute;
 width: 24px;
 height: 24px;
 -webkit-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
 border-bottom-width: 2px;
 border-color: #001046;
 bottom: -6px;
 right: -2px;
}
.btn:hover:before, .btn:hover:after {
 width: 102%;
}
.btn:active, .btn:focus {
 outline: none;
 color: #fff;
}
.btn.btn-theme-primary {
 background: #001046
}
.btn.btn-theme-primary:hover {
 color: #fff
}
.btn.btn-secondary-outline {
 background-color: transparent;
 border: #fff solid 2px;
 color: #fff;
 font-weight: 500
}
.btn.btn-secondary-outline:hover {
 background: transparent;
 color: #fff;
}
.btn.btn-secondary-outline:before, .btn.btn-secondary-outline:after {
 border-color: #fff;
}
.btn.btn-theme-primary.blue {
 background: #001046;
}
.btn.btn-theme-primary.blue:hover {
 color: #fff
}
.btn.btn-theme-primary.blue:before, .btn.btn-theme-primary.blue:after {
 border-color: #001046;
}
.section-title-area .btn {
 margin-top: 2rem
}
.slider-spinner {
 width: 40px;
 height: 40px;
 position: relative;
 margin: 100px auto;
}
.sidebar .widget {
 margin-bottom: 40px;
}
.sidebar .widget .widget-title {
 font-size: 15px;
 text-transform: uppercase;
 margin-bottom: 13px;
 font-weight: 700;
}
.sidebar .widget ul {
 list-style: none;
 padding: 0px;
}
.sidebar .widget ul:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
.sidebar .widget a {
 color: #777777;
 font-size: 14px;
}
.sidebar .widget a:hover {
 color: #03c4eb;
 text-decoration: underline;
}
/* Search
------------------------------*/
.search-form {
 display: -webkit-box;
 display: flex;
 width: 100%;
 -webkit-box-align: center;
 align-items: center;
}
.search-form .search-field {
 width: 100% !important;
 padding: 10px 15px;
 padding: 0.625rem 0.9375rem;
}
.search-form .search-submit {
 width: auto;
 margin: 0px 0 0 0.5em;
 height: 100%;
}
.search-form label {
 -webkit-box-flex: 2;
 flex-grow: 2;
 margin: 0px;
}
.section-padding {
 padding: 5rem 0px;
}
.section-padding-bottom {
 padding: 0 0 5rem 0;
}
.section-padding-top {
 padding: 5rem 0 0;
}
.section-meta {
 background-color: #f8f9f9;
}
.onepage-section {
 position: relative;
 overflow: hidden;
}
.onepage-section .container-fluid, .onepage-section .container {
 position: relative;
 z-index: 5;
}
.section-title-area {
 margin-bottom: 60px;
 text-align: center;
}
.archive .section-title-area {
 margin: 2rem 0 3rem 0
}
.section-title-area .sub {
 position: relative;
 color: #001046;
 margin-bottom: 15px;
 text-transform: uppercase;
 font-size: 1.14286rem;
 line-height: 1.75;
 font-weight: 500;
 letter-spacing: 0.5px;
 display: inline-block;
 vertical-align: middle;
 padding-left: 60px;
}
.section-title-area .sub:before, .section-title-area .sub:after {
 content: "";
 height: 1px;
 top: 6px;
 position: absolute;
 background-color: #001046;
 left: 0;
}
.section-title-area .sub:before {
 width: 30px;
 margin-top: 6px;
 left: 20px;
}
.section-title-area .sub:after {
 width: 50px;
}
.section-title-area .sub-title-inside {
 position: relative;
 display: block;
 letter-spacing: 0;
 padding-right: 60px;
 display: inline-block;
 vertical-align: middle;
}
.section-title-area .sub-title-inside:before, .section-title-area .sub-title-inside:after {
 content: "";
 height: 1px;
 top: 6px;
 position: absolute;
 background-color: #001046;
 right: 0;
}
.section-title-area .sub-title-inside:before {
 width: 30px;
 margin-top: 6px;
 right: 20px;
}
.section-title-area .sub-title-inside:after {
 width: 50px;
}
.section-about .section-title-area {
 text-align: left
}
.section-title-area .section-title {
 font-size: 30px;
 font-weight: 800;
 position: relative;
 margin: 1.5rem 0 3rem 0;
 line-height: 1.4;
}
.section-about .section-title-area .section-subtitle {
 position: relative;
 padding-right: 60px;
}
.section-about .section-title-area .section-subtitle:before, .section-about .section-title-area .section-subtitle:after {
 content: "";
 height: 1px;
 top: 8px;
 position: absolute;
 background-color: #001046;
 right: 0;
}
.section-about .section-title-area .section-subtitle:before {
 width: 30px;
 margin-top: 6px;
 right: 20px;
}
.section-about .section-title-area .section-subtitle:after {
 width: 50px;
}
@media screen and (min-width: 940px) {
 .section-title-area .section-title {
  font-size: 40px;
 }
}
.section-title-area .section-subtitle {
 color: #001046;
 display: inline-block;
 position: relative;
}
.section-desc {}
/* Section: Hero
------------------------------*/
.hero-slideshow-wrapper {
 width: 100%;
 position: relative;
 background-color: #fff !important;
 overflow: hidden; /* Loading icon */
}
.hero-slideshow-wrapper:after {
 position: absolute;
 bottom: 0 !important;
 top: auto !important;
 left: 0 !important;
 width: 100%;
 height: 30% !important;
 background: -moz-linear-gradient(top, rgba(1, 35, 80, 0) 0%, rgba(1, 35, 80, .95) 100%) !important;
 background: -webkit-linear-gradient(top, rgba(1, 35, 80, 0) 0%, rgba(1, 35, 80, .95) 100%) !important;
 background: linear-gradient(to bottom, rgba(1, 35, 80, 0) 0%, rgba(1, 35, 80, .95) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0) !important;
 display: block;
 content: "";
 z-index: 9;
 opacity: .8;
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn, .hero-slideshow-wrapper .hero__content .hcl2-content {
 visibility: hidden;
 opacity: 0;
 -webkit-transform: translateY(100px);
 -ms-transform: translateY(100px);
 transform: translateY(100px);
 -webkit-transition: all .5s linear;
 transition: all .5s linear;
}
.archive .hero-slideshow-wrapper .hero__content .hcl2-content {
 opacity: 1;
 visibility: visible;
 z-index: 200
}
.hero-slideshow-wrapper .hero__content .hero-large-text {
 -webkit-transition-delay: 0.7s;
 /* Safari */
 transition-delay: 0.7s;
}
.hero-slideshow-wrapper .hero__content .hero-small-text {
 -webkit-transition-delay: 0.8s;
 /* Safari */
 transition-delay: 0.8s;
}
.hero-slideshow-wrapper .hero__content .btn {
 -webkit-transition-delay: 1s;
 /* Safari */
 transition-delay: 1s;
}
.hero-slideshow-wrapper .hero__content .hcl2-content {
 -webkit-transition-delay: 0.7s;
 /* Safari */
 transition-delay: 0.7s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content .btn, .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
 visibility: visible;
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
.hero-slideshow-wrapper .slider-spinner {
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 9999999;
 margin: 0px;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.animation-disable .hero-slideshow-wrapper {
 /* Loading icon */
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text, .animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text, .animation-disable .hero-slideshow-wrapper .hero__content .btn, .animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
 -webkit-transform: translateY(0px);
 -ms-transform: translateY(0px);
 transform: translateY(0px);
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .btn {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .slider-spinner {
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 9999999;
 margin: 0px;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.js-rotating {
 display: none;
}
.js-rotating.morphext {
 display: inline-block;
}
.is-customize-preview .slider-spinner {
 display: none !important;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
 visibility: visible;
 opacity: 1;
 -webkit-transform: translateY(0px);
 -ms-transform: translateY(0px);
 transform: translateY(0px);
 -webkit-transition: all 0s linear;
 transition: all 0s linear;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
 -webkit-transition-duration: 0s;
 transition-duration: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
 visibility: visible;
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
.hero-slideshow-normal .container {
 padding: 10% 0px;
 position: relative;
 z-index: 80;
}
.hero-slideshow-fullscreen .container, .hero-slideshow-fullscreen .container-fluid {
 z-index: 80;
 position: absolute;
 top: auto;
 bottom: 15%;
 left: 50%;
 transform: translateX(-50%);
 width: 100%;
 padding-left: 30px;
 max-width: 1600px;
}
.hero__content {
 color: #FFF;
 text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
 font-size: 18px;
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
 color: #FFF;
}
.hero__content a.btn {
 margin: 10px 10px 20px 0px;
 margin: 0.625rem 0.625rem 1.25rem 0px;
}
.hero__content p {
 margin-bottom: 20px;
 margin-bottom: 1.25rem;
}
/* Hero Content Style 2. */
.hero-content-style2 h1 {
 font-weight: 800;
 font-size: 50px;
 font-size: 3.125rem;
}
.hero-content-style2 .hcl2-content {
 padding: 50px 0px;
 padding: 3.125rem 0px;
}
.hero-content-style2 .hcl2-image {
 text-align: left;
}
/* Hero Text Style1. */
.hero-content-style1 {
 text-align: left;
 max-width: 50%
}
.page-template-template-accommodation .hero-content-style1 {
 text-align: left;
 max-width: 60%
}
.archive .hero-content-style1 {
 z-index: 200
}
.hero-content-style1 h1 {
 color: #FFFFFF;
 line-height: 1.3;
 letter-spacing: 0px;
 font-weight: 700;
 margin: 3rem 0;
 font-size: 57px;
}
.archive .hero-content-style1 h1 {
 z-index: 300;
 position: relative;
 visibility: visible !important;
 opacity: 1 !important;
 transform: none !important
}
.hero-content-style1 p {
 color: #FFFFFF;
 text-align: left;
 font-weight: 100;
 margin-bottom: 3rem;
 z-index: 100
}
.hero-content-style1 h2 {
 padding-left: 70px;
 position: relative;
 line-height: 1.4;
 color: #fff
}
.hero-content-style1 h2:before {
 content: "";
 position: absolute;
 top: 9px;
 background-color: #fff;
 left: 0;
 width: 60px;
 height: 2px;
}
.hero-content-style1 a:active, .hero-content-style1 a:focus, .hero-content-style1 .btn:active, .hero-content-style1 .btn:focus {
 outline: none;
}
#hero .btn {
 box-shadow: none;
}
#hero .btn-theme-primary:focus {
 color: #fff;
}
/* Text Rotator */
.morphext > .animated {
 display: inline-block;
}
.section-services.onepage-section {
 overflow: visible;
}
.section-services.onepage-section:before {
 display: none
}
.section-services .section-title-area {
 margin-bottom: 20px;
}
/* the slides */
.house-part {
 padding: 30px 15px;
 margin-bottom: 30px;
 margin-left: 0;
 margin-right: 0;
 position: relative;
 background: #fff;
}
.abs-center {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 padding: 3rem;
}
.more {
 font-weight: 700;
 color: #001046;
 position: relative;
 padding-bottom: 1px;
 display: inline-block;
 vertical-align: middle;
}
.home .more {
 margin-bottom: 2rem
}
.list-article .more {
 margin-left: 1rem
}
.more:hover {
 text-decoration: none;
 color: #001046;
 opacity: .8
}
.more:after {
 position: absolute;
 content: "";
 bottom: 0;
 background-color: #001046;
 width: 100%;
 height: 2px;
 left: 0;
}
.section-about .about-image {
 text-align: center;
}
.section-about .about-image img {
 margin-bottom: 30px;
}
.section-about .section-title-area {
 margin-bottom: 0;
 padding-left: 3rem;
}
.section-about .row > div {
 margin-top: 30px;
}
.single-features .section-subservices .container-fluid .section-padding-bottom:nth-child(odd) .slider-col {
 order: 2
}
.single-features .section-subservices .container-fluid .section-padding-bottom:nth-child(odd) .text-col {
 order: 1
}
.embeded-media {
 margin: 4rem 0 2rem 0;
}
/* Coursel and slider */
.owl-caption .sliding, .carousel-caption .sliding {
 opacity: 0;
 height: 0;
}
.carousel-caption {
 position: absolute;
 right: 15%;
 bottom: 20px !important;
 left: 15%;
 z-index: 10;
 padding: 0;
 -webkit-transition: all 1s;
 transition: all 1s;
}
.carousel-caption h3 {
 color: #fff;
 font-size: 2.6rem
}
.service-wrapper .carousel-caption {
 text-align: left;
 right: 3.5rem;
 left: 3.5rem;
 -webkit-transition: all .4s;
 transition: all .4s;
}
.service-wrapper:hover .carousel-caption {}
.service-wrapper:hover .sliding {
 opacity: 1;
 height: auto;
}
.owl-carousel {
 display: none;
 width: 100%;
 -webkit-tap-highlight-color: transparent;
 /* position relative and z-index fix webkit rendering fonts issue */
 position: relative;
 z-index: 1;
}
.owl-carousel .owl-stage {
 position: relative;
 -ms-touch-action: pan-Y;
 touch-action: manipulation;
 -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.owl-carousel .owl-stage-outer {
 position: relative;
 overflow: hidden;
 /* fix for flashing background */
 -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
 position: relative;
 min-height: 1px;
 float: left;
 -webkit-backface-visibility: hidden;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
 display: block;
 width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
 display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
 cursor: pointer;
 cursor: hand;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel.owl-loaded {
 display: block;
}
.owl-carousel.owl-loading {
 opacity: 0;
 display: block;
}
.owl-carousel.owl-hidden {
 opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
 visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
 -ms-touch-action: none;
 touch-action: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel.owl-grab {
 cursor: move;
 cursor: grab;
}
.owl-carousel.owl-rtl {
 direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
 float: right;
}
/* No Js */
.no-js .owl-carousel {
 display: block;
}
.owl-carousel .animated {
 -webkit-animation-duration: 1000ms;
 animation-duration: 1000ms;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
 z-index: 0;
}
.owl-carousel .owl-animated-out {
 z-index: 1;
}
.owl-carousel .fadeOut {
 -webkit-animation-name: fadeOut;
 animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
@keyframes fadeOut {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
.owl-height {
 transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
 opacity: 0;
 transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
 -webkit-transform-style: preserve-3d;
 transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
 position: relative;
 height: 100%;
 background: #000;
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
 display: none;
}
.owl-carousel .owl-video-tn {
 opacity: 0;
 height: 100%;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: contain;
 transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
 position: relative;
 z-index: 1;
 height: 100%;
 width: 100%;
}
.owl-theme {
 position: relative;
}
.owl-theme .owl-nav button {
 position: absolute;
 top: 50%;
 background-color: rgba(0, 0, 0, 0.45);
 border-radius: 2px;
 color: #999;
 cursor: pointer;
 display: block;
 font-size: 22px;
 margin-top: 0px;
 padding: 4px 10px 5px;
 transform: translateY(-50%);
 border: 0px none;
}
.owl-theme .owl-nav button:focus {
 box-shadow: none;
 outline: none;
}
.owl-theme .owl-nav:hover {
 background-color: rgba(0, 0, 0, 0.6);
 color: #fff;
}
.owl-theme .owl-nav .owl-prev {
 left: 15px;
}
.owl-theme .owl-nav .owl-prev .lg-icon::before {
 content: "‹";
}
.owl-theme .owl-nav .owl-next {
 right: 15px;
}
.owl-theme .owl-nav .owl-next .lg-icon::before {
 content: "‹";
}
.owl-theme .owl-nav {
 margin-top: 0px;
 text-align: center;
 -webkit-tap-highlight-color: transparent;
}
.gallery-carousel.owl-theme .owl-nav [class*=owl-] {
 color: #FFF;
 font-size: 32px;
 margin: 5px;
 padding: 14px 17px;
 display: inline-block;
 cursor: pointer;
 border-radius: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
 background: #869791;
 color: #FFF;
 text-decoration: none;
}
.owl-theme .owl-nav .disabled {
 opacity: 0.5;
 cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
 margin-top: 10px;
}
.owl-theme .owl-dots {
 text-align: center;
 -webkit-tap-highlight-color: transparent;
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
 width: 100%
}
.owl-theme .owl-dots .owl-dot {
 display: inline-block;
 zoom: 1;
 *display: inline;
 background: none !important;
 box-shadow: none !important;
 outline: none !important;
 border: 0px none;
 padding: 0px;
}
.owl-theme .owl-dots .owl-dot span {
 width: 10px;
 height: 10px;
 margin: 5px 7px;
 background: #fff;
 display: block;
 -webkit-backface-visibility: visible;
 transition: opacity 200ms ease;
 border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
 background: #005c99;
}
.single-post .content-inner {
 margin-left: auto;
 margin-right: auto;
}
.entry-content > * {
 margin-left: auto;
 margin-right: auto;
 max-width: 100%;
}
.text-wrapper {
 background: #f8f9f9;
 border: none;
 border-top: 3px solid #005c99;
 border-radius: 0px;
 position: relative;
 height: 100%;
 width: 100%;
 padding: 4rem 2rem 4rem 8rem
}
.text-wrapper .caption {
 position: absolute;
 top: 50%;
 left: 3.5rem;
 transform: translateY(-50%);
 width: auto;
 padding-right: 15px
}
.text-wrapper .caption li {
 list-style: none;
 position: relative
}
.text-wrapper .caption li:before {
 content: url("assets/images/check.svg");
 position: absolute;
 width: 12px;
 height: 9;
 left: -20px;
 top: -1px
}
aside .section-about .section-title-area {
 padding-top: 30px;
}
#parallax-hero {
 position: relative;
 background: none;
 overflow: hidden;
}
#parallax-hero .hero-slideshow-wrapper {
 background: none;
}
#parallax-hero .hero-slideshow-wrapper::after {
 background: none;
}
.section-parallax, #parallax-hero {
 background: none;
 position: relative;
 overflow: hidden;
}
.section-parallax > section, .section-parallax .onepage-section, .section-parallax .section-inverse, #parallax-hero > section, #parallax-hero .onepage-section, #parallax-hero .section-inverse {
 background: none;
}
.section-parallax .parallax-bg, #parallax-hero .parallax-bg {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: auto;
 min-height: 100%;
 display: block;
 background-size: 100% auto;
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-position: 50% 50%;
}
.single .section-parallax, .single .section-parallax .parallax-bg, .page-template-template-accommodation .section-parallax, .page-template-template-accommodation .section-parallax .parallax-bg {
 height: 55vh;
 max-height: 55vh;
 min-height: 55vh;
}
.section-parallax .parallax-bg:after {
 position: absolute;
 bottom: auto;
 top: 0;
 left: 0;
 width: 100%;
 height: 50%;
 background: -moz-linear-gradient(top, rgba(1, 35, 80, 0.85) 0%, rgba(1, 35, 80, 0) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, rgba(1, 35, 80, 0.85) 0%, rgba(1, 35, 80, 0) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, rgba(1, 35, 80, 0.85) 0%, rgba(1, 35, 80, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
 display: block;
 content: "";
 z-index: 1;
 opacity: 1;
}
.section-parallax .parallax-bg img, #parallax-hero .parallax-bg img {
 position: absolute;
 left: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 max-width: 9999999px;
}
.section-parallax .parallax-bg.no-img, #parallax-hero .parallax-bg.no-img {
 height: 120%;
 background-size: cover;
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-attachment: scroll;
 background-position: 50% 0;
}
.parallax_bg_overlay {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 z-index: 5;
 opacity: 0.4;
}
.parallax-content {
 z-index: 10;
 position: relative;
 padding: 100px 0px;
 text-align: center;
}
.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
 color: #FFFFFF;
 line-height: 1.5;
}
.parallax-content p, .parallax-content a {
 color: #FFFFFF;
}
.archive .entry-title, .blog .entry-title, .page-template-template-accommodation .entry-title, .section-news .entry-title a, .archive .entry-title a, .blog .entry-title a, .page-template-template-accommodation .entry-title a {
 font-size: 2rem;
 line-height: 1.2;
 font-weight: 700;
 color: #203334;
 -webkit-transition: all 0.2s linear;
 transition: all 0.2s linear;
 padding-top: 2rem;
}
.grecaptcha-badge {
 visibility: hidden !important;
}
.backstretch.taxo {
 left: 0px;
 top: 0px;
 overflow: hidden;
 margin: 0px;
 padding: 0px;
 height: 100%;
 width: 1903px;
 z-index: 0;
 position: absolute;
 background-size: cover;
 background-attachment: fixed;
 background-position: 50% 0;
}
.wpcf7-form {
 font-size: 1.6rem;
 letter-spacing: 0;
 font-weight: 400;
}
.wpcf7-form br {
 margin-bottom: 5px;
}
.wpcf7-form label {
 width: 100%;
 margin-top: 3rem
}
div.wpcf7-validation-errors {
 margin: 20px 0px;
 padding: 15px;
}
div.wpcf7-response-output {
 margin: 20px 0px;
}
.section-videolightbox {
 text-align: center;
}
.section-videolightbox, .section-videolightbox h2 {
 color: #fff
}
.section-videolightbox .videolightbox__icon {
 margin-bottom: 40px;
 margin-bottom: 2.5rem;
}
.section-videolightbox .videolightbox__heading {
 font-size: 38px;
 font-size: 2.375rem;
 font-weight: 500;
}
.section-videolightbox .videolightbox__heading strong {
 font-weight: 800;
}
.section-videolightbox .video_icon {
 background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
 border: 4px solid #fff;
 border-radius: 100px;
 height: 50px;
 line-height: 1;
 padding: 10px;
 width: 50px;
 display: inline-block;
}
.section-videolightbox .video_icon i {
 color: #fff;
 font-size: 20px;
 margin-left: 6px;
 margin-top: 1px;
 line-height: 1;
}
.section-videolightbox .video_icon:hover {
 background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
 color: #000;
}
/* Section: Gallery
------------------------------*/
.gallery-grid .g-item {
 padding: 10px;
 float: left;
}
.all-gallery {
 text-align: center;
 margin-top: 40px;
 display: block;
}
.g-zoom-in .g-item {
 display: block;
 overflow: hidden;
}
.g-zoom-in .g-item .inner-content {
 display: block;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.g-zoom-in .g-item img {
 display: block;
 overflow: hidden;
 -webkit-transition: all 0.5s linear;
 transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
 -ms-transform: scale(1.5, 1.5);
 /* IE 9 */
 -webkit-transform: scale(1.5, 1.5);
 /* Safari */
 transform: scale(1.5, 1.5);
}
.g-layout-full-width.container {
 width: 100%;
 max-width: none;
 padding: 0px;
}
@media screen and (min-width: 720px) {
 .g-col-1 .g-item {
  width: 100%;
 }
 .g-col-1 .g-item:nth-child(1n+1) {
  clear: left;
 }
 .g-col-2 .g-item {
  width: 50%;
 }
 .g-col-2 .g-item:nth-child(2n+1) {
  clear: left;
 }
 .g-col-3 .g-item {
  width: 33.3333333333%;
 }
 .g-col-3 .g-item:nth-child(3n+1) {
  clear: left;
 }
 .g-col-4 .g-item {
  width: 25%;
 }
 .g-col-4 .g-item:nth-child(4n+1) {
  clear: left;
 }
 .g-col-5 .g-item {
  width: 20%;
 }
 .g-col-5 .g-item:nth-child(5n+1) {
  clear: left;
 }
 .g-col-6 .g-item {
  width: 16.6666666667%;
 }
 .g-col-6 .g-item:nth-child(6n+1) {
  clear: left;
 }
}
@media screen and (min-width: 576px) and (max-width: 720px) {
 .g-col-1 .g-item {
  width: 100%;
 }
 .g-col-1 .g-item:nth-child(1n+1) {
  clear: left;
 }
 .g-col-2 .g-item {
  width: 50%;
 }
 .g-col-2 .g-item:nth-child(2n+1) {
  clear: left;
 }
 .g-col-3 .g-item {
  width: 33.3333333333%;
 }
 .g-col-3 .g-item:nth-child(3n+1) {
  clear: left;
 }
 .g-col-4 .g-item {
  width: 25%;
 }
 .g-col-4 .g-item:nth-child(4n+1) {
  clear: left;
 }
 .g-col-5 .g-item {
  width: 20%;
 }
 .g-col-5 .g-item:nth-child(5n+1) {
  clear: left;
 }
 .g-col-6 .g-item {
  width: 16.6666666667%;
 }
 .g-col-6 .g-item:nth-child(6n+1) {
  clear: left;
 }
}
@media screen and (max-width: 576px) {
 .g-col-1 .g-item {
  width: 100%;
 }
 .g-col-1 .g-item:nth-child(1n+1) {
  clear: left;
 }
 .g-col-2 .g-item {
  width: 50%;
 }
 .g-col-2 .g-item:nth-child(2n+1) {
  clear: left;
 }
 .g-col-3 .g-item {
  width: 33.3333333333%;
 }
 .g-col-3 .g-item:nth-child(3n+1) {
  clear: left;
 }
 .g-col-4 .g-item {
  width: 25%;
 }
 .g-col-4 .g-item:nth-child(4n+1) {
  clear: left;
 }
 .g-col-5 .g-item {
  width: 20%;
 }
 .g-col-5 .g-item:nth-child(5n+1) {
  clear: left;
 }
 .g-col-6 .g-item {
  width: 16.6666666667%;
 }
 .g-col-6 .g-item:nth-child(6n+1) {
  clear: left;
 }
}
.gallery-justified {
 width: 100%;
 position: relative;
 overflow: hidden;
}
.gallery-justified img {
 max-width: none;
 position: absolute;
 top: 50%;
 left: 50%;
 margin: 0;
 padding: 0;
 border: none;
}
.gallery-justified > a, .gallery-justified > div {
 position: absolute;
 display: inline-block;
 overflow: hidden;
 float: left;
}
.gallery-masonry {
 width: 100%;
 position: relative;
 display: block;
}
.gallery-masonry:after {
 clear: both;
}
.gallery-masonry .inner {
 display: block;
}
.single-post .content-inner {
 margin-left: auto;
 margin-right: auto;
}
.entry-content > * {
 margin-left: auto;
 margin-right: auto;
 max-width: 100%;
}
.entry-content li {
 margin-left: 2.5em;
 margin-bottom: 6px;
}
.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul {
 margin: 0 auto;
}
.entry-content ul ul li, .entry-content ol ol li, .entry-content ul ol li, .entry-content ol ul li {
 margin-left: 0;
}
@media screen and (min-width: 768px) {
 .wp-block-cover-text p {
  padding: 1.5em 0;
 }
 .entry-content > * {
  padding-left: 0px;
  padding-right: 0px;
 }
}
@media screen and (max-width: 1440px) {
 .hero-content-style1 {
  max-width: 90%;
 }
 .single .hero-slideshow-wrapper .container {
  padding-left: 15px !important;
 }
 .section-title-area .section-title {
  font-size: 32px;
 }
 /*.hero-content-style1 h1 {
  border:solid 1px yellow;
 }*/
}
@media screen and (max-width: 1200px) {
 .section-features .feature-item {
  margin-bottom: 3rem
 }
 header .languages {
  margin-right: 55px;
 }
 .modal.right .modal-dialog {
  width: 70%;
  max-width: 70%
 }
 .features li {
  max-width: 13%;
 }
 .section-about .section-title-area {
  margin-bottom: 30px;
  padding-left: 1rem;
 }
 .section-videolightbox {
  min-height: 480px;
 }
 .section-videolightbox p {
  max-width: 680px;
  margin: 0 auto;
 }
 header .social {
  padding-right: 40px;
  padding-left: 0;
 }
 header .wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin-top: -2px;
 }
 .hero-slideshow-fullscreen .container {
  padding-left: 22px;
 }
 .text-wrapper .caption {
  left: 2rem;
 }
}
@media screen and (max-width: 1140px) {
 .hero-slideshow-wrapper:before {
  display: none
 }
 .hero-slideshow-wrapper:after {
  width: 100% !important
 }
 .hero-slideshow-normal .container {
  padding: 15% 0 !important
 }
 .page-template-template-accommodation .hero-content-style1 {
  max-width: 80%;
 }
 .hero-slideshow-wrapper .container .x-wrap {
  display: none !important
 }
 .hero-content-style1 {
  max-width: 98%;
 }
 .hero-content-style1 {
  position: absolute;
  bottom: 5rem;
 }
 .hero-slideshow-wrapper .hero-content-style1 {
  position: relative;
  bottom: auto;
 }
 .hero-content-style1 .btn.btn-theme-primary {
  background: #001046;
 }
 .hero-content-style1 .btn.btn-theme-primary:hover {
  color: #fff;
 }
 .hero-content-style1 .btn:before, .hero-content-style1 .btn:after {
  border-color: #001046;
 }
 .hero-content-style1 .btn.btn-secondary-outline:hover {
  background: rgba(255, 255, 255, .9)
 }
 .hero-content-style1 h1 {
  margin: 2rem 0;
  font-size: 40px;
 }
 .hero-content-style1 h4 {
  padding-left: 0;
  padding-top: 3rem;
  margin-top: 2rem
 }
 .hero-slideshow-wrapper:after {
  display: none;
 }
}
@media screen and (max-width: 991px) {
.text-wrapper{padding:3rem 0 2rem;}
.single-features .section-subservices .container-fluid .section-padding-bottom:nth-child(odd) .text-col {
    order: 2;
}
.single-features .section-subservices .container-fluid .section-padding-bottom:nth-child(odd) .slider-col {
    order: 1;
}
 .text-wrapper .caption {
  position: relative;
  top: auto;
  left: auto;
  transform: translateY(0);
  width: auto;
  padding-right: 0;
  padding-left: 20px;
 }
 .section-about .section-title-area {
  padding-left: 0;
 }
 .projekt article {
  width: 680px;
 }
 .slick-slider .slick-arrow {
  font-size: 3rem
 }
 .features li {
  max-width: 18%;
 }
 .abs-center {
  position: relative;
  top: auto;
  transform: none;
  padding: 3rem 3rem 0;
 }
 .house-part {
  padding: 20px 5px;
  margin-bottom: 30px;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  background: #fff;
 }
}
@media screen and (max-width: 768px) {
 .modal.right .modal-dialog {
  width: 80%;
  max-width: 80%
 }
 .hero-content-style1 h2 {
  padding-left: 0
 }
 .hero-content-style1 h2:before {
  display: none
 }
 .features li {
  max-width: 20%;
 }
}
@media screen and (max-width: 580px) {
 .slick-initialized .slick-slide img {
  max-width: 400px
 }
 .projekt article {
  width: 400px;
 }
 .slick-slider .slick-arrow {
  font-size: 2rem
 }
 .hero-slideshow-normal .container {
  padding: 30% 0 20% !important
 }
 .page-template-template-accommodation .hero-content-style1 {
  max-width: 100%;
 }
 .features li {
  max-width: 33.33%;
 }
}
@media screen and (max-width: 500px) {
 .site-header.header-fixed {
  line-height: 80px;
 }
 .site-header.header-fixed.no-scroll {
  line-height: 105px !important;
 }
 .followWrap {
  height: 130px !important
 }
 .hero-slideshow-normal .container {
  padding: 30% 0 20% 0 !important
 }
 .modal.right .modal-dialog {
  width: 92%;
  max-width: 92%
 }
 .features li {
  max-width: 50%;
 }
}
@media screen and (max-width: 480px) {
 .social > li {
  padding: 0;
  margin: 0;
  font-size: 1.8rem !important
 }
 .social .fa {
  font-size: 1.8rem !important
 }
 .site-branding {
  float: left;
  max-width: 200px;
  min-width: 200px;
  padding-left: 0;
 }
 header .social {
  padding-right: 0;
 }
 #nav-toggle {
  right: 1rem
 }
 .hero-slideshow-wrapper .hero-content-style1 {
  padding: 0
 }
 .hero-slideshow-fullscreen .container {
  width: 100%
 }
 .social > li > a {
  margin: 0
 }
 .slick-initialized .slick-slide img {
  max-width: 330px
 }
 .projekt article {
  width: 330px;
 }
 .slick-slider .slick-arrow {
  top: 16%;
 }
 header .languages {
  margin-right: 40px;
 }
 .hero-content-style1 h1 {
  font-size: 36px;
 }
}
@media screen and (max-width: 420px) {
 .projekt article {
  width: 300px;
 }
 .hero-slideshow-normal .container {
  padding: 30% 0 20% 0 !important
 }
}
@media screen and (max-width: 380px) {
 .hero-slideshow-normal .container {
  padding: 68% 0 !important
 }
}
.slick-list {
 margin: 0 -15px;
 overflow: hidden;
}
.slick-track {
 display: flex;
 align-items: flex-start;
}
.slick-slider .slick-arrow {
 top: 50%;
 position: absolute;
 font-size: 3rem;
 transform: translateY(-50%);
 z-index: 500;
 background: rgba(80, 170, 178, .8);
 color: #fff;
 padding: 0 12px;
 -webkit-transition: all .25s ease;
 -o-transition: all .25s ease;
 transition: all .25s ease;
 line-height: 1.4;
}
.slick-slider .slick-arrow:hover {
 background: rgba(80, 170, 178, 1);
 cursor: pointer;
}
.slick-slider .arrow-next {
 right: 1.5rem;
 left: auto;
 padding-left: 14px;
}
.slick-slider .arrow-prev {
 left: 1.5rem;
 padding-right: 14px;
}
.slick-slide {
 margin: 0 8px;
}
.slick-item img {
 display: block;
 width: auto;
 height: auto;
 max-width: none;
 max-height: 450px;
}
.slick-lightbox {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 width: 100%;
 height: 100%;
 background: black;
 -webkit-transition: opacity .5s ease;
 transition: opacity .5s ease;
}
.slick-lightbox .slick-loading .slick-list {
 background-color: transparent;
}
.slick-lightbox .slick-prev {
 left: 15px;
}
.slick-lightbox .slick-next {
 right: 15px;
}
.slick-lightbox-hide {
 opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
 position: absolute;
 top: -9999px;
 opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
.slick-lightbox-inner {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.slick-lightbox-slick-item {
 text-align: center;
 overflow: hidden;
}
.slick-lightbox-slick-item:before {
 content: '';
 display: inline-block;
 height: 100%;
 vertical-align: middle;
 margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
 position: absolute;
 bottom: 0;
 left: 0;
 text-align: center;
 width: 100%;
 margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
 display: block;
 text-align: center;
}
.slick-lightbox-slick-item-inner {
 display: inline-block;
 vertical-align: middle;
 max-width: 90%;
 max-height: 90%;
}
.slick-lightbox-slick-img {
 margin: 0 auto;
 display: block;
 max-width: 90%;
 max-height: 90%;
}
.slick-lightbox-slick-caption {
 margin: 10px 0 0;
 color: white;
}
.slick-lightbox-close {
 position: absolute;
 top: 15px;
 right: 15px;
 display: block;
 height: 20px;
 width: 20px;
 line-height: 0;
 font-size: 0;
 cursor: pointer;
 background: transparent;
 color: transparent;
 padding: 0;
 border: none;
}
.slick-lightbox-close:focus {
 outline: none;
}
.slick-lightbox-close:before {
 font-family: "slick";
 font-size: 20px;
 line-height: 1;
 color: white;
 opacity: .85;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 content: '×';
}
.slick-lightbox-slick .slick-prev, .slick-lightbox-slick .slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 50%;
 display: block;
 width: 20px;
 height: 20px;
 margin-top: -10px;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: transparent;
}
.slick-lightbox-slick .slick-prev:before, .slick-lightbox-slick .slick-next:before {
 content: "\f104";
 font-family: "FontAwesome";
 font-size: 20px;
 line-height: 1;
 opacity: .75;
 color: white;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 background: rgba(80, 170, 178, .8);
 padding-left: 5px;
 padding-right: 5px;
}
.slick-lightbox-slick .slick-next:before {
 content: "\f105";
}
.admin-bar .slick-lightbox .slick-lightbox-close {
 top: 5rem;
}
.slick-lightbox .slick-lightbox-close {
 top: 3rem;
}
.slick-lightbox .slick-lightbox-close:before {
 font-family: 'Poppins', sans-serif;
 font-size: 24px;
 line-height: 1;
 color: #fff;
 opacity: .85;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 content: '×';
}
@media screen and (max-width:1200px) {
 .slick-item img {
  max-height: 330px;
 }
}
@media screen and (max-width:980px) {
 .slick-item img {
  max-height: 280px;
 }
 .slick-slider .slick-arrow {
  font-size: 3rem;
 }
}
@media screen and (max-width:768px) {
 .slick-list {
  margin: 0 -8px;
 }
 .slick-slide {
  margin: 0 8px;
 }
 .slick-item img {
  max-height: 220px;
 }
 .slick-slider .slick-arrow {
  font-size: 2.5rem;
 }
}
@media screen and (max-width:580px) {
 .slick-item img {
  max-height: 180px;
 }
}
@media screen and (max-width:420px) {
 .slick-item img {
  max-height: 150px;
 }
 .slick-slider .arrow-prev {
  left: .5rem;
 }
 .slick-slider .arrow-next {
  right: .5rem;
 }
 header .wpml-ls-legacy-list-horizontal a {
  padding: 0 8px;
 }
}
.slick-lightbox-inner .slick-slider .slick-arrow, .slick-lightbox-inner .slick-lightbox-slick .slick-prev:before, .slick-lightbox-inner .slick-lightbox-slick .slick-next:before {
 background: none !important;
}
.single .hero-slideshow-wrapper {
 position: relative;
 overflow: hidden;
 width: 100%;
 height: 75vh;
}
.single .hero-slider {
 position: absolute;
 inset: 0;
 z-index: 1;
}
.single .hero-slide {
 height: 100%;
 margin: 0 !important
}
.single .hero-slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}
.single .hero-slideshow-wrapper .container {
 position: absolute !important;
 left: 50%;
 transform: translateX(-50%);
 bottom: 14%;
 top: auto;
 padding-left: 30px;
 z-index: 20;
}
@media screen and (max-width:768px) {
 .single .hero-slider {
  height: 75vh;
 }
 .single .hero-slider .slick-list, .single .hero-slider .slick-track, .single .hero-slider .slick-slide, .single .hero-slider .hero-slide {
  height: 100%;
 }
 .single .hero-slider .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
 }
 .single .slick-initialized .slick-slide img {
  max-width: 100%
 }
}