/*-------------------------------- 
 * CSS override to change template.
---------------------------------*/
/* --------------------------------------------
* This file (custom.css) is the css file that * 
* handles any overrides you want to do with   *
* joomla or the bootstrap css files, as it is *
* loaded as the last css file in the template *          *
* -------------------------------------------*/

/* Start - Joostrap Template Main Overrides
-----------------------------------------*/
body {
	background-color: #fff;
	color: #111;
}

h4, h5, h6 {
    text-transform: none;
}

h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
}

h1,
h2,
#k2Container h3,
.forsidenyheter .allmode-item h4,
.sidenyheter a.moduleItemTitle {
	font-family: 'Merriweather', serif;
	font-weight: 900;
}

.container-fluid { 
	max-width:1600px; 
	margin:0 auto; 
	padding: 20px 0;
	background-color: #fff;
}

.row-fluid .first {
	margin-left: 0 !important;
}

.lodge-content h2 {
	margin-top: 4rem;
}

#header-area {
	border: none;
	padding: 0;
}

.sidebar-left {
	padding: 0 20px;
}

.sidebar-left .module ul,
.sidebar-right .module ul {
	margin-left: 0;
	padding-left: 0;
}

.sidebar-left .module ul.nav > li,
.sidebar-right .module ul.nav > li {
	border-bottom: 1px solid #ddd;
}

.sidebar-left .module ul.nav > li:last-child,
.sidebar-right .module ul.nav > li:last-child {
	border: none;
}

div#logemeny li,
.sidebar-left .module .nav>li>a {
	line-height: 120%;
	font-size: 12px;
}

.sidebar-right .module .nav>li>a {
	line-height: 120%;
	font-size: 14px;
	text-align: center;
	background: #2d4056;
	color: #fff;
	margin-bottom: 10px;	
}

sidebar-right .module .nav>li>a:hover {
	background: #eee;
	color: #2d4056;
}

.sidebar-left .module .nav>li>a {
	padding: 8px 0;
}

.sidebar-left .module.informasjonsmoter. nav>li>a {
	padding: 4px 0;
}

.sidebar-left .module ul.nav > li ul {
	margin: 0;
	padding-left: 15px;
}

.sidebar-left .module ul.nav > li ul li {
    padding: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    font-size: 11px;
    border: none;
}

.sidebar-left .module ul.nav > li.current.active > a,
.sidebar-left .module ul.nav > li ul li.current.active a {
	font-weight: bold;
}

.module ul.nav > li.active.deeper.parent, .module ul.nav > li.active.deeper.parent:hover, .module ul.nav > li.active.deeper.parent:focus {
	padding-left: 0;
}

form#form-login div.control-group div.controls a {
	display:block;
}

/* Top navigation bar
---------------------------------------------------------*/

.navbar {
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default {
	background-color: #2d4056;
	border-color: #2d4056;
}

.navbar-default .navbar-inner {
	background-color: #2d4056;
	background-image: none;
}

.navbar-default .nav>li>a,
.navbar-default .nav .active>a,
.navbar-default .nav .active>a:hover,
.navbar-default .nav .active>a:focus {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.navbar-default .nav .active>a,
.navbar-default .nav .active>a:hover,
.navbar-default .nav .active>a:focus {
	border-radius: 0;
	color: #2d4056;
}

.navbar-default .navbar-search .search-query {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #000;
	background-image: none;
	color: #666;
}

.navbar-default .nav>li>a:hover {
	color: #2d4056;
	background-color: #fff;
}

.navbar-form.navbar-right:last-child {
	margin-right: -5px;
}

.navbar-default .nav>li>a,
.navbar-default .nav .active>a,
.navbar-default .nav .active>a:hover,
.navbar-default .nav .active>a:focus,
.mobilemenutext {
	font-family: Oswald, sans-serif;
}

.mobilemenutext {
	display: none;
}


/* Start - iFrame/Embed Responsive Overrides 
 * For things like YouTube & Vimeo
 * embed codes, etc...
------------------------------------------*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#map_canvas img {
	max-width:none;
}

/* Start - Login Override Menu Dropdown
-------------------------------------*/
#login-dropdown {
	width: 250px;
	padding: 10px;
}
#login-dropdown .input-prepend {
	margin-left: 10px;
}
div.login-remember {
	padding: 5px;
}
.navbar .nav.pull-right {
	float: left !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top:2px;
}
.module-logo {
	margin-bottom: 40px;
}

/* mod_k2user */

