/*
Theme Name: Loans2Go
*/
/*! 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; }

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

.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;
  max-width: 300px;
  width: 100%; }

.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;
  max-width: 300px;
  width: 100%; }

.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'] {
  border: 0;
  padding: 2px;
  -webkit-appearance: none;
  -webkit-border-radius: 2px; }

.commentlist {
  margin: 0 0 20px; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 20px 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: 20px; }

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 20px; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #5dc551;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 20px; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #5dc551;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

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

div.aligncenter {
  margin: 0 auto 20px; }

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

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

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

.mejs-container {
  margin-bottom: 20px; }

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

@media (max-width: 1022px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #4c555a; }

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

input[type='text'],
input[type='number'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea,
.jcf-select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #dce8ef;
  background: #fff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  padding: 5px 10px;
  vertical-align: top;
  height: 40px; }
  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,
  .jcf-select::-webkit-input-placeholder {
    color: #68767E; }
  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,
  .jcf-select::-moz-placeholder {
    opacity: 1;
    color: #68767E; }
  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,
  .jcf-select:-moz-placeholder {
    color: #68767E; }
  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,
  .jcf-select:-ms-input-placeholder {
    color: #68767E; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder,
  .jcf-select.placeholder {
    color: #68767E; }

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

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  border: 0;
  padding: 2px;
  -webkit-appearance: none;
  -webkit-border-radius: 2px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #0d2b3e; }

h1,
.h1 {
  font-size: 36px;
  line-height: normal; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 40px; } }
  @media (min-width: 1023px) {
    h1,
    .h1 {
      font-size: 46px; } }

h2,
.h2 {
  font-size: 26px;
  font-weight: 400; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 30px; } }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 34px; } }

h3,
.h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.27; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 20px; } }

h4,
.h4 {
  font-size: 14px;
  font-weight: 600; }

p {
  margin: 0 0 23px; }

a {
  -webkit-transition: color 0.3s ease, background 0.3s ease;
          transition: color 0.3s ease, background 0.3s ease;
  text-decoration: none;
  color: #54b948; }
  a:hover {
    text-decoration: underline; }

.main-nav ul, #footer ul:not(.social), #footer .social, .visual .main-heading .why-block ul, .calc-holder .slider-block .num, #sidebar .recent-post ul, #content ul, #content .share ul, .sun-nav ul, .find-widget .note-list, .town-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.search-form:after, .post-password-form p:after, .navigation-single:after, .clearfix:after, .mobile-drop:after, .container:after, .calc-holder .slider-block .num:after {
  content: '';
  display: block;
  clear: both; }

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

#header {
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  padding: 12px 0;
  border-bottom: 1px solid #e4e8eb; }
  @media (min-width: 768px) {
    #header {
      padding: 0 0 15px; } }
  #header .logo {
    width: 88px;
    height: 28px;
    float: left;
    position: relative;
    z-index: 999; }
    #header .logo a {
      display: block; }
    @media (min-width: 1023px) {
      #header .logo {
        width: 170px;
        height: 53px;
        margin: 0 14px 0 0; } }
    @media (min-width: 1140px) {
      #header .logo {
        width: 170px;
        height: 53px;
        margin: 0 40px 0 0; } }
    #header .logo img {
      width: 100%;
      height: auto;
      display: block; }

.info-msg {
  background: #4d89a5;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 10px;
  padding: 5px; }
  .info-msg .container {
    padding: 0 10px; }
    @media (min-width: 768px) {
      .info-msg .container {
        padding: 0 20px; } }
  @media (min-width: 768px) {
    .info-msg {
      display: block;
      padding: 7px;
      line-height: 20px;
      font-size: 14px;
      margin: 0 0 18px; } }
  .info-msg p {
    margin: 0; }
  .info-msg a {
    color: #fff;
    text-decoration: underline; }

.mobile-drop {
  position: relative; }
  @media (max-width: 1022px) {
    .mobile-drop .main-nav {
      max-height: 0;
      height: 0;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      padding: 0 20px 20px;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease;
      margin: 13px -20px 0; }
      .menu-active .mobile-drop .main-nav {
        max-height: calc(100vh - 52px);
        height: auto;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        overflow: auto; } }
  .mobile-drop .main-nav .btn, .mobile-drop .main-nav button, .mobile-drop .main-nav
  input[type='button'], .mobile-drop .main-nav
  input[type='reset'], .mobile-drop .main-nav
  input[type='file'], .mobile-drop .main-nav
  input[type='submit'] {
    margin: 20px 0 0; }

.btn-menu {
  width: 30px;
  height: 16px;
  position: relative;
  display: block;
  margin: 5px 0 0;
  float: right;
  z-index: 99; }
  @media (min-width: 1023px) {
    .btn-menu {
      display: none; } }
  .btn-menu:after, .btn-menu:before,
  .btn-menu span {
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    background: #0d2b3e;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
  .btn-menu span {
    top: 50%;
    margin-top: -1px;
    opacity: 1; }
  .btn-menu:after {
    top: auto;
    bottom: 0; }
  .menu-active .btn-menu:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%; }
  .menu-active .btn-menu:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
    bottom: auto; }
  .menu-active .btn-menu span {
    opacity: 0; }

@media (min-width: 1023px) {
  .main-nav {
    float: left;
    margin: 5px 0 0; } }

.main-nav ul {
  margin: 0 -20px; }
  @media (min-width: 1023px) {
    .main-nav ul {
      margin: 0; } }

.main-nav li {
  position: relative;
  font-size: 16px;
  line-height: 20px; }
  @media (min-width: 1023px) {
    .main-nav li {
      float: left;
      margin: 0 0 0 10px; }
      .main-nav li:first-child {
        margin-left: 0; } }
  .main-nav li a {
    color: #0d2b3e;
    display: block;
    padding: 10px;
    border: 1px solid transparent;
    text-decoration: none !important; }
    @media (min-width: 1140px) {
      .main-nav li a {
        display: inline-block; } }
    .main-nav li a .lnr {
      width: 22px;
      height: 22px;
      display: inline-block;
      border: 1px solid #009ce4;
      color: #009ce4;
      font-size: 14px;
      line-height: 20px;
      border-radius: 50%;
      text-align: center;
      margin: 0 4px 0 0;
      -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease; }
      .main-nav li a .lnr.icon {
        display: none; }
      @media (min-width: 1023px) {
        .main-nav li a .lnr {
          display: none; }
          .main-nav li a .lnr.icon {
            display: inline-block;
            font-size: 12px;
            width: 10px;
            height: 10px;
            border: 0;
            margin: 0 0 0 10px; } }
  .main-nav li.active > a,
  .main-nav li a:hover,
  .main-nav li:hover > a {
    background: #f0faff; }
    @media (min-width: 1023px) {
      .main-nav li.active > a,
      .main-nav li a:hover,
      .main-nav li:hover > a {
        border-radius: 4px;
        background: #f3f7fb;
        border: 1px solid #dce8ef;
        text-decoration: none; } }
    @media (max-width: 1022px) {
      .main-nav li.active > a .lnr,
      .main-nav li a:hover .lnr,
      .main-nav li:hover > a .lnr {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); } }
  .main-nav li ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    background: #f0faff;
    visibility: hidden;
    margin: 0;
    padding: 0 0 0 20px; }
    @media (min-width: 1023px) {
      .main-nav li ul {
        position: absolute;
        background: #fff;
        padding: 0;
        top: 100%;
        left: 3px;
        width: 210px;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); } }
    .main-nav li ul li {
      font-size: 14px;
      float: none;
      margin: 0; }
    .main-nav li ul a {
      display: block;
      padding: 8px;
      border: 1px solid transparent; }
      @media (min-width: 1023px) {
        .main-nav li ul a:hover {
          background: #f3f7fb;
          border: 1px solid #dce8ef; } }
      .main-nav li ul a .lnr {
        width: 22px;
        height: 22px;
        display: none;
        border: 1px solid #009ce4;
        color: #009ce4;
        line-height: 20px;
        border-radius: 50%;
        text-align: center;
        margin: 0 7px 0 0; }
        @media (min-width: 1023px) {
          .main-nav li ul a .lnr {
            display: inline-block; } }
  .main-nav li:hover > ul {
    max-height: 1000px;
    opacity: 1;
    visibility: visible; }

.main-nav .btn, .main-nav button, .main-nav
input[type='button'], .main-nav
input[type='reset'], .main-nav
input[type='file'], .main-nav
input[type='submit'] {
  width: 100%;
  display: block; }
  @media (min-width: 1023px) {
    .main-nav .btn, .main-nav button, .main-nav
    input[type='button'], .main-nav
    input[type='reset'], .main-nav
    input[type='file'], .main-nav
    input[type='submit'] {
      width: 110px;
      position: absolute;
      right: 13px;
      display: none; } }

.info-holder .btn, .info-holder button, .info-holder
input[type='button'], .info-holder
input[type='reset'], .info-holder
input[type='file'], .info-holder
input[type='submit'] {
  display: none; }
  @media (min-width: 1023px) {
    .info-holder .btn, .info-holder button, .info-holder
    input[type='button'], .info-holder
    input[type='reset'], .info-holder
    input[type='file'], .info-holder
    input[type='submit'] {
      min-width: 110px;
      display: block;
      position: static;
      float: left;
      white-space: nowrap;
      width: auto; } }
  @media (min-width: 1023px) {
    .info-holder .btn.btn-wide, .info-holder button.btn-wide, .info-holder
    input.btn-wide[type='button'], .info-holder
    input.btn-wide[type='reset'], .info-holder
    input.btn-wide[type='file'], .info-holder
    input.btn-wide[type='submit'] {
      min-width: 115px; } }
  .info-holder .btn + .btn, .info-holder .comment-form input[type='submit'] + .btn, .info-holder
  .post-password-form input[type='submit'] + .btn, .info-holder
  .search-form input[type='submit'] + .btn, .info-holder button + .btn, .info-holder
  input[type='button'] + .btn, .info-holder
  input[type='reset'] + .btn, .info-holder
  input[type='file'] + .btn, .info-holder
  input[type='submit'] + .btn, .info-holder .comment-form .btn + input[type='submit'], .info-holder .comment-form button + input[type='submit'], .comment-form .info-holder button + input[type='submit'], .info-holder .comment-form
  input[type='button'] + input[type='submit'], .info-holder .comment-form
  input[type='reset'] + input[type='submit'], .info-holder .comment-form
  input[type='file'] + input[type='submit'], .info-holder
  .post-password-form .btn + input[type='submit'], .info-holder
  .post-password-form button + input[type='submit'],
  .post-password-form .info-holder button + input[type='submit'], .info-holder
  .post-password-form
  input[type='button'] + input[type='submit'], .info-holder
  .post-password-form
  input[type='reset'] + input[type='submit'], .info-holder
  .post-password-form
  input[type='file'] + input[type='submit'], .info-holder
  .search-form .btn + input[type='submit'], .info-holder
  .search-form button + input[type='submit'],
  .search-form .info-holder button + input[type='submit'], .info-holder
  .search-form
  input[type='button'] + input[type='submit'], .info-holder
  .search-form
  input[type='reset'] + input[type='submit'], .info-holder
  .search-form
  input[type='file'] + input[type='submit'], .info-holder .btn + button, .info-holder .comment-form input[type='submit'] + button, .comment-form .info-holder input[type='submit'] + button, .info-holder
  .post-password-form input[type='submit'] + button,
  .post-password-form .info-holder input[type='submit'] + button, .info-holder
  .search-form input[type='submit'] + button,
  .search-form .info-holder input[type='submit'] + button, .info-holder button + button, .info-holder
  input[type='button'] + button, .info-holder
  input[type='reset'] + button, .info-holder
  input[type='file'] + button, .info-holder
  input[type='submit'] + button, .info-holder .btn +
  input[type='button'], .info-holder .comment-form input[type='submit'] +
  input[type='button'], .info-holder
  .post-password-form input[type='submit'] +
  input[type='button'], .info-holder
  .search-form input[type='submit'] +
  input[type='button'], .info-holder button +
  input[type='button'], .info-holder
  input[type='button'] +
  input[type='button'], .info-holder
  input[type='reset'] +
  input[type='button'], .info-holder
  input[type='file'] +
  input[type='button'], .info-holder
  input[type='submit'] +
  input[type='button'], .info-holder .btn +
  input[type='reset'], .info-holder .comment-form input[type='submit'] +
  input[type='reset'], .info-holder
  .post-password-form input[type='submit'] +
  input[type='reset'], .info-holder
  .search-form input[type='submit'] +
  input[type='reset'], .info-holder button +
  input[type='reset'], .info-holder
  input[type='button'] +
  input[type='reset'], .info-holder
  input[type='reset'] +
  input[type='reset'], .info-holder
  input[type='file'] +
  input[type='reset'], .info-holder
  input[type='submit'] +
  input[type='reset'], .info-holder .btn +
  input[type='file'], .info-holder .comment-form input[type='submit'] +
  input[type='file'], .info-holder
  .post-password-form input[type='submit'] +
  input[type='file'], .info-holder
  .search-form input[type='submit'] +
  input[type='file'], .info-holder button +
  input[type='file'], .info-holder
  input[type='button'] +
  input[type='file'], .info-holder
  input[type='reset'] +
  input[type='file'], .info-holder
  input[type='file'] +
  input[type='file'], .info-holder
  input[type='submit'] +
  input[type='file'], .info-holder .btn +
  input[type='submit'], .info-holder .comment-form input[type='submit'] +
  input[type='submit'], .info-holder
  .post-password-form input[type='submit'] +
  input[type='submit'], .info-holder
  .search-form input[type='submit'] +
  input[type='submit'], .info-holder button +
  input[type='submit'], .info-holder
  input[type='button'] +
  input[type='submit'], .info-holder
  input[type='reset'] +
  input[type='submit'], .info-holder
  input[type='file'] +
  input[type='submit'], .info-holder
  input[type='submit'] +
  input[type='submit'] {
    margin: 0 0 0 10px; }

@media (min-width: 1023px) and (max-width: 1099px) {
  .info-holder {
    font-size: 14px; } }

.info-holder .info.phone a.phone-link {
  color: #4c555a; }
  .info-holder .info.phone a.phone-link:hover {
    text-decoration: none; }

@media (max-width: 1022px) {
  .info-holder .info {
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 0; }
    .info-holder .info .lnr {
      font-size: 21px; }
    .info-holder .info a {
      display: none; }
      .info-holder .info a.phone-link {
        display: inline; }
    .info-holder .info.location {
      right: 70px; }
    .info-holder .info.phone {
      right: 123px; } }

@media (min-width: 1023px) {
  .info-holder {
    float: right;
    border-radius: 4px;
    background: #f3f7fb;
    border: 1px solid #dce8ef;
    padding: 7px;
    margin: -2px 2px 0 0; }
    .info-holder .info {
      float: left;
      position: relative;
      padding: 9px 10px;
      line-height: 20px; }
      .info-holder .info:after {
        width: 1px;
        height: 20px;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background: #e2e2e2;
        margin-top: -10px; }
      .info-holder .info:first-child {
        padding-left: 0; }
        .info-holder .info:first-child:after {
          display: none; }
      .info-holder .info .lnr {
        color: #a3c2d0;
        font-size: 22px;
        vertical-align: middle; } }

.info-holder .form {
  position: absolute;
  width: 240px;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-75%);
      transform: translateX(-75%);
  -webkit-transform: translateX(-75%);
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 14px 8px 8px 12px;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  @media (min-width: 1023px) {
    .info-holder .form {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .info-holder .form:after, .info-holder .form:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .info-holder .form:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px; }
  .info-holder .form:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-width: 10px;
    margin-left: -10px; }
  .info-holder .form form {
    margin: 0; }
  .info-holder .form label {
    font-weight: 600;
    font-size: 14px;
    color: #0d2b3e;
    display: block; }
  .info-holder .form input[type='search'] {
    height: 34px;
    border: 1px solid #dce8ef;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    float: left;
    width: 175px;
    padding: 6px 10px; }
  .info-holder .form input[type='submit'] {
    width: 36px;
    height: 34px;
    min-width: auto;
    color: #fff;
    float: right;
    padding: 2px; }

.location-active .info-holder .form {
  max-height: 10000px;
  opacity: 1;
  visibility: visible; }

#footer {
  padding: 20px 0;
  font-size: 12px;
  line-height: 15px;
  color: #68767e;
  margin: auto 0 0; }
  @media (min-width: 768px) {
    #footer {
      padding: 34px 0 50px; } }
  #footer p {
    margin: 0 0 13px; }
    @media (min-width: 1023px) {
      #footer p {
        margin: 0 0 8px; } }
  @media (min-width: 1023px) {
    #footer .col {
      float: left;
      width: 49%;
      margin: 0 0 0 3%; }
      #footer .col:first-child {
        margin-left: 0;
        width: 48%; } }
  #footer ul:not(.social) {
    -webkit-column-count: 2;
            column-count: 2;
    -moz-column-count: 2;
    margin: 0 0 22px;
    width: 100%;
    font-size: 14px;
    max-width: 256px; }
    @media (min-width: 1023px) {
      #footer ul:not(.social) {
        float: left;
        max-width: 380px; } }
    #footer ul:not(.social) li {
      margin: 0 0 15px; }
    #footer ul:not(.social) a {
      color: #41494e; }
  #footer .social {
    overflow: hidden;
    padding: 8px 0 48px; }
    #footer .social li {
      float: left;
      margin: 0 0 0 31px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      border: 1px solid #f0faff; }
      #footer .social li:first-child {
        margin-left: 0; }
    #footer .social img {
      display: block;
      width: 34px;
      height: 34px;
      margin: -2px;
      border-radius: 50%; }

.footer-logo {
  width: 200px;
  height: 90px;
  margin: 0 auto; }
  .footer-logo img {
    width: 100%;
    height: auto;
    display: block; }
  @media (min-width: 1023px) {
    .footer-logo {
      float: right;
      margin: 0 -16px 0 -140px; } }

.bottom-msg {
  background: #009ce4;
  padding: 9px 7px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  @media (min-width: 768px) {
    .bottom-msg {
      display: block;
      font-size: 40px;
      line-height: 40px; } }
  .bottom-msg p {
    margin: 0; }

body {
  margin: 0;
  font: 16px/1.4 "Source Sans Pro", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #4c555a;
  min-width: 320px; }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  padding: 50px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch; }
  @media (min-width: 768px) {
    #wrapper {
      padding: 130px 0 0; } }

.btn, .comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'], button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  display: inline-block;
  vertical-align: middle;
  background: #5dc551;
  color: #fff;
  padding: 9px 10px;
  line-height: 22px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600; }
  .btn.btn-primary, button.btn-primary,
  input.btn-primary[type='button'],
  input.btn-primary[type='reset'],
  input.btn-primary[type='file'],
  input.btn-primary[type='submit'] {
    background: #fff;
    border: 1px solid #e3f2e1;
    color: #5dc551;
    padding: 4px 10px; }
  .btn.btn-large, button.btn-large,
  input.btn-large[type='button'],
  input.btn-large[type='reset'],
  input.btn-large[type='file'],
  input.btn-large[type='submit'] {
    font-size: 20px;
    line-height: 22px;
    padding: 14px 10px;
    height: 50px;
    max-width: 280px;
    width: 100%; }
  .btn.btn-blue, button.btn-blue,
  input.btn-blue[type='button'],
  input.btn-blue[type='reset'],
  input.btn-blue[type='file'],
  input.btn-blue[type='submit'] {
    background: #009ce4; }
  .btn:hover, button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover {
    text-decoration: none;
    opacity: 0.8; }

.container {
  padding: 0 15px;
  max-width: 1180px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      padding: 0 20px; } }

#main {
  overflow: hidden; }

.visual {
  position: relative;
  background: #f3f7fb;
  overflow: hidden; }
  .visual:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 102px;
    background: #f3f7fb; }
  .visual.visual-main:after {
    display: none; }
  .visual .img-holder {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
    @media (min-width: 1023px) {
      .body-home .visual .img-holder img {
        margin-top: -14% !important; } }
  .visual h1, .visual h2 {
    font-size: 23px; }
    @media (min-width: 768px) {
      .visual h1, .visual h2 {
        font-size: 36px; } }
  .visual .container {
    padding: 31px 20px 0;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .visual .container {
        padding-top: 58px; } }
  .visual header {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    margin: 0 0 42px; }
    @media (min-width: 768px) {
      .visual header {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 51px; } }
    .visual header h1 {
      color: #fff;
      margin: 0 0 10px; }
    .visual header p img {
      position: relative;
      display: inline-block;
      vertical-align: baseline;
      margin-bottom: -50px; }
  .visual .main-heading {
    position: relative;
    z-index: 2;
    padding: 129px 20px 54px;
    max-width: 1180px;
    margin: 0 auto; }
    @media (min-width: 1023px) {
      .visual .main-heading {
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        min-height: 160px; } }
    .body-home .visual .main-heading {
      padding-top: 8px;
      padding-bottom: 4px; }
    .visual .main-heading > h1,
    .visual .main-heading > h2,
    .visual .main-heading .two-headings-holder h1,
    .visual .main-heading .two-headings-holder h2 {
      background: rgba(0, 156, 228, 0.6);
      padding: 10px;
      color: #fff;
      margin: 0 0 15px;
      display: inline-block; }
      @media (min-width: 1023px) {
        .visual .main-heading > h1,
        .visual .main-heading > h2,
        .visual .main-heading .two-headings-holder h1,
        .visual .main-heading .two-headings-holder h2 {
          margin: 0; } }
      .visual .main-heading > h1 a, .visual .main-heading > h1 a:hover, .visual .main-heading > h1 a:visited,
      .visual .main-heading > h2 a,
      .visual .main-heading > h2 a:hover,
      .visual .main-heading > h2 a:visited,
      .visual .main-heading .two-headings-holder h1 a,
      .visual .main-heading .two-headings-holder h1 a:hover,
      .visual .main-heading .two-headings-holder h1 a:visited,
      .visual .main-heading .two-headings-holder h2 a,
      .visual .main-heading .two-headings-holder h2 a:hover,
      .visual .main-heading .two-headings-holder h2 a:visited {
        color: #fff;
        text-decoration: none; }
    .visual .main-heading h2 {
      font-weight: bold; }
    .visual .main-heading.two-headings .two-headings-holder {
      padding: 0 0 90px; }
      @media (max-width: 1022px) {
        .visual .main-heading.two-headings .two-headings-holder {
          padding: 0; } }
      .visual .main-heading.two-headings .two-headings-holder h1 {
        margin-bottom: 20px; }
    .visual .main-heading .why-block {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 4px;
      overflow: hidden;
      padding: 20px; }
      @media (min-width: 1023px) {
        .visual .main-heading .why-block {
          max-width: 50%; } }
      .visual .main-heading .why-block h3 {
        font-size: 15px;
        margin: 0 0 14px; }
      @media (min-width: 600px) {
        .visual .main-heading .why-block ul {
          float: left;
          padding: 0 10px 0 0;
          width: 50%; } }
      .visual .main-heading .why-block ul li {
        margin: 0 0 5px;
        white-space: nowrap; }
      .visual .main-heading .why-block .lnr {
        color: #009ce4;
        font-size: 20px;
        margin: 0 10px 0 0;
        display: inline-block;
        position: relative;
        top: 1px; }

.calc-holder {
  border-radius: 4px;
  border: 1px solid #979797;
  box-shadow: 0 0 0 1px #dce8ef;
  background: #fff;
  margin: 0 0 27px; }
  .calc-holder .apply-btn-holder {
    margin: 0 0 20px; }
  .calc-holder.without-term-slider .slider-block-term {
    display: none; }
  .calc-holder.without-term-slider .calc-block {
    text-align: center; }
  .calc-holder.without-term-slider .result-block {
    border-top: 1px solid #dbdbdb;
    padding: 15px 0 6px;
    margin: 0 0 20px; }
    @media (min-width: 1023px) {
      .calc-holder.without-term-slider .result-block .result-cal-column {
        width: 33.33%;
        padding: 9px 0 11px; }
        .calc-holder.without-term-slider .result-block .result-cal-column:first-child {
          width: 33.33%; } }
    @media (min-width: 1023px) {
      .calc-holder.without-term-slider .result-block .result-cal {
        text-align: left;
        display: inline-block;
        vertical-align: top; } }
  .calc-holder .holder {
    overflow: hidden; }
  .calc-holder .calc-block {
    padding: 20px;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .calc-holder .calc-block {
        float: left;
        width: 64.4%;
        padding: 29px 25px 0; } }
  .calc-holder .slider-block {
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .calc-holder .slider-block {
        border-top: 1px solid #e2e2e2;
        padding: 21px 0 0; } }
    .calc-holder .slider-block:first-child {
      border-top: 0;
      padding-top: 0; }
    .calc-holder .slider-block h3 {
      font-size: 16px;
      margin: 0 0 51px;
      text-align: center; }
      @media (min-width: 768px) {
        .calc-holder .slider-block h3 {
          text-align: left;
          margin: 0 0 15px; } }
    .calc-holder .slider-block .slider {
      position: relative; }
      @media (min-width: 768px) {
        .calc-holder .slider-block .slider {
          padding: 0 40px 7px; } }
    .calc-holder .slider-block .btn-minus,
    .calc-holder .slider-block .btn-plus {
      width: 30px;
      height: 30px;
      color: #009ce4;
      background: #f0faff;
      font-size: 32px;
      line-height: 32px;
      border-radius: 50%;
      box-shadow: 0 0 0 1px #dce8ef;
      border: 5px solid #f0faff;
      overflow: hidden;
      text-decoration: none !important;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      padding: 0;
      display: none; }
      .calc-holder .slider-block .btn-minus span,
      .calc-holder .slider-block .btn-plus span {
        display: block;
        font-size: 28px;
        margin: -5px -3px; }
      @media (min-width: 768px) {
        .calc-holder .slider-block .btn-minus,
        .calc-holder .slider-block .btn-plus {
          display: block; } }
    .calc-holder .slider-block .btn-plus {
      left: auto;
      right: 0; }
    .calc-holder .slider-block .slider-box {
      position: relative;
      padding: 0 30px 36px; }
      @media (min-width: 768px) {
        .calc-holder .slider-block .slider-box {
          padding: 0 0 36px; } }
      .calc-holder .slider-block .slider-box input[type=range] {
        width: 100%; }
    .calc-holder .slider-block .jcf-range {
      width: 100%;
      display: block;
      padding: 13px 0 0;
      position: relative; }
    .calc-holder .slider-block .jcf-range-wrapper {
      height: 8px;
      background: #dce8ef;
      margin: 0 0 5px;
      display: block; }
    .calc-holder .slider-block .jcf-range-track {
      width: 100%;
      position: relative;
      display: block; }
    .calc-holder .slider-block .jcf-range-mark {
      position: absolute;
      padding: 14px 0 0;
      font-size: 14px;
      color: #737373;
      text-indent: 9999px;
      display: block;
      white-space: nowrap;
      text-align: left;
      font-size: 0; }
      @media (min-width: 768px) {
        .calc-holder .slider-block .jcf-range-mark {
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          -webkit-transform: translateX(-50%); }
          .calc-holder .slider-block .jcf-range-mark:before {
            width: 2px;
            height: 6px;
            content: '';
            display: block;
            background: #e2e2e2;
            margin: 0 auto; }
          .calc-holder .slider-block .jcf-range-mark:last-child:before {
            height: 10px;
            margin: 0 auto 8px; } }
    .calc-holder .slider-block .jcf-range-handle + .jcf-range-mark,
    .calc-holder .slider-block .jcf-range-mark:last-child {
      text-indent: 0;
      font-size: 14px; }
      .calc-holder .slider-block .jcf-range-handle + .jcf-range-mark:before,
      .calc-holder .slider-block .jcf-range-mark:last-child:before {
        height: 10px;
        margin: 0 auto 8px; }
    .calc-holder .slider-block .jcf-range-mark:last-child {
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
      -webkit-transform: translateX(-100%); }
      @media (min-width: 768px) {
        .calc-holder .slider-block .jcf-range-mark:last-child {
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          -webkit-transform: translateX(-50%); } }
    .calc-holder .slider-block .jcf-range-display {
      position: absolute;
      top: 13px;
      left: 0;
      width: 50%;
      height: 8px;
      background: #009ce4; }
    .calc-holder .slider-block .jcf-range-handle {
      position: absolute;
      z-index: 2;
      top: -49px;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      color: #009ce4;
      font-weight: 600;
      font-size: 18px;
      line-height: 18px;
      text-align: center; }
      @media (min-width: 768px) {
        .calc-holder .slider-block .jcf-range-handle {
          font-size: 14px;
          top: -30px; } }
      .calc-holder .slider-block .jcf-range-handle span {
        padding: 5px 15px;
        background: #f0faff;
        display: inline-block;
        vertical-align: top;
        border-radius: 4px;
        margin: 0 0 10px;
        white-space: nowrap; }
        @media (min-width: 768px) {
          .calc-holder .slider-block .jcf-range-handle span {
            background: none;
            padding: 0;
            margin: 0; } }
      .calc-holder .slider-block .jcf-range-handle:after {
        content: "";
        width: 30px;
        height: 30px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        background: #009ce4;
        border: 7px solid #fff;
        display: block;
        margin: 0 auto;
        border-radius: 100%; }
    .calc-holder .slider-block .num {
      text-align: justify;
      line-height: 18px; }
      .calc-holder .slider-block .num:after {
        display: inline-block;
        width: 100%; }
      .calc-holder .slider-block .num li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        font-size: 14px;
        color: #737373; }
        .calc-holder .slider-block .num li span {
          position: absolute;
          left: 0;
          white-space: nowrap;
          text-align: center;
          padding: 8px 0 0; }
          @media (min-width: 768px) {
            .calc-holder .slider-block .num li span {
              padding: 0;
              left: 50%;
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
              -webkit-transform: translateX(-50%); } }
        .calc-holder .slider-block .num li:last-child span {
          left: auto;
          right: 0; }
          @media (min-width: 768px) {
            .calc-holder .slider-block .num li:last-child span {
              left: 50%;
              right: auto; } }
        @media (min-width: 768px) {
          .calc-holder .slider-block .num li:before {
            width: 2px;
            height: 6px;
            content: '';
            display: block;
            background: #e2e2e2;
            margin: 0 auto; }
          .calc-holder .slider-block .num li:first-child:before, .calc-holder .slider-block .num li:last-child:before {
            height: 10px;
            margin: 0 0 8px; } }
  .calc-holder .result-block {
    padding: 18px 0 12px;
    overflow: hidden; }
    @media (min-width: 1023px) {
      .calc-holder .result-block {
        padding: 11px 0 6px; } }
    .calc-holder .result-block .btn, .calc-holder .result-block button, .calc-holder .result-block
    input[type='button'], .calc-holder .result-block
    input[type='reset'], .calc-holder .result-block
    input[type='file'], .calc-holder .result-block
    input[type='submit'] {
      width: 100%;
      display: block;
      margin: 16px auto 0; }
      @media (min-width: 1023px) {
        .calc-holder .result-block .btn.btn-inline, .calc-holder .result-block button.btn-inline, .calc-holder .result-block
        input.btn-inline[type='button'], .calc-holder .result-block
        input.btn-inline[type='reset'], .calc-holder .result-block
        input.btn-inline[type='file'], .calc-holder .result-block
        input.btn-inline[type='submit'] {
          float: right;
          max-width: 175px;
          margin: 9px 0 0; } }
    .calc-holder .result-block .result-cal-column {
      margin: 0 0 11px; }
      @media (min-width: 1023px) {
        .calc-holder .result-block .result-cal-column {
          float: left;
          width: 33.33%;
          padding: 10px 0 10px 5%;
          border-left: 1px solid #dce8ef; }
          .calc-holder .result-block .result-cal-column:first-child {
            padding-left: 0;
            width: 33.33%;
            border-left: 0; } }
    .calc-holder .result-block .result-cal {
      overflow: hidden;
      margin: 0; }
      @media (min-width: 1023px) {
        .calc-holder .result-block .result-cal {
          font-weight: 600; } }
      .calc-holder .result-block .result-cal dt {
        font-size: 15px;
        line-height: 19px;
        color: #0d2b3e; }
        @media (max-width: 1022px) {
          .calc-holder .result-block .result-cal dt {
            float: left;
            margin: 0 10px 0 0; } }
      .calc-holder .result-block .result-cal dd {
        color: #009ce4;
        font-size: 20px;
        line-height: 25px;
        margin: 0; }
        @media (max-width: 1022px) {
          .calc-holder .result-block .result-cal dd {
            overflow: hidden;
            text-align: right;
            font-size: 18px;
            line-height: 19px; } }
  .calc-holder .description {
    background: #f0faff;
    border: 1px solid #dce8ef;
    border-width: 0 1px;
    text-align: center;
    padding: 40px 14px 21px;
    position: relative;
    font-size: 15px;
    line-height: 19px; }
    @media (min-width: 768px) {
      .calc-holder .description {
        float: right;
        width: 29%;
        margin: 0 3.5% 14px 0;
        padding: 25px 10px; }
        .calc-holder .description:after {
          content: "";
          position: absolute;
          z-index: 2;
          bottom: 0;
          left: -1px;
          right: -1px;
          height: 8px;
          background: #f0faff url("images/bg-corner.png") repeat-x 0 100%; } }
    .calc-holder .description h2 {
      border-bottom: 1px dashed #a3c2d0;
      font-size: 22px;
      line-height: 25px;
      padding: 0 0 12px;
      margin: 0 0 16px; }
      @media (min-width: 768px) {
        .calc-holder .description h2 {
          font-size: 26px;
          padding: 0 0 15px; } }
    .calc-holder .description h3 {
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      margin: 0 0 6px; }
    .calc-holder .description p {
      margin: 0 0 11px; }
      @media (min-width: 768px) {
        .calc-holder .description p {
          margin: 0 0 21px; } }
    .calc-holder .description p strong {
      color: #009ce4; }
    .calc-holder .description .note {
      border-top: 1px dashed #a3c2d0;
      padding: 15px 0 0;
      font-size: 12px;
      line-height: 15px; }
      @media (min-width: 768px) {
        .calc-holder .description .note {
          margin: -6px 0 0; } }
      .calc-holder .description .note p {
        margin: 0; }
  .calc-holder .notes {
    padding: 19px;
    border-top: 1px solid #e9e9e9;
    font-size: 12px;
    line-height: 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .calc-holder .notes {
        padding: 22px 20px;
        text-align: left; } }
    .calc-holder .notes p {
      margin: 0; }

.section {
  padding: 28px 0; }
  @media (min-width: 768px) {
    .section {
      padding: 48px 0; } }
  .section h2 {
    text-align: center;
    margin: 0 0 14px; }
  @media (min-width: 768px) {
    .section.choose-box h2 {
      margin: 0 0 22px; } }
  @media (min-width: 768px) {
    .section.choose-box .product-holder h2 {
      margin: 0 0 30px; } }
  .section.vote-block {
    background: #f3f7fb;
    padding: 22px 0 38px; }
    .section.vote-block .sub-notes {
      font-size: 12px;
      line-height: 15px;
      color: #737373;
      display: block;
      margin: -4px 0 35px;
      text-align: center; }
      @media (min-width: 768px) {
        .section.vote-block .sub-notes {
          margin: -16px 0 37px; } }
      .section.vote-block .sub-notes img {
        display: inline-block;
        vertical-align: top;
        margin: 4px 0 0; }
    .section.vote-block .stars {
      text-align: center;
      margin: 0 0 10px; }
      @media (min-width: 768px) {
        .section.vote-block .stars {
          margin: 0 0 3px; } }
      .section.vote-block .stars img {
        vertical-align: top; }
  .section .holder {
    padding: 0 14px; }
    @media (min-width: 768px) {
      .section .holder {
        margin: 0 -2.5%;
        width: 105%;
        overflow: hidden; } }
  .section .vote-box {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .section .vote-box {
        margin: 0 1.4%;
        width: 22.2%;
        float: left; } }
    .section .vote-box .vote-text {
      border: 1px solid #dce8ef;
      border-radius: 4px;
      padding: 9px 9px 7px;
      color: #4c555a;
      font-size: 14px;
      background: #fff;
      margin: 0 0 5px;
      position: relative; }
      .section .vote-box .vote-text:after, .section .vote-box .vote-text:before {
        top: 100%;
        left: 32px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .section .vote-box .vote-text:after {
        border-color: rgba(255, 255, 255, 0);
        border-top: 9px solid #fff;
        border-right: 9px solid transparent; }
      .section .vote-box .vote-text:before {
        border-color: rgba(194, 225, 245, 0);
        border-top: 11px solid #dce8ef;
        border-right: 11px solid transparent; }
      .section .vote-box .vote-text h4 {
        margin: 0; }
      .section .vote-box .vote-text p {
        font-style: italic;
        margin: 0; }
    .section .vote-box .name {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600; }
    .section .vote-box .date-box {
      overflow: hidden;
      font-size: 12px; }
      .section .vote-box .date-box .vote {
        float: left;
        width: 74px; }
        .section .vote-box .date-box .vote img {
          width: 100%;
          height: auto;
          display: block; }
      .section .vote-box .date-box time {
        float: right; }
  .section .btn-holder {
    text-align: center; }
    .section .btn-holder .btn, .section .btn-holder button, .section .btn-holder
    input[type='button'], .section .btn-holder
    input[type='reset'], .section .btn-holder
    input[type='file'], .section .btn-holder
    input[type='submit'] {
      width: 100%; }
      @media (min-width: 768px) {
        .section .btn-holder .btn, .section .btn-holder button, .section .btn-holder
        input[type='button'], .section .btn-holder
        input[type='reset'], .section .btn-holder
        input[type='file'], .section .btn-holder
        input[type='submit'] {
          max-width: 280px;
          margin: 0; } }

.item-holder,
.product-holder {
  overflow: hidden;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 15px 42px;
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .item-holder,
    .product-holder {
      margin: 0 -10px 38px;
      width: auto;
      padding: 0 0 49px; } }
  @media (min-width: 1023px) {
    .item-holder,
    .product-holder {
      margin: 0 -14px 38px; } }
  .item-holder .box,
  .product-holder .box {
    margin: 0 0 3px;
    text-align: center;
    font-size: 14px; }
    @media (min-width: 768px) {
      .item-holder .box,
      .product-holder .box {
        margin: 0 1%;
        display: inline-block;
        vertical-align: top;
        width: 47.7%;
        text-align: left; } }
    @media (min-width: 1023px) {
      .item-holder .box,
      .product-holder .box {
        width: 29.2%;
        margin: 0 0.5% 5px 2.5%; } }
    .item-holder .box .img,
    .product-holder .box .img {
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        .item-holder .box .img,
        .product-holder .box .img {
          float: left;
          margin: 0 16px 0 0; } }
    .item-holder .box .hold,
    .product-holder .box .hold {
      overflow: hidden; }
      @media (min-width: 768px) {
        .item-holder .box .hold,
        .product-holder .box .hold {
          margin: 5px 0 0; } }
    .item-holder .box h3,
    .product-holder .box h3 {
      margin: 0; }
      @media (min-width: 768px) {
        .item-holder .box h3,
        .product-holder .box h3 {
          margin: 0 0 5px; } }

.product-holder {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
  .product-holder .article {
    margin: 0 0 30px; }
    .product-holder .article:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .product-holder .article {
        margin: 0 10px 20px;
        width: calc(50% - 25px);
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 1023px) {
      .product-holder .article {
        width: calc(25% - 28px);
        margin: 0 14px;
        float: left; } }
    .product-holder .article img {
      display: block;
      width: 100%;
      border-radius: 4px;
      border-right: 4px;
      margin: 0 0 10px; }
    .product-holder .article h3 {
      margin: 0 0 5px; }
    .product-holder .article p {
      margin: 0 0 12px; }

.contact-section {
  background: #f3f7fb;
  padding: 33px 13px;
  border: 1px solid #dce8ef;
  border-width: 1px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .contact-section {
      padding: 46px 13px 35px;
      letter-spacing: -5px; } }
  .contact-section .info-box {
    margin: 0 0 21px;
    text-align: left; }
    .contact-section .info-box:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .contact-section .info-box {
        margin: 0 1% 10px;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0; } }
    @media (min-width: 1140px) {
      .contact-section .info-box {
        width: 23.5%; }
        .contact-section .info-box:first-child {
          margin-left: 0; }
        .contact-section .info-box:last-child {
          margin-right: 0; } }
  .contact-section .img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0; }
    .contact-section .img img {
      vertical-align: top; }
  .contact-section .hold {
    display: inline-block;
    vertical-align: middle; }
  .contact-section p {
    margin: 0; }
  .contact-section h3 {
    margin: 0; }

.chat {
  position: fixed;
  bottom: 250px;
  right: 0;
  z-index: 99; }

#lhc_status_container1 #online-icon {
  width: 89px;
  height: 28px;
  background: #009ce4;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 10px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
          transform: rotate(-270deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: rotate(-270deg);
  -webkit-transform-origin: 100% 100%;
  position: relative;
  left: -102px; }
  @media (min-width: 768px) {
    #lhc_status_container1 #online-icon {
      height: 39px;
      font-size: 19px;
      line-height: 21px;
      padding: 12px 10px;
      left: -160px;
      width: 134px; } }
  #lhc_status_container1 #online-icon:after {
    content: "Chat Now";
    display: block;
    padding: 6px 10px; }
    @media (min-width: 768px) {
      #lhc_status_container1 #online-icon:after {
        padding: 12px 10px; } }
  #lhc_status_container1 #online-icon:hover {
    text-decoration: none;
    opacity: 0.8; }

.main-content {
  background: #f3f7fb; }
  @media (min-width: 768px) {
    .main-content {
      padding: 38px 0; } }
  .main-content .two-columns {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .main-content .two-columns {
        display: -webkit-flex;
        -webkit-flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .main-content h1 {
    font-weight: 400; }
    @media (min-width: 768px) {
      .main-content h1 {
        font-size: 34px;
        margin: 0 0 20px; } }

#sidebar {
  padding: 27px 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 768px) {
    #sidebar {
      -webkit-flex: 0 1 25.5%;
      -webkit-order: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25.5%;
              flex: 0 1 25.5%;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      width: 25% 0.5%;
      padding-right: 28px; } }
  @media (min-width: 768px) {
    #sidebar.right-sidebar {
      padding: 0 0 0 20px;
      -webkit-flex: 0 1 40%;
      -webkit-order: 1;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 40%;
              flex: 0 1 40%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 1023px) {
    #sidebar.right-sidebar {
      padding: 23px 0 0 33px;
      -webkit-flex: 0 1 25.5%;
      -webkit-order: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25.5%;
              flex: 0 1 25.5%;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
  #sidebar h4 {
    color: #68767e;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 13px;
    letter-spacing: 1px; }
  #sidebar .widget {
    margin: 0 0 31px;
    border-bottom: 1px solid #dce8ef;
    padding: 0 0 15px; }
    #sidebar .widget:last-child {
      border-bottom: 0;
      margin: 0; }
  #sidebar .recent-post li {
    margin: 0 0 14px;
    line-height: 24px;
    font-size: 18px;
    position: relative;
    padding: 0 0 0 31px; }
  #sidebar .recent-post a {
    color: #0d2b3e; }
    #sidebar .recent-post a img {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -8px; }

.widget-contact .info-box {
  margin: 0 0 16px -6px; }

.widget-contact .img {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  margin: 0 5% 0 0; }
  .widget-contact .img img {
    width: 100%;
    height: auto; }

.widget-contact .hold {
  display: inline-block;
  vertical-align: middle;
  width: 63%;
  margin-right: -4px; }
  .widget-contact .hold h3 {
    margin: 0 0 5px; }
  .widget-contact .hold p {
    margin: 0; }

#content {
  position: relative;
  line-height: 1.7;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1023px) {
    #content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 768px) {
    #content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 74.5%;
              flex: 1 1 74.5%;
      width: 74.5%; } }
  #content:only-child {
    width: 100%; }
    @media (min-width: 768px) {
      #content:only-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; } }
  #content p {
    margin: 0 0 12px; }
    #content p:last-child {
      margin-bottom: 0; }
  #content ul {
    margin: 0 0 8px 16px; }
    #content ul li {
      padding: 0 0 3px 21px;
      position: relative; }
      #content ul li:after {
        width: 6px;
        height: 6px;
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        border-radius: 50%;
        background: #d4e3ea; }
  #content .paging {
    width: 96%;
    margin: -1px 2% 0;
    border: 1px solid #dce8ef;
    border-radius: 0 0 4px 4px;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #content .paging a {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33%;
              flex: 1 1 33%;
      padding: 13px 10px;
      text-align: center;
      border-left: 1px solid #dce8ef;
      color: #4c555a;
      line-height: 32px;
      position: relative; }
      @media (max-width: 479px) {
        #content .paging a {
          font-size: 13px;
          line-height: 18px;
          padding: 8px 5px; } }
      #content .paging a span {
        color: #009ce4;
        font-size: 26px;
        position: absolute;
        top: 15px;
        left: 10px; }
        @media (max-width: 479px) {
          #content .paging a span {
            display: none; } }
        @media (min-width: 1023px) {
          #content .paging a span {
            font-size: 32px;
            position: absolute;
            top: 13px;
            left: 34px; } }
      #content .paging a:first-child {
        border-left: 0; }
        @media (min-width: 1023px) {
          #content .paging a:first-child {
            padding-left: 30px; } }
      @media (min-width: 1023px) {
        #content .paging a:last-child {
          padding-right: 63px; } }
      #content .paging a:last-child span {
        left: auto;
        right: 10px; }
        @media (min-width: 1023px) {
          #content .paging a:last-child span {
            right: 34px; } }
  #content .btn-holder {
    text-align: center; }
    #content .btn-holder .btn, #content .btn-holder button, #content .btn-holder
    input[type='button'], #content .btn-holder
    input[type='reset'], #content .btn-holder
    input[type='file'], #content .btn-holder
    input[type='submit'] {
      max-width: 280px; }
      @media (min-width: 1023px) {
        #content .btn-holder .btn, #content .btn-holder button, #content .btn-holder
        input[type='button'], #content .btn-holder
        input[type='reset'], #content .btn-holder
        input[type='file'], #content .btn-holder
        input[type='submit'] {
          display: none; } }
  #content .text-holder {
    margin: 0 0 30px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dce8ef;
    width: 100%; }
    @media (min-width: 1023px) {
      #content .text-holder {
        margin: 0;
        overflow: hidden;
        padding: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    #content .text-holder .img-holder {
      margin: 0 0 27px; }
      #content .text-holder .img-holder img {
        display: block;
        width: 100%;
        height: auto; }
    #content .text-holder h2 {
      font-size: 20px;
      text-align: left;
      font-weight: 600; }
    #content .text-holder .wrapp-hold {
      overflow: hidden;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 0 auto 20px; }
      @media (min-width: 1023px) {
        #content .text-holder .wrapp-hold {
          margin: 0; } }
      #content .text-holder .wrapp-hold:only-child {
        overflow: visible;
        width: 100%; }
    #content .text-holder p a {
      color: #4c555a;
      position: relative;
      text-decoration: none !important; }
      #content .text-holder p a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #5dc551; }
      #content .text-holder p a:hover:after {
        display: none; }
  #content .share {
    border-top: 1px solid #dce8ef;
    padding: 30px 10px 0;
    margin: 0 -10px;
    font-size: 20px;
    line-height: 27px;
    text-align: center; }
    @media (min-width: 480px) {
      #content .share {
        text-align: left; } }
    @media (min-width: 768px) {
      #content .share {
        padding: 10px; } }
    @media (min-width: 1023px) {
      #content .share {
        padding: 43px 40px 0;
        margin: 20px -40px 2px; } }
    #content .share ul {
      display: inline-block;
      vertical-align: top;
      padding: 0 0 0 12px; }
      #content .share ul li {
        display: inline-block;
        padding: 0 0 0 5px; }
        @media (min-width: 1023px) {
          #content .share ul li {
            padding: 0 0 0 26px; } }
        #content .share ul li:after {
          display: none; }
      #content .share ul a:hover {
        opacity: 0.8; }
    @media (max-width: 479px) {
      #content .share span {
        display: none; }
      #content .share ul {
        padding: 0; } }
  #content .text {
    margin: 0 0 22px; }
    @media (min-width: 768px) {
      #content .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 0 42px; } }
    @media (min-width: 768px) {
      #content .text p {
        margin-right: 50px; } }
    #content .text .btn-large {
      max-width: 100%;
      margin: 0 0 12px; }
      @media (min-width: 768px) {
        #content .text .btn-large {
          margin: 0 10px 12px 0;
          width: 195px;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 195px;
                  flex: 1 0 195px; } }
  #content .information {
    overflow: hidden;
    margin: 0 0 41px; }
    @media (min-width: 768px) {
      #content .information .col {
        float: left;
        width: 49.5%;
        margin: 0 0 0 1%; }
        #content .information .col:first-child {
          margin-left: 0; } }
    #content .information .col.col-map {
      margin-top: 5px; }
      #content .information .col.col-map img {
        width: 100%;
        height: auto;
        display: block; }
    #content .information h2 {
      padding: 0 0 0 34px;
      position: relative;
      color: #68767e;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 9px;
      letter-spacing: 1px; }
      #content .information h2 img {
        position: absolute;
        left: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    #content .information address {
      padding: 0 0 18px 34px;
      font-style: normal; }
    #content .information dl {
      padding: 0 0 0 34px;
      overflow: hidden;
      margin: -1px 0 11px; }
      #content .information dl dt {
        float: left;
        width: 152px; }
        @media (max-width: 599px) {
          #content .information dl dt {
            float: none; } }
      #content .information dl dd {
        overflow: hidden;
        margin: 0; }
        #content .information dl dd a {
          font-weight: 600; }
  #content .img-blockquote {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
    font-style: italic;
    margin: 45px 0 0;
    background: #009ce4; }
    @media (min-width: 1023px) {
      #content .img-blockquote {
        font-size: 24px;
        line-height: 31px; } }
    #content .img-blockquote q {
      position: relative;
      z-index: 2;
      display: block;
      margin: 0 0 5px; }
      #content .img-blockquote q:after, #content .img-blockquote q:before {
        content: ""; }
    #content .img-blockquote cite {
      position: relative;
      z-index: 2;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      text-transform: uppercase; }
      @media (min-width: 1023px) {
        #content .img-blockquote cite {
          font-size: 16px; } }
    #content .img-blockquote .quote {
      position: absolute;
      top: 50%;
      left: 45px;
      right: 45px;
      padding-top: 16px;
      z-index: 2;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      @media (max-width: 599px) {
        #content .img-blockquote .quote {
          position: relative;
          z-index: 2;
          left: auto;
          right: auto;
          padding: 10px;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
    #content .img-blockquote img {
      width: 100%;
      height: auto;
      opacity: 0.4;
      display: block;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.ajax-form .form,
#content .form,
.visual .main-heading .form,
.calc-holder .description .form {
  margin: 0 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 1023px) {
    .ajax-form .form,
    #content .form,
    .visual .main-heading .form,
    .calc-holder .description .form {
      float: right;
      width: 30.5%;
      padding: 24px 2.8%;
      background: #f3f7fb;
      border: 1px solid #dce8ef;
      box-shadow: 0 -2px 0 #009ce4;
      border-radius: 4px;
      margin: 0 0 0 7%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 30.5%;
              flex: 1 0 30.5%; } }
  .ajax-form .form h2,
  #content .form h2,
  .visual .main-heading .form h2,
  .calc-holder .description .form h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
    margin: 0 0 26px; }
  .ajax-form .form .row,
  #content .form .row,
  .visual .main-heading .form .row,
  .calc-holder .description .form .row {
    margin: 0 0 8px; }
    .ajax-form .form .row p,
    #content .form .row p,
    .visual .main-heading .form .row p,
    .calc-holder .description .form .row p {
      margin: 0 0 6px; }
  .ajax-form .form input[type=text],
  .ajax-form .form input[type=tel],
  .ajax-form .form input[type=email],
  .ajax-form .form input[type=number],
  #content .form input[type=text],
  #content .form input[type=tel],
  #content .form input[type=email],
  #content .form input[type=number],
  .visual .main-heading .form input[type=text],
  .visual .main-heading .form input[type=tel],
  .visual .main-heading .form input[type=email],
  .calc-holder .description .form input[type=text],
  .calc-holder .description .form input[type=tel],
  .calc-holder .description .form input[type=email],
  .calc-holder .description .form input[type=number] {
    width: 100%; }
    .ajax-form .form input[type=text]:focus,
    .ajax-form .form input[type=tel]:focus,
    .ajax-form .form input[type=email]:focus
    .ajax-form .form input[type=number]:focus,
    #content .form input[type=text]:focus,
    #content .form input[type=tel]:focus,
    #content .form input[type=email]:focus,
    #content .form input[type=number]:focus,
    .visual .main-heading .form input[type=text]:focus,
    .visual .main-heading .form input[type=tel]:focus,
    .visual .main-heading .form input[type=email]:focus,
    .visual .main-heading .form input[type=number]:focus,
    .calc-holder .description .form input[type=text]:focus,
    .calc-holder .description .form input[type=tel]:focus,
    .calc-holder .description .form input[type=email]:focus,
    .calc-holder .description .form input[type=number]:focus {
      outline: none;
      border-color: #009ce4; }
  .ajax-form .form input[type=submit],
  #content .form input[type=submit],
  .visual .main-heading .form input[type=submit],
  .calc-holder .description .form input[type=submit] {
    width: 100%;
    margin: 13px 0 8px; }
  .ajax-form .form .error input[type=text],
  .ajax-form .form .error input[type=tel],
  .ajax-form .form .error input[type=email],
  .ajax-form .form .error input[type=number],
  #content .form .error input[type=text],
  #content .form .error input[type=tel],
  #content .form .error input[type=email],
  #content .form .error input[type=number],
  .visual .main-heading .form .error input[type=text],
  .visual .main-heading .form .error input[type=tel],
  .visual .main-heading .form .error input[type=email],
  .visual .main-heading .form .error input[type=number],
  .calc-holder .description .form .error input[type=text],
  .calc-holder .description .form .error input[type=tel],
  .calc-holder .description .form .error input[type=email],
  .calc-holder .description .form .error input[type=number] {
    border-color: #ff5c5b; }
  .ajax-form .form .error .error-text,
  #content .form .error .error-text,
  .visual .main-heading .form .error .error-text,
  .calc-holder .description .form .error .error-text {
    font-size: 12px;
    color: #ff5c5b;
    display: block;
    padding: 0 10px; }
  .ajax-form .form .radio,
  #content .form .radio,
  .visual .main-heading .form .radio,
  .calc-holder .description .form .radio {
    display: inline-block;
    vertical-align: top;
    margin: 0 21px 8px 7px; }
    .ajax-form .form .radio input[type=radio],
    #content .form .radio input[type=radio],
    .visual .main-heading .form .radio input[type=radio],
    .calc-holder .description .form .radio input[type=radio] {
      width: 16px;
      height: 16px;
      margin: 0 10px 0 0;
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 0 4px 0 0;
      position: relative;
      top: -2px; }
    .ajax-form .form .radio label,
    #content .form .radio label,
    .visual .main-heading .form .radio label,
    .calc-holder .description .form .radio label {
      line-height: 18px; }

.visual .main-heading .form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 40%; }
  @media (max-width: 1022px) {
    .visual .main-heading .form {
      background: #f3f7fb;
      border: 1px solid #dce8ef;
      box-shadow: 0 -2px 0 #009ce4;
      border-radius: 4px;
      padding: 24px 2.8%;
      width: auto; } }

#main .calc-holder .calc-block {
  padding: 47px 10px 0 51px;
  width: 65%; }
  @media (max-width: 1022px) {
    #main .calc-holder .calc-block {
      padding-left: 30px; } }
  @media (max-width: 767px) {
    #main .calc-holder .calc-block {
      padding-right: 30px;
      width: auto; } }

#main .calc-holder .slider-block {
  margin: 0 0 15px; }
  #main .calc-holder .slider-block h3 {
    font-size: 24px;
    margin: 0 0 37px; }

#main .calc-holder .calc-results {
  background: #f3f7fa;
  border: 1px solid #dae7ef;
  border-radius: 4px;
  color: #0c2b3f;
  margin: 0 0 46px;
  padding: 10px 16px 14px;
  text-align: center; }
@media all and (max-width: 700px) {
  #main .calc-holder .calc-results {
    width: 100% !important;
    padding: 5px 0 !important;
    margin: 0 0 10px !important;
  }
}
  #main .calc-holder .calc-results dt,
  #main .calc-holder .calc-results dd {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 18px 0 0; }
  #main .calc-holder .calc-results dt {
    font-weight: 600;
    width: 100%; }
  #main .calc-holder .calc-results dd {
    color: #009de4;
    font-size: 20px; }

#main .calc-holder .example-holder {
  border-radius: 4px;
  border: 1px solid #d4e3e9;
  color: #868686;
  line-height: 1.1875;
  min-height: 208px;
  padding: 14px 18px 18px;
  text-align: left; }
  #main .calc-holder .example-holder h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 14px; }
  #main .calc-holder .example-holder h3 {
    font-size: 16px;
    margin: 0 0 6px;
    text-transform: uppercase; }
  #main .calc-holder .example-holder p strong {
    color: #009de4; }

#main .calc-holder .example-columns {
  border-top: 1px dashed #d4e3e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px;
  padding: 16px 10px 6px; }
  @media (max-width: 1022px) {
    #main .calc-holder .example-columns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #main .calc-holder .example-columns > div {
    max-width: 49%;
    padding: 0 40px 0 0; }
    @media (max-width: 1022px) {
      #main .calc-holder .example-columns > div {
        max-width: none;
        padding: 0; } }
  #main .calc-holder .example-columns p {
    margin: 0 0 7px; }

#main .calc-holder .note {
  color: #000;
  font-size: 10px;
  line-height: 11px; }
  #main .calc-holder .note p {
    margin: 0; }

#main .calc-holder .description {
  border: 0;
  background: none;
  margin: 7px 1.6% 14px 0;
  text-align: left;
  width: 32.3%; }
  @media (max-width: 767px) {
    #main .calc-holder .description {
      margin: 20px 0;
      padding-top: 0;
      width: auto; } }
  #main .calc-holder .description:after {
    display: none; }

#main .calc-holder .form {
  background: #fef3f5;
  border-color: #e71d33;
  box-shadow: 0 -1px 0 #e71d33;
  padding: 14px 30px;
  width: auto; }
  @media (max-width: 767px) {
    #main .calc-holder .form {
      background: none;
      border: 0;
      box-shadow: none;
      padding-right: 16px;
      padding-left: 16px; } }
  #main .calc-holder .form h2 {
    border: 0;
    color: #ee3645;
    margin: 0 0 11px;
    padding: 0; }
  #main .calc-holder .form .row {
    margin: 0 0 4px; }

.ajax-form {
  background: none;
  float: none;
  padding: 0; }
  .ajax-form .form {
    float: none !important;
    margin: 2px 0 0 !important;
    width: 560px !important; }
    @media (max-width: 1022px) {
      .ajax-form .form {
        background: #f3f7fb;
        border: 1px solid #dce8ef;
        box-shadow: 0 -2px 0 #009ce4;
        border-radius: 4px;
        padding: 24px 2.8%; } }
    @media (max-width: 767px) {
      .ajax-form .form {
        width: 300px !important; } }

.accordion {
  overflow: hidden;
  padding: 7px 0 19px; }
  .accordion .accordion-block {
    overflow: hidden;
    margin: 0 0 2px; }
  .accordion .opener {
    border-radius: 4px;
    display: block;
    border: 1px solid #dce8ef;
    font-weight: 600;
    color: #009ce4;
    padding: 12px 15px 11px;
    overflow: hidden; }
    .accordion .opener:hover {
      text-decoration: none;
      background: #f3f7fb; }
      .accordion .opener:hover .lnr {
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg); }
    .accordion .opener .lnr {
      width: 22px;
      height: 22px;
      display: inline-block;
      border: 1px solid #009ce4;
      color: #009ce4;
      font-size: 12px;
      line-height: 20px;
      border-radius: 50%;
      text-align: center;
      margin: 3px 0 0 0;
      -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease;
      float: right;
      padding: 0 0 0 2px; }
  .accordion .slide {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: none;
    padding: 15px; }
  .accordion .active .opener {
    background: #f3f7fb; }
    .accordion .active .opener .lnr {
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg); }
  .accordion .active .slide {
    display: block; }

@media (min-width: 768px) {
  .sun-nav {
    margin: 0 0 20px 0; } }

.sun-nav .btn, .sun-nav button, .sun-nav
input[type='button'], .sun-nav
input[type='reset'], .sun-nav
input[type='file'], .sun-nav
input[type='submit'] {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  padding: 14px 10px; }
  @media (min-width: 768px) {
    .sun-nav .btn, .sun-nav button, .sun-nav
    input[type='button'], .sun-nav
    input[type='reset'], .sun-nav
    input[type='file'], .sun-nav
    input[type='submit'] {
      margin: 0; } }

.sun-nav ul {
  border-bottom: 1px solid #d4e3ea;
  padding: 0 0 15px;
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .sun-nav ul {
      margin: 0 0 33px; } }
  .sun-nav ul li {
    margin: 0 0 16px; }
  .sun-nav ul a {
    display: block;
    color: #313c40;
    font-weight: 600; }
    .sun-nav ul a .lnr {
      width: 22px;
      height: 22px;
      display: inline-block;
      border: 1px solid #009ce4;
      color: #009ce4;
      font-size: 12px;
      line-height: 20px;
      border-radius: 50%;
      text-align: center;
      margin: 0 4px 0 0;
      -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease;
      padding: 0 0 0 2px; }
  .sun-nav ul .active a .lnr,
  .sun-nav ul a:hover .lnr {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    -webkit-transform: rotate(90deg); }
  .sun-nav ul ul {
    padding: 8px 0 0 6px;
    border: 0; }
    @media (min-width: 768px) {
      .sun-nav ul ul {
        margin: 0 -28px 0 0;
        padding-left: 6px; } }
    .sun-nav ul ul li {
      margin: 0 0 1px; }
    .sun-nav ul ul a {
      padding: 6px 12px;
      font-weight: 400;
      font-size: 15px; }
    .sun-nav ul ul .active a,
    .sun-nav ul ul a:hover {
      background: #e7eFF3;
      color: #009ce4; }

.intro {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .intro {
      font-size: 24px;
      line-height: 37px;
      margin: 0 0 41px; } }

.loader {
  width: 32px;
  height: 32px;
  display: none;
  margin: 0 auto 3px;
  border-radius: 50%;
  box-shadow: 2px -2px 0 0 #009ce4;
  clear: both;
  -webkit-animation: loading 0.5s linear infinite;
          animation: loading 0.5s linear infinite;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  position: relative;
  top: 20px; }

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loading {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.news-holder {
  overflow: hidden;
  padding: 27px 0 53px; }
  .news-holder.is-busy .loader {
    display: block; }
  .news-holder .load-target {
    margin: 0 -11px;
    overflow: hidden; }
  .news-holder .news-item {
    float: left;
    padding: 0 11px 27px;
    width: 100%; }
    @media (min-width: 480px) {
      .news-holder .news-item {
        width: 49.5%; } }
    @media (min-width: 768px) {
      .news-holder .news-item {
        width: 32%; } }
  .news-holder .article {
    padding: 15px;
    border: 1px solid #dce8ef;
    background: #fff;
    border-radius: 4px;
    line-height: 27px; }
    .news-holder .article p {
      margin: 0 0 8px;
      height: 50px;
      overflow: hidden; }
    .news-holder .article img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 0 16px; }
    .news-holder .article .btn, .news-holder .article button, .news-holder .article
    input[type='button'], .news-holder .article
    input[type='reset'], .news-holder .article
    input[type='file'], .news-holder .article
    input[type='submit'] {
      width: 100%;
      font-weight: normal; }
  @media (min-width: 768px) {
    .news-holder .col {
      float: left;
      width: 32%;
      margin: 0 0 0 2%; }
      .news-holder .col:first-child {
        margin-left: 0; } }
  .news-holder .loader-holder {
    text-align: center; }

.map img {
  width: 100%;
  height: auto;
  display: block; }

.find-widget {
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 768px) {
    .find-widget {
      margin: -20px 0 20px !important; } }
  .find-widget h3 {
    margin: 0 0 24px; }
  .find-widget .search-form {
    padding: 5px 8px 10px;
    background: #e7f2f8;
    border: 1px solid #c2e4f7;
    border-radius: 4px;
    margin: 0 0 12px; }
    .find-widget .search-form label {
      font-weight: 600;
      font-size: 14px;
      color: #0d2b3e;
      display: block;
      margin: 0 0 4px; }
    .find-widget .search-form input[type='search'] {
      width: 100%;
      height: 34px;
      border: 1px solid #dce8ef;
      border-radius: 4px;
      font-size: 14px;
      line-height: 20px;
      float: left;
      padding: 6px 10px; }
    .find-widget .search-form input[type='submit'] {
      width: 36px;
      height: 34px;
      color: #fff;
      float: right;
      padding: 2px;
      position: absolute;
      top: 0;
      right: 0; }
    .find-widget .search-form .row {
      position: relative;
      padding: 0 43px 0 0; }
  .find-widget .note-list {
    overflow: hidden;
    padding: 0 0 30px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dce8ef; }
    .find-widget .note-list li {
      float: left;
      margin: 0 28px 0 0;
      font-size: 14px;
      line-height: 20px; }
      .find-widget .note-list li:last-child {
        margin-left: 0; }
      .find-widget .note-list li img {
        width: 14px;
        height: 20px;
        vertical-align: baseline;
        display: inline-block;
        margin: 0 4px 0 0;
        position: relative;
        top: 5px; }

.town-list {
  overflow: hidden;
  color: #0d2b3e;
  margin: -4px 0 0; }
  .town-list li {
    overflow: hidden;
    background: #e7f2f8;
    border: 1px solid #c2e4f7;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    margin: 0 0 5px; }
    .town-list li a {
      color: #0d2b3e; }
      .town-list li a span {
        float: right;
        font-weight: 400; }

@media (min-width: 768px) and (max-width: 1023px) {
  .town-list li a span {
    float: none;
    display: block; } }
    .town-list li:hover, .town-list li:visited {
      color: #0d2b3e; }

.contact-form {
  overflow: hidden;
  border-bottom: 1px solid #dce8ef;
  padding: 33px 0 40px;
  margin: 0 0 30px; }
  .contact-form label {
    display: block;
    font-size: 16px;
    font-weight: 600; }
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form select,
  .contact-form textarea,
  .contact-form .jcf-select {
    display: block;
    width: 100%;
    margin: 0 0 19px;
    height: 34px; }
  .contact-form .jcf-select {
    padding: 0 30px 0 0;
    position: relative; }
  .contact-form .jcf-select-text {
    width: 100%;
    padding: 6px 10px;
    display: block; }
  .contact-form .jcf-select-opener {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -12px 0 0; }
    .contact-form .jcf-select-opener:after {
      content: "";
      width: 7px;
      height: 7px;
      border: 1px solid #009ce4;
      border-width: 1px 1px 0 0;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -4px -4px 0 0;
      -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg); }
  .contact-form textarea {
    height: 295px;
    max-height: 295px;
    max-width: 100%;
    min-height: 100px;
    min-width: 100%; }
  .contact-form .sel {
    position: relative;
    overflow: hidden; }
    .contact-form .sel select {
      top: 0;
      left: 0; }
  .contact-form .fields {
    overflow: hidden;
    margin: 0 0 6px; }
    @media (min-width: 768px) {
      .contact-form .fields .col {
        float: left;
        width: 38%;
        margin: 0 3% 0 0; }
      .contact-form .fields .textarea {
        float: left;
        width: 59%; } }
  .contact-form input[type=submit] {
    width: 138px;
    float: right; }
  .contact-form .wpcf7-recaptcha {
    padding-top: 1px; }

.map-search {
  position: relative;
  height: 188px;
  overflow: hidden;
  margin: 20px -10px -30px; }
  .map-search .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    .map-search .img img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0); }
  @media (min-width: 1023px) {
    .map-search {
      margin: 33px -40px -40px; } }
  .map-search .find-block {
    border-radius: 4px;
    border: 1px solid #dce8ef;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    left: 50%;
    max-width: 948px;
    width: 90%;
    text-align: center;
    padding: 10px; }
    @media (min-width: 768px) {
      .map-search .find-block {
        padding: 19px; } }
    .map-search .find-block .search-form {
      margin: 0; }
    .map-search .find-block h3 {
      display: inline-block;
      vertical-align: middle;
      margin: 0 26px 0 0; }
    .map-search .find-block .row {
      display: inline-block;
      vertical-align: middle; }
    .map-search .find-block input[type='search'] {
      width: 158px;
      margin: 0 10px 0 0;
      height: 34px; }
      @media (min-width: 768px) {
        .map-search .find-block input[type='search'] {
          width: 258px; } }
    .map-search .find-block input[type='submit'] {
      width: 36px;
      height: 34px;
      color: #fff;
      float: right;
      padding: 2px; }

.contact-block {
  position: relative;
  height: 262px;
  background: #009ce4; }
  .contact-block .img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    overflow: hidden; }
    .contact-block .img img {
      width: auto;
      height: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      @media (min-width: 1440px) {
        .contact-block .img img {
          width: 100%;
          height: auto;
          display: block; } }
  .contact-block .container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; }
    @media (min-width: 768px) {
      .contact-block .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .contact-block .container h2 {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      color: #fff;
      font-weight: 400;
      padding-top: 2px; }
    .contact-block .container .btns {
      display: inline-block;
      vertical-align: middle;
      width: 100%; }
      @media (min-width: 1024px) {
        .contact-block .container .btns {
          text-align: right; } }
      @media (min-width: 1200px) {
        .contact-block .container .btns {
          max-width: 57%; } }
    .contact-block .container .btn, .contact-block .container button, .contact-block .container
    input[type='button'], .contact-block .container
    input[type='reset'], .contact-block .container
    input[type='file'], .contact-block .container
    input[type='submit'] {
      margin: 10px 5px; }
      @media (min-width: 768px) {
        .contact-block .container .btn, .contact-block .container button, .contact-block .container
        input[type='button'], .contact-block .container
        input[type='reset'], .contact-block .container
        input[type='file'], .contact-block .container
        input[type='submit'] {
          margin: 7px -3px 0 30px !important; } }

#header #cookie-notice {
  position: static;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background-color: #f3f7fb !important;
  color: #0d2b3e !important; }
  @media (max-width: 767px) {
    #header #cookie-notice {
      margin-top: -12px;
      margin-bottom: 0;
      font-size: 13px;
      line-height: 16px; } }

#enquire-form .field-type-checkbox label {
  font-size: 12px;
  display: block; }

#enquire-form .field-type-radio {
  font-size: 12px;
}

.js-branches-map {
  width: 100%;
  height: 660px;
  border-radius: 5px; }
  @media (max-width: 1022px) {
    .js-branches-map {
      height: 560px; } }
  @media (max-width: 768px) {
    .js-branches-map {
      height: 422px; } }
  @media (max-width: 767px) {
    .js-branches-map {
      height: 342px; } }
  @media (max-width: 479px) {
    .js-branches-map {
      height: 218px; } }

.js-branch-location-map {
  width: 100%;
  height: 320px; }
  @media (max-width: 767px) {
    .js-branch-location-map {
      height: 352px; } }
  @media (max-width: 479px) {
    .js-branch-location-map {
      height: 217px; } }

div.wpcf7-mail-sent-ok {
  display: none !important; }

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #ff5c5b; }

.body-home .main-nav li.active > a {
  background: none;
  border: none; }
  .body-home .main-nav li.active > a:hover {
    background: #f3f7fb;
    border: 1px solid #dce8ef; }

.body-home .main-nav > ul > li:first-child > a {
  background: #f3f7fb;
  border: 1px solid #dce8ef; }

.logos-strip {
  padding: 0; }
  .choose-box + .logos-strip {
    margin-top: -60px; }
    @media (max-width: 767px) {
      .choose-box + .logos-strip {
        margin-top: -30px; } }
  .logos-strip .container {
    border-bottom: 1px solid #E9E9E9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 30px; }
  .logos-strip .logo-holder {
    padding: 15px;
    width: 20%; }
    @media (max-width: 767px) {
      .logos-strip .logo-holder {
        width: 33.3333%; } }
    .logos-strip .logo-holder img {
      height: auto;
      max-width: 100%; }
/*# sourceMappingURL=style.css.map */

button.feefowidget-left-button,
button.feefowidget-right-button {
  padding-left: 0;
  padding-right: 0;
}

#enquire-form .field-type-radio {
  font-size: 12px;
}

.modal.in{
    z-index: 999999999;
}
.modal-backdrop {
    z-index: 999999998;
}

.visual .img-holder picture img {
    width: 100% !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
