/* compiled by scssphp v0.6.7 on Wed, 17 Jun 2020 13:43:45 +1200 (1.0883s) */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/**
 * Only displays styles above a certain number of pixels wide
 * @param	pixels	dimension	The number of pixels to be below
 * @cont						The content to display below that number of pixels
 * @return						Styles to display below that width
 */
/**
 * Creates an animation
 * @param	string	$name	The name of the animation
 * @cont	The animation contents
 * @return	The CSS for the animation
 */
/**
 * Only displays styles below a certain number of pixels wide
 * @param	pixels	dimension	The number of pixels to be below
 * @cont						The content to display below that number of pixels
 * @return						Styles to display below that width
 */
/**
 * Creates a simple gradient
 * @param	colour	$start	The start colour
 * @param	colour	$end	The end colour
 * @param	bool	$horizontal		If the gradient should be horizontal
 * @return	Styles for that type of gradient
 */
/**
 * Applies styles to all headings
 * @cont	The styles to apply
 * @return	Applies styles to headings from h1 through h6
 */
/**
 * Applies styles to the :link and :visited pseudoclasses of an element
 * @cont	The styles to apply
 * @return	Link and visited styles for that element
 */
/**
 * Applies styles to the hover, focus and active pseudoclasses of an element
 * @cont	The styles to apply
 * @return	Hover, focus and active styles for that element
 */
/**
 * turn an element or :before, :after into absolutely positioned block
 */
/**
 * Applies provided styles to the placeholder of the current element
 * @cont	The styles to apply
 * @return	Styles, applied to the element
 */
/**
 * Only displays styles below the responsive limit
 * @cont	The content to display below the reponsive limit
 * @return	Styles to display below the limit
 */
/**
 * Only displays styles when a touch device is being used
 * @cont	The styles to display
 * @return	Styles for displaying only in touch
 */
/**
 * Creates vendor specific versions of a style
 * @param	string	The property to create each style for
 * @param	list	The value for that style
 * @return			Vendor specific versions of each style
 */
/**
 * Removes element from page flow
 */
.floats:before, .courses .categories:before, form.enrol .selected:before, .gallery ul:before, .stockists:before, .floats:after, .courses .categories:after, form.enrol .selected:after, .gallery ul:after, .stockists:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }
/*** element styles ***/
body {
  color: #6c6c6c;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 17px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  margin: 0;
  padding: 0; }

p, div, h1, h2, h3 {
  font-weight: normal;
  padding: 0;
  position: relative; }

div, h1, h2, h3 {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 0.5em 0; }

