/* compiled by scssphp v0.3.3 on Fri, 28 Feb 2020 12:55:15 +1300 (0.0943s) */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Jura:400,600,500);
/**
 * 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 hover, focus and active pseudoclasses of an element
 * @cont	The styles to apply
 * @return	Hover, focus and active styles for that element
 */
/**
 * 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
 */
* {
  box-sizing: border-box; }
/*** element styles ***/
body {
  color: #000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  -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: #000;
  font-family: "Jura", Georgia, "Times New Roman", serif;
  font-weight: normal;
  margin: 0 0 0.5em 0; }

h1 {
  font-size: 42px; }
  @media screen and (max-width: 1139px) {
  h1 {
    font-size: 26px; } }

.content > h1:first-of-type, .content > .product > h1:first-of-type {
  color: #0f7dd0;
  text-align: center;
  border-bottom: 1px solid #cececc;
  margin: 0 0 0.7em 0; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h1.plain, h2.plain, h3.plain {
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

h1.blue, h2.blue, h3.blue {
  color: #0f7dd0; }

a {
  color: #0f7dd0;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }
  a img {
    border: none; }

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

p {
  margin-top: 0; }

ul, table {
  font-family: inherit; }

input:disabled, textarea:disabled {
  opacity: 0.5; }
/*** globally relevant styles ***/
.button {
  background: #f1b500;
  border: none;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  line-height: 1.5em;
  padding: 6px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Jura", Georgia, "Times New Roman", serif;
  -ms-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .button:hover, .button:focus, .button:active {
    background: #ffc200;
    text-decoration: none; }

.big-line-height {
  line-height: 1.5em; }

.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%; }
/* jQueryUI overrides */
.ui-widget {
  font-family: inherit;
  font-size: 1em; }
/*** section styles ***/
.header, .midsection, .base {
  margin: 0px auto;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1139px) {
  .header, .midsection, .base {
    overflow: hidden; } }

.midsection {
  overflow: hidden; }

.header {
  z-index: 10; }
  .header .top-banner {
    height: 60px;
    background-color: #0f7dd0;
    text-align: right; }
    .header .top-banner a.logo {
      display: block;
      position: absolute;
      width: 270px;
      height: 113px;
      left: 0;
      top: 20px;
      z-index: 10; }
    .header .top-banner a.phone-button {
      display: inline-block;
      vertical-align: middle;
      padding: 9px 9px 9px 40px; }
    .header .top-banner a.phone-button {
      color: #fff;
      font-size: 22px;
      padding: 5px 9px 6px 45px;
      text-decoration: none;
      background: url(/resources/template/phone-icon.png) no-repeat 9px center;
      -ms-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -ms-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .header .top-banner a.phone-button:hover, .header .top-banner a.phone-button:focus, .header .top-banner a.phone-button:active {
        background-color: #1190e4; }
    .header .top-banner .container:before {
      display: inline-block;
      vertical-align: middle;
      height: 60px;
      content: ""; }
    @media screen and (max-width: 1139px) {
  .header .top-banner {
    height: 40px; }
    .header .top-banner .container:before {
      height: 40px; }
    .header .top-banner a.logo {
      display: none; } }
  .header .lower-banner {
    height: 92px; }
    .header .lower-banner a.responsive {
      display: none; }
    @media screen and (max-width: 1139px) {
  .header .lower-banner {
    height: auto;
    padding: 15px 5px; }
    .header .lower-banner a.responsive {
      display: block;
      width: 65%; } }
    .header .lower-banner .main-navigation {
      width: 750px;
      float: right; }
      .header .lower-banner .main-navigation > ul {
        margin: 0; }
        .header .lower-banner .main-navigation > ul:before {
          display: inline-block;
          vertical-align: bottom;
          height: 92px;
          content: ""; }
        .header .lower-banner .main-navigation > ul > li {
          position: relative;
          display: inline-block;
          vertical-align: bottom;
          margin: 0 2px; }
          .header .lower-banner .main-navigation > ul > li > a {
            display: table-cell;
            vertical-align: middle;
            height: 70px;
            text-align: center;
            text-decoration: none;
            color: #2b2b2b;
            font-size: 15px;
            text-transform: uppercase;
            border-bottom: 5px solid transparent;
            -ms-border-top-left-radius: 5px;
            -moz-border-top-left-radius: 5px;
            -o-border-top-left-radius: 5px;
            -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
            -ms-border-top-right-radius: 5px;
            -moz-border-top-right-radius: 5px;
            -o-border-top-right-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
            -ms-transition: color 0.2s, border-bottom-color 0.2s, background-color 0.2s;
            -moz-transition: color 0.2s, border-bottom-color 0.2s, background-color 0.2s;
            -o-transition: color 0.2s, border-bottom-color 0.2s, background-color 0.2s;
            -webkit-transition: color 0.2s, border-bottom-color 0.2s, background-color 0.2s;
            transition: color 0.2s, border-bottom-color 0.2s, background-color 0.2s; }
            .header .lower-banner .main-navigation > ul > li > a:hover, .header .lower-banner .main-navigation > ul > li > a:focus, .header .lower-banner .main-navigation > ul > li > a:active {
              color: #fff;
              background-color: #0f7dd0;
              border-bottom-color: #1190e4; }
          .header .lower-banner .main-navigation > ul > li:hover > a {
            color: #fff;
            background-color: #0f7dd0;
            border-bottom-color: #1190e4; }
          .header .lower-banner .main-navigation > ul > li ul {
            display: block;
            position: absolute;
            overflow: hidden;
            top: 100%;
            left: 0;
            height: 0;
            padding: 0;
            margin: 0;
            width: 180px;
            background-color: rgba(15, 125, 208, 0.75); }
            .header .lower-banner .main-navigation > ul > li ul li {
              display: block;
              width: 100%; }
              .header .lower-banner .main-navigation > ul > li ul li a {
                display: block;
                height: auto;
                text-align: left;
                color: #fff;
                padding: 8px 15px;
                text-decoration: none;
                -ms-transition: background-color 0.2s;
                -moz-transition: background-color 0.2s;
                -o-transition: background-color 0.2s;
                -webkit-transition: background-color 0.2s;
                transition: background-color 0.2s; }
                .header .lower-banner .main-navigation > ul > li ul li a:hover, .header .lower-banner .main-navigation > ul > li ul li a:focus, .header .lower-banner .main-navigation > ul > li ul li a:active {
                  background-color: #0f7dd0; }
          .header .lower-banner .main-navigation > ul > li:hover ul {
            height: auto; }
        .header .lower-banner .main-navigation > ul li.sel > a {
          color: #fff;
          background-color: #0f7dd0;
          border-bottom-color: #1190e4; }

.container {
  margin: 0 auto;
  width: 1140px; }
  @media screen and (max-width: 1139px) {
  .container {
    box-sizing: border-box;
    padding: 0px 10px;
    width: auto; } }

.home-page:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 635px;
  left: 0;
  top: 0;
  z-index: -1;
  background: #434343;
  background: -moz-linear-gradient(top, #434343 0%, #959593 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434343), color-stop(100%, #959593));
  background: -webkit-linear-gradient(top, #434343 0%, #959593 100%);
  background: -o-linear-gradient(top, #434343 0%, #959593 100%);
  background: -ms-linear-gradient(top, #434343 0%, #959593 100%);
  background: linear-gradient(top, #434343 0%, #959593 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF434343', endColorstr='#FF959593', GradientType=if($horizontal, 1, 0)); }

.midsection {
  z-index: 5; }

.home-page .content:before {
  top: 127px !important; }
  .home-page .content:after {
    top: 127px !important; }

.slideshow + .content {
  background: #fff;
  padding: 35px 30px; }
  .slideshow + .content:before {
    display: block;
    position: absolute;
    width: 82px;
    height: 137px;
    content: "";
    background: url(/resources/template/left-corner.png) no-repeat;
    top: -5px;
    right: 100%; }
  .slideshow + .content:after {
    display: block;
    position: absolute;
    width: 97px;
    height: 150px;
    content: "";
    background: url(/resources/template/right-corner.png) no-repeat;
    top: -5px;
    left: 100%; }

.content {
  background: #fff;
  padding: 35px 30px; }
  .content .left {
    width: 48%;
    float: left; }
  .content .right {
    width: 48%;
    float: right; }
  .content #g-map {
    display: block;
    width: 100%;
    height: 385px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (max-width: 1139px) {
  .content {
    margin: 0 -10px;
    padding: 20px 10px !important; }
    .content .left, .content .right {
      float: none;
      width: auto;
      margin: 20px 0; } }

.sand-background {
  margin: 40px -9999px !important;
  padding: 40px 9999px !important;
  margin-bottom: -36px;
  background: url(/resources/template/sand-background.jpg); }

.content > .sand-background {
  margin-bottom: -35px !important; }

.slideshow + .content {
  border-top: 5px solid #f1e200; }

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

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

.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 .footer {
  height: 151px;
  background: url(/resources/template/footer-background.jpg) no-repeat left;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  @media screen and (max-width: 1139px) {
    .base .footer {
      padding: 25px 0 100px 0;
      height: auto; } }
  .base .footer .container > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #919497;
    margin-right: 60px; }
    @media screen and (max-width: 1139px) {
    .base .footer .container > div {
      display: block;
      margin: 20px auto;
      text-align: center; } }
    .base .footer .container > div a {
      color: inherit;
      text-decoration: none;
      -ms-transition: color 0.2s;
      -moz-transition: color 0.2s;
      -o-transition: color 0.2s;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .base .footer .container > div a:hover, .base .footer .container > div a:focus, .base .footer .container > div a:active {
        color: #fff; }
  .base .footer .container > a.shop {
    display: block;
    position: absolute;
    right: 0;
    top: 48px;
    font-size: 17px;
    color: #919497;
    border: 1px solid #919497;
    text-align: center;
    width: 171px;
    line-height: 56px;
    text-decoration: none;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -ms-transition: color 0.2s, border-color 0.2s;
    -moz-transition: color 0.2s, border-color 0.2s;
    -o-transition: color 0.2s, border-color 0.2s;
    -webkit-transition: color 0.2s, border-color 0.2s;
    transition: color 0.2s, border-color 0.2s; }
    @media screen and (max-width: 1139px) {
    .base .footer .container > a.shop {
      bottom: -80px;
      top: auto;
      left: 0;
      right: 0;
      margin: 0 auto; } }
    .base .footer .container > a.shop:hover, .base .footer .container > a.shop:focus, .base .footer .container > a.shop:active {
      color: #fff;
      border-color: #fff; }
  .base .footer .container:before {
    display: inline-block;
    vertical-align: middle;
    height: 151px;
    content: ""; }
    @media screen and (max-width: 1139px) {
    .base .footer .container:before {
      display: none;
      content: none; } }
  .base .legal {
    height: 47px;
    color: #474747;
    font-size: 13px;
    padding: 15px 0;
    background: #000;
    -ms-box-shadow: 0 500px 0 500px #000;
    -moz-box-shadow: 0 500px 0 500px #000;
    -o-box-shadow: 0 500px 0 500px #000;
    -webkit-box-shadow: 0 500px 0 500px #000;
    box-shadow: 0 500px 0 500px #000; }
  .base .legal .copyright {
    float: left;
    width: 50%; }
  .base .legal .activate {
    float: right;
    width: 50%;
    display: block;
    text-align: right; }
    .base .legal .activate a {
      color: inherit;
      text-decoration: none;
      -ms-transition: color 0.2s;
      -moz-transition: color 0.2s;
      -o-transition: color 0.2s;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .base .legal .activate a:hover, .base .legal .activate a:focus, .base .legal .activate a:active {
        color: #fff; }
  @media screen and (max-width: 1139px) {
    .base .legal {
      height: auto;
      padding: 10px 0; }
      .base .legal:after {
        display: block;
        content: "";
        clear: both; }
      .base .legal .copyright, .base .legal .activate {
        float: none;
        width: auto;
        text-align: center;
        margin: 5px auto; }
        .base .legal .copyright a, .base .legal .activate a {
          float: none;
          text-align: center; } }
/* slideshow overrides */
/* ss dimensions */
.slideshow {
  position: static;
  width: 1140px;
  height: 254px;
  background: #434343;
  background: -moz-linear-gradient(top, #434343 0%, #959593 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434343), color-stop(100%, #959593));
  background: -webkit-linear-gradient(top, #434343 0%, #959593 100%);
  background: -o-linear-gradient(top, #434343 0%, #959593 100%);
  background: -ms-linear-gradient(top, #434343 0%, #959593 100%);
  background: linear-gradient(top, #434343 0%, #959593 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF434343', endColorstr='#FF959593', GradientType=if($horizontal, 1, 0));
  margin: 0 -9999px;
  padding: 0 9999px; }

.slideshow img {
  height: 254px; }

.home-page .slideshow {
  position: relative;
  width: 1140px;
  height: 503px;
  margin: 0;
  padding: 0; }

.slideshow:before {
  display: block;
  position: absolute;
  content: "";
  width: 84px;
  height: 84px;
  top: 47px;
  left: -42px;
  z-index: 1001; }

.slideshow .timer {
  display: none; }

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

div.orbit > img {
  overflow: auto;
  height: auto;
  width: 100%;
  max-height: 100%; }

div.orbit-wrapper {
  overflow: hidden;
  width: 1140px !important;
  height: 254px !important; }

div.orbit {
  overflow: visible;
  width: 1140px !important;
  height: 254px !important; }

.home-page div.orbit-wrapper {
  width: 1140px !important;
  height: 503px !important; }

.home-page div.orbit {
  overflow: visible;
  width: 1140px !important;
  height: 503px !important; }

@media screen and (max-width: 1139px) {
  .slideshow {
    display: none; }
    .home-page .slideshow {
      display: block;
      position: relative;
      width: calc(100% + 20px);
      height: 400px;
      margin: 0 -10px; }
    .home-page .slideshow:before {
      top: 20px;
      left: 20px;
      -webkit-background-size: 70%;
      background-size: 70%; }
    .home-page div.orbit-wrapper {
      width: 100% !important;
      height: 400px !important; }
    .home-page div.orbit {
      width: 100% !important;
      height: 400px !important; }
    .slider > div.slide {
      background-position: center; } }
  @media screen and (max-width: 499px) and (max-width: 499px) {
    .home-page .slideshow {
      height: 200px; }
      .home-page div.orbit-wrapper {
        width: 100% !important;
        height: 200px !important; }
      .home-page div.orbit {
        width: 100% !important;
        height: 200px !important; } }
/* 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 */
div.gallery {
  margin: 10px auto;
  overflow: hidden;
  padding: 0px;
  position: relative; }
  div.gallery ul {
    list-style-type: none;
    margin: 0 0;
    padding: 0;
    position: relative; }
  div.gallery li {
    float: left;
    height: 210px;
    line-height: 210px;
    margin: 5px !important;
    padding: 0;
    text-align: center;
    width: 23%; }
  div.gallery a {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 100%; }

.gallery img {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto; }
/* default form styling
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
  margin-top: 8px; }

.contact p {
  line-height: 1.3em;
  margin: 0 0 7px 0; }
  .contact p.action {
    text-align: left; }
  .contact .action a {
    font-size: 0.875em; }
  .contact label {
    display: inline-block;
    vertical-align: top;
    width: 25%; }
  .contact label.error {
    color: #fd1a00;
    font-size: 0.875em;
    margin-left: 10px;
    width: auto; }
  .contact input {
    /* basic code for using customised radio button graphics
     * - checkboxes can be handled similarly
     * - fallback to normal in <= IE8
     */ }
  .contact input[type=text] {
    display: block;
    width: 100%;
    line-height: 47px;
    background: #f2f2f2;
    border: 1px solid #dadada;
    font-size: 15px;
    color: #000;
    padding: 0 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .contact input[type=text]:-ms-input-placeholder {
      color: #000; }
    .contact input[type=text]::-webkit-input-placeholder {
      color: #000; }
    .contact input[type=text]:input-placeholder {
      color: #000; }
    .contact input[type=text]::input-placeholder {
      color: #000; }
    .contact input[type=text]:moz-placeholder {
      color: #000; }
    .contact input[type=text]::moz-placeholder {
      color: #000; }
    .contact input[type=text]:placeholder {
      color: #000; }
    .contact input[type=text]::placeholder {
      color: #000; }
  .contact input[type=radio] + label {
    margin-right: 30px;
    position: relative;
    width: auto; }
    .contact 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 {
      background: #666; }
  .contact textarea {
    display: block;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #dadada;
    font-size: 15px;
    color: #000;
    padding: 10px;
    font-family: inherit;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .contact textarea:-ms-input-placeholder {
    color: #000; }
  .contact textarea::-webkit-input-placeholder {
    color: #000; }
  .contact textarea:input-placeholder {
    color: #000; }
  .contact textarea::input-placeholder {
    color: #000; }
  .contact textarea:moz-placeholder {
    color: #000; }
  .contact textarea::moz-placeholder {
    color: #000; }
  .contact textarea:placeholder {
    color: #000; }
  .contact textarea::placeholder {
    color: #000; }

.contact input[type=password], form.contact input.password, .contact .auth + input {
  width: 20%; }

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; } }

.homeL {
  float: left;
  width: 48%; }

.homeR {
  float: right;
  width: 48%; }

.homeR, .homeL {
  background-color: #fff;
  box-shadow: #c8c8c8 2px 2px 3px;
  display: block;
  padding: 5px 15px;
  border: 1px solid #eee;
  margin-top: 15px; }

.homeL ul, .homeR ul {
  margin-left: -20px; }

.products, .category {
  margin: 0 -30px;
  padding-top: 20px; }
  @media screen and (max-width: 1139px) {
  .products, .category {
    text-align: center;
    margin-top: 0 !important; }
    .products h1, .category h1 {
      margin-left: 0 !important; } }
  .products > ul, .category > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .products > ul > li, .category > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin: 0 6px;
    text-align: center;
    margin-bottom: 40px; }
    .products > ul > li a, .category > ul > li a {
      margin-bottom: 5px; }
    .products > ul > li a.image, .category > ul > li a.image {
      display: block;
      box-shadow: 2px 2px 3px #c8c8c8;
      background-color: #fff;
      padding: 5px; }
    .products > ul > li a.image div, .category > ul > li a.image div {
      width: 260px;
      height: 186px;
      overflow: hidden; }
      .products > ul > li a.image div img, .category > ul > li a.image div img {
        display: block;
        min-width: 260px;
        min-height: 186px; }
    .products > ul > li a.name, .category > ul > li a.name {
      display: block;
      font-family: "Jura", Georgia, "Times New Roman", serif;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      color: #000; }
    .products > ul > li a.button, .category > ul > li a.button {
      margin: 0; }

.product .detail {
  float: right;
  width: 48%; }
  .product .images {
    float: left;
    width: 48%; }
  .product:after {
    display: block;
    content: "";
    clear: both; }
  @media screen and (max-width: 1139px) {
  .product .detail, .product .images {
    float: none;
    width: auto;
    margin: 20px 0; } }

.featured {
  margin-bottom: 0 !important; }
/* tinymce universal formatting */
#tinymce {
  background: #fff;
  color: #666;
  font-size: 1em;
  padding: 10px;
  text-align: left;
  width: 940px; }
  #tinymce p {
    padding: 0 0 1em; }
  #tinymce form {
    outline: 1px dotted #0f7dd0; }
  #tinymce a {
    border-bottom: 1px dotted #ff4c00;
    color: #ff4c00;
    text-decoration: none; }

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

#mobileMenu {
  display: none;
  font-family: RobotoCondensed, sans-serif;
  overflow: hidden;
  padding: 0;
  z-index: 100;
  margin-top: -47px; }
  @media not all and (hover: hover) {
    html.touch #mobileMenu {
      display: block; } }
  #mobileMenu ul {
    margin: 0;
    padding: 0;
    background: #fff; }
  #mobileMenu li {
    display: block;
    text-transform: uppercase; }
  #mobileMenu li.submenu {
    background: url(/resources/template/mobileMenuArrowRightBlack.png) right no-repeat; }
  #mobileMenu li.back {
    background: url(/resources/template/mobileMenuArrowLeftBlack.png) -7px no-repeat; }
  #mobileMenu li.sel a {
    color: #fff;
    background-color: #0f7dd0; }
    #mobileMenu li.sel a:hover, #mobileMenu li.sel a:focus, #mobileMenu li.sel a:active {
      color: #fff;
      background-color: #0f7dd0; }
  #mobileMenu li a {
    display: block;
    padding: 10px 15px 10px 25px; }
  #mobileMenu a, #mobileMenu h1 {
    color: inherit; }
  #mobileMenu h1 {
    height: 44px;
    margin: 0;
    padding: 0 15px 15px 15px; }
  #mobileMenu h1 a {
    padding: 0;
    border: none;
    display: block;
    height: 28px;
    background: url(/resources/template/hamburger.jpg) no-repeat right center; }
