@import url("fonts/icons/style.css");
@import url("fonts/proximanova/proxima.css");
/*
Theme Name: WP Sandpit
Version: 3.4
Author: Ryan Berry
Author URI: http://berrymultimedia.net.au/
*/
@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/* ==========================================================================
   CSS Normalize
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/assets/boxsizing.htc); }

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

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

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

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

/*
 * Removes default margin.
 */
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.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  max-width: 100%; }

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

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

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

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

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

/*
 * Addresses Firefox 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

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

/*
 * 1. Removes default vertical scrollbar in IE 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; }

/* ==========================================================================
   Hidden  Elements
   ========================================================================== */
.ir,
.hide-text,
.text-replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat; }

.hide,
.hidden,
#wpstats,
.screen-reader-text {
  display: none;
  visibility: hidden; }

/* ==========================================================================
   Clearing
   ========================================================================== */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

html.clearfix {
  *height: 1%; }

/* ==========================================================================
   Wordpress Specific
   ========================================================================== */
body.admin-bar {
  margin-top: 28px !important; }

#tinymce {
  padding: 1em; }

/* ==========================================================================
   Universal wrapper
   ========================================================================== */
.wrapper {
  display: block; }

/* =[ Type ]================================================================= */
body {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  font-family: 'ProximaNova', 'Helvetica Neue', Arial, Helvetica, Sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #666666;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; }

a {
  color: #bd130f;
  text-decoration: none; }

a:hover, a:focus {
  color: #df3531; }

#content a:hover {
  text-decoration: underline; }

.button, .product a {
  text-decoration: none !important; }

p {
  margin-top: 0;
  margin-bottom: 20px; }

/* =[ Headings ]================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue', Arial, Helvetica, Sans-serif;
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95);
  font-weight: 300; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 3em;
  line-height: 1.125em;
  margin: 0.75em 0 0.375em 0; }

h2 {
  font-size: 2em;
  line-height: 1.125em;
  margin: 0.75em 0 0.375em 0; }

h3 {
  font-size: 1.625em;
  line-height: 1.384em;
  margin: 0.9231em 0 0.462em 0; }

h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 0.462em; }

h5 {
  font-size: 1.125em;
  line-height: 1.3333em;
  margin-top: 1.3333em;
  margin-bottom: 0.462em; }

h6 {
  font-size: 0.875em;
  line-height: 1.7143em;
  margin-top: 1.7143em;
  margin-bottom: 0.462em; }

/* =[ Layout Elements ]================ */
hr {
  color: #222;
  background-color: #222;
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
  display: block; }

article blockquote {
  margin: 0 0 1.25em 0;
  font-family: cambria, georgia, times, serif;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fafafa;
  padding: 1.25em;
  font-style: italic; }
  article blockquote p:last-child {
    margin-bottom: 0; }

.pull-quote {
  position: relative;
  padding: 1.2em; }
  .pull-quote:before, .pull-quote:after {
    height: 4em;
    opacity: 0.15;
    position: absolute;
    font-size: 4em; }
  .pull-quote:before {
    content: '“';
    top: 0em;
    left: 0em; }
  .pull-quote:after {
    content: '”';
    bottom: 0em;
    right: 0em; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 0.4em;
  font-size: 5em;
  font-family: inherit;
  line-height: 0.1;
  text-indent: 0;
  background: transparent;
  color: inherit; }

/* =[ Icons ]================ */
.icon {
  font-family: 'IcoMoon';
  font-size: 1.5em;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1em;
  vertical-align: baseline; }

/* ==========================================================================
   Desktop
   ========================================================================== */
html {
  overflow-x: hidden;
  min-height: 100%; }

html.no-touch {
  overflow-y: scroll; }

html.front-end {
  background-color: #bd130f;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, color-stop(0%, #fffc00), color-stop(100%, #d72403));
  background-image: -webkit-radial-gradient(50% 50%, ellipse cover, #fffc00 0%, #d72403 100%);
  background-image: -moz-radial-gradient(50% 50%, ellipse cover, #fffc00 0%, #d72403 100%);
  background-image: -ms-radial-gradient(50% 50%, ellipse cover, #fffc00 0%, #d72403 100%);
  background-image: -o-radial-gradient(50% 50%, ellipse cover, #fffc00 0%, #d72403 100%);
  background-image: radial-gradient(50% 50%, ellipse cover, #fffc00 0%, #d72403 100%); }

body {
  width: 100%;
  *zoom: 1;
  position: relative; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    top: -5px; }

  100% {
    opacity: 1;
    top: 0; } }

.wrapper {
  position: relative;
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1; }

#page-wrapper {
  max-width: 960px;
  margin: 0 auto;
  display: block;
  margin-top: 220px;
  position: relative;
  padding: 0 3em;
  background: #fefefe;
  border: 1px solid #666;
  border-top: 1px solid #ccc; }
  #page-wrapper:before {
    content: ' ';
    background: url(images/bg-page-pseudo.png) no-repeat center bottom;
    height: 200px;
    width: 100%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: -201px; }

/* Header
   ========================================================================== */
#header-wrapper {
  z-index: 99; }
  #header-wrapper #header {
    max-width: 960px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    padding-top: 2em; }

#logo {
  display: inline;
  float: left;
  width: 39.58333%;
  margin: 0 1.04167%; }
  #logo img + h1 {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px); }
  #logo img {
    max-height: 185px; }

#contact-details {
  display: inline;
  float: left;
  width: 56.25%;
  margin: 0 1.04167%;
  float: right;
  margin-top: 0.5em;
  text-align: right; }
  #contact-details p {
    margin: 0; }

