/*
Theme Name: Fryshuset | Base
Theme URI: http://britny.se
Description: Base theme for Fryshuset
Author: Tech, Britny
Author URI: http://britny.se
Version: 0.1.0
*/

@import url("libraries/bootstrap/css/bootstrap.min.css");

.bwWrapper { position:relative; display:block; }

body {
  background-color: #1a1a1a;
  color: #666;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content {
  background-color: #d9d9d9;
  *zoom: 1;
}
#main-menu {
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
h1 {
  letter-spacing: -1px;
}

a:link,
a:visited {
  color: #ff0000;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #ff0000;
  text-decoration: underline;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited {
  color: #333;
  text-decoration: none;
}
h1 a:hover,
h1 a:focus,
h1 a:active,
h2 a:hover,
h2 a:focus,
h2 a:active {
  color: #f53131;
  text-decoration: none;
}

a:hover img,
a:focus img {
  filter: alpha(opacity=80);
  opacity: .8;
}
#billboard a:hover img,
#billboard a:focus img {
  filter: alpha(opacity=100);
  opacity: 1;
}

.alignright {
  float: right;
  margin-left: 10px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Header */
#header {
  background: #f63131 url(images/header-background.png) 0 100% repeat-x;
}
#header .container {
  position: relative;
}
#header .span2,
#header .span4,
#header .span5,
#header .search {
  position: relative;
  z-index: 1050;
}
.front #header {
  height: 65px;
  padding-top: 35px; /* Secondary menu */
}
.not-front #header {
  height: 40px;
  padding-top: 10px;
}

body > footer {
  font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
}
#logo,
footer .logo {
  display: block;
  width: 240px;
  height: 38px;
}
.front #logo {
  width: 240px;
  height: 38px;
  background: url(images/logo.png) 0 0 repeat-x;
  margin-top: 6px;
}
footer .logo,
.not-front #logo {
  background: url(images/logo-small.png) 0 0 repeat-x;
  width: 180px;
  height: 29px;
}
footer .logo {
  margin-bottom: 20px;
}

/* Layout */
#main {
  background: #d9d9d9;
}
#main {
  padding-top: 30px;
}
aside {
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 15px;
}
aside h3 {
  color: #999;
}
aside .meta,
.meta .blog-link {
  color: #999;
}
/* Sections */
section {
  margin-bottom: 20px;
}
#hero {
  margin-bottom: 0;
  position: relative;
}
.not-front #hero {
  height: 150px;
}
#hero .span8 {
  width: 800px;
}
#hero .span2 {
  margin-left: 0;
  position: relative;
  z-index: 20;
}
#hero img {
  position: absolute;
  width: 100%;
  min-height: 182px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
#hero .row {
  position: relative;
  z-index: 20;
}
.posts {
  padding-top: 30px;
}
.posts article {
  margin-bottom: 30px;
  min-height: 118px;
}
#events article {
  margin-bottom: 30px;
  min-height: 70px;
  padding: 0;
}
aside #events {
  background: #1a1a1a;
  color: #fff;
}

.main-section .btn-large {
  margin-top: 30px;
}

.main-section {
  background-color: #fff;
  margin-bottom: 0;
}
.single .main-section {
  padding-bottom: 20px;
}
.find-us .main-section .body,
.contact-us .main-section .body {
  padding: 20px;
}
.find-us .main-section .tab-content iframe,
.contact-us .main-section .tab-content iframe {
  display: block;
}
.contact-us .main-section .tab-content {
  border-bottom: 1px solid #ccc;
}
.page-about-us,
.single-article,
.page-events,
.single-event,
.has-tertiary {
  background: #fff url(images/content-backgrounds.png) 0 0 repeat-y;
}
.has-tertiary {
  background-position: -2760px 0;
}
.single-article {
  background-position: -980px 0;
}
.page-about-us {
  background-position: -1960px 0;
}
.page-about-us .span4 {
  margin: 0 10px;
  padding: 10px 0;
}
.has-tertiary .nav-secondary {
  padding-bottom: 30px;
}
.nav-tertiary {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.nav-tertiary a:link,
.nav-tertiary a:visited {
  color: #999;
  text-decoration: none;
}
.nav-tertiary a:hover,
.nav-tertiary a:focus,
.nav-tertiary a:active,
.nav-tertiary .active a {
  color: #666;
  text-decoration: none;
}
.nav-tertiary > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.nav-tertiary li {
  position: relative;
}
.nav-tertiary .active a:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -6px;
  display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e5e4e4;
  content: '';
}
.nav-tertiary > li > a {
  background: transparent url(images/icon-sprite.png) -999px 9px no-repeat;
  padding: 8px 27px;
  margin: 0;
}
.nav-tertiary .children {
  list-style: none;
  margin-bottom: 2px;
  display: none;
}
.nav-tertiary .current_page_item .children,
.nav-tertiary .current_page_ancestor .children,
.nav-tertiary .current_page_parent .children {
  display: block;
}
.nav-tertiary .children > li > a {
  display: block;
  padding: 0 15px;
  font-size: 11px;
  background: transparent url(images/icon-sprite.png) -1012px -89px no-repeat;
}
.nav-tertiary li.current_page_item > a {
  color: #666;
}
.nav-tertiary > li.current_page_item > a,
.nav-tertiary > li.current_page_ancestor > a,
.nav-tertiary > li.current_page_parent > a {
  color: #666;
  text-decoration: none;
  background-position: -999px -38px;

}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #666;
  background-color: transparent;
}

