@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  height: 100%;
  width: 100%;
  transition: 3s; }

body {
  padding: 0;
  margin: 0 auto;
  height: 100%;
  background: url("../img/bg.jpg") fixed top left no-repeat #605544;
  -o-background-size: 100% 100%;
  -webkit-background-size: auto;
  -moz-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  background-size: 100% 100%; }

.wrapper {
  width: 960px;
  height: 100%;
  margin: 0 auto; }
  @media (max-width: 959px) {
    .wrapper {
      width: auto; } }
  @media (max-width: 700px) {
    .wrapper {
      width: auto; } }
  @media (max-width: 600px) {
    .wrapper {
      width: auto; } }

.container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.left_col {
  width: 200px;
  height: 100%;
  background: rgba(67, 61, 54, 0.65);
  display: table-cell; }
  @media (max-width: 600px) {
    .left_col {
      width: auto;
      height: auto;
      position: static;
      display: table-row; } }
  .left_col .left_col_content {
    padding-top: 5px;
    position: fixed; }
    @media (max-width: 959px) {
      .left_col .left_col_content {
        position: static; } }
    @media (max-width: 700px) {
      .left_col .left_col_content {
        position: static; } }
    @media (max-width: 600px) {
      .left_col .left_col_content {
        position: static; } }

.content {
  display: table-cell;
  width: 760px;
  height: 100%;
  padding: 2em;
  vertical-align: top;
  background: rgba(255, 232, 209, 0.6); }
  @media (max-width: 959px) {
    .content {
      width: auto; } }
  @media (max-width: 700px) {
    .content {
      width: auto; } }
  @media (max-width: 600px) {
    .content {
      padding-left: 1em;
      padding-right: 1em;
      width: auto;
      border-spacing: 1em;
      border-collapse: collapsee; } }
  .content img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 2em; }
  .content .video {
    position: relative;
    margin-bottom: 1.2em;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 25px; }
    .content .video iframe,
    .content .video object,
    .content .video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .content audio {
    margin-bottom: 1.2em; }
  .content .work_files {
    border-bottom: 1px solid #605544; }
    .content .work_files h2, .content .work_files h3 {
      margin: 10px 0; }
    .content .work_files:last-of-type {
      border-bottom: 0; }

.logo, .logo_ru, .logo_ru a, .logo_en, .logo_en a {
  width: 200px;
  height: 200px;
  display: block; }

.logo_ru {
  background: url("../img/logo_ru.svg") no-repeat;
  margin: 0 auto; }
  .logo_ru a span {
    display: none; }

.logo_en {
  background: url("../img/logo_en.svg") no-repeat;
  margin: 0 auto; }
  .logo_en a span {
    display: none; }

.logo_big {
  width: 560px;
  height: 560px;
  display: inline-block;
  opacity: .65; }
  @media (max-width: 600px) {
    .logo_big {
      display: none; } }

.mainpage_h1 {
  display: none; }
  @media (max-width: 600px) {
    .mainpage_h1 {
      display: block; } }

.flags, .lang .flag_ru, .lang .flag_en {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 30px;
  margin: 0;
  opacity: .8;
  vertical-align: bottom; }
  .flags:hover, .lang .flag_ru:hover, .lang .flag_en:hover {
    opacity: 1; }

.lang {
  text-align: center;
  margin: 0 auto; }
  .lang .flag_ru {
    background-image: url("../img/flag_ru.svg"); }
  .lang .flag_en {
    background-image: url("../img/flag_en.svg"); }

.play_icon {
  position: absolute;
  top: 85px;
  left: 5px;
  width: 50px;
  height: 50px;
  background-image: url("../img/play_icon.svg");
  background-repeat: no-repeat;
  background-size: cover; }

.featured-video-plus.fvp-left {
  margin-bottom: 10px; }

.entry-content {
  display: inline-block;
  margin-top: 10px;
  position: relative; }
  .entry-content a .wp-post-image {
    width: 250px;
    position: relative;
    -webkit-backface-visibility: hidden; }
    .entry-content a .wp-post-image:hover {
      opacity: .7; }

.rating-date-line {
  margin-top: 5px; }

.excerpt {
  border-left: 5px solid rgba(67, 61, 54, 0.65);
  padding-left: 20px; }
  .excerpt .entry-title a {
    text-decoration: none;
    font-size: 1em;
    line-height: 1; }
  .excerpt .entry-meta {
    display: inline-block;
    margin-right: 20px; }
  .excerpt .entry-rating {
    display: inline-block;
    vertical-align: middle; }
  .excerpt .entry-content {
    margin-top: 10px; }
  .excerpt h2 {
    margin-bottom: 0; }
  .excerpt .alignleft {
    float: left;
    margin: 0 20px 20px 0; }
    @media (max-width: 700px) {
      .excerpt .alignleft {
        float: none;
        margin: 0 0 20px 0;
        display: block; } }
  .excerpt .entry-footer {
    display: block; }
  @media (max-width: 959px) {
    .excerpt .cat-links, .excerpt .tags-links {
      display: block; } }
  .excerpt .comments-link {
    display: block; }

.the_champ_horizontal_sharing {
  margin: 20px 0;
  opacity: .65; }

ul.the_champ_sharing_ul {
  text-align: right; }
  ul.the_champ_sharing_ul li {
    display: inline-block !important;
    float: none !important; }

.post-navigation {
  margin-top: 15px; }
  .post-navigation .nav-links .nav-previous:before {
    content: '< '; }
  .post-navigation .nav-links .nav-next:after {
    content: ' >'; }

.post-ratings-text {
  display: none !important; }

.wpcf7-response-output {
  border-radius: 5px;
  border-color: #605544 !important; }

#wpcomm {
  border-top: 0;
  margin: 35px auto; }

#wpcomm input[type="text"],
#wpcomm input[type="password"],
#wpcomm input[type="email"],
#wpcomm input[type="url"],
#wpcomm input[type="date"],
#wpcomm input[type="month"],
#wpcomm input[type="time"],
#wpcomm input[type="datetime"],
#wpcomm input[type="datetime-local"],
#wpcomm input[type="week"],
#wpcomm input[type="number"],
#wpcomm input[type="search"],
#wpcomm input[type="tel"],
#wpcomm input[type="color"],
#wpcomm select,
#wpcomm textarea {
  width: 100%;
  background: #fff3e5;
  padding: 0.6em 0.91em;
  display: inline-block;
  border: 1px solid #e6e6e6;
  font-size: 1em;
  box-shadow: inset 0 1px 3px #e6e6e6;
  border-radius: 5px !important;
  -webkit-transition: 0.3s linear border;
  -moz-transition: 0.3s linear border;
  -ms-transition: 0.3s linear border;
  -o-transition: 0.3s linear border;
  transition: 0.3s linear border;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

#wpcomm input[type="text"]:focus,
#wpcomm input[type="password"]:focus,
#wpcomm input[type="email"]:focus,
#wpcomm input[type="url"]:focus,
#wpcomm input[type="date"]:focus,
#wpcomm input[type="month"]:focus,
#wpcomm input[type="time"]:focus,
#wpcomm input[type="datetime"]:focus,
#wpcomm input[type="datetime-local"]:focus,
#wpcomm input[type="week"]:focus,
#wpcomm input[type="number"]:focus,
#wpcomm input[type="search"]:focus,
#wpcomm input[type="tel"]:focus,
#wpcomm input[type="color"]:focus,
#wpcomm select:focus,
#wpcomm textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #756a57; }

#wpcomm input[type="file"]:focus,
#wpcomm input[type="radio"]:focus,
#wpcomm input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 1px auto #129FEA; }

#wc-comment-header {
  display: none !important; }