/* Nav
   ========================================================================== */
#menu-toggle {
  float: left;
  display: none;
  box-sizing: border-box;
  padding: 0.5em 0.7em;
  margin: 0.5em 0 0.2em;
  font-size: 1.5em;
  text-align: right;
  font-family: 'IcoMoon';
  font-size: 1.5em;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1em;
  vertical-align: baseline;
  color: #fafafa;
  background: #333;
  cursor: pointer;
  z-index: 100;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

@media screen and (min-width: 480px) {
  #nav-wrapper {
    z-index: 1000; }
    #nav-wrapper .menu-header {
      max-width: 960px;
      margin: 0 auto;
      display: block;
      padding: 1em 0;
      font-size: 1em; }
      #nav-wrapper .menu-header #main-nav {
        display: block;
        width: 102.08333%;
        margin: 0 -1.04167%;
        *zoom: 1; }
        #nav-wrapper .menu-header #main-nav:before, #nav-wrapper .menu-header #main-nav:after {
          content: "";
          display: table; }
        #nav-wrapper .menu-header #main-nav:after {
          clear: both; } }
#menu-main {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  float: left;
  padding: 0; }
  #menu-main li {
    position: relative;
    float: left;
    margin-right: 1em;
    list-style: none; }
    #menu-main li:last-child {
      margin-right: 0; }
    #menu-main li.current-menu-item, #menu-main li.current-menu-ancestor, #menu-main li.current-menu-parent {
      background: #fafafa; }
    #menu-main li a {
      display: block;
      padding: 0.2em 0.5em; }
    #menu-main li.active a, #menu-main li:hover a {
      background: #fafafa; }
    #menu-main li .sub-menu {
      padding: 0;
      display: none;
      position: absolute;
      background: #fafafa;
      z-index: 1000; }
      #menu-main li .sub-menu li {
        float: none;
        position: relative;
        margin-right: 0; }
        #menu-main li .sub-menu li a {
          width: 8em; }
      #menu-main li .sub-menu .sub-menu {
        display: none;
        left: 100%;
        position: absolute;
        top: 0; }

.widget_sub_menu .menu {
  border-top: none !important; }
.widget_sub_menu .current_page_ancestor {
  border: none !important; }
  .widget_sub_menu .current_page_ancestor > a {
    font-size: 1.4em; }
.widget_sub_menu .current-menu-item > a {
  color: inherit; }
.widget_sub_menu > .current-menu-item {
  border: none !important; }
  .widget_sub_menu > .current-menu-item > a {
    font-size: 1.4em; }

/* Banner
   ========================================================================== */
