@font-face {
    font-family: 'FS Joey'; /* Имя шрифта */
    src: url(fonts/FS_JoeyPro-Bold.otf); /* Путь к файлу со шрифтом */
   }

body	{
	font-family: 'FS Joey', sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-out;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-color: rgba(0,0,0,.02);
	color: #1e1e1e;
}

/* --------------- FONT SIZES --------------- */

#content-under h2, #content-under p	{max-width: 900px;}
h1, h2, h3, h4, .ingress, nav	{font-family: 'FS Joey', serif; font-weight: 500;}

h1	{font-size: 40px; line-height: 1.37; padding-bottom: 20px; text-transform: uppercase;}
#front-top h1	{font-size: 55px; padding-bottom: 40px;}
h2	{font-size: 24px; line-height: 1.4; padding: 50px 0 10px 0;}
h3	{font-size: 29px; margin-top: -25px;}
h4	{font-size: 29px; padding-bottom: 10px;}
h5	{font-size: 24px; margin-top: -25px;}
h6	{font-size: 18px; font-weight: bold;}

nav	{font-size: 34px; font-weight: bold;}
.nav-light	{font-weight: normal !important;}

.ingress	{font-size: 24px; line-height: 1.4; padding-bottom: 30px;}
p, input, textarea, select, td, th, #content-under ul	{font-family: 'FS Joey', sans-serif; font-size: 18px; line-height: 1.45; letter-spacing: 0.1px; padding-bottom: 20px;}
#content-under ul	{list-style-position: inside;}
.ansatt p	{font-size: 16px;}
.small-text	{font-size: 14px !important; letter-spacing: normal; margin: 0;}

p.btn	{
	display: inline-block;
	background: #1b3a0d;
	padding: 10px 40px 12px 40px;
	color: #fff;
	border-radius: 2px;
	font-weight: 500;
}

.italic	{font-style: italic;}
.bold	{font-weight: 500;}
.center	{text-align: center; max-width: none !important;}
.left	{text-align: left !important; max-width: 900px;}
.space	{padding-top: 80px;}

.pris	{font-size: 34px; line-height: 1.4; font-weight: 500; padding-top: 10px !important;}


/* --------------- HEADER --------------- */

#header-out	{
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	background: #1b3a0d;
	z-index: 999;
}
#header	{max-width: 2000px; width: 80%; margin: 0 auto;}

#logo	{float: left; width: 136px; padding-top: 2px;}
#logo img	{width: 100%;}

nav#meny	{
	display: none;
	position: fixed;
	z-index: 9;
	left: 0;
    top: 60px;
    right: 0;
    bottom: 0;
	background: #1b3a0d;
	text-align: center;
}
nav#meny ul	{position: fixed; top: 50%; width: 100%; transform: translateY(-50%); list-style-type: none;}
nav#meny ul li	{margin-bottom: 20px; font-weight: 700;}
.li-space	{margin-top: 50px;}

.menu-btn-wrapper	{float: right; padding-top: 12px;}
.menu-btn p {font-size: 16px; font-weight: bold; color: #fff; margin: 5px -35px 0 0;}
.menu-btn {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.cmn-toggle-switch{display:block;position:relative;overflow:hidden;margin:0;padding:0;width:100px;height:40px;font-size:0;text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;border-radius:none;border:none;cursor:pointer;-webkit-transition:background .3s;transition:background .3s}.cmn-toggle-switch:focus{outline:0}.cmn-toggle-switch span{display:block;position:absolute;top:15px;left:60px;right:0px;height:2px;background:#fff}.cmn-toggle-switch span::after,.cmn-toggle-switch span::before{position:absolute;display:block;left:0;width:100%;height:2px;background-color:#fff;content:""}.cmn-toggle-switch span::before{top:-12px}.cmn-toggle-switch span::after{bottom:-12px}.cmn-toggle-switch__htx,.cmn-toggle-switch__htx.active{background-color:rgba(0,0,0,0)}.cmn-toggle-switch__htx span{-webkit-transition:background 0 .3s;transition:background 0 .3s}.cmn-toggle-switch__htx span::after,.cmn-toggle-switch__htx span::before{-webkit-transition-duration:.3s,.3s;transition-duration:.3s,.3s;-webkit-transition-delay:.3s,0;transition-delay:.3s,0}.cmn-toggle-switch__htx span::before{-webkit-transition-property:top,-webkit-transform;transition-property:top,transform}.cmn-toggle-switch__htx span::after{-webkit-transition-property:bottom,-webkit-transform;transition-property:bottom,transform}.cmn-toggle-switch__htx.active span{background:0 0}.cmn-toggle-switch__htx.active span::before{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.cmn-toggle-switch__htx.active span::after{bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.cmn-toggle-switch__htx.active span::after,.cmn-toggle-switch__htx.active span::before{-webkit-transition-delay:0,.3s;transition-delay:0,.3s}
	

/* --------------- FRONT CONTENT --------------- */

/*
#front-top	{
	position: relative;
	margin-top: 60px;
	height: 80vh;
	max-height: 900px;
	background: linear-gradient(180deg, rgba(0,0,0,.4), rgba(0,0,0,.2)), url(../images/skisse1.jpg);
	background-size: cover;
	background-position: center center;
	text-align: center;
}#front-top-info {
	color: #fff;
	position: absolute; 
	top: 50%; 
	width: 100%;
	transform: translateY(-50%);
}#front-top-info h1	{margin-bottom: 50px;}
*/


#front-top-out	{margin-top: 60px; width: 100%; background-color: #e5e5e5;}

#front-slideshow	{
	margin: 60px auto 60px auto;
	max-height: 740px;
	height: 70vh;
	width: 100%;
	max-width: 2000px;
}
#front-slideshow .slick-list {
	max-height: 740px;
	height: 70vh;
	width: 100%;
}
#front-slideshow .slick-slide, #front-slideshow .bg-img {
	background-position: center center !important;
	background-size: cover !important;
	max-height: 740px;
	height: 70vh;
}


