/*@import url("http://fonts.googleapis.com/css?family=Ubuntu");*/
/*@import url("http://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300");*/
/** ALL FONT IMPORTS ABOVE THIS LINE!!! **/
/** variables contains things that will often need to be changed when creating a new project (Fonts, colors etc) **/
/*
@import "variables";
@import "normalise";
@import "classes";
@import "global";
@import "flexslider";
@import "desktop";
@media screen and (max-width: 1279px){
    @import "960";
}
@media screen and (min-width: 1279px){
    @import "1140";
}
*/
/* Compass stuffs (http://compass-style.org/reference/compass/) */
@CHARSET "UTF-8";
/*! normalize.css 2012-08-07T21:27 UTC | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 1.8em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, 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; }

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

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves 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; }

/* Don't reset, normalise... or so I hear (http://necolas.github.com/normalize.css/) */
/*@import "salsa/background";*/
/* lightweight grid generator (https://github.com/tsi/Salsa) */
/* OL stuffs */
/* =grid= */
/**
 * @Contents
 *
 *  @variables
 *  @compat
 *  @default
 *  @media
 *      @mobile
 *      @800
 *      @1280
 */
/* @variables */
/* Not a grid setting, used for setting heights */
/* @compat -Backwards Compatibility- allowing for OOCSS Over Semantic classes when necessary */
.wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:before, .wrapper:after {
    content: "\0020";
    display: table; }
  .wrapper:after {
    clear: both; }
  .wrapper {
    zoom: 1; }
  .wrapper .grids,
  .wrapper .wrapper {
    padding-left: 0;
    padding-right: 0;
    clear: both;
    margin-left: 0;
    margin-right: 0;
    width: auto; }
    .wrapper .grids:before, .wrapper .grids:after,
    .wrapper .wrapper:before,
    .wrapper .wrapper:after {
      content: "\0020";
      display: table; }
    .wrapper .grids:after,
    .wrapper .wrapper:after {
      clear: both; }
    .wrapper .grids,
    .wrapper .wrapper {
      zoom: 1; }

.grids {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  /* Backwards compatibility */
  /* -Reset @container stuffs for nested containers- */
  /* -Generate .grids .grid-(1-24) { @include grid($i); }- */ }
  .grids:before, .grids:after {
    content: "\0020";
    display: table; }
  .grids:after {
    clear: both; }
  .grids {
    zoom: 1; }
  .grids .grids {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    width: auto; }
    .grids .grids:before, .grids .grids:after {
      content: "\0020";
      display: table; }
    .grids .grids:after {
      clear: both; }
    .grids .grids {
      zoom: 1; }
  .grids .grid-1 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 4.16667%;
    float: left; }
  .grids .grid-2 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 8.33333%;
    float: left; }
  .grids .grid-3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 12.5%;
    float: left; }
  .grids .grid-4 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 16.66667%;
    float: left; }
  .grids .grid-5 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 20.83333%;
    float: left; }
  .grids .grid-6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 25%;
    float: left; }
  .grids .grid-7 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 29.16667%;
    float: left; }
  .grids .grid-8 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 33.33333%;
    float: left; }
  .grids .grid-9 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 37.5%;
    float: left; }
  .grids .grid-10 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 41.66667%;
    float: left; }
  .grids .grid-11 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 45.83333%;
    float: left; }
  .grids .grid-12 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 50%;
    float: left; }
  .grids .grid-13 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 54.16667%;
    float: left; }
  .grids .grid-14 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 58.33333%;
    float: left; }
  .grids .grid-15 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 62.5%;
    float: left; }
  .grids .grid-16 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 66.66667%;
    float: left; }
  .grids .grid-17 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 70.83333%;
    float: left; }
  .grids .grid-18 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 75%;
    float: left; }
  .grids .grid-19 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 79.16667%;
    float: left; }
  .grids .grid-20 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 83.33333%;
    float: left; }
  .grids .grid-21 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 87.5%;
    float: left; }
  .grids .grid-22 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 91.66667%;
    float: left; }
  .grids .grid-23 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 95.83333%;
    float: left; }
  .grids .grid-24 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 100%;
    float: left; }

.nested-container {
  padding-left: 0;
  padding-right: 0; }
  .nested-container:before, .nested-container:after {
    content: "\0020";
    display: table; }
  .nested-container:after {
    clear: both; }
  .nested-container {
    zoom: 1; }

/* @default (960px default 1024x768 INC LTE IE8) */
#grid-head-1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 25%;
  float: left; }

#grid-head-2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 75%;
  float: left; }

.sidebar-template-0 .page-content-cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 100%;
  float: left; }

.sidebar-template-1 .sb-left-cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 20.83333%;
  float: left;
  margin-right: -100%;
  margin-left: 0%; }
.sidebar-template-1 .page-content-cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 79.16667%;
  float: left;
  margin-right: -100%;
  margin-left: 20.83333%; }

.sidebar-template-right-1 .page-content-cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 83.33333%;
  float: left; }
.sidebar-template-right-1 .sb-right-cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 16.66667%;
  float: right; }

.sidebar-template-2 .sb-left-cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 16.66667%;
  float: left;
  margin-right: -100%;
  margin-left: 0%; }
.sidebar-template-2 .page-content-cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 66.66667%;
  float: left;
  margin-right: -100%;
  margin-left: 16.66667%; }
.sidebar-template-2 .sb-right-cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 16.66667%;
  float: right; }

/* lineup fix */
.page-content-cont {
  padding: 0 !important; }

/* Home default */
body.home .search-cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 91.66667%;
  float: left;
  margin-right: -100%;
  margin-left: 4.16667%; }

/** -Sexyfy- **/
/*.wrapper, .grids, .grids [class^="grid-"] {
	@include transition-property(all);
	@include transition-duration(1s);
}*/
/* @media */
/** @mobile -(<720px)- **/
@media (max-width: 720px) {
  /*------------------------------------*\
  MAIN
  \*------------------------------------*/
  body {
    -webkit-text-size-adjust: none; }

  .wrapper {
    width: auto; }

  .grids {
    margin: 0;
    width: auto; }

  [class^="grid-"],
  .grids [class^="grid-"] {
    float: none;
    margin: 0;
    width: auto; }

  /*#grid-head-1, #grid-head-2 { float:none!important; margin:0!important; width:auto!important; }*/
  /*#header #cb_main_search { @include box-sizing(); }*/ }
