.category-list-with-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media(Min-width:768px) {
.category-list-with-images > div {
    width: 50%;
}}

@media(Min-width:1100px) {
.category-list-with-images > div {
    width: 25%;
}}


.irow > div > div > div {
    background-size: cover;
    background-position: center center;
    min-height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:#fff;
    border-radius: 5px;
    position:relative;
}

.irow > div > div > div:before {
content:"";
display:block;
position:absolute;
left:0;
top:0;
height:100%;
width:100%;
background:#000;
opacity:.2;
z-index:0;
pointer-events:none;
}
.irow > div > div > div > div {
z-index:1;
}

.irow h1 {
    color: #fff;
}

.irow {
margin-top:50px;
}





.wpb_animate_when_almost_visible {
    opacity: 1;
}




@media(min-width:992px) {
.hstat {
display:block !important;
}}

.annonssegmenthead {
    z-index: 9999;
    position: relative;
    min-height: 150px;
    padding: 30px 0;
    width:100%;
}

.annonstexthead {
    margin-bottom: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    line-height: 0;
}
.annonstexthead > p {
    display: inline-block;
    margin: 0;
    font-size: 9px;
    font-weight: 600;
}
.annonsrutahead {
    min-height: 110px;
    padding:2px;
    border: 1px solid #ededed;
    overflow: hidden;
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius:4px;
}




section.vc_section.footerannons {
    margin-bottom: 45px !important;
}

@media(max-width:991px) {
section.vc_section.footerannons {
    padding-left: 0px;
    padding-right: 0px;
}}


body > section.vc_section.footerannons {
margin-left:auto !important;
margin-right:auto !important;
}

body > section.vc_section.footerannons .vc_column-inner {

}



.annonsrutafooter {
    min-height: 170px;
    overflow: hidden;
}

.sidebarannonsseg {
margin-bottom:40px;
}

.sidebarannons {
    height: 100%;
    min-height: 400px;
    padding: 2px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}


section.no-results.not-found {
    padding: 40px 0;
}









.cky-switch input[type="checkbox"] {
background-color:#000 !important;
}

.cky-switch input[type="checkbox"]:checked {
background: #d5d5d5 !important;
}


html .cky-preference-header .cky-btn-close {
    min-width: inherit !important;
background-color:transparent !important;
}
html .cky-preference-header .cky-btn-close:hover, html .cky-preference-header .cky-btn-close:focus {
color:inherit !important;
background-color:transparent !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn {
    color: #000 !important;
background-color:transparent !important;
min-width:inherit;
}




.cky-accordion-header .cky-accordion-btn {
    font-weight: 500 !important;
    color: #4d5257 !important;
min-width:inherit;
background-color:inherit !important;
}
html .cky-accordion-header button.cky-accordion-btn:hover, html .cky-accordion-header button.cky-accordion-btn:focus {
background-color:transparent !important;
color:inherit !important;
}


.cky-preference-header .cky-preference-title {
    font-weight: 500 !important;
    text-align: center;
    font-size: 16px !important;
    line-height: 24px;
    color: #4d5257;
}
.cky-prefrence-btn-wrapper .cky-btn {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
border-width:1px;
border-style:solid;
}

html .cky-notice-btn-wrapper {
    background: #ebebeb;
    padding: 30px;
    padding-bottom: 60px;
    margin: 0;
    width: 100%;
}
@media (max-width: 768px) {
.cky-notice-btn-wrapper {
    padding-top: 21px !important;
}}


html .cky-notice-btn-wrapper .cky-btn {
    min-width: 150px;
    line-height: 21px;
    font-size: 14px !important;
    padding: 3px 15px !important;
    padding-top: 3px !important;
    text-align: center;
    color: #272626 !important;
    border-color: #c8c8c8 !important;
    font-weight: 500 !important;
    border-style: solid;
    border-width: 1px !important;
    min-height: 35px;
}

html .cky-notice-btn-wrapper .cky-btn.cky-btn-customize:hover, html .cky-notice-btn-wrapper .cky-btn.cky-btn-customize:focus {
background-color: #cecece !important;
}

@media(min-width:1850px) {
html .cky-notice-btn-wrapper .cky-btn {
    line-height: 24px;
}}

@media (max-width: 768px) {
.cky-notice-btn-wrapper .cky-btn {
    flex: auto;
    max-width: 100%;
    margin-top: 10px;
    white-space: unset;
    line-height: 34px !important;
    font-size: 14px !important;
}}


html .cky-notice-btn-wrapper .cky-btn.cky-btn-customize {
background-color: #cecece !important;
color: #000 !important;
}

@media (min-width: 577px) {
html .cky-notice-btn-wrapper .cky-btn.cky-btn-customize {
    max-width: 50%;
}}
@media (max-width: 576px) {
html .cky-notice-btn-wrapper .cky-btn.cky-btn-customize {
    margin-top: 12px;
}}

html .cky-notice-btn-wrapper .cky-btn.cky-btn-accept, html .cky-notice-btn-wrapper .cky-btn.cky-btn-accept {
    background: #292929 !important;
    border-color: #292929 !important;
    color: #fff !important;
}


.cky-notice-des p:not(.ctit), .cky-notice-des p a {
    font-size: 12.5px !important;
    line-height: 17px;
}
@media(min-width:992px) {
.cky-notice-des p:not(.ctit), .cky-notice-des p a {
    max-width: 406px;
    margin-left: auto;
    margin-right: auto;
}}


html a.cky-policy {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 12px !important;
    background: transparent !important;
    border: none !important;
color:#272626 !important;
}

html .cky-notice .cky-title {
    display: none;
}
html .cky-notice-group {
    flex-wrap: wrap;
justify-content:center;
position:relative;
}

.cky-notice-des {
    text-align: center;
    padding: 50px 30px;
}
@media(max-width:768px) {
.cky-notice-des {
    padding: 35px 20px !important;
}}

.cky-notice-des h6 {
    display: block;
    font-weight: 500;
    font-size: 18.5px !important;
    margin-bottom: 13px;
}
.cky-notice-des p:first-child {
    margin-bottom: 29px;
}
@media(max-width:768px) {
.cky-notice-des p:first-child {
    margin-bottom: 22px;
}}

html .cky-notice-des img {
    width: 159px;
}



html .cky-banner-bottom {
background: rgba(0, 0, 0, .31);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
html .cky-banner-bottom {
    padding: 0 10px;
}}


html .cky-consent-container .cky-consent-bar {
    padding: 0;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
overflow:hidden;
    border: none;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .22);
}

.cky-footer-wrapper > div:last-child {
    display: none !important;
}
.cky-accordion-header .cky-always-active {
font-weight:300 !important;
    color: #568732 !important
}



html .cky-footer-wrapper button.cky-btn.cky-btn-accept:hover, html .cky-footer-wrapper button.cky-btn.cky-btn-accept:focus {
border-color: #000;
background-color: #000 !important;
}

.cky-preference-header .cky-btn-close img {
width: 19px !important;
}



html .cky-preference-content-wrapper, html .cky-gpc-wrapper .cky-gpc-desc {
    padding: 15px 0;
}
html .cky-preference-content-wrapper, html .cky-gpc-wrapper .cky-gpc-desc:not(.ctit), html .cky-notice-des *, html .cky-preference-content-wrapper *, html .cky-accordion-header-des *, html .cky-gpc-wrapper .cky-gpc-desc * {
    font-size: 13px;
    line-height: 18px;
}
html .cky-preference-header {
    padding: 12px 24px;
}

@media(max-width:576px) {
html .cky-prefrence-btn-wrapper {
    padding: 15px 15px;
}}

html .cky-accordion-chevron {
    margin-right: 17px;
}


@media (max-width: 845px) {
.cky-modal {
    max-width: calc(100% - 16px) !important;
    max-height: calc(100% - 16px) !important;
}}

.cky-btn-preferences {
    display: none !important;
}

html .page-id-16007 .cky-banner-bottom, html .page-id-16007 .cky-overlay.cky-hide {
display:none !Important;
}

.cky-hide{display:none!important}

/*Cookie*/
/*Cookie*/




.single-blogg .entry-featured .post-image {
    margin-bottom: 30px;
}









html {
  box-sizing: border-box;
margin-top: 0 !important;
}
a {
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  color: #000;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #f4f4f4;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-weight: normal;
  font-family: "Arial";
  letter-spacing: 0.016em;
}

@media(min-width:992px) {
body {
/*
background: rgba(255, 255, 255, 0.85);
box-shadow: 0 0px 7px rgba(0,0,0,.07);
width:1600px;
margin-left:auto;
margin-right:auto;
max-width:calc(100% - 60px);*/
}}
@media(min-width:1200px) {
body {
/*max-width:calc(96% - 60px);*/
}}
@media(min-width:1400px) {
body {
/*max-width:calc(96% - 60px);*/
}}

@media(min-width:2000px) {
body {

}}


@media(min-width:992px) {
html {

}}



.site {
  position: relative;
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  clear: both;
  line-height: 1.1;
  margin: 0 0 15px;
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 36px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 25px;
}
h6, .h6 {
  font-size: 19px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  border-radius: 0;
}
table th {
  color: #000;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 700;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #000;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  box-shadow: none;
}
ins {
  border: none;
  text-decoration: none;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 30px;
}
ol li {
    margin-bottom: 15px;
}

ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
}
blockquote {
  background-color: #dde1e4;
  border-left: 5px solid #000;
  font-size: 24px;
  line-height: normal;
  padding: 20px 26px;
  color: #000;
}
@media screen and (min-width: 992px) {
  .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }
  .flex .flex-col {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .flex-two {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-flow: row wrap;
  }
  .flex-two .flex-col {
    flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
input[type="text"]:not(.hsinput), input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  color: rgba(0, 0, 0, 0.45);
  padding: 15px 24px;
  line-height: normal;
  font-size: 16px;
  letter-spacing: 0.016em;
  transition: all 300ms linear 0ms;
  width: 100%;
  outline: none;
}
select {
  height: 47px;
}
textarea {
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 195px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #000;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  height: 145px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: medium none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 0;
  text-align: center;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
.select2 .select2-selection--single {
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  transform: translate(0px, -50%);
}

form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #000;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f312";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  color: #000;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select.open .list {
  padding: 5px;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: rgba(0, 0, 0, 0.87);
}
.nice-select .list .selected {
  color: #000;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  transition: all 0.2s;
  border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}


#site-header-wrap {
  position: relative;
  z-index: 999;
}

#site-header-wrap .site-branding {
  position: relative;
}
#site-header-wrap .site-branding a {
  line-height: 0;
  float: left;
}
#site-header-wrap .site-branding a:not(.logo-light) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}




#headroom.headroom--up, #headroom.headroom--down {
  transition: all 400ms linear 0ms;
}
#headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 1001;
}
#headroom.headroom--unpinned:not(.headroom--top) {
  transform: translateY(-200px);
}
#headroom.headroom--pinned:not(.headroom--top) {
  transform: translateY(0px);
}
.admin-bar #headroom.headroom--pinned:not(.headroom--top), .admin-bar #headroom.headroom--unpinned:not(.headroom--top) {
  top: 32px;
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    transition: all 300ms linear 0ms !important;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    white-space: nowrap;
    margin: 0 16px;
  }
  .primary-menu > li > a {
    color: #000;
    line-height: 70px;
    font-size: 15px;
    display: block;
    font-weight: normal;
    position: relative;
    padding: 0;
    letter-spacing: 0.03em;
  }
  .primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #000;
  }
  .primary-menu > li.menu-item-has-children > a:after {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
    padding-left: 4px;
    font-weight: normal;
  }
  .primary-menu > li .link-icon {
    margin-right: 6px;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    padding: 15px;
    top: 100%;
    left: 0;
    margin-top: 15px;
    min-width: 235px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    transition: all 300ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #000;
    background-color: #f5f5f5;
  }
  .primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: -10px;
    clip: inherit;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: calc(100% + 30px);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms linear 0ms;
    z-index: -1;
  }
  .main-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu > li > a {
    font-weight: 700;
  }
  .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #000;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    height: 0;
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .primary-menu-not-set {
    margin: 0;
    list-style: none;
  }
  .primary-menu-not-set a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu-not-set a:hover {
    color: #000;
  }
  #main-menu-mobile .btn-nav-mobile {
    color: #282828;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    position: relative;
    transition: all 300ms linear 0ms;
  }
  #main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #282828;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 18px;
    top: 41px;
  }
  #main-menu-mobile .btn-nav-mobile:before {
    top: 29px;
  }
  #main-menu-mobile .btn-nav-mobile span {
    top: 35px;
  }
  #main-menu-mobile .btn-nav-mobile.opened:before {
    top: 35px;
    transform: rotate(45deg);
  }
  #main-menu-mobile .btn-nav-mobile.opened:after {
    transform: rotate(-45deg);
    top: 35px;
  }
  #main-menu-mobile .btn-nav-mobile.opened span {
    display: none;
  }
  .main-menu-toggle {
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 19px;
  }
  .main-menu-toggle:before, .main-menu-toggle:after {
    content: "";
    position: absolute;
    background-color: #222;
  }
  .main-menu-toggle:before {
    height: 11px;
    left: 9px;
    top: 5px;
    width: 1px;
  }
  .main-menu-toggle:after {
    height: 1px;
    left: 4px;
    top: 10px;
    width: 11px;
  }
}

