@charset "UTF-8";
/* CSS Document */

 
/* Design */

.splash {
	position: absolute;
	top: -50px;
	right: 20px;
	width: 100px;	

}


.show-desktop {
	display: block;
}

.show-mobile {
	display: none;
}

.show-xs {
	display: none;
}


html {
	background-color: #3fae38;
}

body {
	background-color: #fff;
	font-family:  Arial, Helvetica, sans-ser	
	font-weight: normal;
	color: #000;
	border-left: 10px solid #3fae38;
	border-right: 10px solid #3fae38;
	border-top: 10px solid #3fae38;
	border-bottom: 20px solid #3fae38;
	min-height: 100vh;
	padding-top: 25px;
}	

.bottom-box {
	position: fixed;
	width: 30px;
	height: 20px;
	background-color: #fff;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	bottom: 0;
}

.container {
	max-width: 750px;
}

.vPaddingTop {
	padding-left: 30px;
	padding-right: 0px;
}

.vPadding {
	padding-left: 30px;
	padding-right: 30px;
}

.hPadding {
	padding-top: 30px;
	padding-bottom: 30px;
}

.vhPadding {
	padding: 30px;
}

.topbanner {
	text-align: center;
}

.logo {
	width: 200px;
	height: auto;
}

.intro {
	padding-top: 30px;
	border-bottom: 2px solid #3fae38;
}

.semere {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #3fae38;
}

.testen, .linket {
	border: 1px solid #000;
}

.linket {
	margin-top: 30px;
}

.formular {
	background-color: #343434;
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
}

.anja, .testfoto {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	vertical-align: bottom;
}

.monitor {
	width: 100%;
	max-width: 315px;
	margin: 0 auto;
}




/* Typografi */

.centerText {
	text-align: center;
}

.permission {
	margin-top: 20px;
	color: #fff;
}

p, li {
	line-height: 1.4;
	font-weight: normal;
	font-size: 13px;
}



ul {
	padding-left: 20px;
}

strong {
	font-weight: bold;
}

.bolder {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a {
  color: #3fae38;
  text-decoration: none;
}

a:hover {
  color: #3fae38;
  text-decoration: underline;
}


h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0 0 8px 0;
	max-height: 999999px;
}

h1 {
	font-size: 30px;
	font-family: Georgia, serif;
	max-height: 999999px;
}

h2 {
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

h3 {
}

h4 {
}

.formular h1 {
	color: #fff;
	text-align: center;
}

.formular h2 {
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 30px;
}		

/* Form */

.form-control:focus {
    border-color: #3fae38;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.form-group {
    margin-bottom: 15px;
}

.field {
	padding-right: 15px;
}

.btn-lg, .btn-group-lg>.btn {
	width: 100%;
}

.forms {
	margin-top: 30px;
}	

.form-control, select {
	height: 38px;
	border-radius: 0px;
	color: #3fae38;
	background-color: #f9f9f9;
}


.form-left {
	padding-right: 5px;
}

.form-right {
	padding-left: 5px;
}



/* Knapper */

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}


.btn-primary, .btn-warning, .btn-facebook, #loader {
	height: 38px;
	border-radius: 100px;
	border: none;
	color: #fff;
}

#loader {
	background-color: #fff;
	border: 1px solid #ccc;
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

.btn-primary {
	background-color: #3fae38;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-color: #59c752;
}

.btn-warning {
	background-color: #ff8b00;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
	background-color: #ffa233;
}

.btn-facebook {
	background-color: #3b5998;
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
	background-color: #2d4373;
	color: #fff;
}

.btn-takkeside {
	width: 200px;	
}

.button-holder {
	display: block;
	margin-top: 15px;
}

.button-holder-facebook {
	display: block;
	margin-top: 0;
}

.transition:hover {
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.modal-content {
    border-radius: 4px;
}
.modal-footer {
	border: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}


@media (min-width: 768px) and (max-width: 991px) {

}


@media (max-width: 767px) {

.splash {
	position: absolute;
	top: -50px;
	right: 10px;
	width: 80px;	

}

.vPaddingTop {
	padding-left: 30px;
	padding-right: 30px;
}

.show-desktop {
	display: none;
}

.show-mobile {
	display: block;
}

.intro {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #3fae38;
}

.field {
	padding-right: 15px;
}

.anja, .testfoto {
	margin-bottom: 20px;;
}

h1, h2 {
	text-align: center;
}


.facebook-text {
	text-align: center;
}

.button-holder {
	text-align: center;
}

.button-holder-facebook {
	margin-top: 15px;
}

}

@media (max-width: 480px) {

.vPaddingTop {
	padding-left: 15px;
	padding-right: 15px;
}

.hPadding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.vPadding {
    padding-left: 15px;
    padding-right: 15px;
}

h1 {
	font-size: 24px !important;
}

.testfoto {
	width: 70%;
}

}



#validator {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
}

.valitator-content {
	width: 90%;
	max-width: 300px;
	height: 170px;
	position: absolute;
	background-color: #fff;
	z-index: 2;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 4px;
	-webkit-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.75);
	text-align: center;
	padding: 30px;
	font-size: 125%;	
}

.alertText {
	height: 50px;
}


#Alert {
	z-index: 9999;
}


.splash_anim{
  animation: splashFrames ease-out 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: splashFrames ease-out 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: splashFrames ease-out 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: splashFrames ease-out 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: splashFrames ease-out 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
    -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
  animation-delay: 2s;
}

@keyframes splashFrames{
  0% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    transform:  scaleX(1.16) scaleY(1.16) ;
  }
  100% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes splashFrames{
  0% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    -moz-transform:  scaleX(1.16) scaleY(1.16) ;
  }
  100% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes splashFrames {
  0% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    -webkit-transform:  scaleX(1.16) scaleY(1.16) ;
  }
  100% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes splashFrames {
  0% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    -o-transform:  scaleX(1.16) scaleY(1.16) ;
  }
  100% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes splashFrames {
  0% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    -ms-transform:  scaleX(1.16) scaleY(1.16) ;
  }
  100% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}