/*--------------------------------------------------------------
# WP admin bar margin to padding
--------------------------------------------------------------*/

body.admin-bar { padding-top: 32px !important; }
* html body.admin-bar { padding-top: 32px !important; }
@media screen and ( max-width: 782px ) {
	body.admin-bar { padding-top: 46px !important; }
	* html body.admin-bar { padding-top: 46px !important; }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
	margin: 0;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

.woo-search input {
	 -webkit-appearance: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2.2em;
	margin: 0.67em 0;
}

h1.entry-title {
    text-transform: uppercase;
    color: #000189;
    text-align: center;
}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
    color: #7b7b7b;
    font-family: "open sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Arimo', sans-serif;
	font-weight:400;
}
h1 {
    font-size: 1.8em;
    color: #010088;
    text-transform: uppercase;
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.8em;
}
h4{
	font-size: 1.6em;
}
h5{
	font-size: 1.4em;
}
h6{
	font-size: 1.1em;
}
h1 span.ekstra-tekst{
	font-weight:200;
	text-transform: none;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f5f5f5;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
    background: #FDFDFD;
    padding: 0 16px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

.site-content ul li {
	margin: 0 0 1.4em 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    border-color: #ccc #ccc #bbb;
    border-radius: 0;
    background: #010088;
    color: #fff;
    width: 100%;
    font-size: 12px;
    font-size: 0.75em;
    line-height: 1;
    box-shadow: none;
    padding: .6em 1em;
    font-size: 0.8em;
    line-height: 1.5;
    text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
	background:#222;
	box-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], 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 {
    color: #666;
    border: 1px solid #fff;
    border-radius: 0px;
}

select {
	border: 1px solid #ccc;
}
form#kontakt ::-webkit-input-placeholder {
  color: #fff;
}
form#kontakt :-moz-placeholder { /* Firefox 18- */
  color: #fff;  
}
form#kontakt ::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;  
}
form#kontakt :-ms-input-placeholder {  
  color: #fff;  
}
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 {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
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"] {
	padding: .6em 0.6em;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #000189;
    text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #222;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-menu-1-container {
}

.main-navigation {
    /* clear: both; */
    margin: 20px 0 0 0;
    display: block;
    float: right;
    /* width: 100%; */
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin: 0;
}

.main-navigation > li > a:first-of-type {
	padding-left:0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 13px 19px;
    font-size: 16px;
    color: #676767;
    font-family: 'Arimo', sans-serif;
}

.main-navigation ul ul {
	box-shadow: 0 0px 13px -6px rgba(0, 0, 0, 0.5);
	float: left;
	position: absolute;
	top: 100%;
	display: none;
	z-index: 99999;
	background:#fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 215px;
	padding: 10px 22px;
	font-size: 1em;
	text-transform: none;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a, .main-navigation li.focus > a {
    /* background: #f5f5f5; */
    color:#010088;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	background:#f5f5f5;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    /* background: #2C3F46 !important; */
    color: #010088;
}
/* Small menu. */

.main-navigation.toggled ul#primary-menu {
	display: block;
}
.menu-toggle{
	display: none;
}
button.menu-toggle{
	top: 40px;
}


@media screen and (max-width: 668px) {
	.menu-toggle {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	overflow: hidden;
}

span.widget-title {
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    font-size: 1.3em;
    position: relative;
    color: #010088;
    top: 12px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
    width: 100%;
    background: #fdfdfd !important;
    /* border-bottom: 1px solid #f5f5f5; */
    position: relative;
    z-index: 9999 !important;
}

.site-branding {
	width:1140px;
	margin:0 auto;
	position: relative;
}

.site-branding #logo {
    padding: 0;
}
#logo img {
    max-height: 200px;
    max-width: 350px;
    width: auto;
    height: auto;
}

.site-branding #logo, .site-branding #logo a{
	float:left;
}

#logo a{
	line-height: 0 !Important;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content, footer.site-footer .site-info, .section {
    width: 100%;

    margin: 0 auto;
}
#primary {
    width: 850px;
    float: left;
    margin-top: 0;
    background: #f0f0f0;
}

#primary.sidebar-disabled {
	width:100% !important;
}

.section-wrap{
	padding: 50px 0;
}

header .section-wrap{
	padding: 2px 0;
}
header .section-wrap p{
	margin: 0px;
}