#banner-wrapper #banner {
  max-width: 960px;
  margin: 0 auto;
  display: block;
  padding: 1.2em 0; }
  #banner-wrapper #banner #bannercontent {
    display: block;
    width: 102.08333%;
    margin: 0 -1.04167%;
    *zoom: 1; }
    #banner-wrapper #banner #bannercontent:before, #banner-wrapper #banner #bannercontent:after {
      content: "";
      display: table; }
    #banner-wrapper #banner #bannercontent:after {
      clear: both; }
    #banner-wrapper #banner #bannercontent .flexslider {
      display: inline;
      float: left;
      width: 97.91667%;
      margin: 0 1.04167%; }

#main-wrapper #main {
  max-width: 960px;
  margin: 0 auto;
  display: block;
  padding: 1.2em 0; }
  #main-wrapper #main #maincontent {
    display: block;
    width: 102.08333%;
    margin: 0 -1.04167%;
    *zoom: 1; }
    #main-wrapper #main #maincontent:before, #main-wrapper #main #maincontent:after {
      content: "";
      display: table; }
    #main-wrapper #main #maincontent:after {
      clear: both; }

#content {
  display: inline;
  float: left;
  width: 68.75%;
  margin: 0 1.04167%; }
  #content .archive-title {
    border-bottom: 1px solid whitesmoke;
    margin-bottom: 1em;
    padding-bottom: 10px; }
  #content article.hentry header h3 {
    margin: 0; }
  #content article.hentry header time {
    margin-bottom: 0;
    font-size: 0.9em; }
  #content article.hentry header .meta {
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 0.9em; }

.archive #content article, .search #content article, .blog #content article {
  border-bottom: 1px solid whitesmoke;
  margin: 1em 0; }

#content.fullwidth {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }

#sidebar {
  display: inline;
  float: left;
  width: 27.08333%;
  margin: 0 1.04167%; }
  #sidebar .widget ul {
    border-top: 1px solid #eee;
    padding-left: 0;
    margin-left: 1em; }
    #sidebar .widget ul li {
      list-style: none;
      border-bottom: 1px solid #eee;
      padding: 0.3em 0; }
  #sidebar .widget_search {
    margin-bottom: 1em; }

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

/* Standard
   ========================================================================== */
.heading {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin-left: 1.0416666666666665%;
  margin-right: 1.0416666666666665%; }

.standard {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }

/* Columns
   ========================================================================== */
.columns {
  float: left;
  width: 100%; }

div.columns.columns-1 .single-column {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }

div.columns.columns-2 .single-column {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%; }

div.columns.columns-3 .single-column {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%; }

div.columns.columns-4 .single-column {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%; }

div.columns.columns-5 .single-column {
  display: inline;
  float: left;
  width: 17.91667%;
  margin: 0 1.04167%; }

div.columns.columns-6 .single-column {
  display: inline;
  float: left;
  width: 14.58333%;
  margin: 0 1.04167%; }

/* Tabs
   ========================================================================== */
