/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
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 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

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

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

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

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

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

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

blockquote {
  margin: 1em 40px; }

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

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

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

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

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

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

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

/*
 * 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; }

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

dd {
  margin: 0 0 0 40px; }

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

/*
 * 1. Addresses `appearance` set to `searchfield` in 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

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

/*breakpoints*/
.helvetica-neue, .date, .author {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  font-style: normal; }

.ff-regular {
  font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400; }

.ff-italic {
  font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",serif;
  font-style: italic;
  font-weight: 400; }

.ff-bold {
  font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",serif;
  font-style: normal;
  font-weight: 700; }

.ff-bold-italic {
  font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",serif;
  font-style: italic;
  font-weight: 700; }

.bree-thin {
  font-family: "bree-1","bree-2",sans-serif;
  font-style: normal;
  font-weight: 200; }

.bree-thin-oblique, .nice {
  font-family: "bree-1","bree-2",sans-serif;
  font-style: italic;
  font-weight: 200; }

.bree-light {
  font-family: "bree-1","bree-2",sans-serif;
  font-style: normal;
  font-weight: 300; }

.bree-light-oblique {
  font-family: "bree-1","bree-2",sans-serif;
  font-style: italic;
  font-weight: 300; }

.bree-regular, .data .data-container table caption, .issues .pagination, .issue header .caption {
  font-family: "bree-1","bree-2",sans-serif;
  font-style: normal;
  font-weight: 400; }

.bree-regular-oblique {
  font-family: "bree-1","bree-2",sans-serif;
  font-style: italic;
  font-weight: 400; }

.bree-oblique {
  font-family: "bree-1","bree-2",sans-serif;
  font-style: italic;
  font-weight: 400; }

.bree-bold, .header-font, h1, h2, h3, .content-item.subscription .content-title,
.content-item.donation .content-title, .doodle figure figcaption, .purchase-subscription h3, .content-detail .body p b, .content-detail aside .article-extra strong {
  font-family: "bree-1","bree-2",sans-serif;
  font-style: normal;
  font-weight: 700; }

.bree-bold-oblique {
  font-family: "bree-1","bree-2",sans-serif;
  font-style: italic;
  font-weight: 700; }

.bree-extra-bold {
  font-family: "bree-1","bree-2",sans-serif;
  font-style: normal;
  font-weight: 800; }

.bree-extra-bold-oblique {
  font-family: "bree-1","bree-2",sans-serif;
  font-style: italic;
  font-weight: 800; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #252525;
  background-color: #fafafa;
  margin: 0;
  font-size: 16px; }

h1, h2, h3 {
  padding: 0; }

h2 {
  margin: 18px; }

