#site-logo img {
	max-width: 220px;
	height: auto;
}

#banner-search h1 {
    /*background: #9e3f9c !important;*/
    background: #731472;
    color: #fff !important;
}

#banner-search h1, .feature-box h1 {
    color: #fff !important;
}

#oz-box h1 {
	color: #731472 !important;
}

.feature-box h1 {
	/*background: rgba(117,20,110,0.7) !important;*/
	background: #731472;
}

#oz-box a {
    color: #731472 !important;
}

#social .socialicons {
	background: inherit;
}

#linkedin {
	background-image: url('../images/linkedin.png')!important;
}

#site-navigation ul.jt-menu a {
	color: #fff;
}
#site-navigation ul.jt-menu li {
	background: #feb937;
}

#site-navigation ul.jt-menu li a:hover, #site-navigation ul.jt-menu li:hover, #site-navigation ul.jt-menu li.sfHover a {
    background: #731472;
}

#site-navigation ul.jt-menu li ul li a {
	background: #feb937 !important;
}

#site-navigation ul.jt-menu li ul li a:hover {
    /*background: #731472 !important;*/
    background: #fff !important;
    color: #731472 !important;
}

#social {
    padding: 5px;
}

#social img {
	max-width: 30px;
	height: auto;
}

#social-icon {
	text-decoration: none;
}

body.body-aus.body-sports #site-navigation ul.jt-menu a.login {
	background: none;
	text-align: center;
}

#site-navigation ul.jt-menu a.login {
	background: none;
}

body.body-aus.body-sports #site-navigation ul.jt-menu a.login:hover {
    background: none;
}

.login .cufon {
	top: 5px;
}

.form-section h3 {
	background: #731472 !important;
}

h1, .section h2 {
	color: #731472 !important;
}

.event-picker-search td.green-fade {
	background: #9e3f9c !important; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#9e3f9c, #731472) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9e3f9c, #731472) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9e3f9c, #731472) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9e3f9c, #731472) !important; /* Standard syntax */
}

div.tabber_nav li.tabber_tab.active a, div.tabber_nav li.tabber_tab.active a:hover, 
div.slider_item.active h4, div.slider_item.active h4:hover {
	background: #feb937;
}

.tabber_nav ul.tabber_tabs li.tabber_tab {
    text-decoration: none;
}

.store-item .store-info .store-basic .store-price {
	background: #731472 !important;
}

.store-item .add-to-cart-bar a.add-to-cart-link, .store-item .add-to-cart-bar p,
.pretty-table th, .pretty-table tr.totals-row td {
	background: #9e3f9c !important;
}

.store-item .store-info .store-detail p.more-info-button a {
	background: #feb937 !important;
}

div.side-box img, p.mb-child-logo img {
	width: 50%;
}

div#book-a-trial {
    clear: right;
    float: right;
    padding: 15px;
    background-color: rgb(255, 190, 35);
    margin-right: 25px;
    margin-top: 10px;
    border-radius: 5px;
}

div#book-a-trial a {
	color: #fff;
	font-weight: 800;
}

.sicn {
	text-align: center;
}

.sicn img {
	height: auto !important;
    width: 35px !important;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    padding-top: 30px;
    margin: 3px;
}

.sicn img:hover {
	cursor: pointer;
}

.feature-box < sicn {
	margin-left: 88px;
}

.gallery {
	position: relative;
	width: 100%;
}

/* pull up the content to the top of page */
.pull-up {
	position: relative;
	top: -205px;
}

.gitem {
	height: auto;
    position: relative;
    display: inline-block;
    width: 215px;
    margin-bottom: 10px;
}

.gitem img {
	max-width: 100%;
	border-radius: 5px;
}

.home-nav ul li a {
	border: 4px solid #731472;
    background: #731472;
}

.account h3 {
	background: #9e3f9c;
}

html.html-aus footer {
    border-top: 15px solid #feb937;
}

.side-box h3 {
	background: #731472;
}

.button-add.button-selected {
	background: #f89733 url(/img/template/home/button-add.jpg) no-repeat center left;
}

.strikethru {
	text-decoration: line-through;
}
.top-notification-bar {
    background-color: #732772;
    z-index: 10000;
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-notification-bar-green {
    background-color: #54b948;
    z-index: 10000;
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-notification-bar div {    
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.top-notification-bar-green div {    
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.top-notification-bar img.nb-logo {
    position: relative;
    left: 30px;
    width: 50px;
    top: -2px;
}
.top-notification-bar img.top-notification-x {
    position: relative;
    right: 25px;
    width: 30px;
    cursor: pointer;
}
.top-notification-bar-green img.top-notification-y {
    position: relative;
    right: 25px;
    width: 30px;
    cursor: pointer;
}

@media (max-width: 500px) {
.top-notification-bar {
	height: 100px;
}
.top-notification-bar div{
	font-size: 18px;
	line-height: 20px;
}

.top-notification-bar img.nb-logo {
	width: 50px;
}
.top-notification-bar img.top-notification-x {
	width: 30px;
}



} /* @media 500px */