/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-apr-23, 09:37:10
    Author     : Casper
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* MAIN LAYOUT */
body {
  margin: 0;
  background: #fff;
  -webkit-text-size-adjust: none;
  /* The text size is not adjusted for Safari on iPhone */ }

/* HEADER */
.header {
  background: #96182a;
  background: #EFEFEF;
  border-bottom: 5px solid #96182a; }
  .header .brand {
    display: block;
    margin-top: 20px;
    max-width: 100%;
    padding: 0; }

/*body#id8 .header {background-color: #BBB}
body#id21 .header {background-color: #CCC}
body#id11 .header {background-color: #DDD}
body#id10 .header {background-color: #EFEFEF}
body#id7 .header {background-color: #EFEFEF}*/
body.HomePage .header {
  border-bottom: none;
  color: #000 !important;
  background: url("../images/semitrans.png") repeat transparent; }

body.HomePage .header a {
  color: #333 !important;
  /*text-shadow: #CCC 1px 1px 1px;*/
  -webkit-font-smoothing: antialiased; }

/* NAVIGATION */
/*.navbar-default-toggle .navbar .icon-bar {
   background-color:#000!important;
}*/
/* Primary navigation */
.header nav {
  position: relative; }

.header nav.primary {
  margin-bottom: 0; }
  .header nav.primary .navbar-toggle {
    margin-right: 0px; }
    .header nav.primary .navbar-toggle .icon-bar {
      /*background-color: #000 !important;*/ }
  .header nav.primary ul {
    margin-top: 40px; }
    .header nav.primary ul li {
      margin: 0 0 0 15px; }
      .header nav.primary ul li a {
        color: #fff;
        color: #000;
        font-size: 14px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 0px;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
        text-decoration: none; }
      .header nav.primary ul li a:focus, .header nav.primary ul li a:hover {
        background-color: transparent; }

/* Secondary navigation */
nav.secondary .red {
  color: #96182a; }
nav.secondary .menu-title {
  text-transform: uppercase;
  margin-top: 0; }
nav.secondary ul {
  list-style: none;
  padding: 0; }
  nav.secondary ul li {
    text-transform: uppercase;
    padding: 5px 0;
    padding-left: 1em;
    text-indent: -.7em; }
    nav.secondary ul li a {
      color: #333;
      font-weight: 700; }
  nav.secondary ul li:before {
    font-family: FontAwesome;
    content: "\f0c8";
    color: #96182a;
    /* or whatever color you prefer */ }

/* SIDEBAR */
.sidebar {
  border-top: solid 1px #ccc;
  padding-top: 20px; }
  .sidebar .quote-container {
    /*blockquote cite:before {
    content: "\2014 \2009";
    }*/
    margin-top: 40px;
    font-style: italic; }
    .sidebar .quote-container blockquote {
      padding: 0;
      border: none;
      font-size: inherit; }
    .sidebar .quote-container .quote-title {
      font-style: normal;
      text-transform: uppercase;
      position: relative;
      margin-left: 60px;
      min-height: 50px; }
    .sidebar .quote-container .quote-title:before {
      color: #96182a;
      content: "\201C";
      font-family: "Times New Roman";
      font-size: 6em;
      position: absolute;
      left: -60px;
      top: 30px; }
    .sidebar .quote-container .quote-title:after {
      content: ""; }

/* IMAGES */
img {
  max-width: 100%;
  height: auto; }

/* FEATURED MEDIA */
.featured-media {
  position: relative;
  z-index: -1; }
  .featured-media .featured-img {
    width: 100%; }
  .featured-media video {
    max-width: 100%;
    width: 100%; }
  .featured-media .featured-media-header-bg {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 0;
    width: 100%; }
    .featured-media .featured-media-header-bg h1 {
      margin-bottom: 10px; }
  .featured-media .featured-media-extra-content {
    bottom: 0;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 800px;
    z-index: 200; }
    .featured-media .featured-media-extra-content .featured-media-extra-content-inner {
      max-width: 100%;
      bottom: 0;
      position: absolute; }
    .featured-media .featured-media-extra-content .quote-container-outer {
      max-width: 100%;
      display: table; }
    .featured-media .featured-media-extra-content .quote-container {
      vertical-align: middle;
      display: table-cell;
      font-style: italic; }
      .featured-media .featured-media-extra-content .quote-container blockquote {
        margin-top: -30px;
        font-size: inherit;
        background-color: rgba(255, 255, 255, 0.8);
        max-width: 600px; }
      .featured-media .featured-media-extra-content .quote-container .quote-image-container {
        display: table-cell;
        vertical-align: bottom; }
      .featured-media .featured-media-extra-content .quote-container .quote-image-container .quote-img {
        width: auto !important; }
      .featured-media .featured-media-extra-content .quote-container .quote-title {
        display: inline; }

/* ARTICLE */
article .article-mega-title {
  text-transform: uppercase;
  margin-top: 10px; }
article .article-title, article h1, article h2 {
  text-transform: uppercase; }
article h2 {
  margin-top: 0; }
article .article-content {
  margin-bottom: 30px; }
  article .article-content h3 {
    font-size: 20px; }
article .no-featured-media {
  background-color: #eee; }
article .main {
  margin-top: 30px;
  margin-bottom: 60px; }

.media-container {
  margin: 40px 0; }
  .media-container .media-heading {
    text-transform: uppercase;
    color: #96182a; }
  .media-container .media-left {
    padding-right: 20px; }
    .media-container .media-left img {
      max-width: 100px;
      height: auto; }

/* STAFF */
.staff-item {
  height: 300px;
  position: relative;
  background: url("../images/bg-staff-item.jpg") no-repeat center bottom;
  margin-bottom: 40px;
  overflow: hidden; }
  .staff-item .inner {
    padding: 10px 15px 0; }
    .staff-item .inner .staff-name {
      margin: 0;
      font-size: 16px; }
    .staff-item .inner .staff-job-title {
      font-style: italic; }
  .staff-item .staff-readmore {
    background-color: rgba(150, 24, 42, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 40px 10px 10px;
    color: #fff;
    text-align: right;
    z-index: 1;
    font-weight: 600; }
  .staff-item .staff-readmore:after {
    content: '\f138';
    font-family: fontAwesome;
    font-size: 1.6em;
    padding-left: 10px;
    position: absolute;
    bottom: 4px; }
  .staff-item > img {
    float: right;
    width: 80%; }

/* MODAL */
#staffModal .modal-content {
  border-radius: 0px;
  overflow: hidden;
  background: url("../images/bg-staff-item.jpg") no-repeat scroll center top transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #staffModal .modal-content .modal-header {
    border-bottom: none; }
  #staffModal .modal-content .modal-body {
    padding-bottom: 0; }
    #staffModal .modal-content .modal-body .modal-main-content {
      padding-bottom: 15px; }
    #staffModal .modal-content .modal-body .staff-name {
      margin: 0;
      font-size: 28px; }
    #staffModal .modal-content .modal-body .staff-job-title {
      font-style: italic;
      font-size: 20px; }
    #staffModal .modal-content .modal-body .staff-bio {
      margin-top: 20px; }
    #staffModal .modal-content .modal-body .modal-xs-staff-img {
      border: 2px solid #fff;
      border-radius: 50%;
      height: 150px;
      margin: 0 auto;
      overflow: hidden;
      width: 150px; }
      #staffModal .modal-content .modal-body .modal-xs-staff-img .modal-staff-img {
        margin: 0 auto;
        padding: 15px; }
    #staffModal .modal-content .modal-body .social {
      margin-top: 10px; }
      #staffModal .modal-content .modal-body .social .fa-linkedin-square {
        color: #007bb6; }
      #staffModal .modal-content .modal-body .social a {
        color: #333;
        font-style: italic;
        font-weight: 700; }