div.k2UserBlock {}
div.k2UserBlock p.ubGreeting {border-bottom:1px dotted #ccc;}
div.k2UserBlock div.k2UserBlockDetails a.ubAvatar img { border-radius: 4px;}
div.k2UserBlock div.k2UserBlockDetails span.ubName {display:block;font-weight:bold;font-size:16px;}

.k2UserBlockDetails {
    background-color: #ddd;
    padding: 6px 6px 6px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.k2Avatar.ubAvatar {
    float: right;
}

div.k2UserBlock ul.k2UserBlockActions {}
	div.k2UserBlock ul.k2UserBlockActions li {
		padding: 2px 4px;
		border-top: 1px solid #ddd;
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	div.k2UserBlock ul.k2UserBlockActions li a {}
	div.k2UserBlock ul.k2UserBlockActions li a:hover {}

	div.k2UserBlock ul.k2UserBlockActions,
	div.k2UserBlock ul.k2UserBlockRenderedMenu {
		margin-left: 0;
	}
	div.k2UserBlock ul.k2UserBlockRenderedMenu li {
		padding: 2px 4px;
		border-top: 1px solid #ddd;
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	div.k2UserBlock ul.k2UserBlockRenderedMenu li a {}
	div.k2UserBlock ul.k2UserBlockRenderedMenu li a:hover {}
	div.k2UserBlock ul.k2UserBlockRenderedMenu li ul {} /* 2nd level ul */
	div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li {}
	div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li a {}
	div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul {} /* 3rd level ul (and so on...) */
	div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li {}
	div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li a {}

div.k2UserBlock form {}
div.k2UserBlock form input.ubLogout {}


/* Start - Bootstrap Overrides
----------------------------*/
div.navbar-collapse.in.collapse {
	height:auto !important;
}
.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
}
.custom {
	background:none;
}

/* DNFO styling */


.subscribetext {
	font-size: 12px;
}

.custom-omtekst {
	padding: 0 10px;
	text-align: center;	
	margin: 20px 0;
}

.custom-omtekst p {
    font-size: 12px;
    line-height: 160%;
    text-align: center;
}

#content-area k2Container h2 {
	font-size: 28px;
}

#content-area p {
	font-size: 14px;
	line-height: 160%;
}

a {
	color: #144e8c;
}

h1, h2, h3 {
	line-height: 125%;
}

div.lodge-content h1,
div.lodge-content .span12.favorite {
	text-align: center;
}

div.lodge-content .span12.favorite {
	margin: 0;
}

div.lodge-content h2 {
	font-size: 24px;
}

div.lodge-content h4 {
    font-size: 16px;
    text-transform: none;
}

div.lodge-header {
	text-align: center;
}

div.lodge-header .lodge-id {
    font-size: 10px;
    display: block;
    margin-top: 10px;
}

#content-area div.lodge-content .feiltekst-kalender {
	font-size: 10px;
}

div.lodge-content .popover-content,
.view-lodges .popover-content {
    font-size: 11px;
    line-height: 150%;
    width: 240px;
}

.catItemAddLink {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#breadcrumbs .container {
    padding: 5px 0 0 10px;
}

.k2BreadcrumbsBlock {
    font-size: 10px;
}

.catItemReadMore {
	margin-top: 10px;
}

.sidebar-left,
.sidebar-right {
	background-color: #f8f8f8;
	background-color: #efefef;
}

.sidebar-right {
	padding-top: 20px;
}

.sidebar-left h3 {
    margin-left: 12px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 110%;
}

.page-header {
	padding: 0;
	margin: 0;
	border: none;
}

.itemListView .itemContainer {
	padding: 25px 0;
	clear: both;
}

#itemListLinks,
.itemListSubCategories {
    margin-top: 40px;
}

#itemListLinks .itemContainer {
	padding: 0;
}

#itemListLinks ul {
	padding: 0;
	margin: 0;
}


#itemListLinks .catItemTitle {
	list-style-type: none;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

.bildehoyre {
	float:right;
	clear:right;
	margin-left:20px;
}

.bildevenstre {
	float:left;
	clear:left;
	margin-right:20px;
}

li.oldevent {
    display: none;
}

table span.oldevent {
    color: #ccc;
}

.kontakttabell th,
.motetabell th {
	background-color: #f4f0eb;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border-color: #aaa;
}

#content-area .kontakttabell th,
#content-area .kontakttabell td,
#content-area .kontakttabell th p,
#content-area .kontakttabell td p {
	font-size: 12px;
}

#content-area .kontakttabell th,
#content-area .kontakttabell td {
	white-space: nowrap;
	padding-right: 20px;
}

#content-area .kontakttabell tr:nth-child(odd) {
	background-color: #eee;
}

.motetabell th,
.motetabell td {
	font-size: 12px;
}

.motetabell .oldevent {
	color: #ddd;
}

.motetabell td.success .oldevent {
	color: #b3d9a3;
}


.motetabell .eventCodes {
	vertical-align: super;
	font-size: 9px;
	text-transform: uppercase;
}



blockquote p {
	font-style: normal;
	margin: 0;
}

/* K2 styling */

.clr {
	clear: both;
}

.sidenyheter li.even {
    border-top  : 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    display: block;
}

.sidenyheter ul,
.sidenyheter li {
	margin: 0;
	padding: 0;
}

.sidenyheter li {
	list-style-type: none;
	margin: 5px 0;
	padding: 8px 0 8px 0;
}

.sidenyheter li a {
	font-weight: bold;
}

.sidenyheter img {
	float: left;
	margin-right: 4px;
}

.sidenyheter .moduleItemTitle {
    line-height: 130%;
    margin-bottom: 5px;
    display: block;
    color: #000;
}

.sidenyheter .moduleItemIntrotext {
    line-height: 130%;
    font-size: 11px;
}

.sidenyheter span.catname {
    font-size: 9px;
    font-weight: bold;
}

#bottom1 {
	border-top: 1px solid #ddd;
	padding: 10px 0;
	margin: 20px 0;
}

#bottom1 h3 {
	margin-bottom: 20px;
}

#bottom1 div.row>div {
    padding: 0 10px;
}