h1 {
  font-size: 42px;
  padding-bottom: 2px;
  border-bottom: 1px solid #e5e5e5; }
  @media screen and (max-width: 1139px) {
  h1 {
    font-size: 36px; } }

h2 {
  font-size: 36px; }
  @media screen and (max-width: 1139px) {
  h2 {
    font-size: 30px; } }

h3 {
  font-size: 24px; }

a {
  color: #288642;
  text-decoration: none;
  word-break: break-word; }
  a img {
    border: none; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }

@media screen and (max-width: 1139px) {
    img {
      height: auto;
      max-width: 100%; } }

input:disabled, textarea:disabled {
  opacity: 0.5; }

p {
  margin: 0 0 1em 0; }

ul, table {
  font-family: inherit; }

.warning {
  color: #f00; }
/*** globally relevant styles ***/
.button {
  display: inline-block;
  margin-right: 15px;
  padding: 15px 30px;
  margin-bottom: 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  background: #288641;
  cursor: pointer;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -ms-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }
  .button:hover, .button:focus, .button:active {
    text-decoration: none;
    background: #2e9a4b; }

.pages {
  font-weight: bold;
  text-align: center; }
  .pagination .pages {
    text-align: center; }
    .pagination .pages .current {
      font-weight: bold; }
    .pagination .pages a {
      text-decoration: none; }
      .pagination .pages a:hover, .pagination .pages a:focus, .pagination .pages a:active {
        text-decoration: underline; }

.struct {
  display: none; }
/* float clearing usually applied to <br /> sometimes div or span  */
.clear {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  overflow: hidden;
  width: 99%; }
/* tables */
.control_panel {
  width: 90%;
  border: none;
  margin: 10px auto;
  padding: 0px;
  border-bottom: 1px dashed #6c6c6c;
  border-collapse: collapse;
  line-height: 20px;
  text-align: left; }
  .control_panel tr {
    background: #ccc;
    border-bottom: 8px solid #fff; }
    .control_panel tr:nth-child(2n) {
      background: #fff; }
  .control_panel thead tr {
    background: #fff; }
  .control_panel th {
    vertical-align: top; }
    .control_panel th.control {
      width: 70px; }
  .control_panel th:first-child, .control_panel td:first-child {
    padding-left: 20px; }
  .control_panel th:last-child, .control_panel td:last-child {
    padding-right: 20px; }

.users th:first-child {
  width: 20%; }
  .users th:last-child {
    width: 40%; }
/* jQueryUI overrides */
.ui-widget {
  font-family: inherit;
  font-size: 1em; }

.ui-helper-reset {
  font-size: 1em; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #000;
  border-color: #fff;
  border-radius: 0;
  color: #fff; }
  .ui-state-default a:link, .ui-widget-content .ui-state-default a:link, .ui-widget-header .ui-state-default a:link, .ui-state-default a:visited, .ui-widget-content .ui-state-default a:visited, .ui-widget-header .ui-state-default a:visited {
    color: inherit;
    text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  background: #fff;
  border-color: #288642;
  color: #6c6c6c; }
  .ui-state-hover a:link, .ui-widget-content .ui-state-hover a:link, .ui-widget-header .ui-state-hover a:link, .ui-state-hover a:visited, .ui-widget-content .ui-state-hover a:visited, .ui-widget-header .ui-state-hover a:visited {
    text-decoration: underline; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #fff;
  border-color: #288642;
  color: #6c6c6c; }
  .ui-state-active a:link, .ui-widget-content .ui-state-active a:link, .ui-widget-header .ui-state-active a:link, .ui-state-active a:visited, .ui-widget-content .ui-state-active a:visited, .ui-widget-header .ui-state-active a:visited {
    text-decoration: none; }

.ui-accordion-content {
  border-radius: 0;
  font-size: 0.875em;
  margin-bottom: 10px; }
  .ui-accordion-content + .ui-accordion-header {
    margin-top: 10px; }

.ui-accordion-header {
  font-size: 0.875em; }

.ui-tabs .ui-tabs-nav li {
  border-width: 0; }

.ui-state-active a:link, .ui-state-active a:visited {
  color: inherit; }
/*** section styles ***/
.header, .midsection, .base {
  margin: 0 auto;
  position: relative;
  width: 100%; }

p.error {
  display: block;
  text-align: left;
  color: #e74c3c;
  padding: 20px 0; }

.header {
  z-index: 2000;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.26); }
  .header .top-banner {
    background: #165828; }
    .header .top-banner .container {
      position: relative;
      text-align: right; }
      @media screen and (max-width: 1139px) {
  .header .top-banner .container {
    text-align: center; } }
      .header .top-banner .container a {
        display: inline-block;
        line-height: 44px;
        color: #fff;
        font-size: 19px;
        padding: 0 15px;
        border-left: 1px solid #288641; }
        @media screen and (max-width: 619px) {
  .header .top-banner .container a span {
    display: none; } }
        @media screen and (max-width: 452px) {
  .header .top-banner .container a {
    font-size: 3.5vw; } }
        @media screen and (max-width: 316px) {
  .header .top-banner .container a:first-child {
    display: none; } }
        .header .top-banner .container a > img {
          padding-right: 7px; }
        .header .top-banner .container a:last-child {
          border-right: 1px solid #288641; }
      .header .top-banner .container .facebook:hover img, .header .top-banner .container .facebook:focus img, .header .top-banner .container .facebook:active img {
        opacity: 0.8; }
        .header .top-banner .container .facebook img {
          position: relative;
          top: 6px;
          padding-right: 0;
          transition: 0.2s all ease; }
      .header .top-banner .container form#searchform {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-top: 10px;
        padding-right: 5px; }
        @media screen and (max-width: 1139px) {
  .header .top-banner .container form#searchform {
    display: none; } }
        .header .top-banner .container form#searchform input[type=text] {
          display: none;
          vertical-align: middle;
          border-radius: 3px;
          height: 24px;
          line-height: 24px;
          padding: 0 5px;
          border: 1px solid #d0d0d0;
          font-size: 15px;
          color: #6c6c6c;
          background: #fff;
          font-family: "Roboto", Helvetica, Arial, sans-serif;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .header .top-banner .container form#searchform input[type=submit] {
          display: inline-block;
          vertical-align: middle;
          height: 24px;
          width: 24px;
          font-size: 0;
          cursor: pointer;
          border: none;
          outline: none;
          background: transparent url(/resources/template/magnifier-tool.png) no-repeat center; }
        .header .top-banner .container form#searchform.visible input[type=text] {
          display: inline-block; }
  .header .low-banner {
    background: #288641;
    height: 120px; }
    @media screen and (max-width: 1139px) {
  .header .low-banner {
    height: auto; } }
    @media screen and (max-width: 1139px) {
  .header .low-banner .container {
    padding-right: 80px; } }
    .header .low-banner .logo-wrapper {
      float: left;
      padding-top: 10px; }
    .header .low-banner .logo {
      width: 38%; }
      .header .low-banner .logo img {
        display: block; }
      @media screen and (max-width: 1139px) {
  .header .low-banner .logo {
    width: 85%; }
    .header .low-banner .logo img {
      margin: 23px 0; } }
    .header .low-banner .tagline {
      color: #fff;
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-size: 15px;
      margin: 5px 0; }
    .header .low-banner .main-navigation {
      width: 68%; }
      .header .low-banner .main-navigation ul {
        margin: 0;
        padding: 0;
        height: 120px; }
      .header .low-banner .main-navigation > ul > li {
        display: inline-block;
        position: relative; }
        .header .low-banner .main-navigation > ul > li a {
          display: table-cell;
          vertical-align: middle;
          height: 120px;
          color: #fff;
          font-size: 16px;
          font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
          text-decoration: none;
          text-transform: none; }
        .header .low-banner .main-navigation > ul > li:hover a:after, .header .low-banner .main-navigation > ul > li.sel a:after {
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          height: 6px;
          width: 100%;
          background: #a7ee81;
          content: " "; }
        .header .low-banner .main-navigation > ul > li:hover ul, .header .low-banner .main-navigation > ul > li:focus ul, .header .low-banner .main-navigation > ul > li:active ul {
          height: auto; }
        .header .low-banner .main-navigation > ul > li ul {
          display: block;
          position: absolute;
          top: 100%;
          left: 0;
          width: 190px;
          height: 0;
          margin: 0;
          padding: 0;
          background: #288641;
          overflow: hidden; }
          .header .low-banner .main-navigation > ul > li ul li {
            display: block; }
            .header .low-banner .main-navigation > ul > li ul li a {
              display: block;
              height: auto;
              padding: 8px 10px;
              -ms-transition: background 0.2s;
              -moz-transition: background 0.2s;
              -o-transition: background 0.2s;
              -webkit-transition: background 0.2s;
              transition: background 0.2s; }
              .header .low-banner .main-navigation > ul > li ul li a:hover, .header .low-banner .main-navigation > ul > li ul li a:focus, .header .low-banner .main-navigation > ul > li ul li a:active {
                background: #165828; }
              .header .low-banner .main-navigation > ul > li ul li a:after {
                display: none !important; }

.container {
  margin: 0 auto;
  width: 1140px; }
  @media screen and (max-width: 1139px) {
  .container {
    box-sizing: border-box;
    padding: 0px 10px;
    width: auto; } }
/*
 .main-navigation {
 background: $LIGHT-EMPHASIS-COLOUR url('') left top repeat-x;
 color: $DARK-COLOUR;
 padding: 0;
 position: relative;
 text-align: left;
 ul {
 margin: 0;
 padding: 0;
 }
 li {
 background: transparent url('') left center no-repeat;
 display: inline-block;
 height: 2em;
 line-height: 2em;
 margin: 0;
 padding: 0;
 position: relative;
 ul {
 background: $DARK-EMPHASIS-COLOUR;
 display: block;
 height: 0;
 left: 0;
 margin: 0;
 overflow: hidden;
 padding: 0;
 position: absolute;
 top: 100%;
 width: 190px;
 }
 li {
 background-image: none;
 display: block;
 height: auto;
 line-height: 1em;
 margin: 0;
 padding: 0 0 0 15px;
 position: relative;
 text-align: left;
 width: 175px; // 190px
 a {
 &:link,
 &:visited,
 &:active {
 padding: 5px 0;
 width: 100%;
 }
 @include hover {
 color: $LIGHT-COLOUR;
 }
 }
 }
 }
 > ul li {
 // IE7
 * + html & {
 display: block;
 float: left;
 }
 &:first-child {
 // remove separator
 background-image: none;
 }
 }
 a {
 &:link,
 &:visited,
 &:active {
 color: $DARK-COLOUR;
 display: inline-block;
 padding: 0 2em;
 text-decoration: none;
 }
 @include hover {
 color: $DARK-EMPHASIS-COLOUR;
 text-decoration: underline;
 }
 }
 .sel > a,
 .sel .sel > a {
 color: $DARK-EMPHASIS-COLOUR;
 }
 li:hover ul,
 a:focus + ul {
 height: auto;
 }
 }*/
.midsection {
  z-index: 5; }

.content {
  background: #fff;
  padding: 35px 0; }

.floats .left {
  width: 48%;
  float: left; }
  .floats .right {
    width: 48%;
    float: right; }
  .floats .third {
    width: 33.3%;
    padding: 0 20px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (max-width: 1139px) {
  .floats .left, .floats .right, .floats .third {
    float: none;
    width: auto; }
    .floats .third {
      padding: 0; } }

#googlemap {
  display: block;
  height: 346px;
  width: 100%; }

.policy .content {
  padding-top: 40px; }
  .policy h3 {
    color: #278641;
    margin-bottom: 0; }

.course .term-info, .course .extra-info, .course .tutor-info {
  margin-bottom: 15px; }
  .course .term-info span, .course .extra-info span, .course .tutor-info span, .course .term-info h3, .course .extra-info h3, .course .tutor-info h3 {
    color: #278641;
    margin-bottom: 0; }
  .course .term-info span, .course .extra-info span, .course .tutor-info span {
    font-weight: bold; }
  .course a.button {
    margin-top: 15px; }
  @media screen and (max-width: 1139px) {
  .course .right {
    margin-top: 20px; } }

.courses {
  padding: 35px 0 15px 0;
  background: url(/resources/template/course-background.jpg) repeat; }
  .courses ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style-type: none; }
  .courses ul li {
    display: block;
    position: relative;
    background: #fff;
    margin-bottom: 1px; }
    .courses ul li:before {
      display: block;
      position: absolute;
      width: 10px;
      height: 29px;
      left: 0;
      top: 0;
      bottom: 0;
      background: #278641;
      content: ""; }
    .courses ul li:hover:before {
      background: #32b453; }
      .courses ul li:hover a {
        color: #32b453; }
    .courses ul li a {
      display: block;
      line-height: 29px;
      padding-left: 30px; }
  .courses h2 {
    color: #288642; }
  @media screen and (max-width: 1139px) {
    .courses .categories {
      text-align: center; } }
  .courses .categories > a {
    float: left;
    max-width: 268px;
    width: 100%;
    margin-right: 22px;
    margin-bottom: 20px;
    text-decoration: none; }
    @media screen and (max-width: 1139px) {
    .courses .categories > a {
      float: none;
      display: inline-block;
      vertical-align: top;
      height: auto;
      margin: 10px; } }
    .courses .categories > a:nth-child(4n) {
      margin-right: 0; }
    .courses .categories > a:hover > div:after {
      cursor: pointer;
      opacity: 1; }
    .courses .categories > a > div {
      position: relative;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .courses .categories > a > div:before {
        display: block;
        content: '';
        padding-top: 54%; }
      .courses .categories > a > div:after {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(51, 182, 87, 0.7) url(/resources/template/course-hover.png) no-repeat center;
        opacity: 0;
        transition: opacity 0.2s;
        content: ""; }

form.enrol .payment-option {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px; }
  form.enrol .payment-option .button {
    margin: 0; }
  form.enrol .payment-logos {
    display: block;
    margin-top: 10px; }
  form.enrol textarea {
    display: inline-block;
    width: 100%;
    height: 85px;
    padding: 8px;
    color: #6c6c6c;
    font-size: 17px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    border: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  form.enrol label.error {
    position: absolute;
    top: 32px;
    left: 4px;
    font-size: 14px;
    color: red; }
  form.enrol label.error#other_qualification-error {
    top: 40px; }
  @media screen and (max-width: 619px) {
    form.enrol label.error {
      position: static; } }
  form.enrol label.error#scroll-up-message {
    position: static;
    display: block; }
    @media screen and (min-width: 1141px) {
    form.enrol label.error#scroll-up-message {
      display: none; } }
  form.enrol .hold {
    display: block;
    position: relative;
    height: 41px;
    margin-bottom: 9px; }
  form.enrol .hold:before {
    display: inline-block;
    vertical-align: middle;
    height: 41px;
    content: ""; }
  form.enrol .hold span {
    display: inline-block;
    vertical-align: middle;
    width: 140px; }
  form.enrol .hold div {
    display: inline-block;
    max-width: 395px;
    width: 100%;
    height: 41px; }
    @media screen and (max-width: 619px) {
    form.enrol .hold div {
      max-width: 100%; } }
  form.enrol .hold input[type=text], form.enrol .hold input[type=tel], form.enrol .hold input[type=email] {
    display: inline-block;
    max-width: 395px;
    width: 100%;
    height: 41px;
    padding: 0 8px;
    color: #6c6c6c;
    font-size: 17px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    border: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 619px) {
    form.enrol .hold input[type=text], form.enrol .hold input[type=tel], form.enrol .hold input[type=email] {
      max-width: 100%; } }
  form.enrol .hold.align-inputs:before {
    display: none; }
    @media screen and (max-width: 619px) {
      form.enrol .hold.align-inputs label.error {
        position: relative;
        top: -11px; } }
    form.enrol .hold.align-inputs input[type=text] {
      width: 48%; }
      @media screen and (max-width: 619px) {
    form.enrol .hold.align-inputs input[type=text] {
      width: 100%; } }
      form.enrol .hold.align-inputs input[type=text].last {
        margin-left: 3%; }
        @media screen and (max-width: 619px) {
    form.enrol .hold.align-inputs input[type=text].last {
      margin-left: 0; } }
      form.enrol .hold.align-inputs input[type=text]:nth-of-type(1) + label.error {
        left: 0;
        top: 41px; }
      form.enrol .hold.align-inputs input[type=text].last + label.error {
        left: 280px;
        top: 41px; }
        @media screen and (max-width: 619px) {
    form.enrol .hold.align-inputs input[type=text].last + label.error {
      top: auto;
      left: auto; } }
  form.enrol .hold select {
    display: inline-block;
    max-width: 395px;
    width: 100%; }
    form.enrol .hold select.inline-select {
      width: auto; }
      @media screen and (max-width: 619px) {
    form.enrol .hold select.inline-select {
      width: 100%;
      margin-bottom: 3px; } }
  form.enrol select {
    display: block;
    width: 100%;
    height: 41px;
    padding: 0 8px;
    color: #6c6c6c;
    font-size: 17px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    border: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  form.enrol select.inline-select {
    display: inline-block;
    vertical-align: top;
    width: auto; }
  form.enrol .course-fields {
    margin-top: 25px; }
  form.enrol .course-fields .dropdown {
    width: 48%; }
    @media screen and (max-width: 619px) {
    form.enrol .course-fields .dropdown {
      width: 100%;
      margin-bottom: 16px; } }
  form.enrol .selected {
    display: flow-root;
    margin-top: 9px;
    margin-bottom: 20px; }
  form.enrol .selected input[type=text] {
    display: block;
    float: left;
    width: 49%;
    height: 41px;
    line-height: 41px;
    padding: 0 35px 0 8px;
    margin-bottom: 9px;
    color: #6c6c6c;
    font-size: 17px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    background: #fff url(/resources/template/remove.png) no-repeat 95% center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 619px) {
    form.enrol .selected input[type=text] {
      width: 100%; } }
    form.enrol .selected input[type=text]:nth-child(4n-1) {
      float: right; }
  form.enrol .payment {
    margin-top: 30px; }
  form.enrol .payment p.price > span.amount {
    color: #288641; }
    form.enrol .payment p.price > span.amount:before {
      display: inline;
      content: "NZD $"; }
  form.enrol .payment p.banking > span {
    color: #288641; }
  form.enrol p.terms {
    margin-bottom: 30px; }
  form.enrol #terms-error {
    top: 45px; }
  @media screen and (max-width: 619px) {
  form.enrol .hold {
    height: auto; }
    form.enrol .hold:before {
      display: none;
      content: none; }

    form.enrol .hold span {
      display: block;
      width: auto; }

    form.enrol .hold input[type="text"] {
      display: block;
      max-width: 100%;
      box-sizing: border-box; }

    form.enrol .hold select {
      display: block;
      max-width: 100%;
      box-sizing: border-box; } }

.dropdown {
  display: inline-block;
  vertical-align: middle;
  line-height: 39px;
  height: 41px;
  max-width: 395px;
  width: 100%;
  margin: 0;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  color: #6c6c6c;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background: url(/resources/template/dropdown-arrow.png) no-repeat 98.5% center; }
  @media screen and (max-width: 619px) {
  .dropdown {
    max-width: 100%; } }

.dropdown dt a {
  display: block;
  height: 41px;
  line-height: 41px;
  font-size: 17px;
  color: #6c6c6c;
  padding: 0 10px;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

.dropdown dd, .dropdown dt {
  margin: 0px;
  padding: 0px; }

.dropdown ul {
  margin: -1px 0 0 0; }

.dropdown dd {
  position: relative;
  z-index: 1000;
  display: none; }

.dropdown a, .dropdown a:visited {
  color: #6c6c6c;
  text-decoration: none;
  outline: none;
  font-size: 12px; }

.dropdown dt a span, .multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0; }

.dropdown dd ul {
  display: block;
  background-color: #fff;
  color: #fff;
  width: 100%;
  padding: 0;
  list-style: none;
  height: 100px;
  overflow: auto;
  border: 1px solid #d0d0d0;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dropdown dd ul li {
  font-size: 17px;
  color: #6c6c6c;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

.dropdown span.value {
  display: none; }

.dropdown label {
  height: 100%;
  display: inline-block;
  width: 100%; }

.hasSidebar {
  display: block;
  float: left;
  width: 74%; }

.sidebar {
  display: block;
  float: right;
  width: 25%; }

.content-wrapper:before, .content-wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  width: 0px; }
  .content-wrapper > .struct {
    display: block;
    height: 0px;
    position: absolute;
    top: 0;
    width: 0px; }

.leftwing {
  right: 100%; }

.rightwing {
  left: 100%; }

.base {
  color: #fff;
  -webkit-box-shadow: 0 5000px 0 5000px #165828;
  -moz-box-shadow: 0 5000px 0 5000px #165828;
  box-shadow: 0 5000px 0 5000px #165828; }
  .base .footer {
    background: #288641; }
  .base .footer > .container > div {
    display: table-cell;
    height: 141px;
    width: 570px;
    vertical-align: middle;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 1139px) {
    .base .footer > .container > div {
      display: block;
      text-align: center;
      height: auto;
      width: auto; }
      .base .footer > .container > div .left, .base .footer > .container > div .right {
        margin: 20px 0; } }
    .base .footer > .container > div a {
      color: #fff; }
    .base .footer > .container > div.buttons {
      text-align: right; }
    @media screen and (max-width: 1139px) {
      .base .footer > .container > div.buttons {
        text-align: center;
        padding: 0px 0 20px 0; } }
    .base .footer > .container > div.buttons > a {
      display: inline-block;
      background: #a7ee81;
      color: #165828;
      margin: 10px 10px; }
      .base .footer > .container > div.buttons > a:hover, .base .footer > .container > div.buttons > a:focus, .base .footer > .container > div.buttons > a:active {
        background: #8ecc6f; }
      @media screen and (max-width: 619px) {
      .base .footer > .container > div.buttons > a {
        display: block; } }
      .base .footer > .container > div.buttons > a.facebook {
        background: none; }
        .base .footer > .container > div.buttons > a.facebook:hover img, .base .footer > .container > div.buttons > a.facebook:focus img, .base .footer > .container > div.buttons > a.facebook:active img {
          opacity: 0.8; }
        .base .footer > .container > div.buttons > a.facebook img {
          transition: 0.2s all ease;
          vertical-align: middle; }
  .base .legal {
    background: #165828;
    padding: 15px 0;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #32b255; }
  .base .legal span, .base .legal a {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #32b255; }
  .base .legal .right {
    text-align: right; }
  @media screen and (max-width: 1139px) {
    .base .legal .right, .base .legal .left {
      text-align: center; } }
/* slideshow overrides */
/* ss dimensions */
.slideshow {
  position: relative;
  width: 100%;
  height: 298px;
  overflow-x: hidden; }
  .slideshow div.orbit-wrapper {
    width: 100% !important;
    height: 298px !important; }
  .slideshow div.orbit {
    width: 100% !important;
    height: 298px !important;
    overflow: visible; }
  @media screen and (max-width: 1139px) {
  .slideshow {
    display: none; } }

.home-slideshow {
  position: relative;
  width: 100%;
  height: 478px;
  overflow-x: hidden; }
  .home-slideshow div.orbit-wrapper {
    width: 100% !important;
    height: 478px !important; }
  @media screen and (max-width: 1139px) {
    .home-slideshow div.orbit-wrapper {
      height: 300px !important; } }
  .home-slideshow div.orbit {
    width: 100% !important;
    height: 478px !important;
    overflow: visible; }
  @media screen and (max-width: 1139px) {
    .home-slideshow div.orbit {
      height: 300px !important; } }
  @media screen and (max-width: 1139px) {
  .home-slideshow {
    height: 300px !important; } }

.slider > div.slide {
  left: 0;
  position: absolute;
  top: 0; }

.timer {
  display: none; }

.orbit-bullets {
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 0; }
  .orbit-bullets li {
    float: none;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 12px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
  .orbit-bullets li.active {
    background: #288641; }

.slideshow .orbit-wrapper .orbit-caption {
  background: none;
  text-align: left;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 1140px;
  margin: 0 auto; }
  .slideshow .orbit-wrapper .orbit-caption p {
    font-size: 44px;
    line-height: 48px;
    font-weight: lighter;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 30px 0; }

.home-slideshow .orbit-wrapper .orbit-caption {
  background: none;
  text-align: left;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 1140px;
  margin: 0 auto; }
  @media screen and (max-width: 1139px) {
  .home-slideshow .orbit-wrapper .orbit-caption {
    width: auto;
    max-width: 300px;
    margin: 0;
    margin-left: 20px; } }
  .home-slideshow .orbit-wrapper .orbit-caption:before {
    display: inline-block;
    vertical-align: middle;
    height: 478px;
    content: ""; }
  @media screen and (max-width: 1139px) {
    .home-slideshow .orbit-wrapper .orbit-caption:before {
      height: 300px; } }
  .home-slideshow .orbit-wrapper .orbit-caption .position {
    display: inline-block;
    vertical-align: middle;
    width: 515px; }
  @media screen and (max-width: 1139px) {
    .home-slideshow .orbit-wrapper .orbit-caption .position {
      width: auto; } }
  .home-slideshow .orbit-wrapper .orbit-caption .position p {
    font-size: 44px;
    line-height: 48px;
    font-weight: lighter;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 1139px) {
    .home-slideshow .orbit-wrapper .orbit-caption .position p {
      font-size: 35px;
      line-height: 35px; } }
  .home-slideshow .orbit-wrapper .orbit-caption .position a.button {
    padding: 15px 30px 15px 40px;
    background: #288641 url(/resources/template/green-button-icon.png) no-repeat 18px center; }
    .home-slideshow .orbit-wrapper .orbit-caption .position a.button:hover, .home-slideshow .orbit-wrapper .orbit-caption .position a.button:focus, .home-slideshow .orbit-wrapper .orbit-caption .position a.button:active {
      background-color: #2e9a4b; }
/* ss overlay */
/*
 .slideshow:after
 {
 content: url('slideshow_overlay.png');
 position: absolute;
 right: 0;
 top: 0;
 z-index: 10;
 }
 .orbit > div
 {
 z-index: 0;
 }
 */
/* ss nav features */
/*
 div.slider-nav span
 {
 &.left
 {
 background-image: url('slider_left.png');
 }
 &.right
 {
 background-image: url('slider_right.png');
 }
 }
 .orbit-wrapper .timer
 {
 display: none;
 }
 .orbit-bullets
 {
 bottom: 10px;
 left: 0;
 margin: 0;
 li
 {
 background: transparent url('slider_bullet.png') center center no-repeat;
 height: 10px;
 margin-left: 10px;
 width: 10px;
 &.active
 {
 background-image: url('slider_active.png');
 background-position: center center;
 }
 }
 }
 //*/
/* galleries */
.gallery ul {
  margin: 0;
  padding: 0; }
  .gallery li {
    display: block;
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    position: relative;
    width: 24%; }
  .gallery li:nth-child(1n) {
    width: 24.25%; }
  .gallery li:nth-child(4n) {
    margin-right: 0%; }
  .gallery li a {
    display: block;
    overflow: hidden;
    position: relative; }
    .gallery li a:before {
      box-sizing: border-box;
      background: rgba(0, 0, 0, 0.5);
      bottom: 0px;
      color: #fff;
      content: attr(title);
      left: 0px;
      opacity: 1;
      padding: 20px;
      position: absolute;
      transition: opacity 0.25s;
      z-index: 5;
      width: 100%; }
    .gallery li a[title=""]:before {
      display: none; }
    .gallery li a:after {
      background: rgba(0, 0, 0, 0.5) url(/resources/template/gallery-zoom.png) no-repeat center;
      content: "";
      height: 100%;
      left: 0px;
      opacity: 0;
      position: absolute;
      top: 0px;
      transition: opacity 0.25s;
      width: 100%;
      z-index: 10; }
    .gallery li a:hover:before, .gallery li a:focus:before, .gallery li a:active:before {
      opacity: 0; }
    .gallery li a:hover:after, .gallery li a:focus:after, .gallery li a:active:after {
      opacity: 1; }
  .gallery img {
    display: block;
    height: 238px;
    max-width: none;
    width: auto; }

@supports (transform: translateX(-50%)) {
  .gallery img {
    margin-left: 50%;
    transform: translateX(-50%); } }

.google-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .google-map:before {
    content: '';
    display: block;
    padding-top: 30.7%; }
  @media screen and (max-width: 619px) {
    .google-map:before {
      padding-top: 52.7%; } }
/* default form styling
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
  margin-top: 8px; }

.contact, .searchForm, .sortForm {
  /* captcha */ }
  .contact p, .searchForm p, .sortForm p {
    margin-bottom: 9px; }
  .contact .action a, .searchForm .action a, .sortForm .action a {
    font-size: 0.875em; }
  .contact label, .searchForm label, .sortForm label {
    display: inline-block;
    vertical-align: top; }
  .contact label.error, .searchForm label.error, .sortForm label.error {
    color: #fd1a00;
    font-size: 0.875em;
    margin-left: 10px;
    width: auto; }
  .contact input[type=text], .searchForm input[type=text], .sortForm input[type=text], .contact input[type=password], .searchForm input[type=password], .sortForm input[type=password], .contact input[type=email], .searchForm input[type=email], .sortForm input[type=email], .contact input[type=tel], .searchForm input[type=tel], .sortForm input[type=tel], .contact select, .searchForm select, .sortForm select {
    display: block;
    line-height: 39px;
    height: 41px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #d0d0d0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    color: #6c6c6c;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .contact input, .searchForm input, .sortForm input {
    /* basic code for using customised radio button graphics
     * - checkboxes can be handled similarly
     * - fallback to normal in <= IE8
     */ }
  .contact input[type=password], .searchForm input[type=password], .sortForm input[type=password], .contact input.password, .searchForm input.password, .sortForm input.password {
    width: 20%; }
  .contact input[type=radio] + label, .searchForm input[type=radio] + label, .sortForm input[type=radio] + label {
    margin-right: 30px;
    position: relative;
    width: auto; }
    .contact input[type=radio] + label:after, .searchForm input[type=radio] + label:after, .sortForm input[type=radio] + label:after {
      background: #fff;
      border-radius: 9px;
      content: '';
      display: block;
      height: 18px;
      left: -22px;
      position: absolute;
      top: 4px;
      width: 18px; }
    .contact input[type=radio]:checked + label:after, .searchForm input[type=radio]:checked + label:after, .sortForm input[type=radio]:checked + label:after {
      background: #6c6c6c; }
  .contact .auth + input, .searchForm .auth + input, .sortForm .auth + input {
    width: 20%; }
  .contact textarea, .searchForm textarea, .sortForm textarea {
    display: block;
    height: 94px;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #d0d0d0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    color: #6c6c6c;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }

img.auth {
  vertical-align: middle; }

@media screen and (max-width: 1139px) {
    input[type=submit] {
      -ms-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      -webkit-appearance: none;
      appearance: none; } }

.searchForm input[type=text], .sortForm input[type=text], .searchForm select, .sortForm select {
  display: inline-block;
  width: auto; }
  .searchForm select, .sortForm select {
    margin-right: 3px; }

.course-result {
  font-size: 22px;
  line-height: 33px; }
/* blog */
.blog-summary > div {
  border-bottom: 1px solid #ccc;
  clear: both;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 1em; }

.hasSidebar .blog-feature-image {
  display: table-cell; }
  .hasSidebar .blog-summary {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top; }

.blog-feature-image img {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  max-width: 100%; }

.blog-article .blog-feature {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  margin: 0 auto 1em; }

.articleNav {
  height: 2em;
  width: 100%; }
  .articleNav .previous {
    float: right; }
  .articleNav .previous a:after {
    content: '>>';
    left: 101%;
    position: absolute;
    top: -0.0625em; }
  .articleNav .next {
    float: left; }
  .articleNav .next a:before {
    content: '<<';
    position: absolute;
    right: 101%;
    top: -0.0625em; }

.regionList {
  border-radius: 10px;
  box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  margin: auto;
  overflow: hidden;
  padding: 15px 10px;
  width: 696px; }
  .regionList li {
    display: block;
    float: left; }
  .regionList li a {
    background-color: #fff;
    border: 2px solid #fff;
    border-bottom-width: 1px;
    color: #6c6c6c;
    display: block;
    padding: 10px;
    width: 150px; }
  .regionList li.sel a, .regionList li a:hover, .regionList li a:focus, .regionList li a:active {
    background-color: #288642;
    color: #fff; }

.stockists {
  border-radius: 10px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 80px;
  position: relative;
  width: 716px; }
  .stockists h2 {
    left: 10px;
    position: absolute;
    top: -65px; }
  .stockists div {
    box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
    float: left;
    height: 155px;
    margin: 2px;
    padding: 10px;
    position: relative;
    width: 155px; }
  .stockists h3 {
    font-size: 17px;
    margin: 0px; }
  .stockists p {
    font-size: 14px;
    line-height: 19px;
    margin: 0px; }
  .stockists .mapLink {
    background: url(map.png) left no-repeat;
    bottom: 10px;
    left: 10px;
    padding-left: 40px;
    padding-top: 15px;
    position: absolute; }
/** shopping cart (collapsible) **/
/*
 .cart-bg {
 display: block;
 margin: 0;
 padding: 40px 25px 40px;
 background: #f0f6f7 url('bg.jpg') left top repeat;
 }
 */
.cart_options {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 15px; }
  .cart_options h4 {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 10px; }
  .cart_options p {
    background: #fff;
    margin: 0;
    padding: 10px 30px; }

.cart table {
  border: none;
  border-collapse: collapse;
  text-align: center;
  width: 100%; }
  .cart thead {
    background: #fff;
    border: 1px solid #ccc; }
  .cart th {
    font-size: 0.875em;
    font-weight: normal;
    padding: 10px 5px; }
  .cart tbody {
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 0.875em; }
  .cart td {
    padding: 10px;
    vertical-align: middle; }
  @media screen and (max-width: 599px) {
    .cart td {
      display: block;
      max-width: calc(100% - 20px);
      text-align: center;
      width: 200px; } }
  .cart td.image a {
    background: #fff;
    border: 1px solid #288642;
    border-radius: 3px;
    display: block;
    height: 105px;
    position: relative;
    width: 105px; }
    @media screen and (max-width: 599px) {
      .cart td.image a {
        display: inline-block; } }
    .cart td.image img {
      bottom: 0;
      display: block;
      height: auto;
      left: 0;
      margin: auto;
      max-height: 100px;
      max-width: 100px;
      position: absolute;
      right: 0;
      top: 0; }
  .cart td.name {
    font-size: 1.143em;
    text-align: left; }
    @media screen and (max-width: 599px) {
    .cart td.name {
      text-align: center; } }
  .cart td.quantity input {
    padding: 10px;
    text-align: center;
    width: 1em; }
  .cart td.total {
    color: #288642;
    font-weight: bold; }
  @media screen and (max-width: 599px) {
      .cart td.remove:before {
        content: "Remove: "; } }
  @media screen and (max-width: 599px) {
      .cart td.quantity, .cart td.price, .cart td.total {
        display: inline;
        padding: 0px; } }
  @media screen and (max-width: 599px) {
        .cart td.price:before {
          content: " x "; } }
    @media screen and (max-width: 599px) {
      .cart td.price:after {
        content: " = "; } }
  .cart tfoot {
    border-top: 1px solid #ccc; }
  .cart tfoot td:last-child {
    text-align: right; }
  .cart span.total {
    font-weight: bold; }
  .cart span.total.value {
    color: #288642;
    font-size: 1.123em; }
  .cart h2 {
    font-family: Arial, serif;
    font-size: 1em; }
  .cart h3 {
    color: #288642;
    font-family: Arial, serif;
    margin: 0; }
  .cart input.selectAddress:checked ~ span {
    box-sizing: border-box;
    display: block;
    height: 1px;
    overflow: hidden;
    padding-top: 1px; }
  .cart .login-form p {
    position: relative; }
  .cart .login-form label {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .cart .login-form input[type=text], .cart .login-form input[type=password] {
    display: block;
    width: 100%; }
  .cart .warning {
    color: #fd1a00;
    font-size: 2em; }

form.checkout-options {
  float: left;
  width: 50%; }
  form.checkout-options + .checkout-options {
    float: right;
    width: 45%; }
  form.checkout-options .button {
    margin-bottom: 0;
    margin-top: 0; }

.button.poli {
  background: url(poli.png);
  border: 0px;
  height: 70px;
  padding: 0px;
  text-indent: -9999px;
  width: 110px; }

.poli-block {
  display: inline-block; }
/* print order */
.print-order table {
  width: 100%; }
  .print-order th, .print-order td {
    vertical-align: top; }
  .print-order thead tr:first-child > * {
    border-bottom: 1px solid #6c6c6c;
    padding-bottom: 4px; }
  .print-order thead th:first-child {
    text-align: left; }
  .print-order .print-order tbody {
    padding: 4px 0; }
  .print-order .print-order tbody th {
    font-weight: normal;
    padding-bottom: 4px; }
  .print-order tfoot tr:first-child > * {
    border-top: 1px solid #6c6c6c;
    padding-top: 4px; }
  .print-order tbody th, .print-order tfoot th {
    font-weight: normal;
    text-align: left; }
  .print-order td + td, .print-order tfoot td + td {
    text-align: center; }
    .print-order td + td + td, .print-order tfoot td + td + td {
      text-align: right; }
  /* customers/orders */

table.orders {
  width: 100%;
  border-collapse: collapse; }

.orders th, .orders td {
  padding: 4px;
  vertical-align: top; }
  .orders thead tr:first-child > * {
    border-bottom: 1px solid #6c6c6c;
    text-indent: 0; }
  .orders tbody th {
    font-weight: normal;
    text-indent: 0; }
  .orders .ref {
    text-align: left; }
  .orders .date {
    width: 95px; }
  .orders .details {
    text-align: left;
    text-indent: 1em; }
  .orders .price {
    text-align: right; }
  .orders .link {
    text-align: right;
    width: 75px; }

#hoverCart {
  background-color: rgba(0, 0, 0, 0.8);
  background-color: #000\9;
  border-radius: 5px;
  color: #fff;
  max-height: 100%;
  max-height: calc(100% - 100px);
  overflow: auto;
  padding: 15px;
  position: fixed;
  right: 50px;
  top: 50px;
  width: 200px;
  z-index: 1000; }
  #hoverCart h1, #hoverCart h2, #hoverCart h3, #hoverCart h4, #hoverCart h5, #hoverCart h6 {
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0px 0px 5px;
    padding-bottom: 3px; }
  #hoverCart a {
    color: #fff; }
  #hoverCart .items {
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px; }
  #hoverCart .checkout {
    float: left; }
  #hoverCart .dismiss {
    display: block;
    float: right;
    text-align: right; }
  #hoverCart .row {
    border-bottom: 1px solid #fff;
    overflow: hidden;
    padding: 10px 0px 5px;
    position: relative; }
  #hoverCart .row .right {
    font-family: "Courier New", Courier, monospace;
    text-align: right; }
  #hoverCart .remove {
    display: block;
    font-size: 12px; }
/** files **/
.file {
  margin-bottom: 10px;
  overflow: hidden;
  /* float clearing */
  padding: 15px;
  position: relative; }
  .file h2 {
    margin-bottom: 1em; }
  .file .button {
    position: absolute;
    right: 10px;
    top: 6px; }
/** customer panel **/
fieldset.addressForm {
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 4px;
  overflow: hidden;
  padding: 5px; }

.addressForm label {
  display: block;
  float: left;
  margin-bottom: 4px;
  width: 49%; }
  .addressForm label:last-child {
    clear: both;
    float: none;
    width: 100%; }
  .addressForm label span {
    display: block;
    margin-bottom: 4px; }
  .addressForm input[type=text], .addressForm textarea {
    box-sizing: border-box;
    width: 96%; }
  .addressForm textarea {
    height: 70px; }
/* tinymce universal formatting */
#tinymce {
  background: #fff;
  color: #6c6c6c;
  font-size: 1em;
  padding: 10px;
  text-align: left;
  width: 940px; }
  #tinymce p {
    padding: 0 0 1em; }
  #tinymce form {
    outline: 1px dotted #288642; }
  #tinymce a {
    border-bottom: 1px dotted #ff4c00;
    color: #ff4c00;
    text-decoration: none; }

@media not all and (hover: hover) {
      html.touch .main-navigation {
        display: none; } }

#open-menu {
  display: none;
  position: absolute;
  width: 33px;
  height: 28px;
  right: 10px;
  top: 47px;
  cursor: pointer;
  background: url(/resources/template/hamburger.png) no-repeat center; }
  @media not all and (hover: hover) {
    html.touch #open-menu {
      display: block; } }

#mobileMenu {
  color: #fff;
  display: none;
  overflow: hidden;
  padding: 0;
  text-align: left; }
  @media not all and (hover: hover) {
    html.touch #mobileMenu {
      display: block; } }
  #mobileMenu ul {
    margin: 0;
    padding: 0; }
  #mobileMenu li {
    display: block;
    text-transform: uppercase; }
  #mobileMenu li.submenu {
    background: url(/resources/template/mobileMenuArrowRightWhite.png) right no-repeat; }
  #mobileMenu li.back {
    background: url(/resources/template/mobileMenuArrowLeftWhite.png) 96% no-repeat; }
  #mobileMenu li a {
    display: block;
    padding: 9px 15px;
    color: #fff;
    font-size: 17px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }

@media not all and (hover: hover) {
      html.touch .gallery {
        display: none; } }

.mobileGallery {
  display: none;
  margin-bottom: 20px; }
  @media not all and (hover: hover) {
    html.touch .mobileGallery {
      display: block;
      overflow: hidden; } }
  .mobileGallery > div {
    overflow: hidden; }
  @media not all and (hover: hover) {
      html.touch .mobileGallery + .pagination {
        display: none; } }
  .mobileGallery .actions {
    margin-top: 10px; }
  .mobileGallery .actions a.previous, .mobileGallery .actions a.next {
    display: inline-block;
    width: 30%; }
    .mobileGallery .actions a.previous {
      text-align: left; }
    .mobileGallery .actions a.next {
      text-align: right; }
  .mobileGallery .actions span.current {
    display: inline-block;
    text-align: center;
    width: 40%; }

.mobileGallerySlider > div {
  background: #fff url(ajaxLoader.gif) center no-repeat;
  display: table-cell;
  height: auto !important;
  text-align: center;
  vertical-align: middle; }
  .mobileGallerySlider > div img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
