.nActive-wrapper {
	background-color: #fff /*{background-colour}*/;
	background-image: none /*{background-image}*/;
	background-repeat: repeat /*{background-repeat}*/;
	color: #404040 /*{font-colour}*/;
	font-family: arial, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif /*{font-family}*/;
	padding: 0;
	font-size: 14px;
}
.nActive-wrapper .container {
  background: transparent;
  box-shadow: none;
  border-radius: ;
  padding: 15px;
  width: 80%;
  margin: auto;
}
.nActive-wrapper .clearfix {
	clear: both;
}
.nActive-wrapper .visible-xs {
	display: none;
}
/*HEADER*/
.nActive-wrapper .header img {
	max-width: 225px;
	height: auto;
}
.nActive-wrapper .header .btn-contactebay {
	background-color: #efdd47;
	color: #403f3f;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 4px;
	margin-top: 1em;
}
.nActive-wrapper .usps {
	background: url(../img/main-nav-bg.png) top repeat-x #aee4f1;
}
.nActive-wrapper .usps .container {
	padding: 0;
}
.nActive-wrapper .usps ul {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}
.nActive-wrapper .usps li {
	list-style: none;
	color: #404040;
	display: inline-block;
    margin: .8em 1em 1em;
	font-size: 13px;
}
.nActive-wrapper .usps li img {
	width: 26px;
	height: auto;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

/*BODY*/
.nActive-wrapper .container .column-right, 
.nActive-wrapper .container .column-left {
    width: 47%;
}
.nActive-wrapper .main-image img {
	width: 100%;
	height: auto;
}
.nActive-wrapper .alt-images {
    margin-left: -10px;
    margin-right: -10px;
}
.nActive-wrapper .alt-images img {
	border: 1px solid #f5f5f5;
    width: 45%;
    height: auto;
    margin: 0px 10px 10px 10px !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
	display: inline-block !important;
}
.nActive-wrapper .container .column-right {
	margin-top: 3em;
}
.nActive-wrapper .container .column-right h1.title {
	font-size: 20px;
	margin-bottom: 0;
}
.nActive-wrapper .container .column-right h2.subtitle {
	color: #898989;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	margin-top: 0;
}
.nActive-wrapper .container .column-right h3.price {
	font-size: 32px;
    margin: 0.2em 0;
}
.nActive-wrapper .container .column-right h3.brand {
	color: #53c3df;
    margin: 0em 0 1em;
}
/*ACCORDION*/
.nActive-wrapper .nAccordion .no-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nActive-wrapper .nAccordion .nContent-panel {
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nActive-wrapper .nAccordion > ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.nActive-wrapper .nAccordion > ul > li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 0px;
  padding-top: 0px;
  border-top: none;
}
.nActive-wrapper .nAccordion > ul > li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.nActive-wrapper .nAccordion > ul > li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.nActive-wrapper .nAccordion > ul > li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.nActive-wrapper .nAccordion > ul > li h2 {
  margin: 0px 0px 10px;
}

.nActive-wrapper .nAccordion > ul > li input[type=checkbox] ~ h2 {
    padding: 12px 12px 12px 35px;
    font-size: 16px;
	background-color: #aee4f1;
	color: #404040;
	border-radius: 4px;
	margin-bottom: 15px;
}
.nActive-wrapper .nAccordion > ul > li input[type=checkbox]:checked ~ h2 {
	background-color: #eeeeee;
	color: #898989;
}
.nActive-wrapper .nAccordion > ul > li input[type=checkbox] ~ .nContent-panel {
	padding: 1em 0.3em 2em;
	margin-top: 0;
}
.nActive-wrapper .nAccordion > ul > li input[type=checkbox] ~ .nContent-panel p {
    margin: 0 0 15px 0;
	color: #333333;
}
.nActive-wrapper .nAccordion > ul > li input[type=checkbox] ~ .nContent-panel table {
	margin-top: 0;
}
.nActive-wrapper .nAccordion > ul > li input[type=checkbox] ~ .nContent-panel * {
	font-size: 16px !important;
	color: #404040 !important;
}
.nActive-wrapper .nAccordion > ul > li input[type=checkbox]:checked ~ .nContent-panel {
	padding: 0em;
}

.nActive-wrapper .nAccordion > ul > li i {
	right: auto;
    left: 22px;
    top: -3px;
}
.nActive-wrapper .nAccordion > ul > li i:before,
.nActive-wrapper .nAccordion > ul > li i:after {
  content: "";
  position: absolute;
  background-color: transparent;
}
.nActive-wrapper .nAccordion > ul > li i:after {
  transform: none;
}
.nActive-wrapper .nAccordion > ul > li input[type=checkbox]:checked ~ i:before {
    transform: translate(0) rotate(0) !important;
	font-family: 'FontAwesome';
	content: '\f0fe';
	margin: 0;
	color: #898989;
    font-style: normal;
}
.nActive-wrapper .nAccordion > ul > li input[type=checkbox] ~ i:before {
    transform: translate(0) rotate(0) !important;
	font-family: 'FontAwesome';
	content: '\f146';
	margin: 0;
	color: #404040;
    font-style: normal;
}
.nActive-wrapper .nAccordion .nContent-panel ul li {
	padding: 0 0 8px 0;
	border: none;
    margin-left: 17px;
}
.nActive-wrapper .nAccordion .nContent-panel ol {
    padding-left: 1.5em;
}
.nActive-wrapper .nAccordion .nContent-panel ol li {
	padding: 0 0 8px 0;
	border: none;
}
.nActive-wrapper .nAccordion .nContent-panel ul li:before {    
	font-family: 'FontAwesome';
	content: '\f111';
	font-size: 5px;
    margin: 0 8px 0 -15px;
    color: #404040;
    position: relative;
    top: -4px;
}
.nActive-wrapper .nAccordion .nContent-panel img {
	max-width: 100% !important;
	 height: auto !important;
}
/*FOOTER*/
.nActive-wrapper .footer {
	background: url(../img/main-nav-bg.png) top repeat-x #aee4f1;
	text-align: center;
	font-size: 13px;
	margin-top: 2em;
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px){
.nActive-wrapper .alt-images img {
    width: 43.9%;
}
}
@media (min-width: 768px) and (max-width: 991px){
.nActive-wrapper .usps li {
    margin: .5em 1em .8em;
}
.nActive-wrapper .alt-images img {
    width: 120px;
}
}
@media (max-width: 767px) {

.nActive-wrapper .visible-xs {
	display: block;
}
.nActive-wrapper .header {
	text-align: center;
}
.nActive-wrapper .header .btn-contactebay {
	float: none;
	margin: 0 auto;
	display: inline-block;
}
.nActive-wrapper .usps ul {
	padding: 0.5em 0 0.8em ;
}
.nActive-wrapper .usps li {
    margin: 0;
}

.nActive-wrapper .container .column-right,
.nActive-wrapper .container .column-left {
	width: 95%;
}
.nActive-wrapper .alt-images img {
    width: 120px;
}
.nActive-wrapper .container .column-right {
	margin-top: 1em;
}
}
@media (max-width: 320px) {
.nActive-wrapper .alt-images img {
    width: 100px;
}
}
