
html {
  box-sizing: border-box;
}
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: #000;
}
*, *: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: "Roboto";
  letter-spacing: 0.016em;
}
.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;
  font-weight: 700;
  text-transform: capitalize;
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 36px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 24px;
}
h6, .h6 {
  font-size: 20px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}

.navigation-menu--is-desktop ul:before,.navigation-menu--is-desktop ul:after{content:" ";display:table;}.navigation-menu--is-desktop ul:after{clear:both;}.navigation-menu--is-mobile ul,.navigation-menu--is-desktop ul{margin:0;padding:0;}.navigation-menu--is-mobile li,.navigation-menu--is-desktop li{list-style:none;}.navigation-menu--is-mobile a,.navigation-menu--is-desktop a{display:block;}.navigation-menu--is-mobile ul{display:none;}.navigation-menu--is-mobile li{position:relative;}.navigation-menu--is-mobile li span{position:absolute;right:0;top:0;display:block;cursor:pointer;}.navigation-menu--is-mobile .navigation-menu__mobile-toggle{cursor:pointer;display:block;min-height:17px;position:relative;}.navigation-menu--is-mobile .navigation-menu__mobile-toggle.btn-align-right:before{left:auto;right:0;}.navigation-menu--is-mobile .navigation-menu__mobile-toggle:before{background:url("icons.svg") no-repeat left center;display:block;content:"";height:100%;left:0;position:absolute;top:0;width:17px;}.navigation-menu--is-mobile .navigation-menu__mobile-toggle[data-icon="arrow"]:before{background-position:-34px 0;}.navigation-menu--is-mobile.child-menu-open .navigation-menu__mobile-toggle[data-icon="hamburger"]:before{background-position:-17px 0;}.navigation-menu--is-mobile.child-menu-open .navigation-menu__mobile-toggle[data-icon="arrow"]:before{background-position:-51px 0;}.navigation-menu--is-mobile.child-menu-open>ul,.navigation-menu--is-mobile .child-menu-open>ul{display:block;}.navigation-menu--is-desktop ul ul{display:none;}.navigation-menu--is-desktop>ul>li{float:left;}.navigation-menu--is-desktop ul li{position:relative;}.navigation-menu--is-desktop ul ul{position:absolute;left:0;width:140px;}.navigation-menu--is-desktop ul ul ul{left:140px;top:0;}.navigation-menu--is-desktop ul li:hover>ul{display:block;z-index:5;}.navigation-menu--is-desktop .navigation-menu__mobile-toggle,.navigation-menu--is-desktop span{display:none;}#main-nav{font-size:1.5rem;}#main-nav a{color:inherit;text-decoration:none;}#main-nav.navigation-menu--is-desktop a{padding:.25em 1em;}#main-nav .navigation-menu__mobile-toggle{margin:1em;}#main-nav.navigation-menu--is-mobile li a,#main-nav.navigation-menu--is-mobile li span{padding:.25em 1em;}#main-nav.navigation-menu--is-mobile li{background:#eee;border-top:1px solid #ddd;}#main-nav.navigation-menu--is-mobile li li{background:#d8d8d8;border-top:1px solid #ccc;}#main-nav.navigation-menu--is-mobile li li li{background:#cacaca;border-top:1px solid #bbb;}#main-nav.navigation-menu--is-desktop li{background:#fff;}#main-nav.navigation-menu--is-desktop li:hover{background:#eee;}#main-nav.navigation-menu--is-desktop ul ul{width:200px;}#main-nav.navigation-menu--is-desktop ul ul ul{left:200px;}

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: inherit;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: inherit;
}
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;
}
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;
  font-family: 'Calibre-Medium';
}
blockquote cite {
  font-style: normal;
  display: block;
  color: rgba(0, 0, 0, 0.33);
  font-size: 18px;
  margin-top: 12px;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
input[type="text"], 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: 2px;
  border: 1px solid #eaeaea;
  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: inherit;
}
.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: inherit;
}

.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 .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;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  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;
}
.btn, button:not(.sbtn,.cky-btn-revisit,.cky-accordion-btn,.cky-btn-close), .button, input[type="submit"] {
  background-color: inherit;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 53px;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.btn:hover, button:not(.cky-btn-revisit,.cky-btn-close,.cky-accordion-btn):hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:not(.cky-btn-revisit,.cky-btn-close,.cky-accordion-btn):focus, .button:focus, input[type="submit"]:focus, .btn.focus, .btn:active {
  outline: medium none;
  text-decoration: none;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#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;
}
#site-header-wrap .site-branding img {
  max-height: 65px;
}

@media screen and (max-width: 991px) {
  #site-header-wrap {
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  #site-header-wrap .site-branding {
    min-height: 90px;
  }
  #site-header-wrap .site-branding img {
    padding: 5px 0;
  }
  #site-header-wrap .site-branding a {
    opacity: 0;
    display: inline-block;
    line-height: 90px !important;
  }
  #site-header-wrap .site-branding a.logo-mobile {
    opacity: 1 !important;
  }
  #site-header-wrap #main-menu-mobile {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
  }
  #site-header-wrap #headroom {
    position: static !important;
  }
}

#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: inherit;
  }
  .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: 10px;
    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 {
    color: rgba(0, 0, 0, 0.66);
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    font-family: inherit;
    padding: 13px 20px;
    font-family: Roboto;
  }
  .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: #e5e5e5;
  }
  .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: inherit;
  }
  .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 a:hover {
    color: inherit;
  }
  #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: 22px;
    top: 21px;
  }
  #main-menu-mobile .btn-nav-mobile:before {
    top: 9px;
  }
  #main-menu-mobile .btn-nav-mobile span {
    top: 15px;
  }
  #main-menu-mobile .btn-nav-mobile.opened:before {
    top: 15px;
    transform: rotate(45deg);
  }
  #main-menu-mobile .btn-nav-mobile.opened:after {
    transform: rotate(-45deg);
    top: 15px;
  }
  #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;
  }
}
.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;
}
.single-hentry {
  margin-bottom: 60px;
}
.single-hentry:last-child {
  margin-bottom: 0;
}

@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-meta li {
  font-family: ;
}
.entry-meta li {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 6px;
  color: #616161;
}
.entry-meta li a {
  color: inherit;
  font-weight: 500;
}
.entry-meta li a:hover {
  color: #e09c0b;
}
.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: inherit;
  border-color: inherit;
}
.single-post .single-hentry {
  margin-bottom: 0;
}
.single-post .entry-featured .post-image {
  margin-bottom: 35px;
}
.single-post #pagetitle h1.page-title {
  line-height: normal;
}
.single-post .entry-content h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 41px;
}
.single-post .entry-content h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 26px;
  margin-top: 4px;
}
.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;
}

.entry-social-share label {
  color: #000;
  font-size: 28px;
  line-height: 34px;
  margin-right: 26px;
}
.entry-social-share ul {
  margin: 0;
  list-style: none;
}
.entry-social-share ul li {
  display: inline-block;
  margin-bottom: 20px;
}
.entry-social-share ul li + li {
  margin-left: 16px;
}
.entry-social-share.item-share {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
}
.entry-social-share.item-share ul li + li {
  margin-left: 10px;
}
.entry-social-share.item-share a:not(.btn) {
  padding: 0 15px;
}
.entry-social-share a:not(.btn) {
  font-size: 15px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  line-height: 34px;
  padding: 0 21px;
}
.entry-social-share a:not(.btn).fb-social {
  color: #6a75c8;
  border-color: #6a75c8;
}
.entry-social-share a:not(.btn).fb-social:hover {
  color: #fff;
  background-color: #6a75c8;
}
.entry-social-share a:not(.btn).tw-social {
  color: #6abaf7;
  border-color: #6abaf7;
}
.entry-social-share a:not(.btn).tw-social:hover {
  color: #fff;
  background-color: #6abaf7;
}
.entry-social-share a:not(.btn).g-social {
  color: #f05660;
  border-color: #f05660;
}
.entry-social-share a:not(.btn).g-social:hover {
  color: #fff;
  background-color: #f05660;
}
.entry-social-share a:not(.btn).in-social {
  color: #2e82d9;
  border-color: #2e82d9;
}
.entry-social-share a:not(.btn).in-social:hover {
  color: #fff;
  background-color: #2e82d9;
}
.entry-social-share a:not(.btn).pin-social {
  color: #bd081c;
  border-color: #bd081c;
}
.entry-social-share a:not(.btn).pin-social:hover {
  color: #fff;
  background-color: #bd081c;
}
.entry-social-share a:not(.btn) span {
  margin-left: 20px;
}
.entry-social-share.style-default {
  margin-top: 68px;
  padding-bottom: 10px;
}
.entry-social-share.style-default ul {
  float: right;
}

@media screen and (max-width: 1199px) {
  .entry-social-share a:not(.btn) {
    padding: 0 !important;
    text-align: center;
    width: 40px;
  }
  .entry-social-share a:not(.btn) span {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .entry-social-share {
    text-align: center;
  }
  .entry-social-share label {
    display: none;
  }
  .entry-social-share ul {
    float: none;
  }
}

.widget {
  margin-bottom: 32px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}
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.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;
}
#secondary .widget {
  margin-bottom: 57px;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.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;
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.cms-grid .item-featured img {
  width: 100%;
}
.cms-grid .cms-grid-inner {
  position: relative;
}
@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: inherit !important;
}
.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: inherit !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;
}
.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: inherit;
}
.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;
  }
}
.item-meta {
  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 .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;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container {
  border-bottom: 1px solid #101010;
  padding-bottom: 7px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
  padding: 0;
  font-weight: 700;
  margin-right: 24px;
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .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-general .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-general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: inherit;
  background-color: transparent;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .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-general .vc_tta-panels-container {
  border-top: 1px solid #2e2e2e;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 30px 0 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body ul {
  color: #fff;
  line-height: 1.92;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body ul.list-space {
  padding-left: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-general .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body .cms-grid-masonry {
  box-sizing: border-box;
}
@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 {
    -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    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-family: ;
  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: inherit;
}
@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: inherit;
  }
  .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 (min-width: 1280px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    padding-right: 55px;
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}
@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;
}
.vc_column_container > .theiaStickySidebar > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .entry-content > .vc_row > .float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
}
.woocommerce .content-has-sidebar.float-right + #secondary, .woocommerce .content-has-sidebar.float-left + #secondary {
  padding-right: 15px;
  padding-left: 15px;
}
.woocommerce #secondary .widget {
  background-color: transparent;
  border: none;
  padding: 0;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-color: inherit;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
  color: inherit;
}
.woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="url"], .woocommerce input[type="password"], .woocommerce input[type="search"], .woocommerce input[type="tel"], .woocommerce input[type="number"], .woocommerce input[type="range"], .woocommerce input[type="date"], .woocommerce input[type="month"], .woocommerce input[type="week"], .woocommerce input[type="time"], .woocommerce input[type="datetime"], .woocommerce input[type="datetime-local"], .woocommerce input[type="color"], .woocommerce textarea, .woocommerce select {
  padding: 5px 16px !important;
  line-height: 28px !important;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background-color: #f7f7f7;
  color: rgba(0, 0, 0, 0.66);
  font-size: 16px;
}
.woocommerce input[type="text"]:focus, .woocommerce input[type="email"]:focus, .woocommerce input[type="url"]:focus, .woocommerce input[type="password"]:focus, .woocommerce input[type="search"]:focus, .woocommerce input[type="tel"]:focus, .woocommerce input[type="number"]:focus, .woocommerce input[type="range"]:focus, .woocommerce input[type="date"]:focus, .woocommerce input[type="month"]:focus, .woocommerce input[type="week"]:focus, .woocommerce input[type="time"]:focus, .woocommerce input[type="datetime"]:focus, .woocommerce input[type="datetime-local"]:focus, .woocommerce input[type="color"]:focus, .woocommerce textarea:focus, .woocommerce select:focus, .woocommerce input[type="text"]:active, .woocommerce input[type="email"]:active, .woocommerce input[type="url"]:active, .woocommerce input[type="password"]:active, .woocommerce input[type="search"]:active, .woocommerce input[type="tel"]:active, .woocommerce input[type="number"]:active, .woocommerce input[type="range"]:active, .woocommerce input[type="date"]:active, .woocommerce input[type="month"]:active, .woocommerce input[type="week"]:active, .woocommerce input[type="time"]:active, .woocommerce input[type="datetime"]:active, .woocommerce input[type="datetime-local"]:active, .woocommerce input[type="color"]:active, .woocommerce textarea:active, .woocommerce select:active {
  border-color: inherit;
}
.woocommerce textarea {
  padding-top: 12px !important;
  line-height: normal !important;
}
.woocommerce .quantity {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #000;
}
.woocommerce .quantity .qty {
  width: 85px;
  text-align: left;
  -moz-appearance: textfield;
}
.woocommerce .quantity .qty:-webkit-outer-spin-button, .woocommerce .quantity .qty:-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity .quantity-icon {
  display: block;
  height: 28px;
  width: 15px;
  position: absolute;
  top: 6px;
  right: 16px;
}
.woocommerce .quantity i {
  font-size: 26px;
  color: #000;
  cursor: pointer;
  height: 14px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  position: absolute;
}
.woocommerce .quantity i.zmdi-caret-up {
  top: 0;
}
.woocommerce .quantity i.zmdi-caret-down {
  bottom: 0;
}
.woocommerce table.shop_table td {
  padding: 12px 15px;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
.woocommerce form .select2-container--default, .woocommerce-page form .select2-container--default {
  width: 100% !important;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #e5e5e5;
  height: 40px;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 38px;
  padding-left: 15px;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__clear, .woocommerce-page 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;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.66);
}
.woocommerce .select2-container.select2-container--open .select2-dropdown, .woocommerce-page .select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field, .woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: inherit;
}
.woocommerce .select2 .select2-selection--single, .woocommerce-page .select2 .select2-selection--single {
  border-radius: 20px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1200px) {
  .woocommerce #primary.content-has-sidebar {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
.widget_product_categories ul li {
  border-bottom: 1px solid #e5e5e6;
  padding: 13px 0;
  position: relative;
}
.widget_product_categories ul li a {
  font-size: 16px;
  color: #000;
}
.widget_product_categories ul li a:hover {
  color: inherit;
}
.widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a {
  color: inherit;
}
.widget_product_categories ul li.current-cat-parent > ul.children {
  display: block;
}
.widget_product_categories ul li.current-cat-parent > ul.children + .woo-menu-toggle i:before {
  content: "\f2fc";
}
.widget_product_categories ul.children {
  display: none;
  padding-top: 13px;
}
.widget_product_categories ul.children > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_product_categories ul .woo-menu-toggle {
  float: right;
  color: #000;
  width: 22px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
}
.widget_product_categories ul.woo-submenu-open + .woo-menu-toggle i:before {
  content: "\f2fc";
}
.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
  font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: inherit;
  background-color: inherit;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: inherit;
  background-color: inherit;
}
.widget_price_filter .price_label {
  padding: 4px 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ebebeb !important;
}
.widget_price_filter .ui-slider .ui-slider-handle, .widget_price_filter .ui-slider .ui-slider-range {
  background-color: inherit !important;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
#shop-breadcrumb {
  padding: 23px 0;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}
#shop-breadcrumb ul li::after {
  content: '/';
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: #000;
}
#shop-breadcrumb ul li a:hover {
  color: inherit;
}
.woocommerce .nice-select {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
  border-radius: 40px;
  border-color: #e5e5e5;
  color: #000;
}
.woocommerce .nice-select.orderby {
  padding-right: 68px;
}
.woocommerce .nice-select .list:before {
  font-size: 16px;
}
#content .added_to_cart.wc-forward, .woocommerce-page .site #content .button, .woocommerce-page .site #content button, .woocommerce-page .site #content input[type="submit"], .woocommerce-page .site #content .button.alt, .woocommerce-page .site #content button.alt, .woocommerce-page .site #content .button.alt.disabled, .woocommerce-page .site #content button.alt.disabled, .woocommerce-page .site #content a.button, .woocommerce-page .site #content #respond input#submit, .woocommerce-page .site #content input.button:disabled, .woocommerce-page .site #content input.button.disabled, .woocommerce-page .site #content input.button[disabled]:disabled, .wpb_wrapper .woocommerce .products .product .button {
  background-color: inherit;
  font-size: 16px;
  border: 2px solid inherit;
  color: #fff;
  text-transform: uppercase;
  padding: 0 36px;
  line-height: 36px;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
#content .added_to_cart.wc-forward:hover, .woocommerce-page .site #content .button:hover, .woocommerce-page .site #content button:hover, .woocommerce-page .site #content input[type="submit"]:hover, .woocommerce-page .site #content .button.alt:hover, .woocommerce-page .site #content button.alt:hover, .woocommerce-page .site #content .button.alt.disabled:hover, .woocommerce-page .site #content button.alt.disabled:hover, .woocommerce-page .site #content a.button:hover, .woocommerce-page .site #content #respond input#submit:hover, .woocommerce-page .site #content input.button:disabled:hover, .woocommerce-page .site #content input.button.disabled:hover, .woocommerce-page .site #content input.button[disabled]:disabled:hover, .wpb_wrapper .woocommerce .products .product .button:hover, #content .added_to_cart.wc-forward :focus, .woocommerce-page .site #content .button :focus, .woocommerce-page .site #content button :focus, .woocommerce-page .site #content input[type="submit"] :focus, .woocommerce-page .site #content .button.alt :focus, .woocommerce-page .site #content button.alt :focus, .woocommerce-page .site #content .button.alt.disabled :focus, .woocommerce-page .site #content button.alt.disabled :focus, .woocommerce-page .site #content a.button :focus, .woocommerce-page .site #content #respond input#submit :focus, .woocommerce-page .site #content input.button:disabled :focus, .woocommerce-page .site #content input.button.disabled :focus, .woocommerce-page .site #content input.button[disabled]:disabled :focus, .wpb_wrapper .woocommerce .products .product .button :focus {
  outline: medium none;
  text-decoration: none;
  background-color: transparent;
  border-color: inherit;
  color: inherit;
}
.woocommerce .woocommerce-result-count {
  padding: 7px 0;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
  margin-bottom: 30px;
}
.woocommerce span.onsale {
  height: 50px;
  width: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background-color: #e80909;
  border-radius: 50px;
  margin: 0 !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
}
.woocommerce .star-rating {
  margin: 0;
  letter-spacing: 0.2em;
  width: 90px;
  height: 18px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating:before {
  content: "\f27d\f27d\f27d\f27d\f27d";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
}
.woocommerce .star-rating span::before {
  color: inherit;
}
.woocommerce .star-rating:before {
  color: #d4d4d4;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(25% - 23px);
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .woocommerce ul.products.columns-4 li.last {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .woocommerce ul.products.columns-3 li.last {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 0 30px;
  }
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 8px;
  line-height: normal;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
  color: #000;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
  color: inherit;
}
.woocommerce ul.products li.product .price {
  font-size: 18px;
  font-weight: 900;
  color: #000;
}
.woocommerce ul.products li.product .price del {
  font-size: 13px;
  opacity: 1;
  font-weight: normal;
  display: block;
}
.woocommerce ul.products li.product .price ins {
  color: #e80909;
}
.woocommerce .woocommerce-product-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -10px;
}
.woocommerce .woocommerce-product-meta .price {
  margin: 10px 0 0 !important;
  line-height: 1;
  padding: 0 10px;
  flex-grow: 1;
}
.woocommerce .woocommerce-product-meta .star-rating {
  margin: 10px 10px 0 10px;
}
.woocommerce .woocommerce-product-inner {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  padding: 20px;
  border-width: 2px 2px 0 2px;
  border-color: #f7f7f7;
  border-style: solid;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  margin: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
  background-color: #f7f7f7;
  padding: 14px;
  min-height: 130px;
}
.woocommerce .woocommerce-product-inner:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header {
  border-color: transparent;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: 500;
  color: rgba(0, 0, 0, 0.33);
  padding: 0;
  margin: 0 5px;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers:hover {
  color: #fff;
  background-color: inherit;
}
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev {
  display: none;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product section.related h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
.single-product #primary .entry-summary .entry-title {
  font-size: 28px;
  line-height: normal;
  font-weight: 600;
}
.single-product #primary .entry-summary .woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.87);
  padding-bottom: 16px;
}
.single-product #primary .entry-summary .price {
  font-size: 28px;
  color: #000;
  font-weight: 700;
}
.single-product #primary .entry-summary .price del {
  font-weight: normal;
  opacity: 1;
}
.single-product #primary .entry-summary .price ins {
  color: #e80909;
  opacity: 1;
}
.single-product #primary .entry-summary .woocommerce-review-link {
  display: none;
}
.single-product #primary .woocommerce-tabs {
  padding-top: 70px;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs {
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs:before, .single-product #primary .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li {
  margin: 0 10px 20px 10px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li:before, .single-product #primary .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li a {
  padding: 0 10px 8px 10px;
  position: relative;
  background-color: transparent;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #c5c5c5;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li a:before {
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: inherit;
  opacity: 0;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li a:hover {
  color: #000;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li a:hover:before {
  opacity: 1;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li a:after {
  display: none !important;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li.active > a {
  color: #000;
}
.single-product #primary .woocommerce-tabs ul.wc-tabs li.active > a:before {
  opacity: 1;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.87);
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel.panel {
  margin-bottom: 82px;
}
.single-product #primary .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product #primary .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.single-product #primary .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews label {
  display: none;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title, .single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars, .single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  display: none;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment {
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .comment_container {
  position: relative;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment img.avatar {
  padding: 0;
  width: 50px;
  border-radius: 50px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 80px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .meta {
  margin: 0 0 18px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .meta .woocommerce-review__author {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .meta .woocommerce-review__dash {
  display: none;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .meta .woocommerce-review__published-date {
  display: block;
  color: #000;
  font-size: 14px;
}
.single-product #primary .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.comment .description {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.single-product #primary .quantity {
  margin-right: 20px;
}
.single-product #primary .product_meta .sku_wrapper, .single-product #primary .product_meta .posted_in, .single-product #primary .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  color: #000;
}
.single-product #primary .product_meta .sku_wrapper span, .single-product #primary .product_meta .posted_in span, .single-product #primary .product_meta .tagged_as span, .single-product #primary .product_meta .sku_wrapper a, .single-product #primary .product_meta .posted_in a, .single-product #primary .product_meta .tagged_as a {
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
}
.single-product #primary .product_meta .sku_wrapper a:hover, .single-product #primary .product_meta .posted_in a:hover, .single-product #primary .product_meta .tagged_as a:hover {
  color: inherit;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text {
  width: 140px !important;
}
.woocommerce-cart .woocommerce-cart-form .product-name a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-cart .woocommerce-cart-form .product-name a:hover {
  color: inherit;
}
.woocommerce-cart .woocommerce-cart-form .product-remove {
  position: relative;
}
.woocommerce-cart .woocommerce-cart-form .product-remove a.remove {
  font-size: 0px;
}
.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before {
  content: "\f134";
  font-family: "Material-Design-Iconic-Font";
  font-size: 22px;
  color: #000;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before {
  color: inherit;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table {
  margin-bottom: 40px;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 28px;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout #customer_details {
  margin: 0 -15px;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    margin: 0;
  }
  .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 45px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 28px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 45px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 28px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 28px;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #e5e5e6;
  padding: 13px 0;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: inherit;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a {
  color: inherit;
}
.woocommerce-account .woocommerce-MyAccount-content {
  margin-bottom: 30px;
}
.woocommerce-account #customer_login {
  margin: 0 -15px;
}
.woocommerce-account #customer_login h2 {
  font-size: 28px;
}
.woocommerce-account #customer_login label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.woocommerce-account #customer_login .woocommerce-Button {
  margin-right: 16px;
}
.woocommerce-account #customer_login form .form-row label {
  line-height: normal;
  padding: 10px 0;
}
.woocommerce-account #customer_login .u-column1.col-1, .woocommerce-account #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #customer_login {
    margin: 0;
  }
  .woocommerce-account #customer_login .u-column1.col-1, .woocommerce-account #customer_login .u-column2.col-2 {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}












@import url("//hello.myfonts.net/count/4cf411");
@font-face {
  font-family: "UniviaPro-Regular";
  src: url('/wp-content/themes/airtec/webFonts/UniviaProRegular/font.woff2') format('woff2'), url('/webFonts/UniviaProRegular/font.woff') format('woff');
}
@font-face {
  font-family: "UniviaPro-Book";
  src: url('/wp-content/themes/airtec/webFonts/UniviaProBook/font.woff2') format('woff2'), url('/wp-content/themes/airtec/webFonts/UniviaProBook/font.woff') format('woff');
}















.persrow.persidebar {
    margin-bottom: 10px;
}
.usvideo iframe {
    max-height: 237px;
    filter: grayscale(.5);
}
@media(min-width:768px) {
.usvideo iframe {
    max-height: 157px;
}}

.sidebar-style-construction-company .wpb_widgetised_column .widget {
    margin-bottom: 35px;
    padding: 0;
    background: transparent;
    border: none;
}


.cky-preference-content-wrapper .cky-show-desc-btn {
    color: #000 !important;
}

.cky-switch input[type="checkbox"] {
    background: #d0d5d2 !important;
    border-radius:30px !important;
}
.cky-switch input[type="checkbox"]:checked {
    background: #464b50 !important;
}

.cky-accordion-header .cky-always-active {
font-weight:300 !important;
    color: #464b50 !important
}
.cky-accordion-header .cky-accordion-btn {
    font-weight: 300 !important;
    color: #4d5257;
}

.cky-preference-header .cky-preference-title {
    font-weight: 300 !important;
    text-align: center;
    font-size: 16px !important;
    font-family: 'UniviaPro-Regular';
    letter-spacing: 0;
}
.cky-prefrence-btn-wrapper .cky-btn {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow:none !important;
}



.cky-preference-header .cky-btn-close img {
    height: 14px;
}

html .cky-notice-btn-wrapper {
    background: #fff;
    padding: 30px;
    padding-bottom: 66px;
    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: 165px !important;
    line-height: 21px !important;
    font-size: 15px !important;
    padding: 6px 20px !important;
    padding-top: 6px !important;
    border-radius: 4px !important;
    text-align: center;
    text-shadow: none !important;
    border-width: 1.5px;
}
@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 {

}

@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 {

}

.cky-notice-des p:not(.ctit), .cky-notice-des p a {
    font-size: 13.1px !important;
    line-height: 18px;
}
@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 .cky-notice-group a.cky-policy {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 12px !important;
    background: transparent !important;
    border: none !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: 300;
    font-size: 22px !important;
    margin-bottom: 13px;
}
.cky-notice-des p:first-child {
    margin-bottom: 37px;
}
@media(max-width:768px) {
.cky-notice-des p:first-child {
    margin-bottom: 22px;
}}

html .cky-notice-des img {
height: 52px;
    width: 100px;
}



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);
background-color:#f5f5f5 !important;
}

.cky-footer-wrapper > div:last-child {
    display: none !important;
}



html .cky-footer-wrapper button.cky-btn.cky-btn-accept {

}
.cli-switch input:checked + .cli-slider {
    background-color: #e9f4ff !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;
}}



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











.gtranslate_wrapper a {
border-radius:4px;

}
body .gtranslate_wrapper .gt_switcher a img {
height:inherit !important;
    max-height: 17px;
    width: 23px;
margin-right:4px !important;
border-radius:2px;
}
body .gtranslate_wrapper .gt_option a:not(:last-child) {
margin-bottom:2px;
}
body .gtranslate_wrapper .gt_option a {
line-height:20px;
}


