* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,body {
    max-width: 100%;
    overflow-x: hidden;
}

html,body,button,input,select,textarea {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

html,body {
  /*height: 100%;*/
  padding: 0;
  margin: 0;
}

* html body {
  height: 100%;

  -ms-overflow-y: hidden;
  overflow-y: hidden;
}

body {
  font-size: 16px;
  line-height: 1.42857143;
  color: rgb(30,34,38);
  background: rgb(48,52,56);
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

#main {
  background: white;
  width: 100%;
  overflow: hidden;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

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

fieldset,img {
  border: 0;
}

img {
  display: block;
}

address,caption,cite,code,dfn,th,var {
  font-style: normal;
  font-weight: normal;
}

em {
  font-style: italic;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  line-height: 1.05;
  font-kerning: normal;
}

a {
  color: rgb(48,52,56);
  text-decoration: none;
}

q:before,q:after {
  content: '';
}

abbr,acronym {
  border: 0;
  font-variant: normal;
}

sup,sub {
  line-height: -1px;
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,textarea,select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

article,aside,figure,footer,header,hgroup,nav,section {
  display: block;
}

hr { 
  border: none;
  border-bottom: 1px solid rgb(230, 233, 236);
  margin: 20px 0;
  padding: 0;
}

title {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
}

small { font-size: 80%; }

.seperator { margin-bottom: 20px; }
.line_seperator { margin-top: 20px; border-bottom: 1px solid rgb(230,233,236); }

body::selection,
body *::selection {
  background: hsla(0,75%,50%,1);
  color: white;
  text-shadow: none;
}

body#folk::selection,
body#folk *::selection {
  background: hsla(275,54.5%,43.1%,1);
}

body#sport::selection,
body#sport *::selection {
  background: hsla(120,50%,39.2%,1);
}

body#lifsstill::selection,
body#lifsstill *::selection {
  background: hsla(338,76%,55%,1);
}

body#umraeda::selection,
body#umraeda *::selection {
  background: hsla(206,70%,45%,1);
}

body#neytendur::selection,
body#neytendur *::selection {
  background: hsla(20,75%,50%,1);
}

body#kritik::selection,
body#kritik *::selection {
  background: hsla(22,36%,43%,1);
}

body#skritid::selection,
body#skritid *::selection {
  background: hsla(207,13%,13.5%,1);
}

/* Core */
/*
---Litir ---
DV rauður / Fréttir: hsl(0,75%,50%)
Fólk: hsl(275,54.5%,43.1%)
Sport: hsl(120,50%,39.2%)
Umræða: hsl(206,70%,45%)
Menning: hsl(22,36%,43%)
Lífsstíll: hsl(338,76%,55%)
Neytendur: hsl(20,75%,50%)
Skrýtið: hsl(207,13%,13.5%)
*/



#page {
  padding-top: 50px;
  padding-bottom: 20px;
  min-height: 50vh;
}

.with_kragi {
  height: 140px;
  position: relative;
  /* Removing this, 
   * kragi is now directly below main sticky-header
   * */
  /*padding-top: 20px;*/
}

#nav {
  
}

.top_items {
  background-color: rgb(48,52,56);
}

.top_items .frontpages {
  position: absolute;
  top: 0px;
  right: -240px;
  min-width: 260px;
  background: rgb(30, 34, 38);
  height: 100%;
  overflow: hidden;
  padding: 15px 20px;
  box-shadow: -10px -15px 25px rgba(48, 52, 56, 0.5);
  transition: .3s;
}

.top_items .frontpages:hover {
    right: 0px;
    box-shadow: -25px -15px 25px rgba(48, 52, 56, 0.975);
  }

@media (min-width: 768px) {
  .top_items .frontpages {
    right: 0px;
    box-shadow: -25px -15px 25px rgba(48, 52, 56, 0.975);
  }
}

.top_items .frontpages .main_paper {
  height: 100%;
  width: 110px;
  float: left;
}

.top_items .frontpages .other_paper {
  width: 90px;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.top_items .frontpages .social_label {
  color: white;
  margin-bottom: 8px;
}

.top_items .list_wrap {
  overflow: hidden;
  white-space: nowrap;
}

.top_items .newsbar {

}

.top_items .nowrap-list .story {
  max-width: 146px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  white-space: normal;
}

.top_items .nowrap-list .headlines {
  max-height: 51px;
}

.image img.skabordi {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
}

.story.huge .image img.skabordi {
  width: 180px;
}

.story.small .image img.skabordi {
  width: 90px;
}

.section_story_list .story.small .image img.skabordi {
  width: 110px;
}

.featured_story.huge_story .image img.skabordi,
.featured_story.big_story .image img.skabordi,
.featured_story.primary_story .image img.skabordi {
  width: 160px;
}

.featured_story.secondary_story .image img.skabordi {
  width: 90px;
}

.story-image, .image {
  overflow: hidden;
}

.story-image img, .image > img, .story-image video {
  width: 100%;
}

.story-video {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.story-video iframe,.story-video object,.story-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video_box_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0 !important;
  overflow: hidden;
}

.visible-phone {
  display: none;
}

.clearfix::after {
  clear: both;
}

.clearfix::before,.clearfix::after {
  content: "";
  display: table;
}

.button {
  margin: 0;
  padding: 7px 10px;
  line-height: 1;
  border: none;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: .9em;
  cursor: pointer;
  text-shadow: 1px 1px 0px rgba(0,0,0,.1);
  background-color: rgb(48,52,56);
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
}

a.button.block {
  line-height: 33px;
}

a.button.large.block {
  line-height: 40px;
}

a.button {

}

a.button.green,
a.button.meira,
a.button.login {
  color: white;
  text-decoration: none !important;
}

.button.small {
  font-size: .8em;
  padding: 4px 8px;
}

.button.large {
  font-size: 1.1em;
  padding: 8px 12px;
}


.button.green,
.button.meira,
.button.login {
  background-color: rgb(90,160,50);
}

.button.yellow {
  color: rgba(0,0,0,.85);
  background-color: rgb(250,170,30);
}

.button.red {
  background-color: rgb(230,30,30);
}

.button.meira {
  font-size: 1.2em;
  line-height: 1;
}

.button.outline {
  border: 1px solid rgb(48,52,56);
  background-color: white;
  color: rgb(48,52,56);
  text-shadow: none;
  transition: background-color .1s ease, color .1s ease;
}

.button.outline:hover {
  background-color: rgb(48,52,56);
  color: rgb(255, 255, 255) !important;
}

.button.outline.green {
  border: 1px solid rgb(90,160,50);
  color: rgb(90,160,50);
}
.button.outline.green:hover {
  background-color: rgb(90,160,50);
}

.button.outline.red {
  border: 1px solid rgb(230,30,30);
  color: rgb(230,30,30);
}
.button.outline.red:hover {
  background-color: rgb(230,30,30);
}

.button.outline.blue {
  border: 1px solid rgb(34,125,195);
  color: rgb(34,125,195);
}
.button.outline.blue:hover {
  background-color: rgb(34,125,195);
}

.pagination { 
  text-align: center; 
  border-bottom: 1px solid rgb(200, 204, 208);
  padding-bottom: 20px;
}
.pagination li { 
  display: inline-block; 
  border-width: 0 1px 0 0;
  border-color: rgba(0,0,0,.1);
  border-style: solid;
  text-align: center;
}
.pagination li:first-child { 
  border-width: 0 1px 0 1px;
}

.pagination li.selected { 
  font-weight: 700;
}

.pagination li.step { 
  border: none;
  font-weight: 700;
}

.pagination li.position { 
  border: none;
}

.pagination li.step_next { 
  float: right;
}

.pagination li.step_prev { 
  float: left;
}

.pagination li a,
.pagination li span { 
  display: inline-block; 
  box-sizing: border-box; 
}

.pagination li.number { 
  padding: 0px 12px;
}

.pagination li a:hover { 
}

.pagination li.step { }

#sodafdtest {
  display: none;
  visibility: hidden !important;
}

/* === Ads === */
.ad {
  text-align: center;
}

.ad img {
  margin: 0 auto;
  /*width: 100%;*/
  height: auto;
}

.ad_a_large .soda > object {
  background-color: white;
  margin-bottom: -5px;
}

.ad_a_large .soda:empty {
  display: none;
}
.ad_kragi {
  position: absolute;
  left: -180px;
}

.ad_kragi img {
  width: 1540px;
}

/*
.ad_a_large .soda {
  position: relative;
  padding-bottom: 35.3634578%;
  height: 0;
  overflow: hidden;
} */

/* .ad_a_large .soda img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
/*
.ad_b .soda {
  position: relative;
  padding-bottom: 129.032258%;
  height: 0;
  overflow: hidden;
}

.ad_b .soda img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ad_b .soda iframe,
.ad_b .soda object {
  transform: translateY(-50%);
  top: 50%;
}
*/
.ad_a_bottom {
  margin-top: 20px;
}

.ad_label {
  display: none;
  height: 20px;
  color: rgb(200,200,200);
  font-size: 60%;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ad_a_large .ad_label {
  margin-top: 5px;
}


.ad_a_large img {
  margin: 0 auto;
  width:100%;
}

.ad_a_large .ad-wrapper iframe {
  width:100%;
  max-width:1018px;
}

.ad-wrapper iframe {
  margin: 0 auto;
  display: block;
}

.ad-wrapper[data-eb="41"] {
/*  max-height: 363px; */
}

.ad-wrapper[data-eb="42"] {
/*  max-height: 143px; */
}


.entry #content .ad .soda {
  padding: 30px 0 10px;
}

.entry #content .ad .spoton {
  padding: 10px 0 30px;
}

.entry #sidebar .ad-wrapper {
  margin-bottom: 20px;
}

.entry #sidebar .ad-wrapper:empty { 
  display: none;
}

.section_frettir .ad_c,.section_items .ad_c,.section_items .ad_b3 {
  margin-bottom: 20px;
}

/* === Header === */
#header {
  min-height: 50px;
  width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

#header .fp_header {
  background-color: hsla(0,75%,50%,1);
}

#header .fp_header .logo {
  background-image: url(/static/img/2013v2/logo.svg);
  text-indent: 105%;
  background-repeat: no-repeat;
  background-size: 156px 41px;
  background-position: 10px 13px;
  height: 55px;
  width: 20%;
  float: left;
}

#header .fp_header .teasers {
  margin-top: 10px;
  float: left;
  width: 55%;
}

#header .fp_header .teasers img {
  float: left;
  margin-right: 10px;
  height: 45px;
}

#header .fp_header .teasers h1 {
  font-size: .85em;
  color: white;
}

#header .fp_header .paper {
  float: left;
  height: 44px;
  margin-top: -5px;
  width: 25%;
}

#header .fp_header .paper img {
  box-shadow: 6px 2px 0px -2px rgba(0, 0, 0, 0.25);
}

#nav {
  height: 50px;
  width: 100%;
  background-color: hsla(0,75%,50%,1);
  /*
  background: -webkit-gradient(linear, left-top, left-bottom, color-stop(0%, #ff4136), color-stop(16.66667%, #ff4136), color-stop(16.66667%, #ff851b), color-stop(33.33333%, #ff851b), color-stop(33.33333%, #ffdc00), color-stop(50%, #ffdc00), color-stop(50%, #2ecc40), color-stop(66.66667%, #2ecc40), color-stop(66.66667%, #0074d9), color-stop(83.33333%, #0074d9), color-stop(83.33333%, #b10dc9), color-stop(100%, #b10dc9));
  background: -webkit-linear-gradient(top, #ff4136 0%, #ff4136 16.66667%, #ff851b 16.66667%, #ff851b 33.33333%, #ffdc00 33.33333%, #ffdc00 50%, #2ecc40 50%, #2ecc40 66.66667%, #0074d9 66.66667%, #0074d9 83.33333%, #b10dc9 83.33333%, #b10dc9 100%);
  background: -o-linear-gradient(top, #ff4136 0%, #ff4136 16.66667%, #ff851b 16.66667%, #ff851b 33.33333%, #ffdc00 33.33333%, #ffdc00 50%, #2ecc40 50%, #2ecc40 66.66667%, #0074d9 66.66667%, #0074d9 83.33333%, #b10dc9 83.33333%, #b10dc9 100%);
  background: -ms-linear-gradient(top, #ff4136 0%, #ff4136 16.66667%, #ff851b 16.66667%, #ff851b 33.33333%, #ffdc00 33.33333%, #ffdc00 50%, #2ecc40 50%, #2ecc40 66.66667%, #0074d9 66.66667%, #0074d9 83.33333%, #b10dc9 83.33333%, #b10dc9 100%);
  background: -moz-linear-gradient(top, #ff4136 0%, #ff4136 16.66667%, #ff851b 16.66667%, #ff851b 33.33333%, #ffdc00 33.33333%, #ffdc00 50%, #2ecc40 50%, #2ecc40 66.66667%, #0074d9 66.66667%, #0074d9 83.33333%, #b10dc9 83.33333%, #b10dc9 100%);
  */
  z-index: 2000;
}

