@charset "UTF-8";
/*
 * TABLE OF CONTENTS
 *
 * 1. Typography
 * 2. Elements
 * 3. Navigation
 * 4. Footer
 * 5. Content & structures
 * 6. Pages
 * 7. Form
 * 8. Slider
 * 9. Other
 *
 */
 
 /***************** variables *********************/






/* ----------------------------------- 1. Typography ----------------------------------- */

body {
   font-family:'nudista-web', sans-serif;
    font-size: 17px;
    font-style: normal;
    background-color: #fff;
    line-height: 141%;
    color: #333;
    font-weight: 100;
        letter-spacing: .3px;
    -webkit-font-smoothing: subpixel-antialiased;
}

h1, h2, h3, h4, h5, h6 {margin-top:0px; line-height: 1.3; font-weight: 800; color:#3c3c3c;}

h5{
     letter-spacing: 3px;
}
html,body {
  overflow-x:hidden;   
}

body {
  height: 100%;

}

td, th {
    padding: 10px;
    border-color:#ccc;
}
label {

    font-weight: 100; 
}

.toplist p{
    float:left;
    width:25%;
}
#top-items {
    /* padding: 20px 20px; */
    position: relative;
    top: 0;
    z-index: 1036;
    width: 100%;
}

#top-items a {
    color: #000;
    float: right;
    background: white;
    margin-left: 10px;
    padding: 10px 5px;
    border-radius: 0px 0px 15px 15px;
    moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.toplogo{
    padding:10px;
    display:block;
    float:none;
    margin:0 auto;
    width:100px;
}

#top-items a:hover{
       moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
padding-top:15px;
    
}
.open>.dropdown-menu {
    display: block;
     animation: spring 500ms ease-out;
}
.upp{


}
.tilt{
    transform-style: preserve-3d;
}

.tilt .block-image{
    transform: translateZ(20px);
}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #676767;
}
.social{
    text-align:center;
    padding:20px;
}
.downer{
   
    background:#fff!important;
}
.downer a{
         color: #393939!important;
}
.themecolor label {
    color: #fff;
}
.nav-level3{
    margin-left:100px;
    margin-top:-5px;
}
.border-right{
   border: solid;
    border-color: rgba(155,153,148,.3);
    border-width: 0 .0625rem 0 0;
}

.border-left{
   border: solid;
    border-color: rgba(155,153,148,.3);
    border-width: 0 0 0 .0625rem;
}
.p20{
    padding:20px;
}
.logo{
    max-width:350px;
}
.block-list .accordion .panel {
    margin-bottom: 5px;
}

.themecolor2 {
    background:#5A5257;
}

.block-section.bg-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: center;
}
.block-section ul .gallery-item {

    background:transparent;

}

.square {

  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;   /* <---- NEW    */
  width: 100%;
  min-height: 483px;
  padding:9%;
}

.full-width-all .__col {
    padding: 0;
}
.block-gallery .carousel .carousel-caption>a:hover, .block-gallery .carousel .carousel-caption>a:active {
    background: #5d5d5d;
    border-color: #5d5d5d;
    -webkit-transition: background .5s ease-in-out,color .5s ease-in-out;
    transition: background .5s ease-in-out,color .5s ease-in-out;
}




.picbord{
    border:5px solid #fff;
    -webkit-box-shadow: -1px 3px 21px -5px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 21px -5px rgba(0,0,0,0.75);
box-shadow: -1px 3px 21px -5px rgba(0,0,0,0.75);
}

h1 {font-size: 60px;}
h2 {font-size: 45px;}
h3 {font-size: 30px;}
h4 {font-size: 25px;}
h5 {font-size: 17px;}
h6 {font-size: 19px; font-style: italic; text-transform: none;}

h1 b, h2 strong, h3 strong, h4 strong, h5 strong {
    color: #ffffff;
}
@media screen and (max-width: 991px) {
    h1 {font-size: 50px;}
}

@media screen and (max-width: 767px) {
    html, body {font-size: 14px;}
    h1 {font-size: 25px;}
    h2 {font-size: 18px;}
    h3 {font-size: 17px;}
    h4 {font-size: 16px;}
    h6 {font-size: 15px;}
    .nav-level3{
    margin-left:0px;
}
}