.gtranslate_wrapper > .gt_switcher > .gt_selected > a img {
display:none;
}

.gtranslate_wrapper > .gt_switcher > .gt_selected > a img {
display:none;
}
body .gtranslate_wrapper > .gt_switcher > .gt_selected, body .gtranslate_wrapper > .gt_switcher > .gt_selected:hover {
    background: transparent !important;
}

body .gtranslate_wrapper {
    float: right;
}

body .gtranslate_wrapper > .gt_switcher {
    font-family: 'UniviaPro-Regular';
    display: inline-block;
    color: #3e3e3e;
    width: initial;
    padding-right: 30px;
padding-left:14px;
    float: right;
width:inherit;
}
body .gtranslate_wrapper > .gt_switcher > .gt_selected > a {
    background: transparent !Important;
    width: inherit;
    padding: 0;
    line-height: 40px;
    padding-right: 15px;
    border: none;
    position: relative;
color: #3e3e3e;
font-size: 14px;
}

body .gtranslate_wrapper > .gt_switcher > .gt_option {
position: absolute;
    right: 0;
    top: 60px;
    border: none;
    background: #e1e3e4;
    padding: 10px;
    border-radius: 6px !Important;
    max-height: inherit;
    overflow: unset !important;
    height: inherit !important;
}

body .gtranslate_wrapper .gt_option:before {
    content: "" !important;
display:block !important;
    position: absolute;
    right: 20px;
    right: 27px;
    top: -4px;
    height: 10px;
    width: 10px;
    border-top: 5px solid #e1e3e4;
    border-left: 5px solid #e1e3e4;
    transform: rotate(45deg);
}



body .gtranslate_wrapper .gt_selected a:after {
display:none !important;
}
.gtranslate_wrapper .gt_selected a:before {
    position: absolute;
    content: '\f2f2' !important;
    font-family: Material-Design-Iconic-Font;
    display: inline-block;
    line-height: 22px;
    font-size: 15px;
    right: 0px;
    top: 8px;
color: #5e5e5c;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.gtranslate_wrapper .gt_selected a:before {
    top: 11px;
}}

@supports (display:-ms-grid) {
.gtranslate_wrapper .gt_selected a:before {
    top: 11px !important;
}}


.distrow {
    margin-right: -10px !Important;
    margin-left: -10px !important;
}
.distrow > .vc_column_container > .vc_column-inner {
    padding-right: 10px !Important;
    padding-left: 10px !important;
    margin-bottom: 20px;
}

.distrow > .vc_column_container > .vc_column-inner > div {
    height: 100%;
}

.distrow > .vc_column_container > .vc_column-inner > div > div {
position: relative;
    padding: 30px;
    background: #f9f9f9;
    box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
    margin-bottom: 0px !important;
    height: 100%;
border-radius:4px;
}

@media(max-width:767px) {
.distrow > .vc_column_container > .vc_column-inner > div > div {
    padding: 20px;
font-size:14px;
}}


.distrow .wpb_text_column h5 {
    color: #016f86;
}

@media(max-width:767px) {
.distrow .wpb_text_column h5 {
margin-bottom:2px;
}}


@media(min-width:768px) {
.distrow .wpb_text_column h6 {
    font-size: inherit;
    margin-bottom: 9px;
}}

.distrow .wpb_text_column p {
    margin-bottom: 5px;
}
.distrow .wpb_text_column p:last-child {
    margin-bottom: 0px;
}









.wpcf7-spinner {
display:none !important;
}

.post-password-form {
    padding: 50px 30px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    float: none;
}

.post-password-form input {
    margin-top: 15px;
    margin-bottom: 0;
}

.post-password-form p > input {
    color: inherit !important;
    text-transform: none !important;
    border: 1px solid #eaeaea !important;
    line-height: 50px !important;
}

.post-password-form p > input:hover, .post-password-form p > input:focus {
    padding: 0 40px !important;
    background: #eeeeee !important;
}
.certrow {
    background: #ebf1f3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.certrow .fildiv {
    background: #fff !important;
}

.certbild img {
height: 70px;
}

.lista {
list-style-type: none;
margin-bottom: 30px;
}
.lista li {
    position: relative;
    padding-left: 24px;
}

.lista li:before {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #073e89;
}


.filinner {
    display: flex;
user-select: none;
width:100%;
}

.fikon > a {
    height: 100%;
    display: block;
position: relative;
}

.fikon {
    min-width: 40px;
    border-right: 1px solid #e1e1e1;
    text-align: center;
}

.fildiv {
    margin-bottom: 30px;
background: #f2f2f2;
    box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
    display: flex;
    min-height: 76px;
    height: 100%;
    border-radius: 4px;
background:#f2f2f2;
position: relative;
transition: .2s ease;
cursor:pointer;
}
.fildiv:hover {
    background: #e1e3e4 !Important;
}


.filinner > a {
margin-bottom: 0;
    padding: 10px 15px;
    position: relative;
    font-size: 15px;
    display: block;
width:100%;
}

.fildiv .fikon i {
position: absolute;
    top: 50%;
    transform: translatey(-50%);
    color: #073e89;
    font-size: 17px;
    left: 0;
    right: 0;
}

.fildiv span {
    display: block;
    font-size: 14px;
    line-height: 15px;
    margin-top: 6px;
}


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












.bannerslide:after {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0px;
    bottom: 0;
    display: block !important;
    content: "" !important;
    background: #016f86;
    background: #007891;
    opacity: .18;
    visibility: visible !important;
    pointer-events: none;
}

.bannerslide {
    height: 540px;
    background-size: cover;
    background-position: center center;
display:flex;
	align-items:center;
}
@media(max-width:767px) {
.bannerslide {
    height: 470px;
padding-bottom:70px;
}}

@media(min-width:768px) {
.bannerslide {
padding-bottom:70px;
}}

@media(min-width:1800px) {
.bannerslide {
height: 640px;
}}

.bannerscon {
    max-width: 500px;
    background: rgba(255, 255, 255, .93);
    padding: 30px;
z-index:9;
}
@media (min-width: 1100px) {
.bannerscon {
    padding: 50px 50px;
}
}

@media (min-width: 768px) {
.bannerscon {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
}

.bannerscont {
    color: #3e3e3e;
    font-family: 'UniviaPro-Regular';
    letter-spacing: 0;
    max-width: 398px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	max-height:112px;
}

.bannersknapp {
margin-top: 12px;
}
@media (min-width: 1100px) {
.bannersknapp {

}}


.bannersknapp a:after {
    content: '\f2fb';
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    vertical-align: 0px;
    position: absolute;
    height: 20px;
    width: 20px;
    color: #fff;
    line-height: 28px;
    top: 6px;
    right: 16px;
    font-size: 15px;
    color: currentcolor;
}
.bannersknapp a:before {
    content: "";
    position: absolute;
    border-radius: 30px;
    border: 1px solid currentcolor;
    top: 11px;
    right: 18px;
    height: 17px;
    width: 17px;
}

.bannersknapp a {
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    padding: 0 17px;
    padding-right: 50px;
    padding-top: 1px;
    line-height: 37px;
    font-size: 17px;
    text-transform: none;
    letter-spacing: -0px;
    text-align: center;
    font-family: 'UniviaPro-Regular';
    background: #fff;
    border-radius: 4px;
    color: #016f86;
}
.bannersknapp a:hover,.bannersknapp a:focus {
background: #073e89;
color:#fff;
}

.bannerselement .owl-dots {
width: 100%;
    max-width: 281px;
    margin: 0 40px;
    background: #ccc;
    right: 0;
    left: auto;
    height: 2px;
    position: absolute;
    bottom: -3px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.bannerselement .owl-dots .owl-dot {
    background-color: #eeeeee;
    height: 0;
    width: -webkit-fill-available;
    display: inline-flex;
    margin: 0 0px !Important;
    transform: translatey(-3px) !important;
    border: 1px solid transparent !important;
    border-radius: 0px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.bannerselement .owl-dots .owl-dot.active {
    background-color: #b7b7b7 !important;
    opacity: 1;
    height: 2px !important;
    transform: translateY(0px) !important;
}

.bannerselement .owl-nav > div {
    width: 23px !important;
    height: 23px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ededed;
    color: #b7b7b7 !important;
    line-height: 19px !important;
    padding-top: 0px;
    border-radius: 3px;
    margin: 0 4px;
    font-size: 28px;
}
.bannerselement .owl-nav {
    display: block !important;
    width: 100%;
    max-width: 120px;
    height: 60px;
    position: absolute;
    margin: 0 0px;
    left: 0;
    bottom: 0;
}
.bannerselement .zmdi-chevron-left:before {
content: '\f2fa' !important;
}
.bannerselement .zmdi-chevron-right:before {
    content: '\f2fb' !important;
}

.bannerselement .owl-nav > .owl-prev {
    position: absolute;
    left: 0;
}
.bannerselement .owl-nav > .owl-next {
    position: absolute;
    right: 0;
}













section.vc_section.tjansteseg {
    padding-top: 70px;
    padding-bottom: 50px;
}
@media(min-width:992px) {
section.vc_section.tjansteseg > div > .vc_col-sm-4 {
padding-left:30px;
}}







.ombildseg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #073e89;
    opacity: .6;
}
.ombildseg {
position:relative;
margin-bottom:80px !Important;
}

@media(max-width:767px) {
.ombildseg {
    background-position: 19% 52%;
}}


.wpb_text_column.wpb_content_element.ombilddiv {
    margin-bottom: 0 !important;
    padding: 90px 0;
z-index:9;
position:relative;
color:#fff;
max-width:794px;
text-align:center;
margin-left:auto;
margin-right:auto;
}
@media(min-width:768px) {
.wpb_text_column.wpb_content_element.ombilddiv {
    padding: 70px 0;
}}
.wpb_text_column.wpb_content_element.ombilddiv h4 {
color:#fff;
}
.wpb_text_column.wpb_content_element.ombilddiv .btn {
    background: transparent;
    border-color: rgba(238, 238, 238, .18);
}
.wpb_text_column.wpb_content_element.ombilddiv .btn:hover, .wpb_text_column.wpb_content_element.ombilddiv .btn:focus {
    background: rgba(238, 238, 238, .18) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, .03);
}










.contrutorrow {
padding-left:5px !important;
padding-right: 5px !important;
padding-bottom:30px;
}
@media(max-width:767px) {
.contrutorrow {
padding-bottom:0px;
}}

.contrutorrow > div > div {
padding-left:10px !important;
padding-right: 10px !important;
}

.contrutorrow > div > div > div {
    height: 100%;
    margin-bottom: 20px;
}


.crutdiv {
    min-height: 300px;
    margin-bottom: 0px !important;
    position: relative;
    background-size: cover !important;
    cursor: pointer;
    display: flex;
    align-items: stretch;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}
@media(max-width:767px) {
.crutdiv {
line-height:22px;
font-size:14px;
}}

.crutdiv > div {
padding:30px;
padding-bottom:60px;
color:#fff;
z-index:10;
position:relative;
}
@media(max-width:767px) {
.crutdiv > div {
padding:20px;
padding-bottom:60px;
}}


.crutdiv > div:after {
    content: "";
    position: absolute;
    bottom: 35px;
    margin: auto;
    height: 2px;
    width: 100%;
    max-width: 47px;
    background: #fff;
    transition: .2s ease;
}
.crutdiv:hover > div:after {
    max-width: 57px;
}
.crutdiv > div:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate( 
45deg);
    left: 65px;
    bottom: 30px;
    transition: .2s ease;
}
@media(max-width:767px) {
.crutdiv > div:before { 
    left: 55px;
}}

.crutdiv:hover > div:before {
    left: 75px;
}
@media(max-width:767px) {
.crutdiv:hover > div:before { 
    left: 65px;
}}

.crutdiv > div h5 {
padding-bottom:10px;
border-bottom: 1px solid rgba(255, 255, 255, .15);
color:#fff;
margin-bottom:30px;
}
@media(max-width:767px) {
.crutdiv > div h5 { 
margin-bottom:22px;
}}


.crutdiv > div p {
opacity:0;
transform:translatey(15px);
transition: .4s ease;
transition-delay: .1s;
}
.crutdiv:hover > div p {
opacity:1;
transform:translatex(0px);
transition-delay: .24s;
}

.crutdiv:before {
content:"";
position:absolute;
left:0;
top:0;
height:100%;
width:100%;
background:#073e89;
background:#565656;
opacity:.9;
opacity:.5;
}
.crutdiv:after {
content:"";
position:absolute;
left:0;
top:0;
height:100%;
width:100%;
background:#016f86;
opacity:0;
z-index:9;
transition: .2s ease;
}
.crutdiv:hover::after {
opacity:1;
}





.omtextdiv > .wpb_wrapper {
    max-width: 460px;
    margin: 0 auto;
}

.omtextlist > .wpb_wrapper {
    max-width: 616px;
    margin-top: -25px;
}

@media(min-width:768px) {
.omtextlist ul {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}}

.omtextlist li:before {
border-bottom: 1px solid #eee;
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    height: 14px;
    width: 14px;
    border: 3px solid #ededed;
    margin: auto;
    border-radius: 30px;
}

.omtextlist li {
    border-bottom: 1px solid #eee;
    padding: 25px 0px;
    padding-left: 30px;
    position: relative;
list-style-type:none;
}
@media(max-width: 767px) {
.omtextlist li:last-child {
    border-bottom: none;
}}

@media(min-width:768px) {
.omtextlist li {
    margin: 0 15px;
    width: calc(50% - 30px);
    display: inline-block;
}}

@media(min-width:768px) {
.omtextlist ul li:nth-last-child(2), .omtextlist ul li:nth-last-child(1) {
    border-bottom: none !important;
}}

.omtextlist li {
font-size:14px;
line-height:22px;
}
.omtextlist li strong {

    font-family: UniviaPro-Regular;
display:inline-block;
width:100%;
font-weight:300;
font-size:16px;
margin-bottom:6px;
}







.levseg {
padding-bottom:70px;
}

@media(max-width:767px) {
.levseg {
padding-bottom:20px;
}}

@media(min-width:768px) {
.levrow {
margin-bottom:30px;
}}

.levurow {
    margin: 0 !important;
    height: 100%;
background:#f2f2f2;
    border-radius: 4px;
    overflow: hidden;
}


.tlankdiv, .tlankdiv p, .tlankdiv p a {
    position: absolute;
    height: 100%;
    width: 100%;
left:0;
top:0;
font-size:0px;
    margin-bottom: 0 !important;
}
.levbild > div {
    background-position: center center;
    background-size: cover;
padding: 0 !Important;
}
@media(max-width:767px) {
.levbild > div {
min-height: 200px;
}}

@media(min-width:1800px) {
.levbild > div {
min-height: 360px;
}}


.levurow > div:last-child  {
align-items:center !important;
}

.levurow > div:last-child > div  {
padding: 30px !important;
}
@media(max-width:767px) {
.levurow > div:last-child > div  {
padding: 20px !important;
}}


@media(min-width:1200px){
.levurow > div:last-child > div  {
padding: 50px 40px !important;
}}


@media(max-width:991px){
.levrow > div  {
width:100%;
}}

.levrow > div > div > div {
	height:100%;
margin-bottom:30px;
}

.paracontrow > div > div > div{
background:#fff;
}
.wpb_text_column.wpb_content_element.paracontdiv {
    margin-bottom: 0;
    position: relative;
    font-size: 15px;
line-height:25px;
    color: #3e3e3e;
    font-family: 'UniviaPro-Regular';
    letter-spacing: 0;
}
.wpb_text_column.wpb_content_element.paracontdiv {
    margin-bottom: 0;
    position: relative;
    font-size: 15px;
line-height:25px;
    color: #3e3e3e;
    font-family: 'UniviaPro-Regular';
    letter-spacing: 0;
}
.paracontdiv h5 {
    color: #3e3e3e;
}







.vc_row.wpb_row.vc_row-fluid.omintrourow {
padding:0 15px;
}
.vc_row.wpb_row.vc_row-fluid.omintrourow > div {
    background: #ebeaeb;
padding: 170px 15px;
padding-bottom:40px;
margin-bottom:-70px;
}
.omintrouseg {
margin:0 0px !Important;
}

.vc_row.wpb_row.vc_row-fluid.omintrorow {
    padding-bottom: 30px;
    margin-bottom: 80px;
    position: relative;
    z-index: 9;
}










.nccar .owl-nav > div {
    width: 38px;
font-size:20px;
}
.nccar .owl-nav {
    text-align: center;
    position: absolute;
    left: -11px;
    top: -84px;
}

@media(max-width:767px) {
.nccar .owl-nav {
    top: -54px;
}}


.nccar .owl-nav > div{
font-size:29px;
}
.nccar .owl-nav > div:hover {
color: #073e89;
}
.nccar .owl-nav > div:last-child{
margin-left:10px;
}


.nccar.owl-carousel .owl-stage-outer {
padding:0 2px;
}

.nccar.owl-carousel .owl-stage {
    display: flex;
}
.nccar.owl-carousel .owl-item {
display:flex;
}
.nccar.owl-carousel .owl-item .ncwrap {
border:1px solid #ededed;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.ncex {
transition:.3s ease;
}
.ncex p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
margin-bottom:0;
font-size:14px;
line-height:23px;
}

.ncwrap:hover .ncex {
transition-delay:.2s;
opacity:1;
transform: translatex(0px);
}
.ncbild {
    position: relative;
color:#fff;
}
.ncbild:before {
    background: #f2f2f2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    display: block !important;
    content: "" !important;
    pointer-events: none;
    opacity: 0;
transition:.3s;
}
.ncwrap:hover .ncbild:before, .nyhet:hover .ncbild:before {
    opacity: .3;
}

.nyhcon .titc {
    padding: 25px 20px;
    padding-bottom: 61px;
    margin-bottom: 0;
color: #3e3e3e;
}


.nyhcon .tit{
    line-height: 24px;
color: #3e3e3e;
}
.nyhcon .tit {
max-height:24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.ncwrap:hover .nyhcon .tit{
color:#073e89;
}


.ncknapp {
    width: 100%;
    padding: 0 20px;
    height: 38px;
    line-height: 39px;
    color: #fff;
    background: #016f86;
    right: 0;
    bottom: 0;
    position: absolute;
    font-family: 'UniviaPro-Regular';
    letter-spacing: 0;
    font-size: 17px;
}
.ncknapp:before {
    content: '\f2fb';
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    vertical-align: 0px;
    position: absolute;
    height: 20px;
    width: 20px;
    color: #fff;
    top: 0px;
    right: 10px;
    font-size: 15px;
}
.ncknapp:after {
    content: "";
    position: absolute;
    border-radius: 30px;
    border: 1px solid currentcolor;
    top: 11px;
    right: 20px;
    height: 17px;
    width: 17px;
}
.ncwrap:hover .ncknapp:after {

}


.nyhcon:before {
    background: #f2f2f2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    display: block !important;
    content: "" !important;
    pointer-events: none;
    opacity: 0;
z-index:-1;
transition: .2s ease;
}
.ncwrap:hover .nyhcon:before, .nyhet:hover .nyhcon:before {
    opacity: .9;
}

.nyhcon {
    z-index: 1;
    position: relative;
}

a.nclank {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media(max-width:767px) {
section.vc_section.nyhseg .wpb_text_column.wpb_content_element.titmarg {
margin-bottom:71px;
text-align:left !important;
}}


section.vc_section.nyhseg {
    margin-bottom: 80px;
padding-bottom:30px;
}


.wpb_text_column.wpb_content_element.titmarg {
    margin-bottom: 50px;
}

.wpb_text_column.wpb_content_element.cent {
 text-align:center;
}









.orow {
background:#fff;
 box-shadow: 0 0px 100px rgba(0, 0, 0, .08);
padding: 0px;
}

.usm {
max-width: 1370px !Important;
position: relative;
}

@media (min-width: 1800px) {
.usm {
max-width: 1600px !Important;
}
	}

@media (min-width: 992px) {
.usm > .vc_col-sm-4 {
    position: absolute;
    left: 0;
    z-index: 9 !important;
}
}

@media (max-width: 767px) {
.usm > .vc_col-sm-4 {
border-bottom: 1px solid #ededed;
}
	}
	
.usm > .vc_col-sm-4 .wpb_content_element {
margin-bottom: 0 !important;
}

@media (min-width: 992px) {
.usm > .vc_col-sm-8 {
    width: 100%;
}
}

@media (max-width: 991px) {
.usm > .vc_col-sm-8, .usm > .vc_col-sm-4 {
z-index: 998 !important;
}
}



.usm .vc_wp_custommenu.wpb_content_element {
    margin-bottom: 0;
    background: #fff;
    text-align: center;
}

.usm .widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}
.usm .widget_nav_menu ul li {
    padding-bottom: 0;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
}
.usm .widget_nav_menu ul li {
    display: inline-block;
    border: none !important;
}

.usm .widget_nav_menu ul li a {
    font-size: 13px !important;
    line-height: 38px !important;
    color: #8D8A88 !important;
    padding: 0 15px;
    transition: 0s !important;
    display: inline-block;
}

.usm .widget_nav_menu ul li.activ a {
    font-family: UniviaPro-Regular;
    color: #b7b7b7 !important;
    font-size: 13px !important;
}


.orow.fixed {
    position: fixed !important;
    z-index: 998;
    width: 100%;
    left: 0;
}
.orow {
    min-height: 40px;
}

@media (min-width: 992px) {
.orow.fixed + .vc_section {
    margin-top: 40px !important;
}
}

@media (max-width: 991px) {
.orow.fixed + .vc_section {
    margin-top: 79px !important;
}
}

.orow.fixed + .section .wpb_content_element {
margin-bottom: 0 !important;
}







.marktabs.bwrap .slider-nav .thumb:not(:last-child, .active):before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .08);
}

.marktabs .owl-nav {
    border-right: 1px solid #166375;
border-right: 1px solid #016c83;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 70px;
    align-content: center;
    display: flex;
overflow:hidden;
}
@media(max-width:767px) {
.marktabs .owl-nav {
border-top-right-radius:4px;
}}

.marktabs .owl-nav .owl-prev {
    z-index: 99;
    color: #fff;
    height: 70px;
    width: 60px;
    bottom: 5px;
    background: #005669;
border-right:1px solid #166375;
}
.marktabs .owl-nav .owl-next {
    z-index: 99;
    color: #fff;
height:70px;
    width: 60px;
bottom:5px;
background: #005669;
}