.not-front aside.events {
  background-color: #1a1a1a;
  color: #fff;
}

/* Navigation */

/* Dropdown */
.dropdown-menu,
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}
.navbar .dropdown-menu:before {
  border: none;
}
.navbar .dropdown-menu:after {
  border: none;
}
.navbar-absolute-top {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.front .navbar-absolute-top {
  top: 0;
}
.not-front .navbar-absolute-top {
  top: 10px;
}
.navbar-absolute-top .container {
  width: 980px;
}
.front.logged-in .navbar-absolute-top {
  top: 28px;
}
.not-front.logged-in .navbar-absolute-top {
  top: 38px;
}
.navbar {
  color: #000;
}
/*.front #menu-tab-news li {
  visibility: hidden;
}*/
.front #menu-tab-news,
.not-front #menu-tab-news {
  display: none;
}
/*.template-page-events .nav-tabs li {
  visibility: hidden;
}*/
.template-page-events .nav-tabs {
  display: none;
}
.navbar-inner {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow:  none;
  box-shadow: none;
}
.navbar .nav > li > a {
  text-shadow: none;
  color: #333;
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}
#main-menu {
  font-size: 18px;
  font-weight: bold;
}

#main-menu small {
  color: #999;
  font-size: 12px;
  display: block;
  font-weight: normal;
}
#main-menu .navbar {
  margin-bottom: 0;
}
#main-menu .navbar .nav {
  margin-right: 0;
}
#main-menu .navbar [class*="span"] {
  margin-left: 0;
  padding-left: 20px;
}
#main-menu .navbar .nav > li > a {
  letter-spacing: -1px;
  padding-top: 31px;
  padding-bottom: 25px;
}
#main-menu .navbar .span2 {
  width: 168px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.not-front #main-menu .navbar .nav > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#main-menu .navbar .nav li > a:hover {
  color: #e92f2f;
}
#main-menu .navbar .nav .dropdown > a:hover,
#main-menu .navbar .nav .active > a,
#main-menu .navbar .nav .open > a {
  background-color: #fff;
  color: #e92f2f;
  border-left-color: #e92f2f;
  border-right-color: #e92f2f;
}
#main-menu .navbar .nav .active > a,
#main-menu .navbar .nav .active > a:hover {
  background-color: #f63131;
  color: #fff;
}
.post-type-event #main-menu .navbar .nav #menu-item-46 > a small,
.post-type-event #main-menu .navbar .nav #menu-item-46 > a:hover small,
.post-type-post #main-menu .navbar .nav li.menu-item-45 > a small,
.post-type-post #main-menu .navbar .nav li.menu-item-45 > a:hover small,
#main-menu .navbar .nav li > a:hover small,
#main-menu .navbar .nav .active > a small,
#main-menu .navbar .nav li.open > a small {
  color: #1a1a1a;
}

/* Fake action menu items */
.post-type-event #main-menu .navbar .nav li.menu-item-46 > a,
.post-type-event #main-menu .navbar .nav li.menu-item-46 > a:hover,
.post-type-post #main-menu .navbar .nav li.menu-item-45 > a,
.post-type-post #main-menu .navbar .nav li.menu-item-45 > a:hover {
  background-color: #f63131;
  border-left-color: #e92f2f;
  border-right-color: #e92f2f;
  color: #fff;
}
#main-menu .external {
  background: url(images/externalicon.gif) 180px -28px no-repeat;
}
#main-menu .external:hover {
  background-position: 180px 11px;
}

#secondary-menu {
  font-size: 11px;
  font-weight: bold;
}
#secondary-menu .navbar .nav > li > a {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
#secondary-menu .navbar .nav > li > a:hover,
#secondary-menu .navbar .nav > li > a:focus {
  text-decoration: underline;
}
#secondary-menu .navbar .nav > li:last-child > a {
  margin-right: 0;
}
#secondary-menu .navbar {
  color: #fff;
}
.front #secondary-menu ul.home {
  display: none;
}
.not-front #secondary-menu .navbar .nav > li > a.home {
  display: block;
  width: 180px;
  height: 29px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

