/* minified CSS  -  CSS RESET  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline;
  zoom: 1; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4;
  margin: 0; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 700; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  margin-left: -7px;
  white-space: normal;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0; }

button, input {
  line-height: normal; }

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  background: #ccc;
  color: #000;
  margin: .2em 0;
  padding: .2em 0; }

audio:not([controls]), [hidden] {
  display: none; }

::-moz-selection, ::selection {
  background: #f26122;
  color: #fff;
  text-shadow: none; }

figure, form {
  margin: 0; }

/*****  FONTS  *****/
/*@font-face {
    font-family: Noodle;
    src: url(/web/20180120092659im_/http://fortknoxstorage.co.nz/assets/css/fonts/big_noodle_titling.otf);
    font-weight:400;
}*/
/*  COLOURS  */
/*$red: #CD0005;*/
* {
  border: 0;
  outline-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, em, strong, pre, code, a {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: white !important;
  font-weight: bold; }

table {
  border-collapse: separate;
  border-spacing: 0; }

.clear {
  clear: both; }

.clearLeft {
  clear: left; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.relative {
  position: relative; }

body {
  background-color: black;
  font-family: Verdana;
  margin: 0;
  padding: 0; }

html, body {
  height: 100%;
  background-color: black;
  color: white; }

#wrapper {
  min-height: 100%; }

.buffer {
  width: 100%;
  height: 120px;
  padding-top: 30px; }

.content {
  width: 960px;
  margin: 0 auto; }

/* DEFAULT FONT STYLING */
h1 {
  font-size: 30px;
  line-height: 42px;
  margin-top: 15px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 500; }

h2 {
  color: #f37321;
  font-size: 37px;
  line-height: 39px;
  margin: 0 0 35px; }

h3 {
  font-size: 17px;
  color: red;
  margin: 0 0 10px;
  font-family: 'Archivo Black', sans-serif; }

h4 {
  font-family: 'Archivo Black', sans-serif; }

p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
  color: white; }

.last {
  float: right;
  margin-right: 0px; }

/* CUSTOM STYLES */
.header-wrapper {
  height: 123px;
  width: 100%; }

.header {
  width: 960px;
  height: 110px;
  margin: 0 auto;
  z-index: 100; }

#logo {
  width: 301px;
  height: 100px;
  position: relative;
  top: 20px;
  left: 0px;
  background: url(http://fortknoxstorage.co.nz/assets/images/FK_logo1.png) no-repeat; }

#phone {
  color: white;
  width: 220px;
  position: relative;
  left: 720px;
  top: -70px;
  font-size: 22px;
  line-height: 23px;
  font-family: 'Archivo Black', sans-serif; }

nav {
  width: 960px;
  height: 50px;
  background-color: black;
  border-bottom: 1px solid red;
  padding-bottom: 10px; }
  nav .item {
    display: inline-block;
    height: 20px;
    margin-left: 11px;
    margin-right: 11px;
    padding: 10px 8px 5px 8px;
    color: white;
    text-decoration: none;
    font-family: 'Archivo Black', sans-serif;
    z-index: 120;
    font-weight: normal !important; }
    nav .item:hover {
      border-bottom: 1px solid red !important; }
    nav .item.active {
      border-bottom: 1px solid red !important; }

.footer-wrapper {
  width: 100%;
  clear: both;
  position: absolute;
  bottom: 0;
  height: 100px; }

.footer {
  margin: 0 auto;
  width: 960px;
  border-top: 1px solid red; }

#ninja {
  width: 920px;
  margin: 0 auto;
  height: 20px;
  position: relative;
  right: -220px;
  top: 70px; }
  #ninja p {
    float: right;
    color: white;
    font-size: 10px;
    margin-top: 5px; }
    #ninja p a {
      text-decoration: none;
      color: white; }

#left {
  float: left;
  width: 720px; }

#right {
  float: right;
  width: 200px; }

/*******  HOMEPAGE  *********/
.banner {
  height: 380px;
  width: 740px;
  background-color: grey;
  margin-top: 20px;
  float: left;
  margin-bottom: 20px; }

