/*
Theme Name: Сonmodo
Author: NewCode Media
Description: Designed by NewCode Media.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

/*! 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;
  text-decoration: none;
}

/**
 * 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: .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: -.5em;
}

sub {
  bottom: -.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: .35em .625em .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;
}

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .post-password-form:after, #search_block:after, .search-form p:after, #search_block p:after, .navigation-single:after, .commentlist .comment-author:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em;
}

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  padding-left: 3em;
}

ul ul, ul ol, ol ul, ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], input[type='url'], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: .4em .7em;
  outline: none;
  box-shadow: none;
  line-height: 1.2;
}

input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, input[type='url']:focus, textarea:focus {
  border-color: #333;
}

input[type='text']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input[type='text']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='url']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input[type='text']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='search']:-moz-placeholder, input[type='password']:-moz-placeholder, input[type='url']:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}

input[type='text']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input[type='text'].placeholder, input[type='tel'].placeholder, input[type='email'].placeholder, input[type='search'].placeholder, input[type='password'].placeholder, input[type='url'].placeholder, textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
  vertical-align: top;
}

button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  line-height: 1.2;
  transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

.widget {
  margin-bottom: 1.2em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: inherit;
  width: 100%;
}

/* Calendar */

#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}

#wp-calendar caption {
  padding: 10px;
}

#wp-calendar th, #wp-calendar td {
  text-align: center;
  padding: 3px 0;
}

#wp-calendar td {
  background: transparent;
}

.entry table {
  margin: 0 0 20px 0;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea, .comment-form input[type='text'] {
  margin: 0 4px 0 0;
  width: 300px;
}

.comment-form input[type='submit'] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
}

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form input {
  float: left;
}

.search-form input[type='search'] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
}

.post-password-form input[type='password'] {
  width: 150px;
}

.entry p:after {
  content: '';
  clear: both;
  display: block;
}

.entry .navigation a {
  text-decoration: none;
}

.entry form button, .entry form input[type='reset'], .entry form input[type='submit'], .comment-form button, .comment-form input[type='reset'], .comment-form input[type='submit'], .post-password-form button, .post-password-form input[type='reset'], .post-password-form input[type='submit'], .search-form button, .search-form input[type='reset'], .search-form input[type='submit'], #search_block button, #search_block input[type='reset'], #search_block input[type='submit'] {
  line-height: 50px;
  height: 50px;
  float: left;
  background-color: #5d8692;
  clear: both;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 0 25px;
  margin-top: 15px;
  display: inline-block;
  border: 0;
  border-radius: 30px;
}

.entry form button:hover, .entry form input[type='reset']:hover, .entry form input[type='submit']:hover, .comment-form button:hover, .comment-form input[type='reset']:hover, .comment-form input[type='submit']:hover, .post-password-form button:hover, .post-password-form input[type='reset']:hover, .post-password-form input[type='submit']:hover, .search-form button:hover, .search-form input[type='reset']:hover, .search-form input[type='submit']:hover, #search_block button:hover, #search_block input[type='reset']:hover, #search_block input[type='submit']:hover {
  background: #8bb4bf;
}

.navigation .page-numbers:hover, .navigation-comments .page-numbers:hover, .pagination .page-numbers:hover, .navigation .next a:hover, .navigation .prev a:hover, .navigation .al a:hover, .navigation .ar a:hover, .navigation-comments .next a:hover, .navigation-comments .prev a:hover, .navigation-comments .al a:hover, .navigation-comments .ar a:hover, .pagination .next a:hover, .pagination .prev a:hover, .pagination a.al a:hover, .pagination a.ar a:hover {
  background: #8bb4bf !important;
}

.pagination .al a:hover, .pagination .ar a:hover {
  background: #8bb4bf !important;
}

.navigation .next a, .navigation .prev a, .navigation .al, .navigation .ar, .navigation-comments .next, .navigation-comments .prev, .navigation-comments .al, .navigation-comments .ar, .pagination .next, .pagination .prev, .pagination .al a, .pagination .ar a {
  line-height: 50px;
  height: 50px;
  background-color: #5d8692 !important;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-top: 0;
  font-weight: 400;
  padding: 0 25px !important;
  display: inline-block;
  border: 0;
  border-radius: 30px;
  text-decoration: none;
}

.navigation .next a:hover, .navigation .prev a:hover, .navigation .al:hover, .navigation .ar:hover, .navigation-comments .next:hover, .navigation-comments .prev:hover, .navigation-comments .al:hover, .navigation-comments .ar:hover, .pagination .next:hover, .pagination .prev:hover, .pagination .al a:hover, .pagination .ar a:hover {
  text-decoration: none;
}

.navigation .next a a, .navigation .prev a a, .navigation .al a, .navigation .ar a, .navigation-comments .next a, .navigation-comments .prev a, .navigation-comments .al a, .navigation-comments .ar a, .pagination .next a, .pagination .prev a, .pagination .al a a, .pagination .ar a a {
  margin: 0 -25px;
  margin-top: 0;
  padding: 0 25px !important;
}

.navigation .next a a:hover, .navigation .prev a a:hover, .navigation .al a:hover, .navigation .ar a:hover, .navigation-comments .next a:hover, .navigation-comments .prev a:hover, .navigation-comments .al a:hover, .navigation-comments .ar a:hover, .pagination .next a:hover, .pagination .prev a:hover, .pagination .al a a:hover, .pagination .ar a a:hover {
  text-decoration: none;
}

#commentform p textarea, .comment-form textarea, .comment-form input[type='text'], #commentform input[type=number], #commentform input[type=email], #commentform input[type=tel], #commentform input[type=url] {
  width: 100%;
  min-width: 100%;
}

.search-form, .post-password-form, #search_block {
  margin-bottom: 15px;
}

.search-form input, .post-password-form input, #search_block input {
  float: left;
}

.search-form input[type='search'], .search-form input[type='text'], .post-password-form input[type='search'], .post-password-form input[type='text'], #search_block input[type='search'], #search_block input[type='text'] {
  margin: 0 4px 0 0;
  /*			width:150px;
*/
}

.search-form input[type='password'], .post-password-form input[type='password'], #search_block input[type='password'] {
  width: 150px;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment, .commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #prev {
  padding-left: 5px;
  text-align: left;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation, .navigation-comments, .pagination {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
  width: 100%;
  overflow: hidden;
  text-transform: uppercase;
}

.navigation .screen-reader-text, .navigation-comments .screen-reader-text, .pagination .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .current, .navigation-comments .current, .pagination .current {
  color: #ccc;
}

.navigation .page-numbers, .navigation-comments .page-numbers, .pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
}

.navigation .page-numbers.current:hover, .navigation-comments .page-numbers.current:hover, .pagination .page-numbers.current:hover {
  background: none;
  color: #ccc;
}

.navigation .page-numbers:hover, .navigation-comments .page-numbers:hover, .pagination .page-numbers:hover {
  background: #000;
  color: #fff;
}

.navigation .next, .navigation .prev, .navigation .al, .navigation .ar, .navigation-comments .next, .navigation-comments .prev, .navigation-comments .al, .navigation-comments .ar, .pagination .next, .pagination .prev, .pagination .al, .pagination .ar {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  text-decoration: none;
}

.navigation .next.disabled, .navigation .prev.disabled, .navigation .al.disabled, .navigation .ar.disabled, .navigation-comments .next.disabled, .navigation-comments .prev.disabled, .navigation-comments .al.disabled, .navigation-comments .ar.disabled, .pagination .next.disabled, .pagination .prev.disabled, .pagination .al.disabled, .pagination .ar.disabled {
  background: #b3b3b3;
  border-color: #b3b3b3;
  pointer-events: none;
}

.navigation .next a, .navigation .prev a, .navigation .al a, .navigation .ar a, .navigation-comments .next a, .navigation-comments .prev a, .navigation-comments .al a, .navigation-comments .ar a, .pagination .next a, .pagination .prev a, .pagination .al a, .pagination .ar a {
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  color: #fff;
}

.navigation .next a:hover, .navigation .prev a:hover, .navigation .al a:hover, .navigation .ar a:hover, .navigation-comments .next a:hover, .navigation-comments .prev a:hover, .navigation-comments .al a:hover, .navigation-comments .ar a:hover, .pagination .next a:hover, .pagination .prev a:hover, .pagination .al a:hover, .pagination .ar a:hover {
  background: #000;
  color: #fff;
}

.navigation a, .navigation-comments a, .pagination a {
  color: inherit;
}

.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next, .navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #4e4a7f;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next a, .navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 5px;
  display: block;
}

.navigation-single .next {
  float: right;
}

img.border {
  padding: 5px;
  border: 1px solid #ccc;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: 5px;
  margin-bottom: 1.2em;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  width: auto;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter, figure.aligncenter {
  margin: 0 auto 1.2em;
  text-align: center;
}

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

.aligncenter {
  margin: 5px auto 20px auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 1.2em;
}

.alignnone {
  margin: 0;
}

img.wp-smiley {
  padding: 0;
  border: none;
}

.fluid-iframe {
  display: block;
  position: relative;
  padding-bottom: 56%;
}

.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 0 0;
  text-align: center;
}

.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
  height: auto;
}

.al, .navigation .next {
  float: left;
}

.ar, .navigation .prev {
  float: right;
}

.posts-list .entry p {
  margin: 0;
}

.posts-list .post {
  margin: 0 0 60px;
}

.post .title {
  margin-bottom: 10px;
}

.post .postmetadata {
  margin-bottom: 10px;
}

.textwidget p {
  padding: 0 0 10px 0;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

code br {
  display: none;
}

.entry pre, .entry code {
  font-family: mono-space, monospace;
  border: 1px solid #eee;
  padding: 20px;
  display: block;
  margin: 0 0 20px 0;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  line-height: 20px;
}

.entry code {
  padding: 1px 20px 0 20px;
  background: #f6f6f6;
  border-top: 0;
  border-bottom: 0;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clear {
  clear: both;
  line-height: 0;
}

.page-link {
  padding: 0 0 15px;
}

/* Respond */

.comments {
  clear: both;
}

#respond {
  margin: 20px 0 20px 0;
  overflow: hidden;
}

.commentlist #respond {
  margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
  font-size: 12px;
  font-weight: normal;
}

#commentform p {
  width: 100%;
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0;
}

#commentform p label {
  display: block;
  padding: 0 0 5px;
}

#commentform p textarea {
  width: 96%;
}

/* Comments*/

#comments, #reply-title {
  margin: 0 0 15px 0;
  line-height: 1.6em;
}

.commentlist {
  margin-left: -2em;
  padding: 0;
  text-align: justify;
  line-height: 1.6em;
}

.commentlist .comment {
  padding: 0 0 0 2em;
}

.commentlist .comment, .commentlist + .comment {
  padding-top: 1.2em;
}

.commentlist .commentlist {
  padding: 0;
}

.commentlist .comment-author {
  margin-bottom: .5em;
}

.commentlist .comment-metadata {
  margin-bottom: .5em;
}

.commentlist .comment-author img {
  float: left;
  margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
  margin-left: 20px;
}

.comment-body {
  margin: 0 0 20px;
}

.comment-body .reply {
  padding-bottom: 15px;
}

.parent.comment .comment {
  margin-left: 30px;
}

.comment-author.vcard {
  margin-bottom: 10px;
}

.breadcrumb {
  padding-bottom: 20px;
}

.post .title h3 {
  margin-bottom: 1em;
}

.divider {
  height: 71px;
}

.wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors {
  color: #d93c3c;
}

