h1 { font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 42px; color: #223347; line-height: 44px; font-weight: 700; }
h2 { font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 28px; color: #223347; line-height: 32px; font-weight: 600; }
h3 { font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 20px; color: #223347; line-height: 24px; font-weight: 500; }
p { font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 16px; color: #4f5966; line-height: 24px; font-weight: 400; }
li { font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 16px; color: #4f5966; line-height: 24px; font-weight: 400;  }body { background: #ffffff; font-size: 10px; font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; color: #4f5966; line-height: 24px; font-weight: 400; }
a:link { text-decoration: underline; color: #282449; font-weight: 400; }
a:visited { text-decoration: underline; color: #282449; font-weight: 400; }
a:active { text-decoration: underline; color: #253952; font-weight: 400; }
a:hover { text-decoration: none; color: #253952; font-weight: 400; }
a:focus { text-decoration: none; color: #253952; font-weight: 400; }
.navbar-default li { font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 16px; text-transform:none; }
.navbar-default .navbar-toggle .glyphicon {color: #455161;}
.navbar-default .navbar-toggle .icon-bar {background-color: #455161;}.navbar-default .navbar-nav>li a { color:#455161; text-decoration:underline; font-weight:600; }
.navbar-default .navbar-nav>li a:hover { color:#2b558c; text-decoration:none; font-weight:600; }
.navbar-default .navbar-nav>li.active a:hover { color:#2b558c; text-decoration:none; font-weight:600; }
.navbar-default .dropdown-menu>li a:hover { color:#2b558c; text-decoration:none; font-weight:600; }
.navbar-default .navbar-nav>li a:focus { color:#2b558c; text-decoration:none; font-weight:600; }
.navbar-default .navbar-nav>li.active a:focus { color:#2b558c; text-decoration:none; font-weight:600; }
.navbar-default .dropdown-menu>li a:focus { color:#2b558c; text-decoration:none; font-weight:600; }
.navbar-default .navbar-nav>.active>a { color:#455161; text-decoration:none; font-weight:600; }
.navbar-default .dropdown-menu>li.active a { color:#455161; text-decoration:none; font-weight:600; }
.navbar { margin-bottom:0px; }
header { margin-bottom:0px; position:relative; }
#page .container { max-width:1170px; }
/* GDPR
body #CybotCookiebotDialog {top: auto; width: 100%; height: auto; box-shadow: none; box-shadow: 0 -2px 5px #ccc; bottom: 0; padding: 10px 0 0;}
body #CybotCookiebotDialogBody {max-width: 1200px; width: 100%;}
body #CybotCookiebotDialogDetailBody {max-width: 1190px; width: 100%;}
body .CookieDeclarationTableCell {padding: 9px 5px;}
body #CybotCookiebotDialogPoweredbyLink {display: none;}
body #CybotCookiebotDialogBodyContent {float: left; padding: 5px 0 18px 5px;}
body .CookieDeclarationTypeDescription {font-size: 13px !important;}
body #CybotCookiebotDialogBodyButtons {float: right; padding-left: 20px; padding-top: 6px;}
body #CybotCookiebotDialogBodyButtonAccept {background-color: #006633; border: 1px solid #006633; font-weight: bold; border-radius: 20px; line-height: 1 !important; padding: 4px 10px 6px !important; float: right; font-size: 14px;}
body form.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {width: auto !important; margin: 5px 10px 10px 0 !important;} */
#page {overflow-x: hidden;}

#content ul {
   list-style: outside;
   margin-left: 2em;
   margin-bottom: 15px;
}




/****theme color********/
:root {
  --primary-color: #f7ff11;                           /*button,submit, menu active link, a:hover i footer, a*/
  --secondary-color:#c2ec00;                          /*a:hover*/
  --text_color:#130f35;                               /*all text*/
  --primary-font:Lato, sans-serif;                 /*all text*/
  --button-radius:2em;
}

#page {overflow-x:hidden;}

/***text***/
h1 {font-size:70px; line-height:70px; font-weight:700; text-transform:uppercase; text-wrap: balance; 
font-family:Kanit, sans-serif;  ; color:#fff; }

h2 {font-size:35px; line-height:40px; font-weight:700; text-wrap: balance; 
font-family:Kanit, sans-serif; color:var(--text_color); }

h3 {padding-bottom:10px; font-size:24px; line-height:29px; font-weight:700; text-wrap: balance; 
font-family:Kanit, sans-serif; color:var(--text_color); }

h4 {font-size:20px; line-height:28px;  font-weight:700;
font-family:Kanit, sans-serif; color:var(--text_color);}

a, i {transition: all 0.3s ease;  }
main a:link:hover {text-decoration:underline;     color:var(--secondary-color);}
strong {font-weight:600;}
body, p, li {font-size:18px; line-height:27px;
color:#282449; font-family:var(--primary-font);}
.white * {color:#fff;}
/******************header************/
#header {position:fixed; width:100%; transition: all 0.3s ease; background: var(--primary-color); top: 47px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
#header .container { padding:25px 0;     display: flex;   align-items: center;}

/*scrolled*/
#header.menu-scroll {top:0;}
#above.menu-scroll {top:-50px;}

#header .navbar-default {width:80%; background-color:transparent!important;}
#header .navbar-default .navbar-nav > li a {padding: 10px;}

.menu-main-container { transition: all 0.3s ease; float: right;}
.logoholder {width:20%;}
.logoholder a img { transition:all 0.3s ease; width:200px; max-width:200px;}

/*menu text*/
#header .navbar-default .navbar-nav>li a {text-decoration:none; font-size:16px; 
font-family:var(--primary-font);  color:var(--text_color); padding-top:9px; padding-bottom:9px;     margin-top: 6px; }
#header .navbar-default .navbar-nav>.active>a, #header .navbar-default .navbar-nav>li a:hover, #header .navbar-default .navbar-nav>li.active a:hover, #header .navbar-default .dropdown-menu>li.active a, #header .navbar-default > .navbar-nav>li.active a {color:var(--text_color); padding: 10px; }

/*fix**/
.dropdown-menu>li>a {padding:10px 20px;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {background-color: transparent;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {background-color: transparent;}
#header .navbar-default .navbar-toggle {border-color: transparent;}
#header .navbar-default .navbar-toggle:focus, #header .navbar-default .navbar-toggle:hover {  background-color: transparent;}
.dropdown-menu>.active>a {background:transparent;}
#above {text-align: center;    background: #222; position: fixed;    width: 100%;    top: 0;    z-index: 1111111;  transition: all 0.3s ease;}
#above p{ color: #fff;     padding: 10px;     font-size: 14px;     margin: 0;}
#above p strong {font-weight:600;}
#above i {color:#fff;     font-size: 17px;    padding: 0 2px 0 9px;}
.bildelar {background: #fff; border-radius:var(--button-radius); }
.bildelar a {color:#111!important; padding:15px!important;     margin-top: 0px!important;}
.bildelar a:after {display:none!important;}
#header .menu ul li a::after {   content: "";   display: block;   border-bottom: 2px solid var(--text_color);   width: 0;   position: absolute;   right: 50%;   left: 50%;   -webkit-transition: .75s ease;   transition: .75s ease;   bottom: -2px;}

#header .menu ul li a:hover::after {    width: calc(100% - 24px);    right: 12px;    left: 12px;}

.navbar-default .navbar-nav>.active>a::after, .navbar-default .dropdown-menu>li.active a::after {    content: "";   display: block;   border-bottom: 2px solid var(--text_color);     position: absolute;    -webkit-transition: .75s ease;   transition: .75s ease;   bottom: -2px; width: calc(100% - 24px)!important;    right: 12px!important;    left: 12px!important;}

/*********** content ***************/
.entry-content {margin-top:122px;} 
body #contentholder {    min-height: calc(100vh - 153px);} /*100vh -  footer*/
.wpb_gmaps_widget {margin-bottom:0!important;}
.wpb_gmaps_widget .wpb_wrapper {padding:0!important;}
#start p {font-size:20px; letter-spacing:1px; text-transform:uppercase;}
#start_inside {background:#222222; padding:115px 0 50px 0;     margin-bottom: 30px;}

/*tables*/
table {width:100%;}
td {padding:10px;}
tr {border-bottom:1px solid #ccc;}

.darker:after {
    content: ""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    visibility: visible!important;
    z-index: 0;
}

.single  {padding-top:200px;}
.single .entry-content {margin-top:0;}

.sgl-cat-bilar .entry-title {display:none;}
.single.sgl-cat-bilar {    padding-top: 120px;}
.single .attachment-post-thumbnail {display:none;}
.nobtn .vc_grid .vc_pageable-load-more-btn {display:none;}
.logo-car img {max-width:100px!important;}

#tjanster img {     aspect-ratio: 4/3;    object-fit: cover; transition:all 0.3s ease; filter:brightness(0.7);}
#tjanster img:hover {transform:scale(1.1); filter:brightness(0.7);}
#tjanster  .wpb_single_image {overflow:hidden;  margin-bottom:0!important;}
#tjanster .wpb_text_column {
    position: absolute;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    pointer-events: none; margin-bottom:0!important;  }
#tjanster p {color:#fff; font-weight:700; font-size:40px; font-family:Kanit, sans-serif;}

#logo-img img{    max-width: 239px!important;    max-height: 69px;    object-fit: contain;}

#recensioner i {color:#fcc858; padding-right:2px;}

#varfor i {    background:var(--primary-color);    padding: 20px;    border-radius: 2em;}
/*********** btn ***************/

.vc_btn3 {background-image:none!important; text-transform:uppercase; letter-spacing:1px; font-weight:700!important; background:var(--primary-color)!important; color:#111!important; border-radius:var(--button-radius)!important;}
.vc_btn3:hover {background:var(--secondary-color)!important;}

/* ---- forms -------  */

#content form.wpcf7-form {padding-bottom: 0px; float: left; width: 100%;}
#content form.wpcf7-form label i {position: absolute; z-index: 1; margin-top: 45px; margin-left: 15px; opacity: .7;}
#content form.wpcf7-form p {margin-bottom: 10px; float: left; width: 100%;}
#content form.wpcf7-form label {float: left; width: 100%; font-size: 16px; font-weight: normal; margin: 0px 0 10px; font-weight:700;}
#content form.wpcf7-form input {padding: 10px 10px 8px; font-weight: normal; font-size: 16px; line-height: 28px; border-radius: 3px; }
#content form.wpcf7-form textarea {padding: 10px 10px 8px; font-weight: normal;height:80px;  font-size: 16px; line-height: 28px; border-radius: 3px; }
#content form.wpcf7-form .wpcf7-radio .wpcf7-list-item {background: #f4f4f4; border-radius: 3px; margin: 0 10px 0 0; cursor: pointer; padding: 10px 15px; border: 1px solid #ccc;}
#content form.wpcf7-form .wpcf7-radio .wpcf7-list-item label {margin: 0;}
#content form.wpcf7-form .wpcf7-radio .wpcf7-list-item label input[type="radio"] {float: left; width: auto; margin: 5px 10px 0 0;}
#content div.wpcf7-response-output {margin: 0; padding: 20px; font-size: 16px; text-align: center; float: left; width: 100%;}
#content form.wpcf7-form input[type="checkbox"] {float: left; width: auto; margin: 5px 10px 0 0;}

#content form.wpcf7-form input[type="submit"], .btn-primary {width: auto; text-indent: 0; border-radius: 0px;  color: #212121; text-transform:uppercase;  margin-top: 0px; display:inline-block; font-size: 16px;    background:var(--primary-color);	border-radius:var(--button-radius)!important;  transition: background 0.35s ease; background-image:none!important;     text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px; padding:15px 30px;
    }
#content form.wpcf7-form input[type="submit"]:hover { background:var(--secondary-color)!important;   } 

#content form.wpcf7-form input:focus {background: #ffffeb;}
#content form.wpcf7-form textarea:focus {background: #ffffeb;}
#content span.wpcf7-not-valid-tip {color: #d01400; font-size: 11px;}
.wpcf7-list-item-label {font-weight:400!important;}
.glsr-twentytwenty form.glsr-form input.glsr-input {padding:10px;}

.vc_toggle {background:#fff; padding:15px!important;}

/*********** footer ***************/
#footer .fa-mobile-alt {display:none;}
#footer {padding:70px 0 0; background:#222222;}
#footer * {color:#fff;}
#footer a:hover, #footer i:hover {color:var(--primary-color);}
#footer h4 {text-transform:uppercase; letter-spacing:1px; }
.small, small {  font-size: 12px;}
.cms-icons .fas {font-size:12px;    }
#footer .col-sm-3 i, .social i {font-size:24px; margin-right:10px; }
#footer strong {    font-weight: 600;}
#footer img {margin-top:30px;}
#footer .footer-3 a {      padding: 5px;    margin-bottom: 10px;  text-decoration:none;       text-decoration: none;       font-family: Kanit, sans-serif;}

.cms-icons { margin-left: 0px; margin-right: 0px;     background:#0c0c0c; }

@media (min-width: 1101px) {
#header .navbar-default .dropdown-menu {    background-color: white; }
#tjanster {padding:50px 100px;}

#stader ul {    column-count: 4;}

/**footer**/
#footer .container {width:100%; max-width:100%; }
.footer-1 {width:50%; }
#text-2, #text-3 {    width: 50%;    float: left;    margin: 0; padding:0 15px;}
.footer-2 {width:20%; }
.footer-3 {width:30%; }
.footer-1 {padding-left:150px;}
.footer-3 {padding-right:150px;}
.footer-4 {width:100%;     display: flex;    justify-content: center;   align-items: center;  background: #141414;    padding: 30px 50px 57px;    margin-top: 50px;}
.footer-4 * {text-align:center;}
#footer img {float:left;     max-width: 239px!important;    max-height: 69px;   object-fit: contain;}
.cms-icons {     padding: 20px 150px;}

}



@media all and (max-width: 1200px)  {
#header .container {width:95%; max-width:95%;}
}

@media all and (max-width: 1100px)  {
.footer-1, .footer-2, .footer-3, .footer-4 {width:100%;}
#footer * {text-align:center;}
#footer .footer-3 a {    margin: 10px auto;}
#footer img {width:200px; margin:30px auto 0;}
}

@media all and (max-width: 767px)  {
.logoholder {width:50%;}
.logoholder a img, #header.menu-scroll .logoholder a img {width:100%;}
#header {top:0;}
#header .container {padding:10px;}
#header .navbar-default {width:50%;}
#header .navbar-default {border-color:transparent!important;}
#header .navbar-default .navbar-collapse, #header .navbar-default .navbar-form {    border-color: transparent;}
#header .navbar-default .navbar-nav>li a {text-align:center;}
.wpb_text_column, .vc_btn3-container, .vc_sep_width_10, .social  {padding:0 15px;}
#start .vc_btn3-container {padding:0;}
.entry-content {    margin-top: 50px;}
.single.sgl-cat-bilar {    padding-top: 50px;}

.mediamobile .vc_grid-item {width:50%; float:left!important;}
#start_inside {       padding: 75px 0 15px 0;}
/*text*/
h1 {font-size:31px; line-height:37px;}
h2 {font-size:24px; line-height:30px;}
h3 {font-size:24px; line-height:34px;}

.empty-space {display:none!important;}
.empty-180  {height:80px!important;}
.reverse {display:flex; flex-direction:column-reverse;}
#above {display:none;}
#tjanster img {margin: 10px 0; height: 285px;}
#recensioner .wpb_raw_html {padding-left:15px;}
.img-mobile img {max-width:150px!important; margin:auto;}
.img-mobile .wpb_single_image.vc_align_left {    text-align: center;}
.logo-car img {   padding-left: 15px; }
#regbevis {    width: 80%;    margin: auto;}
#regbevis * {text-align:center;}
#varfor .wpb_raw_code {padding-left:15px;}
/*footer*/
.cms-icons div:last-child {float: none!important; clear: left; margin-top: -5px;}
#footer .col-sm-3 {margin-bottom:45px;}

} 



html {
  /* Load system fonts */
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI,
    Roboto, Helvetica Neue, sans-serif;

  /* Make type rendering look crisper */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Deactivate auto-enlargement of small text in Safari */
  text-size-adjust: 100%;

  /* Enable kerning and optional ligatures */
  text-rendering: optimizeLegibility;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
}




/* Archive, tags and single posts */
.sgl-cat-bildelar {padding-top:122px;}
.sgl-cat-bildelar h1.entry-title  {display:none;}
.sgl-cat-bildelar #start_inside p {color:#fff; font-size:20px; line-height:30px;}
.bloggheader.dn {display: block !important;}
.entry-meta, .clt, #nav-below, .lb-number {display: none !important;}
.cat-links {font-size: 16px; display: block; margin: 0 0 5px; text-align: center;}
.tag-links {font-size: 16px; display: block; margin: 0 0 50px; text-align: center;}
.single .entry-footer {margin-top: 100px; position: relative; display:none;}
.single .entry-footer::before {content: ""; position: absolute; width: 100px; height: 2px; background: #222; top: -58px; left: 50%; margin-left: -50px;}
.single h1.entry-title a {text-decoration: none; color:#222;}
.archive h1 {margin-top: 30px; padding: 15px 15px 0;}
.archive .archive-meta {padding: 0 15px;}
.archive.tag .entry-title + p {padding: 0 15px;}
.archive-meta p {font-size: 20px; line-height: 1.5; max-width: 1000px;}
.archive h2 {font-size: 24px; margin: 0;}
.archive h2 a {font-weight: 700;}
.archive .cat-links, .archive .tag-links {display: none;}
.archive .post {background: #eceae8; padding: 20px; float: left; width: 48%; margin: 2% 2% 0 0; border-bottom: 2px solid #e3e0dd;}
.archive .post .entry-summary {display: none;}

.cms-icons .fa-bolt {display: none;}

.cms-icons .cms-PB a:hover {text-decoration: underline;}
.cms-icons .cms-PB a {font-weight: 600; text-decoration: none;}
.cms-icons .fa-mobile-alt {display: none !important;}
.cms-icons .cms-SP {float: left; margin: 0;}

/* Contact form response */
.wpcf7 form .wpcf7-response-output {margin: 0 0 35px; padding: 1em; text-align: center; font-size: 16px; line-height: 1;}

/* Popup Fix */
.pp_top, .pp_bottom {display: none !important;}
body div.pp_default .pp_content_container .pp_left {background: transparent; padding: 0;}
body div.pp_default .pp_content_container .pp_right {background: transparent; padding: 0;}
body div.pp_default .pp_nav {display: none !important;}
body div.pp_default .pp_content {background: transparent;}
body div.pp_default .pp_description {font-size: 13px; color: #fff; line-height: 14px;}
body div.pp_default .pp_description {margin: 0;}
div.pp_default .pp_content_container .pp_details {margin: 0; position: absolute; top: -50px; background: transparent;}
div.pp_default .pp_content_container .pp_details .pp_description {display: none !important;}
div.pp_default .pp_content_container .pp_details a.pp_close {right: 0px !important; top: 18px !important;}
div.pp_default .pp_loaderIcon {display: none !important;}
.pp_gallery {display: none !important;}
body div.pp_default .pp_close  {background: url(/files/sprite.png) 2px 1px no-repeat;}
body div.pp_default .pp_next:hover {background: url(/files/sprite_next.png) center right no-repeat; filter: invert(100%);}
body div.pp_default .pp_previous:hover {background: url(/files/sprite_prev.png) center left no-repeat; filter: invert(100%);}

/* Mobile CSS */
@media all and (max-width: 767px)  {
body #CybotCookiebotDialogBodyButtons {max-width: 35%;}
body #CybotCookiebotDialogBodyContent {max-width: 60%;}



/* Archive, tags and single posts */
.section-head.sp {padding-bottom: 1.5vh; padding-top: 1vh;}
.single #content .ikl {margin: -5px 0 35px 0 !important; float: left;}
.archive h2 a {font-weight: 700; font-size: 14px;}
.archive .post {width: 48%; margin: 1%;}

/* Popup Fix Mobile */
div.pp_default .pp_content_container .pp_details a.pp_close {right: 0px !important; top: 32px !important;}
.pp_pic_holder.pp_default { width: 96%!important; margin-top:-100px !important; left: 2%!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left {padding-left: 0!important;}
div.pp_default .pp_content_container .pp_right {padding-right: 0!important;}
.pp_content {width: 100%!important; height: auto!important;}
.pp_fade {width: 100%!important; height: 100%!important;}
a.pp_expand, a.pp_contract, .pp_gallery, .pp_top, .pp_bottom { display: none !important;}
#pp_full_res img {width: 100%!important; height: auto!important; padding: 15px;}
.pp_details {box-sizing: border-box; width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important;}
a.pp_close {right: -10px!important; top: -10px!important;}
body .pp_hoverContainer {width: 100% !important; height: 100% !important;}

}

#content ul {list-style-position: outside;}
body #CybotCookiebotDialogBodyButtonAccept {background-color: #000;   border: 0px solid #006633;}




/******************************************* new menu *********************************************************/

/***** arrow in menu desktop *******/
.arrow-menu button {    position: absolute;    top: 50%;right: 0;    transform: translateY(-50%);     background: transparent;   border: 0;     width: 10px;}
.current_page_item.arrow-menu i, .arrow-menu a:hover + i  {color:var(--primary-color);}
.arrow-menu  {margin-right: 15px;   padding-right: 5px; }

/*************** ändra brytpunkt på mobilmeny *****************/
@media  (max-width: 1200px) {

    #header .navbar-collapse.collapse {
        display: none !important;
    }
    #header .navbar-collapse.collapse.in {
        display:block !important; 
    }
    #header .navbar-header .collapse, #header .navbar-toggle {
        display:block !important;
    }
    #header .navbar-header {
        float:none;
    }

body .navbar-default .navbar-collapse {
    border-color: transparent;
    background: var(--primary-color);
    position: fixed; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.in {
    box-shadow: 60px 0 0 rgba(0,0,0, .5) !important;
     transition: all 1s !important;
}

.navbar-collapse[aria-expanded="true"] {
    left: 0 !important;
     transition: all .5s;
     top: 0;
     height: 100vh !important;
}

.navbar-collapse[aria-expanded="false"] {
    left: -300px !important;
    transition: all .2s;
    top: 0;
    height: 100vh !important;
}
body .collapsing {
    position: fixed;
    height: 100vh !important;
    left: -300px; top: 0;
}
.active .icon-bar:nth-child(2) {
    display: block;
    position: relative;
    transform: rotate(-45deg);
    top: 6px; left: 0;
    transition: all 300ms;
}
.active .icon-bar:nth-child(3) {
   position: relative;
    transform: rotate(45deg);
    transition: all 300ms;
}
.active .icon-bar:nth-child(4) {
   display: none;
}
#header .navbar-default .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
    position: relative;
    z-index: 10;
}
#header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
#header .navbar-default {float: none; margin: .5rem 0 0 0;}

body  .bottommenuwidget {display: block;}
body  .bottommenuwidget p {font-size: 12px; color: #fff; line-height: 1.25;}
#header .navbar-nav {margin: 3rem 10px; float: none;}
#header .navbar-nav li { width: 100%; }

#header .container {width:100%; max-width:100%;}
.menu-main-container {   float: none; height: 100%;
    display: flex;
    align-items: center;     justify-content: center;}

.dropdown-menu {    position: static; display:block; min-width: 100%; }
.dropdown-menu.level-0 a{font-weight:400!important; text-align:center;}

#header .navbar-default .navbar-nav>li a {text-decoration:none; font-size:20px; line-height:30px; }


/*on arrow click, show submenu*/
.arrow-menu button {display:block;}
.arrow-menu{    display: inline-block!important;}
ul.nav li.dropdown > ul.dropdown-menu {max-height:0; overflow:hidden; transition:all .5s ease; padding: 0!important;}
ul.nav li.dropdown > ul.dropdown-menu.openme {max-height:500px;}

.openme + .dropdown-menu {max-height:500px!important;}
.openme i {transform:rotate(180deg);}
.arrow-menu button {      right: 20px; top:25px;}
ul.level-0, ul.level-1, ul.level-2 {    margin-bottom: 0;}
}





/**********************************************************************************************/