/** @800 -Bigger than mobile but smaller than 1024px (800x600)- */
@media (min-width: 721px) and (max-width: 1023px) {
  .wrapper, .grids {
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .wrapper:before, .wrapper:after, .grids:before, .grids:after {
      content: "\0020";
      display: table; }
    .wrapper:after, .grids:after {
      clear: both; }
    .wrapper, .grids {
      zoom: 1; }

  .featboxes-desk {
    overflow: hidden; }

  .sidebar-template-1 .sb-left-cont {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 20.83333%;
    float: left;
    margin-right: -100%;
    margin-left: 0%; }
  .sidebar-template-1 .page-content-cont {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 79.16667%;
    float: left;
    margin-right: -100%;
    margin-left: 20.83333%; }

  .sidebar-template-right-1 .page-content-cont {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 79.16667%;
    float: left; }
  .sidebar-template-right-1 .sb-right-cont {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 20.83333%;
    float: right; }

  .sidebar-template-2 .sb-left-cont {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 20.83333%;
    float: left;
    margin-right: -100%;
    margin-left: 0%; }
  .sidebar-template-2 .page-content-cont {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 58.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.83333%; }
  .sidebar-template-2 .sb-right-cont {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 20.83333%;
    float: right; }

  /* Expand homepage feature */
  body.home .featboxes-desk .feature-cont {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 100%;
    float: left; }

  /* Shrink/hide homepage featured obj */
  body.home .featboxes-desk .cb-featured-object-cont {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.33333%; } }
/** @1280 -wide screens (1280+)- **/
@media (min-width: 1280px) {
  .wrapper, .grids {
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .wrapper:before, .wrapper:after, .grids:before, .grids:after {
      content: "\0020";
      display: table; }
    .wrapper:after, .grids:after {
      clear: both; }
    .wrapper, .grids {
      zoom: 1; } }
/* All layout grid based stuff in here, including layout based media queries */
/* @Contents
 *      @fix
 *      @h-nav
 *      @link-list
 *      @WordPress
 */
@CHARSET "UTF-8";
/* @fix */
.fix {
  display: block; }

.fix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

/* @h-nav */
.h-nav > ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.h-nav > ul > li {
  display: inline-block; }

#ie7 .h-nav > ul > li {
  float: left; }

/** .h-nav.text-nav **/
.h-nav.text-nav > ul {
  cursor: default; }

.h-nav.text-nav li {
  padding: 0 3px; }

/* @link-list */
.link-list {
  list-style-type: none; }

.link-list li {
  background: url("img/arrow.png") no-repeat center right transparent;
  background-size: 10px 10px;
  padding: 5px 20px 5px 0; }

/* @clear */
.clear {
  clear: both;
  height: 1px;
  visibility: hidden; }

/* @adamh's classes that don't follow the rest of the sites design. */
.super-important {
  font-weight: bold;
  font-size: 1.1em; }

.kinda-important {
  font-size: 0.9em;
  color: #000; }

/* @button */
/* Desktop only! */
body.desktop {
  /* IE FILTER PARSING FIX */
  /** @800 -Bigger than mobile but smaller than 1024px (800x600)- */ }
  body.desktop button, body.desktop .button {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: none;
    background: #d26140;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 2px;
    outline: none;
    padding: 7px 3px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    zoom: 1; }
  body.desktop button:hover, body.desktop .button:hover {
    background: #8781bd;
    text-decoration: none; }
  body.desktop a.button:hover {
    color: #fff !important; }
  body.desktop button:active, body.desktop .button:active {
    background: #8781bd;
    color: #fff;
    top: 1px; }
  body.desktop button.icon.large, body.desktop .button.icon.large {
    border-radius: 5px;
    padding: 0.2em 0.2em 0.25em; }
  body.desktop button:before, body.desktop button.disabled:before, body.desktop .button.disabled:before {
    font-weight: normal;
    vertical-align: bottom; }
  body.desktop button[disabled='disabled']:before, body.desktop button.disabled:before, body.desktop .button.disabled:before {
    color: #e9e9e9; }
  body.desktop button[disabled='disabled'], body.desktop button.disabled, body.desktop .button.disabled {
    color: #e9e9e9 !important;
    background: #6e6e6e !important;
    position: static;
    cursor: default; }
  @media (min-width: 721px) and (max-width: 1023px) {
    body.desktop {
      /* None grid/layout based media stuffs here */ }
      body.desktop button.icon, body.desktop .button.icon {
        border-radius: 5px;
        padding: 0.2em 0.2em 0.25em; }
      body.desktop button.icon:before, body.desktop .button.icon:before {
        display: block;
        padding: 0 0 5px; } }

/* @Info (For informational text, slightly smaller less bold, potentially italics etc) */
.info {
  color: #555;
  font-size: 0.8em;
  line-height: 1.4em; }

/* @WordPress */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Orangeleaf custom classes */
/* =typog= */
/*  @contents
 *      @settings
 *      @body
 *      @header
 *      @footer
 *      @logo
 *      @pages
 *      @other
 */
/* abrreviations:
    h   (heading)
    hd  (header)
    bd  (body)
    ft  (footer)
   hv  (hover)
   v   (visited)
   act (active)
   foc (focus)
*/
/* @settings */
/* @body */
body {
  font-family: arial, sans-serif;
  color: #000;
  font-size: 90%;
  line-height: 1.4em;
  text-rendering: optimizelegibility; }

a {
  color: #3d709e;
  /*@include hover-link(); */
  text-decoration: none; }
  a:visited {
    color: #3d709e; }
  a:focus {
    color: #3d709e; }
  a:hover {
    color: #2F5679; }
  a:active {
    color: #3d709e; }

h1, h2, h3, h4, h5, h6 {
  color: #981b1e;
  font-family: "Myriad Pro", Frutiger, "Frutiger Pro", arial, sans-serif;
  font-weight: normal;
  line-height: 1.4em; }

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  color: #2f5679;
  text-decoration: none; }
  h1 a:visited, h2 a:visited, h3 a:visited,
  h4 a:visited, h5 a:visited, h6 a:visited {
    color: #2f5679; }
  h1 a:focus, h2 a:focus, h3 a:focus,
  h4 a:focus, h5 a:focus, h6 a:focus {
    color: #2f5679; }
  h1 a:hover, h2 a:hover, h3 a:hover,
  h4 a:hover, h5 a:hover, h6 a:hover {
    color: #213c54; }
  h1 a:active, h2 a:active, h3 a:active,
  h4 a:active, h5 a:active, h6 a:active {
    color: #2f5679; }
  h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus,
  h4 a:hover,
  h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
    text-decoration: underline; }

/* @header */
#header {
  font-family: arial, sans-serif;
  color: #e6e6e6;
  font-size: 1em;
  line-height: 1.5em; }
  #header a {
    color: #e6e6e6;
    text-decoration: none; }
    #header a:visited {
      color: #e6e6e6; }
    #header a:focus {
      color: #e6e6e6; }
    #header a:hover {
      color: white; }
    #header a:active {
      color: #e6e6e6; }
    #header a:hover, #header a:focus {
      text-decoration: underline; }
  #header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
    color: #e6e6e6;
    font-family: "Myriad Pro", arial, sans-serif;
    line-height: 1em;
    font-weight: bold; }
  #header h1 a, #header h2 a, #header h3 a,
  #header h4 a, #header h5 a, #header h6 a {
    color: white;
    text-decoration: none; }
    #header h1 a:visited, #header h2 a:visited, #header h3 a:visited,
    #header h4 a:visited, #header h5 a:visited, #header h6 a:visited {
      color: white; }
    #header h1 a:focus, #header h2 a:focus, #header h3 a:focus,
    #header h4 a:focus, #header h5 a:focus, #header h6 a:focus {
      color: white; }
    #header h1 a:hover, #header h2 a:hover, #header h3 a:hover,
    #header h4 a:hover, #header h5 a:hover, #header h6 a:hover {
      color: white; }
    #header h1 a:active, #header h2 a:active, #header h3 a:active,
    #header h4 a:active, #header h5 a:active, #header h6 a:active {
      color: white; }
    #header h1 a:hover, #header h1 a:focus, #header h2 a:hover, #header h2 a:focus, #header h3 a:hover, #header h3 a:focus,
    #header h4 a:hover,
    #header h4 a:focus, #header h5 a:hover, #header h5 a:focus, #header h6 a:hover, #header h6 a:focus {
      text-decoration: underline; }

