@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: dapifer, serif;
    font-size: 20px;
    font-style: normal;
    background-color:#fff;
    line-height: 125%;
    color: #333;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}

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

.yellow-text{
    color:#ffbe00;
}


html,body {
  width:100%;
  overflow-x:hidden;   
}

body {
  height: 100%;

}

#to-top {position: fixed; bottom: 200px; left: -25px; z-index: 8000;}
#to-top a {
    width: 200px;
    display: block;
    text-align: left;
    border-radius:0px; 
    margin: 5px 0;
    padding: 10px 0 10px 45px;
    background:rgba(255, 190, 0, 0.79);
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
#to-top a:hover {background: rgba(255, 190, 0,1)); color: #000;}
#top-items{
    background:#ffbe00;
    padding:10px 20px;
    position:relative;
    top:0;
    z-index:1036;
}

#top-items a{
    color:#fff;
      padding:10px 0px;
}
.icon{
    filter: hue-rotate(-159deg);
         moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.icon:hover{
filter: hue-rotate(-159deg);


}

#Banner {
    height: 90vh;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#Banner .block-section-container {
    margin: 0 !important;
}

.cookies-container{
    z-index:99999;
    position: fixed;
    display:block;
    width:100%;
    text-align:center;
    padding:10px;
        margin-top: -3px;
}
.themecolor b, .themecolor  strong {
    font-weight: 700;
    color:#ffbe00;
}
.block-section.themecolor  ul li {
    list-style: none;
    background: #ffffff;
    padding: 5px;
    margin-bottom: 3px;
    moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.block-section ul li:hover a:before{
 color:#fff;
}


.block-section.themecolor ul li:hover{
    list-style: none;
    background: #ffbe00;
    padding-left: 15px;
    margin-bottom: 3px;
    color:#fff;
}
.block-section.themecolor  ul li:hover a{
 color:#fff;
    
}
.block-section.themecolor  ul li:before a:hover{
 color:#fff;
    
}



.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:#2879ce;
}
.bw{
    filter: grayscale(100%);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #ffbe00;
    white-space: nowrap;
}
.block-section.bg-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: center;
}
.square {

  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;   /* <---- NEW    */
  width: 100%;
  min-height: 550px;
  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;
}


.text-primary {
    color: #333333;
}
.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;
    line-height: 0.9em;
}
h2 {font-size: 40px;}
h3 {font-size: 30px;}
h4 {font-size: 25px;}
h5 {font-size: 17px;}
h6 {font-size: 19px; 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:#ffbe00;}
a:hover {color: #000; text-decoration: none;}
a:focus, a:active {outline: none; color: #000; 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;}
*/

#Puffar {padding: 5px; background: #fff;}
#Puffar .__columns .block-section {height: 100%;cursor: pointer;border-left: 2px solid #fff;border-right: 2px solid #fff;border-top: 4px solid #fff;}
#Puffar .__columns .block-section-container {  background:rgba(234, 96, 10, 0.63); width: 100%; height: 100%; margin: 0;  padding: 100px 50px 130px 50px; moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s;}
#Puffar .__columns .block-section-container:hover {
     background:rgba(234, 96, 10, 0.9);
/*    
    z-index: 600; -webkit-box-shadow: 0px 0px 60px 10px rgba(0,0,0,.9); -moz-box-shadow: 0px 0px 60px 10px rgba(0,0,0,.9); box-shadow: 0px 0px 60px 10px rgba(0,0,0,.9);
 */
  
}

.icon {
    width: 80px;
    max-width: 100%;
    margin: 0 auto;
}

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

hr.dark, #footer .footer hr {
    margin: 15px 0;
    height: 3px;
    width: 106px;
    background-color: #2b7eea;
    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;
    /* letter-spacing: 1px; */
    text-transform: uppercase;
    padding: 14px 28px;
    border-radius: 30px!important;
}
.btn:hover {text-decoration: none; border-radius:30px;}

.btn-primary {
    color: #fff;
    background: #ffbe00;
    border: 1px solid #ffbe00;
}
.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: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.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: #2d2d2d; border: 1px solid #2d2d2d!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: #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: #ffbe00;
    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: #ffbe00;
    border: 1px solid #ffbe00;}

@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: #393939;
}
*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #febe00;
    background-color: #e7e7e700;
}
.block-section.white ul li:hover{
    list-style: none;
    background: #ffbe00;
    padding-left: 15px;
    margin-bottom: 3px;
    color:#fff;
}
.block-section.white ul li:hover a{
 color:#fff;
    
}
.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;
}

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

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


