/*
1e9ab0      light blue
1b2f4a      dark blue
b01e2f      red
c2342d      orange
e38e2d      yellow
*/
body {
    background: #555 !important;
 background: #000 !important;
}
body, div, td, h1 {
    font-family: "Open Sans","Lato","Helvetica Neue","Helvetica","Arial",sans-serif !important;
    font-family: "Open Sans","Arial",sans-serif !important;
	line-height: 1.1em;
}

body.black {
 color: #FFF;
}

/************************************************************************************************/

.orangebg {
    color: #DDD;
    background: #333;
    xbackground: rgb(254,133,67);
    xbackground: linear-gradient(160deg, rgba(254,133,67,1) 0%, rgba(159,61,7,1) 100%);
    xbackground: linear-gradient(80deg, #ff8f1f 0%, #ec1b21 100%);
}

.orangebg a{
    color: #FFF;
}

.goldbg {
    color: #FFF;
background: #D4AF37;
background: linear-gradient(to bottom, #D4AF37 0%, #C5A028 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4AF37), color-stop(100%, #C5A028));
background: -webkit-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
background: -moz-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
background: -o-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
background: -ms-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4AF37', endColorstr='#C5A028', GradientType=0);
border: 1px solid #B69119;
box-shadow: inset 0 1px 0 #E3BE46;
-webkit-box-shadow: inset 0 1px 0 #E3BE46;
-moz-box-shadow: inset 0 1px 0 #E3BE46;
    border: none;
}

.hoverclick {
 cursor: pointer;
}

.xgold{

    
}

.highlightborder {
  box-sizing: content-box;
  border-width: 8px;
  border-style: solid;
  border-image: linear-gradient(to right bottom, #E0AF37, #F2E4BD, #D4AF37);
  border-image-slice: 1;

	border-radius: 10px;
	padding: 10px;
 margin-bottom: 10px;
}


xh2 {
    color: #ec1b21;
}
h1 {
    padding: 10px 20px 10px 0px;
    font-size: 24px;
	margin-bottom: 10px;
    margin-top: 10px;
	border-bottom: 2px solid #000;
}
.event h1 {
	border-bottom: none;
}
.admin h1 {
    padding: 10px 40px 10px 20px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    background: rgb(254,133,67);
    background: linear-gradient(160deg, rgba(159,61,7,1) 0%, rgba(254,133,67,1) 100%);
    background: linear-gradient(80deg, #889E17 0%, #687E11 100%);
	background:  linear-gradient(to bottom, #77b55a 5%, #62a342 100%);
		margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 0 15px 15px 0;
}
xh1:before {
    content: url('/images/dots.png');
}
#containerBare h1 {
	background: #000 !important;
	color: #FFF;
	text-align: left;
}



h1.onwhite {
    padding: 10px 0 0;
    text-align: left;
    font-size: 28px;
    color: #000;
    background: inherit !important;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;

}

h1.onwhite:before {
    content: '';

}

h2 {
	padding: 10px 5px 10px 0px;
    text-align: left;
    font-size: 20px;
	xcolor: #889E17;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
    margin-top: 10px;
	text-transform: uppercase;
}
xh2 {
	padding: 10px 5px 10px 0px;
    text-align: left;
    font-size: 20px;
    color: rgb(254,133,67);
    background: rgb(255, 255, 255);
    background: linear-gradient(160deg, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%);
    background: linear-gradient(80deg, #EEE 0%, #FFF 100%);
    background: inherit !important;
    margin-bottom: 5px;
    margin-top: 10px;
    border-top: 1px solid rgb(254,133,67);
}

#containerBare h2 {
	border-top: inherit;
	color: #77b55a;
}

#containerBare .form-select{
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}


h3 {
    text-decoration: underline;
    margin-bottom: 10px;
    
}

a {
    text-decoration: none;
    color: #3355FF;
}

/************************************************************************************************/

#main {
    background-color: #FFF;
    min-height: 400px;
}

/************************************************************************************************/

#header, #headerMobile{
    background-color: #FFF;
color: #000;
_background: linear-gradient(-5deg, rgba(30,154,176,1) 0%, rgba(28,99,124,1) 26%, rgba(27,47,74,1) 100%);
    min-height: 50px;
    border-bottom: 1px solid #d7540c;
    border-top: 1px solid #d7540c;
    padding: 15px;
    margin-bottom: 10px;
}

#header a, #header a:visited {
    color: #FFF;
    color: rgb(30,154,176);
}

/************************************************************************************************/
#footer{
    margin-top: 10px;
    _border-top: 1px solid #d7540c;
    _border-bottom: 3px solid #1b2f4a;
    _border-bottom: 1px solid #d7540c;
    padding: 15px;
    text-align: right;


    background-color: #333;
color: #CCC;
_background: linear-gradient(-5deg, rgba(30,154,176,1) 0%, rgba(28,99,124,1) 26%, rgba(27,47,74,1) 100%);


}

#footer a {
    color: #CC9F6C;
    color: #FFF;
_color: rgb(30,154,176);
    text-decoration: none;
}

.form-floating, .form-outline {
    margin-bottom: 15px !important;
}




.osano-cm-window__widget{
    padding-bottom: 100px !important;
    margin-right: 11px !important;
}

.btn-success, .btn-primary {
    background-color: #03ac13 !important;
    background-color: #6Cbb3c !important;
    background-color: #799c58 !important;
    background-color: #39ac20 !important;
 
    border-radius: 0 0 8px 0;
    padding: 10px 20px;
}


