/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation */
/* Sub Navigation */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/* Extra styling for larger screens */
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/* Styling is within the hero panel css in main.less */
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/* Form Label Options */
/* Form Input Size Options */
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 768px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #000000;
  box-shadow: 1px 1px 2px 2px #000000;
}
.text-shadow {
  text-shadow: 1px 1px 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
}
.block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #000;
  width: auto !important;
  border: 2px #a7ce3c solid;
  border-radius: 5px;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #4c4c4c;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #4c4c4c;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #83809c;
}
.pagination {
  text-align: center;
  margin-top: 1.5em;
}
.pagination ul.pagination {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 0.9em;
  border-radius: 0px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #a7ce3c;
  background-color: transparent;
  border-radius: 0px;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #a7ce3c;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0px;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #a7ce3c;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: ;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: ;
  background-color: transparent;
}
p {
  margin: 15px 0px;
}
a {
  color: #a7ce3c;
  text-decoration: none;
}
a:hover {
  color: #83809c;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 768px) {
  a:hover {
    color: #a7ce3c;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #a7ce3c;
  font-weight: normal;
  font-family: 'Orbitron', Verdana, sans-serif;
  line-height: 1.1em;
  margin: 25px 0px 10px 0px;
}
h1 {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.2em;
  margin: 0 0 5px 0;
}
h2 {
  font-size: 30px;
  line-height: 1.2em;
}
h3 {
  color: #ffffff;
  font-size: 25px;
}
h4 {
  color: #ffffff;
  font-size: 22px;
}
h5 {
  color: #83809c;
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border: 1px solid #1a1a1a;
  border-collapse: collapse;
  border-radius: 0px;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #1a1a1a;
}
@media handheld,only screen and (max-width: 768px) {
  table tr {
    display: block;
    background-color: transparent;
    border-bottom: 1px solid #1a1a1a;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #9c9c9c;
  background-color: transparent;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    width: auto !important;
    height: auto !important;
    padding: 0.1em 0em;
  }
}
table tr td .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 768px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table thead tr {
    background-color: #1a1a1a;
  }
}
table thead tr td,
table thead tr th {
  color: #a7ce3c;
  background-color: #1a1a1a;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #1a1a1a;
}
@media handheld,only screen and (max-width: 768px) {
  table tfoot tr {
    background-color: rgba(0,0,0,0);
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #9c9c9c;
  background-color: rgba(0,0,0,0);
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
  margin: 0px;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #9c9c9c;
  background-color: transparent;
  border: none;
  padding: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0em;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #9c9c9c;
  background-color: transparent;
  font-weight: bold;
}
hr {
  clear: both;
  color: #1a1a1a;
  background: #1a1a1a;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  clear: both;
  color: #fff000;
  background: transparent;
  font-family: 'Orbitron', Verdana, sans-serif;
  line-height: 1.1em;
  text-align: center;
  border: 5px solid transparent;
  border-top-color: #fff000;
  border-bottom-color: #fff000;
  margin: 25px auto;
  padding: 20px 40px;
}
.button,
.submit {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #000000;
  background-color: transparent;
  background-image: url('../../include/resources/laserfun/images/i-button-bg.png');
  background-image: url('../../include/resources/laserfun/images/i-button-bg.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 15px;
  font-family: 'Orbitron', Verdana, sans-serif;
  line-height: 1.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid transparent;
  border-radius: 0px;
  padding: 20px 35px;
  margin: 15px 0px;
  cursor: pointer;
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.submit:hover {
  color: #000000;
  background-color: transparent;
  background-image: url('../../include/resources/laserfun/images/i-button-bg-hover.png');
  background-image: url('../../include/resources/laserfun/images/i-button-bg-hover.svg'), none;
  border-color: transparent;
  text-decoration: none;
}
.button-small {
  padding:  / 2 ;
}
.button-alt {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #000000;
  background-color: transparent;
  background-image: url('../../include/resources/laserfun/images/i-button-bg.png');
  background-image: url('../../include/resources/laserfun/images/i-button-bg.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 15px;
  font-family: 'Orbitron', Verdana, sans-serif;
  line-height: 1.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid transparent;
  border-radius: 0px;
  padding: 20px 35px;
  margin: 15px 0px;
  cursor: pointer;
}
.button-alt .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button-alt img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button-alt:hover {
  color: #000000;
  background-color: transparent;
  background-image: url('../../include/resources/laserfun/images/i-button-bg-hover.png');
  background-image: url('../../include/resources/laserfun/images/i-button-bg-hover.svg'), none;
  border-color: transparent;
  text-decoration: none;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.nosplit {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 768px) {
  .nosplit {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#membership_form .fieldlabel {
  color: #83809c;
  background-color: transparent;
  font-family: 'Orbitron', Verdana, sans-serif;
}
#membership_form .imrequired {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  margin-top: -17px;
  font-size: 0.85em;
}
#membership_form div.dob div {
  display: inline-block;
  vertical-align: middle;
}
#membership_form div.dob .first {
  margin-left: 0;
}
@media handheld,only screen and (max-width: 768px) {
  #membership_form div.dob .first {
    margin-left: 0;
  }
}
#membership_form div.dob .fieldlabel {
  width: 8.72em;
}
@media handheld,only screen and (max-width: 768px) {
  #membership_form div.dob .dob-label {
    display: block;
    margin-bottom: 8px;
  }
}
#membership_form div.dob input,
#membership_form div.dob select {
  color: #9c9c9c;
  background: #000000;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  max-width: 100%;
  border: 1px solid #ffffff;
  border-radius: 0px;
  padding: 0.3em;
  margin: 0.2em 0;
  margin-right: 6px;
}
#membership_form input[type=checkbox] {
  width: 15px;
  margin-left: 47px;
}
@media handheld,only screen and (max-width: 768px) {
  #membership_form input[type=checkbox] {
    margin-left: 0px;
  }
}
#membership_form #dob_day_field {
  width: 80px;
}
#membership_form .submit {
  margin-left: 47px;
}
@media handheld,only screen and (max-width: 768px) {
  #membership_form .submit {
    margin-left: 0px;
  }
}
#membership_form .form-row label {
  width: 9em;
}
@media handheld,only screen and (max-width: 768px) {
  #membership_form .form-row label {
    width: auto;
  }
}
.media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #000000;
  border-radius: 0px;
  vertical-align: middle;
  padding: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #9c9c9c;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.4em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
}
.media-gallery > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 30.833333333333%;
  border-radius: 0px;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #000000;
  border-radius: 0px;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: #9c9c9c;
  background: transparent;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  border: 0px solid #1a1a1a;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 6.5em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row.inline-field,
  .page-region form .inline-field {
    padding: 0.7em 0em;
  }
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #9c9c9c;
  background: transparent;
  font-family: 'PT Sans', Verdana, sans-serif;
  border-bottom: 0px solid #1a1a1a;
  padding: 0.4em 0em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row {
    padding: 0.4em 0em;
  }
}
.page-region form .form-row label {
  float: left;
  color: #83809c;
  background-color: transparent;
  font-family: 'Orbitron', Verdana, sans-serif;
  width: 5.5em;
  margin: 0.45em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 6.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  color: #9c9c9c;
  background: #000000;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  width: 85%;
  max-width: 100%;
  border: 1px solid #ffffff;
  border-radius: 0px;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 85%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 85%;
    overflow: hidden;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 20%;
  min-width: 12em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 85%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #000000;
  background-color: transparent;
  background-image: url('../../include/resources/laserfun/images/i-button-bg.png');
  background-image: url('../../include/resources/laserfun/images/i-button-bg.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 15px;
  font-family: 'Orbitron', Verdana, sans-serif;
  line-height: 1.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid transparent;
  border-radius: 0px;
  padding: 20px 35px;
  margin: 15px 0px;
  cursor: pointer;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:hover {
  color: #000000;
  background-color: transparent;
  background-image: url('../../include/resources/laserfun/images/i-button-bg-hover.png');
  background-image: url('../../include/resources/laserfun/images/i-button-bg-hover.svg'), none;
  border-color: transparent;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #000000;
  background-color: transparent;
}
.page-region form.medium-label {
  width: auto;
}
.page-region form.medium-label .buttons {
  margin-top: 0em;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 16em;
  margin-right: 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label label {
    width: 100%;
    margin: 0em;
  }
}
.page-region form.large-label .field {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label .field {
    margin-left: 0em;
  }
}
.page-region form.large-label .buttons {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
#enquiry_form {
  max-width: 495px;
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
  padding: 20px 0px;
}
.cta-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 30.833333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta {
    max-width: 304px;
    margin: 15px auto;
  }
}
.cta-block .cta .cta-inner {
  color: #9c9c9c;
  text-align: center;
  margin-bottom: 0.5em;
  position: relative;
}
.cta-block .cta .cta-inner a {
  display: block;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  border: 0px solid #ffffff;
  border-radius: 0px;
  padding-bottom: 28px;
  overflow: auto;
}
.cta-block .cta .cta-inner a:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.cta-block .cta .cta-inner a:hover .cta-button-wrapper .cta-button {
  background-color: transparent;
  background-image: url('../../include/resources/laserfun/images/i-button-bg-hover.png');
  background-image: url('../../include/resources/laserfun/images/i-button-bg-hover.svg'), none;
}
.cta-block .cta .cta-inner a .media-thumbnail {
  display: block;
  margin: 0em;
}
.cta-block .cta .cta-inner a .media-thumbnail img {
  border: none;
  border-radius: 0px;
  padding: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta .cta-inner a .media-thumbnail img {
    margin-top: 0em;
  }
}
.cta-block .cta .cta-inner a .cta-title {
  display: block;
  font-size: 19px;
  font-family: 'Orbitron', Verdana, sans-serif;
  text-transform: uppercase;
  padding: 26px 25px;
}
.cta-block .cta .cta-inner a .cta-button-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  /* 1/2 of Button Height */
  bottom: -28px;
}
.cta-block .cta .cta-inner a .cta-button-wrapper .cta-button {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #000000;
  background-color: transparent;
  background-image: url('../../include/resources/laserfun/images/i-button-bg.png');
  background-image: url('../../include/resources/laserfun/images/i-button-bg.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 15px;
  font-family: 'Orbitron', Verdana, sans-serif;
  line-height: 1.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid transparent;
  border-radius: 0px;
  padding: 20px 35px;
  margin: 15px 0px;
  cursor: pointer;
  height: 56px;
  margin: 0px auto;
}
.cta-block .cta .cta-inner a .cta-button-wrapper .cta-button .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.cta-block .cta .cta-inner a .cta-button-wrapper .cta-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cta-block .cta .cta-inner a .cta-button-wrapper .cta-button:hover {
  color: #000000;
  background-color: transparent;
  background-image: url('../../include/resources/laserfun/images/i-button-bg-hover.png');
  background-image: url('../../include/resources/laserfun/images/i-button-bg-hover.svg'), none;
  border-color: transparent;
  text-decoration: none;
}
.cta-block .cta.cta-type-1 .cta-inner a {
  min-height: 305px;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.cta-type-1 .cta-inner a {
    min-height: 0px;
    margin-bottom: 60px;
  }
}
.cta-block .cta.cta-type-2 .cta-inner a {
  background-color: transparent;
  min-height: 220px;
  margin: 20px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.cta-type-2 .cta-inner a {
    margin: 20px 0px 70px 0px;
  }
}
.cta-block .cta.cta-type-2 .cta-inner a .cta-title {
  color: #ffffff;
  padding: 26px 90px;
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 72.5%;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 22.5%;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  border-bottom: 1px solid #000000;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image {
  font-size: 0;
  display: block;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 22.5%;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
    text-align: left;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 72.5%;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #dcdcdc;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-category,
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-date {
    display: block;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-spacer {
    display: none;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info a {
  color: #dcdcdc;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-single .news-post-information .news-post-social,
  .news-wrapper .news-posts-single .news-post-information .news-date {
    display: block;
    float: none;
    text-align: left;
    margin: 0.25em 0em;
  }
}
.news-wrapper .news-posts-single .news-post-information .news-date {
  color: #dcdcdc;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #000000;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Orbitron', Verdana, sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #9c9c9c;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
.search-wrapper .search input.search-button {
  background-color: transparent;
}
.search-wrapper .search input.search-button:hover {
  background-color: transparent;
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #000000;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.35em;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region {
    padding: 0em;
  }
}
.nav-wrapper {
  background: #000000;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper {
    border-bottom: 1px solid #4c4c4c;
  }
}
.nav-wrapper .nav-constrain {
  font-size: 20px;
  width: 990px;
  margin: 0px auto;
  color: #ffffff;
  border-radius: 0px;
}
@media screen and (max-width: 1042.1052631579px) {
  .nav-wrapper .nav-constrain {
    width: 95%;
  }
}
.nav-wrapper .nav-constrain .nav-block {
  font-size: 0;
  display: block;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
  text-align: center;
  z-index: 20;
  /* Top Level */
}
.nav-wrapper .nav-constrain .nav-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block {
    overflow: hidden;
    text-align: left;
    width: 100%;
    margin-left: 0em;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: #ffffff;
  background: transparent;
  font-weight: bold;
  font-family: 'Orbitron', Verdana, sans-serif;
  text-transform: uppercase;
  border: 4px solid #000000;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  background-color: transparent;
  background-image: url('../../include/resources/laserfun/images/g-menu.png');
  background-image: url('../../include/resources/laserfun/images/g-menu.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  border-radius: 0px;
  position: absolute;
  top: 8px;
  right: 15px;
}
.nav-wrapper .nav-constrain .nav-block .nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 97.5%;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .facebook-like-button-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell .facebook-like-button-wrapper {
    margin-top: 0;
    padding: 11px 0 44px 26px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle {
  border-top-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
  border-radius: 0px 0px 0px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  list-style-type: none;
  padding: 0em;
  margin: 0em;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    text-align: left;
    border: none;
    padding: 5px 0px;
    white-space: normal;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  position: relative;
  border: 4px solid #000000;
  padding: 0em;
  margin: 0em;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover {
  border-top-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Orbitron', Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 5px;
  white-space: nowrap;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
            &.has_children {
              background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowColour}" points="7,0 14,0 10.5,4"/></svg>');
              background-position: center right;
              background-repeat: no-repeat;
              padding-right: 2.5em;

              @media handheld, only screen and (max-width: @compactNavWidth) {
                background-image: none;
                padding-right: 0;
              }
            }
            */
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    padding: 15px 20px;
    white-space: normal;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a:hover {
  color: #ffffff;
  background-color: #000000;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
              &.has_children {
                background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowHoverColour}" points="7,0 14,0 10.5,4"/></svg>');
                background-position: center right;
                background-repeat: no-repeat;
                padding-right: 2.5em;

                @media handheld, only screen and (max-width: @compactNavWidth) {
                  background-image: none;
                  padding-right: 0;
                }
              }
              */
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li a:hover {
    color: #a7ce3c;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul {
  display: block;
  background-color: #000000;
  width: 250px;
  height: auto;
  border: 4px solid #000000;
  border-top-color: #333333;
  border-left-color: #282828;
  border-right-color: #212121;
  border-bottom-color: #1c1c1c;
  margin: 0;
  padding: 10px 0px;
  position: absolute;
  top: 65px;
  left: -3px;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background: transparent;
    height: auto;
    border: none;
    border-radius: 0px;
    padding-left: 20px;
    margin-top: -10px;
    margin-bottom: 5px;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  display: block;
  background-color: #000000;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    background-color: none;
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a {
  color: #ffffff;
  font-size: 13.5px;
  text-transform: none;
  padding: 10px 15px;
  white-space: normal;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                &.has_children {
                  background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowColour}" points="7,7 7,0 11,3.5 "/></svg>');
                  background-position: center right;
                  background-repeat: no-repeat;
                  padding-right: 2.5em;

                  @media handheld, only screen and (max-width: @compactNavWidth) {
                    background-image: none;
                    padding-right: 0;
                  }
                }
                */
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    padding: 8px 15px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
  color: #a7ce3c;
  background-color: #000000;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                  &.has_children {
                    background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowHoverColour}" points="7,7 7,0 11,3.5 "/></svg>');
                    background-position: center right;
                    background-repeat: no-repeat;
                    padding-right: 2.5em;

                    @media handheld, only screen and (max-width: @compactNavWidth) {
                      background-image: none;
                      padding-right: 0;
                    }
                  }
                  */
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
    color: #a7ce3c;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.fb-share-wrapper {
  float: right;
}
.hero-wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
  /* This is only for layering. Other styling is below */
}
.hero-wrapper.home {
  height: 970px;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper.home {
    height: 500px;
  }
}
.hero-wrapper.internal {
  height: 160px;
}
.hero-wrapper.internal .media-thumbnail {
  margin: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper.internal {
    height: 154px;
  }
  .hero-wrapper.internal .media-thumbnail img {
    height: 154px;
    width: auto;
  }
}
.hero-wrapper .header-wrapper {
  width: 100%;
  position: absolute;
  z-index: 10;
}
.hero-wrapper .hero-images-wrapper {
  width: 100%;
  position: relative;
  /* Applies to both Home and Internal */
  z-index: 5;
  /* Home Only */
}
.hero-wrapper .hero-images-wrapper .media-thumbnail {
  max-width: none;
  margin: 0em;
  position: relative;
  z-index: 0;
}
@media handheld,only screen and (min-width: 1900px) {
  .hero-wrapper .hero-images-wrapper .media-thumbnail {
    width: 100%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-images-wrapper .media-thumbnail {
    margin: 0em;
  }
}
.hero-wrapper .hero-images-wrapper .media-thumbnail img {
  margin: 0em;
}
@media handheld,only screen and (min-width: 1900px) {
  .hero-wrapper .hero-images-wrapper .media-thumbnail img {
    width: 100%;
    height: auto;
  }
}
.hero-wrapper .hero-images-wrapper .hero-wrapper {
  background-color: transparent;
  text-align: center;
  width: 100%;
  position: relative;
  max-height: 650px;
}
.hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container {
  width: 100vw;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container {
    width: 100vw;
  }
}
.hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block {
  width: 6000vw;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block {
    padding: 0em;
    margin: 0em;
  }
}
.hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
  display: inline-block;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  vertical-align: top;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
    width: 100vw;
  }
}
.hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail:before {
  background-position: 50% 100%;
  background-size: 100% 100%;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail:before {
    background-position: 100% 500%;
    background-size: 100% auto;
  }
}
.hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-text-container {
  text-align: center;
  padding: 4vw 4vw;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  background: url('../../include/resources/laserfun/images/p-blue-texture.jpg');
}
@media handheld,only screen and (max-width: 1100px) {
  .hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-text-container {
    width: 40%;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-text-container {
    width: 100%;
    position: relative;
    top: auto;
  }
}
.hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-text-container h2 {
  font-size: 41px;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-text-container h2 {
    font-size: 28px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-text-container h3 {
    font-size: 18px;
  }
}
.hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-text-container p {
  color: #ffffff;
  font-size: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-text-container p {
    font-size: 18px;
  }
}
.hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-text-container .button {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-images-wrapper .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-text-container .button {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.hero-wrapper .taipan-hero-link-global {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 39px 211px;
  width: 39px;
  height: 211px;
  position: absolute;
  top: 50%;
  z-index: 20;
  margin-top: -106px;
}
@media handheld,only screen and (min-width: 1150px) {
  .hero-wrapper .taipan-hero-link-global {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.hero-wrapper .taipan-hero-link-global:before {
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 11px 19px;
  width: 39px;
  height: 211px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.hero-wrapper .taipan-hero-link-global:hover {
  opacity: 0.85;
}
.hero-wrapper .taipan-hero-link-global.taipan-hero-link-global-left {
  background-image: url('../../include/resources/laserfun/images/i-hero-arrow-left-bg.png');
  background-image: url('../../include/resources/laserfun/images/i-hero-arrow-left-bg.svg'), none;
  left: -1px;
}
.hero-wrapper .taipan-hero-link-global.taipan-hero-link-global-left:before {
  background-image: url('../../include/resources/laserfun/images/i-hero-arrow-left.png');
  background-image: url('../../include/resources/laserfun/images/i-hero-arrow-left.svg'), none;
}
.hero-wrapper .taipan-hero-link-global.taipan-hero-link-global-right {
  background-image: url('../../include/resources/laserfun/images/i-hero-arrow-right-bg.png');
  background-image: url('../../include/resources/laserfun/images/i-hero-arrow-right-bg.svg'), none;
  right: -1px;
}
.hero-wrapper .taipan-hero-link-global.taipan-hero-link-global-right:before {
  background-image: url('../../include/resources/laserfun/images/i-hero-arrow-right.png');
  background-image: url('../../include/resources/laserfun/images/i-hero-arrow-right.svg'), none;
}
.hero-wrapper .taipan-contentpanel-nav {
  text-align: center;
  width: 100vw;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 600px;
  z-index: 15;
}
@media handheld,only screen and (min-width: 1150px) {
  .hero-wrapper .taipan-contentpanel-nav {
    display: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .taipan-contentpanel-nav {
    top: auto;
    bottom: 10px;
    width: 100%;
  }
}
.hero-wrapper .taipan-contentpanel-nav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  list-style-type: none;
  text-align: center;
  padding: 0em;
  margin: 0em;
  overflow: hidden;
}
.hero-wrapper .taipan-contentpanel-nav li a {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
  color: transparent;
  background-color: #83809c;
  text-decoration: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin: 0px 4px;
}
.hero-wrapper .taipan-contentpanel-nav li a:hover,
.hero-wrapper .taipan-contentpanel-nav li a.currentslide {
  background-color: #a7ce3c;
}
.header-wrapper {
  background: transparent;
}
.header-wrapper .header-constrain {
  font-size: 20px;
  width: 990px;
  margin: 0px auto;
  color: #83809c;
  border-radius: 0px;
  padding: 40px 10px;
}
@media screen and (max-width: 1042.1052631579px) {
  .header-wrapper .header-constrain {
    width: 95%;
  }
}
@media handheld,only screen and (min-width: 1150px) {
  .header-wrapper .header-constrain {
    width: auto;
    padding: 40px 50px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain {
    padding: 10px 10px;
  }
}
.header-wrapper .header-constrain .header-block {
  font-size: 0;
  display: block;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
}
.header-wrapper .header-constrain .header-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 64.166666666667%;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    text-align: center;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell img {
  margin-top: -10px;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell img {
    width: 280px;
    margin-top: 0px;
  }
}
.header-wrapper .header-constrain .header-block .header-right-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 30.833333333333%;
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .header-right-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .header-right-cell {
    text-align: center;
  }
}
.header-wrapper .header-constrain .header-block .header-right-cell p {
  font-size: 19px;
  font-family: 'Orbitron', Verdana, sans-serif;
  text-transform: uppercase;
  margin: 4px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .header-right-cell p {
    margin: 5px auto;
  }
}
.header-wrapper .header-constrain .header-block a {
  color: #ffffff;
}
.header-wrapper .header-constrain .header-block a:hover {
  color: #a7ce3c;
}
.home-intro-wrapper,
.home-lasertag-wrapper,
.home-vr-wrapper,
.home-parties-wrapper,
.home-fun-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.home-intro-wrapper > *,
.home-lasertag-wrapper > *,
.home-vr-wrapper > *,
.home-parties-wrapper > *,
.home-fun-wrapper > * {
  margin: 0;
}
.home-intro-wrapper h3,
.home-lasertag-wrapper h3,
.home-vr-wrapper h3,
.home-parties-wrapper h3,
.home-fun-wrapper h3 {
  font-size: 40px;
  line-height: 55px;
  padding: 30px 0;
}
@media handheld,only screen and (max-width: 768px) {
  .home-intro-wrapper h3,
  .home-lasertag-wrapper h3,
  .home-vr-wrapper h3,
  .home-parties-wrapper h3,
  .home-fun-wrapper h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0;
  }
}
.home-intro-wrapper .media-thumbnail,
.home-lasertag-wrapper .media-thumbnail,
.home-vr-wrapper .media-thumbnail,
.home-parties-wrapper .media-thumbnail,
.home-fun-wrapper .media-thumbnail {
  width: 100%;
  margin: 0;
}
.home-intro-wrapper .media-thumbnail img,
.home-lasertag-wrapper .media-thumbnail img,
.home-vr-wrapper .media-thumbnail img,
.home-parties-wrapper .media-thumbnail img,
.home-fun-wrapper .media-thumbnail img {
  width: 100%;
  height: auto;
}
.home-intro-wrapper .panel-right,
.home-lasertag-wrapper .panel-right,
.home-vr-wrapper .panel-right,
.home-parties-wrapper .panel-right,
.home-fun-wrapper .panel-right {
  width: 30%;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('../../include/resources/laserfun/images/p-green-texture.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 8vw 4vw;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media handheld,only screen and (max-width: 1100px) {
  .home-intro-wrapper .panel-right,
  .home-lasertag-wrapper .panel-right,
  .home-vr-wrapper .panel-right,
  .home-parties-wrapper .panel-right,
  .home-fun-wrapper .panel-right {
    width: 40%;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .home-intro-wrapper .panel-right,
  .home-lasertag-wrapper .panel-right,
  .home-vr-wrapper .panel-right,
  .home-parties-wrapper .panel-right,
  .home-fun-wrapper .panel-right {
    display: block;
    width: 100%;
    padding: 20px;
    top: auto;
  }
  .home-intro-wrapper .panel-right h3,
  .home-lasertag-wrapper .panel-right h3,
  .home-vr-wrapper .panel-right h3,
  .home-parties-wrapper .panel-right h3,
  .home-fun-wrapper .panel-right h3 {
    margin: 0;
  }
}
.home-intro-wrapper {
  background-image: url('../../include/resources/laserfun/images/p-green-texture.jpg');
  padding: 8vw 0;
}
@media handheld,only screen and (max-width: 1000px) {
  .home-intro-wrapper {
    padding: 20px 0;
  }
}
.home-intro-wrapper .image-left,
.home-intro-wrapper .image-right {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  background-size: auto 90%;
  background-repeat: no-repeat;
}
@media handheld,only screen and (max-width: 1380px) {
  .home-intro-wrapper .image-left,
  .home-intro-wrapper .image-right {
    top: 1vw;
    bottom: 1vw;
  }
}
@media handheld,only screen and (max-width: 1230px) {
  .home-intro-wrapper .image-left,
  .home-intro-wrapper .image-right {
    top: 5vw;
    bottom: 5vw;
  }
}
@media handheld,only screen and (max-width: 1000px) {
  .home-intro-wrapper .image-left,
  .home-intro-wrapper .image-right {
    display: none;
  }
}
.home-intro-wrapper .image-left {
  left: 0;
  right: 50%;
  background-image: url('../../include/resources/laserfun/images/p-cartoon-lasertag-players.png');
  background-position: left center;
}
.home-intro-wrapper .image-right {
  left: 50%;
  right: 0;
  background-image: url('../../include/resources/laserfun/images/p-photo-lasertag-players.png');
  background-position: right center;
}
.home-intro-wrapper h3 {
  position: relative;
  z-index: 2;
}
.home-vr-wrapper,
.home-parties-wrapper,
.home-fun-wrapper {
  background-color: white;
}
.home-vr-wrapper h3,
.home-parties-wrapper h3,
.home-fun-wrapper h3 {
  color: #303030;
  padding-left: 30px;
  padding-right: 30px;
}
.home-lasertag-wrapper {
  text-align: right;
}
.home-lasertag-wrapper .background-image {
  background-image: url('../../include/resources/laserfun/images/p-lasertag-photo.jpg');
  background-size: 74vw auto;
  background-position: left center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media handheld,only screen and (max-width: 1270px) {
  .home-lasertag-wrapper .background-image {
    background-size: cover;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .home-lasertag-wrapper .background-image {
    height: 50vw;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.content-wrapper {
  background: #000000;
}
.content-wrapper .content-constrain {
  font-size: 20px;
  width: 990px;
  margin: 0px auto;
  color: #9c9c9c;
  border-radius: 0px;
  padding: 70px 10px;
}
@media screen and (max-width: 1042.1052631579px) {
  .content-wrapper .content-constrain {
    width: 95%;
  }
}
.content-wrapper .content-constrain .content-block {
  font-size: 0;
  display: block;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 97.5%;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 30.833333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #000000;
  background-color: transparent;
  background-image: url('../../include/resources/laserfun/images/i-button-bg.png');
  background-image: url('../../include/resources/laserfun/images/i-button-bg.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 15px;
  font-family: 'Orbitron', Verdana, sans-serif;
  line-height: 1.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid transparent;
  border-radius: 0px;
  padding: 20px 35px;
  margin: 15px 0px;
  cursor: pointer;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover {
  color: #000000;
  background-color: transparent;
  background-image: url('../../include/resources/laserfun/images/i-button-bg-hover.png');
  background-image: url('../../include/resources/laserfun/images/i-button-bg-hover.svg'), none;
  border-color: transparent;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul {
  display: none;
}
.footer-wrapper {
  background: #1a1a1a;
}
.footer-wrapper .footer-constrain {
  font-size: 20px;
  width: 990px;
  margin: 0px auto;
  color: #ffffff;
  padding: 70px 10px;
}
@media screen and (max-width: 1042.1052631579px) {
  .footer-wrapper .footer-constrain {
    width: 95%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
  }
}
.footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 30.833333333333%;
  min-height: 225px;
  padding-bottom: 35px;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-1,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-2,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-3 {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-1,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-2,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-3 {
    min-height: 0px;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 h3,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 h3,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 h3 {
  color: #a7ce3c;
  font-size: 19px;
  margin-bottom: 20px;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 p,
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 dl,
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 table,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 p,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 dl,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 table,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 p,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 dl,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 table {
  margin: 0px 0px 20px 0px;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 p,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 p,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 p {
  font-size: 17px;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 a,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 a,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 a {
  color: #a7ce3c;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 a:hover,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 a:hover,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 a:hover {
  color: #83809c;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 dl dt,
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 dl dd,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 dl dt,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 dl dd,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 dl dt,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 dl dd {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  float: left;
  font-size: 17px;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-1 dl dt,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-1 dl dd,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-2 dl dt,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-2 dl dd,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-3 dl dt,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-3 dl dd {
    display: block;
    float: none;
    clear: both;
    padding: 3px 0px;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 dl dt,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 dl dt,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 dl dt {
  clear: left;
  color: #9c9c9c;
  min-width: 60px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-1 dl dt,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-2 dl dt,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-3 dl dt {
    min-width: auto;
    margin-top: 0.25em;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 table.table-invisible th,
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 table.table-invisible td,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 table.table-invisible th,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 table.table-invisible td,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 table.table-invisible th,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 table.table-invisible td {
  color: #ffffff;
  font-size: 17px;
  padding: 0px;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 table.table-invisible th,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 table.table-invisible th,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 table.table-invisible th {
  color: #9c9c9c;
  font-weight: normal;
  text-align: left;
  padding-right: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-1 table.table-invisible th,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-2 table.table-invisible th,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-3 table.table-invisible th {
    text-align: center;
    padding: 3px 0px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-1 table.table-invisible td,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-2 table.table-invisible td,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-3 table.table-invisible td {
    padding-bottom: 15px;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 .map-icon-link,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 .map-icon-link,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 .map-icon-link {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('../../include/resources/laserfun/images/g-footer-icon-location.png');
  background-image: url('../../include/resources/laserfun/images/g-footer-icon-location.svg'), none;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 17px 24px;
  line-height: 24px;
  padding-left: 28px;
  min-height: 24px;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 .map-icon-link:hover,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 .map-icon-link:hover,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 .map-icon-link:hover {
  background-image: url('../../include/resources/laserfun/images/g-footer-icon-location-hover.png');
  background-image: url('../../include/resources/laserfun/images/g-footer-icon-location-hover.svg'), none;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 .map-icon-link:hover a,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 .map-icon-link:hover a,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 .map-icon-link:hover a {
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 .social-icons-wrapper,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 .social-icons-wrapper,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 .social-icons-wrapper {
  clear: both;
  padding: 10px 0px;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 .social-icons-wrapper .social-icon,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 .social-icons-wrapper .social-icon,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 .social-icons-wrapper .social-icon {
  margin-right: 8px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-1 .social-icons-wrapper .social-icon,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-2 .social-icons-wrapper .social-icon,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-3 .social-icons-wrapper .social-icon {
    margin: 0px 5px;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 .social-icons-wrapper .social-icon:hover,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 .social-icons-wrapper .social-icon:hover,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 .social-icons-wrapper .social-icon:hover {
  opacity: 0.75;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-1 .small-text,
.footer-wrapper .footer-constrain .footer-block .footer-cell-2 .small-text,
.footer-wrapper .footer-constrain .footer-block .footer-cell-3 .small-text {
  color: #9c9c9c;
  font-size: 13px;
  line-height: 1.15em;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-1 .small-text,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-2 .small-text,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-3 .small-text {
    position: relative;
    bottom: auto;
    margin: 0px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-1,
  .footer-wrapper .footer-constrain .footer-block .footer-cell-2 {
    padding-bottom: 15px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-3 {
    padding-bottom: 0px;
  }
}
.author-wrapper {
  background: #1a1a1a;
}
.author-wrapper .author-constrain {
  font-size: 20px;
  width: 990px;
  margin: 0px auto;
  color: #ffffff;
  padding: 0px 10px 0px 10px;
}
@media screen and (max-width: 1042.1052631579px) {
  .author-wrapper .author-constrain {
    width: 95%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain {
    text-align: center;
  }
}
.author-wrapper .author-constrain .author-block {
  font-size: 0;
  display: block;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
}
.author-wrapper .author-constrain .author-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 97.5%;
  text-align: center;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block .author-cell .author-shape-container {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 15px;
  background-image: url('../../include/resources/laserfun/images/i-author-bg.png');
  background-image: url('../../include/resources/laserfun/images/i-author-bg.svg'), none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 78px;
  padding: 0px 100px;
  margin: 0px auto;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-cell .author-shape-container {
    width: 100%;
    min-width: 0px;
    height: auto;
    padding: 20px 10px;
  }
}
.author-wrapper .author-constrain .author-block .author-cell .author-shape-container p {
  line-height: 78px;
  margin: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-cell .author-shape-container p {
    line-height: 1.1em;
  }
}
.author-wrapper .author-constrain .author-block .author-cell .author-shape-container p > * {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-cell .author-shape-container p > * {
    display: block;
    margin: 25px auto;
  }
}
.author-wrapper .author-constrain .author-block .author-cell .author-shape-container p .laser-force {
  color: #a7a7a7;
  background-image: url('../../include/resources/laserfun/images/i-footer-logo-laser-force.png');
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 100px;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-cell .author-shape-container p .laser-force {
    background-position: 50% 0%;
    padding: 60px 0px 0px 0px;
  }
}
.author-wrapper .author-constrain .author-block .author-cell .author-shape-container p .separator {
  color: #000000;
  margin: 0px 10px;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-cell .author-shape-container p .separator {
    display: none;
  }
}
.author-wrapper .author-constrain .author-block .author-cell .author-shape-container p .author {
  color: #a7ce3c;
}
.author-wrapper .author-constrain .author-block .author-cell .author-shape-container a {
  color: #a7ce3c;
  text-decoration: none;
}
.author-wrapper .author-constrain .author-block .author-cell .author-shape-container a:hover {
  color: #83809c;
  text-decoration: underline;
}
.author-wrapper .author-constrain .author-block .author-cell .author-shape-container a.author {
  color: #a7ce3c;
}
.author-wrapper .author-constrain .author-block .author-cell .author-shape-container a.author:hover {
  color: #83809c;
}
