@charset  "utf-8";

/* Google fonts */

h1,h2,h3 {
  color: #FFF
}

h1,h2,h3,h4,em,.nav a,ul.share-buttons{
  font-family: 'Josefin Slab',serif;
  letter-spacing: .05em;
  font-weight: 600
}

em {
  opacity: .6
}

body {
  font-family: 'Open Sans',sans-serif
}
/* Share */

ul.share-buttons{
  font-size:16px;
  margin:20px 0 20px -30px;
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
  margin-left:30px;
}

/* Basic Fixes */

.btn {
  background-image: none;
  border: none
}

/* Reusables */

.go-left {
  margin-left: 10px
}

.go-right {
  margin-right: 10px
}

.align-right {
  text-align: right!important
}

.no-border {
  border: none!important
}

.no-padd {
  padding: 0!important
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.orange{
	color:rgba(255,95,47,1.00);
}

/* Nav fix */

.navbar{
 margin: 0;
 padding:50px 0;
 background:none;
 position:relative;
}
.logo{
	height:inherit;
	z-index:2;
	margin-left:20px;
}
.logo img{
	position:relative;
	height:90px; width:auto;
}
.logo-container{
	position:relative;
}
.logo-cont{
	position:absolute; left:0; z-index:9999;
}
.navbar-nav li a{
	border:none;
	text-transform:uppercase;
	padding:0 0 10px 0;
	margin:20px 20px 10px 20px;
}
.navbar-nav li.active a, .navbar-nav li.active a:hover{
	border:solid rgba(255,95,47,1.00);
	border-width:0 0 1px 0;
}
.navbar-nav li a{
	background:none !important;
}
.mobile-search{
	padding:10px 20px 20px 20px;
}
.navbar-toggle{
  z-index:2;
}
@media (min-width: 992px) {
.main-nav{
	top:20px;
}
}
@media (max-width: 992px) {
.logo img{
	height:60px; width:auto;
}
}
@media (max-width: 390px) {
.logo img{
	height:50px; width:auto;
	top:0px;
}
}
@media (max-width: 768px) {
.navbar-nav li.active a, .navbar-nav li.active a:hover{
	border:none;
}
.logo img{
	top:-5px;
}
.navbar{
 margin: 0;
 padding:30px 0;
 background:none;
 position:relative;
}
.navbar-collapse{
	position:relative;
	top:30px;
}
}

/* Search bar */

.main-nav{
	position:relative;
}
.searchbox-container{
	position:absolute;
	top:11px; right:0px;
	overflow:visible;
	padding:0; margin:0;
	zindex:3;
	width:40px;
}
.searchbox{
    position:relative;
    min-width:40px;
    width:0%;
    height:40px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.15s;
    -moz-transition: width 0.15s;
    -ms-transition: width 0.15s;
    -o-transition: width 0.15s;
    transition: width 0.15s;
}

.searchbox-input{
    top:40px;
    right:40px;
    width:391px;
    height:40px;
    margin:0;
	padding:0px 55px 0px 20px;
}
.searchbox-icon,
.searchbox-submit{
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    top:0;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:40px;
    text-align:center;
    cursor:pointer;
	background:#000000;
}
.searchbox-icon:hover{
color:#FFF;
}
.searchbox-open{
    width:430px;
}


/* Article image insert */

.article-img-middle{
	margin:20px 0;
}
.article-img-middle img{
	width:100%;
	height:auto;
	margin:10px 0;
}
.article-img-middle em{
	padding:10px 0;	
}
.article-img-left,.article-img-right{
	width:50%;
}
.article-img-right{
	float:right;
	margin:5px 0 0 20px;
}
.article-img-left{
	float:left;
	margin:5px 20px 0 0;
}
.article-img-middle img, .article-img-left img, .article-img-right img{
	width:100%;
	height:auto;
}
.article-img-left img, .article-img-right img{
	margin:0 0 10px 0;
}

/* Footer */

.footer{
	padding:40px 0;
	background:rgba(0,0,0,0.50);
}
.footer .about-us-link{
	padding-top:10px;
}
@media (max-width: 768px) {
.footer .align-right{
	text-align:center !important;
	float:none;
}
}

/* Flags */

.language-container{
	padding:0; position:relative; z-index:2;
}

.language,.language a,.language span,.language .flag-icon {
  margin: 0;
  padding: 0;
  float: none;
  list-style: none;
  line-height: none;
  font-size: 12pt
}

.language {
  position: absolute;
  top: 2px;
  right: 5px;
}

.language a {
  opacity: .4
}

.language a:hover {
  opacity: .9!important
}

.language a.lang-active {
  opacity: .8
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333333em;
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}

.flag-icon:before {
  content: "\00a0"
}

.flag-icon.flag-icon-squared {
  width: 1em
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}

.flag-icon-is {
  background-image: url(../img/is.svg)
}

.flag-icon-gb {
  background-image: url(../img/gb.svg)
}

/* My styles */

body {
  background: url(../img/iceland_bg.jpg) left top repeat
}

.banner-cont {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.08);
  overflow: hidden
}