#bottom1 div.module {
	border-right: 1px solid #ddd;
}

#bottom1 div.module h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	background: url(/media/com_motekalender/images/logeskjold/700.png) no-repeat 50% 0;
	height: 150px;
	padding-top: 150px;
	text-align: center;
	margin-bottom: 70px;
	display: block;
}

#bottom1 div.module h3.landslogeboks {
	background-image: url(/media/com_motekalender/images/logeskjold/700.png);
}

#bottom1 div.module h3.bergenboks {
	background-image: url(/media/com_motekalender/images/logeskjold/702.png);
}

#bottom1 div.module h3.trondhjemboks {
	background-image: url(/media/com_motekalender/images/logeskjold/701.png);
}

#bottom1 div.module h3.tromsoboks {
	background-image: url(/media/com_motekalender/images/logeskjold/703.png);
}

#bottom1 div.module.landslogeboks,
#bottom1 div.module.bergenboks,
#bottom1 div.module.trondhjemboks {
	padding-right: 20px;
}

#bottom1 div.module.tromsoboks {
	border-right: none;
}

/* RAXO-moduler bottom START */


.allmode-box.allmode-provinsnyheter {
    padding-right: 20px;
}

#bottom1 .allmode-provinsnyheter .allmode-topitem {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	/* min-height: 245px; */
}

#bottom1 .allmode-provinsnyheter h2.moduleItemTitle {
    font-size: 15px;
    font-weight: 600;
}

#bottom1 .allmode-provinsnyheter span.itemCategory {
	font-size: 11px;
    line-height: 150%;
    display: block;
	margin-bottom:8px;
}

#bottom1 .allmode-provinsnyheter .allmode-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 160%;	
}

#bottom1 .allmode-provinsnyheter .itemInfobar { border: none; }

/* RAXO-moduler bottom END */


#bottom1 .k2ItemsBlock .item {
    margin: 0 15px 15px 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 0;
}

#bottom1 .k2ItemsBlock .item h4 {
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	text-transform: none;
	font-weight: bold;
}

#bottom1 .k2ItemsBlock .item img {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

#bottom1 .k2ItemsBlock .itemCategory {
	font-size: 11px;
	margin: 2px 0;
	line-height: 150%;
	display: block;
}

#bottom1 .k2ItemsBlock .item .moduleItemIntrotext {
	margin-top: 4px;
	font-size: 12px;
	line-height: 160%;
}

.forsidenyheter>div {
	margin-bottom: 0;
}

.forsidenyheter .moduleItemImage img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	max-height: 420px;
}

.forsidenyheter .moduleItemAuthor {
	float: left;
}

.artikkelside .catItemHeader .itemInfobar, 
.itemInfobar {
	padding: 0 1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 6px 0;
	font-size: 11px;
}

.forsidenyheter .itemCategory {
	float: right;
}

.forsidenyheter h2 {
    font-size: 24px;
}

.forsidenyheter .allmode-itemsbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.forsidenyheter .allmode-item {
    margin: 20px 10px 0 10px;
    
    /* 
    margin: 10px 2% 0 2%;
    float: left;
    width: 46%;
    min-height: 350px;
    */
}

.forsidenyheter .allmode-item h4 {
    font-size: 16px;
    line-height: 140%;
}

.forsidenyheter .allmode-item h4 a {
    color: #000;	
}

div#k2Container h4 {
	text-transform: uppercase;
}


/*
.utvalgteforsidenyheter .allmode-portal .allmode-topbox,
.utvalgteforsidenyheter .allmode-portal .allmode-itemsbox {
	padding-top: 0;
	border-top: none;
}

.utvalgteforsidenyheter .allmode-portal .allmode-items {
	margin-top: 0;
}

.allmode-portal .allmode-img img {
	border: 1px solid #ddd;
	padding: 0;
}

.allmode-portal h3.allmode-name {
	font: normal 16px/26px "Work Sans","Geneva",sans-serif;
	text-transform: uppercase;
}

*/


.forsidenyheter .allmode-text {
	margin-top: 10px;
	font-size: 12px;
	line-height: 140%;
}

.forsidenyheter .allmode-topitem {
	margin-bottom: 50px;
}


.logeside .itemHeader,
.artikkelside .itemHeader {
	position: relative;
	display: block;
}

.logeside .itemTitle ,
.artikkelside .itemTitle {
	font-size: 36px;
	line-height: 120%;
}

.logeside .authorblock,
.artikkelside .authorblock {
	width: 75%;
	margin: 20px 0 0 auto;
}

.logeside .itemIntroText,
.artikkelside .itemIntroText {
	margin-top: 0;
	font-weight: bold;
}

.logeside .itemLeftColumn,
.artikkelside .itemLeftColumn {
	float:left;
}

.logeside .itemAuthorBlock,
.artikkelside .itemAuthorBlock {
	position: relative;
}

.logeside .bylinefull,
.artikkelside .bylinefull {
	width: 100px;
	position: absolute;
	top: 10px;
	left: 0;
	display: inline-block;
	padding: 0;
}

