/* ==============================================
                     Body
=============================================== */

html, body {
	background-color: #201b3a;
	font-family: 'Lato', sans-serif;
	font-size: 16px;	
}

img {
	max-width: 100%;
}

p {
    letter-spacing: 0.5px;
}

.btn-default, .btn-default:visited {
	margin: 8px;
    color: #fff;
    background-color: transparent;
    border-color: #ffffff;
    text-transform: uppercase;
}

.btn-default:hover {
	color: #080325;
    background-color: #fff;
}

/* ==============================================
                  Navigation
=============================================== */

.navbar-nav {
	max-width: 100%;
	padding: 7px 0;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

.navbar-right {
	padding: 7px 40px 7px 0;
}

.navbar-header img {
	height: 54px;
	padding: 14px 10px 0 22px;
}

.navbar-inverse {
	background: rgba(8,3,37,.7);
	border: none;
}

.navbar-toggle {
	margin: 15px 20px;
	border: none;
}

.dropdown-menu,
.navbar-inverse .navbar-nav>.open>a {
	background: #080325;
	background: rgba(8,3,37,.8);
}

.dropdown-menu>li>a {
	color: #fff;
	padding: 6px 20px;
}

div#form-login {
	min-width: 250px;
	padding: 15px;
	color: #ffffff;
}

div#form-login label {
	font-weight: 500;
}

div#form-login .btn {
	margin-top: -20px;
	background-color: rgba(5,5,5,.5);
	color: #fff;
	border: none;
}

/* ==============================================
                     Main
=============================================== */

main {
	margin-bottom: 40px;
}

/* -------------------------
		   Banner
------------------------- */

#slider {
	background: url('../img/slide1.jpg') center center;
	background-size: cover;
	height: 500px;
}

#slider h1 {
	margin: 0;
}

#banner {
	height: 170px;
    color: white;
	text-align: center;
	padding-top: 80px;
	background: url('../img/dnpbanner.jpg') center center;
}

#banner h1 {
	font-size: 30px;
}

/* -------------------------
		 Countdown
------------------------- */

.counter {
	font-family: "soleil", sans-serif;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.days, .hours, .seconds, .minutes {
	display: inline-block;
	font-size: 32px;
	margin: 0 10px;
	padding: 14px;
	min-width: 100px;
	border-radius: 5px;
	text-align: center;
	background-color: rgba(8,3,37,.8);
	color: #dbdbdb;
}

.counter-text {
	font-size: 14px;
}

.counter-title {
	padding-top: 11%;
	margin: 0 auto;
	width: 16%;
}

.counter-title h3 {
	background-color: rgba(8,3,37,.8);
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	color: #ca4242;
}

.days > span, .hours > span, .seconds > span, .minutes > span {
	color: #fff;
}

.clock {
	display: none;
}

@media screen and (min-width: 720px) {
	.front-page .mobile_counter {
		display: none;
	}

	.front-page .clock {
		display: block;
	}
}

/* -------------------------
		  Sponsor
------------------------- */

#sponsor {
	height: 90px;
	background-color: #3a345c;
	background: linear-gradient(to right, #201b3a, #383258,#383258,#383258,#383258,#383258,#383258, #383258, #383258, #383258, #201b3a);	
}

#sponsor .container {
	max-width: 100%;
}

#sponsor a {
	max-width: 150px;
	text-align: center;
}

#sponsor a:hover, #sponsor a:hover img {
	color: transparent;
	transform: scale(1.1);
}

#sponsor a img {
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	max-height: 60px;
	margin: 15px auto;
	max-width: 80%;
}

.multi-item-carousel .carousel-inner > .item {
	transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
	left: -16.66%;
}

.multi-item-carousel .carousel-inner .active.right {
	left: 16.66%;
}

.multi-item-carousel .carousel-inner .next {
	left: 16.66%;
}

.multi-item-carousel .carousel-inner .prev {
	left: -16.66%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.multi-item-carousel .carousel-inner > .item {
		transition: 500ms ease-in-out left;
		transition: 500ms ease-in-out all;
		backface-visibility: visible;
		transform: none !important;
	}
}

/* -------------------------
	 Quick information
------------------------- */

#quick-info {
	background-color: #080325;
	padding: 30px 60px 0px 60px;
	color: #f1f1f1;
}

#quick-info .row {
	width: 1000px;
	margin: 0 auto;
}

#quick-info .col-md-4 {
	padding: 20px;
	text-align: center;
}

.quick-info-item {
	height: 144px;
	position: relative;
	padding: 20px;
}