.wpdiscuz-subscribe-bar {
  display: none !important; }

.wc-comment-link {
  display: none !important; }

#wpcomm .wc-form-wrapper {
  border-radius: 5px !important;
  border: 0; }

#wpcomm .wc-comment .wc-comment-right {
  border-radius: 5px; }

.wc_show_hide_loggedin_username {
  margin-top: 30px; }

.theChampLogin {
  background-color: rgba(67, 61, 54, 0.65) !important;
  border-radius: 5px !important; }

#comments {
  margin-top: 100px; }

.tags-links, .cat-links {
  margin-right: 10px; }
  @media (max-width: 700px) {
    .tags-links, .cat-links {
      display: block; } }
  .tags-links a, .cat-links a {
    border: 2px solid rgba(67, 61, 54, 0.65);
    color: #605544;
    text-decoration: none;
    border-radius: 7px;
    padding: .1em .4em;
    line-height: 2em; }
    .tags-links a:visited, .cat-links a:visited {
      color: #605544; }
    .tags-links a:hover, .cat-links a:hover {
      color: #fff3e5; }
    .tags-links a:active, .cat-links a:active {
      color: #605544; }

.post-ratings-image {
  margin-bottom: 0 !important; }

.contacts_row img {
  margin-bottom: 0; }

* {
  font-size: 15px;
  line-height: 1.5;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-color: black; }

@font-face {
  font-family: 'roboto_condensed_lightregular';
  src: url("../fonts/Roboto_Condensed_Light/robotocondensedlight-webfont.eot");
  src: url("../fonts/Roboto_Condensed_Light/robotocondensedlight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto_Condensed_Light/robotocondensedlight-webfont.woff2") format("woff2"), url("../fonts/Roboto_Condensed_Light/robotocondensedlight-webfont.woff") format("woff"), url("../fonts/Roboto_Condensed_Light/robotocondensedlight-webfont.ttf") format("truetype"), url("../fonts/Roboto_Condensed_Light/robotocondensedlight-webfont.svg#roboto_condensed_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.font_custom, .excerpt .entry-title a, .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .main_menu ul li a {
  font-family: 'roboto_condensed_lightregular', sans-serif !important;
  font-weight: normal;
  font-style: normal; }

.h1, h1, .h2, h2 {
  line-height: 1.1; }

.h3, h3, .h4, h4 {
  line-height: 1.3; }

.h1, h1 {
  font-size: 250%; }

.h2, h2 {
  font-size: 230%; }

.h3, h3 {
  font-size: 200%; }

.h4, h4 {
  font-size: 190%; }

.h5, h5 {
  font-size: 185%; }

.block-margins, p, ul, ol, pre {
  margin-top: 0;
  margin-bottom: 0.75; }

.transition, .flags:hover, .lang .flag_ru:hover, .lang .flag_en:hover, .entry-content a .wp-post-image:hover, .the_champ_horizontal_sharing .theChampSharing:hover, .tags-links a:hover, .cat-links a:hover, a:hover, .download_icon, .main_menu ul li a:hover, .audioplayer-playpause:hover,
.audioplayer-playpause:focus, .audioplayer-volume:hover,
.audioplayer-volume:focus, .audioplayer-volume:hover .audioplayer-volume-adjust {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s; }

h1 {
  text-align: center;
  margin-top: 0; }

h1, .h1, h1 {
  margin: 0 0 0.5em; }

h2, .h2, h2 {
  margin: 1em 0 0.5em; }

h3, .h3, h3 {
  margin: 1em 0 0.5em; }

h4, .h4, h4 {
  margin: 1em 0 0.5em; }

h5, .h5, h5 {
  margin: 1em 0 0.5em; }

h6, .h6, h6 {
  margin: 1em 0 0.5em; }

a {
  color: black;
  text-decoration: underline; }
  a:visited {
    color: black; }
  a:hover {
    color: #fff3e5; }
  a:active {
    color: #fff3e5; }
  a:focus {
    color: #fff3e5; }

::selection {
  background: #605544;
  color: #fff3e5; }

::-moz-selection {
  background: #605544;
  color: #fff3e5; }

blockquote {
  margin-top: 1.5;
  margin-bottom: 1.5;
  margin-left: 3em;
  padding-left: 1em;
  border-left: 3px solid #605544; }

.download_icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 0 19px 19px 0; }

.light {
  opacity: 0; }

.download_icon:hover .dark {
  display: none; }

.download_icon:hover .light {
  opacity: 1;
  transition: 0.5s; }

.download_icon:hover {
  cursor: pointer; }

.download_icon div svg {
  height: 60px; }

/*

.download_icon_mp3 {
    @extend .download_icons;
	background:url('../img/icons_sprite_mp3.png') no-repeat left top;
}

.download_icon_mp3:hover {
    @extend .download_icons;
	background:url('../img/icons_sprite_mp3.png') no-repeat 0 -48px;
}

.download_icon_video {
    @extend .download_icons;
	background:url('../img/icons_sprite_video.png') no-repeat left top;
}

.download_icon_video:hover {
    @extend .download_icons;
	background:url('../img/icons_sprite_video.png') no-repeat 0 -48px;
}

.download_icon_notes_pdf {
    @extend .download_icons;
	background:url('../img/icons_sprite_notes_pdf.png') no-repeat left top;
}

.download_icon_notes_pdf:hover {
    @extend .download_icons;
	background:url('../img/icons_sprite_notes_pdf.png') no-repeat 0 -48px;
}

.download_icon_midi {
    @extend .download_icons;
	background:url('../img/icons_sprite_midi.png') no-repeat left top;
}

.download_icon_midi:hover {
    @extend .download_icons;
	background:url('../img/icons_sprite_midi.png') no-repeat 0 -48px;
}

.download_icon_gtp {
    @extend .download_icons;
	background:url('../img/icons_sprite_gtp.png') no-repeat left top;
}

.download_icon_gtp:hover {
    @extend .download_icons;
	background:url('../img/icons_sprite_gtp.png') no-repeat 0 -48px;
} 

*/
.main_menu {
  text-align: right;
  margin: 40px auto 0; }
  @media (max-width: 600px) {
    .main_menu {
      margin-top: 0; } }
  .main_menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 22px; }
    .main_menu ul li {
      list-style: none; }
      .main_menu ul li a {
        color: #fff3e5;
        font-size: 28px;
        line-height: 2em;
        text-decoration: none;
        display: block;
        margin: 0; }
        .main_menu ul li a:hover {
          background: #605544; }
    @media (max-width: 600px) {
      .main_menu ul {
        display: none; } }
  .main_menu .current-menu-item {
    background: #605544; }
    .main_menu .current-menu-item:hover {
      text-decoration: none; }
  .main_menu .menu_trigger {
    display: none; }
    @media (max-width: 600px) {
      .main_menu .menu_trigger {
        display: block;
        border: 1px solid transparent;
        border-radius: 5px;
        width: 200px;
        line-height: 1.5px;
        text-align: center;
        cursor: pointer;
        margin: 15px auto 22px auto;
        border: 1px solid #fff3e5; }
        .main_menu .menu_trigger:hover {
          transition: .5s;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          -o-transition: .5s; }
        .main_menu .menu_trigger:active {
          border: 1px solid transparent;
          background: #605544; }
        .main_menu .menu_trigger span {
          color: #fff3e5;
          width: 125px;
          height: 1.5em;
          display: inline-block;
          vertical-align: middle;
          font-family: 'roboto_condensed_lightregular', sans-serif !important;
          font-weight: normal;
          font-style: normal;
          font-size: 1.5em;
          line-height: 1.5em;
          margin-right: 15px; } }
    @media (max-width: 600px) {
      .main_menu .menu_trigger div {
        width: 25px;
        height: 1.5em;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.5em;
        color: #fff3e5;
        font-size: 1.5em;
        margin-right: 10px; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.audioplayer {
  height: 2.5em;
  /* 40 */
  color: #fff3e5;
  background: rgba(67, 61, 54, 0.65);
  position: relative;
  z-index: 1;
  border-radius: 5px; }

/* fallback case (read Adaptiveness chapter) */
.audioplayer-mini {
  width: 2.5em;
  /* 40 */
  margin: 0 auto; }

/* inner elements positioning (helps to achieve responsiveness) */
.audioplayer > div {
  position: absolute; }

.audioplayer-playpause {
  width: 2.5em;
  /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
  border-radius: 5px; }

.audioplayer-mini .audioplayer-playpause {
  width: 100%; }

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #332d24; }

.audioplayer-playpause a {
  display: block;
  outline: none;
  /* ╨г╨▒╨╕╤А╨░╨╡╨╝ ╨│╤А╨░╨╜╨╕╤Ж╤Г ╨▓╨╛╨║╤А╤Г╨│ ╤Б╤Б╤Л╨╗╨╛╨║  */ }

/* "play" icon when audio is not being played */
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-right: none;
  border-left-color: #fff3e5;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em;
  /* 8 4 */ }

/* "pause" icon when audio is being played */
.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  /* 12 */
  height: 0.75em;
  /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  /* 6 */ }

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff3e5;
  content: '';
  position: absolute;
  top: 0; }

.audioplayer-playing .audioplayer-playpause a:before {
  left: 0; }

.audioplayer-playing .audioplayer-playpause a:after {
  right: 0; }

.audioplayer-time {
  width: 4.375em;
  /* 70 */
  height: 100%;
  line-height: 2.5em;
  /* 40 */
  text-align: center;
  z-index: 2;
  top: 0; }

.audioplayer-time-current {
  left: 2.5em;
  /* 40 */ }

.audioplayer-time-duration {
  right: 2.5em;
  /* 40 */ }

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0; }

.audioplayer-bar {
  height: 0.875em;
  /* 14 */
  background-color: rgba(25, 22, 20, 0.65);
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em;
  /* 110 */
  left: 6.875em;
  /* 110 */
  margin-top: -0.438em;
  /* 7 */ }

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em;
  /* 70 */ }

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.audioplayer-bar-loaded {
  background-color: rgba(255, 232, 209, 0.6);
  z-index: 1; }

.audioplayer-bar-played {
  background: #fff3e5;
  z-index: 2; }

.audioplayer-volume {
  width: 2.5em;
  /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0; }

.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #332d24;
  border-radius: 0 0 5px 5px; }

.audioplayer-volume-button {
  width: 100%;
  height: 100%; }

/* "volume" icon */
.audioplayer-volume-button a {
  width: 0.313em;
  /* 5 */
  height: 0.375em;
  /* 6 */
  background-color: #fff3e5;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%; }

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute; }

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-left: none;
  border-right-color: #fff3e5;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em;
  /* 8 */ }

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em;
  /* 5 */
  height: 0.313em;
  /* 5 */
  border: 0.25em double #fff3e5;
  /* 4 */
  border-width: 0.25em 0.25em 0 0;
  /* 4 */
  left: 0.563em;
  /* 9 */
  top: -0.063em;
  /* 1 */
  -webkit-border-radius: 0 0.938em 0 0;
  /* 15 */
  -moz-border-radius: 0 0.938em 0 0;
  /* 15 */
  border-radius: 0 0.938em 0 0;
  /* 15 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* volume adjuster */
.audioplayer-volume-adjust {
  width: 100%;
  height: 6.25em;
  /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  top: -9999px;
  background: rgba(25, 22, 20, 0.65); }

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0; }

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%; }

.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: rgba(67, 61, 54, 0.65);
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0; }

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff3e5; }

.audioplayer-novolume .audioplayer-volume {
  display: none; }

.gratitudes_line {
  display: inline-block; }
  .gratitudes_line .image {
    float: left;
    margin: 0 30px 30px 0; }
    @media (max-width: 700px) {
      .gratitudes_line .image {
        float: none; } }

#blueimp-gallery .title {
  font-size: 2em; }

.blueimp-gallery > .next, .blueimp-gallery > .prev {
  border: 0;
  background: none; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  box-shadow: none; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  box-shadow: none; }

/* from PURE buttons-core.css */
input[type=submit] {
  /* Structure */
  display: inline-block;
  *display: inline;
  /*IE 6/7*/
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* end from PURE buttons-core.css */
/* from PURE buttons.css */
/*csslint unqualified-attributes:false*/
input[type=submit] {
  font-size: 100%;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  padding: 0.6em 2.28em 0.6em;
  color: #fcfcfd;
  /* rgba not supported (IE 8) */
  /* color: rgba(0, 0, 0, 0.80); rgba supported */
  /* *color: #444; IE 6 & 7 */
  border: 1px solid rgba(67, 61, 54, 0.65);
  /*IE 6/7/8*/
  border: none rgba(67, 61, 54, 0.65);
  /*IE9 + everything else*/
  background-color: rgba(67, 61, 54, 0.65);
  text-decoration: none;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  /* Transitions */
  -webkit-transition: .5s linear -webkit-box-shadow;
  -moz-transition: .5s linear -moz-box-shadow;
  -ms-transition: .5s linear box-shadow;
  -o-transition: .5s linear box-shadow;
  transition: .5s linear box-shadow;
  text-shadow: none; }

.pure-button-hover,
.pure-button:hover,
input[type=submit]:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.15));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05));
  background-image: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.05)); }

input[type=submit]:focus {
  outline: 0; }

.pure-button-active,
.pure-button:active {
  box-shadow: 0 0 0 1px rgba(67, 61, 54, 0.65) inset, 0 0 6px rgba(67, 61, 54, 0.65) inset; }

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none; }

.pure-button-hidden {
  display: none; }

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #756a57;
  color: #fdfdfc; }

/*! Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/* This page lists core form styles adopted from Normalize.css. */
/*! Copyright (c) Nicolas Gallagher and Jonathan Neal */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* This page has Normalize.css form-specific style rules applied to a .yui3-form context */
/* ==========
Forms Core
=========*/
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
.pure-form {
  margin: 0; }

/* Define consistent border, margin, and padding.*/
.pure-form 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.
 */
.pure-form 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.
 */
.pure-form button,
.pure-form input,
.pure-form select,
.pure-form 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.
 */
.pure-form button,
.pure-form 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.
 */
.pure-form button,
.pure-form input[type="button"],
.pure-form input[type="reset"],
.pure-form input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
.pure-form button[disabled],
.pure-form 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.
 */
.pure-form input[type="checkbox"],
.pure-form 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).
 */
.pure-form 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.
 */
.pure-form input[type="search"]::-webkit-search-cancel-button,
.pure-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
.pure-form button::-moz-focus-inner,
.pure-form 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.
 */