.bannerstit {
    background: #016f86;
    margin-bottom: 0 !important;
    text-align: center;
    padding: 30px 30px;
    padding-top: 34px;
border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.slider-nav > .container {
padding: 0;
}

.slider-nav {
    width: 100%;
    z-index: 99;
    margin-bottom: 0 !important;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (min-width: 768px) {
.marktabs .slider-nav {
max-width:calc(100% - 120px);
right:0;
left:auto;
}
}
@media (min-width: 992px) {
.slider-nav {

}
}

@media (max-width: 991px) {
.slider-nav {

}
}




@media(min-width:768px) {
.bwrap .slider-nav .thumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #016f86;
    cursor: pointer;
    width: 100%;
    margin: inherit;
    position: relative;
    transition: .17s ease;
    opacity: 1;
    padding: 16px 26px;
border-radius:4px;
user-select:none;
min-height:70px;
}}


@media(min-width:768px) and (max-width:991px) {
.bwrap .slider-nav .thumb {
    padding: 16px 13px;
}}


@media(min-width:768px) {
.marktabs.bwrap .slider-nav .thumb {
text-align:center;
background: #005669;
color:#fff;
border-radius:0px;
}}


.bwrap .slider-nav .thumb:first-child {
border-top-left-radius:0px;
}

.bwrap .slider-nav .thumb:last-child {
border-top-right-radius:0px;
}

.bwrap .slider-nav .thumb:hover {
background: #fff;
}
.marktabs.bwrap .slider-nav .thumb:hover {
background: #005264;
}

.bwrap .slider-nav .thumb.active {
color:#fff;
background: #016f86;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.marktabs.bwrap .slider-nav .thumb.active {
background: #016f86;
}

@media (max-width: 767px) {
.bwrap .slider-nav .thumb {
height:20px;
width:20px;
background:#fff;
margin: 0 10px;
border-radius:100% !important;
cursor:pointer;
user-select:none;
}
}
@media (max-width: 767px) {
.bwrap .slider-nav .thumb.active {
background:#073e89;
}
}

.bwrap .slider-nav .thumb:last-child {
margin-bottom: 0px;
}

@media (min-width: 768px) {
.bwrap .slider-nav .thumb img {
opacity: .45;
transform: skew(10deg) scale(1.13);
}}

@media (min-width: 768px) {
.bwrap .slider-nav .thumb.active img { 
opacity:1;
}
	}
@media (min-width: 992px) {
.tabtit {
white-space:nowrap;
}}

@media (min-width: 768px) {
.tabtit {
    margin-bottom: -2px;
    color: #016f86;
    font-size: inherit;
transition: .17s ease;
}}

@media (min-width: 768px) and (max-width:991px) {
.tabtit {
font-size:12px;
margin-bottom:3px;
}}


@media (max-width: 767px) {
.tabtit, .tabutit {
display:none;
}}

@media (min-width: 768px) {
.marktabs .tabtit {
color:#fff;
margin-bottom:0;
}}


@media (min-width: 768px) {
.thumb.active .tabtit {
color:#fff;
}}

p.tabutit {
    margin-bottom: -6px;
    font-size: 12px;
}
@media(max-width:1220px) and (min-width:992px) {
p.tabutit {
white-space:nowrap;
}}

@media(max-width:1220px) and (min-width:768px) {
p.tabutit {
font-size:11px;
}}

@media(max-width:991px) and (min-width:768px) {
p.tabutit {
line-height:13px !important;
font-size:10px;
}}






.frow .banner {
    overflow: hidden;
    border-radius: 4px;
}


@media(Min-width:768px) {
.bwrap .slider-nav .thumbswrap {
    margin: 0 9px;
    padding: 0px;
}}
@media(Min-width:768px) {
.bwrap .slider-nav .thumbs {
    display: flex;
    background: linear-gradient(to top,#efefef 0%,#ffffff 100%);
    border-radius: 4px;
border-top-left-radius:0px;
border-top-right-radius:0px;
    overflow: hidden;
    position: relative;
}}

@media(Min-width:768px) {
.js_active .bwrap .slider-nav .thumbs {
box-shadow:0px 0px 0px 0.5px rgba(98, 98, 98, .18);
}}


@media(max-width:767px) {
.bwrap .slider-nav .thumbs {
    display: flex;
justify-content:center;
    overflow: hidden;
    position: relative;
    padding-bottom: 28px;
}}

@media(max-width:767px) {
.marktabs.bwrap .slider-nav {
right:0;
left:auto;
max-width:calc(100% - 120px);
}}


@media(Min-width:768px) {
.marktabs.bwrap .slider-nav .thumbs {
    border-radius: 0px;
box-shadow:none;
}}


@media (min-width: 1200px) and (max-width: 1300px) {
.bwrap .slider-nav .thumbs {

}
}






.marktabs.bwrap {
    border-bottom-left-radius: 4px;
	    border-bottom-right-radius: 4px;
overflow:hidden;
}

.bwrap {
 position:relative;
}

.banner .owl-stage-outer {
    transform: translate3d(0,0,0);
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
	}
	
.banner .owl-stage {
height: 500px;
    left: 0;
    top: 0;
    position: relative;
    display: block;
}


.banner .owl-carousel .owl-item {
    height: 500px;
	left: 0;
transition: 0.5s ease-in-out !important;
pointer-events: none;

}
.banner .owl-carousel .owl-item.active {
    opacity: 1 !important;
pointer-events: auto;
}



@media (max-width: 767px) {
.bannerd .row > div:nth-child(1) {
order:2;
}
}
@media (max-width: 767px) {
.bannerd .row > div:nth-child(2) {
order:1;
padding-top:40px;
text-align:center;
width:100%;
}
}
@media (max-width: 767px) {
.bannerd .row > div:nth-child(2) img {
    max-height: 160px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
}





.owl-item .bannerdiv{
transform: translateY(70px);
opacity: 0;
transition: 1.2s ease;
transition-delay: .4s;
}


.owl-item.active .bannerdiv{
transform: translateY(0px);
opacity: 1;
}


.owl-item .bannerknapp {
transform: translateY(50px);
opacity: 0;
transition: .9s ease;
transition-delay: 1.4s;
}
.owl-item.active .bannerknapp{
transform: translateY(0px);
opacity: 1;
}





.banner .owl-dots {
    text-align: left;
    margin-top: 0;
    padding-left: 26px;
    padding-right: 26px;
    max-width: 1270px;
    margin-left: auto;
    left: 0;
    right: 0;
    margin-right: auto;
    bottom: 26px;
    position: absolute;
    width: 100%;
}



@media (min-width: 1600px) {
.banner .owl-dots {
    max-width: 1600px;
}
	}


@media (max-width: 767px) {
.banner .owl-nav {
display:none;
}}

.banner .owl-carousel .owl-stage-outer {
    overflow: inherit;
}




.bildgalleri .owl-dots .owl-dot {
    border: 2px solid rgba(0, 0, 0, 0.24);
    margin: 0 7px;
}

.owl-dots .owl-dot {
    background-color: transparent !important;
    height: 13px;
    width: 13px;
    margin: 0 12px;
    border: 2px solid rgba(255, 255, 255, 0.24);
}
.owl-dots .owl-dot.active {

}
.bildgalleri .owl-dots {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
}




.banner .owl-nav .owl-prev {
    position: absolute;
    bottom: calc(50% + 10px);
    left: 40px;
    z-index: 99;
    color: #fff;
height:60px;
}
.banner .owl-nav .owl-prev i:before, .marktabs .owl-nav .owl-prev i:before {
top:10px;
position:absolute;
    content: "";
    font-size: 0px;
    height: 20px;
    width: 5px;
    background: #fff;
    display: inline-block;
    transform: skew(-30deg,0);
}
.marktabs .owl-nav .owl-prev i:before {
top:20px;
    height: 15px;
}


.banner .owl-nav .owl-prev i:after, .marktabs .owl-nav .owl-prev i:after {
top:30px;
position:absolute;
    content: "";
    font-size: 0px;
    height: 20px;
    width: 5px;
    background: #fff;
    display: inline-block;
    transform: skew(30deg,0);
}
.marktabs .owl-nav .owl-prev i:after {
top:35px;
    height: 15px;
}


.banner .owl-nav > div i:after, .banner .owl-nav > div i:before, .marktabs .owl-nav > div i:after, .marktabs .owl-nav > div i:before {
transition: .15s ease;
}


.banner .owl-nav .owl-next {
    position: absolute;
    bottom: calc(50% + 10px);
    right: 40px;
    z-index: 99;
    color: #fff;
height:60px;
}
.banner .owl-nav .owl-next {
    position: absolute;
    bottom: calc(50% + 10px);
    right: 40px;
    z-index: 99;
    color: #fff;
height:60px;
}
.banner .owl-nav .owl-next i:before, .marktabs .owl-nav .owl-next i:before {
top:10px;
position:absolute;
    content: "";
    font-size: 0px;
    height: 20px;
    width: 5px;
    background: #fff;
    display: inline-block;
    transform: skew(30deg,0);
}
.marktabs .owl-nav .owl-next i:before {
top:20px;
    height: 15px;
}


.banner .owl-nav .owl-next i:after, .marktabs .owl-nav .owl-next i:after {
top:30px;
position:absolute;
    content: "";
    font-size: 0px;
    height: 20px;
    width: 5px;
    background: #fff;
    display: inline-block;
    transform: skew(-30deg,0);
}
.marktabs .owl-nav .owl-next i:after {
top:35px;
    height: 15px;
}



@media (max-width: 767px) {
.banner .owl-nav .owl-next {
    right: 83px;
}
}
@media (max-width: 767px) {
.banner .owl-nav .owl-prev {
right: 138px;
}
}


.banner .owl-nav > div:hover i:before, .banner .owl-nav > div:hover i:after, .marktabs .owl-nav > div:hover i:before, .marktabs .owl-nav > div:hover i:after {
background:#073e89;
background: #4d97a9;
}




.banner .bannerinnehall {
    margin-bottom: 30px;
    color: #fff;
}




@media (min-width: 768px) {
.banner .bannercon > div {
    display: flex;
    align-items: center;
}
	}

.banner .bannercon {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 9;
display:flex;
}
@media (min-width: 768px) {
.banner .bannercon {
padding-left:80px;
	padding-right:80px;
padding-bottom:70px;
}
	}

@media (min-width: 1800px) {
.banner .bannercon {

}
	}



@media  (min-width: 992px) {
.banner .bannerdiv {
    position: absolute;
    right: 20px;
    padding-left: 45px;
}
}


.banner .bannerd:after {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0px;
    bottom: 0;
    display: block !important;
    content: "" !important;
    z-index: 0;
    background: #016f86;
background: #007891;
    opacity: .86;
    visibility: visible !important;
    pointer-events: none;
}

.banner .bannerd:before {
content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0;
    display: block !important;
    background: #000;
opacity: .45;
z-index:0;
    visibility: visible !important;
    pointer-events: none;
}


@keyframes pttd {
100% { 
opacity: 0; }
}





.banner .bannerd {
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    position: relative;
overflow: hidden;
}



.banner .bannerdiv h6 {
    color: #fff;
    font-family: 'UniviaPro-Book';
    font-size: 15px;
    line-height: 24px;
    max-width: 508px;
}
.banner .banneridiv p {
margin-bottom:0;
}

.banner .banneridiv h1 {
    margin-bottom: 9px;
    font-size: 48px;
}
@media (max-width: 1120px) {
	.banner .banneridiv h1 {
    font-size: 34px;
}}

@media (max-width: 767px) {
	.banner .banneridiv h1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
font-size:30px;
    line-height: 30px;
	margin-bottom:10px;
max-height:60px;
}}



@media (max-width: 767px) {
.banner .banneridiv h6 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 23px;
max-height:92px;
margin-bottom:18px;
}}


	
@media (min-width: 768px) {
.banner .banneridiv {
    color: #fff;
max-width:537px;
}
	}

@media (min-width: 768px) {
.banner .banneridiv h5 {
    margin-left: 0;
    margin-right: 30px;
    line-height: 36px;
max-width: 690px;
}
	}

@media (min-width: 992px) and (max-width: 1200px)  {
.banner .banneridiv h5 {
margin-right: 0;
margin-left: auto;
}
	}




.banner a.btn {
    color: #fff;
    margin-top: 15px;
    border-color: rgba(255, 255, 255, .35);
}





@media (max-width: 991px) {
.banner .banneridiv {

}
	}

@media (max-width: 767px) {
.banner .banneridiv {
    max-width: 450px;
    padding-bottom: 40px;
}
	}

@media (max-width: 767px) {
.banner .banneridiv h5 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
	}


.bannerknapp .btn:after {
color:#fff;
}

@media (max-width: 991px) {
.bannerknapp {
    margin-bottom: 20px;
}
	}

@media (max-width: 767px) {
.frow, .banner .bannercon, .banner .bannerd, .bwrap, .banner .owl-stage {
height:470px !important;
}
	}
@media (max-width: 767px) {
.banner .bannercon {
padding-left:10px;
padding-right:10px;
}
	}

@media (max-width: 767px) {
.banner {
overflow:hidden;
border-radius:6px;
}
	}

@media (max-width: 991px) {
.banner {
margin-bottom: 35px;
}
	}












.home .entry-content {
overflow:hidden;
position:relative;
}

body.home main#main {
    padding-top: 17px;
}

@media (max-width: 991px) {
body.home main#main {
padding-top:30px !important;
}}

.frow {
position: relative;
}

@media (max-width: 991px) {
.frow {

}}



@media (min-width: 1600px) {
.frow {
	height: 700px;
min-height: 40vh;
	}
}


@media(Min-width:992px) and (max-width:1500px) {
.frow, .banner .bannercon, .banner .bannerd {

}}

.frow, .banner .bannercon, .banner .bannerd {
    height: 500px;
}

@media (min-width:1200px) {
.frow, .banner .bannercon, .banner .bannerd {
    height: 520px;
}}

@media (min-width:1501px) {
.frow, .banner .bannercon, .banner .bannerd {
    height: 580px !important;
}}
@media (min-width:1800px) {
.frow, .banner .bannercon, .banner .bannerd {
    height: 630px !important;
}}
@media (min-width:2100px) {
.frow, .banner .bannercon, .banner .bannerd {
    height: 700px;
}}


.frow.vc_section > .vc_row-fluid {

}




















.nyhetgrid .fnyhett, .fnyhetel .fnyhett {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .fnyhetel .fnyhetk {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.fnyhetk, .fnyhett {
white-space: nowrap;
	text-overflow: ellipsis;
overflow: hidden;
}
}


.nyhetgrid .fnyhetc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.fnyheti {
width: 100%;
    display: flex;
}

.nyhetgrid .fnyheti {
padding: 15px;
min-height: 130px;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.nyhetgrid .fnyheti {
min-height: inherit;
}
}


.fnyhetd {
    display: inline-block;
background:#fff;
    max-width: 52px;
    width: 100%;
    max-height: 64px;
    overflow: hidden;
}

.fnyhetel .fnyhetd {
    color: #fff;
}


.fdag {
    display: block;
    font-size: 20px;
    margin-top: 0px;
    text-align: center;
    padding: 5px 0px;
min-width: 51px;
}
.fdat {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: .2px;
    padding-top: 21px;
    border-top: 1px solid #ededed;
    display: block;
    padding: 6px 0px;
min-width: 50px;
text-align: center;
}

.fnyhetc {
padding-left: 20px;
    display: inline-block;
overflow: hidden;
}

.fnyhetel {
padding: 30px;
}


.fnyhetk {
margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
}
.fnyhetel .fnyhetk {
    color: #fff;
}


.fnyhett {
    margin-bottom: 5px;
    line-height: 22px;
}
.fnyhetel .fnyhett {
    color: #fff;
}




.fnyhetel > h5 {
    color: #fff;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 35px;
}


.fnyhetel .cms-grid-inner .grid-item {
    display: flex;
    margin-bottom: 30px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}















.videorow {
    z-index: 9;
}

.videotext {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 99;
}



.videotextdiv {
    position: absolute;
    padding: 50px;
    padding-left: 0px;
    bottom: -500px;
    left: 0;
}

@media (max-width: 767px) and (min-width: 623px) {
.videotextdiv {
    bottom: -325px;
}
}
@media (max-width: 622px) {
.videotextdiv {
    bottom: -305px;
}
}

@media (min-width: 1800px) {
.videotextdiv {
    bottom: -630px;
}
}

@media (min-width: 1200px) {
.videotextdiv h2 {
white-space: nowrap;
}
}
.videotextdiv h2 {
    margin-bottom: 0;
color: #fff;
}

@media (max-width: 767px) {
.videotextdiv h2 {
font-size: 30px;
}
}





@media (min-width: 768px) and (max-width: 991px) {
.fintrobrow > div {
width: 100%;
}
}
@media (min-width: 1800px) {
.fintrobrow > div {
width: 100%;
}
}


.fintrobrow {
margin-left: 0 !important;
margin-right: 0 !important;
}
.fintrobrow > .vc_column_container > .vc_column-inner {
padding-left: 0px !important;
padding-right: 0px !important;
}


.fintrobdiv {
    margin-bottom: 0 !important;
    text-align: center;
background:#f4f4f4;
}

.fintrobdiv > div {
    height: 90px;
    width: 100%;
    display: flex;
}

@media (max-width: 767px) {
.fintrobdiv > div {
height: 70px;
}
}


.fintrobdiv#bd2 {
 background: #e8e8e8;
}

.fintrobdiv > div h6 {
    margin-bottom: 0 !Important;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fintrobdiv > div h6 a {
    float: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px !important;
    padding-top: 34px !important;
    display: inline-block;
    width: calc(100% + 30px);
}

@media (max-width: 767px) {
.fintrobdiv > div h6 a {
    padding: 15px !important;
    padding-top: 24px !important;
}
}






.fintro {
padding: 0 !Important;
}

.vc_section > .vc_row-fluid.fintrorow {
    overflow: hidden;
    max-width: 100% !important;
}

@media (min-width: 768px) {
.vc_section > .vc_row-fluid.fintrorow {
display: flex;
}}

.fintrorow > .vc_col-sm-4 {
background: #073e89;
}





@media (min-width: 1875px) {
.fintrorow > .vc_col-sm-8 {
width: 60%;
}
	}
	
@media (min-width: 1875px) {
.fintrorow > .vc_col-sm-4 {
width: 40%;
}
	}
	
	
@media (min-width: 768px) and (max-width: 991px) {
.fintrorow > .vc_col-sm-4 .fnyhetel .cms-grid-inner .grid-item:nth-child(3) {
display: none !important;
}
	}
	
	

@media (min-width: 768px) {
.fintrorow {
height: 500px;
}
}

@media (min-width: 1800px) {
.fintrorow {
height: 630px;
}
}


.fintrorow > .vc_column_container > .vc_column-inner {
padding-left: 0px !important;
padding-right: 0px !important;
}


@media (min-width: 992px) and (max-width: 1350px) {
.fintrorow > .vc_col-sm-8 {
width: 60%;
}
	}
@media (min-width: 992px) and (max-width: 1350px) {
.fintrorow > .vc_col-sm-4 {
width: 40%;
}
	}


@media (min-width: 768px) and (max-width: 991px) {
.fintrorow > .vc_col-sm-8 {
width: 58%;
}
	}
@media (min-width: 768px) and (max-width: 991px) {
.fintrorow > .vc_col-sm-4 {
width: 42%;
}
	}




.fullcoveredvideo:after {
    background: linear-gradient(to top,rgba(0, 0, 0, .78) 30%,rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    content: "" !important;
    pointer-events: none;
    transition: .5s ease;
    transition-delay: .2s;
    opacity: .3;
}

.fullcoveredvideo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
z-index: -1;
}

@media (min-width: 768px) {
.fullcoveredvideo {
    height: 500px;
}
	}

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

}
	}



@media (min-width: 768px) {
.fullcoveredvideo video {
    min-height: 500px;
    width: 100%;
}
	}




@media (min-width: 1800px) {
.fullcoveredvideo {
    height: 630px;
}
	}

@media (min-width: 1800px) {
.fullcoveredvideo video {
    min-height: 630px;
}
	}


@media (min-width: 768px) and (max-width: 991px) {
.fullcoveredvideo video {
    width: 190%;
}
	}

@media (min-width: 992px) and (max-width: 1350px) {
.fullcoveredvideo video {
    width: 135%;
}
	}

@media (min-width: 992px) and (max-width: 1100px) {
.fullcoveredvideo video {
    width: 150%;
}
	}

@media (min-width: 768px) and (max-width: 820px) {
.fullcoveredvideo video {
    width: 200%;
}
	}

@media (max-width: 622px) {
.fullcoveredvideo video {
    max-height: 294px;
    margin-bottom: -6px;
}
	}

@media (max-width: 767px) and (min-width: 663px) {
.fullcoveredvideo video {
margin-bottom: -6px;
    max-height: 432px;
}
	}











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

a {
color: inherit;
}

.specialapdiv {
    max-width: 825px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}




@media(Min-width:768px) {
.sokcont {
    display: flex;
    flex-wrap: wrap;
}}
@media(Min-width:768px) {
.sokcont .single-hentry {
width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 40px;
}}




.sokcont {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
padding-bottom: 80px;
}
.sokdiv {
    padding-top: 60px;
    padding-bottom: 45px;
    text-align: center;
margin-bottom:50px;
background: #e1e3e4;
position:relative;
}
.sokdiv:before {
    content: "";
    position: absolute;
    left: -300%;
    top: 0;
    width: 600%;
    height: 100%;
    background: #e1e3e4;
    z-index: -1;
}



body .sokdiv .sokfalt > input.search-field {
    background: #ffffff !important;
    border: none !important;
    min-height: 46px;
}

body .sokcont .sokfalt > button {
transform: translateY(3px);
}

.sokdiv form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.sokdiv > div {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.sokdiv > div > p {
    text-align: left;
    font-size: 14px;
}


.sok-excerpt:before {
    content: "";
    position: absolute;
    background: #b7b7b7;
    opacity: .07;
    left: -3px;
    width: calc(100% + 3px);
    height: 100%;
    top: 0px;
    z-index: -1;
}
.sok-excerpt {
    position: relative;
    display: inline-block;
}


.sok-textexcerpt:before {
    content: "";
    position: absolute;
    background: #073e89;
opacity:.1;
    left: -3px;
    width: calc(100% + 3px);
    height: 100%;
    top: -1px;
    z-index: -1;
}
.sok-textexcerpt {
    position: relative;
    display: inline-block;
}





body .sokfalt > input.search-field {
    height: 39px;
    padding-top: 9px !important;
    font-size: 16px !important;
    position: relative;
    transition: .2s;
    border-radius: 4px !important;
    border: 1px solid rgba(68, 68, 68, .09) !important;
    background-color: transparent !important;
font-family: 'UniviaPro-Regular';
}

body .scont .sokfalt > input.search-field {
    border: none !important;
    border-bottom: 1px solid rgba(237, 237, 237, .53) !important;
    padding-left: 0;
    border-radius: 0px !important;
color: #3e3e3e;
}



.sokfs .sokfalt > input {
border: none !important;
}

.sokfalt button {
    width: 26px;
    border: none!important;
    padding: 0;
    height: 47px;
    margin-bottom: -47px;
    font-size: 22px;
    float: right;
    margin-right: 6px;
    z-index: 9;
    position: relative;
    background: transparent !important;
    color: inherit !important;
}

.sokfalt button:hover, .sokfalt button:focus {
background: transparent !important;
color: #5e5f5f;
}

.sokfalt .zmdi-search:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    border: 1px solid currentColor;
    right: 7px;
	top: 9px;
	bottom: 0;
    border-radius: 100px;
}
.sokfalt .zmdi-search:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 8px;
    border: 1px solid currentColor;
    right: 3px;
	top: 27px;
border-radius: 100px;
transform: rotate(50deg);
}


.scontcol .sokfalt {
    transform: translateY(9px);
    width: calc(100% - 60px);
}



	


.tlogo img {
    max-height: 26px;
margin-bottom: 29px;
}

.toldiv > p {
    font-size: 15px;
    max-width: 260px;
}




.nyhetrowdiv {
    font-size: 20px;
    line-height: 33px;
}


.nyhetrowdiv p {
    max-width: 401px;
}


.nyhetrow {
    padding-top: 150px !important;
    padding-bottom: 120px;
    background-size: cover;
position: relative;
}

.nyhetrow:before {
    background: rgba(143, 138, 141, 0.91);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    content: "" !important;
    z-index: 0;
}



@media (min-width: 992px) {
.bannertabs .navtabsdiv {
min-width: 280px;
}
	}

.bannertabs .navtabsdiv {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(217, 217, 217, 0.95);
    height: 100%;
}

@media screen and (max-width: 991px) {
.bannertabs .navtabsdiv {
    margin-bottom: 30px;
    margin-right: 7px;
    position: static;
    text-align: right;
}
	}

@media screen and (min-width: 992px) {
.bannertabs {
margin-bottom: 90px;
}
	}

.bannertabs {
    position: relative;
  /*  margin-left: -30px;
    margin-right: -30px;*/
}

.bannertabs .navtabs {
margin-top: -1px;
    display: block;
    text-align: right;
    position: relative;
}

@media screen and (min-width: 1200px) {
.bannertabs .navtabs {
margin-top: 18%;
}
	}


.bannertabs .navtabs li {
    display: block;
    border-bottom: 1px solid rgba(43, 43, 43, 0.05);
}
.bannertabs .navtabs li:first-child {
    border-top: 1px solid rgba(43, 43, 43, 0.05);
}
.bannertabs .navtabs li a {
    font-size: 14px;
    opacity: 1;
    position: relative;
    display: block;
    padding-left: 15px;
    padding-right: 35px;
    line-height: 52px;
    padding-top: 4px;
}

.bannertabs .navtabs li a.active {
    background: #eeeeee;
}

.bannertabs .navtabs li a:after {
    content: "";
    opacity: 0;
    right: 15px;
    top: 48%;
    height: 8px;
    width: 8px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
    display: inline-block;
    position: absolute;
}

.bannertabs .navtabs li a.active:after {
opacity: 1;
}

@media (min-width: 992px) {
.bannertabs .tabcontdiv {
    padding: 40px;
padding-bottom: 35px;
    background-color: #fff;
    margin-right: 30px;
    margin-left: 325px;
    max-width: 910px;
    position: absolute;
    bottom: -120px;
opacity: 0;
    z-index: 99;
    min-height: 240px;
transition: .3s ease-in-out;
}
	}

@media (min-width: 992px) {
.bannertabs .tabflik.show .tabcontdiv {
    bottom: -90px;
opacity: 1;
}
	}


@media (min-width: 992px) {
.bannertabs .tabflik h2 {
transition: .6s;
opacity: 0;
transform: translatey(10px);
transition-delay: .2s;
}
.bannertabs .tabflik.show h2 {
opacity: 1;
transform: translatey(0px);
}
	}

@media (min-width: 992px) {
.bannertabs .tabflik .tabcont {
transition: .4s;
opacity: 0;
transform: translatey(10px);
transition-delay: .6s;
}
.bannertabs .tabflik.show .tabcont {
opacity: 1;
transform: translatey(0px);
}
	}



.bannertabs .tabcontdiv {
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.bannertabs .tabtext {
  /*  padding: 0 15px;*/
margin-bottom: 15px;
}



.bannertabs .tabcont {
/*  margin: 0 -15px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;*/
}


@media screen and (max-width: 991px) {
.bannertabs .tabbild img {
    width: 100%;
  }
.bannertabs .tabcont {
    display: block;
  }
.bannertabs .tabknapp {
    margin-top: 30px;
  }
.bannertabs .tabcontdiv {
    margin: auto;
  padding: 23px 40px 40px;
  background-color: #fff;
  position: relative;
  z-index: 99;
  }
}

/*
.tabbild {
    margin-left: 15px;
    margin-right: 15px;
}*/

.tabcont > .tabflik {
    display: none;
}

.tabcont > .active {
    display: block;
}











.vc_section > .vc_row-fluid.ombudrow {

}


.ombudseg {
position: relative;
    background-size: cover;
    background-position: 50% 100%;
margin-bottom:140px !Important;
}

.ombudseg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #073e89;
background: #016f86;
    opacity: .8;
z-index:0;
}
.ombudseg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: .0;
z-index:1;
}


.ombud {
    padding: 70px 0px;
    padding-top: 80px;
    max-width: 420px;
    margin-left: auto !important;
    margin-right: auto !Important;
    margin-bottom: 0 !important;
    text-align: center;
}


.ombud > div {
color:#fff;
line-height:26px;
font-size:18px;
}


.ombudbild img {
max-height: 220px;
}
@media(max-width:767px) {
.ombudbild img {
max-height: 160px;
}}

@media(min-width:1800px) {
.ombudbild img {
max-height: 287px;
}}

.ombudbild {
margin-bottom:-60px !important;
z-index:9;
position:relative;
}









@media (min-width: 992px) {
.omcontdiv {
    margin-top: 140px;
    max-width: 438px;
}
	}

.omcontbild img {
    max-width: 400px;
}

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

.ompos {
    padding: 30px;
    margin: auto !important;
    color: #3e3e3e;
}
@media (max-width: 767px) {
.ompos {
    padding: 20px;
}}

@media (min-width: 992px) {
.ompos {
    padding: 50px;
    margin: auto !important;
}}
.ompos h4 {
    color: #3e3e3e;
}








.extracontrow {
    padding-top: 50px !important;
    padding-bottom: 20px;
}

.ectitel h5 {
border-bottom: 1px solid #ededed;
    display: inline-block;
    line-height: 33px;
}

.extracontrow h6 {
    font-size: inherit;
    margin-bottom: 5px;
}

.extracontrow > .vc_row > .wpb_column .wpb_single_image {
overflow:hidden;
position: relative;
}

.extracontrow > .vc_row > .wpb_column .wpb_single_image img {
    transform: scale(1);
    transition: .3s ease-in-out;
}

.extracontrow > .vc_row > .wpb_column:hover .wpb_single_image img {
    transform: scale(1.05);
}
.extracontrow > .vc_row > .wpb_column .wpb_single_image:after {
    visibility: visible !important;
    background: rgba(223, 221, 18, .3);
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    display: block !important;
    content: "" !important;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: .3s ease-in-out;
}
.extracontrow > .vc_row > .wpb_column:hover .wpb_single_image:after {
opacity: 1;
}




.home .budsbanner {
margin-top: 30px;
}


.budsbanner:after {
    visibility: visible !important;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    display: block !important;
    content: "" !important;
    z-index: 1;
    pointer-events: none;
}

.budsbanner {
position: relative;
padding: 180px 15px !important;
padding-bottom: 150px !important;
    color: #fff;
    background-size: cover;
    background-position: center center;
}

.budsbanner .budstitel h4 {
color:#fff;
}

@media (min-width: 992px) {
.budsbanner .budstitel {
text-align: right;
}
	}
.budsbanner .budstext h6 {
color:#fff;
}













section.vc_section.tcseg {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.tcbild.inherit {
    margin-bottom: 0;
}
.tcbild img, .tcbild figure, .tcbild .vc_single_image-wrapper {
width:100%;
}
.tcrow {
    margin: 0;
margin-bottom:30px;
    background: #f2f2f2;
}
.tcrow>.vc_column_container>.vc_column-inner {
padding:30px 30px !Important;
}
.tcrow .wpb_content_element {
    margin-bottom: 0px;
}



.vc_section > .ominforow.vc_row-fluid {
    max-width: 630px !important;
}

.erutabild {
    background-size: cover;
    background-position: center center;
    height: 255px;
}

@media (min-width: 768px) {
.erutabild {
    margin-bottom: 15px !important;
}
}

@media (min-width: 768px) {
.erutadiv {
    margin-top: 65px;
}
	}
.erutadiv p {
    overflow: hidden;
    text-overflow: ellipsis;
}


.erutarow {
    background: #f2f2f2;
    margin: 0 !important;
padding-top: 15px;
}


@media (max-width: 767px) {
.erutarow {
margin-bottom: 50px !important;
}}






.fsbanseg {
margin-bottom:80px !Important;
}


.mlosrow {
margin-bottom: 100px !Important;
}
.slosrow {
    margin-bottom: 100px;
}

.vc_section > .vc_row-fluid.losrow {
padding: 0 15px;
}

.losrow > .vc_column_container {
background: #f2f2f2;
}

@media (min-width:768px) {
.losrow > .losbild {
border-radius: 4px 0px 0 4px;
overflow:hidden;
}}
@media (min-width:768px) {
.losrow > .sbmain {
border-radius: 0px 4px 4px 0px;
overflow:hidden;
}}
@media (min-width:768px) {
.losrow.mobord > .losbild {
border-radius: 0px 4px 4px 0px;
overflow:hidden;
}}
@media (min-width:768px) {
.losrow.mobord > .sbmain {
border-radius: 4px 0px 0px 4px;
overflow:hidden;
}}



.losrow > .vc_column_container > .vc_column-inner {
padding: 0 !Important;
}


.losrow .wpb_single_image {
 margin-bottom: 0;
}



.losrow > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    display: flex;
}

