@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
 *
 */

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

body {
   font-family: 'Open Sans', Arial, Sans-serif;
    font-size: 20px;
    font-style: normal;
    background-color: #f7f7f7;
    line-height: 125%;
    color: #333;
    font-weight: 100;
    -webkit-font-smoothing: subpixel-antialiased;
}

h1, h2, h3, h4, h5, h6 { line-height: 1.3; font-weight: 700; letter-spacing: 1px; color:#484849; text-transform: uppercase;}

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

body {
  height: 100%;

}


#top-items{
    background:#010101;
    padding:10px 20px;
    position:fixed;
    top:0;
    z-index:1036;
}

#top-items a{
    color:#fff;
      padding:10px 0px;
}




.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:#e31e2d;
}

.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; letter-spacing: 5px; margin-bottom: 10px;}
h2 {font-size: 40px;}
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:#010101;}
a:hover {color: #e31e2d; text-decoration: none;}
a:focus, a:active {outline: none; color: #e31e2d; 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;}
*/
.bli-stodmedlem1 a {
    color: #fff !important;
    background: #d12b2b !important;
    border: none !important;
    border-radius: 15px;
    padding: 14px 28px !important;
    margin-top: 15px;
    
}


.eyes-image1 {display: block; margin-left: auto; margin-right: auto; width: 50%; }

.freedom-brain1 {display: block; margin-left: auto; margin-right: auto; }

.ikon {
    max-width:150px;
}

hr {
    width: 100%;
    height: 3px;
    margin: 20px 0 20px 0;
        background-color: #e31e2d;
    border: 0;
}



hr.dark, #footer .footer hr {
    margin: 15px;
    height: 3px;
    width: 100%;
    background-color: #a5a5a5;
    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: 400;
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
    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: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-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: #e31e2d;
    border: 1px solid #e31e2d!important;
}
.btn-info {color: #fff; background:#e31e2d; border: 1px solid #e31e2d;}
.btn-info:hover {color: #e31e2d; background: #fff; border: 1px solid #e31e2d;}

.btn-danger {color: #000; background: transparent; border: 1px solid #000;}
.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;}
}

.dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    padding: 0px 3px 0 5px;
    color: #e31e2d;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #393939;
    background-color: #e7e7e700;
}
/*
.block-section ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #010101;
    padding-right: 0.5em;
    position: relative;
    padding-left: 0.5em;
}
*/

.block-section.white ul li {
    list-style: none;
    background: #f7f7f7;
    padding: 5px;
    margin-bottom: 5px;
}
.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;
}
.block-section ul li {
    list-style: none;
    background: #fff;
    padding: 5px;
    margin-bottom: 5px;
}
.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;
}

/* ----------------------------------- 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); padding:10px 50px; 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:#ffffff;}
.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: right;}
.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: 250px; 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 10px;
   /* margin-left: 51px; */
    color: #393939;
    display: block;
    font-weight: 500;
    font-size:16px;
    text-align: center;
    font-style: normal;
    text-decoration: none;
    border-bottom: 9px solid #fff;
}
.navbar-default .f-nav  .navbar-nav>li>a {

    color:#393939;
   
}
.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: #4f7092;
    border-bottom: 9px solid #e31e2d;
}
.navbar-default.f-nav .navbar-nav li.active.current.current_page_item a {
    color: #000000;
}
.navbar-default.f-nav .navbar-nav>li>a:hover {
    color: #393939;
    border-bottom: 9px solid #e31e2d;
}
.navbar-nav li.active.current.current_page_item a {
    background: transparent;
    color: #393939;
    border-bottom: 0px solid #393939;
}

.navbar-default .navbar-nav .nav-level2 li.active.current.current_page_item a {
    color: #ffffff;
    border-bottom: 0px solid #010101;
    background: #010101;
}
.navbar-nav li.active.current.current_page_item .nav-level2 a{
    border-bottom:0px;
    color:#2d2d2d;
}
.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:#393939;
}