.pure-form textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ===============  forms-responsive.css =================*/
@media only screen and (max-width: 480px) {
  .pure-form button[type="submit"] {
    margin: 0.7em 0 0; }

  .pure-form input[type="text"],
  .pure-form input[type="password"],
  .pure-form input[type="email"],
  .pure-form input[type="url"],
  .pure-form input[type="date"],
  .pure-form input[type="month"],
  .pure-form input[type="time"],
  .pure-form input[type="datetime"],
  .pure-form input[type="datetime-local"],
  .pure-form input[type="week"],
  .pure-form input[type="number"],
  .pure-form input[type="search"],
  .pure-form input[type="tel"],
  .pure-form input[type="color"],
  .pure-form label {
    margin-bottom: 0.3em;
    display: block; }

  .pure-group input[type="text"],
  .pure-group input[type="password"],
  .pure-group input[type="email"],
  .pure-group input[type="url"],
  .pure-group input[type="date"],
  .pure-group input[type="month"],
  .pure-group input[type="time"],
  .pure-group input[type="datetime"],
  .pure-group input[type="datetime-local"],
  .pure-group input[type="week"],
  .pure-group input[type="number"],
  .pure-group input[type="search"],
  .pure-group input[type="tel"],
  .pure-group input[type="color"] {
    margin-bottom: 0; }

  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%; }

  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0; }

  /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
  .pure-form .pure-help-inline,
  .pure-form-message-inline,
  .pure-form-message {
    display: block;
    font-size: 80%;
    /* increased bottom padding to make it group with its related input element */
    padding: 0.2em 0 0.8em; } }
