/**, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; } */
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font: normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  /* background-image: url("../images/BG.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;*/
}
h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-align: center;
}
h2 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  color: #D51900;
  font-style: normal;
  font-size: 23px;
}
#top-banner {
  height: 5%;
  width: 90%;
  padding: 30px 0 0 5%;
}
#top-banner img {
  float: left;
}
#wrapper {
  padding-top: 80px;
  margin: 0px;
  width: inherit;
}
.secondary_banner {
  padding: 0;
  margin: 0;
  background-color: rgba(85, 85, 85, 1);
  background-attachment: fixed;
  background-position: top left;
}
.secondary_banner img {
  padding: 0;
  margin: 0;
  background-color: rgba(85, 85, 85, 1);
  background-attachment: fixed;
  background-position: top left;
}
.breadcrumb {
  height: auto;
  background-color: rgba(213, 25, 0.1);
  width: 100%;
  padding: 10px 0 5px 5%;
  margin: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  text-align: left;
  color: white;
  font-size: 14px;
  display: block;
}
.breadcrumb a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
@media (max-width: 650px) {
  .breadcrumb {
    font-size: 10px;
  }
}
@media (min-width: 651px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .breadcrumb a {
    font-size: 10px;
  }
}
@media (min-width: 651px) {
  .breadcrumb a {
    font-size: 14px;
  }
}
.main_centre {
    background: linear-gradient(#ffffff, #dddddd);
    width: auto;
    margin: auto;
    background-color: white;
    padding: 50px 15%;
    text-align: left;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.main_centre_vb {
  background: linear-gradient(#ffffff, #dddddd);
  width: auto;
  margin: auto;
  background-color: white;
  padding: 0px 15%;
  text-align: center;
}
.wide_centre {
  width: auto;
  margin: auto;
  background-color: white;
  padding: 50px 10%;
  text-align: center;
}
.wide_centre_org {
  width: auto;
  margin: auto;
  background-color: white;
  padding: 50px 0%;
  text-align: center;
}
.icon-box {
  width: 60px;
  height: 60px;
  z-index: 9999;
  position: relative;
  top: 20%;
  left: 30%;
  opacity: .8;
}
.text-box {
  position: absolute;
  width: 440px;
  top: 70px;
  left: 30%;
  font: normal white;
  color: rgba(255, 255, 255, 1);
}
.navbar {
  width: 75%;
  height: 10%;
  padding: 0 12.5%;
  margin: 100px auto;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.navbar a {
  float: left;
  margin: 4%;
  color: white;
  text-decoration: none;
  font-size: 16px;
  width: 8%;
  text-align: center;
  line-height: 18px;
}
@media screen and (max-width: 650px) {
  .navbar a {
    float: none;
    display: block;
  }
  #wrapper {
    padding-top: 140px;
    margin: 0px;
    width: inherit;
  }
}
.navbar a:hover {
  background: linear-gradient(rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.8));
}
.navbar a:active {
  background: linear-gradient(rgba(250, 200, 200, 0), rgba(250, 200, 200, 0.8));
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.navbar img {
  padding: 0 0 5px 0;
}
.secondnavbar {
  height: 150px;
  width: 100%;
  background: linear-gradient(180deg, rgba(85, 85, 85, 1) 0%, rgba(52, 4, 4, 1) 100%);
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.secondnavbar a {
  float: left;
  color: white;
  text-decoration: none;
  font-size: 16px;
  width: 15%;
  text-align: center;
  padding: 30px 0 0 0;
  height: 100%;
}
@media (max-width: 550px) {
  .secondnavbar a {
    font-size: 10px;
  }
}
@media (min-width: 551px) {
  .secondnavbar a {
    font-size: 16px;
  }
}
.secondnavbar a:hover {
  background: linear-gradient(rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.8));
}
.secondnavbar a:active {
  background: linear-gradient(rgba(250, 200, 200, 0), rgba(250, 200, 200, 0.8));
}
.secondnavbar img {
  padding: 0 0 5px 0;
}
.viewport {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-perspective-origin: 50% 200px;
  -moz-perspective-origin: 50% 200px;
  -ms-perspective-origin: 50% 200px;
  -o-perspective-origin: 50% 200px;
  perspective-origin: 50% 200px;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-box-reflect: below 240px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, transparent), to(rgba(250, 250, 250, 0.05)));
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  margin: auto;
}
.cube {
  position: relative;
  margin: 0 auto;
  height: 360px;
  width: 360px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(136deg) rotateY(1122deg);
  -moz-transform: rotateX(136deg) rotateY(1122deg);
  -ms-transform: rotateX(136deg) rotateY(1122deg);
  -o-transform: rotateX(136deg) rotateY(1122deg);
  transform: rotateX(136deg) rotateY(1122deg);
}
.cube > div {
  overflow: hidden;
  position: absolute;
  opacity: 0.6;
  height: 360px;
  width: 360px;
  background-image: url(../images/Cube_side.png);
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;
  -o-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cube > div > div.cube-image {
  width: 360px;
  height: 360px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: 360px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: color 600ms;
  -moz-transition: color 600ms;
  -ms-transition: color 600ms;
  -o-transition: color 600ms;
  transition: color 600ms;
}
.cube > div > div.cube-image.active {
  color: white;
  text-decoration: none;
}
.cube > div:hover {
  cursor: pointer;
  text-decoration: none;
}
.cube > div:active {
  cursor: pointer;
  text-decoration: none;
}
.cube > div:first-child {
  -webkit-transform: rotateX(90deg) translateZ(180px);
  -moz-transform: rotateX(90deg) translateZ(180px);
  -ms-transform: rotateX(90deg) translateZ(180px);
  -o-transform: rotateX(90deg) translateZ(180px);
  transform: rotateX(90deg) translateZ(180px);
  outline: 1px solid transparent;
}
.cube > div:nth-child(2) {
  -webkit-transform: translateZ(180px);
  -moz-transform: translateZ(180px);
  -ms-transform: translateZ(180px);
  -o-transform: translateZ(180px);
  transform: translateZ(180px);
  outline: 1px solid transparent;
}
.cube > div:nth-child(3) {
  -webkit-transform: rotateY(90deg) translateZ(180px);
  -moz-transform: rotateY(90deg) translateZ(180px);
  -ms-transform: rotateY(90deg) translateZ(180px);
  -o-transform: rotateY(90deg) translateZ(180px);
  transform: rotateY(90deg) translateZ(180px);
  outline: 1px solid transparent;
}
.cube > div:nth-child(4) {
  -webkit-transform: rotateY(180deg) translateZ(180px);
  -moz-transform: rotateY(180deg) translateZ(180px);
  -ms-transform: rotateY(180deg) translateZ(180px);
  -o-transform: rotateY(180deg) translateZ(180px);
  transform: rotateY(180deg) translateZ(180px);
  outline: 1px solid transparent;
}
.cube > div:nth-child(5) {
  -webkit-transform: rotateY(-90deg) translateZ(180px);
  -moz-transform: rotateY(-90deg) translateZ(180px);
  -ms-transform: rotateY(-90deg) translateZ(180px);
  -o-transform: rotateY(-90deg) translateZ(180px);
  transform: rotateY(-90deg) translateZ(180px);
  outline: 1px solid transparent;
}
.cube > div:nth-child(6) {
  -webkit-transform: rotateX(-90deg) rotate(180deg) translateZ(180px);
  -moz-transform: rotateX(-90deg) rotate(180deg) translateZ(180px);
  -ms-transform: rotateX(-90deg) rotate(180deg) translateZ(180px);
  -o-transform: rotateX(-90deg) rotate(180deg) translateZ(180px);
  transform: rotateX(-90deg) rotate(180deg) translateZ(180px);
  outline: 1px solid transparent;
}
.cubelink {
  text-decoration: none;
  color: white;
  font: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
object {
  opacity: 0.5;
}
object:hover {
  opacity: 1;
}
.responsive {
  width: 100%;
  height: auto;
}
.responsive_two {
  width: 30%;
  height: auto;
}
.responsive_three {
  width: 40%;
  height: auto;
}
.responsive_four{
  width: 20%;
  height: auto;
}
@media (max-width: 640px) {
  .responsive_three {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 640px) {
  .viewport {
    -webkit-transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -o-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
}