#subnav {
  margin: 0 auto;
  padding: 10px 0;
  background-color: rgb(230,233,236);
}

#nav .container, 
#subnav .container {
/* max-width: 100%; */
}

#navbar > ul > li,#subnavbar > li {
  display: block;
  float: left;
}

#navbar > ul > li.forsida {
  border-left: none;
  margin: 0;
}


#navbar > ul > li.forsida.logo > a {
  height: 50px;
  padding: 0;
  text-indent: 105%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 10px;
  border-bottom: none !important;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}

#navbar > ul > li.forsida.logo > a {
  width: 120px;
}

.svg #navbar > ul > li.forsida.logo > a {
  background-image: url(/static/img/2013v2/logo.svg);
}

.no-svg #navbar > ul > li.forsida.logo > a {
  background-image: url(/static/img/2013v2/logo.png);
}

#navbar {
  height: 50px;
  line-height: 50px;
  display: block;
}

#navbar > ul > li {
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  float: left;
  display: inline;
  padding: 0 !important;
  margin: 0;
}

#navbar > ul > li.frettir {
  border-left: none;
}

#navbar > ul > li > a {
  font-size: .9em;
  display: block;
  text-decoration: none;
  color: white;
  padding-bottom: 3px;
  border-bottom-width: 0px;
}

#navbar > ul > li > a > span {
  padding: 0px 10px;
  border-right: 1px solid rgba(0,0,0,.15);
}

#navbar > ul > li:last-child > a > span {
  border: none;
}

@media (min-width: 1100px) {
  #navbar > ul > li > a {
    font-size: .95em;
  }
}

@media (min-width: 1135px) {
  #navbar > ul > li > a {
    font-size: 1em;
  }
}

@media (min-width: 1180px) {
  #navbar > ul > li > a > span {
    padding: 0px 13px;
  }
}

@media (max-width: 1179px) {
  #navbar > ul > li > a > span {
    padding: 0px 11px;
  }
}

@media (max-width: 1100px) {
  #navbar > ul > li > a > span {
    padding: 0px 10px;
  }
}

@media (max-width: 1070px) {
  #navbar > ul > li > a > span {
    padding: 0px 9px;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  #navbar > ul > li > a > span {
    padding: 0px 7px;
  }
  #navbar > ul > li > a {
    font-size: .85em;
  }
}

@media (max-width: 895px) {
  #navbar > ul > li > a > span {
    padding: 0px 7px;
  }
}

@media (max-width: 991px) {
  #navbar > ul > li > a > span {
    padding: 0px 11px;
  }
  #navbar > ul > li > a {
    font-size: .95em;
  }
}

@media (max-width: 905px) {
  #navbar > ul > li > a {
    font-size: .9em;
  }
  #navbar > ul > li.forsida.logo > a {
    margin-right: 5px;
  }
}

@media (max-width: 875px) {
  #navbar > ul > li > a > span {
    padding: 0px 9px;
  }
}

@media (max-width: 845px) {
  #navbar > ul > li > a > span {
    padding: 0px 8px;
  }
}

@media (max-width: 825px) {
  #navbar > ul > li > a {
    font-size: .825em;
  }
}

@media (max-width: 805px) {
  #navbar > ul > li > a > span {
    padding: 0px 7px;
  }
}

@media (max-width: 790px) {
  #navbar > ul > li > a > span {
    padding: 0px 6px;
  }
}

#navbar > ul > li.active > a,
#navbar > ul > li.active > a:hover,
#navbar > ul > li > a:hover {
  text-decoration: none;
  color: white;
  border-bottom: 3px solid rgba(255,255,255,1);
  padding-bottom: 0px;
}

#navbar > ul > li.text > a,
#navbar > ul > li.askrift > a {
  height: 50px;
}

#navbar > ul > li.active > a, #navbar > ul > li.active > a:hover {
  font-weight: bold;
}

#navbar > ul > li > a:hover, #subnavbar > li > a:hover {
  -webkit-transition: color 0.3s ease, border-bottom-width 0.3s ease, padding-bottom 0.3s ease;
  -moz-transition: color 0.3s ease, border-bottom-width 0.3s ease, padding-bottom 0.3s ease;
  -o-transition: color 0.3s ease, border-bottom-width 0.3s ease, padding-bottom 0.3s ease;
  -ms-transition: color 0.3s ease, border-bottom-width 0.3s ease, padding-bottom 0.3s ease;
  transition: color 0.3s ease, border-bottom-width 0.3s ease, padding-bottom 0.3s ease;
}

#navbar > ul > li.highlight {
  position: relative;
}

#navbar > ul > li.highlight a {
}

#navbar > ul > li.highlight .new {
  background-image: url(/static/img/navbar_new.svg);
  background-repeat: no-repeat;
  background-position: 50% 120%;
  position: absolute;
  width: 100%;
  height: 17px;
  top: 40px;
  z-index: 2;
}

#navbar > ul > li.dropdown {
  background-image: url(/static/img/triangle.svg);
  background-repeat: no-repeat;
  background-position: 50% 120%;
  transition: background-position 0.3s ease;
}

#navbar > ul > li.dropdown.dark_shelf {
  background-image: url(/static/img/triangle_dark.svg);
}

#navbar > ul > li.dropdown.light_shelf {
  background-image: url(/static/img/triangle_light.svg);
}

#navbar > ul > li.dropdown.open {
  background-position: 50% 100%;
}

#navbar > ul > li.icon {
  height: 50px;
  line-height: 50px;
  float: right;
  margin: 0 8px;
  border-left: none;
}

#navbar > ul > li.icon > a {
  text-indent: 105%;
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0;
}

#navbar > ul > li.info > a {
  width: 22px;
}

#navbar > ul > li.user > a {
  width: 28px;
  height: 28px;
  margin: 11px 0;
}

#navbar > ul > li.subscription > a {
  width: 25px;
}

#navbar > ul > li.search > a {
  width: 22px;
}

#navbar > ul > li.search {
  margin-right: 0px !important;
}


#navbar > ul > li.askrift > a,#navbar > ul > li.icon > a {
  cursor: pointer;
}

#navbar > ul > li.dropdown > a:hover {
  border-bottom: none !important;
}

.svg #navbar > ul > li.search > a {
  background-image: url(/static/img/search_icon.svg);
}

.svg #navbar > ul > li.info > a {
  background-image: url(/static/img/menu_icon.svg);
}

.svg #navbar > ul > li.user > a {
  background-image: url(/static/img/user_icon.svg);
}

.svg #navbar > ul > li.subscription > a {
  background-image: url(/static/img/paper_icon.svg);
}

.no-svg #navbar > ul > li.search > a {
  background-image: url(/static/img/search_icon.png);
}

.no-svg #navbar > ul > li.info > a {
  background-image: url(/static/img/menu_icon.png);
}

.no-svg #navbar > ul > li.user > a {
  background-image: url(/static/img/user_icon.png);
}

.no-svg #navbar > ul > li.subscription > a {
  background-image: url(/static/img/paper_icon.png);
}


#navbar > ul > li.askrift {
  font-weight: 700 !important;
  float: right;
  margin-right: -4px;
  border-left: none;
}

#navbar > ul > li.askrift > a {
  color: white;
}

#navbar > ul > li.askrift.dropdown {
  border: none;
  margin-right: 8px;
}

#navbar > ul > li.askrift.dropdown > a {
  padding: 0;
}

.shelf_dropdown {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  transition: .3s;
  overflow: hidden;
}

.shelf_items {
  /* padding: 15px 0; */
  background: rgb(48,52,56);
}

.shelf_items .bar_label,
.shelf_items .bar_menu li a,
.shelf_items .headlines h1,
.shelf_items .headlines h2,
.shelf_items .story:hover .headlines h1,
.shelf_items .story:hover .headlines h2 {
  color: white !important;
}

.shelf_items .container {
  position: relative;
}


@media (max-width: 1200px) {
  .social .side_header,
  .mostread .side_header {
   display: none; 
  }
}

.social .side_header {
  position: absolute;
  margin-left: -75px;
  margin-top: 40px;
}

.mostread .side_header {
  position: absolute;
  margin-left: -80px;
  margin-top: 40px;
}

.mostread .side_header img {
  width: 80%;
}

.papers .side_header {
  margin-top: 28px;
  width: 30%;
  float: left;
}

.papers .side_header img {
  width: 90%;
}

.papers .paper_img {
  width: 100%;
}

.papers .main_paper {
  float: right;
  width: 70%;
}

.papers .free_paper { 
  position: absolute;
  right: -100px;
  top: 20px;
  bottom: 0;
}

.papers .free_paper a { 
  position: relative;
  display: inline-block;
}

.papers .free_paper a .free_star { 
  position: absolute;
  bottom: -20px;
  right: 10px;
}

.nav_dropdown {
  z-index: 1;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  padding: 15px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.3);
  transition: .3s;
}

li.dropdown.open .nav_dropdown {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 767px) {
  li.dropdown:hover .shelf_dropdown {
    height: auto;
    background: rgb(230,233,236);
  }

  #forsida .sticky-wrapper:not(.is-sticky) li.forsida.dropdown:hover .shelf_dropdown {
    height: 0px;
  }

  #navbar > ul > li.dropdown:not(.icon):hover {
    background-position: 50% 100%;
  }

  #forsida .sticky-wrapper:not(.is-sticky) li.forsida.dropdown:hover {
    background-position: 50% 120%;
  }
}

.nav_dropdown h1 { font-size: 1.25em; }
.nav_dropdown h2 { font-size: 1em; font-weight: 400; margin-top: 7px; }

.info_dropdown .menu_custom { margin-top: 9px; }

.dropdown_menu li { line-height: 32px; height: 32px; border-bottom: 1px solid rgb(230, 233, 236); }
.dropdown_menu li:last-child { border-bottom: none; }
.dropdown_menu li a { display: block; font-size: 1rem; }

.dropdown_menu li .dot { height: 10px; width: 10px; background: rgb(200,204,208); display: inline-block; margin-right: 5px; }
  .dropdown_menu li.frettir .dot { background: hsl(0,75%,50%); }
  .dropdown_menu li.folk .dot { background: hsl(275,54.5%,43.1%); }
  .dropdown_menu li.sport .dot { background: hsl(120,50%,39.2%); }
  .dropdown_menu li.umraeda .dot { background: hsl(206,70%,45%); }
  .dropdown_menu li.menning .dot { background: hsl(22,36%,43%); }
  .dropdown_menu li.lifsstill .dot { background: hsl(338,76%,55%); }
  .dropdown_menu li.neytendur .dot { background: hsl(20,75%,50%); }
  .dropdown_menu li.skrytid .dot { background: hsl(207,13%,13.5%); }
  .dropdown_menu li.fasteignir .dot { background: rgb(0,142,186); }
  .dropdown_menu li.sudurnes .dot { background: hsl(207,13%,13.5%); }

.dropdown_menu li.utskraning { font-weight: 700; }

