@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

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

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

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

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

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

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover { outline: 0; }

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

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

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

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

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

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

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td, th { padding: 0; }

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

html { font-size: 10px; height: 100%; width: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; text-rendering: optimizeLegibility; -webkit-overflow-scrolling: touch; }

body { background-color: #fff; color: #181818; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Avenir Next", "AvenirNext", "Helvetica Neue", Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, sans-serif; font-size: 14px; line-height: 1.54; }

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #16a6b6; text-decoration: none; }

a:hover, a:focus { color: #13919f; text-decoration: none; }

a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

figure { margin: 0; }

img { vertical-align: middle; }

hr { border: 0; border-top: 1px solid #e0e0e0; margin-bottom: 20px; margin-top: 20px; }

fieldset { border: none; margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: 500; margin: 0 0 24px; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: rgba(24, 24, 24, 0.26); }

h1, h2, h3, h4 { line-height: 1.4; }

h5, h6 { line-height: 1.54; }

h1 { font-size: 36px; }

h2 { font-size: 32px; }

h3 { font-size: 28px; }

h4 { font-size: 24px; }

h5 { font-size: 21px; }

h6 { font-size: 18px; }

p { margin: 0 0 20px; }

cite { font-style: normal; }

mark { background-color: #ffebee; padding: .2em; }

abbr[title], abbr[data-original-title] { border-bottom: 1px dotted rgba(24, 24, 24, 0.26); cursor: help; }

blockquote { background: #f5f5f5; border-left: 3px solid #9e9e9e; color: #424242; margin: 0 0 24px; padding: 8px 16px; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }

blockquote footer, blockquote small { color: rgba(24, 24, 24, 0.26); display: block; font-size: 87%; line-height: 1.54; }

blockquote footer:before, blockquote small:before { content: '\2014 \00A0'; }

address { line-height: 1.54; margin-bottom: 20px; }

kbd { background-color: #fff; border-radius: 2px; color: rgba(24, 24, 24, 0.87); font-size: 90%; padding: 2px 4px; }

pre { background-color: #eee; border-radius: 2px; color: rgba(24, 24, 24, 0.87); display: block; font-size: 14px; line-height: 1.54; margin: 0 0 24px; overflow: auto; padding: 7px 14px; white-space: pre-wrap; word-break: break-all; word-wrap: break-word; }

pre code { background-color: transparent; border-radius: 0; color: inherit; cursor: text; font-size: inherit; padding: 0; }

i, cite, em, var, address, dfn { font-style: normal; }

@font-face { font-family: "icon"; font-style: normal; font-weight: normal; src: url("../../assets/fonts/icon.eot"); src: url("../../assets/fonts/icon.eot") format("embedded-opentype"), url("../../assets/fonts/icon.ttf") format("truetype"), url("../../assets/fonts/icon.woff") format("woff"), url("../../assets/fonts/icon.svg") format("svg"); }

[class^="ic-"], [class*=" ic-"] { font-family: 'icon' !important; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; speak: none; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ic-line-square:before { content: "\e901"; }

.ic-line:before { content: "\e900"; }

.ic-facebook-square:before { content: "\f082"; }

.ic-arrow-prev:before { content: "\e5c4"; }

.ic-arrow-down:before { content: "\e5db"; }

.ic-arrow-next:before { content: "\e5c8"; }

.ic-arrow-up:before { content: "\e5d8"; }

.ic-ratio:before { content: "\e85b"; }

.ic-attachment:before { content: "\e2bc"; }

.ic-before:before { content: "\e408"; }

.ic-next:before { content: "\e409"; }

.ic-close:before { content: "\e5cd"; }

.ic-done:before { content: "\e876"; }

.ic-email:before { content: "\e159"; }

.ic-home:before { content: "\e88a"; }

.ic-photo:before { content: "\e410"; }

.ic-link:before { content: "\e157"; }

.ic-language:before { content: "\e894"; }

.ic-launch:before { content: "\e89e"; }

.ic-warning:before { content: "\e002"; }

.ic-search:before { content: "\e8b6"; }

.ic-star:before { content: "\f006"; }

.ic-tag:before { content: "\f02b"; }

.ic-calendar:before { content: "\f073"; }

.ic-folder-open:before { content: "\f07c"; }

.ic-heart:before { content: "\f08a"; }

.ic-twitter:before { content: "\f099"; }

.ic-facebook:before { content: "\f09a"; }

.ic-github:before { content: "\f09b"; }

.ic-globe:before { content: "\f0ac"; }

.ic-google-plus:before { content: "\f0d5"; }

.ic-linkedin:before { content: "\f0e1"; }

.ic-pinterest:before { content: "\f231"; }

.ic-pocket:before { content: "\f265"; }

.ic-phone:before { content: "\e0cd"; }

body { overflow-x: auto; overflow-y: scroll; }

@media (max-width: 1023px) { body.is-active { overflow: hidden; position: relative; min-height: 100%; width: 100%; }
  body.is-active > .layout { overflow: hidden; position: absolute; height: 100%; width: 100%; }
  body.is-active > .layout > .layout-header { height: auto; overflow: visible; } }

body:not(.is-active) { overflow-x: auto; overflow-y: scroll; }

@media (min-width: 1024px) { body:not(.is-active) { overflow-x: auto; overflow-y: scroll; } }

table { margin: 0; max-width: 100%; table-layout: fixed; width: 100%; word-wrap: break-word; }

table th { font-weight: normal; text-align: left; }

table tr th, table tr td { line-height: 1.54; padding: 12px 16px; vertical-align: top; }

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

.is-screen-off { clip: rect(1px, 1px, 1px, 1px); margin: 0; overflow: hidden; padding: 0; position: absolute; height: 1px; width: 1px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.text-truncate { overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

strong { font-weight: 700; }

.fb-button { color: #3a5795; }

.fb-button:hover, .fb-button:focus, .fb-button:active { color: #3a5795; }

.tw-button { color: #55acee; }

.tw-button:hover, .tw-button:focus, .tw-button:active { color: #55acee; }

.li-button { color: #00c300; }

.li-button:hover, .li-button:focus, .li-button:active { color: #00c300; }

.layout { background-color: #f8f8f8; -webkit-overflow-scrolling: touch; }

.layout-header { background-color: #0b535b; box-shadow: 0 1px 2px 0 rgba(24, 24, 24, 0.12); position: relative; z-index: 5; }

.layout-footer { background-color: rgba(24, 24, 24, 0.87); box-shadow: 0 0 4px rgba(0, 0, 0, 0.26), 0 2px 2px rgba(0, 0, 0, 0.12); position: relative; }

.layout__main { position: relative; }

.layout__obfuscator { background-color: #000; bottom: 0; left: 0; opacity: 0; top: 0; right: 0; visibility: hidden; -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.layout__obfuscator.is-visible { position: fixed; visibility: visible; z-index: 6; }

.grid { display: block; margin: 0 auto; padding: 0; }

.grid__container { margin: 0 auto; position: relative; }

@media (min-width: 768px) { .grid.bp-m-grid--4 { -webkit-align-items: flex-start; align-items: flex-start; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .grid.bp-m-grid--4 .footer-col { width: 25%; } }

@media (min-width: 768px) { .cell--1-col { float: left; width: 8.33333%; }
  .cell--2-col { float: left; width: 16.66667%; }
  .cell--3-col { float: left; width: 25%; }
  .cell--4-col { float: left; width: 33.33333%; }
  .cell--5-col { float: left; width: 41.66667%; }
  .cell--6-col { float: left; width: 50%; }
  .cell--7-col { float: left; width: 58.33333%; }
  .cell--8-col { float: left; width: 66.66667%; }
  .cell--9-col { float: left; width: 75%; }
  .cell--10-col { float: left; width: 83.33333%; }
  .cell--11-col { float: left; width: 91.66667%; }
  .cell--12-col { width: 100%; } }

.single .layout__main .page__container { margin-top: 0; }

@media (min-width: 768px) { .single .layout__main .page__container { margin-top: 24px; } }

.page:before, .page:after { content: ""; display: table; }

.page:after { clear: both; }

.page__container { margin: 0 auto; max-width: 1024px; margin-top: 24px; padding: 0 0 24px; width: 100%; }

@media (min-width: 768px) { .page__container { padding: 0 16px 32px; } }

@media (min-width: 768px) { .page-content { float: left; padding-right: 314px; width: 100%; } }

.page-sidebar { padding: 24px 16px 0; }

@media (min-width: 768px) { .page-sidebar { float: right; margin-left: -290px; padding: 0; width: 290px; } }

.header { position: relative; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.header .textwidget { display: none; }

.header__container { margin: 0 auto; max-width: 1024px; padding: 12px 16px; position: relative; z-index: 5; }

@media (min-width: 1024px) { .header__container { padding: 16px; } }

.header__logo { display: block; opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.header__logo:hover, .header__logo:focus, .header__logo:active { opacity: 0.87; }

.header__logo img { display: block; height: 30px; width: auto; }

@media (min-width: 1024px) { .header__logo img { height: 38px; width: auto; } }

.header__logo > .header-title { margin: 0; }

.header__logo > .header-subtitle { color: #fff; font-size: 11px; font-weight: 600; line-height: 1; margin: 4px 0 0; }

@media (max-width: 1023px) { .header-navigation { background-color: rgba(24, 24, 24, 0.87); opacity: 0; overflow-x: hidden; overflow-y: auto; padding: 24px 16px; position: fixed; text-align: center; visibility: hidden; z-index: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .header-navigation.is-active { bottom: 0; left: 0; opacity: 1; right: 0; top: 0; visibility: visible; z-index: 100; }
  .header-navigation.is-active > a { color: #fff; font-size: 16px; font-weight: 500; padding: 12px 16px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
  .header-navigation.is-active > a:hover, .header-navigation.is-active > a:active, .header-navigation.is-active > a:focus { color: #fff; outline: 0; }
  .header-navigation.is-active > .button-signup { background-color: transparent; box-shadow: none; color: #fff; font-size: 16px; font-weight: 500; padding: 12px 16px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
  .header-navigation.is-active > .button-signup:hover, .header-navigation.is-active > .button-signup:active, .header-navigation.is-active > .button-signup:focus { background-color: transparent; box-shadow: none; color: #fff; }
  .header-navigation.is-active > .separate { background-color: rgba(255, 255, 255, 0.26); display: block; height: 1px; margin: 16px 0; position: relative; width: 100%; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
  .header-navigation .change-lang__trigger { display: none; }
  .header-navigation .dropdown__container { display: block; } }

@media (min-width: 1024px) { .header-navigation { -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .header-navigation .change-lang { margin-left: 16px; }
  .header-navigation .separate { display: none; }
  .header-navigation > a { color: rgba(255, 255, 255, 0.87); font-size: 14px; font-weight: 500; line-height: 1; margin-left: 16px; -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .header-navigation > a:hover, .header-navigation > a:focus { color: #fff; }
  .header-navigation > .button-signup { background-color: transparent; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.54); color: rgba(255, 255, 255, 0.87); font-size: 14px; line-height: 38px; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .header-navigation > .button-signup:hover { background-color: #ed5849; box-shadow: inset 0 -2px 0 rgba(24, 24, 24, 0.26); color: #fff; }
  .header-navigation > .button-signup:active, .header-navigation > .button-signup:focus { background-color: #ed5849; box-shadow: inset 0 2px 0 rgba(24, 24, 24, 0.26); color: #fff; } }

.header-navigation-trigger { background: none; border: none; cursor: pointer; display: block; margin-left: 16px; outline: 0; padding: 0; position: relative; height: 30px; width: 30px; }

.header-navigation-trigger.is-active { z-index: 200; }

.header-navigation-trigger.is-active > .header-navigation-trigger-icon { background-color: transparent; }

.header-navigation-trigger.is-active > .header-navigation-trigger-icon:before, .header-navigation-trigger.is-active > .header-navigation-trigger-icon:after { background-color: #fff; }

.header-navigation-trigger.is-active > .header-navigation-trigger-icon:before { top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.header-navigation-trigger.is-active > .header-navigation-trigger-icon:after { bottom: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.header-navigation-trigger-icon { background-color: rgba(255, 255, 255, 0.87); border-radius: 6px; position: absolute; margin-top: -1px; margin-left: 3px; height: 3px; width: 24px; }

.header-navigation-trigger-icon:before, .header-navigation-trigger-icon:after { background-color: rgba(255, 255, 255, 0.87); border-radius: 6px; content: ''; height: 3px; left: 0; position: absolute; width: 24px; -webkit-transition: background-color 0.425s cubic-bezier(0.4, 0, 0.2, 1), transform 0.425s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.425s cubic-bezier(0.4, 0, 0.2, 1), transform 0.425s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.425s cubic-bezier(0.4, 0, 0.2, 1), transform 0.425s cubic-bezier(0.4, 0, 0.2, 1); }

.header-navigation-trigger-icon:before { top: -8px; }

.header-navigation-trigger-icon:after { bottom: -8px; }

.header-toggles { -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-left: auto; }

@media (min-width: 1024px) { .header-toggles { display: none; } }

@media (min-width: 1024px) { .header-actions { margin-left: auto; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }

.footer { position: relative; }

.footer h2 { color: rgba(255, 255, 255, 0.87); font-size: 14px; }

.footer-background { background-position: top left; background-size: 172px, 100px; background-repeat: repeat; left: 0; opacity: 0.26; position: absolute; top: 0; height: 100%; width: 100%; }

.footer-container { margin: 0 auto; max-width: 1024px; padding: 32px 16px; position: relative; }

.footer-inner { position: relative; }

@media (min-width: 768px) { .footer-inner { padding-left: 240px; }
  .footer-inner:before, .footer-inner:after { content: ""; display: table; }
  .footer-inner:after { clear: both; } }

.footer-action { position: relative; }

@media (min-width: 768px) { .footer-action { float: left; margin-left: -240px; width: 240px; }
  .footer-action:before, .footer-action:after { content: ""; display: table; }
  .footer-action:after { clear: both; } }

.footer-action h2 { font-weight: 500; margin-bottom: 8px; }

.footer-action__item { margin-bottom: 24px; position: relative; }

.footer-action__item .change-lang__trigger { background-color: rgba(255, 255, 255, 0.26); border-radius: 2px; color: #fff; display: block; padding: 12px 32px 12px 28px; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.footer-action__item .change-lang__trigger:hover, .footer-action__item .change-lang__trigger:focus { background-color: rgba(255, 255, 255, 0.87); color: #181818; }

.footer-action__item .change-lang__trigger:hover .caret, .footer-action__item .change-lang__trigger:focus .caret { border-top-color: #181818; }

.footer-action__item .change-lang__trigger .ic-language { left: 12px; top: 12px; }

.footer-action__item .change-lang__trigger .caret { border-top-color: #fff; right: 16px; }

.footer-action__group { padding-right: 80px; position: relative; }

.footer-action__group .button { background-color: rgba(255, 255, 255, 0.26); border-radius: 2px 0 0 2px; color: #fff; display: block; font-size: 13px; line-height: 1; padding: 12px; padding-left: 28px; padding-right: 0; position: relative; text-align: left; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.footer-action__group .button .ic-phone { left: 10px; position: absolute; top: 12px; height: 14px; width: 14px; }

.footer-action__group .button:hover { background-color: rgba(255, 255, 255, 0.87); color: #181818; }

.footer-action__call { background-color: rgba(255, 255, 255, 0.26); border-radius: 0 2px 2px 0; border-left: 1px solid rgba(24, 24, 24, 0.54); padding: 8px 12px 7px; position: absolute; right: 0; top: 0; }

.footer-action__call #SkypeButton_Call_st-booking_1 { overflow: hidden; position: relative; height: 22px; width: 56px; }

.footer-action__call #SkypeButton_Call_st-booking_1 p { line-height: 1; margin: 0; text-align: center; }

.footer-action__call #SkypeButton_Call_st-booking_1 p a { display: block; }

.footer-action__call #SkypeButton_Call_st-booking_1 p a img { display: block; margin: 0 !important; vertical-align: top !important; }

.footer-nav { position: relative; }

@media (min-width: 768px) { .footer-nav { padding-left: 40px; } }

.footer-nav__list { list-style: none; margin: 0; padding: 0; -webkit-justify-content: flex-start; justify-content: flex-start; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

@media (min-width: 768px) { .footer-nav__list { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.footer-nav__list > a { color: rgba(255, 255, 255, 0.7); line-height: 1; margin-bottom: 16px; margin-right: 16px; -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.footer-nav__list > a:hover, .footer-nav__list > a:focus { color: #fff; }

.footer-col { margin-bottom: 24px; }

@media (min-width: 768px) { .footer-col { margin-bottom: 0; } }

.footer-col h2 { font-weight: 700; margin-bottom: 8px; }

.footer-col .button { background-color: #ee6557; border: none; border-radius: 3px; color: #fff; cursor: pointer; display: block; font-size: 14px; outline: 0; padding: 12px 16px; text-align: center; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.footer-col .button:hover { background-color: #ed5849; box-shadow: inset 0 -2px 0 rgba(24, 24, 24, 0.26); color: #fff; }

.footer-col .button:active, .footer-col .button:focus { background-color: #ed5849; box-shadow: inset 0 2px 0 rgba(24, 24, 24, 0.26); color: #fff; }

.footer-social { border-top: 1px solid rgba(255, 255, 255, 0.26); display: block; font-size: 0; margin-top: 24px; padding-top: 32px; text-align: center; }

.footer-social .button-social { background-color: #fff; border-radius: 50%; box-shadow: 0 0 4px rgba(0, 0, 0, 0.26), 0 2px 2px rgba(0, 0, 0, 0.12); color: #181818; display: inline-block; font-size: 16px; font-weight: 500; line-height: 38px; padding: 0; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); height: 38px; width: 38px; }

.footer-social .button-social:hover { background-color: #fff; color: #181818; box-shadow: 0 0 4px rgba(0, 0, 0, 0.26), 0 2px 2px rgba(0, 0, 0, 0.12); }

@media (min-width: 768px) { .footer-social .button-social { background-color: rgba(255, 255, 255, 0.87); color: rgba(24, 24, 24, 0.87); }
  .footer-social .button-social:hover { background-color: #fff; color: #181818; box-shadow: 0 0 8px rgba(0, 0, 0, 0.26), 0 8px 12px rgba(0, 0, 0, 0.12); } }

.footer-social .button-social + .button { margin-left: 16px; }

.footer-social .button-social i { display: block; line-height: 38px; }

.footer-copyright { color: rgba(255, 255, 255, 0.87); font-size: 11px; margin-top: 16px; text-align: center; }

.footer-copyright > a { color: rgba(255, 255, 255, 0.87); }

.footer-copyright > a:hover { color: #fff; }

.navigation { margin: 0 auto; max-width: 1024px; padding: 0 16px; }

.navigation__container { background-color: #16a6b6; box-shadow: inset 0 1px 0 0 rgba(24, 24, 24, 0.12); height: 48px; overflow: hidden; position: relative; z-index: 4; }

.navigation__row { overflow-x: auto; overflow-y: hidden; width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }

.navigation__link { color: rgba(255, 255, 255, 0.87); display: block; font-size: 14px; font-weight: 500; line-height: 48px; margin-right: 24px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.navigation__link:hover, .navigation__link:focus { color: #fff; }

.navigation__link.is-active { color: #fff .navigation__link.is-active; }

.navigation__link.is-active :hover, .navigation__link.is-active:focus { color: #fff; }

.change-lang { position: relative; }

.change-lang__trigger { color: rgba(255, 255, 255, 0.87); display: block; font-size: 14px; font-weight: 500; line-height: 1; padding: 0 16px; position: relative; -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.change-lang__trigger .ic-language { display: block; left: 0; position: absolute; top: 0; height: 14px; width: 14px; }

.change-lang__trigger .ic-language:before { display: block; line-height: 1; }

.change-lang__trigger .current-lang { display: block; }

.change-lang__trigger .caret { border-color: rgba(255, 255, 255, 0.87) transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; content: ''; display: block; margin: -2px 0 0 0; position: absolute; top: 50%; right: 0; height: 0; width: 0; -webkit-transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.change-lang__trigger:hover, .change-lang__trigger:focus { color: #fff; }

.change-lang__trigger:hover .caret, .change-lang__trigger:focus .caret { border-color: #fff transparent transparent transparent; }

.button { background: none; border: none; border-radius: 3px; color: #16a6b6; cursor: pointer; display: inline-block; font-size: 13px; font-weight: 600; outline: 0; padding: 0 16px; text-align: center; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.button:hover { background-color: #e0e0e0; color: #16a6b6; }

.button:focus { outline: 0; }

.button-secondary { background-color: #ee6557; color: #fff; display: block; line-height: 1; position: relative; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.button-secondary:hover { background-color: #ed5849; box-shadow: inset 0 -2px 0 rgba(24, 24, 24, 0.26); color: #fff; }

.button-secondary:active, .button-secondary:focus { background-color: #ed5849; box-shadow: inset 0 2px 0 rgba(24, 24, 24, 0.26); color: #fff; }

.search-field { background-color: #fff; border-radius: 2px; position: relative; }

.search-field:before, .search-field:after { content: ""; display: table; }

.search-field:after { clear: both; }

@media (max-width: 1023px) { .search-field__container { display: none; }
  .search-field__container.is-active { background-color: #fff; display: block; bottom: 0; left: 0; overflow: hidden; position: fixed; right: 0; top: 0; }
  .search-field__container.is-active .search-field__form { background-color: rgba(236, 239, 241, 0.87); box-shadow: 0 1px 0 0 rgba(24, 24, 24, 0.12); padding: 24px 16px; position: relative; }
  .search-field__container.is-active .search-field__form .search-field { background-color: #fff; }
  .search-field__container.is-active .search-field__form .search-field__submit { display: none; } }

@media (min-width: 1024px) { .search-field__container { display: block; position: relative; }
  .search-field__container.is-active { display: block; position: relative; } }

.search-field__input { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #fff; background-image: none; border: none; border-radius: 2px; box-shadow: 0 0 1px 0 rgba(24, 24, 24, 0.54); color: #181818; display: block; font-size: 16px; line-height: 24px; outline: 0; padding: 8px; position: relative; width: 100%; }

.search-field__input::-moz-placeholder { color: rgba(24, 24, 24, 0.26); opacity: 1; }

.search-field__input:-ms-input-placeholder { color: rgba(24, 24, 24, 0.26); }

.search-field__input::-webkit-input-placeholder { color: rgba(24, 24, 24, 0.26); }

@media (min-width: 1024px) { .search-field__input { font-size: 14px; line-height: 22px; padding: 8px 38px 8px 8px; width: 250px; } }

.search-field__input:focus { background-color: rgba(238, 101, 87, 0.12); color: #181818; }

.search-field__submit { background: none; background-color: #fff; border: none; border-radius: 0 2px 2px 0; box-shadow: inset 1px 0 0 0 rgba(24, 24, 24, 0.12); color: rgba(24, 24, 24, 0.87); display: block; outline: 0; padding: 0; position: absolute; right: 0; top: 0; text-align: center; height: 38px; width: 38px; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.search-field__submit:hover, .search-field__submit:focus { background-color: #16a6b6; box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12); color: #16a6b6; }

.search-field__submit:hover .ic-search, .search-field__submit:focus .ic-search { color: #fff; }

.search-field__submit:active { box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12); }

.search-field__submit .ic-search { color: rgba(24, 24, 24, 0.87); display: block; font-size: 21px; font-weight: 500; line-height: 38px; position: relative; -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.search-field__submit .ic-search:before { display: block; }

.search-field-close { background: none; border: none; left: 0; outline: 0; padding: 0; position: absolute; text-align: center; top: 0; }

.search-field-close > i { display: block; font-size: 24px; line-height: 48px; position: relative; height: 48px; width: 48px; }

.search-field-close > i:before { display: block; }

.search-field__header { box-shadow: 0 1px 0 0 rgba(24, 24, 24, 0.12); display: block; font-size: 16px; line-height: 48px; position: relative; text-align: center; }

@media (min-width: 1024px) { .search-field__header { display: none; } }

.search-field-trigger { background: none; border: none; color: rgba(255, 255, 255, 0.87); display: block; outline: 0; padding: 0; position: relative; text-align: center; height: 30px; width: 30px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.search-field-trigger:hover .ic-search, .search-field-trigger:focus .ic-search { color: #fff; }

.search-field-trigger .ic-search { color: rgba(255, 255, 255, 0.87); display: block; font-size: 30px; font-weight: 500; line-height: 30px; position: relative; -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.search-field-trigger .ic-search:before { display: block; }

.search-field__list { padding: 24px 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

@media (min-width: 1024px) { .search-field__list { display: none; } }

.search-field__link { background-color: #fff; box-shadow: inset 0 0 1px 0 rgba(24, 24, 24, 0.54); border-radius: 3px; color: rgba(24, 24, 24, 0.87); font-size: 14px; font-weight: 500; margin-right: 16px; line-height: 1; margin-bottom: 12px; padding: 12px; }

.search-field__link:hover, .search-field__link:focus { background-color: #16a6b6; box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12); color: #fff; }

.search-field__link:active { background-color: #16a6b6; box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.12); color: #fff; }

@media (max-width: 1023px) { .dropdown { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .dropdown > a { color: #fff; font-size: 16px; font-weight: 500; padding: 12px 16px; }
  .dropdown > a:hover, .dropdown > a:active, .dropdown > a:focus { color: #fff; outline: 0; } }

@media (min-width: 1024px) { .dropdown { background-color: #fff; box-shadow: 0 0 8px rgba(0, 0, 0, 0.26), 0 8px 12px rgba(0, 0, 0, 0.12); border-radius: 2px; margin: 0 auto; padding: 8px 0; position: relative; }
  .dropdown > a { color: rgba(24, 24, 24, 0.87); display: block; font-size: 14px; line-height: 42px; padding: 0 16px; }
  .dropdown > a:hover { background-color: rgba(24, 24, 24, 0.12); color: #181818; } }

@media (min-width: 1024px) { .dropdown__container { min-width: 157px; opacity: 0; position: absolute; top: 100%; right: 0; visibility: hidden; z-index: 7; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .dropdown__container.is-visible { opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }

.footer-dropdown { background-color: #fff; box-shadow: 0 0 8px rgba(0, 0, 0, 0.26), 0 8px 12px rgba(0, 0, 0, 0.12); border-radius: 2px; margin: 0 auto; padding: 8px 0; position: relative; }

.footer-dropdown > a { color: rgba(24, 24, 24, 0.87); display: block; font-size: 14px; line-height: 42px; padding: 0 16px; }

.footer-dropdown > a:hover { background-color: rgba(24, 24, 24, 0.12); color: #181818; }

.footer-dropdown__container { min-width: 157px; opacity: 0; position: absolute; top: 100%; right: 0; visibility: hidden; z-index: 7; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.footer-dropdown__container.is-visible { opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.pagination { list-style: none; margin: 0; padding: 0; position: relative; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; }

.pagination__container { margin: 24px auto 0; position: relative; }

@media (min-width: 768px) { .pagination__container { margin: 32px auto 0; } }

.pagination__item { margin-right: 8px; position: relative; text-align: center; }

.pagination__item:last-child { margin-right: 0; }

.pagination__item > span, .pagination__item > a { display: block; font-size: 12px; font-weight: 500; line-height: 1; min-width: 36px; padding: 12px; }

.pagination__item > span { background-color: rgba(24, 24, 24, 0.12); box-shadow: 0 0 0 1px rgba(24, 24, 24, 0.12); border-radius: 2px; color: rgba(24, 24, 24, 0.26); }

.pagination__item > a { background-color: #fff; border-radius: 2px; box-shadow: 0 0 0 1px rgba(24, 24, 24, 0.12), inset 0 -1px 0 rgba(24, 24, 24, 0.075); color: rgba(24, 24, 24, 0.87); -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.pagination__item > a:hover, .pagination__item > a:focus { background-color: rgba(24, 24, 24, 0.1); color: #181818; }

.pager { margin: 0; padding: 0 16px; position: relative; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; justify-content: flex-start; }

@media (min-width: 768px) { .pager { margin: 32px auto 0; padding: 0; } }

.pager__item { background-color: #fff; border-radius: 2px; box-shadow: 0 0 0 1px rgba(24, 24, 24, 0.12), inset 0 -1px 0 rgba(24, 24, 24, 0.075); color: rgba(24, 24, 24, 0.87); display: block; font-size: 13px; font-weight: 500; line-height: 1; padding: 12px; position: relative; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.pager__item:hover, .pager__item:focus { background-color: rgba(24, 24, 24, 0.1); color: #181818; }

.pager__item.is-prev i { margin-right: 4px; }

.pager__item.is-next { margin-left: auto; }

.pager__item.is-next i { margin-left: 4px; }

.breadcrumbs { background-color: #fff; border-bottom: 1px solid rgba(24, 24, 24, 0.075); display: none; position: relative; }

@media (min-width: 768px) { .breadcrumbs { display: block; } }

.breadcrumbs__list { list-style: none; margin: 0 auto; max-width: 1024px; padding: 0 16px; position: relative; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; justify-content: flex-start; }

.breadcrumbs__list > li { margin-right: 36px; }

.breadcrumbs__list > li:last-child { margin-right: 0; }

.breadcrumbs__list > li .ic-home { font-size: 16px; line-height: 22px; }

.breadcrumbs__list > li .ic-home:before { display: block; }

.breadcrumbs__list a, .breadcrumbs__list strong { display: block; font-size: 13px; line-height: 22px; padding: 8px 0; }

.breadcrumbs__list strong { color: #181818; font-weight: 600; }

.breadcrumbs__list a { color: rgba(24, 24, 24, 0.54); font-weight: 400; position: relative; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.breadcrumbs__list a:before, .breadcrumbs__list a:after { border-color: transparent; border-style: solid solid outset; content: ""; display: block; position: absolute; height: 0; width: 0; }

.breadcrumbs__list a:before { border-left-color: rgba(24, 24, 24, 0.075); border-width: 20px 0 20px 14px; top: -1px; right: -24px; }

.breadcrumbs__list a:after { border-left-color: #fff; border-width: 19px 0 19px 13px; top: 0; right: -23px; }

.breadcrumbs__list a:hover { color: #16a6b6; -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.article { position: relative; }

.article__header { margin-bottom: 16px; width: 100%; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

@media (min-width: 768px) { .article__header { margin-bottom: 24px; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.article__header > .article__headline { width: 100%; }

.article-meta { margin-bottom: 12px; padding: 0 16px; position: relative; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.article-meta .article-category { padding: 4px 8px; }

.article-meta .article-category, .article-meta .article-tags, .article-meta .article-author { margin-right: 8px; }

@media (min-width: 768px) { .article-meta { padding: 0; }
  .article-meta .article-category { padding: 6px 8px; }
  .article-meta .article-category, .article-meta .article-tags, .article-meta .article-author { margin-right: 12px; } }

.article-category { border-radius: 2px; box-shadow: inset 0 0 0 1px #16a6b6; color: #16a6b6; font-size: 12px; line-height: 1; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.article-category:hover { background-color: #16a6b6; color: #fff; }

.article-tags { margin-bottom: 32px; padding: 0 16px; position: relative; }

.article-tags:before, .article-tags:after { content: ""; display: table; }

.article-tags:after { clear: both; }

@media (min-width: 768px) { .article-tags { padding: 0; } }

.article-tags .tag { background-color: rgba(24, 24, 24, 0.06); border-radius: 3px; color: rgba(24, 24, 24, 0.7); cursor: pointer; display: block; float: left; font-size: 12px; margin-bottom: 4px; margin-right: 4px; padding: 5px 10px 5px 24px; position: relative; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

@media (min-width: 768px) { .article-tags .tag { font-size: 13px; margin-bottom: 8px; margin-right: 8px; } }

.article-tags .tag:before { content: "\f02b"; color: rgba(22, 166, 182, 0.87); display: block; font-size: 14px; font-family: "icon"; left: 8px; line-height: 30px; position: absolute; text-align: center; top: 0; width: 12px; }

.article-tags .tag:last-child { margin-right: 0; }

.article-tags .tag:hover { background-color: rgba(24, 24, 24, 0.12); box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12); color: #16a6b6; }

.article-status { margin-left: auto; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

@media (min-width: 768px) { .article-author { -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }

.article-author > .thumbs { border-radius: 50%; overflow: hidden; height: 24px; width: 24px; }

.article-author > .thumbs img { display: block; }

.article-author > .name { color: rgba(24, 24, 24, 0.7); font-size: 12px; line-height: 1; margin-left: 4px; }

@media (max-width: 767px) { .article-author > .name { display: none; } }

.article-date { color: rgba(24, 24, 24, 0.7); font-size: 12px; line-height: 1; }

.article__title { color: #181818; font-size: 18px; font-weight: 500; margin-bottom: 0; padding: 0 16px; }

@media (min-width: 400px) { .article__title { font-size: 21px; } }

@media (min-width: 768px) { .article__title { font-size: 24px; margin-bottom: 16px; padding: 0; } }

@media (min-width: 1024px) { .article__title { font-size: 28px; } }

.article__media { margin-bottom: 16px; text-align: center; }

.article__media img { box-shadow: 0 1px 0 0 rgba(24, 24, 24, 0.12); }

@media (min-width: 768px) { .article__media { margin-bottom: 0; }
  .article__media img { box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); } }

.article-single { background-color: #fff; box-shadow: 0 1px 2px 0 rgba(24, 24, 24, 0.12); margin-bottom: 16px; position: relative; }

@media (min-width: 768px) { .article-single { border: 1px solid rgba(24, 24, 24, 0.12); border-radius: 2px; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); padding: 24px 16px; } }

.article__content { color: #181818; font-size: 16px; font-weight: 400; line-height: 1.54; margin-bottom: 32px; position: relative; padding: 0 16px; }

@media (min-width: 768px) { .article__content { padding: 0; } }

.article__content h2 { color: #181818; font-size: 18px; font-weight: 500; margin-bottom: 24px; margin-top: 32px; position: relative; }

.article__content h2:before { background-color: #ee6557; border-radius: 6px; bottom: 0; content: ''; left: -16px; position: absolute; top: 0; width: 3px; }

@media (min-width: 400px) { .article__content h2 { font-size: 21px; } }

@media (min-width: 480px) { .article__content h2 { font-size: 24px; } }

@media (min-width: 768px) { .article__content h2 { font-size: 28px; } }

.article__content h3 { color: #181818; font-size: 18px; font-weight: 500; margin-bottom: 24px; margin-top: 24px; padding-bottom: 12px; position: relative; }

.article__content h3:before { background-color: #ee6557; border-radius: 6px; bottom: 0; content: ''; height: 2px; left: 0; position: absolute; right: 0; width: 100%; }

@media (min-width: 400px) { .article__content h3 { font-size: 21px; } }

@media (min-width: 480px) { .article__content h3 { font-size: 24px; } }

@media (min-width: 768px) { .article__content h3 { font-size: 28px; } }

.article__content h4 { border-bottom: 1px solid rgba(24, 24, 24, 0.54); box-shadow: 0 1px 0 0 rgba(24, 24, 24, 0.12); color: rgba(24, 24, 24, 0.87); font-size: 16px; font-weight: 500; margin-bottom: 24px; margin-top: 24px; padding-bottom: 8px; }

@media (min-width: 480px) { .article__content h4 { font-size: 18px; } }

@media (min-width: 768px) { .article__content h4 { font-size: 21px; } }

.article__content h5 { color: rgba(24, 24, 24, 0.87); font-size: 16px; font-weight: 500; margin-bottom: 24px; margin-top: 32px; }

@media (min-width: 768px) { .article__content h5 { font-size: 18px; } }

.article__content p, .article__content ul, .article__content ol { font-size: 16px; line-height: 1.54; margin-bottom: 16px; }

@media (min-width: 1024px) { .article__content p, .article__content ul, .article__content ol { margin-bottom: 24px; } }

.article__content p a, .article__content ul a, .article__content ol a { word-break: break-all; }

.article__content p strong, .article__content ul strong, .article__content ol strong { font-size: 120%; font-weight: 700; }

.article__content p > img, .article__content ul > img, .article__content ol > img { display: block; margin: 0 auto; }

.article__content p.reference, .article__content ul.reference, .article__content ol.reference { text-align: right; }

.article__content p.reference > a, .article__content ul.reference > a, .article__content ol.reference > a { color: #9e9e9e; font-size: 13px; font-weight: 400; }

.article__content p.reference > a:hover, .article__content ul.reference > a:hover, .article__content ol.reference > a:hover { text-decoration: underline; }

.article__content ul, .article__content ol { padding: 0 0 0 24px; }

.article__content ul li, .article__content ol li { margin-bottom: 4px; }

.article__content ul ul, .article__content ul ol, .article__content ol ul, .article__content ol ol { margin-top: 16px; }

@media (min-width: 1024px) { .article__content ul ul, .article__content ul ol, .article__content ol ul, .article__content ol ol { margin-bottom: 24px; } }

.article__content blockquote { color: rgba(24, 24, 24, 0.87); border-left-color: #16a6b6; padding: 8px 8px 8px 32px; position: relative; }

.article__content blockquote:before { color: rgba(24, 24, 24, 0.26); content: '\“'; font-size: 54px; font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, sans-serif; left: 8px; line-height: 1; position: absolute; top: 8px; }

@media (min-width: 768px) { .article__content blockquote { padding: 16px 16px 16px 32px; } }

.article__content > table { border: solid #bdbdbd; border-width: 1px 0 1px 1px; margin-bottom: 24px; }

.article__content > table tr th, .article__content > table tr td { border-right: 1px solid #bdbdbd; border-top: 1px solid #bdbdbd; }

.article__content > table tr th { background-color: rgba(24, 24, 24, 0.05); }

.article__content .map-embed { box-shadow: 0 1px 2px 0 rgba(24, 24, 24, 0.12); height: 0; margin-bottom: 32px; overflow: hidden; padding-top: 100%; position: relative; }

@media (min-width: 768px) { .article__content .map-embed { padding-top: 61.53846%; } }

.article__content .map-embed iframe { bottom: 0; border: none; display: block; left: 0; margin: 0; padding: 0; position: absolute; height: 100%; width: 100%; }

.article__content .single-cv { text-align: center; }

.article__content .single-cv > p { color: rgba(24, 24, 24, 0.87); font-size: 15px; font-weight: 700; }

.article__content .single-cv .single-cv-button { display: inline-block; vertical-align: top; -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.article__content .single-cv .single-cv-button:hover { opacity: 0.87; }

.article__content .single-cv .single-cv-button img { display: block; height: 120px; width: auto; }

.article-share { padding: 0 16px; }

@media (min-width: 768px) { .article-share { padding: 0; } }

.article-share-upper { border-bottom: 1px solid rgba(24, 24, 24, 0.12); list-style: none; margin: 0; padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative; }

.article-share-upper.is-pc { margin: 0 16px; padding: 16px 0; -webkit-align-items: flex-start; align-items: flex-start; }

@media (min-width: 768px) { .article-share-upper.is-pc { margin: 0 0 24px; padding-top: 0; } }

.article-share-upper.is-pc > li { height: 25px !important; margin-right: 8px; vertical-align: top; width: auto !important; }

.article-share-upper.is-sp { -webkit-align-items: center; align-items: center; margin: 0 16px 16px; padding: 0 0 16px; }

.article-share-upper.is-sp > a { display: block; font-size: 24px; line-height: 1; margin-right: 12px; height: 24px; width: 24px; }

.article-share-upper.is-sp > a:before { display: block; }

.article-share-upper.is-sp > a img { display: block; }

.article-share-upper.is-sp > .pocket-btn { height: 22px; margin-left: 8px; }

.article-share-bottom { list-style: none; margin: 0; padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

@media (max-width: 767px) { .article-share-bottom { -webkit-align-items: center; align-items: center; padding: 0 0 24px; }
  .article-share-bottom > a { display: block; font-size: 24px; line-height: 1; margin-right: 12px; height: 24px; width: 24px; }
  .article-share-bottom > a:before { display: block; }
  .article-share-bottom > .pocket-btn { height: 22px; margin-left: 12px; } }

@media (min-width: 768px) { .article-share-bottom { -webkit-align-items: flex-start; align-items: flex-start; }
  .article-share-bottom > li { height: 25px !important; margin-right: 12px; vertical-align: top; width: auto !important; }
  .article-share-bottom > .pocket-btn { height: 22px; margin-left: 8px; } }

.article-share-title { border-bottom: 1px solid #bfbfbf; color: #181818; display: block; font-size: 18px; font-weight: 500; margin-bottom: 16px; padding-bottom: 8px; }

.article-share-inner { position: relative; }

.article-share-facebook { margin-bottom: 24px; width: 100%; }

.article-card { background-color: rgba(24, 24, 24, 0.12); position: relative; -webkit-align-content: stretch; align-content: stretch; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

@media (min-width: 768px) { .article-card { border-bottom: 0; box-shadow: 0 0 1px 0 rgba(24, 24, 24, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.07); } }

@media (max-width: 767px) { .article-card { border-top: 1px solid #e0e0e0; box-shadow: 0 1px 2px 0 rgba(24, 24, 24, 0.12); }
  .article-card:first-child { border-top: none; } }

@media (min-width: 768px) { .article-card { margin-bottom: 16px; } }

.article-card__media { background-color: rgba(24, 24, 24, 0.12); display: block; opacity: 1; overflow: hidden; position: relative; width: 37.5%; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

@media (min-width: 768px) { .article-card__media { width: 30%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .article-card__media:hover { opacity: 0.87; } }

.article-card__media .background-image { background-position: center; background-repeat: no-repeat; background-size: cover; left: 0; position: absolute; top: 0; height: 100%; width: 100%; }

.article-card__headline { background-color: #fff; min-height: 76px; padding: 8px; position: relative; width: 62.5%; }

@media (min-width: 768px) { .article-card__headline { padding: 12px 16px; width: 70%; } }

.article-card__meta { position: relative; }

@media (min-width: 768px) { .article-card__meta { -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

.article-card__meta .status { width: 100%; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.article-card__meta .author { margin-right: 8px; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.article-card__meta .author .thumbs { border-radius: 50%; display: block; margin-right: 4px; overflow: hidden; height: 20px; width: 20px; }

@media (min-width: 768px) { .article-card__meta .author .thumbs { height: 24px; width: 24px; } }

.article-card__meta .author .thumbs img { display: block; }

.article-card__meta .author .name { color: rgba(24, 24, 24, 0.7); display: block; font-size: 12px; line-height: 18px; }

.article-card__meta .date { color: rgba(24, 24, 24, 0.7); font-size: 11px; line-height: 18px; margin-left: auto; }

@media (min-width: 768px) { .article-card__meta .date { font-size: 12px; } }

.article-card__title { font-size: 12px; font-weight: 500; margin-bottom: 8px; }

.article-card__title a { color: #181818; -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.article-card__title a:hover { color: #16a6b6; }

@media (min-width: 480px) { .article-card__title { font-size: 14px; } }

@media (min-width: 1024px) { .article-card__title { font-size: 16px; } }

.article-card__description { color: rgba(24, 24, 24, 0.87); font-size: 12px; margin-bottom: 8px; }

@media (max-width: 767px) { .article-card__description { display: none; } }

.article-card-category { background-color: rgba(24, 24, 24, 0.87); box-shadow: inset -1px -1px 0 0 #181818; color: #fff; display: block; font-size: 11px; font-weight: 500; left: 0; line-height: 1; padding: 6px; position: absolute; top: 0; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.article-card-category:hover { background-color: #16a6b6; box-shadow: inset -1px -1px 0 0 #16a6b6; color: #fff; }

.article-widget { margin-bottom: 16px; padding-left: 72px; position: relative; }

.article-widget:before, .article-widget:after { content: ""; display: table; }

.article-widget:after { clear: both; }

.article-widget:last-child { margin-bottom: 0; }

.article-widget.is-popular { margin-top: 16px; }

.article-widget.is-popular:last-child { margin-top: 0; }

.article-widget .ranking { border-radius: 50%; box-shadow: inset 0 0 0 1px #f8f8f8; color: #fff; font-size: 14px; font-weight: 600; left: -11px; line-height: 22px; position: absolute; text-align: center; top: -11px; z-index: 1; height: 22px; width: 22px; }

.article-widget .ranking.rank_1 { background-color: #ffc400; }

.article-widget .ranking.rank_2 { background-color: #bdbdbd; }

.article-widget .ranking.rank_3 { background-color: #ff7043; }

.article-widget__media { display: block; float: left; margin-left: -72px; overflow: hidden; position: relative; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; height: 72px; width: 72px; -webkit-transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.article-widget__media:hover { opacity: 0.87; }

.article-widget__media.has-image .background-image { background-size: cover; background-position: center center; background-repeat: no-repeat; height: 100%; width: 100%; }

.article-widget__media.is-no-image { background-color: rgba(24, 24, 24, 0.12); border: 1px solid rgba(24, 24, 24, 0.12); text-align: center; }

.article-widget__media.is-no-image i { color: rgba(24, 24, 24, 0.26); font-size: 32px; line-height: 72px; }

.article-widget__media.is-no-image i:before { display: block; }

.article-widget__media.is-no-image:hover { border-color: #16a6b6; }

.article-widget__inner { display: block; padding-left: 16px; position: relative; }

.article-widget__title { font-size: 13px; font-weight: 500; margin-bottom: 8px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -ms-box; display: -moz-box; display: -o-box; display: -webkit-box; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.article-widget__title a { color: #181818; display: block; -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.article-widget__title a:hover { color: #16a6b6; }

.article-widget__meta { -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.article-widget__meta .article-category { font-size: 10px; margin-right: 8px; padding: 5px 8px; }

.article-widget__meta .article-date { font-size: 11px; }

.article-cat-list { color: rgba(24, 24, 24, 0.87); font-size: 14px; list-style: none; margin: 0; padding: 0; }

.article-cat-list__item { border-bottom: 1px dotted #cccccc; display: block; font-size: 14px; margin-bottom: 8px; position: relative; }

.article-cat-list__link { color: #16a6b6; display: inline-block; font-size: 14px; font-weight: 500; line-height: 20px; padding-bottom: 8px; position: relative; vertical-align: top; -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.article-cat-list__link .ic-next { display: inline-block; font-size: 20px; line-height: 20px; margin-left: 4px; position: relative; vertical-align: top; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.article-cat-list__link:hover { color: #13919f; }

.article-cat-list__link:hover .ic-next { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }

.archive { position: relative; }

.archive__header { margin-bottom: 16px; padding: 0 16px; position: relative; }

.archive__title { color: #181818; font-size: 16px; font-weight: 500; margin-bottom: 0; }

.archive__title span { color: rgba(24, 24, 24, 0.87); font-size: 13px; margin-right: 8px; }

.archive__title span.count { margin-left: 8px; margin-right: 0; }

@media (min-width: 768px) { .archive__title { font-size: 18px; }
  .archive__title span { font-size: 15px; } }

.archive__meta { font-size: 12px; }

.sidebar { position: relative; }

.sidebar__group { margin-bottom: 32px; position: relative; }

.sidebar__group:last-child { margin-bottom: 0; }

.sidebar__group p { margin-bottom: 16px; }

.sidebar__group .button-subscribe { background-color: #ee6557; color: #fff; display: inline-block; font-size: 14px; font-weight: 500; line-height: 1; padding: 12px 24px; padding-left: 56px; position: relative; -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.sidebar__group .button-subscribe i { color: rgba(255, 255, 255, 0.54); font-size: 28px; left: 16px; position: absolute; top: 5px; height: 28px; width: 28px; }

.sidebar__group .button-subscribe i:before { display: block; }

.sidebar__group .button-subscribe:hover { background-color: #ed5849; box-shadow: inset 0 -2px 0 rgba(24, 24, 24, 0.26); color: #fff; }

.sidebar__group .button-subscribe:active, .sidebar__group .button-subscribe:focus { background-color: #ed5849; box-shadow: inset 0 2px 0 rgba(24, 24, 24, 0.26); color: #fff; }

.sidebar__title { border-bottom: 1px solid #bfbfbf; color: #181818; display: block; font-size: 14px; font-weight: 600; margin-bottom: 12px; padding-bottom: 8px; }

.sidebar__desc { background-color: #fff; color: #181818; display: block; font-size: 14px; margin-bottom: 0; padding: 16px; }

.scroll { background-color: #ee6557; border-radius: 50%; box-shadow: 0 0 4px rgba(0, 0, 0, 0.26), 0 2px 2px rgba(0, 0, 0, 0.12); display: block; opacity: 0; position: relative; height: 38px; width: 38px; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.scroll.is-active { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.scroll.is-active:hover { box-shadow: 0 0 8px rgba(0, 0, 0, 0.26), 0 8px 12px rgba(0, 0, 0, 0.12); }

.scroll i { color: #fff; display: block; font-size: 20px; line-height: 38px; text-align: center; }

.scroll i:before { display: block; }

.scroll__container { bottom: 20px; position: fixed; right: 16px; z-index: 1; }

@media (min-width: 768px) { .scroll__container { bottom: 64px; } }
