*Definer din egen CSS her*/
/* ------
   1.   Global Styles – (body, paragraphs, buttons, links, lists, etc)
   2.  Header
   4.  Page Structure
   3.  Headings
   5.  Text Styles
   6.  Navigation
    7.  Forms
    8.   Bilde Galleriet
    9.  Footer
    10. Extra / Animasjoner    SLIDER
    11.  Media Queries            ------ */




/* -----------------------------------*/
/* ---------->>>1.  GLOBAL     (body, paragraphs, lists, etc)<<<----------------------------------------------------------*/
/* -----------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
font-family: 'Ubuntu', sans-serif;
	font: inherit;
	vertical-align: baseline;
}
body, p{
}
body {     
    background: #FBFCFD;
 }


p {
    color: #525252;
font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}




hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid  rgba(131, 193, 0, 0.53);
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}


.whiteText { color: #fff !important; }


.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}


.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.float-right {
    float: right;
}




.inlineBlock  {   display: inline-block;}


.boks-header:after {
    display: block;
    content: "";
    background: #F0803C;
    width: 40px;
    height: 3px;
    margin-top: 8px;
}


h2.boks-header.align-left:after {
    margin-left: 0 ;
}
h3.boks-header.align-left:after {
    margin-left: 0 ;
}
h4.boks-header.align-left:after {
    margin-left: 0 ;
}


.smallText {
    font-size: 85%;
}


.description {
    font-size: 17px;
    line-height: 26px;
    padding: 0;
    margin-top: 34px;
    font-weight: 300;


}
.description2 {
    
    line-height: 26px;
    padding: 0;
    margin-top: 8px;
font-size: 17px;
    font-weight: 300;
}
.margin-t-70 {
    margin-top: 70px !important;
}


.margin-t-60 {
    margin-top: 60px !important;
}
.margin-b-70 {
    margin-bottom: 70px !important;
}


.margin-b-60 {
    margin-bottom: 60px !important;
}




.margin-t-50 {
    margin-top: 50px !important;
}
.margin-b-40 {
    margin-bottom: 40px !important;
}

.margin-b-50 {
    margin-bottom: 50px !important;
}

.margin-t-40 {
    margin-top: 40px !important;
}

.margin-b-30 {
    margin-bottom: 30px !important;
}


.margin-t-30 {
    margin-top: 30px !important;
}

.padding-t-60 {
    padding-top: 60px !important;
}

.padding-t-50 {
    padding-top: 50px !important;
}




.padding-t-40 {
    padding-top: 40px !important;
}




.padding-t-30 {
    padding-top: 30px !important;
}




.padding-b-60 {
    padding-bottom: 60px !important;
}




.padding-b-50 {
    padding-bottom: 50px !important;
}
.padding-b-40 {
    padding-bottom: 40px !important;
}




.padding-b-30 {
    padding-bottom: 30px !important;
}




.padding-0 { padding: 0; }








.margin-0 { margin: 0; }




.pad-t {
    padding-top: 1em;
}
.pad-b {
    
    padding-bottom: 2em;
}
.pad-b-20 {
    
    padding-bottom: 20px;
}


.pad-b-30 {
    
    padding-bottom: 30px;
}
.pad-b-40 {
    
    padding-bottom: 40px;
}
.pad-t-40 {
    
    padding-top: 40px;
}


.marginAuto {
    margin-left: auto;
    margin-right: auto;
}
.col-sm-6.border-r {
    border-right: 1px solid #636363;
}


.fullHeight { height: 100vh; }


.justeringNed { padding-top: 8em; }


.justerKnapp {
    margin: 2em 0 0em 3em;
}
.bgDark {
    background: #524900;
}
.bgDarkLightText { background: #369CA9; color: #fff; }


.title2 {
    font-weight: bold;
    letter-spacing: 2px;
    padding: 30px 0 25px;
    font-size: 24px;
     text-transform: uppercase;
}


.titleStor2 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #006b79;
}
.title3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}


.bildeBeskrivelse { 
    text-align: center;
    margin-top: 18px;
}


.css-filters {
        filter: brightness(62%);
    -webkit-filter: brightness(62%);
-moz-filter: brightness(62%);
}




.css-filters2 {
 filter: brightness(62%) sepia(25%) ;
    -webkit-filter: sepia(25%) brightness(62%);
    -moz-filter: sepia(25%) brightness(62%);
}
.opacity {


    opacity:0.7;
}
.verticalSpace {
    width: 100%;
    height: 20px;
}

.btn-warning {
    background: #F0803C;
}

.btn-warning:hover {
background: #b34d0f;
}

.btn-default {
    text-shadow: none;
    background: #586E2D;
    border: 1px solid #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
-webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-default:hover {


    color: #004274;
       background: #fff;
}


a.btn.btn-egen {
    background: #586E2D;
    color: #fff;
    text-transform: uppercase;
font-weight: 200;
    letter-spacing: 2px;
    border: 1px solid #fff;
}
a.btn.btn-egen:hover {
    background: #fff;
    border: 1px solid #004274;
    color: #586E2D;
}
/* -----------------------------------*/
/* ---------->>>2.  Header    <<<--------------------------------------------------------------------------------------------*/
/* -----------------------------------*/

.slideUp {
    top: -25px !important;
    background: #000 !important;
}



.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    font-family: "Orbitron", helvetica, arial !important;
}

.navbar-inverse .navbar-brand {

    padding: 0 0 0 15px;
    margin: 44px 0 0 0;
}

header#head {
    padding-top: 0 !important;
    min-height: 0 !important;
}


/* -----------------------------------*/
/* ---------->>>3.  Page Structure    <<<----------------------------------------------------------------------------*/
/* -----------------------------------*/