/* Main menu dropdown */
#main-menu .dropdown-menu {
  background-color: #f63131;
  border: none;
  width: 200px;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
}
#main-menu .navbar .nav .open .dropdown-menu a {
  border-bottom: 1px solid #cd2929;
  padding: 8px 15px;
}
#main-menu .navbar .nav .open .dropdown-menu li:last-child a {
  border-bottom: none;
}
#main-menu .navbar .nav .open .dropdown-menu a:link,
#main-menu .navbar .nav .open .dropdown-menu a:visited,
#main-menu .navbar .nav .open .dropdown-menu a:hover,
#main-menu .navbar .nav .open .dropdown-menu a:focus,
#main-menu .navbar .nav .open .dropdown-menu a:active {
  color: #fff;
  background-color: transparent;
}
#main-menu .navbar .nav .open .dropdown-menu a:hover,
#main-menu .navbar .nav .open .dropdown-menu a:focus,
#main-menu .navbar .nav .open .dropdown-menu a:active {
  color: #f63131;
  background-color: #fff;
}

#posts .body {
  padding-right: 20px;
}

/* Billboard */
#hero {
  height: 330px;
  margin-bottom: 0;
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
}
#billboard .slide {
  min-height: 330px;
}
.billboard-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;

  top: 50%;
  left: 0;
  width: 20px;
  height: 50px;
  margin-top: -25px;
  background: #ff3333;
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #fff;
  z-index: 13;
}
.billboard-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.billboard-control.right {
  left: auto;
  right: 0;
}

#billboard .slide img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#billboard .slide .content {
  position: absolute;
  bottom: 27px;
  left: 20px;
  z-index: 10;
}
#billboard .slide .title,
#billboard .slide .subtitle {
  color: #fff;
  background-color: #000;
  padding: 0 10px;
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  filter:alpha(opacity=100) /* Render the font better in IE8 and below. */
}
#billboard .slide .title {
  font-size: 60px;
  line-height: 68px;
  font-weight: bold;
  letter-spacing: -3px;
}
#billboard .slide .subtitle {
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 5px;
}
#billboard a {
  text-decoration: none;
  cursor: pointer;
}
.billboard-pager {
  display: block;
  background: #808080;
  background-color: rgba(128, 128, 128, 0.8);
  position: absolute;
  z-index: 1050;
  bottom: 0;
  width: 68px;
  height: 13px;
  left: 50%;
  margin: 0 0 0 -40px;
  padding: 7px 0 0 12px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.billboard-pager li,
.billboard-pager a {
  float: left;
  display: block;
}
.billboard-pager a {
  background-color: #b2b2b2;
  width: 8px;
  height: 8px;
  border-radius: 16px;
  margin-right: 5px;
}
.billboard-pager a.active {
  background-color: #fff;
}

@-webkit-keyframes fade-in {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

#hero {
  overflow: hidden;
  background-color: #666;
  position: relative;
}
#hero .border {
  position: absolute;
  width: 100%;
  background: url(images/billboard-background.png) 0 0 repeat-x;
  height: 5px;
  z-index: 21;
  overflow: hidden;
  top: 0;
  left: 0;
}

#hero h1 {
  background: #000;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  padding: 2px 7px 14px 7px;
  margin-top: 30px;
  display: inline-block;
  letter-spacing: -2px;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  *line-height: normal;
  *margin-bottom: -5px;
}
#hero .lead {
  background: #000;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 4px 10px 8px 10px;
  margin-bottom: 20px;
  font-weight: normal;
  margin-top: -22px;
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  *line-height: normal;
  *margin-top: -10px;
}

#billboard {
  height: 330px;
  width: 800px;
  position: relative;

}
#billboard .billboard-overlay {
  position: absolute;
  z-index: 13;
  opacity: 0.7;
  filter: alpha(opacity=70);
  top: 0;
  height: 330px;
  background-color: #666;
  width: 4800px;
}
#billboard .billboard-right {
  left: 800px;
}
#billboard .billboard-left {
  left: -4800px;
}
#billboard .billboard-inner {
  overflow: visible;
  position: absolute;
  top: 0;
  height: 330px;
  width: 800px;
  left: 0;
}
#billboard .slide {
  position: absolute;
  z-index: 11;
  top: 0;
  height: 330px;
  width: 800px;
  display: block;
}
#billboard .slide.active {
  opacity: 1;
  z-index: 12;
}
#billboard .slide img {
  display: block;
  width: 800px;
  height: 330px;
}
#billboard .slide .color {
  position: relative;
  z-index: 1;
}
#billboard .icon-arrow-prev {
  background: url(images/icon-arrow-prev-white.png) 0 0 no-repeat;
  margin: 20px 0 0 3px;
}
#billboard .icon-arrow-next {
  background: url(images/icon-arrow-next-white.png) 0 0 no-repeat;
  margin: 18px 0 0 3px;
}

