/* ==========================================================================
   GLENELG COMMUNITY HOSPITAL STYLE.CSS
   Copyright 2014 Quisk Design (quisk.com.au)
   ========================================================================== */
/* Responsive Resets */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

body, .cf {
  *zoom: 1; }

body:before, .cf:before, body:after, .cf:after {
  content: '';
  display: table; }

body:after, .cf:after {
  clear: both; }

*, *:before, *:after, *::before, *::after {
  *behavior: url("js/vendor/boxsizing.htc");
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  overflow-y: scroll;
  overflow-x: hidden; }

body {
  width: 100%; }

/*
  Responsive Utilities
*/
img, video, audio, embed, object, input, iframe, canvas, svg, select, textarea {
  max-width: 100%; }

/* Wrap tables or pre elements in a div with this class */
.overflow-container {
  overflow-y: scroll; }

/*
  Aspect ratios for media objects i.e canvas, iframe, video, svg etc.
  Defaults to 16x9
*/
.aspect-ratio {
  height: 0;
  padding-top: 56.25%;
  position: relative; }

.aspect-ratio--object {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100; }


/* Components */

/*
   Base
   ========================================================================== */
body {
  text-align: center;
  overflow: hidden; }


/*
   Content
   ========================================================================== */
.content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 20px 60px; }

article {
  width: 48%;
  padding: 0px 10px;
  display: inline-block;
  text-align: left; }
  @media screen and (max-width: 900px) {
    article {
      width: 61%; } }
  @media screen and (max-width: 640px) {
    article {
      width: 100%; } }

.inside article {
  width: 70%;
  margin-right: 4%; }
  @media screen and (max-width: 900px) {
    .inside article {
      width: 100%;
      margin-right: 0; } }


/*
   Feature
   ========================================================================== */

.feature {
  height: 380px;
  /*background: #5b9ce5 url('../images/feature-1.jpg') center center no-repeat;*/
}

  @media screen and (max-width: 900px) {
    .Home .feature {
      height: 200px;
      background-size: 1211px 200px !important; }
  }

.inside .feature {
  height: 218px;
  background: #5b9ce5 url('../images/inside-feature-1.jpg') center top no-repeat;
}


/*
   Footer
   ========================================================================== */
footer {
  color: #fff;
  background-color: #404c55; }

.footer-container {
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  padding: 40px 20px 50px; }

.footer-info {
  width: 24%;
  float: left;
  margin-right: 1%;
  text-align: left; }
  @media screen and (max-width: 900px) {
    .footer-info {
      width: 49%; } }
  @media screen and (max-width: 640px) {
    .footer-info {
      display: none; } }

.footer-contact {
  width: 25%;
  float: left;
  text-align: left; }
  @media screen and (max-width: 900px) {
    .footer-contact {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .footer-contact {
      width: 100%;
      text-align: center; } }

.footer-partners {
  float: right; }
  @media screen and (max-width: 900px) {
    .footer-partners {
      display: none; } }
  .footer-partners img {
    margin-left: 30px; }

/*
   Header
   ========================================================================== */
header {
  position: relative;
  border-top: 8px solid #d5d7d9; }
  header h1 {
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    font-style: italic;
    font-weight: normal;
    color: #879398;
  }
    @media screen and (max-width: 900px) {
      header h1 {
        display: none;
      }
    }

.header-container {
  max-width: 940px;
  margin: 0 auto;
  padding: 0px 30px;
}

.titleLeft {
  position: relative;
  top: 52px;
  float: left;
  width: 260px;
}

.titleRight {
  position: relative;
  top: 52px;
  float: right;
  width: 260px;
  margin-right: 20px;
}

.logo {
  display: inline-block;
  width: 234px;
  height: 124px;
  margin: 22px 30px 30px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url('../images/logo.png') center center no-repeat;
  background-size: 100% 100%; }
  @media screen and (max-width: 640px) {
    .logo {
      width: 173px;
      height: 92px; } }

/*
   Navigation
   ========================================================================== */
nav {
  padding: 10px 20px;
  color: #fff;
  background: #404c55 url('../images/nav-bg.png') repeat; }
  @media screen and (max-width: 900px) {
    nav {
      display: none; } }
  nav li {
    position: relative;
    display: inline-block; }
    nav li:last-child a {
      border-right: none; }
  nav a {
    display: inline-block;
    padding: 8px 18px;
    text-decoration: none;
    text-shadow: 0 2px 1px #404c55;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.15s;
            transition: 0.15s; }

  nav .sectionheader span {
    display: inline-block;
    padding: 8px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
    nav a:hover {
      color: #30c4f5;
    }

  nav li:hover ul {
    display: block;
    visibility: visible;
  }

  nav li ul {
    display: none;
    visibility: hidden;
    width: 240px;
    position: absolute;
    padding-top: 5px;
    top: 100%;
    left: 0;
    text-align: left;
    background: #404c55 url('../images/nav-bg.png') repeat;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.3);
  }

    nav li ul li {
      display: block;
    }

    nav .sectionheader ul li span {
      padding: 0px;
      border-right: none;
    }

    nav li ul li a {
      display: block;
      border-right: none;
      border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    nav li ul li:last-child a {
      border-bottom: none;
    }


/* Mobile Navigation */
.sb-slidebar a, .sb-slidebar span {
  text-align: left;
  display: block;
  width: 100%;
  padding: 15px 20px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  .sb-slidebar ul li ul li a {
    padding: 12px 20px 12px 30px;
    font-size: 15px;
  }

.sb-toggle-left {
  display: none;
  position: absolute;
  top: 58px;
  left: 30px;
  height: 48px;
  width: 47px;
  background: transparent url('../images/hamburger.png') left top no-repeat;
  background-size: 47px 48px;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer; }
  @media screen and (max-width: 900px) {
    .sb-toggle-left {
      display: block; } }
  @media screen and (max-width: 640px) {
    .sb-toggle-left {
      top: 40px; } }

.sb-active .sb-toggle-left {
  background: transparent url('../images/hamburger-close.png') left top no-repeat;
  background-size: 47px 48px; }

/*
   News
   ========================================================================== */
.news {
  width: 23%;
  float: left;
  margin-right: 3%;
  text-align: left; }
  @media screen and (max-width: 900px) {
    .news {
      width: 36%; } }
  @media screen and (max-width: 640px) {
    .news {
      display: none; } }

.news-container {
  padding: 20px 20px 25px;
  background-color: #f3f3f3;
  border-radius: 5px; }

.news-item {
  position: relative;
  border-bottom: 1px solid #ddd; }
  .news-item:first-child {
    margin-bottom: 30px; }
  .news-item a {
    text-decoration: none; }

.news-date {
  position: relative;
  bottom: 5px; }

.news-more {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  padding: 6px 8px 5px;
  background-color: #2863C0;
  text-decoration: none;
  -webkit-transition: 0.2s;
          transition: 0.2s; }
  .news-more:hover {
    background-color: #5b9ce5; }

/*
   Quicklinks
   ========================================================================== */
.quicklinks {
  position: relative;
  width: 23%;
  float: right;
  margin-left: 3%;
  text-align: left; }
  @media screen and (max-width: 900px) {
    .quicklinks {
      display: none; } }
  .quicklinks a {
    display: block;
    padding: 15px 100px 18px 20px;
    text-decoration: none;
    background: url('../images/list-bg.png') left bottom repeat-x;
    -webkit-transition: 0.2s;
            transition: 0.2s; }

.nurse {
  position: absolute;
  top: -20px;
  right: -100px;
  height: 438px;
  width: 206px;
  background: transparent url('../images/nurse.png') right bottom no-repeat; }

/*
   Tagline
   ========================================================================== */
.tagline {
  padding: 25px 40px;
  background-color: #30c4f5;
  color: #fff; }

/*
   Typography
   ========================================================================== */
body {
  font-family: 'proxima-nova', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased; }

a {
  color: inherit; }

p {
  margin-bottom: 15px; }

/* Nav */
.sb-slidebar {
  font-size: 18px;
  color: #fff; }

/* News */
.news h2 {
  margin: 0px 0px 15px 20px;
  font-size: 22px;
  font-weight: normal;
  color: #2863C0; }

.news-item h3 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: normal;
  color: #2b3943; }
  .news-item h3:hover {
    color: #2863C0; }
.news-item p {
  font-size: 13px;
  line-height: 16px; }

.news-date {
  font-style: normal;
  font-size: 12px;
  color: #2863C0; }

.news-more {
  font-size: 12px;
  color: #fff; }

/* Article */
article {
  font-size: 15px;
  line-height: 20px; }

  article h1 {
    margin: 0px 0px 25px;
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    color: #2863C0;
}
  article h2 {
    margin: 30px 0px 20px;
    display: block;
    font-size: 23px;
    line-height: 28px;
    font-weight: normal;
    color: #2863C0;
    border-top: dotted 2px #ddd;
    text-transform: uppercase;
    padding-top: 15px;
  }
  article h3 {
    margin: 30px 0px 10px;
    display: block;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    color: #2863C0;
  }

  article h4, article h5 {
    margin: 26px 0px 6px;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #2863C0;
  }
  article h5 {
    color: #333;
    font-weight: bold;
      font-size: 14px;
}

article ul {
  margin: 0 0 25px 20px;
}

article ul.twoCol {
  columns: 2;
}

@media screen and (max-width: 500px) {
  article ul.twoCol {
    columns: 1;
  }
}

article li {
  margin-bottom: 5px;
}

article a, article a {
    color: #2863C0;
    text-decoration: none;
    border-bottom: 1px dotted #2863C0;
}
article a:hover {
    color: #2863C0;
    text-decoration: none;
    border-bottom: none;
}

article .button {
  display: block;
  max-width: 240px;
  margin: 8px auto 20px;
  padding: 14px 65px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.02em;
  background-color: #404c55;
  border: none;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.2s ease all;
}

  article .button:hover {
    color: #fff;
    background-color: #2863C0;
  }

/* News */
article .NewsSummaryLink a {
  text-decoration: none;
  border-bottom: none;
}

.NewsSummaryPostdate {
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  position: relative;
  top: -17px;
}

.NewsSummaryContent {
  margin-bottom: 15px;
}


/* Two Col */
.leftCol {
  display: inline-block;
  width: 47%;
  margin-right: 2%;
  vertical-align: top;
}

.rightCol {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.rightCol iframe {
  margin-top: 50px;
}

@media screen and(max-width: 700px) {
  .leftCol, .rightCol {
    width: 100%;
    margin-right: 0;
  }
}

/* Preferred Partners */
.partnerLogo {
  width: 20%;
  display: inline-block;
  margin: 0 30px 0px 0px;
  vertical-align: middle;
}

.partnerText {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and(max-width: 500px) {
  .partnerLogo {
    width: 50%;
    display: block;
    margin: 20px auto 0px;
  }

  .partnerText {
    width: 100%;
    display: block;
    text-align: center;
  }
}


/* Quick Links */
.quicklinks a {
  font-size: 17px;
  line-height: 21px;
  color: #2863C0; }
  .quicklinks a:hover {
    color: #404c55; }

/* Footer */
.tagline em {
  font-size: 18px;
  font-weight: bold; }

footer {
  font-size: 13px;
  line-height: 16px; }
  footer h4 {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 22px;
    font-weight: normal; }
  footer a {
    text-decoration: none; }

/* Vendor */
/* -----------------------------------
 * Slidebars
 * Version 0.10.2
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html, body, #sb-site, .sb-site-container, .sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */ }

html {
  height: 100%;
  /* Site is as tall as device. */ }

body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */ }

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden; }

/* ----------
 * 002 - Site
 */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: #ffffff;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */ }

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #222222;
  /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-transform: translate(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */ }

.sb-left {
  left: 0;
  /* Set Slidebar to the left. */ }

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */ }

html.sb-static .sb-slidebar, .sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */ }

.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */ }

.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */ }

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */ }

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%; }

.sb-width-thin {
  width: 15%; }

.sb-width-wide {
  width: 45%; }

@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%; }

  .sb-width-thin {
    width: 55%; }

  .sb-width-wide {
    width: 85%; }
 }

@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%; }

  .sb-width-thin {
    width: 40%; }

  .sb-width-wide {
    width: 70%; }
 }

@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%; }

  .sb-width-thin {
    width: 25%; }

  .sb-width-wide {
    width: 55%; }
 }

@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%; }

  .sb-width-thin {
    width: 15%; }

  .sb-width-wide {
    width: 45%; }
 }

@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%; }

  .sb-width-thin {
    width: 5%; }

  .sb-width-wide {
    width: 35%; }
 }

/* ---------------
 * 004 - Animation
 */
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */ }

/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */ }
