.information {
	display:none;
}
.nActive-wrapper {
	background-color: #f5f5f5 /*{background-colour}*/;
	background-image: url(/assets/webshop/background.jpg) /*{background-image}*/;
	background-repeat:  /*{background-repeat}*/;
	color: #33333 /*{font-colour}*/;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif /*{font-family}*/;
}
#ds_div > a {
    display: none;
}
.nActive-wrapper > p > a {
	text-decoration: underline;
	color: black;
	font-size: 0.8em;
}
.white-pad {
	background: white;
	margin-top: 2em;
	padding: 0;
}
.row.white-pad {
	margin: 0 0px 2em;
}
.text-block {
	padding: 0.5em 1em;
}
.accordian-tab {
	position: relative;
	margin-bottom: 1px;
	padding-bottom: 0;
	width: 100%;
	overflow: hidden;
	border: solid black thin;
}
.accordian-tab > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordian-tab > label {
  position: relative;
  display: block;
  cursor: pointer;
	margin-bottom: 0;
}
h3.banner-heading {
	padding-left: 1em;
	margin-bottom: 0;
}
.accordian-content {
	position: relative;
	overflow: hidden;
	opacity: 1;
	transform: translate(0, 0);
	margin-top: 14px;
	z-index: 2;
	transition: all 0.25s ease-in-out;
	padding: 0 1em;
}
.accordian-tab > input:checked ~ .accordian-content {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}
/* Icon */
.accordian-tab > label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 100%;
	line-height: 3.4;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	background: #cc0808;
	color: white;
}
.accordian-tab > input[type=checkbox] + label::after {
	content: "\25BC";
}
.accordian-tab > input[type=checkbox]:checked + label::after {
	transform: rotateX(180deg);
}
	
	
.product-box {
	background: #fff;
	padding: 1.25em;
	border: .5em solid #ed1f24;
    border-left-color: #f68b1f;
    border-bottom-color: #00aeef;
    border-right-color: #8dc63f;
}
.desc-more {
    margin: 1em 0;
    overflow: hidden;
    max-height: 0;
    height: auto;
    box-sizing: border-box;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
#desc-toggle:checked ~ .desc-more {
    max-height: none;
    transition: max-height 1s ease-in-out;
}
#desc-toggle {
    display: none;
}
.contact-info {
	margin-bottom: 1em;
}
.call-us,
.website,
.address {
	display: none;
	color: white;
}
.call-us > span::after {
	content: "02 6025 0497";
	font-weight: bold;
	font-size: 1.25em;
}
.website > span::after {
	content: "www.alburyrcmodels.com.au";
} 
.address > span::after {
	content: "3/329 Urana Rd, Lavington 2641";
} 
.info-wrapper h1 {
	margin-top: 0;
}
.nav-pills li {
    background: #ffffff;
    border: 2px solid #c30707;
}
.nav > li > a {
    padding: 5px 10px;
}
.btn-primary.btn-primary-border {
	color: #000;
    background: #fff;
    border: 2px solid #c30707;
}
label.modal-close-back {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.label.label-success {
    background-color: #62c462;
}
.label.label-warning {
    background-color: #f89406;
}
.footer a,
.footer a:hover,
.footer a:active {
    color: #fafafa;
	text-decoration: underline;
}
.footer-menu a,
.footer-menu a:hover,
.footer-menu a:active {
    color: #fafafa;
}
.footer-wrapper.container > p > a {
    color: lightgray;
    font-size: .75em;
}
.storetitle {
	color: white;
}