.logeside .authorinfo,
.artikkelside .authorinfo {
	border-bottom: 4px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.logeside .itemDateCreated,
.artikkelside .itemDateCreated {
	color: #777;
}

.logeside h2 {
	font-size: 25px;
}

.logeside .itemImageCaption,
.logeside .itemImageCredits,
.logeside .itemDateCreated,
#content-area .logeside .itemAuthorName,
.artikkelside .itemImageCaption,
.artikkelside .itemImageCredits,
.artikkelside .itemDateCreated,
#content-area .artikkelside .itemAuthorName {
	font-family: 'Work Sans', Sans-serif !important;
}

.itemImageBlock {
	position: relative;
	margin: 20px 0;
}

.itemImageCaption,
.itemImageCredits {
	font-size: 10px;
	line-height: 150%;
	margin: 0;
	margin-top: 0;
	display: inline-block;
}

.itemImageCredits:before {
	content: "Foto: ";
}

.itemImageCaption {
	
}

.itemImageCredits {
	float: right;
}


#content-area .artikkelside .itemAuthorName {
	margin: 0;
	font-size: 10px;
	line-height: 115%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#content-area .artikkelside .itemAuthorDescription p {
	margin: 0;
	font-size: 10px;
	line-height: 110%;
}

.artikkelside .itemAuthorAvatar {
	margin-bottom: 10px;
	border-radius: 50px;
}

.artikkelside .itemImageBlock {
	width: 100%;
	margin: 30px 0;
}

.artikkelside  .catItemImageBlock {
	float: none;
	margin-left: 0;
}

.artikkelside .itemImageCaption {
	float: left;
	clear: left;
}

.artikkelside .itemImageCredits {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
}

.logeside .itemTitle {
	font-size: 28px;
}

.logeside .itemAttachmentsBlock {
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.itemAttachments li {
	font-size: 12px;
}

.itemTwitterButton,
.itemFacebookButton {
	float: left;
	margin-right: 20px;
}

.wk-slideshow img, .wk-gallery img, .spotlight img, a[data-lightbox] img,
.forsidenyheter .moduleItemImage img,
#content-area div#k2Container img,
.sidebar-right img {
	border-radius: 0;
	border: 1px solid #ddd;
}

.wk-slideshow .caption {
	position: absolute;
	top: auto;
	left: 1px;
	right: 6px;
	bottom: 15px;
	z-index: 5;
	padding: 10px 30px 10px 10px;
	background: rgba(0,0,0,0.5);
	text-align: right;
}

#content-area div#k2Container.logekategori img {
    border: none !important;
}

.module.slideshowforsiden {
	margin-bottom: 20px;
}

.kategorioversikt ul.subCategoryContainer {
	margin: 0;
}

.kategorioversikt li {
	list-style-type: none;
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px solid #ddd;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    height: 36px;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #bbb;
    width: 100%;
}

.formResponsive .formHorizontal .rsform-block {
	margin-bottom: 5px;
}

#content-area p.formDescription {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 20px;
}

#content-area div.rsform-block-okonomi p.formDescription {
    margin-bottom: 25px;
}


.ninja-form .key {
	height: auto;
}


/* Møtekalender plugin styling
---------------------------------------------*/

#logeskjold {
	margin-bottom: 20px;
	text-align: center;
}

.logenavnoppe {
	display: none;
}

h2.motekalenderlink {
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
}
	
.motekalenderlink a {
	padding: 4px 12px;
	background-color: #eee;
	width: auto;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.motekalenderlink a:hover {
	background-color: #2d4056;
	color: #fff;
	text-decoration: none;
	border: none;
}

/* Favoritter
----------------------------*/

div.favoritt-nyheter {
	margin: 0 0 20px 0;
}

div.favoritt-nyheter ul.favoritenews {
	padding: 0;
	margin: 0;
}

div.favoritt-nyheter ul.favoritenews li {
	list-style-type: none;
	padding: 5px 2px;
	margin: 0;
	border-bottom: 1px solid #ddd;
	line-height: 110%;
}

div.favoritt-nyheter ul.favoritenews li:first-child {
	border-top: 1px solid #ddd;
}

div.favoritt-nyheter ul.favoritenews li a,
div.favoritt-nyheter ul.favoritenews li span.favcat {
	font-size: 11px;
}
div.favoritt-nyheter ul.favoritenews li span.favcat:before {
	content: '(';
}

div.favoritt-nyheter ul.favoritenews li span.favcat:after {
	content: ')';
}

div.favoritt-nyheter ul.favoritenews li span.favcat {
}

#favorittnyheter .btn {
	margin-top: 10px;
}

div#logemeny {
	/* border-top: 4px solid #bbb; */
}

div#logemeny .menu {
	margin: 0;
	border-bottom: 4px solid #bbb;
}

div#logemeny li {
	margin: 0;
	list-style-type: none;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

div#logemeny .logenavn {
	padding: 8px 0;
	font-size: 16px;
	text-align: center;
}

/* Møtekalendermodul
----------------------------*/

.motekalender-module-logemoeter {
	padding: 0;
}

.motekalender-logemoeter-list {
	padding-left:0;
	margin-left:0;
}

.motekalender-logemoeter-list li {
	background:none;
	padding-left:0;
	font-size:11px;
	text-transform:capitalize;
	border-bottom: 1px solid #CCCCCC;
	list-style-type: none;
	float: left;
	width: 100%;
	padding: 2px 0 2px 4px;
}

.motekalender-logemoeter-list li div,
.motekalender-logemoeter-list li a,
.motekalender-logemoeter-list li span {
	display: inline;
}