/* Cities tabs */
.icon-stockholm,
.icon-goteborg,
.icon-malmo,
.icon-uppsala,
.icon-riksnatverket {
  background-position: 0 0;
  width: 30px;
  height: 37px;
}
.icon-stockholm,
.icon-riksnatverket {
  background-image: url(images/icon-stockholm.png);
}
.icon-goteborg {
  background-image: url(images/icon-goteborg.png);
}
.icon-malmo {
  background-image: url(images/icon-malmo.png);
}
.icon-uppsala {
  background-image: url(images/icon-uppsala.png);
}
.nav-tabs.cities {
  margin-bottom: 0;
  background: #fff;
  border-bottom: none;
  font-size: 10px;
  font-weight: bold;
}
.nav.cities > li > a:hover {
  background: transparent;
}
.nav-tabs.cities > li {
  width: 33%;
  height: 98px;
  overflow: hidden;
  margin-bottom: 0;
  text-align: center;
}
.nav-tabs.cities > li > a {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
  opacity: .5;
  filter: alpha(opacity=50);
  padding-top: 25px;
}
.nav-tabs.cities > li > a:hover {
  border-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-tabs.cities > .active > a,
.nav-tabs.cities > .active > a:hover {
  color: #333;
  background-color: transparent;
  border: none;
  cursor: default;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tab-content.cities {
  height: 233px;
  background: #f0f0f0;
  color: #999;
  text-align: center;
  line-height: 20px;
}
.cities .tab-pane {
  position: relative;
  padding: 30px 0px;
  max-width: 180px;
}
.cities .icon-triangle-down {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top: 0;
  left: 18px;
}
.cities #city-goteborg .icon-triangle-down {
  left: 78px;
}
.cities #city-malmo .icon-triangle-down {
  left: 138px;
}
.cities .content {
  margin-bottom: 15px;
  color: #666;
}
.cities .content .opening-hours-title {
  font-weight: bold;
  color: #999;
  display: block;
}
.cities .content .opening-hours-title-weekends {
  margin-top: 15px;
}
.cities .phone-content,
.cities address,
.cities .mail-content {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 0;
  color: #666;
}

/* Search */
#searchform {
  margin: 0;
}
#searchform .search-query {
  padding-right: 25px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  border: none;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url(images/search-background.png) 0 0 no-repeat;
  min-height: 0;
  line-height: 1;
  vertical-align: middle;
}
.front #searchform .search-query {
  height: 51px;
  *height: 43px; /* IE7 hack box-sizing */
  line-height : 43px\9; /* Align text in middle in IE8 and below */
  padding-left: 50px;
 }
.not-front #searchform .search-query {
  height: 31px;
  *height: 23px; /* IE7 hack box-sizing */
  line-height : 23px\9; /* Align text in middle in IE8 and below */
  background-position: 0 -102px;
  width: 284px;
  padding-left: 35px;
  font-size: 12px;
}
#searchform .search-query:-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
#searchform .search-query::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);

  font-weight: bold;
}
#searchform .search-query:hover::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
#searchform .search-query:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
#searchform .search-query:hover::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
#searchform .search-query:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
.front #searchform .search-query:hover,
.front #searchform .search-query:focus {
  background-position: 0 -51px;
}
.not-front #searchform .search-query:hover,
.not-front #searchform .search-query:focus {
  background-position: 0 -133px;
}

/* Lists */
div.read-more,
.pager {
  display: block;
  text-align: center;
  border-top: 2px solid #ccc;
  padding: 20px;
  font-size: 12px;
  line-height: 14px;
}
div.read-more a:link,
div.read-more a:visited,
div.read-more a:hover,
div.read-more a:focus,
div.read-more a:active,
.pager a:link,
.pager a:visited,
.pager a:hover,
.pager a:focus,
.pager a:active{
  font-weight: bold;
  color: #999;
  text-decoration: none;
}
div.read-more a:hover,
div.read-more a:focus,
div.read-more a:active,
.pager a:hover,
.pager a:focus,
.pager a:active {
  color: #ff0000;
}
div.read-more .icon-arrow,
.pager .icon-arrow {
  background-image: url(images/icon-arrow-red.png);
  background-position: 0 0;
  width: 6px;
  height: 7px;
  margin: 3px 6px 0 0;
}
.pager {
  margin-bottom: 0;
}
.pager a {
  border: none;
}
.pager a:hover {
  background-color: transparent;
}
#infscr-loading {
  padding-bottom: 20px;
  text-align: center;
}
#infscr-loading img {
  display: none;
}
#infscr-loading div {
  width: 580px;
}
#infscr-loading div.progress,
#infscr-loading div.progress div {
  width: auto;
}

.template-page-city #infscr-loading div {
  margin-right: auto;
  margin-left: auto;
}

/* Post */
section article h2 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -1px;
}