.losrow .losbild > div {
background-size: cover !Important;
background-position: center center;
min-height: 350px;
position:relative;
}
@media(max-width:767px) {
.losrow .losbild > div {
min-height: 250px;
}}


@media(min-width:1800px) {
.losrow .losbild > div {
min-height: 450px;
}}



.losrow strong {
    font-weight: 400;
    font-family: UniviaPro-Regular;
}

.losrow .btn {
    margin-top: 15px;
}

.losrow {
margin-bottom:30px;
}
@media(min-width:768px) {
.losrow {
margin-bottom:80px;
}}

@media(max-width:767px) {
.losrow.mobord > div:nth-child(2) {
order:1;
}}
@media(max-width:767px) {
.losrow.mobord > div:nth-child(1) {
order:2;
}}
@media(max-width:767px) {
.sbmain {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
overflow:hidden;
}}
@media(max-width:767px) {
.losbild {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
overflow:hidden;
}}





.omrow {
    background: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 70px;
}

.lrow {
    padding-top: 100px;
    padding-bottom: 100px;
}


.funktionerrow {

}


.funktrow h3 {
    color: #fff;
}

.funktrow {
    background: #073e89;
    position: relative;
    display: flex;
padding-top: 50px;
}

.funktrow:before {
    content: "";
    position: absolute;
    width: 500%;
    height: 100%;
background: #073e89;
    top: 0px;
    right: 120px;
}
.funktrow:after {
    content: "" !Important;
    position: absolute;
    width: 500%;
    height: 100%;
background: #073e89;
    top: 0px;
    left: 120px;
}







.omdiv p {
max-width: 400px;
	}

.omdiv h4 {
margin-bottom: 30px;
}


.omdiv ul {
    margin-top: 30px;
margin-bottom: -11px !important;
}

.omdiv ul li {
list-style-type: none;
    position: relative;
    padding-left: 70px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    margin-bottom: 11px;
}

.omdiv ul li:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    left: 0;
    top: 13px;
    background: #c0ccd3;
}





.nyhetsrow {
    padding-top: 60px;
    padding-bottom: 60px;
}

.nyhetsrad {
    border-bottom: 2px solid #073e89;
}

@media (min-width: 768px) {
.nyhetsrad {
    padding-bottom: 10px;
}
	}
@media (max-width: 767px) {
.nyhetsradcol {
margin-bottom: 30px;
}
	}


.radbild > a {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.radbild {
    width: 34%;
height: 100%;
    display: inline-block;
float: left;
overflow: hidden;
position: relative;
min-height: 93px;
}
.radtext {
    width: 66%;
    display: inline-block;
    padding: 0 15px;
height: 100%;
}

.radtext h6 {
margin-bottom: 5px;
}

.radtext .ncont {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 29px;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.radnyhet {
    height: 100%;
}



.nyhetsradcol .radbild img {
    transform: scale(1);
transition: .3s ease-in-out;
}
.nyhetsradcol:hover .radbild img {
    transform: scale(1.05);
}

.nyhetsradcol .radbild:after {
    visibility: visible !important;
    background: rgba(223, 221, 18, .3);
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    display: block !important;
    content: "" !important;
    z-index: 1;
    pointer-events: none;
opacity: 0;
transition: .3s ease-in-out;
}

.nyhetsradcol:hover .radbild:after {
opacity: 1 !important;
}











.omradendiv .tcol {
    position: relative;
    z-index: 9;
    pointer-events: none;
display:flex;
}





.omradendiv {
    position: relative;
    transition: .3s ease;
    margin-bottom: 0 !important;
    color: #3e3e3e;
    font-family: 'UniviaPro-Regular';
    font-size: 12.9px;
    line-height: 22px;
}

@media(min-width:992px) and (max-width: 1300px) {
.omradendiv {
    font-size: 11.9px;
    line-height: 19px;
}}
@media(min-width:992px) and (max-width: 1300px) {
.omradendiv {
    font-size: 11px;
    line-height: 17px;
}}


.omradendiv h5 {
    color: #3e3e3e;
    padding: 0px;
padding-bottom:15px;
margin: auto !important;
position:relative;
min-width:80%;
}

.omradendiv > .wpb_wrapper, .omradendiv .tcol {

}

section.vc_section.tjanstseg {
    background: #f8f8f8;
    padding-bottom: 70px;
    padding-top: 100px;
}
.infoseg {
padding-top: 80px;
	padding-bottom: 50px;
}

.inforow {
    padding: 0 5px;
}
.home .inforow {
margin-bottom:30px;
}


.inforow > .vc_column_container > .vc_column-inner {
    padding: 10px !important;
}

.inforow > .vc_column_container > .vc_column-inner > div {
box-shadow: 0 0px 5px rgba(0, 0, 0, .08);
height:100%;
border-radius:4px;
overflow:hidden;
}
@media(max-width:991px) {
.inforow > .vc_column_container {
 width:100%
}}



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

.infourow {
margin:0 !important;
background:#f2f2f2;
box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media(max-width:767px) {
.infourow {
display:flex;
flex-wrap:wrap;
overflow: hidden;
}}
@media(max-width:767px) {
.infourow > div:nth-child(2) {
order:1;
padding: 30px 50px;
}}
@media(max-width:767px) {
.infourow > div:nth-child(1) {
order:2;
}}


@media(min-width:768px) {
.infourow {
min-height:280px;
display:flex;
}}

.infourow > div {
align-items:center;
padding:20px;
}


@media(min-width:768px) {
.infourow > div {
padding:50px 23px;
display:flex;
}}
@media(min-width:768px) {
.infourow > div:first-child {
width:58%;
}}
@media(min-width:768px) {
.infourow > div:last-child {
width:42%;
}}

.infourow > div:last-child {
background:#fff;
}

.infobild {
text-align:center !important;
margin-bottom:0 !Important;
}
.infobild img {
    max-height: 180px;
}
@media(max-width:767px) {
.infobild img {
    max-height: 115px;
}}


.vc_wp_custommenu.wpb_content_element.infomeny {
    margin-bottom: 0;
    padding: 30px;
    padding-bottom: 27px;
}
@media(min-width:768px) {
.vc_wp_custommenu.wpb_content_element.infomeny {
    padding: 50px 30px;
    padding-bottom: 46px;
}}
@media(max-width:767px) {
.vc_wp_custommenu.wpb_content_element.infomeny {
    padding: 28px 30px;
    padding-bottom: 26px;
}}

@media(max-width:767px) {
.vc_wp_custommenu.wpb_content_element.infomeny ul li {
width:100%;
margin-bottom:12px !important;
}}
@media(min-width:768px) {
.vc_wp_custommenu.wpb_content_element.infomeny ul li {
display:inline-block;
float:left;
margin: 0 12px;
}}
@media(min-width:1200px) {
.vc_wp_custommenu.wpb_content_element.infomeny ul li {
min-width:108px;
}}

.vc_wp_custommenu.wpb_content_element.infomeny ul li {
margin-bottom:15px;
}
.vc_wp_custommenu.wpb_content_element.infomeny ul {
margin-bottom:-15px;
}

@media(min-width:768px) {
.vc_wp_custommenu.wpb_content_element.infomeny ul {
margin: 0 -15px;
margin-bottom:-15px !important;
}}
	
	
	
.vc_wp_custommenu.wpb_content_element.infomeny ul li a {
display:inline-block;
padding-right:14px;
position:relative;
font-family: UniviaPro-Regular;
letter-spacing:0;
color:#016f86 !important;
font-size:18px !important;
}

@media (min-width:768px)  {
.vc_wp_custommenu.wpb_content_element.infomeny ul li a {
    font-size: 15px !important;
    line-height: 22px !important;
}}

.vc_wp_custommenu.wpb_content_element.infomeny ul li a:hover {
color:#073e89 !important;
}

.vc_wp_custommenu.wpb_content_element.infomeny ul li a:before {
    top: 8px;
right:0;
    position: absolute;
    content: "";
    height: 4px;
    width: 2px;
    background: currentcolor;
    display: inline-block;
    transform: skew(30deg,0);
pointer-events:none;
}
@media(max-width:767px) {
.vc_wp_custommenu.wpb_content_element.infomeny ul li a:before {
    top: 10px;
}}
@media(min-width:768px) {
.vc_wp_custommenu.wpb_content_element.infomeny ul li a:before {
    top: 7px;
}}

.vc_wp_custommenu.wpb_content_element.infomeny ul li a:after {
    top: 12px;
right:0;
    position: absolute;
    content: "";
    height: 4px;
    width: 2px;
    background: currentcolor;
    display: inline-block;
    transform: skew(-30deg,0);
pointer-events:none;
}
@media(min-width:768px) {
.vc_wp_custommenu.wpb_content_element.infomeny ul li a:after {
top:11px;
}}
@media(max-width:767px) {
.vc_wp_custommenu.wpb_content_element.infomeny ul li a:after {
    top: 14px;
}}









.menyknapp span.ikon:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 11px;
    height: 11px;
    width: 11px;
    border-right: 1px solid #073e89;
    border-bottom: 1px solid #073e89;
    transform: translateY(1px) rotate(45deg);
    transition: .2s;
}

.menyknapp span.ikon:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 38px;
    bottom: -3px;
    background: #fff;
    z-index: 9;
opacity: 0;
transition: .3s ease;
}
.show .menyknapp span.ikon:before {
opacity: 1;
}

.menyknapp .ikon {
    float: right;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
    position: relative;
pointer-events: none;
}

.show .menyknapp .ikon {

	}


.menyknapp span.titel {
    vertical-align: 1px;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-family: UniviaPro-Regular;
    font-size: 10px;
pointer-events: none;
}

.show .menyknapp span:after {
transform: translateY(6px) rotate(-136deg);
	}

.menyknapp {
position: relative;
display: block;
height: 40px;
line-height: 40px;
cursor: pointer;
	}



.stickym {
    display: inline-block;
    max-width: 270px;
    width: 100%;
position: relative;
z-index: 9999;
padding: 0 15px;
}

@media (max-width: 991px) {
.stickym {
    max-width: 100%;
}
}


.sbcont {
    background: #fff;
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: .3s ease;
    width: calc(100% - 30px);
    padding: 15px 0px;
    border: 1px solid #ededed;
}



.show .sbcont {
pointer-events: auto;
opacity: 1;
}

.stickym h6 {
    color: #fff;
    padding: 0 30px;
}


.stickym li.menu-item {
    padding: 0 15px;
    padding-left: 25px;
    border-left: 5px solid transparent;
}
.stickym li a {
    display: block;
    line-height: 30px;
    letter-spacing: inherit;
    /*font-size: 13px;*/
    font-family: inherit;
}

.stickym li a:hover {
color:#073e89;
}
.stickym li.menu-item.current-menu-item, .stickym li.menu-item.current-page-ancestor {
border-right: 2px solid #073e89;
}
.stickym li.menu-item.current-menu-item a {
    color: #689cb2;
}

.stickym ul.menu > li > ul > .menu-item:hover > a {
    color: #073e89;
}

.stickym .menu-item-has-children > a {
    font-family: UniviaPro-Regular;
    letter-spacing: -.2px;
}

.stickym .current-menu-item.menu-item-has-children > a, .stickym .current-menu-ancestor > a {

}



.stickym .menu-item-has-children  {
/*margin-bottom: 30px;*/
position: relative;
}
.stickym .menu-item-has-children:last-child  {
margin-bottom: 0px;
}

.stickym .menu-item-has-children > ul li > a {
    position: relative;
    font-family: UniviaPro-Book;
    letter-spacing: .2px;
}

.stickym .menu-item-has-children > ul li > a:after {
    content: '\f301';
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    vertical-align: 0px;
    transition: .3s ease;
    opacity: 0;
    transform: translatex(-25px);
    position: absolute;
    left: 0px;
    top: 1px;
}

.stickym .menu-item-has-children > ul li > a:hover::after {
    opacity: 1;
    transform: translatex(-20px);
}

.stickym .menu-item-has-children > ul li {
padding-left: 20px;
}






.utjanstrow .wpb_single_image {
margin-bottom: 0;
}

.utjanstrow .uknappdiv {
margin-top: 30px;
}

.utjanstrow {
border: 1px solid #ededed;
    padding: 30px 15px;
margin-bottom: 50px;
}
.utjanstrow:last-child {
margin-bottom: 0px;
}


@media (max-width: 991px) {
.utjanstrow {
display: flex;
}
.utjanstrow .wpb_column:nth-child(1)  {
order:2;
}
}

























#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: #fff;
    padding: 30px;
    padding-top: 42px;
margin-bottom:0px;
    font-size: 25px;
    text-transform: none;
    font-family: UniviaPro-Regular;
    border-bottom: 1px solid #5a5a5a !important;
}

#mega-menu-wrap-primary #mega-menu-primary img {
    max-height: 220px;
transition: .3s;
}

#mega-menu-primary .mega-menu-column:hover .widget_media_image img {
opacity: .55;
}

#mega-menu-primary .widget_media_image > a {
    position: relative;
}










#mega-menu-primary .mega-sub-menu .mega-menu-column:hover li.mega-menu-item > a.mega-menu-link:after {
    opacity: 1;
    margin-left: 5px;
}
























@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
padding: 0 !important;
}
	}


@media only screen and (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul {
margin-bottom: 15px;
}
	}

@media only screen and (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul li a {
    display: block;
    font-size: inherit;
    line-height: 48px;
    letter-spacing: inherit;
    border-bottom: 1px solid #5a5a5a;
    color: #fff;
    transition: .3s ease;
    position: relative;
    cursor: pointer;
    user-select: none;
    padding: 0 30px;
    padding-top: 4px;
    font-family: 'UniviaPro-Regular';
}
	}
@media only screen and (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul li:first-child a {

}
	}

@media only screen and (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul li a:after {
    content: '\f301';
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    vertical-align: 0px;
    transition: .3s ease;
    opacity: .5;
    transform: translatex(5px);
    position: absolute;
    right: 30px;
    top: 1px;
}
	}
@media only screen and (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul li a:hover::after {
opacity: 1;
transform: translatex(0px);
}
	}

@media only screen and (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul li a:hover {
padding-left: 35px;
    background: #073e89;
}
	}

@media only screen and (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul li:first-child a {

}
	}






@media only screen and (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: inherit;
    color: #b7b7b7 !important;
    letter-spacing: inherit;
    font-size: inherit;
    line-height: inherit !important;
    text-transform: none;
    font-weight: 300 !important;
    vertical-align: top;
    display: block;
    transition: .3s !important;
}
	}


@media only screen and (min-width: 992px) {
.bild .mega-sub-menu .textwidget > div {
    height: 420px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    z-index: 9;
    color: #fff;
    padding: 50px;
}
	}
@media only screen and (min-width: 992px) {
.bild .mega-sub-menu .textwidget > div:after {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0px;
    bottom: 0;
    display: block !important;
    content: "" !important;
    z-index: 0;
    background: linear-gradient(to top,rgba(0, 0, 0, .78) 30%,rgba(0, 0, 0, .43) 100%);
    visibility: visible !important;
    pointer-events: none;
}}


.bild .mega-sub-menu .textwidget h4 {
    color: #fff;
position:relative;
	z-index:9;
}
.bild .mega-sub-menu .textwidget p:not(:last-child) {
position:relative;
	z-index:9;
max-width:307px;
}

@media only screen and (min-width: 992px) {
.bild .mega-sub-menu .textwidget {
    font-size: 15px;
    line-height: 25px;
}
	}

@media only screen and (min-width: 992px) {
.bild .mega-sub-menu .textwidget .btn {
padding-top:3px;
position:absolute;
bottom:50px;
border: 1px solid #073e89;
background: #073e89;
}
	}


@media only screen and (min-width: 993px)  {
body #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {
transition: opacity 100ms ease, visibility 100ms ease-in;
}}

@media (min-width: 992px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
background:transparent;
padding-top:16px;
}
}

@media (min-width: 992px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li {
padding:0 !Important;
}
}

.vc_row.wpb_row.vc_row-fluid.prodsub {
    margin: 0;
background:#fff;
border-radius:3px;
}
.headroom--up .prodsub, .headroom--down .prodsub {

}

.vc_row.wpb_row.vc_row-fluid.prodsub > .vc_column_container > .vc_column-inner {
padding: 0 !Important;
}
.vc_row.wpb_row.vc_row-fluid.prodsub .wpb_content_element {
    margin-bottom: 0 !important;
}

.subtabrow {
overflow:hidden;
}
.headroom--up .subtabrow, .headroom--down .subtabrow {

}

.subtab {
    display: flex;
height:328px;
position:relative;
}
.subtab:after {
content: "";
    position: absolute;
    top: -5px;
    left: 60px;
    height: 10px;
    width: 10px;
    background: #fff;
    box-shadow: 0.5px -0.5px 0px 0px rgba(0, 0, 0, .18);
    transform: rotate(-45deg);
}

.prodsub .wpb_raw_code {
height:328px;
box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
border-radius:4px;
}

.subnav {
    min-width: 210px;
position:relative;
box-shadow: 0.5px 0px 0px 0px rgba(98, 98, 98, .28);
/*padding-top:50px;*/
height:328px;
overflow:hidden;
padding:8px;
}

@media(min-width:1200px) {
.subnav {
min-width: 310px;
}}



.tablinks {
    display: block;
    width: 100%;
line-height:30px;
/* box-shadow: 0px 0.5px 0px 0px rgba(98, 98, 98,  .28); */
    font-family: 'UniviaPro-Regular';
    letter-spacing: 0;
    font-size: 15px;
    color: #3e3e3e;
cursor:pointer;
overflow:hidden;
transition:0s;
border-radius:4px;
}
.tablinks:nth-last-child(2) {
    box-shadow: none;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
}
.tablinks:first-child {
border-top-left-radius:4px;
border-top-right-radius:4px;
}
.tablinks.active {
color: #016f86;
text-transform:underline;
box-shadow:none;
}
.tablinks.active span {
color: #016f86;
    background: #F2F2F4;
}

.tablinks span {
	padding: 11px 30px;
 position:relative;
width:100%;
display:block;
}
.tablinks span:before {
    top: 20px;
    right: 30px;
    position: absolute;
    content: "";
    height: 5px;
    width: 2px;
    background: currentcolor;
    display: inline-block;
    transform: skew(30deg,0);
    pointer-events: none;
}
.tablinks span:after {
    top: 25px;
    right: 30px;
    position: absolute;
    content: "";
    height: 5px;
    width: 2px;
    background: currentcolor;
    display: inline-block;
    transform: skew(-30deg,0);
    pointer-events: none;
}

.tabcontent {
    padding: 30px 30px;
    padding-bottom: 10px;
width:100%;
min-height: 328px;
}

.tabtitel {
    border-bottom: 1px solid #ededed;
    margin-bottom: 24px;
    padding-bottom: 6px;
    margin-top: -3px;
display:none;
}



.prodsubf {
    position: absolute;
    bottom: 0;
    left: 8px;
    width: calc(100% - 16px);
}

.prodsubf a {
    display: block;
    width: 100%;
line-height:22px;
	padding: 11px 20px;
    font-family: 'UniviaPro-Regular';
    letter-spacing: 0;
    font-size: 15px;
    color: #3e3e3e;
box-shadow: 0px -0.5px 0px 0px rgba(98, 98, 98, .28);
}
@media(Min-width:1200px) {
.prodsubf a {
	padding: 11px 30px;
}}

.prodsubf a img {
    height: 10px;
    margin-top: 4px;
    margin-left: 0px;
    float: right;
}

.prodsubf.a {
    bottom: 51px;
}
.prodsubf.a a {
    box-shadow: none;
    padding-bottom: 3px;
}
















@media only screen and (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
	}










@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.submenyn.omsub > ul li.mega-menu-item > a.mega-menu-link {
    text-align: left !important;
}
	}



@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    width: 100%;
 /*   max-width: 900px;*/
    margin: 0 auto;
    float: none;
display: inline-block;
}
	}


@media (min-width: 992px) and (max-width: 1229px) {
#mega-menu-wrap-primary #mega-menu-primary li > ul.mega-sub-menu > li.mega-menu-row {

}
	}



@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul.mega-sub-menu {
display: block !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 15px;
    right: 15px;

}
	}



@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.submenyn {
    max-width: 560px;
    min-width: 900px;
    opacity: 1;
    margin-top: 0px;
    height: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    box-shadow: none;
    background: transparent;
}
}

@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:hover > ul.mega-sub-menu > li.submenyn {
    opacity: 1;
height: 420px;
display: block;
visibility: inherit;
box-shadow: none;
}
	}

@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.submenyn > ul {
    opacity: 0;
    left: 0;
    padding: 0px;
padding-bottom: 0px;
    background: transparent;
    height: 450px;
}
	}

@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
padding: 0px;
height: 100%;
}
	}

@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12:first-child {
background: #b7b7b7;
    color: #fff;
width:342px !important;
}
}

@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12:last-child {
width:calc(100% - 342px) !important;
}
}





@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:hover > ul.mega-sub-menu > li.submenyn > ul {
transform: translateY(0px);
opacity: 1 !important;
}
	}

#mega-menu-wrap-primary #mega-menu-primary p {
}

@media (max-width: 991px) {
#mega-menu-wrap-primary #mega-menu-primary {
    text-align: center !important;
    padding: 0px 0 !Important;
    -ms-box-orient: horizontal;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    background: #fff !important;
}
}

@media (max-width: 991px) {
.elank a:after {
content:"" !important;
display:inline-block !Important;
margin-left:9px;
height:13px;
	width:13px;
background: url(/wp-content/uploads/Link-icon.png);
background-size:cover;
}
}

@media (max-width: 991px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
order: 9;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}
}
@media (max-width: 991px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
    border-bottom: none;
}
}

@media (max-width: 991px) {
body #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    align-items: center;
    height: inherit;
    min-height: 55px;
    display: flex !important;
    align-items: center;
    padding: 0px 30px !important;
padding-top: 1px !important;
    line-height: 42px !important;
    color: #3e3e3e !important;
    height: inherit !important;
    font-weight: 300 !important;
    font-size: 22px !important;
}
}

@media only screen and (max-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu ul.mega-sub-menu li a {
    min-height: 46px;
    padding: 8px 24px !important;
    padding-top: 10px !important;
    font-size: 17px !important;
    line-height: 21px !Important;
    cursor: pointer;
    transition: .2s ease !important;
}}


@media only screen and (max-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #073e89 !important;
    color: #fff !important;
}
}



@media only screen and (max-width: 992px) {
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
    position: absolute;
    right: 0;
    width: 80px;
    height: 55px;
    margin-right: 0px;
    border-left: 1px solid rgba(0, 0, 0, .09);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}
}

@media only screen and (max-width: 992px) {
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
content: "" !important;
    background: url(/wp-content/uploads/arrow.svg);
    height: 30px;
    width: 30px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    margin: auto;
    display: block !important;
}
}

@media only screen and (max-width: 992px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
background: url(/wp-content/uploads/arrow-vit.svg);
}}

@media only screen and (max-width: 992px) {
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    transform: rotate(180deg);
}}


@media (max-width: 991px) {
.doljmob, .mega-hide-on-mobile {
display: none !important;
}
	}
@media (min-width: 992px) {
.doljdat, .mega-hide-on-desktop {
display: none !important;
}
	}

@media (max-width: 991px) {
h4.mega-block-title {
display: none !important;
}
	}



@media only screen and (max-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.submenyn {
    padding: 30px !important;
}
	}

@media only screen and (max-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
}
	}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_nav_menu ul li a {
color:#fff;
}

@media only screen and (max-width: 991px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #f5f5f5;
}
}

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

.mobknapp {
    padding: 30px 30px;
    background: #073e89;
    color: #fff;
}

.mobknapp > a {
border: 1px solid #ededed;
border-radius: 3px;
display: block;
margin-bottom: 9px;
padding: 0 30px;
text-align: center;
line-height: 40px;
font-size: 20px;
}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:before {
    content: "" !important;
    display: block !important;
    position: absolute;
    left: -300%;
    width: 1000%;
    height: 1000%;
    background: rgba(0, 0, 0, .5);
opacity:0;
    z-index: 0;
    pointer-events: none;
transform:translatey(-16px);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu:before {
opacity:1;
}















.enrow {
padding-top: 50px;
padding-bottom: 20px;
}

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

.mittrow {
padding-bottom: 50px;
}

.mrow {
padding-top: 80px;
padding-bottom: 50px;
}

.introrow {
padding-top: 80px;
padding-bottom: 50px;
}

@media(max-width:767px) {
.introrow {
padding-top: 60px;
padding-bottom:40px;
}}

.introrowk {
padding-top: 80px;
padding-bottom: 20px;
}

.introrowmk {
padding-top: 80px;
padding-bottom: 0px;
}

.pintrorow {
padding-top: 50px !important;
padding-bottom: 50px;
}



.altrow {
background: #f5f5f5;
padding-top: 80px;
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;
}
.fullcrow > .vc_row-fluid > .vc_col-sm-12 > .vc_column-inner {
padding-left: 0px !important;
padding-right: 0px !important;
}


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

section.vc_section.icfullrow > .vc_row-fluid {
max-width: 1340px;
}

section.vc_section.fullrow > .vc_row-fluid {
max-width: 100%;
}
section.vc_section.fullcrow > .vc_row-fluid {
max-width: 100%;
}
section.vc_section.fullcrow {
padding-left: 0;
padding-right: 0;
}


section.vc_section {
    margin: inherit;
}

@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;
}
	}






.finforow {
margin-left: -30px;
	margin-right: -30px;
}

.finforow > div {
    padding: 0 30px;
margin-bottom: 30px !important;
}

@media (min-width: 992px) {
.finforow > div {
min-width: 202px;
}
	}
@media (min-width: 992px) {
.finforow > div.opt {
min-width: 260px;
}
	}

@media (max-width: 767px) {
.levinfo .finforow > div {
width: 100%;
}
	}


.finforow strong {
    font-weight: 300;
    font-family: UniviaPro-Regular;
    letter-spacing: -0.2px;
}

.itr {
    border-bottom: 1px solid #ededed;
    padding-bottom: 6px;
margin-bottom: 20px;
}








.kontaktcol > div > div {
display: flex;
height: 100%;
}
.kontaktcol > div > div > div {

}

.kontaktcol > div:last-child > div > div {
padding:0px !important;
}

.kontaktdiv > div > div {
    padding: 30px;

}

@media(Min-width:768px) {
.kontaktcol > div > div > div :last-child {
margin-bottom:0 !important;
}
}

@media(Min-width:992px) {
.kontaktdiv > div > div {
    padding: 50px;
}}

.kontaktcolbild img {
    border-radius: 2px;
    height: 180px;
}