.tabs {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin: 1.2em 0; }
  .tabs .st_tabs_container {
    position: relative;
    z-index: 105;
    width: 100% !important;
    margin-bottom: -1px;
    overflow: hidden;
    text-align: center;
    height: 33px; }
  .tabs .st_slide_container {
    padding-left: 3%; }
  .tabs .st_tabs {
    width: 100%;
    padding: 0px;
    list-style: none;
    margin: 0;
    text-align: left; }
  .tabs .st_tabs li {
    display: inline-block; }
  .tabs .st_tabs li a {
    display: block;
    text-decoration: none;
    border: 1px solid #eee;
    outline: none;
    padding: 0.5em 1em;
    color: #444;
    font-size: 1em;
    background: #f8f8f8; }
  .tabs .st_tabs a:hover {
    color: #666;
    background: white; }
  .tabs .st_tabs a.st_tab_active {
    color: #444;
    border-bottom: 1px solid #fdfdfd;
    border-top: 1px solid #89bee7;
    background: #fdfdfd; }
  .tabs .st_view_container {
    position: relative;
    height: 100%;
    background: #fdfdfd;
    border: 1px solid #eee;
    z-index: 101;
    overflow: hidden;
    padding: 1em 0.5em; }
  .tabs .st_tab_view {
    padding: 0 1em; }

/* Slideshow
   ========================================================================== */
.slideshow {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin-top: 1.2em;
  margin-bottom: 1.2em; }

/* Gallery
   ========================================================================== */
.gallery {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin-top: 1.2em;
  margin-bottom: 1.2em; }
  .gallery .row {
    display: block;
    width: 102.08333%;
    margin: 0 -1.04167%;
    *zoom: 1; }
    .gallery .row:before, .gallery .row:after {
      content: "";
      display: table; }
    .gallery .row:after {
      clear: both; }
  .gallery figure img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: white;
    padding: 0.5em;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
  .gallery .row.one figure {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-bottom: 0.5em; }
  .gallery .row.two figure {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin-bottom: 0.5em; }
  .gallery .row.three figure {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin-bottom: 0.5em; }
  .gallery .row.four figure {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%;
    margin-bottom: 0.5em; }
  .gallery .row.five figure {
    display: inline;
    float: left;
    width: 17.91667%;
    margin: 0 1.04167%;
    margin-bottom: 0.5em; }
  .gallery .row.six figure {
    display: inline;
    float: left;
    width: 14.58333%;
    margin: 0 1.04167%;
    margin-bottom: 0.5em; }

/* Blockquote
   ========================================================================== */
blockquote.quote {
  position: relative;
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }
  blockquote.quote p {
    padding: 0 1.2em;
    font-size: 1.5em; }
  blockquote.quote .author {
    font-size: 1.1em;
    font-style: italic;
    position: absolute;
    right: 0;
    bottom: 0; }

/* Accordion
   ========================================================================== */
.accordion {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  border-bottom: 1px solid #555;
  margin-bottom: 1em; }
  .accordion .accordion-title {
    cursor: pointer;
    color: #bd130f; }
    .accordion .accordion-title:hover {
      color: #df3531; }
    .accordion .accordion-title:after {
      content: '▼';
      font-size: 0.5em;
      margin-left: 1em;
      line-height: 1em;
      vertical-align: middle;
      top: -2px;
      position: relative; }
    .accordion .accordion-title.active:after {
      content: '▲';
      font-size: 0.5em;
      margin-left: 1em;
      line-height: 1em; }
  .accordion .accordion-content {
    display: none;
    margin-bottom: 1em; }

/* Footer
   ========================================================================== */
#footer-wrapper #footer {
  max-width: 960px;
  margin: 0 auto;
  display: block;
  *zoom: 1; }
  #footer-wrapper #footer:before, #footer-wrapper #footer:after {
    content: "";
    display: table; }
  #footer-wrapper #footer:after {
    clear: both; }
  #footer-wrapper #footer nav {
    padding: 0; }
    #footer-wrapper #footer nav ul {
      padding: 1em 0; }
      #footer-wrapper #footer nav ul li {
        display: block;
        float: left;
        font-size: 0.9em; }
      #footer-wrapper #footer nav ul .sit-link {
        float: right; }

/* Media Queries
   ========================================================================== */
@media screen and (max-width: 1000px) {
  .wrapper {
    padding: 0 1.2em; } }