/* 3 Menu
----------------------------------------------------------------------------- */
.active{
    display:block;
}
#menu-button {
    font-size: 30px;
    text-align: right;
    right: 30px;
    top: 17px;
    z-index: 900;
    background: transparent;
    margin: 5px 0 0 0;
    border-radius: 0;
    padding: 0;
    /* float: right; */
    width: 50px;
    position: absolute;
    border: none;
    display: block !important;
}


#menu-button a, #menu-button a:focus {border: none; color:#ffbe00; text-decoration: none;}
#menu-button a.closed:before {content: "\f0c9"; font-family: FontAwesome; font-weight: 400;}
#menu-button a.open:before {content: "\f00d"; font-family: FontAwesome; font-weight: 400;}
#menu-container {display: none; position: fixed; width: 100%; text-align: left; height: 100vh; z-index:1050; top: 0; left: 0; background:#ffffff;}
#menu {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 50px 0px 0px 11px;
}
#menu li {width: 100%; float: none; margin: 20px 0 0 0;}
#menu li a {
    color: #4d4f52;
    font-weight: 200;
    font-size: 27px;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
#menu li a:hover, #menu li.active.current.current_page_item a {
    border: none;
    color: #ffbe00;
}
#menu-container .container {
    width: calc(100% / 2);
    margin: 0;
    float: left;
    position: relative;
    padding: 0 4px 0px 0px;
}
#menu-container .image {
    padding: 0;
    width: 50%;
    height: 100%;
    float: right;
    position: relative;
    background: #919191ad;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.menu-header {
    width: 100%;
    padding: 0px 20px;
    background: transparent;
    z-index: 600 !important;
    position: absolute;
    left: 0;
    top: 0;
    moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-header #menu-button a, .menu-header #menu-button a:focus {color: #ffbe00 !important;}
#menu-logo {width: 100%; max-width: 300px; margin: 0; padding: 0;}
#menu-logo a {border: none;}
#site-fb {width: 350px; background: transparent; padding: 0; margin: 0 0 0 -350px; position: fixed; top: 150px; 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 a {
   
    font-weight: 200;
    font-size: 19px;
    line-height: 16px;
    letter-spacing: 0px;
}

.dropdown-menu a {
    width: 100%;
    float: none;
    margin:0px;
    padding: 5px 0px 0px 16px;
}
.navbar-default { background:rgba(41, 41, 41, 0.83); 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 {background:rgba(255, 255, 255, 0.66);}
*/

.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;border: none;}
a.navbar-brand img {
    opacity: 1;
    width: 150px;
}
.navbar-brand:hover {border: none;}
.navbar-default .navbar-nav>li>a {
    padding: 9px 0;
    /* margin-left: 51px; */
    color: #9a9a9a;
    display: block;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    font-style: normal;
    text-decoration: none;
    border: none;
}
.navbar-default .f-nav  .navbar-nav>li>a {

    color:#9a9a9a;
   
}
.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:#ffbe00;
    border-bottom: 0px solid #ffbe00;
}

.navbar-default.f-nav .navbar-nav li.active.current.current_page_item a {
    color: #ffbe00;
}

.navbar-default.f-nav .navbar-nav>li>a:hover {
    color: #ffbe00;
    border-bottom: 0px solid #393939;
}

.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:#292929;
    border-bottom: 0px solid #ffbe00;
    background: #ffbe00;
}
.navbar-nav li.active.current.current_page_item .nav-level2 a {
    border-bottom: 0px;
    color: #ffbe00;
    background: #3c3c3c;
}
.navbar-nav>li>.dropdown-menu {

    background: #3c3c3c;
}
.navbar-default.f-nav li.active.current.current_page_item .nav-level2 a{
    border-bottom:0px;
    color:#000000!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:#ffbe00;}
.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: 21px 0;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
    float: right;

}
.f-nav .navbar-nav>li>a{
    color:#9a9a9a;
        padding: 12px 0;
}