/*--------------------------------------------------------------
# Sektions design
--------------------------------------------------------------*/
.stom-billede-sektion {
    padding: 0;
    margin: 0 0 20px 0;
}
.stom-billede-sektion .stom-picture{
	position: absolute;
	width: 50%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.stom-billede-sektion .stom-picture img{
	visibility: hidden;
}
.stom-billede-sektion.picture-left .stom-picture{
	background-position: right top;
}
.stom-billede-sektion.picture-left .stom-cols-6{
	float: right;
	margin-right: 0px;
	position: relative;
}
.stom-billede-sektion .stom-cols-6 {
    display: table;
    width: 47%;
    padding: 0 0 0 250px;
}
.stom-billede-sektion .stom-center-box {
	display: table-cell;
	padding:0;
	margin:0;
}
@media only screen and (max-width: 767px) {
	.stom-billede-sektion{
		padding: 20px 0;
	}
	.stom-billede-sektion .stom-picture{
		position: relative;
		width: 100%;
		float: left;
		background-position: center center;
		height: auto !important;

	}
	.stom-billede-sektion .stom-cols-6{
		height: auto !important;
	}
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer.site-footer {
    /* background: #f5f5f5; */
    padding: 0;
    font-size: 15px;
    width: 1140px;
    margin: 0 auto;
}

footer.site-footer .site-info {
    overflow: auto;

}

footer.site-footer .site-info .copyright {
	font-size:11px;
}
.site-info .stom-cols-9 {display:none;}

footer.site-footer .site-info .copyright{
	padding: 3px 0;
	text-align: right;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* SINGLE POST NAVIGATION */

.post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a {
    text-decoration: none;
    font-style: italic;
}

.comment-navigation .nav-next:before,
.posts-navigation .nav-next:before,
.post-navigation .nav-previous:before {
    font-family: dashicons;
    content: "\f341";
    float: left;
    margin-right: 6px;
}
.comment-navigation .nav-next:after,
.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
    font-family: dashicons;
    content: "\f345";
    float: right;
    margin-right: 6px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

aside {
	width: 260px;
	float:right;
	margin-top:60px;
	/* background: #fff; */
}

aside section {
	padding: 1.5rem;
	background: #fff;
	outline: 1px solid #eee;
}

aside section ul {
	margin: 0;
	padding:0;
}

aside section ul li a {
	text-decoration: none;
	font-weight:400;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#comments.comments-area h2.comments-title {
    font-size: 1.5em;
}

ol.comment-list {
    list-style-type:none;
    margin:0;
    padding:0;
}

ol.comment-list li.comment {
    background:#fff;
    margin: 0 0 15px;
    padding:10px;
    border:solid 1px #c3c0ab;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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 {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery figure{
	margin: 0;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## KONTAKTSIDE
--------------------------------------------------------------*/


#kontaktside h2 {
	text-transform: uppercase;
	text-align:center;
}

#infowindow {
	width: 260px;
	overflow: auto;
	text-align:left;
	color: #2C3F46;
	margin: 15px;
	font-size: 1.1em;
}

#infowindow a {
	text-decoration: none;
	font-weight:600;
	color: #2C3F46;
}

#infowindow p {
	font-size: 13px !important;
	color: #797979;
}

#infowindow .dash {
	position:relative;
	padding-left: 40px;
	line-height: 1.8;
}

#infowindow .dash:before {
	font-family:dashicons;
	font-size:1.5em;
	position:absolute;
	left:0;
	top:0;
	line-height:1;
	color: #2C3F46;
}

#infowindow .phone-dash:before {
	content: "\f525";

}
#infowindow .email-dash:before {
	content: "\f466";
}

#map-canvas {
	height: 342px;
	width: 100%;
	margin-bottom: 10px;
}
#map-canvas img {
	max-width: none !important;
}

/* KONTAKTFORMULAR - KONTAKTSIDEN */


#kontaktside form#kontakt {
	width:450px;
	margin:0 auto;

}

/* ALLE KONTAKTFORMULARER */

form#kontakt .stom-felt {
	margin-bottom:7px;
}

form#kontakt .stom-felt input {
	border-radius:0px;
}

form#kontakt .stom-felt textarea {
    height: 60px;
}
form#kontakt .stom-felt textarea, form#kontakt .stom-felt input {
    width: 100%;
    border-radius: 0px;
    padding: 2px 5px;
    max-width: 450px;
    font-size: 16px;
    background: none !important;
    margin-bottom: 5px;
}




/*--------------------------------------------------------------
## GRID SYSTEMET
--------------------------------------------------------------*/