/* ===============  forms.css =================================*/
.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  width: 100%;
  background: rgba(255, 232, 209, 0.6);
  padding: 0.6em 0.91em;
  display: inline-block;
  border: 1px solid #e6e6e6;
  font-size: 1em;
  box-shadow: inset 0 1px 3px #e6e6e6;
  border-radius: 5px;
  -webkit-transition: 0.3s linear border;
  -moz-transition: 0.3s linear border;
  -ms-transition: 0.3s linear border;
  -o-transition: 0.3s linear border;
  transition: 0.3s linear border;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #756a57; }

.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
  outline: thin dotted #333; }

.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block; }

.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  box-shadow: inset 0 1px 10px #ededed;
  background-color: #ededed;
  color: #666666;
  border-color: #e6e6e6; }

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly],
.pure-form input[readonly]:focus,
.pure-form select[readonly]:focus,
.pure-form textarea[readonly]:focus {
  background: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc; }

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border: 1px solid #ee5f5b; }

.pure-form input:focus:invalid:focus,
.pure-form textarea:focus:invalid:focus,
.pure-form select:focus:invalid:focus {
  border-color: #e9322d; }

.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d; }

.pure-form select {
  border: 1px solid #e6e6e6;
  background-color: white; }

.pure-form select[multiple] {
  height: auto; }