.modal-dialog .close {
  background-color: #96182a;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 1;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  position: relative; }
  .modal-dialog .close span {
    left: 5px;
    position: absolute;
    top: 1px; }

/* FORMS */
.form-control, .btn {
  border-radius: 0; }

.btn.action {
  background-color: #96182a;
  color: #fff; }

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
  top: 0; }

.wide-modal-dialog {
  width: 70%; }

/* MEDIA QUERIES */
@media screen and (max-width: 600px) {
  .featured-media-extra-content {
    display: none; } }
@media screen and (max-width: 767px) {
  .wide-modal-dialog {
    width: auto; }

  .header nav.primary {
    margin-top: 0px; }
    .header nav.primary .navbar-toggle .icon-bar {
      background-color: #333; }

  /* MODAL */
  #staffModal .modal-content {
    border-radius: 0px;
    overflow: hidden;
    background: url("../images/bg-staff-item.jpg") no-repeat scroll center top transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    #staffModal .modal-content .modal-header {
      border-bottom: none; }
    #staffModal .modal-content .modal-body .staff-name {
      text-align: center;
      margin-top: 10px; }
    #staffModal .modal-content .modal-body .staff-job-title {
      text-align: center; } }
@media screen and (min-width: 360px) and (max-width: 619px) {
  /* STAFF */
  .staff-item > img {
    width: 50%; } }