.button {
  width: 200px;
  height: 80px;
  float: right;
  display: inline-block;
  margin-top: 20px; }
  .button.insurance {
    background: url(http://fortknoxstorage.co.nz/assets/images/insurance.jpg) no-repeat; }
    .button.insurance:hover {
      background: url(http://fortknoxstorage.co.nz/assets/images/insurance_ro.jpg) no-repeat; }
  .button.packaging {
    background: url(http://fortknoxstorage.co.nz/assets/images/packaging.jpg) no-repeat; }
    .button.packaging:hover {
      background: url(http://fortknoxstorage.co.nz/assets/images/packaging_ro.jpg) no-repeat; }
  .button.quote {
    background: url(http://fortknoxstorage.co.nz/assets/images/quote.jpg) no-repeat; }
    .button.quote:hover {
      background: url(http://fortknoxstorage.co.nz/assets/images/quote_ro.jpg) no-repeat; }
  .button.unit {
    background: url(http://fortknoxstorage.co.nz/assets/images/unit_sizes.jpg) no-repeat; }
    .button.unit:hover {
      background: url(http://fortknoxstorage.co.nz/assets/images/unit_sizes_ro.jpg) no-repeat; }
  .button.space {
    background: url(http://fortknoxstorage.co.nz/assets/images/space_calculator.jpg) no-repeat; }
    .button.space:hover {
      background: url(http://fortknoxstorage.co.nz/assets/images/space_calculator_ro.jpg) no-repeat; }

h1 {
  color: white; }

.intro {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 40px;}
  .intro span {
    font-family: 'Archivo Black', sans-serif; }



#home-left {
  display: inline-block;
  float: left;
  width: 340px;
  margin-bottom: 40px;
}

#home-right {
  display: inline-block;
  float: right;
  width: 340px;
}




/*****  CONTACT US  ******/
#contact-form {
  margin-top: 40px;
  width: 400px;
  clear: both; }
  #contact-form p {
    margin-top: 20px; }
  #contact-form label {
    font-size: 13px;
    display: inline-block;
    padding: 4px;
    width: 120px; }
  #contact-form input[type=text] {
    width: 250px;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    height: 20px;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #CCC; }
    #contact-form input[type=email] {
    width: 250px;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    height: 20px;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #CCC; }
  #contact-form textarea {
    width: 250px;
    height: 60px;
    border-radius: 4px;
    padding: 5px;
    background-color: #CCC;
    resize: vertical;
    margin-bottom: 10px; }
  #contact-form input[type=image] {
    margin-left: 135px;
    margin-top: 30px; }

.select-menu {
  width: 250px;
  height: 22px;
  overflow: hidden;
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
  background-color: #ccc; }
  .select-menu select {
    background: transparent;
    width: 250px;
    height: 20px;
    font-size: 14px;
    line-height: 1.2;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    margin-top: -30px;
    margin-left: 10px; }
  .select-menu .select-arrow {
    width: 8px;
    height: 14px;
    background: url(http://fortknoxstorage.co.nz/assets/images/dropdown-arrow.png) no-repeat;
    position: relative;
    top: 5px;
    left: 235px; }

#map {
  width: 650px;
  height: 350px;
  margin-top: 80px;
  background-color: white; }

.contact-details {
  display: inline-block;
  float: left;
  width: 250px;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 60px; }
  .contact-details span {
    font-family: 'Archivo Black', sans-serif; }

/*****  UNIT SIZES  *****/
.size-btn {
  display: inline-block;
  width: 200px;
  height: 80px;
  background-color: #CCC;
  margin-right: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  float: left; }
  .size-btn.calc {
    background: url(http://fortknoxstorage.co.nz/assets/images/space_calculator.jpg) no-repeat; }
    .size-btn.calc:hover {
      background: url(http://fortknoxstorage.co.nz/assets/images/space_calculator_ro.jpg) no-repeat; }
  .size-btn.quote {
    background: url(http://fortknoxstorage.co.nz/assets/images/quote.jpg) no-repeat; }
    .size-btn.quote:hover {
      background: url(http://fortknoxstorage.co.nz/assets/images/quote_ro.jpg) no-repeat; }

/*****  SPACE CALCULATOR  *****/
#spaceCalc .headingSection {
  background-color: white;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  clear: both; }
  #spaceCalc .headingSection h3 {
    font-weight: normal !important;
    color: red !important;
    cursor: pointer;
    padding: 5px; }
    #spaceCalc .headingSection h3.on {
      color: white !important; }
  #spaceCalc .headingSection.on {
    background-color: red;
    color: white !important; }
#spaceCalc input[type=text] {
  width: 30px;
  padding: 3px;
  border-radius: 3px;
  margin-bottom: 5px; }
#spaceCalc label {
  width: 220px;
  display: inline-block;
  font-size: 13px; }
#spaceCalc .space-block {
  display: none; }
  #spaceCalc .space-block .left {
    display: inline-block;
    width: 300px;
    float: left;
    margin-left: 40px;
    margin-bottom: 15px; }
  #spaceCalc .space-block .right {
    display: inline-block;
    width: 300px;
    float: left;
    margin-left: 60px; }

#totalVolume, #unitSize, #unitCost {
  width: 60px !important; }

dl {
  font-size: 12px; }
  dl dt {
    color: red; }
  dl dd {
    margin-bottom: 20px; }

.error {
  color: red;
  font-size: 13px; }
  .error p {
    color: red !important; }
  .error ul {
    list-style: none; }

input[type=submit], input[type=reset] {
  background-color: red;
  border-radius: 3px;
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 135px; }

/*/ Slideshow /*/
.banner {
  width: 740px;
  height: 380px;
  position: relative;
  float: left;
  background-color: #000; }

.banner ul {
  display: block;
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px; }

.banner li {
  display: block;
  float: left;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px; }

.banner li.active {
  display: block; }

.banner .inner {
  width: 21px;
  height: 70px;
  position: relative;
  top: 50%;
  margin-top: -35px; }

.banner .ssctrl {
  width: 21px;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 20;
  cursor: pointer;
  padding: 0 10px; }

.banner .ctrl-left {
  left: 0px; }

/*.banner .ctrl-left .inner { background-image: url("/web/20180120092659im_/http://fortknoxstorage.co.nz/assets/images/left-arrow.png"); }*/
.banner .ctrl-right {
  right: 0px; }

/*.banner .ctrl-right .inner { background-image: url("/web/20180120092659im_/http://fortknoxstorage.co.nz/assets/images/right-arrow.png"); }*/




/****  PACKAGING  *****/
.package img {
  width: 100px;
  height: 100px;
  background: url("http://fortknoxstorage.co.nz/assets/images/image-coming.jpg") no-repeat;
  float: left;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 25px;
}

.package {
  margin-bottom: 40px;
  clear: both;
}



.social {
    width: 46px;
    height: 46px;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
  }
