﻿
/*
=======================================================================
 Bootstrap
=======================================================================
*/

.container .container {padding:0!important;margin:0!important;width:auto!important;}


.input-group input,
.input-group input.form-control,
.input-group button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	}

/*
=======================================================================
	UU
=======================================================================
*/

#tilinnhold, #tilnavigasjon {
  position: absolute;
  overflow: hidden;
	z-index:99999;
	text-align:center;
	width:100%;
	color:#fff;
	top:-35px;
	font-size:18px;
	-webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
	}

#tilinnhold:focus, #tilnavigasjon:focus {
	height:40px;
	line-height:40px;
	text-align:center;
	width:100%;
	top:0;
	background: #000;
	}


/*
=======================================================================
	General styling 2015
=======================================================================
*/

html {font-size: 100%;}

body {
	font-size:100%;
	font-family: 'Lato', 'Open Sans', sans-serif;
	font-weight:300;
	line-height: 1.45;
	}

main:focus {outline:0;}

h1,h2,h3,h4,h5,h6 {
	margin:0 0 1.25rem 0;
font-weight:300;
	font-family: 'Lato', sans-serif;
	}

h1 {font-size:2.2rem}
h2 {font-size:1.6rem}
h3 {font-size:1.2rem}
h4 {font-size:1.1rem}
h5 {font-size:1rem}
h6 {font-size:1rem}

.xltitle h2 {font-size:2.2rem;}



a {
	color: #404040;
	text-decoration: none;
	}

