/* @override 
	http://hunterstadium.testshock.com.au/assets/css/theme.css */


/* HUNTER
#0053a0 - BLUE @ 100% 2,77,161,1
#3571B4 - BLUE @ 80%
#6794C7 - BLUE @ 60%
#9AB8D9 - BLUE @ 40%

#D9E4F1 - BLUE @ 15%
#F2F6FA - BLUE @ 5%

#ec008c - LIME @ 100% 236,0,140
*/


/* MJH
#0053a0 - BLUE @ 100% 

#3571B4 - BLUE @ 80%
#6794C7 - BLUE @ 60%
#9AB8D9 - BLUE @ 40%
#D9E4F1 - BLUE @ 15%
#F2F6FA - BLUE @ 5%

#ec008c - PINK @ 100%
#fdb827 - YELLOW @ 100%
*/


form .btn {
	background-color: #fdb827;
	color: #fff;
	border: none;
}

body {

background: url(../img/mjh-graphic-bg-v6.jpg) center 0px no-repeat #0053a0; 
// background-attachment: fixed;
background-attachment: normal;
}

/* @group dropdown/label/ */

.dropdown .dropdown-label {
  color: white;
  background-color: #3571B4;
}
.dropdown .dropdown-options {
  background-color: #3571B4;
  border: none;
}
.dropdown .dropdown-options li a { color: white !important; }
.dropdown .dropdown-options li a:hover { background-color: #6794C7; }

/* @end */
/* @group #header */

#header .intro-text {
	font-family: 'dinpromedium', Helvetica, arial, sans-serif;
	color: #6794C7;
}
#header .social-menu li a { background-color: #9AB8D9 }
#header .social-menu li a:hover { background-color: #0053a0 }

/* @end */
/* @group #navigation */

#navigation { background: none; }
#navigation .menu-container { background-color: #0053a0; }
#navigation .menu-container li a {color: #F2F6FA;font-weight: 600;}
#navigation .menu-container li a:hover {color: #FFF;}

#header .directions-menu li a { color: #FFF; background-color: #9AB8D9 }
#header .directions-menu li a:hover { background-color: #0053a0; }
#navigation .intro-container { color: #777; background-color: #fff; background-color: rgba(255,255,255,.7); }
/*#navigation .intro-container { color: #777; background-color: #F2F6FA; }
*/
#navigation .header-menu .submenu { background-color: #0053a0; }
#navigation .header-menu .submenu li a {
  color: #fff !important;
  color: rgba(255,255,255,.9) !important;
}
#navigation .header-menu .submenu li a:hover { color: white !important; background-color: #3571B4; }

/* @end */
/* @group #upcoming-events */

#upcoming-events {background: none;}
/*background:url(../img/hunter-event-bg.png) center repeat-y;}*/
#upcoming-events h2 {color: #fff;}
#upcoming-events h3 { color: #0053a0; }
.event-search, #upcoming-events .event-search { background-color: #0053a0; }
#upcoming-events .event-search .dropdown .dropdown-label { background:none; }

#upcoming-events .feature-column .event-details h4 { color: #FFF; }
#upcoming-events .feature-column ul.feature li { background-color: #3470B3; background-color: rgba(2,77,161,.5) }

#upcoming-events .feature-column .form-control {
background-color: #FFF;
color: #0053a0;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
}
#upcoming-events .feature-column .form-control.buy-button {
	background-color: #fdb827 !important;
	color: #FFF;
	text-transform: uppercase;
}
#upcoming-events .feature-column .form-control.share-button {
	box-shadow: none;
	color: #D9E4F1;
	background-color: #0053a0;
}
.options-column .btn-icon-right, .content-container .btn-icon-right { background-color: #fdb827; }

#upcoming-events .feature-column {
background-color: transparent;
border-color: transparent;
}

/* @end */
/* @group .feature */

.feature .bxslider .btn { background-color: #FFF; }
.feature .corner { border-top: 80px solid #ec008c !important; border-top: 80px solid rgba(236,0,140,1) !important; }
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #FFF; }
.bx-wrapper .bx-pager.bx-default-pager a { background: none; border: 1px solid #FFF; }
#upcoming-events .options-column { background: none; }

@media (max-width: 768px) {
	#upcoming-events .feature-column .event-details { background-color: #0053a0; }
}

/* @end */
/* @group row.events */
#upcoming-events .row.events { background: url(../img/event-row-bg.png) center repeat-y; }
#upcoming-events .row.events ul.events .btn-group {
	background: #3470B3;
	background: rgba(2,77,161,.7);
}
#upcoming-events .row.events ul.events .btn-group a.btn { font-weight: bold; border: none; }
#upcoming-events .row.events ul.events .btn-group a.btn:hover { border: none; }
#upcoming-events .row.events ul.events .btn-group a.buy {
	background: #fdb827; color: #FFF; }
#upcoming-events .row.events ul.events .btn-group a.info { color: #0053a0; }

/* @end */
/* @group #widgets */

#widgets-panel .widgets-panel-container {
	background-color: #6794C7;
	background: url(../img/upcoming-events-shade.png) center top no-repeat #3470B3;
	background: url(../img/upcoming-events-shade.png) center top no-repeat rgba(255,255,255,.2);
	-moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1), -5px 5px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1), -5px 5px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1), -5px 5px 8px rgba(0, 0, 0, 0.1);
}
#widgets-panel h4 {
	background-color: #0053a0; color: #FFF; }


#latest-news .latest-news-container {
background-color: #3470B3;
background-color: rgba(255,255,255,.2);
}
#latest-news h3 {
	color: #fff;
}
.corner { 
	border-top: 80px solid #ec008c; 
	border-top: 80px solid rgba(236,0,140,.8); 
}


.newsletter-subscribe {  background-color: #D9E4F1;  }
.newsletter-subscribe .btn {
background-color: #fdb827;
color: #FFF;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
}


/* @end */
/* @group #content */

/*#content { background-color: #ec008c; }*/
#content { background-color: transparent; }
.sidebar-menu li a { color: #0053a0; }

/* @end */
/* @group #sponsors */

#sponsors .sponsors-container { background-color: #F2F6FA; }

/* @end */
/* @group #footer */

#footer .footer-container {
	background-color: #023E81;
	background-color: rgba(0,0,0,.2);
}
#footer .footer-menu li.heading a { color: #D9E4F1; }
#footer .footer-menu li a {
  color: #9AB8D9;
}
#partners .copyright, #partners .copyright a { color: #ccc; color: rgba(255, 255, 255, 0.75); }
#partners .copyright a:hover { color: #FFF; }

/* @end */