.btn-success {
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
	
	background: #ef4927 !important;
	border:1px solid #999;
	box-shadow: inherit;
}
.btn-success:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.btn-success:active {
	position:relative;
	top:1px;
}




li {
    margin-left:30px;
}

ul {
    list-style: disc;
}

.hidden {
	display: none !important;
}


.leftAndTopNav a, .topNav a {
 color: #666;
 text-transform: uppercase;
 font-size: 0.75em;
}

.leftAndTopNav a:hover, .topNav a:hover {
 background-color: #EEE;
}

.leftAndTopNav .current, .topNav .current {
 font-weight: bold;
 xtext-decoration: underline;
 color: #000;
}


@media screen and (max-width: 991.98px) {
  .leftAndTopNav  {
   margin-bottom: 20px;
  }
  .leftAndTopNav a, .topNav a {
   display: inline-block;
   padding: 5px;
  }
}

@media screen and (min-width: 992px) {
  .leftAndTopNav a {
   display: block;
   text-align: center;
   padding: 20px 0;
   border-right: 1px solid #CCC;
  }
  .topNav a {
   display: inline-block;
   padding: 5px;
   font-size: 1em;
  }
}

th {
    font-weight: bold !important;
}

.datepicker-dropdown-container, .datepicker-modal-container {
    z-index: 2147483637 !important;
}

.hover:hover {
 cursor: pointer;
}

.tnActive {
	font-weight: bold;
	text-decoration: underline;
	text-decoration: none;
	background: linear-gradient(80deg, #ec1b21 0%, #ff8f1f 100%);
	padding: 10px;
	border-radius: 5px 5px 0 0;
}

.topNav a.tnActive{
	color: #FFF !important;
}


.ticketBlockEven {
	padding: 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEE;
	color: #000;
}
.ticketBlockOdd {
	padding: 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #DDD;
	color: #000;
}

.squareimage{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.squareimage img{
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      border-radius: 5px;
}

.eventCard {
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #FFF;
	padding: 15px;
}
.eventCard .title {
 font-family: "Open Sans Condensed" !important;

 color: #FFF;
 
 text-align: center;
 font-family: "Open Sans Condensed";
 font-size: 26px;
 font-style: normal;
 font-weight: 700;
	text-transform: uppercase;

	padding-top: 5px;
	height: 6em;
 color: #000;
}
.eventCard .title a{
	color: #000;
}
.eventCard .subtitle {
	text-decoration: none;
 margin-top: 10px;
	font-weight: 300;
 font-size: 12px;
 color: #000;
}
.eventCard .date {
 font-family: "Open Sans Condensed" !important;
 font-size: 20px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;	
 text-transform: uppercase;
	text-align: center;
	height: 1.5em;
}
.eventCard .location {
	text-transform: uppercase;
 font-family: "Open Sans Condensed" !important;
 font-size: 20px;
 font-style: normal;
 line-height: normal;	
 text-transform: uppercase;
	text-align: center;
	height: 1.5em;
}
.eventCard .action {
	background-color: #666;
	text-align: center;
	padding: 15px;
 font-weight: bold;
}
.eventCard .action a {
	color: #FFF !important;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.eventCard:hover {
 cursor: pointer;
 transform: scale(1.03);
}
@media (max-width: 575px) {
  .eventCard .title, .eventCard .subtitle, .eventCard .date, .eventCard .location {
   height: auto;
  }

}


.navbar .nav-link {
 color: #FFF !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.navbar .nav-item {
	list-style: none;
	padding: 0;
	margin: 0;
 color: #CCC;
}
.bg-light a{
	color: #FFF !important;
}
.bg-light {
	background-color: #FFF !important;
	background-color: #444 !important;
	border-top: 1px solid white;
	
}

@media (min-width: 992px){
	#MainHeaders {
		margin-left: 50px;
	}
}

.topUpMargin a {
	color: #CCC;
	text-decoration: underline;
}
.navbar-nav .dropdown-item:hover {
 background-color: #CCC;
 color: #000 !important;
}
.pod, .blackpod {
    border: 1px solid #666;
    border-radius: 5px;
    background-color: #222;
    padding: 20px;
    color: #FFF;
    height: 10em;
    margin-bottom: 10px;
}

.whitepod {
    border: 1px solid #AAA;
    border-radius: 5px;
    background-color: #FFF;
    padding: 20px;
    color: #000;
    margin-bottom: 10px;
}

.orangetext {
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;



    font-weight: bold;
    margin: 0 auto 15px;

    background: linear-gradient(90deg, #F79226 0%, #EC2227 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.groupCard {
	border-radius: 5px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 10px;
 background-color: #FFF;
}

.groupCard h2 {
	border-bottom: 0;
}

body.black #main {
 background-color: #000;
}

.left {
 text-align: left !important;
}

.greyfade{
 background: linear-gradient(287deg, rgba(64, 64, 64, 0.66) -1.44%, rgba(0, 0, 0, 0.66) 101.21%);
 
}

@media (max-width: 767px) {
  h1  {
    font-size: 20px;
  }

    h1:before {
        content: none;
    }

}

.center {
	text-align: center;
}


body.dark {
 background: inherit !important;
 background-image: url(/images/header1a.jpg) !important;
}

 .cardIcon {
  display: none;
 }
 