.kontaktdiv h6 {
color:#565656;
}
.kontaktdiv strong {
    font-weight: 300;
    font-family: UniviaPro-Regular;
}

.wpb_text_column.wpb_content_element.kontaktdiv {
    font-size: 14px;
    line-height: 23px;
}

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













section.vc_section.kformularseg {
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 0px;
}






.wpb_text_column.wpb_content_element.bordertitel {
    border-bottom: 3px solid #ededed;
    padding-bottom: 14px;
}
@media(min-width:768px) {
.wpb_text_column.wpb_content_element.bordertitel {
    margin-bottom: 50px !important;
}}



.persrow > .wpb_column > .vc_column-inner > .wpb_wrapper {
}

.persrow > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element > .wpb_wrapper {

}

.persrow {

}


.persbild {
min-width: 140px;
    max-width: 140px;
    width: 30%;
    display: inline-block;
    background-size: cover !important;
    background-position: 50% 20% !important;
}

@media (min-width:768px) {
.persbild {
min-width: 150px;
    max-width: 150px;
}}

@media (min-width:768px) {
.sidebarseg .persbild {
min-width: 92px;
    max-width: 92px;
}}




.persdiv .mail {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    background: #f5f5f5;
    bottom: 30px;
z-index: 9;
}
.persdiv .mail a {
    display: block;
    padding: 5px 15px;
    color: #b7b7b7;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .2px;
    font-family: UniviaPro-Regular;
}
.persdiv .mail a:after {
    content: '\f301';
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 6px;
}


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

.persdiv p:nth-child(2) {
    position: relative;
    font-family: UniviaPro-Regular;
    margin-bottom: 15px;
    color: #016f86;
}
.sidebarseg .persdiv p:nth-child(2) {
    margin-bottom: 4px;
font-size:12.4px;
}

.persdiv h6 {
    margin-bottom: 1px;
    color: #565656;
}
.sidebarseg .persdiv h6 {
font-size:inherit;
margin-bottom:-1px;
}
.sidebarseg .persdiv .h6 {
font-size:inherit;
margin-bottom:-1px;
}

.persdiv p:nth-child(3) {
    margin-bottom: 0px;
}

.persdiv p {
    margin-bottom: 0px;
}
@media (min-width: 768px) {
.persdiv p {
    font-size: 13px;
    line-height: 22px;
}}


.persdiv {
    display: inline-block;
}


@media (max-width: 1200px) and (min-width: 992px) {
.persdiv p {
    max-width: 290px;
    text-overflow: ellipsis;
    overflow: hidden;
}
	}

@media (max-width: 767px) {
.persrow .persdiv {
width:100%;
}
}

.persrow > .wpb_column > .vc_column-inner > .wpb_wrapper {
height: 100%;
   display: flex;
    align-items: center;
}

@media (min-width: 992px) {
.persrow > .wpb_column > .vc_column-inner > .wpb_wrapper {
  
}}

@media (max-width: 991px) {
.persrow > .wpb_column > .vc_column-inner > .wpb_wrapper {
margin-bottom:20px;
}
}





@media (max-width: 991px) {
.persrow > .wpb_column {

}
}


.persrow .wpb_single_image {
margin-right:30px;
}
@media (min-width: 768px) {
.persrow .wpb_single_image {
    float: left;
    display: inline-block;
    margin-right: 30px;
}}

.persrow .wpb_single_image img {
    max-height: 140px;
    border-radius: 200px;
box-shadow: 0 0px 15px rgba(0, 0, 0, .08);
}
@media (min-width: 768px) {
.persrow .wpb_single_image img {
    max-height: 150px;
}}





.foretagrow > .vc_column-inner > .wpb_wrapper {
border: 1px solid #eee;
}

.foretagrow > .vc_column-inner > .wpb_wrapper .wpb_text_column {
margin-bottom: 0;
}

@media (min-width: 992px) {
.foretagdiv {
padding-top: 30px;
}
	}
@media (max-width: 991px) {
.foretagdiv {
padding: 30px;
}
	}







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

.pfooter .epost input:before {
content: "\f2ee";
font-family: Material-Design-Iconic-Font;
position: absolute;
right: 0;
}




.logodiv {
text-align: center;
	}

@media (min-width: 992px) {
.logodiv > .wpb_wrapper {
margin-left: -5px;
width: calc(100% + 10px);
}
	}
@media (max-width: 991px) {
.logodiv > .wpb_wrapper {
    display: flex;
margin-left: -10px;
width: calc(100% + 20px);
}
	}

@media (max-width: 991px) {
.logodiv > .wpb_wrapper > div {
display: inline-flex;
    flex-direction: column;
    flex-basis: 100%;
padding: 0 10px;
    padding: 0 5px;
}
	}

@media (min-width: 992px) {
.logodiv > .wpb_wrapper > div {
    display: inline-block;
    padding: 0 5px;
}
	}


.logodiv > .wpb_wrapper > div a {
}

@media (max-width: 991px) {
.logodiv > .wpb_wrapper > div a {
    border: 1px solid #ededed;
    border-radius: 5px;
background-color:#fff;
}
	}
@media (max-width: 991px) {
.logodiv > .wpb_wrapper > div img {
max-height: 119px;
    padding: 8px 10px;
}
	}

@media (max-width: 767px) {
.logodiv > .wpb_wrapper > div img {
max-height: 149px;
    padding: 2px 7px;
}
	}

.logodiv > .wpb_wrapper > div a img {
filter: grayscale(1);
    transition: .3s;
}
.logodiv > .wpb_wrapper > div a:hover img {
filter: grayscale(0);
}

@media (min-width: 992px) {
.logodiv > .wpb_wrapper > div a {
    height: 115px;
    width: 210px;
    display: block;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
position: relative;
background-color:#fff;
}
	}

@media (min-width: 992px) {
.logodiv > .wpb_wrapper > div img {
    max-width: 205px;
    max-height: 109px;
    padding: 0 20px;
    border-radius: 5px;
    position: absolute;
    margin: auto !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
	}
	
	




.paraform:after {
position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0px;
    bottom: 0;
    display: block !important;
    content: "" !important;
    z-index: 0;
    background: rgba(39, 90, 161, 0.41);
    visibility: visible !important;
}

.paraformdiv {
    margin-bottom: 0 !important;
    padding: 50px;
    background: #8f898d;
    color: #fff;
    max-width: 500px;
    margin-right: 0;
    margin-left: auto;
    right: 15px;
    left: 15px;
}

@media (min-width: 992px) and (max-width: 1600px) {
.paraform .paraformdiv {
margin-right: -30px;
}
	}

.paraformdiv h2 {
color: #fff;
}

.paraform {
    height: 580px;
}

@media (max-width: 991px) {
.paraform {
    height: 630px;
}
	}

.paraform .vc_parallax-inner {
    background-position: 33% 66% !important;
}

@media (min-width: 1080px) {
.paraform .vc_parallax-inner {
    background-position: 30% 60% !important;
}
}

@media (max-width: 991px) {
.paraform .vc_parallax-inner {
    background-position: 79% 100% !important;
}
	}

@media (min-width: 992px) and (max-width: 1600px) {
.paraform > .vc_row-fluid {
    margin-right: 0 !Important;
    margin-left: auto !important;
}
	}
.paraform > .vc_row-fluid {
width: 100%;
}





.omradenrow {
    padding-bottom: 40px;
}


.omradencol {
    margin-left: -3px;
    margin-right: -3px;
}

.vc_section > .vc_row-fluid.omradencol {
    max-width: calc(1100px - 30px);
margin-left: auto !Important;
margin-right: auto !important;
}



.vc_section > .vc_row-fluid.omradencol {
    padding-left: 10px !Important;
    padding-right: 10px !Important;
}

div.omradencol > .wpb_column > .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
	}

	
.omradencol .omrade {
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.omradencol .omrade > .wpb_wrapper > p {
    height: 430px;
    width: 100%;
    display: block;
}

.omradencol .omrade > .wpb_wrapper > p > a {
    height: 100%;
    width: 100%;
    position: absolute;
    font-size: 0px;
    left: 0;
z-index: 9;
}

.omradencol .omrade:after {
background: rgba(39, 90, 161, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    content: "" !important;
    z-index: 0;
}

.omradencol .omrade h6 {
    position: absolute;
    bottom: calc(50% + 24px);
    left: 0;
    right: 0;
    max-width: 200px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    height: 0;
    pointer-events: none;
    text-align: center;
    color: #fff !important;
    z-index: 9;
transition: .3s ease-in-out;
}

.omradencol .omrade:hover h6 {
transform: translatey(-15px);
}

.omradencol .omrade h6:after {
    font-family: Material-Design-Iconic-Font;
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border: 1px solid currentColor;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: 60px;
    border-radius: 32px;
}

.omradencol .omrade h6:before {
content: "";
    right: 0;
    left: -2px;
    top: 75px;
    margin-left: auto;
    margin-right: auto;
    height: 8px;
    width: 8px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
}









.single #primary, .content-row #primary {
    padding: 0px;
}
.single-product #primary {
padding-left:15px;
padding-right:15px;
    padding-top: 50px;
}

.single-product #content .container {
    max-width: 970px;
}

.single-product .site-main div.product {
    background: #f2f2f2;
    box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
    display: inline-block;
    margin-bottom: 60px;
    border-radius: 4px;
    padding: 15px 15px;
    padding-bottom: 15px;
}

@media(max-width:767px) {
.single-product .site-main div.product {
    padding: 0px;
padding-top:20px;
width: 100%;
}}

@media(min-width:768px) {
.single-product .site-main div.product > div {
    display: flex;
    padding: 0;
}}

.single-product #primary .entry-summary .woocommerce-product-details__short-description {
    color: inherit;
    padding-bottom: 5px;
}
.woocommerce div.product form.cart {
    margin-bottom: 13px;
}




.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: 1270px;
}
	 }

@media (min-width: 1600px) {
.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: 1370px;
}
	 }

@media (min-width: 1800px) {
.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;
}
	 }





body .container {
    max-width: 1270px;
}

@media (min-width: 1600px) {
body .container {
max-width: 1370px;
}
	}
@media (min-width: 1800px) {
body .container {
max-width: 1600px;
}
	}
@media (min-width: 2001px) {
body .container {
    max-width: 1600px;
}
	}


@media (min-width: 992px) {
#site-header-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
	}






.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;
    line-height: 17px;
    max-width: 386px;
    opacity: .8;
}

@media (min-width: 992px) {
footer .recaptcha {
    position: absolute;
margin-top: -8px;
}
	}






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

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

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

ol li {
    list-style-type: none;
    padding-left: 23px;
    position: relative;
}
ol li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    border: 1px solid #8f8b8b;
}



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

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

.br img, .bildhoger img {
box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    max-height: 400px;
    border-top: 2px solid #073e89;
    background-color: #fff;
    padding: 35px;
}

.bildborder img {
box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    max-height: 400px;
    border-top: 2px solid #073e89;
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;
}









.cdiv .zmdi-search {
    pointer-events: none;
}
.cdiv .zmdi-search:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 6px;
background:#073e89;
    right: 9px;
    top: 25px;
    border-radius: 100px;
    transform: rotate(50deg);
}
.cdiv .zmdi-search:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    border: 1px solid #073e89;
    right: 11px;
    top: 12px;
    bottom: 0;
    border-radius: 100px;
}

.cdiv button {
    width: 40px;
cursor:pointer;
    border: none!important;
    padding: 0;
    height: 47px;
    margin-top: -5px;
    font-size: 22px;
    float: right;
    margin-right: 6px;
    z-index: 9;
    position: relative;
    background: transparent !important;
    color: inherit;
padding-left: inherit !Important;
}

.cdiv button:hover, .cdiv button:focus {
    padding-left: 0px !Important;
    background: transparent !important;
}
.cdiv button:hover .zmdi-search:before, .cdiv button:focus .zmdi-search:before {
border-color: #3e3e3e;
}
.cdiv button:hover .zmdi-search:after, .cdiv button:focus .zmdi-search:after {
background: #3e3e3e;
}


@media (min-width: 992px) {
.cdiv {
    display: inline-block !important;
    height: 34px;
    z-index: 9;
    position: absolute;
    right: 15px;
    bottom: 0;
transition:.3s ease;
}
}

@media (min-width: 992px) {
.headroom--down .cdiv, .headroom--up .cdiv {
    right: 1px;
transition-delay:.4s;
}
}


.scontcol {
    z-index: 3;
    position: fixed;
    left: 0;
    top: 116px;
    width: 100%;
    height: 0px;
    overflow: auto;
    transition: .3s ease;
}

.headroom--up .scontcol, .headroom--down .scontcol {
    top: 116px;
}

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

.scontcol.show.stang {
height: 0px;
}

.scontcol.show {
height: 65px;
}

.scontcol.stang.show {
height: 65px;
}

.scont span {
position: absolute;
    right: 60px;
    top: 16px;
    height: 30px;
    width: 30px;
    background:#e1e3e4;
    color: #3e3e3e;
    text-align: center;
    line-height: 32px;
    font-size: 21px;
    padding-left: 1px;
    border-radius: 100%;
    user-select: none;
    cursor: pointer;
transition:.2s;
}

.scont span:hover {
background: #073e89;
    color: #fff;
}
	

.scontcol .scont {
padding: 0 15px;
height:65px;
}

.scont > div {
    height: 64px;
    background: #ffffff;
    padding: 0 30px;
    box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
border-bottom-left-radius: 4px;
border-bottom-right-radius:4px;
}







.smed > a {
    margin-right: 0 !important;
    margin-left: auto;
    padding: 0 15px;
    font-size: 13.5px !important;
    color: #656565;
    height: 34px;
    width: 46px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
    background: #e1e3e4;
	overflow:hidden;
}
.smed > a:first-child{
border-top-left-radius:3px;
}
.smed > a:last-child{
border-bottom-left-radius:3px;
}
.smed > a:hover {
    background: #d6d6d6;
width:50px !important;
border-top-left-radius:2px;
border-bottom-left-radius:2px;
}
.smed > .instagram {
    font-size: 11.5px !important;
}
.smed > .linkedin {
    font-size: 12.2px !important;
}
@media(min-width:768px) {
.smed {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
border-top-left-radius:3px;
border-bottom-left-radius:3px;
    z-index: 999;
    overflow: hidden;
display:flex !important;
flex-direction: column;
justify-content:flex-end;
justify-items:flex-end;
}}
@media(max-width:767px) {
.smed {
 display:none;
}}





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


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

.tmeny {
    display: inline-block;
margin-left:-2px;
}

.topbar .tbh > li, .topbar .tbv > li {
    display: inline-block;
}

.topbar .tbv li:first-child {

float:left;
}
.topbar .tbv li:last-child {

}



.topbar .tbv li {
display: inline-block;
    background: #073e89;
min-width:130px;
line-height:0;
padding:0;
}
.topbar .tbv li.current-menu-item {
background: #f0283c;
}

.topbar .tbv li a {
transform: skew(10deg);
color:#fff;
padding: 0 15px;
display:block;
text-align:center;
height: 30px;
    line-height: 32px;
    font-family: 'UniviaPro-Regular';
}


.topbar .tbh > li a, .topbar .tbv > li a {
    color: #3e3e3e;
    display: inline-block;
    font-family: 'UniviaPro-Regular';
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
display:flex;
align-items:center;
}

.topbar .tbh > li a img {
    height: 8px;
    margin-top: -1px;
    margin-left: 6px;
}
.topbar .tbh > li a.tbtel img {
    height: 10px;
    margin-left: 0;
    margin-right: 6px;
    margin-top: -2px;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.topbar .tbh > li a img {
    margin-top: -5px;
}}

@supports (-ms-ime-align:auto) {
.topbar .tbh > li a img {
    margin-top: -5px;
    }
}


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

.topbar .tbh {
    font-size: 12px;
    color: inherit;
transition: .3s ease-in-out;
    transition-delay: .5s;
    z-index: 9;
    float: right;
position:absolute;
    right: 15px;
    margin-right: 15px;
padding-left:15px;
}

@media (min-width: 992px) {
.topbar .tbh:before {
    display: block !Important;
    content: "";
    background: #e1e3e4;
    width: calc(100% - 30px);
    height: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
z-index:-1;
}}
@media (min-width: 992px) {
.topbar .tbh:after {
    display: block !Important;
    content: "";
    background: #e1e3e4;
    width: calc(100% - 20px);
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 3px;
    border-top-left-radius: 0px;
    transform: skew(13deg);
z-index:-1;
}}


.topbar .tbv {
    font-size: 12px;
    padding: 0 15px;
    
}


	/*
@media (min-width: 992px) {
#headroom.headroom--down .topbar .tbh, #headroom.headroom--up .topbar .tbh {
    transform: translatey(-44px);
}
	}*/




.banrow {
    padding-bottom: 100px;
}

.distrow {

}

.tabrow {

}

.merprodrow {
padding-top: 80px;
    padding-bottom: 50px;
background: #f5f5f5;
margin-bottom: 0;
}



div.tjansterrow > .wpb_column > .vc_column-inner > .wpb_wrapper {
margin-bottom: 30px;
transition: .3s;
}

div.tjansterrow > .wpb_column:hover > .vc_column-inner > .wpb_wrapper {
    transform: scale(1.03);
}


div.tjansterrow > .wpb_column .wpb_single_image {
text-align: center !important;
margin-bottom: 0 !important;
background: linear-gradient(135deg,rgba(6,160,130,0),rgba(242, 242, 242) 60%,#e2e2e2);
}

div.tjansterrow > .wpb_column .wpb_text_column p:last-child {

}

div.tjansterrow > .wpb_column .wpb_text_column {
    margin-bottom: 0;
    background: #f5f5f5;
    text-align: center;
}

.tjansterrow > .wpb_column .wpb_text_column a {
display: block;
    padding: 20px;
}

@media (min-width: 992px) {
.tjansterrow > .wpb_column .wpb_text_column a {
    padding: 30px;
}
	}

.tjansterrow > .wpb_column .wpb_text_column a:after {
content: "";
    height: 8px;
    width: 8px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
    display: inline-block;
    margin-left: 9px;
    vertical-align: -2px;
}







.nummerrow {
    max-width: 400px;
}

.nummerdiv > .vc_col-sm-6:last-child .nummerdiv {
padding-left: 15px;
	}
.nummerdiv {
    margin-bottom: 0px !important;
    font-size: 14px;
    color: #968f8f;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.nummerdiv h2 {
    margin-bottom: -6px;
}

.nummerrow > .vc_col-sm-6:first-child {
    border-right: 2px solid #eeeeee;
}
.nummerrow > .vc_col-sm-6 {
width: 50% !important;
display: inline-block;
}



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


.cms-video-wrapper:before {
display: none;
}



.omvideo {
    height: 311px;
    margin-left: auto;
    margin-right: 0;
    background-position: 0% 40% !important;
}

@media (min-width: 1200px) {
.omvideo {

}
	}

@media (max-width: 1199px) {
.omvideo {
max-width: 80%;
}
	}



.omvideo .cms-video-button {
background-color: rgba(255, 255, 255, 0.85);
}

.cms-video-wrapper .cms-video-button {
    height: 60px;
    width: 60px;
    line-height: 62px;
    background-color: rgba(255, 255, 255, 0.85) !important;
    color: #000 !important;
}

.cms-video-wrapper:hover .cms-video-button {
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.uomvid .cms-video-button {
    background: rgba(232, 30, 50, 0.7) !important;
    color: #fff !important;
}

.uomvid {
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
height: 350px;
    background-position: 0% 30% !important;
margin-bottom: 70px !Important;
}



.videofdiv h3 {
color:#fff;
}

@media (min-width: 699px) {
.videofdiv {
    position: absolute;
    bottom: 128px;
    margin-bottom: 0;
    z-index: 9;
    left: 75px;
pointer-events: none;
}
	}

@media (max-width: 700px) {
.videofdiv {
    position: absolute;
    top: 40px;
    margin-bottom: 0;
    z-index: 9;
    left: 45px;
pointer-events: none;
}
}







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



.knappnyheter {
margin-bottom:30px;
}
@media (min-width: 768px) {
.knappnyheter {
float: right;
}
	}

.knappnyheter a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 9px;
    vertical-align: -0px;
}
.knappnyheter a:hover {
    color: #073e89;
}


.reldiv {
    display: inline-block;
margin-bottom:12px;
}

@media(min-width:768px) {
.reldiv {
    margin-bottom: 30px;
}}


.reldiv h4 {
    margin-bottom: 0;

}

.relateradeinlagg .bildgalleri .owl-dots .owl-dot {
    border: 2px solid #073e89;
}


.relateradeinlagg .bildgalleri .owl-dots .owl-dot.active {
    border-color: #073e89;
    background-color: #073e89 !important;
}

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

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


@media (max-width: 991px) {
.maskinb img {
width: 100%;
}
	}

.maskin .vc_col-sm-4, .maskin .vc_col-sm-8 {
    padding: 0;
}

.maskinb {
    position: relative;
}

.maskinb > p {
margin-bottom: 0;
}

.maskinbt {
    color: #fff;
    text-align: center;
    padding: 4px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 16px;
    background: rgba(0, 115, 187, 0.7);
    position: absolute;
    width: 100%;
    bottom: 0;
}
.maskin {
    -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.1);
    padding: 30px;
}

@media (min-width: 992px) {
.maskin {
    margin: 0;
}
	}

@media (min-width: 992px) {
.maskintext {
    padding: 30px;
    padding-bottom: 0;
    padding-top: 0;
}
	}
@media (max-width: 991px) {
.maskintext {
    padding-top: 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;
}
	}




.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
    right: 15px;
    font-size: 16px;
    color: #073e89;
}





.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    border: 1px solid #ededed;
border-radius:4px;
}

.nice-select span.current {
font-family: 'UniviaPro-Book';
    font-size: 13px;
}


#cms_grid_blog .cms-grid-inner .grid-sizer {
    display: none !important;
}
.nyheterfilter.clearfix select {
    display: none !important;
}
.nyheterfilter.clearfix {
    display: flex;
    padding-bottom: 15px;
min-height:55px;
}
.nyhetgrid .cms-grid-inner .grid-item {
overflow:hidden;
}


.nyhet {
    background: #ffff;
border: 1px solid #ededed;
border-radius:4px;
overflow:hidden;
position:relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}


.nyhetgrid .nyhet {
    background: #f5f5f5;
border: 1px solid #ededed;
border-radius:4px;
overflow:hidden;
}


.usnyhetbild {
position: relative;
}
.usnyhetbild img {
width:100%;
}

@media (max-width: 991px) {
.nyheterfilter {
    padding-bottom: 15px;
    display: flex;
}}
@media (max-width: 991px) {
.nyheterfilter > div {
    width: calc(50% - 7.5px) !important;
    min-width: inherit !important;
}}
@media (max-width: 991px) {
.nyheterfilter > .nice-select {
    margin-right: 7.5px !important;
}}
@media (max-width: 991px) {
.nyheterfilter > div:last-child {
    margin-left: 7.5px;
    margin-right: 0 !important;
}}



.usnyhet {
padding: 50px 30px;
}

.usnyhetc {
    font-size: 13px;
    line-height: 22px;
    color: #7d7d7d;
}

.nbtn {
    font-family: ;
    letter-spacing: -0.5px;
    font-size: 13px;
   position: absolute;
    bottom: 0;
    color: #7d7d7d;
}

.usnyhet .nbtn {
    bottom: 20px;
    height: 100%;
    width: 100%;
    font-size: 0px;
    left: 0;
    top: 0;
}


.nyhetsrow .usnyhetbild:before {
display: none;
}

.nyhetp {

}
.usn.datum {
display:none;
}

.datum {
    list-style-type: none;
    letter-spacing: 0px;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 11px;
    color: #b7b7b7;
}


.ominfobild {
    background-size: cover !important;
    height: 270px;
margin-bottom:0 !important;
}

@media (min-width: 992px) {
.ominfobild {
height: 430px;
    margin-right: -150px;
}
	}

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

.ominfocta {
    background: #0073bb;
    padding: 30px;
color:#fff;
}
.ominfocta h4 {
color:#fff;
}
.ominfocta .btn {
color:#fff !important;
border-color:#fff;
}

@media (min-width: 992px) {
.ominfocta {
    margin-left: -50px;
    margin-top: 70px;
    height: 290px;
}
	}

@media (min-width: 992px) {
.ominfocta .btn {
position: absolute;
	bottom: 60px;
}
	}



.wpb_content_element {
    margin-bottom: 30px;
}


.kartkon .wpcf7 {
    padding: 30px;
}

.wpcf7 label {
    width: 100%;
    padding-bottom: 5px;
    font-family: UniviaPro-Regular;
    letter-spacing: -0.2px;
}



@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{
font-size: 14px;
}*/

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

.projektrow {
    padding-top: 50px !important;
    padding-bottom: 45px !important;
}




@media (min-width: 768px) and (max-width: 1200px) {
.col-xl-3 {
    -ms-flex: 0 0 50% !Important;
    flex: 0 0 50% !important;
    max-width: 50% !Important;
}
}



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


@media (min-width: 992px) {
#fsistarow {
    max-width: 325px;
    width: 100%;
    float: right;
}
	}

.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);
    -moz-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
margin-bottom: 30px;
}

.pref {
    width: 100%;
    float: left;
    background: rgba(248, 248, 248, 0.5);
    border-top: 1px solid #ededed;
    padding-top: 50px;
    padding-bottom: 50px;
}

.error404 .pref {
display: none;
}

@media (max-width: 991px) {
.pref .vc_col-sm-4 {
margin-bottom: 35px;
}
	}

@media (max-width: 991px) {
.pref .vc_col-sm-4:last-child {
margin-bottom: 0px;
}
	}


.tillbehor h5 {
margin-bottom: 5px;
}


.tillbehor {
    padding-top: 50px !important;
    padding-bottom: 15px !important;
}


.home .tillbehor {
    border-bottom: 1px solid #Ededed;
}


.tillbehor .wpb_single_image img  {
    max-height: 100px;
}

.tillbehor .wpb_single_image  {
text-align: center !Important;
    margin-bottom: 15px !Important;
}

.tillbehor .tillbehortitel h6  {
text-align: center;
}



.pformrow > .vc_col-sm-6 h5 {
    margin-bottom: 25px;
}

.pformrow > .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    padding: 22px;
    background: #fff;
    text-align: center;
}

.pformrow > .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper .wpb_single_image img  {
    max-height: 230px;
}


.pformrow > .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
text-align: center !Important;
    margin-bottom: 0;
}

.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 (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
    position: relative !important;
z-index: 9;
}
	}
	
	@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item:hover > a {

}
	}
	
	
	@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item > a {
transition: 0s !Important;
}
	}

	
		@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu
		{
visibility: hidden;
}
	}

	@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:hover > ul.mega-sub-menu
		{
visibility: visible;
}
	}
	


mega-menu-primary li.mega-menu-item > a.mega-menu-link:after {
    content: "";
    display: inline-block !important;
    height: 7px;
    width: 7px;
    margin-bottom: 1px;
    margin-left: 0px;
    pointer-events: none;
    opacity: 0;
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    z-index: 9;
    border-right: 1px solid #073e89;
    border-bottom: 1px solid #073e89;
    transform: rotate(-45deg);
}
#mega-menu-primary .mega-menu-column:hover li.mega-menu-item > a.mega-menu-link:after {
    opacity: 1;
    margin-left: 5px;
}







@media(min-width:992px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
z-index:999;
    position: absolute;
    width: 250px;
    max-width: none;
    padding: 0px 0px 0px 0px;
    border: 0;
    background: #fff;
    border-radius: 4px;
    left: 20px;
padding:8px;
}}