.f-nav .container-fluid>.navbar-collapse {
    margin: 10px 0;
}
/* 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-default {
    background: #292929;
    -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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .navbar-nav {
    float: none;
    }
    .navbar-default .navbar-nav>li>a {

   
    display: block;
  
    font-size: 28px;
    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%;
}

#Banner {
    height: 70vh;
}
}

@media screen and (max-width: 1024px) {
    h2 {
    font-size: 27px;
}
    .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) {
    
.block-gallery .carousel .carousel-caption>h3 {

    font-size: 50px;
    line-height: 50px;

}

#Banner {
    padding: 0 15px !important;
}
    .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:#ffbe00;
 
}
.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: 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:#000000;}
.footer p {margin-bottom: 0;}
.footer a {color:#febe00; 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; width:100%;}
.footer li a {
    /* font-size: 13px; */
    padding: 3px 10px;
    background: #febe00;
    color: #393939;
    margin: 5px 0px;
    /* width: 100%; */
    display: block;
    border-radius: 0px;
}


.footer #site_logo{
        background: url(../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 {

    background:#ffbe00;
    color: #fff;

}
#footer .fa{
    color:#febe00;
    
}
#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;}

.offwhite{
    background:#f7f7f7;
}
.white{
    background:#fff;
}

.grey {background: #4d4d52;}

.grey2 {-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: #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: #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(../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: 82px;
    float: none;
    margin: 0 auto;
}

#site_logo2 {
    background: url(../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: 152px;
     moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.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(../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: 58px;
  
}

.themecolor{
   background:#292929;
}

.footer .site_logo {
    float: left;
    max-width: 200px;
    width: 100%;
    padding: 16px 0px;
}

.white-text a,.white-text h1,.white-text h2 ,.white-text h3 , .white-text h4 , .white-text h5, .white-text p{
    color:#fff;
}
.themecolor h1,.themecolor h2,.themecolor h3,.themecolor h4,.themecolor h5{
    color:#ffbe00;
} 
.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 ----------------------------------- */

#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; -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 {
    filter: grayscale(100%);
    padding: 80px 0px;
    background:#292929;
    -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: none;
        margin-top: 20px;
            moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.navbar-nav {
   
}    
.navbar.center {
    text-align: center;
}
@media screen and (min-width: 768px) {

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

    top: 11%;
}
    
}


@media screen and (max-width: 1024px) {
    #menu li a {
    color: #4d4f52;
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom:0px;
}


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


}

@media screen and (max-width: 767px) {
    #site_logo2 {
    background: url(../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: 152px;
    margin-left:auto; 
    moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
#menu-container .image{
    display:none;
}
#menu-button {font-size: 22px; margin: 0;}

#menu li a {
    width: 100%;
    display: block;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
}
#menu-container .container {
    width: 100%;
    margin: 0;
    float: left;
    position: relative;
    padding: 20px;
}
    
.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 #ffbe00;
    background:#ffbe00;
}
.navbar-default .navbar-nav>li>a, #mobile-buttons li a {
    font-size: 22px;
    padding: 6px;
}

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

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

.navbar-default {
    padding: 10px 20px;
    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;
}
}

#menu .dropdown-menu a {
    color: #4d4f52;
    font-weight: 200;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
#menu .dropdown-menu li {
    width: 100%;
    float: none;
    margin: 0px 0 0 0;
}

@media screen and (max-width: 500px) {
    #to-top{
        display:none;
    }
    #menu .dropdown-menu a {
 
    font-size: 15px;
    line-height: 18px;
    padding:5px 5px;
   
}
#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;

}
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #ffbe00;
    text-decoration: none;
    background-color: #ffffff;
    outline: 0;
}


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


@media (max-width: 767px) {
    .parallax {padding: 100px 0;}
}
/* ---- Cookie-notis: fast fält längst ned, täcker inte innehållet ---- */
.cookies-container {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 16px 20px;
    background: #292929;
    border-top: 3px solid #ffbe00;
    box-shadow: 0 -2px 12px rgba(0,0,0,.18);
}
.cookies-container p {
    margin: 0;
    color: #f2f2f0;
    font-size: 15px;
    line-height: 1.6;
}
.cookies-container a { color: #ffbe00; }
.cookies-container a.control-accept-cookies {
    display: inline-block;
    margin-left: 14px;
    padding: 8px 20px;
    background: #ffbe00;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cookies-container a.control-accept-cookies:hover,
.cookies-container a.control-accept-cookies:focus {
    background: #fff;
    color: #1f1f1f;
}
@media (max-width: 767px) {
    .cookies-container { padding: 14px 15px; }
    .cookies-container p { font-size: 14px; }
    .cookies-container a.control-accept-cookies { margin: 10px 0 0; display: block; }
}

/* Utrymme längst ned så att cookie-notisen aldrig döljer sidfotens länkar */
.footer { padding-bottom: 90px; }
@media (max-width: 767px) {
    .footer { padding-bottom: 150px; }
}