.stom-cols-1, .stom-cols-2, .stom-cols-3, .stom-cols-4, .stom-cols-5, .stom-cols-6, .stom-cols-7, .stom-cols-8, .stom-cols-9, .stom-cols-10, .stom-cols-11 {
	float: left;
	margin: 0 2% 0 0;
}

.stom-cols-12 {	clear: both; }
.stom-cols-11 { width: 91.5%; }
.stom-cols-10 { width: 83%; }
.stom-cols-9 { width: 74.5%; }
.stom-cols-8 { width: 66%; }
.stom-cols-7 { width: 57.5%; }
.stom-cols-6 { width: 49%; }
.stom-cols-5 { width: 40.5%; }
.stom-cols-4 { width: 32%; }
.stom-cols-3 { width: 23.5%; }
.stom-cols-2 { width: 15%; }
.stom-cols-1 { width: 6.5%; }

.last {
	margin-right: 0 !important;
}

/*--------------------------------------------------
			SLIDER
---------------------------------------------------*/
.slider-tekst {
    position: absolute;
    left: 0;
    right: 0;
    width: 800px;
    top: 36%;
    font-size: 1.6em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.slider-tekst p {
	margin:0;
}

.slider-tekst p.slide-title {
	font-size:2.2em;
}
.slider-tekst p.slide-desc {}

.rsUni .rsBullets {
	bottom:30px;
}

.rsUni .rsBullet span {
	background:#fff !important;
}

.rsUni .rsBullet.rsNavSelected span {
	background:#77a464 !important;
}

/*--------------------------------------------------
			TABS
---------------------------------------------------*/
.stom-tabs .tabs-wrapper {
	background:#fff;
	padding: 21px;
	position: relative;
	border: 2px solid #c3c0ab;
}

.stom-tabs .tabs-header {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
	margin-bottom: -2px;
}
.stom-tabs .tabs-header li {
	float: left;
	margin-right: 4px;
}
.stom-tabs .tabs-header li a {
	display: block;
	background: #fff;
	border: 1px solid rgba(195, 192, 171, 0.38);
	padding: 10px 31px;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight:600;
}
.stom-tabs .tabs-header li a:hover {
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #ccc;
}
.stom-tabs .tabs-header li.active a{
	background: #FFF;
	border: 2px solid #c3c0ab;
	border-bottom: none;
	color: #333;
	position: relative;
	z-index: 9;
	
}
.stom-tabs .tabs-wrapper .tabs-content {
	display: none;
	padding: 0;
}
.stom-tabs .tabs-wrapper .tabs-content h2 {
	display: block;
    margin: 0 0 10px;
    font-weight: 600;
    color: #222;
    font-size: 31px;
}
.stom-tabs .tabs-wrapper .content-order-0 {
	display: block;
}

/*--------------------------------------------------
			Forside bokse
---------------------------------------------------*/

.home .wp-caption {
	float: left;
	position: relative;
	margin: 0 2% 0 0;
	width: 32% !important;
}

.home .wp-caption img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.home .wp-caption:last-child {
	margin-right: 0;
}

.home .wp-caption.last {
	margin-right: 0;
}

.home .wp-caption a {
	position: relative;
	display: block;
}

.home .wp-caption p a {
	position: absolute;
	padding: 15px 10.1%;
	background: #6D5B56;
	background: rgba(109, 91, 86, 0.8);
	color: #FFF;
	z-index: 1;
	font-weight: bold;
	font-size: 16px;
	bottom: 0px;
	width: 80%;
}

/* Typekit fix */
.wf-loading {
	visibility: hidden;
}

/* BLOG */

h2.entry-title {
	font-size:2em;
}

h2.entry-title a {
	text-decoration: none;
}
span.posted-on {
	font-size:0.9em;
}

/*
 * jQuery Popup START
 */
.stom-popup{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	z-index:1500;
}
.popup-content{
	margin: 100px auto;
	width: 960px;
	position: relative;
	background:#fff;
	padding:15px 35px;
	border-radius:10px;
	max-height: 70%;
	overflow: auto;
}
.popup-exit{
	position:fixed;
	right: 50%;
	top:20px;
	z-index: 10;
}
.popup-exit .dashicons{
	font-size: 35px;
	padding: 10px;
	color: #fff;
	cursor:pointer;
	width: auto;
	height: auto;
	text-align: right;
}
/*
 * jQuery Popup END
 */










/* ---------------- NEW - stom_posts ---------------- */
 .stom-posts .stom-post-wrapper {
    overflow: hidden;
    clear: both;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #eee;
    position: relative;
}
.stom-posts .stom-post-wrapper.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.stom-posts .stom-post-thumb {
    float: left;
    margin-right: 10px;
}
.stom-posts .stom-post-thumb img {
    display: block;
}
.stom-posts .stom-post-title {
    font-size: 0.8rem;
    font-weight: 600;
}
.stom-posts .stom-post-link span {
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}


/* -------------------------- *\
 * Facebook Design Feed Start *
\* -------------------------- */
.fb_feed_wrapper_design *{
	font-family: Helvetica, Arial, sans-serif;
}

.fb_feed_wrapper_design a{
    color: #365899;
    cursor: pointer;
    text-decoration:none;
}

.fb_feed_wrapper_design a:hover{
	text-decoration:underline;
}

.fb_feed_wrapper_design .fb_feed_post{
	position:relative;
	border:1px solid black;
	height:300px;
	margin-bottom:20px;
}
.fb_feed_wrapper_design .fb_feed_post_img_wrap{
/*	position:absolute;
	top:5px;
	bottom:5px;
	right:5px;
	width:400px;
	overflow: hidden;
	float:right;*/
	position: absolute;
	top:5px;
	bottom:5px;
	right:5px;
	height:288px;
	width: 400px;
	overflow: hidden;
	border:1px solid black;
}
.fb_feed_wrapper_design .fb_feed_post_img{
	min-width: 100%;
	min-height: 100%;
	/*height: auto;*/

	overflow: hidden;
}

.fb_feed_wrapper_design .fb_feed_post_head{
	width:100%;
	height:70px;
}

.fb_feed_wrapper_design .fb_feed_post_head_img img{
	width:100%;
	height:100%;
}
.fb_feed_wrapper_design .fb_feed_post_head_img{
	border:1px solid #ccc;
	width:50px;
	height:50px;
	margin:10px;
	display:inline-block;
}

.fb_feed_wrapper_design .fb_feed_post_head_info{
	display:inline-block;
}
.fb_feed_wrapper_design .fb_feed_post_head_info .fb_feed_post_author{
	font-size:14px;
	font-weight:bold;
    line-height:1.38;
    display:block;
	overflow:hidden;
}
.fb_feed_wrapper_design .fb_feed_post_head_info .fb_feed_post_date{
}
.fb_feed_wrapper_design .fb_feed_post_head_info .fb_feed_post_date a{
	color:#90949c;
}
.fb_feed_wrapper_design .fb_feed_post_head_info .fb_feed_post_date a:hover{
	text-decoration:underline;
}

.fb_feed_wrapper_design .fb_feed_post_body{
	width:100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.38;
    overflow: hidden;
    padding-right:50%; /* TEMP RULE */
}

.fb_feed_wrapper_design .fb_feed_post_body .fb_feed_post_text{

	margin:0;
	margin-top:7px;
	margin-left:15px;

}

.fb_feed_wrapper_design .fb_feed_post_action{
	position: absolute;
	bottom:15px;
	left:0px;
	height:35px;
	line-height:35px;
}
.fb_feed_wrapper_design .fb_feed_post_action div{
	display:inline;
	margin-left:35px;
}

.fb_feed_wrapper_design .fb_feed_post_action .fb_feed_post_action_like a::before{
/*    
	background-image: url('functions/fb/icons.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -414px -299px;
*/
}


/* ------------------------ *\
 * Facebook Design Feed End *
\* ------------------------ */

/* ----------------------------- *\
 * Facebook Design Preview Start *
\* ----------------------------- */
.facebook_preview_wrapper *{
	font-family: Helvetica, Arial, sans-serif;
}

.facebook_preview_wrapper{
	margin:15px;
	width:212px;
	height:auto;
	padding:10px;
	overflow: hidden;
	border:1px solid #ccc;
	background-color: #fff;
}
.facebook_preview_wrapper .facebook_preview_img{
	padding:5px;
	border:1px solid #ccc;
	background-color: #fff;
	width:190px;
	height:192px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.facebook_preview_wrapper .facebook_preview_img img{
	width:180px;
	height:180px;
	border:1px solid #ccc;
}
.facebook_preview_wrapper .facebook_preview_page{
	margin-top:20px;
}
.facebook_preview_wrapper .facebook_preview_page a{
	color: #365899;
    cursor: pointer;
    text-decoration: none;
    font-weight:bold;
	font-size: 20px;
}
.facebook_preview_wrapper .facebook_preview_page a:hover{
	color: #365899;
    text-decoration: underline;
}
.facebook_preview_wrapper .facebook_preview_link{
	text-align:center;
    text-decoration: none;
}
.facebook_preview_wrapper .facebook_preview_link_text:hover{
	color: #fff;
	background-color: #365899;
    /*text-decoration: underline;*/
	border:1px solid #7f7f7f;
}
.facebook_preview_wrapper .facebook_preview_link_text{
	color: #365899;
	margin-top:30px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #ccc;
	width:100%;
	background-color: #fff;
	font-size:16px;
}

/* --------------------------- *\
 * Facebook Design Preview End *
\* --------------------------- */
span.small-header {
    text-transform: uppercase;
    /* font-weight: bold; */
    font-family: 'Arimo', sans-serif;
    font-size: 30px;
}
span.big-header {
    font-size: 54px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Arimo', sans-serif;
}

#snedker {
    background: url(../images/trae.jpg)no-repeat;
    font-family: 'Arimo', sans-serif;
    height: 270px;
    text-transform: uppercase;
    font-size: 24px;
    padding: 80px 0 0 0;
    text-align: center;
}

#glarmester {
    background: url(../images/glar.jpg)no-repeat;
   	font-family: 'Arimo', sans-serif;
    height: 270px;
    text-transform: uppercase;
    font-size: 24px;
    padding: 80px 0 0 0;
    text-align: center;
}

