/* line 5, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, sass/_main.scss */
html,
button,
input,
select,
textarea {
  color: #222; }

/* line 21, sass/_main.scss */
html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, sass/_main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 37, sass/_main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 46, sass/_main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 60, sass/_main.scss */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 71, sass/_main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 81, sass/_main.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 89, sass/_main.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 124, sass/_main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 132, sass/_main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 143, sass/_main.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 152, sass/_main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 168, sass/_main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 182, sass/_main.scss */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 198, sass/_main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 204, sass/_main.scss */
.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 213, sass/_main.scss */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 240, sass/_main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 247, sass/_main.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 252, sass/_main.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 256, sass/_main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 264, sass/_main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 270, sass/_main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 276, sass/_main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 280, sass/_main.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 285, sass/_main.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 293, sass/_main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 300, sass/_main.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
@font-face {
  font-family: 'Flexo-Regular';
  src: url("../../fonts/flexo-regular-webfont.eot");
  src: url("../../fonts/flexo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/flexo-regular-webfont.woff") format("woff"), url("../../fonts/flexo-regular-webfont.ttf") format("truetype"), url("../../fonts/flexo-regular-webfont.svg#flexoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Flexo-Light';
  src: url("../../fonts/flexo-light-webfont.eot");
  src: url("../../fonts/flexo-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/flexo-light-webfont.woff") format("woff"), url("../../fonts/flexo-light-webfont.ttf") format("truetype"), url("../../fonts/flexo-light-webfont.svg#flexolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Flexo-bold';
  src: url("../../fonts/flexo-bold-webfont.eot");
  src: url("../../fonts/flexo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/flexo-bold-webfont.woff") format("woff"), url("../../fonts/flexo-bold-webfont.ttf") format("truetype"), url("../../fonts/flexo-bold-webfont.svg#flexobold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 1, sass/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 6, sass/_base.scss */
body {
  background: #454551;
  color: #bbbdc0;
  font-family: "Flexo-Regular";
  line-height: 1.2;
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 40px; }

/* line 16, sass/_base.scss */
strong {
  font-family: "Flexo-Bold"; }

/* line 20, sass/_base.scss */
h1 {
  font-size: 28px;
  text-align: center; }
  /* line 23, sass/_base.scss */
  h1 span {
    color: white; }
  @media (max-width: 760px) {
    /* line 20, sass/_base.scss */
    h1 {
      font-size: 23px; } }

/* line 31, sass/_base.scss */
.button {
  border: 3px solid #d47922;
  color: #d47922;
  padding: 1em;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  font-family: "Flexo-Regular";
  background: transparent;
  font-size: 22px; }
  /* line 33, sass/_mixins.scss */
  .button:hover {
    border: 3px solid #d47922;
    background: #d47922;
    color: #454551; }

/* line 1, sass/_layout.scss */
.container {
  width: 980px;
  margin: 0 auto; }
  @media (max-width: 960px) {
    /* line 1, sass/_layout.scss */
    .container {
      width: 768px; } }
  @media (max-width: 760px) {
    /* line 1, sass/_layout.scss */
    .container {
      width: 480px; } }
  @media (max-width: 480px) {
    /* line 1, sass/_layout.scss */
    .container {
      width: 300px;
      padding: 0 10px; } }

/* line 18, sass/_layout.scss */
section.slider {
  margin: 40px 0;
  position: relative; }
  @media (max-width: 760px) {
    /* line 18, sass/_layout.scss */
    section.slider {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    /* line 18, sass/_layout.scss */
    section.slider {
      margin: 20px 0; } }
  /* line 27, sass/_layout.scss */
  section.slider .item img {
    display: block;
    width: 100%;
    height: auto; }
  /* line 33, sass/_layout.scss */
  section.slider a.slider-nav {
    padding: 15px;
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 45%;
    margin-top: -25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    /* line 51, sass/_layout.scss */
    section.slider a.slider-nav.prev {
      left: 0px;
      background: url("../../img/slider-nav-left.png") no-repeat 0px 0px;
      background-size: 100px; }
      /* line 55, sass/_layout.scss */
      section.slider a.slider-nav.prev:hover {
        background-position: -50px 0px; }
    /* line 59, sass/_layout.scss */
    section.slider a.slider-nav.next {
      right: 0px;
      background: url("../../img/slider-nav-right.png") no-repeat -50px 0px;
      background-size: 100px; }
      /* line 63, sass/_layout.scss */
      section.slider a.slider-nav.next:hover {
        background-position: 0px 0px; }
    @media (max-width: 480px) {
      /* line 33, sass/_layout.scss */
      section.slider a.slider-nav {
        display: none; } }
  /* line 73, sass/_layout.scss */
  section.slider:hover .slider-nav {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

/* line 82, sass/_layout.scss */
section.sub-main .description {
  margin-bottom: 70px; }
  @media (max-width: 760px) {
    /* line 82, sass/_layout.scss */
    section.sub-main .description {
      margin-bottom: 50px; } }
  /* line 88, sass/_layout.scss */
  section.sub-main .description h1 {
    font-size: 35px; }
    @media (max-width: 960px) {
      /* line 88, sass/_layout.scss */
      section.sub-main .description h1 {
        font-size: 27px; } }
    @media (max-width: 480px) {
      /* line 88, sass/_layout.scss */
      section.sub-main .description h1 {
        font-size: 24px; } }

/* line 100, sass/_layout.scss */
section.services {
  background: #bbbdc0;
  color: #454551;
  padding: 40px 0;
  margin-bottom: 40px;
  overflow: hidden; }
  @media (max-width: 480px) {
    /* line 100, sass/_layout.scss */
    section.services {
      padding: 30px 0; } }
  /* line 111, sass/_layout.scss */
  section.services .icon {
    width: 380px;
    float: left; }
    @media (max-width: 960px) {
      /* line 111, sass/_layout.scss */
      section.services .icon {
        width: 280px; } }
    @media (max-width: 760px) {
      /* line 111, sass/_layout.scss */
      section.services .icon {
        display: none; } }
    /* line 120, sass/_layout.scss */
    section.services .icon img {
      width: 100%;
      height: auto;
      margin-top: 74px; }
      @media (max-width: 960px) {
        /* line 120, sass/_layout.scss */
        section.services .icon img {
          margin-top: 60px; } }
  /* line 130, sass/_layout.scss */
  section.services .list {
    width: 540px;
    float: left;
    margin-right: 60px; }
    @media (max-width: 960px) {
      /* line 130, sass/_layout.scss */
      section.services .list {
        width: 428px; } }
    @media (max-width: 760px) {
      /* line 130, sass/_layout.scss */
      section.services .list {
        width: 100%; } }
    /* line 141, sass/_layout.scss */
    section.services .list h2 {
      font-size: 37px;
      margin-bottom: 30px;
      font-family: "Flexo-Bold"; }
      @media (max-width: 960px) {
        /* line 141, sass/_layout.scss */
        section.services .list h2 {
          font-size: 25px; } }
      @media (max-width: 480px) {
        /* line 141, sass/_layout.scss */
        section.services .list h2 {
          font-size: 23px; } }
    /* line 153, sass/_layout.scss */
    section.services .list ul {
      overflow: hidden; }
      /* line 155, sass/_layout.scss */
      section.services .list ul li {
        margin: 0 0 20px 0;
        font-size: 25px;
        background: url("../../img/ico-services-list.png") no-repeat top left;
        background-size: 30px;
        padding-left: 50px; }
        @media (max-width: 960px) {
          /* line 155, sass/_layout.scss */
          section.services .list ul li {
            font-size: 19px;
            background-size: 22px;
            padding-left: 35px; } }
        @media (max-width: 480px) {
          /* line 155, sass/_layout.scss */
          section.services .list ul li {
            font-size: 17px;
            margin: 0 0 10px 0;
            background-size: 17px;
            padding-left: 28px; } }
      /* line 173, sass/_layout.scss */
      section.services .list ul:last-child {
        margin-bottom: 0; }

/* line 1, sass/_header.scss */
header {
  text-align: center;
  padding: 40px 0 0 0; }
  @media (max-width: 480px) {
    /* line 1, sass/_header.scss */
    header {
      padding: 20px 0 0 0 !important; } }
  @media (max-width: 480px) {
    /* line 7, sass/_header.scss */
    header img {
      width: 150px;
      height: auto; } }

/* line 1, sass/_footer.scss */
footer {
  overflow: hidden;
  text-align: center; }
  /* line 6, sass/_footer.scss */
  footer #details {
    text-align: left;
    background: #454551;
    color: #BBBDC0;
    float: left;
    overflow: hidden;
    font-size: 22px; }
    @media (max-width: 760px) {
      /* line 6, sass/_footer.scss */
      footer #details {
        text-align: center;
        width: 100%; } }
    /* line 18, sass/_footer.scss */
    footer #details p.intro {
      font-family: "Flexo-Bold";
      margin-bottom: 20px; }
      /* line 21, sass/_footer.scss */
      footer #details p.intro span#name {
        color: #d47922; }
    /* line 26, sass/_footer.scss */
    footer #details p.phone-email span {
      width: 20px;
      display: inline-block;
      font-family: "Flexo-Bold";
      margin-right: 10px; }
    /* line 33, sass/_footer.scss */
    footer #details a {
      color: #d47922;
      text-decoration: none; }
      /* line 36, sass/_footer.scss */
      footer #details a:hover {
        text-decoration: underline; }
  /* line 42, sass/_footer.scss */
  footer .enquire-social {
    float: right; }
    @media (max-width: 760px) {
      /* line 42, sass/_footer.scss */
      footer .enquire-social {
        width: 100%;
        margin: 40px 0 0 0; } }
    /* line 51, sass/_footer.scss */
    footer .enquire-social .online-enquiry {
      display: inline-block;
      font-size: 22px; }
      @media (max-width: 760px) {
        /* line 51, sass/_footer.scss */
        footer .enquire-social .online-enquiry {
          width: 100%;
          background: #d47922;
          color: #454551; } }
      @media (max-width: 480px) {
        /* line 51, sass/_footer.scss */
        footer .enquire-social .online-enquiry {
          font-size: 17px; } }

/* line 68, sass/_footer.scss */
.sub-footer .social {
  margin: 40px 0 20px 0;
  text-align: center; }
  /* line 71, sass/_footer.scss */
  .sub-footer .social a {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0.5; }
    @media (max-width: 760px) {
      /* line 71, sass/_footer.scss */
      .sub-footer .social a {
        opacity: 1; } }
    /* line 82, sass/_footer.scss */
    .sub-footer .social a.info {
      background: url("../../img/ico-info.png") no-repeat 0px 0px;
      -webkit-background-size: 48px;
      background-size: 48px; }
    /* line 88, sass/_footer.scss */
    .sub-footer .social a.facebook {
      background: url("../../img/ico-facebook.png") no-repeat 0px 0px;
      -webkit-background-size: 48px;
      background-size: 48px; }
    /* line 94, sass/_footer.scss */
    .sub-footer .social a.instagram {
      background: url("../../img/ico-instagram.png") no-repeat 0px 0px;
      -webkit-background-size: 48px;
      background-size: 48px; }
    /* line 100, sass/_footer.scss */
    .sub-footer .social a:hover {
      opacity: 1.0; }
  @media (max-width: 480px) {
    /* line 68, sass/_footer.scss */
    .sub-footer .social {
      margin: 30px 0 20px; } }
/* line 110, sass/_footer.scss */
.sub-footer .credit {
  clear: both;
  text-align: center; }
  /* line 113, sass/_footer.scss */
  .sub-footer .credit a {
    color: #bbbdc0;
    text-decoration: none;
    background: url("../../img/rm-logo.png") no-repeat top right;
    background-size: 25px;
    height: 25px;
    line-height: 25px;
    padding-right: 35px;
    display: inline-block;
    font-size: 14px; }
    /* line 124, sass/_footer.scss */
    .sub-footer .credit a:hover {
      text-decoration: underline; }
  @media (max-width: 480px) {
    /* line 110, sass/_footer.scss */
    .sub-footer .credit {
      margin-top: 20px; } }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
/* line 7, sass/_owl.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
/* line 16, sass/_owl.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

/* line 22, sass/_owl.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

/* line 27, sass/_owl.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

/* line 32, sass/_owl.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* line 40, sass/_owl.scss */
.owl-carousel .owl-item {
  float: left; }

/* line 43, sass/_owl.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

/* line 47, sass/_owl.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
/* line 57, sass/_owl.scss */
.grabbing {
  cursor: url("../../img/grabbing.png") 8 8, move; }

/* fix */
/* line 62, sass/_owl.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
/* line 6, sass/_owltheme.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
/* line 13, sass/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 30, sass/_owltheme.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
/* line 38, sass/_owltheme.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

/* line 43, sass/_owltheme.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #BBBDC0; }

/* line 56, sass/_owltheme.scss */
.owl-theme .owl-controls .owl-page.active span {
  background: #D5790A; }

/* line 60, sass/_owltheme.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
/* line 68, sass/_owltheme.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
/* line 80, sass/_owltheme.scss */
.owl-item.loading {
  min-height: 150px;
  background: url("../../img/AjaxLoader.gif") no-repeat center center; }

/* line 1, sass/enquiry-form.scss */
#enquiry-form {
  display: none;
  width: 400px;
  background: #454551;
  color: #BBBDC0;
  overflow: hidden;
  padding: 40px;
  font-size: 22px; }
  /* line 10, sass/enquiry-form.scss */
  #enquiry-form h2 {
    font-size: 28px;
    margin-bottom: 1em; }
  /* line 15, sass/enquiry-form.scss */
  #enquiry-form p {
    margin: 0 0 10px; }
  /* line 19, sass/enquiry-form.scss */
  #enquiry-form #details {
    float: left;
    width: 258px;
    margin-right: 40px; }
    /* line 24, sass/enquiry-form.scss */
    #enquiry-form #details span {
      margin-right: 10px; }
    /* line 28, sass/enquiry-form.scss */
    #enquiry-form #details span#name {
      color: #d47922;
      font-family: "Flexo-Bold"; }
    /* line 33, sass/enquiry-form.scss */
    #enquiry-form #details a {
      color: #d47922; }
  /* line 40, sass/enquiry-form.scss */
  #enquiry-form .cfg-contactform {
    float: right;
    width: 100%; }
    /* line 44, sass/enquiry-form.scss */
    #enquiry-form .cfg-contactform label {
      display: none; }
    /* line 48, sass/enquiry-form.scss */
    #enquiry-form .cfg-contactform input, #enquiry-form .cfg-contactform textarea {
      width: 100%;
      border: 0;
      outline: 0;
      border: 3px solid #bbbdc0;
      padding: 10px;
      font-family: "Flexo-Regular";
      background: transparent;
      color: #bbbdc0;
      font-size: 19px;
      margin: 0 0 10px 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      /* line 65, sass/enquiry-form.scss */
      #enquiry-form .cfg-contactform input:active, #enquiry-form .cfg-contactform input:focus, #enquiry-form .cfg-contactform input:hover, #enquiry-form .cfg-contactform textarea:active, #enquiry-form .cfg-contactform textarea:focus, #enquiry-form .cfg-contactform textarea:hover {
        border: 3px solid #d47922; }
      @media (max-width: 480px) {
        /* line 48, sass/enquiry-form.scss */
        #enquiry-form .cfg-contactform input, #enquiry-form .cfg-contactform textarea {
          font-size: 17px; } }
    /* line 74, sass/enquiry-form.scss */
    #enquiry-form .cfg-contactform .button {
      border: 3px solid #d47922;
      color: #d47922;
      padding: 1em;
      cursor: pointer;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      text-decoration: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      outline: 0;
      font-family: "Flexo-Regular";
      background: transparent;
      font-size: 22px;
      margin-bottom: 0;
      text-transform: uppercase; }
      /* line 33, sass/_mixins.scss */
      #enquiry-form .cfg-contactform .button:hover {
        border: 3px solid #d47922;
        background: #d47922;
        color: #454551; }
      @media (max-width: 480px) {
        /* line 74, sass/enquiry-form.scss */
        #enquiry-form .cfg-contactform .button {
          font-size: 17px; } }
    /* line 83, sass/enquiry-form.scss */
    #enquiry-form .cfg-contactform ::-webkit-input-placeholder {
      color: #bbbdc0; }
    /* line 86, sass/enquiry-form.scss */
    #enquiry-form .cfg-contactform :-moz-placeholder {
      color: #bbbdc0; }
    /* line 89, sass/enquiry-form.scss */
    #enquiry-form .cfg-contactform ::-moz-placeholder {
      color: #bbbdc0; }
    /* line 92, sass/enquiry-form.scss */
    #enquiry-form .cfg-contactform :-ms-input-placeholder {
      color: #bbbdc0; }
    /* line 96, sass/enquiry-form.scss */
    #enquiry-form .cfg-contactform .cfg-errormessage {
      color: #d47922;
      text-transform: none;
      font-size: 15px;
      position: relative;
      top: -10px;
      display: block;
      margin: 5px 0; }
    /* line 106, sass/enquiry-form.scss */
    #enquiry-form .cfg-contactform .cfg-validationmessage {
      text-align: center;
      font-size: 20px; }
  @media (max-width: 480px) {
    /* line 1, sass/enquiry-form.scss */
    #enquiry-form {
      width: 100%;
      padding: 20px; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, sass/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

/* line 20, sass/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

/* line 27, sass/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 37, sass/_fancybox.scss */
.fancybox-opened {
  z-index: 8030; }

/* line 41, sass/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

/* line 47, sass/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative; }

/* line 51, sass/_fancybox.scss */
.fancybox-inner {
  overflow: hidden; }

/* line 55, sass/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

/* line 59, sass/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

/* line 67, sass/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

/* line 73, sass/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

/* line 78, sass/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../img/fancybox_sprite.png"); }

/* line 82, sass/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

/* line 94, sass/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../img/fancybox_loading.gif") center center no-repeat; }

/* line 100, sass/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

/* line 110, sass/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

/* line 122, sass/_fancybox.scss */
.fancybox-prev {
  left: 0; }

/* line 126, sass/_fancybox.scss */
.fancybox-next {
  right: 0; }

/* line 130, sass/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

/* line 141, sass/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

/* line 146, sass/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

/* line 151, sass/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible; }

/* line 155, sass/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
/* line 166, sass/_fancybox.scss */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

/* line 171, sass/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important; }

/* line 175, sass/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important; }

/* line 179, sass/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../img/fancybox_overlay.png"); }

/* line 189, sass/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* line 195, sass/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
/* line 202, sass/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

/* line 210, sass/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible; }

/* line 214, sass/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

/* line 223, sass/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

/* line 239, sass/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

/* line 245, sass/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px; }

/* line 249, sass/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 264, sass/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  /* line 269, sass/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("../../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* line 1, sass/_ie8.scss */
.lt-ie9 footer .social a.info {
  background: url("../../img/ico-info-ie8.png") no-repeat 0px 0px; }

/* line 5, sass/_ie8.scss */
.lt-ie9 footer .social a.facebook {
  background: url("../../img/ico-facebook-ie8.png") no-repeat 0px 0px; }

/* line 9, sass/_ie8.scss */
.lt-ie9 footer .social a.instagram {
  background: url("../../img/ico-instagram-ie8.png") no-repeat 0px 0px; }

/* line 13, sass/_ie8.scss */
.lt-ie9 footer .credit a {
  background: url("../../img/rm-logo-ie8.png") no-repeat top right; }

/* line 17, sass/_ie8.scss */
.lt-ie9 section.slider a.slider-nav.prev {
  background: url("../../img/slider-nav-left-ie8.png") no-repeat 0px 0px; }

/* line 21, sass/_ie8.scss */
.lt-ie9 section.slider a.slider-nav.next {
  background: url("../../img/slider-nav-right-ie8.png") no-repeat 0px 0px; }