h1 a, h2 a, h3 a, h1 a {
  color: #232323 !important;
  text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h1 a:hover {
    text-decoration: underline; }

p, input {
  color: #202020; }

p {
  line-height: 1.438em; }

a, a:hover, a:visited, a:link {
  color: #c41f2e; }

a:hover {
  text-decoration: underline; }

figure {
  display: inline-block;
  margin: 0 auto;
  position: relative; }

img {
  display: block; }

ul {
  padding: 0;
  margin: 0 0 0 10px;
  list-style-position: inside; }

ul li {
  margin-bottom: 10px; }
  ul li.last {
    margin-bottom: 0px; }

article img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

blockquote {
  padding: 0 0 0 1.5em;
  margin: 2em 0;
  border-left: 1.5em solid #d7e7eb;
  font-style: italic;
  line-height: 1.25em; }
  blockquote p {
    color: #4c4c4c;
    font-style: italic; }
  blockquote small {
    display: block;
    line-height: 20px;
    color: #999999; }
  blockquote small:before {
    content: '\2014 \00A0'; }

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0; }

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right; }

blockquote.pull-right small:before {
  content: ''; }

blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

.container {
  width: 944px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 0.5em;
  padding-right: 0.5em;
  z-index: 400; }

.gray {
  background-color: #c1c1c1; }

.red {
  color: #c41f2d; }

.clearfix {
  clear: both; }

.group:before, .content-item:before, .doodle:before, form .actions:before, .form-errors:before, .form-group:before, .form-group ul.radio li:before, .help-block:before, .issues:before, .issue header .caption:before,
.group:after,
.content-item:after,
.doodle:after,
form .actions:after,
.form-errors:after,
.form-group:after,
.form-group ul.radio li:after,
.help-block:after,
.issues:after,
.issue header .caption:after {
  content: "";
  display: table; }

.group:after, .content-item:after, .doodle:after, form .actions:after, .form-errors:after, .form-group:after, .form-group ul.radio li:after, .help-block:after, .issues:after, .issue header .caption:after {
  clear: both; }

.logo {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2em;
  height: 156px; }

.content {
  margin-bottom: 6px; }

.content-item {
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .content-item .content-title {
    margin: 0; }
  .content-item .content-meta {
    margin: 0.5em 0 0.5em 0; }
  .content-item .content-description {
    margin-bottom: 0.5em; }
    .content-item .content-description:after {
      content: "";
      display: table;
      clear: both; }
    .content-item .content-description p:first-child {
      margin-top: 0; }
  .content-item iframe {
    margin: 0 auto 1em auto; }
  .content-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

.gallery .content-item .content-description {
  margin-top: 0.5em; }

.content-item .content-description p:last-child {
  margin-bottom: 0; }

.content-item.subscription,
.content-item.donation {
  padding: 0;
  margin: 0 0 1.5em 0; }
  .content-item.subscription .content-title,
  .content-item.donation .content-title {
    text-transform: inherit; }
  .content-item.subscription .content-description,
  .content-item.donation .content-description {
    margin: 1em 0; }
  .content-item.subscription .content-item-details,
  .content-item.donation .content-item-details {
    width: 67%;
    float: left; }
  .content-item.subscription .content-buy,
  .content-item.donation .content-buy {
    width: 180px;
    float: right;
    margin-top: 0.1em; }

.content-item.donation {
  padding-bottom: 1em; }
  .content-item.donation:last-child {
    margin-bottom: 2em; }
  .content-item.donation .content-item-description p {
    margin: 0; }
  .content-item.donation .content-item-description p:first-child {
    margin-top: 0; }

.main-content {
  float: left;
  position: relative;
  width: 610px;
  margin: 0 auto 18px auto;
  border: none;
  padding: 0; }
  .main-content.bordered {
    border: 1px solid #ccdfe4;
    padding: 18px; }

.instruction {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-style: italic;
  margin-bottom: 1em;
  display: block; }

.underline {
  text-decoration: underline; }

.blurb {
  margin-bottom: 2em; }
  .blurb p {
    margin-top: 0.2em;
    margin-bottom: 0.2em; }
  .blurb.extra p {
    margin-top: 0.2em;
    margin-bottom: 1em; }

.center {
  text-align: center; }

.thin, fieldset legend {
  font-weight: 200; }

.vidthumb {
  width: 100%;
  margin: 0 auto 16px auto; }

.pt {
  padding-top: 2em; }

.mb {
  margin-bottom: 1em; }

.clearfix {
  display: block;
  clear: both; }

.ignore {
  display: none; }

.blah {
  text-align: center; }

.contents .issue-cover img {
  margin: 0 auto;
  border: 1px solid #CCDFE4;
  box-shadow: 0px 0px 16px -3px rgba(127, 127, 127, 0.6);
  -webkit-box-shadow: 0px 0px 16px -3px rgba(127, 127, 127, 0.6);
  -moz-box-shadow: 0px 0px 16px -3px rgba(127, 127, 127, 0.6);
  margin: 0 auto 24px auto; }

.contents .issue-title {
  text-align: center;
  line-height: 1em;
  margin: 0px 1em 1em 1em; }

#srchResult iframe {
  width: 620px; }

.thumb {
  border: 1px solid #CCDFE4;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px -12px black; }

header h2 {
  margin: 0px auto 0px auto;
  line-height: 1.2;
  font-size: 2em;
  padding: 0;
  font-weight: 600; }
  header h2.big {
    font-size: 3em;
    line-height: 1em;
    margin: 1em auto 2em auto;
    text-align: center; }

#search {
  width: 620px; }

#cse-search-results iframe {
  max-height: 1070px; }

.date {
  color: #72b1be;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px; }

.author {
  display: block;
  color: #c3202e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 1px; }
  .author .name {
    font-weight: 700;
    text-decoration: none; }
    .author .name:hover {
      text-decoration: underline; }

.meta {
  margin-bottom: 0.2em; }

.description p {
  margin-top: 0; }

.list-header h2 {
  margin-top: 0;
  margin-bottom: 1em; }

.sharethis *, .sharethis *:before, .sharethis *:after, .content-share *, .content-share *:before, .content-share *:after {
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial; }

.sharethis .stButton, .content-share .stButton {
  margin-left: 0; }

.doodle {
  overflow: hidden;
  background-color: #CCDFE4;
  text-align: center; }
  .doodle h3 {
    margin: 1em auto; }
  .doodle figure {
    display: inline-block;
    margin: 0 auto;
    position: relative; }
    .doodle figure figcaption {
      margin: 1em 0;
      font-size: 1em;
      line-height: 1em;
      text-transform: uppercase;
      text-align: center;
      color: #1c1c1c;
      text-align: center;
      width: 100%;
      display: block; }

hr.hr {
  height: 4px;
  border: none;
  background-color: #CCDFE4;
  margin: 2em auto;
  width: 100%; }

.purchase-subscription {
  text-align: center;
  margin-bottom: 2em; }
  .purchase-subscription h3 {
    margin-bottom: 0.5em; }

.data .data-container {
  border: 1px solid #ccdfe4;
  padding: 2px 18px 18px 18px;
  width: 100%;
  margin: 0 auto 1em auto; }
  .data .data-container table {
    width: 100%; }
    .data .data-container table caption {
      text-align: left;
      line-height: 3em; }
    .data .data-container table tbody {
      font-size: 0.8em; }
      .data .data-container table tbody tr.even {
        background-color: white; }
      .data .data-container table tbody tr.odd {
        background-color: #f7f7f7;
        border-top: 1px solid rgba(240, 240, 240, 0.1); }
      .data .data-container table tbody td.key {
        width: 33%; }

.index {
  position: relative;
  overflow: hidden;
  width: auto;
  margin: 0;
  border: none;
  padding: 0;
  margin-right: 5px; }
  .index .index-content {
    float: left;
    width: 610px;
    margin-right: 16px; }
  .index .description {
    font-size: 0.90em;
    line-height: 1.5em; }
  .index .columns {
    clear: both;
    overflow: hidden;
    margin-top: 0px; }
    .index .columns .content {
      margin-bottom: 20px; }
    .index .columns .articlecolumn {
      width: 288px;
      float: left;
      border-right: 1px solid #ccdfe4;
      margin: 18px 0 0 0;
      padding-right: 16px; }
    .index .columns .blogcolumn {
      width: 286px;
      margin-left: 16px;
      margin: 18px 0 0 16px;
      float: left; }
      .index .columns .blogcolumn .blogposts {
        margin-bottom: 2em; }
      .index .columns .blogcolumn .video {
        margin-bottom: 2em; }
    .index .columns h3 {
      margin-top: 0px;
      margin-bottom: 4px; }
  .index a.contenttype {
    font-size: 17px;
    font-family: "bree-1","bree-2",sans-serif;
    color: #72b1be;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 14px;
    text-decoration: none;
    text-shadow: rgba(127, 127, 127, 0.5) -1px 1px 1px;
    margin-top: 6px; }

.slideshow {
  z-index: 500;
  height: 286px;
  width: 608px;
  padding: 0;
  margin: 0;
  position: relative;
  border: 1px solid #ccdfe4; }
  .slideshow .slide {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    list-style-type: none;
    display: hidden; }
    .slideshow .slide .img {
      width: 270px;
      height: 250px;
      float: left;
      padding: 18px; }
      .slideshow .slide .img img {
        width: 270px;
        height: 250px;
        background-color: silver;
        box-shadow: 0px 4px 10px -3px rgba(127, 127, 127, 0.5);
        -webkit-box-shadow: 0px 4px 10px -3px rgba(127, 127, 127, 0.5);
        -moz-box-shadow: 0px 4px 10px -3px rgba(127, 127, 127, 0.5); }
    .slideshow .slide .text {
      float: right;
      width: 279px;
      margin-right: 18px; }
      .slideshow .slide .text .date {
        display: block;
        width: 100%;
        margin: 18px 0 8px 0;
        text-align: center;
        font-family: "bree-1","bree-2",sans-serif;
        font-weight: 100;
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .slideshow .slide .text h3 {
        margin: 0;
        padding: 0;
        font-size: 34px; }
        .slideshow .slide .text h3 a {
          display: inline-block;
          position: relative;
          font-size: inherit;
          line-height: inherit; }
          .slideshow .slide .text h3 a:hover {
            text-decoration: none; }
            .slideshow .slide .text h3 a:hover::after {
              content: '';
              position: absolute;
              left: 0;
              display: inline-block;
              width: 100%;
              border-bottom: 2px solid;
              margin-top: -7px; }
      .slideshow .slide .text .author {
        line-height: 20px;
        margin-bottom: 1px; }
      .slideshow .slide .text .caption {
        font-size: 16px;
        line-height: 20px; }

.pager {
  width: 100%;
  height: 18px;
  z-index: 503;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ccdfe4;
  border-right: 1px solid #ccdfe4;
  border-top: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  padding: 0;
  margin: 0; }

.white {
  position: absolute;
  background-color: #fafafa;
  z-index: 502;
  top: 2px;
  left: 1px;
  width: 100%;
  height: 34px;
  padding: 0;
  margin: 0; }

.numbers {
  padding: 0;
  margin: 0;
  float: left; }
  .numbers a {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    background: url(/static/images/numbers3.png);
    margin-right: 4px;
    list-style-type: none; }
    .numbers a.active {
      background-position: 0 0; }
    .numbers a.number-1 {
      background-position: 0 0; }
    .numbers a.number-2 {
      background-position: -16px 0px; }
    .numbers a.number-3 {
      background-position: -32px 0px; }
    .numbers a.number-4 {
      background-position: -48px 0px; }
    .numbers a.number-5 {
      background-position: -66px 0px; }
    .numbers a.number-6 {
      background-position: -82px 0px; }
    .numbers a.number-7 {
      background-position: -98px 0px; }
    .numbers a.number-8 {
      background-position: -114px 0px; }
    .numbers a.number-9 {
      background-position: -130px 0px; }
    .numbers a.number-1.active {
      background-position: 0 -16px; }
    .numbers a.number-2.active {
      background-position: -16px -16px; }
    .numbers a.number-3.active {
      background-position: -32px -16px; }
    .numbers a.number-4.active {
      background-position: -48px -16px; }
    .numbers a.number-5.active {
      background-position: -66px -16px; }
    .numbers a.number-6.active {
      background-position: -82px -16px; }
    .numbers a.number-7.active {
      background-position: -98px -16px; }
    .numbers a.number-8.active {
      background-position: -114px -16px; }
    .numbers a.number-9.active {
      background-position: -130px -16px; }

.thin, fieldset legend {
  font-family: "bree-1","bree-2",sans-serif;
  color: #72b1be;
  letter-spacing: 1px;
  font-weight: 100;
  text-decoration: none; }

button.btn, input[type="submit"].btn {
  -webkit-appearance: push-button; }

form {
  width: 100%;
  position: relative; }

fieldset {
  border-color: #d7e7eb;
  margin: 0 0 1em 0;
  overflow: visible; }
  fieldset legend {
    text-transform: uppercase;
    border: 1px solid #d7e7eb;
    padding: 0.2em 0.5em;
    font-size: 0.875em;
    margin-bottom: 0.5em; }
  fieldset legend + p {
    margin-top: 0; }

form .actions .btn {
  display: inline-block;
  margin: 0 0.1em;
  float: left; }
  form .actions .btn:first-child {
    margin-left: 0; }
  form .actions .btn:last-child {
    margin-right: 0; }

.form-errors {
  /*@extend .alert;*/
  /*margin: 0 2px 1em 2px;*/
  /*padding: 5px 0px 3px 4px;*/
  /*padding: 0.35em 0.625em;*/
  /*border: 1px solid $red;*/ }

.form-group {
  overflow: visible;
  margin-bottom: 0.5em; }
  .form-group:last-child {
    margin-bottom: 0; }
  .form-group label {
    width: 130px;
    display: block;
    float: left;
    text-align: left;
    line-height: 1.5em; }
    @media only screen and (min-width: 420px) {
      .form-group label {
        width: 30%; } }
  .form-group input[type=text], .form-group input[type=password], .form-group input[type=email], .form-group select, .form-group textarea, .form-group .form-info {
    width: 100%;
    display: block;
    float: left;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    line-height: 1.5em;
    padding: 0 0.3em;
    border: solid 1px #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
    .form-group input[type=text]:focus, .form-group input[type=password]:focus, .form-group input[type=email]:focus, .form-group select:focus, .form-group textarea:focus, .form-group .form-info:focus {
      -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
      border-color: #999; }
    @media only screen and (min-width: 420px) {
      .form-group input[type=text], .form-group input[type=password], .form-group input[type=email], .form-group select, .form-group textarea, .form-group .form-info {
        width: 70%; } }
  .form-group ul.radio {
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative; }
    @media only screen and (min-width: 420px) {
      .form-group ul.radio {
        width: 70%; } }
    .form-group ul.radio li {
      width: 100%;
      position: relative;
      list-style-type: none; }
      .form-group ul.radio li label {
        width: 100%; }
        .form-group ul.radio li label input.radio {
          width: 20px;
          height: 1em; }
  .form-group .form-info {
    background-color: transparent;
    padding: 0;
    border: none; }

.help-block {
  font-size: 0.8em;
  padding: 0;
  margin-bottom: 1em; }

.no-bottom-margin {
  margin-bottom: 0; }

.masthead {
  clear: both;
  background-color: #70aab9;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 23px;
  border: 2px solid #70AAB9;
  margin-bottom: 1em; }
  .masthead .actions {
    float: left;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 2px;
    text-decoration: none;
    text-indent: -5000px; }
  .masthead .login {
    width: 75px;
    height: 15px;
    color: #c41f2d;
    background-color: #f6f6f6;
    background-image: url(/static/images/buttons/login.jpg); }
  .masthead .register {
    width: 108px;
    color: #70aab9;
    height: 15px;
    background-color: #f6f6f6;
    background-image: url(/static/images/buttons/register.jpg); }
  .masthead .date {
    color: #f6f6f6;
    display: block;
    margin: 2px auto 0 auto;
    letter-spacing: 2px;
    font: normal 11px/15px "Georgia";
    font-weight: 100;
    text-transform: capitalize; }
  .masthead .masthead-search-box {
    position: relative;
    width: 199px;
    height: 15px;
    margin: 2px;
    float: right;
    background-image: url(/static/images/buttons/search_empty.jpg); }
    .masthead .masthead-search-box .gsc-search-button {
      display: none; }
    .masthead .masthead-search-box form.gsc-search-box {
      padding: 0 !important;
      margin: 0 !important;
      width: 100%;
      height: 15px; }
      .masthead .masthead-search-box form.gsc-search-box table.gsc-search-box {
        height: 15px;
        border: none;
        margin: 0;
        padding: 0;
        border-collapse: collapse !important;
        border-spacing: 0 0 !important; }
        .masthead .masthead-search-box form.gsc-search-box table.gsc-search-box td.gsc-input {
          height: 15px;
          padding: 0 !important;
          margin: 0 !important;
          padding-right: 0 !important;
          background-color: transparent;
          vertical-align: top; }
          .masthead .masthead-search-box form.gsc-search-box table.gsc-search-box td.gsc-input input {
            background-color: none !important;
            outline: none !important;
            border: !important;
            color: #70aab9;
            background-color: #f6f6f6;
            border-style: hidden;
            letter-spacing: 2px;
            padding: 0;
            margin: 0;
            font-size: 10px;
            line-height: 10px;
            height: 10px;
            text-transform: uppercase;
            text-align: center; }
    .masthead .masthead-search-box .gsc-clear-button {
      display: none; }
  .masthead .search {
    text-indent: 0;
    height: 15px;
    width: 199px;
    float: right;
    color: #70aab9;
    background-color: #f6f6f6;
    border-style: hidden;
    letter-spacing: 2px;
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
    background-image: url(/static/images/buttons/search_empty.jpg); }
  .masthead .search.placeholder {
    background-image: url(/static/images/buttons/search.jpg); }

.nav-main {
  clear: both;
  overflow: visible;
  padding: 0;
  margin: 0;
  width: 720px;
  height: 23px;
  position: relative;
  z-index: 800; }
  .nav-main .section {
    width: 90px;
    margin: 0px;
    float: left;
    list-style-type: none;
    height: 100%;
    position: relative;
    z-index: 800; }
  .nav-main .section.first {
    width: 100px; }
  .nav-main .section.first .item a {
    width: 120px; }
  .nav-main .section.articles {
    width: 100px; }
  .nav-main .section.articles .item a {
    width: 120px; }
  .nav-main .section.blog {
    width: 90px; }
  .nav-main .section.blog .item a {
    width: 120px; }
  .nav-main .section.magazine {
    width: 120px; }
  .nav-main .section.magazine .item a {
    width: 120px; }
  .nav-main .section.subscription {
    width: 167px; }
  .nav-main .section.subscription .item a {
    width: 120px; }
  .nav-main .section.last {
    width: 141px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    list-style-type: none;
    border-right: none; }
  .nav-main .section.last .item a {
    width: 118px; }
  .nav-main .section .title {
    font-family: "bree-1","bree-2",sans-serif;
    color: #303030;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 10px;
    line-height: 13px;
    margin-top: 6px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 2px;
    border-right: 2px solid rgba(1, 1, 1, 0.7); }
  .nav-main .section.last .title {
    border-right: none; }
  .nav-main .menu {
    position: absolute;
    top: 21px;
    left: 0px;
    display: none;
    visibility: visible;
    z-index: 1000;
    border: 1px solid #202020;
    background: #c3202e;
    color: #f6f6f6;
    margin: 0;
    padding: 0;
    box-shadow: 0px 3px 11px 0px #0a0c0c;
    -webkit-box-shadow: 0px 3px 11px 0px #0a0c0c;
    -moz-box-shadow: 0px 3px 11px 0px #0a0c0c; }
  .nav-main .active .menu {
    display: block;
    visibility: visible;
    list-style-type: none; }
  .nav-main .active.first .menu {
    display: block;
    visibility: visible;
    list-style-type: none;
    left: -1px; }
  .nav-main .menu .item {
    padding: 0;
    margin: 0;
    color: #f6f6f6; }
  .nav-main .menu .item.active {
    padding: 0;
    margin: 0;
    color: #c3202e; }
  .nav-main .menu .item a {
    font: italic 11px/14px Georgia, "Times New Roman", Times, serif;
    letter-spacing: 2px;
    display: block;
    margin: 0 auto;
    text-transform: none;
    color: #f6f6f6;
    text-decoration: none;
    text-align: center;
    color: #f6f6f6;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #c3202e url(/static/images/listitem.png) no-repeat center bottom; }
  .nav-main .menu .prev.item a {
    background: #c3202e no-repeat center bottom; }
  .nav-main .menu .last.item a {
    background: #c3202e no-repeat center bottom; }
  .nav-main .menu .item.active a {
    color: #c3202e;
    background-color: #f6f6f6; }
  .nav-main .menu .item a:last {
    margin: 0 auto; }

.top {
  display: block;
  padding-top: 4px;
  margin-bottom: 0;
  z-index: 800;
  overflow: visible; }
  .top .top-left {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px; }
  .top .top-right {
    display: block;
    height: 115px;
    float: left;
    margin-bottom: 5px; }
  .top .top-left .banner-big {
    display: block;
    position: relative;
    width: 720px;
    height: 86px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border: 1px solid #ccdfe4; }
    .top .top-left .banner-big img {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
  .top .top-right .banner-small {
    display: block;
    position: relative;
    width: 202px;
    height: 114px;
    box-sizing: border-box;
    border: 1px solid #ccdfe4; }
    .top .top-right .banner-small img {
      display: block;
      position: relative;
      height: 100%;
      width: 100%; }

.nosidebar .sidebar {
  display: none; }

.sidebar {
  position: relative;
  width: 286px;
  border-left: 0;
  float: right;
  overflow: hidden;
  position: relative; }
  .sidebar img {
    display: block;
    max-width: 100%; }
  .sidebar .sidebar__section {
    margin-bottom: 1.375em; }
  .sidebar .sidebar__title {
    display: block;
    font-family: "bree-1", "bree-2", sans-serif;
    line-height: 1.125em;
    margin-bottom: 2px; }
    .sidebar .sidebar__title .title__red {
      text-transform: uppercase;
      color: #c3202e;
      font-weight: 500;
      letter-spacing: 2px;
      font-size: 0.812em;
      line-height: inherit; }
    .sidebar .sidebar__title .title__thin {
      text-transform: uppercase;
      color: #72b1be;
      font-weight: 300;
      letter-spacing: 1px;
      text-decoration: none;
      font-size: 0.875em;
      line-height: inherit; }
      .sidebar .sidebar__title .title__thin:hover {
        text-decoration: underline; }
  .sidebar .action-subscribe {
    margin: 0;
    padding: 0;
    width: 100%; }
    .sidebar .action-subscribe img {
      display: block;
      width: 100%; }

.sidebar #currentissue .issue {
  position: relative; }
  .sidebar #currentissue .issue a {
    width: 100%; }
    .sidebar #currentissue .issue a img {
      width: 100%;
      border: 1px solid #CCDFE4; }

#twitter {
  background-color: #f6f6f6;
  border: 1px solid #ccdfe4; }

#facebook {
  border: 1px solid #ccdfe4; }

.content-detail {
  margin-bottom: 3em; }
  .content-detail header {
    text-align: center;
    margin-bottom: 0.5em; }
    .content-detail header .content-meta {
      margin: 1em; }
  .content-detail .body p {
    font-size: 1.125em;
    line-height: 1.5em;
    margin-top: 1.375em;
    margin-bottom: 0; }
    .content-detail .body p a {
      text-decoration: none; }
      .content-detail .body p a:hover {
        text-decoration: underline; }
    .content-detail .body p:first-child {
      margin-top: 0; }
    .content-detail .body p:last-child {
      margin-bottom: 0; }
    .content-detail .body p:last-child {
      margin-bottom: 0; }
    .content-detail .body p:last-of-type {
      margin-bottom: 0; }

.content-footer {
  margin-bottom: 3em;
  margin-top: 3em; }
  .content-footer strong {
    font-weight: 200; }
  .content-footer a {
    text-decoration: none; }
    .content-footer a:hover {
      text-decoration: underline; }
  .content-footer ul li {
    padding: 0px; }

.content-share {
  margin: 0.562em auto; }

.content-comments {
  margin-top: 1em; }

.content-detail.article header {
  text-align: center;
  margin: 0 0 3em 0;
  padding: 0; }
  .content-detail.article header .image {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3em;
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
    color: #4c4c4c;
    max-width: 618px !important; }
    .content-detail.article header .image img {
      margin: 0 auto;
      max-width: 618px !important;
      margin-bottom: 0.625em;
      box-shadow: 0px 4px 14px -3px rgba(127, 127, 127, 0.3);
      -webkit-box-shadow: 0px 4px 14px -3px rgba(127, 127, 127, 0.3);
      -moz-box-shadow: 0px 4px 14px -3px rgba(127, 127, 127, 0.3); }
  .content-detail.article header h2 {
    margin: 0 auto 1em auto; }
  .content-detail.article header h3 {
    margin: 1.2em auto;
    width: 90%;
    font-size: 1.125em;
    font-family: "Georgia", serif;
    font-style: italic;
    text-transform: none;
    line-height: 1.25em;
    font-weight: 400; }

.content-detail.article.preview .subscription-required {
  text-align: center;
  margin: 4em auto; }
  .content-detail.article.preview .subscription-required .instruction {
    text-align: center;
    margin-bottom: 0; }

.content-detail.news header {
  text-align: center;
  margin: 0 0 3em 0;
  padding: 0; }
  .content-detail.news header .image {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3em;
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
    color: #4c4c4c;
    max-width: 618px !important; }
    .content-detail.news header .image img {
      margin: 0 auto;
      max-width: 618px !important;
      margin-bottom: 0.625em;
      box-shadow: 0px 4px 14px -3px rgba(127, 127, 127, 0.3);
      -webkit-box-shadow: 0px 4px 14px -3px rgba(127, 127, 127, 0.3);
      -moz-box-shadow: 0px 4px 14px -3px rgba(127, 127, 127, 0.3); }
  .content-detail.news header h2 {
    margin: 0 auto 1em auto; }
  .content-detail.news header h3 {
    margin: 1.2em auto;
    width: 90%;
    font-size: 1.125em;
    font-family: "Georgia", serif;
    font-style: italic;
    text-transform: none;
    line-height: 1.25em;
    font-weight: 400; }

.content-detail.video header {
  text-align: left; }
  .content-detail.video header .content-title {
    margin: 0; }
  .content-detail.video header .content-meta {
    margin-: 0.562em; }

.content-detail.gallery {
  margin-bottom: 0; }

.content-detail aside {
  display: block;
  width: 190px;
  float: right;
  border: none;
  margin: 0 0 1em 40px;
  z-index: 1; }
  .content-detail aside span {
    font-family: "bree-1", "bree-2", sans-serif; }
  .content-detail aside .article-extra strong {
    display: block;
    color: #333;
    text-transform: uppercase;
    font-size: 0.875em;
    margin-bottom: 6px; }
  .content-detail aside .article-extra .links {
    margin: 0 0 1.375em 0;
    padding: 0 0.625em 0 0.875em;
    list-style-position: outside; }
    .content-detail aside .article-extra .links li {
      margin-bottom: 3px; }
  .content-detail aside .article-extra a {
    font-family: "bree-1","bree-2", sans-serif;
    text-decoration: none;
    color: #c41f2e;
    font-size: 0.875em;
    font-weight: 300; }
    .content-detail aside .article-extra a:hover {
      color: #c41f2e;
      text-decoration: underline; }
  .content-detail aside .article-extra.article-extra__issue img {
    border: 1px solid #b3b3b3;
    margin: 0 auto 10px auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0px 0px 14px -3px rgba(127, 127, 127, 0.6);
    -webkit-box-shadow: 0px 0px 14px -3px rgba(127, 127, 127, 0.6);
    -moz-box-shadow: 0px 0px 14px -3px rgba(127, 127, 127, 0.6); }
  .content-detail aside .article-extra.article_extra__by-author .author {
    font-style: italic;
    margin-bottom: 3px; }

footer.base {
  clear: both;
  display: block;
  position: relative;
  bottom: 0;
  width: 100%; }

footer .wrap {
  width: 930px;
  margin: 0 auto;
  text-align: center;
  height: 18px;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #f3f3f3;
  background-color: #363636;
  font-family: "bree-1","bree-2",sans-serif;
  font-weight: 100; }

footer, .push {
  height: 18px; }

footer.base a {
  color: #f3f3f3;
  text-decoration: none;
  display: inline;
  letter-spacing: 2px; }

.issues {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ccdfe4;
  padding: 18px; }
  .issues a {
    color: black;
    text-decoration: none; }
  .issues .pagination {
    font-size: 0.875em;
    text-align: center; }
    .issues .pagination a:hover {
      text-decoration: underline; }

.issue-list {
  clear: both;
  overflow: hidden;
  margin: 0 auto 10px auto;
  padding: 0; }
  .issue-list .issue {
    display: block;
    width: 163px;
    float: left;
    height: 280px;
    margin-left: 9px;
    margin-right: 9px;
    text-decoration: none; }
    .issue-list .issue:nth-of-type(5n+1) {
      margin-left: 0; }
    .issue-list .issue:nth-of-type(5n+5) {
      margin-right: 0; }
    .issue-list .issue:hover span {
      text-decoration: underline; }
    .issue-list .issue figure img {
      width: 100%;
      border: 1px solid #CCDFE4;
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 25px -12px black; }
    .issue-list .issue figure .caption {
      padding-top: 6px;
      text-align: center;
      display: block;
      width: 140px;
      font: bold 14px/18px "bree-1","bree-2",sans-serif; }

.issue .nice {
  margin: 1em auto;
  font-size: 2.5em;
  line-height: 1em;
  text-align: center;
  /*    &:after {
      content: "";
      @include corner(3px);
      display: block;
      width: 65%;
      height: 4px;
      background-color: $blueish;//#1595d2;
      margin: 2px auto 0 auto;
    }*/ }

.issue header {
  background-color: #e8f1f4;
  padding: 18px 18px 0 18px;
  text-align: center; }
  .issue header img {
    -webkit-box-shadow: 0px 0px 10px -7px black;
    -moz-box-shadow: 0px 0px 10px -7px black;
    box-shadow: 0px 0px 10px -7px black;
    margin: 0 auto;
    width: 300px; }
  .issue header .caption {
    font-size: 0.812em;
    line-height: 2em;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .issue header .issue-name {
    text-align: left;
    float: left; }
  .issue header .issue-purchase {
    text-decoration: initial;
    text-align: right;
    float: right; }
    .issue header .issue-purchase:hover {
      text-decoration: underline; }

.gallery-container *, .gallery-container *:before, .gallery-container *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gallery-container {
  background-color: #0a0a0a;
  width: 100%;
  position: relative;
  margin-bottom: 1em; }
  .gallery-container .rsGCaption {
    display: block;
    padding: 0.5em;
    background-color: white;
    opacity: 0.8;
    border: 2px solid black;
    width: 50%;
    right: 0;
    text-align: left;
    float: none;
    margin: 0;
    position: absolute;
    bottom: 27px;
    right: 14px;
    color: black;
    font-family: "bree-1","bree-2",sans-serif;
    font-size: 0.78em;
    line-height: 1.3em;
    font-weight: 300;
    text-transform: uppercase; }
  .gallery-container .rsGCaption.off {
    opacity: 0; }
  .gallery-container a.rsImg {
    visibility: hidden; }
  .gallery-container .image-gallery {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    padding: 1em 1em;
    position: relative;
    max-width: 980px;
    margin: 0 auto; }
    .gallery-container .image-gallery .slide .image {
      margin: 0 auto;
      max-width: 100%;
      height: 100%; }
  .gallery-container .paginator {
    display: block;
    text-align: center;
    color: white;
    padding: 0 1em 1em 1em;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
    font-size: 0.8em; }
    .gallery-container .paginator .btn {
      display: inline-block;
      border: none;
      background-color: transparent;
      outline: none;
      padding: 4px;
      margin: 0; }
    .gallery-container .paginator .active {
      text-align: center;
      font-size: 0.8em;
      float: right;
      line-height: 26px; }
    .gallery-container .paginator .caption {
      float: left; }
      .gallery-container .paginator .caption.off {
        opacity: 0.5; }
    .gallery-container .paginator .prev {
      float: left; }
    .gallery-container .paginator .next {
      float: left; }
    .gallery-container .paginator .num {
      font-family: "bree-1","bree-2",sans-serif;
      font-size: 1.2em; }
    .gallery-container .paginator .max {
      font-family: "bree-1","bree-2",sans-serif;
      font-size: 1.2em; }
    .gallery-container .paginator .of {
      font-style: italic; }
    .gallery-container .paginator .caption-switch {
      display: inline-block;
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("/static/images/gallery-caption.png");
      background-size: 18px 18px; }
    .gallery-container .paginator .arrow-left {
      display: inline-block;
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("/static/images/gallery-left.png");
      background-size: 18px 18px; }
    .gallery-container .paginator .arrow-right {
      display: inline-block;
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("/static/images/gallery-right.png");
      background-size: 18px 18px; }

.alert {
  padding: 5px 0px 3px 4px;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 0px;
  position: relative;
  font-size: 0.8em;
  font-family: 'bree';
  line-height: 1em; }

.alert span {
  font-size: smaller; }

.alert span a {
  color: inherit; }

.alert-dismissable .close {
  position: absolute;
  color: inherit;
  padding: 0;
  margin: 0;
  right: 2px;
  top: 1px; }

.alert-info {
  /*  font-size: 0.8em;
  color: #55872E; 
  //background-color: #F1F8EB; 
  border-color: #AFDA8E;*/
  color: #55872E;
  border-color: #AFDA8E; }

.alert-error {
  border-color: #ebccd1;
  color: #b94a48; }

.alert-warning {
  border-color: #faebcc;
  color: #c09853; }

.alert-danger {
  border-color: #ebccd1;
  color: #b94a48; }

.close {
  float: right;
  font-size: 19px;
  line-height: 15px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.4;
  font-weight: 100;
  filter: alpha(opacity=40); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.redactor_box {
  position: relative;
  border: 1px solid #ddd;
  overflow: visible; }

.redactor_box, .redactor_box textarea {
  background-color: #fff; }

body .redactor_air {
  position: absolute;
  border: 1px solid #ddd;
  border-bottom: none;
  z-index: 2; }

/*
  Fullscreen
*/
body .redactor_box_fullscreen {
  left: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 2000; }

.redactor_box textarea {
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 13px;
  overflow: auto;
  resize: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1004;
  outline: none;
  border: none;
  width: 100%;
  white-space: normal; }

.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre,
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5 {
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important; }

.redactor_editor code,
.redactor_editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif !important; }

.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  font-size: 15px !important;
  line-height: 1.45em !important; }

.redactor_editor, .redactor_editor:focus {
  position: relative;
  outline: none;
  box-shadow: none !important;
  padding: 15px !important;
  margin: 0 !important;
  background: none;
  background: #fff !important;
  overflow: auto;
  white-space: normal; }

.redactor_editor a {
  color: #15c !important;
  text-decoration: underline !important; }

.redactor_editor object,
.redactor_editor embed,
.redactor_editor video,
.redactor_editor img {
  width: auto;
  max-width: 100%; }

.redactor_editor video,
.redactor_editor img {
  height: auto; }

.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  box-shadow: none !important;
  background: none !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  border: none; }

.redactor_editor iframe,
.redactor_editor object,
.redactor_editor hr {
  margin-bottom: 15px !important; }

.redactor_editor blockquote {
  margin-left: 3em !important;
  font-style: italic !important;
  color: #777; }

.redactor_editor ul,
.redactor_editor ol {
  padding-left: 2em !important; }

.redactor_editor ul ul,
.redactor_editor ol ol,
.redactor_editor ul ol,
.redactor_editor ol ul {
  border: none;
  margin: 2px !important;
  padding: 0 !important;
  padding-left: 2em !important; }

.redactor_editor dl dt {
  font-weight: bold; }

.redactor_editor dd {
  margin-left: 1em; }

.redactor_editor table {
  border-collapse: collapse;
  font-size: 1em !important; }

.redactor_editor table td {
  border: 1px solid #ddd;
  padding: 5px !important;
  vertical-align: top; }

.redactor_editor table thead td {
  border-bottom: 2px solid #000 !important;
  font-weight: bold !important; }

.redactor_editor code {
  background-color: #d8d7d7 !important; }

.redactor_editor pre {
  font-size: 90% !important;
  background: #f8f8f8 !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  padding: 1em !important;
  white-space: pre;
  overflow: auto; }

.redactor_editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc; }

.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5 {
  color: #000;
  background: none;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold; }

.redactor_editor h1 {
  font-size: 36px !important;
  line-height: 40px !important;
  margin-bottom: 10px !important; }

.redactor_editor h2 {
  font-size: 30px !important;
  line-height: 38px !important;
  margin-bottom: 15px !important; }

.redactor_editor h3 {
  font-size: 24px !important;
  line-height: 30px !important;
  margin-bottom: 10px !important; }

.redactor_editor h4 {
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 10px !important; }

.redactor_editor h5 {
  font-size: 1em !important;
  margin-bottom: 10px !important; }

.redactor_editor.redactor_editor_wym {
  background: #f6f6f6 !important;
  padding: 5px 15px !important; }

.redactor_editor_wym div,
.redactor_editor_wym p,
.redactor_editor_wym ul,
.redactor_editor_wym ol,
.redactor_editor_wym table,
.redactor_editor_wym dl,
.redactor_editor_wym pre,
.redactor_editor_wym h1,
.redactor_editor_wym h2,
.redactor_editor_wym h3,
.redactor_editor_wym h4,
.redactor_editor_wym h5,
.redactor_editor_wym blockquote {
  background-color: #fff !important;
  border: 1px solid #e4e4e4 !important;
  padding: 10px !important;
  margin: 10px 0 !important; }

.redactor_editor_wym ul,
.redactor_editor_wym ol {
  padding-left: 2em !important; }

/*
  TOOLBAR
*/
.redactor_toolbar {
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 2px !important;
  line-height: 0 !important;
  list-style: none !important;
  font-size: 0;
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=0 );
  overflow: hidden !important;
  height: 32px !important;
  border-bottom: 1px solid #bbb; }

body .redactor_air .redactor_toolbar {
  padding-right: 2px !important; }

.redactor_toolbar li {
  float: left !important;
  margin: 0 !important;
  padding: 3px 1px;
  padding-right: 0;
  list-style: none !important;
  outline: none; }

.redactor_toolbar li.redactor_separator {
  float: left;
  height: 34px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #f1f1f1;
  padding: 0;
  margin: 0 2px 0 3px !important; }

.redactor_toolbar li a {
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  zoom: 1;
  outline: none;
  text-decoration: none; }

.redactor_toolbar li.redactor_btn_right {
  float: none;
  float: right !important; }

.redactor_toolbar li a {
  display: block;
  text-indent: -9999px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAooAAAAZCAYAAAC2GQ9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAF4BJREFUeNrsXQlYFFe2LpoGgQZtVEARjYrigijuW9xIHNQxLsm4PWNERxhw17glE2OIz2U0xnFl1JeYoFGzqdHEMUHFLcaFuCBk3CKIyoAoNFtAoOn5T3sbO/0a6Oqqbsnk/t93v1q66p6qW/ec859zb1U76HQ6gYODg4ODg4ODg8MUDpwocnBwcHBwcHBwcKLIwcHBwcHBwcHBiSIHBwcHBwcHBwcnihwcHBwcHBwcHJwocnBwcHBwcHD8ZuEaERGxWaPRhIk5Sa1Wf7h169bpWC2y9wUr+TPj4OCoLJCMjo72ycnJaVNWVubl5OSU1qZNm0QYuV9403BwcPxOodiyZUubo0ePJn322Wee2NaIPL+hWJJIwDmTsViGcvv3ThSV06ZNG+js7OxIGyUlJdpNmzbFYbWM902OGgCXqKiolY8ePZplbQX16tVbFxMTswirxVUdl5ycrIyNje1QWFg4oKio6HkQNX/ogx+Rt/Lycnd2WLlCoSDSVlqrVq2fQeRuu7i4JKhUqrjhw4f/1LNnT62Ee3VctWpVjxs3bnwJeWqlUlkE+W4FBQVHGjduHDZ48OCHOEZXE9rqGcJ55syZczIyMlairbvMmTPnEj0TaytDe1s1vLNgwQIHrpocv3OoR48enWO600oiV6WMsLCwPiCJp2gHbVshw8fo+i5bcC7JDTY69zdDFJURERGhW7du/VYmEucaHh6+CU5otFarVZmyb5QMifV7TJgw4YfHjx8HmvvRy8vrbyCkS7D6WMa2rTN27Ng0ONnahh2enp7/QCQyV3gGqWMOWdBACvEhsPP/jpJalX4dOHBgUEpKygEQwXKQwGIET1q1Wl2KbRqCSAdxVKA4/vLLL846nU4B3QksLi4Oys/PH/3gwQPFsWPHhoG8HLZSP5XLli0bnJSUtMfPzy9zypQpR7y9vfMuXrzYCDo/NDExcTyI4maK5WpAWz1L1IW9eo1F+1OxoOstkFtIaGio8Nxzzwloe66BHLL6JFPAvuTt2bOnCVZzrZThNG/evMlpaWn/MOyA/UresWPHH+CDvzP44FGjRvmjpFQTbIrSxZUrV767aNGit032N0W5LJMMqkv46KOPThnvtIIs1jJa/5jsG+rYZ+5A1DuSyQ02c26NJorOiJxfd3Bw6Ij1H1CyJV6DIwxgaG5u7iSTBtqPxhuBVT85iCI66vJt27bNjIuL696mTZu06Ojo/bt37+68b9++3llZWQuXLFmSgX2bKDsjl1JC4d6AcqyFcjiDCH86cOBA6gwuVhDFimgJ7dIM6ymWnmhhB641ffr0v6IdFn366afehs4vs4xKoz6ZZdhSTgORkWBlUWGDashPbRhaGmJwwDnJIHy369SpU+Tm5kbErAzkUMB6KdNfyr47Qn9qgay4nTt3rtkXX3zRLj09PRr7z1ihn0rowZhr165tDQgIuAdCeBmGPgFBzu1evXoFw0iGgqg2x3Fu1RHFStrKJTY2tulrr71G919sZltsWz0rKEDmO7m6uuqdLsj5IHJWtiCKrVq1ElxcXPRk8c6dOzbJvNhABy2SJSHjY+v7sGc72QsNmzRpkgqCltS1a9f0DRs2DDp16lQ79K1S6OBG0uf58+cPYskZa4mi83vvvXfl7Nmz295///1w+NpU2JNVVCd88MqlS5fOX7x4MUU8CrJvMhJFBzMkUf8cZWw/s3WtXr16HdN9a5452cZU9JlJBiJqhFT2+zPXj6qIosO6desaJiYm/gVO4ige/vfYR0NZ9fPy8v4cEhKyg8hQVFTUMEQonlu2bNlUjeOoDO4pKSkRZvYbLtRdhgecj5LOOiZFTeRcb44bN67o8OHDPYqKihyhLD2wL1YG4mtA4d69e/2JJNarV68EJJGGpe4K1g2jGXeg/lacW11E5RYaGloARXbC+nOGdpJZhmBGEWwhw5ZyXEwiQTrODcZ1ETMYK7GobP5esFFU6FLNNfiADLaglQEDBpwk/cMqDfVSxtt16tSpH48ZM+ZtkLgk9qyUIJJuKPVBIF8goojzA7DfW2R/dnrrrbcm//zzz2u7det23c/Pr3Djxo1/xPqZwMDAtC+//HKFu7t74ciRIxMt6CPm2kpP/DIyMsIoMGcBoOm22LZSrFmzJiApKWkD7nkAAthSnU5H+l3u5eW1Gk5qOZyW68GDB1dkZ2eH4/cyFC2OcfDw8PgK97UIgW+qFQ6LSPmwyMjIeMgf8+jRI1/Ykk6DBg26J0gYfjZFhw4dnnbMpk3lIIr20kFLZVmb8bH1fdizneyFslWrVr3PSBr198F6Rw8IT4YzM2DD6LqljBISB3io1WofM19LHCML5d8o9UpLS4uYH8yWkSQSKbr1LBoUZPuYj4/PWQnE2pCV3F4JaWtWE/TcHFF0fOONN/rA8EVpNJrRcFJXnn/+ecocOlO2DQ0zAs6obPz48Vfo4KCgIA8Y4oUgXdF169bdjLITUcNPIoylOyLmAjgn0/13ZHyeRBRvFxcX68lnWVkZkbULa9eubU8kEUTucVhY2HmWnZEL5SDZrWmlXbt2KSy7c9NaJUSH+bvJerCF0Yol0L700kv3QRQNUVOuDWSIvXarZdhJDh17HqTts4cPH/ahHVjP27x58+gqyKKlqFNSUmIgSNRvjrI6SafaghA13blz56YzZ85Mg67tYX2K+q7KGcAyEn2dMn51xGQCFixYMC8tLW0JyOlFBE4OBw4c6Ari802fPn0y33nnnc9r166tnDdv3nZvb+9kMfeINmkKXXiOHBKIpjvshwbk+sUCwHQbBE7Xvn17MYGK+61bt7bQPM7WrVvfadKkySMEsm737t1TFxYW/gm6vRX1+yCYHQSilQ7yq3F1dS2GvfG5ffv2aJzrgTrGMBshBrXxjOq0aNHiLEp/2MvGP/7445/QXkfkzCo2aNBAACEV+vXrp88snjhxQnKd9tJBC2Rdrsn3Yc92shOIrH3LAs76sBH6BI3uyadP6LopmeEm0X7RSEcmVPnfzNeSrDSWqHGHTpIPviZjQkbvs/CsokG2lhh2xMTEpEdFRfnaukFnzJgRAtlRWM2R2JcryyjWCP0wJYpuERER22F0+3bs2PH8kCFD1sP4/os9ZHJS6uTk5L/07t37NHv4uXCOV1BWw2n5I2rvCcM7DRH6cpCwNRZmGEsHDx58/tixYy+j4zraQ1uuX7/uj05FUYDQqFGjgokTJ55s2LAhNVChjGLq3r17txetBAQEXGRtaG2kpsH1zmYPf0Bl0YcZ9Mfx6yzJfhKJxbFTWGRUIU9GGYaOT9mlEzQng5TDwnsRI6Oivdj8Dg2LOPfJLMeNkcQ/GnbQOu1jZFGYNGkSZcmE7du3h4l83k4gNnqyBHL2kD0fQ+BVV680paUe6Mex06dPf37jxo00N46Cn3zwriw989dqFSy4swS15s6d+7/379+fC6JzFrKVcXFxwdCLw506dfoRJG4tzVEcOXJkPEhqAo6/IYgYPUCbUOBI5JIy1uply5aFRUdH7zE8G5NtcjSBx48ft7T6htnZ2X38/f2zUUc86RmcUZ34+PgOGRkZ+StWrPizo6Ojc/fu3a+BRCpDQkIuY5uyGk3gSF5BMBwiPJkgLoYoOuKZ9rtz585Y9Kuxhp0gn0MoayIXUVSr1TT3keyVnijSNpFF2pYAMbotGOmQxkLHJWbIqz/KbCNZYoZsDbbkKxH6LUbHRbWTBFtlTxQa+TjPan6v6TB+85iybpcN09Ww/BrbV7F8JMg7BUBjQr7yUE4yvy5pFMEGGUVZ9dyUKHq2bNnSEdG/J5xGRzyEPDicm4GBgZQq1h44cKAbyJwvTUrF9j3WUDdg1P0uXbo0AI6yo0qlKu/SpQs5KJWFziTPx8fnfGxs7IfffvvtS7t27fIBUbXpW3zBwcHZb7755uE1a9b0RbTut3z58iEwwJeXLl36vVydmBxtfn6+2tXVtWzgwIFxEiMotYSUsiVzNDzQqc7RSnh4eHdcr6cNZAiGTghZlyS2gUXHMjLqKbLNLJXja0wSjckiosy9eqtbWBjKiJIbyONmMf3HsALSpgWxMR6icTTJOPkxo08RvA4RvN5gKRQKnXE9leHGjRuu27Zte4dI4rBhw05169YtBYRr3Ouvv/45dPlnLOeAhKUhcMxElD6ybdu2Py1cuJAyDmKGjchg32XX06CkpIRIbQYrptt0/Q1E1F2PEWrqW/tRbu3YsWMCAs++7PeKZ+Tg4KDLyckhZ0L2qz3OGZyXl6dmdYgZulKlpKS8sGnTplVeXl6UgWmMZzwEz95z9+7dIePGjaMpLFqpRsRACoks0pAzzVFE4C6VKIqds5UqyD/cXNW5l0XYEsOxwTZoA7Ud2tjqeWRWkOtKZcGnO+G3U1bWKwY6Z2fnfEHakLO5N49TDIQKSxrppJLI5GRbK6MS0mYIToz7oeTsqA0yirLquSlR1M6fP5+MbeYnn3zS5uTJk/1Onz49HM7hlcWLFycgSp/es2fPYyybSA2pmDt37uR79+4ta9as2dXx48ef6t+/P6WVz4lg2JSavkoPIDQ0NOuDDz5409ahCJsncRFO8AGuPxzXr7p79y6l4cmZ35dBhNv58+eJoQstWrTIYg8hX2JHsuXQc73IyMj3r127FgSi/gmI4hQbDT2bKqDaQjmXrVUS9kbaABvI8a7sh8zMzFBT8shIjMVQKpU69FOH7OzsWgik/j+z9/DQTZkyJQn6aGy0BDpezyZ/TS4rJaRXrlzpmJ6ePhUk8QT0958nTpzwBjmlQMc/OTl5aKdOna56e3uXov36NW/e/PrLL798UxA5RQMcuQ+Cz+eNhp4F2JkpRkPPFdtWDD070XxD3DdlK2n+Stqrr756HAFaL+xr7uvrm492VOCZqPz8/K6iP1xg+ugOAkZvjDuIyLzq22znzp0dUV8XkMR3maNoHgTAPjaHvZwHoviVHM6D5idSJtEYRBbpxRY4d6m2RPZpJVbUL1mWLe/JDvehroQgiHHuakuJooksz61bt448cuRIY+hf+UcAC+bE1muWENatW9esv8vPz28gUS3012/mzWMDWbxslBmzFpW9Qa0WbDS1wAYZRVl1wpQo5rBUahqcRnMUXziOOkVFRaqvv/6694MHD/qtXbt2CutQNESk7t27dw6i3JWBgYGGrEEK62iWprB1TO4FQd43lCoFm6NIk33qqdXq0UQUnZycyMF6yUQUPdFW3WmFnCsWDwRpE4RtPfRc0L1790sHDx4cuX37dnJ+ZTYaejadS0L3tVZmGabKEs0UcbbMcpxFXoq3iGPL6Q3n3Nxcl7y8PFcQRYVRhkqLbc3s2bOv+Pv7f4btU8LT+TEKOl4fqTx5Q7q6YM0JutARpFIBXafhmuNdunRpDGPeMiEhoTUIz3cIoHwPHTrUq0+fPokTJkzYCwJ2RxD5ZQAbDz1rQZ4e4Dr9pk2b9n8gfrdAotVarbYZiuucOXP2gNS5o/7/gU4GXLhwYWFhYSE5sfY5OTm1AwICxE4J8UR7fIN2U02aNOlv0Jceq1ev7ol66U1wISsrqy0C0PVr1qwJFyR8BouyiTQ3EURev03kMCIiQr8kAkm/SbUlVeiM2OFmU/Ji8ZCwRFnWyKxJQ8+GrKi19y2GEJnKavj48eMX9A5YpyM7QaM8SVbUazYX07Vr19sNGzbUpKam+u3YsaMTbEfqwoULZ8Lf0lQaKSOGVb15THZS6jcGFdBvXxBRW79BbeuMoqx6rjST3aNsIQ0B0VBMI0S0NLSSu3Tp0jlwIscYGcwyGOlXXnmFhmv/xSJoIlm5VpKiEsG+8yPKYMy73bx5sz5t9OjR46bEDlzR0b755pvg7OzsxrQRHBz8gyBxoqtg+6Hnx7NmzXoTBKFZVFTUwpiYmLk2kFFhrIw+faS2gQxjRdgvJRtZ3b2IjNjETBAv8fb21oAoNti/f//Q0tLSWyCA6SCIOSA+j5YvX/42yFCm8ORFl8wVK1YoiouLvRwcHJqCIL5EFdSvXz9XqH7qh7Jly5alCAKd9uzZ4zZ27NhbKpUqZ+jQoTtCQ0ObIygckZiY2Hn48OFnRowY8TWCqZMsayf26wbGQ8/euHbStXQWQJluix16zp48efIBOKOXb9261RPbPR8+fEhD0QU05QNk8Z8gt66wXa3i4+N7wzm2MMrYPcA9fyVSPz127dq1EEt6q5zmHnvOnz+fyPp7KG2EJ1NyDgnWfQarghQicKP+W7GPMog0/EwEkogiEUgrs4qW9O9UCZkTsUPCUmRZK7OmDD1rBPu9/GIqy1+j0ZQyomh4meW0TLKo3vvTp0/fu2HDhpEHDx6MpdK6deuD77777geC9Jf9fgW53jw2BIKm2Up7wAYZRVn1vLr/enZkmRN6e7Kt8GTe4RVGJo1/L2edQ+pnIfqjweINmSDKPFEGjTIdEuv1CAsLS2CfDPl1r/D0LOrbt2/G+PHjN2DzC+Fp+t0a1JoxY8bSzMzM+cY7IyMjg0JCQpIF6+dmkPGbyNap/TuIICgfW9AZ6LtZL1ImR3gyDYAce6jMMow7cH9GeDUW3otYGcFMRirrO01Z+0mVU9E/JUaP1fXp1t9//330+vXrR4P8lTs6OhZiWYSSr1QqH9MHuKG3RSA97lgqy8vLPbB0wdIVRUUf4J46deo+BHl/ZUFcpZwEdfRFYPB2QkJCBy8vr/WdO3f+0NnZucnp06dX5uTkBEFvvkPfPQzZp1i0XiRWl23cVjSXirL3dJyfIYBlffgH5vyc2O9dUWozu0W6SKMfdI0JFjoZi+eU4bpF/1GA4Z9ZZs6cqSeLhNjYWCEjI0M/BE3k0RjoH3qyKPKfWYKr0QWxulZTZMktM9hCm2GPe5IbHpMmTfqxsLCwpfHOoKCgPyxevPiYIMP8WqaXFLj1RnFl+njbKKtpbbbdrF2BvrViyS2pHIRGBugly7cMOwxvUMvERUx5zgDWHv0rySjq/ZfJ8cftrXvVEcUKAiQ8/dRGriDvP5hURYgMNyRV6XzZg+jLSFEBy144s6wqOVNSkOsS743aiD5ETm9SBrEMJWV99kvsxGqjTqRh25ZEDIaUcnXDCO7MyRrmpVD71JdZhun9qM2syyVDbXQvGqP2kyqnx7Zt27bHxcW1traDDBw48Fp4eDgNM5yt4jB6ueLFlJSUMVevXm12/fp196ysLBWIm3tJSQkNFztSAaGjf2rRqVSqYnd39yJE1fmtWrUqROR+r2nTpp+CVNKnMB5WIYcyfM1LS0sHHj58OOTQoUOd4DxcYBNq4VzHWbNmHQwODj7C+nCayEyivdpKwcgf6Xhdps+kZ/mMqD1ix9C0Eh8W7Dqwe6Hf/s36uyW6GWzpi1gw6B3F2i07/YVfdbpgjT7XBFlyy7TUZtjjnuSGL/NR/ZndL2Q6dpj5wBIZZCiYP2zESKP+szlMJ6X8M5kpATK8ebxPkOev7QyJjIk06sWylTQtjkZRj8oUAFgdRIsgirLqnqVE0V4wJUSCIH2+hD6CYgpRX/j1RPxypiQPWJFKgIlQN2DF1YhY07yuHEG+D4xyPBtQ36Qh836CdUNT1I9PsMAhtYrjlIzUtBOeDHH6MGPrzrJjDsLTaRJa4em0jRxmjGl4OImRoOqmgbgKT/8iqhHTD0PfpTrOMeNeWkPbyp6wNMv0W8gqcfx+Yc4fUmB1lwVPkjOKIEK6agiPtdO8zBEgucm5gSx2Fp7Mrb7I7Gi2TDJ6xMTExMbHx7cUc1JISMiNyMjIidUEzjZBTSOKHBw1GS5GgYCLFecbfwamuglmCiaDjDplzNxYIKI0Mu46ZtTLWJDzCzP4Bax+Sw2+EyOilHVTMdmFjGjmWOk47NlW9g5k5c6Ac3Bw1CyQjtMIRS6zgeUy1t3MKIi29E8Rco0C5xR7N8Zviih+/vnnFRc7atQoB96XOTj++2AvPef2hIOD4xklHGgKnI+IIJqC5UwWvNsscK7MJv7mMop0I9yoc3D895NFe+g5tyccHBwcVdtEPvTMwcHBwcHBwcFhFpwocnBwcHBwcHBwmMV/BBgAHTxEUMWGlxEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 0; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .redactor_toolbar li a {
    background-image: url(data:image/png;base64,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);
    background-size: auto 25px; } }

.redactor_toolbar li a:hover {
  border-color: #98a6ba;
  background-color: #dde4ef;
  outline: none; }

.redactor_toolbar li a:active, .redactor_toolbar li a.redactor_act {
  border-color: #b5b5b5;
  background-color: #ddd;
  outline: none; }

/*
  BUTTONS
  step 25px
*/
body .redactor_toolbar li a.redactor_btn_html {
  background-position: 0px; }

body .redactor_toolbar li a.redactor_btn_formatting {
  background-position: -25px; }

body .redactor_toolbar li a.redactor_btn_bold {
  background-position: -50px; }

body .redactor_toolbar li a.redactor_btn_italic {
  background-position: -75px; }

body .redactor_toolbar li a.redactor_btn_deleted {
  background-position: -500px; }

body .redactor_toolbar li a.redactor_btn_unorderedlist {
  background-position: -100px; }

body .redactor_toolbar li a.redactor_btn_orderedlist {
  background-position: -125px; }

body .redactor_toolbar li a.redactor_btn_outdent {
  background-position: -150px; }

body .redactor_toolbar li a.redactor_btn_indent {
  background-position: -175px; }

body .redactor_toolbar li a.redactor_btn_image {
  background-position: -200px; }

body .redactor_toolbar li a.redactor_btn_video {
  background-position: -225px; }

body .redactor_toolbar li a.redactor_btn_file {
  background-position: -250px; }

body .redactor_toolbar li a.redactor_btn_table {
  background-position: -275px; }

body .redactor_toolbar li a.redactor_btn_link {
  background-position: -300px; }

body .redactor_toolbar li a.redactor_btn_fontcolor {
  background-position: -325px; }

body .redactor_toolbar li a.redactor_btn_backcolor {
  background-position: -350px; }

body .redactor_toolbar li a.redactor_btn_alignleft {
  background-position: -375px; }

body .redactor_toolbar li a.redactor_btn_aligncenter {
  background-position: -400px; }

body .redactor_toolbar li a.redactor_btn_alignright {
  background-position: -425px; }

body .redactor_toolbar li a.redactor_btn_justify {
  background-position: -450px; }

body .redactor_toolbar li a.redactor_btn_horizontalrule {
  background-position: -475px; }

body .redactor_toolbar li a.redactor_btn_underline {
  background-position: -525px; }

body .redactor_toolbar li a.redactor_btn_fullscreen {
  background-position: -550px; }

body .redactor_toolbar li a.redactor_btn_normalscreen {
  background-position: -575px; }

body .redactor_toolbar li a.redactor_btn_clips {
  background-position: -600px; }

body .redactor_toolbar li a.redactor_btn_alignment {
  background-position: -625px; }

/*
  Toolbar classes
*/
.redactor_format_blockquote {
  font-style: italic;
  color: #666 !important;
  padding-left: 10px; }

.redactor_format_pre {
  font-family: monospace, sans-serif; }

.redactor_format_h1, .redactor_format_h2, .redactor_format_h3, .redactor_format_h4 {
  font-weight: bold; }

.redactor_format_h1 {
  font-size: 30px;
  line-height: 36px; }

.redactor_format_h2 {
  font-size: 24px;
  line-height: 36px; }

.redactor_format_h3 {
  font-size: 20px;
  line-height: 30px; }

.redactor_format_h4 {
  font-size: 16px;
  line-height: 26px; }

/*
  DROPDOWN
*/
.redactor_dropdown {
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  top: 28px;
  left: 0;
  z-index: 2004;
  position: absolute;
  width: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 13px;
  -webkit-box-shadow: 0 2px 4px #ccc;
  -moz-box-shadow: 0 2px 4px #ccc;
  box-shadow: 0 2px 4px #ccc;
  line-height: 21px;
  padding: 10px; }

.redactor_separator_drop {
  border-top: 1px solid #ddd;
  padding: 0 !important;
  line-height: 0;
  font-size: 0; }

.redactor_dropdown a {
  display: block;
  color: #000;
  padding: 3px 5px;
  text-decoration: none; }

.redactor_dropdown a:hover {
  color: #444 !important;
  text-decoration: none;
  background-color: #dde4ef; }

/* ColorPicker */
.redactor_color_link {
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset !important;
  border-radius: 4px !important;
  float: left !important;
  border: 2px solid #fff !important;
  font-size: 0; }

.redactor_color_none {
  font-size: 11px; }

/* MODAL */
#redactor_modal_overlay {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.50;
  background-color: #333 !important; }

#redactor_modal {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e2e2e2',GradientType=0 );
  text-shadow: 0 1px 0 #fff;
  padding: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0px 5px 60px #000;
  border-radius: 3px;
  z-index: 50001;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px !important;
  color: #000; }

#redactor_modal_header {
  padding: 11px 30px 0 15px;
  font-size: 12px;
  border-radius: 3px 3px 0 0;
  font-weight: bold; }

#redactor_modal_content {
  padding: 20px 30px; }

#redactor_modal_close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #777;
  cursor: pointer; }

#redactor_modal_close:hover {
  color: #000; }

#redactor_modal label {
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  float: none !important;
  display: block !important; }

#redactor_modal textarea {
  margin-top: 4px;
  display: block; }

.redactor_input {
  width: 99%;
  font-size: 14px; }

.redactor_modal_box {
  height: 350px;
  overflow: auto;
  margin-bottom: 10px; }

#redactor_image_box {
  height: 270px;
  overflow: auto;
  margin-bottom: 10px; }

#redactor_image_box_select {
  display: block;
  width: 200px;
  margin-bottom: 15px; }

#redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  max-width: 100px; }

#redactor_tabs {
  margin-bottom: 18px; }

#redactor_tabs a {
  display: inline-block;
  border: 1px solid #d2d2d2;
  padding: 4px 14px;
  font-size: 12px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  line-height: 1;
  border-radius: 10px;
  margin-right: 5px; }

#redactor_tabs a:hover, #redactor_tabs a.redactor_tabs_act {
  background-color: #ddd;
  padding: 5px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  border: none;
  text-shadow: 0 1px 0 #eee;
  color: #777 !important;
  text-decoration: none !important; }

#redactor_modal_footer {
  padding: 9px 30px 20px 30px;
  border-radius: 0 0 3px 3px;
  text-align: right; }

#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px; }

#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
  position: relative;
  z-index: 2;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  height: 23px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px 2px;
  background-color: white;
  color: #333;
  font-size: 13px;
  line-height: 1;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -ms-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in; }

#redactor_modal textarea {
  line-height: 1.4em; }

#redactor_modal input:focus,
#redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; }

.redactor_modal_btn {
  margin-left: 8px;
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 16px 5px 16px;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #aaa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0px #ffffff;
  color: #000; }

.redactor_modal_btn:hover {
  color: #555; }

.redactor_modal_btn:hover {
  filter: none;
  background: none;
  background: #f3f3f3;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  text-decoration: none; }

/* Drag and Drop Area */
.redactor_droparea {
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 5px; }

.redactor_droparea .redactor_dropareabox {
  z-index: 1;
  position: relative;
  text-align: center;
  width: 99%;
  background-color: #fff;
  padding: 60px 0;
  border: 2px dashed #bbb; }

.redactor_droparea .redactor_dropareabox, .redactor_dropalternative {
  color: #555;
  font-size: 12px; }

.redactor_dropalternative {
  margin: 4px 0 2px 0; }

.redactor_dropareabox.hover {
  background: #efe3b8;
  border-color: #aaa; }

.redactor_dropareabox.error {
  background: #f7e5e5;
  border-color: #dcc3c3; }

.redactor_dropareabox.drop {
  background: #f4f4ee;
  border-color: #e0e5d6; }

.where-to-buy .data {
  border: 1px solid #ccdfe4;
  padding: 18px; }

.where-to-buy .data .th {
  display: inline-block; }

.where-to-buy .data .sorting_asc .th:after {
  content: "\00a0\00a0"; }

.where-to-buy .data .sorting_asc .caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid rgba(196, 31, 46, 0.9); }

.where-to-buy .data .sorting_desc .th:after {
  content: "\00a0\00a0"; }

.where-to-buy .data .sorting_desc .caret {
  display: inline-block;
  width: 0;
  height: 0;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid rgba(196, 31, 46, 0.9); }

.where-to-buy .data table.dataTable {
  margin: 0 auto;
  clear: both;
  width: 100%; }

.where-to-buy .data table.dataTable thead th {
  padding: 0px 0px 3px 10px;
  border-bottom: 1px solid rgba(240, 240, 240, 0.6);
  font-weight: bold;
  cursor: pointer;
  *cursor: hand;
  position: relative; }

.where-to-buy .data table.dataTable thead th span {
  font-family: "bree-1", "bree-2", sans-serif; }

.where-to-buy .data th {
  text-align: left; }

.where-to-buy .data table.dataTable tbody {
  font-size: 0.8em; }

.where-to-buy .data table.dataTable tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold; }

.where-to-buy .data table.dataTable td {
  padding: 3px 10px;
  text-align: left; }

.where-to-buy .data table.dataTable td.center,
.where-to-buy .data table.dataTable td.dataTables_empty {
  text-align: center; }

.where-to-buy .data table.dataTable tr.even {
  background-color: white; }

.where-to-buy .data table.dataTable tr.odd {
  background-color: #f7f7f7;
  border-top: 1px solid rgba(240, 240, 240, 0.1); }

.where-to-buy .data .dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1; }

.where-to-buy .data .dataTables_length {
  float: left; }

.where-to-buy .data .dataTables_filter {
  float: right;
  text-align: right; }

.where-to-buy .data .dataTables_info {
  clear: both;
  float: left; }

.where-to-buy .data .dataTables_paginate {
  float: right;
  text-align: right; }

.where-to-buy .data .paginate_disabled_previous,
.where-to-buy .data .paginate_enabled_previous,
.where-to-buy .data .paginate_disabled_next,
.where-to-buy .data .paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important; }

.where-to-buy .data .paginate_disabled_previous:hover,
.where-to-buy .data .paginate_enabled_previous:hover,
.where-to-buy .data .paginate_disabled_next:hover,
.where-to-buy .data .paginate_enabled_next:hover {
  text-decoration: none !important; }

.where-to-buy .data .paginate_disabled_previous:active,
.where-to-buy .data .paginate_enabled_previous:active,
.where-to-buy .data .paginate_disabled_next:active,
.where-to-buy .data .paginate_enabled_next:active {
  outline: none; }

.where-to-buy .data .paginate_disabled_previous,
.where-to-buy .data .paginate_disabled_next {
  color: #666 !important; }

.where-to-buy .data .paginate_disabled_previous,
.where-to-buy .data .paginate_enabled_previous {
  padding-left: 23px; }

.where-to-buy .data .paginate_disabled_next,
.where-to-buy .data .paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px; }

.where-to-buy .data .paginate_enabled_previous {
  background: url("/static/images/datatable/back_enabled.png") no-repeat top left; }

.where-to-buy .data .paginate_enabled_previous:hover {
  background: url("/static/images/datatable/back_enabled_hover.png") no-repeat top left; }

.where-to-buy .data .paginate_disabled_previous {
  background: url("/static/images/datatable/back_disabled.png") no-repeat top left; }

.where-to-buy .data .paginate_enabled_next {
  background: url("/static/images/datatable/forward_enabled.png") no-repeat top right; }

.where-to-buy .data .paginate_enabled_next:hover {
  background: url("/static/images/datatable/forward_enabled_hover.png") no-repeat top right; }

.where-to-buy .data .paginate_disabled_next {
  background: url("/static/images/datatable/forward_disabled.png") no-repeat top right; }

.where-to-buy .data .paging_full_numbers {
  height: 22px;
  line-height: 22px; }

.where-to-buy .data .paging_full_numbers a:active {
  outline: none; }

.where-to-buy .data .paging_full_numbers a:hover {
  text-decoration: none; }

.where-to-buy .data .paging_full_numbers a.paginate_button,
.where-to-buy .data .paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important; }

.where-to-buy .data .paging_full_numbers a.paginate_button {
  background-color: #ddd; }

.where-to-buy .data .paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important; }

.where-to-buy .data .paging_full_numbers a.paginate_active {
  background-color: #99B3FF; }

.where-to-buy .data .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white; }

.where-to-buy .data table.dataTable thead th:active,
.where-to-buy .data table.dataTable thead td:active {
  outline: none; }

.where-to-buy .data .dataTables_scroll {
  clear: both; }

.where-to-buy .data .dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url("/static/images/grab.png") 8 8, move; }

.grabbing-cursor {
  cursor: url("/static/images/grabbing.png") 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url("/static/images/blank.gif"); }

/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden; }

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

/*
.md-content {
  color: #fff;
  background: #e74c3c;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0,0,0,0.1);
  border-radius: 3px 3px 0 0;
}

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

.md-content > div p {
  margin: 0;
  padding: 10px 0;
}

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

.md-content > div ul li {
  padding: 5px 0;
}

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}*/
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0; }

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

/* Effect 5: fall */
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px; }

.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0; }

.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1; }

/* Effect 6: side fall */
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px; }

.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0; }

.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1; }

/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0; }

.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1; }

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px; }

