body {
	background: #cfeaff;
}

.animation_01 {
	-webkit-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	-ms-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s ease-in-out all;
}

.animation_02 {
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s ease-in-out all;
}

/* ==========================================================================
 NAVBAR
 ========================================================================== */
nav.navbar {
	background: #143e60;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}

nav.navbar > .container {
	position: relative;
}

nav.navbar .navbar-brand {
	height: auto;
	padding-top: 22px;
	padding-bottom: 22px;
	width: auto;
/* REMI: logo original størrelse
	width: 290px; 
*/
}

nav.navbar h1 {
	font-size: 1.75em;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	color: white;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
}

/* ==========================================================================
 JUMBOTRON
 ========================================================================== */
*:focus {
	outline: 0;
}

.jumbotron {
	font-family: 'Titillium Web', sans-serif;
	color: white;
	padding: 20px 0 150px 0;
	border-bottom: 20px solid #3790d2;
	background: #195788; /* Old browsers */
	background: -moz-linear-gradient(top,  #195788 0%, #086eb6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#195788), color-stop(100%,#086eb6));
	*/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #195788 0%,#086eb6 100%); /*
	 * Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #195788 0%,#086eb6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #195788 0%,#086eb6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #195788 0%,#086eb6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195788', endColorstr='#086eb6',GradientType=0 );/*
	* /* IE6-9 */
}

/* SLIDERS */
#slider .banner {
	background: url(../img/icons/main_01.png) right center no-repeat;
	min-height: 413px;
	color: #fefefe;
	width: 100px;
}

#slider .banner .text {
	width: 55%;
}

#slider .banner.banner__family {
	background-image: url(../img/icons/main_03.png);
}

#slider .banner.banner__gamification {
	background-image: url(../img/icons/main_04.png);
}

#slider .banner.banner__gamification .text {
	width: 50%
}

#slider .banner.banner__core {
	background-image: url(../img/icons/main_05.png);
}

#slider .banner.banner__mobile {
	background-image: url(../img/icons/main_06.png);
}

#slider .banner.banner__pisa {
	background-image: url(../img/icons/main_07.png);
}

#slider .banner h2 {
	font-size: 4.5em;
	font-weight: 200;
	margin: 30px 0 5px 0;
	padding: 0;
}

#slider .banner h3 {
	margin: 0px 0 15px 0;
	padding: 0;
	line-height: 130%;
}

#slider .banner p {
	font-size: 1.375em;
	font-weight: 200;
	line-height: 150%;
}

#slider .banner p.small {
	line-height: 120% !important;
	font-size: 1.125em;
	margin: 25px 0 0 0;
	padding: 0;
}

#slider .slick-dots {
	width: 100% !important;
	bottom: auto;
}

#slider .slick-dots li {
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;
	min-width: 140px;
	margin: 0 15px;
}

#slider .slick-dots li.slick-active i, .jumbotron .slick-dots li:hover i {
	background-position: bottom center;
}

#slider .slick-dots i {
	display: inline-block;
	width: 115px;
	height: 113px;
	background: url(../img/icons/icon__content.png) top center no-repeat;
}

#slider .slick-dots li:first-child {
	margin-left: 0;
}

#slider .slick-dots li:last-child {
	margin-right: 0;
}

#slider .slick-dots li div.icon__family i {
	background-image: url(../img/icons/icon__family.png);
}

#slider .slick-dots li div.icon__pisa i {
	background-image: url(../img/icons/icon__pisa.png);
}

#slider .slick-dots li div.icon__mobile i {
	background-image: url(../img/icons/icon__mobile.png);
}

#slider .slick-dots li div.icon__core i {
	background-image: url(../img/icons/icon__core.png);
}

#slider .slick-dots li div.icon__gamification i {
	background-image: url(../img/icons/icon__gamification.png);
}

#slider .slick-dots li h3 {
	padding: 10px 0 0 0;
	margin: 0;
	vertical-align: bottom;
	font-size: 1.25em;
}

/* ==========================================================================
 Breadcrumbs
 ========================================================================== */