.nav_dropdown .menu_title {
  border-bottom: 1px solid rgb(230, 230, 230);
  padding: 5px 0;
  font-size: .8em;
  text-transform: uppercase;
  color: rgb(150,155,160);
  font-weight: 800;
}

#info_navbar > li > a {
  color: rgba(48, 52, 56,.8);
  display: block;
  padding: 10px 10px;
  line-height: 1;
}

#info_navbar > li:hover > a, #info_navbar > li > a:active {
  color: white;
  background-color: rgb(48, 52, 56);
}

#info_navbar > li {
  border-bottom: 1px solid rgba(0,0,0,.1);
  font-size: .9rem;
}

#info_navbar > li:hover {
  font-weight: 700;
}

#info_navbar > li:last-child {
  border-bottom: none;
}

#info_navbar > li.seperator {
  border-bottom-width: 5px !important;
}

.nav_dropdown form {
  line-height: 1;
  margin: 0 !important;
}

.nav_dropdown .text_input {
  outline: none;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  width: 75%;
  border: none;
  padding: 5px 10px;
  margin: 0;
  font-size: .9em;
  background-color: white;
  color: rgba(48,52,56,.9);
  border: 1px solid rgba(0,0,0,.15);
  transition: border-color .3s ease;
}

.nav_dropdown .text_input:focus {
  border: 1px solid rgba(0,0,0,.25);
}

.nav_dropdown .text_input::-webkit-input-placeholder { color: rgb(48,52,56,.85); }
.nav_dropdown .text_input:-moz-placeholder { color: rgb(48,52,56,.85); }
.nav_dropdown .text_input::-moz-placeholder { color: rgb(48,52,56,.85); }
.nav_dropdown .text_input:-ms-input-placeholder { color: rgb(48,52,56,.85); }

.user_dropdown {
    line-height: 1;
  }

.user_dropdown .text_input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 12px;
  font-size: 1.1em;
}

.nav_dropdown h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  color: rgb(48,52,56);
}

.user_dropdown .login_submit {
  float: right;
  width: 55%;
  text-align: right;
  margin-top: 5px;
}

.user_dropdown .login_submit button {
  padding: 12px 18px;
  font-size: 1.25em;
}

.user_dropdown .login_problem {
  float: left;
  width: 45%;
  margin-top: 5px;
}

.user_dropdown .login_problem,
.user_dropdown .login_problem a {
  color: rgb(48,52,56);
}

.user_dropdown .login_forgot {
  font-size: 1em;
  font-weight: 700;
}

.user_dropdown .login_email {
  font-size: .7em;
  margin-top: 5px;
}

.user_dropdown .button {
width: 100%;
display: block;
text-align: center;
}

.user_dropdown .user_img img {
float: right;
border-radius: 50%;
}


.nav_dropdown .button.search_button {
  margin-left: 3%;
  padding: 8px 17px;
  width: 22%;
}

.askrift_dropdown .todays_paper img {
  box-shadow: 2px 2px 6px rgba(0,0,0,.1);
}

@media (min-width: 480px) {

  .nav_dropdown {
    width: 365px;
    left: auto;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: rgb(230, 233, 236);
  }

  .search_dropdown {
    margin-left: -343px;
  }

  .askrift_dropdown {
  }

  .user_dropdown {
    margin-left: -261px;
  }

  .info_dropdown {
    margin-left: -305px;
  }

}


#subnavbar {
  height: 20px;
  line-height: 20px;
}

#subnavbar > li {
  height: 20px;
  line-height: 20px;
  font-size: 90%;
  font-weight: 400;
  float: left;
  display: inline;
  padding: 0 10px;
  border-right: 1px solid rgba(200,204,208,1);
}

#subnavbar > li:first-child {
  padding-left: 0px;
}

#subnavbar > li:last-child {
  border-right: none;
}

#subnavbar > li > a {
  display: block;
  text-decoration: none;
  color: rgb(48,52,56);
  padding-bottom: 7px;
}

#subnavbar > li.active > a {
  font-weight: bold;
  color: hsla(0,75%,50%,1);
  border-bottom: 3px solid hsla(0,75%,50%,1);
}

#subnavbar > li.active > a:hover,#subnavbar > li > a:hover {
  color: hsla(0,75%,50%,1);
  border-bottom: 3px solid hsla(0,75%,50%,1);
}

/* Front page */
.featured {
}

@media (min-width: 1200px) {
  .featured {
  }
}

.featured.huge {
}

.featured.secondary {
}

.newsbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.front_items,.section_items {
  margin-bottom: 20px;
}

.front_page .front_items {
  padding-top: 20px;
}

.front_items.kragi_active {
  background: white;
  position: relative;
}

.beinlina_live .bl-tease {
  margin-bottom: 20px;
}

.beinlina_live:empty {
  display: none !important;
}

.newsbar.social {
  background-color: rgb(230,233,236);
  margin-bottom: 20px;
}

.featured.featured_section {
  margin-bottom: 20px;
}

.section_header {
  padding: 7px;
  margin-bottom: 10px;
  background-color: rgb(48,52,56);
  color: white;
}

.section_label {
  float: left;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: -.025em;
  color: white;
}

/*.section_large .section_label {
  font-size: 1.4em;
}

.section_medium .section_label,
.section_small .section_label {
  font-size: 1.25em;
}*/
 
.section_menu {
  float: left;
  font-weight: 400;
}

.section_large .section_menu {
  font-size: 14px;
  margin: 10px 0 0 25px;
}

.section_small .section_menu {
  font-size: 13px;
  margin: 5px 0 0 25px;
}

.section_menu li {
  float: left;
  border-left: 1px solid rgb(200,200,200);
  margin-left: 8px;
  padding-left: 8px;
  line-height: .9;
}

.section_menu li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.section_menu li.active {
  font-weight: 700;
}

.bar_header {
  height: 30px;
}

.bar_label {
  float: left;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
}

.bar_menu {
  float: right;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 200;
}

.bar_menu li {
  float: left;
  border-left: 1px solid rgb(200,200,200);
  margin-left: 8px;
  padding-left: 8px;
  line-height: .9;
}

.bar_menu li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.bar_menu li.active {
  font-weight: 700;
}


.bl-tease {
  height: 35px;
  position: relative;
  border-top: 1px solid rgb(200, 200, 200);
  border-bottom: 1px solid rgb(200, 200, 200);
 }

.bl-mugshot { 
  height: 35px;
  float: left;
}

.bl-title { 
  float: left;
  margin: 4px 10px;
  color: rgb(60,60,60);
}

.bl-title strong { 
  font-size: 1.25em;
  margin-right: 5px;
}

.bl-title span { 
  font-size: .9em;
}

.bl-highlight {
  position: absolute;
  left: 480px;
  background-color: rgb(0, 120, 180);
  border: 0;
  padding: 6px 14px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 1.05em;
  margin: 0;
  cursor: pointer;
}

.bl-logo { 
  float: right; 
  margin: 4px 0;
}

.todays_paper .main_paper {
  float: left;
  width: 53%;
}

.todays_paper .other_paper {
  float: right;
  margin-top: 20px;
  width: 42%;
}

.todays_paper .image {
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,.2);
  box-shadow: 2px 2px 8px rgba(0,0,0,.2);
}

.featured .featured_story .image {
  overflow: hidden;
}

.featured .featured_story {
  position: relative;
  overflow: hidden;
}