.updated:not(.published) {
  display: none;
}
.entry-featured {
  position: relative;
}
.entry-featured .post-image {
  margin-bottom: 15px;
}
.entry-featured .post-image a {
  width: 100%;
}
.entry-featured .post-image a, .entry-featured .post-image span {
  display: inline-block;
}
.entry-featured .post-image img {
  width: 100%;
}
.entry-featured .entry-video, .entry-featured .cms-carousel {
  margin-bottom: 30px;
}


.archive .entry-holder .entry-content {
    margin-bottom: 15px;
}
.archive .single-hentry {
    margin-bottom: 45px;
}



.single-hentry {
  margin-bottom: 60px;
}
.single-hentry:last-child {
  margin-bottom: 0;
}
.single-hentry .entry-title {
  font-size: 28px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .single-hentry .entry-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-hentry .entry-more {
  margin-top: 30px;
}
.single-hentry .entry-more .cms-icon-plus {
  margin-right: 7px;
}
.single-hentry .entry-more a:hover i:before, .single-hentry .entry-more a:hover i:after {
  background-color: #f4f4f4;
}
.single-hentry .entry-tags a:after {
  content: ",";
}
.single-hentry .entry-tags:last-child:after {
  content: "";
}

.single-hentry .entry-meta li {

}
.entry-video iframe, .entry-video .wp-video {
  width: 100% !important;
}
.entry-meta li {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 6px;
  color: #616161;
}
.entry-meta li a {
  color: #000;
  font-weight: 500;
}
.entry-meta li a:hover {
  color: #f4f4f4;
}
.entry-meta li + li {
  padding-left: 16px;
}
.entry-meta .fa-thumb-tack {
  margin-right: 4px;
}
.posts-pagination {
  text-align: center;
}
.posts-pagination .page-numbers {
  text-align: center;
  display: inline-block;
}
.posts-pagination .page-numbers + .page-numbers {
  margin-left: 16px;
}
.posts-pagination.style-default .page-numbers {
  height: 50px;
  width: 50px;
  line-height: 46px;
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
}
.posts-pagination.style-default .page-numbers.current, .posts-pagination.style-default .page-numbers:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.single-post .single-hentry {
  margin-bottom: 0;
}
.single-post .single-hentry.single-hentry-construction .entry-holder {
  margin-top: -16px;
}
.single-post .single-hentry.single-hentry-construction .entry-content img {
  margin-top: 33px;
  margin-bottom: 33px;
}
.single-post .entry-featured .post-image {
  margin-bottom: 35px;
}
.single-post #pagetitle h1.page-title {
  line-height: normal;
}
.single-post .entry-content .h6 {

}
.single-post .entry-content h3 {

}
.single-post .entry-content p {
  margin-bottom: 18px;
}
.single-post .entry-content img {
  margin-top: 7px;
  margin-bottom: 7px;
}
.single-post .entry-meta {
  margin-bottom: 8px;
}
.single-post .entry-holder {
  padding: 0;
}
.widget {
  margin-bottom: 32px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}
.widget.rm-margin1 {
  margin-bottom: 14px;
}
.widget.rm-margin2 {
  margin-bottom: 20px;
}
.logged-in .hide-logged {
  display: none;
}
ul.menu {
  list-style: none;
  margin: 0;
}
.widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
}
#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
  padding-left: 0;
}
#content .widget_categories ul li, #content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_archive ul li, #content .widget_meta ul li {
  font-size: 0;
  line-height: 0;
}
#content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
  font-size: 18px;
  line-height: 1.777;
  color: #000;
}
#content .widget_categories ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_archive ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_categories ul li > a:hover, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_archive ul li > a:hover, #content .widget_meta ul li > a:hover {
  color: #000;
}
#content .widget_categories ul.sub-menu li, #content .widget_nav_menu ul.sub-menu li, #content .widget_pages ul.sub-menu li, #content .widget_archive ul.sub-menu li, #content .widget_meta ul.sub-menu li {
  padding-left: 0;
}
#content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
  font-size: 14px;
  line-height: normal;
}
.tagcloud a {
background-color: #0ebad6;
color:#fff;
    border: 1px solid #0ebad6;
    border-radius: 34px;
    display: inline-block;
    font-size: 12px !important;
    line-height: 28px;
    padding: 0 10px;
    margin-bottom: 8px;
    margin-right: 4px;
    font-weight: 600;
}
.tagcloud a:hover, .tagcloud a:focus {
    color: #fff;
    border-color: #005a86;
    background-color: #005a86;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
    padding: 0.8075em 0;
    padding-top: 0;
    font-size: 0.875em;
    font-style: italic;
    font-weight: 500;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}

.logged-in-as a {
  color: #616161;
}
.logged-in-as a:hover {
  color: #000;
}
.cms-grid .item-featured img {
  width: 100%;
}
.cms-grid .cms-grid-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  transform: translateY(200px);
}
.cms-grid .cms-load-more {
  margin-top: 35px;
}
.cms-grid .item-title {
  font-size: 24px;
  line-height: 1.33;
}
.cms-grid .item-title a {
  color: inherit;
}
.cms-grid .item-title a:hover {
  color: #000;
}
@media screen and (max-width: 991px) {
  .cms-grid .cms-grid-inner {
    margin: 0 -15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item {
    padding: 15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item .grid-item-inner {
    margin-top: 0 !important;
  }
}
.cms-grid .cms-grid-pagination {
  margin-top: 35px;
}
.cms-grid .item-featured a {
  display: block;
}
.grid-filter-wrap {
  margin-bottom: 38px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 10px 0;
  padding: 0 16px;
  transition: all 300ms linear 0ms;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.33);
}
.grid-filter-wrap.align-left span:first-child {
  padding-left: 0;
}
.grid-filter-wrap.align-right span:last-child {
  padding-left: 0;
}
.grid-filter-wrap.filter-secondary span.active, .grid-filter-wrap.filter-secondary span:hover {
  color: #000 !important;
}
.grid-filter-wrap.filter-primary span.active, .grid-filter-wrap.filter-primary span:hover {
  color: #000 !important;
}
.grid-filter-wrap.filter-small {
  margin-bottom: 48px;
}
.grid-filter-wrap.filter-small span {
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
}
.grid-filter-wrap.filter-general {
  border-bottom: 1px solid #101010;
  position: relative;
  margin-bottom: 38px;
  padding-bottom: 14px;
}
.grid-filter-wrap.filter-general:before {
  content: "";
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.grid-filter-wrap.filter-general .filter-item {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}
.grid-filter-wrap.filter-general .filter-item.active, .grid-filter-wrap.filter-general .filter-item:hover {
  color: #000 !important;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 21px;
  display: inline-block;
  width: inherit;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
  content: "\f2f9";
  right: 15px;
  font-size: 15px;
}
.select-order-wrap {
  margin-left: 15px;
}
.item-order {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.owl-nav {
  text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  color: #a2a2a2;
  display: inline-block;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  transition: all 300ms linear 0ms;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  color: #000;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  border-radius: 9px;
  background-color: #a2a2a2;
  display: inline-block;
  height: 9px;
  margin: 0 4px;
  width: 9px;
  transition: all 300ms linear 0ms;
}
.owl-dots .owl-dot.active {
  background-color: #000;
}
.cms-carousel-filter {
  margin-bottom: 25px;
  /* Page Loading */
}
.cms-carousel-filter .cms-filter-item {
  font-size: 24px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.33);
  transition: all 300ms linear 0ms;
  margin: 0 38px 10px 0;
  display: inline-block;
}
.cms-carousel-filter .cms-filter-item.cms-filter-active, .cms-carousel-filter .cms-filter-item:hover {
  color: #000;
  cursor: pointer;
}
.owl-carousel.hide-nav .owl-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .vc_column_container > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  border-radius: 2px 2px 0 0;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #000;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  border: none;
}
@media screen and (min-width: 1200px) {
  .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.item-meta {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container {
  /* Accordion */
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion {
  /* Tabs */
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel {
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading {
  border: 3px solid #000;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 24px;
  line-height: normal;
  color: #000;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 10px 55px 10px 27px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 27px;
  border-radius: 22px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: 2px solid #000;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  content: "";
  border: none;
  background-color: #000;
  position: absolute;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  width: 10px;
  height: 2px;
  left: 4px;
  top: 8px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  height: 10px;
  width: 2px;
  top: 4px;
  left: 8px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-body {
  background-color: #000;
  padding: 0 27px 27px 27px;
  font-size: 15px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.87);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  color: #fff;
  background-color: #000;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 21px 30px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  border-color: #fff;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  background-color: #fff;
  display: block;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  left: 4px;
  top: 8px;
  transform: rotate(45deg);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  left: 8px;
  top: 4px;
  transform: rotate(45deg);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 2px solid #000;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  padding: 10px 32px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background-color: #000;
  color: #fff;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs {
    /* Tab Tour */
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel {
    box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: 3px solid #000;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 24px;
    line-height: normal;
    color: #000;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 10px 27px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
    height: 22px;
    width: 22px;
    right: 27px;
    border-radius: 22px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border: 2px solid #000;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    content: "";
    border: none;
    background-color: #000;
    position: absolute;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    width: 10px;
    height: 2px;
    left: 4px;
    top: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    height: 10px;
    width: 2px;
    top: 4px;
    left: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 0 27px 27px 27px;
    border-width: 0 3px 3px;
    border-style: solid;
    border-color: #000;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    display: block;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    left: 4px;
    top: 8px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container {
    border-top: none !important;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    color: rgba(255, 255, 255, 0.66);
    padding-left: 0;
    padding-right: 0;
  }
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a {
  border: none;
  padding: 0;
  color: #c5c5c5;
  font-size: 24px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab.vc_active a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a:hover {
  color: #000;
}
@media screen and (min-width: 992px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container {
    padding-right: 60px;
  }
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panel-body {
  border: none;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a {
    font-size: 18px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels {
    border: 1px solid #e0e0e0;
    border-bottom: none;
    background-color: #fff;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
    border: none;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 24px;
    border-bottom: 1px solid #e0e0e0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #c5c5c5;
    text-align: center;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #000;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:last-child() .vc_tta-panel-heading .vc_tta-panel-title {
    border-bottom: none;
  }
}

@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .col-offset-left > .vc_column-inner {
    padding-left: 30px !important;
  }
  .col-offset-right > .vc_column-inner {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 991px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-content {
  padding: 85px 0;
  position: relative;
}
.widget .widget-content ul {
  margin: 0;
  list-style: none;
}
.widget-title, .comment-reply-title, .comments-title, .section-title {
  font-size: 20px;
  margin-bottom: 26px;
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
.vc_column_container > .theiaStickySidebar > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.vc_row.vc_row-fluid > .wpb_column {
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .entry-content > .vc_row > .float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
}







.mittrow  {
margin-bottom:50px;
}

.nyhetgrid {
    margin-bottom: 55px;
}

.ntitel {
    font-size: 30px;
    margin-bottom: 10px;
}

@media(max-width:767px) {
.ntitel, .hfeed div.entry-holder .h4 {
    font-size: 22px;
}}

body #content .ntitel a {
color: inherit;
}
body #content .ntitel a:hover {
opacity:.8;
}

body #content .ntitel a:after {
	    font-size: 18px;
    content: "\f301";
    right: 15px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
font-weight:300;
margin-left:12px;
}

.ndatum {
    margin-bottom: 15px;
    text-transform: uppercase;
}




.cent {
text-align:center;
}
.titmarg {
margin-bottom:45px !important;
}

.rotseg {
padding-bottom: 50px !Important;
padding-top: 70px;
}

@media(max-width:991px) {
.rotseg {
padding-top: 60px;
padding-bottom:40px !important
}}

body:not(.home) .rotseg {
padding-top: 30px;
}


.wpb_content_element.fsintrotext {
    font-size: 17px;
    line-height: 24px;
	/*margin-bottom:50px;*/
}
@media(min-width:992px) {
.fsintrotext {
    padding-right: 10px;
}}

.fsintrotext h3.h4, .prodtit {
font-size:30px;
}
 
.vc_section.sidebarseg > .vc_row-fluid > div:first-child > div:first-child .vc_row-fluid:first-child .fsintrotext:first-child h3.h4 {
border-bottom: 1px solid #e4e4e4;
    padding-bottom: 9px;
    margin-bottom: 30px;
}

@media(Max-width:767px) {
.fsintrotext h3.h4, .prodtit {
font-size:30px;
}}


.fsintrobild img {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
}

@media(min-width:992px) {
.fsintrobild {
text-align:center !important;
}}

.fsintrotext h4 {
    font-size: 22px;
    margin-bottom: 6px;
}




.vc_section.fsintroseg {
    margin-bottom: 50px;
}

@media(max-width:991px) {
.vc_section.fsintroseg {
    margin-top: -50px;
margin-bottom:30px;
}}






.trow {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
    border-radius: 8px;
    margin: 0;
    margin-bottom: 30px;
overflow:hidden;
}

.trow > .vc_column_container > .vc_column-inner {
padding:0 !important;
}

.trow .wpb_single_image {
margin-bottom:0 !important;
}
.trow .tndiv {
padding:30px;
margin-bottom:0!Important;
}

@media(max-width:991px) {
.trow .wpb_single_image {
text-align:center !important;
}}
@media(max-width:991px) {
.trow .wpb_single_image img {
max-height:100px;
margin-bottom:15px;
margin-top:-15px;
}}







.kpdiv {
margin-bottom: 45px !important;
    font-size: 15px;
    line-height: 20px;
}
.kpdiv p {
    margin-bottom: 5px;
}



.kpdiv {

}








.olist {
    margin-bottom: 18px;
}

.olist i {
    background: #f4f4f4;
    color: #fff;
    height: 24px;
    width: 24px;
    border-radius: 30px;
    font-size: 17px;
    line-height: 24px;
text-align:center;
position:absolute;
	left:0;
top:0px;
}

@media(max-width:767px) {
.olist i {

}}

.olist p {
    position: relative;
    padding-left: 40px;
    max-width: 400px;
    display: inline-block;
    margin-right: 17px;
font-size:15px;
font-weight:400;
}

.obild {
    border-radius: 8px;
    overflow: hidden;
}

.odiv h3 {
    margin-bottom: 30px;
}

.klogos .wpb_single_image img {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
    border-radius: 5px;
}

@media (max-width: 991px) {
.klogos .wpb_single_image img {
    max-height: 83px;
}}

@media (min-width: 768px) {
.okdiv {
text-align:right;
}}


.okrow iframe {
width:100%;
border-radius:7px;
overflow:hidden;
box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
.okrow iframe {
max-height:300px;
}}


.okrow {
    padding-bottom: 50px;
    padding-top: 65px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background: #f3f3f3;
}
@media (max-width: 767px) {
.okrow {
padding-top:50px;
padding-bottom:35px;
}}


.okrow .titmarg h6 {
    margin-bottom: 11px;
    font-weight: 600;
}

.prisff {
    max-width: 336px;
}





section.nrow {
    padding-bottom: 50px;
    padding-top: 50px !important;
}
@media (max-width: 767px) {
.nrow {
padding-top:15px;
padding-bottom:35px;
}}







.nice-select .option {
    padding: 8px 11px;
}




.nyhetertitel.cent {
    margin-bottom: 50px;
}

.nyhetertitel h3.h6 {
    font-weight: 300;
    font-size: inherit;
    letter-spacing: inherit;
    margin-bottom: 10px;
}

.nhwrap {
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
/*box-shadow: 0px 0px 5px rgba(0, 0, 0, .08);*/
margin-bottom:15px;
}
.nhbild {
margin-bottom:12px;
}
.nhbild {
margin-bottom:12px;
    border-radius: 6px;
    overflow: hidden;
}
.nhbild img {
transition:.15s ease;
transform:scale(1.0);
}
.nhbild:hover img {
transform:scale(1.05);
}

.nd {
 /*   padding: 15px;*/
}
.nhwrap .item-content {
}




.doljdiv {
display: none !important;
}

.wpcf7 form .wpcf7-response-output {
font-size: 12px !important;
    border: 1px solid #f2f2f2 !important;
}

@media (max-width: 991px) {
.wpcf7 .col-lg-6 {
padding-left: 15px !important;
padding-right: 15px !Important;
}
}




.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f4f4f4;
    color: #fff;
    font-size: 13px;
    line-height: 29px;
    border-width: 1px;
    margin-top: 32px;
    min-height: 35px;
    width: calc(100% - 130px);
    margin-left: 0;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    color: #fff;
    text-align: left;
    font-size: 15px;
}


@media (max-width: 767px) {
body {

}
}


.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0;
}














.ensamrow {
padding-top: 50px;
padding-bottom: 50px;
}


.fullcrow > .vc_col-sm-12 {
max-width: 100% !Important;
}
.fullrow > .vc_col-sm-12 {
max-width: 100% !Important;
padding: 0 !important;
}
.brow > .vc_col-sm-12 {
max-width: 1270px !Important;
}
.fullrow > .vc_col-sm-12 > .vc_column-inner {
padding: 0 !Important;
}


section.vc_section.kortrow > .vc_row-fluid {
/*max-width: 1000px;*/
}


section.vc_section.fullrow > .vc_row-fluid {
max-width: 100%;
}

.vc_section {
margin: inherit !important;
}

@media (min-width: 992px) {
#puur > .vc_row-fluid {
display: flex;
}
}

@media (min-width: 992px) {
#puur > .vc_row-fluid > .vc_col-sm-9 {
    order: 2;
}
}
@media (min-width: 1200px) {
#puur > .vc_row-fluid > .vc_col-sm-9 {
    padding-left: 25px;
}
}

@media (min-width: 992px) and  (max-width: 1200px) {
#puur > .vc_row-fluid > .vc_col-sm-9 {
width: 72%;
}
}

.sbrow > .vc_row-fluid > .vc_col-sm-9 > .vc_column-inner > .wpb_wrapper > .vc_row-fluid {
margin-bottom: 40px;
}
.sbrow > .vc_row-fluid > .vc_col-sm-9 > .vc_column-inner > .wpb_wrapper > .vc_row-fluid:last-child {
margin-bottom: 0px;
}



@media (max-width: 991px) {
#puur > .vc_row-fluid > .vc_col-sm-3 {
width: 100%;
padding-top: 50px;
}
}
@media (max-width: 991px) {
#puur > .vc_row-fluid > .vc_col-sm-9 {
width: 100%;
}
}

@media (min-width: 992px) {
.omformbild, .omformdiv {
margin-bottom: 0 !important;
}
	}







@media (min-width: 768px) {
.kontcol {
    border-left: 1px solid #e4e4e4;
	padding-left: 15px;
}}

@media (min-width: 992px) {
.kontcol {
	padding-left: 30px;
}}


@media (max-width: 767px) {
.kontcol .kontaktdiv {
    border-top: 1px solid #e4e4e4;
	padding-top: 30px;
margin-bottom: 50px;
}}




.kontaktdiv {
line-height: 31px;
	}

.kontaktdiv i {
    font-size: 14px;
}





.kontaktrow {
    padding-top: 100px;
    padding-bottom: 70px;
}


.levrow {
    padding-bottom: 70px;
    border-top: 1px solid #ededed;
    padding-top: 70px;
}

@media (max-width: 991px) {
.levrow {
    padding-top: 50px;
padding-bottom:35px;
}}













body:not(.archive) .content-row #primary {
padding: 0px;
}

.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12  {
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

.entry-content > .vc_row.wpb_row.vc_row-fluid, .post-type-content-inner > .vc_row.wpb_row.vc_row-fluid {
position: relative;
margin-left: auto;
margin-right: auto;
}


@media (min-width: 992px) {
.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12, .entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12 {
    max-width: 1040px;
    margin-left:15px;
}
	 }

@media (min-width: 2000px) {
.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12, .entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12 {
    max-width: 1600px;
}
	 }

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}


.grecaptcha-badge {
display: none !Important;
}

.recaptcha {
    font-size: 10px;
    max-width: 390px;

    line-height: 15px;
    margin-top: -1px;

}
body #content p.recaptcha a {
color:#000;
}

