@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Dosis:300,400|Roboto:300,400&subset=latin-ext";
/* line 1, ../sass/_classes.scss */
.clr:after, article.post .white_board:after, article.page .white_board:after, article.type-post .white_board:after, article.post .entry-footer:after, article.page .entry-footer:after, article.type-post .entry-footer:after, ol.comments .comment:after, ol.comments .comment .comment-body:after, .widget .widget_content:after {
  clear: both;
  content: ' ';
  display: block; }

/* line 7, ../sass/_classes.scss */
.transition, a, #header .navbar_full ul li a, input#wp-submit, .wp-submit, .submit, .button-primary, .wpcf7-submit {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms; }

/* line 14, ../sass/_classes.scss */
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
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.
 */
/* line 33, ../sass/_normalize.scss */
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.
 */
/* line 54, ../sass/_normalize.scss */
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.
 */
/* line 67, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent; }

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em; }

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
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.
 */
/* line 252, ../sass/_normalize.scss */
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.
 */
/* line 266, ../sass/_normalize.scss */
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.
 */
/* line 277, ../sass/_normalize.scss */
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.
 */
/* line 290, ../sass/_normalize.scss */
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.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
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.
 */
/* line 322, ../sass/_normalize.scss */
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.
 */
/* line 334, ../sass/_normalize.scss */
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`.
 */
/* line 346, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
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.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
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.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0; }

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 18, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 25, ../sass/_slick.scss */
  .slick-list:focus {
    outline: none; }
  /* line 29, ../sass/_slick.scss */
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/* line 34, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 43, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  /* line 49, ../sass/_slick.scss */
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  /* line 55, ../sass/_slick.scss */
  .slick-track:after {
    clear: both; }
  /* line 59, ../sass/_slick.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 63, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 67, ../sass/_slick.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 70, ../sass/_slick.scss */
  .slick-slide img {
    display: block; }
  /* line 73, ../sass/_slick.scss */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 79, ../sass/_slick.scss */
  .slick-slide.dragging img {
    pointer-events: none; }
  /* line 83, ../sass/_slick.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 87, ../sass/_slick.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 91, ../sass/_slick.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* line 97, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* line 40, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url("../ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts//slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
/* line 58, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  /* line 77, ../sass/_slick-theme.scss */
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    /* line 81, ../sass/_slick-theme.scss */
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  /* line 85, ../sass/_slick-theme.scss */
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

/* line 90, ../sass/_slick-theme.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 100, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px; }
  /* line 102, ../sass/_slick-theme.scss */
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  /* line 106, ../sass/_slick-theme.scss */
  .slick-prev:before {
    content: "←"; }
    /* line 108, ../sass/_slick-theme.scss */
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

/* line 114, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px; }
  /* line 116, ../sass/_slick-theme.scss */
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  /* line 120, ../sass/_slick-theme.scss */
  .slick-next:before {
    content: "→"; }
    /* line 122, ../sass/_slick-theme.scss */
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
/* line 130, ../sass/_slick-theme.scss */
.slick-slider {
  margin-bottom: 30px; }

/* line 134, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  /* line 142, ../sass/_slick-theme.scss */
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    /* line 150, ../sass/_slick-theme.scss */
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      /* line 162, ../sass/_slick-theme.scss */
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        /* line 164, ../sass/_slick-theme.scss */
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      /* line 168, ../sass/_slick-theme.scss */
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    /* line 185, ../sass/_slick-theme.scss */
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* line 1, ../sass/_base.scss */
body {
  font-size: 15px;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  background: #f1f1f1;
  overflow-y: scroll; }
  /* line 8, ../sass/_base.scss */
  body *, body input {
    box-sizing: border-box; }

/* line 14, ../sass/_base.scss */
p {
  margin: 12px 0; }

/* line 18, ../sass/_base.scss */
div:focus {
  outline: none !important; }

/* line 22, ../sass/_base.scss */
a {
  color: #4B879E; }

/* line 27, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  line-height: 125%; }

/* line 33, ../sass/_base.scss */
#header {
  background: #4b879e;
  overflow: hidden;
  margin-bottom: 35px; }
  /* line 38, ../sass/_base.scss */
  #header .logo {
    float: left;
    display: inline-block; }
    /* line 41, ../sass/_base.scss */
    #header .logo img {
      max-width: 140px;
      height: auto;
      margin-bottom: -10px;
      margin-top: 15px; }
  /* line 52, ../sass/_base.scss */
  #header .navbar_full .navbar-collapse {
    padding: 0;
    overflow: hidden; }
  /* line 61, ../sass/_base.scss */
  #header .navbar_full ul li a:hover {
    color: #fff;
    background-color: #c2c1bf; }
  /* line 67, ../sass/_base.scss */
  #header .navbar_full ul li.active > a, #header .navbar_full ul li.active > a:hover, #header .navbar_full ul li.active > a:focus {
    color: #fff;
    background-color: #c2c1bf; }
  /* line 78, ../sass/_base.scss */
  #header .navbar_topright {
    background: transparent;
    border: none;
    margin-right: -15px; }
    /* line 84, ../sass/_base.scss */
    #header .navbar_topright ul {
      float: right; }
      /* line 87, ../sass/_base.scss */
      #header .navbar_topright ul li a {
        color: #fff;
        background: #6DA2B7;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-left: 5px;
        padding: 8px 15px; }
        /* line 95, ../sass/_base.scss */
        #header .navbar_topright ul li a:hover {
          color: #555;
          background-color: #d8e0e2; }
      /* line 101, ../sass/_base.scss */
      #header .navbar_topright ul li.active > a, #header .navbar_topright ul li.active > a:hover, #header .navbar_topright ul li.active > a:focus {
        color: #555;
        background-color: #d8e0e2; }
      /* line 108, ../sass/_base.scss */
      #header .navbar_topright ul li.login_menu a:before {
        content: '\f090';
        font-family: fontAwesome;
        float: left;
        margin-right: 6px; }
      /* line 119, ../sass/_base.scss */
      #header .navbar_topright ul li.register_menu a:before {
        content: '\f234';
        font-family: fontAwesome;
        float: left;
        margin-right: 6px; }
      /* line 130, ../sass/_base.scss */
      #header .navbar_topright ul li.logout_menu a:before {
        content: '\f08b';
        font-family: fontAwesome;
        float: left;
        margin-right: 6px; }
      /* line 142, ../sass/_base.scss */
      #header .navbar_topright ul li.add_menu a:before {
        content: '\f0fe';
        font-family: fontAwesome;
        float: left;
        margin-right: 6px; }
      /* line 154, ../sass/_base.scss */
      #header .navbar_topright ul li.entries_menu a:before {
        content: '\f15c';
        font-family: fontAwesome;
        float: left;
        margin-right: 6px; }
      /* line 166, ../sass/_base.scss */
      #header .navbar_topright ul li.profile_menu a:before {
        content: '\f007';
        font-family: fontAwesome;
        float: left;
        margin-right: 6px; }
  /* line 182, ../sass/_base.scss */
  #header form#searchform {
    margin-top: 50px; }
    /* line 184, ../sass/_base.scss */
    #header form#searchform #searchsubmit {
      float: right;
      height: 30px;
      background: #f95678;
      color: #fff;
      border: none; }
    /* line 192, ../sass/_base.scss */
    #header form#searchform input#s {
      float: right;
      padding: 5px 10px;
      height: 30px;
      width: 50%;
      background: #dce8ec;
      border: none;
      box-sizing: border-box; }
  /* line 206, ../sass/_base.scss */
  #header .navbar_full {
    background: #6da2b7;
    margin-bottom: 0;
    border: none; }
    /* line 212, ../sass/_base.scss */
    #header .navbar_full li a {
      color: #fff; }
  /* line 218, ../sass/_base.scss */
  #header .chmurka {
    background: url("../img/chmurka.png") no-repeat left top;
    width: 262px;
    height: 111px;
    margin-top: 40px;
    display: inline-block;
    padding: 25px 10px 20px 80px;
    font-size: 1.7em;
    color: #F95678;
    float: left; }
    /* line 228, ../sass/_base.scss */
    #header .chmurka span {
      display: block;
      font-size: 0.71em;
      margin-top: 15px;
      color: #000; }
    /* line 235, ../sass/_base.scss */
    #header .chmurka:hover {
      text-decoration: none; }

/* line 241, ../sass/_base.scss */
.top_square {
  max-height: 150px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 35px; }

/* line 248, ../sass/_base.scss */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/* line 254, ../sass/_base.scss */
label {
  display: block; }

/* line 258, ../sass/_base.scss */
.tml {
  max-width: 420px; }
  /* line 262, ../sass/_base.scss */
  .tml form p {
    margin: 10px 0 26px; }
    /* line 264, ../sass/_base.scss */
    .tml form p br {
      display: none; }
    /* line 268, ../sass/_base.scss */
    .tml form p input[type="checkbox"] {
      float: left;
      margin-right: 8px; }
  /* line 274, ../sass/_base.scss */
  .tml form input[type="text"], .tml form input[type="password"], .tml form input[type="email"], .tml form input[type="tel"], .tml form select, .tml form textarea {
    margin-top: 0;
    margin-bottom: 0; }
  /* line 279, ../sass/_base.scss */
  .tml form input#user_email {
    margin-bottom: 0; }
  /* line 284, ../sass/_base.scss */
  .tml .g-recaptcha {
    margin-top: 20px; }
  /* line 288, ../sass/_base.scss */
  .tml input#rememberme {
    margin-top: 4px; }

/* line 294, ../sass/_base.scss */
article .white_board .tml form p {
  margin: 10px 0 16px; }

/* line 299, ../sass/_base.scss */
.entry-content:after {
  clear: both;
  content: ' ';
  display: block; }

/* line 306, ../sass/_base.scss */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #CDCDCD; }

/* line 314, ../sass/_base.scss */
input#wp-submit, .wp-submit, .submit, .button-primary, .wpcf7-submit {
  background: #f95678;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 3px; }
  /* line 322, ../sass/_base.scss */
  input#wp-submit:hover, input#wp-submit:focus, .wp-submit:hover, .wp-submit:focus, .submit:hover, .submit:focus, .button-primary:hover, .button-primary:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {
    text-decoration: none;
    color: #fff;
    background: #f72551; }

/* line 331, ../sass/_base.scss */
.tml-profile th {
  padding: 6px 0 0; }

/* line 335, ../sass/_base.scss */
.select2-container {
  margin-bottom: 14px; }
  /* line 338, ../sass/_base.scss */
  .select2-container .select2-selection--single {
    height: 36px;
    border: 1px solid #CDCDCD; }
    /* line 342, ../sass/_base.scss */
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 36px; }
    /* line 346, ../sass/_base.scss */
    .select2-container .select2-selection--single .select2-selection__arrow b {
      margin-top: 2px; }

/* line 352, ../sass/_base.scss */
.terms_label {
  font-weight: 400; }

/* line 356, ../sass/_base.scss */
tr.tml-user-admin-bar-front-wrap {
  display: none; }

/* line 360, ../sass/_base.scss */
#terms {
  float: left;
  margin-right: 5px;
  margin-top: 4px; }

/* line 366, ../sass/_base.scss */
.tml .message {
  border: 1px solid #a5d1e2;
  background-color: #dce5e8;
  margin-bottom: 25px; }

/* line 373, ../sass/_base.scss */
.edit_posts td, .edit_posts th {
  width: 18%;
  font-size: 0.9em;
  padding: 10px; }
/* line 379, ../sass/_base.scss */
.edit_posts .excerpt_table {
  width: 40%; }

/* line 387, ../sass/_base.scss */
label.error {
  font-size: 0.8em;
  color: #d60b0b;
  margin-top: -8px;
  margin-bottom: 8px; }

/* line 394, ../sass/_base.scss */
input.error, textarea.error, select.error {
  border: 1px solid #d60b0b; }

/* line 400, ../sass/_base.scss */
article.post, article.page, article.type-post {
  padding-right: 10px; }
  /* line 403, ../sass/_base.scss */
  article.post .post-ratings, article.page .post-ratings, article.type-post .post-ratings {
    display: inline-block;
    width: auto;
    position: absolute; }
    /* line 407, ../sass/_base.scss */
    article.post .post-ratings img, article.page .post-ratings img, article.type-post .post-ratings img {
      width: 16px;
      height: auto;
      margin-right: 3px;
      flaot: left; }
      /* line 413, ../sass/_base.scss */
      article.post .post-ratings img:first-of-type, article.page .post-ratings img:first-of-type, article.type-post .post-ratings img:first-of-type {
        margin-top: 5px; }
      /* line 417, ../sass/_base.scss */
      article.post .post-ratings img:last-of-type, article.page .post-ratings img:last-of-type, article.type-post .post-ratings img:last-of-type {
        margin-top: -5px; }
  /* line 427, ../sass/_base.scss */
  article.post .white_board, article.page .white_board, article.type-post .white_board {
    box-shadow: 0 0 3px rgba(195, 195, 195, 0.78);
    position: relative;
    background: #fff;
    padding: 15px 15px 0;
    margin-bottom: 40px; }
    /* line 435, ../sass/_base.scss */
    article.post .white_board h2, article.page .white_board h2, article.type-post .white_board h2 {
      margin: 0 0 20px;
      padding-right: 120px; }
      /* line 439, ../sass/_base.scss */
      article.post .white_board h2 a, article.page .white_board h2 a, article.type-post .white_board h2 a {
        color: #d4143c; }
        /* line 442, ../sass/_base.scss */
        article.post .white_board h2 a:hover, article.page .white_board h2 a:hover, article.type-post .white_board h2 a:hover {
          text-decoration: none;
          color: #5495ae; }
    /* line 449, ../sass/_base.scss */
    article.post .white_board p, article.page .white_board p, article.type-post .white_board p {
      margin-bottom: 0; }
  /* line 454, ../sass/_base.scss */
  article.post .entry-footer, article.page .entry-footer, article.type-post .entry-footer {
    background: #dddddd;
    margin: 18px -15px 0;
    padding: 8px 15px; }
    /* line 460, ../sass/_base.scss */
    article.post .entry-footer a, article.page .entry-footer a, article.type-post .entry-footer a {
      color: #397992; }
    /* line 464, ../sass/_base.scss */
    article.post .entry-footer .share_fb, article.page .entry-footer .share_fb, article.type-post .entry-footer .share_fb {
      font-size: 1.2em; }
  /* line 470, ../sass/_base.scss */
  article.post button.recommend, article.page button.recommend, article.type-post button.recommend {
    background: transparent;
    border: none;
    color: #4B879E; }

/* line 477, ../sass/_base.scss */
figure.entry-thumbnail {
  float: left;
  margin: 0 15px 0 0; }
  /* line 481, ../sass/_base.scss */
  figure.entry-thumbnail img {
    margin-bottom: 0;
    margin-top: 5px; }

/* line 489, ../sass/_base.scss */
.fa_button {
  background: transparent;
  border: none;
  display: inline-block; }

/* line 495, ../sass/_base.scss */
ol.comments {
  list-style: none;
  padding: 0; }
  /* line 502, ../sass/_base.scss */
  ol.comments .comment .comment-reply-link {
    float: left; }
  /* line 512, ../sass/_base.scss */
  ol.comments li {
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.92);
    margin-bottom: 5px; }
  /* line 518, ../sass/_base.scss */
  ol.comments .comment-meta.commentmetadata {
    font-size: 0.8em; }
  /* line 522, ../sass/_base.scss */
  ol.comments cite.fn {
    font-style: normal;
    color: #6f6f6f; }
  /* line 527, ../sass/_base.scss */
  ol.comments .says {
    font-size: 0.9em; }
  /* line 531, ../sass/_base.scss */
  ol.comments .comment-reply-link {
    display: inline-block;
    background: #f95678;
    color: #fff;
    padding: 3px 10px;
    font-size: 0.9em; }
  /* line 539, ../sass/_base.scss */
  ol.comments .comment_like {
    float: right; }
  /* line 543, ../sass/_base.scss */
  ol.comments .twitter_comment, ol.comments .google_comment {
    float: right;
    margin-left: 5px;
    margin-top: 1px; }
  /* line 550, ../sass/_base.scss */
  ol.comments .children .comment_like {
    display: none; }

/* line 557, ../sass/_base.scss */
#single-page article.page .white_board {
  padding-bottom: 20px; }

/* line 565, ../sass/_base.scss */
.single article.post .white_board, .single article.type-post .white_board {
  margin-bottom: 0; }
  /* line 568, ../sass/_base.scss */
  .single article.post .white_board h1, .single article.type-post .white_board h1 {
    margin-bottom: 10px;
    margin-top: 30px; }
  /* line 573, ../sass/_base.scss */
  .single article.post .white_board figure.entry-thumbnail, .single article.type-post .white_board figure.entry-thumbnail {
    float: none;
    margin: 0 0 20px; }
    /* line 577, ../sass/_base.scss */
    .single article.post .white_board figure.entry-thumbnail img, .single article.type-post .white_board figure.entry-thumbnail img {
      margin-bottom: 0;
      margin-top: 5px;
      max-width: 100%;
      height: auto; }
/* line 591, ../sass/_base.scss */
.single .same {
  margin-top: 40px; }
  /* line 594, ../sass/_base.scss */
  .single .same h2 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #949494; }
  /* line 600, ../sass/_base.scss */
  .single .same .similar {
    background: #fff;
    padding: 15px 15px;
    min-height: 340px;
    margin-bottom: 30px; }
    /* line 601, ../sass/_base.scss */
    .single .same .similar img {
      max-width: 100%;
      height: auto;
      margin-bottom: 15px; }
      /* line 605, ../sass/_base.scss */
      .single .same .similar img:hover {
        opacity: 0.7; }
    /* line 614, ../sass/_base.scss */
    .single .same .similar h3 {
      margin: 0 0 6px;
      max-height: 44px;
      overflow: hidden; }
      /* line 618, ../sass/_base.scss */
      .single .same .similar h3 a {
        color: #d4143c; }
    /* line 623, ../sass/_base.scss */
    .single .same .similar p {
      font-size: 0.8em;
      line-height: 135%; }

/* line 631, ../sass/_base.scss */
.under_post {
  height: 92px;
  width: 100%;
  margin: 30px 0;
  padding-right: 10px; }

/* line 638, ../sass/_base.scss */
.directed {
  background: #6DA2B7;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 1px;
  border-bottom-left-radius: 5px;
  font-size: 0.9em;
  min-width: 120px; }
  /* line 651, ../sass/_base.scss */
  .directed a {
    color: #e1ecf0; }

/* line 656, ../sass/_base.scss */
.list-inline {
  list-style: none;
  padding: 0;
  margin: 0; }
  /* line 660, ../sass/_base.scss */
  .list-inline li {
    display: inline-block;
    margin-right: 10px; }

/* line 667, ../sass/_base.scss */
.entry-meta {
  font-size: 0.8em;
  float: right;
  margin-top: 0px; }

/* line 674, ../sass/_base.scss */
.first_meta {
  float: left; }

/* line 679, ../sass/_base.scss */
.widget {
  background: #fff;
  margin-bottom: 30px; }
  /* line 683, ../sass/_base.scss */
  .widget h3 {
    background: #6DA2B7;
    margin: 0;
    padding: 5px 15px;
    color: #fff; }
    /* line 689, ../sass/_base.scss */
    .widget h3 span {
      display: inline-block;
      margin-right: 5px; }
  /* line 695, ../sass/_base.scss */
  .widget .widget_content {
    padding: 5px 5px 15px; }
    /* line 701, ../sass/_base.scss */
    .widget .widget_content ol li {
      float: left;
      width: 50%;
      font-size: 0.9em; }
  /* line 712, ../sass/_base.scss */
  .widget #recentcomments {
    padding: 5px 15px 20px 50px; }
    /* line 715, ../sass/_base.scss */
    .widget #recentcomments li {
      font-size: 0.9em; }
  /* line 722, ../sass/_base.scss */
  .widget.widget_recent_comments h3:before {
    content: '\f0e6';
    font-family: fontAwesome;
    display: inline-block;
    margin-right: 8px; }

/* line 732, ../sass/_base.scss */
.loading {
  background: url("../img/ajax-loader.gif") no-repeat center center;
  width: 100%;
  height: 30px;
  display: block; }

/* line 740, ../sass/_base.scss */
.fixed_ad {
  position: fixed;
  top: 35px; }

/* line 745, ../sass/_base.scss */
.blocker {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(233, 233, 233, 0.94);
  text-align: center;
  padding: 100px 200px;
  z-index: 999; }
  /* line 754, ../sass/_base.scss */
  .blocker h3 {
    font-size: 2em;
    max-width: 500px;
    margin: 0 auto; }
  /* line 760, ../sass/_base.scss */
  .blocker p {
    max-width: 500px;
    margin: 15px auto; }
  /* line 765, ../sass/_base.scss */
  .blocker .blocker_close {
    float: right;
    font-size: 3em;
    border: none;
    background: transparent; }

/* line 776, ../sass/_base.scss */
.home article.post .white_board h2, .home article.type-post .white_board h2, .archive article.post .white_board h2, .archive article.type-post .white_board h2 {
  margin: 9px 0 8px; }
/* line 780, ../sass/_base.scss */
.home article.post .white_board .directed, .home article.type-post .white_board .directed, .archive article.post .white_board .directed, .archive article.type-post .white_board .directed {
  padding: 2px 15px; }

/* line 787, ../sass/_base.scss */
.subscribe_cont, .s2_form_widget .search {
  padding: 15px; }
  /* line 789, ../sass/_base.scss */
  .subscribe_cont p, .s2_form_widget .search p {
    margin: 0; }
  /* line 793, ../sass/_base.scss */
  .subscribe_cont label, .s2_form_widget .search label {
    display: none; }
  /* line 797, ../sass/_base.scss */
  .subscribe_cont input[name="subscribe"], .s2_form_widget .search input[name="subscribe"] {
    border: none;
    background: #f95678;
    color: #fff;
    padding: 4px 10px; }
  /* line 804, ../sass/_base.scss */
  .subscribe_cont input[name="unsubscribe"], .s2_form_widget .search input[name="unsubscribe"] {
    border: none;
    background: #D4D4D4;
    color: #6C6C6C;
    padding: 4px 10px; }

/* line 814, ../sass/_base.scss */
#footer {
  padding: 30px 0 0;
  margin-top: 30px;
  background: #3b697b;
  color: #b8d2dc; }
  /* line 820, ../sass/_base.scss */
  #footer p {
    color: #b8d2dc;
    text-align: justify; }
  /* line 825, ../sass/_base.scss */
  #footer a {
    color: #99becd; }
  /* line 829, ../sass/_base.scss */
  #footer .footer_bottom {
    margin-top: 20px;
    padding: 12px;
    text-align: center;
    background: #24404b; }
    /* line 835, ../sass/_base.scss */
    #footer .footer_bottom p {
      text-align: center;
      margin: 0;
      font-size: 0.8em; }

@media all and (max-width: 1198px) {
  /* line 844, ../sass/_base.scss */
  #header .navbar_topright ul li a {
    padding: 8px 12px;
    font-size: 0.85em; } }
@media all and (min-width: 768px) and (max-width: 992px) {
  /* line 852, ../sass/_base.scss */
  #header .navbar_topright ul li a {
    color: #fff;
    background: #6DA2B7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 3px;
    margin-bottom: 2px;
    font-size: 0.8em;
    padding: 8px 12px; }
  /* line 863, ../sass/_base.scss */
  #header form#searchform input#s {
    width: 80%; }

  /* line 868, ../sass/_base.scss */
  .under_post {
    height: auto; } }
@media all and (max-width: 767px) {
  /* line 875, ../sass/_base.scss */
  body {
    font-size: 15px; }

  /* line 879, ../sass/_base.scss */
  #header {
    text-align: center; }
    /* line 884, ../sass/_base.scss */
    #header form#searchform input#s {
      width: 80%; }
    /* line 888, ../sass/_base.scss */
    #header .logo {
      max-width: 40%; }
      /* line 890, ../sass/_base.scss */
      #header .logo img {
        width: 100%;
        height: auto; }
    /* line 897, ../sass/_base.scss */
    #header a.chmurka {
      max-width: 59%;
      font-size: 1.2em;
      background-size: contain;
      height: 100px;
      margin-top: 40px;
      display: inline-block;
      padding: 15px 10px 20px 40px; }
    /* line 907, ../sass/_base.scss */
    #header button.navbar-toggle {
      float: none;
      margin: 15px auto; }
      /* line 911, ../sass/_base.scss */
      #header button.navbar-toggle .icon-bar {
        background-color: #fff; }
    /* line 916, ../sass/_base.scss */
    #header .navbar_topright {
      margin-right: auto; }
      /* line 919, ../sass/_base.scss */
      #header .navbar_topright ul {
        float: none;
        margin: 5px auto; }
    /* line 926, ../sass/_base.scss */
    #header form#searchform {
      margin-top: 5px;
      margin-bottom: 15px;
      width: 90%; }
      /* line 930, ../sass/_base.scss */
      #header form#searchform input#s {
        width: 88%; }

  /* line 940, ../sass/_base.scss */
  article.post .white_board, article.page .white_board, article.type-post .white_board {
    padding: 45px 15px 0; }
    /* line 943, ../sass/_base.scss */
    article.post .white_board .directed, article.page .white_board .directed, article.type-post .white_board .directed {
      border-bottom-left-radius: 0;
      width: 100%; }
    /* line 948, ../sass/_base.scss */
    article.post .white_board h2, article.page .white_board h2, article.type-post .white_board h2 {
      padding-right: 0; }

  /* line 955, ../sass/_base.scss */
  .under_post {
    height: auto; } }
@media all and (max-width: 590px) {
  /* line 963, ../sass/_base.scss */
  article.post .white_board, article.page .white_board, article.type-post .white_board {
    padding: 45px 15px 0; }
    /* line 966, ../sass/_base.scss */
    article.post .white_board .directed, article.page .white_board .directed, article.type-post .white_board .directed {
      border-bottom-left-radius: 0;
      width: 100%; }
    /* line 971, ../sass/_base.scss */
    article.post .white_board h2, article.page .white_board h2, article.type-post .white_board h2 {
      padding-right: 0; }
    /* line 975, ../sass/_base.scss */
    article.post .white_board .first_meta, article.post .white_board .entry-meta, article.page .white_board .first_meta, article.page .white_board .entry-meta, article.type-post .white_board .first_meta, article.type-post .white_board .entry-meta {
      float: none; }
  /* line 980, ../sass/_base.scss */
  article.post figure.entry-thumbnail, article.page figure.entry-thumbnail, article.type-post figure.entry-thumbnail {
    float: none;
    margin: 0 15px 0 0; }
    /* line 984, ../sass/_base.scss */
    article.post figure.entry-thumbnail img, article.page figure.entry-thumbnail img, article.type-post figure.entry-thumbnail img {
      margin-bottom: 0;
      margin-top: 5px;
      display: block;
      margin: 5px auto; } }
@media all and (max-width: 480px) {
  /* line 996, ../sass/_base.scss */
  .list-inline li {
    margin-left: auto;
    margin-right: auto;
    padding: 6px 5px;
    display: block;
    text-align: center; }

  /* line 1006, ../sass/_base.scss */
  article.post .post-ratings, article.page .post-ratings, article.type-post .post-ratings {
    display: block;
    width: auto;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 6px 5px; }

  /* line 1017, ../sass/_base.scss */
  ol.comments .comment_like, ol.comments .comment .comment-reply-link {
    float: none;
    margin-bottom: 10px; }

  /* line 1023, ../sass/_base.scss */
  .entry-footer {
    font-size: 1.4em; }

  /* line 1027, ../sass/_base.scss */
  h1 {
    font-size: 1.7em; } }
@media all and (max-width: 420px) {
  /* line 1034, ../sass/_base.scss */
  #header {
    text-align: center; }
    /* line 1041, ../sass/_base.scss */
    #header form#searchform input#s {
      width: 80%; }
    /* line 1045, ../sass/_base.scss */
    #header .logo {
      max-width: 30%; }
      /* line 1047, ../sass/_base.scss */
      #header .logo img {
        width: 100%;
        height: auto; }
    /* line 1054, ../sass/_base.scss */
    #header a.chmurka {
      max-width: 68%;
      font-size: 0.94em;
      background-size: contain;
      width: 262px;
      height: 90px;
      margin-top: 20px;
      display: inline-block;
      padding: 15px 10px 20px 50px; }
      /* line 1063, ../sass/_base.scss */
      #header a.chmurka span {
        font-size: 0.9em;
        margin-top: 8px; }

  /* line 1073, ../sass/_base.scss */
  ol.comments .reply {
    text-align: center; }
  /* line 1077, ../sass/_base.scss */
  ol.comments .comment_like, ol.comments .comment .comment-reply-link {
    float: none;
    margin-bottom: 10px;
    text-align: center; }
  /* line 1083, ../sass/_base.scss */
  ol.comments .twitter_comment, ol.comments .google_comment {
    float: none;
    margin-left: 0px;
    margin-top: 1px;
    margin-bottom: 5px; }
  /* line 1090, ../sass/_base.scss */
  ol.comments .google_comment {
    margin-top: 10px; } }

/*# sourceMappingURL=style.css.map */