form .gf_progressbar_wrapper {
  background: #fafafa;
  padding: 0.7em 1em 1.2em;
  border-bottom: 1px solid #eee; }
form .gf_progressbar {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  color: white;
  font-weight: bold;
  background: white; }
form .gf_progressbar_percentage {
  background-image: -webkit-linear-gradient(#bd130f 0, #df3531 100%);
  background-image: -moz-linear-gradient(#bd130f 0, #df3531 100%);
  background-image: -ms-linear-gradient(#bd130f 0, #df3531 100%);
  background-image: -o-linear-gradient(#bd130f 0, #df3531 100%);
  background-image: linear-gradient(#bd130f 0, #df3531 100%);
  padding: 0.1em 0.5em; }
form input[type="email"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="url"], form input[type="color"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="time"], form input[type="week"], form textarea, form select {
  border: 1px solid #eee;
  padding: 0.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%; }
form .ginput_full {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.3em; }
form .ginput_left, form .ginput_right {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
  margin-bottom: 0.3em; }
form .ginput_left {
  margin-right: 4%; }
form .gfield_time_hour, form .gfield_time_minute, form .gfield_time_ampm {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  margin-right: 2%; }
  form .gfield_time_hour input, form .gfield_time_minute input, form .gfield_time_ampm input {
    width: 80%; }
  form .gfield_time_hour label, form .gfield_time_minute label, form .gfield_time_ampm label {
    width: 16%;
    margin: 0 2%; }
form ul, form .gform_fields {
  list-style: none;
  padding: 0; }
  form ul .gfield, form .gform_fields .gfield {
    padding: 0.7em 1em 1.2em;
    border-bottom: 1px solid #eee; }
    form ul .gfield:nth-child(even), form .gform_fields .gfield:nth-child(even) {
      background: #fafafa; }
  form ul .gsection, form .gform_fields .gsection {
    padding: 2em 0;
    background: none; }
form .gfield_label {
  display: block;
  margin-bottom: 0.25em;
  font-weight: bold; }
form .gform_validation_container {
  display: none; }
form .gfield_checkbox input, form .gfield_radio input {
  margin-right: 0.5em; }

/* jQuery UI date picker ------------------------------------------------------*/
.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 1em;
  list-style: none;
  font-family: "lucida sans", "lucida grande", lucida , sans-serif;
  background-color: #FFF;
  font-size: 1em;
  border: 4px solid #C1C1C1;
  width: 15.5em;
  padding: 2.5em .5em .5em .5em;
  position: relative; }

.ui-datepicker-div,
#ui-datepicker-div {
  z-index: 9999;
  display: none; }

.ui-datepicker-inline {
  float: left;
  display: block; }

.ui-datepicker-control {
  display: none; }

.ui-datepicker-current {
  display: none; }

.ui-datepicker-next,
.ui-datepicker-prev {
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  background-color: #eeeeee; }

.ui-datepicker-next {
  left: 14.6em; }

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  background-color: #dadada; }

.ui-datepicker-next a,
.ui-datepicker-prev a {
  text-indent: -999999px;
  width: 1.3em;
  height: 1.4em;
  display: block;
  font-size: 1em;
  background-image: url(images/datepicker_arrow_left.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #d3d3d3;
  cursor: pointer; }

.ui-datepicker-next a {
  background-image: url(images/datepicker_arrow_right.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.ui-datepicker-header select {
  border: 1px solid #D3D3D3;
  color: #555;
  background-color: #E6E6E6;
  font-size: 1em;
  line-height: 1.4em;
  position: absolute;
  top: 0.5em;
  margin: 0 !important; }

.ui-datepicker-header option:focus,
.ui-datepicker-header option:hover {
  background-color: #dadada; }

.ui-datepicker-header select.ui-datepicker-new-month {
  width: 7em;
  left: 2.2em; }

.ui-datepicker-header select.ui-datepicker-new-year {
  width: 5em;
  left: 9.4em; }

table.ui-datepicker {
  width: 15.5em;
  text-align: right; }

table.ui-datepicker td a {
  padding: .1em;
  display: block;
  color: #555;
  background-color: #E6E6E6;
  cursor: pointer;
  border: 1px solid #FFF;
  text-align: center; }

table.ui-datepicker td a:hover {
  border: 1px solid #FFF;
  color: #212121;
  background-color: #DADADA;
  text-decoration: none; }

table.ui-datepicker td a:active {
  border: 1px solid #AAA;
  color: #212121;
  background-color: #FFF;
  text-decoration: none; }

table.ui-datepicker .ui-datepicker-title-row td {
  padding: .2em 0;
  text-align: center;
  font-size: 0.9em;
  color: #222;
  text-transform: uppercase; }

table.ui-datepicker .ui-datepicker-title-row td a {
  color: #222;
  padding: 0.3em 0; }

/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010; }

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none; }

.chzn-container-single .chzn-default {
  color: #999; }

.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("images/chosen-sprite.png") -42px 1px no-repeat; }

.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px; }

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px; }

.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px; }

.chzn-container-single .chzn-single div b {
  background: url("images/chosen-sprite.png") no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%; }

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010; }

.chzn-container-single .chzn-search input {
  background: white url("images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("images/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("images/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("images/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("images/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("images/chosen-sprite.png") no-repeat 100% -20px, linear, #eeeeee 1%, white 15%;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em; }

.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

/* @end */
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px; }

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: linear, #eeeeee 1%, white 15%;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative; }

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none; }

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999; }

.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default; }

.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear, top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%;
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px; }

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("images/chosen-sprite.png") -42px 1px no-repeat; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0; }

.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none; }

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item; }

.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear, #3875d7 20%, #2a62bc 90%;
  color: #fff; }

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal; }