.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1; }

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px; }

.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1; }

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px; }

.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1; }

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-12 ~ .md-overlay {
  background: #e74c3c; }

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent; }

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px; }

.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0; }

.md-show.md-effect-13 .md-content {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out; }

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out; }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in; }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px; }

.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1; }

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px; }

.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1; }

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(180, 46, 32, 0.5); }

.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px); }

.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0; }

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%); }

.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s; }

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden; }

.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in; }

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateZ(-200px); } }

@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out; }
  100% {
    -moz-transform: translateZ(-200px); } }

@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out; }
  100% {
    transform: translateZ(-200px); } }

.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0; }

.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s; }

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden; }

.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in; }

@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out; } }

@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out; } }

@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out; } }

.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0; }

.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s; }

.popup {
  display: block;
  padding: 8px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 12px -4px black;
  -moz-box-shadow: 0px 1px 12px -4px black;
  -ms-box-shadow: 0px 1px 12px -4px black;
  -o-box-shadow: 0px 1px 12px -4px black;
  box-shadow: 0px 1px 12px -4px black;
  width: 252px;
  height: 324px;
  position: relative;
  background-repeat: no-repeat;
  margin: 0 auto; }
  .popup.event {
    width: 600px;
    height: 535px; }

.popup .close {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 8px;
  right: 8px; }

.popup .survey {
  display: block;
  position: absolute;
  top: 40px;
  bottom: 210px;
  left: 50px;
  right: 30px; }

.popup .later {
  display: block;
  position: absolute;
  top: 120px;
  bottom: 170px;
  right: 114px;
  left: 50px; }

.popup .skip {
  display: block;
  position: absolute;
  top: 164px;
  bottom: 117px;
  right: 8px;
  width: 50px; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(55, 55, 55, 0.4);
  /*background: rgba(255, 255, 255, 0.8);*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

header.survey-title {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: white; }

header.survey-title h2 {
  font-family: 'Georgia';
  font-size: 2em;
  line-height: 2em;
  margin: 0;
  font-weight: 700; }

.survey-intro {
  text-align: center;
  font-size: smaller !important; }

.survey-intro p {
  margin-bottom: 0; }

.survey {
  width: 100% !important;
  font-size: smaller !important;
  text-align: left; }

.survey .fieldWrapper {
  clear: both;
  margin-bottom: 0;
  padding: 1em 0.5em;
  border-top: 1px solid #e6e6e6;
  position: relative; }

.survey .fieldWrapper.odd {
  background-color: white; }

.survey .fieldWrapper .number {
  text-align: left;
  float: left;
  font-size: 1.3em;
  padding: 0;
  margin-right: 0.5em;
  line-height: 1.3em;
  position: relative; }

.survey .fieldWrapper .label {
  width: 160px;
  float: left;
  position: relative; }

.survey .fieldWrapper .label label {
  width: 100%;
  line-height: 1.5em;
  display: block;
  height: 100%;
  /*ie*/
  float: none; }