@media(max-width:991px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li:not(:first-child) a {
box-shadow: 0px -0.5px 0px 0px rgba(98, 98, 98, .28);
}}

@media(min-width:992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li a {
background:transparent !Important;
    padding: 12px 25px !important;
    padding-top: 14px !important;
    font-size: 15px !important;
    line-height: 21px !Important;
cursor:pointer;
	font-family: 'UniviaPro-Regular' !important;
transition:.2s ease !important;
overflow:hidden;
border-radius:4px;
}}

@media(min-width:992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li:first-child a {
border-top-left-radius:4px !important;
border-top-right-radius:4px !important;
}}
@media(min-width:992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li:last-child a {
border-bottom-left-radius:4px !important;
border-bottom-right-radius:4px !important;
}}

@media(min-width:992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li:hover a {
background: #f2f2f2 !important;
color:#016f86 !Important;
padding-left:27px !Important;
}}

@media(min-width:992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li a:before {
    top: 19px;
    right: 22px;
    position: absolute;
    content: "";
    height: 5px;
    width: 2px;
    background: currentcolor;
    display: inline-block;
    transform: skew(30deg,0);
    pointer-events: none;
transition: .2s ease;
opacity:0;
color: #016f86;
}}

@media(min-width:992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li:hover a:before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item a:before {
opacity:1;
right: 24px;
}}

@media(min-width:992px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li a:after {
    top: 24px;
    right: 28px;
    position: absolute;
    content: "";
    height: 5px;
    width: 2px;
    background: currentcolor;
    display: inline-block;
    transform: skew(-30deg,0);
    pointer-events: none;
transition: .2s ease;
opacity:0;
color: #016f86;
}}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li:hover a:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item a:after {
opacity:1;
right:30px;
}


@media(max-width:991px) {
span.mega-menu-description {
    display: none !important;
}}
 
@media(min-width:992px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
margin-top:16px;
box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
}}
 
@media(min-width:992px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu:after {
    content: "";
    display: block !Important;
    position: absolute;
    left: 0;
    top: -16px;
    width: 100%;
    height: 16px;
}}

@media(min-width:992px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu:before {
    content: "" !important;
display:block !Important;
    position: absolute;
    top: -5px;
    left: 26px;
    height: 10px;
    width: 10px;
    background: #fff;
    box-shadow: 0.5px -0.5px 0px 0px rgba(0, 0, 0, .18);
    transform: rotate(-45deg);
}}



	
@media (min-width: 992px) {
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:after {
height: 7px;
    width: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    content: "";
    display: block;
margin-left: 6px;
display: inline-block;
display: none;
}
	}


@media (min-width: 992px) {
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
display: none;
}
	}


@media (min-width: 992px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
line-height: 38px;
    height: 38px;
    padding: 0 20px !important;
    color: #073e89;
    background: transparent !important;
    letter-spacing: .2px;
	letter-spacing:0;
    font-size: 16px !important;
    outline: none;
    font-weight: 300 !important;
    font-family: 'UniviaPro-Regular';
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99;
    cursor: pointer !important;
    transition: .16s ease !Important;
    position: relative;
    display: inline-block;
    border: none;
}
}

@media (min-width: 992px) {
body #headroom #mega-menu-wrap-primary #mega-menu-primary > li.produkter > a.mega-menu-link {
padding-left:0 !important;
    padding-right: 43px !important;
transition: .12s ease !Important
}
}
@media (min-width: 992px) {
body #headroom:not(.headroom--up, .headroom--down) #mega-menu-wrap-primary #mega-menu-primary > li.produkter > a.mega-menu-link {
    color: #fff !Important;
    background: #073e89 !important;
    font-size: 13px !Important;
    line-height: 39px !Important;
    border-radius: 13px;
    padding-left: 33px !important;
border-radius: 4px !Important;
    border-top-left-radius: 4px !important;
}
}


@media (min-width: 992px) {
body #headroom:not(.headroom--up, .headroom--down) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item.produkter > a.mega-menu-link {
color:#fff !Important;
border-radius:4px;
padding-left:33px !important;
	padding-right:48px !important;
font-size:13px !Important;
line-height:39px !Important;
}
}
@media (min-width: 992px) {
body #headroom:not(.headroom--up,.headroom--down) #mega-menu-wrap-primary #mega-menu-primary > li.produkter > a.mega-menu-link:hover {
color:#fff !Important;
}
}

@media (min-width: 992px) {
body #headroom #mega-menu-wrap-primary #mega-menu-primary > li.produkter > a.mega-menu-link:after {
top: 19px;
    position: absolute;
    content: "";
    height: 1px;
    width: 7px;
right:25px;
    background: #fff;
    display: inline-block;
    transform: rotate(-35deg);
}}
@media (min-width: 992px) {
body #headroom #mega-menu-wrap-primary #mega-menu-primary > li.produkter > a.mega-menu-link:before {
top: 19px;
    position: absolute;
    content: "";
    height: 1px;
    width: 7px;
right:24px;
    background: #fff;
    display: inline-block;
    transform: rotate(35deg);
}}

@media (min-width: 992px) {
body #headroom #mega-menu-wrap-primary #mega-menu-primary > li.produkter > a.mega-menu-link:before, body #headroom #mega-menu-wrap-primary #mega-menu-primary > li.produkter > a.mega-menu-link:after {
background: currentcolor;
}}


body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #016f86;
}

@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
margin: 0 0px !important;
display:inline-block;
}
}

@media (min-width: 992px) {
body #headroom #mega-menu-wrap-primary #mega-menu-primary > li.produkter {
    float: left;
    left: 0px;
    border-radius: 6px;
margin-right: -185px !important;
}
}

@media (min-width: 992px) {
body #headroom:not(.headroom--up, .headroom--down) #mega-menu-wrap-primary #mega-menu-primary > li.produkter:before {
    display: block !Important;
    content: "";
    background: #073e89;
    width: calc(100% - 20px);
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    border-top-left-radius: 4px;
}
}

@media (min-width: 992px) {
body #headroom:not(.headroom--up,.headroom--down) #mega-menu-wrap-primary #mega-menu-primary > li.produkter:after {
    display: block !Important;
    content: "";
    background: #073e89;
    width: calc(100% - 10px);
    height: 100%;
    top: 0;
    right: -5px;
    position: absolute;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    transform: skew(-13deg) !Important;
}
}
@media (min-width: 992px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.produkter:hover::after {
    transform: skew(-13deg) !Important;
}
}




@media (min-width: 992px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    color: #016f86 !important;
}
}
@media only screen and (min-width: 992px) {
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link {
color: #016f86;
}
	}


@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children::after {
transition: 0s !important;
}
}


@media (min-width: 992px) {
body #mega-menu-wrap-primary {
/*box-shadow: 0 0px 40px rgba(0, 0, 0, .07);
box-shadow: 0 0px 10px rgba(0, 0, 0, .04);*/
background:#f2f2f2;
border-radius:4px;
border-bottom-right-radius:0px !important;
transition: .2s ease;
}}

@media (min-width: 992px) {
.headroom--up #mega-menu-wrap-primary, .headroom--down #mega-menu-wrap-primary {
border-radius:0px;
}}

#mega-menu-wrap-primary #mega-menu-primary {
    padding: 0px 0px 0px 0px;
}




@media screen and (min-width: 992px) {
.mainheader .main-navigation {
    width: 100%;
    transform: translateY(0px);
    transition: .3s ease-in-out;
    transition-delay: .6s;
    transform: translatey(0px);
padding:0 15px;
padding-top: 46px;
padding-top:50px;
         padding-top: 70px;
    }
}
@media (min-width: 992px) and (max-width: 1230px) {
.mainheader .main-navigation {
    margin-left: 0px;
}
}

@media (min-width: 992px) {
#mega-menu-wrap-primary {
    clear: both;
}
	}
@media (min-width: 992px) {
#mega-menu-wrap-primary #mega-menu-primary {
text-align:center !important;
}
	}





.flankar ul li a {
position:relative;
}
.flankar ul li a:after {
content:"";
position:absolute;
margin-left:5px;
background: url(/wp-content/uploads/Link-icon.png);
background-size:9px;
width:9px;
height: 9px;
    margin-top: 9px;
    margin-left: 6px;
}


@media (min-width: 600px) {
.footercol {
display: inline-block;
    vertical-align: top;
padding-top:45px;
	padding-bottom:45px;
padding-left: 30px;
padding-right: 30px;
}
}

@media (min-width: 1800px) {
.footercol {
min-height: 270px;
}
}



@media (max-width: 599px) {
.footercol {
padding: 30px 30px;
border-bottom: 1px solid #ededed;
}
}

@media (min-width: 600px) and (max-width: 991px) {
.footercol {
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
}

@media (min-width: 650px) and (max-width: 991px) {
.footercol:last-child {

}
}

@media (max-width: 991px) {
.footercol:nth-child(3){
border-right: none !Important;
}
	}

@media (min-width: 992px) {
.footercol {
    -ms-flex: 0 0 200px !important;
    flex: 0 0 200px !important;
    max-width: 200px !important;
}
}

@media (min-width: 992px) {
.footercol:nth-child(4) {
    -ms-flex: 0 0 calc(100% - 600px) !important;
    flex: 0 0 calc(100% - 600px) !important;
    max-width: calc(100% - 600px) !important;
}
}

@media (min-width: 992px) {
.footercol:nth-child(4) section {
max-width:105px;
margin-right:0;
	margin-left:auto;
}
}

@media (max-width: 599px) {
.footercol:last-child {
border:none;
}
}


.footercol ul.menu li a {
font-family: 'UniviaPro-Regular';
    color: #b9b9b9;
    letter-spacing: 0;
padding-right:15px;
white-space:nowrap;
line-height:29px;
}

@media(min-width:768px) {
.footercol ul.menu li a {
    font-size: 14px;
    line-height: 28px;
}}

.flogo img {
    height: 38px;
    width: 76px;   
}
@media(max-width:767px) {
.flogo {
margin-bottom:24px;
margin-bottom:30px;
}}

@media(min-width:768px) {
.flogo {
    position: absolute;
    top: calc(50% - 19px);
}}


.ftopkon ul {
margin-bottom:0;
margin:0 -15px;
}
@media(min-width:768px) {
.ftopkon ul {
margin-left:75px;
    text-align: center;
    width: 100%;
}}

.ftopkon ul li {
display:inline-block;
}
@media(max-width:780px) {
.ftopkon ul li:not(:last-child) {
margin-bottom:13px;
width:100%;
}}


.ftopkon ul li a {
padding: 0 15px;
    color: #b9b9b9;
    font-size: 16px;
    letter-spacing: 0;
    font-family: UniviaPro-Regular;
}
.ftopkon ul li a:hover {
    color:#073e89;
}





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

.footerlmeny ul {
    margin: 0 -15px;
    margin-bottom: -15px;
}
.footerlmeny li {
    display: inline-block;
    list-style-type: none;
    padding: 0 15px;
    margin-bottom: 15px;
}
.footerlmeny li a {

}



.footercopy {

}
.footercopy ul {
    margin: 0 -12px;
    margin-bottom: -16px;
}
.footercopy li {
    display: inline-block;
    list-style-type: none;
    padding: 0 12px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
.footercopy {
margin-bottom:15px;
}
}

/*
@media (max-width: 767px) {
.footercopy > span {
display: none;
}
	}
	
@media (max-width: 767px) {
.footercopy a span {
display: block;
margin-top: 3px;
}
	}
*/

.pfooter > .container > .row {
    margin: 0;
}

.pfooter {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
    background: #f5f5f5;
}


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

@media (max-width: 767px) {
.pfooter {
padding-bottom: 150px;
}
	}



@media (min-width: 992px) {
.pfooter .col-lg-8 {

}
	}

.pfooter .col-lg-7 {
}
.pfooter h5 {
margin-bottom: 5px;
}










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

.pkontakt h4 {
 max-width: 320px;
    margin-bottom: 35px;
}
.pkontakt a {
    font-size: 29px;
    font-family: inherit;
    letter-spacing: 2px;
}

.pkontakt p {
margin-bottom: 5px;
}
.pkontakt span {
    opacity: .8;
    font-size: 15px;
}






.widget {
    margin-bottom: 50px;
}
.widget:last-child {
    margin-bottom: 0;
}

.mfooter {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 99;
    float: left;
    line-height: 18px;
    color: #3e3e3e;
background: linear-gradient(to bottom,#ffffff 0%,#fbfbfb 100%);
}


.mfooter a {

}

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

@media (max-width: 1999px) {
.mfooter .mftop .container {


}
}

.mftop > .container > .row {
    margin: 0;
}

.mfooter .mftop .footercont {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
padding:50px 0;
padding-top:0;
}


@media (max-width: 599px) {
.mfooter .mftop .footercont {
padding-bottom:0px;
}}





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

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

}
	}

.fsocialt {
    margin-bottom: 0px;
}
	.fsocialt a {
    margin-right: 9px;
    font-size: 23px;
    line-height: 41px;
    height: 37px;
    width: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 35px;
    color: #bbb;
}

@media(max-width:767px) {
.fsocialt a {
    margin-bottom: 9px;
    font-size: 29px;
    margin-right: 20px;
}}
@media(max-width:767px) {
.fsocialt p {
    transform: translatex(-9px);
    display: inline-block !important;
    margin-bottom: -9px;
}}
@media(max-width:767px) {
.fsocialt h6 {
display:none;
}}

.fsocialt a:last-child {
margin-right: 0;
}
.fsocialt a:hover {
color:#073e89 !important;
}


.fsocialt h6 {
color: #b9b9b9;
    font-size: 16px;
letter-spacing:0;
    margin-right: 20px;
    vertical-align: 2px;
	}

@media (min-width: 768px) {
.fsocialt h6 {
    display: inline-block;
margin-left:0;
margin-right:auto;
float:left;
position:absolute;
left:50px;
top:10px;
}
	}

.fsocialt p {
display: inline;
	}






.mfooter a:hover {
    color: #afafaf;
}
.mfooter .mkd a:hover {
    color: #073e89;
}

.footerkontakt img {
    height: 53px;
}


.mfooter .sidfot-titel {
    margin-bottom: 10px;
    color: #073e89;
}
@media(min-width:768px) {
.mfooter .sidfot-titel {
    font-size: 16px;
}}



 .pfooter .wpcf7 input[type="email"] {

}

/*
@media (max-width: 991px) {
 .pfooter .wpcf7 .btn {
    float: left;
    left: 0;
}
	}
*/


.mftop {

}


.mkd .row {
margin: 0;
}


.mkd {
    width: 100%;
    padding: 32px 0px;
    padding-bottom: 27px;
    color: #3e3e3e;
    color: #bbb;
    box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
    font-family: 'UniviaPro-Regular';
    color: #b9b9b9;
color: #fff;
    background: #b7b7b7;
    font-size: 14px;
    letter-spacing: 0;
}

@media (max-width: 991px) {
.mkd {
padding-bottom: 48px;
padding-top:55px;
}
}

.ftop {
box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
}
.ftop:before {
content:"";
position:absolute;
height:1px;
	width:100%;
left:0;
top:-1px;
box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
}
.ftop .row {
    margin: 0;
display:flex;
align-items:center;
}
@media(max-width:767px) {
.ftop .row {
padding: 32px 0;
padding-bottom:26px;
}}
@media(max-width:767px) {
.ftop .row > div:first-child {
margin-bottom:22px;
}}


@media(min-width:768px) {
.ftop .row > div:first-child {
    position: relative;
    box-shadow: 0.5px 0px 0px 0px rgba(98, 98, 98, .18);
height: 110px;
    align-items: center;
    display: flex;
}}

@media(min-width:768px) {
.ftop .row > div:last-child {
padding-left:40px;
}}

@media(min-width:768px) {
.ftop .row > div {
}}







.ndatum {
    color: #8d8d8d;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300 !IMPORTANT;
}

.ntitel {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase !important;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    display: inline-block;
}


.nhrow .wpb_single_image {
    margin-bottom: 0;
    text-align: center !important;
    background: #fff;
    height: 180px;
}


.nhrow .wpb_single_image img {
    max-height: 115px;
    margin-top: 18px;
}

.nhrow .wpb_single_image .vc_figure {
    width: 100%;
    height: 100%;
}

.nhrow .wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#fmhrow {
padding-top: 55px;
padding-bottom: 15px;
}

.teamrow {
padding-bottom: 35px;
}








.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 {
    background-color: transparent;
}

@media screen and (min-width: 992px) {
.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: #393939 !important;
}
}







.owl-carousel.bildgalleri .owl-stage-outer {
    width: 100%;
}

.bildgalleri .owl-dots .owl-dot {
    border: 2px solid rgba(0, 0, 0, 0.24);
    margin: 0 7px;
}

.owl-dots .owl-dot {
    background-color: transparent !important;
    height: 20px;
    width: 20px;
border-radius:20px !important;
    margin: 0 12px;
    border: 2px solid rgba(255, 255, 255, 0.24);
}
.owl-dots .owl-dot.active {
border-color: #073e89;
}
.bildgalleri .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    display: block !important;
    margin-top: 0;
}

.bildgalleri .owl-prev i:before {
    content: "" !important;
    left: 20px;
    top: 50%;
    height: 18px;
    width: 18px;
    border-left: 1px solid currentColor;
    border-top: 1px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
    display: inline-block !important;
    position: absolute;
}

.bildgalleri .owl-next i:before {
    content: "" !important;
    right: 20px;
    top: 50%;
    height: 18px;
    width: 18px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
    display: inline-block !important;
    position: absolute;
}





.bildgalleri .owl-stage-outer {
width:100%;
}
.bildgalleri .owl-stage {
    display: flex;
}
.bildgalleri .bcol {
    background: #f5f5f5;
    height: 100%;
    margin-bottom: 30px;
    position: relative;
}

.bildgalleri .bcolinfo {
    padding: 30px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0;
}


.bildgalleri .bcolinfo .knappd {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.bildgalleri .bcolinfo .knappd a {
    width: 100%;
    color: #fff;
pointer-events: none;
}

.bildgalleri .bcol:hover .btn {
    color: inherit;
    background: #073e89 !Important;
}

.bildgalleri .bcol > a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
z-index: 99;
}
.bcolinner {
    position: relative;
    height: 100%;
}

.bcol h6 {
     margin-bottom: 0;
    font-size: 15px;
    letter-spacing: .1px;
}


.bildgalleri .owl-nav {
    display: block !Important;
}
.single-post .bildgalleri .owl-nav {
    display: none !Important;
}

.bildgalleri .owl-prev {
    left: 0;
    position: absolute;
    cursor: pointer;
    padding-left: 10px;
    height: 100% !important;
    top: 0;
}

@media (min-width: 1250px) {
.bildgalleri .owl-prev {
     left: -60px;
    padding-left: 0px;
}
	}

.bildgalleri .owl-next {
    right: 0;
    position: absolute;
    cursor: pointer;
    padding-right: 10px;
    height: 100% !important;
    top: 0;
}

@media (min-width: 1250px) {
.bildgalleri .owl-next {
     right: -60px;
    padding-right: 0px;
}
	}

.bildgalleri .owl-prev, .bildgalleri .owl-next {

}

@media (min-width: 1250px) {
.bildgalleri .owl-prev, .bildgalleri .owl-next {

}
	}

@media (min-width: 1250px) {
.relateradeinlagg .bildgalleri .owl-prev, .relateradeinlagg .bildgalleri .owl-next {

}
}

@media (min-width: 1250px) {
.bildgalleri .owl-prev:hover, .bildgalleri .owl-next:hover {
     color: rgba(0, 0, 0, .37) !important;
}
	}

.bildgalleri {
    margin-bottom: 30px;
}












@media screen and (min-width: 992px) {
.mainheader .maincont {
float: right;
	max-width: 500px;
}
}

@media screen and (min-width: 992px) {
.mainheader {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
position: relative;
width: 100%;
transition: .3s ease-in-out;
transition-delay: .6s;
    position: absolute;
    bottom: 0px;
}
}



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









.single-post .single-hentry {
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.nyhetdatum {
    text-transform: uppercase;
    font-size: 12px;
    color: #8b8b8b;
}

.nyhettitel {
    font-size: 28px;
}
@media(max-width:767px) {
.nyhettitel {
    font-size: 26px;
}}





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

.wpcf7 p {
margin-bottom: 0;
}


.lg-outer .lg-image {
    max-height: 500px;
}

.lg-thumb-outer {
  display: none !important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: transparent;
    border-radius: 0px;
}


#lg-counter, .lg-toolbar .lg-icon {
    color: #fff;
}

.lg-toolbar {
    background-color: #8f8a8d !important;
    bottom: 0;
    top: auto;
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1 !important;
	    transform: translate3d(0, 0px, 0) !important;
}

.home .lg-toolbar, .home .lg-backdrop  {
display: none !important;
}
.lg-backdrop {
    opacity: 0.1 !important;
}





.cms-image-gallery .prbild {
    height: 300px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    display: block;
}


.zmdi-chevron-right:before {
    content: "\f2ee";
}
.zmdi-chevron-left:before {
    content: "\f2ea";
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    color: inherit;
    opacity: 1;
    font-size: 14px;
    height: 26px;
    line-height: 23px !important;
    width: 45px;
    bottom: calc(50% - 18.5px);
}


.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
/*    color: #073e89 !important;
    border-color: #073e89 !important;*/
}




.ustrow > .vc_col-sm-4 > .vc_column-inner  {
    padding: 0 !important;
}

@media (min-width: 1301px) {
.ustrow > .vc_col-sm-4 {
    width: 36%;
}
}

@media (max-width: 1300px) and (min-width: 992px) {
.ustrow > .vc_col-sm-4 {
    width: 50%;
}
}

@media (min-width: 992px) {
.ustrow > .vc_col-sm-8 {
display: none;
}
}

.ustrow > .vc_col-sm-4  {
background: rgba(1, 80, 166, 0.8);
}

.ustrow .wpb_text_column {
    margin-bottom: 0;
}

.ustrow .wpb_single_image {
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
}

.ustrow .wpb_single_image img {
    height: 71px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 100%;
}

.ustrow h5 {
    margin-top: 30px;
	    margin-bottom: 30px !Important;
    text-transform: uppercase;
	text-align: center;
}

.ustrow h5 a {
	color:#fff;
}

.ustrow .btn {
    min-width: calc(100% - 60px);
    padding-right: 25px !important;
    margin-left: 30px;
    margin-bottom: 30px !important;
}

.ustrow {
    margin: 0;
    background: #0151a6;
    margin-bottom: 25px;
min-height: 131px;
background-size: cover;
position: center center;
	position: relative;
}


#footertwo p {
    color: #000;
    margin-bottom: 0;
}

.ib {
background: transparent !important;
}

@media (max-width: 991px) {
.ib {
    margin-left: -15px;
    margin-right: -15px;
}
	}


.ib a {
    line-height: 47px;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.skp {
    background: #eee;
    overflow: hidden;
}

.skpt {
    padding: 15px;
    padding-bottom: 0;
    padding-top: 17px;
    font-size: 12px;
    line-height: 17px;
}

.skpcontent {
    padding: 15px;
    font-size: 14px;
}

.skpt h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
}

.skp i {
color: #bababa;
    padding-right: 5px;
}



@media (max-width: 1210px) and (min-width: 1100px) {
.skp img {
    height: 30px;
    margin-right: 15px;
}
	}

@media (max-width: 1099px) and (min-width: 992px) {
.skp img {
display: none;
}
	}

.skpcontent img {
    height: 50px;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 21px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 21px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 21px 0 rgba(0,0,0,.1);
}

.skp p {
    margin-bottom: 0;
}

.skpcontent p {
    margin-bottom: 0;
}

.skp .tele {
    color: #28823c;
    font-weight: 600;
}


@media (min-width: 1210px) {
.skp .namn {
    margin-top: 6px !important;
}
	}


@media (max-width: 1099px) and (min-width: 992px) {
.skp .namn {
    margin-top: -3px;
}
	}



@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;
}








.ptseg {
padding-top:17px;
}
@media(max-width:767px) {
.ptseg {
padding-top:22px;
}}

.ptrow > div > div > div, .nyhwrap {
    padding: 8px;
    background: #f2f2f2;
border-radius:4px;
}
.nyhwrap {
margin-bottom:30px;
margin-top: 40px;
}
@media (max-width: 767px) {
.nyhwrap {
margin-top: 22px;
}}


.ptrow .wpb_text_column {
	 margin-bottom: 0 !important;
}
.single-post .ptrow {
    height: auto;    background: rgba(1, 80, 166, 1);
}

.ptdiv {
    overflow: hidden;
border-radius:3px;
    position: relative;
background-size:cover !important;
background-position:center center;
}

.ptrow {
position: relative;
overflow: hidden;
}

.ptrow.prodpg {
margin-bottom:50px;
}


.ptdiv:before {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0px;
    bottom: 0;
    display: block !important;
    content: "" !important;
    z-index: 2;
    background:#000;
opacity:.46;
    pointer-events: none;
	}

.ptdiv > div{
display:inline-block;
padding-top:23px;
color:#fff;
text-transform:uppercase;
    letter-spacing: 0.2px;
    font-family: UniviaPro-Regular;
padding: 0 15px;
text-align:center;
margin-left:auto;
margin-right:auto;
z-index:5;
}

.ptrow.prodpg .ptdiv > div{
padding: 0 !Important;
width: 100%;
height:100%;
}
.ptrow.prodpg .ptdiv > div > div{
padding: 0 !Important;
width: 100%;
height:100%;
background-size:cover !important;
background-position: center center;
}

@media(min-width:1200px) {
.ptdiv > div {
padding: 0 50px;
}}


.ptdiv h3 {
color:#fff;
padding-left:15px;
padding-right:15px;
padding-bottom: 30px;
margin-bottom: 0 !Important;
position:relative;
}

@media(max-width:767px) {
.ptdiv h3 {
font-size:26px;
padding-bottom:26px;
}}

.ptdiv h3:before {
content:"";
width:100%;
max-width:78px;
position:absolute;
bottom:0;
height:7px;
margin-left:auto;
margin-right:auto;
display:inline-block;
left:0;
right:0;
background:#016f86 !important;
}
.pgdiv h3 {
    content: "";
    color: #016f86;
    padding: 21px 0px 8px 10px;
}

.prodpg .pgdiv h3 {
font-size:28px;
}

.prodpg .pgdiv > div > p {
    padding: 0 14px;
    margin-bottom: 9px !Important;
    margin-top: -15px;
    line-height: 23px;
    font-size: 14px;
    max-width: 746px;
}




@media (min-width: 992px) {
.ptrow > .vc_col-sm-12 .ptdiv {
    position: relative;
    height: 400px;
    display: flex;
    align-content: center;
    align-items: center;
}
}
@media (min-width: 1600px) {
.ptrow > .vc_col-sm-12 .ptdiv {
height:430px;
}
}
@media (min-width: 1800px) {
.ptrow > .vc_col-sm-12 .ptdiv {
height:480px;
}
}
@media (min-width: 2000px) {
.ptrow > .vc_col-sm-12 .ptdiv {
height:510px;
}
}
@media (min-width: 2200px) {
.ptrow > .vc_col-sm-12 .ptdiv {
height:540px;
}
}
@media (min-width: 2400px) {
.ptrow > .vc_col-sm-12 .ptdiv {
height:570px;
}
}