/*
#front-top	{
	position: relative;
	max-height: 740px;
	height: 70vh;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background-size: cover;
	background-position: center center;
	text-align: center;
}#front-top-info {
	color: #fff;
	position: absolute; 
	top: 45%; 
	width: 100%;
	transform: translateY(-50%);
	z-index: 1;
}

.slide {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transition: opacity 1s ease-in-out;
    background-position: center center !important;
    background-size: cover !important;
    opacity: 0;
}.show {opacity: 1;}



#intro-arrow	{
	position: absolute; 
	bottom: 20px; 
	left: 0; 
	width: 100%;
	-webkit-animation-delay: 2s;
    animation-delay: 2s;
    animation-name: arrow;
    animation-duration: 1.5s;
    animation-iteration-count: 3;
    animation-timing-function: linear;
}#intro-arrow img	{display: block; width: 50px; margin: 0 auto; transform: rotate(180deg);}
*/


#content-front	{max-width: 1200px; width: 80%; margin: 0 auto;}
#content-front h1, #content-front-out h1, #content-under h1	{text-align: center;}
#content-under {max-width: 1200px; width: 80%; margin: 120px auto 80px auto;}
#content-under img	{width: 100%; margin: 30px 0; border-radius: 4px;}
#content-top	{margin-top: -30px; margin-bottom: 30px; background: #fff;}
#content-top img	{margin: 0 0 -7px 0 !important;}

#aktiv-kampanje {
	padding: 20px 5% 10px 5%;
	margin: 100px 1% 0 1%;
	background: #1b3a0d;
	color: #fff;
	border-radius: 4px;
	text-align: center;
}

#hyttemodeller {padding: 50px 0 150px 0;}
#forside-knapper, #om-familiehytta, #visning, #bestillkatalog	{padding-bottom: 150px;}

.hyttemodeller-oversikt	{
	float: left;
	width: 31.333%;
	margin: 0 1%;
	text-align: center;
	background: #fff;
	padding-bottom: 20px;
}
.hyttemodeller-oversikt h2	{padding: 10px 5% 10px 5%; margin: 0;}
.hyttemodeller-oversikt p	{padding-left: 5%; padding-right: 5%;}
.hyttemodeller-oversikt img	{width: 100%; border-top-left-radius: 4px; border-top-right-radius: 4px;}

.forside-knapp	{
	color: #fff;
	background-size: cover !important;
	background-position: center center !important;
	padding: 40px 15%;
	margin: 10px 1%;
	border-radius: 4px;
	text-align: center;
}
.forside-knapp p, .forside-knapp h1	{padding: 0;}
.extended-btn	{
	border: 3px solid #fff;
	display: inline-block;
	padding: 5px 15px !important;
}

#om-familiehytta p	{max-width: 800px; margin: 0 auto 20px auto; padding: 0;}
/*
#signatur	{max-width: 800px; margin: 50px auto 0 auto;}
#signatur img	{width: 130px;}
*/

.visningshytter	{
	float: none;
	width: 98%;
	margin: 0 1%;
}
.visningshytter .info	{float: left; width: 60%;}
.visningshytter .responsive-row {float: right; width: 35%; margin-left: 5%;}