.kontaktfrow .recaptcha {
    color: rgba(238, 238, 238, 0.728);
    margin-bottom: 15px;
    text-align: right;
    max-width: 800px;
    margin-left: auto;
    padding-left: 30px;
}






.titeldiv {
    text-align: center;
    margin-bottom: 50px !important;
}

.titeldiv p {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.titeldiv h4 {
    color: #f4f4f4;
    margin-bottom: 5px;
}





.borderr img {
    border-radius: 8px;
}

@media (max-width: 991px) {
.bildhoger {
text-align: left !important;
}
	}

.br img {
border-radius: 8px;
}

.bildborder img {
box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    max-height: 400px;
    border-top: 2px solid #f4f4f4;
overflow: hidden;
}


.omsidabilder .wpb_single_image img {
    max-height: 360px;
    -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    border: 6px solid #f4f4f4;
}

.omsidabilder {
    height: 309px;
    margin-bottom: 30px;
}

.omsidabilder .wpb_single_image {
    left: 0;
    right: 0;
    text-align: center;
}

.omsidabilder .wpb_single_image:nth-child(1) {
    position: absolute;
    z-index: 6;
}
.omsidabilder .wpb_single_image {
    left: 0;
    right: 0;
    text-align: center;
}
.omsidabilder .wpb_single_image:nth-child(2) {
    position: absolute;
    top: 120px;
    left: -150px;
    z-index: 6;
}








.topbar ul {
    display: inline-block;
    margin-bottom: 0;
list-style-type: none;
}

.topbar .tbh > li:first-child {
    padding-left: 10px;
}
.topbar .tbh > li:last-child {
    padding-right: 0px;
}
.topbar .tbh > li {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    vertical-align: top;
    display: flex;
    white-space:nowrap;
}
.topbar .tbh > li > a {
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
text-align:center;
padding: 0px 0px;
transition:.1s;
}
.topbar .tbh > li > a:hover {
opacity:.55;
}

a.fbtn {
display: block;
    padding: 3px 25px;
    padding-bottom: 4px;
    border: 1px solid #005a86;
    background-color: #005a86;
    background-color: #0ebad6;
    border-color: #0ebad6;
    color: #fff;
    line-height: 19px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12.5px;
    min-width: 112px;
    text-align: center;
    float: left;
    border-radius: 30px;
}

@media(min-width:992px) {
.headroom--down a.fbtn, .headroom--up a.fbtn {
        padding: 0px 20px;
        padding-bottom: 1px;
        min-width: 97px;
        font-size: 11px;
        transition: 0s !important;
    }}

.fbtn:hover, .fbtn:focus {
background:#005a86 !important;
color:#fff !important;
border-color:#005a86 !important;
transition:.1s ease !important;
}

/*
.fbtn:after {
content: "\f2fb";
    font-family: "Material-Design-Iconic-Font";
    font-size: 19px;
    font-weight: 300;
    margin-left: 20px;
    display: inline-block;
    vertical-align: -2.7px;
}*/

@media(max-width:991px) {
.tbsk {
    position: absolute;
    right: 65px;
    right:46px;
    top: 22px;
}}

@media(min-width:992px) {
.tbsk {
    display: flex;
    align-items: center;
    float: right;
    position: absolute;
    right: 0px;
    transform: translateY(5px);
}}

@media(min-width:992px) {
.headroom--up .tbsk, .headroom--down .tbsk {
    transform: translateY(7px);
}}



@media(min-width:992px) {
form.hsok {
    display: flex !important;
    justify-content: flex-end;
    width: 28px;
margin-right:-11px;
    transition: .1s ease;
}}
.hsok:hover {
    width: 140px;
}
.hsinput {
    width: 0px;
    border: none;
padding:0;
padding-left:6px;
transition:.1s ease;
background:transparent;
opacity:0;
font-size:13px;
height:27px;
}
.hsinput {
transform: translateY(2px);
}
.hsok:hover .hsinput {
opacity:1;
    width: 110px;
border-bottom:1px solid #ededed;
}

.bsok {
padding:0;
height:24px;
margin:0px 5px;
    border: none;
    background: transparent;
cursor:pointer;
}
.bsok img {
    border: none;
    background: transparent;
margin-bottom:-5px;
height: 14px !important;
    width: 14px !important;
    min-width: 14px;
}








.topbar .tbv li {
    display: inline-block;
padding-right: 15px;
}

.topbar > .container > ul > li > a { 
    color: #777070 !important;
}
.topbar ul li a strong { 
color:#fff !important;
}

.topbar .tbh {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}


.tbh img {
    height: 16px;
    margin-top: -2px;
    margin-right: 0px;
}






.banrow {
    padding-bottom: 100px;
}




.distrow {
    padding-bottom: 60px;
}

.distrow > .vc_col-sm-12 {
max-width: 1270px !important;
}










.tjanst .tlank {
content:"";
 position: absolute;
 height: 100%;
    width: 100%;
top: 0;
left: 0;
font-size: 0px;
    display: none;
z-index: 99;
}


section.distrow > div.tjansterrow {
    max-width: 930px;
}

@media (max-width: 991px) and (min-width: 600px) {
.tjansterrow > .vc_col-sm-3 {
width: 50% !important;
    display: inline-block;
    float: left;
}
}





.tjansterrow .vc_column-inner {

}


.tbild img {
    border-radius: 100%;
    border: 6px solid #e7e7e7de;
    height: 129px;
}

.tbild {
    margin-bottom: -35px !important;
    text-align: center !important;
}
.tjansterrow > .tjanst .wpb_text_column {
background: #f4f4f4;
color:#fff;
padding: 50px 20px;
padding-top:65px;
border-radius:8px;
}


.tjanst {
margin-bottom: 30px !important;
}

.tjanst .tjanstdiv {
    color: #fff !important;
    position: relative;
    overflow: hidden;
    height: 400px;
    background: linear-gradient(transparent,rgba(0,0,0,.5));
}

.tjanst .tjanstdiv .tjanstcont {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 0;
    padding: 30px 30px;
    height: 100%;
    transition: .6s;
   transform: translateY(0%);
}

@media (max-width: 991px) {
.tjanst .tjanstdiv .tjanstcont {
display: none;
}}




.tjanst .tjanstdiv h5 {
    font-size: 18px;
color:#fff;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
.tjanst .tjanstdiv h5 {
    font-size: 22px;
}}

.tjanst .tjanstdiv .tjanstcont h4 {
    margin-bottom: 0;
    position: absolute;
    bottom: 28px;
    left: 30px;
    width: calc(100% - 60px);
    color: #fff;
    font-size: 22px;
}

@media (min-width: 992px) {
.tjanst .tjanstdiv .tjansthover {
    padding: 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2b2b2b;
    transition: transform .6s;
    transform: translateY(100%);
}
}

@media (max-width: 991px) {
.tjanst .tjanstdiv .tjansthover {
    padding: 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0%);
background: linear-gradient(transparent,rgba(0,0,0,.5));
}
}



.tjanst .tjanstdiv h5 {
margin-bottom: 15px;
}
.tjansthcont {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
}


@media (min-width: 992px) {
.tjanst .tjanstdiv:hover .tjanstcont {
    transform: translateY(-100%);
}}

@media (min-width: 992px) {
.tjanst .tjanstdiv:hover .tjansthover {
    transform: translateY(0%);
}}


.tjanst .btn {
margin-top: 11px;
color:#fff;
}

.tjanst .btn:focus, .tjanst .btn:hover, .tjanst .btn:focus::after, .tjanst .btn:hover::after {
    color: #403d3d !important;
}

















.omcont {
    overflow: hidden;
    min-height: 400px;
    font-weight: 300;
    background-size: cover !important;
    background-position: 50% 21% !important;
    position: relative;
    color: #fff;
margin-bottom: 0 !important;
}

.omcont .btn {
    margin-top: 20px;
color:#fff;
}

.omcont h5 {
    color: #fff;
}
.omcont > div {
    position: absolute;
    z-index: 9;
    max-width: 430px;
    padding: 30px;
    padding-bottom: 21px;
    width: 100%;
    bottom: 0;
}




















.omrow .omdiv {
text-align: center;
}
.omdiv h2 {
    position: relative;
    margin-bottom: 50px !important;
    max-width: 342px;
}
.omdiv em {
    color: #f4f4f4;
    border-bottom: 2px solid;
    font-style: normal;
}


.omdiv i {
    background: #f4f4f4;
    color: #fff;
    height: 34px;
    width: 34px;
    border-radius: 30px;
    font-size: 28px;
    line-height: 34px;
    margin-left: 16px;
}





.knappdiv .btn {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px);
}

.knappdiv {
    margin-top: 30px;
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
}






.nyhetbild {
    height: 250px;
    background-size: cover !Important;
    display: block;
}


@media (min-width: 992px) {
.introtext p {
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
	}


.relateradeinlagg {
margin-top: 70px;
padding-top: 70px;
    padding-bottom: 60px;
    background: #f5f5f5;
}

.relateradeinlagg .container {
    padding-left: 30px;
    padding-right: 30px;
}

.vc_wp_custommenu {
    margin-bottom: 0;
}

.anstalldbild {
    height: 288px;
    margin-bottom: 0 !important;
    background-size: cover;
    background-position: 100% 22%;
}

@media (max-width: 1150px) {
.anstalldbild {
    height: 360px;
}
	}

.nyhetrow {
    padding-bottom: 70px;
    padding-top: 70px;
}


.nyhet {
    display: flex;
}
.usnyhetbild {
     position: relative;
    float: left;
    display: inline-block;
    margin-right: 10px;
    max-width:26%;
}
.usnyhetbild img {
    max-height: 160px;
    border-radius:4px;
}



.usnyhet {
    display: inline-block;
}

.nyhetp {
    font-size: inherit;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
font-size:15px;
}

.nyhetp a {
}
.nyhetp a:after {
    font-family: fontawesome;
    content: "\f105";
    line-height: 4px;
    padding-right: 10px;
    font-weight: 300;
    padding-left: 6px;
    font-size: 17px;
}

.datum {
    list-style-type: none;
    margin-bottom: 0px;
margin-top:-6px;
    font-weight: 400;
    font-family: inherit;
    font-size: 11px;
}
.nhkat .datum {
margin-top: 0;
    font-size: 14px;
    margin-right: 7px;
}
.mg .datum {
    font-size: 11px;
    line-height: 12px;
    min-width: 42px;
    display: inline-block;
    white-space: nowrap;
}

.nhkat {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.nhkat.mg {
    margin-top: 5px;
    margin-bottom: 10px;
}
.single-post .nhkat {
    margin-bottom: 30px;
}


.nikat {
display: flex;
flex-wrap:wrap;
    font-weight: 600;
    font-size: 14px;
}
.mg .nikat {
    font-size: 11px;
    line-height: 11px;
}
.nikat:before {
content: "";
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background: #005a86;
    display: inline-block;
    margin: auto;
    top: 0;
    bottom: 0;
    margin-right: 8px;
    margin-left: 0;
}
div.nikat > a {
    color: #272626 !important;
}
div.nikat > a:not(:first-child) {
    margin-left: 4px;
}


.nyhlista .grid-item:nth-child(1), .nyhlista .grid-item:nth-child(2), .nyhlista .grid-item:nth-child(3), .nyhlista .grid-item:nth-child(4), .nyhlista .grid-item:nth-child(5), .nyhlista .grid-item:nth-child(6), .nyhlista .grid-item:nth-child(7), .nyhlista .grid-item:nth-child(8), .nyhlista .grid-item:nth-child(9), .nyhlista .grid-item:nth-child(10), .nyhlista .grid-item:nth-child(11), .nyhlista .grid-item:nth-child(12), .nyhlista .grid-item:nth-child(13), .nyhlista .grid-item:nth-child(14), .nyhlista .grid-item:nth-child(15) {
    display: none;
}


.nyhlista {
margin-bottom:30px;
}




.wpb_content_element {
    margin-bottom: 30px;
}


.kartkon .wpcf7 {
    padding: 30px;
}

.wpcf7 label {
width: 100%;
}




@media screen and (max-width: 991px) {
.primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #f4f4f4;
}}

@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu .menydoljdator {
    display: none !important;
}
}



.karta iframe {
    border: 0;
    filter: url(data:image/svg+xml;utf8,#grayscale);
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}

.entry-content > .uur > .vc_col-sm-4 > .vc_column-inner, .entry-content > .uur > .vc_col-sm-8 > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
padding-top: 0px;
padding-bottom:30px;
}

footer .widget_nav_menu ul li a {
line-height: 23px;
display:block;
}
@media(min-width:768px) {
footer .widget_nav_menu ul li a{
font-size: 14px;
}}

footer .widget_nav_menu ul li a:hover{
text-decoration: underline;
}

footer .widget_nav_menu ul li:last-child {

}

.fom .btn {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400 !important;
height:29px;
}






@media (min-width: 768px) and (max-width: 1200px) {
.col-xl-3 {

}
}



@media (min-width: 992px) {
.fkontakt img {
max-height: 21px;
}
	}



.kontaktformular > h6 {
    margin-bottom: 15px;
}

.kontaktformular > p {
    margin-bottom: 15px;
}



.kontaktpcont h6 {
    font-size: 15px;
    margin-bottom: 10px;
}


.kontaktpcont p {
    margin-bottom: 0;
    line-height: 19px;
    font-size: 13px;
}

.kontaktpcont h6 span {
    display: block;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
}

.kontaktpcont {
    display: inline-block;
    padding: 15px;
    padding-top: 0;
vertical-align: 48%;
}
.kontaktpbild {
    display: inline-block;
    padding: 15px;
    vertical-align: 178%;
}

.kontaktpbild img {
height: 77px;
}

.kontaktperson > h6 {
    background: #fff300;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.kontaktperson {
    background: #fff;
    box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
margin-bottom: 30px;
}


.error404 .pref {
display: none;
}


.titelrow {
    text-align: center;
    margin-bottom: 30px !important;
}



#us .tbudskap {
background:#fff;
}

.tbudskap {
    height: 280px;
    padding: 30px;
position: relative;
}

.tbudskap h4 {
text-align: center;
margin-top: 59px;
}










@media screen and (min-width: 992px) {
.mainheader .main-navigation {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    position: relative;
    width: 100%;
}
}

@media screen and (min-width: 992px) {
.mainheader .main-navigation > ul {
float:none;
display: inline-flex;
}
}






.fom {
    max-width: 364px;
}

.sc {
font-size:30px;
margin-right:20px;
color: #fff;
}
.sc .zmdi-facebook-box {

}
.sc:hover, .sc:focus {
    color: #0ebad6 !important;
}
.sc b {
display:none;
}

@media (max-width: 767px) {
.footercol {
position:relative;
}
}
@media (min-width: 768px) {
.footercol {
display: inline-block;
    vertical-align: top;
position:relative;
padding-left:40px;
}
}
@media (min-width: 992px) {
.footercol:nth-child(3) {
padding-left:63px;
}
}

@media (min-width: 992px) {
.footercol:last-child {
    text-align: right;
    position: absolute;
    right: 0;
}
}

@media (min-width: 768px) and (max-width:991px) {
.footercol:not(:first-child):before {
height: calc(100% - 3px);
}
}
@media (max-width: 767px) {
.footercol:not(:last-child):before {
content:"";
position:absolute;
left:-15px;
bottom:-40px;
height: 1px;
width: calc(100% + 30px);
background:#ededed;
opacity:.15;
}
}

@media (max-width: 820px) {
.footercol {
max-width: 100% !important;
    flex: 0 0 100% !important;
-ms-flex: 100% !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.footercol:last-child {
/*    -ms-flex: 100%;
    flex: 0 0 100%;
    max-width: 100%;
display: block;*/
}
}


@media (min-width: 768px) {
.footercol:nth-child(1) {
padding-left:15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}


@media (min-width: 768px) {
.footercol {
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
}
}


@media (max-width: 767px) {
.footercol {
margin-bottom: 80px !Important;
}
}
@media (max-width: 991px) {
.footercol:last-child {
margin-bottom: 40px !Important;
}
}




.pfooter .row {
    margin: 0;
}

.pfooter {
    padding: 50px 15px;
    padding-bottom: 35px;
    min-height: 161px;
    border-bottom: 1px solid rgba(237, 237, 237, 0.12);
    background: #0c223f;
}

@media (max-width: 991px) {
.pfooter .col-lg-5 {
    margin-bottom: 15px;
}
	}
@media (max-width: 991px) {
.pfooter {
padding-bottom: 50px;
}
	}

.pfooter h4 {
color: #fff;
    margin-bottom: 4px;
}
.pfooter h6 {
    color: rgba(255, 255, 255, 0.34);
    font-size: 20px;
}





.mfooter {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 99;
    float: left;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
@media(max-width:991px) {
.mfooter {
background: #005a86;
}}

@media(min-width:992px) {
.footerwrap {
background: #005a86;
        padding: 0 30px;
        border-radius: 6px;
    }}



@media(max-width:920px) {
.mfooter {

}}


.mfooter a {

}

.mfooter .mftop .container {
    padding-left: 30px;
    padding-right: 30px;
}
@media(max-width:991px) {
.mfooter .mftop .container {
    padding-left: 15px;
    padding-right: 15px;
}}

@media(min-width:1200px) {
.mfooter .mftop .container {
  /*   padding-left: 80px;*/
}}


@media(max-width:1700px) {
.mfooter .mftop .row {
/*margin: 0 auto;
    max-width: 1280px;
*/
}}

.mfooter .mftop .row {
justify-content: center;
}

.mfooter .mftop .footercont {
    width: 100%;
    padding-bottom: 25px;
    padding-top: 65px;
    position:relative;
}

@media(min-width:768px) {
.mfooter .mftop .footercont {
display:flex;
padding-bottom:0px;
}}





@media (min-width:768px) {
.footerkontakt {
    font-size: 12px;
    line-height: 17px;
}}

.footerkontakt p {
margin-bottom:20px;
}

.footerkontakt img {
max-height: 40px;
}

p.fotit {
font-size:14.5px;
margin-bottom:20px;
}


p.logof {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}
.logof img {
    height: 104px;
    width: auto;
}

@media(max-width:991px) {
.logof img {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, .26);
    border-radius: 100%;
}}

.mfooter .footer-widget-title {
    font-size: 18px;
    margin-bottom: 25px;
color:#fff;
}

.mkd .row {
margin: 0;
}

.mkd {
    width: 100%;
 margin-bottom:30px;
    font-size: 10px;
}







@media (min-width:1600px) {
body .container {
    max-width: 1440px;
}
	}
@media (min-width: 1800px) {
body .container {
/*max-width:1540px;*/
}
	}
@media (min-width: 2000px) {
body .container {
/*max-width:1640px;*/
}
	}



@media (min-width: 992px) {
#site-header-wrap {

}
	}


















@media screen and (min-width: 992px) {
.mainheader {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
position: relative;
width: 100%;
    display: block;
        background: #f4f4f4;
}
}



.form-popup .wpcf7-form .wpcf7-response-output {
    font-size: 11px !Important;
}

.form-popup .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    padding-top: 0px !important;
    margin-top: 0;
    padding-bottom: 10px;
}