@media (min-width: 992px) {
.ptrow.prodpg > .vc_col-sm-12 .ptdiv {
    height: 230px;
}
}
@media (max-width: 991px) {
.ptrow > .vc_col-sm-12 .ptdiv {
    position: relative;
    height: 375px;
    display: flex;
    align-content: center;
    align-items: center;
}
}
@media (max-width: 991px) {
.ptrow > .vc_col-sm-12 .ptdiv {
    height: 270px;
}
}
@media (max-width: 991px) {
.ptrow.prodpg > .vc_col-sm-12 .ptdiv {
    height: 280px;
}
}
@media (max-width: 810px) {
.ptrow.prodpg > .vc_col-sm-12 .ptdiv {
    height: 200px;
}
}


.sidrow {
    display: block;
}

.sidrow > .wpb_wrapper {
    padding: 0 15px;

}

.delarow {
    padding-bottom: 35px;
    padding-top: 50px;
    text-align: center;
}


.bcrow {
z-index: 9 !important;
}

.breaddiv ul li {
    list-style-position: inherit;
    list-style-type: none;
    display: inline-block;
    margin-right: 18px;
    position: relative;
    color: #565656;
    font-size: 14px;
    letter-spacing: inherit;
text-transform:lowercase;
font-family: UniviaPro-Regular;
}
.breaddiv ul li:first-child {
text-transform:none;
font-size:13px;
}
.breaddiv ul li:last-child {
    margin-right: 0px;
}
@media (max-width: 991px) {
.breaddiv ul li {

}
	}

.breaddiv ul li a, .breaddiv ul li span {
    display: inline-block;
    padding: 6px 0px;
}

@media (max-width: 767px) {
.breaddiv ul {
    padding: 6px 0px;
}
	}
@media (max-width: 767px) {
.breaddiv ul li a, .breaddiv ul li span {
    padding: 0px 0px;
}
	}

.breaddiv ul li:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 15px;
    background: #949494;
    height: 9px;
    width: 1px;
    transform: rotate(
28deg);
}
@media (max-width: 767px) {
.breaddiv ul li:after {
    top: 9px;
}
	}

.breaddiv ul li:last-child::after {
display:none;
}
.breaddiv ul {
    overflow: hidden;
margin-top:-6px;
}










.sokfs h6, .sokfs h5 {
color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
.sokfs {
    max-width: 470px;
    width: 100%;
    float: right;
    margin-bottom: 150px;
}
	}
	

@media (max-width: 1440px) and (min-width: 992px) {
.sokfs {
padding-right: 40px;
}
	}


@media (min-width: 992px) {
.sokfs > .wpb_wrapper > div {
    max-width: 340px;
    display: inline-block;
    float: right;
}
}
.sokfs > .wpb_wrapper > div {
color: #fff;
margin-top: 12px;
}
.sokfs > .wpb_wrapper > div a {
    display: block;
    margin-top: 4px;
}

	

.produktionrow {
    padding-bottom:100px;
}




.tdiv img {
    border-radius: 10px;
    -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}


.tdiv img {
    height: 71px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 100%;
}

.tdiv {
	padding-top: 25px;
text-align: center;
}

.tdiv h5 {
	margin-top: 30px;
text-transform: uppercase;
color:#fff;
}

@media (max-width: 991px) {
header:not(.woocommerce-products-header) {
    position: relative;
z-index: 999;
}
}





@media (max-width: 991px) {
.kinfo {
    display: flex !important;
    position: fixed !important;
    top: 0;
    right: 98px;
    z-index: 998;
}
}

.kinfo a {
    display: flex;
    align-items: center;
    height: 66px;
width:52px;
}
.kinfo img {
    max-height: 22px;
    max-width: 25px;
    margin-left: auto;
    margin-right: auto;
}







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


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





.widget-title {
    font-size: 20px !important;
    color: #505050 !important;
    margin-bottom: 15px !important;
    font-weight: 500 !Important;
    line-height: 1.1 !important;
    text-transform: none !important;
}








#more {
display: none;
}

table tr strong {
font-weight: 300;
font-family: UniviaPro-Regular;
}

.tpt td {
font-family: UniviaPro-Regular;
}

th {
font-weight: inherit;
font-family: UniviaPro-Regular;
}
table td {
border: none;
    padding: 1px 10px 1px 6px !important;
line-height: 23px;
    font-size: 13px;
}

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

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

}
	}

.infokarta {
margin-bottom: 0 !Important;
}

.infokarta img {
max-height: 150px;
}


table {
    border: none;
    font-family: ;
}


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



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

@media screen and (max-width: 991px) {
#primary + #secondary section {
margin-bottom:15px !Important;
}}



.single-product .widget.woocommerce.widget_product_categories {
display:none;
}
	
@media screen and (min-width: 768px) {
.woocommerce #primary.content-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
}}
@media screen and (min-width: 992px) {
.woocommerce #primary.content-has-sidebar {
    order: 2;
}}

@media screen and (min-width: 1200px) {
.woocommerce #primary.content-has-sidebar {
    padding-right: 0px;
}}



@media screen and (min-width: 1200px) {
body:not(.tax-product_cat) #primary.content-has-sidebar {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    max-width: 100%;
}}


@media screen and (min-width: 1200px) {
.woocommerce .content-has-sidebar.float-left + #secondary {
    padding-left: 30px;
padding-right:30px;
}}
@media screen and (min-width: 768px) {
.woocommerce .content-has-sidebar.float-left + #secondary {
padding-left:0;
}}


body:not(.tax-product_cat) #secondary.widget-has-sidebar, body:not(.tax-product_cat) .woocommerce-result-count, body:not(.tax-product_cat) .woocommerce-ordering, body:not(.tax-product_cat) .products.columns-3{
display:none !Important;
}

@media(min-width:768px) {
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
margin-right:-20px;
}}
@media(min-width:768px) {
header .woocommerce ul.products.columns-3 {
    display: flex !important;
    margin-bottom: 0;
}}


.prodcatbild {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
min-width:50px;
border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

.prodcatbild img {
    width: auto;
    padding: 0;
    margin: 0 !Important;
min-width:110px;
    padding: 1px 6px;
    max-height: 79px !important;
}

@media(min-width:992px) and (max-width:1200px) {
.prodcatbild img {
max-height:120px !important;
max-width:140px !Important;
min-width:90px;
}}

@media(max-width:767px) {
.prodcatbild img {
max-height:110px !important;
max-width:140px !Important;
min-width:90px;
}}


.prodcatcont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
border-top-left-radius:4px;
border-bottom-left-radius:4px;
}


.woocommerce ul li.product.type-product a.button.product_type_external:first-child {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    font-size: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    z-index: 1;
}

.sidebar-style-construction-company #secondary .widget, .sidebar-style-construction-company .wpb_widgetised_column .widget {
    margin-bottom: 42px;
    border-radius: 4px;
    overflow: hidden;
overflow:inherit;
}

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering, nav.woocommerce-pagination {
display:none !important;
}
.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 3px;
}

@media(max-width:767px) {
.woocommerce .woocommerce-breadcrumb {
margin-bottom: 9px;
    line-height: 22px;
font-size:12.5px;
}}

.single-product.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 25px;
    font-family: 'UniviaPro-Regular';
    color: #3e3e3e;
}
.single-product.woocommerce .woocommerce-breadcrumb a {
    color: #3e3e3e;
}

.single-product #primary .entry-summary .entry-title {
    font-weight: 300;
}
.pswp__bg {
background: rgba(0, 0, 0, .72);
}

.single-product.woocommerce div.product div.images img {
    max-height: 150px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.single-product .summary .single_add_to_cart_button {
display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #565656 !important;
    padding: 9px 21px !important;
    font-size: 10px !important;
    line-height: 21px !important;
    margin: 0 !important;
    min-width: 137px;
    border-radius: 3px !important;
    background: #e1e3e4 !important;
}
.single-product .summary .single_add_to_cart_button:before {
    content: "\f1c1";
    font-family: FontAwesome;
    float: left;
    display: inline-block;
    margin-right: 4px;
    font-size: 8px;
    margin-top: -1px;
    color: #ef2f2f;
}
.single-product .summary .single_add_to_cart_button:after {
    content: "";
    background: url(/wp-content/uploads/dl.svg);
    height: 31px;
    width: 34px !important;
    background-size: 26px;
    background-position: center 45%;
    margin-right: -7px !important;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.single-product #primary .product_meta .sku_wrapper, .single-product #primary .product_meta .posted_in, .single-product #primary .product_meta .tagged_as {
    font-weight: 300;
}

@media(min-width:768px) {
.woocommerce #content div.product div.summary {
    width: 70%;
    margin-bottom: 0 !important;
    padding-left: 30px;
}}
.woocommerce #content div.product div.summary {
margin-bottom:13px;
}
@media(min-width:768px) {
.woocommerce #content div.product div.images {
    width: 30%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 0;
}}

@media(max-width:767px) {
.woocommerce #content div.product div.images {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
min-height:140px;
    margin-bottom: 23px;
}}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
display:none;
}


section.related.products {
    display: none;
}







.woocommerce ul.products li.product .woocommerce-loop-category__title {
    letter-spacing: -.0px;
    font-weight: 300;
    color: #3e3e3e;
    text-transform: none;
    font-family: UniviaPro-Regular;
    line-height: 1.2;
}

.term-pneumatik h1.page-title, .term-pneumatik .woocommerce-breadcrumb, .term-vakuum h1.page-title, .term-vakuum .woocommerce-breadcrumb, .term-specialprodukter h1.page-title, .term-specialprodukter .woocommerce-breadcrumb {
display:none;
}
h1.woocommerce-products-header__title.page-title {
    font-size: 36px;
    margin-bottom: 30px;
}

@media(max-width:767px) {
h1.woocommerce-products-header__title.page-title {
    font-size: 30px;
    margin-bottom: 38px !important;
}}

.term-pneumatik .product.type-product, .term-vakuum .product.type-product, .term-specialprodukter .product.type-product  {
display:none !Important;
}





.woocommerce ul.products li.product-category > a {
    background: #f2f2f2;
box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
    display: flex;
min-height:76px;
height:100%;
border-radius:4px;
}
html .woocommerce ul.products li.product-category > a {
transition:.0s !important;
height:76px;
}

.woocommerce ul.products li.product-category > a:hover {
    background: #e1e3e4 !Important;
}
header .woocommerce ul.products li.product-category > a {
transition:.2s ease !important;
}
header .woocommerce ul.products li.product-category > a:hover {

}
header .woocommerce ul.products li.product-category > a:hover * {

}



.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
padding: 15px;
color: #3e3e3e;
}
@media(min-width:1100px) {
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 13.1px;
}}

@media(min-width:1150px) and (max-width:1200px) {
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 11.5px;
}}

@media(min-width:992px) and (max-width:1200px) {
.prodsub .woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 11px;
}}

.mark, mark {
    background-color: transparent;
}
header .mark, header mark {
display:none !Important;
}


.woocommerce ul.products li.product a.button.product_type_external:last-child:before, .woocommerce ul.products li.product a.button.product_type_external:nth-last-child(2):before {
    content: "\f1c1";
font-family: FontAwesome;
float:left;
display:inline-block;
margin-right:4px;
font-size:8px;
	margin-top:-1px;
color: #ef2f2f;
}
@media(max-width:1099px) {
.woocommerce ul.products li.product a.button.product_type_external:last-child:before, .woocommerce ul.products li.product a.button.product_type_external:nth-last-child(2):before {
font-size:11.4px;
	margin-top:-1.2px;
margin-right:5px;
}}



.woocommerce ul.products li.product a.button.product_type_external:last-child:after, .woocommerce ul.products li.product a.button.product_type_external:nth-last-child(2):after {
    content: "";
    background: url(/wp-content/uploads/dl.svg);
    height: 54px;
    width: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

@media(max-width:1099px) {
.woocommerce ul.products li.product a.button.product_type_external:last-child:after, .woocommerce ul.products li.product a.button.product_type_external:nth-last-child(2):after {
    position: absolute;
    bottom: 2px;
    height: 50px !important;
}}


.woocommerce ul.products li.product a.button.product_type_external:last-child, .woocommerce ul.products li.product a.button.product_type_external:nth-last-child(2) {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    color: #565656 !important;
    padding: 20px 20px !important;
    font-size: 10px !important;
    line-height: 21px !important;
    margin: 0 !important;
    min-width: 137px;
    border-radius: 0px !important;
}

@media(min-width:1100px) {
.woocommerce ul.products li.product a.button.product_type_external:last-child, .woocommerce ul.products li.product a.button.product_type_external:nth-last-child(2) {
    border-left: 1px solid #e1e1e1 !important;
}}

@media(max-width:1099px) {
.woocommerce ul.products li.product a.button.product_type_external:last-child, .woocommerce ul.products li.product a.button.product_type_external:nth-last-child(2) {
    border-top: 1px solid #e1e1e1 !important;
    padding-top: 12px !important;
    padding-bottom: 46px !important;
    font-size: 13px !important;
}}


.woocommerce ul.products li.product:hover a.button.product_type_external:last-child, .woocommerce ul.products li.product:hover a.button.product_type_external:nth-last-child(2), .woocommerce ul.products li.product a.button.product_type_external:last-child:hover, .woocommerce ul.products li.product a.button.product_type_external:nth-last-child(2):hover, .woocommerce ul.products li.product a.button.product_type_external:last-child:focus, .woocommerce ul.products li.product a.button.product_type_external:nth-last-child(2):focus {
background:#e1e3e4 !Important;
}

.single-product.woocommerce ul.products li.product a.button.product_type_external:last-child, .single-product.woocommerce ul.products li.product a.button.product_type_external:nth-last-child(2) {
display: none !important;
}



.prodgridcont {
    width: 100%;
padding: 24px 20px;
    padding-bottom: 20px;
display:flex;
flex-wrap:wrap;
align-content:center;
}

@media(min-width:1100px) {
.prodgridcont {
padding: 20px 29px;
}}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    margin-bottom: 11px;
    color: #3e3e3e;
width:100%;
}
@media(max-width:1099px) {
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size:18px;
}}

@media(min-width:1100px) {
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
}}


p.prodgridexcerpt {
    margin: 0;
font-size:14px;
line-height:23px;
}
@media(min-width:1100px) {
p.prodgridexcerpt {
font-size:13px;
line-height:20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
max-height:60px;
max-height:80px;
}}



@media screen and (min-width: 768px) {
.woocommerce ul.products.columns-3 li.product.type-product {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0px;
    background: #f2f2f2;
    box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
min-height:160px;
}}
@media screen and (max-width: 767px) {
.woocommerce ul.products.columns-3 li.product.type-product {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0px !important;
    background: #f2f2f2;
    box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
min-height:160px;
}}


.woocommerce ul.products.columns-3 li.product {
    margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
.woocommerce ul.products.columns-3 li.product {
    width: calc(100% - 0px);
    margin-right: 0px !important;
}}
@media screen and (min-width: 600px) and (max-width:767px) {
.woocommerce ul.products.columns-3 li.product {
    width: calc(50% - 20px);
    margin-right: 20px !important;
}}

@media screen and (min-width: 768px) {
.woocommerce ul.products.columns-3 li.product {
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    margin-right: 20px !important;
}}
@media screen and (min-width: 768px) and (max-width:1150px) {
.woocommerce ul.products.columns-3 li.product {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-right: 20px !important;
}}
@media screen and (min-width: 768px) and (max-width:1150px) {
.prodsub .woocommerce ul.products.columns-3 li.product {
    width: calc(33.33% - 20px);
}}


.woocommerce ul.products.columns-3 li.product {
border-radius:4px;
}


@media screen and (min-width: 1100px) {
.woocommerce ul.products.columns-3 li.product.type-product {
display:flex;
min-height:170px;
}}

.woocommerce ul.products.columns-3 li.product.type-product {
border-radius: 4px;
overflow:hidden;
position:relative;
}


.woocommerce ul li.product.type-product .prodgridbild {
    min-width: 188px;
    padding: 0 15px;
    background: #fff;
    display: flex;
    align-items: center;
border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media (max-width: 991px) {
.woocommerce ul li.product.type-product .prodgridbild {
justify-content:center;
}}


@media (max-width: 1099px) {
.woocommerce ul li.product.type-product .prodgridbild {
    padding: 25px 30px;
    min-height: 150px;
border-bottom-left-radius:0px;
}}
@media (max-width: 600px) {
.woocommerce ul li.product.type-product .prodgridbild img {
max-width:170px;
}}


@media screen and (min-width: 1100px) {
.woocommerce ul li.product.type-product .prodgridbild {
max-width: 188px;
}}
@media screen and (min-width: 1100px) {
.woocommerce ul li.product.type-product .prodgridbild img {
width:188px;
}}



@media screen and (min-width: 768px) {
.woocommerce ul.products li.product.type-product a img {
    max-width: 208px;
}}


body:not(.woocommerce-shop) #content .container.content-container {
    max-width: 100%;
}
 







#secondary .wpb_animate_when_almost_visible {
opacity: 1;
}



article:not(.type-product) .art-bild .post-image a:before {
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.12) 24%,rgba(0, 0, 0, 0) 72%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    content: "" !important;
    z-index: 0;
}

article:not(.type-product) .art-bild .post-image {
    box-shadow: 0 6px 35px 0px rgba(0, 0, 0, 0.15);
}

@media(min-width:768px) {
article:not(.type-product) .art-bild .post-image {
    max-width: 270px;
}}

.art-bild .post-image {
    margin-bottom: 0 !important;
	position: relative;
    max-height: 380px;
overflow: hidden;
    margin-bottom: 25px !important;
}

article.type-product .art-bild .post-image img {
    max-height: 100px;
}






h2.kt {
font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
}

.kontaktr {
padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
margin-bottom: 10px !important;
}





@media (min-width: 992px) {
.entry-content > .uur, .post-type-content-inner > .uur > .vc_col-sm-12 {
max-width: 100%;
}
	}


@media (min-width: 992px) {
.entry-content > .uur, .post-type-content-inner > .uur > .vc_col-sm-12 {
    max-width: 1200px;
width: calc(100% - 60px);
margin-bottom: 100px;
}
	}

@media (min-width: 1600px) {
.entry-content > .uur, .post-type-content-inner > .uur > .vc_col-sm-12 {
    max-width: 2000px;
width: calc(100% - 60px);
margin-bottom: 100px;
}
	}


.vc_section > .vc_row-fluid {
margin-left: auto;
margin-right: auto;
    max-width: 1240px;
	width: 100%;
}
.vc_section.smalcon > .vc_row-fluid {
    max-width: 860px;
}



@media (min-width: 2001px) {
.vc_section > .vc_row-fluid {
max-width: 1570px !important;
}
}

@media (min-width: 1800px) and (max-width: 2000px) {
.vc_section > .vc_row-fluid {
max-width: 1570px !important;
}
}


@media (min-width: 1600px) and (max-width: 1799px) {
.vc_section > .vc_row-fluid {
max-width: 1340px !important;
}
}




.entry-content .uur > .vc_col-sm-12, .post-type-content-inner .uur > .vc_col-sm-12 {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: -.0px;
    font-weight: 300;
color: #3e3e3e;
    text-transform: none;
    font-family: UniviaPro-Regular;
    line-height: 1.2;
}

.uc {
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #666;
}


.st {

}

h6, .h6 {
    font-size: 17px;
}

h5, .h5 {
    font-size: 22px;
line-height: 1.5;
}

h4, .h4 {
    font-size: 28px;
}










@media(max-width:767px) {
h6, .h6 {
    font-size: 18px;
}}
@media(max-width:767px) {
h5, .h5 {
    font-size: 20px;
}}
@media(max-width:767px) {
h4, .h4 {
    font-size: 26px;
}}
@media(max-width:767px) {
h3, .h3 {
    font-size: 30px;
}}
@media(max-width:767px) {
h2, .h2 {
    font-size: 36px;
}}
@media(max-width:767px) {
h1, .h1 {
    font-size: 46px;
}}






.vt {
    color: #fff;
}
.vd {
    color: #fff;
}

.af {
    color: #016f86;
}
.ft {
    color: #073e89;
}

.lh {

}


.tf {
    color: #5f9aae;
}

.mt {
margin-bottom: 30px !Important;
}

.btitel {

}



.btn:after {
    content: "";
    position: absolute;
    border-radius: 30px;
    border: 1px solid currentcolor;
    top: 10px;
    right: 18px;
    height: 17px;
    width: 17px;
}
.btn:before {
    content: '\f2fb';
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    vertical-align: 0px;
    position: absolute;
    height: 20px;
    width: 20px;
    color: #fff;
    line-height: 28px;
    top: 5px;
    right: 16px;
    font-size: 15px;
    color: currentcolor;
text-align:center;
}

.btn, button:not(.sbtn,.pswp__button,.cky-btn-revisit,.cky-show-desc-btn,.cky-accordion-btn) , .button {
    overflow: hidden;
transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
position: relative;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    font-weight: 300 !Important;
    color: #fff;    
padding: 0 17px;
    padding-right: 50px;
    padding-top: 1px;
    line-height: 35px;
    font-size: 17px;
    text-transform: none;
    z-index: 1;
    text-align: left;
    font-family: 'UniviaPro-Regular';
background:#016f86;
}

.btn:hover, button:not(.sbtn,.cky-btn,.cky-btn-revisit,.cky-show-desc-btn,.cky-accordion-btn,.cky-btn-close):hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:not(.sbtn,.cky-btn,.cky-btn-revisit,.cky-show-desc-btn,.cky-accordion-btn,.cky-btn-close):focus, .button:focus, input[type="submit"]:focus, .btn.focus, .btn:active {
    color: #fff;
background: #073e89 !Important;
padding-right: 50px !Important;
border-color: #073e89;
}



.btnfarg {
    border-bottom: 2px solid #b7b7b7;
    padding-bottom: 5px;
}




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


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




@media screen and (max-width: 991px) {
#site-header-wrap .site-branding img {
    padding: 0px;
    height: 38px;
    width: 76px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
    display: inline-block;
}
	}


@media screen and (max-width: 991px) {
#site-header-wrap {
background:#fff;
	    position: fixed;
    width: 100%;
box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    -ktml-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    -moz-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;
    top: -webkit-calc(100% + 0px) !important;
    top: -ms-calc(100% + 0px) !important;
    top: -o-calc(100% + 30px) !Important;
    -webkit-transition: all 200ms !important;
    -khtml-transition: all 200ms !important;
    -moz-transition: all 200ms !important;
    -ms-transition: all 200ms !important;
    -o-transition: all 200ms !important;
    transition: all 200ms !important;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
    -ktml-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
    height: calc(100vh - 66px) !important;
    display: none;
    background: transparent;
    width:100%;
}
	}
@media screen and (max-width: 991px) {
.main-navigation > div.mega-menu-wrap {
    height: calc(100vh - 66px) !important;
height: calc(100vh - 92px) !important;
    display: none;
    background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
    width:80% !important;
}
	}

@media screen and (max-width: 991px) {
.main-navigation > div.mega-menu-wrap > ul {
    height: calc(100vh - 66px) !important;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
	}

@media screen and (max-width: 991px) {
.main-navigation:after {
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 80%;
    top: 0;
    height: 300%;
    width: 300%;
    background: #000;
    opacity: .1;
}
	}

@media screen and (max-width: 991px) {
.main-navigation.navigation-open {
display: block;
}
}

@media screen and (max-width: 991px) {
#site-header-wrap .primary-menu li a {
    padding-bottom: 8px;
    padding-left: 30px;
    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: #073e89;
}
}

.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 15px;
    padding-top: 2px;
    line-height: 61px;
    color: #8d8d8d !important;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0px;
    font-family: inherit;
    transition-delay: 9s;
    transition: all .3s ease-in-out !important;
}
	}

@media (min-width: 992px) {
.single-post #site-header-wrap #headroom .primary-menu > li > a {
    color: #000 !important;
line-height: 55px;
}
	}

@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: 61px !Important;
}
	}

@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 {
    color: #073e89 !important;
}
	}



@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 {
    color: #073e89 !important;
}
	}

b, strong {
    font-weight: 600;
    font-family: inherit;
}



.navigering {
    text-align: center;
    flex: 0 0 100%;
}

.navigering .page-numbers + .page-numbers {
    margin-left: 5px;
}

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

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


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

 .navigering .page-numbers:hover {
    color: #000;
    background-color: #f7f7f7;
}

.page-numbers, .navigering .page-numbers {
    border: none;
    background: #073e89;
    color: inherit;
    line-height: 36px;
    height: 36px;
    width: 36px;
border-radius:3px;
    text-align: center;
    display: inline-block;
}


.navigering .page-numbers.next, .navigering .page-numbers.prev {
    width: inherit;
}
.navigering .page-numbers.next {
    float: right;
}


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

.art-meta li {
display: none;
}




.artcont h5 {
margin-bottom: 0;
}
.art-excerpt {
    margin-top: 15px;
    margin-bottom: 15px;
}

.art-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(min-width:768px) {
.art-excerpt {
    max-height: 112px;
}}


ul.post-type-button .btn:before {
display: none !important;
}
/*
body.search .btn:hover {
    background-color: transparent !Important;
    border: none !important;
    color: #000;
}
*/











@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: #fff;
    height: 1.4px;
    width: 19px;
    border-radius: 2px;
    transition: .2s ease;
}
	}

@media screen and (max-width: 991px) {
#main-menu-mobile .btn-nav-mobile:before {
    top: 19px;
    width: 28px;
    right: 9px;
    right: -1px;
}}
@media screen and (max-width: 991px) {
#main-menu-mobile .btn-nav-mobile span {
    top: 26px;
    width: 22px;
    right: 3px;
    right: -7px;
}}
@media screen and (max-width: 991px) {
#main-menu-mobile .btn-nav-mobile:after {
    top: 33px;
    width: 16px;
    right: -13px;
}}
@media screen and (max-width: 991px) {
#main-menu-mobile .btn-nav-mobile.opened:before {
    top: 26px;
}}
@media screen and (max-width: 991px) {
#main-menu-mobile .btn-nav-mobile.opened:after {
    top: 26px;
    width: 28px;
    right: -1px;
}}



@media screen and (max-width: 991px) {
#main-menu-mobile .btn-nav-mobile {
    font-size: 8px;
    color: #fff;
    margin-top: 16px;
    height: 66px;
    padding-top: 26px;
    width: 79px;
    text-align: center;
    user-select: none;
    font-family: 'UniviaPro-Regular';
}
}


@media screen and (max-width: 991px) {
#site-header-wrap #main-menu-mobile {
    top: 0%;
    padding-top: 50px;
    text-align: center;
    right: 1px;
}
}
@media screen and (max-width: 991px)  {
#main-menu-mobile:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    top: 44px;
    margin: auto;
    background: #073e89;
    height: 63px;
    width: 300%;
    transition: 0s;
    border-bottom-left-radius: 4px;
    pointer-events: none;
    transform: skew(16deg);
}}



@media screen and (max-width: 991px) {
#site-header-wrap .site-branding {
    min-height: 66px;
    display: inline-block;
    position: relative;

}
}

@media screen and (max-width: 991px) {
#site-header-wrap .site-branding a {
    line-height: 60px !important;
    width: 100%;
}
}

#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;
}



.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;
    -webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
    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;
color: inherit;
}

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




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

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

}

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

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

