/*
Theme Name: 61
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: 2.3.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
Tested up to: 6.0.2
Requires PHP: 5.6
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
--------------------------------------------------------------*/
/* =========================
   DIE GROTESK (A–D)
========================= */

@font-face {
    font-family: 'DG-A';
    src: url('assets/fonts/die-grotesk-a-light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DG-B';
    src: url('assets/fonts/die-grotesk-b-light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DG-C';
    src: url('assets/fonts/die-grotesk-c-light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DG-D';
    src: url('assets/fonts/die-grotesk-d-light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* N27 LIGHT */
@font-face {
    font-family: 'N27';
    src: url('assets/fonts/n27-light-webfont.woff2') format('woff2'),
         url('assets/fonts/n27-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* N27 REGULAR */
@font-face {
    font-family: 'N27';
    src: url('assets/fonts/n27-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/n27-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* N27 MEDIUM */
@font-face {
    font-family: 'N27';
    src: url('assets/fonts/n27-medium-webfont.woff2') format('woff2'),
         url('assets/fonts/n27-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* N27 BOLD */
@font-face {
    font-family: 'N27';
    src: url('assets/fonts/n27-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/n27-bold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
html, body {
 height: 100%;
}
/*------------------------------
	2.1 Typography
------------------------------*/
html, body {
 margin: 0;
 padding: 0;
}
html {
 box-sizing: border-box;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 font-size: 62.5%;
}
@media (max-width: 1440px) {
 html {
  font-size: 56.82%;
 }
}
body {
 background: #fff;
}
.site {
 background: #fff;
 position: relative;
}
body, button, input, select, textarea {
 font-family: 'DG-B', sans-serif;
 font-size: 2rem;
 line-height: 1.5;
 color: #231f20;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
pre, code, input, textarea {
 font: inherit;
}
::-moz-selection {
 background: #000000;
 color: #FFFFFF;
}
::selection {
 background: #000000;
 color: #FFFFFF;
}
@media (min-width: 1200px) {
 .container {
  width: 100%;
  max-width: 100%;
 }
}
@media (min-width: 1440px) {
 .container {
  width: 98%;
  max-width: 100%;
 }
}
@media (min-width: 1720px) {
 .container {
  width: 1615px;
  max-width: 100%;
 }
}
@media (max-width: 1199px) {
 .container {
  width: 100%;
 }
}
.carousel-caption{
 font-size:18px;
 color:#fff;
 padding:2.5rem 3.5rem .5rem;
 background: rgba(0, 0, 0, .5);
 text-align:left;
 left:0;
 top:auto;
 right:auto;
 bottom:0;
 max-width: 50%;
 font-weight: 300
}
/*------------------------------
	2.2 Links
------------------------------*/
a {
 text-decoration: none;
 outline: none;
 color:#231f20;
 transition: all .2s;
}
a:hover {
 text-decoration: none;
 outline: none;
 text-decoration: none;
 color:#231f20;
}
a:active, a:focus, a:hover , .btn:active, .btn:focus, .btn:hover {
 outline: none;
}
/*------------------------------
	2.3 Heading
------------------------------*/
h1, h2{
 clear: both;
 margin-bottom: 20px;
 margin-top: 0;
 font-family: 'N27', sans-serif;
 font-weight: 800;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 text-decoration: none;
}
h1 {
 line-height: 1.1;
 font-size: 5rem;
}
h2 {
 line-height: 1.2;
 font-size: 5rem;
 font-family: 'N27', sans-serif;
 font-weight: 800;
}
h3 {
 line-height: 1.2;
 font-size: 3.2rem;
 font-family: 'DG-B', sans-serif;
 margin-bottom: 15px;
}
.entry-header h3{font-family: 'N27', sans-serif; font-weight: 800;}
h4, h5, h6 {
 line-height: 1.4;
 font-size: 2.4rem;
 margin-bottom: 1.5rem;
}
.abs-middle{position:absolute; top:50%; left:12rem; transform: translateY(-20%);}
.list-article-meta{padding-bottom: 1rem;}
#footer-3{text-align: right;}
.more {
 position: relative;
 padding-right: 0;
 margin-right: 20px;
 margin-top: 10px;
 text-decoration: none;
 display: inline-block;
 background: linear-gradient(to right, #000 calc(25%), transparent 0, transparent calc(75%), #000 0) bottom right / 400% 1px no-repeat;
 font-family: 'N27', sans-serif;    
 font-weight: 800
}
.more:hover {
 background-position: bottom left;
 transition: 1.5s;
}
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
 margin-bottom: 20px;
 margin-top: 0;
}
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 {
 background-color: #e9e9e9;
 padding: 5px 7px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 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: 0.95em;
 text-transform: uppercase;
 border-bottom: 1px dotted #e9e9e9;
}
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: 0;
}
.home #masthead {
line-height: 35rem;
z-index: 10;
}
.section-about{position: relative; z-index: 5}
.stack-wrapper {
    position: relative;
}

.stack-section {
    position: relative;
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
}
.stack-content {
    color: #fff;
    background: rgba(0,0,0,.5);
    padding: 7rem;
    margin-bottom: 0;
    width:100%;
    margin-bottom: 0;
    min-height: 180px;
}
.stack-content .wrapper{max-width: 360px;}
.stack-title {
    margin-bottom: 20px;
    line-height: 1.1;
}
.stack-excerpt {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    font-weight: 300
}
.stack-link {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    color: #fff;
    transition: opacity 0.3s ease;
}
.stack-link:hover {
    opacity: 0.7;
}
html {
    scroll-behavior: smooth;
}
.entry-content ul{
 list-style: none;
 padding-left: 0;
 margin-left: 0;
}
.entry-content ul li {
 position: relative;
 padding-left: 1.5em; /* prostor za ndash */
}
.entry-content ul li::before, ul.lista-aktivnosti li::before, .opis-aktivnosti ul li::before {
 content: "—"; /* ndash */
 position: absolute;
 left: 0;
 top: 0;
}
.footer-widgets strong{font-family: 'N27', sans-serif; font-weight: 800;}
.footer-widgets .sponsors{position: absolute; left:50%; top:6.8rem;; transform: translateX(-50%); width:100%; margin:0;}
.footer-widgets .sponsors li{display: inline-block; list-style: none; padding:0 1rem}
.footer-widgets .sponsors img{width: 10rem;}
dt {
 font-weight: bold;
}
dd {
 margin: 0 20px 20px;
}
table {
 width: 100%;
 margin-bottom: 20px;
 border: 1px solid #222;
 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 #222;
 line-height: 1.42857;
 padding: 5px;
 vertical-align: middle;
}
table > thead > tr > th, table > thead > tr > td {
 border-bottom-width: 2px;
}
table th {
 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: #03c4eb;
 border: none;
 display: inline-block;
 letter-spacing: 1px;
 text-transform: uppercase;
 line-height: 1;
 text-align: center;
 padding: 15px 23px 15px 23px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
 margin: 3px 0;
 text-decoration: none;
}
input[type=reset]:hover, input[type=submit]:hover, input[type=submit]:hover, .pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
 opacity: 0.8;
 background: #03c4eb;
 border: none;
}
input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus, button:hover, button:focus {
 cursor: pointer;
}
textarea {
 resize: vertical;
}
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-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;
}
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 4px 0 0;
}
label.radio-option{margin: 0 3rem 0 -5px; text-transform: lowercase; font-weight: 600; font-size:18px;}
.variations_form.cart{
 border-top:solid 2px #222;
 padding:2rem 0;
}
.woocommerce .price{display:none;}
.woocommerce .woocommerce-variation-price .price{display:block;}
.variations_form table{margin:0}
.single_variation_wrap{margin-top:-15px; display:inline-block;}
.reset_variations_alert.screen-reader-text{display: none;}
.woocommerce-variation.single_variation{
 margin-bottom: 2rem;
 font-weight:600
}
.h-on-top.no-transparent{height:inherit !important}
.woocommerce .return-to-shop a[href*="/shop"]{
    display:none !important;
}
.variations td{padding-left: 0;}
.variations select{padding-right:10px; border-color:#222; font-weight:600; padding-left: 0; padding-right: 0; border-left: none; border-right: none; border:none;}
.woocommerce-checkout{font-size:16px;}
.woocommerce-checkout h1.entry-title, .woocommerce .woocommerce-customer-details .woocommerce-column__title, .woocommerce .woocommerce-order-details__title{font-size:1.8rem; text-transform: uppercase; letter-spacing: 1px;}
.woocommerce-checkout h3{font-size:2.2rem; padding-top:2rem;}
.woocommerce table.shop_table {border:solid 1px #222}
.woocommerce table.shop_table td {
    border-top: 1px solid #222;
    border-left:none;
    border-right:none;
}
.woocommerce-checkout .shop_table thead th, .woocommerce-checkout .shop_table tfoot th, .woocommerce table.shop_table tfoot td{border:none;}
.woocommerce-checkout .shop_table tfoot th{border-top:none;}
.woocommerce-checkout .cart-subtotal{display: none;}
.woocommerce-checkout .back-btn{font-size: 10px; text-transform: uppercase; float:right; padding:2px 8px; background: #222; color:#fff; border-radius: 3px; font-weight:600; letter-spacing:1px !important}
.woocommerce .button.alt{text-transform: uppercase; letter-spacing: .15em !important; font-size: 14px !important; background: #222 !important;}
.woocommerce .single_variation_wrap .button.alt{padding:14px 20px;}
.woocommerce form .form-row .input-text,.woocommerce form .form-row select, 
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
    padding: .3em;
}
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: none
}
.woocommerce .woocommerce-customer-details address{border:none; padding:0;}
/*------------------------------
	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;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 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;
}

.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;
}
.footer-widgets {
 background: #050505;
}
.footer-widgets .container{padding-top:6rem;}
.footer-widgets .container:before{
 content:"";
 position: absolute;
 left:15px;
 right:15px;
 top:0;
 border-top:solid 1px #231f20;
}
.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;
}
.footer-widgets .sidebar .widget:last-of-type {
 margin-bottom: 0;
}
.footer-widgets #footer-1 .widget:last-of-type {
 margin-bottom: 0;
 position:absolute;
 bottom:2rem;
}
.footer-socials  li{display: inline-block; margin-right:.5rem;}
.footer-socials svg {
    width: 32px;
    height: auto;
}
.single .followWrap{ height:0 !important}
.site-header {
 line-height: 240px;
 position: relative;
 width: 100%;
 z-index: 10;
}
.site-header.header-fixed {
 top: 0px !important;
 left: 0px;
 position: absolute;
}
.home .site-header {
 position: absolute;
}
.site-branding {
 float: left;
}
.home .site-logo-div img{height:25rem !important;}
.archive .site-logo-div img, .single .site-logo-div img, .page-template-default .site-logo-div img {
    height: 18rem;
    width: auto;
}
.onepress-menu, .onepress-menu * {
 margin: 0;
 padding: 0;
 list-style: none;
}
.onepress-menu {
 float: right;
}
.onepress-menu ul {
 position: absolute;
 display: block;
 height: 1px;
 overflow: hidden;
 opacity: 0;
 z-index: -1;
 top: 100%;
 left: 0;
}
.onepress-menu ul.sub-ul-r {
 left: auto;
 right: 0px;
}
.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;
 height: initial;
 overflow: initial;
 opacity: 1;
 z-index: 99;
}
.onepress-menu ul {
 min-width: 12em;
 width: fit-content;
 max-width: 100vw;
 border: 1px solid #e9e9e9;
 border-top: none;
}
.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 {
 display: block;
 position: relative;
 padding-left: 17px;
 padding-right: 17px;
 font-weight: 800;
 text-decoration: none;
 zoom: 1;
 color:#212121;
 font-family: 'N27', sans-serif;
 line-height: 1.2;
 font-size: 3.2rem;
}
.onepress-menu a:hover {
 color:#212121;
}
.onepress-menu ul li {
 line-height: 26px;
 width: fit-content;
 min-width: 100%;
}
.onepress-menu ul li a {
 border-top: 1px solid #e9e9e9;
 padding: 8px 18px;
 font-size: 13px;
 text-transform: none;
 background: #ffffff;
}
.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;
}
@media screen and (max-width: 5000px) {
 .main-navigation {
  position: static;
 }
 .main-navigation .onepress-menu {
  width: 100% !important;
  display: block;
  height: 0px;
  overflow: hidden;
  background: #fff;
 }
 .onepress-menu.onepress-menu-mobile {
  position: fixed;
  top: 0 !important;
  right: 0;
  width: 100%;
  height: 100vh !important;
  overflow: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  z-index: 1000;
  text-align: center;
 }
 .onepress-menu.onepress-menu-mobile .sub-menu {
  width: auto;
 }
 .onepress-menu.onepress-menu-mobile > li > a {
  padding: 10px 20px;
 }
 .onepress-menu.onepress-menu-mobile li {
  line-height: 20px;
  background: #fff;
  width: 100% !important;
 }
 .onepress-menu.onepress-menu-mobile > li:first-child {
  border-top: 0px none;
 }
 .onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
  color: #03c4eb;
 }
 .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
  display: block;
  border-left: 1px solid #e9e9e9;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  padding: 11px 20px;
  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.onepress-menu-mobile .wpml-ls-legacy-list-horizontal ul {
  margin-top: 10px !important;
 }
 .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
  left: 0px;
  display: block !important;
  height: initial;
  overflow: initial;
  opacity: 1;
  z-index: inherit;
 }
}
#nav-toggle {
 position: absolute;
 width: 60px;
 overflow: hidden;
 white-space: nowrap;
 color: transparent;
 z-index: 2000;
 top:4rem; 
 right:15px;
 line-height: 60px;
 text-align: right;
}
#nav-toggle span {
 position: absolute;
 top: 50%;
 right: 0;
 margin-top: -2px;
 -webkit-transition: rotate 0.2s, translate 0.2s;
 -moz-transition: rotate 0.2s, translate 0.2s;
 transition: rotate 0.2s, translate 0.2s;
 display: inline-block;
 height: 6px;
 width: 60px;
 background: #292b2c;
}
#nav-toggle span:before {
 top: -11px;
}
#nav-toggle span:after {
 top: 11px;
}
#nav-toggle span:before, #nav-toggle span:after {
 position: absolute;
 display: inline-block;
 height: 6px;
 width: 60px;
 background: #292b2c;
 content: "";
 right: 0;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-transform-origin: 0% 50%;
 -moz-transform-origin: 0% 50%;
 -ms-transform-origin: 0% 50%;
 -o-transform-origin: 0% 50%;
 transform-origin: 0% 50%;
 -webkit-transition: -webkit-transform 0.2s;
 -moz-transition: -moz-transform 0.2s;
 transition: 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);
 -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
 -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
 -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
 transform: translateX(-10px) translateY(5px) rotate(45deg);
 width:24px;
 height:3px;
}
#nav-toggle.nav-is-visible span:after {
 -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
 -moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
 -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
 -o-transform: translateX(4px) translateY(0px) rotate(-45deg);
 transform: translateX(-10px) translateY(0px) rotate(-45deg);
 width:24px;
 height:3px;
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
 background: #292b2c;
}
.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: 10px 0;
 background: #212121;
 color:#fff;
}
.page-header h1{margin:0; font-size:18px; text-transform: uppercase; line-height: 1; font-weight:300}
.site-footer{background: #000; color:#fff;}
.site-footer .site-info {
 position: relative;
 text-align: center;
 padding: 35px 0px;
}
.site-footer .site-info .container {
 position: initial;
}
.site-footer .btt a {
 border-radius: 0px 20px 0 0;
 background: #000;
 display: block;
 font-size: 30px;
 height: 50px;
 line-height: 50px;
 margin: auto;
 position: absolute;
 right: 60px;
 top: -25px;
 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;
 }
}
.entry-header .entry-title {
 text-transform: none;
}
.entry-thumbnail {
 margin-bottom: 3rem;
}
.single .entry-header .entry-title {
 margin-bottom: 1.5rem;
 font-size: 4rem; font-weight: 800;
 line-height: 1.2
}
.highlight {
 color: #03c4eb;
}
.entry-content blockquote {
 padding: 30px;
 position: relative;
 background: #f8f9f9;
 border-left: 3px solid #03c4eb;
 font-style: italic;
}
.entry-content blockquote p {
 margin: 0px;
}
/* Entry Stuff
------------------------------*/
.entry-meta {
 margin-bottom: 30px;
}
.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;
}
.btn {
 text-transform: uppercase;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 box-shadow: none;
 font-size: 1.4rem;
 font-weight: 600;
 border:solid 2px #fff;
}
.btn:active, .btn:focus {
 outline: none !important;
}
.slider-spinner {
 width: 40px;
 height: 40px;
 position: relative;
 margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
 width: 100%;
 height: 100%;
 border-radius: 50%;
 background-color: #fff;
 opacity: 0.6;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-animation: sk-bounce 2s infinite ease-in-out;
 animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
 -webkit-animation-delay: -1s;
 animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
 0%, 100% {
  -webkit-transform: scale(0);
 }
 50% {
  -webkit-transform: scale(1);
 }
}
@keyframes sk-bounce {
 0%, 100% {
  transform: scale(0);
  -webkit-transform: scale(0);
 }
 50% {
  transform: scale(1);
  -webkit-transform: scale(1);
 }
}
.sidebar .widget {
 margin-bottom: 40px;
}
.sidebar .widget ul {
 list-style: none;
 padding: 0px;
}
.sidebar .widget ul:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
.search-form {
 display: flex;
 width: 100%;
 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 {
 flex-grow: 2;
 margin: 0px;
}
.section-padding {
 padding: 7rem 0rem;
}
.section-padding-small {
 padding: 3.5rem 0rem;
}
.section-padding-top {
 padding: 7rem 0 0;
}
.section-padding-top-small {
 padding: 3.5rem 0 0;
}
.section-padding-bottom {
 padding: 0 0 7rem;
}
.section-padding-left {
 padding-left:7rem;
}
.section-padding-right {
 padding-right: 7rem;
}
.section-meta {
 background-color: #f8f9f9;
}
.onepage-section {
 position: relative;
 overflow: hidden;
}
.onepage-section:before {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 display: block;
 content: " ";
 z-index: 1;
}
.onepage-section .container-fluid, .onepage-section .container {
 position: relative;
 z-index: 5;
}
.section-title-area {
 margin-bottom: 6rem;
 text-align: left;
}
.section-title-area .section-title {
 position: relative;
 margin-bottom: 0px;
 text-transform: uppercase;
}
.section-title-area .section-subtitle {
 display: block;
 position: relative;
 padding-bottom: 1rem;
 border-bottom: solid 1px #231f20;
}
.section-title-area .section-subtitle span{border-bottom: solid .8rem #231f20; padding-bottom:0; padding-right: 4px;}
.hero-slideshow-wrapper {
 width: 100%;
 position: relative;
 background-color: #222222;
 overflow: hidden;
 /* Loading icon */
}
.hero-slideshow-wrapper:after {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.3);
 display: block;
 content: "";
}
.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);
 transform: translateY(100px);
 -webkit-transition: all 0.5s linear;
 transition: all 0.5s linear;
}
.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);
 transform: translateY(0);
}
.hero-slideshow-wrapper .slider-spinner {
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 9999999;
 margin: 0px;
 -webkit-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);
 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%);
 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);
 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);
 transform: translateY(0);
}
.hero-slideshow-normal .container {
 padding: 10% 0px;
 position: relative;
 z-index: 80;
}
.hero-slideshow-fullscreen .container {
 z-index: 80;
 position: relative;
 top: 50%;
 transform: translateY(-50%);
}
.hero__content {
 color: #FFF;
}
.hero-content-style2 .hcl2-content {
 padding: 50px 0px;
 padding: 3.125rem 0rem;
}
.hero-content-style2 .hcl2-image {
 text-align: right;
}
.hero-content-style1 {
 text-align: center;
}
.hero-content-style1 h2 strong {
 font-weight: 900;
}
.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;
}
.h-on-top.is-transparent #hero .container .hero__content {
 margin-top: 75px;
}
.morphext > .animated {
 display: inline-block;
}
.wpcf7-form label {
 width: 100%;
}
div.wpcf7-validation-errors {
 margin: 20px 0px;
 padding: 15px;
}
div.wpcf7-response-output {
 margin: 20px 0px;
}
.section-videolightbox {
 text-align: center;
}
.section-videolightbox .videolightbox__icon {
 margin-bottom: 40px;
 margin-bottom: 2.5rem;
}
.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;
}

