﻿z|@font-face
{ 
   
    
    font-family: Archive; 
    src: url('E:\eredaktor3\site\sorholtet.no\design\layouts\css\Archive.otf'); 
} 

@font-face 
{ 
    font-family: BebasNeue; 
    src: url('BebasNeue.otf'); 
}



html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}



body { 

  font-family: 'Lato', sans-serif;
  font-weight: 300;
  background: #fff;
  color:#7b7b7b;
}

.margin20-top {
    margin-top: 20px;
}



h1,h2,h3,h4 { 
  color:#f8931d;
}
    h4 > a {
        color:#f8931d;
    }

.teaser {
  font-weight:bold;
  padding:10px 0 20px 0;
}

form#mainform {
    margin-bottom: 0;
}

.nav-container {
  border-bottom:2px solid #f8931d;
  padding-bottom: 6px;
}

header {
     color: #333;
}

header .header-top{
     height: 47px;
     background:#f8931d;
}

header .navbar {
  margin:0px 0 0 0 ;
}

header .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #f8931d;
    /*background: -moz-linear-gradient(center top , #EC6B6B, #D83030) repeat scroll 0% 0% #444243;*/
}

.navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size:22px;
    color: #f8931d;
}

.navbar-default .navbar-nav > li > a {
    color: #f8931d;
}



.slogan span {
  font-size:50px;
  line-height:115px;
}

a.btn_topp {
    line-height: 50px;
    background: #5e5e60;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin-right: 1px;
}

section.slider { 
  background: #fff;
  width:100%;
  margin:30px 0;
}

.slide img {
  width:100%;
}

.slogan h1 {
    font-size: 68px;
    text-align: center;
    margin-bottom:30px;
}
.thumbnail {
    display: block;
    padding: 0px;
    line-height: 20px;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}


.thumbnail img {
    width: 100%;
}
.active-link {
    background-color: #2E3436;
}
.page-header {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

#FastePlaner a{
    color:#f8931d !important;
    font-size: 18px;
}



.listtext h3 a {
    color: #f8931d
}

.center-align {
    text-align: center;
}

.bigfont span {
    font-size:40px;
    line-height:60px;
    color:#da3535;
}

.btn_content p {
    font-size:26px;
    line-height:30px;
    color:#333;
}

.btn_content {
    margin:20px 0;
}


ul.["list-*"]
{
list-style-type: none;
}


/* ==============================================
   Front boxes col-----3
   ============================================== */
.verdi:hover a
{
text-decoration: none;
}



.frontbx {
  border-radius:5px;
  min-height:390px;
  color:#fff;
  padding:15px;
  position:relative;
}

.frontbx img{
  width:100%;
  height:auto;
}

.frontbx h2{
  font-size:40px;
  color:#fff;
}

.frontbx p {
font-size: 20px;
height: 110px;
overflow: hidden;
}

.frontbx.glimt{
  background:#3fb803;
}

.frontbx.fullkost{
  background:#b502b3;
}

.frontbx.kultur{
  background:#033ab8;
}

.frontbx.aapning{
  background:#9f0000;
}

/* ==============================================
   Aktuelt blokk
   ============================================== */
section.aktuelt {
  margin:30px 0;
  margin-bottom: 0;
  border-bottom:2px solid #f8931d;
  border-top:2px solid #f8931d;
  padding:20px 0 20px 0;
}

section.aktuelt ul{
  padding:0;
  margin:0;
}

section.aktuelt li{
  list-style:none;
  padding:0;
  margin:0;
  color:#fff;
}

section.aktuelt li a{
  color:#333;
  display:block;
  padding:6px 0;
}


.video-container
{
/*margin-top: 67px;*/
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


section.aktuelt .listtext h3:first-child {
    margin-top: 0;
}

/* ==============================================
   customized boxes blokk
   ============================================== */
.no-margs {
    margin-right: -0.6em;
    margin-left: -0.6em;
    
}

.five:first-child  {
    margin-left:7px;
    
}

.five {
    margin-left:10px;
    width:20%; /* non-css3 fallback */
    width: calc( 20% - 10px ); /* css3 calculation */
    float:left;
    
}

.five:hover a
{
text-decoration: none;
}

.frontbxfive{
  background:#ccc;
  padding:10px;
  min-height:280px;
  border-radius:5px;

}


.frontbxfive:hover a{
text-decoration: none;
}

.frontbxfive img{
  width:100%;
  height:auto;
}

.frontbxfive h3{
  font-size:16px;
  color:#000;
}

.frontbxfive p{
  font-size:13px;
  color:#000;
  padding:5px 0;
}

.frontbxfive.one{
  background:#659ae8;
}

.frontbxfive.two{
  background:#dfdf4c;
}

.frontbxfive.tree{
  background:#e46f5b;
}

.frontbxfive.four{
  background:#88e153;
}

.frontbxfive.fivish{
  background:#e04bd1;
}


/* ==============================================
   section map
   ============================================== */

section.avdinfo {
    margin-bottom:30px;
}



section.map {
  margin-top:30px;
  /*border-bottom:2px solid #f8931d;*/
  border-top:2px solid #f8931d;
  padding:0px 0 30px 0;
}

section.map p{
  font-size:20px;
}


footer {
    color: #333;
    padding: 20px 0;
    background: #fff;
    margin-top:30px;
    border-top:2px solid #f8931d;
}

.contactinfo {
  color:#f8931d;
  font-size:22px;
  text-align:center;
}