a {color:#5A5257;}
a:hover {color:#000000; text-decoration: none;}
a:focus, a:active {
    outline: none;
    color: #2b2a29;
    text-decoration: none;
}
a img {opacity: 1; }
a img:hover {opacity: 0.8;}

::-moz-selection {color: #fff; background: #b3b2b2;}
::selection {color: #fff; background: #b3b2b2;}

/* ----------------------------------- 2. Elements ----------------------------------- */
/*
img {max-width: 100%; width: 100%; display: block; max-width: 100%; height: auto;}
*/

.ikon {
    max-height: 100px;
    margin-bottom: 27px;
}

hr {
    width: 100%;
    height: 2px;
    margin: 0px 0 20px 0;
    background-color: #ffffff;
    border: 0;
}
hr.dark, #footer .footer hr {
    margin: 15px 0;
    height: 3px;
    width: 50px;
    background-color: #5A5257;
    color: #919497;
}


.site_logo {
    float: left;
    max-width: 300px;
    width: 90%;
    padding: 16px;
}
.table-stackable table th {

    background: white;
}
.hr-100 {width: 100%; height: 1px; background-color: #000; margin: 0 0 70px 0;}


.p50{
    padding:50px;
}
.btn {
    /* font-family: 'Open Sans', sans-serif; */
    /* font-size: 12px; */
    font-weight: 800;

    padding: 14px 28px;
    border-radius:30px;
        -webkit-transition: background 0.1s linear;
-moz-transition: background 0.1s linear;
-ms-transition: background 0.1s linear;
-o-transition: background 0.1s linear;
transition: background 0.1s linear;
}
.btn-sm{
    padding:5px 10px;
}
.btn:hover {text-decoration: none; border-radius:30px;}

.btn-primary {
    color: #fff;
    background: #010101;
    border: 1px solid #010101;
}
.btn-primary:hover {
  color: #fff; background: #2d2d2d; border: 1px solid #2d2d2d!important;

}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #131313;
    background-color: #ffffff;
    border-color: #122b40;
}
.btn-success {color: #000; background: #fff; border: 1px solid #fff;}
.btn-success:active:focus, .btn-success:hover, .btn-success:active, .btn-success:focus {
    color: #fff;
    background: #5A5257;
    border: 1px solid #5A5257!important;
}
.btn-info {color: #fff; background: transparent; border: 1px solid #fff;}
.btn-info:hover {color: #000; background: #fff; border: 1px solid #fff;}

.btn-danger {
    color: #fff;
    background: #5A5257;
    border: 1px solid #fff;
}
.btn-danger:hover {color: #fff; background: #000; border: 1px solid #000;}

.btn-warning {color: #000; background: transparent; border: 1px solid #000;}
.btn-warning:hover {color: #fff; background: #000; border: 1px solid #000;}
.btn-warning:after {content: "\f178"; font-family: FontAwesome; padding: 0 0 0 10px;}

.btn-block {display: block; font-size: 18px; letter-spacing: 1px; text-transform: uppercase; color: #fff; background: #b3b2b2; padding: 10px 0; border: none;}
.btn-block:hover {text-decoration: none; background: #000; color: #fff; border: none;}

.btn-default {
    color: #1781ab;
    background: #fbfbfb;
    border: 1px solid #fbfbfb;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-default:hover {  color: #fff;
    background: #3e84d2;
    border: 1px solid #3e84d2;}

@media screen and (max-width: 767px) {
/*
    .btn {font-size: 10px; padding: 10px 24px;}
*/

}
@media screen and (max-width: 500px) {

    .toplist{
        display:none;
    }
}
.dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    padding: 0px 3px 0 5px;
    color: #ffffff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fbfbfb;
    background-color: #e7e7e700;
}


.block-section .block-text ul li:before {
    content:"\f0a3";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #5A5257;
    padding-right: 0.5em;
    position: relative;
    padding-left: 0.5em;
}



.bootstrap-datetimepicker-widget ul li:before {
    content: "";
    
}

.pager li:before {
    content: ""!important;
    
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color:#ffffff;
    border: 0px solid #ddd;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
.list-group-item:first-child,.list-group-item:last-child {
        border-radius: 0px;
}

.block-section ul li {
    list-style:none;

    margin-bottom: 10px;
}

.tbg .block-section-container {
    width: auto;
    background:rgba(146, 0, 0, 0.66);
}

.block-section .gallery li:before {
    content: "";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #393939;
    float: left;
}


#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:#eeeeee;
}

.symbol{

    height: 100vh;

     text-align: center;
    margin: 0 auto;
    padding: 0 35%;
    display: table-cell;
    vertical-align: middle;
 
   
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-top: 10px;
}

.symbol img{

      -webkit-animation: rotate 3s linear infinite;
   max-width:150px;
}

@-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}


.nav li {
  transition: 0.3s ease;
  background:transparent;
  color: #ffffff;
  text-decoration: none;
  border-top:0px solid transparent;
  border-bottom:0px solid transparent;
}
.navbar-default .navbar-nav li.active.current.current_page_item , .nav li:hover {

 
}

.navbar-default.f-nav .navbar-nav li.active.current.current_page_item {

    padding: 0px 0;
}
.navbar {
    margin-bottom:0px;
}
/* ----------------------------------- 3. Navigation ----------------------------------- */


#site-fb {width: 350px; background: transparent; padding: 0; margin: 0 0 0 -350px; position: fixed; top:280px; left: 0; z-index: 700; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
#fb-button {
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    margin: 0 -40px 0 0;
}

#fb-button img{

width:40px;
    
}
.dropdown-menu {

    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);

}
.navbar-default { background:rgba(255, 255, 255, 0);  border: none; moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.navbar-default.f-nav {
    padding: 0px 0px;
    background: #131313;
    border-radius: 0px;
}
.shadow{
     moz-box-shadow: 0 0 22px rgba(0,0,0,0.4); -webkit-box-shadow: 0 0 22px rgba(0,0,0,0.4); box-shadow: 0 0 22px rgba(0,0,0,0.4);
     
}
.navbar-nav {float: none;}
.navbar-default.f-nav .navbar-nav {margin: 0px; moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.container-fluid {padding: 0;}
.navbar>.container-fluid .navbar-brand {margin: 0;    float: none;}
.navbar-brand {width: 50px; height: auto; padding: 0; border: none;}
a.navbar-brand img {
    opacity: 1;
    width: 150px;
}
.navbar-brand:hover {border: none;}
.navbar-default .navbar-nav>li>a {
    padding: 28px 7px;
    /* margin-left: 51px; */
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    text-decoration: none;

}
.navbar-default .f-nav  .navbar-nav>li>a {

    color:#393939;
   
}

.navbar > .container-fluid .navbar-brand {
    margin: 17px;
    float: right;
}
.f-nav .navbar-brand {

    height: auto;
    padding: 0;
    border: none;
}

.footer .padd{
    padding-top:20px;
}

.white-text .form-captcha{
    color:#fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav li.active.current.current_page_item a {
    color: #ffffff;
    border-bottom: 9px solid #fff;
  
}
.navbar-default.f-nav .navbar-nav li.active.current.current_page_item a {
    color: #ffffff;
}

.navbar-nav li.active.current.current_page_item a {
    background: transparent;
    color: #393939;
 
}

.navbar-default .navbar-nav .nav-level2 li.active.current.current_page_item a {
    color: #ffffff;
  border-bottom: 9px solid #fff;
    background: #5A5257;
}
.navbar-nav li.active.current.current_page_item .nav-level2 a{

    color:#5A5257!important;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
}
/* Responsive menu */
.navbar-default .navbar-toggle {
    border: none;
    padding: 15px 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.navbar-default .navbar-toggle .icon-bar {background-color:#393939;}
.navbar-toggle .icon-bar {width: 25px;}
.navbar-toggle .icon-bar+.icon-bar {margin-top: 6px;}
.navbar-default .navbar-collapse {border: none;}
.container-fluid>.navbar-collapse {margin: 0;}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
    float: right;

}
.f-nav .navbar-nav>li>a{
    color:#d6d6d6;
}

/* Mobile buttons */
#mobile-buttons {list-style: none; padding: 0; display: none;}
#mobile-buttons li {width: 50%; float: left;}
#mobile-buttons li a {font-size: 14px; color: #000; background: #b3b2b2; padding: 8px 0; margin: 20px 0;}
#mobile-buttons li:last-child a {background: #eee;}
#mobile-buttons li a:hover {background: #000; color: #eee;}

@media screen and (max-width: 1024px) {
    
    .navbar-nav {
    float: none;
    }
.navbar-default .navbar-nav>li>a {
    display: block;
    font-size: 14px;
    padding: 7px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.f-nav .navbar-nav>li>a {
  
}
.navbar-header {
    float: left;
    width: 100%;
}

.navbar>.container-fluid .navbar-brand {
    margin: 0 auto;
    width: 100%;
    float: none;
}
a.navbar-brand img {
    opacity: 1;
    width: 150px;
    float: none;
    margin: 0 auto;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
float: none;
    margin: 0;
    width: 100%;
}
}

@media screen and (max-width: 1024px) {
    h2 {
    font-size: 22px;
}
    .footer .footer-first-col {margin-bottom: 30px;}
    .navbar-default .navbar-nav>li>a, #mobile-buttons li a {}
    .navbar-default .navbar-nav>li>a {}
    .p20 {
    padding: 0px 25px; 
}
}

@media (max-width: 767px) {
   .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
} 
    .contact a{
        float:none;
    }
    .footer li {
    list-style: none;
    float: left;
    width: 100%;
}
.container-fluid>.navbar-collapse {
    margin: 0;
    width: 100%;
}

    .block-gallery ul.gallery li {
    margin-bottom: 25px;
    width: 100%;
}


    .navbar-default .navbar-nav>li>a {

    color:#393939;
 
}
.navbar-nav li.active.current.current_page_item a {
    background: #fff;
    color: #2d2d2d;
}

    .container>.navbar-header {margin: 0;}
    .navbar-collapse {padding: 0;}
    .navbar-default .navbar-nav {width: 100%;}
    .navbar-default .navbar-nav>li>a {margin: 10px 0;}
    .navbar-default .navbar-nav, .navbar-default.f-nav .navbar-nav {margin: 0;}
    #mobile-buttons {display: block;}
}

/* ----------------------------------- 4. Footer ----------------------------------- */

.footer {
    line-height: 1.8;
    font-weight: 300;
    color: #333;
    padding: 25px 0;
}
.footer #site_logo {
    margin-top: 0px;
    height: 130px;
}
.footer{
   
   padding: 50px 0; }

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 ,.footer p{font-weight: 300; color:#393939;}
.footer p {margin-bottom: 0;}
.footer a {color:#ffffff; border: none;}
.footer-content a:hover {text-decoration: underline; border: none;}
.footer-content h5, .footer-content a {letter-spacing: 1px;}
.footer-content h5 {padding: 14px 0; margin: 0;}

.footer li{list-style:none;}
.footer li a {
    /* font-size: 16px; */
    padding: 2px;
    color: #393939;
    margin: 1px;
    /* width: 100%; */
    display: block;
    border-radius: 0px;
}


#site_logo2{
        background: url(../../template/images/site_logo.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
    padding: 28px;
    max-width: 50%;
    
}
.footer li a:hover {

  
    color:#5A5257;

}
.footer a:hover {
    color: #5A5257;
    text-decoration: none;
}
.footer p{
    font-weight: 700;
    color: #5A5257;
}
#footer .fa{
    color:#5A5257;
    
}
#logo-footer {width: 150px;}

#foot-menu {padding: 0;}
#foot-menu li {list-style: none;}
#foot-menu a {color: #fff; border: none;}
#foot-menu a:hover {text-decoration: underline;}

@media screen and (max-width: 991px) {
    .footer .footer-first-col {margin-bottom: 30px;}
}

@media screen and (max-width: 767px) {
    .footer .footer-first-col {margin-bottom: 0;}
    .footer .col-sm-6 {margin-bottom: 30px;}
    .footer, .footer .col-sm-4:last-child {text-align: center;}
    hr.dark, #footer .footer hr {margin: 12px auto 15px auto;}
    #logo-footer {margin: 0 auto;}
}

/* ----------------------------------- 5. Content & structures ----------------------------------- */
#light{
position:fixed;
display:none;
margin-top:100px;
left:20px;
z-index:999;
}
.light{
color: #000; background: #fff; border: 1px solid #fff;
font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; padding: 14px 28px; border-radius: 0;

}
.clear {clear: both;}

.white{
    background:#fff;
}

.grey {background:#fbfbfb;}

.grey2 {background:#f5f5f5;}

.grey3 {background: #61737d ;padding:5px;}

.blue {background: #3e84d2 no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.black{background:#131313 no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.red{
    background:#2d2d2d;
}


#site_logo {
       moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background: url(../../template/images/site_logo_w.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 262px;
    height: 71px;
}

.navbar-header {
    float: left;

}
.f-nav #site_logo {
    moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background: url(../../template/images/site_logo_w.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 262px;
    height: 71px;
}

.themecolor{
   background:#010101;
}

.site_logo {
    float: none;
    /* max-width: 100%; */
    width: 166px;
    padding: 16px 0px;
    margin: 0 auto;
    display: block;
}
.white-text h1,.white-text h2 ,.white-text h3 , .white-text h4 , .white-text h5, .white-text p{
    color:#fff;
    text-shadow: 2px 2px black;
}

.p50 {padding: 50px;}

.mb-30 {margin-bottom: 30px;}


.display-table {display: table; table-layout: fixed;}
.display-cell {display: table-cell; vertical-align: middle; float: none;}

.block-section > .block-section-container, .content {padding: 25px 0px; margin-right: auto; margin-left: auto;}

.block-section .block-section-container .block-columns .block-section-container {width: auto;}

.block-section > .block-section-container, .container {width: 1170px; margin: 0 auto;}

@media (max-width: 1200px) {
    .block-section > .block-section-container, .container {width: 970px;}
}

@media (max-width: 992px) {
    .block-section > .block-section-container, .container {width: 750px;}
}

@media (max-width: 768px) {
    .block-section > .block-section-container, .container {width: 100%;}
    .block-section > .block-section-container, .content {padding:20px 15px;}
    .mb-30 {margin-bottom: 8px;}
    .navbar-default .navbar-nav li.active.current.current_page_item .nav-level2 a{
    border-bottom:0px;
    color:#393939;
    background:#fff;
}

}

/* ----------------------------------- 6. Pages ----------------------------------- */

.panel {

    background-color: #f9f9f9;
    
}
    
.block-list .accordion .panel-heading {
    padding: 5px;
}


.block-list .accordion .collapsed a[aria-expanded="true"]:before{
   content: "\f067";
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    color: #2d2d2d;
    transform: rotate(45deg); 
    transition: all 0.3s ease;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.block-list .accordion .collapsed a[aria-expanded="false"]:before{
    content: "\f067";
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    color:#2d2d2d;
    /* transform: rotate(45deg); */
    transition: all 0.3s ease;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.block-list .accordion .panel-title  a:before{
    content: "\f067";
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    color:#2d2d2d;
    /* transform: rotate(45deg); */
    transition: all 0.3s ease;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




/* ----------------------------------- 7. Form ----------------------------------- */

form {margin: 10px 0;}


textarea {resize: vertical;}

.form-control {

    border-radius: 0;
    background: #fff;
    height: auto;
    border-color: #eee;
    color: #000;
    padding: 12px 17px;
    position: relative;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}


select.form-control {padding-right: 5px;}

.form-control::-moz-placeholder {color: inherit;}
.form-control:-ms-input-placeholder {color: inherit;}
.form-control::-webkit-input-placeholder {color: inherit;}

select.form-control {-webkit-appearance: menulist;}
select[multiple].form-control {-webkit-appearance: listbox;}

/* Disabled forms */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {opacity: 0.5; filter: alpha(opacity=50);}

/* ----------------------------------- 8. Slider ----------------------------------- */
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu { /* For Bootstrap 4, use .dropdown.show instead of .dropdown.open */
    max-height: 300px;
    opacity: 1;
}
#mobile-banner {display: none;}
#site-banner {
    width: 100%;
    height: 800px;    
    margin: 0;
    position: relative;
    float: left;
    overflow: hidden;
    z-index: -1;
}
#slide_1 {height: 100vh; background: transparent url('../../files/gbg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#site-banner ul {list-style: none; padding: 0;}
#site-banner .fa {font-size: 24px; margin-right: 10px;}
#site-banner p a:hover {color: #fff;}

#site-banner-2 {
    padding: 80px 0px;
    background: #000; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.caption-wrapper {width: 100%; display: table; z-index: 999;}
.caption {text-align: center; margin: 0 auto; padding: 0 35%; display: table-cell; vertical-align: middle;}
.caption h2, .caption h3, .caption p {
    color: #ffffff;
    text-shadow: 1px 1px 5px #888888;
}
.caption h1 {color: #3e84d2;}
.caption p {margin-bottom: 20px;}
.caption .btn {margin-right: 20px; margin-bottom: 10px;}
.caption .btn-primary {color: #fff; background: #b3b2b2; border: 1px solid #b3b2b2;}
.caption .btn-primary:hover {color: #b3b2b2; background: transparent; border: 1px solid #b3b2b2;}

.navbar.center .nav {
    display: inline-block;
    float: right;
    margin-top: 20px;
}
.navbar-nav {
   
}    
.navbar.center {
    text-align: center;
}
@media screen and (min-width: 768px) {

.nav li {
 
}
.nav .dropdown-menu.nav-level2 li{
        margin-left:0px;
    }
}
@media screen and (max-width: 1200px) {
   
    .caption {padding: 0 20%;}
    .table-stackable {
    font-size: 10px;    }
    
}


@media screen and (max-width: 1024px) {
    
    #top-items a:hover {

    padding:11px;
}
    #top-items a {
   
    float: none;

    margin-left: 0px;

    padding: 10px 5px;
}
    #foot-menu li a {
    font-size:14px;
}
    .footer{
        text-align:center;
    }
    .navbar.center .nav {
    display: inline-block;
    float: none;
    margin-top: 10px;
}
#site_logo{
    margin:0 auto;
        margin-top: 12px;
}
    .navbar-default {
    background:rgb(29 29 29);
    padding:20px 0px;
    border: none;
    moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    margin-bottom: 0px;
    z-index: 1030;
    padding-top: 0px;
}


 #site-banner-2 { display:none; }
    
.navbar-brand {
    width: 100px;
    float: none;
}
.f-nav #site_logo {
    width: 100%;
    height: 60px;
    max-width: 200px;
    float: none;
    margin: 0 auto;
}



}

@media screen and (max-width: 767px) {
    #foot-menu {

    margin-top: 20px;
}
    .navbar-default.f-nav .navbar-nav>li>a:hover {
    color: #ffffff;
    border-bottom: 0px solid #5A5257;
    background:#5A5257;
}
    .navbar-default .navbar-nav>li>a {
    padding: 9px 10px;
    /* margin-left: 51px; */
    color: #fff;
    display: block;
    font-size: 21px;
    text-align: center;
    font-style: normal;
    text-decoration: none;
    border: none;
}
    .navbar-default.f-nav .navbar-nav li.active.current.current_page_item a {
    color: #ffffff;
}
.f-nav #site_logo {
    height: 50px;
    float: none;
    margin: 0 auto;
        margin-top: 7px;
}
.border-right{
    border-color:#fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: white;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
}
.navbar-default .navbar-nav .nav-level2 li.active.current.current_page_item a {
    color: #ffffff;
    border-bottom: 0px solid #010101;
0
}
.navbar-default .navbar-nav>li>a, #mobile-buttons li a {
    font-size: 19px;
}

.block-gallery .carousel .carousel-caption {

    top: 31%;
}
    #light{
position:relative;
text-align:center;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav li.active.current.current_page_item a {
    color: #ffffff;
    background:#5f5f5f;
    border-bottom: 0px solid #006acc;
} 

        .table-stackable {
    font-size: 15px;    }
    
#site_logo {

    margin: 0 auto;
    margin-top: 12px;
}
    .navbar-default {
    background:rgb(29 29 29);
    padding:20px 0px;
    border: none;
    moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.navbar>.container-fluid .navbar-toggle {
    width: 100%;
    float: none;
    margin: 0 auto;
    border-width: 0;
    font-size: x-large;
    color: #fff;
    margin-top: 5px;
    border-radius: 0;
    text-align: -webkit-center;
}

    #slide_1 {
    height: 10vh;

}
#site-banner {
    height:250px;
}

    #bgvid {display: none;}
    #main-banner {display: none;}
    #mobile-banner {display: block;}
    .caption {padding: 0 5%;}
    #site-banner-2 {padding: 100px 0 45px 0;}
    .fa-angle-down {left: 45%;}
    .maze img {
    opacity: 1;
    width: 300px;
}
.footer-content .navbar-brand {float:none; margin:0 auto;}
.maze {

    width: 300px;
}

.fmenu{
    margin-top:15px;
}
}

@media screen and (max-width: 500px) {
    
#site-fb {
display:none;
}
    .caption .btn {margin: 0;}


.block-gallery .carousel .carousel-caption {
    top: 5%;
}
.block-gallery .carousel .carousel-caption>h3 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;

}
}


.kontakt a{
    background: #5A5257;
    padding: 10px 20px!important;
    border-radius: 20px!important;
    border-bottom: 0px!important;
    margin-top: 19px!important;
    color: #fff!important;
}

.kontakt a:hover{
    background:#eaeaea!important;
    color: #5A5257!important;
}


/* ----------------------------------- 9. Other ----------------------------------- */

/* Scroll to top */
.scrollToTop {color: #ffffff; position: fixed; bottom: 5px; right: 5px; width: 50px; height: 50px; text-align: center; cursor: pointer; background-color: #000000; z-index: 1005; display: none;}
.scrollToTop i {line-height: 50px; font-size: 24px;}
#foot-menu {list-style: none; margin: 0 -1px;}
#foot-menu li {text-align:center;float: left; margin: 0; width: calc(100% / 3); padding: 1px;}
#foot-menu li a {border: none; color: #999; background: #4d4d4d; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; border-radius: 0; font-style: normal; display: block; padding: 5px 0; text-decoration: none;}
#foot-menu li a:hover {
    color: #000;
    background: #ffffff;
}
/*#foot-menu li:nth-child(7) {
     width: calc(100% / 1);
}

#foot-menu li:last-child {
     width: calc(100% / 1);
}
*/
#foot-menu ul.children {display: none;}


/* Small devices (tablets, phones less than 767px) */
@media (max-width: 768px) {
    .scrollToTop {width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.4);}
    .scrollToTop i {line-height: 40px; font-size: 20px;}
    #foot-menu li {
    width:100% ;

}

}

@media (max-width: 500px) {
#top-items a {
    float: left;
    margin-left: 0px;
    padding: 11px;
    width: 50%;
    border: 1px solid #000;
    border-radius:0px;
}


}
/* Parallax */
.parallax h1, .parallax h2, .parallax h3, .parallax p {color: #fff;}
.no-touch .light-translucent-bg, .no-touch .dark-translucent-bg, .no-touch .default-translucent-bg, .no-touch .parallax {background-attachment: fixed !important;}
.light-translucent-bg, .dark-translucent-bg, .default-translucent-bg, .parallax {-webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important;}
.parallax {background-position: 20% 0; background-repeat: no-repeat; z-index: 1; position: relative; padding: 150px 0;}
.light-translucent-bg, .dark-translucent-bg, .default-translucent-bg {background-position: 50% 0; background-repeat: no-repeat; z-index: 1; position: relative;}
.light-translucent-bg:after, .dark-translucent-bg:after, .default-translucent-bg:after {content: ""; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%;}
.light-translucent-bg {color: #000;}
.header + .banner > .light-translucent-bg {border-top: none;}
.slider-banner-container .light-translucent-bg {border: none; width: 100%; height: 100%; position: absolute; top: 0 !important; left: 0 !important; margin: 0 !important; bottom: 0;}
.slider-banner-container .dark-translucent-bg {width: 100%; height: 100%; position: absolute; top: 0 !important; left: 0 !important; margin: 0 !important; bottom: 0;}
.slider-banner-container li .light-translucent-bg:after, .slider-banner-container li .dark-translucent-bg:after {background-color: transparent;}
.light-translucent-bg .separator-2 {background-color: #000;}
.light-translucent-bg:after {background-color: rgba(255, 255, 255, 0.7);}
.dark-translucent-bg:after {background-color: rgba(0, 0, 0, 0.7);}
.dark-translucent-bg, .dark-translucent-bg h1, .dark-translucent-bg h2, .dark-translucent-bg h3, .dark-translucent-bg h4, .dark-translucent-bg h5, .dark-translucent-bg h6 {color: #ffffff;}
.dark-translucent-bg a:not(.btn) {text-decoration: underline; color: #ffffff;}
.dark-translucent-bg a:not(.btn):hover {text-decoration: none; color: #ffffff;}
.default-translucent-bg:after {background-color: rgba(232, 76, 61, 0.7);}
.default-translucent-bg, .default-translucent-bg h1, .default-translucent-bg h2, .default-translucent-bg h3, .default-translucent-bg h4, .default-translucent-bg h5, .default-translucent-bg h6 {color: #ffffff;}
.default-translucent-bg a:not(.btn) {text-decoration: underline; color: #ffffff;}
.default-translucent-bg a:not(.btn):hover {text-decoration: none; color: #ffffff;}
.light-translucent-bg .container, .dark-translucent-bg .container, .default-translucent-bg .container {z-index: 3; position: relative;}
.parallax-bg {background: url("../../files/hem/parallax-bg.jpg") 20% 0px no-repeat;}
.parallax-bg-2 {background: url("../../files/hem/parallax-bg-2.jpg") 50% 0px no-repeat;}
.parallax-bg-3 {background: url("../../files/hem/parallax-bg-3.jpg") 50% 0px no-repeat;}

@media (max-width: 767px) {
    .parallax {padding: 100px 0;}
}





/*******************************RX****************************/



4px:4px; 

.news {margin: 0;}
.news p {transform:none !important;}
.news .list-group-item:first-child {margin-top:0;}
.news .list-group-item {margin: 30px 0 0 0; overflow:hidden; padding: 40px 30px !important; border: 1px solid #f0f1f2 !important; border-radius: $boracus; background: #fff; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; /*box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;*/}
.news .list-group-item:hover {background: #fff;}
.news .list-group-item .list-date {margin: 0; padding: 0; color: #999; font-size: .75rem; line-height: 1.9; letter-spacing: 3px; text-transform: uppercase;}
.news .list-group-item .list-header {font-size: 2rem; line-height: 1.4; margin-top:5px !important; border-bottom: 1px solid #f0f1f2; padding-bottom:10px;}
.news .list-group-item:hover .list-header {border-color: #222;}
.news .list-group-item .list-content {margin: 30px 0 0 0;}
.news .list-group-item .list-content > img {margin-top:0;}
.news .list-group-item .list-content img {margin-top:5px;}


:root {--newspad: 300px; --newslist:15vw; --newslistpad:150px;}
.news-card .news { display: flex; grid-gap: 3rem; flex-direction: row; flex-wrap: wrap; justify-content:center;}
.news-card .news .list-group-item { transition:.3s all; margin-top: 0px; height: auto; flex: 0 0 calc(calc(100%/3) - 2rem);}
.news-card.news-3 .news .list-group-item { flex: 1 0 calc(calc(100%/3) - 1.5rem) !important;}
.news-card .news .news-linked.list-group-item:hover {transform:scale(.98); box-shadow:0 0 15px rgba(0,0,0,0.15);}
.news-card .news .news-linked.list-group-item .list-content {cursor:pointer;}
.news-card .news .news-linked.list-group-item .list-content:before {transition:.3s all; opacity:0; content:"Klicka för att l\00E4sa mer"; font-weight:700; text-align:center; color:#000; padding:10px 35px; position:absolute; inset:auto 20px 20px 20px; border-radius:0 0 4px 4px; background:linear-gradient(to bottom, transparent, #f0f1f2); backdrop-filter:blur(1px); -webkit-backdrop-filter:blur(1px); height:50%; display: flex; align-items: flex-end; justify-content: flex-start; padding-left:1rem;}
body.dark .news-card .news .news-linked.list-group-item .list-content:before { background:linear-gradient(to bottom, transparent, #000); color:#fff !important;}
.news-card .news .news-linked.list-group-item .list-content:hover:before {opacity:1; }

.__base .news-card.news-block .news .list-group-item .list-header:before {background-image:url(''); background-size:cover; background-position:center;}
.__base .news-card.news-block .news .list-group-item {padding-top:0 !important;}
.__base .news-card.news-block .news .list-group-item .list-content img {position:absolute !important; top:calc(calc(var(--newspad) * -1) - 1rem) !important;}
.news-card.news-block.no-date .news .list-group-item .list-date {display:none;}
.news-card.news-block .news .list-group-item {border:none !important; padding-top:calc(var(--newspad) + 3rem) !important; background-color:#f0f1f2; border-radius:4px;}
.news-card.news-block .news .list-group-item .list-header {color:#fff; position:absolute; border:none !important; margin:0 !important; padding:30px !important; inset:0 0 auto 0; height:var(--newspad); display: flex; flex-direction: column; justify-content: flex-end; z-index:1; }
.news-card.news-block .news .list-group-item .list-header:before {opacity:.6; content:""; z-index:-1; position:absolute; inset:0; background:linear-gradient(to bottom, transparent, rgba(0,0,0,0.8));}
.news-card.news-block .news .list-group-item.wimg .list-header:before {background:linear-gradient(to bottom, transparent, #e41f13);}
.news-card.news-block .news .list-group-item.wimg .list-header {color:#fff;}
.news-card.news-block .news .list-group-item .list-content {margin-top:0;}
.news-card.news-block .news .list-group-item .list-content img {width:100%; position: absolute; inset: 0; margin-top: 0; height: var(--newspad); object-fit: cover;}
.news-card.news-block .news .news-linked.list-group-item .list-content {overflow:hidden; max-height:var(--newspad);}
:is(.news-list).news-1 .list-group-item:nth-child(n+2), :is(.news-list).news-2 .list-group-item:nth-child(n+3), :is(.news-list).news-3 .list-group-item:nth-child(n+4), :is(.news-list).news-4 .list-group-item:nth-child(n+5) {display:none;}
body.dark .news-card.news-block .news .list-group-item {background-color:#000;}
body.dark .news-card.news-block .news .list-group-item .list-header:before {background:linear-gradient(to bottom, transparent, #000);}


.news-list .news {flex-direction: column;}
.news-list .news .list-group-item {padding-left:var(--newslist) !important; border:none !important; background-color:#f7f7f7;}
.news-list .news .list-group-item:nth-child(even) {background-color:#f0f1f2;}
body.dark .news-list .news .list-group-item {background-color:#000;}
.news-list .news .list-group-item .list-header {}
.news-list .news .list-group-item .list-content {}
.news-list .news .list-group-item .list-content img {position: absolute; inset: 0 auto 0 0; width: calc(var(--newslist) - 30px); height: 100%; margin-top: 0; object-fit: cover;}
.news-list .news .news-linked.list-group-item .list-content {overflow:hidden; max-height:var(--newslistpad);}
.news-list .news .news-linked.list-group-item .list-content:before {left:calc(var(--newslist) - 10px); width:calc(100% - calc(var(--newslist) + 10px));}
.news-list .news .list-group-item .list-content:before {position: absolute; inset: 0 auto 0 0; width: calc(var(--newslist) - 30px); content:""; background-image:url('../../assets/images/site_preview.jpg'); background-size:cover; background-position:center;}
.__base .news-list .news .list-group-item .list-content:before {display:none;}
.news-list.contain .news .list-group-item .list-content img {object-fit: contain; background-image:url('../../assets/images/bg.jpg'); background-size:100px;}

.newsfeed.news-list .list-group-item:nth-child(n+3) { display:none;}
.__col .newsfeed.news-block .block-list-group {flex-direction: column;}
.__col .newsfeed.news-block .list-group-item {flex:1 !important;}
.__col .newsfeed.news-block .list-group-item:nth-child(n+2) { display:none;}


.news-pop .news {z-index:1; transition:.5s all; display: flex; flex-direction: row; flex-wrap: wrap; gap:30px;}
.news-pop.reveal .news {z-index:-1; opacity:0; position:absolute;}
.news-pop .news .list-group-item {border:none !important; flex: 0 0 calc(calc(100%/3) - 20px); height:300px; margin-top:0; background:rgba(255,255,255,0.8); padding:5rem 2rem 2rem !important;}
.news-pop .news .list-group-item:before {content:"\f002"; color:rgba(0,0,0,0.3); cursor:pointer; transition:.3s all; display: flex; align-items: center; justify-content: center; font-family: $fonticon; font-weight:700; position:absolute; inset:auto 0 0 0; height:30px; background:rgba(255,255,255,0.8); -webkit-backdrop-filter: blur(1px); backdrop-filter: blur(1px);}
.news-pop .news .list-group-item:is(:hover, .click):before {content:"\f25a"; height:100%; font-size:3rem; color:#000; z-index:1; box-shadow:0 0 100px rgb(0 0 0 / 20%) inset;}
.news-pop .news .list-group-item .list-date {position: absolute; color:#46494c !important; background: #222; font-weight:700; inset: 0 0 auto 0; height: 40px; display: flex; align-items: center; justify-content: center; padding: 1rem;}
.news-pop .news .list-group-item .list-header {font-size:1.5rem; line-height:2rem; border-bottom:none; padding-bottom:0;}
.news-pop .news .list-group-item .list-content {margin-top:.2rem;}
.news-pop .news .list-group-item .list-content img { position: absolute; inset: 0; z-index: -1; object-fit: cover; height: 100%; filter: blur(2px);}
.news-pop .news .news-linked.list-group-item .list-content {}
.news-pop .div-npop {z-index:-1; position: absolute; inset: 0; padding: 1.5rem; transition:.5s all; opacity:0;}
.news-pop.reveal .div-npop {z-index:1; opacity:1; position:relative;}
.news-pop .div-npop .list-date {min-height:32.38px; background: #222; color:#46494c !important; font-weight:700; display: flex; align-items: center; justify-content: center; padding: 0.5rem;}
.news-pop .div-npop .list-header {margin-bottom:.5rem; margin-top:2rem;}
.news-pop .div-npop .list-content img {outline: 1px solid #e41f13; outline-offset: -1rem;}
.news-pop .list-group-item .div-anchor {height:180px; margin-top:-180px;}

.newsfeed.news-card .news {gap:0 !important;}
.newsfeed.news-card .news .news-linked.list-group-item .list-content:before {background:linear-gradient(to bottom, transparent, #000); color:#fff !important;}
.newsfeed.news-card .news .list-group-item {filter:saturate(0); border:none !important; border-radius:0 !important; background:linear-gradient(45deg, #000,#000) !important; color:#fff !important; flex:0 0 calc(calc(100%/3) - 1rem);}
.newsfeed.news-card .news .list-group-item:hover {transform:none !important; filter:saturate(1);}
.newsfeed.news-card .news .list-group-item:nth-child(n+4) {display:none !important;}

.newsfeed.news-plugin + .block-button .btn {width: 100%; border-radius: 0; height: 8rem; display: flex; align-items: center; justify-content: center;}

@media (max-width:1920px) {
    .news-pop .list-group-item .div-anchor {height:250px; margin-top:-250px;}
} @media (max-width:1600px) {
    .news-pop .news .list-group-item {padding-top:4rem !important;}  
    .news-pop .news .list-group-item .list-header { font-size: 1.4rem; line-height: 1.8rem;}
} @media (max-width:1440px) {
    .news-card .news .list-group-item {flex: 0 0 calc(calc(100%/2) - 1.5rem);}
} @media (max-width:1280px) {    
    .news-card.news-block .news .list-group-item .list-date {margin-block: -1rem 1rem !important; display: block;}
} @media (max-width:1440px) {
    :root {--newslist:25vw;}
    .news-pop .list-group-item .div-anchor {height:180px; margin-top:-180px;}
} @media (max-width:992px) {
    :is(.news-card, .news-pop) .news .list-group-item {flex-basis: calc(calc(100%/2) - 1.5rem) !important;}    
} @media (max-width:767px) {
    :root {--newspad: 200px; --newslistpad:220px;}
    :is(.news-card, .news-pop) .news .list-group-item {flex-basis: 100% !important;} 
    .news-list .news .list-group-item .list-content:before { opacity: .2; backdrop-filter: none; -webkit-backdrop-filter: none;}
    
    .news-card .news .news-linked.list-group-item .list-content:before {height:auto; opacity:1; padding-left:.8rem;}
    .news-card.news-block .news .list-group-item .list-content {margin-block:-1rem 1rem;}
    
    .__col .newsfeed.news-block .list-group-item:nth-child(2) { display:block;}
    
    .news-card:not(.newsfeed) .news {padding-inline:25px;}
    .news-card.news-block .news .list-group-item.wimg .list-header {font-size:1.2rem;}
    .newsfeed.news-card .news .news-linked.list-group-item .list-content:before {background:transparent !important;}
    .newsfeed.news-plugin + .block-button .btn {height: 6rem;}
}




/*----------------NEWS PLUGIN-------------------*/


.__base .block-divider.news-plugin .spacer:before {content:"NEWS PLUGIN - DO NOT EDIT"; font-family:monospace !important;}
.__base .block-divider.news-plugin.news-share .spacer:before {content:"NEWS PLUGIN | NEWS SHARE - DO NOT EDIT";}
.__base .block-divider.news-plugin.news-controls:not(.news-share) .spacer:before {content:"NEWS PLUGIN | NEWS CONTROLS - DO NOT EDIT";}
.__base .block-divider.news-plugin.news-share.news-controls .spacer:before {content:"NEWS PLUGIN | NEWS SHARE | NEWS CONTROLS - DO NOT EDIT";}
.news-plugin .spacer {padding-block:3rem; height:auto; padding-block:3rem;}
.news-card.news-block .news .list-group-item[onclick*="window.location"] {cursor:pointer;}



.news-share .share-inner.row {width:100%; border-top:2px solid #e41f13; }
.news-share .share-inner.row:not(:first-child) {border-bottom:2px solid #e41f13;}
.news-share .share-inner.row > div:first-child {border-right:2px solid #e41f13; }
.news-share .share-inner a {background:transparent; border:2px solid #e41f13; height:60px; width:60px; border-radius:50%; display: inline-flex; justify-content: center; align-items: center; text-align:center; font-size:30px; margin:0 5px; text-decoration:none !important; transition: .3s all;}
.news-share .share-inner a:after {display:none;}
.news-share .share-inner a i {color:#e41f13;}
.news-share .share-inner a:hover {background:#000;} .news-share .share-inner a:hover i {color:#fff;}

.news-controls .show-inner a.back {text-transform:uppercase; color:#999 !important; text-decoration:none; border-bottom:1px dotted;}
.news-controls .show-list ul {padding:0; list-style:none; display:flex; margin-top:30px !important;}
.news-controls .show-list ul li:before {display:none;}
.news-controls .show-list ul li a:before {content:""; background-color:#f7f7f7; background-image:url($logosrc); background-size:20%; background-position:center; background-repeat:no-repeat; height:100px; width:100%; border-radius: 20px 20px 0 0; display: block; margin-bottom:5px;}
.news-controls .show-list ul li {display:none; width: -webkit-fill-available; text-align:center; padding:0 10px; line-height:normal; font-style:italic;}
.news-controls .show-list ul li:hover a {border-bottom:0; color:#e41f13;}
.news-controls .show-list ul li:nth-child(-n+4) {display:list-item;}
.news-controls a.btn {width:auto !important; height:auto !important;}

@media (max-width:1920px) {

    
} @media (max-width:992px) {
    .news-share .share-inner a {height:45px; width:45px; font-size:20px; margin:0 2px;}
} @media (max-width:767px) {
    .news-share .share-inner.row > div:first-child {border:none;}
    .news-controls.share-inner {padding-block:1rem;}
    .news-controls .show-list ul li a:before {background-size:50%; height:60px;}
    .news-controls .show-list ul li {font-size:10px; line-height:15px;}
    .news-controls .show-list ul li:nth-child(3), .news-controls .show-list ul li:nth-child(4) {display:none;}
} @media (max-width:558px) {
    .news-controls .show-list ul {flex-direction: column;}
    .news-controls .show-list ul li {margin-bottom:20px !important;}
    .news-controls .show-list ul li:nth-child(-n+4) {display:list-item !important;}
}




.__base .js:before {content:"[javascript plugin - do not edit]"; text-align:left; width:100%; font-family:monospace; display:block;}
.__base .js.empty:before {display:flex; position:absolute; inset:0; align-items:center; justify-content: center;}

.navbar-nav .has_childs.no-child > .nav-link:after, .navbar-nav .has_childs.no-child > ul {display:none;}
.btn-info:is(:active, :focus) {background-color:transparent !important; border:none !important; outline: none !important;}
.btn-info.btn-back {color:#000 !important; transition:.3s all; padding:0 !important; margin-bottom:2rem; display: flex; flex-direction: row-reverse; width: max-content;}
.btn-info.btn-back:after {content: "\f178"; transition:.3s all; font-family: FontAwesome; font-weight:700; transform: scale(-1); margin-right: 1rem;}
.btn-info.btn-back:hover:after {margin-right:2rem;}

.block-gallery.gallery-auto .gallery {display:flex; height:100%; flex-direction: row; flex-wrap: wrap;}
.block-gallery.gallery-auto .gallery-item {padding:0; margin:0;}
.block-gallery.gallery-auto :is(img, a, .image-container) {height:100%; object-fit:cover; width:100%;}

#block-gallery-modal {inset:0; height:100vh !important; overflow:hidden !important;}
#block-gallery-modal .modal-dialog {height: 100%; width: 100%; max-height: 100vh; max-width: 100vw; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%) !important; margin: 0;}
#block-gallery-modal .modal-body, #block-gallery-modal .modal-content {height: 100%; background:transparent; border:none;}
#block-gallery-modal img {height: 100%; object-fit: contain; background:rgba(0,0,0,0.8);}
#block-gallery-modal .caption-container {z-index:100; text-align:left; font-size:0; transition:.3s all; inset:auto 0 -1px 0; display: flex; align-items: flex-start; padding: 2rem; background-color: transparent; flex-direction: column; opacity:.2;}
#block-gallery-modal .caption-container:hover {background-color:rgba(0,0,0,0.8); opacity: 1; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
#block-gallery-modal .caption-container h3 {font-size:1.5rem !important; margin-bottom:5px;} #block-gallery-modal .caption-container p {font-size:1rem !important;}
#block-gallery-modal .caption-container.hidden {display:none;}



@media (max-width: 1920px) {
    
} 

@media (min-width: 993px) {
    @media (max-width: 1550px) {
        .navbar-default .navbar-nav>li>a {font-size:15px;}
    } @media (max-width: 1440px) {
        #site-banner-2 {height:300px;}
        .navbar-default .navbar-collapse {width:100%;}
        .navbar-default .navbar-collapse > .navbar-nav {width: 100%; margin-inline: auto; float: none; display: flex; justify-content: center;}
        .navbar-header {float: none; display: flex; justify-content: center; width: 100%;}
        .navbar-header > .navbar-brand {transition:1s; float: none; width: 100%; display: flex; justify-content: center;}
        .navbar.scrolled .navbar-header > .navbar-brand {margin-top:-250px;}
    }
}

@media (max-width: 1280px) {
    
} @media (max-width: 992px) {
    
} @media (max-width: 767px) {
    .block-gallery.g-4 .gallery .gallery-item {max-width:calc(100% / 4);}
    .block-gallery.g-3 .gallery .gallery-item {max-width:calc(100% / 3);}
    .block-gallery.g-2 .gallery .gallery-item {max-width:calc(100% / 2);}
} @media (max-width: 558px) {
    
}

.px-4 {padding-inline:2.5rem;}


/*******************************RX****************************/

.bg-adjust {background-position: bottom;}


/************************COOKIES-V3B*******************************/

.modal {background: rgba(0,0,0,0.8); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);}
#modal-cc .modal-content::-webkit-scrollbar {width: 2px;}
#modal-cc .modal-dialog {max-width: 50vw; width:100%; margin: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
#modal-cc .modal-dialog:after {display:none; content:""; background:linear-gradient(to bottom, transparent, #000); position:absolute; inset:auto 2px 2px 2px; height:5rem; z-index:1;}
#modal-cc .modal-body {font-size:1rem; padding-inline:5px;}
#modal-cc .modal-header {display: flex; padding-inline:5px;}
#modal-cc .modal-header .modal-title, #modal-cc .modal-content h5 {letter-spacing:1px; color:#fff;}
#modal-cc .modal-content {max-height:80vh; overflow:hidden; color:#fff; background: #000; text-align: left; padding:  2rem; border-radius:0px; border:2px solid #fff; }
#modal-cc .modal-content .close {position: absolute; right: 0; top: 0; background: #0e0e0e; opacity:1; color: inherit; width: 4rem; height: 4rem;}
#modal-cc .modal-content a {color:inherit; text-transform:uppercase; border-bottom:2px dotted; text-decoration:none !important; letter-spacing:1.2px;}
#modal-cc .modal-content p {font-size:1.3rem; margin-block:1rem;}
#modal-cc .modal-content .nav-pills:before, #modal-cc .modal-content .nav-pills:after {display:none;}
#modal-cc .modal-content .nav-pills {gap:1rem; display:flex; margin-bottom:1rem;}
#modal-cc .modal-content .nav-pills .nav-link:hover {opacity:1;}
#modal-cc .modal-content .nav-pills .nav-link {transition:.3s all; opacity:.5; text-align: left; background: transparent; border-bottom: solid 1px rgba(255,255,255,0.2); border-radius: 0; padding-inline: 2.5px;}
#modal-cc .modal-content .nav-pills .nav-link.active {font-weight:700; opacity:1;}
#modal-cc .tab-pane {max-height:40vh; padding-bottom:1rem; overflow-x:hidden; overflow-y:auto;}
#modal-cc .tab-pane::-webkit-scrollbar {width: 2px; height: 2px; transition:.3s all;}
#modal-cc .tab-pane::-webkit-scrollbar-track {background: inherit;}
#modal-cc #cc-buttons:before {content:""; background:rgba(0,0,0,0.9); filter:blur(10px); position:fixed; inset:auto 0 0 0; height:10rem;}
#modal-cc #cc-buttons {flex-wrap: wrap; margin-inline:-5px; display: flex; justify-content: space-between; gap:1rem;}
#modal-cc #cc-buttons .btn {text-transform:uppercase; z-index:3; flex:1; font-size:.9rem; padding-inline:1rem !important; justify-content: space-between; border:1px solid #999 !important; color:#fff !important; background:transparent !important;     font-weight: 300; letter-spacing: 1px;}
#modal-cc #cc-buttons .btn:after {text-align:right;}
#modal-cc #cc-buttons .btn:before {display:none !important;}
#modal-cc #cc-buttons .btn:is(:hover, :focus, :active)::after {transform:translateX(3px);}

#cc-settings-container i {font-style: normal;}
#cc-settings-container a {color:#e41f13; border:none !important; text-decoration:none !important;}
#cc-settings-container {left:2rem; bottom:2rem;}
#modal-cc .cc-checkbox:not([disabled]) {cursor: pointer;}

@media (max-width: 1920px) {
    
} @media (max-width: 992px) {
    #modal-cc .modal-dialog {max-width: 80vw;}
} @media (max-width:767px) {
    #modal-cc .modal-dialog:after {display:block;}
    #modal-cc .modal-content {padding-block:1rem !important; height:90vh;}
    #modal-cc .modal-content .nav-pills .nav-link { font-size:.8rem;}
    #modal-cc #cc-buttons {gap:.5rem; display: flex; justify-content: center; flex-direction: column-reverse; flex-wrap: wrap;}
    #modal-cc #cc-buttons .btn {padding: .5rem !important; letter-spacing:1px; text-align:center; margin-top:0 !important; justify-content: space-between; font-size:.7rem;}
    #modal-cc #cc-buttons .btn:after {display:none;}
    #modal-cc .tab-pane {max-height:36vh;}
    #modal-cc #cc-buttons:before {height:12rem;}
    #modal-cc .modal-content p {font-size:.9rem;}
    
    #cc-settings-container {left:1.5rem; bottom:1.5rem;}
}