.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 - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.owl-height {
 transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.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 - Video Plugin
 */
.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 Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.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: "\e094";
}
.owl-theme .owl-nav .owl-next {
 right: 15px;
}
.owl-theme .owl-nav .owl-next .lg-icon::before {
 content: "\e095";
}
.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: 14px;
 margin: 5px;
 padding: 4px 7px;
 display: inline-block;
 cursor: pointer;
 border-radius: 3px;
}
.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;
}
.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: #D6D6D6;
 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: #869791;
}
@media (max-width: 1679px) {
 .section-news .section-padding-left {
    padding-left: 4rem;
}
}
@media (max-width: 1439px) {
 .section-news .section-padding-left {
    padding-left: 0;
}
}
@media (max-width: 1199px) {
 #nav-toggle{right:15px;}
 .home .site-logo-div img {
    height: 23rem !important;
}
.footer-widgets #footer-1 img{width:260px;}
.footer-widgets .sponsors li {
    padding: 0 .5rem;
}
}
@media (max-width: 991px) {
 .home .site-header {
    position: relative;
}
.site-header.header-fixed {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}
 .section-about .row > div:first-of-type{order:2}
 .section-about .row > div:last-of-type{order:1}
 .section-about .abs-middle {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
}
#nav-toggle{right:15px;}
.svg-code.section-padding-right, .svg-code.section-padding-left{padding:0;}
.section-about .svg-code{margin:3.5rem 0;}
#footer-3{order:2; text-align: left; padding-top:7rem; padding-bottom:7rem;}
#footer-2{order:1;}
#footer-1{order:3;}
.footer-widgets .sponsors.text-center {
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(0);
    width: auto;
    margin: 0;
    text-align: left !important;
}
.footer-widgets #footer-1 .widget:last-of-type {
    margin-bottom: 0;
    position: relative;
    bottom: auto;
}
.section-news .more{text-align: left !important; float:left; margin-left:0;}
.text-column article{max-width: 680px;}
}