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

.show-desktop {
	display: block;
}

.show-mobile {
	display: none;
}

.show-small {
	display: none;
}
html, body {
	height: 100%;
	background-color: #221009 !important;
}

body, html {
	color: #000;
	font-family: 'Lato', sans-serif;
	background-image: url('/img/ambi-jule-background.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.winner-list-body {
	padding-top: 30px;
}

.winner-list {
	background-color: #fff;
	color: #000;
	padding: 3%;
}

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
 	background-color: #00a1a8;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
box-sizing: border-box;
}
body {
  color: #fff;
  text-align: center;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  	display: table;
  	width: 100%;
  	height: 100% !important; /* For at least Firefox */
  	min-height: 100%;
}
.site-wrapper-inner {
  	display: table-cell;
  	vertical-align: top;
}
.cover-container {
	position: relative;
	background-color: #fff;
  	margin-right: auto;
  	margin-left: auto;
	height: 80vh;
	min-height: 65vh;
	/*padding: 2rem;*/
	-webkit-box-shadow: 7px 7px 10px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 7px 7px 10px 1px rgba(0,0,0,0.8);
	box-shadow: 7px 7px 10px 1px rgba(0,0,0,0.8);
	border: 12px solid transparent;
    padding: 12px;
	border-image: url(/img/border.png) 12 repeat;
	-webkit-border-image: url(/img/border.png) 12 repeat;
	-moz-border-image: url(/img/border.png) 12 repeat;
	-o-border-image: url(/img/border.png) 12 repeat;
}

/*.borders {
  position: relative;
  border: 10px solid #d42426;
}

.borders::before{
	content: " ";
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	border: 2px solid white;
}*/

/* Padding for spacing */
.inner {
  padding: 2rem;

}

/*
 * Cover
 */

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 900;
margin-bottom: 1.25rem;
}


/*
 * Affix and center
 */

@media (min-width: 40em) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }

  .cover-container {
    width: 90%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (max-height: 824px) {
	.cover-container {
		min-height: 100vh;
  	}
}

@media (max-width: 40em) {
	.cover-container {
	min-height: 100vh;
  }
}

@media (min-width: 40.5em) {

  .cover-container {
    width: 42rem;
  }
}
/* Typografi */


p, li {
	line-height: 1.3em;
	font-weight: 400 !important;
}


a {
  color: #555;
  text-decoration: none;
}

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


h1, h2, h3, h4, h5 {
	font-weight: 900;
	margin: 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}


/* Form */

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

.btn-lg, .btn-group-lg>.btn {
	width: 100%;
	/*border-radius: 0px;*/
}

.forms {
	margin-top: 30px;
}

.form-control, select {
	height: 38px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	border-radius: 0px;
	color: #777;
}


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

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



/* Knapper */

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


.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: 400;
	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);
}

.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) {
}

/*Facebook */


/*
@media (min-width: 810px) and (max-width: 810px) {

.container {
	max-width: none;
	width: 810px;
}

.praemier {
	margin-top: 263px;
}

.praemier2 {
	margin-top: 268px;
}

}
*/

@media (max-width: 767px) {

.show-desktop {
	display: none;
}

.show-mobile {
	display: block;
}

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

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

}

@media (max-width: 480px) {

.show-small {
	display: block;
}

}



/* Globale elementer */

/* Validator */

#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;
}

/* /Validator */