.chzn-container .chzn-results .highlighted em {
  background: transparent; }

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item; }

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold; }

.chzn-container .chzn-results .group-option {
  padding-left: 15px; }

.chzn-container-multi .chzn-drop .result-selected {
  display: none; }

.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1; }

.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px; }

.chzn-container .chzn-results-scroll-down {
  bottom: 0; }

.chzn-container .chzn-results-scroll-down span {
  background: url("images/chosen-sprite.png") no-repeat -4px -3px; }

.chzn-container .chzn-results-scroll-up span {
  background: url("images/chosen-sprite.png") no-repeat -22px -3px; }

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, white 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, white 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, white 80%);
  background-image: linear, #eeeeee 20%, white 80%;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none; }

.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px; }

.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important; }

.chzn-disabled .chzn-single {
  cursor: default; }

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default; }

/* @group Right to Left */
.chzn-rtl {
  text-align: right; }

.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible; }

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl; }

.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto; }

.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto; }

.chzn-rtl .chzn-choices .search-field input {
  direction: rtl; }

.chzn-rtl .chzn-choices li {
  float: right; }

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0; }

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto; }

.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px; }

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none; }

.chzn-rtl .chzn-search input {
  background: white url("images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("images/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("images/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("images/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("images/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("images/chosen-sprite.png") no-repeat -30px -20px, linear, #eeeeee 1%, white 15%;
  padding: 4px 5px 4px 20px;
  direction: rtl; }

.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px; }

.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important; } }
/* @end */
@media screen and (max-width: 480px) {
  .woocommerce div.product div.images, .woocommerce div.product div.summary {
    width: 100% !important; }
  .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary {
    width: 100% !important; }
  .woocommerce ul.products li.product {
    width: 48.1% !important; }
    .woocommerce ul.products li.product:nth-child(even) {
      margin-right: 0 !important; }

  .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    width: 100% !important; }
  .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary {
    width: 100% !important; } }
div.pp_woocommerce {
  overflow: visible !important; }
  div.pp_woocommerce .ppt, div.pp_woocommerce .pp_description {
    display: none !important; }
  div.pp_woocommerce .pp_details {
    padding-top: 0 !important; }

/* ==========================================================================
   Images
   ========================================================================== */
.alignleft {
  float: left;
  clear: left;
  margin: 0.38em 1.62em 0.38em 0; }

.alignright {
  float: right;
  clear: right;
  margin: 0.38em 0 0.38em 1.62em; }

.aligncenter {
  margin: 0 auto 1.62em;
  display: block; }