.motekalender-logemoeter-list li div {
	clear: left;
}

.motekalender-logemoeter-list li a {
	margin-left: 4px;
}

.motekalender-logemoeter-list a:hover {
	text-decoration: underline;
	color: #000;
}

.motekalender-logemoeter-list sup.koder {
	font-size: 9px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	margin-left: 0.2em;
}

/* Loges møtekalender */


div.lodge-content div#kontakt span {
	display: block;
}

div.lodge-content div#kontakt span:nth-child(4) a,
div.lodge-content div#kontakt span:nth-child(4) span {
	display: inline;
}

div.lodge-content div#kontakt .cloaked_email span {
	display: inline;
}

div.module.logevelger h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

div.module.logevelger form {
	margin: 0;
}

div.module.logevelger select {
    -webkit-appearance: none;
    width: 100%;
    padding: 1px 6px;
    border-radius: 0;
    border-color: #aaa;
    font-size: 10px;
    height: 30px;
}

.lodge-content .logenavn {
    font-size: 26px;
}

/* Min side nyhetsboks */ 

.minsidenyheter>div {
	margin-bottom: 10px;
}

div.module.minsidenyheter h3 {
	font-size: 30px;
	text-align: center;
}

.module.minsidenyheter {
    margin-top: 10px;
    padding-top: 15px;
}

.minsidenyheter ul {
	margin: 0;
	padding: 0;
}

.minsidenyheter li {
    float: left;
    width: 23%;
    margin-left: 2%;
    margin-bottom: 20px;
	list-style-type: none;
	padding: 5px 0 0 0;
}

.minsidenyheter li:nth-child(5n+0) {
	clear: both;
}

.minsidenyheter li:nth-child(5n+0),
.minsidenyheter li:first-child {
    margin-left: 0;
}

.minsidenyheter li a {
	font-size: 16px;
}

.minsidenyheter .moduleItemImage img {
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
}

.minsidenyheter .moduleItemTitle {
    line-height: 140%;
    margin-bottom: 5px;
    display: block;
}

.minsidenyheter .moduleItemIntrotext {
    line-height: 130%;
    font-size: 11px;
}


/* Vestibylekalender mod_motekalender */

#minside #mainbody .container,
#vestibylekalender #mainbody .container {
	padding: 0;
}

#vestibylekalender #mainbody .container {
	width: 1600px;
}

#minside .col-md-push-3,
#vestibylekalender .col-md-push-3 {
	left: 0;
}

#minside #below-content,
#vestibylekalender #below-content {
	background: none;
	margin: 0 auto;
	float: none;
	background:none;
}

#minside #below-content {
	width: inherit;
}

#minside .module.tegnforklaring,
#vestibylekalender .module.tegnforklaring {
	clear: both;
	margin: 0;
}

#minside .col-md-6 {
	width: 100%;
}

#minside .content-area,
#minside .sidebar-left,
#minside .sidebar-right,
#minside .navbar,
#vestibylekalender .content-area,
#vestibylekalender .sidebar-left,
#vestibylekalender .sidebar-right,
#vestibylekalender .navbar,
#vestibylekalender .jev_help {
	display:none;
}

#minside .motekalender-module-logemoeter,
#vestibylekalender .motekalender-module-logemoeter {
	border:none;
	width:100%;
	padding: 0;
}

#vestibylekalender .oslo {
	margin: 0 auto;
    width: 100%;
}

#vestibylekalender .oslo li {
	width:100%;	
}

#vestibylekalender .bergen {
	float:left;
	width:670px;
}

#vestibylekalender .motekalender-logemoeter-list li,
#vestibylekalender .motekalender-logemoeter-list li p,
#vestibylekalender .motekalender-logemoeter-list li a,
#vestibylekalender .motekalender-logemoeter-list li span {
	font-family:'EB Garamond', Georgia,'Times New Roman',Times,serif !important;
	font-size: 20px !important;
   	text-transform: capitalize;
	line-height: 36px;
}

#vestibylekalender div.module.screenright {
    border-left: 2px solid #ddd;
    padding-left: 25px;
    padding-top: 20px;
}

#vestibylekalender .screenright div.allmode-item {
	margin: 20px 0;
}

#vestibylekalender .screenright h4.allmode-title {
	text-transform: none;
	font-size: 24px;
	line-height: 28px;
	font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif !important;
}

#vestibylekalender .screenright  h3.allmode-name {
    background: #aaa;
    padding: 5px;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 20px;
}

#vestibylekalender .screenright h4.allmode-title a {
	color: #000;
}

#vestibylekalender .screenright .moduleItemTitle {
	font-size: 32px;
	line-height: 40px;
	font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif !important;
}

#vestibylekalender .screenright div.allmode-text {
	font-size: 16px;
	line-height: 22px;
}

#vestibylekalender .screenright div.allmode-img {
	margin-bottom: 5px;
}

#vestibylekalender .moduleItemReadMore {
	display: none;
}

#minside .motekalender-logemoeter-list {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:40px; /* Firefox */
	-webkit-column-gap:40px; /* Safari and Chrome */
	column-gap:40px;
}

#minside .motekalender-logemoeter-list li {
}

#minside .motekalender-logemoeter-list li p,
#minside .motekalender-logemoeter-list li a,
#minside .motekalender-logemoeter-list li span {
}