.breadcrumbs {
	font-family: 'Open Sans', sans-serif;
	color: white;
	padding: 10px 0 10px 0;
	font-size: 1.125em;
	background: #195788; /* Old browsers */
	background: -moz-linear-gradient(top,  #195788 0%, #086eb6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#195788), color-stop(100%,#086eb6));
	*/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #195788 0%,#086eb6 100%); /*
	 * Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #195788 0%,#086eb6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #195788 0%,#086eb6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #195788 0%,#086eb6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195788', endColorstr='#086eb6',GradientType=0 );/*
	* /* IE6-9 */
}

.breadcrumbs, .breadcrumbs a {
	color: #c1e0f6;
}

.breadcrumbs span {
	color: white;
	font-weight: 600;
}

/* ==========================================================================
 CONTENT
 ========================================================================== */
.main {
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
	background: white url(../img/bg/gradient.gif) top left repeat-x;
}

.main .title h1 {
	font-weight: 300;
	font-size: 3.5em;
	margin-top: 0;
	margin-bottom: 10px;
	color: #2381cb;
}

.box {
	background: #2381cb;
	border-radius: 8px;
	color: white;
	padding: 20px;
	margin-bottom: 30px;
}

.box .box {
	background: #176db1;
	border-radius: 5px;
}

.box h2 {
	color: #b3deff;
	margin: 10px 0 25px 0;
	font-weight: 600;
	padding: 0;
	border: none;
}

.box h2.centered {
	text-align: center;
	text-transform: uppercase;
	/*margin-bottom: 20px;*/
}

.box h2 a {
	color: #b3deff;
	background: url(../img/icons/arrow_02.png) 100% 0px no-repeat;
	display: block;
	padding: 0px 0 5px;
}

.box h2 a:hover {
	background-position: 99% 0px;
	text-decoration: none;
}

.box h2 b {
	color: white;
	font-size: 1.25em;
	font-weight: normal;
}

.grades .box ul, .grades .box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grades .box ul li {
}

.grades .box ul li a {
	color: white;
	vertical-align: middle;
	display: block;
	padding: 5px 5px;
	background: url(../img/icons/arrows.png) 100% -131px no-repeat;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s ease-in-out all;
}

.grades .box ul li a:hover {
	background-position: 99% -131px;
	text-decoration: none;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s ease-in-out all;
}

.grades .box ul li a span {
	display: inline-block;
	width: 80%;
	vertical-align: middle;
}

.grades .box ul li a span em {
	font-style: normal;
	padding-right: 0px;
	vertical-align: top;
}

.grades .box ul li a span strong {
	display: inline-block;
	width: 80%;
	font-weight: 200;
}

.grades .box ul li {
	border-top: 1px solid #8bb6d8;
	vertical-align: middle;
	line-height: 120%;
}

ul li i.ic {
	width: 40px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../img/icons/grades.png) 0 2px no-repeat;
}

.grades .box ul li i.ic_1a {
	width: 40px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../img/icons/grades_1a.png) 0 2px no-repeat;
}

.grades .box ul li i.ic_1b {
	width: 40px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../img/icons/grades_1b.png) 0 2px no-repeat;
}

.inactive i.ic {
	width: 40px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url(../img/icons/grades_2.png);
}

.inactive span, .inactive h2 b {
  color : #65a7da;
}

.inactive a:hover {
  background-position: 100% -131px !important;
}

.inactive a {
  pointer-events: none;
  cursor: default;
}

.grades .box ul li i.ic_3 {
	width: 40px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../img/icons/grades_3.png) 0 2px no-repeat;
}

.grades .box ul li i.ic_4 {
	width: 40px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../img/icons/grades_4.png) 0 2px no-repeat;
}

.grades .box ul li i.ic-11 {
	background-position: 0px 2px;
}
.grades .box ul li i.ic-12 {
	background-position: 0px -52px;
}
.grades .box ul li i.ic-13 {
	background-position: 0px -104px;
}
.grades .box ul li i.ic-14 {
	background-position: 0px -155px;
}
.grades .box ul li i.ic-15 {
	background-position: 0px -208px;
}

.grades .box ul li i.ic-21 {
	background-position: -100px 2px;
}
.grades .box ul li i.ic-22 {
	background-position: -100px -52px;
}
.grades .box ul li i.ic-23 {
	background-position: -100px -104px;
}
.grades .box ul li i.ic-24 {
	background-position: -100px -155px;
}
.grades .box ul li i.ic-25 {
	background-position: -100px -208px;
}

.grades .box ul li i.ic-31 {
	background-position: -200px 2px;
}
.grades .box ul li i.ic-32 {
	background-position: -200px -52px;
}
.grades .box ul li i.ic-33 {
	background-position: -200px -104px;
}
.grades .box ul li i.ic-34 {
	background-position: -200px -155px;
}
.grades .box ul li i.ic-35 {
	background-position: -200px -208px;
}

.grades .box ul li i.ic-41 {
	background-position: -300px 2px;
}
.grades .box ul li i.ic-42 {
	background-position: -300px -52px;
}
.grades .box ul li i.ic-43 {
	background-position: -300px -104px;
}
.grades .box ul li i.ic-44 {
	background-position: -300px -155px;
}
.grades .box ul li i.ic-45 {
	background-position: -300px -208px;
}

.grades .box ul li i.ic-51 {
	background-position: -400px 2px;
}
.grades .box ul li i.ic-52 {
	background-position: -400px -52px;
}
.grades .box ul li i.ic-53 {
	background-position: -400px -104px;
}
.grades .box ul li i.ic-54 {
	background-position: -400px -155px;
}
.grades .box ul li i.ic-55 {
	background-position: -400px -208px;
}

