.filmpage .datesarrows {
	z-index: 1009 !important;
	margin: 0 10px;
	
}

.filmpage .goarrow.goleft {
    margin-left: -10px;
}

.filmpage .goarrow.goright {
    right: -10px;
}


/*


#Gradient_blue {
	background: rgb(18,41,72);
	background: -moz-radial-gradient(circle, rgba(18,41,72,1) 25%, rgba(6,17,38,1) 80%);
	background: -webkit-radial-gradient(circle, rgba(18,41,72,1) 25%, rgba(6,17,38,1) 80%);
	background: radial-gradient(circle, rgba(18,41,72,1) 25%, rgba(6,17,38,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#122948",endColorstr="#061126",GradientType=1);
}

#Gradient_gold {
	background: rgb(255,224,125);
	background: -moz-linear-gradient(47deg, rgba(255,224,125,1) 43%, rgba(255,231,172,1) 56%);
	background: -webkit-linear-gradient(47deg, rgba(255,224,125,1) 43%, rgba(255,231,172,1) 56%);
	background: linear-gradient(47deg, rgba(255,224,125,1) 43%, rgba(255,231,172,1) 56%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe07d",endColorstr="#ffe7ac",GradientType=1); 
}





#Dark_gold {
	background: rgb(255,224,125);
}

#Light_blue {
	background: rgb(18,41,72);
}





#Light_gold {
	background: rgb(255,231,172);
}

#Dark_blue {
	background: rgb(6,17,38);
}

*/



.mainnav {
  background-color: transparent; /* REMOVE IN MAIN */
}

header {	 /* ADD TO MAIN */
	background: rgb(18,41,72);
	background: -moz-radial-gradient(circle, rgba(18,41,72,1) 25%, rgba(6,17,38,1) 80%);
	background: -webkit-radial-gradient(circle, rgba(18,41,72,1) 25%, rgba(6,17,38,1) 80%);
	background: radial-gradient(circle, rgba(18,41,72,1) 25%, rgba(6,17,38,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#122948",endColorstr="#061126",GradientType=1); 
}

.mainnav a.navbar-brand, .mainnav a.navbar-brand:hover, .mainnav a.navbar-brand:active, .mainnav a.navbar-brand:focus {
    color: transparent;
	background-color: transparent;
    background-image: url("logo/phoenixLogo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	width: 300px;
	max-width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0;
}

.mainnav .dropdown-item, .mainnav .nav-link {
	white-space: normal;
}

.mainnav .dropdown-item:hover, .mainnav .nav-link:hover, .mainnav .nav-link:active, .mainnav .nav-link:focus {
	white-space: normal;
	background-color: transparent;
	color: rgba(255,224,125,1);
}

#navbarPhoenix .navbar-nav{
	max-width: 90%;
	background-color: rgba(18,41,72);
	padding: 15px;
}

#navbarSearch {
	background-color: rgba(18,41,72, 0.9);
	padding: 20px;
}

#navbarSearch input {
	border: 1px solid rgb(255,224,125);
	color: rgb(255,224,125);
	background-color: rgba(18,41,72,1);
}