/* 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: 17px;
    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: 18px;
}
    .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%;
}
    #footer .site_logo{
        margin:0 auto;
        float:none;
    }
    .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 ----------------------------------- */
#foot-menu {list-style: none; width: 100%; float: left;margin-bottom:30px}
#foot-menu li {text-align:center;float: left; margin: 0; width: calc(100% / 4); padding: 2px;}
#foot-menu li a {text-transform: uppercase; color: #fff; background: #4d4d52; font-weight: 700; letter-spacing: 3px; font-size: 12px; border: none; font-style: normal; display: block; padding: 15px 0; text-decoration: none;}
#foot-menu li a:hover {color: #fff; background: #e31e2d;}
#foot-menu ul.children {display: none;}

.footer h4 {
    font-size: 18px;
}
.footer {
    line-height: 1.8;
    font-weight: 300;
    color:#e2e2e2;
    padding: 25px 0;
    font-size:14px;
}
.footer #site_logo {
    margin-top: 0px;
    /* height: 50px; */
    max-width: 100px;
}
.footer{
   
   padding: 50px 0; }

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 ,.footer p{font-weight: 300; color:#ffffff;}
.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: #fff;
    margin: 1px;
    /* width: 100%; */
    display: block;
    border-radius: 0px;
}


.footer #site_logo{
        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;

    
    
    
}
.footer li a:hover {

  
    color:#e31e2d;

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

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


@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: #f3f3f3;}

.grey2 {background: url("../../files/grey2.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;}

.grey3 {background: #474747;}

.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: #353535 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 {
    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;
    width: 250px;
    height: 52px;
     moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
#site_logo {
    /* width: 100%; */
   width: 250px;
    height: 52px;
    float: none;
    margin: 0 auto;
}

.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.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: 230px;
    height: 54px;
    margin-top: 11px;
}

.themecolor{
   background:#010101;
}

.footer .site_logo {
    float: none;
    max-width: 399px;
    width: 100%;
    padding: 16px 0px;
    margin: 0 auto;
}

.white-text h1,.white-text h2 ,.white-text h3 , .white-text h4 , .white-text h5, .white-text p{
    color:#fff;
}

.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 .collapsed 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;
}





#instafeed {padding: 0; text-align: center; float: none !important; width: 100%; position: relative;}
.insta-panel {width: 25%; display: inline-block; padding: 0; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.insta-panel img {width: 100%; padding: 10px;}

#instafeed img {cursor: pointer; opacity: 1; moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
#instafeed img:hover {opacity: .7;}


.fb_iframe_widget {width: 100%; display: block !important;}



/* Om */
.parallax h4, .parallax p {text-align: center; color: #fff;}

@media (max-width: 768px) {
    .box-grey {width: 190px; padding: 40px 20px 25px 20px;}
}

/* Galleri */



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

form {margin: 10px 0;}

label {font-size: 14px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase;}

textarea {resize: vertical;}

.form-control {
    font-size: 14px;
    letter-spacing: 1px;
    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);
}

.form-control:focus {color: #b3b2b2; border-color: #b3b2b2; -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: 40px 0px;
    background: transparent url() 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;
    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;
}
.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) {
.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    margin-bottom: 0px;
    z-index: 1030;
}


 #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 li {
    width: 100%;
}

    .navbar-default .navbar-nav>li>a {
    padding: 9px 10px;
    /* margin-left: 51px; */
    color: #393939;
    display: block;
    font-weight: 500;
    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: #393939;
}
.navbar-default .navbar-nav .nav-level2 li.active.current.current_page_item a {
    color: #ffffff;
    border-bottom: 2px solid #010101;
    background:#010101;
}
.navbar-default .navbar-nav>li>a, #mobile-buttons li a {
    font-size: 15px;
}

.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: #010101;
    border-bottom: 2px solid #010101;
} 

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

    .navbar-default {

    padding:20px 50px;
    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;
    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: #e31e2d;
    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: #e31e2d!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;}

/* 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;}

}

/* 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;}
}