.grades .box ul li i.ic-61 {
	background-position: -300px 2px;
}
.grades .box ul li i.ic-62 {
	background-position: -300px -52px;
}
.grades .box ul li i.ic-63 {
	background-position: -300px -104px;
}
.grades .box ul li i.ic-64 {
	background-position: -300px -155px;
}
.grades .box ul li i.ic-65 {
	background-position: -300px -208px;
}

.chapter .box h2 {
	font-size: 1.0em;
	color: white;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 120%;
	border-bottom: 1px solid #8bb6d8;
}

.chapter .box h2 a {
	color: white;
    padding: 15px 45px 15px 0;
	background: url(../img/icons/arrow_01.png) 100% 50% no-repeat;
}

.chapter .box h2 a:hover {
	background-position: 99% 50%;
}

.chapter .box .thumb img {
	border: 1px solid #b7c6d9;
}

/* BOX LIGHT */
.chapter .box-light {
	border-radius: 8px;
	padding: 20px;
	margin: 0px 0 20px 0;
	color: white;
	background: #3790d1 url(../img/icons/main_02.png) right center no-repeat;
	position: relative;
	overflow: hidden;
}

.chapter .box-light p {
	margin: 0;
	padding: 0;
}

.chapter .box-light ul, .chapter .box-light li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.chapter .box-light li {
	display: block;
	border: 1px solid blue;
	float: left;
	width: auto;
}

.chapter .box-light .goBack {
	display: block;
	background: transparent url(../img/icons/arrow_03.png) 0px 0px no-repeat;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.chapter .box-light .title {
	text-align: left !important;
}

.chapter .box-light h1 {
	color: white;
	font-size: 1.5em;
	margin: 0;
	padding: 20px 0;
	display: block;
}

.chapter .box-light .text {
	border-left: 2px solid #afd3ed;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

.left-column {
	width:	50%;
	float: left;
}

.right-column {
	width:	50%;
	float: right;
}
/* ==========================================================================
 LESSON
 ========================================================================== */


/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
	background: #0e568e none repeat scroll 0% 0%;
	color: #a6b2ca;
	font-family: "Open Sans", sans-serif;
	font-size: 0.875em;
	font-weight: 300;
	padding-top: 40px;
	padding-bottom: 40px;
}

footer .copyright a,
footer .copyright a:link,
footer .copyright a:visited,
footer .copyright a:active {
    color: #a6b2ca;
}

footer .copyright a:hover {
    color: #ffffff;
}

footer .logo a {
	display: block;
	width: 165px;
	height: 64px;
    margin: 0 auto;
}

footer .logo a img {
	width: 165px;
	height: 64px;
}

footer .social {
	text-align: right;
}

footer .social ul li.social {
	display: inline-block;
}

footer .social ul li.social a {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	background: url(../img/icons/social.png) top left no-repeat;
	display: inline-block;
	margin-right: 0px;
}

footer .social ul li.social__linkedin a {
	background-position: -44px 0px;
}

footer .social ul li.social__twitter a {
	background-position: -88px 0px;
}

/* --- */
#pre-load {
    width: 0;
    height: 0;
    overflow: hidden;
}

/* ==========================================================================
 POPUP-FORM
 ========================================================================== */

.popup-with-form:hover {
	text-decoration: none;
}

.popup-form-text {
	height: 60px;
	line-height: 40px;
	font-size: 16px;
	background-color: #2381cb;
	background-image: url('http://www.kunnskap.no/www_80/htdocs/bk/jkr/assets/img/icons/arrows.png');
	background-repeat: no-repeat;
	background-position: 99% -125px;
	background-size
	display:block;
	color: #FFFFFF;
	text-align: left;
	width: 100%;
	padding: 10px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 7px;
	transition: 0.1s ease-in-out all;
}

.popup-form-text:hover {
	background-position: 98% -125px;
	transition: 0.1s ease-in-out all;
}

.popup-form-text-breadcrumb {
	float: right;
	color: #FFFFFF;
	font-weight: 600;
	text-decoration: none;
}
.popup-form-text-breadcrumb > span.klikk-her {
	color: #c1e0f6;
}
.popup-form-text-breadcrumb:hover {
	text-decoration: underline;
}

.popup-form-text-breadcrumb:hover > span.klikk-her {
	text-decoration: underline;
}

@media(min-width: 768px){
	.popup-form-text {
		width: 720px;
	}
}

@media(min-width: 992px){
	.popup-form-text {
		width: 940px;
	}
}

@media(min-width: 1200px){
	.popup-form-text {
		width: 1042px;
	}
}