.visningshytter .responsive-row .col1	{float: left; width: 50%;}
.visningshytter .responsive-row .col2	{float: left; width: 50%; text-align: right;}

.visningshytter h2	{padding: 20px 0 10px 0;}
.visningshytter img	{
	width: calc(100% - 12px);
	width: -o-calc(100% - 12px);
	width: -webkit-calc(100% - 12px);
	width: -moz-calc(100% - 12px);
	border: 6px solid #fff;
}


#content-front-out	{width: 100%; background-color: #cecece;}
#bestillkatalog	{padding: 50px 0 100px 0; max-width: 1200px; width: 80%; margin: 0 auto; position: relative;}
#bestillkatalog img	{
	display: block;
	position: absolute;
	left: 10%;
	top: -40px;
	width: 130px;
	transform: rotate(-15deg);
}

/* --------------- BLOCKS --------------- */

.content-blocks	{text-align: center;}
.content-blocks h1, .content-blocks h2, .content-blocks p	{margin: 0 auto;}
.finansiering a, .finansiering a:hover { text-decoration:underline; border:none; }

#leverandorer	{width: 100%;}
#leverandorer img	{height: auto; width: 100px; margin: 0 30px 30px 0; padding: 30px; background: #fff;}

#designuttrykk .prisbeskrivelse-liste	{margin: 0 auto 30px auto;}

/* --------------- CONTENT --------------- */

#hyttefiltrering, #hytteinformasjon	{margin: 30px 1% 60px 1%; position: relative; z-index: 1;}
#hytteinformasjon h2	{padding-top: 0; margin-top: 0;}
#hyttefiltrering ul	{padding: 0; margin: 0 !important;}
.filter-hytteserie, .filter-pris, .filter-storrelse, .filter-soverom	{float: left; width: 25%;}

#hyttefiltrering-resultat	{max-width: 2200px; width: 80%; margin: 0 auto;}
#hyttefiltrering-resultat .hyttemodeller-oversikt	{
	float: left;
	width: 31.333%;
	margin: 0 1% 80px 1%;
	padding-bottom: 30px; 
	position: relative;
	background: #fff;
	text-align: left;
}

#hyttefiltrering-resultat .hyttemodeller-oversikt p, #hyttefiltrering-resultat .hyttemodeller-oversikt h2	{padding: 0 6%;}
#hyttefiltrering-resultat .hyttemodeller-oversikt .serie	{margin: 0 0 20px 0; text-align: center;}
#hyttefiltrering-resultat .hyttemodeller-oversikt .serie p	{display: inline-block; background: #fff; padding: 3px 12px; border-top-left-radius: 4px; border-top-right-radius: 4px; font-weight: 600; text-transform: uppercase;}
#hyttefiltrering-resultat .hyttemodeller-oversikt h2	{margin: 10px 0 10px 0;}
#hyttefiltrering-resultat .hyttemodeller-oversikt img	{margin: 0 0 -32px 0; border-radius: 0px; border-top-left-radius: 4px; border-top-right-radius: 4px;}

#hyttefiltrering-resultat .kampanjehytte	{background: #fe9f08; color: #fff; text-align: center; text-transform: uppercase; padding: 4px 0; position: absolute; left: 0; top: 0; right: 0; border-top-left-radius: 4px; border-top-right-radius: 4px;}
#hyttefiltrering-resultat .kampanjehytte p	{letter-spacing: 1px;}

#hyttefiltrering-serie #hyttefiltrering-resultat	{width: 102%; margin-left: -1%;}


.filter-valg    {
    width: 25%;
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 10px 0 !important;
    border-radius: 2px;
}.filter-valg input   {
	background: #fe9f08;
	color: #fff;
	border-radius: 2px;
    margin: 0 0 5px 0;
}

#hytte-detalj .img-first	{width: 98%; margin: 0 1% 40px 1%;}
#hytte-detalj img	{max-width: none; width: 98%; margin-right: 1%; margin-left: 1%;}
#hytte-detalj p	{text-align: center; margin: 0 auto 30px auto; padding: 0;}

#hytte-detalj .kampanjehytte	{background: #fe9f08; color: #fff; text-align: center; padding: 10px 0 12px 0; border-radius: 4px; position: relative; z-index: 1; margin: 0 auto -23px auto; width: 220px;}
#hytte-detalj .kampanjehytte p  {padding: 0; margin: 0;}

#hytte-detalj .btn	{
	position: relative; 
	z-index: 1;
	display: block;
	background: #fff;
	padding: 10px 0 12px 0;
