@charset "UTF-8";
/*
Theme Name: VeinInstitute
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/*! 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; }

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 12, 2016 */
@font-face {
  font-family: 'lato';
  src: url("fonts/lato-black-webfont.eot");
  src: url("fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-black-webfont.woff2") format("woff2"), url("fonts/lato-black-webfont.woff") format("woff"), url("fonts/lato-black-webfont.ttf") format("truetype"), url("fonts/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: 900;
  font-style: normal; }

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

@font-face {
  font-family: 'lato';
  src: url("fonts/lato-bolditalic-webfont.eot");
  src: url("fonts/lato-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bolditalic-webfont.woff2") format("woff2"), url("fonts/lato-bolditalic-webfont.woff") format("woff"), url("fonts/lato-bolditalic-webfont.ttf") format("truetype"), url("fonts/lato-bolditalic-webfont.svg#latobold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }

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

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

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

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

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #bcbcbc;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2); }

.jcf-checkbox span {
  position: absolute;
  display: none !important;
  height: 6px;
  width: 10px;
  top: 43%;
  left: 50%;
  border: 2px solid #00850b;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block !important; }

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2); }

.jcf-radio span {
  display: none !important;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #00850b;
  border-radius: 50%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-radio.jcf-checked span {
  display: block !important; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: -webkit-linear-gradient(bottom, #f5f5f5, #fefefe);
  background: linear-gradient(to top, #f5f5f5, #fefefe);
  margin: 0 0 10px;
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #bebebe;
  padding: 4px 2px;
  text-align: left; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin: 0 50px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: -webkit-linear-gradient(bottom, #d0dce5, #e9f3f7);
  background: linear-gradient(to top, #d0dce5, #e9f3f7);
  width: 40px;
  bottom: 0;
  right: 0;
  top: 0;
  border-left: 1px solid #bcbcbc;
  border-radius: 0 3px 3px 0; }
  .jcf-select .jcf-select-opener:after {
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid #0055a5;
    content: '';
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #c0c0c0; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 26px;
  font-size: 16px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 12px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.add-nav .add-list, #main-nav ul, .breadcrumbs, .post-links ul, #footer .widget-menu ul, .widget .contact-list, .widget_categories ul, .widget_recent ul, .categor-mobile ul, .post-element .list, .info-area ul, .address-list, .landing-info ul, #content > ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .container:after, #header:after, #main-nav:after, .breadcrumb-holder:after, .content-holder:after, .widget .contact-list li:after, .info-area .cols:after, .ico-row:after, .block-specialists .row:after, .block-choose .row:after, .block-cols .row: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: #4d4d4d;
  background: #fff;
  font: 18px/1.166667 "lato", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.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.166667em; }

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

th, td {
  border: 1px solid #4d4d4d;
  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'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #bebebe;
  max-width: 100%;
  height: 36px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 26px;
  padding: 4px 10px;
  color: #4d4d4d;
  outline: none; }
  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,
  textarea::-webkit-input-placeholder {
    color: #4d4d4d; }
  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,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #4d4d4d; }
  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,
  textarea:-moz-placeholder {
    color: #4d4d4d; }
  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,
  textarea:-ms-input-placeholder {
    color: #4d4d4d; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #4d4d4d; }

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

textarea {
  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; }

.widget {
  margin-bottom: 1.166667em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.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;
  margin-bottom: 4px; }

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

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #0055a5;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

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

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

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

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

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

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

.navigation,
.navigation-comments {
  padding: 0;
  position: relative;
  vertical-align: middle;
  margin-bottom: 26px; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1;
    margin-right: 11px;
    font-size: 16px;
    font-family: "lato", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    overflow: visible;
    padding-bottom: 0 !important;
    float: none !important; }
  .navigation .nav-links,
  .navigation-comments .nav-links {
    display: inline-block;
    vertical-align: middle; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 1px 3px;
    color: #2f383d;
    border-radius: 2px; }
    @media (max-width: 1023px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 3px 6px;
        margin-right: 11px;
        font-size: 18px; } }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 5px 9px;
        margin-right: 13px; } }
    @media (max-width: 479px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        margin-right: 1px;
        padding: 4px 1px; }
        .navigation .page-numbers:last-child,
        .navigation-comments .page-numbers:last-child {
          margin-right: 0; } }
    .navigation .page-numbers.current, .navigation .page-numbers:hover,
    .navigation-comments .page-numbers.current,
    .navigation-comments .page-numbers:hover {
      color: #fff;
      background: #0055a5; }
  .navigation .dots,
  .navigation-comments .dots {
    pointer-events: none;
    color: #b3c5cc; }
  .navigation .text,
  .navigation-comments .text {
    margin-right: 11px;
    font-size: 16px; }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    color: #fff;
    text-decoration: none;
    color: #b3c5cc; }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin: 30px 0 20px; }
  @media (max-width: 1023px) {
    .navigation-single {
      margin: 20px 0 0; } }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none;
    text-decoration: underline;
    font-size: 18px;
    line-height: 21px;
    color: #00850b;
    text-decoration: none;
    border-radius: 3px; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      display: block;
      position: relative;
      margin-left: 12px; }
      .navigation-single .next a:before,
      .navigation-single .prev a:before {
        content: '«';
        position: absolute;
        left: -11px;
        bottom: 0; }
  .navigation-single .next {
    float: right; }
    .navigation-single .next a {
      margin-left: 0;
      margin-right: 12px; }
      .navigation-single .next a:before {
        content: '»';
        left: auto;
        right: -11px; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #4d4d4d;
  padding: .4em;
  margin-bottom: 1.166667em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.166667em; }

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

.alignleft {
  float: left;
  margin: 0 1.166667em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.166667em; }

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif;
  font-weight: bold;
  margin: 0 0 20px;
  color: #0055a5;
  font-style: italic;
  font-weight: normal; }

h1, .h1 {
  font-size: 51px;
  margin-bottom: 0; }

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

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

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

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

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

p {
  margin: 0 0 21px; }

a {
  color: #00850b;
  text-decoration: none;
  -webkit-transition: opacity 0.3s, color 0.3s, background 0.3s;
          transition: opacity 0.3s, color 0.3s, background 0.3s; }
  a:hover, a:focus {
    text-decoration: none;
    color: #0055a5;
    outline: none; }

@media print {
  * {
    background: none !important;
    color: #000 !important;
    font-size: 14px !important; }
  #content {
    width: 100% !important;
    padding: 0;
    padding: 0;
    float: none;
    overflow: visible; }
  #content > img,
  #content > p > img {
    display: none !important; }
  .holder-box,
  .container,
  #main,
  .main-holder.add {
    padding: 0; }
  .content-holder {
    padding: 10px !important; }
  .block-choose .text-holder {
    float: none !important;
    width: 100% !important; }
  .block-specialists .col {
    padding-bottom: 0 !important; }
  .landing-info {
    padding: 0 !important; }
  .promo-landing {
    overflow: visible !important;
    min-height: 0 !important;
    padding: 0 !important; }
    .promo-landing:before, .promo-landing:after {
      display: none !important; }
  .footer-sidebar {
    padding: 10px !important; }
  .promo-home:after {
    display: none; }
  .promo-home .top-frame {
    min-height: 0 !important;
    padding: 10px 0 !important; }
  .content-holder {
    padding: 15px 0 0 !important; }
  .ico-row {
    padding: 0 !important; }
  .address-list li {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 49% !important; }
  address {
    padding: 0 !important;
    margin: 0 0 20px !important;
    height: auto !important; }
    address a {
      display: none !important; }
  h1 {
    margin-bottom: 30px !important; }
  .block-cols, .block-videos {
    padding: 0 !important; }
  .col {
    height: auto !important; }
  .video-holder,
  .promo-home,
  #footer .top-frame,
  .post-links,
  .call,
  .block-specialists .box,
  .block-specialists .link,
  .promo-landing .text-holder,
  .form-holder,
  .block-videos .video-holder,
  .block-cols .img-holder,
  .block-choose .img-holder,
  .promo,
  .ico-row i,
  iframe,
  .geo,
  .slogan-text,
  .pagination-post,
  .luckyday-block,
  .sponsors-block,
  .letest-holder,
  .aside-box,
  .social-head,
  .search-holder,
  .subscribe,
  .border,
  .btn-widget,
  .widget,
  .share-widget,
  .large-box,
  .news-hold,
  .bottom-nav,
  .fourcolumns,
  .social-networks,
  .post-date,
  .breadcrumbs-block,
  .option-list,
  .nav-area,
  .search-form,
  .top-nav,
  #sidebar,
  .nav-drop,
  .block-author,
  .tag-holder,
  .block-related,
  .block-disqus,
  .block-see,
  .block-start,
  .block-numbers,
  .anchor,
  .footer-sidebar,
  .block-meet .img-holder,
  .block-offer .img-holder,
  .block-quotes,
  .breadcrumb-holder,
  .navigation,
  .navigation-single,
  .contact-form,
  .btn {
    display: none !important; }
  .main-holder.add,
  .logo {
    margin: 0; }
  .wrap-box {
    float: none;
    width: 100%; }
  .article-post.standart .text-holder,
  .article-post .text-holder {
    padding: 0;
    overflow: visible; }
  .image,
  figure,
  #footer,
  h1,
  h2,
  h3,
  .post-element {
    display: block;
    page-break-inside: avoid !important; }
  h1 {
    font-size: 30px !important; } }

#wrapper {
  position: relative;
  overflow: hidden; }

.container {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 10px; }
  @media (max-width: 1023px) {
    .container {
      padding: 0; } }

#header {
  position: relative;
  padding: 37px 0 0;
  z-index: 10; }
  @media (max-width: 1023px) {
    #header {
      padding: 31px 20px 0;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); } }
  @media (max-width: 767px) {
    #header {
      padding-bottom: 13px; } }
  @media (max-width: 767px) {
    #header {
      padding: 31px 5px 18px; } }
  #header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 9px;
    background: url(images/decor1.png);
    background-position: center;
    z-index: 5; }

.promo-home {
  position: relative;
  overflow: hidden;
  margin-top: 13px; }
  @media (max-width: 1023px) {
    .promo-home {
      margin: 0; } }
  .promo-home:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 83px;
    background: url(images/decor4.png) no-repeat;
    background-position: center;
    pointer-events: none; }
    @media (max-width: 1023px) {
      .promo-home:after {
        background-size: cover; } }
  .promo-home .bottom-frame {
    background: #edf4f2;
    padding: 25px 10px 45px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif;
    font-style: italic; }
    @media (max-width: 1023px) {
      .promo-home .bottom-frame {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .promo-home .bottom-frame {
        font-size: 22px;
        line-height: 31px; } }
  .promo-home .orange {
    background: none;
    color: #e07e2a; }
  .promo-home p {
    margin-bottom: 34px; }
    @media (max-width: 1023px) {
      .promo-home p {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .promo-home p {
        margin-bottom: 16px; } }
  .promo-home .call {
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    font-family: "lato", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 1023px) {
      .promo-home .call {
        font-size: 24px; } }
    .promo-home .call a {
      font-weight: bold;
      color: #4d4d4d; }
      @media (max-width: 1023px) {
        .promo-home .call a {
          border-bottom: 2px dashed #0055a5; } }
      .promo-home .call a:hover {
        color: #00850b; }
  .promo-home .btn {
    display: inline-block;
    font-style: normal;
    border: 3px solid #0055a5;
    border-radius: 5px;
    height: 61px;
    font-size: 22px;
    line-height: 31px;
    padding: 12px 18px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;
    color: #0055a5;
    text-transform: uppercase;
    margin-bottom: 7px; }
    @media (max-width: 767px) {
      .promo-home .btn {
        height: 51px;
        font-size: 18px;
        padding: 7px 18px;
        margin-bottom: 15px; } }
    @media (max-width: 479px) {
      .promo-home .btn {
        padding: 7px 10px;
        width: 100%; } }
    .promo-home .btn:hover {
      opacity: 0.7; }
  .promo-home .top-frame {
    background-size: cover;
    background-position: center;
    min-height: 528px;
    padding: 52px 49px; }
    @media (max-width: 1023px) {
      .promo-home .top-frame {
        padding: 55px 20px;
        min-height: 543px; } }
    @media (max-width: 767px) {
      .promo-home .top-frame {
        min-height: 433px;
        padding: 25px 15px; } }
    @media (max-width: 479px) {
      .promo-home .top-frame {
        min-height: 460px;
        padding: 19px 12px; } }
  .promo-home .txt {
    max-width: 400px;
    font-size: 28px;
    line-height: 30px;
    font-style: italic;
    color: #5c5c5c; }
    @media (max-width: 767px) {
      .promo-home .txt {
        max-width: 310px; } }
    @media (max-width: 479px) {
      .promo-home .txt {
        font-size: 24px; } }
  .promo-home h1 {
    font-size: 48px;
    line-height: 55px;
    color: #5c5c5c;
    line-height: 1; }
    @media (max-width: 767px) {
      .promo-home h1 {
        font-size: 38px; } }
  .promo-home .blue {
    background: none;
    color: #0055a5;
    font-size: 62px;
    line-height: 62px; }
    @media (max-width: 767px) {
      .promo-home .blue {
        font-size: 49px;
        line-height: 1; } }
  .promo-home .green {
    background: none;
    color: #00850b;
    font-size: 44px;
    line-height: 44px;
    font-style: normal;
    font-family: "lato", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600; }
    @media (max-width: 767px) {
      .promo-home .green {
        font-size: 34px;
        line-height: 1; } }
  .promo-home .non-italic {
    font-style: normal; }
  .promo-home .alt-ff {
    font-family: "lato", "Helvetica Neue", "Helvetica", sans-serif; }

.promo-landing {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 623px;
  text-align: center;
  margin-top: 13px;
  padding: 16px 36px 60px; }
  @media (max-width: 1023px) {
    .promo-landing {
      margin-top: 0;
      padding: 16px 20px 60px;
      min-height: 610px; } }
  @media (max-width: 767px) {
    .promo-landing {
      overflow: visible;
      min-height: 565px;
      margin-bottom: 114px;
      padding: 16px 11px 60px; } }
  @media (max-width: 479px) {
    .promo-landing {
      padding-bottom: 0;
      min-height: 380px;
      margin-bottom: 322px; } }
  .promo-landing:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 83px;
    background: url(images/decor4.png) no-repeat;
    background-position: center; }
    @media (max-width: 1023px) {
      .promo-landing:after {
        background-size: cover; } }
  .promo-landing:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    background: -webkit-linear-gradient(top, #fcfcfc 0%, rgba(252, 252, 252, 0) 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, rgba(252, 252, 252, 0) 100%); }
  .promo-landing h1 {
    font-style: normal;
    font-size: 52px;
    line-height: 53px;
    font-weight: bold;
    font-family: "lato", "Helvetica Neue", "Helvetica", sans-serif;
    position: relative;
    margin-bottom: 39px; }
    @media (max-width: 1023px) {
      .promo-landing h1 {
        font-size: 41px;
        line-height: 47px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .promo-landing h1 {
        font-size: 36px;
        line-height: 39px;
        margin-bottom: 19px; } }
    @media (max-width: 479px) {
      .promo-landing h1 {
        font-size: 30px;
        line-height: 32px; } }
  .promo-landing .text-holder {
    overflow: hidden; }
    @media (max-width: 767px) {
      .promo-landing .text-holder {
        overflow: visible; } }
  .promo-landing .text-area {
    margin-top: 89px;
    float: left;
    width: 454px;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    text-align: left;
    background: rgba(87, 87, 87, 0.5);
    padding: 15px 21px 22px; }
    @media (max-width: 1023px) {
      .promo-landing .text-area {
        width: 330px;
        font-size: 30px;
        line-height: 37px;
        padding: 10px 17px 18px;
        margin-top: 98px; } }
    @media (max-width: 767px) {
      .promo-landing .text-area {
        float: none;
        width: 100%;
        margin: 0 0 38px;
        text-align: center; } }
    @media (max-width: 479px) {
      .promo-landing .text-area {
        font-size: 26px;
        line-height: 31px;
        padding: 10px 10px 18px; } }
    .promo-landing .text-area strong {
      font-weight: normal;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
  .promo-landing .form-holder {
    float: right;
    width: 400px;
    border: 10px solid #0a5ca8;
    border-radius: 10px;
    padding: 4px 3px; }
    @media (max-width: 1023px) {
      .promo-landing .form-holder {
        width: 338px; } }
    @media (max-width: 767px) {
      .promo-landing .form-holder {
        float: none;
        width: auto;
        position: absolute;
        bottom: -108px;
        z-index: 20;
        left: 20px;
        right: 20px; } }
    @media (max-width: 479px) {
      .promo-landing .form-holder {
        bottom: -312px;
        left: 0;
        right: 0; } }
  .promo-landing .form-area {
    padding: 15px 0 0;
    background: rgba(234, 243, 251, 0.5);
    font-size: 16px;
    line-height: 19px;
    min-height: 321px; }
  .promo-landing .large {
    text-transform: uppercase;
    font-size: 18px; }
  .promo-landing .tel {
    color: #4d4d4d;
    font-weight: 900;
    font-size: 18px; }
    @media (max-width: 1023px) {
      .promo-landing .tel {
        border-bottom: 2px dashed #0055a5; } }
    .promo-landing .tel:hover {
      color: #00850b; }
  .promo-landing .link {
    text-decoration: underline;
    font-weight: bold;
    font-family: 'Open Sans';
    line-height: 28px; }

.promo {
  position: relative;
  overflow: hidden;
  min-height: 275px;
  background-size: cover;
  background-position: center;
  white-space: nowrap;
  text-align: left; }
  @media (max-width: 767px) {
    .promo {
      background-position: right top;
      min-height: 205px; } }
  .promo:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 57px;
    background: url(images/decor2.png) no-repeat;
    background-position: center; }
    @media (max-width: 1023px) {
      .promo:after {
        background-size: cover; } }
  .promo:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 275px; }
    @media (max-width: 767px) {
      .promo:before { display: none; } }
  .promo .decor {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, #fcfcfa 0%, #fcfcfc 42%, rgba(252, 252, 252, 0.2) 60%, rgba(252, 252, 252, 0) 70%, rgba(252, 252, 252, 0) 100%);
    background: linear-gradient(to right, #fcfcfa 0%, #fcfcfc 42%, rgba(252, 252, 252, 0.2) 60%, rgba(252, 252, 252, 0) 70%, rgba(252, 252, 252, 0) 100%); }
    @media (max-width: 479px) {
      .promo .decor {
        right: 200px; } }
  .promo .text-holder {
    max-width: 440px;
    padding: 20px 20px 50px;
    text-align: center;
    width: 100%;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3; }
    @media (max-width: 1023px) {
      .promo .text-holder {
        max-width: 420px;
        padding: 20px 20px 80px; } }
    @media (max-width: 767px) {
      .promo .text-holder {
        padding: 26px 20px 80px;
        max-width: 100%; } }
  .promo .h1 {
    font-size: 38px; }
    @media (max-width: 767px) {
      .promo .h1 {
        font-size: 30px; } }
  @media (max-width: 767px) {
    .promo h1 {
      font-size: 40px;
      line-height: 1;
      text-shadow: 2px 2px 6px #666; } }

.logo {
  float: left;
  width: 320px;
  height: 57px;
  margin-top: 2px;
  margin-right: 55px;
  position: relative; }
  @media (max-width: 1023px) {
    .logo {
      width: 271px;
      height: 64px;
      margin-right: 59px; } }
  @media (max-width: 767px) {
    .logo {
      float: none;
      width: 450px;
      height: 106px;
      margin: 55px auto 0; } }
  @media (max-width: 479px) {
    .logo {
      width: 300px;
      height: 71px; } }
  .logo:after {
    content: '';
    position: absolute;
    right: -30px;
    width: 2px;
    height: 54px;
    background: #f7f7f7;
    top: -1px; }
    @media (max-width: 767px) {
      .logo:after {
        display: none; } }
  .logo img {
    display: block; }

.logo-part {
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1; }
  @media (max-width: 1023px) {
    .logo-part {
      padding: 1px 0 0;
      font-size: 16px; } }
  @media (max-width: 767px) {
    .logo-part {
      display: none; } }
  .logo-part a {
    display: block;
    margin-top: -6px; }

.add-nav {
  float: right;
  text-align: right; }
  @media (max-width: 1023px) {
    .add-nav {
      overflow: hidden;
      width: 100%;
      text-align: left;
      padding: 18px 0 0; } }
  @media (max-width: 767px) {
    .add-nav {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      background: #0055a5;
      padding: 30px 0 16px; } }
  .add-nav a {
    color: #4d4d4d; }
    .add-nav a:hover {
      color: #00850b; }
  .add-nav i {
    color: #0055a5;
    font-size: 15px;
    margin-right: 3px; }
    @media (max-width: 1023px) {
      .add-nav i {
        font-size: 20px; } }
  .add-nav .tel {
    margin-top: -2px;
    margin-right: 5px;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    position: relative; }
    @media (max-width: 1023px) {
      .add-nav .tel {
        border-bottom: 2px dashed #0055a5;
        margin-left: 55px; } }
    @media (max-width: 767px) {
      .add-nav .tel {
        color: #fff;
        border-bottom: 2px dashed #7ca2c6;
        font-size: 24px;
        line-height: 1;
        margin-left: 41px; } }
    @media (max-width: 479px) {
      .add-nav .tel {
        margin-left: 32px; } }
    .add-nav .tel i {
      font-size: 19px;
      margin-right: 6px; }
      @media (max-width: 1023px) {
        .add-nav .tel i {
          position: absolute;
          left: -20px;
          bottom: 0; } }
      @media (max-width: 767px) {
        .add-nav .tel i {
          color: #fff; } }
  .add-nav .add-list {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    padding: 9px 0 20px; }
    @media (max-width: 1023px) {
      .add-nav .add-list {
        float: right;
        font-size: 20px;
        padding: 0px 0 20px; } }
    @media (max-width: 767px) {
      .add-nav .add-list {
        display: none; } }
    .add-nav .add-list li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 19px; }
    .add-nav .add-list .btn {
      display: block;
      text-transform: none;
      border-radius: 5px;
      background: #f0984d;
      height: 22px;
      border-bottom: 2px solid #d88945;
      color: #fff;
      padding: 2px 8px; }
      @media (max-width: 1023px) {
        .add-nav .add-list .btn {
          height: 30px;
          font-size: 20px;
          line-height: 20px;
          padding: 4px 10px; } }
      .add-nav .add-list .btn:hover {
        opacity: 0.7; }

#main-nav {
  max-width: 960px;
  margin: 0 auto;
  background: #0055a5;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-shadow: 1px 1px 1px black; }
  #main-nav li {
    display: inline-block;
    padding: 5px 4px 6px;
    position: relative; }
    #main-nav li.active, #main-nav li.hover {
      background: #eff5f3; }
      #main-nav li.active > a, #main-nav li.hover > a {
        color: #00850b;
        text-shadow: none;
        background: #e3ece9;
        border-bottom: 2px solid #fbfcfc;
        padding: 9px 16px 7px; }
    #main-nav li.hover .drop {
      display: block; }
    #main-nav li:last-child .drop {
      left: auto !important;
      right: 0; }
  #main-nav a {
    display: block;
    color: #fff;
    border-radius: 8px;
    padding: 9px 16px;
    position: relative;
    z-index: 3;
    background: #0064c2; }
  #main-nav .drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 268px;
    border-radius: 9px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden; }
    @media (max-width: 1023px) {
      #main-nav .drop {
        position: relative;
        border-radius: 0;
        top: auto;
        box-shadow: none;
        left: auto; } }
    #main-nav .drop li {
      display: block;
      margin: 0;
      padding: 0; }
      #main-nav .drop li:last-child {
        border: 0; }
      #main-nav .drop li.active a, #main-nav .drop li a:hover {
        color: #fff;
        background: #0055a5;
        border: 0;
        border-bottom: 1px solid #fff;
        padding: 8px 14px 7px; }
        @media (max-width: 1023px) {
          #main-nav .drop li.active a, #main-nav .drop li a:hover {
            padding: 11px 14px 10px; } }
    #main-nav .drop a {
      display: block;
      border-radius: 0;
      background: #edf4f2;
      border: 0;
      text-shadow: none;
      color: #4d4d4d;
      font-size: 16px;
      text-align: left;
      padding: 8px 14px 7px;
      border-bottom: 1px solid #fff; }

.breadcrumb-holder {
  font-size: 14px;
  line-height: 1;
  padding: 36px 5px 2px;
  border-bottom: 1px solid #e5ecef; }
  @media (max-width: 1023px) {
    .breadcrumb-holder {
      padding: 21px 0 6px;
      font-size: 16px;
      margin: 0 20px; } }
  @media (max-width: 767px) {
    .breadcrumb-holder {
      border: 0;
      padding: 18px 0 0; } }
  @media (max-width: 479px) {
    .breadcrumb-holder {
      margin: 0 10px; } }
  .breadcrumb-holder .navigation {
    float: right;
    margin-right: 46px; }
    @media (max-width: 1023px) {
      .breadcrumb-holder .navigation {
        float: left;
        padding-top: 15px;
        margin-bottom: 21px; } }
    @media (max-width: 767px) {
      .breadcrumb-holder .navigation {
        display: none; } }
  .breadcrumb-holder .search-form {
    float: right;
    margin-top: -21px; }
    @media (max-width: 1023px) {
      .breadcrumb-holder .search-form {
        margin-top: 4px; } }
    @media (max-width: 767px) {
      .breadcrumb-holder .search-form {
        margin: 0;
        float: none; } }
  .breadcrumb-holder .title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding-left: 21px;
    position: relative; }
    @media (max-width: 1023px) {
      .breadcrumb-holder .title {
        display: block;
        padding-left: 16px;
        margin-bottom: 7px;
        display: none; } }
    @media (max-width: 767px) {
      .breadcrumb-holder .title {
        display: none; } }
    .breadcrumb-holder .title:before {
      content: '';
      position: absolute;
      left: 6px;
      top: 3px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #00850b; }
      @media (max-width: 1023px) {
        .breadcrumb-holder .title:before {
          left: 1px;
          top: 4px; } }
  .breadcrumb-holder h2 {
    float: left;
    font-size: 30px;
    line-height: 1;
    margin-top: -10px;
    padding-bottom: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 630px;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .breadcrumb-holder h2 {
        padding-bottom: 0;
        font-size: 24px;
        line-height: 27px;
        margin-top: 0px;
        margin-bottom: 0;
        max-width: 400px;
        overflow: visible;
        white-space: normal; } }
    @media (max-width: 767px) {
      .breadcrumb-holder h2 {
        max-width: 100%;
        float: none;
        padding: 20px 0 17px;
        border-bottom: 1px solid #e5ecef;
        margin-bottom: 0; } }
    @media (max-width: 479px) {
      .breadcrumb-holder h2 {
        font-size: 22px;
        text-align: center; } }

.breadcrumbs {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 2px; }
  @media (max-width: 1023px) {
    .breadcrumbs {
      padding: 0 15px 2px;
      display: none; } }
  @media (max-width: 767px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    position: relative;
    padding-right: 24px; }
    @media (max-width: 1023px) {
      .breadcrumbs li {
        padding-right: 37px; } }
    .breadcrumbs li:not(:last-child):after {
      content: "\f105";
      color: #00850b;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 16px;
      position: absolute;
      right: 6px;
      top: 0; }
      @media (max-width: 1023px) {
        .breadcrumbs li:not(:last-child):after {
          right: 14px; } }
  .breadcrumbs a {
    text-decoration: underline;
    color: #0055a5; }
    .breadcrumbs a:hover {
      color: #00850b; }
  .breadcrumbs .current_item {
    font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif;
    font-weight: normal;
    font-style: italic;
    padding: 2px 0;
    max-width: 260px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.search-form {
  position: relative;
  max-width: 220px; }
  .search-form input[type="search"] {
    height: 41px;
    color: #999999;
    border-radius: 9px;
    border: 1px solid #dddddd;
    font-size: 16px;
    line-height: 23px;
    padding: 9px 14px;
    padding-right: 50px;
    letter-spacing: 1px;
    width: 220px; }
    @media (max-width: 767px) {
      .search-form input[type="search"] {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
        height: 46px; } }
    .search-form input[type="search"]::-webkit-input-placeholder {
      color: #999999; }
    .search-form input[type="search"]::-moz-placeholder {
      opacity: 1;
      color: #999999; }
    .search-form input[type="search"]:-moz-placeholder {
      color: #999999; }
    .search-form input[type="search"]:-ms-input-placeholder {
      color: #999999; }
    .search-form input[type="search"].placeholder {
      color: #999999; }
  .search-form input[type="submit"],
  .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    width: 52px;
    height: 41px;
    border: 0;
    font-size: 18px;
    text-align: center;
    padding-bottom: 3px; }
    @media (max-width: 767px) {
      .search-form input[type="submit"],
      .search-form button {
        height: 46px; } }
    .search-form input[type="submit"]:hover,
    .search-form button:hover {
      opacity: 0.7; }

.content-holder {
  padding: 25px 10px 30px; }
  @media (max-width: 1023px) {
    .content-holder {
      padding: 20px 20px 30px; } }
  @media (max-width: 767px) {
    .content-holder {
      padding: 32px 15px 14px; } }
  @media (max-width: 479px) {
    .content-holder {
      padding: 16px 10px 0px; } }

#content {
  float: left;
  width: 74.3%;
  text-align: justify; }
  @media (max-width: 1023px) {
    #content {
      width: 66.5%; } }
  @media (max-width: 767px) {
    #content {
      float: none;
      width: 100%;
      text-align: left;
      padding-bottom: 31px;
      border-bottom: 1px solid #e5ecef;
      margin-bottom: 30px; } }
  #content:only-child {
    float: none;
    width: 100%; }
  #content p > img {
    border-radius: 8px 8px 0 0; }
  #content h1 {
    font-size: 30px;
    line-height: 34px; }
    @media (max-width: 1023px) {
      #content h1 {
        font-size: 24px;
        line-height: 24px; } }
    @media (max-width: 479px) {
      #content h1 {
        line-height: 29px; } }

#sidebar {
  float: right;
  width: 23.5%; }
  @media (max-width: 1023px) {
    #sidebar {
      width: 29.1%; } }
  @media (max-width: 767px) {
    #sidebar {
      float: none;
      width: 100%; } }

.post-links {
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #e5ecef;
  padding: 7px 0 11px;
  margin-bottom: 15px;
  text-align: left; }
  @media (max-width: 1023px) {
    .post-links {
      padding: 10px 0 16px;
      margin-bottom: 21px; } }
  @media (max-width: 767px) {
    .post-links {
      margin-bottom: 24px; } }
  @media (max-width: 479px) {
    .post-links {
      padding-bottom: 19px;
      margin-bottom: 20px; } }
  .post-links a {
    color: #4d4d4d; }
    .post-links a:hover {
      color: #00850b; }
  .post-links > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 23px;
    position: relative; }
    @media (max-width: 1023px) {
      .post-links > ul > li {
        margin-bottom: 8px; }
        .post-links > ul > li:last-child {
          display: block; } }
    @media (max-width: 479px) {
      .post-links > ul > li {
        display: block; } }
    .post-links > ul > li:not(:last-child):after {
      content: '';
      position: absolute;
      right: 9px;
      top: 5px;
      width: 1px;
      height: 16px;
      background: #dddddd; }
      @media (max-width: 1023px) {
        .post-links > ul > li:not(:last-child):after {
          display: none; } }
    @media (max-width: 1023px) {
      .post-links > ul > li:first-child:after {
        content: '';
        position: absolute;
        right: 9px;
        top: 5px;
        width: 1px;
        height: 16px;
        background: #dddddd;
        display: block; } }
  @media (max-width: 1023px) and (max-width: 479px) {
    .post-links > ul > li:first-child:after {
      display: none; } }
  .post-links .share {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 1px; }
    .post-links .share li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 3px;
      margin-bottom: 0px; }
      @media (max-width: 1023px) {
        .post-links .share li {
          margin-right: 9px; } }
      .post-links .share li:hover {
        opacity: 0.7;
        cursor: pointer; }
      .post-links .share li:first-child {
        opacity: 1;
        cursor: default; }

.ico-facebook {
  display: block;
  background: url("images/social-sprite.png") no-repeat 0 0;
  width: 25px;
  height: 26px; }

.ico-google {
  display: block;
  background: url("images/social-sprite.png") no-repeat -30px 0;
  width: 25px;
  height: 26px; }

.ico-twitter {
  background: url("images/social-sprite.png") no-repeat -61px 0;
  width: 25px;
  height: 26px;
  display: block; }

.ico-linked {
  background: url("images/social-sprite.png") no-repeat -91px 0;
  width: 25px;
  height: 26px;
  display: block; }

.footer-sidebar {
  position: relative;
  background: url(images/bg1.png);
  padding: 70px 20px 40px;
  text-align: center;
  font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif;
  font-style: italic;
  font-size: 24px;
  line-height: 40px; }
  @media (max-width: 1023px) {
    .footer-sidebar {
      padding: 63px 20px 26px;
      line-height: 31px; } }
  @media (max-width: 767px) {
    .footer-sidebar {
      padding: 32px 15px 26px;
      font-size: 22px; } }
  @media (max-width: 479px) {
    .footer-sidebar {
      padding: 38px 10px 26px; } }
  .footer-sidebar:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 72px;
    background: url(images/decor3.png) no-repeat;
    background-position: center; }
    @media (max-width: 1023px) {
      .footer-sidebar:after {
        background-size: cover; } }
  .footer-sidebar p {
    margin-bottom: 32px; }
    @media (max-width: 1023px) {
      .footer-sidebar p {
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .footer-sidebar p {
        margin-bottom: 26px; } }
    @media (max-width: 479px) {
      .footer-sidebar p {
        margin-bottom: 15px; } }
  .footer-sidebar .btn {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans';
    font-style: normal;
    color: #fff;
    background: #0055a5;
    border-radius: 5px;
    border-bottom: 4px solid #0a4c8b;
    height: 54px;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 20px;
    margin-bottom: 7px; }
    @media (max-width: 1023px) {
      .footer-sidebar .btn {
        font-size: 22px;
        line-height: 22px;
        padding: 14px 24px;
        margin-bottom: 12px; } }
    @media (max-width: 767px) {
      .footer-sidebar .btn {
        height: auto;
        line-height: 29px;
        padding: 11px 64px;
        display: block; } }
    @media (max-width: 479px) {
      .footer-sidebar .btn {
        padding: 11px 14px; } }
    .footer-sidebar .btn:hover {
      opacity: 0.7; }
  .footer-sidebar .call {
    display: block;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    font-family: "lato", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 1023px) {
      .footer-sidebar .call {
        font-size: 24px; } }
    .footer-sidebar .call a {
      font-weight: bold;
      color: #4d4d4d; }
      .footer-sidebar .call a:hover {
        color: #00850b; }
  @media (max-width: 1023px) {
    .footer-sidebar .tel {
      border-bottom: 2px dashed #0055a5; } }

#footer {
  position: relative;
  overflow: hidden; }
  #footer .top-frame {
    background: #f1f6f8;
    overflow: hidden;
    padding: 32px 29px 13px; }
    @media (max-width: 1023px) {
      #footer .top-frame {
        padding: 29px 19px 13px; } }
    @media (max-width: 767px) {
      #footer .top-frame {
        padding: 27px 16px 13px; } }
  #footer .bottom-frame {
    background: #0055a5;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    padding: 10px 10px 18px; }
    @media (max-width: 1023px) {
      #footer .bottom-frame {
        font-size: 18px;
        line-height: 25px;
        padding: 19px 10px 20px; } }
    @media (max-width: 767px) {
      #footer .bottom-frame {
        padding: 22px 15px 28px; } }
    #footer .bottom-frame p {
      margin-bottom: 0; }
    #footer .bottom-frame a {
      color: #fff;
      text-decoration: underline; }
      #footer .bottom-frame a:hover {
        text-decoration: none; }
  #footer .widget {
    float: left;
    max-width: 260px;
    font-size: 16px;
    line-height: 20px; }
    @media (max-width: 1023px) {
      #footer .widget {
        font-size: 20px;
        line-height: 1; } }
    #footer .widget strong {
      font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif;
      display: block;
      font-size: 18px;
      color: #0055a5;
      font-weight: normal;
      margin-bottom: 15px;
      padding-right: 10px; }
      @media (max-width: 1023px) {
        #footer .widget strong {
          font-size: 24px;
          line-height: 1;
          margin-bottom: 19px; } }
  #footer .widget-menu {
    max-width: 415px;
    margin-right: 5px; }
    @media (max-width: 767px) {
      #footer .widget-menu {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 51px; } }
    @media (max-width: 479px) {
      #footer .widget-menu {
        margin-bottom: 31px; } }
    #footer .widget-menu ul {
      overflow: hidden;
      padding-left: 2px; }
      #footer .widget-menu ul li {
        float: left;
        width: 50%;
        margin-bottom: 4px;
        padding-right: 10px; }
        @media (max-width: 1023px) {
          #footer .widget-menu ul li {
            margin-bottom: 16px; } }
        #footer .widget-menu ul li.active a, #footer .widget-menu ul li a:hover {
          color: #00850b; }
      #footer .widget-menu ul a {
        color: #4d4d4d; }
        @media (max-width: 1023px) {
          #footer .widget-menu ul a {
            text-decoration: underline; } }
  #footer .logo-widget {
    float: right;
    padding: 22px 7px; }
    @media (max-width: 1023px) {
      #footer .logo-widget {
        width: 100%;
        text-align: center;
        max-width: 100%;
        padding: 0 10px;
        margin-top: -16px;
        margin-bottom: 4px; } }
    @media (max-width: 767px) {
      #footer .logo-widget {
        margin-top: -12px;
        margin-bottom: 15px; } }
    #footer .logo-widget a:hover {
      opacity: 0.7; }
    #footer .logo-widget .mobile {
      display: none; }
      #footer .logo-widget .mobile img {
        display: block;
        margin: 0 auto; }
      @media (max-width: 767px) {
        #footer .logo-widget .mobile {
          display: block;
          color: #4d4d4d;
          font-weight: bold;
          font-size: 18px;
          line-height: 1;
          margin-bottom: 16px; } }
      @media (max-width: 479px) {
        #footer .logo-widget .mobile {
          font-size: 16px; } }
  @media (max-width: 1023px) {
    #footer .widget-contact {
      max-width: 310px; } }
  @media (max-width: 767px) {
    #footer .widget-contact {
      max-width: 100%; } }
  @media (max-width: 767px) {
    #footer .widget-contact li {
      padding-right: 0;
      margin-bottom: 18px; } }