.featured .headlines {
  bottom: 0;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

.featured .headlines h2:empty {
  display: none;
}

@media (max-width: 1024px) {

}

@media (max-width: 890px) {

}

@media (max-width: 480px) {

  .featured .headlines h2 {
    display: none;
  }
}

@media (min-width: 1200px) {
  .featured .headlines {
  }
}

.featured .secondary_story,.featured .secondary_story .image {
}

.featured .primary_story,.featured .primary_story .image {

}

.featured .image img {
  object-fit: cover;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .featured .secondary_story,.featured .secondary_story .image {

  }

  .featured .primary_story,.featured .primary_story .image {

  }
}

.featured .secondary_story.upper {
}

.section_items .entry-large {
  margin-bottom: 20px;
}

.section_items .entry-list.horizontal-list {
  margin-bottom: 20px;
}

.section_dark {
  background-color: rgb(48,52,56);
}

.section_light {
  background-color: rgb(230,233,236);
}

.section_dark h1,.section_dark h2,.section_dark .social_label,.section_dark .bar_label {
  color: white !important;
}

.section_umraeda .blog_list,
.section_umraeda .oped_list,
.section_umraeda .rumor_list,
.section_umraeda .gula_pressan {
  margin-bottom: 20px;
}

.section_umraeda .ad_c {
  margin-top: 20px;
}

.section_umraeda .medium h2 {
  display: none;
}

.featured .huge_story h1,
.featured .big_story h1,
.featured .primary_story h1 {
  font-weight: 800;
  letter-spacing: -.05em;
}

.featured .huge_story h2,
.featured .big_story h2,
.featured .primary_story h2 {
  font-size: .95em;
  margin: .75em 0 0 0;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.25;
}

.featured .huge_story .light h1,
.featured .big_story .light h1,
.featured .primary_story .light h1 {
  letter-spacing: -.025em;
}

.featured .huge_story .bold h1,
.featured .big_story .bold h1,
.featured .primary_story .bold h1 {
  letter-spacing: -.05em;
}

.featured .secondary_story h2 {
  font-size: .8em;
  letter-spacing: 0;
  display: none;
}

.featured .secondary_story .light h1 {
  letter-spacing: -.025em;
}

.featured .secondary_story .bold h1 {
  letter-spacing: -.025em;
}

.featured .caps h1 {
  font-family: Impact, 'Anton', sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.featured .huge_story.caps h1,
.featured .big_story.caps h1,
.featured .primary_story.caps h1 {
  letter-spacing: -.025em !important;
  line-height: .95em !important;
}

.featured .secondary_story.caps h1 {
  letter-spacing: 0px !important;
  line-height: .99em !important;
}

.featured .light h1 {
  font-weight: 100;
}

.featured .light h2 {
  font-weight: 700;
}

.featured .bold h1 {
  font-weight: 800;
}

.featured .bold h2 {
  font-weight: 400;
}

.story,
.story .image {
  position: relative;
}

.story .headlines {
  padding: 5px 0 0;
  color: rgb(30,34,38);
}

.list .headlines,
.list-item .headlines,
.story.author_story .headlines {
  padding: 0;
}

.story.author_story .mainimage {
  margin-bottom: 5px;
}

.story h1 {
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0px;
}

.story h2 {
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: .8em;
}

.secondary_story h1 {
  font-weight: 700;
  letter-spacing: -.025em;
}

.secondary_story.neg h1 {
  font-weight: 800;
}

.large h1 {
  font-size: 1.6em;
}

.large h1,
.huge h1 {
  letter-spacing: -.025em;
}

.secondary_section_story .large h1 {
  font-size: 1.7em;
}

.large h2,.small h2 {
  font-size: .8em;
  margin-top: 5px;
}

.medium h1 {
  font-size: 1.1em;
}

.medium .excerpt {
  margin-top: 5px;
}

.story.author_story .excerpt {
  margin-top: 5px;
  font-size: .8em;
}

.small h2 {
  display: none;
  margin-top: 2px;
}

.social-list .small h2 {
  display: inherit;
  margin-top: 5px;
}

.newsbar .horizontal-list .small h2,
.shelf_items .horizontal-list .small h2 {
  display: block;
  max-height: 33px;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-top: .25em;
}

.newsbar .horizontal-list .small h2 {
  color: rgb(90,94,98) !important;
}

.newsbar .horizontal-list .small:hover h2 {
  color: rgb(30,34,38) !important;
}

.shelf_items .horizontal-list .small h2 {
  color: rgb(200,204,208) !important;
}

.shelf_items .horizontal-list .small:hover h2 {
  color: white !important;
}

.newsbar .horizontal-list .small h1,
.shelf_items .horizontal-list .small h1 {
  font-size: 1em;
}

.front_items .newsbar.newest .horizontal-list .small .section_banner {
  opacity: 1; 
  top: 0;
}


.small h1,.list h1,.list-decimal h1, .story.author_story h1 {
  font-size: .9em;
}

.entry-list.vertical-list li {
  margin-bottom: 20px;
}

.tab-list {
  display: none !important;
}

.tab-list.active {
  display: block !important;
}

.list .image {
  float: left;
  margin-right: 10px;
  width: 97px;
}

.list-decimal .image {
  float: right;
  margin-left: 10px;
  width: 73px;
}

.relate_issue_list .list .image {
  width: 80px;
  height: 50px;
}

.blog_list .list .image,
.beinlina_list .list .image,
.author_story .authorimage {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.author_story .sideimage {
  float: right;
  margin-left: 10px;
}

.blog_list .list-item,
.beinlina_list .list-item {
  padding: 10px 0;
  cursor: pointer;
}

.list-item:first-child {
  border-top: none;
  padding-top: 0;
}

.blog_list .list .headlines {
  overflow: hidden;
}

.blog_list h1,
.beinlina_list h1 {
}

.blog_list h2,
.beinlina_list h2 {
  margin-top: 4px;
  font-size: .75em;
  line-height: 1;
}

.tab-list .headlines h2 {
  display: none;
}

.list article, .list .image {
  height: 60px;
  overflow: hidden;
}

.list-decimal .image {
  height: 49px;
}

.list-item article .headlines {
  position: relative;
}

.list-item article .readmore {
  position: absolute;
  bottom: 0;
  background-color: red;
}

.list-item {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgb(230,233,236);
  padding: 10px 0;
  cursor: pointer;
}

.section-list .list-item {
  padding: 20px 0;
}

.section_page .section-list .list-item {
  border-width: 0 0 1px 0;
}

.content-lists {
  margin-bottom: 20px;
}

.list-large h1 {
  font-size: 1.1em;
}

.list-medium h1 {
  font-size: .9em;
}

.list-large h2,
.list-medium h2 {
  font-size: .8em;
  display: block !important;
  margin-top: 5px;
}

.list-large .headlines,
.list-medium .headlines {
  width: 59%;
  float: right;
  padding: 0;
}

.list-medium .headlines {
  width: 69%;
}

.list-large .image,
.list-medium .image {
  float: left;
  width: 37.142857142%;
  margin-right: 3.857142858%;
}

.list-medium .image {
  width: 27.142857142%;
}

.list-large .image,.list-large .list-item,
.list-medium .image,.list-medium .list-item {
  height: auto !important;
}

.featured_story .image img.mainimage {
  
}

.featured_story:hover .image img.mainimage {
  
}

/*.featured_story.secondary_story:hover .image img.mainimage {
  
}*/

.story .image img.mainimage {
  
}

.story:hover .image img.mainimage {
  
}

.story.small:hover .image img.mainimage,.story.list:hover .image img.mainimage,.story.list-large:hover .image img.mainimage {
  
}

.section_dark .story:hover .image {
  background-color: white;
}

.section_dark .story:hover .image img.mainimage {
  
}

.story * {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.social_label {
  font-size: .85em;
  color: rgb(48,52,56);
  margin-bottom: 5px;
}

.story .section_banner,.featured_story .section_banner,.story .number,.story .comment_count,.featured_story .comment_count {
  position: absolute;
  background-color: rgb(30,34,38);
  color: white;
  font-weight: 700;
}

.story .comment_count,.featured_story .comment_count {
  top: 8px;
  right: 8px;
  background-color: inherit;
  background-repeat: no-repeat;
  height: 26px;
  line-height: 22px;
  width: 30px;
  font-size: .9em;
  text-align: center;
}

.svg .story .comment_count {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-image: url(/static/img/2013v2/comment_bubble.svg);
}

.no-svg .story .comment_count {
  background-image: url(/static/img/2013v2/comment_bubble.png);
}

.story .section_banner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  top: -20px;
}

.story:hover .section_banner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}

.section_banner {
  top: 0;
  font-size: .75em;
  padding: 1px 4px;
}

.featured_story .section_banner,
.story .section_banner {
  margin: 10px;
}

.story .number {
  height: 30px;
  width: 30px;
  font-size: 1.25em;
  text-align: center;
  line-height: 30px;
}

.story.small .number {
  bottom: 0;
}

/*.story.list-decimal .listnumber {
  float: left;
  font-size: 3.05em;
  font-weight: 100;
  line-height: 1;
  margin-right: 12px;
  color: rgb(200, 204, 208);
}*/
.story.list-decimal .listnumber {
  float: left;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  margin-right: 8px;
  color: rgb(255, 255, 255);
  background: rgb(150,155,160);
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
}

  .story.list-decimal .listnumber.frettir { background: hsl(0,75%,50%); }
  .story.list-decimal .listnumber.folk { background: hsl(275,54.5%,43.1%); }
  .story.list-decimal .listnumber.sport { background: hsl(120,50%,39.2%); }
  .story.list-decimal .listnumber.umraeda,
  .story.list-decimal .listnumber.leidari,
  .story.list-decimal .listnumber.sandkorn,
  .story.list-decimal .listnumber.gula_pressan { background: hsl(206,70%,45%); }
  .story.list-decimal .listnumber.menning,
  .story.list-decimal .listnumber.kritik { background: hsl(22,36%,43%); }
  .story.list-decimal .listnumber.lifsstill { background: hsl(338,76%,55%); }
  .story.list-decimal .listnumber.neytendur { background: hsl(20,75%,50%); }
  .story.list-decimal .listnumber.skritid { background: hsl(207,13%,13.5%); }

.list .comment_count,.list-large .comment_count,.list-medium .comment_count {
  left: 5px;
  right: inherit;
}

.list .number,.list-large .number,.list-medium .number {
  bottom: 0px;
  top: inherit;
  padding: 1px 7px;
}

.list .section_banner,.list-large .section_banner,.list-medium .section_banner {
  font-size: 9px;
  margin: 0;
  top: 0px;
  padding: 1px 4px;
}

.huge_story .section_banner,
.big_story .section_banner,
.primary_story .section_banner {
  font-size: 12px;
}

.frettir .section_banner,.frettir .number,#frettir #nav, #frettir .search-submit,
.section_frettir .section_header {
  background-color: hsla(0,75%,50%,1);
}

.folk .section_banner,.folk .number,#folk #nav, #folk .search-submit,
.section_folk .section_header {
  background-color: hsla(275,54.5%,43.1%,1);
}

.sport .section_banner,.sport .number,#sport #nav, #sport .search-submit,
.section_sport .section_header {
  background-color: hsla(120,50%,39.2%,1)
}

.beinlina .section_banner,.beinlina .number,#beinlina #nav, #beinlina .search-submit,
.sandkorn .section_banner,.sandkorn .number,#sandkorn #nav, #sandkorn .search-submit,
.leidari .section_banner,.leidari .number,#leidari #nav, #leidari .search-submit,
.blogg .section_banner,.blogg .number,#blogg #nav, #blogg .search-submit,
.gula_pressan .section_banner,.gula_pressan .number,#gula_pressan #nav, #gula_pressan .search-submit,
.umraeda .section_banner,.umraeda .number,#umraeda #nav, #umraeda .search-submit,
.section_umraeda .section_header {
  background-color: hsla(206,70%,45%,1)
}

.kritik .section_banner,.kritik .number,#kritik #nav, #kritik .search-submit,
.section_menning .section_header {
  background-color: hsla(22,36%,43%,1);
}

.lifsstill .section_banner,.lifsstill .number,#lifsstill #nav, #lifsstill .search-submit,
.section_lifsstill .section_header {
  background-color: hsla(338,76%,55%,1)
}

.neytendur .section_banner,.neytendur .number,#neytendur #nav, #neytendur .search-submit,
.section_neytendur .section_header {
  background-color: hsla(20,75%,50%,1);
}

.skritid .section_banner,.skritid .number,#skritid #nav, #skritid .search-submit,
.section_skritid .section_header {
  background-color: hsla(207,13%,13.5%,1);
}

.story.frettir:hover a h1,#frettir #subnavbar > li > a:hover,#frettir #subnavbar > li.active > a {
  color: hsla(0,75%,50%,1); border-color: hsla(0,75%,50%,1);
}

.story.folk:hover a h1,#folk #subnavbar > li > a:hover,#folk #subnavbar > li.active > a {
  color: hsla(275,54.5%,43.1%,1); border-color: hsla(275,54.5%,43.1%,1);
}

.story.sport:hover a h1,#sport #subnavbar > li > a:hover,#sport #subnavbar > li.active > a {
  color: hsla(120,50%,39.2%,1); border-color: hsla(120,50%,39.2%,1)
}

.story.beinlina:hover a h1,#beinlina #subnavbar > li > a:hover,#beinlina #subnavbar > li.active > a,
.story.sandkorn:hover a h1,#sandkorn #subnavbar > li > a:hover,#sandkorn #subnavbar > li.active > a,
.story.leidari:hover a h1,#leidari #subnavbar > li > a:hover,#leidari #subnavbar > li.active > a,
.story.blogg:hover a h1,#blogg #subnavbar > li > a:hover,#blogg #subnavbar > li.active > a,
.story.gula_pressan:hover a h1,#gula_pressan #subnavbar > li > a:hover,#gula_pressan #subnavbar > li.active > a, 
.story.umraeda:hover a h1,#umraeda #subnavbar > li > a:hover,#umraeda #subnavbar > li.active > a {
  color: hsla(206,70%,45%,1); border-color: hsla(206,70%,45%,1);
}

.story.kritik:hover a h1,#kritik #subnavbar > li > a:hover,#kritik #subnavbar > li.active > a {
  color: hsla(22,36%,43%,1); border-color: hsla(22,36%,43%,1);
}

.story.lifsstill:hover a h1,#lifsstill #subnavbar > li > a:hover,#lifsstill #subnavbar > li.active > a {
  color: hsla(338,76%,55%,1); border-color: hsla(338,76%,55%,1);
}

.story.neytendur:hover a h1,#neytendur #subnavbar > li > a:hover,#neytendur #subnavbar > li.active > a {
  color: hsla(20,75%,50%,1); border-color: hsla(20,75%,50%,1);
}

.story.skritid:hover a h1,#skritid #subnavbar > li > a:hover,#skritid #subnavbar > li.active > a {
  color: hsla(207,13%,13.5%,1); border-color: hsla(207,13%,13.5%,1);
}

#frettir .box.cover .cover_head {
  border-color: hsla(0,75%,50%,1);
}

#folk .box.cover .cover_head {
  border-color: hsla(275,54.5%,43.1%,1);
}

#sport .box.cover .cover_head {
  border-color: hsla(120,50%,39.2%,1)
}

#kritik .box.cover .cover_head {
  border-color: hsla(22,36%,43%,1);
}

#lifsstill .box.cover .cover_head {
  border-color: hsla(338,76%,55%,1)
}

#neytendur .box.cover .cover_head {
  border-color: hsla(20,75%,50%,1);
}

#skritid .box.cover .cover_head {
  border-color: hsla(207,13%,13.5%,1);
}

#frettir .entry_top .subcat a {
  color: hsla(0,75%,50%,1);
}

#folk .entry_top .subcat a {
  color: hsla(275,54.5%,43.1%,1);
}

#sport .entry_top .subcat a {
  color: hsla(120,50%,39.2%,1)
}

#leidari .entry_top .subcat a,
#sandkorn .entry_top .subcat a,
#gula_pressan .entry_top .subcat a,
#umraeda .entry_top .subcat a {
  color: hsla(206,70%,45%,1);
}

#kritik .entry_top .subcat a {
  color: hsla(22,36%,43%,1);
}

#lifsstill .entry_top .subcat a {
  color: hsla(338,76%,55%,1)
}

#neytendur .entry_top .subcat a {
  color: hsla(20,75%,50%,1);
}

#skritid .entry_top .subcat a {
  color: hsla(207,13%,13.5%,1);
}

.section_dark .story:hover a h1 {
  color: rgb(230,233,236) !important;
}