.pure-form label {
  margin: 0.5em 0 0.2em;
  color: #030303; }

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0; }

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  font-size: 125%;
  color: #030303;
  border-bottom: 1px solid #ededed; }

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block; }

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked select,
.pure-form-stacked textarea {
  margin-bottom: 1.25em; }

.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle; }

/* aligned Forms */
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em; }

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0; }

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 10em; }

/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 39px;
  padding: 0.5em 1em; }

/* Grouped Inputs */
.pure-form .pure-group fieldset {
  margin-bottom: 10px; }

.pure-form .pure-group input {
  display: block;
  padding: 0.6em 0.91em;
  margin: 0;
  border-radius: 0;
  position: relative;
  top: -1px; }

.pure-form .pure-group input:focus {
  z-index: 2; }

.pure-form .pure-group input:first-child {
  top: 1px;
  border-radius: 5px 5px 0px 0px; }

.pure-form .pure-group input:last-child {
  top: -2px;
  border-radius: 0px 0px 5px 5px; }

.pure-form .pure-group button {
  margin: 0.35em 0; }

.pure-form .pure-input-1 {
  width: 100%; }

.pure-form .pure-input-2-3 {
  width: 66%; }

.pure-form .pure-input-1-2 {
  width: 50%; }

.pure-form .pure-input-1-3 {
  width: 33%; }

.pure-form .pure-input-1-4 {
  width: 25%; }

/* Inline help for forms */
/* Note: pure-help-inline is deprecated. Use .pure-form-message-inline instead */
.pure-form .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666666;
  vertical-align: middle;
  font-size: 90%; }

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666666;
  font-size: 90%; }

/* note no template for forms-r.css. no skinnable properties */