div.wp-caption {
  text-align: center;
  background: #11161a;
  border: 1px solid #1a1f23;
  outline: 4px solid #0d1015;
  padding: 0 !important;
  text-align: center !important;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

div.wp-caption img {
  margin: 0;
  padding: 5px 5px 0;
  outline: 0;
  border: 0; }

p.wp-caption-text {
  margin: 0 !important;
  padding: 0 3px 3px !important;
  font-weight: bold;
  clear: both;
  font-size: 0.92em;
  color: #eee; }

/* ==========================================================================
   Comments
   ========================================================================== */
ol.comment-list {
  margin: 0 0 1em !important;
  padding: 0; }

ol.comment-list img.avatar {
  margin: 8px 10px 0 0;
  padding: 4px;
  position: absolute;
  left: 1em;
  top: 0;
  border: 1px solid #1a1f23; }

ol.comment-list li {
  margin: 1em 0;
  padding: 8px 0 8px 7em;
  list-style: none;
  overflow: hidden;
  position: relative; }

ol.comment-list > li:nth-child(odd) {
  background-color: #fafafa;
  border: 1px solid #EEEEEE;
  border-radius: 0.5em 0.5em 0.5em 0.5em; }

ol.comment-list li header {
  margin: 0;
  line-height: 1.5em; }

ol.comment-list li article nav {
  clear: both;
  display: block;
  padding-right: 1em;
  text-align: right; }

ol.comment-list li ul, ol.comment-list #respond {
  margin: 0 1em  0 0 !important;
  padding: 0;
  background: white;
  border-radius: 0.5em 0.5em 0.5em 0.5em; }

ol.comment-list li .comment-text {
  border: 2px solid #ebebeb;
  overflow: hidden;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 10px 0; }

ol.comment-list li.bypostauthor .comment-text, ol.comment-list li.bypostauthor img.avatar {
  border-color: #D4E2EB; }

ol.comment-list li .comment-text p {
  margin: 0 0 10px !important; }

ol.comment-list li p.meta {
  font-weight: normal;
  background: transparent;
  padding: 0;
  font-style: italic;
  color: #777;
  font-size: 0.9em;
  margin: 0 0 10px !important; }

ol.comment-list li p.meta strong {
  font-weight: bold; }

/* Respond form
   ========================================================================== */
#respond {
  margin: 2em 0; }

#respond input.text, #respond select, #respond textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
input#s {
  font-size: 1em;
  line-height: 1em;
  padding: 0.375em;
  width: 50%;
  margin: 0 4px 0 0;
  outline: 0;
  display: block;
  background: rgba(0, 0, 0, 0.02);
  color: #6d667d;
  border: 0px solid #ccc;
  font-weight: normal;
  text-indent: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  border: 1px #fff solid;
  border-style: none solid solid none; }

input#s {
  display: inline-block;
  width: 40%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

input#s:focus {
  width: 57%; }

.borderradius #respond input.text, .borderradius #respond select, .borderradius #respond textarea,
.borderradius .comment-form-author input,
.borderradius .comment-form-email input,
.borderradius .comment-form-url input,
.borderradius input#s {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em; }

#respond textarea {
  width: 98%;
  margin-right: 0; }

#respond label {
  font-size: 1em;
  font-weight: bold; }

/* ==========================================================================
   Plugins and Extensions
   ========================================================================== */
/*
 * 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 {
  margin: 0 0 60px;
  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(images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  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: .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: 0 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; } }
/*
 * jQuery Tooltip
 * 
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 */
#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
  font-family: 'ProximaNovaBold', 'Helvetica Neue', Arial, Helvetica, Sans-serif; }

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px; }

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto; }

#tooltip.left:after {
  left: 10px;
  margin: 0; }

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