@media (min-width: 768px) {

	#navbarPhoenix .navbar-nav{
		max-width: 350px;
	}

}
/*
body::after {
	position: fixed;
	background-image: url("gfx/mainbg.jpg");
	width: 100vw;
	height: 100vh;
	display: block;
	content: " ";
}
*/
body  {
	/*background: rgb(18,41,72);
	background: -moz-radial-gradient(circle, rgba(18,41,72,1) 25%, rgba(6,17,38,1) 80%);
	background: -webkit-radial-gradient(circle, rgba(18,41,72,1) 25%, rgba(6,17,38,1) 80%);
	background: radial-gradient(circle, rgba(18,41,72,1) 25%, rgba(6,17,38,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#122948",endColorstr="#061126",GradientType=1); */
	background-image: url("gfx/mainbg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
	background-size: cover;
}

@media (min-width: 768px) {
	body  {
		/*background-image: url('../roedovre/gfx/stars.jpg') !important;
		
		background-repeat: no-repeat;
    	background-size: cover;
    	background-attachment: fixed;
		background-color: #103143 !important;*/
	}
}

.artikel, .category .catText {
	background: rgba(16,49,67,0.70) !important;
	background-color: rgba(16,49,67,0.70) !important;
	color: #fff;
}

.artikel a, .category .catText a {
	color: rgb(255,224,125);
}

.colorbox {
	background-color: rgba(5, 15, 28, 0.75) !important;
	border-radius: 8px;
}

.filmtainer .vertical .col-12 .times span {
	background: rgb(255,224,125);
	background: -moz-linear-gradient(47deg, rgba(255,224,125,1) 43%, rgba(255,231,172,1) 56%);
	background: -webkit-linear-gradient(47deg, rgba(255,224,125,1) 43%, rgba(255,231,172,1) 56%);
	background: linear-gradient(47deg, rgba(255,224,125,1) 43%, rgba(255,231,172,1) 56%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe07d",endColorstr="#ffe7ac",GradientType=1);
	border-radius: 3px;
	color: rgb(6,17,38);
}

.filmtainer .vertical .col-12 .times {
	background-color: rgb(6,17,38) !important;
}

.filmtainer .vertical .col-12 .times * {
	color: rgb(6,17,38) !important;
}

.filmtainer .vertical .col-12 {
	background: rgb(255,224,125) !important;
}

.filmtainer .vertical .col-12 .dropdown, .artikel .vertical .col-12 .dropdown, .featuredMovies .vertical .col-12 .dropdown {
	background-color: rgba(18,41,72,1) !important;
}

.filmtainer .vertical .col-12 .title::before, .artikel .vertical .col-12 .title::before, .featuredMovies .vertical .col-12 .title::before {
	background: linear-gradient(to right, rgba(16,49,67,0) 92%, #103143);
}


.filmtainer .vertical .col-12 .title {
	color: rgb(6,17,38) !important;
}


button, .ofclose, .phnx_input-field, #gobackorder, .modal-dialog button.btn, .feature, .filmpage .times {
	border-radius: 3px;
}

.phnx_input-field {
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-color: #e8cf70;
}

.modal-dialog button.btn {
 border-radius: 8px;
 border: 2px solid rgba(255, 255, 255, 0.55) !important;
 background-color: rgba(0, 0, 0, 0.25) !important;
}

.modal-dialog button.btn {
	background-color: #103143 !important;
}

.modal-dialog button.btn:hover {
	border: 2px solid rgba(255, 255, 255, 1) !important;
}

.btn-film_readmore {
	border: 2px rgba(18,41,72,0.1) solid;
	background-color: transparent;
	color: rgb(18,41,72);
}

.btn-film_readmore:hover {
	border: 2px rgba(18,41,72,0.90) solid;
	background-color: transparent;
	color: rgb(18,41,72);
}

.btn-filmtime.inactive {
	opacity: 0.5 !important;
}

.btn-filmtime, .btn_cta, .button1, .btn_next, .ticketamount button, .results a {
	background: rgb(18,41,72);
	background: -moz-radial-gradient(circle, rgba(18,41,72,1) 25%, rgba(6,17,38,1) 80%);
	background: -webkit-radial-gradient(circle, rgba(18,41,72,1) 25%, rgba(6,17,38,1) 80%);
	background: radial-gradient(circle, rgba(18,41,72,1) 25%, rgba(6,17,38,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#122948",endColorstr="#061126",GradientType=1);
	border: none;
}

.btn-filmtime:hover {
	color: rgba(255,224,125,1);
	padding: 6px !important;
}

.btn-newsletter {
	background: rgb(255,224,125);
	background: -moz-linear-gradient(47deg, rgba(255,224,125,1) 43%, rgba(255,231,172,1) 56%);
	background: -webkit-linear-gradient(47deg, rgba(255,224,125,1) 43%, rgba(255,231,172,1) 56%);
	background: linear-gradient(47deg, rgba(255,224,125,1) 43%, rgba(255,231,172,1) 56%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe07d",endColorstr="#ffe7ac",GradientType=1);
	padding: 4px 8px;
	color: rgb(18,41,72);
	border: none;
}

.btn-newsletter:hover, .btn_next:hover, .ticketamount button:hover, .results a:hover {
	background: rgb(255,224,125) !important;
	color: rgb(6,17,38);
	box-shadow: 0px 0px 5px rgba(255,224,125, 0.8);
}


.btn_cta:hover, .button1:hover {
	border: none;
	color: rgb(255,224,125) !important;
	background-size: inherit !important;
	padding: 7px 20px !important;
}

/* Secondary buttons */
.nav-scroller.dateselecter .nav-link {
	border: 2px rgb(255,224,125) solid !important;
	border-radius: 3px;
	background: transparent;
}

.nav-scroller.dateselecter .day, .nav-scroller.dateselecter .month, .nav-scroller.dateselecter .date, .nav-scroller.dateselecter .alldays {
	color: rgb(255,224,125) !important;
}


.nav-scroller.dateselecter .alldays{
	margin-top: 0px;
	height: 49px;
	font-size: 26px;
}

.nav-scroller.dateselecter .active, .nav-scroller.dateselecter .active:hover {
	background: rgb(255,224,125) !important;
	height: 80px !important;
}

.nav-scroller.dateselecter .active::after {
  position: flex;
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  border-left: 47px solid transparent;
  border-right: 47px solid transparent;
  border-top: 15px solid rgb(255,224,125);
  margin-top: 13px;
  margin-left: -9px;
  }


.nav-scroller.dateselecter .nav-link, .filmpage .filmpagedates .nav-link {
	padding: 10px 10px;
	height: 80px !important;
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	margin: 0 10px;
	margin-top: 5px;
}



.nav-scroller.dateselecter .nav-link:first-child {
	margin-top: 5px;
}

.nav-scroller.dateselecter .nav-link:hover, .nav-scroller.dateselecter .nav-link:focus {
	box-shadow: 0px 0px 5px rgba(255,224,125, 0.8);
	background-color: transparent;
}

.nav-scroller.dateselecter .active * {
	color: rgb(18,41,72) !important;
}


.thedate {
	text-align: center !important;
	margin-top: 6px;
}

.filmpagedates .thedate {
	margin-top: 3px;
	height: 52px;
}

.filmpagedates .nav-scroller.dateselecter .alldays {
	height: 52px;
}

.thedate .day.d-none{
	display: block !important;
}

.thedate .day {
	display: inline-block;
	font-size: 26px !important;
	width: 100% !important;
	height: auto !important;
	line-height: 26px;
}

.thedate .date span:first-child {
	font-size: 14px !important;
	height: auto !important;
	width: auto !important;
	line-height: 16px !important;
	margin-top: 0px !important;
}

.nav-scroller.dateselecter .date {
	display: inline-block;
	height: auto;
	line-height: 16px;
}

.thedate .date span:last-child {
	display: none;
}


.thedate .date span.d-lg-block, .thedate .month span.d-lg-block {
	display: inline-block !important;
}

.thedate .month{
		display: inline-block;
		font-size: 14px !important;
		margin-top: 0px !important;
		height: auto !important;
		width: auto !important;
		line-height: 1rem !important;
		padding-left: 2px;
	}

.thedate .month span:last-child{
	display: none;
}



@media (min-width: 992px) {
	.nav-scroller.dateselecter .nav-link {
		height: 100px !important;
		width: 120px;
		min-width: 120px;
		max-width: 120px;
	}
	
	.filmpagedates .nav-scroller.dateselecter .nav-link {
		height: 80px !important;
		width: 100px;
		min-width: 100px;
		max-width: 100px;
	}
	
	.nav-scroller.dateselecter .active, .nav-scroller.dateselecter .active:hover {
		height: 100px !important;
	}
	
	.filmpagedates .nav-scroller.dateselecter .active, .filmpagedates .nav-scroller.dateselecter .active:hover {
		height: 80px !important;
	}

	.nav-scroller.dateselecter .active::after {
		border-left: 58px solid transparent;
		border-right: 58px solid transparent;
		border-top: 20px solid rgb(255,224,125);
		margin-top: 23px;
	  }
	
	.filmpagedates .nav-scroller.dateselecter .active::after {
		border-left: 47px solid transparent;
		border-right: 47px solid transparent;
		border-top: 17px solid rgb(255,224,125);
		margin-top: 12px;
		margin-left: -13px;
	  }
	
	.thedate .date span:first-child {
	font-size: 18px !important;
	}
	
	.thedate {
	text-align: center !important;
	}
	
	.filmpagedates .thedate {
		margin-top: 10px;
	}

	.thedate .day{
		font-size: 32px !important;
		width: 100% !important;
		height: auto !important;
		line-height: 38px !important;
	}
	
	.nav-scroller.dateselecter .alldays{
		margin-top: 0px;
		height: 59px;
		font-size: 32px;
	}
	
	.filmpagedates .thedate .day, .filmpagedates .nav-scroller.dateselecter .alldays{
		font-size: 26px !important;
		line-height: 30px !important;
	}
	
	
	.thedate .date{
		display: inline-block;
		font-size: 18px !important;
		height: auto !important;
		width: auto !important;
		line-height: 1rem !important;
		margin-top: 0px !important;
	}

	.thedate .date span.d-lg-block, .thedate .month span.d-lg-block {
		display: inline-block !important;
	}

	.thedate .month{
		display: inline-block;

		font-size: 18px !important;
		margin-top: 0px !important;
		height: auto !important;
		width: auto !important;
		line-height: 1rem !important;
		padding-left: 2px;
	}
	
	.filmpagedates .thedate .date, .filmpagedates .thedate .month{
		font-size: 16px !important;
	}
	.filmpagedates .alldays {
		margin-top: -5px !important;
		margin-bottom: 0px !important;
		display: inline-block;
		height: 65px;
		
	}

}

.shortcuts_holder #shortcuts {
	background: rgb(6,17,38) !important;
	
}


.shortcuts_holder #shortcuts .thelinks a {
	color: rgb(255,224,125) !important;
}

/* Tertiary buttons */


.times {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.timestype {
  background-color: transparent !important;
}

.dateseperator {
  color: #e8cf70 !important;
}

/* FILTER */
.showtype .show_vertical, .showtype .show_horizontal, .showtype .show_sidebyside, .showtype .show_timeonside {
  background-color: rgb(18,41,72);
}

.navbar-brand.filtertxt, .filtertxt {
	color: rgb(255,231,172) !important;
	background-color: rgb(6,17,38) !important;
}

.showtype .shown {
  background-color: #e8cf70 !important;
}

.filter .navbar-toggler p {
	color: rgb(255,231,172) !important;
}

.filter .dropdown-menu {
	background: rgb(18,41,72) !important;
	color: rgb(255,224,125) !important;
}


.filter {
	background: rgb(18,41,72) !important;
	color: rgb(255,224,125) !important;
}

.filter .dropdown-item, .filter .nav-link {
	color: rgb(255,224,125) !important;
}

/*
.filter .nav-link {
  color: #ffffff !important;
}

#filterPhoenix li.space, .filter .dropdown {

	/*background-color: rgba(44, 44, 44, 1) !important;*/
}

.filtertxt {
  background-color: rgba(66, 66, 66, 1) !important;
}

.hero {
	background-color: rgba(0,0,0,0.20);
}

.heroP {
	background-color: rgba(255,231,172,0.8) !important;
	color: rgb(6,17,38);
}

.heroH {
	background-color: rgba(255,224,125,0.8) !important;
	color: rgb(6,17,38) !important;
}


/* Mobile View Film list */


.filmtainer .vertical .col-12.active, .filmtainer .vertical .col-12 .p-0 {
	background-color: #111;
}

.filmtainer .vertical .col-12.active .ver_open .ver_type span.cat {
	background-color: transparent !important;
	color: rgb(6,17,38) !important;
	border-bottom: 2px solid rgb(6,17,38) !important;
	padding: 5px 15px !important;
}

.filmtainer .vertical .col-12 .title::before {
background: linear-gradient(to right, rgba(255,224,125,0) 92%, rgb(255,224,125));
}



/* DATE SELECTER */
.nav-scroller.dateselecter {
  background: rgba(6,17,38,0.9);
}

.nav-scroller.dateselecter .nav-link.empty_nav_item {
  /*background-image: none !important;*/
	border: 2px solid rgba(22,22,22,0) !important;
	background-color: transparent;
	width: 80px !important;
	min-width: 80px !important;
	max-width: 80px !important;
 }

#signupprogramended {
	width: 180px !important;
	min-width: 190px !important;
	max-width: 300px !important;
}

.nav-scroller.dateselecter .nav-link.empty_nav_item:hover {
  background-image: none !important;
  background-color: transparent !important;
  box-shadow: none;
}

.modal-dialog {
  background-color: #951f1f !important;
}

.modal-content {
	background: rgb(255,204,125);
}


/* FILM LIST */
.boxstyleA {
	background: rgb(255,224,125) !important;
}

#imagetoclickclassic {
	background-color: rgba(0,0,0,0.5) !important;
}

.timeonside .sidebytimes h5 {
	color: rgb(18,41,72) !important;
}

.boxstyleB  {
	background-color: rgb(255,224,125) !important;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1) !important;
}

.featureContent .header {
	opacity: 0;
}

.features .featureText p::before {
	background: -webkit-linear-gradient(rgba(255,224,125,0) 0%, rgb(255,224,125) 100%);
	background: -o-linear-gradient(rgba(255,224,125,0) 0%, rgb(255,224,125) 100%);
	background: linear-gradient(rgba(255,224,125,0) 0%, rgb(255,224,125) 100%);
    background-color: rgba(255,204,125, 0);
}

.boxstyleA h5 {
  color: rgba(255,255,255,0.8) !important;
}


main.contact, main.userarea, main.login {
	background-color: rgba(255,224,125, 1);
}

.filmpage .times .timestype {
	padding: 0px !important;
}

.colorbox .color span {
	color: #999 !important;
}

.footer {
  background-color: rgb(6,17,38) !important;
}

.footer ul li a:hover {
	color: rgb(255,224,125) !important;
}

.companyFooter {
  background-color: rgba(0, 0, 0, 0.3) !important;
}









/* tweaks med marie - START */

header  {
	background: rgb(117,21,23) !important;
	background: -moz-radial-gradient(circle, rgba(117,21,23,1) 25%, rgba(89,16,17,1) 80%) !important;
	background: -webkit-radial-gradient(circle, rgba(117,21,23,1) 25%, rgba(89,16,17,1) 80%) !important;
	background: radial-gradient(circle, rgba(117,21,23,1) 25%, rgba(89,16,17,1) 80%) !important;
}

.filter, .filtertxt, .navbar-brand.filtertxt, .navbar-nav, .filter .dropdown-menu  {
	background: rgb(117,21,23) !important;
}

.nav-scroller.dateselecter {
    background: rgba(117,21,23,0.9);
}

.btn-filmtime, .btn_cta, .button1, .btn_next, .ticketamount button, .results a {
	background: rgb(117,21,23) !important;
	background: -moz-radial-gradient(circle, rgba(117,21,23,1) 25%, rgba(89,16,17,1) 80%);
	background: -webkit-radial-gradient(circle, rgba(117,21,23,1) 25%, rgba(89,16,17,1) 80%);
	background: radial-gradient(circle, rgba(117,21,23,1) 25%, rgba(89,16,17,1) 80%);
}

.footer,
.footer ul li a {
    background-color: rgb(53,10,10) !important;
    color: #f0f0f0 !important;
}

.boxstyleA, .boxstyleB {
    background: rgb(255,224,125) !important;
    background: url(/assets/humlebaek/gfx/messing.png) !important;
}

.ticketflow {
    background-color: rgba(40,0,0,0.8) !important;
}

body {
    background-image: none !important;
    background-color: rgba(53,10,10,1) !important;
}


/* cat farverne bør styres i stedet somehow */
.btn-filmtime.sal span,
.btn-filmtime.sal.red span,
.btn-filmtime.sal.orange span,
.btn-filmtime.sal.darker span {
    background-color: rgba(0,0,0,0.9) !important;
    color: #fff !important;
}

#navbarSearch,
#navbarSearch input {
    background-color: rgba(53,10,10, 0.9);
}

.artikel, .category .catText {
    background: rgba(0,0,0,0.10);
    color: #fff;
}

.features .featureText p::before
{
	background: unset !important;
}

.featureContent button,
.button1
{
	background-color: rgba(0,0,0,0.9) !important;
}

.artikel iframe {
	height: 500px;
	width: 100%;
}

@media (max-width: 992px) {
	.artikel iframe {
		height: 400px;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.artikel iframe {
		height: 300px;
		width: 100%;
	}
}

.shortcuts_holder #shortcuts {
    background: rgb(117,21,23) !important;
}



.showtype .show_vertical, .showtype .show_horizontal, .showtype .show_sidebyside, .showtype .show_timeonside {
	background-color: rgb(117,21,23) !important;
}

.filmtainer .vertical .col-12 .times {
    background-color: rgb(53,10,10) !important;
}

.filmtainer .vertical .col-12 .dropdown, .artikel .vertical .col-12 .dropdown, .featuredMovies .vertical .col-12 .dropdown {
    background-color: rgba(117,21,23,1) !important;
}

.film-wrap-item {
	float: left;
}

.CategoryDate {
	overflow: auto;
    	margin-bottom: 10px;

}

.CategoryDate::after {
  content: "";
  clear: both;
  display: table;
}

/* tweaks med marie - SLUT */