/* === ColorBox === */
/*
Colorbox Core Style: 
The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
  background: white;
}

#cboxTopLeft {
  width: 15px;
  height: 15px;
}

#cboxTopCenter {
  height: 15px;
}

#cboxTopRight {
  width: 15px;
  height: 15px;
}

#cboxBottomLeft {
  width: 15px;
  height: 0px;
}

#cboxBottomCenter {
  height: 0px;
}

#cboxBottomRight {
  width: 15px;
  height: 0px;
}

#cboxMiddleLeft {
  width: 15px;
}

#cboxMiddleRight {
  width: 15px;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 30px;
}

#cboxTitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
  padding: 7px 0 10px 0;
}

#cboxCurrent {
  position: absolute;
  top: 0px;
  left: 43px;
  color: #444;
  background-color: white;
  padding: 0 5px 4px 0;
  display: none;
  visibility: hidden;
}

#cboxSlideshow {
  position: absolute;
  top: 0px;
  right: 42px;
  color: #444;
  background-color: white;
}

#cboxPrevious {
  left: 0;
  background: url(/static/js/colorbox/images/dvbox_prev.png) no-repeat 0 0;
  background-color: white;
}

#cboxNext {
  left: 22px;
  background: url(/static/js/colorbox/images/dvbox_next.png) no-repeat 0 0;
  background-color: white;
}

#cboxLoadingOverlay {
  background: #fff url(/static/js/colorbox/images/loading.gif) no-repeat 5px 5px;
}

#cboxClose {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 19px;
  height: 19px;
  background: url(/static/js/colorbox/images/dvbox_loka.png) no-repeat top right;
  text-indent: -9999px;
  background-color: white;
}

#cboxPrevious,#cboxNext {
  position: absolute;
  top: 0px;
  margin: 0;
  border: none;
  padding: 2px 11px;
  text-indent: -9999px;
}


.askriftarboxnanar {
  height: 410px;
}

.innskraning {
  padding: 0;
  height: 60px;
  margin-top: 0;
}

.innskraning .logo {
  margin-right: 10px;
  float: left;
  width: 145px;
}

.innskraning form {
  float: right;
  margin: 5px 25px 0 0;
}

.innskraning form input {
  padding: 8px 12px;
  margin-right: 10px;
  width: 175px;
  border: none;
  background-color: rgba(0,0,0,.1);
  font-size: .9em;
}

.innskraning form button {
}

.innskraning form .gleymt {
  margin-left: 10px;
  text-decoration: none;
  color: rgb(80,80,80);
  font-size: 0.8em;
}

.featured .bg_img .headlines {
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 100%);
  background-image: linear-gradient(bottom, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 100%);
}

.featured .black .headlines {
  background-color: rgb(20,20,20);
}

.featured .white .headlines {
  background: white;
  padding-top: 1.5%;
  color: rgb(30,34,38);
}

.featured .secondary_story.bg_img .headlines {
  padding: 10% 3% 3%;
}

.featured .huge_story.bg_img .headlines,
.featured .big_story.bg_img .headlines,
.featured .primary_story.bg_img .headlines {
  padding: 10% 3% 3%;
}

.featured .secondary_story.black .headlines {
  padding: 4% 5%;
}

.featured .huge_story.black .headlines,
.featured .big_story.black .headlines,
.featured .primary_story.black .headlines {
  padding: 2% 3%;
}

.featured .neg h1,.featured .neg h2 {
  color: white;
}

.featured .bg_img.neg .headlines {
 /* text-shadow: 2px 2px 8px rgba(0,0,0,.95); */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25),0px 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

.featured .bg_img.neg:hover .headlines {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5),0px 0 25px rgba(0, 0, 0, 0.25);
}

.featured .huge_story.bg_img h1,
.featured .big_story.bg_img h1,
.featured .primary_story.bg_img h1 {
  font-weight: 800;
}


/* === Sections === */
.primary_section_story {
  margin-bottom: 30px;
}

.primary_section_featured {
  margin-top: 30px;
}
.primary_section_featured.top {
  margin-top: 0px;
}

.secondary_section_story {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section_story_list {
  margin-top: 30px;
  margin-bottom: 20px;
}

.section_story_list.section_page {
  margin-top: 0px;
}

.section_archive {
  margin-top: 10px;
}

.section_archive a {
  font-weight: bold;
}

.primary_section_story .headlines h1 {
  font-size: 2.5em;
}

.primary_section_story .headlines h2 {
  font-size: 1em;
}

.generic_section .excerpt {
  font-size: .8em;
  margin-top: 10px;
  color: rgb(20,20,20);
}

.section-list .story .image {
  float: left;
  width: 40%;
  margin-right: 3%;
}

.section-list .story .headlines {
  float: right;
  width: 57%;
  padding: 0;
}

.section-list .story h1 {
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: -.025em;
}

.section-list .story h2 {
  display: inherit;
  font-size: 1em;
  margin-top: 5px;
}

.section_story_list .comment_count {
  /* left: 33.333333% !important;
  right: inherit; */
  bottom: 0;
  top: auto;
}

.generic_section_header {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 3px solid rgb(230,233,236);
}

.generic_section_header .headlines {
  float: left;
}

.generic_section_header .social {
  float: right;
}

.generic_section_header .social .title {
  font-size: .8em;
  font-weight: 700;
  margin-bottom: 3px;
}

.generic_section_header a {
  color: rgb(48,52,56);
}

.generic_section_header h1 {
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: -.025em;
  color: rgb(48,52,56);
}

.generic_section_header h2 {
  font-size: 1em;
  font-weight: 400;
  margin-top: .5em;
}

.generic_section_header.district_header {
  background-image: url(/static/img/sudurnes_logo.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 35px;
  padding: 0 0 15px 50px;
}

/* === Fréttamál === */

#relateissue .ri-box {
  position: relative;
  width: 100%;
  background-size: cover;
  overflow: hidden;
}

#relateissue .ri-box * {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#relateissue .ri-box:before {
  content: "";
  display: block;
  padding-top: 66.666666%;
}

#relateissue .ri-box > article {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#relateissue .ri-box-medium:nth-child(2) {
  margin-top: .58125em;
}

#relateissue .ri-box .content {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 34, 38, 0.1);
}

#relateissue .ri-box:hover .content {
  background-color: rgba(30, 34, 38, 0.5);
}

#relateissue .ri-box .content .headlines {
  position: absolute;
  bottom: -1.75em;
  padding: 1.25em;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0px rgba(30, 34, 38, 0.25);
  text-align: center;
  width: 100%;

  background-image: -webkit-linear-gradient(bottom, rgba(30, 34, 38,.65) 0%, rgba(30, 34, 38,0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(30, 34, 38,.65) 0%, rgba(30, 34, 38,0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(30, 34, 38,.65) 0%, rgba(30, 34, 38,0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(30, 34, 38,.65) 0%, rgba(30, 34, 38,0) 100%);
  background-image: linear-gradient(bottom, rgba(30, 34, 38,.65) 0%, rgba(30, 34, 38,0) 100%);
}

#relateissue .ri-box:hover .content .headlines {
  bottom: 0;
  text-shadow: 1px 1px 0px rgba(30, 34, 38, 0.5);
}

#relateissue .ri-box .headlines h1 {
  font-size: 1.25em;
}

#relateissue .ri-box .headlines h2 {
  font-size: .9em;
  font-weight: 400;
  border-top: 1px solid rgba(255,255,255,.25);
  margin-top: .4em;
  padding-top: .4em;
  opacity: 0;
}

#relateissue .ri-box:hover .content .headlines h2 {
  opacity: 1;
}

#relateissue .ri-box-large {
  font-size: 2em;
  letter-spacing: -.025em;
}

#relateissue .ri-box-large .headlines h2 {
  font-size: .7em;
}

#relateissue .ri-box-medium {
  font-size: 1.25em;
  letter-spacing: -.025em;
}

/* === Bein lína === */


.bl_image img { width: 100%; }

h1.bl_title { 
  font-size: 3em;
  margin-bottom: 15px;
  line-height: 1;
  letter-spacing: -.025em;
}

h2.bl_subtitle { 
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 15px;
}

.bl_desc {
  font-size: .9em;
}

.bl_social { margin-top: 10px; }

.bl_section { margin-top: 30px; }

.shead { 
  color: rgb(48,52,56);
  margin: 0 0 20px;
  font-size: 1.1em;
  border-color: rgb(230,233,236);
  border-width: 0 0 1px;
  border-style: solid;
  padding: 10px 0;
}

#umraeda .shead { 
  border-width: 3px 0 0;
  margin: 10px 0 0;
}

.shead_title {
  float: left;
  font-size: 1.25em;
  color: rgb(48,52,56);
}

.shead_title small {
  font-weight: 400;
}

.shead_info {
  float: right;
  font-size: .8em;
}

.cathead { 
  color: rgb(48,52,56);
  margin: 0 0 10px;
  font-size: .95em;
  border-color: rgb(230,233,236);
  border-width: 0 0 1px;
  border-style: solid;
  padding: 10px 0;
}

.cathead_title {
  float: left;
  font-size: 1.1em;
  color: rgb(48,52,56);
}

.section_umraeda .cathead_title {
  color: hsl(206,70%,45%);
}

.cathead_info {
  float: right;
  font-size: .8em;
  padding-top: 2px;
}

.col2 .cathead_info {
  display: none;
}


.lettercount {
  font-weight: 700;
}

textarea.querybox {
  width: 97%;
  padding: 1.5%;
  color: rgb(48,52,56);
  border-color: rgb(230,233,236);
  border-width: 1px;
  transition: border-color .3s ease;
}

textarea.querybox:focus {
  outline: none;
  border-color: rgb(150,155,160);
}

textarea.querybox::-webkit-input-placeholder { color: rgb(48,52,56,.85); }
textarea.querybox:-moz-placeholder { color: rgb(48,52,56,.85); }
textarea.querybox::-moz-placeholder { color: rgb(48,52,56,.85); }
textarea.querybox:-ms-input-placeholder { color: rgb(48,52,56,.85); }

.question_lower { 
  margin: 10px 0;
}

.submit_wrap { 
  float: right;
  width: 60%;
  text-align: right;
}

.posttowall { float: left; font-size: .8em; }

.bl_fblogin { 
  float: left;
  width: 40%;
}

.bl_fblogin #fb_image { 
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}

.bl_fblogin #fb_image img { 
  width: 100%;
}

.bl_fblogin .fb_nafn { 
  line-height: 1;
  font-size: .8rem;
}

.bl_fblogin #fb_name { 
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 2px;
}

.live #chat { max-height: 500px; overflow-y: scroll; padding-right: 10px; }

.message {
  padding: 15px 0px;
  border-top: 1px solid rgba(48,52,56,.1);
}

.message#admin_msg {
}

.message .message_img {
  float: left;
  margin-right: 2%;
  width: 7%;
  border-radius: 50%;
  overflow: hidden;
}

.message .message_img img {
  width: 100%;
}

.message .message_nafn {
  font-weight: 700;
  font-size: .9em;
  margin-bottom: 5px;
  line-height: 1;
}

.message .message_nafn .fb-like iframe {
max-width: 84px;
}


.message .message_txt {
  font-size: .9em;
  line-height: 1.4;
  width: 91%;
  float: right;
}

.message .message_action { padding: 10px 0 0 10px; float: right; }

.beinlina_front .bl_image img { width: 100%; }

.beinlina_front h1.bl_title { 
  font-size: 1.8em;
  margin-bottom: 15px;
  line-height: 1;
  letter-spacing: -.025em;
}

.beinlina_front h2.bl_subtitle { 
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 15px;
}

.beinlina_front .bl_desc {
  font-size: .9em;
}

.beinlina_front .item { 
  border-top: 1px solid rgba(48,52,56,.1);
  padding: 15px 0;
  position: relative;
}

.beinlina_front .item img { 
  float: left;
}

.beinlina_front .item a.bl_submit { position: absolute; bottom: 15px; right: 0; }