.articles{
  margin-top: -1px;
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1)
}

.banner-cont .container {
  box-shadow: 0 0 50px #000;
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1)
}

.grayline {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-top: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.08);
  min-height:20px;
}

.grayline .grayline-link{
  text-align: center;
  padding: 20px
}

.panel-footer .grayline-link{
	font-size:12px;
}

.grayline .grayline-link a, .panel-footer .grayline-link a{
  opacity:0.8;
  text-transform: uppercase;
}
.grayline .grayline-link a{
  padding:10px;
  margin-left: 20px;
  margin-right: 20px
}
.grayline .grayline-link a:hover{
	margin-left: 19px; margin-right: 19px
}
.panel-footer .grayline-link a{
  padding:5px;
  margin-left: 10px;
  margin-right: 10px
}
.grayline .grayline-link a:hover, .panel-footer .grayline-link a:hover{
	opacity:1;
	text-decoration:none;
	border: 1px solid rgba(255,95,47,1.00);
}
.grayline .grayline-link .fa, .panel-footer .grayline-link .fa {
  color: rgba(255,95,47,1.00);
  font-size: 12px;
  position: relative;
  bottom: 2px
}
.grayline h2{
	padding:0; margin:0;
	font-size: 18px;
}
.grayline h2 span{
	padding-bottom:10px;
	border-bottom: 1px solid rgba(255,95,47,1.0);
}
.grayline h4{
	padding:0; margin:20px 0;
	font-size: 16px;
	text-transform:uppercase;
}
.grayline h4 .fa{
	margin-right:20px;
	color:rgba(255,95,47,1.0);
}
.sidelines{
	border-left:solid 1px;
	border-right:solid 1px;
	border-color:rgba(255,255,255,0.1);
}

/* Vignet hover */

.vignette a, .vignette-xsmall a img, .vignette-small a img{
  position: relative;
}
.vignette a, .vignette-xsmall a img, .vignette-small a img{
 display: block;
}
.vignette:hover a:after, .vignette-xsmall:hover a:after, .vignette-xsmall:hover a:after{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
 content: "";
}
.vignette:hover a:after{
 -moz-box-shadow: inset 0 0 15em rgba(0,0,0,0.6);  
 -webkit-box-shadow: inset 0 0 15em rgba(0,0,0,0.6);   
 box-shadow: inset 0 0 15em rgba(0,0,0,0.6);
}
.vignette-xsmall:hover a:after{
 -moz-box-shadow: inset 0 0 10em rgba(0,0,0,0.6);  
 -webkit-box-shadow: inset 0 0 10em rgba(0,0,0,0.6);   
 box-shadow: inset 0 0 10em rgba(0,0,0,0.6);
}
.vignette-xsmall:hover a:after{
 -moz-box-shadow: inset 0 0 4em rgba(0,0,0,0.6);  
 -webkit-box-shadow: inset 0 0 4em rgba(0,0,0,0.6);   
 box-shadow: inset 0 0 4em rgba(0,0,0,0.6);
}


/* BW Look */

.grayscale a {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray
}

.grayscale a:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none
}

/* Article content */

.article-text-container{
	overflow:hidden;
}
@media (min-width:1200px) {
.article-text-container {
  min-height:533px !important;
}
}
@media (min-width: 992px) {
.article-text-container {
	min-height:498px;
}
}
.article-text-container {
/*  min-height:50px; */
}

.article-text-container {
  background:rgba(0,0,0,1.00);
  padding: 40px;
  line-height: 1.8em;
  border:rgba(255,255,255,0.1) solid 1px;
  border-bottom:none;
}
.article-text-container h1 {
  margin-top: 0
}

.featured-img {
  margin: -20px auto;
  position: relative;
  overflow: auto
}

.article-labels{
	margin:-20px 0 20px 0;
	opacity:0.25;
}
.article-labels span{
	margin-right:10px;
}
.article-labels span:last-child{
	margin-right:0;
}
.article-labels .label{
	border:#FFFFFF solid 1px;
}

.black-text .article-labels .label{
color:#222 !important;
border-color:#222 !important;
}

.article-fix {
  padding: 20px 0;
  margin-bottom: 30px
}

#sidebar.panel{
	border:1px solid rgba(255,255,255,0.1);
	border-left:none;
	border-radius:0;
	margin-bottom:-1px;
	background:none;
}
#sidebar.panel .panel-heading, #sidebar.panel .panel-footer,#sidebar.panel .panel-body{
	border:none;
	border-radius:0;
}
#sidebar.panel .panel-heading, #sidebar.panel .panel-footer{
	text-align:center;
	background:#151515 !important;
}
#sidebar.panel .panel-body{
/*	background:#000 !important; */
	
	padding:40px;
}
#sidebar.panel .panel-heading h4{
	text-transform:uppercase;
	font-size:16px;
}
.article-extra{
	display:none;
}

/* BW text */

.white-text #switch-color{ color:#FFFFFF; background-image:url(../img/switch1.png) !important;}
.black-text #switch-color{ color:#000; background-image:url(../img/switch2.png) !important;}
.black-text{ color:#222 !important;
background-color:#EDEDED !important;
}
#switch-color{
	opacity:0.7;
	width:20px;
	height:20px;
	padding:0;
	margin:0;
	border:none;
	background:none;
	position:absolute;
	right:0px; top:0px;
}
	
	
/* ## Home page ## */

/* about us */

.about-us-bg{
	background:url(../img/vid_big.png) bottom right no-repeat;
}
.about-us{
	padding:80px 0 80px;
	position:relative;
}
.about-us h2{
	margin-top:0; padding-top:0;
	margin-bottom:40px;
}
.about-us h2 span{
	padding-bottom:10px;
	border-bottom: 1px solid rgba(255,95,47,1.0);
}
 div.about-us-link a{
	text-transform:uppercase;
	opacity:0.8;
	padding-bottom:10px;
	border-bottom: 1px solid rgba(255,95,47,0);
}
 div.about-us-link a:hover{
	 color:#FFF;
	 opacity:1.0;
	text-decoration:none;
	border-bottom: 1px solid rgba(255,95,47,1.00);
}

/* Clubs */

.clubs{
	padding:40px 0;
}
.clubs div{
	display: inline-block;
    vertical-align: middle;
    float: none;
}
.clubs a{
	opacity:0.8;
}
.clubs a:hover{
	opacity:1.0;
}

/* Banners */

.banner-featured,.banner-article {
  width: 100%;
  position: relative;
  padding: 30px 0
}

.banner{
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
}
.banner-cont{
	border-top: solid 1px rgba(255,255,255,0.1);
	padding:0; margin:0 0 -1px 0;
}
.banner-subcont {
  text-align: center;
  position: relative
}

.banner-subcont h4, .banner-subcont h2 {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.banner-subcont h4{
  bottom: 80px;
}
.banner-subcont h2{
  bottom: 50%;
}

.banner-subcont h4 span, .banner-subcont h2 span {
  background: rgba(11,11,11,0.80);
  padding: 20px 40px 50px
}
.banner-subcont em {
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  z-index: 1;
  bottom: -30px;
  opacity: .4;
}

.banner,.banner a,.banner img {
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  display: block
}

.banner-bg {
  background: rgba(0,0,0,0.9)
}

@media (max-width: 360px) {
.banner h2, .banner h4{
	font-size:100%;
}
}
@media (max-width: 768px) {
body{
  background: #000;
  background-image:none;
}
.about-us-bg{
  background:none;
}
.clubs{
	margin:0; padding:0;
}
.footer-center{
	width:100%;
	text-align:center;
}
}
@media (max-width: 992px) {
.about-us-bg{
	width:100%;
	margin:0;
	padding:0 20px 0 20px;
	background-position:160px 41px;
}
}

/* Sidebar */

.article-nav{
	padding:0;
}

.article-nav-last .article-nav-img{
	height:117px;
	width:100%;
	display:block;
	background:rgba(0,0,0,0.4);
}
.article-nav .article-nav-arrow{
	opacity:0.5;
}

.article-nav:hover img{
		opacity:1.0;
}
.article-nav img{
	opacity:0.7;
}
.article-nav span{
	padding:5px;
	background:#333;
}
.article-nav-arrow{
	font-size:20px;
	position:absolute;
	top:38px; left:90px;
	}
.article-nav-arrow i{
	padding:0; margin:0;
}
.artice-stats table{
	margin:0 0 1px 0;
	background-color:rgba(255,255,255,0.05);
}
.artice-stats table tr td:first-child{
	opacity:0.5;
	padding-left:20px;
	width:30%;
}
.article-list{
	border-left:rgba(255,255,255,0.1) solid 1px; border-right:rgba(255,255,255,0.1) solid 1px;
}


/* Filter */
.article-list-container{
	background:rgba(0,0,0,0.7);
	border-right:rgba(255,255,255,0.1) solid 1px;
}

.filter-btn{
	width:30px; height:30px;
	overflow:hidden;
	position:absolute;
	margin:0; padding:0;
	right:30px; top:-10px;
}
.filter-btn i{
	width:20px; height:20px;
	opacity:0.5;
	position:relative; left:-15px;
}
.filter-btn i:hover{
	opacity:0.9;
}

.filter .panel{
	margin-top:-60px;
	padding:0;
}
.filter .panel-heading{
	border:rgba(255,255,255,0.1) solid 1px !important;
}
.filter .panel-body{
	border:none;
}
.filter .panel{
	background:#000000;
	border:rgba(255,255,255,0.1) solid !important;
	border-width:0 0 1px 0 !important;
}
.filter .list-group{
	border:none;
	padding:0;
	margin:0;
}
.filter .list-group-item{
	background-color:#000000;
	border:rgba(255,255,255,0.1) solid;
	border-width:1px 0 0 0 !important;
	padding:0px; margin:0;
}
.filter .list-group-item label{
	padding:10px;
}
.filter .list-group-item:first-child{
	border:none;
}
.filter .list-group-item:hover{
	background:rgba(255,255,255,0.1);
}
.filter-small{
	border-top: 1px solid rgba(255,255,255,0.2);
}
.filter-small .row{
	padding:20px 0;
}
.filter-small .checkbox{
	padding:15px 10px;
	margin:0;
}
.filter-small .checkbox .cr,
.filter-small .radio .cr {
    float: left;
    margin-right: .5em;
}

.checkbox label{
	width:100%;
	position:relative;
	margin:0; padding:0;
	opacity:0.8;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.2);
    width: 20px;
    height: 20px;
    float: right;
    margin-right: .5em;
	color:rgba(255,95,47,1.0);
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .1s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:not(:checked) ~ span,
.radio label input[type="radio"]:not(:checked) ~ span  {
	opacity:0.4;
}

/* Gallery fix */

#image-gallery-button {
  position: relative;
  bottom: 5px
}

#image-gallery-button i {
  margin-right: 5px
}

.thumb,.thumbnail {
  margin: 0;
  padding: 0;
  border: none
}

/* Login form */

.login-form {
  max-width: 390px
}

.login-form .modal-body {
  margin-top: -10px;
  margin-bottom: 10px
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto
}

.form-signin .form-signin-heading,.form-signin .checkbox {
  margin-bottom: 10px
}

.form-signin .checkbox {
  font-weight: 400
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px
}

.form-signin .form-control:focus {
  z-index: 2
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

/* Responisive fixes */

@media (max-width: 360px) {
.vignette, .vignette-small{
	box-shadow:none;
}
.grayline .grayline-link a{
  padding:0px 5px;
  margin-left: 10px;
  margin-right: 10px
}
.about-us h2{
	font-size:24px;
}
}

/* AFFIX */

#sidebar{
	z-index:999;
	}