/* Nav-tabs */
#main .nav-tabs {
  margin-bottom: 0;
  background: #fff url(images/nav-tabs-background.png) 0 0 repeat-x;
  font-size: 12px;
  font-weight: bold;
}
.nav-tabs > li.pull-right {
  float: right;
}
#main .nav-tabs > li > a:hover {
  color: #f53131;
  background-color: transparent;
}

#main .nav-tabs {
  border-bottom: none;
}
#main .nav-tabs > li {
  margin-bottom: 0;
  position: relative;
}
#main .nav-tabs > li:first-child {
  margin-left: 10px;
}
#main .nav-tabs > li:last-child {
  margin-right: 10px;
}
#main .nav-tabs > li > a {
  margin-right: 0;
  color: #999;
  padding: 18px 13px 17px 13px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#main .nav-tabs > li > a .count {
  font-weight: normal;
  color: #f53131;
}
.front #main .nav-tabs > li:first-child > a,
#main .nav-tabs > .active > a,
#main .nav-tabs > .active > a:hover {
  background-color: #fff;
  color: #666;
  border: none;
  margin-top: -3px;
  padding-bottom: 20px;
}
.front #main .nav-tabs > li:first-child > a:before,
.front #main .nav-tabs > li:first-child > a:after,
#main .nav-tabs > .active > a:before,
#main .nav-tabs > .active > a:after {
	content: "";
  position: absolute;
  top: 0px;
  height: 48px;
  width: 4px;
  overflow: hidden;
  z-index: 10;
}
.front #main .nav-tabs > li:first-child > a:before,
#main .nav-tabs > .active > a:before {
  left: -4px;
  background: url(images/tab-active-left.png) 0 0 no-repeat;
}
.front #main .nav-tabs > li:first-child > a:after,
#main .nav-tabs > .active > a:after {
	right: -4px;
  background: url(images/tab-active-right.png) 0 0 no-repeat;
}

/* Events */
aside #events h1 {
  color: #999;
  font-size: 14px;
  background: #666 url(images/aside-event-header-background.png) 0 100% repeat-x;
  padding: 9px 20px 8px 20px;
}

aside #events h1 a{
  color: #999;
  font-size: 14px;
}

aside #events h1 a:hover{
  color: #fff;
  text-decoration: underline;
}

aside #events article h2 {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  height: 32px;
  text-overflow: ellipsis;
  width: 130px;
  display: block;
  overflow: hidden;
  letter-spacing: 0;
}
aside #events article h2 a:link,
aside #events article h2 a:visited,
aside #events article h2 a:hover,
aside #events article h2 a:focus,
aside #events article h2 a:active {
  color: #fff;
}
aside #events article h2 a:hover,
aside #events article h2 a:focus,
aside #events article h2 a:active {
  text-decoration: underline;
}
aside #events article {
  padding: 9px;
  border-bottom: 1px solid #333;
  min-height: 115px;
  margin-bottom: 0;
}
aside #events article .image {
  height: 67px;
  margin-bottom: 8px;
  position: relative;
}
aside #events article .image .category {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f53131;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  padding: 2px 5px 0 5px;
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
}
aside #events article .meta {
  font-size: 10px;
  color: #f53131;
}
aside #events article .content {
  padding-left: 35px;
  background: url(images/icon-event.png) 0 0 no-repeat;
  min-height: 41px;
}
aside #events article .span-icon {
  width: 30px;
  margin-top: 4px;
}
aside #events article .span-body {
  width: 122px;
  margin-left: 10px;
}
aside.events .promoted {
  position: relative;
}
aside.events .promoted .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
aside.events .promoted .sticker {
  background: #f53131;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  padding: 2px 5px 0 5px;
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
}
aside.events .promoted .info {
  border-top: 2px solid #f53131;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
}
aside.events .promoted .meta {
  text-transform: none;
  font-size: 12px;
  line-height: 15px;
  margin-left: 45px;
  padding-top: 6px;
}
aside.events .promoted h2 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding: 0 0 6px 45px;
}
aside.events .promoted a:link,
aside.events .promoted a:visited,
aside.events .promoted a:hover,
aside.events .promoted a:focus,
aside.events .promoted a:active {
  color: #fff;
  text-decoration: none;
}

