body {
    font-family: Merienda;
    font-size: 14px;
    color: #969696;
    text-align: center;
    background-color: #0F3B44;
    margin: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

a, ul.controls li {
    color: #dd6746;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.anc {
    line-height: 0;
    height: 0;
    display: block;
}

img {
    border: none;
}

.topfix {
    position: fixed;
    height: 4em;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #0F3B44;
    border-bottom: 1px solid #4393A2;
}

#head {
    position: relative;
    margin: 4em 0 0;
    overflow: hidden;
}

.headerbanner {
    display: block;
    margin: auto;
}

/*
 * content
 */

.container {
    width: 1064px;
    margin: auto;
    text-align: left;
    font-size: 1.8em;
    overflow: hidden;
    padding: 2em 0;
    z-index: 99;
}

#head {
    padding: 0;
    position: relative;
    overflow: hidden;
}
#bannertext {

}

.caption {
    font-size: 0.5em;
}

.copy {
    font-size: 0.6em;
}
/*
 * backgrounds
 */

.referanser {
    background: #6E1F16;
    color: #B79549;
}

.hide {
    display: none;
    height: auto;
}

.over, .container {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.over:hover {
    color: #fff;
    text-shadow: 0 0 20px #fff;
}

#navi, #content, #head, #header {
    display: none;
}
.tel {
    color: #99141B;
}

.patt {
    background: transparent url(../img/pattern.png);
}

div.clr {
    clear: both;
}

a:hover {
    color: #eee;
}

/*
 * topnavigation
 */

#topnav {
    font-size: 1.2em;
}

#topnav ul {
    list-style: none;
    margin: auto;
    text-align: center;
    width: 1100px;
    overflow: hidden;
    padding: 10px 20px;
}

#topnav ul li {
    float: left;
    margin-right: 10px;
}

#topnav ul li a {
    padding: 5px 10px;
}

/*
 * list style
 */

ul#portgrid {
    width: 100%;
    padding: 0;
}

/*
 * mixitup styling
 */

#portgrid .mix {
    opacity: 0;
    display: none;
}

.mix img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*
 * controls mixitup
 */

ul.controls {

}

ul.controls li {
    display: block;
    float: left;
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .container {
        width: 96%;
    }
}

@media (max-width: 851px) {
    .container {
        font-size: 1.2em;
        width: 100%;
    }

    img {
        width: 100%;
        height: auto;
    }
    .caption {
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {
    .topfix {
        position: relative;
    }

    #head {
        margin: 0;
    }
}

/*
 * to top
 */

#opp {
    overflow: hidden;
    display: block;
    position: fixed;
    right: 2em;
    bottom: 2em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #480D07;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    display: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#opp:hover {
    background: #B79549;
    color: #480D07;
}

/*
 * border colors
 */

.borderlb {
    border-top: 1em solid #4393A2;
    border-bottom: 1em solid #4393A2;
}

.borderlo {
    border-top: 1em solid #B79549;
    border-bottom: 1em solid #B79549;
}

/*
 * footer margin
 */

#footer {
    margin-bottom: 40em;
}