.form-popup .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
display: none;
}









.wpcf7-list-item {
    margin: 0 0 0 0em;
}
.wpcf7-list-item > label {
    line-height: 17px;
    font-size: 11px;
}

.wpcf7 p {
margin-bottom: 0;
}




@media (min-width: 992px) and (max-width: 1200px) {
.uur > .vc_col-sm-9 {
width: 70%;
}
	}

@media (min-width: 992px) and (max-width: 1200px) {
.uur > .vc_col-sm-3 {
width: 30%;
}
	}

.uur > .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
margin-bottom: 0 !Important;
}




.single-post .ptrow {
    height: auto;    background: rgba(1, 80, 166, 1);
}




.ptrow:before {
background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    content: "" !important;
border-radius:8px;
	}

.ptrow > div {
    padding: 0 15px;
}




.ptseg {
    overflow: hidden;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 30px !important;
    margin-right: 30px !important;
    border-bottom: 2px solid #f4f4f4;
}
@media(min-width:992px) {
.ptseg .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}}

@media(max-width:991px) {
.ptseg {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left:0 !important;
    padding-right:0 !important;
}}



.ptrow {
padding: 30px 0px;
}



@media (max-width: 1999px) {
.vc_section > .vc_row-fluid.ptrow {
    max-width: 1210px;
}}
@media (min-width: 2000px) {
.vc_section > .vc_row-fluid.ptrow {
    max-width: 1440px;
}}


@media (min-width: 768px) {
.ptdiv, .cms-breadcrumb {

}
	}

.ptseg .wpb_text_column {
margin-bottom:0px;
	}
.ptseg .wpb_text_column:not(:last-child) {
margin-bottom:8px;
	}

.ptdiv h1 {
font-size:30px;

	}



.pgrow {
    background: #f4f4f4;
display:flex;
flex-wrap:wrap;
align-items:center;
padding: 15px 0px;
}


.ptrow > div > div {
    height: 400px;
    background-position: center center;
    background-size: cover;
position:relative;
}
.ptrow > div > div:before {
content:"";
	position:absolute;
left:0;
top:0;
height:100%;
width:100%;
background:#000;
opacity:.018;
}
@media(max-width:991px) {
.ptrow > div > div {
    height: 300px;
}}

@media(min-width:768px) {
.cms-breadcrumb {

}}

.cms-breadcrumb {
    margin-bottom: 0px;
}

.cms-breadcrumb > li {
    display: inline-block;
    position: relative;
text-transform:none;
font-size:12px;
}
.cms-breadcrumb > li:not(:last-child) {
    padding-right: 20px;
}

body #content .cms-breadcrumb > li > a {

}
.cms-breadcrumb > li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 9px;
    height: 12px;
    bottom: 5px;
    width: 1px;
    background: #000;
opacity:.6;
    transform: skew(-13deg);
}
.wpb_text_column.wpb_content_element.bcrumbs {
    margin-bottom: 0;
}




.frow > .vc_col-sm-12 {
max-width: 100% !important;
padding: 0 !Important;
}

.frow > .vc_col-sm-12 > .vc_column-inner  {
padding: 0 !Important;
}







.omrow {
    padding-top: 20px;
    padding-bottom: 25px;
}

@media(max-width:991px) {
.omrow {
margin-top:-40px;
}}


.produktionrow {
    padding-bottom:100px;
}

















@media (max-width: 991px) {
header {
    position: relative;
}
}



.lg-sub-html {
display: none !important;
}


.vc_wp_custommenu ul li:before {
display: none !Important;
}

#secondary .widget {
margin-bottom: 35px;
}
#secondary .widgettitel {
margin-bottom: 15px;
}

.widget-title {
    font-size: 19px;
    margin-bottom: 11px;
    line-height: 1.1;
}

.widget-content ul li span.rpwwt-post-title {
    display: block;
    text-transform: none;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    letter-spacing: .2px;
    font-weight: 400;
}

@media(min-width:768px) {
.widget-content ul li span.rpwwt-post-title {
    margin-right: 8px;
}}

@media(max-width:767px) {
.widget-content ul li span.rpwwt-post-title {
padding: 15px 8px;
}}

.widget-content .rpwwt-widget ul li {
    overflow: hidden;
    margin: 0 0 1.5em;
    display: flex;
    margin-bottom: 15px;
}

.widget-content ul li a {
    text-transform: none !important;
    color: inherit;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    border: 1px solid #ededed;
    border-radius: 6px;
    overflow:hidden;
}

@media(min-width:768px) {
#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    margin: 0;
    margin-right: 16px;
}}
@media(max-width:767px) {
#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    margin: 0;
}}








.next.page-numbers, .prev.page-numbers {
    padding-left: 10px !important;
    padding-right: 10px !Important;
    background-color: #fff !important;
}

.page-numbers {
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
background-color:#fff !important;
}


.page-numbers:hover, .page-numbers.current {
    color: #fff !important;
    background-color: #000 !important;
}





table td:nth-child(1){
background:#fafafa;
}
table td:nth-child(2){
background:#fff;
}

table td {
    border-top: none !important;
    padding: 6px 10px 6px 10PX;
min-width: 150px;
}

@media (min-width: 768px) {
table td {
    width: 50%;
}
	}

table {
box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
}



.vc_row[data-vc-full-width] {
    overflow: auto !important;
}

div#content .container.content-container {
/*    max-width: 100%;*/
}
 
 
#secondary .wpb_animate_when_almost_visible {
opacity: 1;
}




.entry-featured .post-image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}




.fintroseg {
padding-top:60px;
padding-top: 35px;
	padding-bottom:30px;
}

@media(max-width:991px) {
.fintroseg {
padding-top:45px;
padding-left:0px !important;
padding-right:0px !important;
}}

@media(min-width:1200px) {
.fintroseg > .vc_row-fluid > .vc_col-sm-3 {
width: 20%;
}}
@media(min-width:1200px) {
.fintroseg > .vc_row-fluid > .vc_col-sm-9 {
width: 80%;
}}




.nyhgridtitel .h6 {
    font-size: inherit;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.nyhgridtitel .h6:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #ccc;
    display: inline-block;
    margin-right: 11px;
    border-radius: 2px;
    margin-top:8px;
}

.wpb_text_column.wpb_content_element.nyhgridtitel {
    margin-bottom: 10px;
}



.vc_section > .vc_row-fluid {
margin-left: auto;
margin-right: auto;
    /*max-width: 1280px;*/
}
@media(max-width:1999px) {
.vc_section.sidebarseg > .vc_row-fluid {
   /* max-width: 1210px;*/
}}
@media(min-width:2000px) {
.vc_section.sidebarseg > .vc_row-fluid {
    /*max-width: 1440px;*/
}}
.vc_section.sidebarseg > .vc_row-fluid {
display:flex;
flex-wrap:wrap;
}


.sidebarseg .vc_wp_custommenu {
    margin-bottom: 40px;
}



@media(max-width:1999px) {
body:not(.home) .vc_section.rotseg > .vc_row-fluid {
    max-width: 1210px;
}}

.vc_section.smalcon > .vc_row-fluid {
    max-width: 1100px;
}

@media (min-width: 2000px) {
.vc_section > .vc_row-fluid {
max-width: 1600px;
}
}





@media(Min-width:992px) {
.vc_section.sidebarseg > .vc_row-fluid > div:first-child {
padding-right:15px;
}}

@media(Min-width:992px) {
.vc_section.sidebarseg > .vc_row-fluid > div:last-child {
position:relative;

}}

/*
@media(Min-width:992px) {
.vc_section.sidebarseg > .vc_row-fluid > div:last-child:before {
content:"";
position:absolute;
left:0;
top:0;
height:calc(100% - 34px);
width:1px;
background:#ededed;
}}*/

@media(max-width:920px) {
.vc_section.sidebarseg > .vc_row-fluid > div:last-child {
margin-top:50px;

}}
@media(max-width:920px) {
.vc_section.sidebarseg > .vc_row-fluid > div {
width:100%;
}}


section.vc_section.sidebarseg {
    padding-top: 60px;
    padding-bottom: 50px;
}

@media(max-width:920px) {
section.vc_section.sidebarseg {
padding-bottom:30px;
}}
@media(max-width:991px) {
section.vc_section.sidebarseg {
padding-left:0px !important;
padding-right:0px !important;
}}



.sidebarseg > div > div:last-child iframe {
    height: 184px;
width:100%;
border-radius:7px;
overflow:hidden;
box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
}

.sidebarseg > div > div:last-child > div > div > div:last-child iframe {
 /*   filter: url(data:image/svg+xml;utf8,#grayscale);
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;*/
}

@media(min-width:768px) and (max-width:920px)  {
.sidebarseg > div > div iframe {
height:300px !important;
}}



.wpcf7 {
     margin-bottom: 30px;
}

@media(min-width:1000px) {
.wpcf7 {

}}
@media(max-width:920px) {
.page-id-48 .wpcf7 {
margin-bottom:30px;
}}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .widget-title {
    letter-spacing: .5px;
    font-weight: 500;
    color: #1f2428;
    text-transform: none;
    font-family: 'Inter Tight';
    line-height: 1.2;
}

h2, .h2 {
    font-size: 38px;
}

h4, .h4, h5, .h5, h6, .h6 {

}
.st {
font-weight:inherit;
}

.em {
    margin-bottom: 3px;
}


.ftitel {
    color: #f4f4f4 !important;
}



.btn, button:not(.bsok), .button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border-radius: 30px;
    font-weight: 600;
    font-size: inherit;
    color: #fff;
    background: #0ebad6;
    padding: 5px 35px;
    padding-right: 60px;
    line-height: 28px;
    font-size: inherit;
    padding-bottom: 6px;
    border: none;
    text-transform: none;
    z-index: 1;
    text-align: left;
    font-family: inherit;
    min-width: 139px;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
@media(max-width:767px) {
.btn, button:not(.bsok), .button {
    font-size: 17px;
}}


.btn:after {
    font-size: 18px;
    content: "\f2fb";
    right: 15px;
    font-family: "Material-Design-Iconic-Font";
transform:scale(1.2);
    font-weight: 300;
    margin-left: 12px;
    display: inline-block;
vertical-align: -1px;
position:absolute;
	right:20px;
}



.btn:hover, button:not(.bsok):hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:not(.bsok):focus, .button:focus, input[type="submit"]:focus, .btn.focus, .btn:active {
    color: #fff !important;
    background: #005a85  !Important;
}



.single-post .h2, 
.single-post .h3, 
.single-post .h4, 
.single-post .h5, 
.single-post .h6 {
 margin-bottom:7px;
}}






@media (min-width: 992px) {
#content {
    padding-top: 0px;
}
}


@media (max-width: 991px) {
#content {
	padding-top: 72px;
}
}


@media screen and (max-width: 991px) {
#site-header-wrap .site-branding img {
    padding: 0;
height: 22px;
}
	}
@media screen and (max-width: 500px) {
#site-header-wrap .site-branding img {
height:24px;
}
	}


@media (max-width: 991px) {
.topbar .tbh {
display: none !Important;
}
		}

@media screen and (max-width: 991px) {
#site-header-wrap {
    position: fixed;
    width: 100%;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
}
}



@media screen and (max-width: 991px) {
.main-navigation {
    border-top: none;
    padding: 0px 0px !important;
    top: calc(100% + 0px) !important;
    transition: .5s !important;
    height: 1000px !important;
    display: block;
    width: 87%;
    transform: translateX(-120%);
opacity: 1;
left: -30px;
}
	}

@media screen and (max-width: 991px) {
.main-navigation.navigation-open {
    transform: translateX(0px);
}
}

@media (max-width: 991px) {
.main-navigation:after {
    background: rgba(0, 0, 0, 0.63);
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
right: -200%;
    display: block;
    content: "" !important;
opacity:0;
}
}
@media (max-width: 991px) {
.main-navigation.navigation-open:after {
opacity:1;
}
}