.survey .fieldWrapper .field {
  width: 380px;
  float: right;
  position: relative; }

.survey .fieldWrapper.errors {
  border-left: 1px solid #c41f2e; }

.survey a.error {
  color: #c41f2e;
  font-weight: 900;
  margin: 1em 0;
  display: block; }

.survey .fieldWrapper .errors .errorlist {
  margin: 0;
  padding: 0;
  font-weight: 900; }

.survey .fieldWrapper .chooseone-radios {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none; }

.survey .fieldWrapper .field label {
  height: inherit;
  line-height: initial;
  margin: 0 0 0.5em 0;
  float: none; }

.survey .fieldWrapper .field .chooseone-radios li label {
  width: 100%; }

.survey .fieldWrapper .field label .choice {
  display: block;
  padding-left: 2em;
  line-height: 1.5em; }

.survey .fieldWrapper .field .chooseone-radios li {
  list-style-position: inside;
  list-style-type: none;
  float: left;
  width: 100px;
  margin: 0 0 0.2em 0; }

.survey .fieldWrapper .field .chooseone-radios li.other input.other {
  float: left;
  width: 86%;
  margin: 0 0 0 6px !important; }

.survey .fieldWrapper .field .chooseone-radios.stacked li {
  width: 100%; }

.survey .fieldWrapper .field input[type=text],
.survey .fieldWrapper .field input[type=email] {
  float: left;
  width: 96%;
  height: 16px;
  padding: 3px;
  margin: 2px 0;
  font-size: smaller;
  border: 1px solid #e6e6e6; }

.survey .fieldWrapper .field textarea {
  float: left;
  width: 96%;
  height: 100px;
  padding: 3px;
  margin: 2px 0;
  font-size: smaller;
  border: 1px solid #e6e6e6; }

.survey .fieldWrapper .field .chooseone-radios.open li label input[type=text],
.survey .fieldWrapper .field .chooseone-radios.open li label input[type=email] {
  float: left;
  width: 89%;
  height: 16px;
  padding: 3px;
  margin: 2px 0;
  font-size: smaller; }

.survey .fieldWrapper .field .chooseone-radios li label input[type=radio] {
  width: 20px;
  height: 20px;
  float: left;
  margin: 1px 0 3px 0;
  padding: 0; }

.survey .fieldWrapper .field .chooseone-radios li label input[type=checkbox] {
  width: 20px;
  height: 20px;
  float: left;
  margin: 0;
  padding: 0; }

.survey .fieldWrapper .field .choose-one-for-subject strong {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.5em; }

.survey .fieldWrapper .field .choose-one-for-subject {
  margin-bottom: 1em; }

.survey .page {
  margin: 1em 0 1em 0;
  text-align: center; }

.survey .beginning h3 {
  text-align: center; }

.survey .end {
  margin-top: 2em;
  margin-bottom: 2em; }

.survey .end .thanks {
  display: block;
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
  font-style: italic;
  text-align: center; }

.survey .actions {
  margin-top: 2em;
  text-align: center;
  background-color: white;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 1em; }