.single-event aside article {
  padding: 0;
  min-height: 67px;
}
.single-event .date .day {
  font-size: 37px;
  line-height: 1;
  display: block;
  text-align: center;
}
.single-event .date .month {
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.lead {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.single-event .header {
  margin-bottom: 12px;
}
.single-event .header .span1 {
  width: 60px;
}
.single-event .header .span2 {
  width: 120px;
}
.single-event .header .span2 .date {
  float: left;
}
.single-event .header .span4 {
  width: 390px;
  margin-left: 10px;
}
.single-event .header .span1 .meta,
.single-event .header .span2 .meta {
  border-right: 1px solid #e4e3e3;
}
.single-event .header .seperator {
  margin: 0 10px;
  height: 18px;
  width: 8px;
  border-bottom: 3px solid #F53131;
}

.single-event .span-date {
  width: 55px;
}
.single-event .span-title {
  width: 425px;
}
.single-event .span-icon {
  width: 30px;
  margin-top: 20px;
}
.single-event .row-end-date .date {
  float: left;
}
.single-event .row-end-date .span-date {
  width: 120px;
}
.single-event .row-end-date .span-title {
  width: 360px;
}


article.full {
  padding: 20px 0 20px 30px;
  *zoom: 1;
}
article.full h1 {
  margin-bottom: 10px;
  line-height: 28px;
}

article.full .image {
  margin-bottom: 16px;
}

aside.article-list {
  padding-top: 20px;
}
aside.article-list .image {
  margin-left: 10px;
}
aside.article-list article {
  margin-bottom: 20px;
}
aside.article-list article h2 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  margin-right: 10px;
}

.main-event #events .image {
  margin-bottom: 0;
}

/* Event icons */
[class^="icon-event"],
[class*=" icon-event"] {
  background-image: url(images/icons.png);
  background-position: -30px -560px;
  width: 29px;
  height: 24px;
}
[class^="icon-event-red"],
[class*=" icon-event-red"] {
  background-image: url(images/icons.png);
  background-position: 0 -560px;
  width: 29px;
  height: 24px;
}
.icon-event-konsert,
.icon-event-red-konsert {
  background-position: -30px -160px;
  width: 27px;
  height: 34px;
}
  .icon-event-red-konsert {
    background-position: 0 -160px;
  }
.icon-event-ovrigt {
  background-position: -30px -560px;
  width: 27px;
  height: 24px;
}
.icon-event-utbildning {
  background-position: -30px -400px;
  width: 25px;
  height: 32px;
}
.icon-event-red-the-wave,
.icon-event-the-wave {
  background-position: -30px -520px;
  height: 26px;
}
  .icon-event-red-the-wave {
    background-position: 0 -520px;
  }
.icon-event-red-talangjakt,
.icon-event-talangjakt {
  background-position: -30px -280px;
  height: 26px;
}
  .icon-event-red-talangjakt {
    background-position: 0 -280px;
  }
.icon-event-red-teater,
.icon-event-teater {
  background-position: -30px 0;
  height: 26px;
}
  .icon-event-red-teater {
    background-position: 0 0;
  }
.icon-event-red-utstallning,
.icon-event-utstallning {
  background-position: -30px -120px;
  height: 34px;
}
  .icon-event-red-utstallning {
    background-position: 0 -120px;
  }
.icon-event-red-basket,
.icon-event-basket {
  background-position: -30px -40px;
  height: 34px;
}
  .icon-event-red-basket {
    background-position: 0 -40px;
  }
.icon-event-red-boxning,
.icon-event-boxning {
  background-position: -30px -240px;
  height: 34px;
}
  .icon-event-red-boxning {
    background-position: 0 -240px;
  }
.icon-event-red-dans,
.icon-event-dans {
  background-position: -30px -320px;
  height: 40px;
}
  .icon-event-red-dans {
    background-position: 0 -320px;
  }
.icon-event-red-gym,
.icon-event-gym {
  background-position: -30px -80px;
  height: 19px;
}
  .icon-event-red-gym {
    background-position: 0 -80px;
  }
.icon-event-red-skate,
.icon-event-skate {
  background-position: -30px -200px;
  height: 19px;
}
  .icon-event-red-skate {
    background-position: 0 -200px;
  }
.icon-event-red-forelasning,
.icon-event-forelasning {
  background-position: -30px -480px;
  height: 30px;
}
  .icon-event-red-forelasning {
    background-position: 0 -480px;
  }
.icon-event-red-konferens,
.icon-event-konferens {
  background-position: -30px -440px;
  height: 24px;
}
  .icon-event-red-konferens {
    background-position: 0 -440px;
  }
.icon-event-red-seminarier,
.icon-event-seminarier {
  background-position: -30px -360px;
  height: 24px;
}
  .icon-event-red-seminarier {
    background-position: 0 -360px;
  }

.meta {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #b2b2b2;
}
.location,
.date {
  color: #f53131;
}

/* Footer */
footer {
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 30px;
}

footer h2 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

footer h3 {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

#operations {
  background: #ce2929 url(images/footer-operations-background.png) 0 0 repeat-x;
  padding: 20px 0 30px 0;
  margin-bottom: 20px;
}
#operations a {
  color: #fff;
}
#operations h1 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 30px 0;
}
#operations h2 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.operation-body {
  padding: 30px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 29px;
}
.operations-content {
  margin-bottom: 30px;
}
.operations-content h1 {
  padding: 0 30px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 26px;
}
.operations-content h2 {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 30px;
  margin-bottom: 8px;
}
.operations-content ul {
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
}