/*     margin: -75px auto 50px auto; */
    width: 220px;
	color: #1e1e1e;
	border-radius: 4px;
}


#hyttepriser	{text-align: center; margin: 100px 0;}
#hyttepriser p	{padding: 0;}
.byggesett, .rabygg, .elektroklar, .nokkelferdig	{
	float: left;
	width: 23%;
	color: #fff;
	margin: 0 1%;
	padding: 15px 0;
	background: #1b3a0d;
}

.kampanjetekst	{
/* 	background: #ffc10e; */
	margin: 50px 1% 0 1%;
	padding: 30px 5%;
/* 	background: #fe9f08; */
	color: #fff;
	background: linear-gradient(340deg, rgba(0,0,0,.9), rgba(0,0,0,.7)), url(/images/kampanje.jpg);
	background-size: cover;
	background-position: center center;
}
.kampanjetekst h2	{padding: 0 0 20px 0; margin: 0 auto;}
.kampanjetekst p	{padding: 0 !important; margin: 0 auto !important;}

.tekniskinfo3	{float: left; width: 33.333%;}
.tekniskinfo3 p	{margin-bottom: 5px !important; padding: 0; text-align: left !important;}

.tekniskinfo4	{float: left; width: 25%;}
.tekniskinfo4 p	{margin-bottom: 5px !important; padding: 0; text-align: left !important;}

.teknisk-ikoner {max-width: 600px; width: 80%; margin: 50px auto 0 auto;}


/*
#hytteknapper	{margin: 0 0 100px 0;}
.hytteknapp	h2 {background: #fff; color: #000; max-width: none; width: 34%; height: 32px; margin: 10px 1%; padding: 20px 2%; float: left; text-align: center;}
.hytteknapp h2:hover	{opacity: 0.8;}
.hytteknapp-nedlastning {background: #fe9f08; max-width: none; width: 10%; height: 32px; margin: 10px 1% 10px -1%; padding: 20px 0%; float: left; border-radius: 0 !important;}
.hytteknapp-nedlastning img	{width: 30px !important; display: block; margin: 0 auto !important;}
*/