#minside .motekalender-logemoeter-list li,
#minside .motekalender-logemoeter-list li p,
#minside .motekalender-logemoeter-list li a,
#minside .motekalender-logemoeter-list li span {
	font-size: 16px !important;
	text-transform: capitalize;
	line-height: 24px;
	padding: 10px 0;
}

#minside .custom,
#vestibylekalender .custom {
	padding: 0;
	width: 100%;
	clear: both;
}

#minside #content-area .module,
#vestibylekalender #content-area .module {
	padding: 0;
	margin: 0;
}

#minside .infotekst p,
#vestibylekalender .infotekst p {	
	font-size: 12px;
	line-height:150%;
	text-align: center;
	float: left;
	margin: 5px 0;
	width: 100%;
}

#minside .tegnforklaring p,
#vestibylekalender .tegnforklaring p {	
	font-size: 12px;
	line-height:18px;
}

#minside .motekalender-logemoeter-list li div,
#vestibylekalender .motekalender-logemoeter-list li div {
	clear: left;
	color: gray;
	width: 150px;
}

#vestibylekalender .allmode-columns {
	border-top: 4px solid #d5e6f7;
	margin: 4px 0;
	padding-top: 12px;
	height: 216px;
	width: 980px;
	overflow: hidden;
}

#vestibylekalender .allmode-columns div.allmode-topitem {
	margin: 0 3% 0 0;
	width: 30%;
	border: none;
}

#vestibylekalender .allmode-columns div.allmode-topitem:last-child {
	margin: 0;
}

#vestibylekalender .allmode-columns .allmode-topbox {
	position: relative;
	margin: 0;
	animation-name:columns;
	animation-duration:20s;
	animation-delay:3s;
	animation-iteration-count:infinite;
	/* Safari and Chrome */
	-webkit-animation-name:columns; 
	-webkit-animation-duration: 20s;
	-webkit-animation-delay:3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: alternate;
	width: 960px;
}

#vestibylekalender  .sidebar-right-screen {
	padding-top: 42px;
}

.sidebar-nav div.module span.image-title {
}

.sidebar-nav div.module img {
	margin-right: 5px;
}

.sidebar-nav div.module li.active a {
	padding-left:5px;
	font-weight: bold;
}


@keyframes columns {
	0% {opacity: 0;}
	10%% {opacity: 1;}
	90% {opacity: 1;}
	100%% {opacity: 0;}
}

@-webkit-keyframes columns /* Safari and Chrome */ {
	0% {opacity: 0;}
	10%% {opacity: 1;}
	90% {opacity: 1;}
	100%% {opacity: 0;}
}


#vestibylekalender .allmode-columns .allmode-topitem .allmode-title {
	font-size: 15px;
	padding: 0 0 10px 0;
	margin: 0;
}

#vestibylekalender .allmode-columns .allmode-topitem .allmode-text {
	margin: 0;
	font-size: 12px;
	line-height: 150%;
}

/* Vise dato og møter på samme linje */
#vestibylekalender .oneline div {
	display:inline;
	float: left;	
}

#vestibylekalender .wk-slideshow {
        float:right;
        margin-left:20px;
        margin-top:20px;
        border:none;
}

#vestibylekalender .wk-slideshow {
        float:right;
        margin-left:20px;
        margin-top:20px;
        border:none;
}

#vestibylekalender .wk-slideshow img {
        border:1px solid #bbb;
}

#vestibylekalender .wk-slideshow .caption {
        padding:10px;
        font-weight:bold;
        background-color:#222;
        color:#fff;
        margin-left:10px;
        width:190px;
}

div.module h3 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
}

h2.latestItemTitle {
	font-size: 22px;
	line-height: 130%;
}

.module.introboksforside {
	margin-bottom: 20px;
}

.introboksforside p {
	line-height: 160%;
}

div.module .introboksforside h3 {
	margin: 20px 0 10px 0;
}

.introboksforside ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ddd;
}

.introboksforside ul li {
    padding: 2px 4px;
    border-bottom: 1px solid #ddd;
}

.introboksforside .linker {
	padding: 15px 0;
}

.hideitem,
.item-69,
.sidebar-left li.item-1886,
.sidebar-left li.item-1892,
.sidebar-left li.item-1899,
.sidebar-left li.item-1900,
.sidebar-left li.item-1901,
.sidebar-left li.item-1902,
.sidebar-left li.item-1903,
.sidebar-left li.item-1904,
.sidebar-left li.item-1905,
.sidebar-left li.item-1906,
.sidebar-left li.item-1907,
.sidebar-left li.item-1908,
.sidebar-left li.item-1909,
.sidebar-left li.item-1910,
.sidebar-left li.item-1911,
.sidebar-left li.item-1912,
.sidebar-left li.item-1915,
.sidebar-left li.item-1916,
.sidebar-left li.item-1917,
.sidebar-left li.item-1918,
.sidebar-left li.item-1919,
.sidebar-left li.item-1920,
.sidebar-left li.item-1921,
.sidebar-left li.item-1922,
.sidebar-left li.item-1923,
.sidebar-left li.item-1924,
.sidebar-left li.item-1925,
.sidebar-left li.item-1926,
.sidebar-left li.item-1927,
.sidebar-left li.item-1928,
.sidebar-left li.item-1929,
.sidebar-left li.item-1930,
.sidebar-left li.item-1931,
.sidebar-left li.item-1932,
.sidebar-left li.item-1933,
.sidebar-left li.item-1934,
.sidebar-left li.item-1935,
.sidebar-left li.item-1936,
.sidebar-left li.item-1937,
.sidebar-left li.item-1938,
.sidebar-left li.item-1939,
.sidebar-left li.item-1940,
.sidebar-left li.item-1941,
.sidebar-left li.item-1942,
.sidebar-left li.item-1943,
.sidebar-left li.item-1944,
.sidebar-left li.item-1945,
.sidebar-left li.item-1946,
.sidebar-left li.item-1947,
.sidebar-left li.item-1948,
.sidebar-left li.item-1949,
.sidebar-left li.item-1950,
.sidebar-left li.item-1951,
.sidebar-left li.item-1952,
.sidebar-left li.item-1953,
.sidebar-left li.item-1954,
.sidebar-left li.item-1955,
.sidebar-left li.item-1956,
.sidebar-left li.item-1957,
.sidebar-left li.item-1958,
.sidebar-left li.item-1959,
.sidebar-left li.item-1960 {
	display: none;
}

/* Fakta om frimureriet - hovedpunkt */
.item-2247 {
	font-weight: bold;
	font-size: 16px;
}

/* Fix for K2 modal box / Bootstrap incompat */

#k2ModuleBox243 a.modal,
#k2Container a.modal {
	border: 0px;
	display: inline-block;
	margin: 0 10px 0 0;
	position: relative;
	top: auto;
	left: 0px;
	width: auto;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

.itemSocialSharing {
    margin: 40px 0;
}

.itemDateModified {
    font-size: 10px;
}

.module ul.nav > li {
	line-height: 120%;
}

.k2ReadMore {
	margin-right: 10px;
}

li.userItemTitle {
    margin: 0 0 10px 0;
    list-style-type: none;
}

.module.panel-primary,
.module.informasjonsmoter,
.module.aktuelt {
	padding: 5px 10px;
	background-color: #fff;
}

.module.informasjonsmoter,
.module.aktuelt {
	border: 1px solid #ddd;
}

.module.informasjonsmoter li a {
	
}

.module.aktuelt {
	margin-top: 40px;
}

.allmode-mndloge img {
	margin-bottom: 5px;
}

#mndsloge .tagItemList {
	margin-top: 25px;
}

#mndsloge div.tagItemImageBlock {
	float: right;
	margin-left: 20px;
}

.sidebar-left .module {
	/* margin: 30px 10px 10px 15px; */
}

.module.dinmeny {
    margin: 20px 0 0 0;
}

.module.panel-primary {
	border-width: 4px;
}

.panel-body {
	padding: 0;
}

.informasjonsmoter .allmode-category {
	font-size: 10px;
	padding-bottom: 8px;
}

.informasjonsmoter li.allmode-title {
	padding: 10px 0;
}

table.motecalsearchresults {
	width: 100%;
}

table.motecalsearchresults th {
	background-color: #f4f0eb;
}

table.motecalsearchresults th,
table.motecalsearchresults td {
	font-size: 12px;
	padding: 2px;
}

table.motecalsearchresults td {
}

table.motecalsearchresults tr:nth-child(even) {
	background-color: #eee;
}

#content-area {
	padding: 15px 10px;
}

#forside #content-area {
	padding: 0;
}

footer {
	padding: 20px 0;
	background-color: #e7e5e5;
	border-top: 5px solid #ddd;
	text-align: center;
}

#footer .custom {
	padding: 20px;
}

#footer p {
	margin-bottom: 10px;
}

body#frisakplaceholder,
body#frisakplaceholder .sidebar-left,
body#frisakplaceholder .sidebar-right {
	background-color: #fff;
}

body#frisakplaceholder h1 {
    font-size: 22px;
}

body#frisakplaceholder input[type="text"] {
    border: 1px solid #333;
    height: 2.2em;
    padding: 1px 5px;
    margin-left: 10px;
    border-radius: 2px;
}

body#frisakplaceholder input[type="text"]:focus {
	background-color:#faef9f;
}

body#frisakplaceholder input[type="submit"] {
 color: #ffffff;
 background: #1085de;
 border: 0;
 margin-left: 10px;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 background-color: #428bca;
 border-color: #357ebd;
 display: inline-block;
 padding: 6px 12px;
 font-size: 14px;
 font-weight: normal;
 line-height: 1.428571429;
 text-align: center;
 white-space: nowrap;
 vertical-align: middle;
 cursor: pointer;
 background-image: none;
 border: 1px solid transparent;
 border-radius: 4px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-user-select: none;
 user-select: none;
}

body#frisakplaceholder input[type="submit"]:hover {
	color: #1085de;
	background: #fff;
	border: 1px solid #1085de;
	text-shadow: none;
}

body#frisakplaceholder table td {
	padding: 2px 0;
}

body#frisakplaceholder table td:first-child {
	white-space: nowrap;
	padding-right: 10px;
}

body#frisakplaceholder div#content.col-md-push-3 {
    left: 0;
}

h1.itemTitle {
	font-size: 30px;
}

.avPlayerWrapper {
	margin-bottom: 30px;
}