/* @footer */
#footer {
  font-family: arial, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.3em; }
  #footer a {
    color: #ccc;
    /*@include hover-link(); */ }
    #footer a:visited {
      color: #ccc; }
    #footer a:focus {
      color: #ccc; }
    #footer a:hover {
      color: #eee; }
    #footer a:active {
      color: #ccc; }
  #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #fff;
    font-family: "Myriad Pro", Frutiger, "Frutiger Pro", arial, sans-serif;
    line-height: 1em;
    font-weight: bold; }
  #footer h1 a, #footer h2 a, #footer h3 a,
  #footer h4 a, #footer h5 a, #footer h6 a {
    color: white;
    /*@include hover-link(); */
    text-decoration: none; }
    #footer h1 a:visited, #footer h2 a:visited, #footer h3 a:visited,
    #footer h4 a:visited, #footer h5 a:visited, #footer h6 a:visited {
      color: white; }
    #footer h1 a:focus, #footer h2 a:focus, #footer h3 a:focus,
    #footer h4 a:focus, #footer h5 a:focus, #footer h6 a:focus {
      color: white; }
    #footer h1 a:hover, #footer h2 a:hover, #footer h3 a:hover,
    #footer h4 a:hover, #footer h5 a:hover, #footer h6 a:hover {
      color: white; }
    #footer h1 a:active, #footer h2 a:active, #footer h3 a:active,
    #footer h4 a:active, #footer h5 a:active, #footer h6 a:active {
      color: white; }

/* @logo */
#logo a {
  font-family: "Myriad Pro", Frutiger, "Frutiger Pro", arial, sans-serif;
  font-size: 1.4em;
  color: white; }
  #logo a:visited {
    color: white; }
  #logo a:focus {
    color: white; }
  #logo a:hover {
    color: white; }
  #logo a:active {
    color: white; }

#logo h2 a {
  font-size: 1em; }

/* @pages -Individual page typog- */
/* @other */
/** meta **/
.meta {
  color: #777;
  font-size: 0.8em; }
  .meta a {
    color: #777;
    text-decoration: underline; }

/** sb-bottom -Not within #middle- **/
#sb-bottom {
  color: #fff; }
  #sb-bottom a {
    color: #fff;
    font-weight: bold;
    text-decoration: none; }
  #sb-bottom a:hover {
    color: #0f3457; }
  #sb-bottom #sb-bottom-left .link-list li {
    font-size: 1.2em; }
  #sb-bottom #sb-bottom-left a {
    color: #0f3457; }
  #sb-bottom #sb-bottom-right .link-list li {
    font-size: 1em; }

/** Search field **/
#header .searchform .searchfield {
  color: #999; }

/** featured object **/
body.home .feat-obj-text h3, body.home .feat-obj-text p {
  color: #fff; }
  body.home .feat-obj-text h3 a, body.home .feat-obj-text p a {
    color: #fff !important;
    text-decoration: none; }
    body.home .feat-obj-text h3 a:hover, body.home .feat-obj-text h3 a:focus, body.home .feat-obj-text p a:hover, body.home .feat-obj-text p a:focus {
      text-decoration: underline; }

/* All things typography! */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author:Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

.flex-direction-nav .flex-prev {
  left: -36px; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px; }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/* default flexslider/feature stuff, has to be loaded here :/ */
/* =desktop= */
/*  @contents
 *      @general
 *      @body
 *      @header
 *      @middle
 *      @footer
 *      @media
 */
/* @general */
.m-320,
.m-480,
.m-640,
.m-800 {
  display: none; }

.d-all {
  display: block; }

.d-1024,
.d-1280 {
  display: none; }

@media all and (min-width: 1024px) {
  .d-1024 {
    display: block; } }
@media all and (min-width: 1280px) {
  .d-1280 {
    display: block; } }
.fancybox-inner {
  overflow: hidden !important; }

/* @body */
body {
  background: #0f3457; }

a, button {
  transition: all 0.5s ease; }

/* @header */
#header {
  background: #0f3457;
  /*box-shadow: 0px 5px 10px #d0d0d0;*/
  position: relative;
  height: 100px;
  padding: 10px 0;
  /** #head-2-top **/
  /** #head-2-bot **/ }
  #header #logo img {
    height: auto;
    max-height: 100px;
    max-width: 100%; }
  #header .signin {
    background-color: #95b6df;
    border-radius: 0px 0px 7px 50px;
    color: #fff;
    float: right;
    margin-top: -10px;
    padding: 5px 34px; }
  #header .signin * {
    color: #fff !important; }
  #header .signin a {
    font-weight: bold; }
  #header #head-2-bot {
    position: relative;
    top: 10px; }
  #header #head-2-top {
    margin: 8px 0 0;
    float: left;
    width: 100%; }
  #header #nav-head-top {
    font-size: 1em;
    float: left;
    margin-top: -30px; }
  #header .accessibility {
    background: #fff;
    border-radius: 50px 7px 0px 0px;
    clear: right;
    color: #000;
    float: right;
    margin: 18px 0px 0px 0px;
    padding: 5px 5px 5px 30px;
    width: 16%; }
  #header .accessibility a {
    color: #0f3457; }
  #header #reset {
    float: right; }
  #header #up {
    float: right;
    padding-left: 2%;
    margin-right: 7%; }
  #header .nav-head-bot {
    position: absolute;
    bottom: 10px; }
  #header .ols-socialdust {
    margin: 10px 0px; }
  #header .searchform {
    width: 90%;
    margin-top: 15px; }
  #header .submit.btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #d26140;
    border: none;
    border-radius: 0px 7px 7px 0px;
    font-size: 1.2em;
    font-weight: bold;
    top: 0;
    right: 0;
    height: 38px;
    padding: 5px 1%;
    position: absolute;
    width: 18%; }
  #header .submit.btn:hover {
    background: #8781bd; }
  #header .searchform .links {
    background: #95b6df;
    border-radius: 0px 0px 7px 7px;
    clear: both;
    float: left;
    margin: -52px 2px 9px 2px;
    padding: 1px;
    width: auto; }
  #header .searchform .links a {
    color: #fff;
    font-weight: bold; }
  #header .searchform .searchlinks div.ui-block-a {
    padding-right: 5px; }
  #header .searchform .searchlinks div.ui-block-b {
    padding-left: 5px; }
  #header .searchform .searchlinks div.ui-block-c {
    display: none !important; }
  #header .searchform .searchlinks > div {
    display: inline;
    padding: 10px;
    text-align: center; }
  #header .searchform fieldset {
    padding: 0;
    float: left;
    border: none;
    margin-top: -90px;
    position: relative;
    width: 70%; }
  #header .searchform .searchfield {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #95b6df;
    border-radius: 7px 7px 7px 0px;
    height: 38px;
    padding: 11px 20% 11px 11px;
    width: 100%; }

/* @middle */
#middle {
  background-color: #fff;
  color: #111;
  /* @sidebars */
  /** sb-left **/ }
  #middle .wrapper {
    background-color: #fff; }
  #middle .edit-link {
    z-index: 100; }
  #middle .sidebar {
    margin-top: 1.5em; }
  #middle .sidebar ul {
    padding: 0; }
  #middle .sidebar ul ul, #middle .sidebar ol ol {
    padding: 0 0 0 10px; }
  #middle .sidebar ul {
    list-style: none; }
  #middle #sb-left ul ul, #middle #sb-right ul ul {
    padding: 0 0 0 20%; }
  #middle .entry-meta {
    clear: both; }
  #middle #sb-left h3.widget-title {
    background: #d26140;
    border-radius: 7px 0px 0px 0px;
    color: #fff;
    font-size: 1.25em;
    padding: 3px 7px; }

#nav.outer {
  background-color: #95b6df; }

.nav-cont-top a {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase; }

/** sb-bottom -(This is an exception, it is not within #middle)- **/
#sb-bottom-wrapper {
  background: rgba(140, 147, 168, 0.5); }

#sb-bottom .clear,
#sb-bottom-wrapper .clear {
  height: 0px; }

#sb-bottom .grids {
  padding-bottom: 0px; }

#sb-bottom.outer {
  background-color: #d7e2f0;
  padding: 0px 0px; }

#sb-bottom .link-list {
  padding: 0; }

#sb-bottom-wrapper .link-list {
  margin-top: 0;
  margin-bottom: 0; }

#sb-bottom-left {
  padding-top: 10px; }

#sb-bottom-left .link-list {
  line-height: 1.4em;
  margin-top: 0px;
  margin-right: 20px; }

#sb-bottom-left .link-list:first-child {
  border-top: 0px solid #fff; }

#sb-bottom-left .link-list li {
  border-bottom: 0px solid #fff; }

#sb-bottom-right .link-list {
  border-top: 0px solid #fff; }

#sb-bottom-right .link-list li {
  border-bottom: 0px solid #fff; }

.sb-bottom-right-cont {
  background: #8c93a8;
  padding: 11px; }

#recentcomments .cb-comments-author {
  color: #95b6df;
  display: block;
  font-weight: bold; }

#recentcomments .cb-comments-on {
  display: none; }

#recentcomments .cb-comments-link {
  display: block;
  font-size: 0.85em; }

/* @Footer */
#footer {
  position: relative;
  padding: 10px 0 20px;
  /* 2em bottom accounts for 1em widget heading margin-top */
  background: #0f3457;
  /*box-shadow: 0px -5px 10px rgba(140, 147, 168, 0.1);*/
  border-top: 10px solid #fff;
  /* Inverse curve at the top right of the account panel */ }
  #footer .viewswitch {
    margin-top: 15px;
    display: block;
    text-align: right; }
  #footer .widget-title {
    color: #d26140;
    border-radius: 7px 7px 0px 0px;
    font-size: 1.4em;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 0px; }
  #footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0; }
  #footer #sb-foot-0 {
    background: #fff;
    border-radius: 0px 0px 7px 7px;
    color: #fff;
    margin-top: -10px;
    padding: 5px; }
  #footer #sb-foot-0 h3 {
    font-weight: normal;
    padding: 3px; }
  #footer #sb-foot-0 ul {
    background: #f0f0f0;
    border-radius: 7px; }
  #footer #sb-foot-0 li {
    border-bottom: 1px solid #fff; }
  #footer #sb-foot-0 li:first-child a {
    border-radius: 7px 7px 0px 0px; }
  #footer #sb-foot-0 li:last-child a {
    border-radius: 0px 0px 7px 7px; }
  #footer #sb-foot-0 a {
    color: #0f3457 !important;
    display: block;
    padding: 3px 7px; }
  #footer #sb-foot-0 a:hover {
    background: #c5d9f1; }
  #footer .grid-6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 29.16667%;
    float: left; }
  #footer .grid-6:first-child, #footer .grid-6:last-child {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 20.83333%;
    float: left; }
  #footer .grid-6:nth-child(2) {
    background: #fff;
    margin-top: -10px;
    margin-left: -5px;
    padding: 0px; }
  #footer #sb-foot-1 {
    border-radius: 14px 0px 0px 0px;
    background: #0f3457;
    padding-top: 10px;
    padding-left: 14px; }

#morefoot .copyright {
  color: #95b6df;
  display: block;
  float: left;
  font-weight: bold;
  margin-top: 7px;
  display: block;
  float: left;
  padding-top: 10px; }

/* @media */
/** -Place grid/layout based media queries in _grid.scss- **/
/** -Special case- **/
@media (max-width: 490px) {
  .cb_get_record_content #tabs .tab {
    border: none !important; }
  .cb_get_record_content #tabs > ul {
    clear: both;
    float: none;
    padding-top: 10px; }
  .cb_get_record_content #tabs > ul > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 50%;
    float: left;
    border: 1px solid #383838;
    border-radius: 0px;
    margin: 0px; }
  .cb_get_record_content #tabs > ul > li > a {
    display: block; } }
@media (max-width: 550px) {
  #header {
    height: auto; }
    #header #head-2-top,
    #header .nav-head-top {
      display: none; }
    #header .accessibility {
      display: none; }
    #header form.searchform {
      margin: 0; }
    #header form.searchform .searchlinks {
      margin-top: 0; }
    #header form.searchform fieldset {
      margin-top: 10px;
      float: none; }

  #footer .grid-6:first-child, #footer .grid-6:last-child, #footer .grid-6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 100%;
    float: left; }
  #footer .grid-6:nth-child(2) {
    background: none;
    margin-top: 0px;
    margin-left: 0px;
    padding: 5px; }
  #footer #sb-foot-1 {
    padding: 0px; }

  #orderLeft, #orderRight {
    display: block !important;
    width: 100% !important; } }
/** @mobile -(<720px)- **/
@media (max-width: 720px) {
  /* None grid/layout based media stuffs here */
  #header .signin {
    background-color: transparent; }
  #header .accessibility {
    margin-top: 49px;
    width: 30%; }
    #header .accessibility #up, #header .accessibility #reset {
      display: none; }
  #header body.home .cb-featured-object img {
    display: block;
    margin: 0 auto;
    width: auto; }
  #header .ols-socialdust-cont {
    display: none; }
  #header .submit.btn {
    width: auto; }
  #header form.searchform fieldset {
    width: 100%; }
  #header .head-2-bot {
    width: 100%; }

  /** Sidebars **/
  .sb-right-cont {
    float: none !important; }

  .page-content-cont {
    display: block !important; }

  /*#header [class^="grid-"] { clear:both; }
  #header { height:auto; }
  #logo img { display:block; margin:0 auto 10px; }
  #head-2 .nav-head-bot { position:relative; bottom:0; margin-top:10px; clear:both; }
  #head-2 .searchform { margin-top:10px; }
  #head-2 .searchform fieldset { width:100%; }
  #head-2 .searchform .searchfield { padding:5px 0; }
  #header .searchlinks { margin-top:0px; }*/
  #sb-left ul ul, #sb-right ul ul {
    padding: 0 0 0 10px; }

  /** Feature slider **/
  .flex-control-nav.flex-control-paging {
    display: none; }

  .grids.boxes.equalfirst.hp-feature-cont .grid-16 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 66.66667%;
    float: left; }
  .grids.boxes.equalfirst.hp-feature-cont .grid-8 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 33.33333%;
    float: left; } }
@media (max-width: 1024px) {
  #orderLeft button {
    display: block !important;
    margin-bottom: 10px;
    width: 75% !important; }

  #orderLeft form {
    display: block !important; } }
/** @800 -Bigger than mobile but smaller than 1024px (800x600)- */
@media (min-width: 721px) and (max-width: 1023px) {
  /* None grid/layout based media stuffs here */
  #header .accessibility #up, #header .accessibility #reset {
    display: none; } }