a:focus,
a:hover {color:#000;}

blockquote { border-left: 5px solid #929292;}

section blockquote {margin:20px 0 0 0;}
section div[class*="col-"] ~ blockquote {margin:0;}
section blockquote p {margin:0;padding:0;}

.circular figure .thumb {
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;	
	}

.circular figure  {max-width:200px;margin-left: auto;margin-right:auto;}



@media only screen and (min-width:768px) {
	body {font-size: 16px;}
	h1 {font-size:3rem}
	h2 {font-size:2.2rem}
	.xltitle h2 {font-size:2.1rem;}
	h3 {font-size:1.4rem}
	h4 {font-size:1.3rem}
	h5 {font-size:1.2rem}
	h6 {font-size:1.1rem}
	}

@media only screen and (min-width:991px) {
	body {font-size: 17px;line-height: 1.65;}
	h1 {font-size:2.8rem}
	h2 {font-size:2.4rem}
	section h2:first-of-type {font-size: 2.6rem;}
	.xltitle h2 {font-size:2.5rem!important;}
	h3 {font-size:1.6rem}
	h4 {font-size:1.4rem}
	h5 {font-size:1.3rem}
	h6 {font-size:1.2rem}
	}

@media only screen and (min-width:1200px) {
	body {font-size: 19px;}
	h1 {font-size:3rem}
	h2 {font-size:1.8rem}
	section h2:first-of-type {font-size: 2.8rem;}
	.xltitle h2 {font-size:3.5rem!important;}
	h3 {font-size:1.6rem}
	h4 {font-size:1.4rem}
	h5 {font-size:1.3rem}
	h6 {font-size:1.2rem}
	}



/*
=======================================================================
	Site Header
=======================================================================
*/

header {position:relative;z-index:999;border-bottom: 1px solid rgba(0,0,0,0.15);}
header > .container {position:relative;}

header div[class*="col-"] {height:100%;}

.header-elements {display: table;padding-top:15px;padding-bottom:15px;width:100%;}
.header-elements .header-element {display: table-cell;vertical-align:middle;}


/* Site logo */

.site-logo {width:30%;}
.site-logo img {width:100%;max-width:100%;}


@media screen and (min-width: 768px) {
	.site-logo {width:11%;}
	}
	
@media screen and (min-width: 991px) {
	.site-logo {width:25%;}
	}

@media screen and (min-width: 1200px) {
	}


.pull-behind-header {
	margin-top: -255px;
	padding-top: 255px;
	}

.pull-behind-header.topspace {
	margin-top: -255px;
	padding-top: 315px;
	}

@media screen and (max-width: 768px) {
	.pull-behind-header {
		margin-top: 0;
		padding-top: 0;
    }

	.pull-behind-header.topspace {
		margin-top: 0px;
		padding-top: 60px;
		}
	}


/*
=======================================================================
	Site Header (white)
=======================================================================
*/

header.white {color:#fff;}
header.white .site-navigation ul.sf-menu a,
header.white .site-navigation ul.sf-menu:hover a {color: #fff;text-decoration:none!important;}
header.white .site-navigation ul.sf-menu > li > a {opacity:0.8;}
header.white .site-navigation ul.sf-menu > li > a:hover {opacity:1;}
header.white .btn-site-search {background: url(../images/icon-search-w.png);}


/*
=======================================================================
	Site header search
=======================================================================
*/

.btn-site-search {
	position:absolute;top:50%;right:50px;margin-top:-25px;
	background: url(../images/icon-search.png);
	width: 50px;
	height: 50px;
	display:inline-block;
	}

.wrapper-site-search-outer {display:none;padding-bottom:10px;}
.wrapper-site-search {display:table;height:100%;width:100%;}
.wrapper-site-search-inner {display:table-cell;vertical-align:middle;}

.site-search {
	width:100%;
	padding:0;
	border: 0;
	margin-top:0;
	margin-bottom:0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	border: 1px solid rgba(0, 0, 0, 0.3);
	}
	
.site-search div {
	box-sizing: border-box;
	width: 100%;
	display: table-cell;
	}

.site-search input[type=text] {
	height: 45px;
	line-height:50px;
	width: 100%;
	padding: 0 20px;
	float:left;
	margin: 0;
	border: 0;
	color: #000;
	font-size: 1em;
	font-weight:100;
	background: #fff;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	}

.site-search input[type=text]:focus {outline:0;}

.site-search button {
	float:left;
	width: 45px;
	height: 45px;
	border: 0;
	background: url(../images/icon-search.png) no-repeat #fff;;
	color: #bfbfbf;
	cursor: pointer;
	font-size: 1.4em;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	opacity:0.8;
	}

.site-search button:hover {
	opacity:1;
	}
	

@media screen and (min-width: 768px) {
/*	.btn-site-search {display:none;}*/

.btn-site-search {
	right:15px;
	}

/*	.wrapper-site-search {position:absolute;top:50px;right:15px;width:230px;display:table;padding-top:0;z-index:9999;}*/
	}

@media screen and (min-width: 1200px) {
	/*.wrapper-site-search {width:350px;}*/ /*Sett �nsket bredde p� s�kefeltet*/
	}




/*
=======================================================================
	Navigation
=======================================================================
*/

.site-navigation {display:none;}

.site-navigation {float:right;}

.site-navigation ul.sf-menu > li > ul > li:first-child {position:relative;}
.site-navigation ul.sf-menu > li > ul > li:first-child:before {
	content:"";
	position:absolute;top:-10px;left:45px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #58595B;
	}

.site-navigation ul.sf-menu > li > ul > li:first-child:hover:before {
	border-bottom: 10px solid #6f7073;
	}

.site-navigation ul.sf-menu > li > a {font-size:1em;color:#828282;font-weight:400;}
.site-navigation ul.sf-menu > li:hover > a {color:#000;}
.site-navigation ul.sf-menu li a.sf-with-ul:after {
	font-family: FontAwesome;
	content: "\f107";
	padding-left: 10px;
	}

.site-navigation  ul.sf-menu li li a.sf-with-ul:after {
	font-family: FontAwesome;
	content: "\f105";
	padding-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

.site-navigation  ul.sf-menu li li:hover a.sf-with-ul:after {
	padding-left: 20px;
	}

.site-navigation  ul.sf-menu li li:hover {
	background:#6f7073;
	}


@media screen and (min-width: 768px) {
	.site-navigation {display:block;margin-right:50px;}
	}
	
@media screen and (min-width: 991px) {
	.site-navigation ul.sf-menu > li > a {font-size:1.1em;}

	}

@media screen and (min-width: 1200px) {
	.sf-menu a {padding: .75em 1em;}
	}



/*
=======================================================================
	Mobile navigation / Mmenu / Fast food
=======================================================================
*/

.c-hamburger {
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
	background:none;
	z-index:999999;
	}

.c-hamburger:focus {
  outline: none;
	}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  height: 4px;
	}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
	}

.c-hamburger span::before {
  top: -10px;
	}

.c-hamburger span::after {
  bottom: -10px;
	}

/*
.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
	}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
	}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
	}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
	}

.c-hamburger--htx.is-active span {
  background: none;
	}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
	}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
	}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
	}
*/


header .c-hamburger {
  position: absolute;
	top:50%;
	margin-top:-20px;
	right:15px;
	}

header .c-hamburger span {background: #000;}
header .c-hamburger span::before,
header .c-hamburger span::after {
  background-color: #000;
	}

header.white .c-hamburger span {background: #fff;}
header.white .c-hamburger span::before,
header.white .c-hamburger span::after {
  background-color: #fff;
	}


@media (max-width:767px) {
	.c-hamburger {display:block;}
	}







/*
=======================================================================
	Section 2015
=======================================================================
*/

section {background: #fff;}
	
.home-top-clean {
	margin-top: 0;
	}

.topspace {
	padding-top: 60px;
	}

.bottomspace {
	padding-bottom: 60px;
	}


section[class*="darker-"] {position: relative;}
section[class*="darker-"]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	}

section.darker-20:before {background: rgba(0, 0, 0, 0.20);}
section.darker-30:before {background: rgba(0, 0, 0, 0.30);}
section.darker-40:before {background: rgba(0, 0, 0, 0.40);}
section.darker-50:before {background: rgba(0, 0, 0, 0.50);}
section.darker-60:before {background: rgba(0, 0, 0, 0.60);}
section.darker-70:before {background: rgba(0, 0, 0, 0.70);}
section.darker-80:before {background: rgba(0, 0, 0, 0.80);}
section.darker-90:before {background: rgba(0, 0, 0, 0.90);}

/* Remove margin-bottom on last element */
article > :last-child,
div[class*="listelement-"] > :last-child, 
div[class*="listelement-"] .listtext  > :last-child,
.column-content > :last-child {margin-bottom:0!important;}


/*
	Custom more top / bottom space / border top / border bottom
*/

.morebottomspace {padding-bottom:60px;}
.moretopspace {padding-top:60px;}

.bordertop {border-top:1px solid #e0e0e0;}
.borderbottom {border-bottom:1px solid #e0e0e0;}

@media screen and (min-width: 768px) {
	.morebottomspace {padding-bottom:120px;}
	.moretopspace {padding-top:120px;}
	}
	
@media screen and (min-width: 991px) {
	.morebottomspace {padding-bottom:140px;}
	.moretopspace {padding-top:140px;}
	}

@media screen and (min-width: 1200px) {
	.topspace {padding-top: 80px;}
	.bottomspace {padding-bottom: 80px;}
	
	.morebottomspace {padding-bottom:160px;}
	.moretopspace {padding-top:160px;}
	}


/*
=======================================================================
	Article
=======================================================================
*/

article {}

/* Paragraph styles */
article blockquote {margin-top:0;margin-bottom:0;}

article blockquote,
article p ~ ul,
section div[class*="col-"] p ~ ul,
article p {margin-bottom: 1.5rem;}

article > :last-child {margin-bottom: 0!important;}

article p {padding:0;}
article p.teaser {font-weight:600;font-size:1.15rem;}

/* Article image styles */
.thumb  {margin:0 auto;width:100%;}
.large-media {width: 100%; margin: 0 0 25px 0;}

.small-media {position:relative;}
.small-media:after {
	position:absolute;top:10px;right:10px;
	font-family: FontAwesome;
	content: "\f00e";
	margin-left:10px;
	opacity:0.5;
	}

.small-media.fullwidth:after {content: "\f010";}
.small-media:after:hover {opacity:1;}

[class^="small-media"] {
	-webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
	}

[class^="small-media"]:hover {cursor:pointer;}

.small-media.fullwidth { width: 100%; float:right; margin: 0 0 20px 0;}
.small-media.fullwidth img {width:100%;}
.small-media-left { width: 40%; float:left; margin: 0 20px 20px 0;}
.small-media-left.fullwidth { width: 100%; float:left; margin: 0 0 20px 0;}

.small-media-right { width: 40%; float:right; margin: 0 0 20px 20px;}
.small-media-right.fullwidth { width: 100%; float:right; margin: 0 0 20px 0;}

section figure {position:relative;}
section figure a:hover		 {background: #fff;display:block;}


/* Article link styles */
section article a {text-decoration:underline;}
section article .listtext a:first-of-type {text-decoration:none;}
section article .listtext a:hover {text-decoration:underline;}


/* Circular image can't have background */
section.circular figure a:hover		 {background: none;}

section figure figcaption {font-size:0.9em;opacity:0.8;
	-webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
	}
section figure:hover figcaption {opacity:1;}


.morebottomspace {padding-bottom:60px;}
.moretopspace {padding-top:60px;}

.bordertop {border-top:1px solid #e0e0e0;}
.borderbottom {border-bottom:1px solid #e0e0e0;}



@media screen and (min-width: 768px) {
	article blockquote,
	article p ~ ul,
	section div[class*="col-"] p ~ ul,
	article p {margin-bottom: 1.6rem;}

	article p.teaser {font-size:1.2rem;}

	.morebottomspace {padding-bottom:120px;}
	.moretopspace {padding-top:120px;}
	}
	
@media screen and (min-width: 991px) {
	article blockquote,
	article p ~ ul,
	section div[class*="col-"] p ~ ul,
	article p {margin-bottom: 2rem;}
	
	article p.teaser {font-size:1.25rem;}
	section figure a:hover img {opacity:0.90;}

	.morebottomspace {padding-bottom:140px;}
	.moretopspace {padding-top:140px;}
	}

@media screen and (min-width: 1200px) {
	article blockquote,
	article p ~ ul,
	section div[class*="col-"] p ~ ul,
	article p {margin-bottom: 2.5rem;}

	article p.teaser {font-size:1.4rem;}

	.morebottomspace {padding-bottom:160px;}
	.moretopspace {padding-top:160px;}
	}





/*
=======================================================================
	Page
=======================================================================
*/


.page-article h2:first-of-type {margin-bottom:1.25rem;}


@media only screen and (min-width:768px) {
	article.page-article h1 {font-size:2.8rem}
	article.page-article h2 {font-size:2rem!important;margin-bottom:1rem!important;}
	}

@media only screen and (min-width:991px) {
	article.page-article h1  {font-size: 3rem}
	article.page-article h2  {font-size: 2rem!important;}
	}

@media only screen and (min-width:1200px) {
	article.page-article h1  {font-size: 3.2rem}
	article.page-article h2  {font-size: 2rem!important;}
	}



/*
=======================================================================
	Magnific gallery
=======================================================================
*/

section .row-gallery figure {margin-bottom:30px;
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
	}

section .row-gallery figure:hover {
	transform: scale(1.05);
	}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}






@media (min-width:768px) {
	.row-gallery h2:first-of-type {margin-bottom:2rem;}
	}

@media (min-width:991px) {
	.row-gallery h2:first-of-type {margin-bottom:2.5rem;}
	}

@media (min-width:1200px) {
	.row-gallery h2:first-of-type {margin-bottom:3.5rem;}
	}




/*
=======================================================================
	Button 2015
=======================================================================
*/

.bttn {}
section div[class*="col-"] ~ .bttn {margin-top:0;}

.bttn {
	color:#000;
	border: 2px solid #000;
	padding:15px 30px;
	display:inline-block;
	text-decoration:none!important;
	background: none;
	}
	
.bttn:hover {
	text-decoration:none;
	background: #000;
	color:#fff;
	}

.white .bttn {color:#fff;border: 2px solid #fff;}
.white .bttn:hover {color:#000;background:#fff;}



section.section-columns.betweenspace div[class*="col-"] {
	margin-bottom: 10px;
	}


/*
=======================================================================
	Column 2015
=======================================================================
*/

.colelement {}
/*.colelement:last-of-type {margin-bottom:0;}*/

.colelement figure {margin-bottom:0;}

.colelement .col1,
.colelement .col2,
.colelement .col3,
.colelement .col4,
.colelement .column-content {padding-top:1rem;}
.colelement .column-content h3 {margin-bottom:0;}

.colbg .colelement .column-content {padding:1rem;background: #ec0b29;color:#fff;}
.colbg .colelement .column-content h3 {color:#fff;}

.colelement .column-content > * {margin-top:1rem;}
.colelement .column-content > *:first-child {margin-top:0;}
.colelement .column-content .colteaser {font-size: 1rem;}
.colelement .column-content .colteaser + 

/* Vertical center */
.vs1 .col1,.vs2 .col2, .vs3 .col3, .vs4 .col4 {display:table;width:100%;}
.vs1 .column-content,
.vs2 .column-content,
.vs3 .column-content,
.vs4 .column-content {display:table-cell;vertical-align:middle;}

.xltitle1 .col1 h2,
.xltitle2 .col2 h2
.xltitle3 .col3 h2
.xltitle4 .col4 h2 {font-size:2rem;}
.row-col h2 {margin-bottom:1.8rem;}


@media (min-width:350px) {
	.colelement .column-content .bttn {width:auto;}
	}

@media (min-width:768px) {
	.row-col h2:first-of-type {margin-bottom:2rem;}
	.xltitle1 .col1 h2,
	.xltitle2 .col2 h2
	.xltitle3 .col3 h2
	.xltitle4 .col4 h2 {font-size:2rem;}
	.row-col h2:first-of-type {margin-bottom:2rem;}
	.colelement .column-content .colteaser {font-size: 1.1rem;}
	}

@media (min-width:991px) {
	.row-col.circular figure  {max-width:220px;}
	.xltitle1 .col1 h2,
	.xltitle2 .col2 h2
	.xltitle3 .col3 h2
	.xltitle4 .col4 h2 {font-size:2rem;}
	.row-col h2:first-of-type {margin-bottom:2.5rem;}
	.colelement .column-content .colteaser {font-size: 1.2rem;}
	}

@media (min-width:1200px) {
	.row-col.circular figure  {max-width:250px;}
	.xltitle1 .col1 h2,
	.xltitle2 .col2 h2
	.xltitle3 .col3 h2
	.xltitle4 .col4 h2 {font-size:2.5rem;}
	.row-col h2:first-of-type {margin-bottom:3.5rem;}
	.colelement .column-content .colteaser {font-size: 1.3rem;}
	}


/*
=======================================================================
	List 2015
=======================================================================
*/

/*
.row-list .row-list-wrapper {margin-bottom:-40px;}
*/


div[class^="listelement-"] h3, /* begins with listelement- */
div[class*="listelement-"] h3 {margin:0 0 15px 0;padding:0;} /* contains listelement- */

.listelement-large-image img {
	margin:0;
	width: 100%!important;
  height: 100%!important;
	}

.colelement figure,
*[class*="listelement-"] figure {
	margin-bottom:1rem;
	}
	
.listdate {display:inline-block;opacity:0.75;font-size: 0.9em;}
.listdate + .listteaser {margin-top:1rem;}


.pagination {margin-top:1rem;margin-bottom:0;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #404040;
	border-color: #404040;
	}

.pagination>li>a, .pagination>li>span {color: #404040}

.list-button {margin-top:1rem;}
.bttn.bttn-list {margin-top:0;}


@media (min-width:768px) {
	.col-sm-12.listelement-small-image figure {margin-bottom:0;}
	}

@media (min-width:991px) {
	}

@media (min-width:1200px) {
/*
	.row-list .row-list-wrapper {margin-bottom:-60px;}
*/
	.col-lg-12.listelement-small-image figure {margin-bottom:0;}
	.pagination, .list-button {margin-top:2rem;}
	}



/*
=======================================================================
	List column header
=======================================================================
*/

.row-list .row-list-wrapper h3 {font-weight:500!important;}

/* No image */
.row-list .row-list-wrapper > .listelement-no-image-plain.col-xs-2 h3 {font-size: 0.6rem!important;} /* not likely to happen at all */
.row-list .row-list-wrapper > .listelement-no-image-plain.col-xs-3 h3 {font-size: 0.8rem!important;} /* not likely to happen at all */
.row-list .row-list-wrapper > .listelement-no-image-plain.col-xs-4 h3 {font-size: 1rem!important;} /* not likely to happen */ 
.row-list .row-list-wrapper > .listelement-no-image-plain.col-xs-6 h3 {font-size: 1.2rem!important;} 
.row-list .row-list-wrapper > .listelement-no-image-plain.col-xs-12 h3 {font-size: 1.4rem!important;} /* one column full width */

@media (min-width:768px) {
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-sm-2 h3 {font-size: 0.6rem!important;} /* not likely to happen at all */
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-sm-3 h3 {font-size: 1rem!important;}
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-sm-4 h3 {font-size: 1.2rem!important;} 
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-sm-6 h3 {font-size: 1.4rem!important;} 
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-sm-12 h3 {font-size: 1.6rem!important;} /* one column full width */
	}

@media (min-width:991px) {
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-md-2 h3 {font-size: 1rem!important;} /* not likely to happen */
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-md-3 h3 {font-size: 1.1rem!important;}
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-md-4 h3 {font-size: 1.2rem!important;} 
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-md-6 h3 {font-size: 1.4rem!important;} 
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-md-12 h3 {font-size: 1.6rem!important;} /* one column full width */
	}

@media (min-width:1200px) {
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-lg-2 h3 {font-size: 1rem!important;}
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-lg-3 h3 {font-size: 1.4rem!important;}
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-lg-4 h3 {font-size: 1.6rem!important;} 
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-lg-6 h3 {font-size: 1.6rem!important;} 
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-lg-12 h3 {font-size: 2rem!important;} /* one column full width */
	}
	

/* Large image */
.row-list .row-list-wrapper > .listelement-large-image.col-xs-2 h3 {font-size: 0.6rem;} /* not likely to happen at all*/
.row-list .row-list-wrapper > .listelement-large-image.col-xs-3 h3 {font-size: 0.8rem;} /* not likely to happen */
.row-list .row-list-wrapper > .listelement-large-image.col-xs-4 h3 {font-size: 1rem;} /* not likely to happen */
.row-list .row-list-wrapper > .listelement-large-image.col-xs-6 h3 {font-size: 1.2rem;}
.row-list .row-list-wrapper > .listelement-large-image.col-xs-12 h3 {font-size: 1.4rem;} /* one column full width */

@media (min-width:768px) {
	.row-list .row-list-wrapper > .listelement-large-image.col-sm-2 h3 {font-size: 0.6rem!important;} /* not likely to happen at all */
	.row-list .row-list-wrapper > .listelement-large-image.col-sm-3 h3 {font-size: 1rem!important;} 
	.row-list .row-list-wrapper > .listelement-large-image.col-sm-4 h3 {font-size: 1.2rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-sm-6 h3 {font-size: 1.4rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-sm-12 h3 {font-size: 1.6rem!important;} /* one column full width */
	}

@media (min-width:991px) {
	.row-list .row-list-wrapper > .listelement-large-image.col-md-2 h3 {font-size: 1rem!important;} /* not likely to happen */
	.row-list .row-list-wrapper > .listelement-large-image.col-md-3 h3 {font-size: 1.1rem!important;} 
	.row-list .row-list-wrapper > .listelement-large-image.col-md-4 h3 {font-size: 1.2rem!important;} 
	.row-list .row-list-wrapper > .listelement-large-image.col-md-6 h3 {font-size: 1.4rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-md-12 h3 {font-size: 1.6rem!important;} /* one column full width */
	}

@media (min-width:1200px) {
	.row-list .row-list-wrapper > .listelement-large-image.col-lg-2 h3 {font-size: 1rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-lg-3 h3 {font-size: 1.4rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-lg-4 h3 {font-size: 1.6rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-lg-6 h3 {font-size: 1.6rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-lg-12 h3 {font-size: 2rem!important;} /* one column full width */
	}


/* Small image */
.row-list .row-list-wrapper > .listelement-small-image.col-xs-2 h3 {font-size: 0.6rem!important;} /* not likely to happen at all */ /* Same as karge image */
.row-list .row-list-wrapper > .listelement-small-image.col-xs-3 h3 {font-size: 0.8rem!important;} /* not likely to happen at all */ /* Same as karge image */
.row-list .row-list-wrapper > .listelement-small-image.col-xs-4 h3 {font-size: 1rem!important;} /* not likely to happen */ /* Same as karge image */
.row-list .row-list-wrapper > .listelement-small-image.col-xs-6 h3 {font-size: 1.2rem!important;} /* Same as karge image */
.row-list .row-list-wrapper > .listelement-small-image.col-xs-12 h3 {font-size: 1.4rem!important;} /* one column full width */

@media (min-width:768px) {
	.row-list .row-list-wrapper > .listelement-small-image.col-sm-2 h3 {font-size: 0.6rem!important;} /* not likely to happen at all */
	.row-list .row-list-wrapper > .listelement-small-image.col-sm-3 h3 {font-size: 1rem!important;} 
	.row-list .row-list-wrapper > .listelement-small-image.col-sm-4 h3 {font-size: 1.2rem!important;}
	.row-list .row-list-wrapper > .listelement-small-image.col-sm-6 h3 {font-size: 1.4rem!important;}
	.row-list .row-list-wrapper > .listelement-small-image.col-sm-12 h3 {font-size: 1.6rem!important;} /* one column full width */
	}

@media (min-width:991px) {
	.row-list .row-list-wrapper > .listelement-small-image.col-md-2 h3 {font-size: 0.8rem!important;} /* not likely to happen at all */
	.row-list .row-list-wrapper > .listelement-small-image.col-md-3 h3 {font-size: 1rem!important;} /* not likely to happen at all */
	.row-list .row-list-wrapper > .listelement-small-image.col-md-4 h3 {font-size: 1.1rem!important;} /* not likely to happen */
	.row-list .row-list-wrapper > .listelement-small-image.col-md-6 h3 {font-size: 1.2rem!important;}
	.row-list .row-list-wrapper > .listelement-small-image.col-md-12 h3 {font-size: 1.6rem!important;} /* one column full width */
	}

@media (min-width:1200px) {
	.row-list .row-list-wrapper > .listelement-small-image.col-lg-2 h3 {font-size: 1rem!important;} /* not likely to happen */
	.row-list .row-list-wrapper > .listelement-small-image.col-lg-3 h3 {font-size: 1.1rem!important;} /* not likely to happen */
	.row-list .row-list-wrapper > .listelement-small-image.col-lg-4 h3 {font-size: 1.2rem!important;} /* not likely to happen */
	.row-list .row-list-wrapper > .listelement-small-image.col-lg-6 h3 {font-size: 1.4rem!important;}
	.row-list .row-list-wrapper > .listelement-small-image.col-lg-12 h3 {font-size: 1.6rem!important;}
	}


.row-list h2:first-of-type {margin-bottom:1.8rem;}

@media (min-width:768px) {
	.row-list h2:first-of-type {margin-bottom:2rem;}
	}

@media (min-width:991px) {
	.row-list h2:first-of-type {margin-bottom:2.5rem;}
	}

@media (min-width:1200px) {
	.row-list h2:first-of-type {margin-bottom:3.5rem;}
	}



/*
=======================================================================
	Target Last Row in Grid (Beta)
=======================================================================
*/

[class*="listelement-"], .colelement {margin-bottom:40px;}

	.row-list-wrapper > .col-xs-12:nth-child(1n+1):nth-last-child(-n+1),
	.row-list-wrapper > .col-xs-12:nth-child(1n+1):nth-last-child(-n+1) ~ .col-xs-12,

	.row-list-wrapper > .col-xs-6:nth-child(2n+1):nth-last-child(-n+2),
	.row-list-wrapper > .col-xs-6:nth-child(2n+1):nth-last-child(-n+2) ~ .col-xs-6,
	
	.row-list-wrapper > .col-xs-4:nth-child(3n+1):nth-last-child(-n+3),
	.row-list-wrapper > .col-xs-4:nth-child(3n+1):nth-last-child(-n+3) ~ .col-xs-4,
	
	.row-list-wrapper > .col-xs-3:nth-child(4n+1):nth-last-child(-n+4),
	.row-list-wrapper > .col-xs-3:nth-child(4n+1):nth-last-child(-n+4) ~ .col-xs-3,
	
	.row-list-wrapper > .col-xs-2:nth-child(6n+1):nth-last-child(-n+6),
	.row-list-wrapper > .col-xs-2:nth-child(6n+1):nth-last-child(-n+6) ~ .col-xs-2 {
		margin-bottom:0!important;
	}

@media (min-width:768px) and (max-width:990px) {

	.row-list-wrapper > .col-sm-12:nth-child(1n+1):nth-last-child(-n+1),
	.row-list-wrapper > .col-sm-12:nth-child(1n+1):nth-last-child(-n+1) ~ .col-sm-12,

	.row-list-wrapper > .col-sm-6:nth-child(2n+1):nth-last-child(-n+2),
	.row-list-wrapper > .col-sm-6:nth-child(2n+1):nth-last-child(-n+2) ~ .col-sm-6,
	
	.row-list-wrapper > .col-sm-4:nth-child(3n+1):nth-last-child(-n+3),
	.row-list-wrapper > .col-sm-4:nth-child(3n+1):nth-last-child(-n+3) ~ .col-sm-4,
	
	.row-list-wrapper > .col-sm-3:nth-child(4n+1):nth-last-child(-n+4),
	.row-list-wrapper > .col-sm-3:nth-child(4n+1):nth-last-child(-n+4) ~ .col-sm-3,
	
	.row-list-wrapper > .col-sm-2:nth-child(6n+1):nth-last-child(-n+6),
	.row-list-wrapper > .col-sm-2:nth-child(6n+1):nth-last-child(-n+6) ~ .col-sm-2 {
		margin-bottom:0!important;
	}
}

@media (min-width:991px) and (max-width:1199px) {
	[class*="listelement-"], .colelement {margin-bottom:50px;}

	.row-list-wrapper > .col-md-12:nth-child(1n+1):nth-last-child(-n+1),
	.row-list-wrapper > .col-md-12:nth-child(1n+1):nth-last-child(-n+1) ~ .col-md-12,
	
	.row-list-wrapper > .col-md-6:nth-child(2n+1):nth-last-child(-n+2),
	.row-list-wrapper > .col-md-6:nth-child(2n+1):nth-last-child(-n+2) ~ .col-md-6,
	
	.row-list-wrapper > .col-md-4:nth-child(3n+1):nth-last-child(-n+3),
	.row-list-wrapper > .col-md-4:nth-child(3n+1):nth-last-child(-n+3) ~ .col-md-4,
	
	.row-list-wrapper > .col-md-3:nth-child(4n+1):nth-last-child(-n+4),
	.row-list-wrapper > .col-md-3:nth-child(4n+1):nth-last-child(-n+4) ~ .col-md-3,
	
	.row-list-wrapper > .col-md-2:nth-child(6n+1):nth-last-child(-n+6),
	.row-list-wrapper > .col-md-2:nth-child(6n+1):nth-last-child(-n+6) ~ .col-md-2 {
		margin-bottom:0!important;
	}
}

@media (min-width:1200px) {
	[class*="listelement-"], .colelement {margin-bottom:60px;}

	.row-list-wrapper > .col-lg-12:nth-child(1n+1):nth-last-child(-n+1),
	.row-list-wrapper > .col-lg-12:nth-child(1n+1):nth-last-child(-n+1) ~ .col-lg-12,
	
	.row-list-wrapper > .col-lg-6:nth-child(2n+1):nth-last-child(-n+2),
	.row-list-wrapper > .col-lg-6:nth-child(2n+1):nth-last-child(-n+2) ~ .col-lg-6,
	
	.row-list-wrapper > .col-lg-4:nth-child(3n+1):nth-last-child(-n+3),
	.row-list-wrapper > .col-lg-4:nth-child(3n+1):nth-last-child(-n+3) ~ .col-lg-4,
	
	.row-list-wrapper > .col-lg-3:nth-child(4n+1):nth-last-child(-n+4),
	.row-list-wrapper > .col-lg-3:nth-child(4n+1):nth-last-child(-n+4) ~ .col-lg-3,
	
	.row-list-wrapper > .col-lg-2:nth-child(6n+1):nth-last-child(-n+6),
	.row-list-wrapper > .col-lg-2:nth-child(6n+1):nth-last-child(-n+6) ~ .col-lg-2 {
		margin-bottom:0!important;
	}	
}

.row-list-wrapper > [class*="col-"]:last-child {margin-bottom:0!important;}



/*
=======================================================================
	Search result 2015
=======================================================================
*/

#searchlist h2 {margin-bottom:4rem;}

.section-searchresult .searchresult-filter input[type="checkbox"]{margin-right:10px;}
.section-searchresult .searchresult-filter input[type="checkbox"]:hover,
.section-searchresult .searchresult-filter label:hover {cursor:pointer;}

.listelement-search-result:last-child {border-bottom: 0;}

.listelement-search-result h3 {margin:0;padding:0;}
.listelement-search-result p {margin:0;padding:0;}

.searchresult-category {margin:0;padding:0;display:none;}
.searchresult-category span {font-weight:500;}


/*
=======================================================================
	Flexslider
=======================================================================
*/


/* FLEXSLIDER CUSTOM STYLE */

.flexslider {
	width: 100%;
	height: 350px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*background: #f1f1f1;*/
	border: none;
	border-radius: 0;
	margin: 0px;
	}

.flex-control-nav { 
	bottom: -30px;
	padding-top: 29px;
	}

.flexslider li {
	color: #828282;
	line-height: 16px;	
	}

.flex-control-paging li a {
	background: #cdcdcd;
	width: 6px;
	height: 6px;
	box-shadow: none;
	}

.flexslider .flexcontainer { margin-top: 40px; padding: 0 30px;  margin-left: auto; margin-right: auto; }

.flexslider .slides img {
	width: auto;
	margin-top: -40px;	
	}

.flex-control-paging li a:active, .flex-control-paging li a:hover, .flex-control-paging li a.flex-active   { background: #505050; }

.flex-direction-nav .flex-next { right: 0px; }

.flex-direction-nav a { 
	background: url(../images/flexslider/bg_direction_nav_2.png) 0px 0px no-repeat transparent;
	height: 68px;
	top: 46%;
	width: 44px;
	 -webkit-transition: opacity ease;
	}

.flexslider:hover .flex-prev { left: 0px; }

.flexslider:hover .flex-next { right: 0px; }

/* SLIDES */

.flexslider .bg { height: 350px; }

.slides {
	height: 350px;
	overflow: hidden;	
	}

.txtbg h1, .txtbg h2, .txtbg h3, .txtbg h4, .txtbg h5, .txtbg h6 {
	color: #fff !important;
	background: #ff530d;
	display: inline;
	}

.flexslider h1, .flexslider h2, .flexslider h3, .flexslider h4, .flexslider h5, .flexslider h6 {
	margin-top: 0px;
	}

.txtbg p {
	color: #fff;
	background: rgba(108,108,108,0.8);
	display: inline; 	
	}

.txtbg a { color: #fff; }

.txtbg a:hover { color: #ff530d; }

.sliderPic { margin-bottom: 60px; }


/*
=======================================================================
	White (if white on dark background) 2015
=======================================================================
*/

.white p,
.white div,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
	color: white !important;
	}

.white blockquote {
	border-left: 5px solid #fff;
}

.white a {color:#fff;text-decoration:none;}

.white a:focus,
.white a:hover {color:#fff;text-decoration:underline;}

.white article a {color:#fff;text-decoration:underline;}
.white a ~ a {text-decoration:none;}
.white div[class^="listelement-"] ~ a:hover,
.white a:hover {text-decoration:underline;}
.white a ~ a:hover {text-decoration:underline;}



.white select {
   color: #555; /* Tekst inni selectboksene skal fortsatt være mørk */
	}

.white span {}



/*
=======================================================================
	Form 2015
=======================================================================
*/

.form-group {
	position: relative;
	margin-bottom: 30px;
	}

.form-group label {/*display:block;*/}

.ui-state-error {
	border: 1px solid #c33 !important;
	}

.ui-state-highlight	{
	background-color: #ffa;
	}

.validateTips {
	padding: 10px 0;
	line-height: 1.8em;
	}

.validateTips em {
	font-weight: 700;
	}

.required {
	color:#F00;
	font-size:1.3em;
	font-weight:300;
	}

.has-error .help-block.validation-block {
	color:#c33;
	}


.form-group {position:relative;}
.form-group.has-success:after {
	position:absolute;
	top: 44px;
  right: 15px;
	font-family: FontAwesome;
	font-size:20px;
	content: "\f164";
	color:#5bb12f;
	-webkit-transition: thumbs 1s ease-in-out;
	-moz-transition: thumbs 1s ease-in-out;
	-o-transition: thumbs 1s ease-in-out;
	transition: thumbs 1s ease-in-out;
	}

.form-group.has-success input {border:1px solid #5bb12f;border: 1px solid #5bb12f;}


.form-group.has-error:after {
	position:absolute;
	top: 47px;
  right: 15px;
	font-family: FontAwesome;
	content: "\f165";
	color:#c33;
	}



@media (max-width: 767px) {
	.form-group {margin-bottom: 20px;}
	}



/*
=======================================================================
	Employee list 2015
=======================================================================
*/

.listelement-employee {text-align:center;}
.listelement-employee figure {max-width:50%;margin-left:auto;margin-right:auto;}


.listelement-employee h2 {font-size:1em;font-weight:400;text-transform:uppercase;margin-bottom:10px!important;}
.employee-position {margin-bottom:30px;font-style:italic;font-size:0.9em;}
.employee-phone {margin-bottom:10px;display:block;0.9em;}
.employee-email a {display:block;}
.employee-email.email-overflow a span {display:none;}
.employee-email.email-overflow a:before {content:"Send e-post";}


@media (max-width: 767px) {
	.employee-phone {color:#000;padding:10px 15px;border: 2px solid #000;}
	.employee-phone:hover {color:#000;text-decoration:none;}
	.employee-email a {color:#000;padding:10px 15px;border: 2px solid #000;}
	}

@media (min-width: 768px) {
	.listelement-employee figure {max-width:85%;}
	.listelement-employee h2 {}
	.employee-phone {color:#000;}
	.employee-phone:hover {color:#000;text-decoration:none;}
	}


@media (min-width: 991px) {
	.listelement-employee figure {max-width:75%;}
	}

@media (min-width: 1200px) {
	.listelement-employee h2 {font-size:1.2em}
	.listelement-employee figure {max-width:75%;}
	}



/*
=======================================================================
	Plukk
=======================================================================
*/

hr .space{margin:50px 0;}
.nospace{margin-bottom:0!important;}
.space{margin-bottom:40px!important;}
.medspace{margin-bottom:20px!important;}
.one-line {white-space: nowrap;	width: 100%; overflow: hidden; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; height:1.3em;}





/*
=======================================================================
	Parallax
=======================================================================
*/

.parallax {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.parallax.parallax-ready {
	background-attachment: fixed;
}

.parallax.parallax-disabled {
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
}

@media (max-width: 990px) {
	.parallax {
		background-attachment: scroll !important;
		background-position: 50% 50% !important;
		}
	}

@media (min-width: 991px) {
	}

@media (min-width: 1200px) {
	}




/**********************************************************************************
*  Misc plukk
***********************************************************************************/

.parallax2 {
	text-shadow: 0px 0px 45px #000000;
	}

.center {
	text-align: center !important;
	}

.center img {margin: auto;}
	
.right {
	text-align: right !important;
	}
	
.left {
	text-align: left !important;
	}

.push-bottom {
	margin-bottom: 35px;
	}

.push-top {
	margin-top: 35px;
	}


/*
=======================================================================
	Fastsatt, sort bakgrunnsbilde i stedet for parallax 2015
=======================================================================
*/

.paragraphbg {
    
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color  that will be displayed
     while the background image is loading */
  background-color: #464646;
  /* Set height to 100%*/
  height:100%;
}

/*
=======================================================================
	Bakgrunn på kolonner 2015
=======================================================================
*/
.bg-cover { background-size: cover; }



/*
=======================================================================
	Full width background
=======================================================================
*/

/*.full-width-banner > .foo > img {width:100%;}*/
.full-width-banner img {width:100%;}


/*
=======================================================================
	Search result filter
=======================================================================
*/

.section-search input[type="checkbox"],.section-search input[type="radio"] {margin-right:10px;}



/*
=======================================================================
	Site sub footer
=======================================================================
*/

.sub-footer {
	padding:30px 0;
	background: #171717;
	}

.sub-footer,
.sub-footer a {
	color:#5f5f5f
	}


@media (min-width:768px) {
.sub-footer .copyright {float:left;}
.sub-footer .credits {float:right;}
	}




/*
=======================================================================
	Campaign
=======================================================================
*/

html {}
.campaign-wrapper {position:absolute;background: rgba(255,255,255,0.5);padding:3rem;display:inline-block;}

@media (min-width:767px) {

	.campaign-wrapper.centercenter {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		}

	.campaign-wrapper.topleft 		{top: 5%;left: 5%;}
	.campaign-wrapper.topright 		{top: 5%;right:5%;}
	.campaign-wrapper.bottomleft 	{bottom: 5%;left:5%;}
	.campaign-wrapper.bottomright {bottom: 5%;right: 5%;}
	
	.campaign-wrapper {}
	.campaign-content {}
	}




/*
=======================================================================
	Calendar 2016
=======================================================================
*/

.calendar-date {}
.calendar-text {
	border-left: 2px solid #e0e0e0;
	padding-left:2rem;
	}

.listelement-calendarlist .calendar-text > :last-child {margin-bottom:0;}

@media (min-width: 768px) {
	}

@media (min-width: 991px) {
	}

@media (min-width: 1200px) {
	.listelement-calendarlist {margin-bottom:40px!important;}
	}


/*
=======================================================================
	Feedback 2016
=======================================================================
*/

.feedback-options {margin:0;padding:0;list-style:none;}
.feedback-options li {margin:0;padding:0;display:block;float:left;width:50%;text-align:center;}
.feedback-options li:first-child {margin:0;}
.feedback-options li a {display:inline-block;padding:1rem;color:#333;opacity:0.8;
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
	}
.feedback-options li a:hover {text-decoration:none;opacity:1;transform: scale(1.05);}

.feedback-options li figure {margin:0;}
.feedback-options li figure img {max-width:50px;margin:0 auto 0.7rem auto;}
.feedback-options li figcaption {text-align:center;font-size: .9rem;}

.feedback-wrapper {display:table;width:100%;height:100%;}
.feedback-wrapper h3 {text-align:center;}
.feedback-wrapper-inner {display:table-cell;vertical-align:middle;}


@media (min-width: 768px) {
	.feedback-options li {width:25%;}
	.feedback-wrapper h3 {text-align:left;}
	}

@media (min-width: 991px) {
	}

@media (min-width: 1200px) {
	}