.affix-top {
  position: relative;
}

.affix {
  top: 0; margin:0; padding:0;
  width:390px;
}
#sidebar2.affix{
	width:100% !important;
	z-index:2;
	background:#1E1E1E;
	box-shadow: 0 0 5em rgba(0,0,0,1.0);
	box-shadow: inset 0 0 5em rgba(0,0,0,1.0);
}
#sidebar.affix .panel-heading{
	border-left:1px solid rgba(255,255,255,0.1);
}
#sidebar.affix{
	top: 60px;
}
#sidebar2 i.fa{
	margin:0 20px;
}
.affix-bottom {
  position: absolute;
}

@media (max-width:1200px) {
  .affix, 
  .affix-bottom {
	width:324px;
  }
}

/* Google map */

#map {
	width: 100%;
	height: 300px;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

/* Gallery */

.blueimp-gallery>.prev,.blueimp-gallery>.next {
	border:none !important;
	background:none !important;
}
.play-pause{
	top: 20px !important;
	left: 20px !important;
	bottom: auto !important;
	right: auto !important;
}
.blueimp-gallery h3.title {
	font-family: 'Open Sans',sans-serif;
	font-size:12px;
	text-align:center;
	bottom:20px;
	left:0; right:0;
	top: auto;
	width:auto;
}
.blueimp-gallery h3.title::nth-line() {
	background:rgba(0,0,0,0.8);
}

/* ------- Samsyn kort fix ------------ */

#map #SiteWatch_12, #area-mini-kort #map, #map #SiteWatch_7, #map #SiteWatch_12, #map #SiteWatch_5{
	display:none !important;
}
#map #SiteWatch_6{
	margin:0;
	padding:0;
	background:none !important;
	border:none !important;
}
#map #SiteWatch_8{
	font-family: ZettaSan, sans-serif !important;
	font-weight:normal !important;
	font-size:12px !important;
	letter-spacing:1px;
	color:#333 !important;
}
#SiteWatch_4{
	position:absolute;
	right:5px !important;
	bottom:5px !important;	
}
#map #SiteWatch_6{
	margin:0;
	padding:0;
	background:none !important;
	border:none !important;
}
#map #SiteWatch_8{
	font-weight:normal !important;
	font-size:12px !important;
	letter-spacing:1px;
	color:#333 !important;
}
#SiteWatch_11{ position:relative; bottom:32px;}

/* Search results */

.search-results-header{
	font-family: 'Josefin Slab',serif;
  	letter-spacing: .05em;
  	font-weight: 600;
	font-size:20px;
	margin:20px 0; padding:0;
}
.search-results-header strong{
	color:rgba(255,255,255,1.00);
  	font-weight:bold;
}

/* Xmap search */

.table.route-list{
	background:none;
	margin:0;
}

.table.route-list td{
	vertical-align:middle !important;
	border-bottom:solid 1px rgba(255,255,255,0.2);
}
.table.route-list tbody th{
	width:50px;
	border-bottom:solid 1px rgba(255,255,255,0.2);
}
.table.route-list tr:last-child td, .table.route-list tr:last-child th{
	border-bottom:none;
}
.area-route-name{
	font-weight:bold;
	text-transform:uppercase;
}
.area-route-marker{
	display:table;
	overflow:hidden;
	width:40px;
	height:40px;
	font-size:14px;
	font-weight:800;
	color:#FFFFFF;
	margin:5px 0;
	border-radius:4px;
}
.area-route-marker span{
	display: table-cell; 
 	vertical-align: middle; 
  	text-align: center;
}

.table.route-list thead th{
	font-weight:300;
}
.table.route-list th{
	border-width: 1px !important;
}
.table.route-list td .fa-star{
	margin-right:5px;
}
.table.route-list td.fa-star:last{
	margin-right:0;
}
.blue{
	color:#0097ff;
}
.orange{
	color:#ff6413;
}
.purple{
	color:#e100d6;
}
.green{
	color:#18c400;
}
.red{
	color:#ff2d2d;
}
.yellow{
	color:#ffaf2a;
}
.ice{
	background-color:#0097ff;
}
.mix{
	background-color:#e100d6;
}
.alp{
	background-color:#ff2d2d;
}
.rock{
	background-color:#18c400;
}