/** @1280 -wide screens (1280+)- **/
@media (min-width: 1280px) {
  /* None grid-/layout based media stuffs here */ }
/* desktop base styling (body, header, footer, middle and non layout based media queries)  */
/* =pages= */
/* css for individual pages */
/*  @contents
 *      @home
 *      @search
 *      @advancedsearch
 *      @getrecord
 *      @events
 *      @cart
 */
/** @home **/
body.home .featobjbox {
  height: 100%;
  position: relative; }
  body.home .featobjbox img {
    max-height: 100%; }
body.home .cb-featured-object {
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee; }
body.home .cb-featured-object img {
  position: relative;
  height: 100%;
  width: 100%; }
body.home .feat-obj-text {
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 4%;
  width: 92%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#80000000',GradientType=0 ); }
body.home .feat-obj-text h3,
body.home .feat-obj-text p {
  margin: 1% 0;
  color: #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
body.home .ols_centre_open {
  font-size: 1.6em; }
body.home .ols_centre_open span {
  font-style: italic; }
body.home .boxes .homeboxes img {
  min-width: 100%; }

/* @search */
/** -Results- **/
.search-results .pagination {
  color: #fff;
  margin: -5px 0px 0px 7px;
  padding-left: 0px; }
.search-results .pagination > span,
.search-results .pagination > div {
  display: inline-block;
  max-width: 350px;
  overflow: hidden; }
.search-results .pagination.bottom {
  float: right;
  margin: 0px 0px 20px 0px; }
.search-results .pagination a.active {
  background: white;
  border-radius: 20px;
  color: #506C8F;
  font-weight: bold;
  padding: 4px; }
.search-results .rppcont {
  background: #c5d9f1;
  border-radius: 0px;
  margin: 23px 0px 0px 0px;
  padding: 7px;
  text-align: right;
  width: auto;
  margin-right: 11px; }
.search-results #storeSearch {
  display: none;
  float: right;
  margin-top: -72px;
  /* Display with js */
  width: 15.667%; }
.search-results .button.ajaxWishlist, .search-results button.add, .search-results input.button {
  float: right; }
.search-results .result {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
  padding-bottom: 16px; }
  .search-results .result:before, .search-results .result:after {
    content: "\0020";
    display: table; }
  .search-results .result:after {
    clear: both; }
  .search-results .result {
    zoom: 1; }
.search-results .result:last-child {
  border: none; }
.search-results .result .post-thumb img {
  border: 3px solid #eee;
  padding: 5px;
  max-width: 100px; }
.search-results .result {
  clear: both; }
.search-results .result .post-thumb {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 16.66667%;
  float: left;
  float: left;
  min-height: 1px; }
.search-results .result .post-title h2 {
  margin: 0; }
.search-results .result .post-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 83.33333%;
  float: left; }
.search-results .wishlist-result .post-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 62.5%;
  float: left; }
.search-results .wishlist-result.no-thumb .post-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 83.33333%;
  float: left; }
.search-results .wishlist-result .wishlist-add {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 16.66667%;
  float: right; }
.search-results .wishlist-result .wishlist-add input.chkWishlist {
  float: right;
  max-width: 100%; }
.search-results .wishlist-result .wishlist-add button {
  width: 100%; }
.search-results .wishlist-result .wishlist-add a.fancybox {
  display: block;
  font-size: 0.8em;
  text-align: center; }
@media (min-width: 721px) and (max-width: 1023px) {
  .search-results .result .post-thumb {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 25%;
    float: left; }
  .search-results .result .post-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 75%;
    float: left; }
  .search-results .wishlist-result .post-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 50%;
    float: left; }
  .search-results .wishlist-result .wishlist-add {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 16.66667%;
    float: right; } }
@media (max-width: 720px) {
  .search-results .result .post-thumb {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 25%;
    float: left; }
  .search-results .result .post-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 75%;
    float: left; }
  .search-results .wishlist-result .wishlist-add {
    clear: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 41.66667%;
    float: right; } }
.search-results #addToWishlistForm {
  clear: both;
  padding-top: 15px; }
  .search-results #addToWishlistForm .button.remove {
    background: #8781bd; }
  .search-results #addToWishlistForm .button.remove:hover {
    background: #d26140; }

.cb_search_highlight {
  background-color: #fff3d1;
  color: #000; }

/** -FacetTree- **/
.search-no-results .cb-ft-orderby, .widget_cb_searchfacetswidget .cb-ft-results__from {
  display: none; }

/* taken from inline style (invalid html) */
.cb_facet_expander {
  background-image: url("img/expander.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 13px;
  width: 13px; }

.cb_facet_expander.closed {
  background-position: -13px 0px; }

.cb_facet_tree > ul > li > a {
  font-weight: bold; }
.cb_facet_tree ul {
  margin: 8px 0; }
.cb_facet_tree ul li {
  margin: 0; }
.cb_facet_tree li {
  line-height: 1.4em;
  font-size: 0.95em; }
.cb_facet_tree li.showmore a, .cb_facet_tree li.showless a {
  color: #999;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold; }
.cb_facet_tree li.showmore a:hover, .cb_facet_tree li.showless a:hover {
  color: #000; }
.cb_facet_tree ul ul {
  padding: 0 !important; }
.cb_facet_tree ul > li > .nolink {
  color: #d26140; }
.cb_facet_tree .icon:before {
  color: #3d709e;
  font-size: 1em !important; }

#cb_thesaurussearch {
  clear: both; }

.widget_cb_searchfacetswidget > h3 {
  font-size: 1.1em; }

/* @wishlist */
#wishlist .toplink {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 37.5%;
  float: right;
  margin-bottom: 10px;
  text-align: center; }
#wishlist #wishlist-info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee; }
#wishlist .biglink {
  color: #555;
  display: block;
  font-size: 1.3em;
  margin-bottom: 10px !important;
  text-align: center;
  text-decoration: underline; }
#wishlist button {
  display: block;
  font-size: 12px;
  margin: 0 auto;
  width: 100%; }
#wishlist .booking-col, #wishlist .download-col, #wishlist .delete-col {
  min-height: 1px; }
#wishlist div.buttons {
  border-bottom: 1px solid #eee;
  clear: both;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px; }
#wishlist .booking-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 12.5%;
  float: left;
  margin-right: -100%;
  margin-left: 62.5%; }
#wishlist .download-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 12.5%;
  float: left;
  margin-right: -100%;
  margin-left: 75%; }
#wishlist .delete-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 12.5%;
  float: right; }
#wishlist .booking-col > *, #wishlist .download-col > *, #wishlist .delete-col > * {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  text-align: center; }
#wishlist .booking-col img, #wishlist .download-col img, #wishlist .delete-col img {
  max-width: 100%; }