.widget .contact-list {
  padding: 0; }
  @media (max-width: 1023px) {
    .widget .contact-list {
      line-height: 24px; } }
  .widget .contact-list li {
    margin-bottom: 5px;
    padding-right: 10px; }
    @media (max-width: 1023px) {
      .widget .contact-list li {
        margin-bottom: 12px; } }
    .widget .contact-list li.active a, .widget .contact-list li a:hover {
      color: #00850b; }
  @media (max-width: 1023px) {
    .widget .contact-list .mail {
      text-decoration: underline; } }
  @media (max-width: 1023px) {
    .widget .contact-list .tel {
      border-bottom: 2px dashed #0055a5; } }
  .widget .contact-list a {
    color: #4d4d4d; }
  .widget .contact-list .ico-holder {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    background: #fff;
    position: relative;
    margin-right: 10px; }
    @media (max-width: 1023px) {
      .widget .contact-list .ico-holder {
        width: 24px;
        height: 24px; } }
    .widget .contact-list .ico-holder i {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #7f7f7f;
      font-size: 14px; }
  .widget .contact-list .cont {
    display: block;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .widget .contact-list .cont {
        padding-bottom: 2px; } }

.widget_categories {
  margin-top: -3px;
  margin-bottom: 52px; }
  @media (max-width: 1023px) {
    .widget_categories {
      margin-top: 11px;
      margin-bottom: 41px; } }
  @media (max-width: 767px) {
    .widget_categories {
      display: none; } }
  .widget_categories ul {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px; }
    @media (max-width: 1023px) {
      .widget_categories ul {
        font-size: 18px;
        letter-spacing: 0; } }
    .widget_categories ul li {
      border-bottom: 1px solid #eeeeee;
      padding: 14px 7px; }
      @media (max-width: 1023px) {
        .widget_categories ul li {
          padding: 12px 7px 13px; } }
      .widget_categories ul li.current-cat a, .widget_categories ul li a:hover {
        color: #00850b; }
      .widget_categories ul li.current-cat {
        color: #00850b; }
    .widget_categories ul a {
      color: #4d4d4d; }

.widget_recent ul {
  padding: 0; }

.widget_recent li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 11px;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .widget_recent li {
      padding-bottom: 13px; } }

.widget_recent .img-holder {
  padding: 2px 0 9px; }
  @media (max-width: 767px) {
    .widget_recent .img-holder {
      padding-bottom: 15px; }
      .widget_recent .img-holder img {
        width: 100%; } }
  @media (max-width: 479px) {
    .widget_recent .img-holder {
      padding-bottom: 13px; } }

.widget_recent h4 a {
  font-size: 16px;
  line-height: 18px;
  color: #0055a5;
  display: block; }
  @media (max-width: 767px) {
    .widget_recent h4 a {
      font-size: 22px;
      line-height: 1; } }
  @media (max-width: 479px) {
    .widget_recent h4 a {
      font-size: 20px; } }
  .widget_recent h4 a:hover {
    color: #00850b; }

.widget_recent h4 {
  margin-bottom: 3px; }

.widget_recent time {
  font-style: italic;
  display: block;
  font-size: 13px;
  line-height: 1;
  font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif;
  margin-bottom: 5px; }
  @media (max-width: 1023px) {
    .widget_recent time {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .widget_recent time {
      font-size: 18px; } }
  @media (max-width: 479px) {
    .widget_recent time {
      font-size: 16px;
      margin-bottom: 1px; } }

.widget h3 {
  font-size: 13px;
  text-transform: uppercase;
  color: #444444;
  position: relative;
  padding-left: 15px;
  font-style: normal;
  font-family: "lato", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px; }
  @media (max-width: 1023px) {
    .widget h3 {
      font-size: 16px;
      padding-left: 17px; } }
  @media (max-width: 767px) {
    .widget h3 {
      font-size: 20px;
      margin-bottom: 20px; } }
  .widget h3:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #00850b;
    border-radius: 50%;
    left: -2px;
    top: 4px;
    position: absolute; }
    @media (max-width: 1023px) {
      .widget h3:before {
        left: 1px; } }
    @media (max-width: 767px) {
      .widget h3:before {
        left: 2px;
        top: 8px; } }

.categor-mobile {
  display: none;
  padding-top: 18px; }
  @media (max-width: 767px) {
    .categor-mobile {
      display: block; } }
  .categor-mobile.active .opener {
    background: #f8f8f8;
    border-bottom: 1px solid #dddddd; }
  .categor-mobile.active i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #00850b; }
  .categor-mobile .opener {
    position: relative;
    display: block;
    border-bottom: 1px solid #dddddd; }
  .categor-mobile .opener h3 {
    border-top: 1px solid #dddddd;
    font-size: 20px;
    text-transform: uppercase;
    color: #444444;
    position: relative;
    padding: 14px 31px;
    font-style: normal;
    font-family: "lato", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    font-style: normal; }
    .categor-mobile .opener h3:hover {
      opacity: 0.7; }
    .categor-mobile .opener h3:before {
      content: '';
      width: 8px;
      height: 8px;
      background: #00850b;
      border-radius: 50%;
      left: 13px;
      top: 20px;
      position: absolute; }
  .categor-mobile i {
    position: absolute;
    right: 19px;
    top: 16px; }
  .categor-mobile ul {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px; }
    @media (max-width: 1023px) {
      .categor-mobile ul {
        font-size: 18px;
        letter-spacing: 0; } }
    .categor-mobile ul li {
      border-bottom: 1px solid #eeeeee;
      padding: 14px 7px; }
      @media (max-width: 1023px) {
        .categor-mobile ul li {
          padding: 12px 7px 13px; } }
      .categor-mobile ul li.active a, .categor-mobile ul li a:hover {
        color: #00850b; }
    .categor-mobile ul a {
      color: #4d4d4d; }

.nav-opener {
  z-index: 120;
  width: 67px;
  height: 61px;
  position: absolute;
  right: 19px;
  top: 32px;
  display: none;
  -webkit-transition: left 0.3s;
          transition: left 0.3s;
  background: #0055a5; }
  @media (max-width: 1023px) {
    .nav-opener {
      display: block; } }
  @media (max-width: 767px) {
    .nav-opener {
      top: 9px;
      right: 13px; } }
  @media (max-width: 479px) {
    .nav-opener {
      right: 8px; } }
  .nav-opener .hold {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #0064c2;
    width: 52px;
    height: 46px;
    border-radius: 8px;
    z-index: -1; }
  .nav-opener:before, .nav-opener:after, .nav-opener span {
    background: #fff;
    position: absolute;
    top: 46%;
    left: 23%;
    right: 23%;
    height: 5px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 29%; }
  .nav-opener:after {
    top: 64%; }
  .nav-opener:hover {
    opacity: 0.9; }

.nav-active .nav-opener {
  background: #eff5f3; }
  .nav-active .nav-opener span, .nav-active .nav-opener:after, .nav-active .nav-opener:before {
    background: #00850b; }
  .nav-active .nav-opener .hold {
    background: #e7f0ed;
    border-bottom: 2px solid #fbfcfc; }

@media (max-width: 1023px) {
  .nav-active .nav-drop {
    display: block;
    right: 19px;
    top: 93px; } }

@media (max-width: 767px) {
  .nav-active .nav-drop {
    right: 13px;
    top: 70px; } }

@media (max-width: 479px) {
  .nav-active .nav-drop {
    right: 8px; } }

.only-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .only-mobile {
      display: block !important; } }

@media (max-width: 1023px) {
  .nav-drop {
    display: none;
    position: absolute; }
    .nav-drop #main-nav {
      background: #edf4f2;
      width: 268px;
      border-radius: 9px 0 9px 9px;
      box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
      padding: 0;
      margin: 0;
      overflow: hidden; }
      .nav-drop #main-nav li {
        display: block;
        padding: 0;
        margin: 0; }
        .nav-drop #main-nav li:last-child {
          border: 0; }
        .nav-drop #main-nav li.active > a, .nav-drop #main-nav li.hover > a {
          color: #fff;
          background: #0055a5;
          padding: 11px 13px 10px;
          border: 0 !important;
          border-bottom: 1px solid #fff !important; }
      .nav-drop #main-nav a {
        border-radius: 0;
        background: #edf4f2;
        text-shadow: none;
        color: #4d4d4d;
        text-align: left;
        padding: 11px 13px 10px;
        border-bottom: 1px solid #fff; }
      .nav-drop #main-nav .drop a {
        padding-left: 25px !important; } }

@media (max-width: 479px) {
  .nav-drop #main-nav {
    box-shadow: none;
    width: 301px; } }

@media (max-width: 767px) and (orientation: landscape) {
  .nav-drop {
    overflow-y: auto;
    height: calc(100vh - 70px); } }

.post-element {
  overflow: hidden;
  position: relative;
  padding: 6px 0 37px;
  margin-right: 41px;
  margin-left: -10px;
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .post-element {
      margin-left: 0;
      margin-right: 5px;
      padding: 6px 0 5px;
      margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .post-element {
      margin-right: 0;
      margin-bottom: 19px;
      overflow: visible; } }
  .post-element:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    content: '';
    background: url(images/decor1.png);
    background-position: center; }
    @media (max-width: 767px) {
      .post-element:before {
        left: -15px;
        right: -15px; } }
  .post-element .default-image {
    background: #646464;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px; }
  .post-element .img-holder {
    min-height: 217px;
    width: 100%;
    float: left;
    max-width: 260px;
    margin-right: 16px;
    margin-top: 7px;
    position: relative; }
    @media (max-width: 1023px) {
      .post-element .img-holder {
        max-width: 225px;
        margin-right: 20px; } }
    @media (max-width: 767px) {
      .post-element .img-holder {
        float: none;
        max-width: 100%;
        margin: 0 0 20px; }
        .post-element .img-holder img {
          width: 100%; } }
    .post-element .img-holder p {
      position: relative;
      z-index: 2; }
    @media (max-width: 479px) {
      .post-element .img-holder {
        margin-bottom: 12px; } }
    .post-element .img-holder:hover .btn-holder {
      visibility: visible;
      opacity: 1; }
    .post-element .img-holder .video-sign {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 65px;
      z-index: 3; }
      @media (max-width: 767px) {
        .post-element .img-holder .video-sign {
          width: 90px; } }
      @media (max-width: 479px) {
        .post-element .img-holder .video-sign {
          width: 56px; } }
    .post-element .img-holder .btn-holder {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: visibility 0.3s, opacity 0.3s;
              transition: visibility 0.3s, opacity 0.3s;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(237, 244, 242, 0.8);
      border-radius: 8px 8px 0 0;
      z-index: 5; }
    .post-element .img-holder p {
      margin-bottom: 0; }
    .post-element .img-holder .btn {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      width: 142px;
      text-align: center;
      height: 54px;
      font-size: 18px;
      line-height: 1;
      font-family: 'Open Sans';
      color: #0055a5;
      border: 3px solid #0055a5;
      border-radius: 5px;
      padding: 15px 10px;
      text-transform: uppercase;
      font-weight: bold; }
      .post-element .img-holder .btn:hover {
        opacity: .7; }
  .post-element .text-holder {
    overflow: hidden;
    text-align: left; }
    @media (max-width: 1023px) {
      .post-element .text-holder {
        padding-top: 3px; } }
  .post-element .title {
    font-size: 24px;
    letter-spacing: 0;
    color: #0055a5; }
    .post-element .title:hover {
      color: #00850b; }
  .post-element h3 {
    margin-bottom: 4px; }
  .post-element .list {
    border-bottom: 1px solid #e5ecef;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 12px;
    margin-bottom: 9px; }
    @media (max-width: 767px) {
      .post-element .list {
        font-size: 17px;
        padding-bottom: 19px;
        margin-bottom: 15px; } }
    @media (max-width: 479px) {
      .post-element .list {
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 10px; } }
    .post-element .list li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 18px;
      position: relative; }
      @media (max-width: 767px) {
        .post-element .list li {
          margin-right: 20px; } }
      .post-element .list li:not(:last-child):after {
        content: '';
        position: absolute;
        top: 1px;
        right: -11px;
        width: 1px;
        height: 13px;
        background: #dadada; }
        @media (max-width: 767px) {
          .post-element .list li:not(:last-child):after {
            height: 16px;
            top: 2px;
            right: -13px; } }
    .post-element .list a {
      color: #4d4d4d; }
      .post-element .list a:hover {
        color: #00850b; }

.post-pagin {
  margin-right: 38px;
  padding: 4px 0 3px; }
  @media (max-width: 1023px) {
    .post-pagin {
      margin-right: 0;
      padding: 12px 0 0; } }
  @media (max-width: 767px) {
    .post-pagin {
      padding: 7px 0 0;
      margin-bottom: 0; } }
  .post-pagin .nav-links {
    text-align: right; }
    @media (max-width: 1023px) {
      .post-pagin .nav-links {
        text-align: left; } }

.info-area {
  border-bottom: 1px solid #e5ecef;
  padding-bottom: 31px; }
  @media (max-width: 767px) {
    .info-area {
      padding-bottom: 0; } }
  .info-area a {
    text-decoration: underline; }
  .info-area .cols {
    margin: 0 -10px; }
  .info-area .col {
    float: left;
    width: 308px;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .info-area .col {
        width: 100%;
        float: none;
        margin-bottom: 23px; } }
  .info-area .title {
    font-size: 22px;
    line-height: 1;
    font-style: italic;
    font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif;
    font-weight: 400;
    color: #0055a5;
    display: block;
    margin-bottom: 14px; }
  .info-area ul {
    font-size: 20px; }
    .info-area ul li {
      overflow: hidden;
      margin-bottom: 10px; }
    .info-area ul a {
      color: #4d4d4d; }
      .info-area ul a:hover {
        color: #00850b; }
  .info-area .ico-holder {
    margin-top: 3px;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    background: #e9e9e9;
    position: relative;
    margin-right: 6px; }
    @media (max-width: 1023px) {
      .info-area .ico-holder {
        width: 24px;
        height: 24px; } }
    .info-area .ico-holder i {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #7f7f7f;
      font-size: 14px; }
  .info-area .tel {
    text-decoration: none; }
  .info-area .cont {
    display: block;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .info-area .cont {
        padding-bottom: 2px; } }
  .info-area .mail {
    color: #0055a5; }
    .info-area .mail:hover {
      color: #00850b; }

.map-area {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 16px 0 0; }
  @media (max-width: 1023px) {
    .map-area {
      padding: 30px 0 0; } }
  @media (max-width: 767px) {
    .map-area {
      padding: 20px 0 0; } }
  .map-area h2 {
    margin-bottom: 5px; }
    @media (max-width: 1023px) {
      .map-area h2 {
        font-size: 24px;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .map-area h2 {
        line-height: 34px;
        margin-bottom: 6px; } }
    @media (max-width: 479px) {
      .map-area h2 {
        font-size: 22px;
        line-height: 25px; } }
  .map-area .title {
    display: block;
    font-style: italic;
    font-size: 24px;
    line-height: 1;
    font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif;
    font-weight: normal;
    margin-bottom: 31px; }
    @media (max-width: 1023px) {
      .map-area .title {
        margin-bottom: 26px; } }
    @media (max-width: 479px) {
      .map-area .title {
        font-size: 22px;
        line-height: 25px; } }

.map-block {
  margin-bottom: 32px; }
  @media (max-width: 1023px) {
    .map-block {
      margin-bottom: 20px; } }
  .map-block div#gmap {
    width: 100%;
    height: 650px;
    margin: 0; }
    @media (max-width: 1023px) {
      .map-block div#gmap {
        height: 505px; } }
    @media (max-width: 767px) {
      .map-block div#gmap {
        height: 212px; } }
    @media (max-width: 479px) {
      .map-block div#gmap {
        height: 225px; } }

.address-list {
  overflow: hidden;
  margin: 0 -18px 4px; }
  @media (max-width: 1023px) {
    .address-list {
      margin: 0 -11px 4px; } }
  .address-list li {
    float: left;
    width: 50%;
    padding: 0 18px; }
    @media (max-width: 1023px) {
      .address-list li {
        padding: 0 11px; } }
    @media (max-width: 767px) {
      .address-list li {
        width: 100%;
        float: none; } }
  .address-list address {
    background: #ebf3fa;
    border-radius: 13px;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 15px 10px 14px;
    margin-bottom: 22px; }
    @media (max-width: 767px) {
      .address-list address {
        margin-bottom: 20px; } }
  .address-list strong {
    color: #0055a5;
    font-size: 22px;
    font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif;
    font-weight: normal;
    font-style: italic; }
  .address-list .build {
    font-style: italic; }
  .address-list a {
    display: inline-block;
    min-width: 183px;
    font-size: 18px;
    line-height: 19px;
    height: 45px;
    border: 3px solid #00850b;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
    -webkit-transition: border-color 0.3s, color 0.3s;
            transition: border-color 0.3s, color 0.3s; }
    .address-list a:hover {
      border-color: #0055a5; }

.about-block {
  text-align: left;
  position: relative;
  overflow: hidden; }
  .about-block .title {
    font-style: italic;
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 21px; }
    @media (max-width: 479px) {
      .about-block .title {
        font-size: 22px;
        line-height: 1; } }

.ico-row {
  text-align: center;
  font-style: italic;
  color: #21619d;
  padding: 18px 0 31px; }
  @media (max-width: 1023px) {
    .ico-row {
      margin: 0 -20px;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .ico-row {
      padding: 48px 0 0px;
      font-size: 22px;
      line-height: 1; } }
  @media (max-width: 479px) {
    .ico-row {
      padding: 5px 0 0px; } }
  .ico-row .col {
    float: left;
    width: 25%;
    padding: 0 25px 20px; }
    @media (max-width: 767px) {
      .ico-row .col {
        width: 50%;
        margin-bottom: 43px; } }
    @media (max-width: 479px) {
      .ico-row .col {
        padding: 0 20px; } }
  .ico-row i {
    display: block;
    margin: 0 auto 17px; }
  .ico-row mark {
    color: #f0594d;
    background: none; }

.ico-hospital {
  background: url("images/custom-icons.png") no-repeat 0 0;
  width: 116px;
  height: 116px; }

.ico-time {
  background: url("images/custom-icons.png") no-repeat -129px 0;
  width: 116px;
  height: 116px; }

.ico-stripping {
  background: url("images/custom-icons.png") no-repeat -256px 0;
  width: 116px;
  height: 116px; }

.ico-anastesia {
  background: url("images/custom-icons.png") no-repeat -382px 0;
  width: 116px;
  height: 116px; }

.img-custom {
  margin: 0 auto 36px;
  max-width: 705px;
  text-align: center;
  font-style: italic;
  font-size: 16px; }
  @media (max-width: 767px) {
    .img-custom {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 479px) {
    .img-custom {
      font-size: 20px;
      line-height: 21px; } }
  .img-custom .img-holder {
    overflow: hidden;
    border-radius: 28px;
    margin-bottom: 13px; }
    @media (max-width: 767px) {
      .img-custom .img-holder {
        margin-bottom: 10px; } }
    @media (max-width: 479px) {
      .img-custom .img-holder {
        margin-bottom: 7px; } }
  .img-custom img {
    width: 100%; }
    @media (max-width: 479px) {
      .img-custom img {
        margin-bottom: 3px; } }

.block-specialists {
  border-top: 1px solid #e5ecef;
  position: relative;
  text-align: center;
  padding: 24px 0 0; }
  .block-specialists h2 {
    font-size: 24px;
    line-height: 29px;
    font-family: "lato", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold; }
    @media (max-width: 1023px) {
      .block-specialists h2 {
        font-size: 22px;
        margin-bottom: 29px; } }
  .block-specialists .row {
    padding: 0 12px; }
    @media (max-width: 1023px) {
      .block-specialists .row {
        margin: 0 -26px; } }
    @media (max-width: 479px) {
      .block-specialists .row {
        margin: 0 -22px; } }
  .block-specialists .col {
    width: 25%;
    float: left;
    padding: 0 37px 38px; }
    @media (max-width: 1023px) {
      .block-specialists .col {
        width: 33.33%;
        padding: 0 49px 38px; } }
    @media (max-width: 767px) {
      .block-specialists .col {
        width: 100%;
        border-bottom: 2px solid #efefef;
        overflow: hidden;
        padding: 14px 39px; }
        .block-specialists .col:last-child {
          border: 0; } }
    @media (max-width: 767px) {
      .block-specialists .col {
        padding: 14px 10px; } }
  @media (max-width: 767px) {
    .block-specialists .txt {
      overflow: hidden;
      padding: 35px 0 0;
      font-size: 20px;
      line-height: 23px; } }
  @media (max-width: 479px) {
    .block-specialists .txt {
      text-align: left;
      padding: 3px 0 0;
      font-size: 18px;
      line-height: 23px; } }
  .block-specialists .txt br {
    display: none; }
    @media (max-width: 767px) {
      .block-specialists .txt br {
        display: block; } }
  .block-specialists .box {
    display: block;
    border: 4px solid #efefef;
    padding: 7px 9px;
    border-radius: 8px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .block-specialists .box {
        float: left;
        max-width: 105px;
        margin-right: 20px;
        padding: 3px 4px;
        margin-bottom: 0; } }
    @media (max-width: 479px) {
      .block-specialists .box {
        margin-right: 12px; } }
    .block-specialists .box:hover {
      border-color: #0055a5; }
    .block-specialists .box img {
      border-radius: 20px;
      width: 100%; }
      @media (max-width: 767px) {
        .block-specialists .box img {
          border-radius: 12px; } }
  .block-specialists .name {
    display: block;
    font-weight: bold;
    font-style: italic;
    color: #0055a5;
    margin: 0 -10px; }
    @media (max-width: 767px) {
      .block-specialists .name {
        margin: 0;
        display: inline-block;
        vertical-align: bottom; } }
  .block-specialists .pos {
    display: block;
    font-style: italic;
    margin-bottom: 14px; }
    @media (max-width: 767px) {
      .block-specialists .pos {
        display: inline-block;
        vertical-align: bottom;
        margin: 0; } }
  .block-specialists .link {
    text-decoration: underline;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    color: #0055a5;
    font-weight: bold; }
    @media (max-width: 767px) {
      .block-specialists .link {
        margin-top: 16px;
        display: inline-block; } }
    @media (max-width: 479px) {
      .block-specialists .link {
        margin-top: 14px; } }
    .block-specialists .link:hover {
      text-decoration: none; }

.landing-info {
  padding: 38px 0 0;
  font-size: 22px;
  line-height: 29px; }
  @media (max-width: 1023px) {
    .landing-info {
      padding: 25px 20px 0; } }
  @media (max-width: 479px) {
    .landing-info {
      padding: 25px 10px 0; } }
  .landing-info .has-video {
    overflow: hidden;
    margin-bottom: 13px; }
    @media (max-width: 1023px) {
      .landing-info .has-video {
        margin-bottom: 28px; } }
  .landing-info .video-holder {
    float: left;
    width: 400px;
    margin-right: 20px; }
    @media (max-width: 1023px) {
      .landing-info .video-holder {
        float: none;
        width: 100%;
        margin-bottom: 11px; } }
  .landing-info .text-holder {
    overflow: hidden; }
    .landing-info .text-holder p {
      margin-bottom: 10px; }
      @media (max-width: 1023px) {
        .landing-info .text-holder p {
          margin-bottom: 26px; } }
  .landing-info iframe {
    border: 0;
    width: 100%;
    height: 260px;
    margin: 0; }
    @media (max-width: 1023px) {
      .landing-info iframe {
        height: 473px; } }
    @media (max-width: 767px) {
      .landing-info iframe {
        height: 293px; } }
    @media (max-width: 479px) {
      .landing-info iframe {
        height: 195px; } }
  .landing-info p {
    margin-bottom: 29px; }
  .landing-info ul li {
    position: relative;
    padding-left: 61px; }
    @media (max-width: 1023px) {
      .landing-info ul li {
        padding-left: 34px; } }
    .landing-info ul li:before {
      content: "\f00c";
      font: normal normal normal 14px/1 FontAwesome;
      color: #00850b;
      position: absolute;
      left: 27px;
      top: 5px;
      font-size: 18px; }
      @media (max-width: 1023px) {
        .landing-info ul li:before {
          left: 1px; } }

.block-choose {
  text-align: center;
  padding: 28px 0 40px;
  position: relative; }
  @media (max-width: 1023px) {
    .block-choose {
      padding: 31px 20px 40px; } }
  @media (max-width: 767px) {
    .block-choose {
      padding: 25px 20px 128px; } }
  @media (max-width: 479px) {
    .block-choose {
      text-align: left;
      padding: 20px 10px 128px; } }
  .block-choose:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 9px;
    background: url(images/decor1.png);
    background-position: center;
    z-index: 5; }
  .block-choose h2 {
    color: #e07e2a;
    margin-bottom: 26px; }
    @media (max-width: 1023px) {
      .block-choose h2 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .block-choose h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 24px; } }
    @media (max-width: 479px) {
      .block-choose h2 {
        margin-bottom: 17px; } }
  .block-choose .text-holder {
    float: left;
    width: 450px;
    text-align: left;
    font-style: italic;
    line-height: 25px;
    font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif; }
    @media (max-width: 1023px) {
      .block-choose .text-holder {
        width: 390px; } }
    @media (max-width: 767px) {
      .block-choose .text-holder {
        width: 100%;
        text-align: center; } }
    @media (max-width: 479px) {
      .block-choose .text-holder {
        text-align: left; } }
  .block-choose .img-holder {
    float: right;
    width: 425px; }
    @media (max-width: 1023px) {
      .block-choose .img-holder {
        width: 280px; } }
    @media (max-width: 767px) {
      .block-choose .img-holder {
        float: none;
        width: 100%; } }
  .block-choose .title {
    display: block;
    color: #0055a5;
    font-size: 24px;
    line-height: 30px;
    font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 14px; }
    @media (max-width: 767px) {
      .block-choose .title {
        font-size: 22px;
        line-height: 27px; } }
  .block-choose p {
    margin-bottom: 34px; }
    @media (max-width: 767px) {
      .block-choose p {
        margin-bottom: 22px; } }
  .block-choose .btn {
    display: inline-block;
    font-style: normal;
    border: 3px solid #00850b;
    border-radius: 5px;
    min-height: 54px;
    font-size: 18px;
    line-height: 30px;
    padding: 9px 22px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;
    color: #00850b;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-align: center; }
    @media (max-width: 767px) {
      .block-choose .btn {
        position: absolute;
        bottom: 42px;
        left: 15px;
        right: 15px;
        font-size: 22px; } }
    .block-choose .btn:hover {
      opacity: 0.7; }

.block-cols {
  position: relative;
  overflow: hidden;
  padding: 36px 0 26px;
  line-height: 23px; }
  @media (max-width: 1023px) {
    .block-cols {
      padding: 36px 20px 26px;
      font-size: 16px;
      line-height: 18px; } }
  @media (max-width: 767px) {
    .block-cols {
      padding: 28px 20px 26px;
      font-size: 18px;
      line-height: 23px; } }
  @media (max-width: 479px) {
    .block-cols {
      padding: 28px 13px 26px; } }
  .block-cols:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 9px;
    background: url(images/decor1.png);
    background-position: center;
    z-index: 5; }
  .block-cols .row {
    margin: 0 -14px; }
    @media (max-width: 1023px) {
      .block-cols .row {
        margin: 0 -10px; } }
  .block-cols .col {
    float: left;
    width: 33.33%;
    padding: 0 14px;
    text-align: center; }
    @media (max-width: 1023px) {
      .block-cols .col {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .block-cols .col {
        width: 100%;
        margin-bottom: 10px; } }
  .block-cols .img-holder {
    border: 6px solid #edf4f2;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 22px; }
    @media (max-width: 1023px) {
      .block-cols .img-holder {
        margin-bottom: 18px; } }
    @media (max-width: 767px) {
      .block-cols .img-holder {
        margin-bottom: 16px; } }
    .block-cols .img-holder img {
      width: 100%; }
  .block-cols .title {
    display: block;
    color: #00850b;
    font-size: 24px;
    line-height: 31px;
    font-style: italic;
    font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif;
    font-weight: normal;
    margin-bottom: 11px; }
    @media (max-width: 1023px) {
      .block-cols .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 7px; } }
    @media (max-width: 767px) {
      .block-cols .title {
        margin-bottom: 15px; } }

.block-videos {
  position: relative;
  overflow: hidden;
  padding: 35px 0 45px; }
  @media (max-width: 1023px) {
    .block-videos {
      padding: 35px 18px 115px; } }
  @media (max-width: 767px) {
    .block-videos {
      padding: 35px 18px 87px; } }
  @media (max-width: 479px) {
    .block-videos {
      text-align: left;
      padding: 35px 10px 87px; } }
  .block-videos .video-holder {
    margin-top: 7px;
    margin-right: 15px;
    border: 6px solid #edf4f2;
    border-radius: 15px;
    overflow: hidden;
    width: 400px;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .block-videos .video-holder {
        width: 100%;
        float: none;
        margin-top: 2px;
        margin-bottom: 10px; } }
    .block-videos .video-holder img {
      width: 100%; }
    .block-videos .video-holder .play {
      width: 65px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .block-videos .text-holder {
    overflow: hidden;
    line-height: 23px; }
    @media (max-width: 767px) {
      .block-videos .text-holder {
        text-align: center; } }
    @media (max-width: 479px) {
      .block-videos .text-holder {
        text-align: left; } }
  .block-videos .title {
    display: block;
    font-size: 24px;
    line-height: 29px;
    color: #00850b;
    font-family: "noto_serif", "Times", "Baskerville", "Georgia", serif;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .block-videos .title {
        font-size: 22px;
        line-height: 29px; } }
  .block-videos .btn {
    display: inline-block;
    font-style: normal;
    border: 3px solid #00850b;
    border-radius: 5px;
    height: 54px;
    font-size: 18px;
    line-height: 30px;
    padding: 9px 22px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;
    color: #00850b;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-align: center; }
    @media (max-width: 1023px) {
      .block-videos .btn {
        position: absolute;
        bottom: 32px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    @media (max-width: 767px) {
      .block-videos .btn {
        left: 20px;
        right: 20px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        bottom: 19px; } }
    @media (max-width: 479px) {
      .block-videos .btn {
        left: 10px;
        right: 10px;
        font-size: 22px; } }
    .block-videos .btn:hover {
      opacity: 0.7; }
  .block-videos p {
    margin-bottom: 15px; }

iframe {
  max-width: 100%; }

th, td {
  border: 1px solid #4d4d4d;
  padding: .5em;
  text-align: left;
  vertical-align: top; }
  @media (max-width: 1023px) {
    th, td {
      padding: 4px; } }

#content > ul > li {
  position: relative;
  padding-left: 61px; }
  @media (max-width: 1023px) {
    #content > ul > li {
      padding-left: 34px; } }
  #content > ul > li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00850b;
    position: absolute;
    left: 27px;
    top: 2px;
    font-size: 18px; }
    @media (max-width: 1023px) {
      #content > ul > li:before {
        left: 1px; } }

.gform_body ul {
  padding: 0 4px !important; }

.gform_body > ul > li {
  padding: 0 15px !important;
  margin-bottom: 0 !important; }

@media (max-width: 1023px) {
  .gform_body .gf_left_third, .gform_body .gf_middle_third, .gform_body .gf_right_third {
    width: 50% !important; } }

@media (max-width: 767px) {
  .gform_body .gf_left_third, .gform_body .gf_middle_third, .gform_body .gf_right_third {
    width: 100% !important; } }

.gform_body .gfield_label {
  font-weight: normal !important;
  font-style: italic; }

.gform_body h2 {
  text-align: center; }

.gform_body .address_country {
  width: 100% !important;
  padding: 0 !important; }
  .gform_body .address_country label {
    display: none !important; }

.gform_body .gfield_checkbox {
  padding-left: 0 !important;
  margin-left: -2px !important; }
  .gform_body .gfield_checkbox label {
    font-size: 16px !important;
    line-height: 28px !important; }
  .gform_body .gfield_checkbox li {
    margin-bottom: 0 !important; }
  .gform_body .gfield_checkbox .jcf-checkbox {
    margin-right: 8px;
    margin-top: 5px;
    vertical-align: top;
    display: inline-block !important; }

.gform_body .gfield_radio {
  padding-left: 0 !important; }
  .gform_body .gfield_radio li {
    margin-bottom: 0 !important; }
  .gform_body .gfield_radio label {
    font-size: 16px !important;
    line-height: 28px !important; }
  .gform_body .gfield_radio .jcf-radio {
    margin-right: 8px;
    margin-top: 8px;
    vertical-align: top;
    display: inline-block !important; }

.gform_body .jcf-select-opener {
  margin: 0 !important; }

.contact-form {
  background: #f8fbfd;
  border-radius: 12px;
  text-align: center;
  padding: 7px 0 19px; }
  @media (max-width: 479px) {
    .contact-form {
      margin: 0 -19px;
      border-radius: 0;
      padding: 7px 0 5px; } }
  .contact-form .gform_confirmation_message {
    padding-top: 10px !important; }
  .contact-form h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 11px; }
  .contact-form input, .contact-form textarea {
    padding: 4px 10px !important;
    margin-top: 0 !important;
    width: 100%;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1); }
  .contact-form .gform_wrapper {
    margin-bottom: 0 !important; }
  .contact-form .gform_heading {
    display: none; }
  .contact-form textarea {
    height: 96px !important; }
  .contact-form .ginput_container {
    margin-top: 2px !important; }
  .contact-form .gform_footer {
    padding: 11px 19px 0 !important;
    margin: 0 !important; }
  .contact-form .gform_button {
    border: 0 !important;
    background: #0055a5;
    font-size: 18px;
    line-height: 22px !important;
    font-weight: bold;
    height: 54px;
    padding: 16px 10px !important;
    width: 100% !important;
    margin: 0;
    border-radius: 5px;
    color: #fff; }
    .contact-form .gform_button:hover {
      opacity: 0.7; }
  .contact-form ul.gform_fields li.gfield.gfield_error.gf_middle_third,
  .contact-form ul.gform_fields li.gfield.gfield_error.gf_left_third {
    margin-top: 12px !important;
    width: 33.3% !important;
    margin-right: 0 !important; }
    @media (max-width: 1023px) {
      .contact-form ul.gform_fields li.gfield.gfield_error.gf_middle_third,
      .contact-form ul.gform_fields li.gfield.gfield_error.gf_left_third {
        width: 50% !important;
        margin-top: 12px !important; } }
    @media (max-width: 767px) {
      .contact-form ul.gform_fields li.gfield.gfield_error.gf_middle_third,
      .contact-form ul.gform_fields li.gfield.gfield_error.gf_left_third {
        width: 100% !important; } }
  .contact-form .gfield_error label {
    margin-top: 3px !important; }

.promo-landing input {
  margin-top: 0 !important;
  width: 100% !important;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  font-size: 18px !important;
  line-height: 25px !important;
  height: 47px !important;
  padding: 10px !important; }

.promo-landing label {
  display: none !important; }

.promo-landing .gform_wrapper {
  margin: 0 !important; }

.promo-landing .validation_error {
  padding: 2px 0 !important;
  margin-bottom: 3px !important; }

.promo-landing .gfield_description {
  padding-top: 2px !important; }

.promo-landing .gform_heading {
  display: none; }

.promo-landing textarea {
  height: 96px !important; }

.promo-landing .ginput_container {
  margin-top: 2px !important; }

.promo-landing .gform_footer {
  padding: 6px 11px 0 !important;
  margin: 0 !important; }

.promo-landing .gform_button {
  border: 0 !important;
  background: #0055a5;
  font-size: 18px;
  line-height: 22px !important;
  font-weight: bold;
  height: 54px;
  padding: 16px 10px !important;
  width: 100% !important;
  margin: 0;
  border-radius: 5px;
  color: #fff; }
  @media (max-width: 767px) {
    .promo-landing .gform_button {
      height: auto !important;
      white-space: normal; } }
  .promo-landing .gform_button:hover {
    opacity: 0.7; }

.promo-landing .gform_body > ul > li {
  padding: 0 8px !important;
  margin-bottom: 6px !important;
  margin-top: 0 !important; }

.promo-landing .form-area {
  padding: 16px 0 0 !important; }

.promo-landing .gform_button {
  background: #f0984d;
  font-size: 18px;
  line-height: 22px !important;
  font-weight: bold;
  height: 54px;
  padding: 9px 10px !important;
  width: 100% !important;
  margin: 0 0 5px !important;
  border-radius: 5px;
  color: #fff;
  border-bottom: 4px solid #cf8343 !important; }

div.title {
  margin-bottom: 20px; }

/*# sourceMappingURL=style.css.map */
/*# custom - overrides below */

a.post-edit-link {
	display: block;
	clear: both;
	margin: 1em 0; }
a.post-edit-link:before { content: "["; }
a.post-edit-link:after { content: "]"; }

#content > ol, #content > ul { margin-bottom: 2em; }
ol.faq, ul.faq { margin-bottom: 1.2em; }

hr {
	margin: 2em auto;
	border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(77, 77, 77, 1), rgba(0, 0, 0, 0)); }

.block-videos .video-holder iframe { margin-bottom: 0; }

blockquote {
	margin-top: 2em;
	margin-bottom: 2em;
	font-style: italic; }

blockquote:first-child { margin-top: 0; }

.block-videos.inline {
	padding-top: 0 !important;
	float: none !important; }

.block-videos .video-holder small {
	display: block;
	text-align: center;
	margin: 0.1em 0.4em; }

.video-clear { clear: both; }

/*# Easy List Splitter */

.content-holder .table-grid {
	list-style: none;
	max-width: 300px;
	min-width: 300px;
	float: left;
	padding-left: 0.2em; }
.content-holder .table-grid.listCol1 { padding-left: 0 !important; }
.content-holder .table-grid li { list-style: none; }
.content-holder .table-grid li figure {
	margin: 0;
	padding: 0 0 1em 0;
	text-align: center; }
.content-holder .table-grid li figure iframe {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0; }
.content-holder .table-grid li figure figcaption {
	padding-top: 0.3em;
	min-height: 48px;
	color: #0055a5;
	font-size: 75%; }
.content-holder .table-grid.listCol1 figure { padding-left: 0; }

/*# Custom [caption] styles */
.wp-caption { padding: 0; }
.wp-caption-text {
	text-align: center;
	font-size: 80%;
	margin: auto 0;
	padding: 0.3em 0; }
.caption-holder {
    border: 6px solid #edf4f2;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 22px; }
@media (max-width: 1023px) {
  .caption-holder { margin-bottom: 18px; }
}
@media (max-width: 767px) {
  .caption-holder { margin-bottom: 16px; }
}
.caption-holder img { width: 100%; }

/*# Why Choose Us - Logos */
aside#logos {
	text-align: center; }
aside#logos img {
	display: inline-block;
	border: none;
	margin: auto;
	padding: 1em; }
aside#logos:after {
  content: '';
  display: block;
  clear: both; }

/*# figure/fgcaption */
figure {
	padding: 0 0 1em 0;
	margin: 0;
	text-align: center; }
figure .alignright { margin-left: 1em !important; }
figure .alignleft { margin-right: 1em !important; }
figure img {
	display: inline-block;
	border: none;
	margin: auto;
	padding: 0.2em; }
#main > div > div.content-holder > div > figure > figcaption {
	font-size: 80%;
	font-style: italic;
	color: #000;
	margin: 0 auto 0.3 auto;
	padding: 0.3em 0 0 0; }

/*# Hide schedule CTA button, if on pages with forms */
#main > div.hasform:first-child > div.footer-sidebar > a { display: none; }

/*# Companion to 'GFLimitCheckboxes' class */
span.jcf-checked + label { font-weight: bold !important; }
div.gfield_description {
	padding-top: 0.1em !important;
	font-style: italic; }

.hbspt-form form {

  max-width: 100%;

}