footer .navbar .nav.nav-social > li {
  display: none;
}
footer .navbar .nav.nav-social > li.menu-item-146,
footer .navbar .nav.nav-social > li.menu-item-147,
footer .navbar .nav.nav-social > li.menu-item-148 {
  display: block;
}
footer .city {
  margin-left: 10px;
}
footer .navbar {
  margin-bottom: 0;
}
footer .navbar .nav > li > a {
  color: #fff;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
}
.front footer .navbar .nav > li:first-child > a,
footer .navbar .nav > li > a:hover,
footer .navbar .nav > .active > a,
footer .navbar .nav > .active > a:hover {
  color: #ccc;
}
footer .navbar .nav > li:first-child > a {
  padding-left: 0;
}
.footer-nav {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding-top: 25px;
  min-height: 40px;
  margin-top: 20px;
}

/* Facebook like box */
.fb-like-box {
  background: #fff;
  border: 10px solid #f0f0f0;
}

/* Event list month */
.events-list-min {
  margin-left: 20px;
  padding-top: 10px;
}
.events-list-min.event-list {
  margin-left: 0;
  padding-top: 10px;
}
.events-list-min h3 {
  margin-bottom: 7px;
}
.events-list-min a:link,
.events-list-min a:visited,
.events-list-min a:hover,
.events-list-min a:focus,
.events-list-min a:active {
  color: #fff;
}
.events-list-min a:hover,
.events-list-min a:focus,
.events-list-min a:active {
  text-decoration: none;
}
.events-list-min h2 {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 8px;
}
.events-list-min ul {
  font-weight: bold;
}
.events-list-min .title {
  color: #fff;
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.events-list-min .title,
.events-list-min .meta,
.events-list-min .date {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
}
.events-list-min .date {
  width: 70px;
}
.events-list-min .meta {
  width: 145px;
  overflow: hidden;
}
.events-list-min .event-list .date,
.events-list-min .event-list .meta {
  width: auto;
}
.events-list-min .span-image {
  width: 140px;
}
.events-list-min .span-image .image {
  margin-left: 13px;
}
.events-list-min .span-body {
  width: 230px;
  margin-left: 10px;
}
.events-list-min article {
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}

.page-events .main-event .span-body {
  width: 330px;
}
.page-events .main-event .span-icon {
  width: 30px;
  margin-top: 20px;
}


/* Push */
.push {
  background: #e6e6e6;
  color: #808080;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 20px;
}
.push p {
  font-size: 11px;
  line-height: 14px;
}
.push .content {
  padding: 10px;
}
.push h3 {
  border-top: 2px solid #ec3e37;
  background-color:  #a6a6a6;
  font-size: 11px;
  color: #fff;
  padding: 0 10px;
}
.push h3 a {
  display: block;
  background: url(images/push-arrow.png) 95% 50% no-repeat;
}
.push h3 a:link,
.push h3 a:visited,
.push h3 a:hover,
.push h3 a:focus,
.push h3 a:active {
  color: #fff
}

.front .push h3 {
  background-color: #999;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 10px;
}
.front .push .content {
  height: 29px;
  overflow: hidden;
}

/* Menu icons */
#secondary-menu .navbar .nav > #menu-item-146 > a,
#secondary-menu .navbar .nav > #menu-item-147 > a,
#secondary-menu .navbar .nav > #menu-item-148 > a {
  padding: 0;
}
.menu-item-146 a,
.menu-item-147 a,
.menu-item-148 a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -999px;
  overflow: hidden;
  margin: 6px 9px 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(images/socialmedia.png);
}
.menu-item-146 a {
  background-position: 0 0;
}
  .menu-item-146 a:hover,
  .menu-item-146 a:focus {
    background-position: 0 -16px;
  }
.menu-item-147 a {
  width: 12px;
  background-position: -18px 0;
}
  .menu-item-147 a:hover,
  .menu-item-147 a:focus {
    background-position: -18px -16px;
  }
.menu-item-148 a {
  background-position: -32px 0;
}
  .menu-item-148 a:hover,
  .menu-item-148 a:focus {
    background-position: -32px -16px;
  }
footer .navbar #footer-secondary-menu.nav > li > a {
  padding: 0;
  margin-top: 0;
}
footer .sponsors {
  margin-top: 20px;
}
footer .sponsors .sponsor-image img {
  display: inline;
  float: left;
  margin-right: 20px;
}

/* In English */
#secondary-menu .navbar .nav > .menu-item-3180 > a {
  padding: 0;
  display: block;
  background: url(images/flags.png) 0 -26px no-repeat;
	width: 16px;
	height: 11px;
	text-indent: -999px;
	overflow: hidden;
	margin-top: 9px;
}

/* Find us */
.contact-us address,
.find-us address {
  display: inline;
  margin-bottom: 0;
}


.search .main-section .header h2 {
  margin-left: 30px;
}
.search article {
  padding: 0 30px;
  min-height: 0px;
}
.search .search-box {
  margin-right: 30px;
}
.search article,
.search .header {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 19px;
}
.search .header {
  padding-top: 20px;
}
.search .pager {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  border-top: none;
}
.search .empty {
  padding: 0 30px;
}
.not-front .search .search-box #searchform .search-query {
  background: url(images/search-background-gray.png) 0 0 no-repeat;
  color: #585858;
}
.not-front .search .search-box #searchform .search-query:-moz-placeholder {
  color: #585858;
  opacity: 0.6;
  font-weight: bold;
}
.not-front .search .search-box #searchform .search-query::-webkit-input-placeholder {
  color: #585858;
  opacity: 0.6;
  font-weight: bold;
}



.row3 {
  margin-left: -25px;
}
.row3 .span3 {
  margin-left: 25px;
  width: 310px;
}

.row4 {
}
.row4 .span2 {
  width: 230px;
}

/* Sponsors */
#main .sponsors h1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 14px;
}
#main .sponsors .sponsor-image {
  margin: 0 20px 20px 0;
  float: left;
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
}
#main .sponsors .sponsor-image .inner {
  border: 1px solid #f2f2f2;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#main .sponsors .sponsor-large .inner {
  width: 154px;
  height: 120px;
}
#main .sponsors .sponsor-medium .inner {
  width: 100px;
  height: 77px;
}
#main .sponsors .content {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 19px;
  padding: 0 0 40px 30px;
}
#main .sponsors .last .content {
  border-bottom: none;
  padding-bottom: 0;
}
#main .sponsors .body {
  padding: 30px;
}

.single .main-section {
  padding: 30px;
}
.article .main-section,
.single-event .main-section,
.has-tertiary .main-section {
  padding: 0;
}

/* Popover */
.popover.top .arrow {
  border-top: 5px solid #fff;
}
.popover.right .arrow {
  border-right: 5px solid #fff;
  top: 45px;
}
.popover.bottom .arrow {
  border-bottom: 5px solid #fff;
}
.popover.left .arrow {
  border-left: 5px solid #fff;
  top: 45px;
}
.popover-inner {
  padding: 0;
  width: 280px;
  overflow: hidden;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /* IE 7-8 doesn't support box shadow */
  border: 1px solid #333 \9;
}
:root .popover-inner { border:none \0/IE9; }  /* IE9 */
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #ff3f3f;
  border-bottom: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  color: #fff;
}
.popover-content,
.popover-content p {
  font-size: 12px;
  line-height: 16px;
}
.popover-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* comments */
aside.comments {
  padding: 20px 30px;
  margin-bottom: 0;
}


.blog-section {
  display: block;
  margin-bottom: 20px;
}

.blog-heading {
  margin-bottom: 10px;
}

.blog-heading > .box {
  display: inline-block;
  background-color: #000;
  padding: 5px;
}
.blog-heading > .box-small {
  padding: 0 2px;
  position: relative;
  top: -5px;
}
.blog-heading > .box,
.blog-heading > a:link,
.blog-heading > a:visited {
  color: #fff;
}

.blog-heading > a:hover,
.blog-heading > a:focus {
  text-decoration: underline;
}

/*
 * Socialite
 */
.socialite-button { display: none; opacity: 0; }
.socialite-loaded .socialite-button { display: block; opacity: 1; }
.socialite-button iframe { border: none;  max-width: 100%; max-height: 100%; }
/*
 * Socialite Look-a-like defaults
 */
#social { display: block; list-style: none; padding: 0; margin: 20px; }
#social > li { display: block; margin: 0; padding: 10px; float: left; }
#social .socialite,
#social .socialised
{ display: block; position: relative; background: url('scripts/libraries/socialite/demo/images/social-sprite.png') 0 0 no-repeat; }
/* visually hidden from HTML5 Boilerplate */
#social .socialite span { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* fallback for default and non-loaded instances */
#social .twitter { width: 55px; height: 65px; background-position: 0 0; }
#social .googleplus { width: 50px; height: 65px; background-position: -75px 0; }
#social .facebook { width: 52px; height: 65px; background-position: -145px 0; }
#social .linkedin { width: 60px; height: 65px; background-position: -215px 0; }
#social .stumbleupon { width: 50px; height: 65px; background-position: -295px 0; }
#social .socialite-loaded { background: none !important; }

/*
 * Byline
 */
.byline {
  font-size: 14px;
  line-height: 18px;
  border-top: 1px solid #ccc;
  margin: 20px 30px;
  padding: 20px 0 0 0;
}
.byline-image {
  padding-right: 10px;
}
.byline-name {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