#tomrer {
    background: url(../images/tomrer.jpg)no-repeat;
    font-family: 'Arimo', sans-serif;
    height: 270px;
    text-transform: uppercase;
    font-size: 24px;
    padding: 80px 0 0 0;
    text-align: center;
}

#isolering {
    background: url(../images/isolering.jpg)no-repeat;
    font-family: 'Arimo', sans-serif;
    height: 270px;
    text-transform: uppercase;
    font-size: 24px;
    padding: 80px 0 0 0;
    text-align: center;
}
div#mid-section .stom-cols-6 {
    padding: 75px 10px;
}
#tilbud {
    background: url(../images/wood.jpg);
    height: 316px;
}
#tilbud {
  
}
div#tilbud h3 {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    text-align: center;
}

.kontakt {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 450px;
}
input.tekst.stom-postnr {
    width: 49% !important;
    float: left;
}
input.tekst.stom-by {
    float: left;
    width: 50% !important;
    margin:0 0 0 1%;
}
input.tekst.stom-telefon {
    width: 49% !important;
    float: left;
}
input.tekst.stom-e-mail {
	width: 50% !important;
	float: left;
	margin:0 0 0 1%;
}

#gform_wrapper_1{
	margin: 0 auto;
	max-width: 450px;
	text-align: center;
	display: block;
}
#gform_wrapper_1 ::placeholder{
	color: #ffffff !important;
}