#wishlist #wishlist-results {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 100%;
  float: left;
  clear: left;
  margin-top: 10px;
  /* Ordered highlight */ }
  #wishlist #wishlist-results .result {
    padding-left: 0;
    padding-right: 0;
    background-color: #fffdfc;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px; }
    #wishlist #wishlist-results .result:before, #wishlist #wishlist-results .result:after {
      content: "\0020";
      display: table; }
    #wishlist #wishlist-results .result:after {
      clear: both; }
    #wishlist #wishlist-results .result {
      zoom: 1; }
  #wishlist #wishlist-results .result.even {
    background-color: #fff; }
  #wishlist #wishlist-results .result .post-thumb img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #eee;
    max-width: 100%;
    padding: 5px; }
  #wishlist #wishlist-results .result {
    clear: both; }
  #wishlist #wishlist-results .result p {
    margin: 5px; }
  #wishlist #wishlist-results .result p.info {
    margin-bottom: 0; }
  #wishlist #wishlist-results .result .post-thumb {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 12.5%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    margin-right: -100%;
    min-height: 1px; }
  #wishlist #wishlist-results .result .post-title h3 {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap; }
  #wishlist #wishlist-results .result .post-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%; }
  #wishlist #wishlist-results .result .entry-meta {
    font-style: italic;
    font-size: 0.75em; }
  #wishlist #wishlist-results .row a.button {
    display: block;
    float: none;
    padding: 0.4em 0;
    width: 100%; }
  #wishlist #wishlist-results .result.ordered {
    background-color: #FCF773;
    border: 1px solid #FCF400; }
@media (max-width: 720px) {
  #wishlist .result .post-thumb {
    display: none; }
  #wishlist #wishlist-results .result .post-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #wishlist #wishlist-info {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 100%;
    float: left; }
  #wishlist .booking-col {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 33.33333%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #wishlist .download-col {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 33.33333%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #wishlist .delete-col {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 33.33333%;
    float: right; }
  #wishlist .booking-col, #wishlist .download-col, #wishlist .delete-col {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px; } }

/* @searchlist */
#searchlist .pagination {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 54.16667%;
  float: left;
  height: 20px;
  margin-bottom: 20px; }
  #searchlist .pagination span {
    display: none; }
#searchlist .rppcont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 20.83333%;
  float: left;
  height: 20px;
  margin-bottom: 20px; }
#searchlist .toplink {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 37.5%;
  float: right;
  margin-bottom: 10px;
  text-align: center; }
#searchlist #searchlist-info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 75%;
  float: left; }
#searchlist .biglink {
  color: #555;
  display: block;
  font-size: 1.3em;
  margin-bottom: 10px !important;
  text-align: center;
  text-decoration: underline; }
#searchlist button {
  display: block;
  margin: 0 auto; }
#searchlist .post-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 75%;
  float: left; }
#searchlist .rename-col, #searchlist .delete-col {
  min-height: 1px; }
#searchlist .rename-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 12.5%;
  float: left; }
#searchlist .delete-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 12.5%;
  float: right; }
#searchlist .rename-col > *, #searchlist .delete-col > * {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  text-align: center; }
#searchlist .rename-col img, #searchlist .delete-col img {
  max-width: 100%; }
#searchlist .searchlist-results {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
  width: 100%;
  float: left;
  clear: left;
  margin-top: 40px; }
  #searchlist .searchlist-results .result {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    padding-bottom: 16px; }
    #searchlist .searchlist-results .result:before, #searchlist .searchlist-results .result:after {
      content: "\0020";
      display: table; }
    #searchlist .searchlist-results .result:after {
      clear: both; }
    #searchlist .searchlist-results .result {
      zoom: 1; }
  #searchlist .searchlist-results .result {
    clear: both; }
  #searchlist .searchlist-results .result .post-title h2 {
    margin: 0; }
  #searchlist .searchlist-results .result .post-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 75%;
    float: left;
    /*margin-left:130px;*/ }

/* @advancedsearch */
.cb_advanced_form label.cb_label {
  clear: left;
  display: block;
  float: left;
  width: 150px; }
.cb_advanced_form input.cb_textfield {
  width: 60%; }
.cb_advanced_form .cb_help {
  display: block;
  font-size: 0.8em;
  margin-left: 150px;
  font-style: italic; }
.cb_advanced_form .cb_help span {
  float: right !important;
  margin-right: 0 !important; }
.cb_advanced_form input.submit.btn {
  background-color: #8781BD !important;
  color: #fff !important;
  border: none !important;
  text-shadow: 0 1px 0 #434079; }
.cb_advanced_form fieldset {
  border-radius: 10px;
  padding: 20px; }
.cb_advanced_form fieldset fieldset {
  border: none;
  padding: 10px; }
.cb_advanced_form input.cb_textfield {
  border: 1px solid silver;
  border-radius: 5px;
  padding: 4px; }

/* @getrecord */
#cb_get_record_images {
  background: none repeat scroll 0 0 #FFFFFF;
  max-width: 300px;
  padding: 10px;
  float: right; }

#cb_main_image {
  margin-bottom: 10px; }

#cb_get_record_images ul {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center; }

#cb_get_record_images li {
  display: inline; }

.getrecord ul {
  clear: left;
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.getrecord ul li {
  padding-right: 10px; }

.getrecord ul ul {
  display: inline; }

.getrecord ul ul li {
  padding-right: 10px;
  display: inline; }

.getrecord li {
  margin-bottom: 10px; }

#cb_get_record_information .ordernow button {
  font-size: 1em;
  padding: 11px; }
#cb_get_record_information #addtowishlist {
  border-radius: 7px 7px 0px 0px;
  font-size: 1em;
  margin: 20px 0 0 0;
  padding: 11px; }
#cb_get_record_information #addtowishlist[disabled=disabled] {
  margin-top: 0; }
#cb_get_record_information .ordernow button:before,
#cb_get_record_information #addtowishlist:before {
  font-size: 1.5em; }
#cb_get_record_information .tab {
  border-radius: 0; }
#cb_get_record_information #cb_tags {
  background: #f0f0f0;
  border: none; }
#cb_get_record_information #cb_tags li {
  background: #d0d0d0;
  border: none; }
#cb_get_record_information #cb_tags li:last-child {
  background: none; }
#cb_get_record_information .icon-info {
  font-size: 1.1em; }
  #cb_get_record_information .icon-info:before {
    color: #d26140; }

.button.cb-object-request {
  font-size: 1em !important;
  padding: 5px 10px !important; }

#orderLeft, #orderRight {
  display: inline-block;
  vertical-align: top;
  width: 50%; }

#orderRight ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important; }
#orderRight .fieldset {
  border: 1px solid #e9e9e9;
  border-bottom-width: 5px;
  border-radius: 7px;
  color: #777;
  font-weight: bold;
  padding: 10px 40px;
  text-align: center; }
#orderRight .num {
  background: #008000;
  border-radius: 30px;
  color: #fff;
  font-family: Verdana,Lucida Sans,Verdana,Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-left: 12px;
  margin-top: -12px;
  padding: 2px 8px;
  position: absolute;
  text-align: center; }
#orderRight .arrow {
  background: url("http://secure.thekeep.info/assets/shells/000001/img/big-arrow.png") no-repeat center top;
  background-size: auto 100%;
  height: 30px; }

#orderdoctab {
  background: #d26140;
  border-color: #d26140; }

#orderdoctab.selected {
  background: #fff;
  border-color: #000; }

#orderdoctab .icon.icon-bookmarks:before {
  font-size: 0.8em !important;
  font-weight: normal !important; }

.button.cb-object-request {
  margin-top: 20px !important; }

#tabs > ul > li > a {
  font-weight: bold !important; }

#tabs > ul > li:hover {
  background-color: #fff; }

#tabs > ul > li:hover a {
  color: #000; }