@media screen and (min-width: 620px) and (max-width: 767px) {
  /* STAFF */
  .staff-item > img {
    width: 30%; } }
@media screen and (min-width: 768px) {
  /* HEADER */
  .navbar-nopad-bigscreen {
    padding: 0px; }

  .header {
    min-height: 112px;
    padding-bottom: 20px; }

  /* Featured media */
  .featured-media .featured-media-extra-content .quote-container .quote-title:before {
    color: #96182a;
    content: "\201C";
    font-family: "Times New Roman";
    font-size: 6em;
    left: -60px;
    position: absolute;
    top: 30px; }
  .featured-media .featured-media-extra-content .quote-container .quote-title:after {
    content: ""; }
  .featured-media .featured-media-extra-content .quote-container .quote-title {
    font-style: normal;
    margin-left: 60px;
    min-height: 50px;
    position: relative;
    text-transform: uppercase;
    display: block; } }
@media screen and (min-width: 992px) {
  /* SIDEBAR */
  .sidebar {
    min-height: 300px;
    border-top: none;
    padding-top: 0;
    background: url("../images/logo-sidebar.png") no-repeat scroll center top transparent; } }
/*Rumblines spaningar*/
nav.secondary ul li#id6 {
  padding-top: 20px;
  color: #96182a; }

nav.secondary ul li.link a#id6.link {
  color: #96182a; }

.contact-item-wrapper {
  max-height: 250px;
  font-size: 13px; }

.contact-item {
  width: 300px;
  float: left;
  padding-left: 1px;
  display: table;
  border-bottom: 4px solid #96182A;
  margin-right: 20px; }

.sidebar .contact-item {
  margin: 0 0 10px 15px; }

.contact-item-wrapper .contact-name {
  font-weight: bold; }

.contact-item-wrapper .contact-job-title {
  font-weight: bold; }

.contact-item-wrapper .contact-job-workfield {
  font-weight: normal; }

.contact-item-wrapper .contact-readmore {
  color: #343434;
  font-weight: normal; }

.contact-item .name-title {
  width: 180px;
  display: inline-block;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 10px; }

.contact-image {
  width: 120px;
  height: 120px;
  float: right;
  overflow: hidden;
  display: inline-block; }

.contact-item .contact-image img {
  width: 100%;
  height: auto; }

body.HomePage footer {
  /*display: none;*/
  opacity: 0.9; }

footer {
  background-color: white !important;
  -moz-box-shadow: -1px -1px 10px -1px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: -1px -1px 10px -1px rgba(0, 0, 0, 0.66);
  box-shadow: -1px -1px 10px -1px rgba(0, 0, 0, 0.66);
  color: #000;
  height: 42px;
  padding: 10px;
  border-top: 1px solid #96182a !important; }

@media screen and (max-width: 767px) {
  #bgvid {
    display: none; }

  .header nav.primary ul {
    margin-top: -0px; }

  .header .brand {
    margin-top: 5px; }

  .navbar-toggle {
    padding: 0px; }

  #prim-navbar-collapse {
    position: relative;
    top: -20px;
    margin-bottom: -20px;
    padding-left: 5px; }

  .HomePage .cc-grid-nav {
    padding-bottom: 80px !important; }

  footer {
    height: 64px; } }
@media screen and (max-width: 320px) {
  .modal-body, .modal-footer {
    padding: 5px; }

  footer {
    height: 84px; } }
.sidebar {
  padding-bottom: 50px; }

video,
.featured-media {
  background-color: transparent !important;
  /*background-color: red!important;*/ }

.ls-nav-right-arrow.ls-hidden {
  opacity: 1 !important; }

/*
To change this license header, choose License Headers in Project Properties.



/* BASE TYPOGRPHY */
html {
  font-size: 10px; }

body {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 20px;
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

a {
  text-decoration: none; }

/* HEADERS */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333; }

