/**
* @template  J51 - Jasmine
* @author    Joomla51 http://www.joomla51.com
* @copyright Copyright (C) 2009 - 2019 Joomla51

TABLE OF CONTENTS

	1. 	General
	2. 	Default Module Styling
	3. 	Header
	4.	Logo
	5. 	Top Menu
	6.	Top Menu - Hornav
	7. 	Top Menu - Mobile
	8. 	Slideshow
	9. 	Top-1 Modules 
	10. Top-2 Modules
	11. Top-3 Modules
	12.	Article / Component
	13.	Bottom Modules
	14.	Base Modules
	15.	Copyright / Footer Menu
	16.	Spacers
	18.	Social Media
	19.	Header-1 / Header-2 
	20.	Breadcrumbs
	21.	Buttons / Fields
	22.	Font Awesome
	23.	Backgrounds
	24. Utility Classes
	24.	Miscellaneous

*/

:root {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
}
/*-----------------------------------------------------------------------------------*/
/* Typography */
/*-----------------------------------------------------------------------------------*/
body {
  line-height: 1.75em;
  font-weight: 400;
 

}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 0.75rem;
  text-rendering: optimizelegibility;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  text-decoration: none;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  margin-right: 5px;
}
h1 {
  font-size: 2.8em;
  font-weight: 400;
}
h2,
.content-category h1,
.registration h1 {
  margin-bottom: 0.6rem;
  font-size: 2.2rem;
  font-weight: 200;
}
h3 {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 600;
}
h4 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6em;
  text-transform: uppercase;
}
h5 {
  font-size: 1rem;
  line-height: 1.6em;
}
h6 {
  font-size: 1em;
}
a {
  text-decoration: none !important;
  transition: color 0.15s ease-in;
  color: #333;
}
a:hover {
  color: #888;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
p {
  margin-bottom: 1.5rem;
}
li {
  line-height: 2.1em;
  font-weight: 500;
}
.item-title,
.page-header {
  position: relative;
  padding: 0;
  overflow-y: hidden;
}
.item-title h2,
.page-header h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
hr {
  height: 1px;
  max-width: 90px;
  margin: 15px auto 20px;
  background-color: transparent;
  border-top: 1px solid #999;
  border-top: 1px solid var(--primary);
}
hr.left {
  margin-left: 0;
}
hr.right {
  margin-right: 0;
}
blockquote {
  font-size: 120%;
  border-left: 0.4rem solid #ddd;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin: 0 0 1.5rem 1.5rem;
}
p.note,
p.pin,
p.clip,
p.down,
pre,
.code {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.08);
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-radius: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
del {
  color: #ff4136;
}
ins {
  color: #2ecc40;
}
pre,
.code {
  clear: both;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.05);
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #111;
  border-radius: 0.25rem;
}
pre,
code {
  white-space: normal !important;
}
code {
  font: italic 100% monospace;
  background-color: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  color: #D69A4B;
  padding: 2px 4px;
  margin: 0;
}
pre {
  margin: 0 0 1rem 0;
}
p.down,
p.clip,
p.pin,
p.note {
  margin: 10px 0;
  padding: 15px 20px 15px 50px;
  overflow: hidden;
}
p.note {
  background: url(../images/typo/note.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
}
p.pin {
  background: url(../images/typo/attach.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
}
p.clip {
  background: url(../images/typo/clip.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
}
p.down {
  background: url(../images/typo/down.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
}
ol,
ul {
  line-height: 1.5;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
ul.tick li,
ul.plus li,
ul.star li,
ul.dot li {
  list-style: none outside none;
  padding: 0 22px;
}
ul.tick li {
  background: url("../images/typo/tick.png") no-repeat scroll left center transparent;
}
ul.plus li {
  background: url("../images/typo/plus.png") no-repeat scroll left center transparent;
}
ul.star li {
  background: url("../images/typo/star.png") no-repeat scroll left center transparent;
}
ul.dot li {
  position: relative;
}
ul.dot li::before {
  position: absolute;
  left: 5px;
  content: "•";
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.5);
}
em.highlight {
  border-radius: 4px 4px 4px 4px;
  font-style: normal;
  padding: 2px 5px;
  text-shadow: none;
}
em.highlight.black {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}
em.highlight.green {
  background: none repeat scroll 0 0 #89B223;
  color: #FFFFFF;
}
em.highlight.yellow {
  background: none repeat scroll 0 0 #B29E23;
  color: #FFFFFF;
}
em.highlight.blue {
  background: none repeat scroll 0 0 #4B90B5;
  color: #FFFFFF;
}
em.highlight.red {
  background: none repeat scroll 0 0 #A62929;
  color: #FFFFFF;
}
.text-primary::before,
.text-primary::after {
  color: inherit !important;
}
.background-primary::before,
.background-primary::after {
  background-color: inherit !important;
}
/* Content Column Layout */
.columns-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}
.columns-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}
.columns-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}
@media only screen and (max-width: 767px) {
        
  
    
   .header_main h1{
    display: none;
   
}
 .logo img{
    padding-top: 30px;
    
    
}

    
    
  .columns-2,
  .columns-3,
  .columns-4 {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
}
.menu .columns-2,
.menu .columns-3,
.menu .columns-4 {
  -moz-column-count: auto;
  -webkit-column-count: auto;
  column-count: auto;
}
.well {
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(148, 146, 145, 0.1), 0 -1px 0 rgba(148, 146, 145, 0.35) inset, 0 0 0 transparent, 0 0 0 transparent;
  border-color: #f5f5f5;
}
.border-frame {
  position: relative;
  display: inline-block;
}
.border-frame::after {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 3px solid rgba(100, 100, 100, 0.2);
  border: 3px solid var(--primary);
  content: '';
  z-index: 0;
  border-radius: 0;
}
.border-frame * {
  position: relative;
  z-index: 1;
}
.box-shadow {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.j51-date {
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  color: #111;
  color: var(--primary);
  min-width: 44px;
  z-index: 2;
  border: 1px solid var(--primary);
}
.j51-date > div {
  padding: 2px 4px;
}
.j51-date-top {
  font-size: 0.9em;
  border-bottom: 1px solid var(--primary);
}
.j51-date-bottom {
  background-color: rgba(0, 0, 0, 0.075);
  font-size: 0.8em;
}
/*-----------------------------------------------------------------------------------*/
/* JStuff */
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.search-results dt.result-title {
  font-size: 140%;
  font-weight: normal;
  padding: 3px 0 10px 0;
  text-transform: none;
}
.search-results dd.result-category {
  color: #888888;
  font-size: 13px;
  font-style: italic;
  margin: 0 0 5px;
}
.search-results dd.result-created {
  border-bottom: 1px solid #EEEEEE;
  color: #888888;
  font-size: 10px;
  margin-bottom: 10px;
  padding: 0 0 6px;
  text-align: right;
}
#search label {
  display: none;
}
.com-users-login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.com-users-login__options {
  margin-top: 0;
  width: 100%;
}
.com-users-login__field {
  padding: 10px 0;
}
.com-users-login__remember {
  text-align: right;
}
.com-users-login__remember input {
  margin-top: -2px;
  margin-left: 4px;
  margin-right: 4px;
}
.com-users-login__no-account {
  text-align: center;
  padding: 10px;
}
.com-users-login__forgot {
  color: #ddd;
  text-align: center;
}
.com-users-login__forgot a {
  color: #555;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 1.5px;
  margin: 0 5px;
}
.com-users-login__forgot a:hover {
  opacity: 1;
}
.com-users-login .controls > button {
  width: 100%;
}
.com-users-registration {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-users-registration > form {
  width: 100%;
  max-width: 400px;
}
.com-users-registration__field {
  padding: 10px 0;
}
.com-users-registration__remember {
  text-align: right;
}
.com-users-registration__remember input {
  margin-top: -2px;
  margin-left: 4px;
  margin-right: 4px;
}
.com-users-registration__no-account {
  text-align: center;
  padding: 10px;
}
.com-users-registration__forgot {
  color: #ddd;
  text-align: center;
}
.com-users-registration__forgot a {
  color: #555;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 1.5px;
  margin: 0 5px;
}
.com-users-registration__forgot a:hover {
  opacity: 1;
}
.com-users-registration .controls > button {
  width: 100%;
}
.contact {
  padding: 0px;
}
.contact h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
.contact > h3 {
  display: none;
}
.contact textarea,
.contact input[type="text"],
.contact input[type="number"],
.contact input[type="email"] {
  border-radius: 0;
  width: 100%;
  max-width: 500px;
  height: 2em;
}
.contact textarea {
  height: 8em;
}
.contact legend {
  border: none;
}
.item-header {
  display: flex;
  align-items: flex-start;
  border-bottom: none;
  margin: 5px 0;
}
.item-header .j51-date {
  margin-right: 10px;
}
.page-header {
  display: flex;
  align-items: flex-start;
  border-bottom: none;
  margin: 0px;
}
.page-header .j51-date {
  margin-right: 10px;
}
.categories-list .page-header {
  padding-bottom: 10px;
}
.article-body {
  overflow: hidden;
}
.article-info-term {
  display: none;
}
.article-info {
  font-size: 1em;
  padding: 0px;
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  line-height: 1.4rem;
}
.article-info dd {
  display: inline;
  padding: 0 3px 0 0;
  white-space: nowrap;
}
.article-info dd:last-child {
  border-right: medium none;
}
.article-info dd:first-of-type {
  margin-left: 0;
}
.article-info dd > span[class^="icon-"] + time,
.article-info dd > span[class*=" icon-"] + time {
  margin-left: 0;
}
.article-info dd .icon-calendar {
  display: none;
}
.article-info .actions {
  float: right;
  margin: -10px 0 0;
  width: 50px;
}
.articleContent img {
  display: block;
  margin: 20px auto;
}
dd > div {
  display: inline;
}
.items-more ul {
  list-style: none !important;
  margin-left: 0px;
}
.contact-links ul {
  list-style: none outside none !important;
  margin-left: 0px;
}
.blog .item-content {
  padding: 0 0 12px;
}
.blog .items-row {
  margin-bottom: 30px;
}
.blog .readmore {
  margin-bottom: 5px;
}
.blog .item-image {
  position: relative;
}
.blog-core .item {
  padding: 0;
}
.blog-core h2 {
  font-size: 2.2em;
}
.items-leading {
  margin: 0;
  padding-bottom: 15px;
}
dl.muted:empty {
  display: none;
}
.item-page .item-image {
  margin-bottom: 2em !important;
}
.img-fulltext-left {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.img-intro-left {
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.img-fulltext-right {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.img-intro-right {
  float: right;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.img-intro-none {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.img-fulltext-none {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.items-leading {
  overflow: hidden;
}
.items-leading .item-image {
  width: auto;
}
.item-image {
  display: inline-block;
  overflow: hidden;
  border-radius: 0;
}
.pull-left.item-image {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.pull-right.item-image {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
:not(.blog-masonry .item) .pull-none.item-image {
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {

    
  .pull-right.item-image,
  .pull-left.item-image {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.tags {
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  text-align: left;
  text-transform: uppercase;
  display: block !important;
}
.tags li {
  padding: 0 !important;
}
.tags li a {
  padding: 5px 9px 4px;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.tag-category .list-striped li:nth-child(2n+1),
.tag-category .list-striped dd:nth-child(2n+1),
.tag-category .list-striped li,
.tag-category .list-striped dd {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tag-category .list-striped,
.tag-category .row-striped {
  border: none;
}
.tag-category .category {
  margin-top: 0;
}
.tag-category .category li {
  font-weight: normal;
}
.tag-category .category li > a > img {
  margin: 5px auto 20px;
  max-width: 200px;
  float: left;
  margin: 5px 25px 50px 0;
}
.tag-category fieldset {
  display: none;
}
.lang-inline li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  padding: 0;
}
.mod-languages ul li {
  display: inline-block;
  padding: 0px 2px;
}
.stats-module {
  margin: 0;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.search .form-inline {
  display: flex;
  outline: 0;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 0;
  line-height: 16px;
}
.search .search-query {
  box-shadow: none;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  padding-left: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.search .button {
  box-shadow: none;
  color: #fff;
  font-size: 10px !important;
  padding: 6px 10px;
  margin: 0px;
  text-transform: uppercase;
  border-radius: 0;
}
.search .icon-search {
  color: #fff;
  cursor: pointer;
  z-index: 1;
  padding: 8px;
  margin: 0;
  margin: -1px;
  transition: background-color 300ms linear;
}
.search .icon-search:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.search .btn-right input.search-query,
.search .btn-left input.search-query {
  padding-right: 0;
}
.search .btn-right .button,
.search .btn-right .icon-search {
  order: 1;
}
.search .btn-top {
  flex-direction: column;
}
.search .btn-bottom {
  flex-direction: column-reverse;
}
.search .btn {
  padding: 5px 10px;
  margin: -1px;
}
.search .btn .icon-search {
  display: none;
}
.tagspopular ul {
  margin: 10px 0;
}
.tagspopular li {
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 0 5px 8px 0;
}
.tagspopular li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  display: inline-block;
}
.tagspopular li a:hover {
  color: white;
}
.message::empty {
  display: none;
}
.list-striped,
.row-striped {
  list-style: none outside none !important;
}
ul.category {
  margin-left: 0px;
}
.icon-arrow-right {
  margin-top: 1px;
}
ul#archive-items li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  background-image: none;
}
.clr {
  clear: both;
}
body.contentpane {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 10px;
  text-align: left;
  width: auto;
}
.item-page,
.item,
.items-leading > div,
.items-row > div {
  position: relative;
}
.icons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.icons .btn-group {
  margin: 0;
}
.icons .dropdown-toggle {
  margin: 0;
}
.maincontent .blog .icons {
  padding-bottom: 0px;
}
.tags {
  margin-bottom: 0 !important;
}
.tags li {
  line-height: 1em;
}
.tags li a {
  padding: 0;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
}
.tags li a:hover {
  color: #555;
}
.tags li + li {
  margin-left: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* General */
/*-----------------------------------------------------------------------------------*/
body {
  padding: 0;
  margin: 0;
  background-attachment: scroll;
  position: relative;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.content_main {
  display: block;
}
.header_main,
#header_bg,
#container_showcase1_modules,
#container_top1_modules,
#container_top2_modules,
#container_top3_modules,
#container_bottom1_modules,
#container_bottom2_modules,
#container_bottom3_modules,
#container_base {
  position: relative;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover !important;
    
}
#container_showcase1_modules,
#container_top1_modules,
#container_top2_modules,
#container_top3_modules,
#container_main,
#container_bottom1_modules,
#container_bottom2_modules,
#container_bottom3_modules,
#container_base,
#container_copyright {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
    
}
.showcase-1,
.top-1,
.top-2,
.top-3,
.contenttop,
.sidecol-a,
.sidecol-b,
.contentbottom,
.bottom-1,
.bottom-2,
.bottom-3,
.base-1,
.base-2 {
  float: left;
  width: 100%;
  background-position: 50% 0%;
  background-size: cover !important;
}
.showcase-1 .module_surround,
.top-1 .module_surround,
.top-2 .module_surround,
.top-3 .module_surround,
.contenttop .module_surround,
.sidecol-a .module_surround,
.sidecol-b .module_surround,
.contentbottom .module_surround,
.bottom-1 .module_surround,
.bottom-2 .module_surround,
.bottom-3 .module_surround,
.base-1 .module_surround,
.base-2 .module_surround {
  background-position: 50% 0%;
  background-size: cover !important;
    
}
.sidecol-a,
.sidecol-b {
  background-position: 50% 0%;
  background-size: cover !important;
  width: 100%;
}
.wrapper960 {
  margin: 0 auto;
  position: relative;
  background-size: cover;
   
}
.block_holder {
  width: 100%;
   
}
.block_holder > div {
  display: flex;
  flex-wrap: wrap;
}
.clear {
  clear: both;
}
/*-----------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------*/
#container_header{
  position: relative;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease;
  box-shadow: 0 10px 3px rgba(0, 0, 0, 0.25);
  
  
}
#container_header:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #aaa;
  background-color: var(--primary);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
    
}
#container_header.block_holder {
  padding: 0;
}
#container_header .wrapper960 {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 110;
  box-sizing: border-box;
}
#container_header,
.vegas-wrapper {
  display: flex;
  flex-direction: column;
    
}
.header_top {
  display: flex;
  flex: 1 0 auto;
  padding: 0 15px;
  transition: all 180ms ease;
  min-height: 35px;
}
.header_main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header_nav {
  display: flex;
  flex: 1 0 auto;
}
.showcase_seperator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  direction: ltr;
  z-index: 1;
}
.showcase_seperator canvas {
  display: block;
  width: 100%;
  visibility: hidden;
}
.showcase_seperator svg {
  fill: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.showcase_seperator * {
  box-sizing: border-box;
}
.sticky-wrapper {
  z-index: 1040;
  width: 100%;
 
}
.logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  transition: all 500ms ease;
  padding: 0 30px 20px;
  flex-direction: column;
   
}
.logo img{
    width: 25vw;
    
}



.logo a {
  position: relative;
  z-index: 25;
}
.is-sticky .logo {
  padding: 0 30px;
}
.logo-text {
  margin: 0;
  width: 100%;
  line-height: 1.4em;
  text-align: center;
  justify-self: center;
}
.logo-text a {
  position: relative;
  left: 0;
  outline: none;
  top: 0;
  width: 100%;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0;
}
.logo-text a:hover {
  text-decoration: none;
}
.site-slogan {
  position: relative;
  margin: 2px 0 10px;
  padding: 0;
  line-height: 1em;
  text-align: center;
  letter-spacing: 2px;
}
.mobile-logo-image {
  display: none;
}
#socialmedia {
  position: relative;
}
.hornav {
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header-1,
.header-2 {
  display: inline-flex;
  padding: 4px 0;
  margin: 2px 0;
  font-size: 0.8em;
  line-height: 1.25rem;
}
.header-1 > div + div,
.header-2 > div + div {
  margin-left: 20px;
}
.header-1 > .module + .module,
.header-2 > .module + .module {
  margin-top: 0;
}
.header-1 p,
.header-2 p {
  margin: 0;
}
.header-1 ul,
.header-2 ul {
  padding: 0;
}
.header-1 .mod-list li,
.header-2 .mod-list li {
  float: left;
  padding: 3px 0;
  line-height: 1;
  font-size: 0.7em;
}
.header-1 .custom,
.header-2 .custom {
  width: auto;
}


.header-1 ul.menu,
.header-2 ul.menu {
  list-style: none;
}
.header-1 ul.menu a,
.header-2 ul.menu a {
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 12px;
  padding-right: 12px;
}
.header-1 ul.menu a:hover,
.header-2 ul.menu a:hover {
  opacity: 1;
}
.header-1 ul.menu a:before,
.header-2 ul.menu a:before,
.header-1 ul.menu a:after,
.header-2 ul.menu a:after {
  display: none;
}
.header-1 ul.menu li + li,
.header-2 ul.menu li + li {
  border-left: 1px solid rgba(100, 100, 100, 0.3);
}
.header-1 {
  margin-right: auto;
}
.header-2 {
  text-align: right;
  margin-left: auto;
}
.header-1 input,
.header-2 input,
.header-1 form,
.header-2 form,
.header-1 label,
.header-2 label,
.header-1 ul,
.header-2 ul,
.header-1 ol,
.header-2 ol,
.header-1 dl,
.header-2 dl,
.header-1 fieldset,
.header-2 fieldset,
.header-1 address,
.header-2 address {
  margin: 0;
}
@-webkit-keyframes header-animation-down {
  0% {
    top: -150%;
  }
  100% {
    top: 0px;
  }
}
@keyframes header-animation-down {
  0% {
    top: -150%;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes header-animation-up {
  0% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes header-animation-up {
  0% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
/*-----------------------------------------------------------------------------------*/
/* Menus */
/*-----------------------------------------------------------------------------------*/
.hornav {
  position: relative;
  padding: 0 15px;
}
.hornav * {
  box-sizing: border-box;
}
.hornav > ul {
  display: flex;
  align-items: center;
  margin: 0;
  text-align: right;
  transition: all 0.2s ease;
}
.hornav > ul > li {
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 0;
  margin: 0 15px;
  list-style: none outside none;
  transition: all 0.4s;
  letter-spacing: 0px;
}
.hornav > ul > li.menu-split {
  float: left;
}
.hornav > ul > li:hover > a {
  z-index: 9;
}
.hornav > ul > li:hover:before {
  opacity: 1;
}
.hornav > ul > li > a,
.hornav > ul > li > span {
  display: block;
  font-size: 0.8em;
  font-weight: 600;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  line-height: 1rem;
  padding: 18px 0 14px;
  margin: 0;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hornav > ul > li > a:hover,
.hornav > ul > li > span:hover {
  text-decoration: none;
  opacity: 1;
  color: var(--primary);
}
.hornav > ul > li > a:hover:after,
.hornav > ul > li > span:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.hornav > ul > li > a:focus,
.hornav > ul > li > span:focus,
.hornav > ul > li > a:active,
.hornav > ul > li > span:active {
  text-decoration: none;
  outline: none;
}
.hornav > ul > li.active > a {
  color: #000000;
/*color:var(--primary);*/
}
.hornav > ul > .parent-hover > a {
  color: var(--primary);
}
.hornav > ul .parent-indicator {
  margin-left: 7px;
  font-family: FontAwesome;
  opacity: 0.35;
  font-size: 1em;
}
.hornav > ul .parent-indicator::before {
  content: "\f0d7";
}
.hornav > ul {
  text-transform: none;
}
.hornav > ul li {
  position: relative;
}
.hornav > ul > li ul:after {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
  content: '';
}
.hornav > ul > li > ul,
.hornav > ul > li ul > li > ul {
  display: block;
  letter-spacing: 0;
  list-style: none;
  margin: 0px;
  padding: 3px !important;
  text-align: left;
  z-index: 1000;
  font-weight: 500;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.hornav > ul > li > ul > li,
.hornav > ul > li ul > li > ul > li {
  min-height: 20px;
  float: none;
  webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding: 0;
}
.hornav > ul > li > ul > li:hover > a,
.hornav > ul > li ul > li > ul > li:hover > a {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.075);
}
.hornav > ul > li > ul > li > a,
.hornav > ul > li ul > li > ul > li > a {
  display: block;
  padding: 0px 10px;
  font-size: 0.85rem;
}
.hornav > ul > li > ul > li > a:active,
.hornav > ul > li ul > li > ul > li > a:active,
.hornav > ul > li > ul > li > a:focus,
.hornav > ul > li ul > li > ul > li > a:focus {
  background-color: rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.04);
}
.hornav > ul > li > ul > li > a:after,
.hornav > ul > li ul > li > ul > li > a:after {
  content: attr(title);
  display: block;
  font-size: 11px;
  line-height: 1em;
  opacity: 0.5;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  color: inherit;
  top: -4px;
  position: relative;
  padding-bottom: 4px;
}
.hornav > ul > li > ul .parent-indicator,
.hornav > ul > li ul > li > ul .parent-indicator {
  float: right;
}
.hornav > ul > li > ul .parent-indicator::before,
.hornav > ul > li ul > li > ul .parent-indicator::before {
  content: "\f0da";
}
.hornav > ul > li > li:hover a {
  text-decoration: none;
}
.hornav > ul > li > ul:before {
  display: none;
}
.hornav > ul > li img {
  margin-top: 5px;
  margin-bottom: 0;
}
.hornav > ul > li > a.btn {
  color: #fff;
  margin: 0 15px;
  padding: 10px 15px;
}
.hornav > ul > li > a.btn::before {
  display: none;
}
.hornav > ul > li:last-of-type > ul {
  left: auto !important;
  right: 0;
}
.hornav > ul > li > ul,
.hornav > ul > li > ul > li > ul,
.hornav > ul > li > ul > li > ul > li > ul {
  position: absolute;
  height: auto;
  min-width: 210px;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease;
  top: 48px;
  left: 0px;
  z-index: 1000;
}
.hornav > ul > li:hover > ul,
.hornav > ul > li > ul > li:hover > ul,
.hornav > ul > li > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.hornav > ul > li:hover > ul,
.hornav > ul > li > ul > li:hover > ul,
.hornav > ul > li > ul > li > ul > li:hover > ul {
  -webkit-transition: opacity 200ms linear;
}
.hornav > ul > li > ul > li > ul,
.hornav > ul > li > ul > li > ul > ul {
  left: 220px;
  top: 0 !important;
}
.hornav > ul > li > ul > li:hover > ul,
.hornav > ul > li > ul > li > ul > li:hover > ul {
  top: 0px !important;
  left: 200px;
}
.hornav .columns-2 + ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  width: 420px;
}
.hornav .columns-3 + ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  width: 630px;
}
.hornav .columns-4 + ul {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  width: 840px;
}
.menu .module_surround {
  padding: 15px !important;
}
.menu #login-form {
  margin: 0;
}
.menu .module a {
  font-size: 12px;
}
.menu .module a:hover {
  opacity: 0.7;
}
.menu-toggle {
  display: none;
  align-items: center;
  flex: 1 0 auto;
  max-width: 28px;
  width: 28px;
  height: 40px;
  margin: 0px 20px 10px 15px;
  z-index: 1;
}
.menu-toggle:hover {
  cursor: pointer;
}
.menu-toggle span {
  position: relative;
  display: block;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
}
.menu-toggle span::after {
  top: 8px;
}
.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before {
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: var(--mobile-menu-toggle);
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
/*!
 * Mmenu Light v3.0.2
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
.mm-spn .parent-indicator {
  display: none;
}
:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 300px;
}
body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd .image-title {
  padding: 7px 0 0;
  line-height: 1.2;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}
.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}
.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.mm-spn {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}
.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
  margin-top: 5px;
}
.mm-spn li:after {
  content: "";
  display: block;
  border-top: 1px solid;
  opacity: 0.15;
}
.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: 0 0;
}
.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
          transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
  margin-top: 5px;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}
.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
  background: var(--mobile-menu-bg);
}
/*-----------------------------------------------------------------------------------*/
/* Modules */
/*-----------------------------------------------------------------------------------*/
.module,
.module_menu {
  box-sizing: border-box;
}
.module .module_surround,
.module_menu .module_surround {
  height: 100%;
  padding: 0px 30px 80px;
  box-sizing: border-box;
}
.module .module_header,
.module_menu .module_header {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 0.75rem;
}
.module .module_header h3,
.module_menu .module_header h3 {
  padding: 0;
  margin-bottom: 5px;
  font-size: 1.5em;
  text-align: left;
}
.module .module_header h3[class^="fa-"]::before,
.module_menu .module_header h3[class^="fa-"]::before,
.module .module_header h3[class*=" fa-"]::before,
.module_menu .module_header h3[class*=" fa-"]::before {
  margin-right: 8px;
}
.module :not([class^="header"]) .module_content,
.module_menu :not([class^="header"]) .module_content {
  padding: 0;
   
}
.module .mod-list,
.module_menu .mod-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.module .mod-list li,
.module_menu .mod-list li {
  padding: 4px 0px;
  line-height: 1.6em;
  position: relative;
}
.module .mod-list li a,
.module_menu .mod-list li a {
  opacity: 0.8;
  color: #777;
  display: block;
  padding-left: 15px;
}
.module .mod-list li a:hover,
.module_menu .mod-list li a:hover {
  opacity: 1 !important;
}
.module .mod-list li a:hover:after,
.module_menu .mod-list li a:hover:after {
  background-color: var(--primary);
  opacity: 1;
}
.module .mod-list li a[class^="fa-"],
.module_menu .mod-list li a[class^="fa-"],
.module .mod-list li a[class*=" fa-"],
.module_menu .mod-list li a[class*=" fa-"] {
  border-left: none;
}
.module .mod-list li a.active,
.module_menu .mod-list li a.active {
  opacity: 1;
  color: var(--primary);
}
.module .mod-list li a:after,
.module_menu .mod-list li a:after {
  position: absolute;
  content: '';
  height: 7px;
  width: 7px;
  background-color: rgba(200, 200, 200, 0.75);
  border-radius: 3px;
  top: 0.9em;
  left: 0;
  opacity: 0.5;
  transition: all 300ms ease;
}
.module .mod-list ul,
.module_menu .mod-list ul {
  margin: 0.3em 1em;
  margin-right: 0;
  list-style: none;
}
.module .mod-list ul *::before,
.module_menu .mod-list ul *::before {
  opacity: 0.45 !important;
}
.module:first-of-type .module_surround {
  padding-top: 80px;
}
.module ul.latestnews li,
.module ul.menu li {
  position: relative;
}
#breadcrumb-1,
#footer-1,
#footer-2,
#footer-3 {
  width: 100%;
}
.custom {
  width: 100%;
     
}
.module + .module {
  margin-top: -22.5px;
}
.slidesjs-previous.slidesjs-navigation,
.slidesjs-next.slidesjs-navigation {
  opacity: 1;
}
#container_showcase1_modules {
  overflow: hidden;
}
#container_showcase1_modules:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #aaa;
  background-color: var(--primary);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
}
#container_top3_modules.block_holder {
  padding-bottom: 10px;
}

#container_base1_modules,
#container_base2_modules,
#container_base1_modules a,
#container_base2_modules a {
color:#000000;
font-size: 1em;
font-family: arial, helvetica, sans-serif;

}



#container_base1_modules h3,
#container_base2_modules h3 {

}
#container_base1_modules h3 span::after,
#container_base2_modules h3 span::after,
#container_base1_modules h3 span::before,
#container_base2_modules h3 span::before {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
#container_base1_modules hr,
#container_base2_modules hr {
 
}
#footer-1 .module:first-of-type .module_surround,
#footer-2 .module:first-of-type .module_surround {
  padding-top: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* Component Block */
/*-----------------------------------------------------------------------------------*/
#container_main {
  box-sizing: border-box;
}
#main.block_holder {
  padding: 0;
}
.maincontent {
  padding: 80px 30px;  

  animation: rozmycie;
  animation-timeline:view(80% 5%);
 
}


#content_full {
  width: 100%;
}
.content_remainder,
.sidecol_a,
.sidecol_b {
  position: relative;
}
.sidecol_a + .content_remainder::after {
  display: none;
}
#main {
  display: flex;
}
/* Sidecol A & B */
.sidecol_block {
  padding: 0px;
}
.sidecol-a .module:first-of-type .module_surround,
.sidecol-b .module:first-of-type .module_surround {
  padding-top: 0;
}
.sidecol-a .module_surround,
.sidecol-b .module_surround {
  padding-top: 0;
  padding-bottom: 80px;
}
.sidecol-a:first-of-type .module:first-of-type .module_surround,
.sidecol-b:first-of-type .module:first-of-type .module_surround {
  padding-top: 80px;
}
.sidecol_b {
  order: 1;
}
.sidecol_b::after {
  display: none;
}
/* Contenttop/Contentbottom */
.contenttop .module_surround {
  padding: 0 17px !important;
}
.contentbottom .module_surround {
  padding: 0px 17px 80px !important;
}
.wrapper_contenttop {
  padding: 80px 20px 10px 20px;
}
.wrapper_contentbottom {
  padding: 0 20px 20px 20px;
}
/*-----------------------------------------------------------------------------------*/
/* Footer */
/*-----------------------------------------------------------------------------------*/
footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 30px;
  text-align: center;
  box-sizing: border-box;
}
/* Footer Menu */
.footermenu {
  order: 0;
  padding: 10px 0;
}
.footermenu ul {
  margin: 0;
}
.footermenu ul li {
  display: inline-block;
  line-height: 1em;
}
.footermenu ul li a,
.footermenu ul li span {
  text-decoration: none;
  padding: 0 5px;
  color: rgba(100, 100, 100, 0.8) !important;
}
.footermenu ul li a:hover,
.footermenu ul li span:hover {
  color: #646464 !important;
}
.footermenu ul li a:after,
.footermenu ul li span:after {
  content: '\00B7';
  margin-left: 10px;
  font-weight: bold;
  font-size: 10px;
}
.footermenu ul li:first-of-type a {
  padding-left: 0;
}
.footermenu ul li:last-of-type a:after {
  display: none;
}
.footermenu .parent-indicator {
  display: none;
}
/* Copyright */
.copyright {
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
}
.copyright p {
  margin-bottom: 0;
  font-size: 0.7rem;
  text-transform: uppercase;
  opacity: 0.8;
  letter-spacing: 1px;
  color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/* Social Icons */
/*-----------------------------------------------------------------------------------*/
#socialmedia {
  padding: 0;
  margin-left: auto;
  transition: all 0.2s ease;
  z-index: 1;
}
#socialmedia a {
  margin: 0px;
}
#socialmedia ul {
  list-style: none;
  margin: 0;
  display: block;
}
#socialmedia ul li {
  background-position: 50% 50%;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#socialmedia ul li a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  opacity: 1;
  font-size: calc(32px * 0.5);
  text-align: center;
  line-height: 32px;
}
#socialmedia ul li a:hover {
  opacity: 1;
}
#socialmedia ul li a [class^="fa-"]::before,
#socialmedia ul li a [class*=" fa-"]::before {
  position: relative;
  padding-right: 0;
  color: #fff;
}
#socialmedia ul li span {
  position: absolute;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