/* @events */
.events-list .event .event-right {
  border-left: 1px solid #ccc; }
.events-list .event-left img {
  float: left;
  margin-right: 10px; }

/* @locations */
.locations-list .location .location-right {
  border-left: 1px solid #ccc; }
.locations-list .location-left img {
  float: left;
  margin-right: 10px; }

/* @cart */
.tblcart {
  overflow: hidden;
  border: 1px solid #d3d3d3;
  background: #fefefe;
  width: 100%;
  margin: 5% auto 0;
  -moz-border-radius: 5px;
  /* FF1+ */
  -webkit-border-radius: 5px;
  /* Saf3-4 */
  border-radius: 5px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

.tblcart th, .tblcart td {
  padding: 18px 28px 18px;
  text-align: center; }

.tblcart th {
  padding-top: 22px;
  text-shadow: 1px 1px 1px #fff;
  background: #e8eaeb; }

.tblcart td {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0; }

.tblcart tr::nth-child(odd) td {
  background: #f6f6f6; }

.tblcart td::nth-child(even), th::first-child {
  text-align: left; }

.tblcart td::last-child {
  border-right: none; }

.tblcart td {
  background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
  background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe)); }

.tblcart tr::nth-child(odd) td {
  background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
  background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6)); }

.tblcart th {
  background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
  background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb)); }

.tblcart tr::first-child th::first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  /* Saf3-4 */ }

.tblcart tr::first-child th::last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  /* Saf3-4 */ }

.tblcart tr::last-child td::first-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  /* Saf3-4 */ }

.tblcart tr::last-child td::last-child {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  /* Saf3-4 */ }

/* Individual page based styling (Search Results, Advanced Search etc) */
/* =sections= */
/* Sections of pages */
/*  @contents
 *      @pagination
 *      @comments
 *      @socialicons
 */
/* @pagination */
.pagination {
  float: left; }
  .pagination a {
    padding: 0 5px; }

.pagination > span,
.pagination > div {
  background: #95b6df;
  margin: 0;
  display: inline-block;
  padding: 9px; }

/*.pagination > span{border-radius:7px 0px 0px 0px;}.pagination > div{border-radius:0px 7px 0px 0px;}*/
.pagination a {
  color: #fff; }

/* @comments */
/** Form **/
#commentform label,
#commentform span,
#commentform input,
#commentform textarea {
  color: #999; }

#commentform input,
#commentform textarea {
  border: 1px solid #eee;
  background: transparent;
  display: block;
  padding: 5px; }

#commentform textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: inherit; }

/* @socialicons */
.ols-socialdust {
  list-style-type: none;
  margin: 0; }

.ols-socialdust li a {
  display: inline-block;
  float: right;
  height: 22px;
  width: 22px;
  margin-left: 7px;
  text-align: right;
  background: url("img/sprite-socialicons.png") no-repeat scroll 0 0 transparent; }

.ols-socialdust li .facebooklink {
  background-position: -88px 0px; }

.ols-socialdust li .youtubelink {
  background-position: -44px 0px; }

.ols-socialdust li .twitterlink {
  background-position: -22px 0px; }

.ols-socialdust li .rsslink {
  background-position: 0px 0px; }

.ols-socialdust li .facebooklink:hover {
  background-position: -88px -22px; }

.ols-socialdust li .youtubelink:hover {
  background-position: -44px -22px; }

.ols-socialdust li .twitterlink:hover {
  background-position: -22px -22px; }

.ols-socialdust li .rsslink:hover {
  background-position: 0px -22px; }

#ie7 .ols-socialdust li {
  float: right; }

#ie7 .ols-socialdust li a {
  float: none; }

/* Bits and bobs that occur accross the site, (pagination etc) */
/* =flexslider-types= */
/* @global (Affects all slider types) */
.flexslider {
  overflow: hidden;
  margin: 0; }

.feat-text {
  padding: 0 4%; }

.flexslider .feat-text > h2 {
  text-align: center; }

@media all and (min-width: 1024px) {
  /* @global */
  .flexslider .feat-img {
    width: 100%; }

  .flexslider .feat-text > h2 a {
    color: #ffffff !important; }

  .flex-viewport {
    overflow: visible !important; } }
/* @imports (Import different slider types, these should also be added to the top of com/feature/core.php) */
/* =slide-1= */
/*
 * Enter description
 */
@media all and (min-width: 1024px) {
  /** slide-1 **/
  .flexslider.slide-1 {
    box-shadow: none;
    min-height: 400px;
    margin-bottom: 0; }
    .flexslider.slide-1 .filter-left {
      position: absolute;
      height: 100%;
      left: -100%;
      width: 100%;
      z-index: 1;
      opacity: 0.8;
      background-color: #fff; }
    .flexslider.slide-1 .filter-right {
      position: absolute;
      height: 100%;
      right: -100%;
      width: 100%;
      z-index: 1;
      opacity: 0.8;
      background-color: #fff; }
    .flexslider.slide-1 .feat-text {
      background: #fff;
      border: 1px solid #383838;
      border-radius: 14px;
      position: absolute;
      right: -1%;
      overflow: hidden; }
    .flexslider.slide-1 .slide.flex-active-slide .feat-text {
      position: relative;
      height: 150px;
      width: auto;
      top: -152px;
      left: 0;
      opacity: 0;
      transition: opacity 0.5s linear;
      -moz-transition: opacity 0.5s linear;
      /* Firefox 4 */
      -webkit-transition: opacity 0.5s linear;
      /* Safari and Chrome */
      -o-transition: opacity 0.5s linear;
      /* Opera */ }
    .flexslider.slide-1 .slide.flex-active-slide:hover .feat-text {
      opacity: 0.8; }
    .flexslider.slide-1 ol.flex-control-nav {
      bottom: 0; }
    .flexslider.slide-1 .slide-cont {
      margin-bottom: -120px; } }
/* =slide-2-notext= */
/*
 * Description
 */
@media all and (min-width: 1024px) {
  /** slide-2-notext **/
  .flexslider.slide-2-notext {
    border: none;
    box-shadow: 0 0 0 #000;
    overflow: hidden; }
    .flexslider.slide-2-notext .feat-text {
      display: none; }
    .flexslider.slide-2-notext ol {
      position: absolute;
      bottom: 0px;
      text-align: right; }
    .flexslider.slide-2-notext ol li a {
      text-indent: 9999px;
      background-color: rgba(255, 255, 255, 0.9); } }
/* =fade-1= */
/*
 * Enter description here!
 */
.flexslider.fade-1 {
  margin-left: -15px;
  margin-right: -15px; }

.flexslider.fade-1 .feat-text {
  padding: 0 10%; }

@media all and (min-width: 1024px) {
  /** fade-1 **/
  .flexslider.fade-1 {
    margin-left: 0;
    margin-right: 0; }
    .flexslider.fade-1 .feat-text {
      color: #ffffff;
      height: 100%;
      position: absolute;
      right: 0%;
      top: 0%;
      width: 25%;
      overflow: hidden;
      padding: 0 4%;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.5)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#80000000',GradientType=0 ); }
    .flexslider.fade-1 ul.flex-direction-nav {
      display: none !important; } }
@media all and (min-width: 1280px) {
  .flexslider.fade-1 .feat-text {
    right: 0px; }

  /*-7%;}*/ }
@media all and (min-width: 1400px) {
  .flexslider.fade-1 .feat-text {
    right: 0px; }

  /*-12%;}*/ }
@media all and (min-width: 1550px) {
  .flexslider.fade-1 .feat-text {
    right: 0px; }

  /*-18%;}*/ }
/* =fade-1-notext= */
/*
 * Enter description here!
 */
.flexslider.fade-notext-1 {
  margin-left: 0;
  margin-right: 0; }
  .flexslider.fade-notext-1 .feat-text {
    display: none; }

.flexslider.fade-notext-1 ul.flex-direction-nav {
  display: none !important; }
.flexslider.fade-notext-1 .flex-control-nav {
  position: absolute;
  text-align: right;
  bottom: 0; }
.flexslider.fade-notext-1 .flex-control-nav > li > a {
  text-indent: 9999px; }
.flexslider.fade-notext-1 .flex-control-paging li a {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); }
.flexslider.fade-notext-1 .flex-control-paging li a:hover {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7); }
.flexslider.fade-notext-1 .flex-control-paging li a.flex-active {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9); }