#hytteknapper	{margin: 100px auto; width: 98%;}
.hytteknapp {width: 49%; margin: 0 1% 0 0; float: left;}
.hytteknapp:nth-child(even)	{width: 49%; margin: 0 0 0 1%;}
.hytteknapp h2	{
	background-color: #1b3a0d; 
	color: #fff; 
	padding: 20px 15% 20px 5%; 
	font-size: 24px; 
	background-image: url(/images/download.svg);
	background-repeat: no-repeat;
	background-size: 45px;
	background-position: 95% 50%;
}
.hytteknapp h5	{padding: 0; margin-top: 20px; color: #1b3a0d; font-size: 24px; text-align: center;}

#plantegninger-trend, #plantegninger-tradisjon	{padding-top: 100px;}

.inspirasjon-boxer	{background: #fff; border-radius: 4px; padding: 30px 0; margin: 30px 0 50px 0;}
.inspirasjon-boxer p 	{margin: 0;}
#inspirasjon-oversikt img	{float: left; width: 31.333%; margin: 20px 1%;}

/*
.tekniskIkoner  {float: left; width: 35%; padding: 50px 5%; background: #fff; margin: 0 5% 50px 0;}
.tekniskIkoner img  {display: block; width: 150px !important; border-radius: 0 !important; margin: 0 auto 50px auto !important;}
.tekniskIkoner p    {}
*/


.tekniske-spesifikasjoner	{
	background: #fff;
	float: left;
	width: 31.333%;
	height: 520px;
	margin: 0 2% 80px 0;
}
.tekniske-spesifikasjoner h4, .tekniske-spesifikasjoner p	{padding-left: 6%; padding-right: 6%;}
.tekniske-spesifikasjoner img	{margin: 0 0 10px 0 !important;}

.hytteinfo-ikoner	{
	float: left;
	width: 27.333%;
	padding: 0 3%;
	margin: 100px 0 0 0;
	text-align: center;
}
.hytteinfo-ikoner p	{padding: 0; margin: 0 !important;}
.hytteinfo-ikoner img	{margin: 0 auto 10px auto !important; width: 67% !important; border-radius: 0px !important;}

.prisbeskrivelse-liste	{
	max-width: 800px;
	background: #fff;
	padding: 30px 3% 20px 3%;
	margin: 0 auto 30px auto;
}
.prisbeskrivelse-liste h2	{padding-top: 0; margin-top: 0;}
.prisbeskrivelse-liste img	{width: 140px !important; margin: 0 0 20px 0 !important;}

.float-boxes	{
	float: left;
	width: 43%;
	background: #fff;
	padding: 30px 3% 20px 3%;
	margin: 0 1% 50px 0;
}
.float-boxes:nth-child(even)	{margin: 0 0 50px 1%;}
.float-boxes:nth-child(odd)	{clear: left;}
.float-boxes h2	{padding-top: 0; margin-top: 0;}
.float-boxes img	{width: 140px !important; margin: 0 0 20px 0 !important;}


.nokkelferdig-liste	{
	float: left;
	width: 43%;
	background: #fff;
	padding: 30px 3% 20px 3%;
	margin: 25px 1% 25px 0;
	text-align: left;
}
.nokkelferdig-liste:nth-child(even)	{margin: 25px 0 50px 1%;}
.nokkelferdig-liste:nth-child(odd)	{clear: left;}
.nokkelferdig-liste h2	{padding-top: 0; margin-top: 0;}
.nokkelferdig-liste ul	{margin-left: 20px;}




#kontakt-info	{margin: 50px 0 100px 0;}
#kontakt-info p	{max-width: none; width: 45%; margin: 0 5% 50px 0; float: left; text-align: center;}
#kontakt-info p:nth-of-type(odd) {clear: left;}

.ansatt	{
	float: left;
	width: 150px;
	margin: 0 20px 40px 0;
	height: 230px;
}
.profilbilde	{
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
	border-radius: 50%;
	background-repeat: no-repeat; background-position: center center; background-size: cover;
	background-image: url(../images/mann.svg);
}






.slider {width: 100%;}
.slick-slide {margin: 0;}
.slick-slide img {margin: 0 0 30px 0 !important; width: 100%;}

.hytte-slideshow figure	{max-width: none !important; padding: 0;}
.hytte-slideshow figure img	{margin: 0 !important; width: 100% !important;}
.hytte-slideshow figure p	{padding: 10px !important; margin-bottom: none !important;}

.hytte-slideshow	{
	position: relative;
	width: 98%;
	margin: 0 auto;
}
.hytte-slideshow .left, .hytte-slideshow .right	{
	position: absolute;
    top: 42%;
    display: block;
    transform: translate(0, -42%);
    cursor: pointer;
}
.hytte-slideshow .left	{right: auto; left: -60px;}
.hytte-slideshow .right	{right: -60px; left: auto;}
img.left, img.right	{width: auto !important;}






table {border-collapse: collapse; border-spacing: 0; width: 100%; margin-bottom: 50px;}

.responsive-row	{margin-bottom: 20px;}
.responsive-row p	{padding: 0;}
.col1, .col2	{float: left; width: 50%;}

tr, th, td	{font-weight: 600;}








.social-share	{
	width: 180px;
	margin: 100px auto 0 auto;
    text-align: center;
}
.social-share p {margin: 0 !important; padding: 0 !important;}
.social-share ul	{list-style-type: none; margin: 0 !important;}
.social-share li	{float: left; margin: 0 10px; width: 40px;}
.social-share li img	{width: 100% !important; margin: 10px 0 !important;}

/* --------------- FORMS --------------- */


#form1_katalogbestilling div	{float: left; width: 45%; margin-right: 5%; margin-bottom: 20px;}
#form1_katalogbestilling .submit-btn	{width: 45%; margin: 0 auto; float: none !important;}
#form1_katalogbestilling p	{padding: 0 0 5px 0;}
#form1_katalogbestilling #form1_submit	{
	color: #fff; 
	background: #1b3a0d;
	width: 100%;
	padding: 10px;
}#form1_katalogbestilling #form1_submit:hover	{opacity: 0.9; transition: all 0.2s ease-in-out;}
#form1_katalogbestilling input, #form1_katalogbestilling textarea  {
	max-width: none;
	width: 100%;
	background: #fff;
	border: none; 
	padding: 12px 15px; 
	resize: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;‌​
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.styled-select select {
   	background: #fff;
   	padding: 12px 15px;
   	width: 100%;
   	height: 50px;
   	border: 0;
   	border-radius: 4px;
   	-webkit-appearance: none;
}



#kontakt-skjema div	{width: 67%; margin: 0 auto; text-align: center;}
#form1_skjemakontakt p  {margin: 0; padding: 0;}
#form1_skjemakontakt #form1_submit, #submit	{
	color: #fff; 
	background: #1b3a0d;
	width: 50%;
	padding: 12px 0;
	margin-top:16px;
}
#form1_skjemakontakt input, #form1_skjemakontakt textarea, input, textarea  {
	max-width: none;
	width: 100%;
	background: #fff;
	border: none; 
	margin: 0 0 20px 0; 
	padding: 12px 10px; 
	resize: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
}

