/* Written and Designed by Yorkshire Media Ltd 2013 All rights reserved.
----------------------------------------------------------------------------------------------------*/
body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Padding etc
   ========================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* VARS
----------------------------------------------------------------------------------------------------*/
/* HTML Styles
----------------------------------------------------------------------------------------------------*/
body {
  background: white;
  font-family: 'Century Gothic', 'Muli', Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  color: black;
  line-height: 140%;
  background: url(../../../images/structure/royal-dornoch-10th-struie-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }

/* Structural Elements
----------------------------------------------------------------------------------------------------*/
.row {
  *zoom: 1;
  padding-bottom: 1em;
  padding-top: 1em; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

/* Container
----------------------------------------------------------------------------------------------------*/
/* Structural Elements
	-------------------------------------------------------------------------------------------------*/
.container {
  *zoom: 1;
  margin: 2em auto;
  max-width: 61.25em; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }

.clear {
  *zoom: 1; }
  .clear:before, .clear:after {
    content: "";
    display: table; }
  .clear:after {
    clear: both; }

.row {
  display: block;
  width: 102.08333%;
  margin: 0 -1.04167%;
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

/* Header Elements
----------------------------*/
.header {
  position: relative;
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border-top: 4px solid #3a3a90;
  margin-bottom: 1em;
  padding: 0.5em; }
  @media (max-width: 35em) {
    .header {
      margin-bottom: 0; } }

.header__contact {
  float: right;
  margin: 2em 1em;
  color: #3a3a90; }
  @media (max-width: 35em) {
    .header__contact {
      font-size: 0.9em;
      display: block;
      float: none;
      text-align: center;
      margin: 0 0 0.5em 0; } }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 5px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../../images/slider/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #3a3a90; }

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: white;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #3a3a90; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../../../images/slider/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../../../images/slider/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../../images/slider/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../../images/slider/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px; }

.slider {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  overflow: hidden;
  border: 2px solid white;
  text-align: center;
  margin-bottom: 1em; }
  .slider ul, .slider li, .slider a {
    margin: 0;
    padding: 0; }
  .slider p {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 1em; }
    .slider p a {
      color: white; }
    .slider p span {
      font-size: 2em;
      line-height: 300%; }
  .slider img {
    max-width: 100%;
    height: auto; }
    .slider img:hover {
      opacity: 1; }

@media (max-width: 48.125em) {
  .slider {
    font-size: 0.8em; } }

@media (max-width: 41.875em) {
  .slider p {
    padding-top: 3em; }
    .slider p span {
      line-height: 100%; } }

@media (max-width: 36.875em) {
  .slider p {
    padding-top: 1.3em; }
    .slider p span {
      font-size: 1.4em; }
  .bx-wrapper .bx-pager {
    bottom: -3px; } }

@media (max-width: 25em) {
  .slider p {
    padding-top: 0.5em; }
    .slider p span {
      font-size: 1em; } }

/* Navigation
----------------------------------------------------------------------------------------------------*/
.nav {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin-bottom: 1em; }

.nav ul {
  *zoom: 1;
  list-style: none;
  padding: 5px;
  margin: 0;
  text-align: center;
  background: #3a3a90;
  background: rgba(58, 58, 144, 0.8);
  white-space: normal; }
  .nav ul:before, .nav ul:after {
    content: "";
    display: table; }
  .nav ul:after {
    clear: both; }
  .nav ul li {
    padding: 0;
    margin: 0;
    border-right: 1px solid white;
    width: auto;
    display: inline-block; }
    .nav ul li.last {
      border-right: 0; }
  .nav ul a {
    display: block;
    text-decoration: none;
    padding: 0.5em 1.65em;
    text-align: center;
    color: white;
    text-transform: uppercase; }
    .nav ul a.active, .nav ul a:hover {
      color: #94c53c; }

/* mobile
----------------------------*/
@media only screen and (max-width: 60.625em) {
  .nav {
    margin: 0;
    top: -1em; }
    .nav ul li {
      width: 33.3%;
      float: left;
      padding: 0.5em 0;
      border: 0; }
      .nav ul li a {
        margin: 0 20px;
        border-bottom: 1px solid white;
        font-size: 0.8em; } }

@media (max-width: 35em) {
  .nav ul li {
    width: 50%; } }

@media (max-width: 25em) {
  .nav ul li {
    width: 100%; }
    .nav ul li a {
      font-size: 1em; } }

/*! responsive-nav.js 1.0.25 by @viljamis */
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: relative;
  display: block;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.nav-collapse.disable-pointer-events {
  pointer-events: none !important; }

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media screen and (min-width: 60.625em) {
  .js .nav-collapse {
    position: relative; }
  .js .nav-collapse.closed {
    max-height: none; }
  .nav-toggle {
    display: none; } }

@media only screen and (max-width: 60.625em) {
  /*
		@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
			.nav-toggle {
			  background-image: url("../../../images/structure/menu@2x.png");
			  -webkit-background-size: 40px 40px;
			  -moz-background-size: 40px 40px;
			  -o-background-size: 40px 40px;
			  background-size: 40px 40px;
			}
		}
*/
  .js .nav-collapse {
    overflow: hidden; }
  .nav-collapse, .nav-collapse ul {
    list-style: none;
    width: 100%;
    float: left; }
  .nav-collapse li {
    float: left;
    width: 100%; }
  .nav-toggle {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    text-align: center;
    background: #3a3a90;
    color: white;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    margin-bottom: 1em;
    overflow: hidden; }
    .nav-toggle:hover {
      color: white; } }

/* sidebars
----------------------------*/
.sidebar.one-third {
  padding: 0 0 1em 0; }

.sidebar--right img {
  width: 100%;
  height: auto;
  border: 2px solid white;
  margin-bottom: 1em; }

/* Content Elements
----------------------------*/
.page-content {
  *zoom: 1;
  width: 100%;
  float: left;
  min-height: 500px;
  margin-bottom: 1em; }
  .page-content:before, .page-content:after {
    content: "";
    display: table; }
  .page-content:after {
    clear: both; }

.one-third.text-container, .two-thirds.text-container {
  padding: 0; }

.page-content > .text {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }

.text {
  background: white;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 1em;
  margin-bottom: 1em; }

/* oocss
----------------------------*/
.one-half {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%; }

.one-third {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%; }

.two-thirds {
  display: inline;
  float: left;
  width: 64.58333%;
  margin: 0 1.04167%; }

.one-quarter {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%; }

.one-half, .one-third, .two-thirds, .one-quarter {
  padding: 0 1em 1em; }

@media (max-width: 48.125em) {
  .one-third, .two-thirds {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%; }
  .two-thirds-layout .one-third, .two-thirds-layout .two-thirds {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }
  .one-third.last {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }

@media (max-width: 31.25em) {
  .one-half, .one-third, .two-thirds, .one-quarter {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-bottom: 1em; } }

/* content areas
----------------------------*/
/* contact
----------------------------*/
.contact-info, .contact-form {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%; }

/* forms
----------------------------*/
.form input, .form textarea {
  box-sizing: border-box;
  width: 90%;
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0.4em;
  background: white;
  border: 1px dashed #3a3a90;
  color: #3a3a90;
  font-size: 1.4em; }
  .form input:focus, .form textarea:focus {
    border-style: solid; }
  .form input.submit, .form textarea.submit {
    background: #3a3a90;
    color: white;
    height: auto; }
    .form input.submit:hover, .form textarea.submit:hover {
      background: black; }

.compact {
  margin: 2em; }
  @media (max-width: 48.125em) {
    .compact {
      margin: 0.5em;
      *zoom: 1; }
      .compact:before, .compact:after {
        content: "";
        display: table; }
      .compact:after {
        clear: both; } }
  .compact .form input, .compact .form textarea {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 0.5em; }

input {
  padding: 0 5px;
  display: block; }

input, .select-box {
  border: 1px dotted white;
  width: 100%;
  margin: 0 0 10px 0;
  height: 34px;
  background: none;
  color: white;
  -webkit-appearance: none;
  border-radius: 0; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white; }

.select-box {
  overflow: hidden;
  background: url(../../../images/structure/drop-down-arrow.png) no-repeat 95%; }
  .select-box select {
    background: transparent;
    padding: 0;
    width: 100%;
    padding: 5px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    color: white; }
    .select-box select option {
      color: black; }

.submit {
  background: white;
  background: rgba(255, 255, 255, 0.8);
  color: #3a3a90;
  border-color: #3a3a90;
  text-transform: uppercase; }

/*! jQuery UI - v1.10.4 - 2014-05-26
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.jquery-ui.css, jquery.ui.menu.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=0px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=flat&bgImgOpacityHighlight=0&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%; }

.ui-jquery-ui {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../../../images/jqueryui-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("../../../images/jqueryui-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../../../images/jqueryui-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("../../../images/jqueryui-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../../../images/jqueryui-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../../../images/jqueryui-ui/ui-bg_flat_0_fbf9ee_40x100.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../../../images/jqueryui-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../../../images/jqueryui-ui/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../../../images/jqueryui-ui/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("../../../images/jqueryui-ui/ui-icons_888888_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("../../../images/jqueryui-ui/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("../../../images/jqueryui-ui/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("../../../images/jqueryui-ui/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../../../images/jqueryui-ui/ui-icons_cd0a0a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon- {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("../../../images/jqueryui-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("../../../images/jqueryui-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

.admin-form input, .admin-form textarea, .admin-form select {
  border: 1px solid #3a3a90;
  color: #3a3a90;
  background: none; }
  .admin-form input:focus, .admin-form textarea:focus, .admin-form select:focus {
    background: white;
    border-style: dashed; }
.admin-form textarea {
  width: 100%;
  height: 80px; }
.admin-form select {
  width: 100%; }
.admin-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #3a3a90; }
.admin-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3a3a90;
  opacity: 1; }
.admin-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3a3a90;
  opacity: 1; }
.admin-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #3a3a90; }
.admin-form .submit {
  background: #3a3a90;
  color: white; }
  .admin-form .submit:hover {
    background: #207947; }

/* images
----------------------------*/
.logo {
  text-align: center;
  padding: 1em;
  display: inline-block; }
  .logo img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 35em) {
    .logo {
      display: block; } }

.img {
  text-align: center;
  display: block; }
  .img img {
    max-width: 100%;
    height: auto; }

.expand {
  position: relative; }
  .expand.bg {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 150px;
    width: 23%;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .expand img {
    max-width: 23%;
    z-index: 1; }
  .expand span {
    opacity: 0.6;
    font-size: 0.8em;
    position: absolute;
    bottom: 30px;
    left: 10%;
    width: 80%;
    text-align: center;
    z-index: 2;
    background: #3a3a90;
    color: white;
    padding: 5px; }
  .expand:hover span {
    opacity: 1; }

@media (max-width: 35em) {
  .expand.bg {
    width: 31%; }
  .expand img {
    max-width: 31%; } }

@media (max-width: 25em) {
  .expand.bg {
    width: 45%; }
  .expand img {
    max-width: 48%; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

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

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

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

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../../../images/structure/fancybox/fancybox_sprite.png'); }

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

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../../images/structure/fancybox/fancybox_loading.gif') center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../../images/structure/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../../../images/structure/fancybox/fancybox_overlay.png'); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

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

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

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

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.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) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../../../images/structure/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url('../../../images/structure/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* text
----------------------------*/
h1, h2, h3, h4, h5 {
  line-height: 1.3em;
  font-weight: lighter;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0; }
  h1.oversized, h2.oversized, h3.oversized, h4.oversized, h5.oversized {
    font-size: 2.6em; }
  h1 span, h2 span, h3 span, h4 span, h5 span {
    text-transform: none;
    font-size: 0.7em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.2em; }

h4, h5 {
  font-size: 1.1em; }

strong {
  font-weight: bold; }

p {
  margin: 0;
  padding: 10px 0; }

hr {
  height: 1px;
  border: 0px;
  background: black; }

a {
  color: #3a3a90; }
  a:hover {
    color: black;
    text-decoration: underline; }
  a img:hover {
    opacity: 0.8; }

/* blockquote */
blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

blockquote:before {
  color: #3a3a90;
  content: open-quote;
  font-size: 7em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.back {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em;
  background: #3a3a90;
  color: white;
  text-decoration: none; }
  .back:hover {
    text-decoration: underline;
    opacity: 0.8;
    color: white; }

.info-box {
  /* default info */
  margin-top: 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #AFDBEE;
  padding: 10px 10px 10px 35px;
  position: relative;
  display: block;
  background: url(../../../images/mini-icons/info.png) no-repeat scroll 8px 55% #E4F5FD;
  color: #2A80A7; }
  .info-box a {
    color: #2A80A7; }
    .info-box a:hover {
      color: #2A80A7; }

.videoContainer {
  position: relative;
  padding-bottom: 51%;
  padding-top: 25px;
  height: 0;
  margin-top: 2em;
  margin-bottom: 1em; }
  .videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white; }

/* page
----------------------------*/
.mobile-contact-form {
  display: none;
  padding: 0 10%; }
  .mobile-contact-form h3 {
    display: none; }
  @media (max-width: 25em) {
    .mobile-contact-form {
      padding: 0 2em; } }

/* blocks
----------------------------*/
/* .google-translate
	/* .search
	/* .autocomplete
	/* .accordion
	/* .pagination
	/* .course  // course results
	/* .course__info  // course result
----------------------------*/
/* .google-translate
----------------------------*/
.google-translate {
  position: absolute;
  top: -2em;
  right: 0px; }

/* .search
----------------------------*/
.search {
  background: #3a3a90;
  background: rgba(58, 58, 144, 0.8);
  color: white; }

@media (max-width: 48.125em) {
  .search {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-bottom: 1em; }
    .search .search-group {
      display: inline;
      float: left;
      width: 31.25%;
      margin: 0 1.04167%; }
      .search .search-group .select-box select {
        width: 85%; } }

.full-width .search {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin-bottom: 1em; }
  .full-width .search .search-group {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%; }
    .full-width .search .search-group .select-box select {
      width: 100%; }

@media (max-width: 31.25em) {
  .search .search-group, .full-width .search .search-group {
    width: 100%;
    margin: 0; }
    .search .search-group .select-box select, .full-width .search .search-group .select-box select {
      width: 100%; } }

/* .autocomplete
----------------------------*/
.ui-autocomplete {
  position: absolute; }

/* .accordion
----------------------------*/
.ui-accordion-header, .edit-search {
  padding: 1em;
  margin: 0;
  border: 0;
  width: 97.91667%;
  margin: 0 1.04167%;
  background: #555552;
  text-align: center;
  color: white;
  border-bottom: 1px solid white; }
  .ui-accordion-header:hover, .edit-search:hover {
    cursor: pointer;
    background: #82827c; }
  .ui-accordion-header .ui-accordion-header-icon, .edit-search .ui-accordion-header-icon {
    display: none; }

.ui-accordion-content {
  background: none;
  border: 0; }
  .ui-accordion-content h2 {
    display: none; }

/* .pagination
----------------------------*/
.pages {
  padding: 1em 0;
  text-align: center; }
  .pages a {
    padding: 5px 10px;
    display: inline-block; }
    .pages a:hover {
      opacity: 0.7; }
  .pages .pgNo {
    background: #82827c;
    color: white; }
  .pages .pgNo.current {
    background: #3a3a90;
    color: white; }
  @media (max-width: 31.25em) {
    .pages span {
      display: none; }
    .pages .pgNo {
      display: none; }
    .pages a.nextPage, .pages a.prevPage {
      background: #3a3a90;
      color: white;
      padding: 10px 20px;
      font-size: 1.5em;
      opacity: 0.8em;
      text-decoration: none; }
      .pages a.nextPage:hover, .pages a.prevPage:hover {
        background: #207947;
        text-decoration: none; } }

/* .course
----------------------------*/
.course {
  *zoom: 1;
  color: white;
  margin: 1em 0;
  text-transform: uppercase; }
  .course:before, .course:after {
    content: "";
    display: table; }
  .course:after {
    clear: both; }

@media only screen and (max-width: 60.625em) {
  .course {
    font-size: 0.9em; } }

.course__left, .course__right, .course__left div, .course__right div {
  float: left; }

.course div {
  padding: 1em;
  min-height: 6.5em;
  text-align: center;
  overflow: hidden; }

@media (max-width: 41.875em) {
  .course div {
    padding: 0.5em; } }

.course__left p, .course__right p {
  margin: 0;
  padding: 0; }

div.course__left, div.course__right {
  padding: 0; }

.course__left {
  width: 40%;
  background: #555552; }

.course__right {
  width: 60%;
  background: #555552; }

@media (max-width: 48.125em) {
  .course__left {
    width: 30%; }
  .course__right {
    width: 70%; } }

@media (max-width: 48.125em) {
  .course__left {
    width: 30%; }
  .course__right {
    width: 70%; } }

@media (max-width: 41.875em) {
  .course__left, .course__right {
    width: 100%; } }

div.course__titleLocation {
  width: 100%;
  text-align: left;
  height: 9em;
  color: #b2b2b2; }
  div.course__titleLocation p {
    font-size: 1.4em;
    padding-bottom: 20px;
    color: white; }
  div.course__titleLocation span {
    color: white;
    text-transform: none; }
  div.course__titleLocation a {
    color: white; }
    div.course__titleLocation a:hover {
      color: #94c53c; }

div.course__holes {
  width: 30%;
  background: #94c53c;
  min-height: 0;
  height: 4em;
  line-height: 1em; }

div.course__type {
  width: 70%;
  background: #6ea747;
  min-height: 0;
  height: 4em;
  line-height: 2em; }

.course__price {
  background: #6ea747;
  width: 30%;
  line-height: 3.25em; }
  .course__price span {
    font-size: 3em; }

div.course__contact {
  background: #82827c;
  width: 70%;
  text-align: left;
  line-height: 2.25em;
  text-transform: none; }

.course__contact__phone a {
  color: white; }

.course__contact__website {
  overflow: hidden; }
  .course__contact__website a {
    color: white;
    white-space: nowrap; }
    .course__contact__website a:hover {
      color: #3a3a90; }

.course__trainInfo {
  background: #94c53c;
  width: 50%;
  line-height: 2em;
  min-height: 0;
  height: 4em; }

.course__trainInfo__station {
  font-weight: bold; }

.course__trainInfo__line {
  opacity: 0.8;
  font-size: 0.8em; }

.course__miles {
  background: #6ea747;
  width: 25%;
  line-height: 2em; }
  .course__miles span {
    font-size: 2em; }

.course__kilometres {
  background: #207947;
  width: 25%;
  line-height: 2em; }
  .course__kilometres span {
    font-size: 2em; }

@media (max-width: 41.875em) {
  .course__trainInfo {
    line-height: 1.5em; } }

.course__moreInfo {
  background: #3a3a90;
  display: block;
  color: white;
  text-decoration: none;
  line-height: 2em;
  padding: 0 1em;
  text-align: center; }
  .course__moreInfo span {
    color: #94c53c;
    font-weight: bold; }
  .course__moreInfo:hover {
    background: #555552;
    color: white;
    text-decoration: none; }

/* .course__info
----------------------------*/
.course__info__map {
  width: 100%;
  height: 20em; }

.course__info__picture img {
  max-width: 100%;
  height: auto; }


/* Footer Elements
----------------------------*/
.footer {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
  font-size: 0.8em; }

/* Vendor Elements
----------------------------*/
/* Writen and Designed by Yorkshire Media Ltd 2013. All rights reserved.
----------------------------------------------------------------------------------------------------*/