.gform_wrapper .top_label .gfield_label{
	display: none !important;
}
.gform_wrapper textarea.medium{
	max-height: 70px;
	background: none;
	color: #ffffff !important;
}
body .gform_wrapper ul li.gfield{
	margin-top: 0px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	background: none !important;
	color: #ffffff !important;
}

#gform_submit_button_1{
	width: 97% !important;
}
.gform_wrapper .gform_footer{
	margin-top: 0px !important;
	padding-top: 0px !important;
}

#gform_confirmation_message_1{
	text-align: center;
	margin-top: 5%;
}

#tilbud.section-wrap {
    padding: 20px 0;
}
div#new-royalslider-1 {
    margin: 0 auto;
}

.section-wrap.footer-widget-area {
    padding: 25px 0;
}



div#mid-section.section-wrap {
    padding: 0;
}

div#mid-section a {
    color: #fff;
    text-decoration: none;
    background: none;
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 20px;
    border:1px solid #fff;
}
div#mid-section a:hover {
    color: #fff;
    text-decoration: none;
    background: #010088;
    transition:0.4s;
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 20px;
    border:1px solid #010088;
}
.contact-nu a {text-decoration:none;}
.contact-nu {
    float: right;
    padding: 10px 18px 0 0;
}
.mail {
    float: left;
    padding: 0 20px;
}

.phone {
    float: left;
}

.mail:before {
    font-family: dashicons;
    content: "\f466";
    position: relative;
    top: 4px;
    left: -5px;
    color:#010088;
    font-size:18px;
}
.phone:before {
	font-family:dashicons;
	content: "\f525";
	position: relative;
	top: 4px;
	left: -5px;
	color:#010088;
	font-size:18px;
}
.stom-picture {
    margin: 0 16px 0 0;
}
div#new-royalslider-2 {
    margin: 0 auto;
}

div#page {
    background: #f0f0f0;
}

div#isolering-bag {padding:0 10px;}