.error input:not([type='submit']) {
  border-color: red !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 .5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, .h a {
  color: inherit;
}

h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover, .h a:hover {
  color: #0073e6;
}

p {
  margin: 0 0 1em;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
}

a:hover {
  text-decoration: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
}

[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;
}

.slick-arrow.slick-hidden {
  display: none;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, .7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, .8);
}

.fancybox-button:after, .fancybox-button:before {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3;
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}

.fancybox-arrow:after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, .8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3;
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, .4);
  border-top: 6px solid rgba(255, 255, 255, .6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], input[type=search], button, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover, button:hover, .btn:hover {
  opacity: .9;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=search], textarea {
  border: 1px solid #ccc;
  padding: 5px;
  color: #000;
  box-sizing: border-box;
}

input, textarea, select, button {
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

textarea {
  width: 100%;
}

.posts-list .entry p {
  margin: 0;
}

.posts-list .post {
  margin: 0 0 60px;
}

iframe {
  max-width: 100%;
}

.post .title {
  margin-bottom: 10px;
}

.post .postmetadata {
  margin-bottom: 10px;
}

.widget {
  margin: 0 0 20px;
}

.textwidget p {
  padding: 0 0 10px 0;
}

/* Respond */

.comments {
  clear: both;
}

#respond {
  margin: 20px 0 20px 0;
  overflow: hidden;
}

.commentlist #respond {
  margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
  font-size: 12px;
  font-weight: normal;
}

#commentform p {
  width: 100%;
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0;
}

#commentform p label {
  display: block;
  padding: 0;
}

#commentform p textarea {
  width: 96%;
}

.post .title h3 {
  margin-bottom: 0;
}

.posts-list .post {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.comment-respond + .page-title {
  padding-top: 50px;
}

/* Comments*/

#comments, #reply-title {
  margin: 0 0 15px 0;
  line-height: 1.6em;
}

.commentlist {
  padding: 0;
  text-align: justify;
  line-height: 1.6em;
}

.comment-body {
  margin: 0 0 20px;
}

.parent.comment .comment {
  margin-left: 30px;
}

.comment-author.vcard {
  margin-bottom: 10px;
}

.comment-body .reply {
  padding-bottom: 15px;
}

/* Typography */

.entry {
  width: 100%;
}

.entry form input[type='reset'] + input[type='submit'] {
  clear: none;
  margin-left: 20px;
}

.title a, #sidebar a, .breadcrumb-trail a, .comments a, #content p a, .entry a {
  color: #5e8691;
}

.title a:hover, #sidebar a:hover, .breadcrumb-trail a:hover, .comments a:hover, #content p a:hover, .entry a:hover {
  color: #5e8691;
  text-decoration: underline;
}

.entry a.btn {
  color: #fff;
  text-decoration: none;
  margin-top: 27px;
}

.entry a.btn:hover {
  text-decoration: none;
}

.entry a:hover {
  text-decoration: underline;
}

.entry p {
  margin: 0 0 26px 0;
}

.post.page {
  padding-bottom: 40px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin: 0 0 15px 0;
}

.page-title, .title h1, .entry h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 46px;
  margin: 0 0 21px;
}

.title h2, .entry h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 31px;
}

.title h3, .widget h3, .entry h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  margin: 0 0 11px;
}

.entry ul + h4 {
  padding-top: 26px;
}

.entry h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 36px;
  line-height: inherit;
}

.entry h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: inherit;
}

.entry h6 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: inherit;
}

.entry ul {
  margin: 0 0 20px 0;
  padding: 0;
}

.entry ul ul, .entry ul ol {
  margin: 10px 0 0;
}

#content {
  float: left;
  width: 70%;
}

#sidebar {
  overflow: hidden;
  padding-left: 2%;
}

.widget ul {
  padding: 0;
  margin: 0;
}

.widget ul > li, .entry ul > li {
  padding-bottom: 10px;
  list-style: none;
  padding-left: 35px;
  position: relative;
}

.widget ul > li:before, .entry ul > li:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #92775d;
  border-radius: 50%;
}

.entry ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  line-height: 1.5em;
}

.entry ol ol, .entry ol ul {
  margin: 10px 0 0;
}

.entry ol > li {
  list-style-type: decimal;
}

.entry ol > ol > li {
  list-style-type: lower-alpha;
}

.entry table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}

.entry table td, .entry table th {
  border: 1px solid #ccc;
  padding: 5px;
}

.entry table th {
  background: #eee;
}

/* Calendar */

#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}

#wp-calendar caption {
  padding: 10px;
}

#wp-calendar th, #wp-calendar td {
  text-align: center;
  padding: 3px 0;
}

#wp-calendar td {
  background: transparent;
}

/* Begin Images */

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

img.border {
  padding: 5px;
  border: 1px solid #ccc;
}

img.wp-smiley {
  padding: 0;
  border: none;
}

.alignnone {
  margin: 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text, .entry .wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 8px 4px 0;
}

.al, .navigation .next {
  float: left;
}

.ar, .navigation .prev {
  float: right;
}

/* Various Tags & Classes */

.entry acronym, .entry abbr, .entry span.caps {
  cursor: help;
}

.entry acronym, .entry abbr {
  border-bottom: 1px dashed #dfcfba;
}

.entry blockquote {
  margin: 15px 0 20px 0;
  padding: 0 15px 0 20px;
  border-left: 5px solid #ccc;
}

.entry blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.entry pre, .entry code {
  font-family: mono-space, monospace;
  border: 1px solid #eee;
  padding: 20px;
  display: block;
  margin: 0 0 20px 0;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  line-height: 20px;
}

.entry code {
  padding: 1px 20px 0 20px;
  background: #f6f6f6;
  border-top: 0;
  border-bottom: 0;
}

sup {
  position: relative;
  top: -5px;
}

sub {
  position: relative;
  top: 5px;
}