@media (min-width: 768px) {

	/* Hide the sub menu items in top nav on desktop
	---------------------------------------------------------*/
	.navbar-default ul#nav > li > ul {
		display: none;
	}

}


@media (max-width: 768px) {

	#content {
		padding: 0 10px;
	}

	#content,
	.sidebar-left,
	.sidebar-right {
		padding-left: 0;
		padding-right: 0;
	}
	
}

@media (min-width: 992px) and (max-width: 1200px) {

	.navbar-default .nav>li>a, .navbar-default .nav .active>a, .navbar-default .nav .active>a:hover, .navbar-default .nav .active>a:focus {
		font-size: 14px;
		padding: 10px 10px;
	}
	
	.navbar {
		min-height: 32px;
	}

	.navbar-form {
		width: 180px;
	}
	
	.navbar-form .form-control {
		height: 22px;
		font-size: 10px;
	}

}


@media (min-width: 768px) and (max-width:991px) {

	.navbar {
		min-height: 30px;
	}
	
	.navbar-default .nav>li>a, .navbar-default .nav .active>a, .navbar-default .nav .active>a:hover, .navbar-default .nav .active>a:focus {
		font-size: 10px;
		padding: 10px 11px;
	}
	
	.navbar-form {
		width: 130px;
	}
	
	.navbar-form .form-control {
		height: 24px;
		font-size: 12px;
	}
	
	.forsidenyheter .moduleItemImage img {
		float: right;
		margin-left: 20px;
		max-width: 40%;
	}
}

@media (min-width: 320px) and (max-width: 768px) {

	.sidebar-left,
	.sidebar-right {
		background-color: transparent;
	}
	
	.navbar-default li {
		list-style-type: none;
		line-height: 150%;
	}
	
	.navbar-default ul#nav>li>ul>li.current>a {
		font-size: 14px;
	}

	.navbar-default ul#nav>li>a {
		padding-left: 10px;
		background-color: #fff;
		color: #2d4056;
		margin-bottom: 1px;
	}

	.navbar-default ul#nav>li>ul {
		display: block;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.navbar-default ul#nav>li>ul>li>a,
	.navbar-default ul#nav>li>ul>li>ul>li>a  {
		color: #fff;
	}
	
	.navbar-default ul#nav>li>ul>li>a {
	}
	
	.navbar-default ul#nav>li>ul>li>ul>li>a {
		font-size: 12px;
	}
	
	.navbar-default ul#nav>li>ul>li>a:hover {
		color: #fbc03a;
	}
	
	.navbar-default ul#nav>li>ul>li.current>a {
		color: #fbc03a;
		font-weight: bold;
		font-family: initial;
		font-size: 14px;
		padding:20px;
		text-transform: none;
	}
	
	.navbar-default ul#nav li {
	    margin-top: 10px;
	}
	
	.navbar-form {
		padding: 0 15px;
		margin: 10px 0 0 0;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.mobilemenutext {
		color: #fff;
		text-transform: uppercase;
		margin: 13px 0 0 15px;
		font-size: 16px;
		display: inline-block;
	}
	
	.artikkelside .authorblock {
		width: 70%;
	}
	
	.forsidenyheter h2 {
	    font-size: 24px;
	}
	
	.item-1913>ul>li {
		padding-left: 20px;
	}

	/* Sangerforbund og overskrift Korene */
	.item-1603.divider,
	ul#nav>li>ul>li.item-97 a {
		color: #fff;
		font-weight: bold;
	}

	.item-1603.divider {
		padding-left: 0;
	}

	ul#nav>li>ul>li.item-97 a {
		padding-left: 0;
	}
	
	.item-1603 span.separator {
		color: #fff;
		padding-left: 20px;
		font-weight: bold;
	}
	
	.hideitem {
		display: initial;
	}
	
	/* Nyhetsarkiv Bergen */
	.item-2113 {
		display: none;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 30px;
	}
	#k2Container h2 {
		font-size: 24px;
	}
	#k2Container h3 {
		font-size: 18px;
	}
	
	div.lodge-content h1 {
		font-size: 26px;
	}
	
	.forsidenyheter h2 {
			font-size: 22px;
		}
	.forsidenyheter .moduleItemAuthor,.forsidenyheter .itemCategory {
	    font-size: 9px;
	    }
	    
	#bottom1 div.module {
		border:none;
		}
	#bottom1 div.row>div {
	    padding: 0 10px;
	}
	
	.artikkelside .bylinefull {
		width: auto;
		position: static;
		display: inline-block;
		padding: 0;
	}
	
	.artikkelside .authorinfo {
		border-top: 4px solid #ddd;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
	.artikkelside .itemAuthorAvatar {
		margin-bottom: 0;
		width: 50px;
		float: right;
		margin-left: 20px;
		margin-top: 0;
	}
	
	#content-area .artikkelside .itemAuthorName {
		margin-bottom:5px;
	}
	
	.artikkelside .authorblock {
		width: 100%;
	}
	
	#bottom1 .allmode-provinsnyheter .allmode-topitem {
		min-height: none;
		text-align: center;
	}
	
}

@media print {
    
    nav,
    .sidebar-right,
    .sidebar-left,
    #bottom1,
    footer,
    .itemSocialSharing {
    	display: none;
    }
    
    .col-md-push-3 {
    	left: 0;
    }
    
    .container {
    	max-width: none;
    	width: 100%;
    }
}