@media all and (min-width: 1024px) {
  /** fade-1 **/
  /** fade-notext-1 **/
  .flexslider.fade-1-notext {
    margin-left: 0;
    margin-right: 0; }
    .flexslider.fade-1-notext .feat-text {
      display: none; }
    .flexslider.fade-1-notext ul.flex-direction-nav {
      display: none !important; }
    .flexslider.fade-1-notext .flex-control-nav {
      position: absolute;
      text-align: right;
      bottom: 0; }
    .flexslider.fade-1-notext .flex-control-nav > li > a {
      line-height: 0;
      font-size: 0;
      color: transparent; }
    .flexslider.fade-1-notext .flex-control-paging li a {
      background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); }
    .flexslider.fade-1-notext .flex-control-paging li a:hover {
      background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7); }
    .flexslider.fade-1-notext .flex-control-paging li a.flex-active {
      background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9); } }
/* =fade-2= */
/*
 * Enter description here
 */
.flexslider.fade-2 .feat-text > h2,
.flexslider.fade-2 .feat-text > p {
  margin: 1% 0; }

@media all and (min-width: 1024px) {
  .flexslider.fade-2 {
    margin-left: 0;
    margin-right: 0; }
    .flexslider.fade-2 .feat-text {
      color: #ffffff;
      position: absolute;
      left: 0%;
      bottom: 0%;
      width: 92%;
      overflow: hidden;
      padding: 0 4%;
      text-align: left;
      max-height: 30%;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.5)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#80000000',GradientType=0 ); }
    .flexslider.fade-2 .feat-text > h2 {
      text-align: left; }
    .flexslider.fade-2 ul.flex-direction-nav {
      display: none !important; }
    .flexslider.fade-2 .flex-control-nav {
      position: absolute;
      text-align: right;
      bottom: 0; }
    .flexslider.fade-2 .flex-control-nav > li > a {
      text-indent: 9999px; }
    .flexslider.fade-2 .flex-control-paging li a {
      background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); }
    .flexslider.fade-2 .flex-control-paging li a:hover {
      background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7); }
    .flexslider.fade-2 .flex-control-paging li a.flex-active {
      background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9); } }
/* Different feature types and global flexslider styles */
/* =box-types= */
/* Contents

 * @Boxes
 * @Media
 */
/* @Boxes */
/** global **/
/** default (unstyled div, no borders shadows margins padding etc) **/
.box.default {
  border: none;
  padding: 0; }

.box.default .title {
  margin: 0;
  padding: 5px; }

.box.default .title a {
  color: #fff; }

.box .excerpt {
  padding: 5px; }

.box.split {
  /* css here */ }

.box {
  overflow: hidden; }
  .box img {
    width: 100%; }

.box.corner-title {
  border: 1px solid #0F3457;
  border-radius: 0 15px 15px 15px;
  position: relative; }
  .box.corner-title .title {
    text-shadow: 2px 2px 2px #000;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px;
    font-size: 2em;
    padding: 10px;
    position: absolute;
    top: 0; }
  .box.corner-title img {
    display: block; }

.box.corner-title.no-border {
  border: none; }

/** Aqua **/
.box.aqua h2.title a,
.box.aqua {
  color: #00b0bd; }

.box.aqua {
  border: 1px solid #00b0bd;
  border-radius: 0 15px 15px 15px; }

/** Brick **/
.box.brick h2.title a,
.box.brick {
  color: #981b1e; }

.box.brick {
  border: 1px solid #981b1e;
  border-radius: 0 15px 15px 15px; }

/** Gold **/
.box.gold h2.title a,
.box.gold {
  color: #bdae6a; }

.box.gold {
  border: 1px solid #bdae6a;
  border-radius: 0 15px 15px 15px; }

/** Lavendar **/
.box.lavendar h2.title a,
.box.lavendar {
  color: #8781bd; }

.box.lavendar {
  border: 1px solid #8781bd;
  border-radius: 0 15px 15px 15px; }

/** Terracotta **/
.box.terracotta h2.title a,
.box.terracotta {
  color: #d26140; }

.box.terracotta {
  border: 1px solid #d26140;
  border-radius: 0 15px 15px 15px; }

/** Midnight **/
.box.midnight h2.title a,
.box.midnight {
  color: #0f3457; }

.box.midnight {
  border: 1px solid #0f3457;
  border-radius: 0 15px 15px 15px; }

/** object of the day, in a box (should be set to equal heights) **/
.boxes.equal .box {
  display: block;
  height: 100%; }

.box.home-1 h2, .box.home-2 h2, .box.home-3 h2 {
  font-size: 2em;
  padding: 10px;
  position: absolute; }

.box.home-1 h2 {
  color: #FFFFFF;
  margin: 0; }

.box.home-1 {
  background-color: #57c7d4;
  height: 100%; }

.box.home-1 img {
  float: right;
  margin: 0;
  max-width: 100%; }

.box.home-2 h2 {
  margin: 0; }

.box.home-2 {
  background-color: #f7f4d7;
  height: 100%; }

.box.home-2 h2, .box.home-2 h2 * {
  color: #96853C; }

.box.home-2 img {
  float: right;
  margin: 0;
  max-width: 100%; }

.box.home-3 {
  background-color: #e8ebed;
  height: 100%; }

.box.home-3 h2 {
  margin: 0; }

.box.home-3 h2, .box.home-3 h2 * {
  color: #484F64; }

.box.home-3 img {
  float: right;
  max-width: 100%; }

/* @media */
/** @800 -Bigger than mobile but smaller than 1024px (800x600)- */
@media (min-width: 721px) and (max-width: 1023px) {
  .box a {
    font-size: 0.85em; } }
@media (max-width: 720px) {
  .grids.homeboxes > div:nth-child(-n+2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    *behavior: url("/wp-content/plugins/collections-base/themes/ol-wp-keep/sass/IE/boxsizing.htc");
    width: 50%;
    float: left;
    height: auto !important; }

  .grids.homeboxes > div:nth-child(3) {
    clear: both; }

  .box.home-1, .box.home-2, .box.home-3 {
    position: relative;
    line-height: 0; }
    .box.home-1 img, .box.home-2 img, .box.home-3 img {
      float: none !important;
      width: 100%; }
    .box.home-1 .title, .box.home-2 .title, .box.home-3 .title {
      top: 0; }

  /*.box.home-1, .box.home-1 img { border-radius:0 15px 0 0; }
  .box.home-2 img { border-radius:0; }
  .box.home-3, .box.home-3 img { border-radius:0 0 15px 0; }*/ }
/* Different box types @TODO TIDY! or something!*/
/* =fixes= */
p:empty {
  display: none; }

/* Small fixes for things that don't fit elsewhere (IE stuff goes in IE.css not here) */

/*# sourceMappingURL=core-desktop.css.map */