@media screen and (max-width: 991px) {
#site-header-wrap .primary-menu li a {
    padding-bottom: 8px;
    padding-left: 60px !important;
        padding-left: 45px !important;
    background-color: #fff;
    border-top: 1px solid #ededed;
    font-size: 17px;
    font-weight: 100;
line-height: 35px;
}
}

@media screen and (max-width: 991px) {
.primary-menu .sub-menu {
    padding-left: 5px;
    background-color: #f4f4f4;
}
}

.main-menu-toggle {
    right: 0;
    top: 0;
    height: 54px;
    width: 54px;
background:#ededed;
}

.main-menu-toggle:before {
top: 19px;
height: 17px;
left: 27px;
width: 1px;
}

.sub-menu.submenu-open .main-menu-toggle:before {
top: 19px;
height: 17px;
left: 27px;
width: 1px;
}

.main-menu-toggle:after {
width: 17px;
top: 27px;
left: 19px;
height: 1px;
}

@media screen and (max-width: 991px) {
.current-menu-item.menu-item-has-children .main-menu-toggle:before, .current-menu-item.menu-item-has-children .main-menu-toggle:after {
    background-color: #000;
}
}

@media (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li > a {
    padding: 0 0px;
    line-height: 51px;
    color: #46535c;
    color:#fff;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    transition: all .1s ease-in-out !important;
    font-family: Inter Tight;

    cursor: pointer;
}
	}

@media (min-width: 992px) {
.hfix {
    width: 100%;
    z-index: 9;
    position: relative;
overflow:hidden;
padding-top:9px;

}}

@media(min-width:992px) {
.headroom--down .hfix, .headroom--up .hfix {
    position: fixed;
    left: 0;
    right: 0;
/*    width: 1600px;
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;*/
    background: rgba(255, 255, 255, .95);
}}
@media(min-width:1200px) {
.headroom--down .hfix, .headroom--up .hfix {
/*max-width: calc(96% - 60px);*/
}}
@media(min-width:1400px) {
.headroom--down .hfix, .headroom--up .hfix {
/*max-width: calc(96% - 60px);*/
}}
@media(min-width:2000px) {
.headroom--down .hfix, .headroom--up .hfix {

}}



@media (min-width: 992px) {
.single-post #site-header-wrap #headroom .primary-menu > li > a {

}
	}

@media (min-width: 992px) {
#site-header-wrap #headroom.headroom--up .primary-menu > li > a, #site-header-wrap #headroom.headroom--down .primary-menu > li > a {
line-height: 31px;
    font-size: 13.5px;
    transition: .0s !important;
}
	}
	@media (min-width: 992px) {
#site-header-wrap #headroom.headroom--up .primary-menu > li > a:hover, #site-header-wrap #headroom.headroom--down .primary-menu > li > a:hover {
    transition:.2s !important;
}
	}
	

@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li:hover a:before, .primary-menu > li.current-menu-item > a:before, #site-header-wrap #headroom .primary-menu > li.current-page-ancestor > a:before {
display:block !important;
content:"";
position:absolute;
left:0;
bottom:0px;
width:100%;
height:2px;
background: #dedede !important;
opacity:0;
}
	}

@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li.current-menu-item > a, #site-header-wrap #headroom .primary-menu > li.current-page-ancestor > a {
}
	}
@media screen and (min-width: 992px) {
body:not(.home) #site-header-wrap #headroom .primary-menu > li.current-menu-item > a, body:not(.home) #site-header-wrap #headroom .primary-menu > li.current-page-ancestor > a {

}
	}


@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li:hover > a, #site-header-wrap #headroom .primary-menu > li:focus > a, #site-header-wrap #headroom .primary-menu > li:hover, #site-header-wrap #headroom .primary-menu > li:active > a {
opacity: .9;
}
	}




section.no-results h1.page-title {
    font-weight: 300 !important;
    letter-spacing: 0px;
    font-size: 34px;
}



body.search article {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

body.search nav.posts-pagination {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
margin-bottom:50px;
}

body.search #content section.no-results {
    padding: 0px;
    box-shadow: none;
    min-height: 280px;
    max-width: 900px !important;
    margin: auto;
    margin-top: 50px;
}



b, strong {
    font-weight: 600;

}





body.search #content > div {
padding-top:80px;
padding-bottom:80px;
padding-left:30px;
padding-right:30px;
}

body.search aside {
display: none;
}

body.search .cms-breadcrumb {
visibility: hidden;
}


body.search .entry-featured {
display: none;
}

body.search section {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
}



body.search .entry-meta li:not(:last-child):after {
content:",";
}

body.search .single-hentry .entry-meta li {
    padding: 0px;
	margin-bottom: 0px;
}


body.search .btn {
    background-color: #f5f5f5;
    font-size: 16px;
    border: none !important;
    color: #000;
    text-transform: none !important;
}


ul.post-type-button .btn:before {
display: none !important;
}

body.search .btn:hover {
}





li.sorting .orderby {
    padding: 4px 5px 4px 0;
    background-color: transparent;
    border-right: none;
    border-top: none;
    border-bottom: none;
}




li.sorting .orderby span:after {
content: "" !important;
}

.filter-wrap > li {
    border-right: 1px solid #e3e3e3;
}


.filter-wrap > li span {
    position: relative;
color: #000;
}

.filter-wrap {
margin-bottom: 0px;
}


@media screen and (min-width: 992px) {
#main-menu-mobile {
display: none;
}
	}


@media screen and (max-width: 991px) {
#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    background-color: #545454;
    height: 1.4px;
    width: 25px;
}
	}

@media screen and (max-width: 991px) {
#main-menu-mobile .btn-nav-mobile {
    font-size: 0px;
    text-transform: uppercase;
    color: inherit;
    letter-spacing: -0.3px;
    height: 21px;
    line-height: 23px;
    padding-top: 37px;
    width: 65px;
    height: 78px;
}
}


@media screen and (max-width: 991px) {
#site-header-wrap #main-menu-mobile {
    top: 0px;
    right: 13px;
    right:-5px;
    width: 66px;
    display: flex;
    position: absolute;
    z-index: 999;
    height: 78px;
}
}

@media screen and (max-width: 991px) {
#site-header-wrap .site-branding {
display: flex;
}
}

@media screen and (max-width: 991px) {
#site-header-wrap .site-branding a {
        display: flex;
        align-items: center;
    }
}

#site-header-wrap .site-branding a {
    transition: 0s !important;
}




input:not([type="submit"]):focus, textarea:focus, select:focus, .nice-select:focus {
    background-color: #fff;
    border-color: #f3f4f6;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}


.nyhetscont {
padding-top: 15px;
}

@media (max-width: 991px) {
.nyhetscont {
    padding: 15px;
    padding-bottom: 0;
}
	}
	
@media (min-width: 992px) {
.nyhetsbild {
    width: 30%;
    flex: 0 0 30%;
    display: block;
    float: right;
}
	}

.nyhetsgrid {
    margin: 0 15px 0 15px;
max-width: 800px;
}

.nyhetsgrid .grid-item {
padding: 0 !important;
margin-bottom: 15px; 
transition: .2s;
top: 0;
}



.nyhetsgrid .grid-item:hover {
top: -7px;
}

@media (min-width: 992px) {
.nyhetsgrid .cms-grid-inner .grid-item {
    padding-left: 20px !important;
}
	}

.nyhetsgrid .cms-grid-inner .grid-item {
	    border-radius: 2px;
    box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}


.entry-social-share ul li {
    margin-bottom: 0px;
}

.content-general-construction .entry-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.entry-social-share ul li + li {
    margin-left: 1px;
    margin-bottom: 0px;
}



.single-post #main.site-main {    overflow: hidden;
}

.single-post .entry-content > .vc_row-fluid > .wpb_column, .single-post .entry-content > .vc_row-fluid > .wpb_column > .vc_column-inner{
padding-left:0 !important;
padding-right:0 !important;
}



@media(max-width:991px) {
.single-post div.entry-body {
    padding: 30px 15px;
}}
@media(max-width:991px) {
.hfeed div.entry-holder {
    padding: 30px 0px;
}}

.single-hentry div.entry-holder h4 a {
color:#fff;
}

.single-post .entry-featured .post-image {
    margin-bottom: 30px !important;
    overflow: hidden;
}

@media(max-width:991px) {
.single-post .entry-featured .post-image {
    margin-bottom: 0px !important;
margin: 0 15px;
overflow:hidden;
}}

@media(min-width:992px) {
.entry-body > h1 {
    font-size: 36px;
}}
@media(max-width:767px) {
.entry-body > h1 {
    font-size: 25px;
}}

@media(max-width:767px) {
.single-post .h5 {
font-size:23px;
}}

.single-post .entry-content h3, .single-post .entry-content .h3 {
 
}

.wp-caption-text {
    text-align: left;
}

.content-general-construction .entry-social-share {
    padding: 0 0px !important;
text-align: left !important;

}


.content-general-construction .entry-content-bottom {
    padding-top: 0px;
    border-top: 1px solid #ededed;
    margin: 0 0px;
    margin-bottom: -15px;
}

.fb-social {
    color: #6a75c8 !important;
}



.fa-chevron-left:before {
    content: '\f2ea' !important;
font-family: Material-Design-Iconic-Font;
}

.fa-chevron-right:before {
    content: '\f2ee' !important;
	font-family: Material-Design-Iconic-Font;
}



.zmdi-facebook:before {
    content: "\f082";
font-family: FontAwesome;
}



.entry-social-share a:not(.btn):hover {
    color: initial !important;
}


.content-general-construction .entry-social-share a:not(.btn) {
    width: 25px;
    line-height: 56px;
height: 10px;
}

.entry-social-share a:not(.btn) {
border: none !Important;
    background-color: transparent !important;
}

.mfp-wrap .mfp-container .mfp-arrow {
    background-color: transparent;
}


.cms-gallery-slider-wrap .slider-nav .thumb {
    margin-top: 15px;
}

.cms-gallery-slider-wrap .slider-nav {
    margin-bottom: 15px;
}


.nyhetskarusell .cms-grid-inner .grid-sizer {
    display: none;
}

.grid-filter-wrap {
    margin-bottom: 30px;
}

.grid-filter-wrap.filter-secondary span.active, .grid-filter-wrap.filter-secondary span:hover {
color: #0073bb !important;
}

.grid-filter-wrap.filter-secondary span:before {
    width: 100%;
    height: 1px;
    background: #eee;
    content: "";
    display: block !Important;
    bottom: 0;
    left: 0;
    position: absolute;
}

.grid-filter-wrap.filter-secondary span.active:before, .grid-filter-wrap.filter-secondary span:hover::before {
    width: 100%;
    height: 2px;
    background: #0073bb;
}

.grid-filter-wrap span {
    font-size: 15px;
    line-height: 39px;
    border-radius: 30px;
    font-weight: 300;
    padding: 0 15px;
    margin-left: 2px;
    margin-right: 2px;
    letter-spacing: 0.1px;
    text-transform: none;
    padding-top: 2px;
    margin-top: 0;
    color: #000;
    position: relative;
}



.vc_wp_custommenu .widgettitle {
    font-size: 21px;
}

.widgettitle {
    font-size: 19px;
    color: inherit;
    margin-bottom: 20px;
    line-height: 1.1;
}

.widget_recent_entries .widgettitle {
    margin-bottom:0px;
}



#content .widget_categories ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_archive ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_categories ul li > a:hover, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_archive ul li > a:hover, #content .widget_meta ul li > a:hover {
    color: #000;
}

.site-content {
    padding-top: 0px;
    padding-bottom: 0px;
}


body:not(.home) .site-content {
}





.rpjc_widget_cat_recent_posts li a {
    font-weight: 600 !important;
}

.rpjc_widget_cat_recent_posts li a:hover {
text-decoration: underline;
}

section#static_block_widget-5 .wpb_text_column.wpb_content_element {
margin-bottom: 0px !important;
}

section#text-6.widget.widget_text {
margin-bottom: 0px !important;
}


.site-footer .widget_nav_menu ul.menu li a:hover {
text-decoration: underline;
}

#content .widget_nav_menu ul li a {
font-size: 17px;
    line-height: 29px;
}
#content .widget_nav_menu ul li a:after {
    content: "\f2fb";
    font-family: "Material-Design-Iconic-Font";
    font-size: 19px;
    font-weight: 300;
    margin-left: 20px;
    display: inline-block;
    vertical-align: -2.7px;
}


#content .ordlista .widget_nav_menu ul li:not(:last-child) {
}
#content .ordlista .widget_nav_menu ul li a {
font-size: 25px;
    line-height: 29px;
display:block;
padding-right:35px;
position:relative;
max-width:380px;
padding-top:19px;
padding-bottom:19px;
}

#content .ordlista .widget_nav_menu ul li:not(:last-child) a {
border-bottom:1px solid #ededed;
}

#content .ordlista .widget_nav_menu ul li a:after {
    content: "\f2fb";
    font-family: "Material-Design-Iconic-Font";
padding-left:30px;
    vertical-align: -2.7px;
position:absolute;
right:0;
font-size:30px;
}