.paging, .navigation {
  display: block;
  width: 100%;
  *zoom: 1;
  margin: 1em 0; }
  .paging:before, .paging:after, .navigation:before, .navigation:after {
    content: "";
    display: table; }
  .paging:after, .navigation:after {
    clear: both; }
  .paging .nav-previous, .navigation .nav-previous {
    float: left; }
  .paging .nav-next, .navigation .nav-next {
    float: right; }
  .paging a, .navigation a {
    margin: 0 0.2em;
    padding: 6px 9px 5px 9px;
    text-decoration: none !important;
    width: auto;
    color: #fff;
    background: #555; }
    .paging a:hover, .navigation a:hover {
      color: #fff;
      background: #3279BB; }
  .paging .current, .navigation .current {
    background: #bd130f;
    color: #fff;
    margin: 0 0.2em;
    padding: 6px 9px 5px 9px; }

/*--[ Tablets ]--------------------------------------------------------------------------------*/
@media screen and (max-width: 720px) {
  .wrapper {
    padding: 0 1.2em; }

  #content {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  .standard {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  .left_image .image {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin-bottom: 1em;
    text-align: center; }
  .left_image .content {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%; }

  .right_image .image {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin-bottom: 1em;
    text-align: center; }
  .right_image .content {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%; }

  div.columns-1 .single-column {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  div.columns-2 .single-column {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%; }

  div.columns-3 .single-column {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%; }

  div.columns-4 .single-column {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%; }

  div.columns-5 .single-column {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%; }

  div.columns-6 .single-column {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%; }

  #sidebar {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
/*--[ Mobiles ]--------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 0 1.2em; }

  #contact-details {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    text-align: center;
    margin: 2em 0; }

  #logo {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    text-align: center; }

  #nav-wrapper {
    height: 100%;
    width: 70%;
    padding: 0;
    position: absolute;
    top: 0;
    background: #333;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    z-index: 98; }
    #nav-wrapper .menu-header {
      display: none; }
      #nav-wrapper .menu-header #main-nav {
        padding: 5em 0 0;
        font-size: 1em; }

  #menu-toggle {
    display: block; }

  #menu-main {
    display: inline;
    float: left;
    width: 100%;
    margin: 0;
    float: left;
    padding: 0;
    text-align: center; }
    #menu-main li {
      float: none;
      display: block;
      text-align: left;
      margin-right: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
      #menu-main li:hover, #menu-main li.current-menu-item, #menu-main li.current-menu-parent {
        background: rgba(255, 255, 255, 0.1); }
      #menu-main li a {
        padding: 0.5em 0.5em 0.5em 1.2em;
        color: white; }
      #menu-main li.active a, #menu-main li:hover a {
        background: rgba(255, 255, 255, 0.1); }
      #menu-main li .sub-menu {
        position: static;
        display: none;
        max-width: 100%;
        zoom: 1;
        background: rgba(255, 255, 255, 0.1); }
        #menu-main li .sub-menu li {
          float: none;
          position: static;
          display: block !important;
          opacity: 1 !important;
          zoom: 1; }
          #menu-main li .sub-menu li a {
            width: 100%;
            padding-left: 1.8em; }
          #menu-main li .sub-menu li .sub-menu {
            position: relative;
            left: 0; }
            #menu-main li .sub-menu li .sub-menu li {
              padding-left: 0; }
              #menu-main li .sub-menu li .sub-menu li a {
                padding-left: 2.4em; }

  #nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

  #page-wrapper {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

  .js-nav #page-wrapper {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1); }

  .js-nav #nav-wrapper .menu-header {
    display: block; }

  #nav-wrapper #menu-main {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%; }

  .js-nav #nav-wrapper #menu-main {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  #content {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  .standard {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  .left_image .image {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-bottom: 1em; }
  .left_image .content {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  .right_image .image {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-bottom: 1em; }
  .right_image .content {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  div.columns.columns-1 .single-column {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  div.columns.columns-2 .single-column {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  div.columns.columns-3 .single-column {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  div.columns.columns-4 .single-column {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  div.columns.columns-5 .single-column {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  div.columns.columns-6 .single-column {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  .gallery .row {
    display: block;
    width: 102.08333%;
    margin: 0 -1.04167%;
    *zoom: 1; }
    .gallery .row:before, .gallery .row:after {
      content: "";
      display: table; }
    .gallery .row:after {
      clear: both; }
  .gallery .row.one figure {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-bottom: 0.5em; }
  .gallery .row.two figure {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin-bottom: 0.5em; }
  .gallery .row.three figure {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-bottom: 0.5em; }
  .gallery .row.four figure {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-bottom: 0.5em; }
  .gallery .row.five figure {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-bottom: 0.5em; }
  .gallery .row.six figure {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-bottom: 0.5em; }

  #sidebar {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  #subpages {
    display: none; }

  #searchform {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    text-align: center;
    margin: 1em 0; }

  #footer-wrapper #footer {
    max-width: 960px;
    margin: 0 auto;
    display: block;
    padding: 2em 0; }
    #footer-wrapper #footer nav ul li {
      display: block;
      float: none; }
    #footer-wrapper #footer nav ul .sit-link {
      float: none; } }
/* ==========================================================================
   Print Stylesheet
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none; }

  nav,
  #main-nav,
  #searchform,
  #contact-details,
  #sidebar {
    display: none !important; }

  #content {
    width: 100%; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a:after {
    content: " (" attr(href) ")"; }

  abbr:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