[class^="social-"],
[class*=" social-"] {
  transition: all 0.4s;
}
.social-facebook:hover {
  background-color: #344e86;
}
.social-twitter:hover {
  background-color: #34bdcd;
}
.social-googleplus:hover {
  background-color: #d03a28;
}
.social-youtube:hover {
  background-color: #f24038;
}
.social-pinterest:hover {
  background-color: #b51d23;
}
.social-instagram:hover {
  background-color: #244e70;
}
.social-dribbble:hover {
  background-color: #ed4483;
}
.social-flickr:hover {
  background-color: #ef4b7a;
}
.social-skype:hover {
  background-color: #0ea9e2;
}
.social-digg:hover {
  background-color: #2474b1;
}
.social-linkedin:hover {
  background-color: #5ea8ca;
}
.social-vimeo:hover {
  background-color: #5494a1;
}
.social-yahoo:hover {
  background-color: #a152b4;
}
.social-tumblr:hover {
  background-color: #324c65;
}
.social-deviantart:hover {
  background-color: #bbc81e;
}
.social-delicious:hover {
  background-color: #2b68bf;
}
.social-rss:hover {
  background-color: #e58a00;
}
[class^="social-"],
[class*=" social-"] {
  margin-right: 0 !important;
  color: #fff;
}
.header-2 + #socialmedia {
  margin-left: 0;
}
#socialmedia ul li a:hover [class^="fa-"]::before,
#socialmedia ul li a:hover [class*=" fa-"]::before {
  color: white;
}
/*-----------------------------------------------------------------------------------*/
/* Breadcrumbs */
/*-----------------------------------------------------------------------------------*/
.breadcrumb {
  padding: 5px 30px;
  margin: 0;
  background-color: transparent;
}
.breadcrumb > li {
  text-shadow: none;
  line-height: 1;
}
.module_surround .breadcrumb {
  padding: 5px 0;
}
/*-----------------------------------------------------------------------------------*/
/* Buttons */
/*-----------------------------------------------------------------------------------*/
.btn {
  border-radius: 2;
}
.btn.btn-outline,
.readmore .btn {

    border:none;
    background-color: #88bd2f;
  
  /* 
    background-color: transparent; 
    border-color: var(--primary);
    color: var(--primary);
*/
}
/*-----------------------------------------------------------------------------------*/
/* Forms */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* Icons */
/*-----------------------------------------------------------------------------------*/
/* Joomla Menus */
.menu li [class^="fa-"]:before,
.menu li [class*=" fa-"]:before {
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu li a[class^="fa-"],
.menu li a[class*=" fa-"] {
  position: relative;
  padding-left: 25px;
}
/* Top Menu Icons */
.hornav .menu li a[class^="fa-"],
.hornav .menu li a[class*=" fa-"] {
  padding-left: 35px;
}
.hornav .menu li a[class^="fa-"]:before,
.hornav .menu li a[class*=" fa-"]:before {
  top: 23px;
  left: 8px;
  font-size: 20px;
  opacity: 0.8;
}
.hornav .menu li a[class^="fa-"]:hover:before,
.hornav .menu li a[class*=" fa-"]:hover:before {
  opacity: 1;
}
.hornav .menu li li [class^="fa-"]:before,
.hornav .menu li li [class*=" fa-"]:before {
  color: inherit;
  top: 9px;
  left: 15px;
  font-size: 16px;
  opacity: 0.6;
  color: var(--base-color);
}
.hornav .menu li li [class^="fa-"]:hover:before,
.hornav .menu li li [class*=" fa-"]:hover:before {
  opacity: 1;
}
/* Header-# Menu Icons */
.header-1 .menu li [class^="fa-"]:before,
.header-1 .menu li [class*=" fa-"]:before,
.header-2 .menu li [class^="fa-"]:before,
.header-2 .menu li [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.2);
  top: 1px;
}
/* Base Module */
#container_base [class^="fa-"]:before,
#container_base [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.2);
}
/* Footer Menu Icons */
#footermenu .menu li [class^="fa-"]:before,
#footermenu.menu li [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.2);
  top: 6px;
}
.row.fa-icon-list {
  margin: 0 0 30px;
}
.fa-col5 {
  float: left;
  padding: 0 0 10px;
  width: 20%;
}
a.slicknav_item [class^="fa-"]:before,
a.slicknav_item [class*=" fa-"]:before,
.slicknav_menu .menu li [class^="fa-"]:before,
.slicknav_menu .menu li [class*=" fa-"]:before {
  display: none !important;
}
.slicknav_nav ul > li a[class^="fa-"],
.slicknav_nav ul > li a[class*=" fa-"] {
  padding-left: 14px !important;
}
.menu a.slicknav_item [class^="fa-"],
.menu a.slicknav_item [class*=" fa-"] {
  padding-left: 0 !important;
}
.hornav > ul .parent-indicator,
.slideout-menu .menu .parent-indicator {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/*-----------------------------------------------------------------------------------*/
/* Utility Classes */
/*-----------------------------------------------------------------------------------*/
.text-light {
  color: rgba(255, 255, 255, 0.85) !important;
}
.text-light a,
.text-light a .j51_icon {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-light a:hover,
.text-light a .j51_icon:hover,
.text-light a:hover .j51_icon,
.text-light a .j51_icon:hover .j51_icon {
  color: #ffffff !important;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: #ffffff !important;
}
.text-light h4 {
  opacity: 0.8;
}
.text-light h2 + h4 {
  margin-top: -10px;
}
.text-light button {
  color: #fff;
}
.text-light input::not(.btn),
.text-light select,
.text-light textarea {
  color: #333;
}
.text-light ul.menu a,
.text-light ul > li > a,
.text-light ul > li > span {
  color: rgba(255, 255, 255, 0.8);
}
.text-light [class^="fa-"]:before,
.text-light [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.6);
}
.text-light li:hover [class^="fa-"]:before,
.text-light li:hover [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
}
.text-light .owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4) !important;
}
.text-light blockquote small {
  color: rgba(255, 255, 255, 0.5);
}
.text-light hr {
  --base-color: #fff;
}
.text-light [class^="fa-"]::before,
.text-light [class*=" fa-"]::before {
  color: rgba(255, 255, 255, 0.8);
}
.text-light .module_header h3.mod_standard span::before,
.text-light .module_header h3.mod_standard span::after {
  border-color: rgba(255, 255, 255, 0.6);
}
.text-dark {
  color: rgba(0, 0, 0, 0.9) !important;
}
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6 {
  color: rgba(0, 0, 0, 0.9) !important;
}
.text-dark input,
.text-dark button,
.text-dark select,
.text-dark textarea {
  color: #fff;
}
.text-dark ul.menu a,
.text-dark ul > li > a,
.text-dark ul > li > span {
  color: rgba(0, 0, 0, 0.8);
}
.text-dark [class^="fa-"]:before,
.text-dark [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.3);
}
.text-dark li:hover [class^="fa-"]:before,
.text-dark li:hover [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.6);
}
.text-dark .owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4) !important;
}
.padding-0 {
  padding: 0px;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-50 {
  padding: 50px;
}
.padding-60 {
  padding: 60px;
}
.margin-0 {
  margin: 0px;
}
.margin-10 {
  margin: 10px;
}
.margin-20 {
  margin: 20px;
}
.margin-30 {
  margin: 30px;
}
.margin-40 {
  margin: 40px;
}
.margin-50 {
  margin: 50px;
}
.margin-60 {
  margin: 60px;
}
.padding-horiz-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.padding-horiz-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-horiz-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-horiz-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-horiz-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-horiz-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-horiz-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.padding-vert-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.padding-vert-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-vert-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-vert-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-vert-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-vert-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-vert-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin-horiz-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.margin-horiz-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-horiz-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-horiz-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-horiz-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-horiz-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-horiz-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.margin-vert-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.margin-vert-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-vert-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-vert-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-vert-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-vert-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-vert-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.padding-top-0,
.padding-top-0 .module_surround {
  padding-top: 0;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-bottom-0,
.padding-bottom-0 .module_surround {
  padding-bottom: 0;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
/* Background Colors */
.background-white {
  background-color: #FFFFFF;
}
.background-black {
  background-color: #000000;
}
.background-gray-dark {
  background-color: #333333;
}
.background-gray {
  background-color: #888888;
}
.background-gray-light {
  background-color: #cccccc;
}
.background-gray-lighter {
  background-color: #ebebeb;
}
.border {
  border: 1px solid #ddd;
}
.shadow {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
/* Alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* Animation */
.delay-100 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  transition-delay: 100ms;
}
.delay-200 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  transition-delay: 200ms;
}
.delay-300 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  transition-delay: 300ms;
}
.delay-400 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  transition-delay: 400ms;
}
.delay-500 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  transition-delay: 500ms;
}
.delay-600 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
  transition-delay: 600ms;
}
.delay-700 {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
  transition-delay: 700ms;
}
.delay-800 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
  transition-delay: 800ms;
}
.delay-900 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
  transition-delay: 900ms;
}
.delay-1000 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
  transition-delay: 1000ms;
}
.delay-1100 {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
  transition-delay: 1100ms;
}
.delay-1200 {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
  transition-delay: 1200ms;
}
.delay-1300 {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
  transition-delay: 1300ms;
}
.delay-1400 {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
  transition-delay: 1400ms;
}
.delay-1500 {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
  transition-delay: 1500ms;
}
.delay-1600 {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
  transition-delay: 1600ms;
}
.delay-1700 {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
  transition-delay: 1700ms;
}
.delay-1800 {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
  transition-delay: 1800ms;
}
.delay-1900 {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
  transition-delay: 1900ms;
}
.delay-2000 {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
  transition-delay: 2000ms;
}
.delay-2100 {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
  transition-delay: 2100ms;
}
.delay-2200 {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
  transition-delay: 2200ms;
}
.delay-2300 {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
  transition-delay: 2300ms;
}
.delay-2400 {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
  transition-delay: 2400ms;
}
.delay-2500 {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
  transition-delay: 2500ms;
}
.delay-2600 {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
  transition-delay: 2600ms;
}
.delay-2700 {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
  transition-delay: 2700ms;
}
.delay-2800 {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
  transition-delay: 2800ms;
}
.delay-2900 {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
  transition-delay: 2900ms;
}
.delay-2000 {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
  transition-delay: 2000ms;
}
.blog-alternative {
  margin-top: 1rem;
}
.blog-alternative .item {
  display: flex;
  align-items: flex-start;
  background-color: transparent;
  margin-bottom: 80px;
}
.blog-alternative .item:last-of-type {
  margin-bottom: 0;
}
.blog-alternative .item-content {
  width: 100%;
}
.blog-alternative .item-header {
  display: flex;
}
.blog-alternative .item-image {
  flex: 1 0 35%;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .blog-alternative .item {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .blog-alternative .item .item-content {
    order: 1;
    padding: 20px 0 0 !important;
  }
}
@media only screen and (min-width: 767px) {
  .blog-alternative.row-alternate .item:nth-child(even) .item-content {
    padding-right: 0;
  }
  .blog-alternative.row-alternate .item:nth-child(even) .item-image + .item-content {
    padding-left: 30px;
  }
  .blog-alternative.row-alternate .item:nth-child(odd) .item-content {
    order: -1;
    padding-left: 0;
  }
  .blog-alternative.row-alternate .item:nth-child(odd) .item-image + .item-content {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 767px) and only screen and (max-width: 767px) {
  .blog-alternative.row-alternate .item:nth-child(odd) .item-content {
    padding-right: 0;
    order: 0;
  }
}
.blog-alternative.row-c-i .item-content {
  order: -1;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .blog-alternative.row-c-i .item-content {
    padding-right: 0;
    order: 0;
  }
}
.blog-alternative.row-c-i .item-image + .item-content {
  padding-right: 30px;
}
.blog-alternative.row-i-c .item-content {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .blog-alternative.row-i-c .item-content {
    padding-left: 0;
  }
}
.blog-alternative.row-i-c .item-image + .item-content {
  padding-left: 30px;
}
.blog-alternative .item-image {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0;
}
.blog-alternative .item-sub-title {
  display: flex;
  letter-spacing: 1px;
  font-size: 0.8em;
  text-transform: uppercase;
  opacity: 0.7;
}
.blog-alternative .item-sub-title > div + div {
  position: relative;
  padding-left: 30px;
  margin-left: 15px;
}
.blog-alternative .item-sub-title > div + div::before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  border-top: 1px solid #cecbd2;
  left: 0;
}
.blog-alternative .item-sub-title .tags {
  line-height: normal;
}
.blog-alternative .item-sub-title .tags li {
  line-height: 2.3em;
}
.blog-masonry .blog-masonry-leading {
  margin: -12px -12px 1.5rem;
}
.blog-masonry .blog-masonry-leading .item {
  max-width: 100% !important;
}
.blog-masonry .blog-masonry-leading .item-wrapper {
  flex-direction: row;
}
.blog-masonry .blog-masonry-leading .item-wrapper > div {
  flex: 1 0 50%;
}
.blog-masonry .blog-masonry-leading .item-content > div {
  -webkit-line-clamp: none;
}
.blog-masonry .blog-masonry-items {
  margin: -12px -12px 0;
}
.blog-masonry .item {
  padding: 15px;
  max-width: 100%;
  width: 100%;
}
.blog-masonry .item.cols-2 {
  max-width: 50%;
}
.blog-masonry .item.cols-3 {
  max-width: 33.3%;
}
.blog-masonry .item.cols-4 {
  max-width: 25%;
}
.blog-masonry .item.cols-5 {
  max-width: 20%;
}
.blog-masonry .item-wrapper {
  display: flex;
  flex-direction: column;
}
.blog-masonry .item-image {
  position: relative;
  margin-bottom: 0;
}
.blog-masonry .item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
    
}
.blog-masonry .item-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 280px 280px;
  border-color: transparent transparent var(--primary) transparent;
  opacity: 0.4;
}
.blog-masonry .item-content {
  background-color: white;
  padding: 2rem 2.5rem 1.5rem;
}
.blog-masonry h2 {
  font-size: 1.6em;
  margin-bottom: 5px;
}
.blog-masonry p {
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .blog-masonry .item[class*=" cols-"] {
    max-width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .blog-masonry .item[class*=" cols-"] {
    max-width: 100%;
  }
}
joomla-alert {
  --jui-alert-min-width: 250px;
  --jui-alert-padding: 0.5rem 1.25rem;
  --jui-alert-margin: 0 0 1rem 0;
  --jui-alert-border: 1px solid transparent;
  --jui-alert-border-radius: 0.25rem;
  --jui-alert-animation-duration: 0.5s;
  --jui-alert-animation-timing-function: ease-in-out;
  --jui-alert-button-color-dark: #000;
  --jui-alert-button-color-light: #fff;
  --jui-alert-success-color: #234423;
  --jui-alert-success-background-color: #d9e6d9;
  --jui-alert-success-border-color: #cadcca;
  --jui-alert-success-link-color: #122212;
  --jui-alert-info-color: #0c5460;
  --jui-alert-info-background-color: #d1ecf1;
  --jui-alert-info-border-color: #bee5eb;
  --jui-alert-info-link-color: #062c33;
  --jui-alert-warning-color: #7d5a29;
  --jui-alert-warning-background-color: #fcefdc;
  --jui-alert-warning-border-color: #fbe8cd;
  --jui-alert-warning-link-color: #573e1c;
  --jui-alert-danger-color: #712b29;
  --jui-alert-danger-background-color: #f7dddc;
  --jui-alert-danger-border-color: #f4cfce;
  --jui-alert-danger-link-color: #4c1d1b;
  display: block;
  min-width: var(--jui-alert-min-width, 250px);
  padding: var(--jui-alert-padding, 0.5rem 1.25rem);
  margin: var(--jui-alert-margin, 0 0 1rem 0);
  border: var(--jui-alert-border, 1px solid transparent);
  border-radius: var(--jui-alert-border-radius, 0.25rem);
  -webkit-animation-duration: var(--jui-alert-animation-duration, 0.5s);
  animation-duration: var(--jui-alert-animation-duration, 0.5s);
  -webkit-animation-timing-function: var(--jui-alert-animation-timing-function, ease-in-out);
  animation-timing-function: var(--jui-alert-animation-timing-function, ease-in-out);
}
joomla-alert .joomla-alert--close {
  position: relative;
  top: -0.5rem;
  right: -1.25rem;
  float: right;
  padding: 0.2rem 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--jui-alert-button-color-dark, #000);
  text-shadow: 0 1px 0 var(--jui-alert-button-color-light, #fff);
  background: transparent;
  border: 0;
  opacity: 0.5;
}
joomla-alert .joomla-alert--close:hover,
joomla-alert .joomla-alert--close:focus {
  color: var(--jui-alert-button-color-dark, #000);
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
joomla-alert[type=success] {
  color: var(--jui-alert-success-color, #234423);
  background-color: var(--jui-alert-success-background-color, #d9e6d9);
  border-color: var(--jui-alert-success-border-color, #cadcca);
}
joomla-alert[type=success] hr {
  border-top-color: var(--jui-alert-success-border-color, #cadcca);
}
joomla-alert[type=success] .alert-link {
  color: var(--jui-alert-success-link-color, #122212);
}
joomla-alert[type=info] {
  color: var(--jui-alert-info-color, #0c5460);
  background-color: var(--jui-alert-info-background-color, #d1ecf1);
  border-color: var(--jui-alert-info-border-color, #bee5eb);
}
joomla-alert[type=info] hr {
  border-top-color: var(--jui-alert-info-border-color, #bee5eb);
}
joomla-alert[type=info] .alert-link {
  color: var(--jui-alert-info-link-color, #062c33);
}
joomla-alert[type=warning] {
  color: var(--jui-alert-warning-color, #7d5a29);
  background-color: var(--jui-alert-warning-background-color, #fcefdc);
  border-color: var(--jui-alert-warning-border-color, #fbe8cd);
}
joomla-alert[type=warning] hr {
  border-top-color: var(--jui-alert-warning-border-color, #fbe8cd);
}
joomla-alert[type=warning] .alert-link {
  color: var(--jui-alert-warning-link-color, #573e1c);
}
joomla-alert[type=danger] {
  color: var(--jui-alert-danger-color, #712b29);
  background-color: var(--jui-alert-danger-background-color, #f7dddc);
  border-color: var(--jui-alert-danger-border-color, #f4cfce);
}
joomla-alert[type=danger] hr {
  border-top-color: var(--jui-alert-danger-border-color, #f4cfce);
}
joomla-alert[type=danger] .alert-link {
  color: var(--jui-alert-danger-link-color, #4c1d1b);
}
html[dir=rtl] joomla-alert .joomla-alert--close,
html[dir=rtl] joomla-alert .joomla-alert-button--close {
  right: auto;
  left: -1.25rem;
  float: left;
}
@-webkit-keyframes joomla-alert-fade-in {
  0% {
    opacity: 0;
  }
}
@keyframes joomla-alert-fade-in {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes joomla-alert-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes joomla-alert-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  joomla-alert {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}
#system-message-container:empty {
  display: none;
  margin-top: 0;
}
#system-message-container joomla-alert {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 16rem;
  padding: 0;
  margin-bottom: 0;
  color: var(--gray-dark);
  background-color: white;
  border: 1px solid var(--alert-accent-color, transparent);
  border-radius: 0.25rem;
  transition: opacity 0.15s linear;
}
#system-message-container joomla-alert + * {
  margin-top: 1rem;
}
#system-message-container joomla-alert .alert-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0.8rem;
  color: var(--alert-heading-text);
  background: var(--alert-accent-color, transparent);
}
#system-message-container joomla-alert .alert-heading .message::before,
#system-message-container joomla-alert .alert-heading .success::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255, 255, 255, .95)" d="M1299 813l-422 422q-19 19-45 19t-45-19l-294-294q-19-19-19-45t19-45l102-102q19-19 45-19t45 19l147 147 275-275q19-19 45-19t45 19l102 102q19 19 19 45t-19 45zm141 83q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/></svg>');
  background-size: 100%;
}
#system-message-container joomla-alert .alert-heading .notice::before,
#system-message-container joomla-alert .alert-heading .info::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="1792" height="1792" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255, 255, 255, .95)" d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"/></svg>');
  background-size: 100%;
}
#system-message-container joomla-alert .alert-heading .warning::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255, 255, 255, .95)" d="M1024 1375v-190q0-14-9.5-23.5t-22.5-9.5h-192q-13 0-22.5 9.5t-9.5 23.5v190q0 14 9.5 23.5t22.5 9.5h192q13 0 22.5-9.5t9.5-23.5zm-2-374l18-459q0-12-10-19-13-11-24-11h-220q-11 0-24 11-10 7-10 21l17 457q0 10 10 16.5t24 6.5h185q14 0 23.5-6.5t10.5-16.5zm-14-934l768 1408q35 63-2 126-17 29-46.5 46t-63.5 17h-1536q-34 0-63.5-17t-46.5-46q-37-63-2-126l768-1408q17-31 47-49t65-18 65 18 47 49z"/></svg>');
  background-size: 100%;
}
#system-message-container joomla-alert .alert-heading .error::before,
#system-message-container joomla-alert .alert-heading .danger::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="1792" height="1792" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255, 255, 255, .95)" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z"/></svg>');
  background-size: 100%;
}
#system-message-container joomla-alert .alert-wrapper {
  width: 100%;
}
#system-message-container joomla-alert .alert-link {
  color: var(--success, inherit);
}
#system-message-container joomla-alert[type=success],
#system-message-container joomla-alert[type=message] {
  --alert-accent-color: var(--success);
  --alert-heading-text: hsla(0, 0%, 100%, 0.95);
  --alert-close-button: var(--success);
  background-color: white;
}
#system-message-container joomla-alert[type=info],
#system-message-container joomla-alert[type=notice] {
  --alert-accent-color: var(--info);
  --alert-heading-text: hsla(0, 0%, 100%, 0.95);
  --alert-close-button: var(--info);
  background-color: white;
}
#system-message-container joomla-alert[type=warning] {
  --alert-accent-color: var(--warning);
  --alert-heading-text: hsla(0, 0%, 100%, 0.95);
  --alert-close-button: var(--warning);
  background-color: white;
}
#system-message-container joomla-alert[type=error],
#system-message-container joomla-alert[type=danger] {
  --alert-accent-color: var(--danger);
  --alert-heading-text: hsla(0, 0%, 100%, 0.95);
  --alert-close-button: var(--danger);
  background-color: white;
}
#system-message-container joomla-alert .joomla-alert--close,
#system-message-container joomla-alert .joomla-alert-button--close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2rem 0.8rem;
  font-size: 2rem;
  color: var(--alert-close-button);
  background: none;
  border: 0;
  opacity: 1;
}
#system-message-container joomla-alert .joomla-alert--close:hover,
#system-message-container joomla-alert .joomla-alert--close:focus,
#system-message-container joomla-alert .joomla-alert-button--close:hover,
#system-message-container joomla-alert .joomla-alert-button--close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
[dir=rtl] #system-message-container joomla-alert .joomla-alert--close,
[dir=rtl] #system-message-container joomla-alert .joomla-alert-button--close {
  right: auto;
  left: 0;
  padding: 0.2rem 0.6rem;
}
#system-message-container joomla-alert div {
  font-size: 1rem;
}
#system-message-container joomla-alert div .alert-message {
  padding: 0.3rem 2rem 0.3rem 0.3rem;
  margin: 0.5rem;
}
[dir=rtl] #system-message-container joomla-alert div .alert-message {
  padding: 0.3rem 0.3rem 0.3rem 2rem;
}
#system-message-container joomla-alert div .alert-message:not(:first-of-type) {
  border-top: 1px solid var(--alert-accent-color);
}
/*-----------------------------------------------------------------------------------*/
/* Module Extensions */
/*-----------------------------------------------------------------------------------*/
.layerslideshow .info-wrapper {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
[class*=" imghvr-"],
[class^="imghvr-"] {
  margin-bottom: -9px !important;
}
#baguetteBox-overlay.visible {
  opacity: 1 !important;
}
.j51news figure {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.j51news.j51_news_layout_overlay figcaption {
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.j51_icons .boxed figure {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.j51_icons figure > i {
  position: relative;
  border-radius: 0;
}
.j51_icons .j51_icon_layout_row-i-t i {
  margin-right: 2rem;
}
.j51_icons .j51_icon_layout_row-t-i i {
  margin-left: 2rem;
}
.j51_icons .j51_icon_style_circle,
.j51_icons .j51_icon_style_square {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.j51-testimonials .item {
  padding: 0 8px 8px 0;
}
.j51-testimonials .item .j51-text-box {
  box-shadow: none;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.j51-testimonials .item .j51-profile {
  margin-top: 25px;
}
/*-----------------------------------------------------------------------------------*/
/* Miscellaneous */
/*-----------------------------------------------------------------------------------*/
.visible {
  opacity: 1 !important;
}
.animatebox {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #555;
  font-size: 22px;
  margin: 30px auto 60px;
  padding: 80px 0;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
.sppb-row-container {
  width: 100% !important;
}
/* Mailchimp Newsletter */
#mc_embed_signup .indicates-required {
  opacity: 0.6;
  margin: 5px 0;
  font-size: 0.8em;
}
#mc_embed_signup input {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#particles-js {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.animate {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
html {
  transition: opacity 0.2s ease;
  visibility: visible !important;
  opacity: 1 !important;
}


/*--------------------my ---------------*/



.header_main h1{
    text-align:center;
    padding: 0.5rem 2rem;
    
   
}

.separator_1{
    
    width: 100%;
    line-height:  200px;
    background-color: #0babe4;
}


.test{
    background-color: rgba(255,255,255,0.0);
}

/*
.animation-gradient {
	background: linear-gradient(-45deg,#ffffff,#f39314, #0babe4, #88bd2f,#ffffff);
	background-size: 400% 10000%;
    animation-delay: 6s;
    animation-name: gradient;
    animation-duration: 25s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
 


   
}

@keyframes gradient {
	0% {
		background-position: 0% 0%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 0%;
	}
}

*/



/*# sourceMappingURL=nexus.css.map */1rem;
}
#system-message-container joomla-alert div .alert-message {
  padding: 0.3rem 2rem 0.3rem 0.3rem;
  margin: 0.5rem;
}
[dir=rtl] #system-message-container joomla-alert div .alert-message {
  padding: 0.3rem 0.3rem 0.3rem 2rem;
}
#system-message-container joomla-alert div .alert-message:not(:first-of-type) {
  border-top: 1px solid var(--alert-accent-color);
}
/*-----------------------------------------------------------------------------------*/
/* Module Extensions */
/*-----------------------------------------------------------------------------------*/
.layerslideshow .info-wrapper {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
[class*=" imghvr-"],
[class^="imghvr-"] {
  margin-bottom: -9px !important;
}
#baguetteBox-overlay.visible {
  opacity: 1 !important;
}
.j51news figure {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.j51news.j51_news_layout_overlay figcaption {
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.j51_icons .boxed figure {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.j51_icons figure > i {
  position: relative;
  border-radius: 0;
}
.j51_icons .j51_icon_layout_row-i-t i {
  margin-right: 2rem;
}
.j51_icons .j51_icon_layout_row-t-i i {
  margin-left: 2rem;
}
.j51_icons .j51_icon_style_circle,
.j51_icons .j51_icon_style_square {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.j51-testimonials .item {
  padding: 0 8px 8px 0;
}
.j51-testimonials .item .j51-text-box {
  box-shadow: none;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.j51-testimonials .item .j51-profile {
  margin-top: 25px;
}
/*-----------------------------------------------------------------------------------*/
/* Miscellaneous */
/*-----------------------------------------------------------------------------------*/
.visible {
  opacity: 1 !important;
}
.animatebox {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #555;
  font-size: 22px;
  margin: 30px auto 60px;
  padding: 80px 0;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
.sppb-row-container {
  width: 100% !important;
}
/* Mailchimp Newsletter */
#mc_embed_signup .indicates-required {
  opacity: 0.6;
  margin: 5px 0;
  font-size: 0.8em;
}
#mc_embed_signup input {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#particles-js {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.animate {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
html {
  transition: opacity 0.2s ease;
  visibility: visible !important;
  opacity: 1 !important;
}


/*--------------------ja ---------------*/


#mod-custom118 > *{
    color: rgba(0,0,0, 0.2);
            background-clip: text;
            background-repeat: no-repeat;
            background-size: 100% 0%;
            background-image: linear-gradient(#797979,#545454);
            
            animation: textanime linear forwards;
      
            animation-timeline:view(70% 5%); 
}




.header_main h1{
    text-align:center;
    padding: 0.5rem 2rem;
    
   
}

.separator_1{
    
    width: 100%;
    line-height:  200px;
    background-color: #0babe4;

}




/*.animation-gradient {
	background: linear-gradient(-45deg,#ffffff,#f39314, #0babe4, #88bd2f,#ffffff);
	background-size: 400% 10000%;
    animation-delay: 6s;
    animation-name: gradient;
    animation-duration: 25s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
 


   
}

@keyframes gradient {
	0% {
		background-position: 0% 0%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 0%;
	}
}

*/
 @keyframes textanime{
         
            to{
              background-size: 100% 100%;  
            }
            


/*rozmycie tekstu*/

    
        @keyframes rozmycie{
            from{
                filter: blur(0px);
            }
            to{
                filter: blur(0);
            }
            
            
        }

   
       
        }

@media only screen and (max-width: 767px) {
       
        @keyframes rozmycie{
          
            to{
                filter: blur(0);
            }
}




/*# sourceMappingURL=nexus.css.map */