.bgfrontImg {
    height: 622px;
    padding-top: 6%;
}

.faceIconSlide.animated.fadeInLeft {
    position: absolute;
    top: 14em;
    background: #F0803C;
    padding: 4px 7px 4px 20px;
    left: 0px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.faceIconSlide.animated.fadeInLeft:hover {
    padding: 20px;
}

p.description2.bliMedlem {
    max-width: 80%;
    margin: 0 auto;
}


/* -----------------------------------*/
/* ---------->>>4.  Headings    <<<----------------------------------------------------------------------------------*/
/* -----------------------------------*/


h1{
    font-size: 36px;
    line-height: 48px;


}


h2{
    font-size: 32px;
    line-height: 40px;
}


h3{
    font-size: 24px;
    line-height: 32px;
}


h4{
    font-size: 18px;
    line-height: 28px;
}


h5{
    font-size: 14px;
    line-height: 24px;
}
h2.boks-header.align-left:after {
    margin-left: 0 ;
}
h3.boks-header.align-left:after {
    margin-left: 0 ;
}


h4.boks-header.align-left:after {
    margin-left: 0 ;
}
h1.boks-header:after {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


h2.boks-header:after {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


h3.boks-header:after {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


h4.boks-header:after {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


h1,h2,h3,h4,h5{ 




}


/* -----------------------------------*/
/* ---------->>>5.  Text Styles    <<<----------------------------------------------------------------------------------------------------*/
/* -----------------------------------*/






/* -----------------------------------*/
/* ---------->>>6.  Navigation    <<<-----------------------------------------------------------------------------------------------*/
/* -----------------------------------*/


.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none !important;
}

.navbar-inverse .navbar-nav > li.item_active > a, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #F0803C;
}

.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 15px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    top: 7.5em;
    background-color: #000 !important;
}



/* -----------------------------------*/
/* ---------->>>7.  Forms    <<<--------------------------------------------------------------------------------------------*/
/* -----------------------------------*/

#pw_485131 #contact_name, #contact_email, #contact_phone, #contact_fax, #contact_website, #department, #contact_subject, #contact_message {
    padding: 6px;
}

#contact_name, #contact_email, #contact_phone, #contact_fax, #contact_website, #department, #contact_subject, #contact_message {
    max-width: 600px;
    width: 100%;
    border: 1px solid #F0803C;
}

input#Contact_Send {
    color: #Fff !important;
    background: #F0803C !important;
    padding: 7px !important;
    border: none !important;
}

input#Contact_Send:hover {
    background: #b34b0c !important;

}





/* -----------------------------------*/
/* ---------->>>8.  blog    <<<-----------*/
/* -----------------------------------*/

.NewsOverview a:link, .NewsOverview a:visited {
    color: #555 !important;
    text-decoration: none;
    font-weight: normal;
    display: block;
}
.NewsDate a {
    color: #fb721f !important;
    text-decoration: none;
    display: block;
}


.container.NewsPreviewItem {
    margin-top: 9em;
    max-width: 700px;
}



/* -----------------------------------*/
/* ---------->>>9.  Footer    <<<--------------------------------------------------------------------------------------------*/
/* -----------------------------------*/


.top-space {
    margin-top: 0px !important;
}

.footer1.widget h4 {
    color: #F0803C;
}
.footerInfo p {
    color: #CCC9BC;
}


/* -----------------------------------*/
/* ---------->>>10.  Extra    <<<----------------------------------------------------------------------------------------------------------*/
/* -----------------------------------*/

.GalleryGImg {
    background: none !important;
    padding-right: 6px;
    padding-bottom: 6px;
}


.GalleryGImg img {
    display: block;
    margin: 0;
    width: 100% !important;
    height: 200px !important;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}


.GalleryGImg img:hover {


    -webkit-filter: sepia(0.54);
    filter: sepia(0.54);
}



.animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 400ms both;
    animation: lightSpeedIn 1s ease-in 400ms both;
}


.animated4 {
    -webkit-animation: flipInX 2s ease-in 800ms both;
    animation: flipInX 2s ease-in 800ms both;
}
.animated3 {
    -webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
    animation: bounceInLeft 1.5s ease-in-out 800ms both;
}


.animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}
.animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}


.animated7 {
    -webkit-animation: bounceInRight 1s ease-in-out 800ms both;
    animation: bounceInRight 1s ease-in-out 800ms both;
}
.animated8 {
    -webkit-animation: bounceInUp 2s ease-in-out 800ms both !important;
    animation: bounceInUp 2s ease-in-out 800ms both !important;
}






/* -----------------------------------*/
/* ---------->>>11.  Media Queries    <<<----------------------------------------------------------------------------------------*/
/* -----------------------------------*/


    /*========== -------------------- Mobile First Method  ===-----------------------------=======*/


    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
ul#GalleryThList li {
    list-style: none;
    width: 100%;
}
    }


    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {


    }


    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

ul#GalleryThList li {
    list-style: none;
    width: 50%;
}

    }


    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

.bgfrontImg {
    background-attachment: fixed !important;
}

html ul#GalleryThList li {
    list-style: none;
    width: 33%;
}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 1025px) 
and (-webkit-min-device-pixel-ratio: 1){

.bgfrontImg {
    background-attachment: fixed !important;
}
    }


    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {


.bildeGalleri {
    padding-left: 3%;
}
    }






    /*==========  Non-Mobile First Method  ==========*/


    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {


    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 1024px) {

.bgfrontImg {
    background-attachment: scroll !important;
background-repeat: no-repeat !important;
}

    }


    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {


    }


    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

.footerInfo {
    border-bottom: 1px dashed #CCC9BC;
}
    }


    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {


    }


    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }






