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

.loading {
	background: url('../img/loading.gif') center no-repeat #fff;
	display: none;
}

label {
	display: block;
	display: relative;
}

.italic {
	font-style: italic;
}

/* preloader */

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loading.gif') center no-repeat #e9ebef;
}

/* /preloader */



#result {
	display: none;
}

.show-desktop {
	display: block;
}

.show-mobile {
	display: none;
}

.show-small {
	display: none;
}

.borderAlert {
	outline: red solid 2px;
}


html, body {
	width: 100%;
	height: 100%;
}

/*
html {
    zoom: 0.9; 
}
*/

body {
	background-color: #222;
	color: #2d2d2d;
	font-family:  'nationaleregular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

.body_casino {
	background: url('../img/house.jpg');
	background-position: center top -300px;
	background-repeat: repeat-x;
	padding-top: 64px;
}

.container {
	max-width: 798px;
}


.section-head {
	background-color: #fff;
}

.header {
	min-height: 100px;
}

.logo {
	width: 110px;	
}

.logo-modal {
	width: 90px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.modal-header-intro {
	height: 70px;
}

.section-content {
	background-color: #ececec;
}

.section-signup {
	background-color: #f26522;
	color: #fff;
}

.section-footer {
	color: #fff;
}

.section-tak {
	background: url('../img/tak_huse.jpg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 28%;
}


.full-width {
	margin-left: -15px;
	margin-right: -15px;
}



.spin_vind_top {
	margin-top: -5%;
	margin-bottom: -6%;
}

.casino_font {
	color: #fff;
	font-family: 'nationalebold', cursive;
	text-shadow:#000000 0px 0px 24px;
}

.maxWidth {
	max-width: 810px;
}

.full-width {
	margin-left: -15px;
	margin-right: -15px;
}

.extra-padding {
	padding-left: 50px;
	padding-right: 50px;
}

.topbanner-picture {
	width: 100%;
}


.head-block, .head-block2 {
	background-color: #f6f6f6;
	padding-top: 25px;
	padding-bottom: 10px;
	color: #3b5998;
}


.question-block, .answer-block, .thanks-block {
	padding-top: 25px;
	padding-bottom: 30px;
}

.head-block h1, .answer-block h1 {
	/*text-transform: uppercase;*/
}

.bagg-white {
	background-color: #fff;
}

.bagg-grey {
	background-color: #f6f6f6;
}

.txt-yellow {
	color: #ffff00;
}

.txt-green {
	color: #4aa22e;
}

.txt-blue {
	color: #4267b2;
}

.txt-red {
	color: #be0405;
}

.text-orange {
	color: #f26522;
}

.selector {
	width: 110px;
	height: 110px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	transition: all 0.15s ease;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75%;
	cursor: pointer;
    cursor: hand;
}

.selector-ok {
	background-color: #4aa22e;
	float: right;
	background-image: url("../img/icon_ok.svg");
	position: relative;
}


.selector-ok-active {
	border: 5px solid #436f2d;
}

.selector-ok:hover {
	background-color: #568f3a;
}
	
.selector-no {
	background-color: #be0405;
	float: left;
	background-image: url("../img/icon_no.svg");
	position: relative;
}

.selector-no-active {
	border: 5px solid #6d1f1b;
}

.selector-no:hover {
	background-color: #be0405;
}

.tv {
	width: 100%;
}

.tv-modal {
	width: 38%;
}

.splash {
	width: 175px;
	height: 175px;
	background-color: #f26522;
	border-radius: 50%;
	position: absolute;
	top: -100px;
	right: -20px;
	font-family: 'nationalebold', Arial, Helvetica, sans-serif;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 30px;
}

.splash p, .splash h1 {
	margin: 0;
}

/* Spacing */

.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}


/* Typografi */

strong {
	font-family: 'nationalemedium', Arial, Helvetica, sans-serif;	
}

.caps {
	text-transform: uppercase;
}

p, li {
	line-height: 1.3em;
	font-weight: normal;
}


a {
  color: inherit;
  text-decoration: none;
  text-decoration: underline;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}


h1, h2, h3, h4, h5 {
	font-family: 'nationalebold', cursive;
	font-weight: 400;
	margin: 0;
}

h1 {
}
	
h2 {
	font-size: 1.8rem;
}

h3 {
}

h4 {
	font-size: 1.3rem;
}

.permission {
	text-align: left;
	font-size: 14px;

}

.totalResult {
	font-size: 75px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    border-bottom: #ececec;
    background-color: #f5f5f5;
}

.modal-body-intro {
    background-color: #ececec;
}

.modal-header-intro {
    background-color: #fff;
}

/* Forms */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  text-transform: none;
}


.form-control {
    height: 50px;
    color: #495057;
    background-color: #fff;
    border: none;
    border-radius: 0	;
}

.form-control:focus {
    border-color: black !important;
    outline: 0;
    box-shadow: none;
}

.titleCase {
  text-transform: capitalize;
}

.error-text {
    color: #fff;
    margin: 5px 12px;
    display: block;
}

.form-check {
	background-color: yellow;
}

.placeholder {
	position: absolute;
	left: 15px;
	top: 10px;
}

.form-check-label {
    margin-bottom: 0;
	margin-left: 4px;
	width: calc(100% - 30px);
    float: left;
    font-size: 14px;
	text-transform: none;
	color: #fff;
}

.form-radio {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #fff;
     color: #666;
     top: -5px;
     height: 30px;
     width: 30px;
     border: 1px solid #ced4da;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
     float: left;
}

.form-radio:checked::before {
     position: absolute;
     font: 700 13px/1 Arial, sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
     color: #000;
}

.form-radio:hover {
     background-color: #f7f7f7;
}

.form-radio:checked {
     background-color: #fff;
}


/* Knapper */

#loader {
	height: 46px;
	width: 100%;
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

#buttons {
	margin-top: 98px;
}

.btn {
	outline: none !important;
	border: none !important;
	font-family: 'nationalebold', Arial, Helvetica, sans-serif;
	border-radius: 2px;
}

.btn-success.disabled, .btn-success:disabled {
	background-color: #f26522 !important;
	color: #f58b63;
	opacity: 1;
}



.btn-default, .btn-default:not([disabled]):not(.disabled).active, .btn-default:not([disabled]):not(.disabled):active, .show>.btn-default.dropdown-toggle {
	color: #f26522;
    background-color: #fff;
    border-color: #913d14;
    box-shadow: 0 1px 0 0 #913d14;
    height: 50px;
}


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #000;
	background-color: #ececec;
}


.btn-primary, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    font-size: 2.5rem;
    background-color: #f2d752;
    border: 4px solid #ffc600 !important;
    border-radius: 12px !important;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #97005d;
}



.btn-info, .btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
    background-color: #f26522;
	height: 50px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #f3763a !important;
}


.btn-success, .btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	height: 70px;
	color: #fff;
	font-size: 2.5rem;
	background-color: #f26522;
	border:0 !important;
	border-radius: 2px !important;
	padding-top: 1%;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
  background-color: #f3763a !important;
  box-shadow: none !important;
}



.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0,0,0,0.2);
	background-image: url("../img/fb_logo.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	width: 100%;
	height: 54px;
	font-weight: normal;
	font-size: 24px;
	padding-left: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;		
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0,0,0,0.2);
}



@media (max-width: 768px) {

html {
    zoom: 1; 
}

.body_casino {
	background-repeat: no-repeat;
	background-position: center top -120px;
	padding-top: 340px;
}

#buttons {
	margin-top: 100px;
}

section {
	padding-left: 50px;
	padding-right: 50px;
}

}

@media (max-width: 574px) {

.body_casino {
	background-size: 780px;
	background-repeat: no-repeat;
	background-position: center top 0;
	padding-top: 98px;
	background-color: #757371;
}

section {
	padding-left: 10px;
	padding-right: 10px;
}

.section-tak {
	padding-bottom: 45%;
}


#buttons {
	margin-top: 70px;
}

.casino_font {
	font-size: 2.5vw;
}

.show-desktop {
	display: none;
}

.show-mobile {
	display: block;
}

.extra-padding {
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	font-size: 30px;
}

.btn-success, .btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	height: 54px;
	font-size: 30px;
}



.reverseMobile {
	flex-direction: row-reverse;
}

.tv {
	width: 75%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.tv-modal {
	width: 70%;
}

.splash {
	width: 150px;
	height: 150px;
	padding: 20px;
	top: -20px;
	right: -20px;
}

.header {
	text-align: center;
	min-height: 80px;
}

.logo {
	width: 90px;
}

.show-small {
	display: block;
}

.score h2, .score h3 {
	font-size: 5vw;
}


}

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

.body_casino {
	background-size: 1200px;
	background-position: center top -200px;
}

#buttons {
	margin-top: 90px;
}

.score h2, .score h3 {
	font-size: 1.2rem;
}

}


/* Globale elementer */


.slot-background {
}


.result-background {
	background-color: rgba(255, 255, 255, 0.9);
}

.section-color {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#945ba7+0,020003+100 */
background: rgb(148,91,167); /* Old browsers */
background: -moz-linear-gradient(top, rgba(148,91,167,1) 0%, rgba(2,0,3,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(148,91,167,1) 0%,rgba(2,0,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(148,91,167,1) 0%,rgba(2,0,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#945ba7', endColorstr='#020003',GradientType=0 ); /* IE6-9 */
}


.background-steel {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,e3e3e3+100 */
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top, #f7f7f7 0%, #e3e3e3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f7f7f7 0%,#e3e3e3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f7f7f7 0%,#e3e3e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}

.innerShadow {
	-webkit-box-shadow: inset 0px -21px 9px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -21px 9px -20px rgba(0,0,0,0.75);
	box-shadow: inset 0px -21px 9px -20px rgba(0,0,0,0.75);
}