/*fonts*/
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:700,900&subset=latin,latin-ext);
@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*resources used:*/
/*! responsive-nav.js 1.0.32 by @viljamis */
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/*! gridism.css @cobyism https://github.com/cobyism/gridism */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*reset*/
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dt,dd,ol,ul,li,hr,fieldset,form,label,legend,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,summary,hgroup{
  margin: 0;
  padding: 0;
  border: 0;
}
a:active,
a:hover {
  outline: 0;
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
/*template*/
body {
  /*background: #f2e0a4;*/
  /*background: #fff;*/
  background: #d7d2cb;
  font-size: 16px;
}
a {
  color: #363430;
}
a:hover {
  color: #45433e;
}
header {
  background: #454341 url(../images/header.jpg) 50% 50% no-repeat;
  border-bottom: 2px solid #b3aea8;/*999590*/
}
header div.grid {
  background: transparent url(../images/fjf-bg-mobil.png) 50% 50% no-repeat;
}
header h1.logo a {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 3;
  font-weight: 900;
  text-decoration: none;
  color: white;
  font-size: 19px;
}
nav {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  background: #454341;/*6f625a*/
  border-bottom: 2px solid #b3aea8;/*999590*/
}
nav a {
  color: #fff;
}
nav a:hover {
  color: #fff7e5;
}
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin: 0 0 20px;
}
section p {
  margin: 0 0 20px;
  line-height: 1.6;
}
section ul {
  margin: 0 0 20px;
  padding-left: 10px;
}
section table th,
section table td {
  padding: 3px;
}
section table tr:nth-child(2n) td ,
section table thead tr:nth-child(2n) td {
  background: rgba(69, 67, 65, 0.1);
}
:focus {
  outline-color: rgb(69, 67, 65);
  outline-color: rgba(69, 67, 65, 0.8);
}


h1 a, 
h2 a,
h3 a, 
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
  display: block;
}
.nav-collapse a {
  /*color: #fff;*/
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid white;
  padding: 10px 16px;
  float: left;
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse.opened {
  max-height: 9999px;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 60px;/*70*/
  height: 55px;
  float: right;

  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  background: rgba(255,255,255,0.8);
}
.nav-toggle:before {
  color: #363430; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}
.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.disable-pointer-events {
  pointer-events: none !important;
}
.nav-collapse ul ul a {
  /*background: #ca3716;*/
  padding-left: 2em;
}

section .item-page,
section .category-list,
section .blog {
  background-image: url(../images/papir_02.png);
  background-size: 100%;
  background: url(../images/vizjel.png) 95% 20px no-repeat, url(../images/papir_01.png) 50% 0 no-repeat, url(../images/papir_03.png) 50% 100% no-repeat, url(../images/papir_02.png) 50% 100% repeat-y;
  background-size: 30%, 100%, 100%, 100%;
  _background-image: url(../images/papir_02.png);
  _background-size: 100%;
  padding: 40px 25px; /*40 25*/
}
/*
section .item-page:before, section .item-page:after {
  content: "";
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}
section .item-page:before {
  height: 90px;
  background-image: url(../images/papir_01.png);
  background-position: 50% 0;
}
section .item-page:after {
  height: 10px;
  background-image: url(../images/papir_03.png);
  background-position: 50% 100%;
}
*/
/*
section .item-page > * {
  padding-left: 20px;
  padding-right: 20px;
}
section .item-page .page-header {
  padding-top: 20px;
}
*/
.page-header {
  text-align: center;
}
table.category {
  width: 100%;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
} 
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
} 

.breadcrumb li {
  list-style-type: none;
  float: left;
}

aside.top .grid .unit:first-child {
  padding-top: 20px;
  padding-left: 40px;
} 
span.divider {
margin: 0 6px;
}

th#categorylist_header_title {text-align: left;}

footer {
  font-size: 10px;
}

body ul.sigProSleek li.sigProThumb a.sigProLink {
  color: white;
  border-color: #bdae79;
}
body ul.sigProSleek li.sigProThumb a.sigProLink:hover {
  color: white;
  text-decoration: none;
  border-color: #d2c287;
}
body ul.sigProSleek span.sigProPseudoCaption {
  background: #bdae79;
  opacity: 0.9;
  -moz-opacity: 0.9;
  color: black;
}

body ul.sigProSleek:hover span.sigProPseudoCaption {
  background: #d2c287;
}

body ul.sigProSleek span.sigProPseudoCaption, 
body ul.sigProSleek span.sigProCaption {
  font-size: 13px;
  padding: 0 4px;
  line-height: 1.1;
}


/*j4*/

nav.mod-breadcrumbs__wrapper {
    border-bottom: 0;
    font-weight: normal;
    background: transparent;
    font-family: inherit;
}
a.pathway,
a.pathway:hover {
    color: #363430;
}
li.mod-breadcrumbs__item.breadcrumb-item:has(a):after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 11px;
    margin: 0 6px;
    background: url(/media/system/images/arrow.png);
    background-repeat: no-repeat;
}
.com-content-category__pagination.btn-group.float-end {
    text-align: right;
}
.visually-hidden {
    display: none;
    visibility: hidden;
}

table.com-content-category__table.category.table.table-striped.table-bordered.table-hover tbody tr th {
    text-align: left;
    font-weight: normal;
}
table.com-content-category__table.category.table.table-striped.table-bordered.table-hover tbody tr:nth-child(2n) th {
    background: rgba(69, 67, 65, 0.1);
}


.cwgallery .style10 .overlay .cmask.style10 {
  position: absolute !important;
}
.cmaskWrapper {
    background: rgb(0 0 0 / 70%);
}
.cwgallery .overlay .cmask.style10 .ccaption {
  padding: 0 !important;
}
.cwgallery .masonry .overlay .cmask.style10.dark span.ccontents span.ccontent.cdesc {
  color: white;
}



@media screen and (min-width: 40em) {
}

@media screen and (max-width: 568px) {
  .nav-collapse a {
    font-size: 14px;
  }
  nav .grid .unit { padding: 0;}
  nav ul.nav li:last-child a { border-bottom: 0; }
}


/*@media screen and (min-width: 40em) {*/
@media screen and (min-width: 569px) {
  header h1.logo a {
    font-size: 32px;
  }
  .nav-collapse a {
    margin: 2px;/*0*/;
    padding: 6px;/*16*/
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid #999590;/*white*/
    font-size: 14px;
  }
  .nav-collapse ul.nav li:last-child a {
    border-right: 0;
  }

  .nav-collapse ul ul a {
    display: none;
  }
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  header div.grid {
  background: transparent url(../images/fjf-bg-569.png) 50% 50% no-repeat;
  }
  .nav-collapse li {
    width: 25%; /*25*/
    *width: 24.9%; /* 24.9 IE7 Hack */
    _width: 19%; /* 19 IE6 Hack */
  }
  .nav-collapse ul.nav li:last-child {
    width: 30%; /**/
    *width: 16.9%; /* -0.1% */
    _width: 13%; /* *0,76 */
  }
  section .item-page,
  section .category-list,
  section .blog {
    padding: 40px 50px; /*40 25*/
  }

}
@media screen and (max-width: 978px) {

}
@media screen and (min-width: 979px) {
  .nav-collapse a {
    padding: 8px;/*16*/
  }
}
@media screen and (min-width: 569px) and (max-width: 1140px) {
  .nav-collapse ul.nav li:nth-child(5) {
    margin-left: 12%;
  }
}
@media screen and (max-width: 1140px) {
  .nav-collapse ul.nav li:nth-child(4) a {
    border-right: 0;
  }
}

@media screen and (min-width: 1141px) {
  header div.grid {
    height: 300px;
  }
  header h1.logo a {
    width: 630px;
    font-size: 48px;
    margin-top: 110px;
  }
  .nav-collapse li {
/*    width: 14%; /**/
/*    *width: 13.9%; /* -0.1% */
/*    _width: 10%; /* *0,76 */
    width: 13.7%; /**/
    *width: 12.9%; /* -0.1% */
    _width: 10%; /* *0,76 */
  }
  .nav-collapse ul.nav li:last-child {
    width: 17%; /**/
    *width: 16.9%; /* -0.1% */
    _width: 13%; /* *0,76 */
  }
  header div.grid {
    background: transparent url(../images/fjf-bg-1140.png) 50% 50% no-repeat;
  }
  .page-header h2 a {
    font-size: 32px;
  }
}
.kiemeles,
.kiemeles a {
  color:#0058ff !important;
}