code br {
  display: none;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clear {
  clear: both;
  line-height: 0;
}

.page-link {
  padding: 0 0 15px;
}

.breadcrumb {
  padding-bottom: 20px;
}

/* pagination */

.pagination, .navigation {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 20px 0;
}

html {
  height: 100%;
}

body {
  font: 300 16px/26px 'Open Sans', sans-serif;
  color: #253e45;
  background: #f6f8fa;
  -webkit-text-size-adjust: none;
  min-height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

input, textarea, select, button {
  outline: none;
  font-family: 'Open Sans', sans-serif;
}

.body {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

img {
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

a, button, .btn, input {
  transition: all .3s ease-in-out;
  outline: none;
}

h2, h3, h4, h5, h6, h1 {
  font-weight: normal;
}

/* Container
------------------------------------------------------------------------------*/

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

body {
  padding-top: 100px;
}

.container {
  width: 1150px;
  margin: auto;
  max-width: 100%;
  padding: 0 20px;
  position: relative;
}

.btn {
  min-width: 200px;
  line-height: 50px;
  height: 50px;
  background-color: #5d8692;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
  display: inline-block;
  border: 0;
  border-radius: 30px;
}

.btn:hover {
  background: #8bb4bf;
}

.btn.sm {
  line-height: 45px;
  height: 45px;
  min-width: 180px;
}

::-webkit-input-placeholder {
  color: inherit !important;
}

::-moz-placeholder {
  color: inherit !important;
  opacity: 1;
}

/* Header
------------------------------------------------------------------------------*/

.slider .slides:not(.slick-initialized) .item {
  display: none !important;
}

.slider .slides:not(.slick-initialized) .item:first-child {
  display: block !important;
}

.header {
  position: fixed;
  top: 0;
  height: 100px;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
}

.header:after {
  content: '';
  clear: both;
  display: block;
}

.header .logo {
  position: absolute;
  left: 0;
  top: 0;
  margin: 15px 0 0 60px;
  z-index: 9;
}

.header .search-h-box {
  position: absolute;
  top: 0;
  right: 0;
  margin: 40px 60px 0 0;
}

.header .search-h-box button, .header .search-h-box .search {
  background: url(images/ico_search.svg) no-repeat 50% 50%;
  display: block;
  width: 20px;
  border: 0;
  padding: 0;
  height: 20px;
}

.header .search-h-box button:hover, .header .search-h-box .search:hover {
  opacity: .6;
}

.header .search-h-box.active form {
  display: block;
}

.header .search-h-box form {
  position: absolute;
  top: -11px;
  width: 250px;
  display: none;
  z-index: 10;
  right: -10px;
  background: #fff;
  border: 1px solid #c9d9dd;
  padding: 10px;
  padding-right: 30px;
}

.header .search-h-box form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
}

.header .search-h-box form input {
  width: 100%;
  background: #fff;
  height: 20px;
  margin: 0;
  color: #527680;
  font-size: 16px;
  display: block;
  padding: 0 5px;
  border: 0;
}

.header .lang {
  float: right;
  color: #527680;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-top: 17px;
  line-height: 36px;
  z-index: 5;
}

.header .lang a:hover {
  color: #253e45;
  text-decoration: none;
}

.header .lang .current {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.header .lang .current:hover {
  color: #253e45;
  text-decoration: none;
}

.header .lang .current:after {
  content: '';
  background: url(images/ico_down.svg) no-repeat 50% 50%;
  display: inline-block;
  width: 18px;
  margin: 0 -3px 0 6px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  height: 15px;
}

.header .lang ul, .header .lang li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header .lang ul {
  background: #fff;
  z-index: 20;
  position: absolute;
  top: 100%;
  border: 1px solid #c9d9dd;
  right: -10px;
  margin-top: -4px;
  padding: 5px 15px 5px;
  display: none;
}

.no-touch .header .lang:hover ul, .touch .header .lang.active ul {
  display: block;
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.nav li {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #527680;
}

.nav .contact a {
  background: url(images/ico_mail.png) no-repeat 0 53%;
  padding-left: 28px;
}

.nav a {
  display: block;
  height: 100px;
  padding-top: 4px;
  border-bottom: 4px solid transparent;
  line-height: 93px;
}

.nav .current a {
  border-color: #92775d;
  color: #253e45;
  text-decoration: none;
}

.nav a:hover {
  color: #253e45;
  text-decoration: none;
}

.body {
  overflow: hidden;
}

h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}

.partners {
  background: #ebeff2;
  padding: 60px 0 55px;
  font-size: 0;
  text-align: center;
}

.partners li, .partners ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.partners ul {
  padding: 5px 0;
}

.partners a {
  display: block;
}

.partners a:hover {
  opacity: .6;
}

.partners li {
  display: inline-block;
  vertical-align: top;
  padding: 20px 4.5% 40px;
  line-height: 80px;
}

.partners li img {
  vertical-align: middle;
}

.image-text-box {
  padding: 70px 0 100px;
  overflow: hidden;
}

.image-text-box .images {
  float: left;
  width: 42.7%;
  margin-right: 5.7%;
}

.image-text-box .images img {
  width: 100%;
}

.image-text-box .images .over {
  width: 65.5%;
  position: relative;
  left: 5.5%;
  margin: -23% auto 0;
}

.image-text-box .text {
  overflow: hidden;
  padding-top: 25px;
}

.intro {
  padding: 60px 0 100px;
}

.intro .left-title {
  position: relative;
  float: left;
  width: 45.6%;
  padding-right: 20px;
}

.intro .back {
  position: absolute;
  top: 50%;
  bottom: 0;
  margin-top: -64px;
  right: 55px;
  opacity: .1;
  color: #253e45;
  z-index: -1;
  letter-spacing: .04em;
  font-size: 5.7vw;
  font-weight: 700;
  white-space: nowrap;
  line-height: 108px;
}

.intro h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.intro .right-col {
  overflow: hidden;
}

.intro .video-c {
  clear: both;
  padding: 63px 0 0;
}

.intro .tags {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  padding: 20px 0 0;
  line-height: 34px;
}

.featured-head {
  position: relative;
  z-index: 6;
  color: white;
  overflow: hidden;
}

.featured-head h1 {
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
  padding: 15px 0;
}

.featured-head h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 12px 0 55px;
}

.featured-head .container {
  height: 600px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px;
}

.featured-head .important {
  position: absolute;
  bottom: 70px;
  right: 0;
  float: right;
}

.featured-head .important:before {
  content: '';
  position: absolute;
  top: -43px;
  bottom: -70px;
  left: 55px;
  z-index: -1;
  right: -900px;
  opacity: .8;
  background-color: #a4d1de;
}

.featured-head .important p {
  padding: 20px 28px;
  margin: 0;
  background: #000;
  color: white;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  line-height: 25px;
}

.featured-head .important p:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -999em;
  background: #000;
}

.featured-title {
  position: relative;
  z-index: 6;
  color: white;
  overflow: hidden;
}

.featured-title:after {
  content: '';
  width: 1340px;
  max-width: 100%;
  position: absolute;
  height: 40px;
  background-color: #f6f8fa;
  bottom: 0;
  left: -14px;
  right: 0;
  margin: auto;
}

.featured-title .container {
  height: 420px;
}

.featured-title.right h1 {
  left: auto;
  right: -88px;
  padding-left: 44px;
}

.featured-title.right h1:before {
  left: -45px;
  right: -999em;
}

.featured-title h1 {
  width: 470px;
  height: 80px;
  position: absolute;
  bottom: 28px;
  left: -102px;
  padding-right: 20px;
  line-height: 80px;
  padding-left: 122px;
  background-color: #000;
}

.featured-title h1:before {
  content: '';
  height: 175px;
  position: absolute;
  top: -55px;
  bottom: 0;
  z-index: -1;
  left: -999em;
  right: -45px;
  opacity: .8;
  background-color: #a4d1de;
}

.page-content {
  padding: 20px 0 65px;
}

.video-c {
  padding: 35px 0;
  text-align: center;
}

.video-c:last-child:first-child {
  padding: 98px 0 120px;
}

.testimonials {
  padding: 70px 0 50px;
  background: #f6f8fa;
}

.testimonials section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonials section article {
  width: 50%;
  padding: 0 15px 70px;
}

.testimonial-item {
  background: #fff;
  min-height: 455px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-item cite {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  display: block;
  font-style: normal;
}

.testimonial-item cite strong {
  display: block;
  font-weight: 700;
  letter-spacing: .12em;
  padding-bottom: 12px;
}

.testimonial-item blockquote {
  padding: 40px;
  text-align: left;
  margin: 0;
  border: 0;
}

.testimonial-item p {
  font-size: 16px;
  padding: 0 0 28px;
  margin: 0;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
}

.page-content:after {
  content: '';
  clear: both;
  display: block;
}

.comment-respond + .comment-respond {
  padding-top: 40px;
}

.form-center {
  background: #ebeff2;
  padding: 58px 0 100px;
  text-align: center;
  font-size: 0;
}

.body .form-center fieldset {
  padding: 7px 0 23px;
}

.body .form-center fieldset > input {
  margin: 0 15px;
}

.body .form-center fieldset select, .body .form-center fieldset textarea, .body .form-center fieldset input[type=password], .body .form-center fieldset input[type=search], .body .form-center fieldset input[type=email], .body .form-center fieldset input[type=url], .body .form-center fieldset input[type=phone], .body .form-center fieldset input[type=text] {
  display: inline-block;
}

.form-center .btn {
  margin-top: 17px;
}

.body select::-ms-expand {
  display: none;
}

.body select:focus::-ms-value {
  background: transparent;
  color: inherit;
}

.body select, .body textarea, .body input[type=password], .body input[type=search], .body input[type=email], .body input[type=url], .body input[type=phone], .body input[type=text] {
  display: block;
  color: #527680;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 300;
  margin: 0;
  line-height: normal;
  padding: 6px 18px;
  width: 100%;
  max-width: 360px;
  height: 50px;
  background-color: white;
  border: 1px solid #c9d9dd;
}

.body .upload {
  float: left;
  min-width: 160px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 46px;
  cursor: pointer;
  height: 50px;
  background: #73797e url(images/ico_up.svg) no-repeat 22px 50%;
  position: relative;
  overflow: hidden;
  margin: 6px 0;
  padding-left: 27px;
}

.body .upload input {
  position: absolute;
  left: -999em;
  top: 0;
}

.body .contacts select, .body .contacts textarea, .body .contacts input[type=email], .body .contacts input[type=url], .body .contacts input[type=phone], .body .contacts input[type=text] {
  max-width: 443px;
  margin-top: 6px;
  margin-bottom: 24px;
}

.body .contacts .btn {
  margin-top: 15px;
}

.body select {
  background: url(images/ico_down.svg) no-repeat right 18px center #fff;
}

.body textarea {
  max-width: 554px;
  line-height: 1.5;
  padding-top: 12px;
  height: 160px;
}

.picture-features {
  padding: 36px 0 45px;
}

.picture-features .entry {
  padding: 23px 0 0;
  overflow: hidden;
  width: auto;
}

.picture-features .image {
  float: left;
  width: 42.6%;
  margin-right: 6%;
}

.picture-features .image img {
  width: 100%;
}

.form-features {
  padding: 36px 0 35px;
}

.form-features .entry {
  padding: 23px 0 0;
  width: 42.6%;
  float: left;
  margin-right: 6%;
}

.form-features .form {
  padding: 5% 5.7%;
  overflow: hidden;
  background-color: #ebeff2;
}

.form-features .form .btn {
  float: right;
  margin: 6px 0;
}

.form-features .form h3 {
  color: #253e45;
  font-size: 28px;
  margin: 0;
  padding-bottom: 29px;
  font-weight: 300;
  line-height: 30px;
}

.inline-photos {
  background: #ebeff2;
  padding: 70px 0 81px;
  font-size: 0;
  text-align: center;
}

.inline-photos ul, .inline-photos li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.inline-photos ul {
  margin: 0 -15px;
}

.inline-photos li {
  max-width: 16.6%;
  padding: 0 10px 19px 9px;
  display: inline-block;
  vertical-align: top;
}

.pictures-action {
  padding: 36px 0 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pictures-action .images {
  float: left;
  width: 54%;
}

.pictures-action img {
  width: 100%;
}

.pictures-action .item {
  float: left;
  width: 40%;
  margin-right: -10%;
}

.pictures-action .item:nth-child(2) {
  padding-top: 11%;
}

.pictures-action .btn-h {
  width: 46%;
  text-align: center;
  padding-bottom: 6%;
  padding-right: 3.5%;
}

.title h2 {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 17px;
  line-height: 50px;
}

.title h2:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  margin: 17px 0;
  background-color: #000;
}

.title.center h2:after {
  margin-left: auto;
  margin-right: auto;
}

.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.team-list {
  padding: 61px 0 0;
  background: #ebeff2;
}

.team-list .title {
  margin-bottom: 66px;
}

.team-list section {
  margin: 0 -15px;
  font-size: 0;
}

.team-list section article {
  display: inline-block;
  width: 33.3%;
  padding: 0 15px 100px;
  vertical-align: top;
}

.team-item {
  text-align: center;
  color: white;
  background: #5d8692;
  padding-bottom: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 16px;
}

.team-item img {
  width: 100%;
}

.team-item a {
  display: block;
  padding-bottom: 30px;
  margin-bottom: -30px;
  background: #5d8692;
}

.team-item a:hover {
  background: #8bb4bf;
}

.team-item h3 {
  padding: 22px 0 10px;
  margin: 0;
  letter-spacing: .12em;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.full-image img {
  width: 100%;
}

.services-list {
  margin-top: -36px;
  padding-bottom: 47px;
}

.services-list .cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.services-list .cols section {
  padding: 0 15px;
  width: 33.33%;
}

.services-list article {
  padding-bottom: 28px;
  padding-left: 62px;
}

.services-list h3 {
  margin: 0;
  color: #253e45;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 5px;
}

.call-to-act {
  background: #f6f8fa;
  padding: 100px 0;
}

.call-to-act.nob {
  background: none;
}

.call-to-act h4 {
  float: left;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  line-height: 42px;
  margin-left: -4px;
  padding-right: 28px;
}

.cols-2 {
  overflow: hidden;
  padding-bottom: 56px;
}

.cols-2 .col {
  float: left;
  width: 50%;
}

.cols-2 .title {
  max-width: 500px;
}

.map-holder {
  position: relative;
  padding-left: 15px;
  margin-top: 70px;
}

.map-holder .map {
  height: 630px;
}

.map-holder .label {
  position: absolute;
  font-weight: 300;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 -22px;
  left: 0;
  letter-spacing: .12em;
  text-decoration: underline;
}

.map-holder .label .inset {
  -webkit-transform: rotate(-90deg) translateX(-63%);
  transform: rotate(-90deg) translateX(-63%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  display: block;
  height: 60px;
  width: 240px;
  text-align: center;
}

.footer {
  background: #253e45;
  padding: 90px 0 48px;
  color: #fff;
  text-align: center;
  position: relative;
}

.footer .menu {
  font-weight: 300;
  font-size: 0;
  line-height: 30px;
  padding: 0 130px;
}

.footer .menu li, .footer .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .menu li:last-child:after {
  display: none;
}

.footer .menu li:after {
  content: '|';
  padding: 0 18px;
}

.footer .menu li {
  font-size: 14px;
  display: inline-block;
}

.footer a:hover {
  text-decoration: underline;
}

.footer p {
  opacity: .5;
  color: white;
  padding-top: 155px;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.footer .logo {
  position: absolute;
  left: 0;
  margin: 72px 60px;
  top: 0;
}

.footer .contact {
  position: absolute;
  right: 0;
  margin: 91px 60px;
  top: 0;
  float: left;
  background: url(images/ico_mail_w.png) no-repeat 0 50%;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}



@media screen and (min-width: 768px) and (max-width: 1700px) {
  .intro .back {
    font-size: 5.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .intro .back {
    font-size: 5.4vw;
  }
}


@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

@media screen and (max-width: 1340px) {
  .featured-title.right h1 {
    right: calc((100vw - 1150px)/-2);
  }

  .footer .logo, .header .logo {
    margin-left: 20px;
  }

  .footer .contact, .header .search-h-box {
    margin-right: 20px;
  }

  .header .search-h-box {
    margin-top: 60px;
  }

  .featured-title:after {
    left: 0;
  }
}

@media screen and (max-width: 1180px) {
  .nav li {
    padding: 0 12px;
  }
}

@media screen and (max-width: 1150px) {.intro .back
  .featured-title.right h1 {
    right: 0;
  }

  .intro .back {
    font-size: calc((50vw - 20px) / 8.7);
    right: 20px;
  }
}

@media (max-width: 1023px) {
  .navigation, .navigation-comments, .pagination {
    font-size: 14px;
  }

  img.alignleft, img.alignright {
    max-width: 50%;
  }

  .divider {
    height: 30px;
  }
}

@media screen and (max-width: 1023px) {
  #content {
    float: none;
    width: auto;
  }

  #sidebar {
    padding: 20px 0 0;
  }

  .partners li {
    padding: 20px 10px 0;
    min-width: 85px;
  }

  .partners li img {
    max-width: 80%;
  }

  .call-to-act h4 {
    padding-right: 0;
    margin-right: 0;
  }

  .intro h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .featured-head .container {
    height: 60vw;
  }

  .featured-head .important {
    bottom: 30px;
  }

  .inline-photos li {
    max-width: none;
  }

  .body .upload {
    float: none;
    margin: 0 0 15px;
    display: block;
  }

  .services-list .cols section {
    width: 100%;
  }

  .cols-2 .col {
    padding: 0 20px;
  }

  .cols-2 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .body .form-center fieldset > select, .body .form-center fieldset > input {
    max-width: 45%;
  }

  .call-to-act {
    padding: 80px 0;
    text-align: center;
  }

  .call-to-act h4 {
    float: none;
    padding-bottom: 20px;
  }

  .footer p {
    padding-top: 100px;
  }

  .nav {
    position: absolute;
    top: 100px;
    background: #fff;
    height: calc(100vh - 100px);
    overflow: auto;
    transition: opacity .2s ease;
    left: -100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
  }

  .active-menu .nav {
    opacity: 1;
    left: 0;
  }

  .nav a {
    height: auto;
    display: inline-block;
    padding: 10px 0 10px;
    margin-bottom: 10px;
    line-height: normal;
  }

  .header .lang {
    top: 15px;
    margin: 0;
    right: 110px;
  }

  .header .search-h-box {
    top: 40px;
    margin: 0;
    right: 85px;
  }

  .menu-trigger {
    position: absolute;
    top: 0;
    z-index: 9;
    display: block;
    cursor: pointer;
    width: 45px;
    padding-top: 8px;
    height: 43px;
    right: 0;
    margin: 28px 15px;
  }

  .menu-trigger span {
    height: 4px;
    transition: all .2s ease;
    background: #527680;
    display: block;
    margin: 0 0 8px;
  }

  .active-menu .menu-trigger span:nth-child(2) {
    opacity: 0;
  }

  .active-menu .menu-trigger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .active-menu .menu-trigger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 10px 0 -15px;
  }

  .nav .contact a {
    background-position: 0 50%;
  }

  .nav li {
    display: block;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left, .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navigation, .navigation-comments, .pagination {
    font-size: 12px;
  }

  .navigation .page-numbers, .navigation-comments .page-numbers, .pagination .page-numbers {
    padding: 10px 8px;
  }

  .navigation .page-numbers, .navigation-comments .page-numbers, .pagination .page-numbers {
    padding: 8px;
  }

  .navigation .next a, .navigation .prev a, .navigation .al a, .navigation .ar a, .navigation-comments .next a, .navigation-comments .prev a, .navigation-comments .al a, .navigation-comments .ar a, .pagination .next a, .pagination .prev a, .pagination .al a, .pagination .ar a {
    padding: 10px;
  }

  .navigation-single .next a, .navigation-single .prev a {
    padding: .2em;
  }

  .posts-list .post {
    margin: 0 0 20px;
  }

  .commentlist {
    margin-left: 0;
  }

  .commentlist .comment {
    padding: 0;
  }

  .divider {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #sidebar {
    padding-top: 0;
  }

  .intro h2 br {
    display: none;
  }

  .btn {
    height: 40px;
    line-height: 40px;
    min-width: 150px;
  }

  .full-image {
    margin-left: -15px;
    margin-right: -15px;
  }

  .featured-head {
    background: #253e45;
  }

  .featured-head .container {
    display: block;
    height: auto;
  }

  .featured-head .bg {
    position: relative;
    height: 40vw;
    margin-bottom: -20vw;
    max-height: 60vh;
  }

  .featured-head h3 {
    font-size: 16px;
    padding: 0 0 20px;
    max-width: 340px;
    line-height: 1.2;
  }

  .featured-head br {
    display: none;
  }

  .featured-head h1 {
    font-size: 30px;
    line-height: 1.2;
    max-width: 480px;
  }

  .featured-head .important {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: 40px 0 0;
    padding: 0;
  }

  .featured-head .important:before {
    margin: 30px 0 0;
  }

  .featured-head .important p {
    font-size: 14px;
    line-height: 1.2;
    padding: 15px;
  }

  .image-text-box {
    padding: 40px 0;
  }

  .image-text-box .text {
    padding: 0;
  }

  .entry a.btn {
    margin-top: 0;
  }

  .image-text-box .images {
    float: none;
    width: auto;
    margin: 0 0 25px;
  }

  .page-title, .title h1, .entry h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .title h2, .entry h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .title h3, .widget h3, .entry h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .entry h4 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .entry h5 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .partners {
    padding: 30px 0;
  }

  .partners ul {
    padding: 0;
    margin: 0;
  }

  .partners li {
    width: 33.3%;
    line-height: 40px;
    padding: 15px 10px;
  }

  .partners li img {
    max-height: 40px;
  }

  .intro {
    padding: 30px 0;
  }

  .intro .video-c {
    padding-top: 30px;
  }

  .intro .tags {
    padding: 0;
    font-size: 20px;
    line-height: 1.4;
  }

  .intro .back {
    font-size: 12.8vw;
    right: -18px;
    line-height: 40px;
    margin-top: -20px;
    left: -18px;
  }

  .intro .left-title {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
  }

  .inline-photos {
    padding: 30px 0 15px;
  }

  .inline-photos ul {
    margin: 0 -10px;
  }

  .inline-photos li {
    width: 33.3%;
  }

  .video-c:last-child:first-child {
    padding: 30px 0;
  }

  .form-features {
    padding: 0;
  }

  .form-features .entry {
    padding: 0;
    float: none;
    width: auto;
  }

  .form-features .form {
    margin: 0 -15px;
    padding: 20px 15px;
  }

  .form-features .form h3 {
    padding-bottom: 20px;
  }

  .body .contacts select, .body .contacts textarea, .body .contacts input[type=email], .body .contacts input[type=url], .body .contacts input[type=phone], .body .contacts input[type=tel], .body .contacts input[type=text] {
    margin: 0 0 15px;
    max-width: none;
  }

  .entry ul + h4 {
    padding-top: 0;
  }

  .services-list {
    margin: -20px 0 0;
    padding-bottom: 0;
  }

  .services-list .cols article {
    padding-bottom: 20px;
    margin: 0;
    padding-left: 30px;
    background-size: 20px auto;
    background-position: 0 7px;
  }

  .services-list .cols {
    margin: 0;
  }

  .services-list .cols section {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .title br {
    display: none;
  }

  .featured-title.right h1 {
    padding-left: 15px;
  }

  .body .contacts .btn {
    margin-top: 0;
  }

  .cols-2 .col {
    width: 100%;
    float: none;
  }

  .cols-2 {
    padding-bottom: 0;
  }

  .map-holder {
    margin: 30px 0 0;
    padding-left: 0;
  }

  .map-holder .map {
    height: 80vw;
    max-height: 80vh;
  }

  .map-holder .label {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
    padding-bottom: 10px;
  }

  .map-holder .label .inset {
    -webkit-transform: none;
    transform: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }

  body {
    font-size: 14px;
    line-height: 24px;
  }

  .title h2 {
    padding-bottom: 5px;
  }

  .testimonial-item p {
    padding-bottom: 15px;
  }

  .picture-features .image {
    float: none;
    width: auto;
    margin: 0;
  }

  .picture-features {
    padding: 0;
  }

  .entry h4 {
    margin-bottom: 15px;
  }

  .entry ul > li {
    padding-left: 20px;
  }

  .page-content {
    padding-bottom: 30px;
  }

  .form-center {
    padding: 30px 0;
  }

  .form-center .btn {
    margin: 10px 0 0;
  }

  .testimonials {
    padding: 30px 0 10px;
  }

  .body textarea, .body .form-center fieldset > select, .body .form-center fieldset > input {
    margin: 0 0 15px;
    display: block;
    max-width: none;
  }

  .body .form-center fieldset {
    padding: 0;
    margin: 0;
  }

  .testimonial-item blockquote {
    padding: 20px;
  }

  .testimonials section article {
    width: 100%;
    padding-bottom: 20px;
  }

  .testimonial-item {
    min-height: 0;
    height: auto;
  }

  .title h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .featured-title .container {
    height: auto;
  }

  .featured-title h1 {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 -15px;
    padding: 15px;
    font-size: 24px;
    height: auto;
    width: auto;
    line-height: 1.2;
  }

  .featured-title h1:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    content: '';
    margin: -15px 40px 0 0;
  }

  .featured-title .bg {
    position: relative;
    height: 40vw;
    max-height: 60vh;
  }

  .featured-title:after {
    display: none;
  }

  .featured-title.right h1:before {
    margin: -15px 0 0 40px;
    left: 0;
  }

  body {
    padding-top: 60px;
  }

  .nav {
    top: 60px;
    height: calc(100vh - 60px);
    padding-top: 20px;
  }

  .nav a {
    height: auto;
    display: inline-block;
    line-height: normal;
  }

  .active-menu .menu-trigger span:nth-child(1) {
    margin-bottom: -11px;
    margin-top: 9px;
  }

  .header {
    height: 60px;
  }

  .header .logo {
    margin: 10px 15px;
    width: 150px;
    height: 40px;
    line-height: 40px;
  }

  .header .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }

  .header .lang {
    right: 100px;
    top: 0;
    margin-top: -5px;
  }

  .header .search-h-box {
    top: 20px;
    right: 70px;
  }

  .menu-trigger {
    margin: 15px 15px;
    width: 30px;
    height: 30px;
    padding-top: 6px;
  }

  .menu-trigger span {
    height: 3px;
    margin-bottom: 5px;
  }

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

  .team-list section article {
    width: 50%;
  }

  .pictures-action .btn-h {
    padding-right: 0;
  }

  .footer {
    padding: 100px 0 40px;
  }

  .footer .menu {
    padding: 0;
  }

  .footer .logo {
    margin: 20px;
    top: 0;
    left: 0;
    position: absolute;
    float: left;
  }

  .footer p {
    padding-top: 50px;
  }

  .footer .menu li:after {
    padding: 0 4px;
  }

  .footer .contact {
    margin: 32px 20px;
    top: 0;
    right: 0;
    position: absolute;
  }

  .featured-title .container {
    max-height: 90vh;
  }

  .call-to-act {
    padding: 40px 0;
  }

  .call-to-act h4 {
    margin: 0;
    padding: 0 0 20px;
  }

  .title h2:after {
    height: 2px;
    width: 50px;
  }

  .team-list section article {
    padding-bottom: 20px;
  }

  .video-c {
    padding: 20px 0 10px;
  }

  .team-list {
    padding: 30px 0 0;
  }

  .team-list .title {
    margin-bottom: 0;
  }

  .footer {
    padding-bottom: 25px;
  }

  .footer p {
    padding-top: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .pagination {
    text-align: center;
  }

  .pagination .page-numbers {
    margin: 10px 4px;
  }

  .pagination .prev, .pagination .next {
    display: block;
    margin: auto;
  }

  .navigation .next, .navigation .prev {
    width: 100%;
    max-width: none;
    text-align: center;
    padding-bottom: 15px;
    float: none;
  }

  .pictures-action .images {
    float: none;
    width: auto;
  }

  .call-to-act {
    padding: 40px 0;
  }

  .call-to-act h4 {
    font-size: 20px;
    float: none;
    margin: 0;
    padding: 0 0 20px;
    line-height: 1.2;
  }

  .pictures-action .btn-h {
    padding: 20px;
    padding-bottom: 0;
    text-align: center;
    clear: both;
    width: auto;
  }

  .pictures-action {
    overflow: hidden;
    padding: 20px 0;
    display: block;
  }

  .team-list section article {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .comment-form textarea, .comment-form input[type='text'] {
    width: 100%;
  }

  #commentform p textarea {
    width: 100%;
  }

  .parent.comment .comment {
    margin-left: 5%;
  }
}