footer strong {
    font-weight: 600;
    color: #5d5d5d;
}



a {
color: inherit;
}

body:not(.single-post) #content *:not(ul) *:not(.nyhetp,h6, h2, li,.card-header,.entry-title, .h6) > a:not(.btn,.tag-cloud-link) {
    color: #808080;
}

body.single-post #content #primary *:not(ul) *:not(.nyhetp,h6, h2,.card-header,.entry-title, .h6) > a:not(.btn,.tag-cloud-link) {
    color: #0d8ea3;
}


body #content .kpdiv a {
}

body {
    font-family: "Noto Sans";
    font-size: 16.5px;
    line-height: 24px;
    letter-spacing: -0.2px;
    word-spacing: .5px;
    font-weight: 300;
    color: #1a1f22;
}

@media(min-width:992px) {
body {
/*margin-bottom:30px;*/
}}





ul.socialt {
    list-style-type: none;
    margin-bottom: 0px;
}

ul.socialt li {
background: #00438c;
    width: 100%;
    max-width: 110px;
    position: relative;
}

ul.socialt li:hover {
background-color: #0057b5;
}


ul.socialt i {
    font-size: 16px;
    color: #fff;
    border-right: 1px solid rgba(237, 237, 237, 0.078);
    height: 37px;
    width: 37px;
    line-height: 39px;
    position: absolute;
    left: 0;
    text-align: center;
}

ul.socialt a {
    font-weight: 300;
    line-height: 38px;
    display: block;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
}

ul.socialt i.fa-linkedin {
padding-left: 10px;
}

p.footerknapp a:hover {
text-decoration: underline;
}



.bx-wrapper {
    max-height: 325px !Important;
}


p.footercpr {
color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 0px;
    padding-top: 3px;
}

@media (max-width: 991px) {
p.footercpr {
display: none !Important;
}
	}


@media (min-width: 992px) {
.mcpd{
display: none !Important;
}
	}


.mcpd{
padding: 20px;
    text-align: center;
    color: #000;
}

.mcpd{
padding: 20px;
    text-align: center;
    color: #000;
}


.mcpd p:first-child {
    font-weight: 400 !Important;
    margin-bottom: 5px !Important;
} 

.mcpd p {
    margin-bottom: 0px;
}


.primary-menu ul.sub-menu:before {
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 30px;;
    display: block !important;
}

@media screen and (min-width: 992px) {
.primary-menu ul.sub-menu {
    margin-top: 0px !Important;
    box-shadow: -1px 0px 14px 3px rgba(0, 0, 0, 0.12);
    min-width: 260px !Important;
overflow: visible;
}
}


@media screen and (min-width: 992px) {
.primary-menu .sub-menu li a {
    border-radius: 2px;
    line-height: 32px;
    font-size: 16px !Important;
padding: 5px 15px;
    text-transform: none;
    letter-spacing: 0;
text-align:left;
border-bottom:1px solid #ededed;
font-weight:400;
color:#000;
font-family:inherit;
}
}
@media screen and (min-width: 992px) {
.primary-menu .sub-menu li:last-child a {
    border-bottom: none;
}
}
@media screen and (min-width: 992px) {
.primary-menu .sub-menu li a img {
max-height:55px;
border-radius:30px;
}
}




.rpjc_widget_cat_recent_posts span {
color: #fff;
}


.rpjc_widget_cat_recent_posts h2 {
    color: #fff !Important;
    padding-left: 18px !Important;
    padding-right: 18px !Important;
    padding-top: 25px !Important;
    padding-bottom: 5px;
    font-size: 26px !important;
    font-weight: 400 !important;
}

.rpjc_widget_cat_recent_posts a {
color: #fff;
}

.rpjc_widget_cat_recent_posts li {
margin-right: 0px !Important;
width: 100% !important;
}

.rpjc_widget_cat_recent_posts a:hover {
color: #fff;
}




@media (max-width: 959px) {
.fsnyheter {
display: none !Important; 
}
	}


@media (max-width: 1023px) and (min-width: 960px) {
.bx-wrapper {
    padding-left: 18px !important;
padding-right: 18px !important;
max-height: 400px !Important; 
}
	}


@media (min-width: 1152px) {
.bx-wrapper {
    padding-left: 18px !important;
padding-right: 18px !important;
max-height: 400px !Important; 
}
	}

@media (max-width: 1151px) and (min-width: 1024px){
.bx-wrapper {
    padding-left: 18px !important;
padding-right: 18px !important;
max-height: 325px !Important; 
}
	}

.fsnyheter {
    background-color: rgba(0, 0, 0, 0.21);
}


.fsnyheter .wpb_widgetised_column{
margin-bottom: 0px !Important;
}

.fsnyheter .widget.rpjc_widget_cat_recent_posts.widget_recent_entries {
    margin-bottom: 0px !important;
}


#wp-admin-bar-dashboard {
display: none !important;
}

#wp-admin-bar-theme-options {
display: none !important;
}

#wp-admin-bar-swa-import {
display: none !important;
}



@media screen and (min-width: 992px) {
#headroom {
    padding: 0 !Important;
    position: relative;
    left: 0;
    width: 100%;
    transition: all .3s !important;
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    min-height:350px;
}
}




@media screen and (max-width: 991px) {
#headroom {
    background: #fff;
}}

#headroom.headroom--up, #headroom.headroom--down {
background: rgba(255, 255, 255, .92);
}



@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li {
margin: 0 0px !important;
background-color: transparent;
}
}
@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li {
margin-right:58px !important;
}
}
@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li.doljdat {
display:none !important;
}
}



@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li:last-child a {

}
}


@media screen and (min-width: 992px) {
#site-header-wrap .site-branding {
    z-index: 99;
    top: 0px;
    display: flex;
    transition: 0s !important;
    min-height: 72px;
    align-items: center;
    margin-top: -9px;
    margin-bottom: 30px;
}
	}

@media screen and (min-width: 992px) {
.headroom--up .site-branding img, .headroom--down .site-branding img {
        max-height: 25px !important;
        margin-top: -3px;
    }}

@media screen and (min-width: 992px) {
#site-header-wrap .headroom--down .site-branding, #site-header-wrap .headroom--up .site-branding {
    margin-bottom: 0px;
}
	}

@media (min-width: 992px) {
.site-branding a img {
max-height: 39px !important;
        margin-top: -6px;
    }
}




#site-header-wrap .row {
    width: 100%;
position: relative;
}

@media (min-width: 992px) {
#site-header-wrap .row {
min-height:103px;
    margin: 0;
}}
@media (min-width: 992px) {
#site-header-wrap .headroom--up .row, #site-header-wrap .headroom--down .row {
min-height:64px;
}}



@media screen and (min-width: 992px) {
.primary-menu > li.menu-item-has-children > a:after {
    line-height: 0;
    vertical-align: -3px;
    padding-left: 16px;
    font-size: 22px;
    display: inline-block !Important;
}
}

	


@media (max-width: 991px) {
.kinfo {
top: 18px !important;
left:auto !important;
	right:60px;
display:none !important;
}
}
@media (max-width: 991px) {
.kinfo .adiv > p:nth-child(1) {
font-size: 14px;
}
}
@media (max-width: 991px) {
.kinfo .adiv > p:nth-child(2) {
font-size: 11px !important;
}
}


.kinfo {
position:absolute;
    right: 225px;
    top: 23px;
    display: flex;
    font-size: 12px;
}
	@media(min-width:992px) {
.kinfo {
display:none;
}}

	@media(max-width:991px) {
.kinfo {
right:30px;
}}
	@media(max-width:991px) {
.kinfo > div:last-child {
display:none;
}}
.kinfo i {
    position: absolute;
    left: 0;
    top: 0;
bottom:0;
display:flex;
align-items:center;
margin-top:auto;
margin-bottom:auto;
    font-size: 19px;
    color: #f4f4f4;
}
.kinfo > div:nth-child(1) i {
font-size:22px;
}
.kinfo > div {
padding-left:30px;
position:relative;
}
.kinfo > div:not(:last-child) {
margin-right:15px;
padding-right:15px;
}
@media screen and (min-width: 992px) {
.kinfo > div:not(:last-child):before {
content:"";
position:absolute;
right:0;
top:5px;
height:calc(100% - 9px);
width:1px;
background:#ededed;
}}

.kinfo > div a:nth-child(1) {
display: block;
margin-bottom:0;
}
.kinfo > div a:nth-child(2) {
    margin-top: -8px;
    display: block;
margin-bottom:0;
    font-weight: 400;
}





@media screen and (min-width: 992px) {
.topbar {
        z-index: 99;
        right: 0;
        padding: 0px 30px;
        padding-right: 0;
        display: block !important;
    }
	}




.headercont {
position:relative;
width:100%;
}
@media screen and (min-width: 992px) {
.headercont {
    display: flex;
    align-items: center;
        padding: 0px 15px;
        padding-left:20px;
}}



header .container {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

@media (min-width: 992px) {
header .container {
    display: flex;
    align-items: center;
/*    padding-left: 50px;
    padding-right: 50px;*/
}}
@media (min-width: 1200px) {
header .container {
/*    padding-left: 80px;
    padding-right: 80px;*/
}}

@media (max-width: 991px) {
header .container {
padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
}



.gdpr ol li {
    width: 100% !important;
}

ol li:last-child {
    padding-bottom: 0px;
}



.pcontdiv {
    max-width: 680px;
}


div.widget.widget_recent_entries ul span {
display: block;
font-weight: 300;
font-size: 12px;
}


div.widget.widget_archive ul a:before {
font-family: Material-Design-Iconic-Font;
content: "\f332";
margin-right: 6px;
padding: 2px;
padding-left: 4px;
border-radius: 2px;
padding-right: 4px;
background-color: #ededed;
}



div.widget.widget_archive ul {
border: 1px solid rgba(0, 0, 0, 0.11);
border-top: none;
}


.widget.widget_recent_entries ul li:first-child {
padding-top: 0px;
}

div.widget.widget_recent_entries ul li {
    list-style-type: none;
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4;
}

div.widget.widget_recent_entries ul li:last-child {

}
body #content div.widget.widget_recent_entries ul li a {
    padding-bottom: 6px;
    padding-top: 6px;
display:block;
font-size:inherit;
color:Inherit;
line-height:inherit;
font-weight:400;
}


div.widget.widget_recent_entries ul {
margin-bottom: 0px;
}


div.widget.widget_archive ul li {
padding-left: 20px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: 1px solid rgba(0, 0, 0, 0.11);
height: 52px;
line-height: 63px !important;
}

div.widget.widget_nav_menu ul li:last-child a {
margin-bottom: 0 !Important;
}

#content .widget_nav_menu ul:after {
content: "";
    background: #fff;
    transform: rotate(-208deg) skew(152deg);
    border-radius: 0% 0% 100% 0%;
    position: absolute;
    right: -9px;
    top: 9px;
    height: 100%;
    width: 30px;
}

#content .widget_nav_menu ul {
position: relative;
overflow: hidden;
}

.tagdiv {
margin-bottom:35px;
}

.tagdiv .taggtitel {
display:flex;
align-items:center;
}
.tagdiv .taggtitel:before {
    content: "";
    margin-right: 12px;
    display: inline-block !Important;
    font-size: 29px;
    height: 26px;
    width: 26px;
    background: #0ebad6;
    border-radius:6px;
}





@media (max-width: 991px) {
nav#site-navigation li.current-site-item > a, nav#site-navigation li.current-page-ancestor > a {
    background-color: #f5f5f5 !important;
}
	}

@media (max-width: 991px) {
#site-header-wrap .primary-menu li:first-child a {
border: none !Important;
}
}

#cms-grid-blog .cms-grid-inner .grid-item {

}

.nice-select {
padding-right: 15px !Important;
}

.nice-select:after {
    font-size: 18px;
    color: #000;
content: "\f2f9";
    right: 15px;
    top: 53%;
    transform: translate(0px, -53%);
}

section:not(.widget_nav_menu,.recent-posts-widget-with-thumbnails) .widget-content ul li {
    margin-bottom: 20px;
border: 1px solid #e4e4e4;
    box-shadow: none;
    overflow: hidden;
    border-radius:4px;
}
section:not(.widget_nav_menu,.recent-posts-widget-with-thumbnails) .widget-content ul li a {
    padding: 15px;
display:block;
}


.widget-content ul li a {
text-transform: none !important;
color:inherit;
    font-weight: 400 !important;
}
body #content.site-content .widget-content .widget-content > ul li a:hover, .sidebar-style-construction-company #secondary .widget.widget_recent_entries a:hover {
color:#f4f4f4 !important;
}


.widget-content ul li span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    color: #505050;
    letter-spacing: 0.3px;
}

.single-post #content, .single-blogg #content{
background-color: #fff;
    padding-top: 116px;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
.single-post #content, .single-blogg #content {
padding-top: 45px;
}
	}

@media (max-width: 991px) {
.single-post #content, .single-blogg #content {
padding-bottom:30px !Important;
}
	}


@media screen and (max-width: 991px) {
#primary + #secondary {
margin-top: 10px;
padding: 0 0px;
}}

@media screen and (max-width: 991px) {
.single-post #primary + #secondary {
padding: 0 15px;
}}

.zmdi-linkedin:before {
 content: "\f08c";
    font-family: FontAwesome;
}

.entry-tags {
    margin-top: 30px;
}
.entry-tags label {
    margin-right: 10px;
}
.entry-tags a {
    color: #000 !important;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-right: 9px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(212 212 212);
    border-radius: 32px;
    padding: 0px 12px;
    font-weight: 600;
}
.entry-tags a::after, .single-hentry .entry-tags a:after {
    content: "";
}
.entry-tags a:hover {
    background-color: #005a85;
    border-color: #005a85;
        color: #fff !important;
}



.archive .content-container {
    padding-top: 35px;
    padding-bottom: 50px;
}


.archive .content-container .content-row {
    margin: 0;
}
@media(min-width:992px) {
.archive #secondary, .single-post #secondary {
margin-top:-4px;
}}

@media(min-width:992px) {
.archive .content-container .content-row #secondary {
padding-left:30px;

}}
@media(min-width:1200px) {
.archive .content-container .content-row #secondary {
padding-left:50px;
-ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}}
@media(min-width:1200px) {
.archive .content-container .content-row #primary {
-ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}}


.single-hentry {
    margin-bottom: 25px;
    position: relative;
overflow: hidden;
}

.single-hentry .entry-title {
    font-size: 32px !Important;
    font-weight: 600 !Important;
    text-transform: none;
    position: relative;
    margin-bottom: 15px !important;
}
@media(max-width:767px) {
.single-hentry .entry-title {
    font-size: 22px !Important;
}}

.single-hentry .entry-title a {

}

.single-hentry .entry-more {
    margin-top: 23px;
}


.single-post .entry-content p {
color: #000;
}

.two-line-gap {
    display: none;
}

.single-post h1.page-title {
    font-size: 27px !important;
    line-height: 38px !important;
    font-weight: 300 !important;
}

.hfeed .entry-meta li {
    letter-spacing: 0.8px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

.content-general-construction .entry-meta {
    border-bottom: none;
    padding-bottom: 0px;
    top: 28px;
    position: absolute;
}

.content-general-construction .entry-content {
border-top: none;
}


.content-general-construction .entry-content-bottom label {
text-transform: none;
font-weight: 300;
color: #000;
vertical-align: 8%;
display: inline-block !important;
}

.entry-content-bottom .label {
display: inline-block !important;
}



.error-404 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
.single-post #primary {
padding-left:0px;
}
	}

@media screen and (min-width: 992px) {
.single-post #secondary {
    margin-top: 0px;
}
	}

@media screen and (min-width: 992px) {
.single-post #secondary {
padding-top: 0px !important;
padding-right: 0px;
	padding-left:30px;
}
	}

@media screen and (min-width: 1200px) {
.single-post #secondary {
	padding-left: 50px;
}
	}

@media screen and (min-width: 992px) {
.single-post .row.content-row, .single-blogg .row.content-row {
    /*max-width: 1210px;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
	}



#wp-admin-bar-dashboard {
display: none !Important;
}

#wp-admin-bar-comments {
display: none !Important;
}

#wp-admin-bar-new-content {
display: none !Important;
}



@media screen and (max-width: 1199px) {
.content-general-construction .entry-social-share {
    margin-top: -3px;
}
}




@media screen and (max-width: 1199px) {
.content-general-construction .entry-content-bottom .label {
    display: inline-block;
}
}

@media screen and (max-width: 1199px) {
.content-general-construction .entry-content-bottom label {
    margin-bottom: 0px;
}
}

@media screen and (max-width: 1199px) {
.content-general-construction .entry-social-share li {
    margin: 0 5px 0px 0;
}
}




.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 8px;
    display: block;
}

.wpcf7 .vc_col-sm-6 {
z-index: 9;
}

@media (max-width: 991px) {
.wpcf7 .vc_col-sm-6 {
padding: 0 !important;
}
	}

input[type="text"]:not(.hsinput), input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
    border: 1px solid #e4e4e4 !important;
}

body input:not([type="submit"],.hsinput), body textarea, body select, body .nice-select {

}



body .kontaktfrow input:not([type="submit"]), body .kontaktfrow textarea, body .kontaktfrow select, body .kontaktfrow .nice-select {
    color: rgba(238, 238, 238, 0.728);
    border-color: rgba(238, 238, 238, 0.22) !important;
}

@media (min-width: 992px) {
body .kontaktfrow input:not([type="submit"]), body .kontaktfrow textarea, body .kontaktfrow select, body .kontaktfrow .nice-select {
margin-bottom: 25px;
}
}

footer input:not([type="submit"]), footer textarea, footer select, footer .nice-select {
    color: #fff;
}

body input:not([type="submit"]):hover, body input:not([type="submit"]):focus, body textarea:hover, body textarea:focus {
 
}


.wpcf7-form .wpcf7-form-control-wrap textarea {
    height: 115px;
} 

form .input-filled {
    text-align: right;
}



input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
margin-bottom: 15px;
    margin-top: 15px;
    border: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
    line-height: 31px;
    padding: 0px;
    padding-bottom: 1px;
    font-size: 15px;
    opacity: 1;
    display: inline-block;
    min-width: 102px;
    width: inherit;
    text-align: center;
    font-weight: 600 !important;
    text-transform: none;
    letter-spacing: 0px;
}
.kpdiv input[type=button].btn-block, .kpdiv input[type=reset].btn-block, .kpdiv input[type=submit].btn-block {
    margin-top: 15px;
margin-bottom: 0px;
}

.kontaktfrow .btn-block {
    background: transparent !important;
    border: 1px solid rgba(238, 238, 238, 0.22) !important;
    color: inherit !important;
    float: right;
    color: #fff !important;
}
.kontaktfrow .btn-block:hover {
    background: #f4f4f4 !important;
color:#fff !Important;
border-color: #f4f4f4 !important;
}



.nice-select .option.selected {
    font-weight: 400;
}

.nice-select.open .list {
    padding: 0px;
    margin-top: 5px;
}


h3.iat {
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #e81e33;
    line-height: 28px;
}

div.wpcf7 input[type="file"] {
    border: none !important;
    padding-left: 0px;
    outline: none !important;
    line-height: 14px;
}

html{
	    overflow: auto!important;
}





@media (min-width: 768px) {
#primary {
/*   padding-left: 15px;
    padding-right: 15px;*/
}
}

@media (max-width: 991px) {
#primary {
    padding-left: 0px;
    padding-right: 0px;
}
}




.nyhetskarusell .owl-nav .owl-prev, .nyhetskarusell .owl-nav .owl-next {
    color: #000 !important;
    opacity: 1;
    font-size: 21px;
    border-radius: 100%;
    background: transparent;
    height: 37px;
    line-height: 41px !important;
    width: 37px;
}

.nyhetskarusell .zmdi-chevron-right:before {
 height: 20px;
width: 20px;
}
.nyhetskarusell .zmdi-chevron-left:before {
height: 20px;
width: 20px;
}

.nyhetskarusell .owl-dots {
text-align: left;
    width: 100%;
    margin-left: -4px;
    display: block !important;
}

.nyhetskarusell .owl-nav {
    max-width: 240px;
    width: 100%;
    float: right;
    padding-top: 15px;
    position: absolute;
    right: 0;
display: none;
}

.relateradeinlagg .owl-nav {
    max-width: 90px;
    width: 100%;
    padding-top: 15px;
    position: absolute;
    right: 0;
}

.nyhetskarusell .owl-nav > div:hover {
    color: #0073bb !important;
    border-color: #0073bb;
}

.nyhetskarusell .owl-prev {
    position: absolute;
    left: 0;
}
.nyhetskarusell .owl-next {
    position: absolute;
    right: 0;
}

.owl-carousel .owl-dots, .owl-carousel .owl-nav {
  
}




@media (min-width: 992px) {
footer .col-xl-3 > section {
margin-bottom: 35px !important;
}
	}


a:hover, a:focus {
    color: inherit;
}

@media (max-width: 991px) {
.footercopy b {
display: none;
}
}
@media (max-width: 991px) {
.footercopy span {
display: block;
}
}

@media (min-width: 992px) {
.footercopy {
text-align:right;
padding-right:30px !important;
}
}
@media (min-width: 1200px) {
.footercopy {
padding-right:80px !important;
}
}


.footercopy {
    padding: 0px 30px;
padding-bottom:0px;
    font-size: 13px;
    color: #959293;
}
@media (max-width: 991px) {
.footercopy {
    padding: 0px 15px;
}
}


.footercopy ul {
 margin-bottom:0;
}
.footercopy ul li {
    width: 100%;
    list-style-type: none;
    margin-bottom: 29px;
margin-bottom:0;
color:#fff;
}

.footercopy ul li p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
}
.footercopy img {
    height: 10px;
margin-left:5px;
}











.em {
margin-bottom:3px !important;
}


.post-type-archive-blogg aside#secondary, .single-blogg aside#secondary {
    display: none !important;
}


#wpadminbar {
opacity: 0;
}
#wpadminbar:hover {
opacity: 1;
}
html.js_active {
    margin-top: 0px !important;
}

@media (max-width: 991px) {
#wpadminbar {
display: none;
}
	}






.sjlank {
    padding: 0 15px;
    font-size: inherit;
    transition: .3s ease !Important;
    margin-bottom:25px !important;
}

@media(max-width:991px) {
.sjlank {
display:block !important;
}}

.sjlank > a {
        position:relative;
    color: inherit;
    padding-left: 20px;
}
.sjlank > a:after {
    font-family: 'FontAwesome';
    content: "\f104";
    position: absolute;
    left: 0px;
    font-size: 19px;
    opacity: .8;
    transform: translatey(-2px);
}

/*Start for RB*/
header .container.hstat .annonssegmenthead{
    border-bottom: 2px solid #005a86;
    margin-bottom: 25px;
}

.hfix{
    padding-top: 0;
}
#site-header-wrap .row {
    min-height: 115px;
}
#site-header-wrap .site-branding{
    margin-top: 0;
    margin-bottom: 0;
}

.tbsk{
    position: relative;
    transform: unset;
}
.topbar{
    position: relative;
    top: unset;
    width: 270px;
}
.topbar .tbh{
    flex-wrap: nowrap;
}

.hsok:hover{
    width: 28px;
}
.hsok:hover .hsinput{
    background: #fff;
    width: 150px;
    bottom: -25px;
}
.mainheader{
    background: transparent;
}
.mainheader .main-navigation{
    background: #f4f4f4;
    background: #005a85;
    padding: 0px 20px;
    border-radius: 6px;
}
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper{
    display: flex;
}
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item:first-child{
    width: 70%;
}
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper #custom-vc_grid-item{
    width: 30%;
}
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper #custom-vc_grid-item .vc_grid-item{
    width: 100%;
}
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc-gitem-zone-height-mode-auto:before{
    padding-top: unset;
}
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem_row.vc_row{
    position: relative;
}
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper #custom-vc_grid-item .vc_grid-item .vc_gitem_row.vc_row .vc_gitem-col{
    height: 225px;
}
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item:first-child .vc_grid-item-mini,
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item:first-child .vc_gitem-animated-block,
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item:first-child .vc_gitem-zone,
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item:first-child .vc_gitem-zone-mini,
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item:first-child .vc_gitem_row{
    height: 100%;
}
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item:first-child .vc_gitem_row .vc_gitem-col{
    height: 100%;
}
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem_row .vc_gitem-col{
    border-radius: 4px;
}
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_custom_heading,
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_custom_heading p{
    bottom: 0;
    position: absolute;
    color: #fff !important;
    width: 100%;
    font-size: 20px;
    left: 15px;
    max-width: 260px;
}
@media (min-width: 992px) {
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper > .vc_grid-item:first-child .vc_gitem_row .vc_gitem-col .vc_custom_heading,
.highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper > .vc_grid-item:first-child .vc_gitem_row .vc_gitem-col .vc_custom_heading p{
        width: 100%;
        font-size: 34px;
        max-width: 450px;
    }
}

.vc_section > .vc_row-fluid{
   /* max-width: unset;*/
}
@media (min-width: 1200px) {
    .container {
        max-width:1310px
    }
}
@media screen and (max-width: 991px) {
    #site-header-wrap {
       background: #fff;
    }
    #site-header-wrap .row {
        min-height: 75px;
    }
    .tbsk{
           right: 35px !important;
        float: right;
        position: absolute;
    }
    .highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper{
        display: block;
    }
    .highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item:first-child{
        width: 100%;
    }
    .highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper .vc_grid-item:first-child .vc_gitem_row .vc_gitem-col{
        height: 225px;
    }
    .highlighted-news-section .vc_grid-container-wrapper .vc_grid .vc_pageable-slide-wrapper #custom-vc_grid-item{
        width: 100%;
    }
}
/*End for RB*/