h1 {
  font-size: 36px;
  line-height: 45px;
  margin: 10px 0;
  padding: 0px;
  text-align: center; }

h2 {
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 15px; }

h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px; }

h4 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px; }

h5 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px; }

h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px; }

q,
blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

.no-featured-img h1 {
  margin: 10px auto; }

@media only screen and (max-width: 359px) {
  h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0px; } }
@media only screen and (min-width: 360px) and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0px; } }
/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
  text-align: left; }

.typography .center {
  text-align: center; }

.typography .right {
  text-align: right; }

/* IMAGES 
-------------------------------------------- */
.typography img {
  /*border: 5px solid #d7d7d7;*/
  height: auto;
  /* resets the image height so that it maintains its aspect ratio when width is set */
  background: transparent url(../images/ajax-loader.gif) no-repeat center center; }

.typography img.left {
  float: left;
  max-width: 50%;
  margin: 5px 20px 10px 0; }

.typography img.right {
  float: right;
  max-width: 50%;
  /* Responsive width */
  margin: 5px 0 10px 20px; }

.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both; }

.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both; }

.HomePage {
  /*background: url("../images/hav.jpg") #FFF no-repeat center center fixed ;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* HEADER */
  /* NAVIGATION */
  /* Primary navigation */ }
  .HomePage video#bgvid {
    position: fixed;
    right: 0;
    /*bottom: 0;*/
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /*background: url("../images/hav.jpg") no-repeat center center fixed;*/
    background-size: cover; }
  .HomePage .header {
    background: transparent; }
  .HomePage .header nav.primary li a {
    color: #333; }
  .HomePage .header nav.primary .nav-open-button {
    color: #333; }
  .HomePage .cc-grid-nav {
    margin-top: 50px;
    padding: 15px; }
    .HomePage .cc-grid-nav .cc-row {
      content: "";
      display: table;
      width: 100%;
      clear: both; }
    .HomePage .cc-grid-nav .cc-col-1 {
      width: 8.33%; }
    .HomePage .cc-grid-nav .cc-col-2 {
      width: 16.66%; }
    .HomePage .cc-grid-nav .cc-col-3 {
      width: 25%; }
    .HomePage .cc-grid-nav .cc-col-4 {
      width: 33.33%; }
    .HomePage .cc-grid-nav .cc-col-5 {
      width: 41.66%; }
    .HomePage .cc-grid-nav .cc-col-6 {
      width: 50%; }
    .HomePage .cc-grid-nav .cc-col-7 {
      width: 58.33%; }
    .HomePage .cc-grid-nav .cc-col-8 {
      width: 66.66%; }
    .HomePage .cc-grid-nav .cc-col-9 {
      width: 75%; }
    .HomePage .cc-grid-nav .cc-col-10 {
      width: 83.33%; }
    .HomePage .cc-grid-nav .cc-col-11 {
      width: 91.66%; }
    .HomePage .cc-grid-nav .cc-col-12 {
      width: 100%; }
    .HomePage .cc-grid-nav .cc-col-1, .HomePage .cc-grid-nav .cc-col-2, .HomePage .cc-grid-nav .cc-col-3, .HomePage .cc-grid-nav .cc-col-4, .HomePage .cc-grid-nav .cc-col-5, .HomePage .cc-grid-nav .cc-col-6, .HomePage .cc-grid-nav .cc-col-7, .HomePage .cc-grid-nav .cc-col-8, .HomePage .cc-grid-nav .cc-col-9, .HomePage .cc-grid-nav .cc-col-10, .HomePage .cc-grid-nav .cc-col-11, .HomePage .cc-grid-nav .cc-col-12 {
      float: left;
      min-height: 1px;
      position: relative; }
    .HomePage .cc-grid-nav .block {
      position: relative;
      background-color: #ccc;
      min-height: 100px;
      margin: 5px; }
      .HomePage .cc-grid-nav .block img {
        width: 100%;
        height: auto; }
      .HomePage .cc-grid-nav .block .block-title {
        width: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        bottom: 0;
        text-align: center;
        text-transform: uppercase;
        padding: 5px; }

@media only screen and (max-width: 767px) {
  .HomePage .cc-grid-nav {
    margin-top: 0px; }
    .HomePage .cc-grid-nav .cc-sm-100 {
      width: 100% !important; } }

/*# sourceMappingURL=style.css.map */
