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: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin: 0;
    position: relative;
}
html,
body {
    height: 100%;
    font-family: 'Larsseit-Light'; 
    font-weight: normal; 
	font-style: normal;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -366px;
    overflow: hidden;
}
.footer,
.push {
    height: 366px;
    text-align: center;
}
a {
    text-decoration: none;
    font-weight: 300;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
}

a:hover {
}
.clear {
    clear: both;
    height: 1px;
    position: relative;
}
.cont {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
h2{
    font-size: 36px;
    font-weight: 700;
}
p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
h3{
    font-size: 18px;
    font-weight: 700; 
}
/*-------------------------Top--------------------------*/
.why_we{
    width: 100%;
    height: 520px;
    position: relative;
    background: url(img/bilde1.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 480px;
}
.why_we h2{
    color: #fff;
    font-family: 'CeraPRO-Light';
    font-size: 66px;
    font-weight: 300;
}
.top_menu{
    position: fixed;
    top: 0;
    width: 100%;
    height: 29px;
    left: 0;
    z-index: 2;
    padding-top: 60px;
    transition: .7s ease-in-out;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
}
.top_menu ul{
    display: inline-block;
    vertical-align: middle;
}
.top_menu h1{
    display: inline-block;
    margin-right: 170px;
    vertical-align: middle;
}
.top_menu ul li{ 
    display: inline-block;
    margin: 0 17px;
    vertical-align: top;
}
.top_menu ul li a{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 5px;
}

.top_menu ul li p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 5px;
    cursor: pointer;
}
.drops{
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    cursor: pointer;
}
.drops select{
    border: none;
    outline: none;
    background: none;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}
.drops select option{
    color: #000;;
}
.arrow{
    background: url(img/arrow.png) no-repeat center;
    display: block;
    width: 31px;
    height: 17px;
    position: absolute;
    bottom: 68px;
    left: 50%;
    margin-left: -15px;
}
.rulle{
    padding-top: 15px;
    background-color: #ff5700;
    padding-bottom: 15px;
}
.info_3{
    width: 399px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: solid 1px #998675;
    border-width: 1px 0 1px 1px;
    min-height: 540px;
    margin-top: 115px;
    margin-left: -3px;
}
.info_3:first-of-type{
    border: solid 1px #998675;
    border-width: 1px 0 1px 0;
}
.info_2{
    width: 599px;
    min-height: 540px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: solid 1px #998675;
    border-width: 0 1px 1px 0;
    margin-left: -3px;
    margin-bottom: 90px;
}
.info_2:last-of-type{
    border: solid 1px #998675;
    border-width: 0 0 1px 0;
}
.info_3 h3,
.info_2 h3{
    color: #4c4c4c;
    font-family: 'Larsseit-Light'; 
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px 0;
}
.info_3 img,
.info_2 img{
    margin-top: 80px;
}
.info_3 p,
.info_2 p{
    padding: 0 30px;
    color: #4d4d4d;
    font-family: 'Larsseit-Light'; 
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.info_2 p{
    padding: 0 80px;
}
.poga{
    width: 293px;
    height: 50px; 
    display: block;
    margin: 0 auto;
    border: solid 2px #ff5700;
    text-align: center;
    line-height: 50px;
    color: #ff5700;
    font-family: 'Larsseit-Light'; 
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 90px;
    cursor: pointer;
}
.what_we{
    width: 100%;
    height: 370px;
    display: block;
    text-align: center;
    background: url(img/bilde2.png) no-repeat top center;
    background-size: cover !important;
    padding-top: 330px;
}
.what_we h2 {
    color: #fff;
    font-family: 'CeraPRO-Light';
    font-size: 66px;
    font-weight: 300;
}
.whatewcont{
    text-align: center;
    padding: 100px 0;
}
.whatewcont p{
    width: 800px;
    margin:  0 auto;
}
.whatewcont .info_3 p{
    width: auto;
}
.info_3 .poga{
    position: absolute;
    bottom: 50px;
    margin-bottom: 0;
    left: 50%;
    margin-left: -145px;
}
.whatewcont .info_3{
    margin-bottom: 100px;
}






.box {
    width: 800px;
    height: 420px;
    background-position: center !important;
    background-repeat: no-repeat;
    display: block;
    background-size: cover !important;
    text-align: center;
    margin: 0 auto;
	margin-top: 100px;
}
.slider {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    /* margin: 0 auto 30px auto; */
    margin-top: -120px;
}
.grupascont h2 {
    text-align: center;
    font-size: 24px;
    color: #d03495;
    text-transform: uppercase;
}
.slider__wrapper {
    height: 100%;
    list-style: none;
    overflow: hidden;
    *zoom: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.slider__item {
    height: 100%;
    float: left;
    clear: none;
}
.slider__arrows-item {
    position: absolute;
    display: block;
    margin-bottom: 285px;
}
.slider__arrows-item--right {
    bottom: 50%;
    right: 30px;
    width: 36px;
    height: 36px;
    display: block;
    background: url(img/right_ar.png) no-repeat center;
    opacity: 0.4;
}
.slider__arrows-item--left {
    bottom: 50%;
    left: 30px;
    width: 36px;
    height: 36px;
    display: block;
    background: url(img/left_ar.png) no-repeat center;
    opacity: 0.4;
}
.slider__arrows-item--right:hover {
    opacity: 1;
    margin-bottom: 285px;
}
.slider__arrows-item--left:hover {
    opacity: 1;
    margin-bottom: 285px;
}
.slider__nav {
    position: absolute;
    bottom: 0px;
    margin-left: -40px !important;
}
.slider__nav-item {
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: url(img/menu.png) no-repeat center;
}
.slider__nav-item--current {
    background: url(img/how_menu.png) no-repeat center;
}
.slider__nav-item:hover {
    background: url(img/how_menu.png) no-repeat center;
}


.box h2{
    color: #4c4c4c;
    font-family: 'Larsseit-Light'; 
    font-size: 15px;
    font-weight: 20;
    text-transform: uppercase;
    margin-bottom: 80px;
}
.boxtext {
    color: #4d4d4d;
    font-family: 'Larsseit-Light'; 
    font-size: 16px;
    font-weight: 20;
    line-height: 26px;
	vertical-align: middle;
}
.box img{
    border-radius: 120px;
    margin-bottom: 30px;
}
.dek{
    width: 100%;
    height: 1px;
    position: relative;
    margin: 60px 0;
    background-color: #998675;
}
.mana{
    padding-bottom: 120px;
    text-align: center;
}
.mana p{
    width: 800px;
    margin: 0 auto;
}
.transaction{
    background-color: #1b1b1b;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
	text-align: center;
}
.transaction h2{
    text-align: center;
    color: #fff;
    font-family: 'CeraPRO-Light';
    font-size: 66px;
    font-weight: 300;
	margin-bottom: 51px;
}
.trans{
    padding: 55px 0;
    border: solid 1px #998675;
    border-width: 0 0 1px 0;
}
.trans:first-of-type{
    border: solid 1px #998675;
    border-width: 1px 0 1px 0;
}
.tran_left{
    display: inline-block;
    width: 691px;
    color: #e6e6e6;
}
.tran_right{
    display: inline-block;
    vertical-align: top;
}
.tran_left h3{
    font-family: 'Larsseit-Light';
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    width: 500px;
    margin-bottom: 30px;
}
.tran_left p{
    font-family: 'Larsseit-Light';
    font-weight: 300;
    font-size: 16px;
}
.tran_right{
    display: inline-block;
    vertical-align: top;
    color: #ff5700;
    width: 340px;
    margin-left: 110px;
}
.tran_right h3{
    font-family: 'Larsseit-Light';
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.tran_right p{
    font-size: 16px;
    line-height: 26px;
}
.footer p{
    width: 330px;
    color: #ff5700;
    font-family: 'Larsseit-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
}
.footer ul{
    display: inline-block;
    vertical-align: middle;
    color: #ff5700;
    font-family: 'Larsseit-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    margin-top: 150px;
}
.footer .poga{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin: 0 140px;
    margin-top: 150px;
}
.poga:hover{
    background-color: #ff5700;
    color: #fff;
}
.aktivs{
    border: solid 1px #fff;
    border-width: 0 0 1px 0;
}
.iekslapa_top{
    width: 100%;
    height: 520px;
    text-align: center;
    color: #fff;
    padding-top: 280px;
    margin-bottom: 130px;
    background-size: cover !important;
}
.iekslapa_top img{
    margin-bottom: 30px;
    
}
.iekslapa_top h2{
    color: #fff;
    font-family: 'CeraPRO-Light';
    font-size: 66px;
    font-weight: 300;
}
.grupa h2{
    color: #998675;
    font-family: "Cera PRO";
    font-size: 66px;
    font-weight: 300;
    width: 200px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.grupa{
    padding: 80px 0;
    border: solid 1px #998675;
    border-width: 1px 0 0 0;
}
.grupa:last-of-type{
    border-width: 1px 0 1px 0;
    margin-bottom: 140px;
}
.grupain{
    display: inline-block;
    width: 800px;
    vertical-align: top;
}
.grupain h3{
    font-family: 'Larsseit-Light';
    font-weight: 300;
    color: #4c4c4c;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.grupain p{
    color: #4d4d4d;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 30px;
}
.grupain ul{
    color: #4d4d4d;
    font-size: 17px;
    line-height: 26px;
}
.grupain ul li{
    background: url(img/list_bg.png) no-repeat left 11px;
    padding-left: 10px;
}

.grupain ul li ul li{
    background: url(img/subul.png) no-repeat left 11px;
    padding-left: 10px;
}
.grupa .poga{
    margin-bottom: 140px;
}
.back{
    margin-bottom: 140px;
}
.uni p{
    margin-bottom: 30px
}
.uni .info_3 {
    margin-bottom: 0px;
    margin-top: 60px;
}
.emails{
    margin: 0 60px;
}


@media all
and (min-width:320px) 
and (max-width:1200px) {
    .cont {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    .top_menu h1 {
        margin-right: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .top_menu {
        padding-top: 20px;
    }
    .why_we {
        height: 360px;
        padding-top: 270px;
    }
    .info_3{
        width: 100%;
        border-width: 0 0 1px 0;
        min-height: 400px;
        margin-bottom: 0 !important;
        margin-top: 0;
    }
    .info_2 {
        width: 100%;
        min-height: 400px;
        border: solid 1px #998675;
        border-width: 0 0 1px 0;
        margin-left: 0;
        margin-bottom: 0;
    }
    .info_2:last-of-type{
        margin-bottom: 90px;
    }
    .what_we {
        height: 270px;
        padding-top: 230px;
    }
     .whatewcont p {
        margin: 90px auto;
    }
    .whatewcont .info_3 p {
        padding-bottom: 140px;
        margin: 0 auto;
    }
    .mana {
        padding-bottom: 90px;
    }
    .transaction {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .transaction h2 {
        margin-bottom: 110px;
    }
    .tran_left {
        width: 100%;
        margin-bottom: 60px;
    }
    .tran_right {
        width: 100%;
        margin-left: 0;
    }
    .tran_left h3 {
        width: 100%;
    }
    .footer, .push {
        height: 286px;
    }
    .top_menu ul {
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .drops {
        position: absolute;
        top: 10px;
        right: 20px;
    }
    .top_menu {
        padding-top: 20px;
        height: 70px;
    }
    .iekslapa_top {
        height: 340px;
        padding-top: 170px;
        margin-bottom: 90px;
    }
    .grupa h2 {
        width: 20%;
    }
    .grupain {
        width: 79%;
    }
    .grupa:last-of-type {
        margin-bottom: 90px;
    }
    .back {
        margin-bottom: 90px;
    }
}
@media all
and (min-width:320px) 
and (max-width:768px) {
    .why_we h2 {
        font-size: 56px;
    }
    .why_we {
        height: 270px;
        padding-top: 210px;
    }
    .arrow {
        bottom: 30px;
    }
    .info_3 img, .info_2 img {
        margin-top: 40px;
    }
    .info_3 {
        min-height: 360px;
    }
    .info_2:last-of-type {
        margin-bottom: 60px;
    }
    .poga {
        margin-bottom: 60px;
    }
    .what_we {
        height: 220px;
        padding-top: 150px;
    }
    .what_we h2 {
        font-size: 56px;
    }
    .whatewcont p {
            width: 100%;
    }

    .mana p {
        width:calc(100% - 140px);
        padding: 0 70px;
    }
    .mana {
        padding-bottom: 60px;
    }
    .transaction {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .transaction h2 {
        margin-bottom: 60px;
        font-size: 56px;
    }
    .footer p {
        width: 100%;
        text-align: center;
        display: block;
        padding-top: 60px;
        margin-top: 0;
    }
    .footer .poga {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }
    .footer ul {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
    }
    .footer, .push {
        height: 346px;
    }
    .iekslapa_top h2 {
        font-size: 56px;
    }
    .iekslapa_top {
        height: 270px;
        padding-top: 150px;
        margin-bottom: 60px;
    }
    .grupa {
        padding: 60px 0;
    }
    .grupa:last-of-type {
        margin-bottom: 60px;
    }
    .footer .emails {
        margin: 0;
    }
}

@media all
and (min-width:320px) 
and (max-width:740px) {
    .top_menu {
        height: 100px;
    }
}
@media all
and (min-width:320px) 
and (max-width:460px) {
    .top_menu {
        height: 120px;
    }
}

@media all
and (min-width:320px) 
and (max-width:425px) {
    h1 img{
        height: 20px;
    }
    .top_menu ul li {
        margin: 4px 8px;
    }
    .drops {
        top: 0px;
    }
    .top_menu ul li p {
        font-size: 13px;
        padding-bottom: 0px;
    }
    .top_menu {
        height: 90px;
    }
    .why_we h2 {
        font-size: 36px;
    }
    .why_we {
        height: 170px;
        padding-top: 170px;
    }
    .info_3 {
        min-height: 440px;
    }
    .info_3 p, .info_2 p {
        padding-bottom: 30px;
    }    
    .info_2 p {
        padding: 0 40px;
        padding-bottom: 30px;
    }
    .what_we h2 {
        font-size: 36px;
    }
    .what_we {
        height: 150px;
        padding-top: 100px;
    }
    .whatewcont p {
        margin: 30px auto;
    }
    .slider {
        margin-top: -60px;
        height: auto;
        min-height: 900px;
    }
    .mana p {
        padding-bottom: 30px;
    }
    .box h2 {
        margin-bottom: 30px;
    }
    .dek {
        margin: 30px 0;
    }
    .mana {
        padding-bottom: 30px;
    }
    .transaction h2 {
        margin-bottom: 40px;
        font-size: 36px;
    }
    .transaction {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .trans {
        padding: 30px 0;
    }
    .tran_left {
        margin-bottom: 30px;
    }
    .iekslapa_top h2 {
        font-size: 36px;
    }
    .iekslapa_top img {
        margin-bottom: 10px;
    }
    .iekslapa_top {
        height: 230px;
        padding-top: 150px;
        margin-bottom: 30px;
    }
    .grupa {
        padding: 30px 0;
    }
    .grupa h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .grupain {
        width: 100%;
    }

        
}

@media all
and (min-width:320px) 
and (max-width:360px) {
       h1 img {
        height: 16px;
    } 
    .poga {
        width: 240px;
        margin-bottom: 60px;
    }
    .info_3 .poga {
        margin-left: -120px;
    }
    .mana p {
        width: 100%;
        padding: 0;
    }
    .slider__arrows-item {
        margin-bottom: auto;
    }
    .mana p {
        padding-bottom: 30px;
    }
    
    .footer p {
        width: calc(100% - 40px);
        padding: 0 20px;
        text-align: center;
        display: block;
        padding-top: 0px;
        margin-top: 0;
        margin: 0;
    }
	
    .top_menu {
        height: 120px;
    }
    .iekslapa_top img {
        height: 60px;
        margin-top: 20px;
    }
    .iekslapa_top h2 {
        line-height: 36px;
    }
    .grupa h2 {
        font-size: 36px;
        
    }
    

}


















