/*
Theme Name: Jaiho
Author: Jaiho
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jaiho
*/
@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

ul {
  list-style: none; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

:focus {
  outline: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

.map-canvas img {
  max-width: none; }

/* ===========================
   App theme
   =========================== */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

/* ===========================
   App layout
   =========================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }



/* ===========================
   Base
   =========================== */
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1; }

a, a:visited {
  text-decoration: none; }

body {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1661c5; }

::-webkit-scrollbar-track {
  background-color: #f7b203; }

::-moz-selection {
  background-color: #1661c5;
  color: #fff; }

::selection {
  background-color: #1661c5;
  color: #fff; }

input:placeholder, textarea:placeholder {
  text-overflow: ellipsis;
  color: #B4B9CC; }

input::-moz-placeholder, textarea::-moz-placeholder {
  text-overflow: ellipsis;
  color: #B4B9CC; }

input:-moz-placeholder, textarea:-moz-placeholder {
  text-overflow: ellipsis;
  color: #B4B9CC; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  text-overflow: ellipsis;
  color: #B4B9CC; }

.wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px 0 15px; }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  border: 0;
  float: left; }

.button {
  border: 0; }

.btn,
.neonBody button {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transition: .2s;
  cursor: pointer; }
 .project__text .neon2Link {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transition: .2s;
  background: #1d78ce;
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;

 } 

.btn--blue,
.neonBody button {
  background: #1d78ce;
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 40px;
  height: 40px;
  display: block; }
  .btn--blue:hover,
  .neonBody button:hover {
    background: #2c9de3; }

.btn--sidebar {
  margin-bottom: 25px; }

.btn--contact {
  border: 0;
  display: block;
  width: 100%; }

@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?61351932");
  src: url("fonts/fontello.eot?61351932#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?61351932") format("woff2"), url("fonts/fontello.woff?61351932") format("woff"), url("fonts/fontello.ttf?61351932") format("truetype"), url("fonts/fontello.svg?61351932#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: '\e800'; }

/* '' */
.icon-twitter:before {
  content: '\e801'; }

/* '' */
.icon-register:before {
  content: '\e82d'; }

/* '' */
.icon-donate:before {
  content: '\e82e'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-gplus:before {
  content: '\f30f'; }

/* '' */
header {
  background-image: linear-gradient(270deg, #1d78ce 0%, #3b4ecc 100%);
  color: white;
  position: relative; }
  header .wrap {
    position: relative;
    z-index: 100; }
header

@media (max-width: 768px) {
  header {
    overflow: hidden; } }

.header-sidebar {
  background-image: linear-gradient(to right, #1d78ce 0%, #1198e9 100%);
  width: 420px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 330px; }
  .header-sidebar:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    margin-right: -9999px;
    padding-right: 9999px;
    background: #1198e9; }

.header-treangle {
  width: 460px;
  height: 224px;
  background-image: linear-gradient(270deg, #1d78ce 0%, #3b4ecc 100%);
  position: absolute;
  top: -110px;
  left: 50%;
  margin-left: 310px;
  transform: skew(-17deg) rotate(-17deg); }
  .header-treangle:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    margin-right: -9999px;
    padding-right: 9999px;
    background: #3b4ecc; }

.header-top {
  padding: 55px 0 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 60px; }

.header-home .header-top {
  position: relative; }
  .header-home .header-top:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #458dd1;
    content: '';
    display: none;
    top: 110px; }
    @media (max-width: 480px) {
      .header-home .header-top:before {
        display: block;
      }
    }

.logo {
  background: url(img/logo.png) no-repeat 0 0/60px 60px;
  padding: 0 0 0 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 60px; }

@media (max-width: 480px) {
  .logo {
    padding-left: 70px; } }

.logo__text {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: white; }

.header-top__box {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center; }

.menu {
  display: inline-block;
  vertical-align: middle; }
  .menu li {
    margin: 0 0 0 40px;
    float: left; }
    .menu li:first-child {
      margin-left: 0; }
  .menu a {
    font-size: 16px;
    color: white;
    font-weight: 600; }

@media (max-width: 1200px) {
  .menu a {
    font-size: 14px; } }

.open-mobile-menu {
  display: block;
  width: 24px;
  height: 19px;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  position: relative;
  display: none; }
  .open-mobile-menu:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 5px;
    height: 3px;
    width: 100%;
    background: white; }

@media (max-width: 1000px) {
  .menu {
    display: none; }
  .open-mobile-menu {
    display: block; } }

.mobile-menu {
  background: #1974c9;
  position: fixed;
  top: 0;
  left: -240px;
  bottom: 0;
  overflow-y: auto;
  width: 240px;
  z-index: 999;
  padding: 30px;
  transition: .5s; }
  .mobile-menu li {
    border-top: 1px solid white; }
    .mobile-menu li:first-child {
      border: 0; }
  .mobile-menu a {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: white;
    padding: 20px 0;
    display: block; }

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  left: 100%;
  bottom: 0;
  z-index: 900;
  transition: .8s;
  background: rgba(255, 255, 255, 0.8); }

.mobile-menu-showed .mobile-menu {
  left: 0; }

.mobile-menu-showed .mobile-menu-overlay {
  left: 0;
  right: 0; }

.register-donate {
  display: inline-block;
  vertical-align: middle;
  margin-left: 45px; }

@media (max-width: 1000px) {
  .register-donate {
    margin-left: 15px; } }

.register-donate__link {
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 0 30px;
  padding: 0 30px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  transition: .2s; }
  .register-donate__link:first-child {
    margin-left: 0; }
  .register-donate__link:hover {
    background: #2c9de3;
    color: white !important; }

.register-donate__link--register {
  background-image: linear-gradient(to right, #fafafa 0%, #eaeaea 100%);
  color: #1d78ce; }

@media (max-width: 768px) {
  header .register-donate__link--register {
    display: none; }
  header .register-donate__link--donate {
    margin: 0; } }

@media (max-width: 480px) {
  header .register-donate__link--donate {
    font-size: 12px;
    padding: 0 10px; } }

.icon-register {
  font-size: 26px;
  position: relative;
  top: 9px; }

.register-donate__link--donate {
  background-image: linear-gradient(to left, #f7bf00 0%, #f7ab04 100%);
  color: white; }

.icon-donate {
  font-size: 26px;
  position: relative;
  top: 9px; }

.header-slider {
  max-width: 50%;
  padding-top: 30px; }

@media (max-width: 1000px) {
  .header-slider {
    max-width: 60%; } }

.header-slider__slide {
  height: auto; }
  .header-slider__slide h2 {
    font-size: 48px;
    line-height: 1.25;
    font-weight: bold;
    margin: 0 0 10px; }
  .header-slider__slide h3 {
    font-size: 24px;
    text-transform: uppercase; }

@media (max-width: 768px) {
  .header-slider {
    padding-bottom: 250px; }
  .header-slider__slide h2 {
    font-size: 32px; }
  .header-slider__slide h3 {
    font-size: 16px; } }
.header-slider__slide {
  padding-bottom: 120px;
}
.header-slider .slick-dots {
  padding: 0 0 110px; }
  .header-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
  .header-slider .slick-dots button {
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    opacity: 0.3;
    border-radius: 50%;
    border: 0;
    background-color: c-white;
    float: left; }
  .header-slider .slick-dots .slick-active button {
    opacity: 1;
    background-color: #1d78ce; }


@media (max-width: 1000px) {
  .header-slider {
    max-width: 100%;
    padding-bottom: 300px; }
    .header-slider__slide {
      padding-bottom: 0;
      } }
.header-bottom {
  background: white;
  height: 800px;
  position: absolute;
  transform: rotate(-15deg);
  bottom: -610px;
  right: -20%;
  left: -20%; }

@media (max-width: 1000px) {
  .header-bottom {
    transform: rotate(-10deg);
    left: -15%;
    right: -30%; } }

.separator-line {
  position: absolute;
  bottom: 130px;
  left: -10%;
  right: -10%;
  display: -ms-flexbox;
  display: flex;
  transform: rotate(-15deg);
  z-index: 1; }
  .separator-line .separator-line__item--3 {
    display: none; }

@media (max-width: 1000px) {
  .separator-line {
    transform: rotate(-10deg);
    left: -15%;
    right: -15%; } }

.separator-line__item {
  height: 96px;
  transform: skew(-15deg);
  z-index: 10;
  position: relative;
  z-index: 5; }

@media (max-width: 1000px) {
  .separator-line__item {
    transform: skew(-10deg); } }

.separator-line__item--1 {
  background-image: linear-gradient(to right, #fafafa 0%, #eaeaea 100%);
  width: 32%; }

.separator-line__item--2 {
  background-image: linear-gradient(to left, #f7bf00 0%, #f7ab04 100%);
  width: 28%; }

.separator-line__item--3 {
  background-image: linear-gradient(to right, #ed3f0a 0%, #c3385a 100%);
  width: 41%;
  right: 0;
  left: auto;
  top: -390px;
  transform: rotate(-15deg) skew(-15deg);
  z-index: 600;
  position: absolute;
  right: -2%;
  margin-right: 2px; }

@media (max-width: 1200px) {
  .separator-line__item--3 {
    top: -380px; } }

@media (max-width: 1100px) {
  .separator-line__item--3 {
    top: -360px; } }

@media (max-width: 1000px) {
  .separator-line {
    bottom: 160px; }
  .separator-line__item--3 {
    display: none; }
  .separator-line .separator-line__item--3 {
    display: block;
    top: auto;
    margin: 0;
    right: auto;
    position: relative;
    transform: rotate(0) skew(-10deg); } }

@media (max-width: 900px) {
  .separator-line__item {
    height: 40px; }
  .separator-line__item--3 {
    width: 50%;
    height: 40px; }
  .separator-line__item--1 {
    display: none; }
  .separator-line__item--2 {
    width: 50%; } }

.separator-line__item--4 {
  background-image: linear-gradient(to left, #fafafa 0%, #eaeaea 100%);
  position: absolute;
  left: 50%;
  margin-left: -200px;
  bottom: -40px;
  z-index: 3;
  width: 33%; }

.spanning {
  position: relative;
  z-index: 100; }

.wrap--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 1000px) {
  .wrap--flex {
    display: block; } }

.content {
  position: relative;
  z-index: 5;
  width: calc(1000 / 1580 * 100%);
  float: left; }

@media (max-width: 1100px) {
  .content {
    width: 100%; } }

.content--home {
  margin: 0 0 120px; }

@media (max-width: 1000px) {
  .content--home {
    margin-bottom: 0; } }

@media (max-width: 768px) {
  .content--home {
    margin: -90px 0 0; } }

.about {
  margin: 0 0 30px; }
  .about h1 {
    font-size: 40px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 30px; }
  .about p {
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 15px; }
    .about p strong {
      font-weight: normal;
      color: #000; }

.about__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px; }

@media (max-width: 768px) {
  .about__list {
    display: block; } }

.about__item {
  width: 50%;
  border-bottom: 3px solid transparent; }
  .about__item h2, .about__item p {
    padding: 0 17px; }
  .about__item h2 {
    font-size: 24px;
    font-weight: bold;
    color: #1d78ce;
    margin: 0 0 15px; }
  .about__item p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 18px; }

@media (max-width: 768px) {
  .about__item {
    width: 100%;
    margin-bottom: 20px;
    display: none; }
    .about__item.visible {
      display: block; } }

.about__image {
  display: block;
  margin: 0 auto 20px; }

.about__menu {
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 30px;
  display: none; }
  .about__menu li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 20px; }
    .about__menu li:first-child {
      margin-left: 0; }
  .about__menu a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
    display: block;
    position: relative; }
    .about__menu a.active {
      color: #1d78ce;
      font-weight: bold; }
      .about__menu a.active:before {
        position: absolute;
        content: '';
        height: 3px;
        left: 0;
        right: 0;
        bottom: -2px;
        background: #1d78ce; }

@media (max-width: 768px) {
  .about__item.hide {
    display: none;
  }
  .about__menu {
    display: block; } }

@media (max-width: 480px) {
  .about__menu a {
    font-size: 14px; } }

.sidebar {
  background-image: linear-gradient(to right, #f7f7f7 0%, #fff 100%);
  width: calc(420 / 1580 * 100%);
  position: relative;
  z-index: 5;
  padding: 30px;
  float: right; }

@media (max-width: 1100px) {
  .sidebar {
    background-image: inherit;
    padding: 0;
    width: 100%; } }

.sidebar--home {
  margin-top: -240px; }
  .sidebar--home:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to right, #f7f7f7 0%, #fff 100%);
    width: 100%; }
  .sidebar--home:before {
    top: -79px;
    height: 150px;
    left: 8px;
    transform: skew(-17deg) rotate(-17deg); }

@media (max-width: 1000px) {
  .sidebar--home {
    margin: 0 0 100px;
    width: 100%; }
    .sidebar--home:before {
      display: none; } }

.sidebar__item {
  position: relative;
  z-index: 300;
  margin: 0 0 30px; }

.sidebar__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #999999;
  text-transform: uppercase;
  margin: 0 0 20px; }

.sidebar__text {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #dedede; }
  .sidebar__text h2 {
    font-size: 24px;
    font-weight: bold;
    color: #1d78ce;
    line-height: 1.2;
    margin: 0 0 10px; }
  .sidebar__text p {
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 15px; }

.sidebar__date {
  font-size: 16px;
  font-weight: 600; }

.sidebar__list {
  margin: 0 0 30px; }
  .sidebar__list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #dedede; }
    .sidebar__list li:first-child {
      padding-top: 0; }
    .sidebar__list li a {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 600;
      color: #1d78ce;
      text-decoration: underline;
      flex: 1 }
      .sidebar__list li a:hover {
        text-decoration: none; }

.sidebar__list-date {
  font-size: 10px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 20px;
  background-color: white;
  border: 1px solid #e5e5e5;
  margin-right: 20px; }

.events__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1; }

.events__links-link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  transition: .2s; }

.events__links-link-upcoming {
  color: white;
  background: #1d78ce; }
  .events__links-link-upcoming:hover {
    background: #2c9de3; }

.events__links-link--recent {
  background-color: #f2f2f2;
  color: #535353; }
  .events__links-link--recent:hover {
    background: #2c9de3;
    color: white !important; }

.social {
  margin-bottom: 20px;
  text-align: center; }

.social__link {
  color: #474747;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ededed;
  border-radius: 20px;
  margin: 0 4px;
  transition: .2s; }
  .social__link:hover {
    background: #1d78ce;
    color: white; }

@media (max-width: 768px) {
  .social__link {
    width: 30px;
    height: 30px; } }

.home-image {
  background-position: top;
  background-size: cover;
  height: 670px;
  position: relative;
  transform: rotate(-10deg) skew(-10deg);
  z-index: 200;
  margin: 0 -20% 100px; }
  .home-image:before, .home-image:after {
    position: absolute;
    content: ''; }
  .home-image:before {
    background-image: linear-gradient(to left, white 0%, #fafafa 20%, #eaeaea 100%);
    height: 96px;
    top: -96px;
    width: 60%; }
  .home-image:after {
    background-image: linear-gradient(to right, #fafafa 0%, #eaeaea 100%);
    height: 96px;
    bottom: -1px;
    width: 35%; }
  .home-image span {
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to right, #ed3f0a 0%, #c3385a 100%);
    width: 420px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 333px;
    opacity: 0.96; }
    .home-image span:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      margin-right: -9999px;
      padding-right: 9999px;
      background: #c3385a; }

@media (max-width: 1000px) {
  .home-image {
    height: 360px; }
    .home-image span {
      display: none; }
    .home-image:before {
      height: 40px;
      top: -40px; }
    .home-image:after {
      height: 40px; } }

.impact {
  position: relative;
  margin: 0 0 330px; }
  .impact:before, .impact:after {
    position: absolute;
    content: '';
    transform: rotate(-10deg) skew(-10deg);
    z-index: 10; }
  .impact:before {
    background-image: linear-gradient(to right, white 0%, #fafafa 20%, #eaeaea 100%);
    height: 96px;
    top: -170px;
    width: 80%;
    right: -20%; }
 @media (min-width: 1500px) {
  .impact:before {
    top: -195px; } }   
  .impact:after {
    background-image: linear-gradient(270deg, white 0%, #fafafa 20%, #eaeaea 100%);
    height: 96px;
    bottom: -100px;
    width: 70%;
    left: -10px; }
 @media (min-width: 1500px) {
  .impact:after {
    bottom: -120px; } } 

@media (max-width: 1000px) {
  .impact:after {
    display: none; } }

.impact__text {
  position: relative;
  z-index: 200;
  max-width: 720px; }
  .impact__text h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #000000;
    margin: 0 0 40px; }
  .impact__text li {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 20px; }
    .impact__text li:before {
      width: 6px;
      height: 6px;
      background-color: #1d78ce;
      position: absolute;
      top: 8px;
      border-radius: 50%;
      left: 0;
      content: ''; }

.impact-image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%); }

@media (max-width: 1000px) {
  .impact-image {
    display: none; } }

footer {
  background-image: linear-gradient(to left, #292d46 0%, #252525 100%);
  height: 184px;
  position: relative;
  z-index: 300; }
  footer .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 184px;
    -ms-flex-align: center;
    align-items: center; }

.footer-home {
  overflow: hidden;
  margin: -396px 0 0;
  padding-top: 252px;
  position: relative;
  height: 430px; }

.footer-home__bg {
  background-image: linear-gradient(to left, #292d46 0%, #252525 100%);
  height: 100px;
  transform: rotate(-10deg) skew(-10deg);
  position: absolute;
  top: 127px;
  z-index: 50;
  left: -5%;
  right: -5%; }
  .footer-home__bg:before {
    background-image: linear-gradient(to left, #292d46 0%, #252525 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    content: ''; }

.footer-menu {
  margin: 0 0 10px; }
  .footer-menu li {
    margin-left: 32px;
    position: relative;
    float: left; }
    .footer-menu li:before {
      position: absolute;
      top: 10px;
      left: -16px;
      width: 3px;
      height: 3px;
      content: '';
      border-radius: 50%;
      background: #76798b; }
    .footer-menu li:first-child {
      margin-left: 0; }
      .footer-menu li:first-child:before {
        display: none; }
  .footer-menu a {
    font-size: 16px;
    color: white;
    font-weight: 600; }

.copyright {
  font-size: 14px;
  color: #75798a; }

.footer-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 90px;
  position: relative;
  height: 60px; }

.footer-logo {
  background: url(img/logo.png) no-repeat 0 0/60px 60px #135fc3;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%; }

@media (max-width: 1000px) {
  footer {
    padding: 20px 0; }
    footer .register-donate {
      text-align: center;
      display: block;
      margin: 0; }
  .footer-home {
    height: 550px; }
  footer .wrap {
    display: block;
    height: auto; }
  .footer-logo {
    display: none; }
  .footer-left {
    display: block;
    height: auto;
    padding: 0; }
  .footer-menu {
    text-align: center; }
    .footer-menu li {
      margin: 0 0 15px;
      float: none; }
      .footer-menu li:before {
        display: none; }
  .copyright {
    text-align: center;
    margin-bottom: 20px; }
  footer {
    height: auto; } }

@media (max-width: 480px) {
  .footer-home {
    height: 600px; }
  footer .register-donate__link {
    display: block;
    margin: 0 0 20px; }
    footer .register-donate__link:last-child {
      margin: 0; } }

.map-box {
  height: 480px;
  position: relative; }
  .map-box iframe {
    max-height: 100%; }
  .map-box h1 {
    font-size: 83px;
    line-height: 1;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 85px; }

@media (max-width: 480px) {
  .map-box {
    height: 360px; }
  .map-box h1 {
    font-size: 44px; } }

.map-box__overvlow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 92, 190, 0.3); }

.contact-box {
  padding: 80px 0 30px; }

.contact-form {
  border: 10px solid #0f5cbe;
  padding: 35px;
  max-width: 830px;
  margin: 0 auto 50px; }
  .contact-form h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #1d78ce;
    font-weight: bold;
    margin-bottom: 10px; }
  .contact-form input[type="text"] {
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    border-bottom: 2px solid #b2b2b2; }

@media (max-width: 768px) {
  .contact-form .col-xs-12 {
    padding-top: 20px; }
    .contact-form .col-xs-12:first-child {
      padding-top: 0; } }

.item-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  position: relative; }
  .item-image .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%; }

.item-image__text {
  max-width: 720px;
  margin: 0 0 115px;
  position: relative;
  z-index: 4; }
  .item-image__text h1 {
    font-size: 48px;
    line-height: 1.25;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.33);
    color: white;
    font-weight: bold;
    margin: 0 0 15px; }
  .item-image__text p {
    font-size: 18px;
    line-height: 1.55;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.33);
    color: white; }

.item-image__bg {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 768px) {
  .item-image {
    height: auto; }
  .item-image__text {
    margin-bottom: 20px; } }

.project__menu {
  padding: 80px 0 50px;
  text-align: center; }
  .project__menu li {
    display: inline-block;
    margin: 0 20px; }
  .project__menu a {
    font-size: 40px;
    line-height: 1;
    color: #999999;
    font-weight: bold; }
  .project__menu .current-menu-item a {
    color: #1d78ce;
    text-decoration: underline; }

.project {
  position: relative;
  padding: 20px 0 25px; }
  .project:before {
    position: absolute;
    width: 2px;
    height: 100%;
    content: '';
    top: 0;
    left: 179px;
    bottom: -25px;
    background-image: linear-gradient(270deg, #1d78ce 0%, #0e68bd 100%); }
  .project:last-child:before {
    height: 50px;
    bottom: auto; }

.project__date {
  width: 180px;
  position: absolute;
  top: 20px;
  left: 0; }
  .project__date span {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #1d78ce; }

.project__cirlce {
  width: 30px;
  height: 30px;
  background-image: linear-gradient(270deg, #1d78ce 0%, #0e68bd 100%);
  border: 5px solid white;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: -15px; }

.project__date-small {
  text-align: right;
  position: absolute;
  left: 180px;
  width: 160px;
  top: 28px; }
  .project__date-small p {
    font-size: 14px;
    color: #999999; }

.project__text {
  margin-left: 420px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }
  .project__text h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 10px; }
    .project__text h2 a {
      color: #1d78ce; }
  .project__text p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 15px; }
  .project__text img {
    border: 1px solid #e8e8e8; }
#neoncrm-preview {
  margin: 0 auto 30px; }
.project__sidebar {
  padding: 20px;
  background: white;
  border: 1px solid #e8e8e8;
  max-width: 300px; }
  .project__sidebar:first-child {
    margin-top: 70px; }
  .project__sidebar p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px; }
  .project__sidebar img {
    border: 1px solid #e8e8e8;
    display: block;
    margin: 0 auto 10px; }

@media (max-width: 1000px) {
  .project__sidebar:first-child {
    margin-top: 0; } }

.project__price {
  font-size: 24px;
  font-weight: bold;
  color: #1d78ce;
  margin: 0 0 10px; }

.project__slider {
  height: 15px;
  border: 1px solid #e8e8e8;
  display: block;
  margin: 0 0 20px; }
  .project__slider span {
    display: block;
    width: 80%;
    height: 100%;
    background-image: linear-gradient(to left, #f7bf00 0%, #f7ab04 100%);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.project__donate {
  font-size: 16px;
  color: white;
  font-weight: 600;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(to left, #f7bf00 0%, #f7ab04 100%);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  transition: .2s; }
  .project__donate:hover {
    background: #2c9de3; }

.pagination {
  text-align: center;
  padding: 40px 0 80px; }
  .pagination a {
    font-size: 16px;
    color: #d8d8d8;
    width: 44px;
    height: 44px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%; }
  .pagination .current {
    background-color: #1d78ce;
    color: white;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 44px;
    height: 44px; }

@media (max-width: 900px) {
  .project:before {
    display: none; }
  .project__date, .project__date-small {
    text-align: left;
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    margin-bottom: 20px; }
  .project__cirlce {
    display: none; }
  .project__text {
    margin-left: 0; }
  .project__menu li {
    margin-bottom: 20px; }
    .project__menu li:last-child {
      margin-bottom: 0; } }

@media (max-width: 480px) {
  .project__menu {
    padding: 30px 0 20px; }
  .project__menu a {
    font-size: 24px; } }
.project__list {
  padding-top: 50px; }
.project__item {
  background: #fcfbfb;
  margin: 80px 0 50px;
  padding: 33px 0;
  position: relative; }

.project__box {
  position: relative; }

.project__box-text {
  margin-left: 555px; }
  .project__box-text h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    color: #1d78ce;
    margin: 0 0 10px; }
  .project__box-text p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 20px; }
  .project__box-text .btn {
    display: inline-block;
    padding: 0 40px;
    margin: 0 0 26px; }

.project__box-image {
  background-position: center;
  background-size: cover;
  width: 500px;
  left: 0;
  bottom: 0;
  top: -70px;
  position: absolute; }
.related {
  padding-top: 40px; }
.related__post {
  background-position: center;
  background-size: cover;
  height: 296px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin: 0 auto 40px; }
  .related__post h2 {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
    position: relative;
    z-index: 5; }

.related__post-bg {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 1000px) {
  .project__box-image {
    height: 360px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 0 20px;
    width: auto; }
  .project__box-text {
    margin: 0; } }

.go-top {
  text-align: center;
  position: fixed;
  width: 55px;
  height: 55px;
  background-color: #1d77cb;
  border-radius: 28px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  right: -100px;
  bottom: 20%;
  z-index: 800;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .2s; }
  .go-top span {
    display: inline-block;
    width: 4px;
    height: 20px;
    background: white;
    vertical-align: middle;
    margin-top: 4px;
    position: relative; }
    .go-top span:before {
      position: absolute;
      top: -4px;
      left: 50%;
      border-bottom: 13px solid white;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: '';
      transform: translate(-50%, 0); }


.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}
.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.neon_C_content fieldset {
  margin-bottom: 30px;
}

.neoncrm-page-subtitle {
  padding-top: 20px;
}

.single-text {
  padding: 50px 0 80px;
}

.single-text h1,
.single-text h2,
.single-text h3 {
  color: #252525;
  font-weight: bold;
  margin: 0 0 20px;
}

.single-text h1 {
  font-size: 30px;
}

.single-text h2 {
  font-size: 26px;
}

.single-text h3 {
  font-size: 20px;
}

.single-text h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.single-text p,
.single-text ul,
.single-text ol {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 20px;
}


.cb-amz {
  display: flex;
  justify-content: center;
  clear: both;
}