.quick-info-item #sold {
    padding-top: 6px;
    font-size: 34px;
}

#quick-info h3 {
	margin-top: 10px;
}

.angled-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.1);
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    z-index: 0;
    -o-transition: .3s background ease;
    transition: .3s background ease;
}

.angled-bg:hover:after {
	background: rgba(255,255,255,.13);
}

/* -------------------------
		 Blog area
------------------------- */

#blog {
	background-color: #080325;
	padding-bottom: 30px;
}

#blog h3 {
	color: #ca4242;
	margin-top: 4px;
	font-size: 28px;
}

#blog p.post-meta {
	color: #868686;
	font-size: 14px;
    margin-bottom: 22px;
}

#blog .row {
	width: 82%;
    margin: 0 auto;
    padding: 18px 0;
}

#blog a {
	color: #3e90ff;
}

#blog article {
	word-break: break-word;
	color: #dbdbdb;
    margin: 34px 0px;
    padding: 26px 32px;
    background: rgba(255,255,255,.1);
}

#blog article img {
	height: auto;
}

/* -------------------------
	    Blog sidebar
------------------------- */

#blog aside {
	color: #dbdbdb;
	background: rgba(255,255,255,.1);
	margin: 34px 0px;
    padding: 6px;
}

/* -------------------------
	      Sidebar
------------------------- */

#page-content aside.sidebar {
	background-color: rgba(255,255,255,.1);
}

.sidebar .row {
    padding: 18px 0px;
    width: 94%;
    margin: 0 auto;
}

.sidebar .row .row-title {
	color: #ca4242;
	font-size: 20px;
	margin-bottom: 20px;
}

.sidebar .days, .sidebar .hours, 
.sidebar .seconds, .sidebar .minutes {
	font-size: 24px;
	margin: 0 4px;
	padding: 12px;
	min-width: 70px;
}

.sidebar .counter-text {
    font-size: 13px;
}

.sidebar .sold-counter {
	text-align: center;
}

.sidebar .sold-counter img {
	max-height: 160px;
}

#g1 {
	margin-top: -50px;
	width: 100%; 
	height: 220px;
}

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

/* -------------------------
		Page content
------------------------- */

#page-content {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #080325;
	color: #f1f1f1;
	padding: 38px 50px;
}

#page-content a {
	color: #3e90ff;
}

#page-content .col-md-9 {
	padding-right: 80px;
}

#page-content > div > section > table > tbody > tr:hover{
	background: transparent;
}

#page-content #red-text{
	color: red;
}

#page-content h3 {
	color: #ca4242;
}

#page-content li {
    margin-bottom: 14px;
}

#page-content form{
	padding: 0;
}

#page-content form div{
	padding: 0 10px 0 0;
}

#page-content form:last-child div{
	padding: 0;
}

#page-content .hvem{
	padding-right: 10px;
}

#page-content #upload{
	margin: 20px 0;
}

#page-content > div > section > form.col-md-6{
	margin: 35px 0;
}

#page-content .person{
	padding: 0 0 30px 0;	
}

.dnp-crew table tr td{
	padding: 20px 40px 40px 0;
}

.dnp-crew h4{
	font-size: 23px;
}

.dnp-crew section div p:nth-child(2){
	font-weight: bold;
}

#page-content .no-gutter{
	padding: 0;
}

/* ==============================================
                    Footer
=============================================== */

footer{
	background: #080325;
	background: rgba(8,3,37,.8);
}

footer a{
	color: #dbdbdb;	
}

footer a:hover{
	color: #dbdbdb;
	text-decoration: none;
}
footer section p{
	padding: 10;
	font-size: 16;
}
footer > div{
	
	padding: 20px 0;
}

footer img {
	width: 60%;
}

footer h3 {
	color: #ca4242;
}

footer section {
	color: #dbdbdb;
}

footer section:first-child{
	padding: 0 40px;
	margin-top: 20px;
}

footer section:first-child p{
	margin: 10px 0 20px 0;
}

footer section:nth-child(2) {
	border-left: 3px solid #383258;
	border-right: 3px solid #383258;
}

footer section ul {
	list-style: none;
	padding: 0;
}

#copyright {
	color: #888;
    background-color: #03010e;
    padding: 14px;
    padding-bottom: 6px;
}

#copyright p {
	padding: 0 20px;
}

/* ==============================================
                	 Form
=============================================== */

input, textarea {
    border-left: 3px solid #ca4242 !important;
}

input.form-control {
	padding: 18px 14px;
}

textarea.form-control {
    padding: 12px 14px;
}

select.form-control {
	height: 38px;
    padding: 8px 12px;
}

.form-group label {
	font-size: 14px;
    margin: 2px 6px;
}

input[type=file] {
	margin-left: 14px;
	border-left: none !important;
}

.select-role .role input[type=checkbox] {
    display: none !important;
}

.select-role .role {
	background-color: #fff;
	color: #000;
	padding: 10px !important;
    text-align: center;
    border: 5px solid #080325;
    border-radius: 8px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
    cursor: pointer;
    margin-bottom: 10px;
}

.select-role .role.chosen {
	background-color: #ca4242;
	color: #fff;
}

.select-role .role h4 {
	text-align: center;
}

.role p {
    font-size: 13px;
}

/* ==============================================
                 Media Queries
=============================================== */

@media screen and (max-width: 1100px) {
	.navbar-header {
		float: none;
	}

	.navbar-left,.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		background-color: rgba(8,3,37,.94);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none!important;
	}

	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
		padding: 7px 0px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in{
		display: block !important;
	}

	.container {
		width: 100%;
	}
}

@media screen and (max-width: 1199px) {
	#quick-info .row {
		width: 820px;
	}
}

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

	#page-content .col-md-9 {
		padding-right: 15px;
	}

	#quick-info .row {
		width: 100%;
	}

	footer section:first-child{
		padding-left: 13.5%;
		padding-right: 13.5%;
		padding-bottom: 40px;
	}

	footer section:nth-child(2){
		padding-left: 13.5%;
		border: none;
	}

	footer section:last-child{
		border-left: 3px solid #383258;
	}

	.multi-item-carousel .carousel-inner .active.left {
		left: -33.33%;
	}

	.multi-item-carousel .carousel-inner .active.right {
		left: 33.33%;
	}

	.multi-item-carousel .carousel-inner .next {
		left: 33.33%;
	}

	.multi-item-carousel .carousel-inner .prev {
		left: -33.33%;
	}

	.carousel .item > div:nth-child(+n+4) {
		display: none;
	}

	body > footer > div.container > div > section{
		padding-left: 100px;
	}
}

@media screen and (max-width: 766px) {
	.counter-title {
	width: 60%;
	padding-top: 28%;
	}

	.days, .hours, .seconds, .minutes {
	font-size: 28px;
	margin: 0 3px;
	padding: 5px 0;
	min-width: 80px;
	border-radius: 5px;
	text-align: center;
	background-color: rgba(8,3,37,.8);
	color: #dbdbdb;
	}

	.multi-item-carousel .carousel-inner .active.left {
		left: -50%;
	}

	.multi-item-carousel .carousel-inner .active.right {
		left: 50%;
	}

	.multi-item-carousel .carousel-inner .next {
		left: 50%;
	}

	.multi-item-carousel .carousel-inner .prev {
		left: -50%;
	}

	.carousel .item > div:nth-child(+n+3) {
		display: none;
	}

	body > footer > div.container > div > section {
		padding-left: 30px;
		border: none;
	}
}

@media screen and (min-width: 1500px) {
	.container {
		width: 1400px;
	}
}

@media screen and (max-width: 1500px) {
	#blog .row {
		width: 94%;
	}

	.sidebar .days, .sidebar .hours, .sidebar .seconds, .sidebar .minutes {
		font-size: 20px;
		margin: 0 2px;
		padding: 8px;
		min-width: 58px;
	}
}

@media screen and (max-width: 992px) { 
	.sidebar .days, .sidebar .hours, .sidebar .seconds, .sidebar .minutes {
		font-size: 36px;
		margin: 0 6px;
		padding: 16px 24px;
		min-width: 80px;
	}

	.sidebar .counter-text {
    	font-size: 16px;
	}
}

@media only screen and (max-device-width: 667px) {
	.navbar-header img {
    	padding: 18px 0px 4px 20px;
	}

	#quick-info {
		padding: 30px 12px;
	}
	
	#blog .row {
		width: 96%;
	}

	#blog article {
		padding: 18px 18px;
	}

	body > footer > div.container > div > section {
		padding-left: 30px;
	}

	#slider {
		height: 310px;
	}

	.navbar-fixed-top .navbar-collapse {
    	max-height: 420px;
	}

	#page-content {
		padding: 20px 34px;
	}
}

#back-to-top {
	position: fixed;
	bottom: 64px;
	right: 24px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: rgba(30,30,30,0.8);
	color: #dbdbdb;
	cursor: pointer;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}

#back-to-top:hover {
	background: rgba(30,30,30,0.8);
}

#back-to-top.show {
	opacity: 1;
} 