#form1_skjemakontakt label[for="godkjent_retningslinjer"] p, #form1_skjemakontakt label[for="vil_ha_nyhetsbrev"] p {
	margin-bottom:8px;
	text-align: left;
}

/* --------------- FOOTER --------------- */


#footer-out	{background: #3c3c3c; color: #fff; width: 100%; padding: 0; max-width: none;}
footer	{
	margin: 0 auto; 
	padding: 50px 0 20px 0;
	max-width: 1200px; 
	width: 80%; 
}
footer p	{padding: 0;}
img.fh-gruppen	{width: 100px; margin-top: 5px; margin-bottom: 20px;}

.social-follow	{margin-bottom: 30px;}
.social-follow img	{width: 40px; margin-right: 10px;}

a.clean, a.clean:active, a.clean:focus, a.clean:visited, a.clean:hover	{color: none !important; text-decoration: none !important; border-bottom: none !important;}

/* --------------- LINKS --------------- */


a, a:active, a:focus, a:visited	{color: #1b3a0d; text-decoration: none; border-bottom: 2px solid #1b3a0d;}
a:hover	{color: #1e1e1e; text-decoration: none; border-bottom: 2px solid #1e1e1e;}

nav a, nav a:active, nav a:focus, nav a:visited	{color: white; text-decoration: none; border: none;}
nav a:hover	{color: white; text-decoration: underline; border: none;}

footer a, footer a:active, footer a:focus, footer a:visited	{color: white; text-decoration: none; border-bottom: 2px solid #fff;}
footer a:hover	{color: white; text-decoration: none; border-bottom: 2px solid #3c3c3c;}

.forside-knapp a, .forside-knapp a:active, .forside-knapp a:focus, .forside-knapp a:visited, .forside-knapp a:hover	{color: #fff; border-bottom: 2px solid #fff;}
a.kampanje-link, a.kampanje-link:active, a.kampanje-link:focus, a.kampanje-link:visited, a.kampanje-link:hover	{color: #fe9f08; border-bottom: 2px solid #fe9f08;}


/* --------------- Sticky skjema --------------- */
.sticky-skjema {
  position: fixed;
  bottom:80px;
  right:30px;
  width:333px;
  box-sizing:border-box;
  z-index:999;
  display:none;
}

.skjema-inner {
  margin:0;
  padding:20px;
  background:black;
  background-color:#cecece;
  border-radius: 4px;
  color:#000;
}

.skjema-inner h4 {
	font-size: 20px;
}

.sticky-skjema form input {
	padding:2px 10px;
	margin-bottom:10px;
	text-align:left;
}

#form1_katalogbestilling input[type="checkbox"], #form1_skjemakontakt input[type="checkbox"], .sticky-skjema form input[type="checkbox"] {
	margin:0;
	margin-top:3px;
	width:25px;
	float:left;
	-webkit-appearance:checkbox;
	clear:left;
}

.sticky-skjema form label p {
	font-size:16px;
	margin-bottom:15px;
	line-height:19px;
	width:80%;
	float:left;
}

.sticky-skjema form label a {
	color:inherit;
	border-color:inherit;
}

.sticky-skjema form .styled-select select {
	padding:0;
	height:30px;
	margin-bottom:10px;
	padding-left:10px;
}

.sticky-skjema form textarea, #form2_melding {
	height:75px;
	text-align:left;
	margin-bottom:5px;
}

.sticky-skjema #form2_submit, .sticky-skjema #form1_submit {
	height:50px;
	text-align: center;
	width:100%;
	margin-bottom:0;
	background-color:#1b3a0d;
	color:#fff;
	cursor:pointer;
	margin-top:10px;
}

.sticky-skjema form label[for="form1_melding"] {
	width:100%;
}

.sticky-skjema p.center {
	padding:50px;
	background-color:#cecece;
	color:#000;
}

.viskontaktboks {
	/*display:none;*/
	display:block;
}

.viskontaktboks a {
	position:fixed;
	bottom:30px;
	right:30px;
	background-color:#fe9f08;
	line-height:45px;
	padding:0 20px;
	cursor:pointer;
	border-radius:4px;
}

#lukk {
    position:  absolute;
    bottom: -50px;
    right: 0;
    background: #fe9f08;
    height: 45px;
    color: #fff;
    text-align: center;
    border-radius: 7px;
	line-height:45px;
	padding:0 20px;
	cursor:pointer;
	border-radius:4px;
}

#lukk, .viskontaktboks a { border-bottom:none; }
#lukk:hover, .viskontaktboks a:hover, .sticky-skjema #form2_submit:hover, .sticky-skjema #form1_submit:hover { border-bottom:none; opacity:0.9; transition:all 0.2s ease-in-out; }

#lukk:active, .viskontaktboks a:active {
	border-bottom:none;
}

.sticky-vis-skjema {
  position:fixed;
  bottom:0;
  right:0;
  display:none;
  background:red;
  width:300px;
  height:20px
}


/* --------------- MEDIA QUERIES --------------- */


@media only screen and (max-device-width: 1400px) {
	
body	{background-attachment: inherit; background-size: contain; background-repeat: repeat;}

}

@media only screen and (max-width: 1100px) {

.hyttemodeller-oversikt	{width: 48%; margin: 0 1% 50px 1%;}
#hyttemodeller {padding: 100px 0 100px 0;}
#forside-knapper, #om-familiehytta, #visning, #bestillkatalog	{padding-bottom: 150px;}

#hyttefiltrering-resultat .hyttemodeller-oversikt	{width: 48%; margin: 0 1% 80px 1%;}

#bestillkatalog	{padding: 100px 0; width: 90%;}
#bestillkatalog img	{left: 37%; top: -100px;}

.tekniskinfo3	{width: 33.333%;}
.tekniskinfo4	{width: 50%;}
.tekniskinfo4:nth-child(odd)	{clear: left;}

}

@media only screen and (max-width: 900px) {

#front-slideshow	{max-height: 700px; height: 70vh;}
#front-slideshow .slick-list {max-height: 700px; height: 70vh;}
#front-slideshow .slick-slide, #front-slideshow .bg-img {max-height: 700px; height: 70vh;}

#hyttemodeller {padding: 50px 0 100px 0;}

.visningshytter	{width: 98%; margin: 0 1% 50px 1%;}
.visningshytter:nth-of-type(even)	{margin-bottom: 0;}
.visningshytter .info, .visningshytter .responsive-row	{float: none; width: 100%; margin-right: 0; margin-left: 0;}

.filter-hytteserie, .filter-pris, .filter-storrelse, .filter-soverom	{float: left; width: 50%; margin-bottom: 10px;}

#hyttepriser	{text-align: center; margin: 100px 0 70px 0;}
.byggesett, .rabygg, .elektroklar, .nokkelferdig	{
	float: left;
	width: 44%;
	color: #fff;
	margin: 0 3% 20px 3%;
	padding: 15px 0;
}

#hytteknapper	{margin: 100px auto; width: 98%;}
.hytteknapp, .hytteknapp:nth-child(even) {width: 100%; margin: 0 0 40px 0; float: none;}

#plantegninger-trend, #plantegninger-tradisjon	{padding-top: 100px;}
#plantegninger-trend img, #plantegninger-tradisjon img	{margin: 0;}

#inspirasjon-oversikt img	{width: 100%; margin: 20px 2%;}

.hytteinfo-ikoner	{
	width: 44%;
	padding: 0 3%;
	margin: 50px 0 0 0;
}

.tekniske-spesifikasjoner	{
	width: 48%;
	height: 500px;
	margin: 0 2% 80px 0;
}

}

@media only screen and (max-width: 640px) {

/* stickyskjema hide */
.sticky-skjema {
	display:none;
	width:80%;
	width:calc(100% - 60px);
}

.viskontaktboks {
	display:block;
}

h1	{font-size: 38px; line-height: 1.3;}
.forside-knapp h1, #aktiv-kampanje h1	{font-size: 28px;}
.forside-knapp .ingress	{font-size: 19px;}

h2	{font-size: 24px; line-height: 1.4; margin: 50px 0 10px 0;}
.hytteknapp	h2, .hytteknapp h5 {font-size: 20px;}
h3	{font-size: 24px; margin-top: -25px;}

nav ul li	{font-size: 24px;}

.ingress	{font-size: 22px; line-height: 1.4;}
p, input, textarea, select, td, th, li	{font-size: 16px; line-height: 1.55; letter-spacing: 0.1px;}
.menu-btn p {font-size: 16px;}

#hyttefiltrering-resultat .hyttemodeller-oversikt p, .ansatt p	{font-size: 16px;}
.small-text	{font-size: 13px !important;}


#front-slideshow	{max-height: 300px;}
#front-slideshow .slick-list {max-height: 300px;}
#front-slideshow .slick-slide, #front-slideshow .bg-img {max-height: 300px;}


#logo	{left: 5%;}
.menu-btn {right: 5%;}
nav#meny ul li	{margin-bottom: 5px;}

#content-front, #hyttefiltrering-resultat, footer	{width: 90%;}
#content-under {width: 90%; margin: 100px auto 80px auto;}


.hyttemodeller-oversikt, .visningshytter	{width: 100%; margin: 0 0 30px 0;}
.forside-knapp	{
	padding: 40px 5%;
	margin: 10px 0;
}

#hyttemodeller {padding: 50px 0 100px 0;}
#forside-knapper, #om-familiehytta, #visning, #bestillkatalog	{padding-bottom: 100px;}

#hyttefiltrering-serie #hyttefiltrering-resultat	{width: 100%; margin: 0;}
#hyttefiltrering-resultat .hyttemodeller-oversikt	{width: 100%; margin: 0 0 80px 0;}
.filter-hytteserie, .filter-pris, .filter-storrelse, .filter-soverom, .filter-valg	{width: 100%;}

.hytte-slideshow .left, .hytte-slideshow .right	{
	position: absolute;
    top: 80%;
    display: block;
    transform: translate(0, -80%);
    cursor: pointer;
}
.hytte-slideshow .left	{right: auto; left: 0px;}
.hytte-slideshow .right	{right: 0px; left: auto;}
#hytte-detalj .img-first	{width: 100%; margin: 0 auto 30px auto;}
#hytte-detalj img	{width: 100%; margin-right: 0; margin-left: 0;}
/* #hytte-detalj .btn	{margin: -55px auto 50px auto;} */


.tekniskinfo3	{width: 100%;}
.tekniskinfo4	{width: 100%;}
.tekniskinfo h2	{padding: 0; margin: 0;}


#hyttepriser	{text-align: center; margin: 70px 0 40px 0;}
.byggesett, .rabygg, .elektroklar, .nokkelferdig	{
	float: left;
	width: 49%;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 15px 0;
}
.byggesett	{margin-right: 2%;}
.elektroklar	{margin-right: 2%;}

#hytteknapper	{margin: 70px auto; width: 100%;}


#kontakt-info	{margin: 50px 0;}
#kontakt-info p	{width: 100%; margin: 0 0 50px 0;}

#ansatte h2, #ansatte p	{text-align: center;}
.ansatt	{width: 50%; margin: 0 0 40px 0;}
.profilbilde	{margin: 0 auto 10px auto;}

.hytteinfo-ikoner	{
	width: 94%;
	padding: 0 3%;
	margin: 50px 0 0 0;
}.hytteinfo-ikoner img	{width: 50% !important;}


.tekniske-spesifikasjoner	{
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin: 0 0 50px 0;
}
.tekniske-spesifikasjoner h2, .tekniske-spesifikasjoner p	{padding-left: 5%; padding-right: 5%;}

.nokkelferdig-liste, .nokkelferdig-liste:nth-child(even)	{
	float: none;
	clear: none;
	width: 90%;
	background: #fff;
	padding: 30px 5% 20px 5%;
	margin-right: 0;
	margin-top: 40px;
	margin-bottom: 10px;
}

.float-boxes, .float-boxes:nth-child(even), .float-boxes:nth-child(odd)	{
	float: none;
	clear: none;
	width: 94%;
	background: #fff;
	padding: 30px 3% 20px 3%;
	margin: 0 0 50px 0;
}


#bestillkatalog div	{width: 100%; margin-right: 0;}
#kontakt-skjema div	{width: 100%;}
#form1_submit, #submit	{width: 100% !important;}



}






#content-under h2, #content-under p {
    max-width: 100%;
}

#footer-out {
    background: #3c3c3c;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    max-width: none;
}
.btn{
	margin: 20px auto 0 auto;display: block;width:150px;border: 1px solid #233911;color: #233911;
}
h2 {
   font-size: 35px;
    line-height: 1.4;
    border-top: 2px dotted #233911;
    color: #233911;
    padding: 50px 10px 10px 10px;
    margin: 50px 0 10px 0;

}
h3 {
    font-size: 35px;
    margin-top: 0;
    padding: 20px;
}
.padding0{
	padding: 0;
}
.bgli{
	background: linear-gradient(white,#d8d8d8);
}
.services img {
    width: 15% !important;
    margin: 30px auto !important;
}
.services h5 {
    font-size: 15px !important;
    margin-top: -25px;
    width: 70% !important;
    margin: auto !important;
    text-align: center;
}