.tillbakanyh {
    margin-bottom: 10px;
}
.tillbakanyh:hover, .tillbakanyh:focus {
color: #073e89;
}
.tillbakanyh a:before {
    font-family: FontAwesome;
    content: "\f104";
    margin-right: 9px;
    vertical-align: 1px;
}
.nyhiwrap {
    padding: 0 15px;
padding-top:9px;
}


.nbild {
    border-radius: 3px;
    overflow: hidden;
}

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

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


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



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














.cms-accordion.layout4 .card-header a {
    background-color: #f2f2f2;
    color: #565656;
    font-family: 'UniviaPro-Regular';
}

.sbkontaktdiv {
    background: #e3e3e3;
    box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
border-radius:3px;
overflow:hidden;
}

.sbkontaktdiv h6 {
box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
    color: #016f86;
    padding: 19px 25px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
background:#f2f2f2;
}

.sbkontaktdiv p {
    margin: 0 25px;
    margin-bottom: 18px;
color:#565656;
}
.sbkontaktdiv a {
padding-left:30px;
position:relative;
    color: #016f86;
}
.sbkontaktdiv .tel, .sbkontaktdiv .mail {
padding-left:30px;
position:relative;
    color: #016f86;
    font-family: 'UniviaPro-Regular';
}

.sbkontaktdiv .tel:before {
    content: "\f095";
font-family: FontAwesome;
font-size:17px;
transform: rotate(44deg);
position:absolute;
left:0px;
top: -8px;
}
.sbkontaktdiv .mail:before {
    content: "\f0e0";
font-family: FontAwesome;
position:absolute;
left:0;
}


.sbkontaktdiv p.kontaktknapp {
    margin: 0px;
background: #016f86;
color:#fff;
position:relative;
transition: .3s ease;
}
.sbkontaktdiv p.kontaktknapp:hover {
background: #073e89;
}
.sbkontaktdiv p.kontaktknapp a {
    display: block;
    color: #fff;
    padding: 7px 25px;
    padding-bottom: 5px;
    position: relative;
    font-family: 'UniviaPro-Regular';
}

.sbkontaktdiv p.kontaktknapp:before {
    top: 18px;
    position: absolute;
    content: "";
    height: 1px;
    width: 7px;
    right: 25px;
    background: #fff;
    display: inline-block;
transform: rotate(55deg);
pointer-events:none;
}
.sbkontaktdiv p.kontaktknapp:after {
    top: 23px;
    position: absolute;
    content: "";
    height: 1px;
    width: 7px;
    right: 25px;
    background: #fff;
    display: inline-block;
    transform: rotate(-55deg);
pointer-events:none;
}





.tjanstmeny {
    background: #f2f2f2;
    box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
border-radius:3px;
overflow:hidden;
}
.tjanstmeny .widgettitle {
background: #016f86;
color:#fff;
padding: 16px 15px;
padding-bottom:14px;
margin-bottom:0;
}
.tjanstmeny .widgettitle {
    background: #f2f2f2;
    color: #016f86;
    font-size: 20px;
padding: 19px 25px;
padding-bottom:10px;
min-height:58px;
}
.tjanstmeny .menu-footer-marknader-meny-container {
box-shadow: 0px -0.5px 0px 0px rgba(98, 98, 98, .28);
}


#content .tjanstmeny .widget_nav_menu ul li a {
    padding: 6px 15px;
    padding-top: 9px;
    display: block;
    color: #016f86;
    font-size: 15px !important;
    font-family: 'UniviaPro-Regular';
    font-size: 15px !important;
}
#content .tjanstmeny .widget_nav_menu ul li a {
    padding: 12px 25px;
    padding-top: 14px;
	    font-size: 15px;
    line-height: 21px;
    color: #3e3e3e;
background: #e3e3e3;
}
#content .tjanstmeny .widget_nav_menu ul li.current-menu-item a {
    color: #016f86 !important;
}

.tjanstmeny .widget_nav_menu ul li {
box-shadow: 0px -0.5px 0px 0px rgba(98, 98, 98, .28);
}













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

.widgettitle {
       font-size: 17px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 400 !Important;
    padding-bottom: 6px;
    line-height: 1.1;
}

#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: 50px;
    padding-bottom: 0px;
}

.site {
overflow: visible;
}


body:not(.home) #primary {

}



.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: 14px;
    line-height: 27px;
}


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

.wpcf7 form.sent .wpcf7-response-output {
border-color: #073e89;
    font-size: 13px;
    font-style: normal;
    margin-top: 0 !important;
    margin-bottom: 30px;
}




body {
    font-family: 'UniviaPro-Book';
    font-size: 15px;
    line-height: 28px;
    color: #2d2d2b;
    color: #b7b7b7;
color:#5e5e5c;
    letter-spacing: .1px;
    font-weight: 500;
}

@media (min-width: 992px) {
body {
    margin-right: 0 !important;
    margin-left: auto !important;
}
}







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;
    -webkit-box-shadow: -1px 0px 14px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: -1px 0px 14px 3px rgba(0, 0, 0, 0.12);
    box-shadow: -1px 0px 14px 3px rgba(0, 0, 0, 0.12);
    min-width: 210px !Important;
    /* -webkit-transition: bottom 0.5s; */
    /* position: absolute; */
    /* bottom: 0px !important; */
    -khtml-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
overflow: visible;
}
}


@media screen and (min-width: 992px) {
.primary-menu .sub-menu li a {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 32px;
    font-size: 15px !Important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 0;
    font-family: inherit;
    letter-spacing: 0;
    color: #8c8d8c;
}
}

@media screen and (min-width: 992px) {
.primary-menu .sub-menu li:last-child a {
    border-bottom: 0px solid #eee;
}
}


@media screen and (min-width: 992px) {
.primary-menu .sub-menu {
    -webkit-border-radius: 0px !Important;
    -khtml-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !Important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
}
}









@media screen and (min-width: 992px) {
#headroom {
    padding: 0 !Important;
box-shadow: 0 0px 100px rgba(0, 0, 0, .08);
box-shadow: 0 0px 12px rgba(0, 0, 0, .18);
background: linear-gradient(to top,#e0e0e0 0%,#fbfbfb 100%);
background: linear-gradient(to top,#e4e4e4 0%,#fbfbfb 100%);
    position: fixed;
    right: 0;
    width: 100%;
    transition: .6s ease-in-out !important;
    transition-delay: 0s;
    height: inherit;
}
}


@media screen and (max-width: 991px) {
#headroom {
box-shadow: 0 0px 12px rgba(0, 0, 0, .18);
background: linear-gradient(to top,#e0e0e0 0%,#fbfbfb 100%);
}
}


	
@media screen and (min-width: 992px) {
#headroom.headroom--down {
/*transform: translateY(-100%);
    transition-delay: .6s;*/
}}
@media screen and (min-width: 992px) {
#headroom.headroom--up, #headroom.headroom--down {
transform: translateY(-78px);
transform: translateY(-98px);
    transition-delay: .6s;
}}
	
@media screen and (min-width: 992px) {
#headroom:before {
content:"";
position:absolute;
	left:0;
bottom:0;
height:100%;
width:100%;
background:#f2f2f2 !important;
transition: .2s ease;
transition-delay:.1s;
opacity:0;
}}

@media screen and (min-width: 992px) {
.headroom--down:before, .headroom--up:before {
opacity:1 !important;
transition-delay:.4s;
}}
	
/*
@media screen and (min-width: 992px) {
#headroom.headroom--down, #headroom.headroom--up {
min-height: 69px;
    transition-delay: .6s;
    transform: translatey(-44px);
}
}*/





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





@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li:last-child a {
padding-right: 0px !important;
}
}

	


	@media (min-width: 992px) {
.site-branding a img {
height: 38px;
    width: 76px;
height: 41px;
    width: 82px;
        height: 58px;
        width: 116px;
    }
		}


	@media (min-width: 992px) {
img.vmeca {
    height: 24px;
    display: block !important;
    margin-left: 28px;
}
		}
        
/*	@media (min-width: 992px) {
#site-header-wrap .headroom--up .site-branding img, #site-header-wrap .headroom--down .site-branding img {
    height: 28px;
    width: 56px;
}}*/
	
	@media (min-width: 992px) and (max-width: 1100px) {
.site-branding a img {

}
		}



@media screen and (min-width: 992px) {
#site-header-wrap .site-branding {
z-index: 9;
    overflow: hidden;
    position: absolute;
   /* top: -12px;*/
bottom:59px;
left: 30px;
    transition: .0s ease;
    transition-delay: 0s;
display:flex;
align-items:center;
}
}

/*
@media (min-width: 992px) {
.headroom--up .site-branding, .headroom--down .site-branding {
    bottom: 6px !important;
    transition: .45s ease-out !important;
    transition-delay: .0s !important;
}}*/






@media screen and (min-width: 992px) {
#site-header-wrap #toprow {
    margin: 0;
}
	}

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


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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.primary-menu > li.menu-item-has-children:hover > a {
text-decoration: none !Important;
}
}
	

#wp-admin-bar-new_draft  {
display: none !Important;
}
	
@media screen and (min-width: 992px) {
.topbar {
    z-index: 9;
    width: 100%;
    display: inline-block !important;

}
	}




header .container {

    position: relative;
}

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

@media (max-width: 991px) {
#headroom > .container {
    display: flex;
    align-items: center;
}}



ol {
    list-style: inside circle;
    padding-left: 0;
    position: relative;
}

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


.contdiv {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.pcontdiv {
    max-width: 647px;
}
.lpcontdiv {
    max-width: 850px;
}




.omucont img {
border-radius:4px;
}

@media(max-width:840px) {
.omucont.mobord {
display:flex;
flex-wrap:wrap;
}}
@media(max-width:840px) {
.omucont.mobord > div:nth-child(2) {
order:1;
width:100%;
}}
@media(max-width:840px) {
.omucont.mobord > div:nth-child(1) {
order:2;
width:100%;
}}


.introbild {
text-align:center !Important;
}
.introbild img {
    max-height: 168px;
}

.introdiv {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.introknappdiv .btn {
min-width:160px;
}
.introknappdiv p {
    margin-bottom: 20px;
}






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

.uur .widget.widget_recent_entries ul li a {
line-height: 25px;
color: #000;
font-weight: 300;
font-size: 14px;
}




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

div.widget.widget_recent_entries ul li {
    padding-bottom: 10px;
    padding-top: 10px;
    list-style-type: none;
    background-color: #fff;
}

div.widget.widget_recent_entries ul li:last-child {
padding-bottom: 0px;
}


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



#puur div.widget.widget_nav_menu ul li.current-menu-item a:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f2ee";
    margin-top: 6px;
    line-height: 4px;
    padding-right: 10px;
    font-weight: 600;
    border-radius: 100%;
    font-size: 14px;
    transition: .5s;
}

#puur div.widget.widget_nav_menu ul li.current-menu-item a, #puur div.widget.widget_nav_menu ul li:hover a {
border-color: #f1f1f1;
}

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

#puur .widget_nav_menu ul li a {
    font-size: 13px;
    display: block;
    line-height: 29px !important;
    padding-left: 15px;
    letter-spacing: inherit;
    text-align: left;
    margin-bottom: 7px;
    color: #fff !important;
    background: #8b8d8b;
    font-family: frutiger-roman !important;
position: relative;
}


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

#puur .widget_nav_menu ul li:last-child a {
margin-bottom: 0px !important;
border: none;
}







@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 {
padding-top: 0px !important;
padding-bottom: 0px !important;
}*/

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

.nice-select:after {
content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    color: #073e89;
    right: 15px;
    top: 53%;
    -webkit-transform: translate(0px, -53%);
    -khtml-transform: translate(0px, -53%);
    -moz-transform: translate(0px, -53%);
    -ms-transform: translate(0px, -53%);
    -o-transform: translate(0px, -53%);
    transform: translate(0px, -53%);
}





.widget_product_categories ul.children {
    padding: 0;
}

.term-pneumatik .product-categories .current-cat.cat-parent ul.children {

}


.widget-content ul.product-categories {
    overflow: hidden;
box-shadow: 0px 0px 0px 0.5px rgba(98, 98, 98, .18);
    border-radius: 4px;
}

.widget-content ul.product-categories > li.current-cat > ul.children {
display:block;
}


.widget_product_categories ul .cat-parent .woo-menu-toggle {
    float: right;
    color: #016f86;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    cursor: pointer;
    font-size: 30px;
    box-shadow: -0.5px 0px 0px 0px rgba(98, 98, 98, .28);
    height: 58px;
    line-height: 58px;
}

.widget_product_categories ul li.current-cat-parent .woo-menu-toggle {
 /*   right: -4px;*/
}

@media(min-width:992px) {
.widget_product_categories ul li.current-cat-parent .woo-menu-toggle, .widget_product_categories ul .cat-parent .woo-menu-toggle, .widget_product_categories ul > li.cat-parent li.cat-parent > .woo-menu-toggle {
display:none !important;
}}
@media(min-width:992px) {
.widget_product_categories ul > li.cat-parent > .woo-menu-toggle {
display:block !important;
}}

.widget_product_categories ul li.current-cat-parent .children .woo-menu-toggle {
    right: -8px;
    padding-right: 8px;
}
.woo-menu-toggle i:before {
content:'\f2f9' !important;
}


.widget_product_categories ul li {
    padding: 0px 0;
    position: relative;
border-bottom: none;
}


.widget_product_categories .product-categories > li.cat-parent > a {
    font-size: 20px;
line-height: 32px;
color:#016f86;
    color: #3e3e3e;
min-height:58px;
/*background: #f2f2f2;*/
}

.widget_product_categories .product-categories > li.cat-parent .cat-parent > a {
    display: flex;
    align-items: center;
}
.widget_product_categories .product-categories > li.cat-parent .current-cat.cat-parent > a {
    color: #016f86;
}



.widget_product_categories ul li.cat-parent {

}

.widget_product_categories ul li.current-cat-parent > a {
}
.widget_product_categories ul li:first-child > a {
box-shadow: none;
}
.widget_product_categories ul li > a {
background: #e3e3e3;
background:#f7f7f7;
padding: 12px 20px;
padding-top:14px;
display:blocK;
box-shadow: 0px -0.5px 0px 0px rgba(98, 98, 98, .28);
font-family: 'UniviaPro-Regular';
letter-spacing:0;
font-size:15px;
line-height: 21px;
color: #3e3e3e;
transition:0s linear !important;
}
.widget_product_categories ul li .children > li > a {
background: transparent;
padding: 6px 0px;
padding-bottom:7px;
margin-bottom:5px;
box-shadow:none;
border-bottom:1px solid #e0e0e0;
    font-size: 16px;
    line-height: 20px;
color: #3e3e3e;
}

.widget_product_categories ul li .children > li ul li a {
font-size:14px;
padding: 5px 0px;
padding-bottom:3px;
margin-bottom:0px;
font-family: 'UniviaPro-Book';
}
.widget_product_categories ul li .children > li ul li.current-cat a:before {
font-family: 'Material-Design-Iconic-Font';
padding-right:6px;
font-size:15px;
vertical-align:-.5px;
content: '\f2fb' !important;
}


.widget_product_categories ul ul li.current-cat > a, .widget_product_categories ul ul li.cat-parent.current-cat-parent > a, .widget_product_categories ul li.current-cat.cat-parent > a, .widget_product_categories ul li > a:hover, .widget_product_categories ul li > a:focus {
    color: #016f86 !important;
}

.widget_product_categories ul > li.current-cat-parent {
border-right: 4px solid #016f86 !important;
border-right:none !important;
}

.widget_product_categories ul li > ul.children {
border-right: 4px solid #016f86 !important;
border-right:none !important;
padding:0;
padding: 25px 30px;
padding-top:19px;
}

.widget_product_categories ul li.current-cat-parent > ul.children ul.children {
    padding: 20px 0px;
    padding-left: 20px;
    padding-top: 12px;
}
.widget_product_categories ul li.current-cat-parent > ul.children .current-cat ul.children {
    display: block;
}




.widget_product_categories ul li ul.children.woo-submenu-open {
border-right: 4px solid #016f86 !important;
border-right:none !important;
}

.widget-content ul li a {
text-transform: none !important;
}


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

.single-post #content{
background-color: #fff;

    padding-bottom: 0px !important;
}

@media (max-width: 767px) {
.single-post #content {

}
	}



.archive .content-container {
    max-width: 1210px !important;
    width: calc(100% - 60px) !important;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
.archive .content-container {
padding-top:40px;
}}

@media (min-width: 1600px) {
.archive .content-container {
    max-width: 1310px !important;
}}
@media (min-width: 1800px) {
.archive .content-container {
    max-width: 1540px !important;
}}
@media (min-width: 2000px) {
.archive .content-container {
    max-width: 1540px !important;
}}


.archive .content-container .content-row {
     margin: 0 0px !important;
}



.single-hentry {

}

.artcont {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}




.art-meta li {
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 0px;
    margin-bottom: 0px;
    font-family: inherit !important;
}





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

@media screen and (min-width: 992px) {
.single-post #primary {

}
	}

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

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

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

.single-post .row.content-row {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
padding: 0 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: 15px;
    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"], 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 {

}

body input:not([type="submit"]), body textarea, body select, body .nice-select {
    background: #fff !important;
    font-weight: inherit;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: inherit;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 6px;
    font-family: inherit;
    border-radius: 2px;
}

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

body input:not([type="submit"]):hover, body input:not([type="submit"]):focus, body textarea:hover, body textarea:focus {
    font-size: 14px;
}

.kont textarea {
height: 70px !important;
}
.karriar textarea {
height: 160px !important;
}
.karriar.kfform textarea {
height: 179px !important;
}

.kformulardiv h5 {
    margin-bottom: 2px;
}


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

span.wpcf7-list-item {
    display: block;
    width: 100%;
    float: right;
    margin: 0 0 0 1em;
    margin-bottom: 10px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    background: #fff !important;
    color: inherit;
    border: 1px solid #ededed;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding: 0px;
    line-height: 32px;
    font-size: 13px;
    opacity: 1;
    display: inline-block;
    width: inherit;
    text-align: center;
    font-weight: 300 !important;
    text-transform: none;
    letter-spacing: .2px;
}

input[type=button].btn-block:hover, input[type=reset].btn-block:hover, input[type=submit].btn-block:hover {
    background: #073e89 !important;
    color: #fff;
border-color: #073e89;
}




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

.nice-select.open .list {
    padding: 0px;
    margin-top: 5px;
-webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}


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: 767px) {
#primary {
    padding-left: 0px;
    padding-right: 0px;
}
}



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

.nyhetskarusell .owl-nav > div.disabled, .bildgalleri .owl-nav > div.disabled{
opacity: 0 !Important;
}

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

.nyhetskarusell .owl-dots {
margin-top: 0;
    text-align: left;
    width: 100%;
    margin-left: -4px;
}

/*
.nyhetskarusell .owl-nav {
    width: 100%;
    position: absolute;
    top: calc(50% - 15px);
}
.relateradeinlagg .owl-nav {
    width: 100%;
    position: absolute;
    top: calc(50% - 15px);
}*/

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

@media (max-width: 1249px) {
.nyhetskarusell .owl-prev {
    left: 15px;
}
	}
@media (max-width: 1249px) {
.nyhetskarusell .owl-next {
    right: 15px;
}
	}

.nyhetskarusell {
}

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




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

/*
@media (min-width: 992px) {
footer .col-xl-3:nth-child(3) {
    -ms-flex: 0 0 100% !Important;
    flex: 0 0 100% !Important;
    max-width: 100% !important;
}
}

@media (min-width: 992px) {
footer .col-xl-3:nth-child(1) {
    -ms-flex: 0 0 70% !Important;
    flex: 0 0 70% !Important;
    max-width: 70% !important;
}
}

@media (min-width: 992px) {
footer .col-xl-3:nth-child(2) {
    -ms-flex: 0 0 30% !Important;
    flex: 0 0 30% !Important;
    max-width: 30% !important;
}
	}
*/

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


.branschgridrow {
padding-left: 0 !important;
	padding-right: 0 !important;
}

.branschgridrow .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.branschgdiv:after {
    background: rgba(39, 90, 161, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    content: "" !important;
    z-index: 0;
transition: .2s;
opacity: .5;
pointer-events: none;
}
.branschgdiv:hover::after {
opacity: 1;
}

.branschgdiv {
    background-size: cover;
    background-position: center center;
    height: 220px;
    position: relative;
    margin-bottom: 0;
}
.branschgdiv > div {
height:100%;
position: relative;
}
.branschgdiv > div > p {
position: absolute;
left: 0;
	top:0;
	height: 100%;
	width: 100%;
font-size: 0px;
}
.branschgdiv > div > p > a {
    height: 100%;
    display: block;
}

.branschgdiv > div:before {
color:#fff;
font-family: Material-Design-Iconic-Font;
    content: "\f2ee";
    font-size: 25px;
    bottom: -38px;
    position: absolute;
    pointer-events: none;
    transition: .1s ease-in-out;
    bottom: 0px;
left: 30px;
opacity:0;
z-index: 99;
	pointer-events: none;
}
.branschgdiv:hover > div:before {
    opacity: 1;
bottom: 26px;
    transition: .3s ease-in-out;
transition-delay: .1s;
}

.branschgdiv h6 {
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 30px;
pointer-events: none;
transition: .2s;
z-index: 9;
}
.branschgdiv:hover h6 {
    bottom: 46px;
}


.mercontrow > .vc_row-fluid > .vc_column_container > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.mercontrow .wpb_single_image {
    margin-bottom: 0;
}

.mercontdiv {

}

.mercontdiv p {
    font-size: 14px;
    line-height: 23px;
}

.mercontdiv h6 {
    text-transform: uppercase;
    max-width: 367px;
}



.produktrow > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
padding: 30px;
    overflow: hidden;
    margin-bottom: 0;
}

.produktrow > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column h6 {
    font-size: 15px;
    margin-bottom: 4px;
}

.produktrow > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column p {
    line-height: 21px;
    margin-bottom: 22px;
}

.produktrow > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column p:last-child {
    margin-bottom: 0px;
}



.produktrow > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background: #f5f5f5;
    height: 100%;
    margin-bottom: 30px;
    position: relative;
}

.produktrow > .wpb_column .wpb_single_image {
margin-bottom:0;
}

.produktrow > .wpb_column .wpb_single_image, .produktrow > .wpb_column .wpb_single_image div, .produktrow > .wpb_column .wpb_single_image figure {
width: 100%;
}
.produktrow > .wpb_column .wpb_single_image img  {
width: 100%;
}




@media (max-width: 991px) and (min-width: 768px) {
.produktrow > .vc_col-sm-3 {
width: 33.33%;
}
	}







.kfrow {
    margin-bottom: 15px;
position:relative;
}

@media (min-width: 768px) {
.kfrow .recaptcha {
position: absolute;
top: 106px;
}}
@media (min-width: 768px) {
.kfrow.kfform .recaptcha {
position: relative;
top: 0px;
}}


@media (min-width: 992px) {
.kfrow.kprof .btn {

}
	}


.kfrow.karriar .btn {
margin-bottom:15px;
}












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

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





















.pbildspel .slider-nav .owl-item.current .thumb-inner{
    position: static;
}
.pbildspel + .slider-nav .thumb {
    width: 64px;
    height: 64px;
    float: left;
    margin-top: 0;
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.pbildspel + .slider-nav  .owl-item {
       height: 64px;
    float: left;
}

.pbildspel + .slider-nav .thumb > .tbild {
height: calc(100% - 12px);
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% - 12px);
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
}
.pbildspel + .slider-nav .thumb > .tbild:before {
content: "";
    position: absolute;
    border: 2px solid #073e89;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
}
.pbildspel + .slider-nav .thumb.active > .tbild:before {
opacity: 1;
}

.pbildspel  .owl-prev{
    left: 0;
    position: absolute;
    top: calc(50% - 20px);
	cursor: pointer;
	padding-left: 10px;
  }

.pbildspel  .owl-prev i:before {
    content: "" !important;
    left: 20px;
    top: 50%;
    height: 18px;
    width: 18px;
    border-left: 1px solid #073e89;
    border-top: 1px solid #073e89;
    transform: translateY(-50%) rotate(-45deg);
    display: inline-block !important;
    position: absolute;
}

.pbildspel .owl-next{
    right: 0;
    position: absolute;
    top: calc(50% - 20px);
	 cursor: pointer;
		padding-right: 10px;
  }
.pbildspel  .owl-next i:before {
    content: "" !important;
    right: 20px;
    top: 50%;
    height: 18px;
    width: 18px;
    border-right: 1px solid #073e89;
    border-bottom: 1px solid #073e89;
    transform: translateY(-50%) rotate(-45deg);
    display: inline-block !important;
    position: absolute;
}

	
.pbildspel+.slider-nav {
    overflow: hidden;
    position: relative;
    margin: 0 -10px;
    padding-top: 20px;
    text-align: center;
}
.pbildspel+.slider-nav > .thumbs {
display: inline-block;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pbildspel .bildspelobjekt > a {
    height: 100%;
    display: block;
}

.pbildspel:before {
content: '\f1ee';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 29px;
    pointer-events: none;
    color: rgba(45, 45, 43, .12);
z-index: 99;
transition: .3s;
transform: scale(1);
}

.pbildspel:hover::before {
transform: scale(1.3);
}

.pbildspel  .owl-prev, .pbildspel  .owl-next{
    color: rgba(0, 0, 0, .37);
  }

 

















.uproduktrow {
    background: #f5f5f5;
    padding: 50px 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}


.produkttextdiv {
    max-width: 650px;
}
.fprodukter {
text-align: center;
    margin-top: 30px;
}

.fproduktrow > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border: 1px solid #ededed;
    padding: 30px;
    position: relative;
height: 100%;
margin-bottom: 30px;
text-align: center;
}


.fproduktrow > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column p:nth-child(2) {
    font-size: 13px;
    line-height: 20px;
}


.fproduktrow > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column p:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.fproduktrow > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column .btn {
    width: 100%;
}

.fproduktrow .wpb_single_image  {
    margin: -30px;
    margin-bottom: inherit;
}






.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    font-family: 'UniviaPro-Regular';
    color: #3e3e3e;
}
.codedropz-upload-container {
    background: #fff;
}

.codedropz-upload-handler {
    border: 1px dashed #d7d7d7;
    border-radius: 2px;
    min-height: 145px;
    background: #fff;
}
.codedropz-upload-inner span {
font-size: 11px;
    display: block;
    line-height: 23px;
    margin-top: -1px;
}

.codedropz-upload-inner h3 {
    margin: 0;
    font-size: inherit;
    margin-bottom: 0;
    line-height: inherit;
}

.codedropz-upload-inner h3:before {
    content: "\f21e";
    font-family: Material-Design-Iconic-Font;
    display: block;
    font-size: 31px;
    margin-bottom: 7px;
    margin-top: 1px;
}
.codedropz-upload-inner {
    font-size: 16px;
}
.dnd-upload-counter {
    display: none;
}

/*TABLES*/

.dataTables_info {
	margin-top: 15px;
}

.dataTables_paginate {
	margin-top: 15px;
}

.row-hover {
	border: 1px solid #ededed;
	border-top: none;
}

.tablepress thead th {
	border: none !important;
}

.tablepress .even td {
	border: none !important;
}

.dataTables_wrapper {
	font-size: 14px;
}
.tablepress td,
.tablepress th {
	padding: 3px 15px !important;
	padding-bottom: 0 !important;
	font-size: 14px;
	border: none !important;
}


.nice-select .option {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding-top: 7px;
    font-size: 13px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f2f2f2;
}




.cky-hide {
    display: none!important;
}