/* === Footer === */
#footer {
  color: rgb(150,150,150);
  background-color: rgb(48, 52, 56);
  margin-bottom: -1px;
  padding: 20px 0 30px;
  font-size: 80%;
  font-weight: 400;
  width: 100%;
}

#footer .footer_logo {
  width: 160px;
}

#footer .footer_logo .company_logo {
  width: 120px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.svg #footer .footer_logo .company_logo {
  background-image: url(/static/img/2013v2/logo_grey.svg);
}

.no-svg #footer .footer_logo .company_logo {
  background-image: url(/static/img/2013v2/logo_grey.png);
}

#footer .footer_logo .address {
  font-size: .85em;
  margin-top: 8px;
}

#footer .footer_menu {
  margin-top: 2px;
}

#footer .lower_menu {
  margin-top: 10px;
}

#footer .footer_menu li {
  float: left;
  border-right: 1px solid rgba(255,255,255,.1);
}

#footer .footer_menu a {
  color: rgb(150,150,150);
}

#footer .upper_menu li {
  margin-right: 14px;
  padding-right: 14px;
  font-size: 1.5em;
}

#footer .upper_menu li a,#footer .upper_menu li .phonenumber {
  font-weight: 700;
}

#footer .lower_menu li {
  margin-right: 8px;
  padding-right: 8px;
  font-size: .9em;
}

#footer .footer_menu li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

#footer .disclaimer {
  width: 132px;
  text-align: right;
}

#footer .disclaimer .copyright {
  font-size: 1.2em;
  margin-bottom: 3px;
  font-weight: 700;
}

#footer .disclaimer .smallprint {
  font-size: .85em;
}


/* === Flatpages === */
h1.flatpage_title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -.025em;
  margin-bottom: 10px;
}

.flatpage_content p {
  font-size: 16px;
  line-height: 1.5;
}


/* FRETTIR */
a.frettaskot {
  color: black;
  text-align: center;
  padding: 10px 4px 0 0;
  font-size: 12px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.share_buttons_nidri {
  margin: 15px 0;
}

.share_buttons_nidri .fb_liketakki {
  float: left;
}

.share_buttons_nidri .fb_sharetakki {
  float: right;
  padding-top: 3px;
}

.share_buttons_nidri .shareitem {
  float: left;
}

.share_buttons_nidri .shareitem.fb {
  width: 130px;
}

.share_buttons_nidri .shareitem.fbshare {
  padding-top: 3px;
}

/* Entities */
#entity .entity_profile {
  overflow: auto;
}

#entity .entity_profile h1 {
  font-size: 3em;
  line-height: 0.95em;
  font-weight: bold;
  letter-spacing: -.025em;
}

#entity .entity_profile h2 {
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 0;
}

#entity .entity_profile .entity_excerpt {
  margin: 10px 0 0 0;
}

#entity .entityMynd {
  float: right;
  margin: 0 0 0 10px;
}

#entity .entity_related {
  border-top: 3px solid rgb(120,120,120);
  padding: 2px 0;
  margin: 20px 0 0 0;
  width: 430px;
}

#entity .entity_related h3 {
  font-size: 1.3em;
  font-weight: bold;
}

#entity .entity_related {
  padding: 5px 0 0 0;
}

#entity .entityList ul {
  margin: 5px 0 0 0;
}

#entity .entityList ul li {
  margin: 3px 0px;
}

#entity .entityList ul li a {
  color: hsla(206,70%,45%,1);
  text-decoration: none;
}

#entity .entityList ul li a:hover {
  color: hsla(0,75%,50%,1);
  text-decoration: underline;
}

#entity .entity_relatedlist {
  margin: 10px 0 0 0;
}

#entity .entity_relatedlist .sectionMolarMynd {
  float: left;
  width: 90px;
  margin: 0 10px 0 0;
  position: relative;
}

#entity .entity_relatedlist .sectionMolarTexti {
  float: left;
  width: 330px;
}

#entity .entity_relatedlist .sectionMolarItem {
  overflow: auto;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid rgb(230,233,236);
}

#entity .entity_relatedlist h1.sectionMolarHeadline {
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 0;
  line-height: 1.05em;
  vertical-align: middle;
  overflow: hidden;
  margin: 0;
}

#entity .entity_relatedlist .sectionMolarDate {
  font-size: 0.9em;
  line-height: 1em;
  color: rgb(120,120,120);
  margin: 3px 0 0 0;
}

/* Entries */

.entry_wrap.black {
  padding-top: 0px !important;
}

.entry_wrap.cover .head {
  display: none;
}

.entry_top { 
  border-bottom: 1px solid rgb(230, 233, 236);
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.entry_top .subcat a {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(221, 0, 0);
}

.entry_top .social_count {
  font-weight: 700;
  color: rgb(48,52,56);
}

.entry_top .like_count {
  margin-right: 10px;
}

.entry_top .social_count .icon {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 90%;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  display: inline-block;
}

.svg .entry_top .comment_count .icon {
  background-image: url(/static/img/comment_icon.svg);
}

.svg .entry_top .like_count .icon {
  background-image: url(/static/img/share_icon.svg);
}

.entry .head h1 {
  font-size: 3em;
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 800;
  margin-bottom: 15px;
}

.entry.featured_entry .head h1 {
  font-size: 5em;
  line-height: 1.1;
}

.entry .tabloid {
  font-family: Impact, 'Anton', sans-serif;
  font-weight: normal !important;
  text-transform: uppercase;
  letter-spacing: -.025em !important;
  line-height: .89em !important;
  color: rgb(30,34,38);
}

.entry h1.tabloid {
  margin: 5px 0px 8px 0;
  font-size: 7em !important;
}

.entry .undirtitill {
  font-size: 1.024em;
  margin-bottom: 15px;
  font-weight: 400;
}

.entry.featured_entry .undirtitill {
  font-size: 1.5em;
}

.entry_info {
  line-height: 1;
  min-height: 20px;
  color: rgb(48, 52, 56);
  margin-bottom: 15px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgb(230, 233, 236);
  padding: 10px 0;
}

.entry_info .reporter {
  width: 70%;
}

.entry_info .datetime {
  width: 30%;
  text-align: right;
}

.entry_info .reporter_wrap {
  margin-top: 5px;
}

.entry_info .reporter_wrap:first-child {
  margin-top: 0px;
}

.entry_info .reporter_name {
  font-weight: bold;
  font-size: .8em;
  margin-right: 5px;
}

.entry_info .reporter_name a {
  color: rgb(48,52,56);
}

.entry_info .reporter_mail {
  font-size: .7em;
}

.entry_info .datetime {
  font-size: .9em;
  margin-top: 3px;
}

.entry_info .reporter_img {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}

.entry_wrap .body > p,.entry_wrap .text_body p {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
}


.entry_wrap .body p a,
.post .body p a {
  color: hsla(206,70%,45%,1);
  text-decoration: underline;
}

.entry_wrap .body p a:visited {
  color: rgb(120,80,180);
}

.entry_wrap .body p a:hover {
  color: rgba(0,120,180,.8);
}

.entry_wrap .body p a:focus {
  outline: thin dotted;
}

.entry_wrap .body p a:hover,a:active {
  outline: 0;
}

.entry_wrap .body > p,.entry_wrap .text_body > p,.entry_wrap .text_body > h1,.entry_wrap .text_body > h2,.entry_wrap .text_body > h3,.entry_wrap .text_body > h4,.entry_wrap .text_body > h5,.entry_wrap .text_body > ol,.entry_wrap .text_body > ul,.entry_wrap .text_body > table, .meira_wrap {
  margin: 0 0 12px;
  color: rgb(40,40,40);
}

.entry_wrap .body > p,.entry_wrap .text_body > p,.entry_wrap .text_body > h1,.entry_wrap .text_body > h2,.entry_wrap .text_body > h3,.entry_wrap .text_body > h4,.entry_wrap .text_body > h5,.entry_wrap .text_body > ol,.entry_wrap .text_body > ul,.entry_wrap .text_body > table, .box.position_block, .meira_wrap {
  width: 100%;
}

.box.position_bigblock,.box.position_block,
.box.position_left,.box.position_right,
.box.position_small_left,.box.position_small_right {
  width: 100%;
  clear: both;
  margin: 10px auto 30px;
}

.entry_wrap .text_body hr {
  width: 100%;
}

.body ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}

.body ol li {
  list-style: decimal;
  margin-bottom: .25em;
}

@media only screen and (min-width: 768px) {

  .entry_wrap .body > p,.entry_wrap .text_body > p,.entry_wrap .text_body > h1,.entry_wrap .text_body > h2,.entry_wrap .text_body > h3,.entry_wrap .text_body > h4,.entry_wrap .text_body > h5,.entry_wrap .text_body > ol,.entry_wrap .text_body > ul,.entry_wrap .text_body > table, .meira_wrap {
    margin: 0 8% 12px;
  }

  .entry_wrap .body > p,.entry_wrap .text_body > p,.entry_wrap .text_body > h1,.entry_wrap .text_body > h2,.entry_wrap .text_body > h3,.entry_wrap .text_body > h4,.entry_wrap .text_body > h5,.entry_wrap .text_body > ol,.entry_wrap .text_body > ul,.entry_wrap .text_body > table, .box.position_block, .meira_wrap {
    width: 84%;
  }

  .entry_wrap .text_body hr {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .entry_wrap .flyout_wrap {
    position: fixed;
    width: 300px;
    height: 200px;
    bottom: 30px;
    right: -300px;
    background-color: hsla(0,75%,50%,1);
    color: white;
    cursor: pointer;
    transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
  }
  .entry_wrap .flyout_in {
    right: 0px;
  }

}

.entry_wrap .text_body > h1 {
  font-size: 1.8em !important;
}

.entry_wrap .text_body > h2 {
  font-size: 1.3em !important;
  margin-top: 1.3em;
}

.entry_wrap .text_body > h3 {
  font-size: 1.25em !important;
  line-height: 1.4;
  font-weight: 400;
}

.entry_wrap .text_body > h4 {
  font-size: 1.1em !important;
}

.entry_wrap .text_body > h5 {
  font-size: 1em !important;
}

.meira_wrap {
  padding: 10px 0;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: rgb(200,204,208);
  margin-top: 20px;
  margin-bottom: 20px;
}

.meira_wrap .meira_message {
  float: left;
  width: 75%;
  font-size: .9rem;
}

.meira_wrap a.meira {
  float: right;
}


#page table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

#page table {
  width: 100%;
  margin: 20px 0;
}

#page table th,#page table td {
  padding: 4px 5px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

#page th {
  font-weight: bold;
}

#page thead th {
  vertical-align: bottom;
}

#page caption + thead tr:first-child th,#page caption + thead tr:first-child td,#page colgroup + thead tr:first-child th,#page colgroup + thead tr:first-child td,#page thead:first-child tr:first-child th,#page thead:first-child tr:first-child td {
  border-top: 0;
}

#page tbody + tbody {
  border-top: 2px solid #dddddd;
}

.black .head {
  padding: 15px;
  margin-bottom: 10px;
  color: white;
  background-color: rgb(30,34,38);
}

.black .head h1 {
  color: white !important;
}

.black .undirtitill {
  margin-bottom: 0px !important;
  color: white;
}

@media only screen and (min-width: 768px) {

  .box.position_left,.box.position_right,
  .box.main.position_small_left,.box.main.position_small_right {
    width: 40%;
  }

  .box.main.position_left,.box.main.position_right {
    width: 47%;
  }

  .box.position_small_left,.box.position_small_right {
    width: 30%;
  }

  .box.position_left,.box.position_right,
  .box.position_small_left,.box.position_small_right {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .box.position_small_left {
    margin-left: 47px;
  }

  .box.position_small_right {
    margin-right: 47px;
  }

  .box.position_left,.box.position_small_left {
    float: left;
    clear: left;
    margin-right: 3%;
  }

  .box.position_right,.box.position_small_right {
    float: right;
    clear: right;
    margin-left: 3%;
  }
}

.box.cover {
  width: 100%;
  clear: both;
  margin: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.box.cover .cover_content {
  height: 90vh;
  position: relative;
}

.box.cover .caption {
  display: none;
  position: absolute;
  left: 10px; bottom: 60px;
  background: white;
  padding: 10px;
  box-sizing: border-box;
}

.box.cover .cover_head {
  position: absolute;
  bottom: 0;
  left: -5px;
  padding: 15px 20px 0px 20px;
  background: rgb(255, 255, 255);
  width: 725px;
  border-width: 5px 0 0 0;
  border-style: solid;
  border-color: hsla(0,75%,50%,1);
}

.box.cover .cover_head h1 {
  font-size: 5em;
  font-weight: 800;
  letter-spacing: -.05em;
  margin-bottom: 21px;
}

.box .box_title {
  font-size: 18px;
}

.info_box {
  color: rgb(80,80,80) !important;
}

.info_box.position_right {
  border-left: 3px solid rgb(230,233,236);
  padding-left: 15px;
}

.info_box .critic_rating {
  margin: 5px 0;
}

.citat_box .citat_text {
  font-size: 30px;
  color: rgb(120,120,120);
  font-weight: bold;
  letter-spacing: -.025em;
}

.citat_box .byline {
  color: rgb(120,120,120);
  margin-top: 5px;
  font-size: .9em;
}

.citat_box.position_block,.citat_box.position_bigblock {
  margin: 30px auto;
}

.citat_box.position_left .citat_text {
  text-align: left;
}

.citat_box.position_right .citat_text {
  text-align: right;
}

.citat_box.position_block .citat_text,.citat_box.position_bigblock .citat_text {
  text-align: center;
}

.balance-text {
  text-wrap: balanced;
}

.poll_box {
  border-top: 3px solid rgb(230, 230, 230);
  padding-top: 10px;
}

.poll_box .box_title {
  font-size: 24px;
}

.poll_box .poll_choices {
  border-bottom: 3px solid rgb(230, 230, 230);
  padding-bottom: 5px;
}

.poll_box .pollSingleChoice {
  font-size: 14px;
  margin: 8px 0;
}

.poll_box .choiceName {
  margin-left: 3px;
}

.poll_box .poll_send {
  float: left;
  font-size: 12px;
  margin: 10px 0;
  color: rgb(150, 150, 150) !important;
}

.poll_box .poll_submit {
  float: right;
  width: 50%;
  margin: 10px 0;
}

.poll_box .pollResults {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.file_box {
  border-top: 3px solid rgb(230,233,236);
  border-bottom: 3px solid rgb(230,233,236);
  padding: 10px 0;
}

.file_list {
  margin-top: 5px;
  font-size: 14px;
}

.aukabox,
.aukabox.grey {
  padding: 1em 1.25em;
  color: rgb(48,52,56);
  background: rgb(230,233,236);
  border-top: 5px solid rgb(200,204,208);
}

.aukabox.white {
  padding: 1em 0 0;
  background: transparent;
  border-top: 5px solid rgb(230,233,236);
}

.aukabox.position_left {
  margin-right: 2em;
}

.aukabox.position_right {
  margin-left: 2em;
}

.aukabox.position_block,
.aukabox.position_bigblock {
  margin-top: 2em;
  margin-bottom: 2em;
}

.aukabox.white.position_block,
.aukabox.white.position_bigblock {
  margin-bottom: 3em;
}

.aukabox .box_title {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: -.025em;
}

.aukabox.position_block .box_title,
.aukabox.position_bigblock .box_title {
  font-size: 1.75em;
}

.aukabox .box_subhead {
  margin: .5em 0 1em;
  font-size: .9em;
  line-height: 1.25;
}

.aukabox.position_block .box_subhead,
.aukabox.position_bigblock .box_subhead {
  font-size: 1em;
}

.aukabox .box_body {
  font-size: .8em;
}

.aukabox.position_block .box_body,
.aukabox.position_bigblock .box_body {
  font-size: .9em;
}

.aukabox .box_body p {
  margin-bottom: .8em;
}

.aukabox.position_block .box_body p,
.aukabox.position_bigblock .box_body p {
  margin-bottom: .9em;
}

.aukabox .box_body p:last-child {
  margin-bottom: 0 !important;
}

.aukabox .box-image {
  margin: 0 0 .75em 1em;
}

.aukabox.position_left .box-image-small,
.aukabox.position_right .box-image-small {
  max-width: 40%;
  float: right;
}

.aukabox.position_block .box-image,
.aukabox.position_bigblock .box-image {
  float: right;
}

.aukabox.position_left .box-image-large,
.aukabox.position_right .box-image-large {
  margin: 0 0 .75em;
}

.aukabox.grey.position_left .box-image-large,
.aukabox.grey.position_right .box-image-large {
  margin: -1em -1.25em .75em;
}

.aukabox .caption {
  font-size: .75em;
  font-weight: 700;
  line-height: 1.1;
}

.aukabox.position_block .box-image-large .caption,
.aukabox.position_bigblock .box-image-large .caption {
  font-size: .85em;
}

.aukabox.position_left.image_large,
.aukabox.position_right.image_large {
  border-top: 0px;
}

.aukabox.position_block .box_subhead {
  margin: .5em 0 1em;
}

.entry_wrap .text_body iframe.twitter-timeline { width: 100% !important; }

.slides_nextprev { margin-bottom: 10px; }
.prev, .next {
  background-color: rgb(230, 230, 230);
  color: rgb(80, 80, 80);
  line-height: 1;
  padding: 8px 10px;
  font-weight: 700;
}
.box #slides .next { float: right; }
.box #slides .prev { float: left; }
.box #slides .slides_mynd { width: 644px; background-color: rgba(230,233,236,1); }
.box #slides .slides_mynd img { margin: 0 auto; }
.box #slides .pagination { display: none; }

.caption p {
  text-align: left;
  font-size: 11px;
  margin: 0 !important;
  line-height: 15px;
}

.burdarcaption {
  font-size: 12px;
}

.entry .caption {
  color: rgb(80, 80, 80);
  font-size: .8em;
  line-height: 1.25;
  margin-top: 5px;
}

.entry .caption .credit,
.entry .caption .myndakredit {
  color: rgb(120, 120, 120);
  font-size: .7em;
  margin-top: 2px;
  text-align: right;
}

.box.mynd.position_block .caption,.box.mynd.position_bigblock .caption {
  font-size: .85em;
}

.utils {
  width: 31px;
  height: 200px;
  float: left;
  clear: left;
}

.utils-btn {
  height: 31px;
  width: 31px;
  margin: 15px auto;
  display: block;
}

.utils-btn.fb {
  background-image: url(/static/img/share_fb.png);
}

.utils-btn.twitter {
  display: none;
  background-image: url(/static/img/share_tw.png);
}

.utils-btn.gplus {
  display: none;
  background-image: url(/static/img/share_icon.png);
}

.utils-btn.comments {
  background-image: url(/static/img/comment_icon.png);
}

.share_bar {
  padding: .6em 0 0;
  border-top: 3px solid rgb(230, 233, 236);
  margin: 1.5em 0; 
}

.share_bar .fb_liketakki {
  float: left;
}

.share_bar .fb_sharetakki {
  float: right;
}

.share_bar .shareitem {
  float: left;
}

.share_bar .shareitem.fb {
  width: 130px;
}

.share_bar .shareitem.fbshare {
}

.fb_share_link {
padding: .4em .8em;
font-size: .8em;
line-height: 1;
font-weight: 700;
color: rgb(255, 255, 255);
background: rgb(76, 102, 164);
}

.label {
  font-size: 1.1em;
  color: rgb(80, 80, 80);
  font-weight: bold;
}

.label {
  border-bottom: 1px solid rgb(230, 230, 230);
  padding: 5px 0;
}

.entry_wrap .label {
  border-top: 1px solid rgb(230, 230, 230);
  border-bottom: none;
  padding: 10px 0;
}

.alert {
  font-size: 90%;
  padding: 10px 15px;
  color: rgba(100,100,100,1);
  background-color: rgba(230,233,236,1);
  margin: 10px 0;
}

.alert strong {
  font-size: 110%;
}

.alert.developing {
  background-color: rgba(0,120,180,.1);
  color: hsla(206,70%,45%,1);
}

.body p.developing {
  width: 610px !important;
  margin-bottom: 10px !important;
}

.poll {
  width: 350px;
  float: right;
  padding: 10px;
  background-color: rgb(230, 230, 230);
}

.fb-comments, 
.fb-comments iframe span[style], 
.fb-comments iframe[style], 
.fb-comments span,
.fb_iframe_widget span[style] {
  width: 100% !important;
}

.athugasemdir .fb_iframe_widget iframe .postText {
  font-size: 15px !important;
}

.athugasemdir {
  margin-bottom: 30px;
}

.athugasemdir_tight {
  width: 475px;
}

.athugasemdir_tight .fb_iframe_widget,.athugasemdir_tight .fb_iframe_widget span,.athugasemdir_tight .fb_iframe_widget span iframe {
  width: 100% !important;
}

.athugasemdir_tight .fb_iframe_widget iframe .postText {
  font-size: 15px !important;
}

.comments_disclaimer {
  font-size: .9em;
  color: rgb(120,120,120);
  text-align: center;
  margin-top: 10px;
}

.comments_disclaimer a {
  color: rgb(120,120,120);
  font-weight: bold;
  text-decoration: none;
}

/* Blogg */

.blogpost_item {
  padding: 20px 0;
  border-top: 1px solid rgb(230, 233, 236);
}

.blogger_img {
float: left;
margin-right: 10px;
}

.blogger_img img {
border-radius: 50%;
}

.blogpost_header {
margin-bottom: 10px;
}

.blogpost_item h1 {
font-size: 1.25em;
}

.blogpost_item h2 {
font-weight: 400;
}

.blogpost_item .post_info {
  font-size: .9rem;
  margin-bottom: 10px;
  color: rgb(48,52,56);
}

.activebloggers .bloggerlist_item {
float: left;
margin-right: 5px;
}

.allbloggers .bloggerlist_item {

}

.bloggers_item {
  padding: 20px 0;
  border-bottom: 1px solid rgb(230, 233, 236);
}

.bloggers_item h1 {
  font-size: 1.25em;
  margin-bottom: 5px;
}

.bloggers_item img { 
  float: right;
  border-radius: 50%;
  margin-left: 10px;
}

.author {
  border-bottom: 1px solid rgb(200,204,208);
  height: 130px;
  margin-bottom: 20px;
}

.author .author_img {
  float: right;
  margin-left: 2%;
  height: 100%;
  width: 19%;
  overflow: hidden;
}

.author .author_desc {
  float: left;
  width: 79%;
}

.author .author_img img {
  height: 100%;
  float: right;
}

.author .author_desc h1.author_h1 a {
  font-size: 1.75em;
  font-weight: 400;
  color: hsla(206,70%,45%,1);
  margin: 0;
  text-transform: none;
  line-height: 1;
  letter-spacing: -.025em;
}

.author .author_desc .lysing {
  margin-top: 10px;
  font-size: .75em;
  line-height: 1.35;
}

.author .author_desc a.more {
  font-weight: bold;
  font-size: 12px;
}

#next_and_prev { width: 100%; }

#next_and_prev a {
  font-size: 11px;
}

.nav_nextprev .nav_item {
  position: fixed;
  top: 50%;
  width: 260px;
  height: 80px;
  background: rgba(230,233,236,.5);
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  transition: .3s;
}

.section_nextprev .nav_item {
  width: 160px;
  height: 60px;
}

.nav_nextprev a {
  display: block;
  height: 100%;
  box-sizing: border-box;
}

.nav_nextprev a .navtext {
  width: 220px;
  padding: 15px;
}

.section_nextprev a .navtext {
  width: 120px;
  padding: 0;
}

.nav_nextprev a h1 {
  line-height: 1;
  font-size: 1em;
}

.section_nextprev a h1 {
  line-height: 60px;
  font-size: 1.2em;
}

.nav_nextprev a time {
  font-size: .8em;
  color: rgba(48,52,56,.5);
}

.nav_nextprev .nav_next .navtext { float: right; }
.nav_nextprev .nav_prev .navtext { float: left; }

.section_nextprev .nav_next .navtext { text-align: left; }
.section_nextprev .nav_prev .navtext { text-align: right; }

.nav_nextprev .nav_next { right: -230px; }
.nav_nextprev .nav_prev { left: -230px; }

.section_nextprev .nav_next { right: -130px; }
.section_nextprev .nav_prev { left: -130px; }

.nav_nextprev .nav_next:hover { right: 0px; }
.nav_nextprev .nav_prev:hover { left: 0px; }

.nav_nextprev .nav_item .navbutton {
  box-sizing: border-box;
  width: 35px;
  height: 100%;
  line-height: 67px;
  color: rgba(48, 52, 56, 0.5);
  font-size: 4em;
  text-align: center;
  transition: .3s;
}

.section_nextprev .nav_item .navbutton {
  line-height: 47px;
}

.nav_nextprev .nav_item:hover { background: rgba(230,233,236,.95); }
.nav_nextprev .nav_item:hover .navbutton { color: rgba(48, 52, 56, 0.75); }

.nav_nextprev .nav_next .navbutton { float: left; }
.nav_nextprev .nav_prev .navbutton { float: right; }

.nav_nextprev .nav_item.frettir:hover .navbutton { color: hsl(0,75%,50%); }
.nav_nextprev .nav_item.folk:hover .navbutton { color: hsl(275,54.5%,43.1%); }
.nav_nextprev .nav_item.sport:hover .navbutton { color: hsl(120,50%,39.2%); }
.nav_nextprev .nav_item.umraeda:hover .navbutton { color: hsl(206,70%,45%); }
.nav_nextprev .nav_item.menning:hover .navbutton { color: hsl(22,36%,43%); }
.nav_nextprev .nav_item.lifsstill:hover .navbutton { color: hsl(338,76%,55%); }
.nav_nextprev .nav_item.neytendur:hover .navbutton { color: hsl(20,75%,50%); }
.nav_nextprev .nav_item.skrytid:hover .navbutton { color: hsl(207,13%,13.5%); }

.post {
  margin: 20px 0;
}

.post p,.post blockquote,.post img,.post ul {
  line-height: 1.5em;
}

.post .position_bigblock {
  margin-bottom: 15px;      
}

.post .date {
  margin-top: 10px;
  font-size: .9em;
}

.post .head {
  margin-bottom: 10px;
}

.post ul li {
  margin-top: 20px;
}

.post h1,.post h1 a {
  font-size: 1.875rem;
  letter-spacing: -.025em;
  font-weight: 700;
  line-height: 1.1;
}

.post .post_info {
  font-size: .9rem;
  margin-top: 15px;
  color: rgb(48,52,56);
}

.post h2 {
  color: #666;
  margin-bottom: 5px;
  font-weight: normal;
}

.post h3,.post h3 a {
  font-size: 11px;
  color: gray;
  margin-bottom: 5px;
}

.post .body {
  margin: 15px 0;
  line-height: 1.5;
}

.post .body p {
  font-size: 1em;
  line-height: 1.5;
  max-width: 644px;
  margin-bottom: 12px;
}

.post .body p.MsoNormal {
  margin-bottom: 12px;
}

.post .body img {
}

.post .more,
.blogpost_item .more { margin-top: 10px; }
.post .more .button,
.blogpost_item .more .button { float: right; }


/* Annað */
.archive-year-list {
  margin-bottom: 15px;
  font-size: 11px;
}

#archive_month h2 {
  margin: 10px 0;
  font-weight: bold;
  font-size: 20px;
}

#archive_month .archive_day {
  margin-bottom: 20px;
}

#archive_month .archive_day li {
  font-size: 13px;
  margin-bottom: 9px;
}

/* Facebook könnun */
#poll_wrap {
  background-color: rgb(242,242,242);
  padding: 10px;
  width: 455px;
  float: left;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

#poll_wrap .pollLabel {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -.05em;
  color: hsla(206,70%,45%,1);
}

#poll_wrap .poll h2.pollHeadline {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: -.05em;
  margin-top: 5px;
}

#poll_wrap .poll .pollChoices {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 5px 0;
}

#poll_wrap .poll .pollSingleChoice {
  padding: 5px 5px;
}

#poll_wrap .poll .pollSingleChoice label {
  display: block;
  width: 100%;
}

#poll_wrap .poll .pollButtons {
  margin-top: 10px;
}

#poll_wrap .poll .pollButtons .pollSend {
  width: 60%;
  float: left;
}

#poll_wrap .poll .pollButtons .pollSubmit {
  width: 40%;
  float: right;
}

#poll_wrap .poll .pollButtons .pollSend label {
  width: 100%;
  font-size: 0.9em;
  height: 20px;
}

#poll_wrap .poll .pollButtons .pollSend a.pollResults {
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  color: hsla(206,70%,45%,1);
}

#poll_wrap .poll .pollButtons .pollSubmit button {
  background-color: hsla(206,70%,45%,1);
  border: none;
  padding: 5px 8px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
  text-shadow: 1px 1px 0px rgb(0,80,140);
  filter: dropshadow(color=rgb(0,80,140), offx=1, offy=1);
  float: right;
}

#poll_wrap .poll .pollButtons .pollSubmit button:active {
  color: rgb(215,235,245);
  text-shadow: -1px -1px 0px rgb(0,80,140);
  filter: dropshadow(color=rgb(0,80,140), offx=-1, offy=-1);
}

/* Tilboðsgluggi */

#cover { 
  width: 100%;
  min-width: 100%;
}

#cover.tilbod_cover { 
  background-color: rgb(48, 52, 56);
}

#cover.tilbod_cover.white_tilbod { 
  background-color: white;
}

#cover .tilbod_list { 
padding: 20px 0;
}

#cover .tilbod { 
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  display: none;
}

#cover .tilbod.active { 
  display: block;
}

#cover .tilbod_bar { 
  background-color: rgb(30, 34, 38);
  min-height: 90px;
  text-shadow: 2px 2px 0 rgba(0,0,0,.25);
}

#cover.white_tilbod .tilbod_bar { 
  background-color: rgb(230,233,236);
  text-shadow: none;
}


#cover .tilbod_btn { 
  height: 90px;
  padding: 20px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  margin: 0;
  float: left;
  width: 33.3333%;
}

#cover .tilbod_btn.active { 
  background-color: rgb(48,52,56);
}

#cover.white_tilbod .tilbod_btn.active { 
  background-color: white;
}

#cover .tilbod_btn .image { 
  width: 85px;
  float: left;
  padding-right: 20px;
}

#cover .tilbod_btn h1,
#cover .tilbod_btn h2 { 
  color: white;
}

#cover.white_tilbod .tilbod_btn h1,
#cover.white_tilbod .tilbod_btn h2 { 
  color: rgb(48,52,56);
}

#cover .tilbod_btn h2 { 
  font-weight: 400;
  margin-bottom: 3px;
}

#cover .tilbod_btn h1 { 
  font-size: 2em;
}

#cover .tilbod_txt,
#cover .tilbod_txt h1 { 
  color: white;
}

#cover .tilbod_txt { 
  padding-top: 20px;
  text-align: center;
  text-shadow: 3px 3px 0 rgba(0,0,0,.25);
}

#cover.white_tilbod .tilbod_txt,
#cover.white_tilbod .tilbod_txt h1 { 
  color: rgb(48,52,56);
  text-shadow: none;
}

#cover .tilbod_txt h1 { 
  font-size: 2.5em;
}

#cover .tilbod_txt hr { 
  margin: 10px 0;
}

#cover.dark .tilbod_txt hr { 
  border-color: rgba(0,0,0,.1);
}

#cover .tilbod_txt .features { 
  font-size: .9em;
  line-height: 1.5;
}

#cover .tilbod_txt .price { 
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1;
}

#cover .tilbod_txt .price .number { 
  font-size: 1.5em;
  margin-bottom: .2em;
}

#cover .tilbod_txt .price .price_number { 
  font-size: 3.5rem;
}

#cover .tilbod_txt .disclaimer { 
  font-size: .7rem;
  font-weight: 400;
  margin-top: 10px;
}

#cover .tilbod_txt a.button { 
  display: inline-block;
  font-size: 1.5em;
  padding: 15px 30px;
  text-shadow: 2px 2px 0 rgba(0,0,0,.25);
  border-radius: 3px;
}

/* Stakt blað */

.paper .image {
  box-shadow: 3px 3px 0px rgb(230,233,236);
  border-color: rgb(230,233,236);
  border-width: 1px;
  border-style: solid;
}

.paper .image img {
  width: 100%;
}

.paper .readpaper h3 { 
  margin: 15px 0 10px 0;
}

.paper .readpaper ul li { 
  float: left;
  margin-right: 5px;
}

.paper .readpaper ul li a.button {
  line-height: 33px;
}

.paper .readpaper ul li a.button.large {
  line-height: 40px;
}

.paper .extrapaper_title {
  margin-bottom: 5px;
  font-size: 1.5em;
}

/* Blaðasafn */

.papers .image {
  box-shadow: 3px 3px 0px rgba(0,0,0,.25);
  border-color: rgb(230,233,236);
  border-width: 1px;
  border-style: solid;
}

.papers .paper { 
  margin-bottom: 25px; 
}

.papers .paper_date { 
  margin-bottom: 8px; 
}

.panel { 
  margin-top: 5px;
}

.panel-heading h4 a { 
  padding: 8px 10px;
  display: block;
  background-color: rgb(48,52,56);
  color: white;
}

#month .panel-heading h4 a { 
  font-size: .9em;
  background-color: white;
  padding: 8px 0;
  border-bottom: 1px solid rgb(48,52,56);
  color: rgb(48,52,56);
  font-weight: 700;
}

#month .panel-heading h4 a.collapsed { 
  font-weight: 400;
  border-bottom: 1px solid rgb(230,233,236);
}

#month .panel { 
  margin-top: 0px;
}

#month .panel-collapse.in .panel-body {
    margin-bottom: 5px;
}

.panel-heading h4 a.collapsed { 
  background-color: rgb(230,233,236);
  color: rgb(48,52,56);
  font-weight: 400;
}

.panel ul { 
  margin-bottom: 15px;
}

.panel li a { 
  color: rgb(48,52,56); 
  display: block;
  padding: 4px 10px;
  border-bottom: 1px solid rgb(230,233,236);
}

.panel li.active a { 
  font-weight: 700; 
}

.panel .collapse {
    display: none;
}
.panel .panel-collapse.in {
    display: block;
}
.panel .collapsing {
    position: relative;
    height: 0;
    overflow: hidden; 
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

.panel .date_day {
  float: left;
  width: 13.8%;
  font-size: .8em;
  box-sizing: border-box;
  padding: 2px;
  margin: 5px 5px 0 0;
  background: rgb(230, 233, 236);
  text-align: center;
}

.panel .date_day:nth-child(6n) {
  margin-right: 0px;
}

.panel .date_day.active {
  background: rgb(48,52,56);
  color: white;
  font-weight: 700;
}

.askrift_login { 
  margin-bottom: 30px;
}

.askrift_login .login_info { 
  margin-bottom: 10px;
}

.askrift_login .login_problem { 
  font-size: .8em;
}

.askrift_login .login_txt { 
  width: 78%;
}

.askrift_login .login_submit { 
  width: 20%;
}

.askrift_login .login_submit .button { 
  box-sizing: border-box;
  height: 40px;
  width: 100%;
}

.askrift_login .text_input {
  padding: 8px 12px;
  border: 1px solid rgb(230, 233, 236);
  margin: 0;
  min-width: 48.7%;
  box-sizing: border-box;
  height: 40px;
}

.askrift_login .username_input {
  margin-right: 2.6%;
}

.entry-list.owl-list {
 margin-left: -20px;
}

.owl-item article {
  margin-left: 20px;
}

.owl-wrapper-outer {
}

@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
}

@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
}

@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
}

@media only screen and (min-width: 992px) {
  /* 992 =================================================== */

}

                                                                                   
