@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("//hello.myfonts.net/count/2eae21");
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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

/*=========================================================

  FONTS

  Calibri
    calibri italic
    calibri bold italic
    calibri bold

=========================================================*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'calibri';
  src: url("../assets/fonts/2EAE21_3_0.eot");
  src: url("../assets/fonts/2EAE21_3_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/2EAE21_3_0.woff2") format("woff2"), url("../assets/fonts/2EAE21_3_0.woff") format("woff"), url("../assets/fonts/2EAE21_3_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

/*=========================================================

  MIXINS & FUNCTIONS

  01. #VERTICAL-ALIGNMENT
      http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/

  02. #BORDER-RADIUS
      https://web-design-weekly.com/2013/05/12/handy-sass-mixins/

  03. #BUTTON-3D

=========================================================*/
/*=========================================================
  01. #VERTICAL-ALIGNMENT
=========================================================*/
/*=========================================================
  01. #BORDER-RADIUS

  USAGE:

  .button {
    @include border-radius(5px);
  }

  .submit-button {
    @include border-top-radius(10px);
    @include border-right-radius(8px);
    @include border-bottom-radius(10px);
    @include border-left-radius (6px);
  }

=========================================================*/
/*  
  ZURB Foundation components:
  Import the building blocks you need for your project. 
  Reducing the number of imported components will optimize page speed.
*/
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #909093;
  cursor: auto;
  font-family: "calibri", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 64.375rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8;
      color: #222222; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: "calibri", Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "calibri_bold", Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #8DC53F;
  border-color: #71a030;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #71a030; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #8DC53F;
    border-color: #71a030;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #71a030; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #8DC53F;
    border-color: #71a030;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #71a030; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #8DC53F; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #8DC53F;
      border-color: #71a030;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #71a030; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #8DC53F; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block; } }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inline-list > li > * {
      display: block; }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 64.375rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 64.375rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 64.375rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 64.375rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 64.375rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 64.375rem;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.0625em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 64.375rem;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

.switch {
  border: none;
  margin-bottom: 0;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #F1F1F1;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #008DD1; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #F1F1F1; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #008DD1; }
  .switch.large label {
    height: 3rem;
    width: 6rem; }
  .switch.large label:after {
    height: 2.5rem;
    width: 2.5rem; }
  .switch.large input:checked + label:after {
    left: 3.25rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008DD1;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0079b4; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #2D3134;
  font-family: "calibri_bold", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #707a81;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 1.875rem; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.4375rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #707a81;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #ddeec5;
  border-color: #c9e4a4;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #909093;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: none; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #596167; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #596167; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #000000; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 3.125rem; }
  h2 {
    font-size: 2.375rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.3125rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/* 
  Font Awesome - (http://fontawesome.io/) :
  Feel free to remove the import statement below if you don't plan to use icon-fonts in your project
*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../assets/fontawesome/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../assets/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../assets/fontawesome/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../assets/fontawesome/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../assets/fontawesome/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../assets/fontawesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/* 
  My custom styles:
  Add your scss files below to structure your project styles
*/
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../assets/images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.tippy-touch {
  cursor: pointer !important; }

.tippy-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.tippy-popper {
  max-width: 400px;
  -webkit-perspective: 800px;
  perspective: 800px;
  z-index: 9999;
  outline: 0;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none; }

.tippy-popper.html-template {
  max-width: 96%;
  max-width: calc(100% - 20px); }

.tippy-popper[x-placement^=top] [x-arrow] {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 9px; }

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px; }

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px; }

.tippy-popper[x-placement^=top] [x-circle] {
  -webkit-transform-origin: 0 33%;
  transform-origin: 0 33%; }

.tippy-popper[x-placement^=top] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -55%);
  transform: scale(1) translate(-50%, -55%);
  opacity: 1; }

.tippy-popper[x-placement^=top] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0); }

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(90deg);
  transform: translateY(0) rotateX(90deg); }

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1); }

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0); }

.tippy-popper[x-placement^=bottom] [x-arrow] {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 9px; }

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
  border-bottom: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px; }

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
  border-bottom: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -10px; }

.tippy-popper[x-placement^=bottom] [x-circle] {
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%; }

.tippy-popper[x-placement^=bottom] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -45%);
  transform: scale(1) translate(-50%, -45%);
  opacity: 1; }

.tippy-popper[x-placement^=bottom] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -5%);
  transform: scale(0.15) translate(-50%, -5%);
  opacity: 0; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top; }

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0); }

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-90deg);
  transform: translateY(0) rotateX(-90deg); }

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1); }

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0); }

.tippy-popper[x-placement^=left] [x-arrow] {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 6px 0; }

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
  border-left: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px; }

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
  border-left: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -10px; }

.tippy-popper[x-placement^=left] [x-circle] {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.tippy-popper[x-placement^=left] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

.tippy-popper[x-placement^=left] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
  border-left: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-left: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-left: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right; }

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0); }

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-90deg);
  transform: translateX(0) rotateY(-90deg); }

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1); }

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0); }

.tippy-popper[x-placement^=right] [x-arrow] {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 6px 0; }

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
  border-right: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -5px; }

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
  border-right: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -10px; }

.tippy-popper[x-placement^=right] [x-circle] {
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0; }

.tippy-popper[x-placement^=right] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

.tippy-popper[x-placement^=right] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
  border-right: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left; }

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0); }

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(90deg);
  transform: translateX(0) rotateY(90deg); }

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1); }

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0); }

.tippy-popper .tippy-tooltip.transparent-theme {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
  background-color: transparent; }

.tippy-popper .tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
  background-color: #fff; }

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent; }

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: .95rem;
  padding: .4rem .8rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333; }

.tippy-tooltip--small {
  padding: .25rem .5rem;
  font-size: .8rem; }

.tippy-tooltip--big {
  padding: .6rem 1.2rem;
  font-size: 1.2rem; }

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent; }

.tippy-tooltip[data-interactive] {
  pointer-events: auto; }

.tippy-tooltip[data-inertia] {
  -webkit-transition-timing-function: cubic-bezier(0.53, 1, 0.36, 0.85);
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85); }

.tippy-tooltip [x-arrow] {
  position: absolute;
  width: 0;
  height: 0; }

.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 130%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: all ease;
  transition: all ease; }

.tippy-tooltip [x-circle]:before {
  content: "";
  padding-top: 90%;
  float: left; }

@media (max-width: 450px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px); } }

/*=========================================================

  GLOBAL CLASSES

  01. #Global
  02. #Lists
  03. #Content wrapper
  04. #Utility classes
      04.1 Overflow hidden

=========================================================*/
/*=========================================================
  01. #global
=========================================================*/
body {
  max-width: 100%;
  overflow-x: hidden; }

p {
  line-height: 1.6; }

.header-image {
  height: 60px;
  line-height: 60px;
  background-size: cover;
  background-position: right bottom; }
  @media only screen and (min-width: 1025px) {
    .header-image {
      height: 76px;
      line-height: 76px; } }
  .header-image .welcome {
    display: inline-block;
    vertical-align: middle;
    font-family: calibri_bold; }
    .header-image .welcome .welcome-title {
      font-size: 16px;
      line-height: 16px;
      color: #2D3134; }
    .header-image .welcome .welcome-user {
      color: #FFFFFF;
      font-size: 21px;
      line-height: 21px; }

.main {
  padding-bottom: 2.8125rem; }

.main.main-content a {
  text-decoration: underline;
  font-family: "calibri", Arial, sans-serif; }

.main.main-content ul {
  font-size: 1.125rem;
  font-family: "calibri", Arial, sans-serif;
  color: #2D3134;
  margin-left: 0;
  margin-bottom: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .main.main-content ul {
      font-size: 1.125rem; } }
  .main.main-content ul li {
    position: relative;
    padding-left: 3.625rem;
    margin-top: 0.625rem;
    padding-top: 0; }
    .main.main-content ul li:first-child {
      margin-top: 0; }
    .main.main-content ul li:before {
      position: absolute;
      top: 10px;
      left: 16px;
      color: #0057A7;
      font-family: "baltcom";
      font-size: 0.75rem;
      line-height: 1;
      content: "\e618"; }

/*=========================================================
  02. #lists
=========================================================*/
ul, ul li ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0; }

/*=========================================================
  03. #content wrapper
=========================================================*/
.content-wrapper {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  position: relative;
  transition: all 300ms ease-out, 0.2s 300ms ease-out, ease-in 300ms ease-out;
  z-index: 2;
  background: #fff;
  overflow-x: hidden;
  padding-bottom: 4.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .content-wrapper.is-pushed-left {
    -webkit-transform: translate3d(-255px, 0, 0);
    -moz-transform: translate3d(-255px, 0, 0);
    -ms-transform: translate3d(-255px, 0, 0);
    -o-transform: translate3d(-255px, 0, 0);
    transform: translate3d(-255px, 0, 0); }

/*=========================================================
  04. #Utility classes
=========================================================*/
/*=========================================================
  04.1 #Overflow hidden
=========================================================*/
.overflow-hidden {
  overflow: hidden; }

@media only screen and (max-width: 40em) {
  .collapse-for-small {
    padding: 0 !important; } }

@media (max-width: 640px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 641px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1025px) {
  .hidden-lg {
    display: none !important; } }

.banner-ad img {
  width: 100%; }

.cc-grower {
  position: relative;
  z-index: 2; }

.column-divider {
  position: relative; }

.column-divider::after {
  content: '';
  height: 120px;
  width: 2px;
  background: #9eadb4;
  position: absolute;
  left: 50%;
  top: 15px; }

.column-divider.pricing--small {
  display: inline-block; }
  .column-divider.pricing--small::after {
    transform: translateY(-50%);
    top: 50%; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-bordered {
  border-radius: 6px; }

.line-heigh-initial {
  line-height: 1; }

.d-block {
  display: block; }

.d-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }

.mob-centered {
  text-align: center; }
  @media only screen and (max-width: 40em) {
    .mob-centered {
      margin-top: 15px; } }
  .mob-centered img {
    display: inline-block; }

/*=========================================================

  SPACING
  Only with margin top as primary

  01. #margin-top values
  02. #margin-bottom values
  03. #margin-left

=========================================================*/
/*=======================================================
   01. #margin-top
//=======================================================*/
.mt-0 {
  margin-top: 0 !important; }

.mt-sm {
  margin-top: 0.625rem; }

.mt-md {
  margin-top: 1.5625rem; }

.mt-40 {
  margin-top: 40px; }

.mt-30 {
  margin-top: 30px; }

.mt-20 {
  margin-top: 20px; }

.mt-lg {
  margin-top: 2.1875rem; }
  @media only screen and (max-width: 40em) {
    .mt-lg {
      margin-top: 1.25rem; } }

@media only screen and (min-width: 40.0625em) {
  .mt-md-30 {
    margin-top: 1.875rem; } }

@media only screen and (min-width: 40.0625em) {
  .mb-md-20 {
    margin-bottom: 1.25rem; } }

.mt-xlg {
  margin-top: 3.125rem; }
  @media only screen and (max-width: 40em) {
    .mt-xlg {
      margin-top: 2.375rem; } }

@media only screen and (max-width: 40em) {
  .mt-0-mob {
    margin-top: 0; } }

@media only screen and (max-width: 64em) {
  .mt-md-lg {
    margin-top: 2.1875rem; } }

@media only screen and (min-width: 40.0625em) {
  .mt-xxlg {
    margin-top: 5.625rem; } }

/*=======================================================
   02. #margin-bottom
//=======================================================*/
.mb-10 {
  margin-bottom: 0.625rem; }

.mb-20 {
  margin-bottom: 1.25rem; }

/*=======================================================
   03. #margin-left
//=======================================================*/
.ml-md {
  margin-left: 25%; }
  @media only screen and (max-width: 390px) {
    .ml-md {
      margin-left: 16%; } }

.mt-0 {
  margin-top: 0; }

/*=========================================================

  TYPOGRAPHY

  01. #GLOBAL-TYPOGRAPHY
      Global settings for typography settings

  02. #TITLES
      .title-claim - used for subtitles in homepage

  03. #EXTRA TEXT STYLES
      03.1  .text--calc - used for green text
      03.2  .note       - used for small grey note (order form - sidebar)


=========================================================*/
/*=========================================================
  01. #global-typography
=========================================================*/
@media only screen and (min-width: 40.0625em) {
  h1 {
    line-height: 1; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  h1 {
    font-size: 2.5rem; } }

.h1 {
  font-size: 3.125rem; }
  @media only screen and (max-width: 40em) {
    .h1 {
      font-size: 1.875rem; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .h1 {
      font-size: 2.5rem; } }

strong, b {
  font-weight: normal;
  font-family: "calibri_bold", Arial, sans-serif; }

dl dt {
  font-weight: normal;
  font-family: "calibri_bold", Arial, sans-serif; }

ol {
  margin-left: 0; }

a {
  color: #0094d6; }

/*=========================================================
  02. #titles
=========================================================*/
.page-title {
  margin-top: 1.25rem; }
  @media only screen and (max-width: 64em) {
    .page-title {
      margin-top: 0.875rem; } }

.page-subtitle {
  color: #909093;
  font-family: "calibri", Arial, sans-serif; }

.title--on-dark {
  color: #FFFFFF; }

.title--choose-more {
  margin-top: 0.3125rem;
  margin-bottom: 0.9375rem; }
  .title--choose-more p {
    color: #2D3134;
    font-size: 1.3125rem;
    font-family: "calibri_bold", Arial, sans-serif;
    line-height: 1.5625rem;
    display: inline-block;
    margin-bottom: 0; }
  .title--choose-more [class^="icon"] {
    color: #008DD1;
    font-size: 1.5625rem;
    float: left;
    margin-right: 0.9375rem; }

.title--add-more {
  margin-top: 1.25rem; }
  .title--add-more a {
    color: #2D3134;
    font-size: 1.125rem; }
  .title--add-more [class^="icon"] {
    font-size: 1rem;
    margin-right: 0.625rem; }

.title--back {
  color: #2D3134;
  margin-top: 1rem;
  display: inline-block;
  margin-bottom: 4.375rem; }
  .title--back [class^="icon"] {
    color: #909093;
    font-size: 0.625rem;
    margin-right: 0.25rem; }

/*=========================================================
  03. #extra text styles
=========================================================*/
.text--calc {
  color: #85BD19;
  margin-left: 0.3125rem; }

.note {
  font-size: 0.875rem;
  color: #909093;
  line-height: 1.2;
  margin-top: 0.3125rem; }
  @media only screen and (max-width: 40em) {
    .note {
      width: 220px;
      float: right; } }

.info-note {
  color: #2D3134;
  margin-top: 0.625rem;
  margin-bottom: 0; }
  .info-note a {
    text-decoration: underline; }
  @media only screen and (max-width: 64em) {
    .info-note {
      margin-top: 2.375rem; } }

.text--light {
  color: #909093; }

.required {
  color: #EB343D; }

.link, .calendar-block .direction-link-bottom {
  color: #7D7F83;
  text-decoration: underline;
  display: inline-block; }

.link--block {
  display: block;
  margin-bottom: 1.25rem;
  text-decoration: underline;
  line-height: 1rem; }
  .link--block .icon-clip {
    color: #7D7F83;
    margin-right: 0.75rem;
    width: 6px;
    text-align: center; }

.text-sm {
  font-size: 0.8125rem; }

.text-info-sm {
  color: #7e8093; }

.text-md {
  font-size: 20px; }

/*=========================================================

  ANIMATIONS

  01. #move-in
    // side navigation - close icon

  02. #bounceInDown


=========================================================*/
/*=========================================================
  01. #move-in
=========================================================*/
@-webkit-keyframes move-in {
  0% {
    -webkit-transform: translateX(150px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes move-in {
  0% {
    -moz-transform: translateX(150px); }
  100% {
    -moz-transform: translateX(0); } }

@-ms-keyframes move-in {
  0% {
    -ms-transform: translateX(150px); }
  100% {
    -ms-transform: translateX(0); } }

@-o-keyframes move-in {
  0% {
    -o-transform: translateX(150px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes move-in {
  0% {
    transform: translateX(150px); }
  100% {
    transform: translateX(0); } }

/*=========================================================
  02. #bounceInDown
=========================================================*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.1, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.1, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@media print {
  body {
    overflow-x: visible !important; }
  .content-wrapper {
    display: none;
    visibility: hidden; }
  #channel-list-modal {
    display: block;
    top: 0 !important;
    border: none !important; }
    #channel-list-modal table {
      font-size: 0.8125rem !important; }
      #channel-list-modal table td {
        padding: 3px 10px !important;
        line-height: 1 !important; }
      #channel-list-modal table [class^="icon"] {
        margin-right: 10px; }
    #channel-list-modal .modal-content {
      max-height: none; }
    #channel-list-modal .modal-header {
      display: none; }
    #channel-list-modal .printing-headline {
      display: none; }
  .footer--main {
    display: none;
    visibility: hidden; }
  #channels-list,
  .channels-list {
    font-size: 0.75rem !important; }
    #channels-list td,
    .channels-list td {
      padding: 0 !important; }
    #channels-list td strong,
    .channels-list td strong {
      padding: 0 !important; }
    #channels-list img,
    .channels-list img {
      max-height: 1rem !important;
      padding-right: 0.625rem; } }

/* 
 Global styles for FoundationPress
 Demo: http://foundationpress.olefredrik.com
*/
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

figure {
  margin: 0;
  padding: 0; }

figcaption {
  margin-bottom: 1.25rem;
  margin-top: 0.625rem;
  color: #6f6f6f; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

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

blockquote.alignleft,
img.alignleft {
  margin: 0.4375rem 1.5rem 0.4375rem 0; }

.wp-caption.alignleft {
  margin: 0.4375rem 0.875rem 0.4375rem 0; }

blockquote.alignright,
img.alignright {
  margin: 0.4375rem 0 0.4375rem 1.5rem; }

.vc-content img {
  margin-bottom: 1.375rem; }

/*=========================================================

  LOGO

=========================================================*/
.logo {
  display: block;
  width: auto;
  margin-top: 2.25rem; }
  html.svg .logo {
    background: url("../assets/images/baltcom.svg") no-repeat center center;
    background-size: 99% auto; }
    html.svg .logo img {
      display: none; }
    html.svg .logo.custom-logo {
      background-image: url("../assets/images/logo_powered_by_baltcom_v2.jpg");
      background-size: 100% auto;
      height: 48px;
      cursor: default; }
    @media (min-width: 641px) {
      html.svg .logo.custom-logo {
        background-size: 400px auto; } }
  .logo img {
    max-width: 100%;
    width: 99%;
    height: auto; }
  @media only screen and (min-width: 40.0625em) {
    .logo {
      width: 225px;
      height: 45px; } }
  @media only screen and (max-width: 40em) {
    .logo {
      width: 160px;
      height: 32px; } }

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

/*=========================================================

  ICONS

=========================================================*/
[class^="icon-"], [class*=" icon-"] {
  font-family: 'baltcom';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-file:before {
  content: "\e901"; }

.icon-pin:before {
  content: "\e903"; }

.icon-headphones:before {
  content: "\e900"; }

.icon-tags:before {
  content: "\e904"; }

.icon-rocket:before {
  content: "\e902"; }

.icon-printer:before {
  content: "\e62a"; }

.icon-warning:before {
  content: "\e629"; }

.icon-search:before {
  content: "\e628"; }

.icon-heart:before {
  content: "\e627"; }

.icon-clip:before {
  content: "\e626"; }

.icon-place:before {
  content: "\e625"; }

.icon-arrow-down:before {
  content: "\e623"; }

.icon-arrow-up:before {
  content: "\e624"; }

.icon-question:before {
  content: "\e622"; }

.icon-arrow-left:before {
  content: "\e600"; }

.icon-arrow-right:before {
  content: "\e601"; }

.icon-arrow-right2:before {
  content: "\e616"; }

.icon-baltcom {
  vertical-align: middle; }
  .icon-baltcom:before {
    content: "\e602";
    display: inline-block;
    transform: translateY(-50%);
    position: relative;
    top: 50%; }

.icon-cup:before {
  content: "\e603"; }

.icon-dots:before {
  content: "\e604"; }

.icon-envelope:before {
  content: "\e605"; }

.icon-friends:before {
  content: "\e606"; }

.icon-handshake:before {
  content: "\e607"; }

.icon-location:before {
  content: "\e608"; }

.icon-phone:before {
  content: "\e609"; }

.icon-plane:before {
  content: "\e60a"; }

.icon-triangle-down:before {
  content: "\e60b"; }

.icon-triangle-right:before {
  content: "\e60c"; }

.icon-twitter:before {
  content: "\e60d"; }

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

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

.icon-cross:before {
  content: "\e60e"; }

.icon-24 {
  font-family: "calibri_bold"; }

.icon-menu:before {
  content: "\e60f"; }

.icon-triangle-up:before {
  content: "\e610"; }

.icon-plus:before {
  content: "\e611"; }

.icon-close:before {
  content: "\e612"; }

.icon-triangle2-right:before {
  content: "\e613"; }

.icon-info {
  color: #008DD1;
  cursor: pointer;
  font-size: 1.125rem;
  position: relative;
  top: -1px;
  margin-left: 0.3125rem; }
  @media only screen and (max-width: 64em) {
    .icon-info {
      position: static; } }
  .icon-info:before {
    content: "\e614"; }

.icon-remove:before {
  content: "\e615"; }

.icon-ticked:before {
  content: "\e617"; }

.icon-circle:before {
  content: "\e618"; }

.icon-play:before {
  content: "\e619"; }

.icon-flag:before {
  content: "\e61a"; }

.icon-star:before {
  content: "\e61b"; }

.icon-backward:before {
  content: "\e61c"; }

.icon-forward:before {
  content: "\e61d"; }

.icon-lock:before {
  content: "\e61e"; }

.icon-pause:before {
  content: "\e61f"; }

.icon-rec:before {
  content: "\e620"; }

.icon-replay:before {
  content: "\e621"; }

/*=========================================================

  BREADCRUMBS

=========================================================*/
.breadcrumbs {
  margin-top: 1.5625rem;
  color: #2D3134; }
  .breadcrumbs [class^="icon"] {
    font-size: 0.5rem;
    color: #909093;
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .breadcrumbs a {
    color: #909093; }

/*=========================================================

  DIVIDER

  01. divider header 
      // after header - blue line


=========================================================*/
/*=======================================================
   01. #DIVIDER HEADER
//=======================================================*/
.divider--header {
  width: 100%;
  height: 5px;
  background: #008DD1; }

/*=========================================================

  PROGRESS BAR

=========================================================*/
.progress {
  color: #7D7F83;
  margin-top: 1.875rem;
  font-family: "calibri_bold"; }
  .progress .active {
    color: #008DD1; }
  .progress [class^="icon"] {
    font-size: 1.125rem; }
    @media only screen and (max-width: 40em) {
      .progress [class^="icon"] {
        position: relative;
        top: 3px; } }
  .progress p {
    width: auto;
    float: left;
    line-height: 2.25rem;
    margin: 0 3rem 0 0;
    color: #2D3134; }
    @media only screen and (max-width: 40em) {
      .progress p {
        margin-right: 1.25rem; } }
  .progress ul {
    width: auto; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .progress ul {
        clear: both;
        float: left;
        margin-top: 0.625rem; } }
  .progress li {
    display: inline-block;
    line-height: 2.25rem; }
    @media only screen and (max-width: 40em) {
      .progress li {
        float: left;
        width: 36px; } }
  .progress .sep {
    margin-left: 0.9375rem;
    margin-right: 0.625rem;
    vertical-align: middle;
    text-align: center; }
    @media only screen and (max-width: 40em) {
      .progress .sep {
        margin: 0; } }

.progress__number {
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border: 2px solid #7D7F83;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: block;
  float: left;
  margin-right: 1.125rem;
  text-align: center;
  line-height: 2rem; }
  .active .progress__number {
    border: none;
    background: #008DD1;
    color: #FFFFFF; }

/*=========================================================

  BUTTONS

  01. button
      // default button style (blue)

  02. button--secondary
      // secondary button style (green)

  03. button action
      // action button style (pink)

  04. button next
      // button in order form (blue)

  05. button bottom
      //button positioned absolute, bottom



=========================================================*/
/*=======================================================
   01. #BUTTON
//=======================================================*/
.button {
  height: 40px;
  line-height: 2.4375rem;
  color: #FFFFFF;
  padding: 0 0.8125rem;
  font-size: 1rem;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #008DD1;
  text-decoration: none !important; }
  .button:active, .button:hover {
    background: #007fbc; }
  .button:focus {
    outline: none !important;
    box-shadow: none !important; }
  .button [class^="icon"] {
    margin-left: 0.625rem;
    font-size: 0.625rem; }
  .button.md {
    min-width: 12.5rem; }
  .button.sm {
    min-width: 9.375rem; }

/*=======================================================
   02. #BUTTON--SECONADRY
//=======================================================*/
.button--secondary.button {
  background: #85BD19;
  height: 38px;
  line-height: 2.375rem; }
  .button--secondary.button:active, .button--secondary.button:hover {
    background: #78aa17; }

/*=======================================================
   03. #BUTTON--ACTION
//=======================================================*/
.button--action.button {
  background: #F74A4A; }
  .button--action.button:active, .button--action.button:hover {
    background: #f62b2b; }

/*=======================================================
   04. #BUTTON--NEXT
//=======================================================*/
.button--next {
  height: 48px;
  line-height: 3rem;
  display: inline-block;
  font-size: 1.3125rem;
  font-family: "calibri_bold", Arial, sans-serif;
  color: #FFFFFF;
  background: #008DD1;
  padding: 0 1.25rem;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  white-space: nowrap; }
  .button--next:hover, .button--next:active, .button--next:focus {
    color: #FFFFFF; }
  .button--next:focus {
    outline: none !important;
    box-shadow: none !important; }
  .button--next [class^="icon"] {
    font-size: 0.875rem;
    margin-left: 1.625rem; }

/*=======================================================
   05. #BUTTON BOTTOM
//=======================================================*/
@media only screen and (min-width: 40.0625em) {
  .button--bottom {
    position: absolute;
    bottom: 0;
    margin-bottom: 0 !important; } }

#service-electricity-link:focus {
  background-color: #008DD1; }

/*=======================================================
   06. #BUTTON POSITIONING
//=======================================================*/
.elektriba .button--next {
  margin-top: 1.875rem;
  margin-left: 24%; }
  @media only screen and (max-width: 390px) {
    .elektriba .button--next {
      margin-left: 16%; } }

.ru .elektriba .button--next {
  margin-top: 1.875rem;
  margin-left: 24%; }
  @media only screen and (max-width: 390px) {
    .ru .elektriba .button--next {
      margin-left: 16%; } }

.internets .button--next {
  margin-top: 1.875rem;
  margin-left: 20%; }

.televizija .button--next {
  margin-top: 1.875rem;
  margin-left: 20%; }

.ru .televizija .button--next {
  margin-top: 1.875rem;
  margin-left: 15%; }

.telefons .button--next {
  margin-top: 1.875rem;
  margin-left: 26%; }

.button--round {
  border: 2px solid #f8f6f7;
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  padding: 0 5px;
  white-space: nowrap;
  border-radius: 25px;
  min-width: 150px;
  text-align: center;
  display: inline-block; }
  .button--round:hover, .button--round:focus, .button--round:active {
    color: white; }
  .button--round span {
    font-size: 11px;
    position: relative;
    top: -1px;
    margin-left: 5px; }

/*=========================================================

  PRICE

=========================================================*/
.price {
  width: auto;
  display: inline-block; }
  .home .price {
    color: #FFFFFF; }
  @media only screen and (max-width: 64em) {
    .home .price {
      clear: both; } }
  .price span {
    display: block;
    text-align: center;
    width: auto;
    line-height: .9;
    font-size: 1.5rem;
    font-weight: bold; }
    .price span.sm {
      font-size: 0.625rem;
      font-weight: 400; }
  .price sub {
    bottom: 0;
    line-height: 1;
    font-size: 1rem; }
  .price strong {
    font-size: 3.125rem;
    line-height: 3.125rem;
    display: inline-block; }
  .price.price--highlighted {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .price.price--highlighted strong {
      color: #008DD1;
      padding: 0 3px; }
    .price.price--highlighted .price--first, .price.price--highlighted .price--last {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-flow: column;
      margin: 0;
      padding: 0;
      min-height: 35px; }
      .price.price--highlighted .price--first sup, .price.price--highlighted .price--last sup {
        top: 0;
        line-height: 1;
        font-size: 20px; }
      .price.price--highlighted .price--first sub, .price.price--highlighted .price--last sub {
        margin: 0;
        padding: 0;
        color: #7D7F83;
        font-size: 1rem;
        font-weight: normal; }
  .intro__slider .price {
    color: #9eacb4; }
    @media only screen and (max-width: 40em) {
      .intro__slider .price {
        color: #9eacb4; } }
  .price.price--old {
    position: relative;
    margin-right: 0.3125rem; }
    .price.price--old:after {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent url(../assets/images/stripe.png) no-repeat top left;
      z-index: 2; }
  .price .price-lg {
    position: relative;
    top: -5px; }

.price--first {
  width: auto;
  float: left;
  margin-top: 0.1875rem; }
  .price--first sup {
    text-align: right;
    margin-right: 0.125rem; }
  .price--first sub {
    margin-right: 0.125rem; }
  .price--highlighted .price--first sup {
    color: #008DD1; }
  .price--highlighted .price--first sub {
    font-size: 1.3125rem;
    padding-right: 0.3125rem;
    display: inline-block; }

.price--last {
  display: inline-block;
  text-align: left; }
  .price--highlighted .price--last sup {
    color: #008DD1; }

.price--simple {
  margin-bottom: 0;
  font-size: 1.125rem; }
  .price--simple i {
    font-family: "calibri", Arial, sans-serif;
    font-style: normal; }

@media only screen and (max-width: 40em) {
  .price__statement {
    margin-bottom: 1.25rem; } }

.price__statement .price {
  float: left;
  margin-right: 2.1875rem; }

.price__statement p {
  line-height: 1.4;
  margin-bottom: 0 !important; }

.price-holder .price--highlighted.price-big {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .price-holder .price--highlighted.price-big .price--last {
    line-height: 1;
    padding-top: 0.75rem; }
    @media only screen and (max-width: 40em) {
      .price-holder .price--highlighted.price-big .price--last {
        padding-top: 1.125rem; } }
  @media only screen and (max-width: 40em) {
    .price-holder .price--highlighted.price-big strong {
      font-size: 4.375rem; } }
  .price-holder .price--highlighted.price-big sup {
    top: 0;
    line-height: 1;
    font-size: 30px; }
    @media only screen and (max-width: 40em) {
      .price-holder .price--highlighted.price-big sup {
        font-size: 1.875rem; } }
  .price-holder .price--highlighted.price-big sub {
    top: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }

/*=========================================================

  LISTS

  01. list costs
      // order form (in sidebar)

  02. list bulleted
      // list with green icons - ticked (service pages)

  03. list links
      // list with blue links (services page)

  04. list icons
      //list with icons (service - tv page)

  05. list packages
      //list with images and plus sign (packages page)

  06. list simple
      // grey list of links which on hover are blue and underlined (faq page)

  07. list images
      // list of text and images (about us page)

  08. list inline
      // simple horizontal list (contacts page)

  09. list address
      // list with addresses (contacts page)
  10. list contacts
      // in business contacts


=========================================================*/
/*=======================================================
   01. #LIST COSTS
//=======================================================*/
.list--costs {
  color: #2D3134; }
  .list--costs .sum {
    font-size: 1.3125rem;
    font-family: "calibri_bold", Arial, sans-serif; }
    .list--costs .sum strong {
      font-size: 1.75rem;
      color: #008DD1;
      font-weight: normal; }
    .list--costs .sum i {
      font-style: normal;
      font-family: "calibri", Arial, sans-serif;
      font-size: 1rem;
      color: #909093; }

/*=======================================================
   02. #LIST BULLETED
//=======================================================*/
.list--bulleted {
  font-size: 1.3125rem;
  font-family: "calibri", Arial, sans-serif;
  color: #919195;
  margin-top: 0; }
  @media only screen and (max-width: 40em) {
    .list--bulleted {
      font-size: 1.125rem; } }
  .list--bulleted li {
    position: relative;
    padding-left: 2.125rem;
    padding-top: 0;
    line-height: 30px; }
    .list--bulleted li:before {
      position: absolute;
      top: 10px;
      left: 0px;
      color: #85BD19;
      font-family: "baltcom";
      font-size: 0.625rem;
      line-height: 1;
      content: "\e618"; }
  .list--bulleted.purple li:before {
    color: #873393; }
  .list--bulleted.blue li:before {
    color: #0057A7; }
  .list--bulleted.sky li:before {
    color: #0094d6; }
  .list--bulleted.pink li:before {
    color: #EB008B; }
  .list--bulleted.list--small {
    margin-top: 0;
    margin-bottom: 20px; }
    .list--bulleted.list--small li {
      font-size: 16px;
      padding-left: 33px;
      margin-top: 0; }
      .list--bulleted.list--small li::before {
        font-size: 6px;
        top: 11px; }

/*=======================================================
   03. #LIST LINKS
//=======================================================*/
.list--links li {
  margin-top: 0.625rem; }

.list--links a {
  text-decoration: underline; }

/*=======================================================
   04. #LIST ICONS
//=======================================================*/
.list--icons {
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.3125rem; }
  .list--icons li {
    display: inline-block; }
    @media only screen and (max-width: 64em) {
      .list--icons li {
        float: left; } }
    .list--icons li:last-child {
      margin-right: 0; }
  .list--icons [class^="icon"] {
    font-size: 1.875rem;
    color: #008DD1;
    min-height: 2.5625rem; }
  .list--icons .icon-rec {
    font-size: 2rem; }
  .list--icons .icon-pause {
    font-size: 1.5rem;
    padding-top: 0.375rem; }
  .list--icons .icon-star, .list--icons .icon-flag {
    font-size: 2.25rem; }
  .list--icons p {
    font-family: "calibri_bold", Arial, sans-serif;
    max-width: 79%;
    margin: auto;
    line-height: 1.3;
    margin-top: 0.625rem;
    word-wrap: break-word; }

/*=======================================================
   05. #LIST PACKAGES
//=======================================================*/
ul.list--packages {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 auto;
  display: flex;
  justify-content: center; }
  ul.list--packages li {
    text-align: center;
    position: relative;
    padding-left: 3.4375rem;
    padding-bottom: 0 !important;
    margin-right: 1.5625rem;
    display: inline-block; }
    @media only screen and (max-width: 40em) {
      ul.list--packages li {
        margin-right: 0.625rem;
        padding-left: 2.5rem;
        overflow: visible;
        float: none !important; } }
    ul.list--packages li:before {
      font-size: 1.5625rem;
      color: #7D7F83;
      display: block;
      font-family: "baltcom";
      content: "\e611";
      position: absolute;
      top: 25px;
      left: 0; }
    ul.list--packages li:first-child {
      padding-left: 0; }
      ul.list--packages li:first-child:before {
        display: none; }
    ul.list--packages li:last-child {
      margin-right: 0; }
  ul.list--packages h4 {
    margin-top: 0.75rem;
    margin-bottom: 0; }
  ul.list--packages img {
    width: 72px;
    max-width: 100%; }
    @media only screen and (max-width: 40em) {
      ul.list--packages img {
        width: 50px; } }

/*=======================================================
   06. #LIST SIMPLE
//=======================================================*/
.list--simple {
  margin-bottom: 0.3125rem; }
  .list--simple li {
    margin-top: 0.5rem; }
    .list--simple li.active > a, .list--simple li.current-menu-item > a {
      color: #008DD1;
      text-decoration: underline; }
    .list--simple li ul {
      margin-left: 1rem; }
      .list--simple li ul a {
        color: #7D7F83; }
  .list--simple a {
    color: #2D3134;
    font-size: 1.125rem; }
    .list--simple a:hover {
      color: #008DD1;
      text-decoration: underline; }

/*=======================================================
   07. #LIST IMAGES
//=======================================================*/
.list--images {
  margin-top: 1.875rem !important;
  display: block;
  padding: 0;
  margin: 0 -15px; }
  .list--images:before, .list--images:after {
    content: " ";
    display: table; }
  .list--images:after {
    clear: both; }
  .list--images > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 15px 30px; }
  .list--images > li {
    list-style: none;
    padding: 0 15px 30px;
    width: 50%; }
    .list--images > li:nth-of-type(1n) {
      clear: none; }
    .list--images > li:nth-of-type(2n+1) {
      clear: both; }
  @media only screen and (max-width: 40em) {
    .list--images {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .list--images:before, .list--images:after {
        content: " ";
        display: table; }
      .list--images:after {
        clear: both; }
      .list--images > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .list--images > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 100%; }
        .list--images > li:nth-of-type(1n) {
          clear: none; }
        .list--images > li:nth-of-type(1n+1) {
          clear: both; } }
  .list--images li {
    position: relative; }
  .list--images .list--images__pic {
    width: 140px;
    height: 120px;
    overflow: hidden;
    position: absolute; }
    @media only screen and (max-width: 64em) {
      .list--images .list--images__pic {
        width: 100%;
        position: relative; } }
    .list--images .list--images__pic img {
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      height: auto;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  @media only screen and (min-width: 64.0625em) {
    .list--images .list--images__content {
      padding-left: 10.625rem; } }
  .list--images .list--images__content p:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 64em) {
    .list--images h4 {
      margin-top: 0.75rem; } }

/*=======================================================
   08. #LIST INLINE
//=======================================================*/
.list--inline {
  width: auto; }
  .list--inline a {
    color: #2D3134;
    font-size: 1.125rem; }
  .list--inline li {
    display: block;
    float: left;
    margin-right: 1.25rem; }
    .list--inline li.active > a, .list--inline li.current-menu-item > a {
      color: #008DD1;
      text-decoration: underline; }

/*=======================================================
   09. #LIST ADDRESS
//=======================================================*/
.list--address li {
  margin-top: 1.875rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #7D7F83;
  padding-left: 5.25rem;
  position: relative;
  overflow: hidden; }
  .list--address li:last-child {
    border-bottom: none; }

.list--address dl {
  margin-bottom: 0; }

.list--address dt {
  display: block;
  width: auto;
  float: left;
  color: #2D3134;
  margin-right: 0.3125rem;
  margin-bottom: 0.125rem;
  clear: both; }

.list--address dd {
  display: inline-block;
  float: left;
  margin-bottom: 0.125rem; }

.list--address [class^="icon"] {
  color: white;
  text-align: center;
  width: 26px;
  height: 37px;
  line-height: 2.3125rem;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.375rem;
  margin-left: -0.8125rem;
  font-family: "calibri_bold", Arial, sans-serif; }
  .list--address [class^="icon"]:before {
    display: block;
    color: #008DD1;
    font-size: 2.3125rem;
    position: absolute;
    top: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    font-family: "baltcom"; }

.list--address .address_number {
  width: 84px;
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 1.25rem; }

/*=======================================================
   09. #LIST CONTACTS
//=======================================================*/
.list--contacts {
  margin-top: 1.25rem;
  color: #2D3134; }
  .list--contacts h5 {
    margin-top: 1.875rem;
    margin-bottom: 0; }
    .list--contacts h5:first-child {
      margin-top: 0; }
  .list--contacts ul {
    margin-top: 0 !important; }
  .list--contacts a {
    color: #2D3134;
    text-decoration: underline; }

/*=========================================================

  NAVIGATION


  01. #main-nav

  02. #primary-navigation
      main header navigation with dropdown

  03. #secondary-navigation
      header navigation for main sections

  04. #language-nav

  05. #footer-nav

  06. #side-navigation

  07. #type nav (home / business)

  08. #specific targeted navs


=========================================================*/
/*=======================================================
   01. #MAIN-NAVIGATION
//=======================================================*/
.main-nav {
  clear: both; }

/*=======================================================
   02. #PRIMARY-NAVIGATION
//=======================================================*/
.primary-nav {
  position: absolute;
  right: 0;
  top: 74px; }
  .primary-nav ul {
    padding: 0;
    margin: 0; }
  .primary-nav .menu-item {
    display: inline-block;
    font-size: 17px;
    color: #2D3134;
    margin-left: 14px;
    font-family: 'calibri_bold'; }
    @media only screen and (min-width: 1025px) {
      .primary-nav .menu-item {
        margin-left: 13px;
        font-size: 16px; } }
    .primary-nav .menu-item a {
      line-height: 25px;
      color: #2D3134; }
  .primary-nav .menu-item a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 4px;
    background-size: 100% auto;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 1025px) {
      .primary-nav .menu-item a:before {
        margin-right: 6px; } }
  .primary-nav .menu-item.sales a:before {
    background-image: url("../assets/images/home-business.svg"); }
  .primary-nav .menu-item.packages a:before {
    background-image: url("../assets/images/packages.svg"); }
  .primary-nav .menu-item.internet a:before {
    background-image: url("../assets/images/internet.svg"); }
  .primary-nav .menu-item.tv a:before {
    background-image: url("../assets/images/tv.svg"); }
  .primary-nav .menu-item.phone a:before {
    background-image: url("../assets/images/navphone.svg"); }
  .primary-nav .menu-item.electricity a:before {
    background-image: url("../assets/images/individual-solutions.svg"); }
  .primary-nav .menu-item.b-infrastructure a:before {
    background-image: url("../assets/images/b-infrastructure.svg"); }
  .primary-nav .menu-item.b-internet a:before {
    background-image: url("../assets/images/b-internet.svg"); }
  .primary-nav .menu-item.b-phone a:before {
    background-image: url("../assets/images/b-phone.svg"); }
  .primary-nav .menu-item.b-service a:before {
    background-image: url("../assets/images/b-service.svg"); }
  .primary-nav .menu-item.b-tv a:before {
    background-image: url("../assets/images/b-tv.svg"); }
  .primary-nav.colored .menu-item.sales a:before {
    background-image: url("../assets/images/sales-colored.svg"); }
  .primary-nav.colored .menu-item.packages a:before {
    background-image: url("../assets/images/packages.svg"); }
  .primary-nav.colored .menu-item.internet a:before {
    background-image: url("../assets/images/internet-colored.svg"); }
  .primary-nav.colored .menu-item.tv a:before {
    background-image: url("../assets/images/tv-colored.svg"); }
  .primary-nav.colored .menu-item.phone a:before {
    background-image: url("../assets/images/navphone-colored.svg"); }
  .primary-nav.colored .menu-item.electricity a:before {
    background-image: url("../assets/images/electricity-colored.svg"); }

/*=======================================================
   03. #SECONDARY-NAVIGATION
//=======================================================*/
.footer--main h3 {
  text-transform: uppercase;
  color: #238ED4; }

.footer--main .secondary-nav {
  display: block;
  width: auto;
  float: left;
  background: #2D3133;
  height: 36px;
  line-height: 2.25rem;
  position: relative;
  margin-left: 0.9375rem; }
  .footer--main .secondary-nav:before {
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    background: url("../assets/images/corner-left.svg") no-repeat top left;
    width: 16px;
    height: 36px; }
  .footer--main .secondary-nav li {
    display: block;
    position: relative;
    float: left; }
    .footer--main .secondary-nav li:last-child:after {
      display: none; }
    .footer--main .secondary-nav li:after {
      display: block;
      position: absolute;
      top: 0;
      right: 6px;
      width: 3px;
      height: 12px;
      content: "\e604";
      font-family: "baltcom";
      color: #D9D9D9;
      font-size: 0.75rem;
      opacity: 0.4; }
    .footer--main .secondary-nav li.current-menu-item a {
      color: #008DD1; }
  .footer--main .secondary-nav a {
    color: #FFFFFF;
    display: block;
    padding: 0 0.8125rem 0 0.6875rem; }
    .footer--main .secondary-nav a:hover, .footer--main .secondary-nav a:active {
      color: #008DD1; }

.top-header .secondary-nav, .mobile-menu-holder .secondary-nav {
  position: absolute;
  right: 0;
  top: 0; }
  .top-header .secondary-nav a, .mobile-menu-holder .secondary-nav a {
    color: inherit; }
  .top-header .secondary-nav ul, .mobile-menu-holder .secondary-nav ul {
    padding: 0;
    margin: 0;
    font-size: 0; }
  .top-header .secondary-nav .menu-item, .mobile-menu-holder .secondary-nav .menu-item {
    display: inline-block;
    height: 41px;
    line-height: 41px;
    background: #000;
    color: #fff;
    border-top-left-radius: 1px 12px;
    border-bottom-left-radius: 4px 29px;
    font-size: 16px;
    position: relative;
    font-family: 'calibri'; }
    .top-header .secondary-nav .menu-item:after, .mobile-menu-holder .secondary-nav .menu-item:after {
      content: "";
      display: block;
      width: 4px;
      height: 41px;
      position: absolute;
      right: 0;
      top: 0;
      background: #fff;
      border-top-left-radius: 1px 12px;
      border-bottom-left-radius: 4px 29px; }
    .top-header .secondary-nav .menu-item:last-child, .mobile-menu-holder .secondary-nav .menu-item:last-child {
      border-bottom-right-radius: 1px 12px;
      border-top-right-radius: 4px 29px;
      background: #000; }
      .top-header .secondary-nav .menu-item:last-child:after, .mobile-menu-holder .secondary-nav .menu-item:last-child:after {
        display: none; }
    .top-header .secondary-nav .menu-item a, .mobile-menu-holder .secondary-nav .menu-item a {
      line-height: 41px;
      display: block;
      padding: 0 16px 0 13px; }
    .top-header .secondary-nav .menu-item.current-lang, .top-header .secondary-nav .menu-item.active, .top-header .secondary-nav .menu-item.current-menu-item, .mobile-menu-holder .secondary-nav .menu-item.current-lang, .mobile-menu-holder .secondary-nav .menu-item.active, .mobile-menu-holder .secondary-nav .menu-item.current-menu-item {
      background: #008DD1; }
    .top-header .secondary-nav .menu-item.active-my-baltcom, .mobile-menu-holder .secondary-nav .menu-item.active-my-baltcom {
      background: #fff;
      color: #73737D; }
    .top-header .secondary-nav .menu-item.user-logged a, .top-header .secondary-nav .menu-item.user-logged span, .mobile-menu-holder .secondary-nav .menu-item.user-logged a, .mobile-menu-holder .secondary-nav .menu-item.user-logged span {
      display: inline-block; }
      .top-header .secondary-nav .menu-item.user-logged a.profile-link, .top-header .secondary-nav .menu-item.user-logged span.profile-link, .mobile-menu-holder .secondary-nav .menu-item.user-logged a.profile-link, .mobile-menu-holder .secondary-nav .menu-item.user-logged span.profile-link {
        padding-right: 0;
        padding-left: 13px; }
        .top-header .secondary-nav .menu-item.user-logged a.profile-link:after, .top-header .secondary-nav .menu-item.user-logged span.profile-link:after, .mobile-menu-holder .secondary-nav .menu-item.user-logged a.profile-link:after, .mobile-menu-holder .secondary-nav .menu-item.user-logged span.profile-link:after {
          content: '';
          display: inline-block;
          width: 18px;
          height: 18px;
          background-image: url("../assets/images/icon-user.svg");
          background-size: 100% auto;
          margin-left: 6px;
          position: relative;
          top: 3px; }
      .top-header .secondary-nav .menu-item.user-logged a.logout-link, .top-header .secondary-nav .menu-item.user-logged span.logout-link, .mobile-menu-holder .secondary-nav .menu-item.user-logged a.logout-link, .mobile-menu-holder .secondary-nav .menu-item.user-logged span.logout-link {
        color: #A4A6A9;
        padding-left: 0;
        margin-left: 4px; }
  .top-header .secondary-nav.home .menu-item-home, .mobile-menu-holder .secondary-nav.home .menu-item-home {
    background: #008DD1; }
  .top-header .secondary-nav.business .menu-item, .mobile-menu-holder .secondary-nav.business .menu-item {
    background: #000; }
    .top-header .secondary-nav.business .menu-item.current-lang, .top-header .secondary-nav.business .menu-item.active, .top-header .secondary-nav.business .menu-item.current-menu-item, .mobile-menu-holder .secondary-nav.business .menu-item.current-lang, .mobile-menu-holder .secondary-nav.business .menu-item.active, .mobile-menu-holder .secondary-nav.business .menu-item.current-menu-item {
      background: #008DD1; }
  .top-header .secondary-nav.business .menu-item-business, .mobile-menu-holder .secondary-nav.business .menu-item-business {
    background: #008DD1; }
  .top-header .secondary-nav .search-holder, .mobile-menu-holder .secondary-nav .search-holder {
    padding: 0 16px 0 13px; }
    .top-header .secondary-nav .search-holder .search-button, .mobile-menu-holder .secondary-nav .search-holder .search-button {
      width: 16px;
      height: 16px;
      border: none;
      outline: none;
      background: none;
      background-image: url("../assets/images/search-button.svg");
      display: inline-block;
      position: relative;
      top: 11px;
      padding: 0;
      margin: 0;
      vertical-align: top; }
    .top-header .secondary-nav .search-holder .input-wrapper, .mobile-menu-holder .secondary-nav .search-holder .input-wrapper {
      display: inline-block;
      width: 0;
      overflow: hidden;
      height: 24px;
      position: relative;
      top: 8px;
      transition: width .5s; }
      .top-header .secondary-nav .search-holder .input-wrapper.expanded, .mobile-menu-holder .secondary-nav .search-holder .input-wrapper.expanded {
        width: 120px; }
    .top-header .secondary-nav .search-holder .search-input, .mobile-menu-holder .secondary-nav .search-holder .search-input {
      display: block;
      padding: 0;
      height: 24px;
      width: 120px;
      background: none;
      outline: none;
      border: none;
      color: #fff; }
      .top-header .secondary-nav .search-holder .search-input::-webkit-input-placeholder, .mobile-menu-holder .secondary-nav .search-holder .search-input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #C1C1C1; }
      .top-header .secondary-nav .search-holder .search-input::-moz-placeholder, .mobile-menu-holder .secondary-nav .search-holder .search-input::-moz-placeholder {
        /* Firefox 19+ */
        color: #C1C1C1; }
      .top-header .secondary-nav .search-holder .search-input:-ms-input-placeholder, .mobile-menu-holder .secondary-nav .search-holder .search-input:-ms-input-placeholder {
        /* IE 10+ */
        color: #C1C1C1; }
      .top-header .secondary-nav .search-holder .search-input:-moz-placeholder, .mobile-menu-holder .secondary-nav .search-holder .search-input:-moz-placeholder {
        /* Firefox 18- */
        color: #C1C1C1; }

/*=======================================================
   04. #LANGUAGE-NAV
//=======================================================*/
.language-nav {
  display: block;
  width: auto;
  float: left;
  background: #2D3133;
  height: 36px;
  line-height: 2.25rem;
  position: relative;
  padding-right: 0.9375rem; }
  .language-nav:after {
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    content: "";
    background: url("../assets/images/corner-right.svg") no-repeat top left;
    width: 15px;
    height: 36px; }
  .language-nav li {
    display: inline-block; }
    .language-nav li.active a {
      font-family: "calibri_bold", Arial, sans-serif; }
  .language-nav > li > a {
    padding-left: 0.75rem;
    display: block; }
  .language-nav a {
    color: #FFFFFF; }
  .side-navigation .language-nav {
    width: 100%;
    padding-left: 1.875rem; }
    .side-navigation .language-nav:after {
      display: none; }
    .side-navigation .language-nav a {
      padding-right: 0.75rem; }
    .side-navigation .language-nav li.active {
      background-color: #6B6D70;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      background-clip: padding-box; }

/*=======================================================
   05. #FOOTER-NAVIGATION
//=======================================================*/
/*=======================================================
  06. #SIDE-NAVIGATION
//=======================================================*/
.side-navigation {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 100%;
  width: 255px;
  max-width: 100%;
  opacity: 1;
  overflow-y: scroll;
  box-sizing: border-box;
  color: #FFFFFF;
  z-index: 1;
  padding: 0 0 0;
  background: #2D3134; }
  .side-navigation.overflow-hidden {
    opacity: 0;
    transition: opacity 300ms ease-out, 0.1s 300ms ease-out, ease-in 300ms ease-out, 1s 300ms ease-out; }
  .side-navigation .top__phone {
    width: 100%;
    padding-left: 1.875rem;
    float: left;
    margin-top: 0.75rem; }

.side-navigation--primary {
  width: 100%;
  display: block;
  float: left;
  margin-top: 0.5rem; }
  .side-navigation--primary li {
    width: 100%; }
  .side-navigation--primary a {
    color: #FFFFFF;
    font-family: "calibri_bold";
    font-size: 1.125rem;
    height: auto;
    min-height: 48px;
    line-height: 1;
    padding-left: 1.875rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    display: block; }
    .side-navigation--primary a:hover {
      background-color: #148dcd; }

.side-navigation--secondary {
  width: 100%;
  display: block;
  border-top: 1px solid #575a5d;
  padding-top: 0.625rem;
  margin-top: 0.3125rem;
  float: left; }
  .side-navigation--secondary a {
    font-family: "calibri";
    font-size: 1rem;
    color: #d9d9d9;
    padding: 0.4375rem 0.4375rem 0 1.875rem;
    display: block; }
    .side-navigation--secondary a:hover {
      color: #FFFFFF; }
  .side-navigation--secondary li {
    width: 100%; }

/*=======================================================
  07. #NAV-TYPE
//=======================================================*/
.nav--service-type {
  float: left;
  display: inline-block;
  height: 36px;
  line-height: 2.25rem; }
  .nav--service-type li {
    display: inline-block;
    float: left;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.625rem; }
    .nav--service-type li:first-child:before {
      display: none; }
    .nav--service-type li:before {
      display: block;
      position: absolute;
      top: 0;
      left: -3px;
      font-family: "baltcom";
      content: "\e604";
      font-size: 0.75rem; }
    .nav--service-type li.active a, .nav--service-type li.current-menu-item a, .nav--service-type li.current-page-ancestor a {
      color: #008DD1; }
  .nav--service-type a {
    color: #2D3134;
    display: block; }
  .side-navigation .nav--service-type {
    width: 100%;
    float: left;
    padding-left: 1.875rem;
    margin-top: 0.625rem; }
    .side-navigation .nav--service-type li:first-child {
      padding-left: 0; }
    .side-navigation .nav--service-type a {
      color: #FFFFFF; }

/*=======================================================
   08. #SPECIFIC NAVS
//=======================================================*/
#menu-contats-menu .sub-menu, #menu-contacts-menu .sub-menu, #menu-contats-menu-russian .sub-menu {
  display: none; }

.top-header .secondary-nav.business .menu-item.current-page-ancestor {
  background: #008DD1; }

/*=========================================================

  SLIDERS

  01. GLOBAL SLIDER STYLES

  02. INTRO SLIDER


=========================================================*/
/*=======================================================
   01. #GLOBAL SLIDER
//=======================================================*/
/*=======================================================
   02. #INTRO SLIDER
//=======================================================*/
.intro .bx-wrapper {
  margin-bottom: 0; }

.intro a.bx-prev, .intro a.bx-next {
  background: #2D3133;
  text-indent: 0 !important;
  height: 72px;
  width: 38px; }
  .intro a.bx-prev:hover:before, .intro a.bx-next:hover:before {
    opacity: 1; }

.intro a.bx-prev {
  left: 0;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-clip: padding-box; }

.intro a.bx-next {
  right: 0;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box; }

.intro a.bx-prev:before, .intro a.bx-next:before {
  font-family: "baltcom";
  opacity: 0.5;
  color: #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 24px;
  margin-top: -17px;
  margin-left: -11px;
  font-size: 1.5rem; }

.intro a.bx-prev:before {
  content: "\e600";
  margin-left: -14px !important; }

.intro a.bx-next:before {
  content: "\e601"; }

.intro .bx-pager {
  position: absolute;
  bottom: 24px; }
  @media only screen and (max-width: 64em) {
    .intro .bx-pager {
      bottom: 6px; } }
  .intro .bx-pager a.bx-pager-link {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 3px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF; }
    .intro .bx-pager a.bx-pager-link:hover, .intro .bx-pager a.bx-pager-link:active, .intro .bx-pager a.bx-pager-link.active {
      background: #008DD1; }

.intro__info {
  font-size: 14px;
  color: #CBD0C6;
  position: absolute;
  bottom: 15px; }
  @media only screen and (max-width: 40em) {
    .intro__info {
      bottom: 22px; } }

/*=========================================================

  FORMS

  01. input
      default input style

  02. input
      // in homepage

  03. fieldset
      // default

  04. select

  05. form order

  06. form simple

  07. label

  08. checkbox

  09. gravity forms

  10. gravity forms errors

  11. specific gform targeting

=========================================================*/
/*=======================================================
   01. #INPUT  (default)
//=======================================================*/
input, textarea {
  border: 5px solid #EDEDED;
  height: 48px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 1.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  input.placeholder, textarea.placeholder {
    color: #2D3134; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: #2D3134; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #2D3134; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #2D3134; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #2D3134; }
  input:focus, textarea:focus {
    outline: none; }

.input--highlighted {
  border-color: #008DD1 !important; }

.order__location {
  position: relative;
  margin-top: 1.25rem; }
  @media only screen and (max-width: 64em) {
    .order__location {
      margin-top: 0.75rem; } }
  .order__location [class^="icon"] {
    font-size: 1.125rem;
    top: 14px; }
  .order__location .icon-location {
    position: absolute;
    left: 12px; }
  .order__location .icon-close {
    position: absolute;
    right: 12px;
    cursor: pointer; }
  .order__location input {
    width: 100%;
    padding-left: 2.8125rem; }

/*=======================================================
   02. #INPUT  (homepage)
//=======================================================*/
.home input {
  border: none;
  height: 38px;
  color: #909093;
  line-height: inherit;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .home input.placeholder {
    font-size: 1rem;
    color: #909093; }
  .home input:-moz-placeholder {
    font-size: 1rem;
    color: #909093; }
  .home input::-moz-placeholder {
    font-size: 1rem;
    color: #909093; }
  .home input::-webkit-input-placeholder {
    font-size: 1rem;
    color: #909093; }
  .home input::-ms-input-placeholder {
    font-size: 1rem;
    color: #909093; }

/*=======================================================
   03. #FIELDSET (default)
//=======================================================*/
fieldset {
  border: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
  min-width: 100%; }

/*=======================================================
   04. #SELECT (default)
//=======================================================*/
select {
  border: 5px solid #EDEDED;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
  color: #2D3134;
  height: 48px;
  font-size: 1.125rem;
  padding-left: 0.9375rem;
  padding-right: 2.1875rem;
  z-index: 1; }
  @media only screen and (max-width: 40em) {
    select {
      padding-left: 0.625rem; } }
  select:focus, select:active {
    outline: 0; }

.select--custom {
  position: relative; }
  .select--custom.medium {
    width: 312px; }
  .select--custom:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.25rem;
    right: 20px;
    font-family: "baltcom";
    content: "\e60b";
    font-size: 0.5rem;
    z-index: -1; }

/*=======================================================
   05. #FORM ORDER
//=======================================================*/
form.order__form p {
  color: #2D3134; }

/*=======================================================
   05. #FORM ORDER CONTACTS
//=======================================================*/
.order__form--contacts input {
  width: 560px;
  max-width: 100%;
  padding-left: 1.25rem; }
  .order__form--contacts input.placeholder {
    color: #909093; }
  .order__form--contacts input:-moz-placeholder {
    color: #909093; }
  .order__form--contacts input::-moz-placeholder {
    color: #909093; }
  .order__form--contacts input::-webkit-input-placeholder {
    color: #909093; }
  .order__form--contacts input::-ms-input-placeholder {
    color: #909093; }
  @media only screen and (max-width: 64em) {
    .order__form--contacts input {
      width: 100%; } }

.order__form--contacts label {
  margin-bottom: 0.3125rem;
  margin-top: 0.25rem; }

.order__form--contacts fieldset {
  margin-top: 0.9375rem; }
  .order__form--contacts fieldset:nth-of-type(1) {
    margin-top: 0.625rem; }

/*=======================================================
   06. #FORM SIMPLE
//=======================================================*/
.form--simple {
  padding-bottom: 4.375rem; }
  @media only screen and (max-width: 40em) {
    .form--simple {
      padding-bottom: 1.75rem; } }
  .form--simple label {
    margin-top: 1.125rem;
    font-size: 1rem;
    position: relative; }
    .form--simple label.required {
      color: #2D3134; }
      .form--simple label.required:after {
        content: "*";
        display: inline-block;
        position: relative;
        top: 0;
        left: 5px;
        color: #EB343D; }
  .form--simple input, .form--simple textarea {
    margin-top: 0.5rem;
    width: 100%;
    resize: none;
    padding-left: 1.25rem;
    color: #2D3134; }
    .form--simple input.placeholder, .form--simple textarea.placeholder {
      color: #7D7F83; }
    .form--simple input:-moz-placeholder, .form--simple textarea:-moz-placeholder {
      color: #7D7F83; }
    .form--simple input::-moz-placeholder, .form--simple textarea::-moz-placeholder {
      color: #7D7F83; }
    .form--simple input::-webkit-input-placeholder, .form--simple textarea::-webkit-input-placeholder {
      color: #7D7F83; }
    .form--simple input::-ms-input-placeholder, .form--simple textarea::-ms-input-placeholder {
      color: #7D7F83; }
  .form--simple textarea {
    height: 108px; }

.form__footer {
  position: relative;
  margin-top: 0.875rem;
  min-height: 48px; }
  .form__footer .info-note {
    padding-right: 9.375rem;
    margin-top: 0;
    line-height: 1.4; }
  .form__footer .button {
    position: absolute;
    top: 0;
    right: 0; }

/*=======================================================
   07. #LABEL
//=======================================================*/
label {
  width: 100%;
  font-family: "calibri_bold", Arial, sans-serif;
  display: block;
  color: #2D3134; }

/*=======================================================
   08. #CHECKBOX CUSTOM
//=======================================================*/
.checkbox--simple a {
  color: #2D3134;
  text-decoration: underline; }

.checkbox--simple input {
  width: auto;
  margin-right: 0.625rem;
  height: 24px;
  border: none; }

.checkbox--simple input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important; }

.checkbox--simple label {
  font-size: 1rem;
  width: auto;
  display: inline-block;
  float: right;
  margin-top: -2px; }

.highlight {
  border: 2px solid #F74A4A;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 8px;
  padding-bottom: 0; }
  .highlight a {
    color: #F74A4A !important; }
  .highlight label {
    color: #F74A4A !important; }

/*=======================================================
   09. #GRAVITY FORM
//=======================================================*/
.gform_wrapper form ul.gform_fields label.gfield_label {
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 1.5625rem; }

.gform_wrapper form ul.gform_fields li {
  position: relative; }

.gform_wrapper form ul.gform_fields > li:first-child label.gfield_label {
  margin-top: 0; }

.gform_wrapper form ul.gform_fields input.medium, .gform_wrapper form ul.gform_fields select.medium, .gform_wrapper form ul.gform_fields textarea.medium {
  width: 570px;
  max-width: 100%; }

.gform_wrapper form ul.gform_fields textarea.medium {
  height: 110px; }

.gform_wrapper form ul.gform_fields .gfield_time_hour, .gform_wrapper form ul.gform_fields .gfield_time_minute {
  line-height: 3rem;
  text-align: center; }
  .gform_wrapper form ul.gform_fields .gfield_time_hour label, .gform_wrapper form ul.gform_fields .gfield_time_minute label {
    display: none; }
  .gform_wrapper form ul.gform_fields .gfield_time_hour input, .gform_wrapper form ul.gform_fields .gfield_time_minute input {
    padding-left: 0;
    text-align: center;
    float: left; }

.gform_wrapper form ul.gform_fields input {
  font-size: 1.125rem;
  padding-left: 1.125rem; }
  .gform_wrapper form ul.gform_fields input.placeholder {
    font-size: 1.125rem; }
  .gform_wrapper form ul.gform_fields input:-moz-placeholder {
    font-size: 1.125rem; }
  .gform_wrapper form ul.gform_fields input::-moz-placeholder {
    font-size: 1.125rem; }
  .gform_wrapper form ul.gform_fields input::-webkit-input-placeholder {
    font-size: 1.125rem; }
  .gform_wrapper form ul.gform_fields input::-ms-input-placeholder {
    font-size: 1.125rem; }

.gform_wrapper form ul.gform_fields input[type="file"] {
  padding-top: 5px; }

.gform_wrapper form ul.gform_fields select {
  font-size: 1.125rem;
  padding-left: 1.125rem; }
  .gform_wrapper form ul.gform_fields select.placeholder {
    font-size: 1.125rem; }
  .gform_wrapper form ul.gform_fields select:-moz-placeholder {
    font-size: 1.125rem; }
  .gform_wrapper form ul.gform_fields select::-moz-placeholder {
    font-size: 1.125rem; }
  .gform_wrapper form ul.gform_fields select::-webkit-input-placeholder {
    font-size: 1.125rem; }
  .gform_wrapper form ul.gform_fields select::-ms-input-placeholder {
    font-size: 1.125rem; }

ul.gform_fields li {
  position: relative; }

.gfield_required {
  color: #F74A4A !important;
  font-weight: normal;
  font-size: 1rem; }

.gfield_checkbox {
  margin-top: 0.375rem; }
  .gfield_checkbox input[type="checkbox"] {
    border: none;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
    height: auto;
    width: auto;
    line-height: 25px;
    margin-top: 0; }
  .gfield_checkbox input[type="checkbox"]:checked + label {
    font-weight: normal !important; }
  .gfield_checkbox li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    line-height: 1.5; }
  .gfield_checkbox label {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 0 0.5rem !important;
    padding-top: 0.125rem !important; }

.gfield_select {
  background: url("../assets/images/select.png") no-repeat right 12px center; }

.gf_half_left {
  width: auto;
  float: left;
  margin-right: 3.4375rem; }

.gf_half_right {
  width: auto;
  float: left;
  clear: none !important; }

.gfield_description {
  display: none; }

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important; }

.gform_footer {
  width: 560px;
  max-width: 100%; }
  .gform_footer button {
    margin-top: 1.875rem; }

.ginput_container {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important; }

/*=======================================================
   10. #GRAVITY FORMS ERRORS
//=======================================================*/
div.validation_error {
  color: #F74A4A !important;
  font-weight: normal !important;
  margin-bottom: 0.625rem !important; }

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding: 0 !important; }

.gfield_error, li.gfield_error {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 99% !important; }
  .gfield_error textarea, li.gfield_error textarea {
    border: 4px solid #F74A4A !important; }
  .gfield_error input, li.gfield_error input {
    border: 4px solid #F74A4A !important; }
  .gfield_error label.gfield_label, li.gfield_error label.gfield_label {
    color: #F74A4A !important;
    text-align: left;
    padding-left: 0.625rem; }
  .gfield_error div.ginput_container, li.gfield_error div.ginput_container {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important; }

li.gfield_error.gf_left_half {
  width: 49% !important; }

li.gfield_error.gf_right_half {
  width: 49% !important;
  float: right !important;
  text-align: right !important; }

/*=======================================================
   11. #SPECIFIC GRAVITY FORMS
//=======================================================*/
#gform_1 #gform_submit_button_1 {
  display: none; }

#gform_8 label, #gform_10 label {
  margin-top: 0.9375rem !important; }

#gform_8 .gform_footer, #gform_10 .gform_footer {
  width: 100%;
  padding-right: 0.3125rem !important; }

#gform_8 button, #gform_10 button {
  margin-top: 1.25rem;
  margin-bottom: 0; }

#gform_9 .button--next {
  display: none; }

#gform_17 #gform_submit_button_17 {
  display: none; }

#gform_18 #gform_submit_button_18 {
  display: none; }

/* Order Form update */
.order__location__flat {
  position: relative;
  margin-top: 1.25rem; }
  @media only screen and (max-width: 64em) {
    .order__location__flat {
      margin-top: 0.75rem; } }
  .order__location__flat [class^="icon"] {
    font-size: 1.125rem;
    top: 14px; }
  .order__location__flat .icon-flat {
    position: absolute;
    left: 12px;
    width: 20px;
    height: 17px;
    background-size: 100%; }
  .order__location__flat .icon-close {
    position: absolute;
    right: 12px;
    cursor: pointer; }
  .order__location__flat input {
    width: 100%;
    padding-left: 2.8125rem; }

.location_nav {
  margin-top: 10px; }
  .location_nav .btn {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    padding: 6px 30px;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #2D3134; }
    .location_nav .btn.btn-red {
      background-color: #D75530; }

.row.order-confirm-data {
  margin-top: 25px;
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    .row.order-confirm-data {
      border-right: 1px solid #d9d9d9;
      width: 100%; } }
  .row.order-confirm-data p {
    line-height: 18px;
    margin-bottom: 10px; }
  .row.order-confirm-data strong {
    color: #000000; }

/* Summary right sidebar */
.summary-right .sum {
  width: 100%;
  float: left;
  text-align: right; }
  .summary-right .sum p {
    color: #000000;
    font-size: 21px;
    display: inline-block;
    font-weight: bold; }

.summary-right .list--costs .blue {
  color: #016FA7;
  font-weight: bold; }

/* Calendar */
.calendar-block {
  margin-top: 40px;
  margin-bottom: 30px; }
  .calendar-block h2 {
    font-size: 24px; }
  .calendar-block p.top strong {
    color: #000000; }
  .calendar-block .order-calendar {
    width: 100%;
    float: none;
    display: inline-block;
    position: relative; }
    .calendar-block .order-calendar .bcom-inline-datepicker {
      width: 100%;
      height: 44px;
      border-radius: 8px;
      padding: 0 6px;
      color: #000000;
      border: 4px solid #EFEFEF;
      font-size: 16px;
      font-weight: 300;
      text-align: left; }
      .calendar-block .order-calendar .bcom-inline-datepicker.opened {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
    .calendar-block .order-calendar .form-group {
      width: 100%;
      margin-bottom: 0; }
      .calendar-block .order-calendar .form-group .form-control:focus {
        border-color: #EFEFEF; }
    .calendar-block .order-calendar .direction-link-bottom {
      position: absolute;
      right: 15px;
      top: 10px;
      text-decoration: none; }
  .calendar-block .link, .calendar-block .direction-link-bottom {
    color: #008DD1;
    font-size: 16px;
    border: none;
    background: transparent;
    font-family: 'calibri', sans-serif; }
    .calendar-block .link img, .calendar-block .direction-link-bottom img {
      margin-left: 10px; }
  .calendar-block .direction-link-bottom:after {
    content: "";
    margin-left: 5px;
    width: 11px;
    height: 10px;
    display: inline-block; }
  .calendar-block .time-calendar {
    position: absolute;
    top: 44px;
    width: 100%;
    background: #EFEFEF;
    min-height: 315px;
    padding: 20px 30px 20px 65%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 4;
    opacity: 1; }
    .calendar-block .time-calendar.hidden-calendar {
      opacity: 0;
      z-index: -12; }
    .calendar-block .time-calendar h1 {
      color: #008DD1;
      font-size: 18px;
      font-weight: 100; }
    .calendar-block .time-calendar h2 {
      color: #2D3134;
      font-size: 16px;
      font-weight: 100;
      margin-bottom: 10px; }
    .calendar-block .time-calendar p {
      color: #7E8083;
      font-size: 12px;
      line-height: 15px; }
      .calendar-block .time-calendar p.info {
        margin-top: 15px;
        position: relative;
        padding-left: 15px; }
        .calendar-block .time-calendar p.info .red {
          position: absolute;
          left: 0px;
          color: #EB343D; }
    .calendar-block .time-calendar .bootstrap-select {
      margin: 15px 0;
      height: 40px; }
    .calendar-block .time-calendar .bootstrap-select .dropdown-toggle,
    .calendar-block .time-calendar .bootstrap-select.open .dropdown-toggle {
      border: none; }
      .calendar-block .time-calendar .bootstrap-select .dropdown-toggle:hover,
      .calendar-block .time-calendar .bootstrap-select.open .dropdown-toggle:hover {
        background: white; }
    .calendar-block .time-calendar .bootstrap-select .dropdown-menu,
    .calendar-block .time-calendar .bootstrap-select.open .dropdown-menu {
      background: white;
      z-index: 20; }
      .calendar-block .time-calendar .bootstrap-select .dropdown-menu a,
      .calendar-block .time-calendar .bootstrap-select.open .dropdown-menu a {
        padding: 6px 12px; }
    .calendar-block .time-calendar .error {
      margin-top: 0;
      margin-bottom: 0;
      color: #F9663D; }
    .calendar-block .time-calendar .bootstrap-select.open .dropdown-menu.open {
      border-top: 1px solid #D9D9D9; }
  .calendar-block .bcom-selected-time {
    position: absolute;
    background: white;
    height: 34px;
    border: none;
    width: 100px;
    top: 5px;
    left: 31%;
    font-size: 16px;
    color: #000000; }
  .calendar-block .datepicker-inline {
    display: none; }
  .calendar-block .datepicker-inline .datepicker {
    position: relative;
    z-index: 10;
    border-color: transparent;
    margin-left: 5px; }
  .calendar-block .set-up-message {
    position: absolute;
    top: 10px;
    right: 120px;
    font-weight: bold;
    color: #2D3134; }
    .calendar-block .set-up-message:after {
      content: "";
      position: absolute;
      background-size: 100%;
      width: 2px;
      height: 12px;
      left: -10px;
      top: 6px; }
  .calendar-block .datepicker--day-name {
    color: #2D3134;
    font-size: 16px;
    font-weight: bold;
    text-transform: none; }
  .calendar-block .datepicker--cell {
    height: 45px; }
  .calendar-block .datepicker--cell-day {
    padding: 12px;
    color: #7E8083;
    position: relative;
    z-index: 24; }
    .calendar-block .datepicker--cell-day:after {
      content: " ";
      position: absolute;
      height: 32px;
      width: 32px;
      border-radius: 100%;
      background: #EFEFEF;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      display: none; }
    .calendar-block .datepicker--cell-day:hover {
      background: transparent; }
      .calendar-block .datepicker--cell-day:hover:after {
        display: block; }
    .calendar-block .datepicker--cell-day.-current- {
      color: #4EB5E6; }
    .calendar-block .datepicker--cell-day.-selected- {
      background: none;
      color: #FFFFFF; }
      .calendar-block .datepicker--cell-day.-selected-:after {
        display: block;
        background: #5cc4ef; }
  .calendar-block .datepicker--cell-day.-other-month-, .calendar-block .datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .calendar-block .datepicker--nav-title {
    text-transform: uppercase;
    color: #7E8083;
    font-weight: bold; }
  @media only screen and (min-width: 1025px) {
    .calendar-block .datepicker {
      width: 400px; } }
  .calendar-block .bootstrap-select {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative; }
    .calendar-block .bootstrap-select .btn {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      height: 40px;
      background: #FFFFFF;
      color: #000000;
      line-height: 40px;
      padding: 0 16px;
      margin-bottom: 0;
      position: relative; }
      .calendar-block .bootstrap-select .btn span {
        font-weight: 100;
        font-family: 'calibri', sans-serif; }
      .calendar-block .bootstrap-select .btn:focus, .calendar-block .bootstrap-select .btn:visited {
        outline: none !important; }
    .calendar-block .bootstrap-select .dropdown-menu {
      position: absolute;
      top: 41px;
      display: none; }
      .calendar-block .bootstrap-select .dropdown-menu li {
        height: 30px; }
        .calendar-block .bootstrap-select .dropdown-menu li a span.text {
          color: #7E8083; }
    .calendar-block .bootstrap-select.open .dropdown-menu {
      display: block;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
    .calendar-block .bootstrap-select.open .btn {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .calendar-block .bootstrap-select .dropdown-toggle .caret {
      border-top: 4px dashed;
      border-top: 4px solid \9;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top-color: #008DD1;
      border-bottom-color: #008DD1;
      width: 8px;
      height: 4px; }
  .calendar-block p.time-title {
    font-size: 16px;
    font-weight: bold;
    color: #2D3134;
    margin-top: 20px;
    margin-bottom: 0; }
  .calendar-block .hidden {
    display: none; }

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #0094d6;
  border-radius: 7px; }

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  border: 1px solid #0094d6; }

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  border: 1px solid #0094d6; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  content: "\e617";
  font-family: 'baltcom';
  left: 3px;
  top: -4px; }

.no-margin-checkbox .gfield_checkbox input {
  margin-top: 0 !important; }

.field_sublabel_below .gfield_label {
  margin-top: 0 !important; }

#mc_embed_signup_scroll .subscribe-section .mc-field-group {
  position: relative; }

#mc_embed_signup input.mce_inline_error {
  border: 4px solid #F74A4A !important; }

#mc_embed_signup input.valid {
  display: none; }

#mc_embed_signup div.mce_inline_error {
  background: none !important;
  color: #F74A4A !important;
  text-align: left !important;
  position: absolute;
  top: -30px;
  left: 0; }

/*=========================================================

  #BOXED

=========================================================*/
.boxed__list {
  margin-top: 0.3125rem; }
  @media only screen and (max-width: 40em) {
    .boxed__list:not(.small) .columns:nth-child(even), .boxed__list:not(.medium) .columns:nth-child(even) {
      padding-left: 0.625rem; }
    .boxed__list:not(.small) .columns:nth-child(odd), .boxed__list:not(.medium) .columns:nth-child(odd) {
      padding-right: 0.625rem; } }
  .electricity .boxed__list {
    margin-top: 0.625rem; }
  .boxed__list li {
    float: left !important;
    padding-bottom: 0.625rem; }
  .boxed__list .boxed .price--first sup {
    font-size: 22px;
    top: 0; }
  .boxed__list .boxed .price--last sup {
    display: block;
    font-size: 21px;
    top: -.25em; }
  @media only screen and (min-width: 40.0625em) {
    .boxed__list.medium {
      display: block;
      padding: 0;
      margin: 0 -0.4375rem; }
      .boxed__list.medium:before, .boxed__list.medium:after {
        content: " ";
        display: table; }
      .boxed__list.medium:after {
        clear: both; }
      .boxed__list.medium > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.4375rem 0.875rem; }
      .boxed__list.medium > li {
        list-style: none;
        padding: 0 0.4375rem 0.875rem;
        width: 33.3333333333%; }
        .boxed__list.medium > li:nth-of-type(1n) {
          clear: none; }
        .boxed__list.medium > li:nth-of-type(3n+1) {
          clear: both; } }
  @media only screen and (max-width: 40em) {
    .boxed__list.medium {
      display: block;
      padding: 0;
      margin: 0 -0.4375rem; }
      .boxed__list.medium:before, .boxed__list.medium:after {
        content: " ";
        display: table; }
      .boxed__list.medium:after {
        clear: both; }
      .boxed__list.medium > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.4375rem 0.875rem; }
      .boxed__list.medium > li {
        list-style: none;
        padding: 0 0.4375rem 0.875rem;
        width: 50%; }
        .boxed__list.medium > li:nth-of-type(1n) {
          clear: none; }
        .boxed__list.medium > li:nth-of-type(2n+1) {
          clear: both; } }
  .boxed__list.medium li.active .boxed {
    padding-top: 0;
    padding-bottom: 0.3125rem; }
  @media only screen and (min-width: 64.0625em) {
    .boxed__list.small {
      display: block;
      padding: 0;
      margin: 0 -0.25rem; }
      .boxed__list.small:before, .boxed__list.small:after {
        content: " ";
        display: table; }
      .boxed__list.small:after {
        clear: both; }
      .boxed__list.small > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.25rem 0.5rem; }
      .boxed__list.small > li {
        list-style: none;
        padding: 0 0.25rem 0.5rem;
        width: 20%; }
        .boxed__list.small > li:nth-of-type(1n) {
          clear: none; }
        .boxed__list.small > li:nth-of-type(5n+1) {
          clear: both; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .boxed__list.small {
      display: block;
      padding: 0;
      margin: 0 -0.25rem; }
      .boxed__list.small:before, .boxed__list.small:after {
        content: " ";
        display: table; }
      .boxed__list.small:after {
        clear: both; }
      .boxed__list.small > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.25rem 0.5rem; }
      .boxed__list.small > li {
        list-style: none;
        padding: 0 0.25rem 0.5rem;
        width: 25%; }
        .boxed__list.small > li:nth-of-type(1n) {
          clear: none; }
        .boxed__list.small > li:nth-of-type(4n+1) {
          clear: both; } }
  @media only screen and (max-width: 40em) {
    .boxed__list.small {
      display: block;
      padding: 0;
      margin: 0 -0.25rem; }
      .boxed__list.small:before, .boxed__list.small:after {
        content: " ";
        display: table; }
      .boxed__list.small:after {
        clear: both; }
      .boxed__list.small > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.25rem 0.5rem; }
      .boxed__list.small > li {
        list-style: none;
        padding: 0 0.25rem 0.5rem;
        width: 50%; }
        .boxed__list.small > li:nth-of-type(1n) {
          clear: none; }
        .boxed__list.small > li:nth-of-type(2n+1) {
          clear: both; } }
  .boxed__list.small p {
    margin-bottom: 0; }
  .boxed__list.small li.active .boxed {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem; }
  .boxed__list.small .boxed {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.625rem; }
  .boxed__list.small .price--first {
    margin-top: 0; }
    .boxed__list.small .price--first sub {
      font-family: "calibri_bold", Arial, sans-serif; }
  @media only screen and (max-width: 64em) {
    .boxed__list.small .price {
      width: 100%;
      clear: both;
      margin-top: 0; } }
  .boxed__list.featured {
    margin-top: 1.375rem; }
    .boxed__list.featured li {
      overflow: hidden;
      float: left; }
      .boxed__list.featured li > div {
        overflow: hidden; }
    .boxed__list.featured p, .boxed__list.featured h3 {
      max-width: 138px;
      margin: 0 auto; }
  .boxed__list.boxed__list--vertical > li {
    margin-top: 1.75rem; }
    .boxed__list.boxed__list--vertical > li:first-child {
      margin-top: 0; }

.boxed {
  border: 5px solid #EDEDED;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding-top: 0.3125rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  height: 100%;
  background: #FFFFFF;
  position: relative; }
  .boxed a {
    text-decoration: underline; }
  .boxed p, .boxed h3 {
    font-family: "calibri_bold";
    color: #2D3134; }
  .boxed .price {
    color: #2D3134;
    margin-top: 0.5rem; }
  .boxed .price--last sub {
    color: #7D7F83; }
  li.active .boxed {
    border-color: #008DD1; }
  .boxed.boxed--packages {
    padding: 1.875rem 1.25rem 1.25rem; }
    @media only screen and (max-width: 64em) {
      .boxed.boxed--packages {
        text-align: center; } }
    .boxed.boxed--packages p {
      color: #909093;
      font-family: "calibri", Arial, sans-serif;
      width: 400px;
      max-width: 100%;
      margin: 0; }
      @media only screen and (max-width: 64em) {
        .boxed.boxed--packages p {
          width: 100%; } }
    .boxed.boxed--packages .price {
      float: left; }
      @media only screen and (max-width: 64em) {
        .boxed.boxed--packages .price {
          float: none;
          vertical-align: bottom; } }
      @media only screen and (max-width: 40em) {
        .boxed.boxed--packages .price {
          margin-bottom: 0.625rem; } }
    .boxed.boxed--packages .button {
      margin-bottom: 0;
      margin-top: 0.5rem;
      margin-left: 1.875rem; }
      @media only screen and (max-width: 40em) {
        .boxed.boxed--packages .button {
          margin-left: auto;
          margin-right: auto;
          display: table;
          clear: both;
          margin-top: 0; } }
  .boxed.disabled {
    background: #EDEDED;
    pointer-events: none; }

.boxed--square {
  vertical-align: middle;
  height: 120px;
  padding: 0 0.3125rem; }
  @media only screen and (max-width: 40em) {
    .boxed--square {
      height: 84px; } }
  .boxed--square .boxed__title {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0; }
  body.ru .boxed--square .boxed__title {
    font-size: 1.125rem; }

.boxed__header {
  margin-top: 0.625rem; }
  .boxed__header p {
    display: inline-block;
    margin-right: 0.9375rem;
    margin-bottom: 0;
    font-size: 1.125rem; }

.boxed__title {
  font-size: 1.3125rem;
  line-height: 1.2;
  font-family: "calibri_bold", Arial, sans-serif;
  color: #2D3134;
  margin-bottom: 0;
  margin-top: 0.3125rem; }
  @media only screen and (max-width: 40em) {
    .boxed__title {
      font-size: 1.125rem; } }
  @media only screen and (max-width: 40em) {
    .internet .boxed__title {
      min-height: 50px; } }

.boxed__recommendation {
  position: absolute;
  top: 8px;
  right: -35px;
  z-index: 2;
  background: #F74949;
  color: #FFFFFF;
  font-family: "calibri_bold", Arial, sans-serif;
  min-width: 120px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 0.3125rem 0;
  text-align: center; }
  body.ru .boxed__recommendation {
    top: 20px;
    right: -37px;
    min-width: 150px; }

/*=========================================================

  #SWITCH
  // extends Foundation switch

=========================================================*/
.switch {
  background: #F1F1F1;
  padding: 0.3125rem;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
  display: inline-block; }
  .switch input {
    height: 0; }
  .switch label {
    text-indent: 0 !important;
    background: #FFFFFF !important;
    margin-bottom: 0;
    width: 140px;
    height: 38px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .switch label:after {
      background: #008DD1;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
    .switch label span {
      display: block;
      width: 50%;
      text-align: center;
      color: #FFFFFF;
      position: relative;
      float: left;
      z-index: 2;
      font-family: "calibri_bold", Arial, sans-serif;
      font-size: 1.125rem;
      height: 38px;
      line-height: 2.375rem; }
      .switch label span:nth-child(2) {
        color: #2D3134;
        font-family: "calibri", Arial, sans-serif; }
  .switch input:checked + label {
    margin-bottom: 0; }
    .switch input:checked + label:after {
      left: 50%; }
    .switch input:checked + label span:nth-child(1) {
      color: #2D3134;
      font-family: "calibri", Arial, sans-serif; }
    .switch input:checked + label span:nth-child(2) {
      color: #FFFFFF;
      font-family: "calibri_bold", Arial, sans-serif; }

/*=========================================================

  #MODALS

=========================================================*/
.reveal-modal {
  color: #2D3134; }
  .reveal-modal > p:first-child {
    margin-top: 0.9375rem; }
  .reveal-modal.modal--small {
    width: 658px;
    max-width: 100%; }
    .reveal-modal.modal--small.modal-with-header {
      min-height: 340px !important; }
    .reveal-modal.modal--small .modal-content {
      padding: 1.125rem !important; }
  .reveal-modal.modal-with-header {
    padding: 0;
    -webkit-border-radius: 0.625rem;
    border-radius: 0.625rem;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    overflow: hidden;
    min-height: 420px !important; }
    .reveal-modal.modal-with-header h2 {
      font-size: 1.375rem;
      width: 100%;
      clear: both; }
    .reveal-modal.modal-with-header h5 {
      color: #FFFFFF;
      margin: 0; }
    .reveal-modal.modal-with-header .modal-header {
      background: #212526;
      min-height: 48px;
      padding-left: 1.25rem;
      padding-right: 3.125rem;
      padding-top: 0.75rem;
      padding-bottom: 0.625rem;
      position: relative; }
    .reveal-modal.modal-with-header .modal-content {
      padding: 0.625rem 1.25rem;
      max-height: 370px;
      overflow: auto; }
    .reveal-modal.modal-with-header .close-reveal-modal {
      color: #FFFFFF;
      top: 14px;
      right: 16px;
      line-height: 1.25rem;
      overflow: visible; }
    .reveal-modal.modal-with-header ul {
      display: block;
      width: 100%;
      float: left;
      margin-top: 0.625rem;
      margin-bottom: 0.9375rem; }
    .reveal-modal.modal-with-header li {
      float: left;
      margin-right: 1.5625rem;
      margin-bottom: 1.5625rem;
      color: #2D3134;
      font-family: "calibri_bold", Arial, sans-serif; }
    .reveal-modal.modal-with-header img {
      height: 20px;
      margin-right: 1.125rem; }
  .reveal-modal.modal-channels {
    width: 920px;
    min-height: 380px;
    max-width: 100%; }
    .reveal-modal.modal-channels table {
      margin-top: 0.75rem; }
    .reveal-modal.modal-channels th, .reveal-modal.modal-channels td {
      text-align: left !important; }
      @media only screen and (max-width: 64em) {
        .reveal-modal.modal-channels th:last-child, .reveal-modal.modal-channels td:last-child {
          border-bottom: 2px solid #DFDFE1; } }
      @media only screen and (min-width: 64.0625em) {
        .reveal-modal.modal-channels th:first-child strong, .reveal-modal.modal-channels td:first-child strong {
          width: 100%;
          text-align: center; } }
    @media only screen and (max-width: 64em) {
      .reveal-modal.modal-channels td {
        display: table; }
        .reveal-modal.modal-channels td strong, .reveal-modal.modal-channels td:before {
          display: table-cell;
          float: none !important;
          vertical-align: middle;
          padding-top: 0.625rem;
          padding-bottom: 0.625rem;
          min-height: 50px; } }
    .reveal-modal.modal-channels th:first-child {
      text-align: center !important; }
    .reveal-modal.modal-channels tr:last-child th:last-child, .reveal-modal.modal-channels tr:last-child td:last-child {
      border-bottom: none !important; }
    .reveal-modal.modal-channels [class^="icon"] {
      font-size: 1.375rem;
      margin-right: 1.25rem; }
    .reveal-modal.modal-channels .icon-replay {
      color: #008dd2; }
    .reveal-modal.modal-channels .icon-backward {
      color: #38b449; }
    .reveal-modal.modal-channels .icon-rec {
      color: #fbaf3f; }
    .reveal-modal.modal-channels strong {
      font-family: "calibri", Arial, sans-serif; }
      @media only screen and (min-width: 64.0625em) {
        .reveal-modal.modal-channels strong {
          padding: 0; } }
      .reveal-modal.modal-channels strong.function-list {
        line-height: 1; }
    .reveal-modal.modal-channels th span {
      font-family: "calibri_bold", Arial, sans-serif; }
    .reveal-modal.modal-channels .kanali {
      float: left;
      background-repeat: no-repeat !important;
      background-position: left center;
      padding-left: 30px;
      font-size: 1rem;
      color: #2D3134;
      font-family: "calibri_bold", Arial, sans-serif; }
      @media only screen and (max-width: 64em) {
        .reveal-modal.modal-channels .kanali {
          background-position: 10px center;
          padding-left: 2.5rem; } }
  .reveal-modal a.printing-headline {
    text-align: right;
    margin-bottom: 10px;
    display: block;
    color: #2D3134; }
    .reveal-modal a.printing-headline .icon-printer {
      margin-right: 0 !important;
      float: right;
      color: #212526;
      cursor: pointer;
      display: inline-block;
      margin-left: 10px; }

#terms-and-conditions-electricity {
  height: 450px;
  overflow-y: scroll; }

/*=========================================================

  #AUTOCOMPLETE

=========================================================*/
.autocomplete input {
  z-index: 3;
  position: relative; }

.autocomplete [class^="icon"] {
  z-index: 4; }

.autocomplete.open .input--highlighted {
  border-color: #F1F1F1 !important; }

.autocomplete__options {
  display: none;
  position: absolute;
  left: 0;
  background: #F1F1F1;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  font-size: 1.125rem;
  z-index: 2;
  margin-top: -0.4375rem;
  padding-top: 0.875rem;
  padding-bottom: 1rem;
  text-align: left;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
  overflow: hidden; }
  @media only screen and (max-width: 64em) {
    .autocomplete__options {
      position: absolute; } }
  .offer__location .autocomplete__options {
    width: 450px; }
    @media only screen and (max-width: 40em) {
      .offer__location .autocomplete__options {
        width: 100%; } }
  .autocomplete--bottom .autocomplete__options {
    top: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: 0.4375rem;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    background-clip: padding-box; }
  .autocomplete__options li {
    cursor: pointer;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    margin-top: 0.3125rem; }
  .autocomplete__options a {
    display: block;
    width: 100%;
    color: #909093; }
    .autocomplete__options a:hover {
      color: #2D3134;
      text-decoration: underline; }
  .autocomplete.open .autocomplete__options {
    display: block; }
  .autocomplete.loading .autocomplete__options {
    background: #F1F1F1 url("../assets/images/preloader.gif") no-repeat center center; }

/*=========================================================

  #TOP IMAGE
  // Image on top of the page (horizontal)

=========================================================*/
.top-image {
  height: 156px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0s 300ms ease-out, ease-in 300ms ease-out;
  -webkit-transition-property: background-position;
  -moz-transition-property: background-position;
  transition-property: background-position;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media only screen and (min-width: 64.0625em) {
    .top-image {
      background-size: cover;
      background-position: bottom left; } }
  .top-image img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

/*=========================================================

  # TABLES
  // responsive tables with pure css

=========================================================*/
table {
  border: 2px solid #DFDFE1;
  width: 100%;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: separate;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden; }
  table tr:first-child th {
    border-top: none; }
  @media only screen and (max-width: 64em) {
    table tr:first-child td:first-child {
      border-top: none; } }
  @media only screen and (min-width: 64.0625em) {
    table tr:last-child td {
      border-bottom: none; } }
  table th, table td {
    padding: 10px;
    text-align: center;
    font-family: "calibri_bold", Arial, sans-serif;
    border: 1px solid #DFDFE1;
    border-collapse: collapse; }
    @media only screen and (max-width: 64em) {
      table th, table td {
        border-right: none;
        border-left: none; } }
    table th:first-child, table td:first-child {
      border-left: none; }
    table th:last-child, table td:last-child {
      border-right: none; }
      @media only screen and (max-width: 64em) {
        table th:last-child, table td:last-child {
          border-bottom: none; } }
  table th {
    font-weight: normal;
    color: #2D3134; }
    @media only screen and (max-width: 64em) {
      table th {
        font-size: 14px; } }
  @media only screen and (max-width: 64em) {
    table td {
      border-collapse: collapse;
      position: relative;
      height: auto;
      padding: 0;
      border: none;
      border-bottom: 2px solid #DFDFE1; }
      table td:before {
        float: left;
        color: #2D3134;
        background: #F1F1F1;
        position: relative;
        width: 50%;
        height: auto;
        min-height: 100%;
        text-align: left;
        top: 0;
        left: 0;
        padding: 0.625rem;
        border-right: 2px solid #DFDFE1; } }
  table strong {
    padding: 0.625rem;
    display: inline-block; }
    @media only screen and (max-width: 64em) {
      table strong {
        font-size: 12px; } }
  @media only screen and (max-width: 64em) {
    table .channel-img + strong {
      margin-left: 10px !important; } }
  table thead {
    background: #F1F1F1; }
  table.table--small tr {
    display: block; }
    table.table--small tr:first-child td:first-child {
      border-top: none; }
    @media only screen and (min-width: 64.0625em) {
      table.table--small tr:last-child td {
        border-bottom: 2px solid #DFDFE1; } }
  table.table--small th, table.table--small td {
    border-right: none;
    border-left: none; }
    table.table--small th:last-child, table.table--small td:last-child {
      border-bottom: none !important; }
  table.table--small td {
    display: block;
    text-align: right;
    border-collapse: collapse;
    position: relative;
    width: 100%;
    clear: both;
    height: auto;
    padding: 0;
    overflow: hidden;
    border: none;
    border-bottom: 2px solid #DFDFE1; }
    table.table--small td:before {
      content: attr(data-label);
      float: left;
      color: #2D3134;
      background: #F1F1F1;
      display: block;
      position: relative;
      width: 50%;
      height: auto;
      min-height: 100%;
      text-align: left;
      top: 0;
      left: 0;
      padding: 0.625rem;
      border-right: 2px solid #DFDFE1; }
  table.table--small strong {
    float: right;
    width: 50%; }
  table.table--small thead {
    display: none; }

/* Channels table */
table#channels-list td,
table.channels-list td {
  padding-top: 0;
  padding-bottom: 0; }

table#channels-list > tbody > tr > td:nth-child(2),
table.channels-list > tbody > tr > td:nth-child(2) {
  text-align: left; }

#channels-list .channel-img,
.channels-list .channel-img {
  text-align: center;
  width: 65px;
  display: inline-block; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    #channels-list .channel-img,
    .channels-list .channel-img {
      padding: 8px; } }
  @media only screen and (max-width: 40em) {
    #channels-list .channel-img,
    .channels-list .channel-img {
      display: inline-block;
      margin: 0;
      clear: both;
      padding: 0;
      max-width: 40px;
      width: auto; }
      #channels-list .channel-img img,
      .channels-list .channel-img img {
        max-width: 40px !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  #channels-list strong,
  .channels-list strong {
    width: auto; } }

@media only screen and (max-width: 40em) {
  #channels-list strong,
  .channels-list strong {
    width: auto;
    float: none;
    display: inline-block;
    padding: 0;
    font-size: 12px; } }

@media only screen and (max-width: 40em) {
  #channels-list td,
  .channels-list td {
    text-align: center; } }

@media only screen and (max-width: 40em) {
  #channels-list tr,
  .channels-list tr {
    margin-bottom: 15px; } }

#channels-list .icon-ticked,
.channels-list .icon-ticked {
  color: #008DD1;
  font-size: 25px; }
  @media only screen and (max-width: 64em) {
    #channels-list .icon-ticked,
    .channels-list .icon-ticked {
      padding: 8px; } }

/*=========================================================

  MESSAGES

  01. warning
      // warning - form (you dont have internet)
  02. request
      // adress location (please add at least 3 characters)


=========================================================*/
/*=======================================================
   01. #WARNING
//=======================================================*/
.warning {
  background: #F1F1F1;
  font-family: "calibri_bold", Arial, sans-serif;
  color: #7D7F83 !important;
  width: 100%;
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  margin-bottom: 0; }

/*=======================================================
   02. #REQUEST
//=======================================================*/
.request {
  color: #F74A4A !important;
  font-family: "calibri_bold", Arial, sans-serif; }

/*=========================================================

  PAGINATION

=========================================================*/
.pagination, .wp-pagenavi {
  margin-top: 2.5rem; }
  .pagination > span, .wp-pagenavi > span {
    padding: 0; }
  .pagination .pages, .wp-pagenavi .pages {
    display: none; }
  .pagination .page, .pagination .current, .wp-pagenavi .page, .wp-pagenavi .current {
    width: 36px;
    height: 36px;
    line-height: 2.25rem;
    display: block;
    float: left;
    text-align: center;
    background: #F1F1F1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    font-family: "calibri_bold", Arial, sans-serif;
    color: #2D3134;
    margin-right: 0.625rem;
    transition: all 300ms ease-out, 0.2s 300ms ease-out, ease-in-out 300ms ease-out;
    cursor: pointer;
    border: none !important;
    padding: 0; }
    .pagination .page:hover, .pagination .current:hover, .wp-pagenavi .page:hover, .wp-pagenavi .current:hover {
      color: #FFFFFF;
      background: #008DD1; }
  .pagination .current, .wp-pagenavi .current {
    color: #FFFFFF;
    background: #008DD1;
    margin-right: 0.625rem; }
  .pagination .previouspostslink, .pagination .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 36px;
    height: 36px;
    line-height: 2.25rem;
    display: block;
    float: left;
    text-align: center;
    background: #F1F1F1;
    color: #F1F1F1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-right: 0.625rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 300ms ease-out, 0.2s 300ms ease-out, ease-in-out 300ms ease-out;
    border: none; }
    .pagination .previouspostslink:hover, .pagination .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
      background: #008DD1;
      color: #008DD1; }
      .pagination .previouspostslink:hover:before, .pagination .nextpostslink:hover:before, .wp-pagenavi .previouspostslink:hover:before, .wp-pagenavi .nextpostslink:hover:before {
        color: #FFFFFF; }
    .pagination .previouspostslink:before, .pagination .nextpostslink:before, .wp-pagenavi .previouspostslink:before, .wp-pagenavi .nextpostslink:before {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-top: -0.3125rem;
      margin-left: -0.1875rem;
      content: "\e600";
      width: 6px;
      height: 10px;
      font-family: "baltcom";
      color: #2D3134;
      font-size: 0.625rem;
      line-height: 0.625rem;
      text-align: center;
      transition: all 300ms ease-out, 0.2s 300ms ease-out, ease-in-out 300ms ease-out; }
  .pagination .extend, .wp-pagenavi .extend {
    display: none; }
  .pagination a.last, .wp-pagenavi a.last {
    display: none; }
  .pagination a.nextpostslink, .wp-pagenavi a.nextpostslink {
    margin-right: 0; }
    .pagination a.nextpostslink:before, .wp-pagenavi a.nextpostslink:before {
      content: "\e601"; }

/*=========================================================

  #TOOLTIP

  1

=========================================================*/
p.tooltip {
  display: none;
  z-index: 1;
  background: #2D3133;
  color: #FFFFFF !important;
  position: absolute;
  top: -74px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.625rem 1.125rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-family: "calibri", Arial, sans-serif;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  p.tooltip:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #2D3133; }
  .boxed:hover p.tooltip {
    display: block; }

@media only screen and (max-width: 64em) {
  .tooltip__section {
    position: relative; } }

.tooltip__section.active .tooltip--info__content {
  display: block; }

.tooltip__section h3, .tooltip__section h4 {
  width: auto;
  float: left; }

.tooltip__section--large {
  margin-top: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .tooltip__section--large {
      margin-top: 1.25rem; } }
  .tooltip__section--large h3 {
    margin-top: 0.625rem !important; }

.tooltip--info {
  position: relative;
  overflow: visibile;
  float: left; }
  @media only screen and (max-width: 64em) {
    .tooltip--info {
      float: none;
      position: static; } }
  .tooltip--info a {
    z-index: 2; }
    @media only screen and (min-width: 64.0625em) {
      .tooltip--info a:hover + .tooltip--info__content {
        display: block; } }

.tooltip--info__content, .gfield_description {
  display: none;
  position: absolute;
  left: 40px;
  top: -16px;
  background-color: #F1F1F1;
  color: #2D3134;
  z-index: 3;
  width: 436px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 1.25rem;
  -webkit-box-shadow: 0 0 2px 2px #E5E5E5;
  -ms-box-shadow: 0 0 2px 2px #E5E5E5;
  -moz-box-shadow: 0 0 2px 2px #E5E5E5;
  box-shadow: 0 0 2px 2px #E5E5E5;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  font-size: 1rem;
  font-family: "calibri", Arial, sans-serif; }
  @media only screen and (max-width: 64em) {
    .tooltip--info__content, .gfield_description {
      top: -30px;
      left: 0;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      width: 100%;
      max-width: 700px; } }
  .tooltip--info__content:before, .gfield_description:before {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    left: -12px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 12px solid #F1F1F1;
    border-bottom: 14px solid transparent;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.7), 0 10px 4px rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 64em) {
      .tooltip--info__content:before, .gfield_description:before {
        top: auto;
        bottom: -56px;
        left: 100px;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 14px solid #F1F1F1; } }
  .tooltip--info__content p, .gfield_description p {
    margin-bottom: 0; }

.tooltip--info__content.active, li.active .tooltip--info__content {
  display: block; }

/*=========================================================

  NOTICES

=========================================================*/
.top-notice {
  color: #FFFFFF;
  background: #F74A4A;
  padding: 0.625rem 0 0.5rem; }
  .top-notice p {
    font-size: 1.125rem;
    font-family: "calibri_bold", Arial, sans-serif;
    margin-bottom: 0;
    width: auto;
    float: left;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .top-notice [class^="icon"] {
    color: #FFFFFF;
    display: inline-block;
    float: left; }
  .top-notice .icon-warning {
    font-size: 1.375rem;
    position: absolute;
    left: 0;
    top: 1px; }
  .top-notice .icon-cross {
    font-size: 0.625rem;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -10px;
    padding: 0.625rem;
    background: #F74A4A; }

.top-notice__content {
  position: relative; }

/*=========================================================

  #EXIT banners

=========================================================*/
.modal--exit-banner {
  width: 900px;
  border: 0;
  box-shadow: none;
  padding: 0;
  background: transparent; }
  .modal--exit-banner .modal-header {
    height: 60px;
    padding-top: 6px;
    background: white; }
    .modal--exit-banner .modal-header .close-reveal-modal {
      top: 7px; }
  .modal--exit-banner .modal-content {
    height: 535px;
    position: relative; }
    .modal--exit-banner .modal-content::after {
      width: 1px;
      background: white;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      display: block; }
  .modal--exit-banner .modal-bg {
    position: absolute;
    background: #158cc7;
    opacity: 0.9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1; }
  .modal--exit-banner .modal-left,
  .modal--exit-banner .modal-right {
    width: 50%;
    text-align: center;
    padding: 15px 25px; }
  .modal--exit-banner .modal-left {
    float: left; }
  .modal--exit-banner .modal-right {
    float: right; }
  .modal--exit-banner h3 {
    font-size: 23px;
    padding: 8px 0;
    text-align: center;
    margin-top: 0 !important; }
  .modal--exit-banner h2 {
    font-size: 40px;
    color: white;
    line-height: 45px;
    margin: 10px 0 !important;
    min-height: 90px; }
  .modal--exit-banner p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    min-height: 70px; }
  .modal--exit-banner .price {
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal--exit-banner .price--last {
      display: flex;
      flex-flow: column; }
    .modal--exit-banner .price strong {
      font-size: 100px;
      margin-right: 5px; }
    .modal--exit-banner .price sup {
      font-size: 50px;
      top: -6px;
      font-weight: 700;
      line-height: 1;
      text-align: left; }
    .modal--exit-banner .price sub {
      font-size: 20px;
      top: -6px;
      font-weight: 700; }
  .modal--exit-banner .button {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background-color: #ffffff;
    color: #159bdd;
    font-size: 25px;
    margin-top: 20px;
    padding: 32px;
    line-height: 0; }
    .modal--exit-banner .button:hover, .modal--exit-banner .button:focus, .modal--exit-banner .button:active {
      background-color: #f2f2f2; }
  .modal--exit-banner .modal-footer {
    clear: both;
    background: white;
    position: relative;
    top: -20px; }
    .modal--exit-banner .modal-footer h3 {
      font-family: "calibri";
      position: relative; }

/*=========================================================

  #SEARCH

=========================================================*/
.searchbox {
  position: relative;
  min-width: 45px;
  width: 0;
  height: 36px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s; }

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  width: 160px;
  margin: 0;
  display: none;
  margin-left: 45px;
  background-color: #2D3133;
  height: 2.125rem !important;
  padding-right: 5px;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.2 !important; }

.searchbox-input::-webkit-input-placeholder {
  color: #909093; }

.searchbox-input:-moz-placeholder {
  color: #909093; }

.searchbox-input::-moz-placeholder {
  color: #909093; }

.searchbox-input:-ms-input-placeholder {
  color: #909093; }

.searchbox-icon,
.searchbox-submit,
.searchbox-submit:hover,
.searchbox-submit:focus {
  width: 50px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  font-size: 1rem;
  color: white;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: transparent !important;
  line-height: 36px; }

.searchbox-icon:after,
.searchbox-submit:after {
  font-family: "baltcom";
  content: "\e628";
  color: white; }

.searchbox-submit {
  display: none; }

.searchbox-open {
  width: 210px; }
  .searchbox-open .searchbox-icon,
  .searchbox-open .searchbox-submit {
    right: 165px; }
  .searchbox-open .searchbox-input {
    display: block; }

.search-result__title {
  margin-bottom: 0.625rem; }
  .search-result__title > a {
    color: #2D3134; }
  .search-result__title > a:hover, .search-result__title a:focus {
    color: #008DD1; }

.search__items article {
  margin-top: 1.25rem; }

.searchbox-sidenav-wrapper {
  margin-left: 1.875rem;
  margin-top: 5.625rem;
  position: relative; }
  .searchbox-sidenav-wrapper .icon-search {
    color: #2D3134;
    position: absolute;
    left: 12px;
    top: 12px; }

.searchbox-sidenav-input {
  border: 0;
  height: 36px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding-left: 35px;
  color: #909093;
  font-size: 1rem;
  width: 9.6875rem;
  padding-right: 5px; }

.searchbox-sidenav-input::-webkit-input-placeholder {
  color: #909093; }

.searchbox-sidenav-input:-moz-placeholder {
  color: #909093; }

.searchbox-sidenav-input::-moz-placeholder {
  color: #909093; }

.searchbox-sidenav-input:-ms-input-placeholder {
  color: #909093; }

.searchbox-main {
  margin-top: 0.9375rem; }

.searchbox-main-input {
  height: 2.5rem;
  border: 3px solid #e1e1e1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  min-width: 21.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-right: 1.875rem;
  font-family: "calibri_bold", Arial, sans-serif;
  color: #909093; }
  .searchbox-main-input.placeholder {
    font-family: "calibri_bold", Arial, sans-serif;
    color: #909093; }
  .searchbox-main-input:-moz-placeholder {
    font-family: "calibri_bold", Arial, sans-serif;
    color: #909093; }
  .searchbox-main-input::-moz-placeholder {
    font-family: "calibri_bold", Arial, sans-serif;
    color: #909093; }
  .searchbox-main-input::-webkit-input-placeholder {
    font-family: "calibri_bold", Arial, sans-serif;
    color: #909093; }
  .searchbox-main-input::-ms-input-placeholder {
    font-family: "calibri_bold", Arial, sans-serif;
    color: #909093; }
  @media only screen and (max-width: 40em) {
    .searchbox-main-input {
      min-width: auto;
      width: 45%; } }

.searchbox-main-submit {
  height: 3rem;
  line-height: 3rem;
  font-size: 1.125rem;
  padding: 0 1.25rem; }

hr.seperator {
  height: 1px;
  color: #d3d4d6;
  border-color: #d3d4d6;
  background-color: #d3d4d6; }

/*=========================================================

  TOP HEADER

=========================================================*/
.top-header {
  height: 73px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5; }
  @media only screen and (min-width: 639px) {
    .top-header {
      height: 100px; } }
  @media only screen and (min-width: 1025px) {
    .top-header {
      height: 120px; } }
  .top-header .call {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 6px;
    background-image: url("../assets/images/phone.svg");
    background-size: 24px auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 75px;
    top: 12px; }
    @media only screen and (min-width: 639px) {
      .top-header .call {
        top: 27px; } }
    @media only screen and (min-width: 1025px) {
      .top-header .call {
        display: none; } }

@media only screen and (min-width: 639px) {
  .page-template-page-special-offer .top-header {
    height: 100px; } }

.header-container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 64.375rem; }
  .header-container .inner {
    position: relative; }
  .header-container .primary-nav, .header-container .secondary-nav {
    display: none; }
    @media only screen and (min-width: 1025px) {
      .header-container .primary-nav, .header-container .secondary-nav {
        display: block; } }
  .header-container .logo {
    display: block;
    width: 137px;
    height: 27px;
    position: absolute;
    top: 22px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 0; }
    @media only screen and (min-width: 639px) {
      .header-container .logo {
        width: 221px;
        height: 43px;
        top: 29px; } }
    @media only screen and (min-width: 1025px) {
      .header-container .logo {
        width: 185px;
        height: 36px;
        top: 63px; } }

.mobile-tools {
  position: absolute;
  right: 0;
  top: 12px;
  padding-right: 12px;
  z-index: 990;
  transition: right .6s; }
  @media only screen and (min-width: 639px) {
    .mobile-tools {
      top: 27px; } }
  @media only screen and (min-width: 1025px) {
    .mobile-tools {
      display: none; } }
  .mobile-tools .hamburger {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #008DD1;
    border-radius: 6px;
    background-image: url("../assets/images/hamburger.svg");
    background-size: 24px 22px;
    background-position: center center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat; }
    .mobile-tools .hamburger:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("../assets/images/close-mobile-menu.svg");
      background-size: 32px 32px;
      background-position: center center;
      background-color: #2D3134;
      opacity: 0;
      transition: opacity .6s;
      background-repeat: no-repeat; }

.mobile-menu-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(45, 49, 52, 0.5);
  z-index: 900;
  display: none;
  opacity: 0;
  transition: opacity .6s; }
  @media only screen and (min-width: 639px) {
    .mobile-menu-background {
      display: none !important;
      opacity: 0 !important; } }

.mobile-menu-holder {
  background: #73737F;
  width: 266px;
  height: 100%;
  position: fixed;
  right: -266px;
  top: 0;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  transition: right .6s; }
  @media only screen and (min-width: 639px) {
    .mobile-menu-holder {
      width: 380px;
      right: -380px; } }
  @media only screen and (min-width: 1025px) {
    .mobile-menu-holder {
      right: -380px !important; } }
  .mobile-menu-holder a {
    color: inherit; }
  .mobile-menu-holder .upper-section {
    background: #fff;
    padding: 16px 20px 17px 20px; }
  .mobile-menu-holder .user-logged {
    text-align: right;
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 25px; }
    .mobile-menu-holder .user-logged a, .mobile-menu-holder .user-logged span {
      display: inline-block; }
      .mobile-menu-holder .user-logged a.profile-link, .mobile-menu-holder .user-logged span.profile-link {
        padding-right: 0;
        color: #73737F; }
        .mobile-menu-holder .user-logged a.profile-link:after, .mobile-menu-holder .user-logged span.profile-link:after {
          content: '';
          display: inline-block;
          width: 18px;
          height: 18px;
          background-image: url("../assets/images/icon-user-mobile.svg");
          background-size: 100% auto;
          margin-left: 6px;
          position: relative;
          top: 3px; }
      .mobile-menu-holder .user-logged a.logout-link, .mobile-menu-holder .user-logged span.logout-link {
        color: #A4A6A9;
        padding-left: 0;
        margin-left: 4px; }
  .mobile-menu-holder .search-holder {
    position: relative;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 17px; }
    .mobile-menu-holder .search-holder .search-input {
      background: #FFFFFF;
      border: 4px solid #EAEAEA;
      border-radius: 8px;
      width: 100%;
      height: 40px;
      line-height: 34px;
      padding: 0 60px 0 16px; }
    .mobile-menu-holder .search-holder .search-button {
      background: none;
      background-image: url("../assets/images/search-button-mobile.svg");
      border: none;
      outline: none;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 12px;
      right: 16px;
      margin: 0;
      padding: 0; }
  .mobile-menu-holder .primary-nav {
    position: relative;
    top: 0;
    left: 0; }
    .mobile-menu-holder .primary-nav .menu-item {
      display: block;
      margin: 0 0 17px 9px; }
      .mobile-menu-holder .primary-nav .menu-item a {
        line-height: 29px;
        height: 29px;
        display: block; }
      .mobile-menu-holder .primary-nav .menu-item:last-child {
        margin-bottom: 0; }
    .mobile-menu-holder .primary-nav .menu-item a:before {
      width: 29px;
      height: 29px;
      margin-right: 6px; }
  .mobile-menu-holder .secondary-nav {
    position: relative; }
    .mobile-menu-holder .secondary-nav .menu-item {
      display: block;
      border-radius: 0;
      height: 47px; }
      .mobile-menu-holder .secondary-nav .menu-item a {
        height: 47px;
        line-height: 47px;
        padding: 0 30px; }
      .mobile-menu-holder .secondary-nav .menu-item:after {
        display: none; }
      .mobile-menu-holder .secondary-nav .menu-item.active, .mobile-menu-holder .secondary-nav .menu-item.active-my-baltcom {
        background: #008DD1;
        color: #fff; }
  .mobile-menu-holder .secondary-nav-item:not(.in-mobile) {
    display: none; }

.mode-switch {
  float: left; }
  .mode-switch li {
    margin-right: 13px; }
  .mode-switch.home .menu-item-home {
    color: #008DD1; }
  .mode-switch.business .menu-item-business {
    color: #008DD1; }

.lang-switch {
  float: right; }
  .lang-switch li {
    margin-left: 13px; }

.switches {
  margin: 0; }

.mode-switch, .lang-switch {
  padding: 0;
  margin: 0 0 10px 0; }
  .mode-switch li, .lang-switch li {
    display: inline-block;
    font-size: 18px;
    color: #73737F; }
    .mode-switch li.active, .mode-switch li.current-lang, .lang-switch li.active, .lang-switch li.current-lang {
      color: #008DD1; }

.mobile-menu-open {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .mobile-menu-open .mobile-tools {
    right: 266px; }
    @media only screen and (min-width: 639px) {
      .mobile-menu-open .mobile-tools {
        right: 380px; } }
  .mobile-menu-open .mobile-menu-holder {
    right: 0; }
  .mobile-menu-open .mobile-menu-background {
    display: block;
    opacity: 1; }
  .mobile-menu-open .hamburger:after {
    opacity: 1; }

.top-section {
  width: auto;
  float: right;
  padding-right: 0.9375rem; }

.top__phone {
  color: #909093;
  float: left;
  display: block;
  width: auto;
  font-size: 1.3125rem;
  margin-right: 1.25rem;
  line-height: 2.25rem;
  font-family: "calibri_bold"; }
  .top__phone [class^="icon"] {
    font-size: 0.9375rem; }
  .top__phone:hover, .top__phone:active {
    color: #909093; }

.top-phone {
  position: absolute;
  top: 42px;
  right: 100px;
  width: 26px;
  height: 35px;
  background-image: url("../assets/images/phone.svg");
  background-size: 100%; }

.menu-trigger {
  width: 50px;
  height: 48px;
  background: #008DD1;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 35px;
  right: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  @media only screen and (max-width: 40em) {
    .menu-trigger {
      right: 20px; } }
  .menu-trigger [class^="icon"] {
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.5rem;
    position: relative;
    top: 13px; }
  .menu-trigger .icon-cross {
    display: none;
    font-size: 1.25rem;
    top: 15px; }
  .menu-trigger.active .icon-cross {
    display: inline-block !important; }
  .menu-trigger.active .icon-menu {
    display: none; }

/*=========================================================

  SECTION INTRO (homepage)

=========================================================*/
section.intro {
  max-width: 100%;
  overflow: hidden;
  position: relative; }
  section.intro h1, section.intro .h1 {
    font-size: 2.375rem;
    line-height: 1; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      section.intro h1, section.intro .h1 {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 40em) {
      section.intro h1, section.intro .h1 {
        font-size: 1.5rem;
        text-align: center;
        color: #008DD1; } }
    section.intro h1 strong, section.intro .h1 strong {
      clear: both;
      display: block;
      font-size: 1.75rem;
      margin-top: 0.4375rem;
      font-weight: normal;
      font-family: "calibri"; }
      @media only screen and (max-width: 64em) {
        section.intro h1 strong, section.intro .h1 strong {
          font-size: 1.125rem;
          margin-top: 0.625rem; } }
      @media only screen and (max-width: 40em) {
        section.intro h1 strong, section.intro .h1 strong {
          margin-top: 0.75rem; } }
  section.intro .button {
    display: table;
    background: #e41317;
    width: auto;
    height: 3.75rem;
    font-size: 1.75rem;
    letter-spacing: 0.3px;
    margin-top: 0.9375rem;
    padding-top: 0.5625rem;
    padding-left: 1.875rem;
    padding-right: 1.5625rem; }
    section.intro .button:active, section.intro .button:hover {
      background: #cd1115; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      section.intro .button {
        margin-top: 0.625rem;
        height: 3.125rem;
        line-height: 3.125rem;
        padding-top: 0; } }
    @media only screen and (max-width: 40em) {
      section.intro .button {
        margin: 1.375rem auto 0; } }
    section.intro .button .icon-triangle-right {
      font-size: 1.125rem;
      margin-left: 0.9375rem; }
  section.intro .price strong {
    line-height: 2.5rem;
    font-size: 3.9375rem; }

.intro__image {
  min-width: 100%;
  float: none;
  height: auto;
  min-height: 100%;
  max-width: none !important; }

.intro__slider {
  position: relative;
  width: 100%;
  min-width: 100%; }
  .intro__slider li {
    min-width: 100%;
    overflow: hidden; }
    @media only screen and (max-width: 64em) {
      .intro__slider li {
        height: auto; } }
  .intro__slider .price {
    color: #FFFFFF; }

@media only screen and (max-width: 40em) {
  .bx-wrapper .bx-controls-direction a {
    top: 22%; } }

.intro__content {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1030px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  @media only screen and (max-width: 40em) {
    .intro__content {
      position: relative;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      padding: 1.25rem 1.875rem;
      left: 0;
      top: 0; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .intro__content {
      padding: 0 3.125rem; } }
  .intro__content img {
    /* position: absolute !important;
    bottom: 0;
    max-height: 100%; */ }

.intro__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .intro__text .button {
    margin-top: 0.125rem; }
  @media only screen and (max-width: 40em) {
    .intro__text {
      position: relative;
      top: 0;
      transform: none; } }

@media only screen and (max-width: 64em) {
  .intro .bx-pager {
    display: none; } }

.intro__action {
  margin-top: 1.125rem; }
  @media only screen and (max-width: 64em) {
    .intro__action {
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  @media only screen and (max-width: 40em) {
    .intro__action {
      text-align: center; } }

/* Intro slider text & button color options */
.text--blue .price--old, .text--white .price--old, .text--gray .price--old, .text--green .price--old, .text--red .price--old, .text--black .price--old {
  position: relative;
  padding-left: 5px; }
  .text--blue .price--old:before, .text--white .price--old:before, .text--gray .price--old:before, .text--green .price--old:before, .text--red .price--old:before, .text--black .price--old:before {
    content: "";
    background: #9eacb4;
    width: 1px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }

.text--blue h1, .text--blue h1 strong, .text--blue .price {
  color: #008dd2; }

.text--white h1, .text--white h1 strong, .text--white .price {
  color: #FFFFFF; }
  @media only screen and (max-width: 40em) {
    .text--white h1, .text--white h1 strong, .text--white .price {
      color: #008DD1; } }
  .text--white h1.price--old, .text--white h1 strong.price--old, .text--white .price.price--old {
    color: #9eacb4; }

.text--gray h1, .text--gray h1 strong, .text--gray .price, .text--gray .price--old {
  color: #7e8083 !important; }

.text--green h1, .text--green h1 strong, .text--green .price, .text--green .price--old {
  color: #85bd19 !important; }

.text--red h1, .text--red h1 strong, .text--red .price, .text--red .price--old {
  color: #ed1c24 !important; }

.text--black h1, .text--black h1 strong, .text--black .price, .text--black .price--old {
  color: #000000 !important; }

.button--blue {
  background-color: #008dd2 !important; }
  .button--blue:active, .button--blue:hover {
    background: #007fbd !important; }

.button--white {
  background-color: #FFFFFF !important;
  color: #000000; }
  .button--white:active, .button--white:hover {
    background: #e6e6e6 !important;
    color: #000000; }

.button--gray {
  background-color: #7e8083 !important; }
  .button--gray:active, .button--gray:hover {
    background: #717376 !important; }

.button--green {
  background-color: #85bd19 !important; }
  .button--green:active, .button--green:hover {
    background: #78aa17 !important; }

.button--red {
  background-color: #ed1c24 !important; }
  .button--red:active, .button--red:hover {
    background: #dd1219 !important; }

.button--black {
  background-color: #000000 !important; }
  .button--black:active, .button--black:hover {
    background: #1a1a1a !important; }

@media only screen and (max-width: 40em) {
  .intro__info {
    position: relative;
    margin: 0.75rem 0 0;
    bottom: 0.625rem;
    padding: 0 3.125rem; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .intro__info {
    padding: 0 3.125rem;
    bottom: 0.3125rem; } }

.price.price--old {
  color: #9eadb4 !important; }

/*=========================================================

  SECTION INTRO (homepage)

=========================================================*/
section.offer {
  background: #008DD1;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  overflow: visible; }
  @media only screen and (max-width: 40em) {
    section.offer {
      padding-top: 1.375rem;
      padding-bottom: 2.1875rem; } }
  section.offer h3 {
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0; }
  section.offer .button {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.875rem; }
    @media only screen and (max-width: 64em) {
      section.offer .button {
        margin-top: 1.5625rem; } }
    @media only screen and (max-width: 40em) {
      section.offer .button {
        margin-left: 0; } }

.offer__location {
  position: relative;
  display: inline-block;
  position: relative;
  margin-top: 1.375rem; }
  @media only screen and (max-width: 64em) {
    .offer__location {
      margin-top: 1.5625rem; } }
  @media only screen and (max-width: 40em) {
    .offer__location {
      display: block; } }
  .offer__location [class^="icon"] {
    position: absolute;
    color: #016FA7;
    top: 9px;
    left: 15px;
    font-size: 1.125rem; }
  .offer__location input {
    padding: 0.3125rem 0.625rem 0.3125rem 2.8125rem;
    width: 450px;
    max-width: 100%;
    box-sizing: border-box;
    border: none;
    height: 38px;
    font-family: "calibri_bold", Arial, sans-serif;
    line-height: 2.375rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .offer__location input.placeholder {
      color: #909093; }
    .offer__location input:-moz-placeholder {
      color: #909093; }
    .offer__location input::-moz-placeholder {
      color: #909093; }
    .offer__location input::-webkit-input-placeholder {
      color: #909093; }
    .offer__location input::-ms-input-placeholder {
      color: #909093; }
    @media only screen and (max-width: 40em) {
      .offer__location input {
        display: block;
        width: 100%; } }

/*=========================================================

  SECTION BUSINESS (in business service pages)

=========================================================*/
section.offer-business {
  background: #008DD1;
  padding-top: 2rem;
  padding-bottom: 2.1875rem;
  overflow: hidden; }
  section.offer-business.bottom {
    margin-top: 3.4375rem; }
  @media only screen and (max-width: 40em) {
    section.offer-business {
      padding-top: 1.375rem;
      padding-bottom: 2.1875rem; } }
  section.offer-business h3 {
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block; }
    @media only screen and (max-width: 40em) {
      section.offer-business h3 {
        display: block; } }
  section.offer-business .button.button--secondary {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2.5rem;
    font-size: 1.125rem; }
    @media only screen and (max-width: 40em) {
      section.offer-business .button.button--secondary {
        margin-top: 1.5625rem;
        margin-left: 0; } }

.regulations-section {
  background: #F1F1F1;
  padding-bottom: 1.25rem; }
  @media only screen and (min-width: 40.0625em) {
    .regulations-section h2 {
      font-size: 3.125rem; } }
  @media only screen and (min-width: 40.0625em) {
    .regulations-section p {
      font-size: 1.3125rem;
      line-height: 1.5625rem; } }

.services-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5625rem; }

.services-list-item {
  padding-bottom: 1.25rem; }
  @media only screen and (min-width: 40.0625em) {
    .services-list-item {
      width: 50%;
      padding: 0 1.25rem 1.875rem; } }
  @media only screen and (min-width: 64.0625em) {
    .services-list-item {
      padding: 0 1.875rem 2.5rem; } }
  .services-list-item-img {
    width: 3.75rem; }
    @media only screen and (min-width: 40.0625em) {
      .services-list-item-img {
        width: 5.9375rem; } }
    .services-list-item-img img {
      width: 100%; }
  .services-list-item-text {
    width: calc(100% - 60px);
    padding-left: 0.625rem; }
    @media only screen and (min-width: 40.0625em) {
      .services-list-item-text {
        width: calc(100% - 95px); } }
  @media only screen and (min-width: 40.0625em) {
    .services-list-item h4 {
      font-size: 1.6875rem; } }

/*=========================================================

  SECTION SERVICES (homepage)

=========================================================*/
section.services {
  padding-top: 2.125rem;
  padding-bottom: 3.75rem; }
  @media only screen and (max-width: 64em) {
    section.services {
      padding-top: 1.875rem;
      padding-bottom: 2.5rem; } }
  @media only screen and (max-width: 40em) {
    section.services h2 {
      text-align: center; } }
  section.services h3 {
    margin-top: 0;
    line-height: 1; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      section.services h3 {
        margin-top: 0.625rem; } }
    @media only screen and (max-width: 40em) {
      section.services h3 {
        float: left;
        margin-left: 4.375rem;
        margin-top: 0.75rem;
        width: 100%; } }

.service__image {
  width: auto;
  position: absolute;
  left: 0;
  width: 113px; }
  @media only screen and (max-width: 64em) {
    .service__image {
      position: relative;
      display: inline-block; } }
  @media only screen and (max-width: 40em) {
    .service__image {
      width: 55px;
      float: left;
      position: absolute;
      left: 15px; } }
  .item--last .service__image {
    position: relative;
    display: inline-block;
    margin-bottom: 1.125rem; }
    @media only screen and (max-width: 40em) {
      .item--last .service__image {
        width: auto;
        height: 55px;
        position: relative;
        float: none;
        left: 0; } }

.service__list {
  padding-bottom: 1.875rem; }

.service__item {
  margin-top: 1.5625rem; }
  .service__item h3 a {
    color: inherit; }
  .service__item h3 a:hover {
    text-decoration: underline; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .service__item {
      text-align: center; } }
  @media only screen and (max-width: 40em) {
    .service__item {
      margin-top: 1.25rem; } }
  .service__item.item--last {
    text-align: center;
    margin-top: 2rem; }
    @media only screen and (max-width: 40em) {
      .service__item.item--last {
        text-align: center; } }
    @media only screen and (max-width: 40em) {
      .service__item.item--last h3 {
        margin-left: 0; } }

.service__content {
  padding-left: 168px;
  float: left;
  width: 100%; }
  @media only screen and (max-width: 64em) {
    .service__content {
      padding-left: 0; } }
  @media only screen and (max-width: 40em) {
    .service__content {
      float: none; } }
  @media only screen and (max-width: 40em) {
    .service__content h3 {
      margin-top: 1.125rem !important; } }
  @media only screen and (max-width: 40em) {
    .service__content p {
      clear: both; } }
  .service__content p:first-of-type {
    margin-top: 0.3125rem; }
    @media only screen and (max-width: 64em) {
      .service__content p:first-of-type {
        margin-top: 0.9375rem; } }
    @media only screen and (max-width: 40em) {
      .service__content p:first-of-type {
        margin-top: 1.875rem;
        float: left;
        display: block; } }
  .item--last .service__content {
    padding-left: 0; }
    @media only screen and (max-width: 40em) {
      .item--last .service__content p {
        margin-top: 0.625rem; } }

.tv-types {
  padding-top: 40px; }

/*=========================================================

  SECTION ADVANTAGES (homepage)

=========================================================*/
section.advantages {
  padding-top: 3.625rem;
  padding-bottom: 3.75rem;
  background-color: #f1f1f1;
  position: relative; }
  @media only screen and (min-width: 90.0625em) {
    section.advantages {
      background-size: cover; } }
  @media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    section.advantages {
      background-size: auto 300%; } }
  @media only screen and (max-width: 64em) {
    section.advantages {
      padding-top: 2.375rem;
      background-size: auto 200%; } }
  @media only screen and (max-width: 40em) {
    section.advantages {
      padding-top: 1.75rem;
      background-size: auto 200%; } }
  @media only screen and (max-width: 40em) {
    section.advantages h2 {
      text-align: center; } }
  section.advantages p, section.advantages small {
    color: #2e3134; }
    @media only screen and (max-width: 40em) {
      section.advantages p, section.advantages small {
        padding-left: 4.375rem;
        display: block; } }
  section.advantages p {
    margin-bottom: 0;
    font-size: 1.3125rem;
    line-height: 1.2;
    font-family: "calibri_bold", Arial, sans-serif;
    display: inline-block;
    width: 100%; }
    @media only screen and (max-width: 40em) {
      section.advantages p {
        margin-top: 0 !important; } }
    section.advantages p:nth-of-type(1) {
      margin-top: 0.75rem; }
  section.advantages small {
    font-size: 1rem;
    display: inline-block;
    line-height: 1.2; }
    @media only screen and (max-width: 40em) {
      section.advantages small {
        max-width: 250px; } }
  section.advantages span[class^="icon"] {
    color: #2e3134;
    font-size: 3.125rem !important;
    height: 50px !important;
    vertical-align: middle; }
    @media only screen and (max-width: 40em) {
      section.advantages span[class^="icon"] {
        position: absolute;
        margin-top: 0.3125rem;
        font-size: 2.5rem !important;
        height: 40px !important; } }
    section.advantages span[class^="icon"]:before {
      display: inline-block; }

.advantages__list {
  padding-top: 2.625rem;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 40em) {
    .advantages__list {
      padding-left: 1.25rem; } }
  @media only screen and (max-width: 64em) {
    .advantages__list {
      text-align: center; } }
  @media only screen and (max-width: 40em) {
    .advantages__list {
      margin-top: 2rem; } }
  .advantages__list li {
    display: inline-block;
    width: 20%;
    text-align: center;
    float: left;
    position: relative; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .advantages__list li {
        width: 30%;
        vertical-align: top;
        float: none; }
        .advantages__list li:nth-child(4), .advantages__list li:nth-child(5) {
          margin-top: 2.5rem; } }
    @media only screen and (max-width: 40em) {
      .advantages__list li {
        width: 100%;
        text-align: left;
        margin-top: 1.25rem; }
        .advantages__list li:nth-child(1) {
          margin-top: 0; } }

/*=========================================================

  SECTION VALUES (homepage)

=========================================================*/
.values {
  padding-top: 3.375rem;
  padding-bottom: 3.625rem; }
  @media only screen and (max-width: 40em) {
    .values h2 {
      text-align: center; } }
  @media only screen and (max-width: 64em) {
    .values {
      padding-top: 1.875rem;
      padding-bottom: 1.75rem; } }
  @media only screen and (max-width: 40em) {
    .values {
      padding-top: 1.5625rem;
      padding-bottom: 2.75rem; } }

@media only screen and (max-width: 64em) {
  .value__list {
    margin-top: 0.625rem; } }

@media only screen and (max-width: 40em) {
  .value__list {
    margin-top: 1.75rem; } }

.value__item {
  position: relative;
  padding-left: 10.625rem;
  margin-top: 3rem; }
  @media only screen and (max-width: 64em) {
    .value__item {
      padding-left: 0; } }
  @media only screen and (max-width: 40em) {
    .value__item {
      margin-top: 0; } }
  @media only screen and (max-width: 64em) {
    .value__item h4 {
      margin-top: 0.875rem; } }

.value__image {
  width: 150px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (max-width: 64em) {
    .value__image {
      position: relative;
      width: 100%;
      height: auto; } }
  .value__image img {
    height: auto;
    width: 100%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    display: block;
    left: 50%; }
    @media only screen and (max-width: 64em) {
      .value__image img {
        height: auto;
        min-height: 0; } }
    @media only screen and (max-width: 40em) {
      .value__image img {
        width: 50%;
        margin: 0 auto;
        min-width: 50%;
        display: inline-block; } }

/*=========================================================

  ORDER 

=========================================================*/
.order h3 {
  margin-top: 2.5rem; }
  @media only screen and (max-width: 64em) {
    .order h3 {
      margin-top: 1.875rem; } }
  @media only screen and (max-width: 40em) {
    .order h3 {
      font-size: 1.75rem; } }

.order h4 {
  margin-top: 0.625rem; }
  @media only screen and (max-width: 40em) {
    .order h4 {
      font-size: 1.3125rem; } }

.order .internet .switch, .order .internet .select--custom {
  margin-top: 0.625rem; }

.order .internet .price {
  margin-top: 0.75rem; }
  @media only screen and (max-width: 40em) {
    .order .internet .price {
      margin-top: 0; } }

.section--highlighted {
  background: #F1F1F1;
  padding: 0.5rem 0.5rem 0;
  margin-top: 0.75rem;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .section--highlighted .row {
    height: auto; }
  .section--highlighted li:not(.active) .boxed {
    border: none; }

.statement--switch {
  margin-top: 0.3125rem; }
  @media only screen and (max-width: 40em) {
    .statement--switch .columns:nth-of-type(2) {
      margin-top: 0.625rem; } }
  .statement--switch p {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0; }
  .statement--switch i {
    font-style: normal;
    color: #909093; }
  .statement--switch a {
    text-decoration: underline; }

.television__list {
  margin-top: 1.25rem; }
  .television__list li {
    margin-top: 1.5rem; }
    .television__list li:first-child {
      margin-top: 0; }
  .television__list .select--custom {
    width: 342px;
    max-width: 100%;
    margin-right: 1.875rem;
    display: inline-block; }
    @media only screen and (max-width: 40em) {
      .television__list .select--custom {
        width: 224px;
        margin-right: 0; } }
  .television__list .icon-remove {
    font-size: 0.75rem;
    cursor: pointer;
    color: #848687; }
    @media only screen and (max-width: 40em) {
      .television__list .icon-remove {
        margin-left: 0.625rem; } }

.television__number {
  font-size: 1.125rem;
  color: #2D3134;
  line-height: 3rem;
  margin-right: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .television__number {
      margin-right: 1.25rem; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .term .select--custom {
    width: 312px; } }

.section--next {
  padding-top: 2.8125rem;
  padding-bottom: 4.375rem; }
  @media only screen and (max-width: 64em) {
    .section--next {
      padding: 0; }
      .section--next [class^="button"] {
        float: left;
        margin-top: 1.875rem; } }

.order__sidebar {
  padding-bottom: 4.375rem; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .order__sidebar {
      margin-top: 2.5rem;
      padding-bottom: 2.875rem; } }
  @media only screen and (max-width: 40em) {
    .order__sidebar {
      margin-top: 0.625rem;
      padding-bottom: 2.875rem; } }
  .order__sidebar dl {
    margin-bottom: 0; }
  .order__sidebar dt {
    width: 50%;
    clear: both;
    float: left;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0.625rem;
    margin-bottom: 0; }
  .order__sidebar dd {
    float: left;
    margin-top: 0.625rem;
    width: 50%;
    text-align: right;
    margin-bottom: 0; }
  .order__sidebar .section--highlighted {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-bottom: 1.25rem; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .order__sidebar .section--highlighted {
        padding-top: 0; }
        .order__sidebar .section--highlighted .columns:nth-of-type(2) {
          border-left: 1px solid #BFBFBF; } }
  .order__sidebar .button--next {
    margin-top: 1.5rem; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .order__sidebar .button--next {
        clear: both; } }

.block--add-more {
  margin-top: 1.5rem;
  border: 5px solid #F1F1F1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 0.8125rem 0.9375rem;
  background-color: #F1F1F1; }
  .block--add-more [class^="icon"] {
    margin-right: 0.75rem;
    color: #008DD1;
    font-size: 1.25rem;
    vertical-align: top;
    margin-top: 0.125rem; }
  .block--add-more a {
    color: #000000;
    font-family: "calibri_bold", Arial, sans-serif; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .order__sidebar .block--add-more {
      width: 326px;
      float: right; } }

.terms-cond {
  text-align: right;
  margin-top: 1.5rem;
  width: 100%;
  clear: both;
  float: right;
  position: relative;
  z-index: 5; }

.service-apply .terms-cond {
  text-align: left;
  margin-top: 0.9375rem;
  width: auto;
  clear: both;
  float: left; }

.electricity .terms-cond {
  position: absolute;
  float: none;
  width: auto;
  margin-top: 12px;
  left: 200px; }

.electricity-faq .terms-cond {
  text-align: left;
  margin-top: 0.9375rem;
  float: left;
  margin-left: 3.75rem;
  width: 14.75rem; }
  @media only screen and (max-width: 40em) {
    .electricity-faq .terms-cond {
      margin-left: 22%; } }
  @media only screen and (max-width: 390px) {
    .electricity-faq .terms-cond {
      margin-left: 14%; } }

.electricity-faq .checkbox--simple {
  padding: 8px;
  padding-bottom: 0; }

.ru .elektriba .terms-cond {
  width: auto;
  margin-left: 10%;
  float: left; }

/*=========================================================

FOOTER

01. #FOOTER GLOBAL

=========================================================*/
/*=========================================================
01. #FOOTER GLOBAL
=========================================================*/
.footer--main {
  background: #2D3133;
  vertical-align: middle;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  position: relative;
  min-height: 72px;
  margin-top: -4.5rem;
  z-index: 2; }
  @media only screen and (max-width: 40em) {
    .footer--main {
      text-align: center; } }
  .footer--main .icon-baltcom {
    height: 24px;
    overflow: hidden; }
  .footer--main .secondary-nav {
    margin-left: 2.1875rem; }
    @media only screen and (max-width: 64em) {
      .footer--main .secondary-nav {
        float: right;
        margin-bottom: 0.625rem; }
        .footer--main .secondary-nav > li:last-child a {
          padding-right: 0; } }
    @media only screen and (max-width: 64em) {
      .footer--main .secondary-nav {
        height: auto;
        margin-left: 0;
        margin-top: 0.625rem;
        text-align: center;
        width: 100%; } }
    .footer--main .secondary-nav:before {
      display: none; }
    .footer--main .secondary-nav li:after {
      right: 3px; }
    @media only screen and (max-width: 64em) {
      .footer--main .secondary-nav li {
        display: inline-block;
        float: none; } }
    .footer--main .secondary-nav li.current-menu-item a, .footer--main .secondary-nav li.current_page_parent a {
      color: #008DD1; }
    .footer--main .secondary-nav a {
      color: #D9D9D9;
      padding: 0 0.625rem 0 0.5rem; }
  .footer--main.footer-new h3 {
    text-transform: uppercase;
    color: #238ED4;
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 0; }
  .footer--main.footer-new .footer__logo {
    text-align: center;
    width: 100%;
    margin-bottom: 30px; }
  .footer--main.footer-new .footer_icons {
    text-align: left;
    margin-bottom: 30px; }
    @media only screen and (max-width: 40em) {
      .footer--main.footer-new .footer_icons {
        text-align: center; } }
    .footer--main.footer-new .footer_icons li {
      margin-right: 1.25rem; }
      @media only screen and (max-width: 64em) {
        .footer--main.footer-new .footer_icons li {
          margin-right: 0.9375rem; } }
      .footer--main.footer-new .footer_icons li:last-child {
        margin-right: 0; }
    .footer--main.footer-new .footer_icons a {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      color: #707070; }
      .footer--main.footer-new .footer_icons a:hover {
        color: #fff; }
        .footer--main.footer-new .footer_icons a:hover .footer-icon {
          color: #fff !important;
          border-color: #fff !important; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .footer--main.footer-new .footer_icons .footer-icon + span {
        display: none; } }
  .footer--main.footer-new .secondary-nav {
    width: 100%;
    float: none;
    background: transparent;
    height: auto;
    margin-left: 0;
    margin-bottom: 1.875rem;
    margin-top: 1.25rem; }
    .footer--main.footer-new .secondary-nav:before {
      content: normal; }
    .footer--main.footer-new .secondary-nav li {
      display: block;
      float: none;
      margin-right: 0.75rem; }
      @media only screen and (max-width: 40em) {
        .footer--main.footer-new .secondary-nav li {
          text-align: center; } }
      .footer--main.footer-new .secondary-nav li:after, .footer--main.footer-new .secondary-nav li:before {
        content: normal; }
      .footer--main.footer-new .secondary-nav li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        color: #fff;
        padding: 0;
        line-height: 1.25;
        padding-bottom: 0.375rem; }
        @media only screen and (max-width: 40em) {
          .footer--main.footer-new .secondary-nav li a {
            justify-content: center;
            text-align: center;
            padding-bottom: 0.875rem; } }
        .footer--main.footer-new .secondary-nav li a:hover {
          color: #fff;
          text-decoration: underline; }
          .footer--main.footer-new .secondary-nav li a:hover .footer-icon {
            color: #238ED4;
            border-color: #238ED4; }
      .footer--main.footer-new .secondary-nav li:last-child a {
        padding-bottom: 0; }
  .footer--main.footer-new .footer__copyright small {
    display: block;
    font-size: 0.75rem;
    line-height: 1.375rem; }

.footer_icons {
  display: block;
  text-align: center;
  padding-top: 20px; }
  .footer_icons li {
    display: inline-block;
    margin-right: 0.5rem; }
    .footer_icons li:last-child {
      margin-right: 0; }
    .footer_icons li [class^="icon"] {
      width: 36px;
      height: 36px;
      font-size: 1.375rem;
      vertical-align: middle;
      text-align: center;
      background: #565656;
      display: table-cell;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      .footer_icons li [class^="icon"]:hover:before, .footer_icons li [class^="icon"]:active:before {
        opacity: 1; }
      .footer_icons li [class^="icon"]:before {
        color: #FFFFFF;
        opacity: 0.5;
        display: inline-block; }
      .footer_icons li [class^="icon"] a {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
        color: #707070; }
        .footer_icons li [class^="icon"] a:hover {
          color: #238ED4; }
          .footer_icons li [class^="icon"] a:hover .footer-icon {
            color: #238ED4;
            border-color: #238ED4; }
    .footer_icons li .footer-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      font-size: 24px;
      border: 2px solid #707070;
      color: #707070;
      border-radius: 10px;
      margin-right: 4px; }

.footer__logo {
  top: 3px;
  position: relative;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 64.0625em) {
    .footer__logo {
      width: auto;
      float: left; } }
  .footer__logo [class^="icon"] {
    color: #FFFFFF;
    font-size: 7.5rem; }

.footer__copyright {
  width: auto;
  text-align: center; }
  @media only screen and (min-width: 64.0625em) {
    .footer__copyright {
      display: block;
      margin-top: 5px;
      clear: both; } }
  @media only screen and (max-width: 40em) {
    .footer__copyright {
      float: none;
      clear: both;
      margin-right: 0;
      margin-top: 0.625rem;
      height: auto; } }
  .footer__copyright small {
    font-size: 0.875rem;
    line-height: 2.25rem;
    color: #FFFFFF;
    opacity: 0.6; }

@media only screen and (min-width: 40.0625em) {
  .minus-margin {
    margin-top: -18px; } }

/*=========================================================

  LOADING SCREEN

=========================================================*/
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 62, 72, 0.7);
  z-index: 5;
  display: none; }
  .loading-screen img {
    display: inline-block;
    margin-right: 1.875rem;
    vertical-align: top; }
  .loading-screen p {
    display: inline-block;
    color: #FFFFFF !important;
    font-size: 1.75rem;
    font-family: "calibri_bold", Arial, sans-serif;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: left; }

.loading__content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/*=========================================================

  SERVICES (pages)

  01. #SERVICES - PAGE
      //global styles of services page

  02. #SERVICES - INTERNET

  03. #SERVICES - TV

=========================================================*/
/*=========================================================
  01. #PAGE SERVICE
=========================================================*/
.page-service h1, .page-template-page-services h1 {
  line-height: 3.125rem; }

.page-service h2, .page-template-page-services h2 {
  margin-top: 2.375rem; }

.page-service h3, .page-template-page-services h3 {
  margin-top: 2.375rem; }

.page-service .offer, .page-service .offer-business, .page-template-page-services .offer, .page-template-page-services .offer-business {
  margin-top: 3.4375rem; }

.page-service .button, .page-template-page-services .button {
  margin-bottom: 0.75rem; }

.page-service .section--highlighted .columns:nth-child(2), .page-template-page-services .section--highlighted .columns:nth-child(2) {
  padding-bottom: 0.5rem; }

.page-service .offer, .page-template-page-services .offer {
  margin-top: 3.75rem; }

.page-service__image {
  text-align: center;
  min-height: 286px;
  height: auto;
  position: relative; }
  .telefons .page-service__image {
    min-height: 325px; }
  .internets .page-service__image {
    min-height: 295px; }
  @media only screen and (max-width: 64em) {
    .page-service__image {
      height: auto;
      min-height: initial; } }
  .page-service__image img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block; }
    @media only screen and (max-width: 40em) {
      .page-service__image img {
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); } }
    @media only screen and (max-width: 64em) {
      .page-service__image img {
        position: relative; } }
  @media only screen and (max-width: 40em) {
    .page-service__image {
      text-align: center; } }

.page-service__content p:nth-of-type(1) {
  margin-top: 2.5rem; }

/*=========================================================
  02. #SERVICES INTERNET
=========================================================*/
section.internet-faq {
  position: relative; }
  section.internet-faq h3 {
    margin-top: 2.1875rem; }

section.internet-price h2 {
  margin-top: 1.875rem; }

@media only screen and (min-width: 40.0625em) {
  .service__action .service__action-container {
    min-height: 80px !important; } }

@media only screen and (max-width: 40em) {
  .service__action .button {
    margin-top: 1.25rem; } }

/*=========================================================
  03. #SERVICES TV
=========================================================*/
.tv-faq h3 {
  width: 100%;
  float: left; }

.tv-faq .page-service__image {
  margin-bottom: 2.375rem; }

.tv-options {
  color: #2D3134;
  margin-top: 1.25rem;
  display: none; }
  .tv-options.active {
    display: block; }

.service__action-block {
  text-align: center;
  border-left: 1px solid #7E7E7E;
  height: 100%;
  position: relative; }
  @media only screen and (max-width: 64em) {
    .service__action-block {
      border: none;
      margin-top: 2.375rem;
      text-align: center; } }
  .service__action-block .button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    margin-top: -1.5rem;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important; }
    @media only screen and (max-width: 64em) {
      .service__action-block .button {
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transform: translateX(0) !important;
        display: inline-block; } }

.prices-section {
  padding-top: 60px; }

.prices-block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #ebebeb;
  width: 160px;
  min-height: 264px;
  padding-top: 40px;
  position: relative; }
  @media only screen and (max-width: 64em) {
    .prices-block {
      width: 130px;
      min-height: 230px; } }
  .prices-block:before {
    content: "";
    background: #0094d6;
    height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .prices-block:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 80px 0 80px;
    border-color: #0095da transparent transparent transparent;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 64em) {
      .prices-block:after {
        border-width: 30px 65px 0 65px; } }
  .prices-block .circle {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #0094d6;
    position: relative;
    z-index: 2; }
    .prices-block .circle span {
      display: block;
      text-align: center;
      font-size: 21px;
      font-weight: bold;
      line-height: 1; }

.prices-block-price {
  margin-top: 35px; }
  .prices-block-price span {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #5c6a70;
    line-height: 1; }
    @media only screen and (max-width: 64em) {
      .prices-block-price span {
        font-size: 24px; } }

.prices-block-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  @media only screen and (max-width: 64em) {
    .prices-block-list {
      margin: 0 -10px;
      justify-content: center; } }

.prices-block-wrapper {
  padding: 0 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 64em) {
    .prices-block-wrapper {
      padding: 0 10px; } }
  @media only screen and (max-width: 40em) {
    .prices-block-wrapper {
      margin-bottom: 20px; } }

/*=========================================================

  FAQ (page)

  01. #FAQ - PAGE
      //global styles for faq page

=========================================================*/
/*=========================================================
  01. #PAGE FAQ
=========================================================*/
.page-faq h1, .page-template-page-faq h1 {
  line-height: 3.125rem; }

.page-faq .offer, .page-template-page-faq .offer {
  margin-top: 4.375rem; }

.faq__items li {
  position: relative;
  overflow: hidden;
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
  display: block;
  cursor: pointer; }
  .faq__items li:first-child {
    margin-top: 1.875rem; }
  .faq__items li.open:before {
    display: block;
    height: 100%;
    max-height: 2000px; }
  .faq__items li.open h4:after {
    content: "\e624"; }
  .faq__items li:before {
    position: absolute;
    display: none;
    height: 0;
    max-height: 0;
    width: 5px;
    top: 23px;
    left: 20px;
    content: "";
    background: #0094d6;
    transition: max-height 300ms ease-out, 0.5s 300ms ease-out, ease-in-out 300ms ease-out; }

.faq__items p a {
  text-decoration: underline; }

.faq__items h4 {
  position: relative;
  padding-right: 3.125rem;
  padding-left: 40px;
  margin-bottom: 0; }
  .faq__items h4:before {
    position: absolute;
    top: 0;
    left: 15px;
    font-family: "baltcom";
    display: block;
    content: "●";
    color: #0094d6;
    height: 0;
    font-size: 25px;
    line-height: 1;
    background-color: #FFFFFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .faq__items h4:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -0.4375rem;
    font-family: "baltcom";
    display: block;
    content: "\e623";
    color: #7D7F83;
    font-size: 0.875rem;
    line-height: 1; }
  .faq__items h4 strong {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    height: 100%;
    vertical-align: middle; }

.faq__content {
  height: 0;
  max-height: 0;
  padding-top: 0.3125rem;
  padding-right: 1.25rem;
  transition: max-height 1s;
  padding-left: 3.5rem;
  overflow: hidden; }
  .open .faq__content {
    height: auto;
    max-height: 2000px; }
  .faq__content ol {
    margin-left: 0; }
  .faq__content ul {
    padding-left: 0.9375rem; }
    .faq__content ul li {
      display: list-item;
      list-style-type: disc;
      overflow: visible; }

.faq__question {
  padding-top: 2.1875rem; }
  .faq__question h2 {
    line-height: 1; }

@media only screen and (max-width: 40em) {
  .faq__nav--additional {
    padding-bottom: 2.375rem; } }

.faq-bottom {
  margin-bottom: 4.375rem; }

.search-faq {
  position: relative;
  margin: 1.375rem 0; }
  .search-faq span.icon-search {
    position: absolute;
    color: #016FA7;
    top: 11px;
    left: 15px;
    font-size: 1.125rem;
    z-index: 4; }
  .search-faq input {
    padding: 0.3125rem 0.625rem 0.3125rem 2.8125rem;
    width: 100%;
    height: 43px;
    max-width: 100%;
    box-sizing: border-box;
    height: 43px;
    font-family: "calibri_bold", Arial, sans-serif;
    line-height: 2.375rem;
    border-radius: 5px;
    background-clip: padding-box; }
    .search-faq input.placeholder {
      color: #909093 !important; }
    .search-faq input:-moz-placeholder {
      color: #909093 !important; }
    .search-faq input::-moz-placeholder {
      color: #909093 !important; }
    .search-faq input::-webkit-input-placeholder {
      color: #909093 !important; }
    .search-faq input::-ms-input-placeholder {
      color: #909093 !important; }
  .search-faq #reset-search {
    left: auto;
    right: 15px;
    display: inline-block;
    top: 12px;
    position: absolute;
    z-index: 4;
    pointer-events: none; }
    .search-faq #reset-search span {
      color: #909093;
      font-size: 16px; }
    .search-faq #reset-search.active {
      pointer-events: all; }
      .search-faq #reset-search.active span {
        color: #016FA7; }

/*=========================================================

  CONTACTS (page)

  01. #contacts loacation
      //style for map header

=========================================================*/
/*=========================================================
  01. #PAGE FAQ
=========================================================*/
.contacts.main {
  min-height: 680px; }

.contacts__location {
  margin-top: 1.125rem; }
  .contacts__location h4 {
    width: auto;
    float: left; }
  .contacts__location ul {
    width: auto;
    float: left;
    line-height: 1.875rem;
    margin-top: 0.1875rem;
    margin-left: 1.25rem; }
    @media only screen and (max-width: 64em) {
      .contacts__location ul {
        display: block;
        margin-left: 0;
        width: 100%;
        float: left; } }

.contacts__map {
  width: 100%;
  height: 300px;
  margin-top: 1.25rem; }
  .contacts__map .gm-style-mtc {
    display: none; }

/*=========================================================

  SIDEBAR

  01. #SIDEBAR LISTS
      // faq page, contacts page

=========================================================*/
/*=========================================================
  01. #SIDEBAR LISTS
=========================================================*/
.sidebar--lists {
  padding-left: 1.875rem; }
  @media only screen and (max-width: 64em) {
    .sidebar--lists {
      padding-left: 0; } }
  .sidebar--lists > ul {
    margin-top: 0.9375rem; }
    .sidebar--lists > ul > li {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-wrap: wrap; }
  .sidebar--lists h4 {
    margin-top: 1.5625rem; }

/*=========================================================

  NEWS

  //news and open news pages

=========================================================*/
.news__items {
  margin-top: 1.25rem; }
  .news__items article {
    margin-top: 2.5rem; }
    .news__items article:first-child {
      margin-top: 0; }
  .news__items p {
    color: #2D3134; }
    .news__items p:last-of-type {
      margin-bottom: 0; }
  .news__items .link--read {
    margin-top: 0.3125rem; }

.news__title {
  position: relative;
  padding-left: 5.3125rem;
  font-size: 1.3125rem !important;
  margin-bottom: 0.9375rem;
  min-height: 56px;
  line-height: 3.5rem;
  vertical-align: middle; }
  .news__title > a, .news__title > strong {
    display: inline-block;
    line-height: 1.5625rem;
    height: 100%;
    vertical-align: middle;
    color: #2D3134; }
  .news__title > a:hover, .news__title a:focus {
    color: #008DD1; }

.news__date {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: #F1F1F1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 1rem;
  line-height: 1rem;
  font-family: "calibri", Arial, sans-serif;
  padding-top: 0.3125rem; }
  .news__date strong {
    font-size: 1.75rem;
    line-height: 1.75rem;
    display: block;
    font-family: "calibri_bold", Arial, sans-serif; }

.news__claim {
  font-family: "calibri_bold", Arial, sans-serif;
  margin-top: 0.625rem; }

.article__content ul {
  list-style-type: disc !important;
  list-style-position: inside !important; }

/*=========================================================

  TV GUIDE

  01. #SIDEBAR LISTS
      // faq page, contacts page

=========================================================*/
/*=========================================================
  01. #SIDEBAR LISTS
=========================================================*/
/* CSS Document */
header, nav, section, article, footer {
  display: block; }

#main {
  overflow: hidden;
  margin: auto; }

section {
  clear: both;
  overflow: hidden; }

article.info {
  padding: 20px;
  overflow: auto; }

.mess-pop button {
  background-repeat: repeat-x;
  background-position: left top;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  height: 25px;
  line-height: 25px;
  color: #FFF;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 0 2px #000;
  -webkit-box-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #000;
  text-shadow: 1px 1px 1px #5b5b5b;
  filter: dropshadow(color=#5b5b5b, offx=1, offy=1); }

.mess-pop button:hover, .abon button:hover {
  text-shadow: 1px 1px 1px #3c7526;
  filter: dropshadow(color=#3c7526, offx=1, offy=1); }

.ch-time ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: left; }

.ch-time ul li a:hover {
  color: #FFF; }

.date {
  background: #008DD1;
  color: #FFFFFF;
  font-size: 1rem;
  font-family: "calibri_bold", Arial, sans-serif;
  padding-left: 0.875rem;
  height: 36px;
  line-height: 36px;
  position: relative;
  border-right: 5px solid #000000; }

.date_empty {
  line-height: 25px;
  height: 25px;
  background-repeat: no-repeat;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d8d8d8;
  font-size: 12px;
  padding-left: 20px;
  background-position: left center; }

.up {
  line-height: 25px;
  height: 25px;
  background-repeat: repeat-x;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d8d8d8;
  font-size: 12px;
  padding-left: 20px; }

.prog_list {
  float: left;
  width: 230px;
  background: #F9F9F9;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 40em) {
    .prog_list {
      width: 80px; } }
  .prog_list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
  .prog_list li {
    height: 70px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d8d8d8;
    padding-left: 20px;
    padding-right: 5px; }
    @media only screen and (max-width: 40em) {
      .prog_list li {
        padding-left: 0.625rem; } }
  .prog_list a.kanali {
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    font-size: 1rem;
    color: #2D3134;
    font-family: "calibri_bold", Arial, sans-serif;
    line-height: 4.375rem;
    height: 70px; }
    @media only screen and (min-width: 40.0625em) {
      .prog_list a.kanali {
        line-height: 1.2;
        height: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 170px; } }
    @media only screen and (max-width: 40em) {
      .prog_list a.kanali {
        font-size: 0; } }
  .prog_list a.favorite {
    float: right;
    margin-right: 0.4375rem;
    height: 70px;
    width: 16px;
    line-height: 70px;
    font-family: "baltcom";
    position: relative;
    font-size: 1rem;
    color: #D9D9DB; }
    .prog_list a.favorite:before {
      content: "\e627";
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .prog_list a.favorite.act {
      color: #F74A4A; }
    .prog_list a.favorite:hover {
      color: #F74A4A; }

.prog_list_chanels {
  border-right: 5px solid #D9D9DB; }

.prog_wrapper {
  margin-left: -230px;
  float: right;
  width: 100%;
  position: relative;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 40em) {
    .prog_wrapper {
      margin-left: -80px; } }

.prog {
  overflow: auto;
  margin-left: 230px;
  color: #2D3134;
  background-color: #ededed; }
  @media only screen and (max-width: 40em) {
    .prog {
      margin-left: 80px; } }

.redline {
  float: left;
  width: 1px;
  position: absolute;
  z-index: 198;
  background-color: #008DD1;
  -webkit-box-shadow: 0 5px 3px #008DD1;
  -ms-box-shadow: 0 5px 3px #008DD1;
  -moz-box-shadow: 0 5px 3px #008DD1;
  box-shadow: 0 5px 3px #008DD1; }

.prog_cont {
  width: 5760px;
  overflow: hidden;
  position: relative;
  cursor: e-resize;
  float: left; }
  .prog_cont ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    clear: left; }
  .prog_cont ul.time {
    height: 36px;
    background-color: #2D3133;
    padding-left: 1.875rem;
    overflow: hidden; }
    .prog_cont ul.time li {
      float: left;
      height: 36px;
      line-height: 2.25rem;
      width: 240px;
      background-image: url(../assets/images/1hr.png);
      background-position: left bottom;
      background-repeat: no-repeat;
      font-size: 15px;
      color: #434343;
      padding-top: 2px;
      color: #FFFFFF; }
    .prog_cont ul.time strong {
      position: relative;
      left: 0;
      display: inline-block;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

.time-next {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 36px;
  height: 36px;
  line-height: 2.25rem;
  text-align: center; }
  .time-next span[class^="icon"] {
    color: #FFFFFF;
    font-size: 0.875rem;
    display: block;
    height: 100%;
    line-height: 2.25rem;
    background-color: #008DD1;
    z-index: -1; }

.prog_cont ul.ch {
  width: 10000px;
  height: 70px;
  padding-left: 1.875rem;
  border-bottom: 1px solid #d8d8d8; }
  .prog_cont ul.ch li {
    float: left;
    height: 70px;
    line-height: 40px;
    border-right: 1px solid #d8d8d8;
    overflow: hidden;
    background-color: #ededed;
    border-bottom: 1px solid #d8d8d8; }
    .prog_cont ul.ch li.hover {
      float: left;
      height: 40px;
      line-height: 40px;
      background-repeat: repeat-x;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #d8d8d8;
      overflow: hidden; }
    .prog_cont ul.ch li:last-child {
      border-right: none; }
    .prog_cont ul.ch li.current {
      float: left;
      height: 70px;
      line-height: 40px;
      background-repeat: repeat-x;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #d8d8d8;
      overflow: hidden;
      background: #FFFFFF; }
    .prog_cont ul.ch li strong {
      white-space: nowrap;
      float: left;
      min-width: 100%;
      line-height: 1.125rem; }
    .prog_cont ul.ch li .prog-time {
      display: block;
      float: left;
      width: 100%;
      white-space: nowrap;
      margin-bottom: 0; }

.prog_cont .prog-time {
  font-size: 0.875rem;
  font-family: "calibri", Arial, sans-serif; }

.prog_cont ul li div {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 0.625rem;
  position: relative;
  padding-top: 1.125rem; }
  .prog_cont ul li div:before {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 4px;
    top: 12px;
    left: 10px; }
  .prog_cont ul li div.sports:before {
    background-color: #3DA5B9; }
  .prog_cont ul li div.filmas:before {
    background-color: #73CD23; }
  .prog_cont ul li div.seriali:before {
    background-color: #A59B77; }
  .prog_cont ul li div.muzika:before {
    background-color: #65C59F; }
  .prog_cont ul li div.zinatne:before {
    background-color: #DF8DE1; }
  .prog_cont ul li div.izklaide:before {
    background-color: #D3433F; }
  .prog_cont ul li div.berniem:before {
    background-color: #F7A100; }
  .prog_cont ul li div.zinas:before {
    background-color: #878BDB; }
  .prog_cont ul li div.hd:before {
    background-color: #5F5F5F; }
  .prog_cont ul li div.xxx:before {
    background-color: #F30000; }

.tvchannel {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  line-height: 12px;
  margin-top: 10px;
  float: left;
  margin-bottom: 10px;
  width: 195px;
  padding-right: 10px; }

.tvchannel a {
  font-size: 11px;
  color: #8c8c8c;
  text-decoration: none;
  font-weight: normal; }

.chdescr {
  float: right;
  width: 690px;
  padding-top: 10px;
  padding-bottom: 10px; }

.apraxts {
  width: 500px;
  max-width: 100%;
  color: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: auto;
  position: absolute;
  z-index: 10000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2); }
  .apraxts .title {
    background-color: #2D3133;
    padding: 0.8125rem 1rem 0.6875rem 2.375rem;
    position: relative;
    min-height: 48px; }
    .apraxts .title:before {
      width: 4px;
      height: 12px;
      position: absolute;
      top: 19px;
      left: 20px;
      display: block;
      content: ""; }
    .apraxts .title.sports:before {
      background-color: #3DA5B9; }
    .apraxts .title.filmas:before {
      background-color: #73CD23; }
    .apraxts .title.seriali:before {
      background-color: #A59B77; }
    .apraxts .title.muzika:before {
      background-color: #65C59F; }
    .apraxts .title.zinatne:before {
      background-color: #DF8DE1; }
    .apraxts .title.izklaide:before {
      background-color: #D3433F; }
    .apraxts .title.berniem:before {
      background-color: #F7A100; }
    .apraxts .title.zinas:before {
      background-color: #878BDB; }
    .apraxts .title.hd:before {
      background-color: #5F5F5F; }
    .apraxts .title.xxx:before {
      background-color: #F30000; }
  .apraxts .info {
    padding: 1.5625rem 1.25rem 0;
    overflow: auto;
    background: #FFFFFF;
    color: #909093; }
  .apraxts img {
    margin-left: 2.5rem;
    margin-bottom: 2.5rem; }

.apraxts2 {
  background-color: #FFF;
  font-size: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dfdfdf;
  padding: 10px;
  overflow: auto; }

.apraxts2 ul, apraxts ul, ul.des2 {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

.apraxts ul li, ul.des2 li {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 11px; }

.apraxts2 ul li {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 11px;
  background-color: #FFF;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

.des2 .time {
  padding-left: 18px; }

.mess-pop {
  background-color: #F7F7F7;
  padding: 10px;
  border: 1px solid #DFDFDF; }

.errorlist li {
  color: #EE2D2A;
  padding: 7px 0 5px 25px;
  font-size: 10px; }

.required {
  color: #EE2D2A; }

.poster {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.detail-block {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #EDEDED;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  width: 360px; }

.detail-block div {
  margin-bottom: 4px; }

ul.screen {
  padding: 0px;
  list-style-type: none;
  margin-top: 10px;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: 0px; }
  ul.screen li {
    height: 90px;
    width: 160px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px; }
    ul.screen li a {
      padding: 0px;
      margin: 0px;
      float: left;
      height: 90px;
      width: 160px; }

.genre {
  background: #2D3133;
  padding-top: 0.3125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  background-clip: padding-box;
  margin-top: 1.5625rem; }
  @media only screen and (max-width: 40em) {
    .genre {
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ } }
  .genre a {
    color: #FFFFFF;
    float: left;
    font-size: 0.875rem;
    line-height: 1rem;
    font-family: "calibri_bold", Arial, sans-serif; }
  .genre .active a {
    color: #FFFFFF; }
  .genre li {
    position: relative;
    display: inline-block; }
    .genre li.fav {
      padding-left: 1.125rem; }
      .genre li.fav:before {
        background-color: #003CD2;
        display: block;
        content: "";
        position: absolute;
        width: 4px;
        height: 12px;
        top: 50%;
        margin-top: -0.375rem;
        left: 0; }
  .genre a {
    position: relative;
    padding-left: 1.125rem;
    margin-right: 0.8125rem; }
    .genre a:before {
      display: block;
      content: "";
      position: absolute;
      width: 4px;
      height: 12px;
      top: 50%;
      margin-top: -0.375rem;
      left: 0;
      background-color: #A1A1A1; }
    .genre a.sports:before {
      background-color: #3DA5B9; }
    .genre a.filmas:before {
      background-color: #73CD23; }
    .genre a.seriali:before {
      background-color: #A59B77; }
    .genre a.muzika:before {
      background-color: #65C59F; }
    .genre a.zinatne:before {
      background-color: #DF8DE1; }
    .genre a.izklaide:before {
      background-color: #D3433F; }
    .genre a.berniem:before {
      background-color: #F7A100; }
    .genre a.zinas:before {
      background-color: #878BDB; }
    .genre a.hd:before {
      background-color: #5F5F5F; }
    .genre a.xxx:before {
      background-color: #F30000; }
    .genre a.fav {
      font-size: 0;
      padding-left: 0;
      height: 16px;
      top: -6px; }
      .genre a.fav:before {
        display: none; }
      .genre a.fav [class^="icon"] {
        color: #F74A4A;
        font-size: 1rem;
        position: relative;
        top: 7px; }

.ch-time {
  background-color: #D9D9DB; }
  .ch-time .clock {
    color: #2D3134;
    width: auto;
    float: left;
    font-family: "calibri_bold", Arial, sans-serif;
    margin-top: 0.3125rem;
    margin-left: 0.875rem; }
  .ch-time > ul {
    width: auto;
    float: left;
    margin-top: 0.3125rem;
    padding-left: 0.875rem; }
  .ch-time li {
    display: inline-block;
    margin-right: 0.875rem; }
    .ch-time li:last-child {
      margin-right: 0; }
  .ch-time a {
    color: #7E8083;
    font-size: 0.875rem;
    font-family: "calibri_bold", Arial, sans-serif; }

.ch-search {
  position: relative;
  float: right;
  width: 145px; }
  @media only screen and (max-width: 64em) {
    .ch-search {
      float: left;
      width: 100%;
      margin-top: 0.625rem; } }
  .ch-search:before {
    display: block;
    font-family: "baltcom";
    content: "\e628";
    position: absolute;
    top: 50%;
    left: 14px;
    font-size: 1rem;
    margin-top: -0.75rem; }
  .ch-search input {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 36px;
    background: #F1F1F1;
    padding-left: 2.5rem;
    line-height: 2.25rem;
    width: 100%;
    font-size: 0.875rem;
    color: #2D3134; }
    .ch-search input.placeholder {
      color: #7E8083;
      font-size: 0.875rem; }
    .ch-search input:-moz-placeholder {
      color: #7E8083;
      font-size: 0.875rem; }
    .ch-search input::-moz-placeholder {
      color: #7E8083;
      font-size: 0.875rem; }
    .ch-search input::-webkit-input-placeholder {
      color: #7E8083;
      font-size: 0.875rem; }
    .ch-search input::-ms-input-placeholder {
      color: #7E8083;
      font-size: 0.875rem; }

.prog_list ul.week {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background-color: #A1A1A1;
  overflow: auto;
  position: absolute;
  width: 240px; }
  .prog_list ul.week li {
    background-image: none;
    line-height: 25px;
    height: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #909090; }
  .prog_list ul.week a {
    color: #FFF;
    text-decoration: none; }
    .prog_list ul.week a.active {
      font-size: 13px;
      color: #000; }

.ch-list li {
  display: block;
  width: 100%;
  float: left; }

.tv-guide-section {
  height: auto;
  overflow-y: hidden; }

/*=========================================================

  OPEN CHANNEL (page)

  01. #channel info

=========================================================*/
/*=========================================================
  01. #channel info
=========================================================*/
.channel-info {
  margin-top: 1.5rem; }
  .channel-info h3 {
    line-height: 1.875rem;
    margin-top: 0;
    margin-bottom: 0; }
  .channel-info a {
    color: #909093;
    text-decoration: underline; }

.channel-info__text {
  color: #2D3134;
  clear: both;
  margin-top: 1.25rem; }

.channel-info__logo {
  width: auto;
  float: left;
  margin-right: 1.25rem; }

.channel-guide {
  margin-top: 0.625rem; }

.broadcast {
  border-top: 1px solid #D9D9DB;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  color: #2D3134;
  cursor: pointer; }
  .broadcast:before, .broadcast:after {
    content: " ";
    display: table; }
  .broadcast:after {
    clear: both; }
  .broadcast h4 span {
    font-family: "calibri", Arial, sans-serif; }
  .broadcast.current {
    background-color: #008DD1; }
  .broadcast:last-child {
    border-bottom: 1px solid #D9D9DB; }

.broadcast__time {
  width: 85px;
  line-height: 2.1875rem;
  text-align: center;
  position: relative;
  float: left;
  z-index: 2; }
  .broadcast.current .broadcast__time {
    color: #FFFFFF; }

.broadcast__type {
  width: 78px;
  line-height: 2.1875rem;
  position: relative;
  float: right;
  z-index: 2;
  text-align: right;
  padding-right: 0.875rem; }
  .broadcast.current .broadcast__type {
    color: #FFFFFF; }

.broadcast__title {
  float: left;
  width: 100%;
  margin-right: -163px;
  padding-left: 1.75rem;
  padding-top: 0.3125rem;
  position: relative;
  border-left: 5px solid #D9D9DB;
  min-height: 35px; }
  .broadcast.current .broadcast__title {
    border-color: #017AB5;
    color: #FFFFFF; }
  .broadcast__title:before {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: 15px;
    width: 4px;
    height: 12px; }
  .broadcast__title.sports:before {
    background-color: #3DA5B9; }
  .broadcast__title.filmas:before {
    background-color: #73CD23; }
  .broadcast__title.seriali:before {
    background-color: #A59B77; }
  .broadcast__title.muzika:before {
    background-color: #65C59F; }
  .broadcast__title.zinatne:before {
    background-color: #DF8DE1; }
  .broadcast__title.izklaide:before {
    background-color: #D3433F; }
  .broadcast__title.berniem:before {
    background-color: #F7A100; }
  .broadcast__title.zinas:before {
    background-color: #878BDB; }
  .broadcast__title.hd:before {
    background-color: #5F5F5F; }
  .broadcast__title.xxx:before {
    background-color: #F30000; }
  .broadcast__title p {
    margin-right: 10.5rem;
    margin-bottom: 0;
    display: block;
    font-family: "calibri_bold", Arial, sans-serif; }
  .broadcast__title span {
    font-family: "calibri", Arial, sans-serif; }

.broadcast__header {
  width: 50%;
  float: left; }

.broadcast__genre {
  position: relative;
  line-height: 1.125rem;
  padding-left: 0.9375rem;
  margin-bottom: 0.9375rem; }
  .broadcast__genre:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.375rem;
    display: block;
    content: "";
    width: 4px;
    height: 12px; }
  .broadcast__genre.sports:before {
    background-color: #3DA5B9; }
  .broadcast__genre.filmas:before {
    background-color: #73CD23; }
  .broadcast__genre.seriali:before {
    background-color: #A59B77; }
  .broadcast__genre.muzika:before {
    background-color: #65C59F; }
  .broadcast__genre.zinatne:before {
    background-color: #DF8DE1; }
  .broadcast__genre.izklaide:before {
    background-color: #D3433F; }
  .broadcast__genre.berniem:before {
    background-color: #F7A100; }
  .broadcast__genre.zinas:before {
    background-color: #878BDB; }
  .broadcast__genre.hd:before {
    background-color: #5F5F5F; }
  .broadcast__genre.xxx:before {
    background-color: #F30000; }

.broadcast__content {
  display: none;
  clear: both;
  overflow: hidden;
  background: #FFFFFF;
  text-align: justify;
  padding-top: 1.25rem; }
  @media only screen and (min-width: 64.0625em) {
    .broadcast__content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .broadcast.open .broadcast__content {
    display: block;
    border-top: 1px solid #D9D9DB; }
  .broadcast__content img {
    width: 50%;
    min-width: 50%;
    max-width: 50% !important;
    float: right;
    margin-bottom: 0.9375rem;
    padding-left: 1.5625rem; }
  .broadcast__content h4 {
    margin: 0; }

.channel-now {
  padding-top: 0.9375rem;
  color: #2D3134; }
  .channel-now h6 {
    margin-bottom: 0.125rem; }
    .channel-now h6 span {
      font-family: "calibri", Arial, sans-serif; }
  .channel-now .broadcast__genre {
    margin-top: 0.9375rem;
    margin-bottom: 0; }

/* Channels list page printing */
.channel-print {
  text-align: right;
  display: block;
  color: #2D3134;
  margin-bottom: 0.625rem; }
  .channel-print [class^="icon"] {
    font-size: 1.375rem;
    margin-left: 0.625rem;
    position: relative;
    top: 0.3125rem; }
  .channel-print:hover, .channel-print:focus, .channel-print:active {
    color: #2D3134; }

/* Channel page updates */
.channel-select {
  display: flex;
  background-color: #EDEDED;
  height: 90px;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin: 20px 0; }
  @media only screen and (max-width: 40em) {
    .channel-select {
      padding: 0 15px; } }
  .channel-select h3 {
    margin: 0;
    font-size: 24px;
    line-height: 24px; }
    @media only screen and (max-width: 64em) {
      .channel-select h3 {
        font-size: 20px;
        line-height: 18px;
        flex: 1; } }
  .channel-select .button {
    margin: 0;
    height: 50px;
    font-size: 20px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    width: 160px;
    line-height: 50px; }
    .channel-select .button .icon-triangle-right {
      font-size: 15px; }
    @media only screen and (max-width: 40em) {
      .channel-select .button {
        padding: 4px 15px; } }

.vacancies-list {
  display: flex;
  flex-direction: column;
  justify-content: stretch; }

.vacancy {
  min-height: 218px;
  border-radius: 10px;
  padding: 30px;
  border: 5px solid #ebedee;
  margin-bottom: 30px;
  display: flex; }
  @media only screen and (max-width: 40em) {
    .vacancy {
      flex-direction: column; } }
  .vacancy .vacancy__details {
    flex: 3;
    display: flex;
    flex-direction: column; }
    .vacancy .vacancy__details h3 {
      margin: 0 0 5px 0; }
    .vacancy .vacancy__details p {
      color: #2D3134;
      margin-bottom: 0;
      font-size: 18px;
      line-height: 20px; }
    .vacancy .vacancy__details .vacancy__place {
      color: #909093;
      font-weight: 300;
      margin-top: auto; }
  .vacancy .vacancy__cta {
    min-width: 210px;
    min-height: 100%;
    display: flex;
    flex: 1;
    margin-left: 60px; }
    .vacancy .vacancy__cta .button {
      margin-top: auto;
      display: inline-block;
      width: 100%;
      margin-bottom: 0; }
    @media only screen and (max-width: 40em) {
      .vacancy .vacancy__cta {
        margin-left: 0;
        margin-top: 10px; } }
  .vacancy.vacancy--gray {
    border-color: #008dd1; }

.vacancy-benefits {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 40em) {
    .vacancy-benefits {
      flex-direction: column; } }
  .vacancy-benefits .vacancy-benefit {
    flex-basis: 50%;
    text-align: left;
    margin-bottom: 50px;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 40em) {
      .vacancy-benefits .vacancy-benefit {
        flex-direction: column;
        justify-content: center;
        text-align: center; } }
    .vacancy-benefits .vacancy-benefit img {
      width: 110px;
      margin-right: 40px; }
      @media only screen and (max-width: 40em) {
        .vacancy-benefits .vacancy-benefit img {
          width: auto;
          margin-bottom: 10px;
          margin-right: 0; } }
    .vacancy-benefits .vacancy-benefit span {
      display: block;
      color: #2D3134;
      font-family: "calibri_bold", Arial, sans-serif;
      font-size: 20px;
      line-height: 31px;
      max-width: 240px; }

.vacancy-form .gform_footer button {
  margin-top: 20px; }

.vacancies-thank-you {
  text-align: center;
  margin-top: 150px;
  text-transform: uppercase; }
  .vacancies-thank-you h2 {
    color: #0095da; }
  .vacancies-thank-you a {
    margin-top: 40px;
    font-size: 20px;
    display: inline-block; }

.vacancy-content ul {
  margin-bottom: 20px; }
  .vacancy-content ul li {
    font-size: 16px;
    padding-left: 33px;
    margin-top: 0;
    position: relative; }
    .vacancy-content ul li::before {
      font-size: 6px;
      top: 11px;
      color: #008DD1;
      position: absolute;
      left: 16px;
      font-family: "baltcom";
      line-height: 1;
      content: "\e618"; }

.gform_fileupload_multifile {
  max-width: 570px; }
  .gform_fileupload_multifile .gform_drop_area {
    border: 5px solid #EDEDED !important;
    border-radius: 10px; }
    .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
      margin-bottom: 0; }

.product-item h3 {
  font-weight: bold;
  font-size: 18px;
  color: #008AC4;
  letter-spacing: -0px;
  margin: 0; }

.product-item .intro-description {
  font-size: 16px;
  color: #7E8083;
  letter-spacing: 0;
  margin-bottom: 22px; }

.product-item .product-item-image {
  height: 160px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px; }

.product-item .stock-meta {
  font-size: 16px;
  color: #7E8083;
  letter-spacing: 0; }
  .product-item .stock-meta span {
    font-weight: bold; }

.product-item a.more-info {
  text-decoration: none; }

.product-item .choose-this {
  margin-bottom: 5px; }
  .product-item .choose-this input[type=checkbox] {
    position: absolute;
    left: -99999px; }
  .product-item .choose-this label {
    font-size: 20px;
    color: #7E8083;
    letter-spacing: 0;
    line-height: 27px;
    padding-left: 26px;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }
    .product-item .choose-this label:before {
      border-radius: 50%;
      border: 2px solid #7E8083;
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 3px; }
  .product-item .choose-this input[type=checkbox]:checked + label:before {
    border: 2px solid #008AC4; }
  .product-item .choose-this input[type=checkbox]:checked + label:after {
    border-radius: 50%;
    background: #008AC4;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 4px;
    top: 7px; }

.product-item .prices {
  margin-top: 10px;
  margin-bottom: 5px; }
  .product-item .prices:after {
    content: "";
    display: table;
    clear: both; }
  .product-item .prices .full-price, .product-item .prices .monthly-price {
    width: 50%;
    float: left; }
  .product-item .prices .full-price {
    position: relative; }
    .product-item .prices .full-price:after {
      display: block;
      width: 4px;
      height: 24px;
      background-image: url(../assets/images/dots.svg);
      position: absolute;
      right: -2px;
      top: 12px;
      content: ""; }
    .product-item .prices .full-price .full-price-label {
      font-size: 16px;
      color: #7E8083;
      line-height: 19px; }
    .product-item .prices .full-price .full-price-content {
      font-size: 24px;
      color: #566264;
      line-height: 29px; }
  .product-item .prices .monthly-price-content {
    text-align: right;
    color: #008AC4;
    position: relative;
    top: -3px; }
    .product-item .prices .monthly-price-content .euros {
      font-size: 46px;
      font-weight: bold; }
    .product-item .prices .monthly-price-content .delimiter {
      font-size: 0; }
    .product-item .prices .monthly-price-content .cents {
      font-size: 18px;
      font-weight: bold;
      position: relative;
      top: -24px;
      margin-left: 4px; }
    .product-item .prices .monthly-price-content .currency {
      font-size: 18px;
      margin-left: -22px; }

.products-category {
  margin-bottom: 40px; }
  .products-category .products-category-title {
    font-size: 20px;
    color: #566264;
    letter-spacing: -0px;
    margin-bottom: 18px; }
  @media only screen and (max-width: 40em) {
    .products-category > .row {
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .products-category > .row {
      margin-left: 0;
      margin-right: 0; } }

.product-items:after {
  display: table;
  content: "";
  clear: both; }

.single-product-info {
  border: 3px solid #008AC4;
  margin-bottom: 30px;
  border-radius: 8px;
  padding: 40px 23px; }
  .single-product-info .specs-group {
    margin-bottom: 20px; }
    .single-product-info .specs-group:after {
      display: table;
      content: "";
      clear: both; }
  .single-product-info .specs-group-title {
    font-size: 18px;
    color: #566264;
    text-align: left;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 20px; }
  .single-product-info .specs-row:after {
    display: table;
    content: "";
    clear: both; }
  .single-product-info .specs-row .specs-name {
    float: left;
    width: 50%;
    padding-right: 20px; }
    @media only screen and (min-width: 64.0625em) {
      .single-product-info .specs-row .specs-name {
        padding-left: 60px; } }
  .single-product-info .specs-row .specs-value {
    float: left;
    width: 50%; }

.main.main-content .single-product-info .description-links ul {
  text-align: center; }

.main.main-content .single-product-info .description-links li {
  list-style: none;
  display: inline-block;
  padding-left: 0; }
  .main.main-content .single-product-info .description-links li:before {
    display: none; }
  .main.main-content .single-product-info .description-links li:after {
    content: " |";
    color: #008AC4; }
  .main.main-content .single-product-info .description-links li:last-of-type:after {
    display: none; }
  .main.main-content .single-product-info .description-links li a {
    text-decoration: none; }

.tab-switches {
  text-align: center;
  margin-bottom: 20px; }
  .tab-switches a.switch-button {
    display: inline-block;
    width: 260px;
    height: 48px;
    border: 3px solid #EAEAEA;
    border-radius: 8px;
    text-decoration: none;
    padding: 6px 10px;
    margin: 0 6px;
    font-size: 21px;
    color: #566264; }
    @media only screen and (max-width: 40em) {
      .tab-switches a.switch-button {
        width: 100%;
        margin-bottom: 10px; } }
    .tab-switches a.switch-button.active {
      font-weight: bold;
      border: 3px solid #008AC4; }

.existing-customer-form {
  max-width: 600px;
  margin: 0 auto; }
  .existing-customer-form .form-group {
    margin-bottom: 10px; }
    .existing-customer-form .form-group.has-errors .form-control {
      border-color: red; }
  .existing-customer-form .form-control {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

.offer-options .offer-title {
  font-weight: bold;
  font-size: 21px;
  color: #566264;
  text-align: left;
  line-height: 31.5px;
  background-image: url(../assets/images/plus.svg);
  background-size: 20px 21px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 36px; }
  @media only screen and (max-width: 40em) {
    .offer-options .offer-title {
      margin-bottom: 5px; }
      .offer-options .offer-title br {
        display: none; } }

.offer-options .offer-item {
  border-bottom: 1px solid #EAEAEA;
  padding: 15px 0; }

.offer-options .offer-prices {
  text-align: center; }

.offer-options .offer-first-price, .offer-options .offer-second-price {
  text-align: right;
  color: #008AC4;
  position: relative;
  top: -3px;
  display: inline-block;
  padding: 0 20px; }
  .offer-options .offer-first-price .euros, .offer-options .offer-second-price .euros {
    font-size: 46px;
    font-weight: bold; }
  .offer-options .offer-first-price .delimiter, .offer-options .offer-second-price .delimiter {
    font-size: 0; }
  .offer-options .offer-first-price .cents, .offer-options .offer-second-price .cents {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -24px;
    margin-left: 4px; }
  .offer-options .offer-first-price .currency, .offer-options .offer-second-price .currency {
    font-size: 18px;
    margin-left: -22px; }
  .offer-options .offer-first-price .price-period, .offer-options .offer-second-price .price-period {
    font-size: 14px;
    margin-top: -18px;
    text-align: left; }

.offer-options .offer-first-price {
  position: relative; }
  .offer-options .offer-first-price:after {
    display: block;
    width: 4px;
    height: 24px;
    background-image: url(../assets/images/dots.svg);
    position: absolute;
    right: -2px;
    top: 20px;
    content: ""; }

.offer-options .offer-second-price {
  color: #566264; }

@media only screen and (max-width: 40em) {
  .offer-options .offer-accept-container .button {
    width: 100%;
    margin-top: 10px; } }

@media only screen and (min-width: 40.0625em) {
  .offer-options .offer-accept-container .button {
    margin-top: 12px;
    width: 100%; } }

.tab-panels .tab-panel {
  display: none; }
  .tab-panels .tab-panel.active {
    display: block; }

.single-product-info {
  display: none;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  clear: both; }
  @media only screen and (max-width: 40em) {
    .single-product-info {
      margin-left: 0;
      margin-right: 0;
      margin-top: 15px; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .single-product-info {
      margin-left: 0;
      margin-right: 0; } }
  .single-product-info.active {
    display: block; }

.order-options {
  padding-top: 30px;
  border-top: 1px solid #EAEAEA; }

.product-column {
  border: 3px solid transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px; }
  .product-column.active {
    border-radius: 8px;
    border: 3px solid #008AC4; }

.main.main-content a.close-product-info, .close-product-info {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 2px;
  text-decoration: none; }

.hidden {
  display: none; }

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: -1000; }

/*=========================================================

  PAGE TEMPLATE FOR TV GUIDE

=========================================================*/
body.page-id-33 iframe, body.page-id-330 iframe {
  width: 100% !important; }

body.page-id-33 .main-content .medium-12.small-12.columns, body.page-id-330 .main-content .medium-12.small-12.columns {
  padding: 0 !important; }

.offers-block {
  margin-top: 25px; }
  .offers-block .offer {
    margin-bottom: 60px; }
    .offers-block .offer .image {
      float: left; }
      .offers-block .offer .image img {
        max-width: 100%;
        margin-bottom: 12px; }
    .offers-block .offer .text {
      float: left;
      margin-bottom: 25px; }
      @media only screen and (min-width: 639px) {
        .offers-block .offer .text {
          padding-left: 30px; } }
      .offers-block .offer .text h2 {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 16px; }
        @media only screen and (min-width: 639px) {
          .offers-block .offer .text h2 {
            margin-top: 10px; } }
        @media only screen and (min-width: 1025px) {
          .offers-block .offer .text h2 {
            margin-top: 26px; } }
      .offers-block .offer .text p {
        font-size: 16px;
        line-height: 26px; }
    @media only screen and (min-width: 1025px) {
      .offers-block .offer .details-holder {
        padding-left: 45px; } }
    .offers-block .offer .details-holder .details .offer-period {
      float: left;
      position: relative; }
      @media only screen and (max-width: 40em) {
        .offers-block .offer .details-holder .details .offer-period {
          text-align: center; } }
      .offers-block .offer .details-holder .details .offer-period span.ico {
        width: 24px;
        height: 22px;
        display: inline-block;
        background-image: url("../assets/images/ico-offer-period.png");
        -webkit-background-size: 100%;
        background-size: 100%; }
        @media only screen and (min-width: 639px) {
          .offers-block .offer .details-holder .details .offer-period span.ico {
            position: absolute;
            left: 0;
            top: auto;
            margin-top: 4px; } }
        @media only screen and (max-width: 40em) {
          .offers-block .offer .details-holder .details .offer-period span.ico {
            position: relative;
            top: 5px;
            margin-right: 5px; } }
      .offers-block .offer .details-holder .details .offer-period p {
        color: #2D3134; }
        .offers-block .offer .details-holder .details .offer-period p span {
          display: block;
          color: #909093; }
        @media only screen and (min-width: 639px) {
          .offers-block .offer .details-holder .details .offer-period p {
            padding-left: 38px; } }
        @media only screen and (max-width: 40em) {
          .offers-block .offer .details-holder .details .offer-period p {
            display: inline-block; } }
    .offers-block .offer .details-holder .details .offer-period-centered {
      margin-top: 12px; }
    .offers-block .offer .details-holder .details .button-holder {
      float: left; }
      .offers-block .offer .details-holder .details .button-holder .button {
        height: 48px;
        font-size: 21px;
        padding: 0 20px;
        line-height: 48px; }
        .offers-block .offer .details-holder .details .button-holder .button .icon-triangle-right {
          margin-left: 20px;
          font-size: 0.75em; }

/*=========================================================

  OFFER PAGE

=========================================================*/
.offer-header {
  height: 373px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  background-image: url("../assets/images/offer.png"); }
  @media only screen and (max-width: 64em) {
    .offer-header {
      background-image: url("../assets/images/offer.png"); } }
  .offer-header .language-nav {
    padding-right: 0 !important; }
  .offer-header .secondary-nav {
    position: absolute;
    right: 10%; }

.offer-details {
  margin-top: 3.75rem; }
  @media only screen and (max-width: 40em) {
    .offer-details {
      margin-top: 1.875rem; } }

.offer-subtitle {
  margin-bottom: 2.5rem; }

.offer-price {
  margin-top: 5rem;
  text-align: center; }

.offer-terms {
  margin-top: 3.125rem; }
  .offer-terms p {
    font-size: 1rem;
    color: #909093; }

.button--offer {
  margin-top: 3.75rem;
  font-size: 1.75rem;
  height: 4.375rem;
  padding: 0.9375rem;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #85BD19; }
  .button--offer:active, .button--offer:hover {
    background: #78aa17; }
  .button--offer [class^="icon"] {
    font-size: 1.125rem;
    margin-left: 0.625rem; }

.modal--offer {
  text-align: center;
  background-color: #008DD1; }
  .modal--offer h3 {
    color: #FFFFFF;
    font-size: 1.75rem; }
  .modal--offer .button {
    display: inline-block;
    margin-left: 0.9375rem; }
    @media only screen and (max-width: 64em) {
      .modal--offer .button {
        margin-top: 1.25rem; } }
  .modal--offer .close-reveal-modal {
    color: #80c6e9; }

.offer-signup {
  padding-top: 3.125rem; }
  .offer-signup.offer-signup--initial {
    width: 100%; }
  .offer-signup .gform_wrapper {
    padding-top: 1.875rem;
    margin: auto;
    width: 60%; }
    .offer-signup .gform_wrapper input.medium {
      width: 100% !important;
      margin-bottom: 0.9375rem; }

/*=========================================================

  OFFER PAGE v2

=========================================================*/
.offer-header-center {
  min-height: 100%;
  top: 0;
  left: 0;
  background-image: url("../assets/images/front-slider-bg.jpg");
  height: 525px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%; }
  .offer-header-center .helmet {
    text-align: center; }
  @media only screen and (max-width: 64em) {
    .offer-header-center {
      background-size: contain;
      background-position: top center;
      height: 37vw; } }

@media only screen and (max-width: 64em) {
  .page-template-page-special-offer .offer-header-center {
    background-size: cover; } }

.submit-wrap .submit-loading {
  display: none;
  height: 48px;
  width: 140px;
  font-size: 1.3125rem;
  font-family: "calibri_bold", Arial, sans-serif;
  padding: 0 1.25rem;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  white-space: nowrap;
  float: right;
  background: #F1F1F1 url("/wp-content/themes/dswp/assets/images/preloader.gif") no-repeat center center;
  margin-top: 22px;
  margin-bottom: 27px; }

@media screen and (max-width: 1024px) {
  .submit-wrap .submit-loading {
    float: left; } }

.offer-v2 {
  padding-bottom: 0; }
  .offer-v2 .language-nav {
    padding-right: 0 !important; }
  .offer-v2 .secondary-nav {
    position: relative;
    top: 0;
    right: 15%; }
  .offer-v2 .logo {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem; }

#gform_fields_18 #field_18_10, #gform_fields_17 #field_17_10 {
  position: relative;
  top: 60px; }

.page-template-page-special-offer .offer-v3 .offer__location {
  position: relative;
  top: -60px; }

.offer-line {
  width: 100%;
  display: block;
  height: 0.25rem;
  background-color: #008DD1; }

.offer-timer__wrapper {
  margin-top: -4.0625rem;
  margin-left: 55%; }

.offer-timer__title {
  float: left;
  margin-left: -0.625rem;
  margin-right: 1.25rem;
  display: inline-block;
  position: absolute;
  right: 45%;
  top: 28px; }

#offer-timer {
  position: relative;
  top: -20px;
  z-index: -1; }
  #offer-timer .table-cell {
    display: inline-block;
    margin: 0 10px; }
    #offer-timer .table-cell .tab-val {
      font-size: 3rem;
      font-family: "calibri_bold", Arial, sans-serif;
      font-weight: normal;
      color: #008DD1;
      line-height: 48px; }
    #offer-timer .table-cell .tab-metr {
      text-align: right;
      text-transform: uppercase;
      font-size: 0.5625rem;
      font-family: "calibri_bold", Arial, sans-serif;
      margin-top: -0.25rem; }
  #offer-timer .table-cell.day .tab-val:after,
  #offer-timer .table-cell.hour .tab-val:after,
  #offer-timer .table-cell.minute .tab-val:after {
    position: absolute;
    content: ":";
    font-size: 1.625rem;
    font-family: "calibri", Arial, sans-serif;
    margin-left: 0.4375rem;
    color: #909093; }

.offer-v3 h1, .offer-v3 .wysiwyg-content, .offer-v3 p, .offer-v3 .list--bulleted {
  color: white; }

.offer-v3 h1 {
  font-size: 1.625rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-family: "calibri_bold"; }

.offer-v3 .list--bulleted {
  margin-top: 0.625rem; }
  .offer-v3 .list--bulleted li {
    font-family: "calibri_bold";
    padding-left: 0;
    margin-top: 0.25rem;
    font-size: 1rem; }
    .offer-v3 .list--bulleted li:before {
      position: relative;
      top: 0;
      left: 0;
      font-size: initial;
      line-height: initial;
      color: white;
      content: '>';
      padding-right: 0.4375rem;
      padding-left: 0.25rem; }

.offer-v3 .logo {
  width: 110px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  .offer-v3 .logo.custom-logo {
    width: 175px; }

.offer-v3 .top-section {
  padding-right: 0; }

.offer-v3 .top-phone {
  top: 20px;
  left: 125px; }

.offer-v3 .offer-line {
  display: none; }

.offer-v3 .offer-details {
  margin-top: 1.6rem; }

.offer-v3 .offer-details h1 {
  margin-top: -5px; }

.offer-v3 .offer-price-wrapper {
  margin-left: -1.25rem;
  color: white;
  font-family: "calibri_bold";
  text-align: center; }

.offer-v3 .offer-price-val {
  font-size: 2.6rem;
  line-height: 4.688rem; }

.offer-v3 .offer-price-val-subtitle-wrapper {
  width: 2.3rem;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0.9375rem; }

.offer-v3 .offer-price-val-subtitle-euro {
  font-size: 2rem;
  line-height: 1.313rem; }

.offer-v3 .offer-price-val-subtitle-text {
  font-family: "calibri";
  font-size: 0.5rem;
  line-height: 0.875rem;
  display: inline-block;
  vertical-align: top;
  margin-top: -0.3125rem; }

.offer-v3 .offer-terms {
  margin-top: 1.438rem; }

.offer-v3 .button.special-offer-button {
  font-size: 1rem;
  overflow: hidden; }

.offer-v3 .button--next {
  margin-top: 22px;
  margin-bottom: 27px; }

@media (min-width: 1025px) {
  .offer-v3 .offer-signup {
    background-color: rgba(51, 51, 51, 0.5); } }

.offer-v3 .offer-signup {
  display: block; }
  .offer-v3 .offer-signup .gform_wrapper {
    padding-top: 0;
    width: 100%; }
    .offer-v3 .offer-signup .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
      margin-left: 0;
      padding-left: 0; }
    .offer-v3 .offer-signup .gform_wrapper .adress_location, .offer-v3 .offer-signup .gform_wrapper .confirmation_type {
      display: none; }
    .offer-v3 .offer-signup .gform_wrapper .validation_error {
      display: none; }
    @media (max-width: 1024px) {
      .offer-v3 .offer-signup .gform_wrapper .ginput_container input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff; }
      .offer-v3 .offer-signup .gform_wrapper .ginput_container input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
        opacity: 1; }
      .offer-v3 .offer-signup .gform_wrapper .ginput_container input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
        opacity: 1; }
      .offer-v3 .offer-signup .gform_wrapper .ginput_container input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff; } }
    .offer-v3 .offer-signup .gform_wrapper .gfield_error input, .offer-v3 .offer-signup .gform_wrapper li.gfield_error input, .offer-v3 .offer-signup .gform_wrapper .location_field_error input {
      border-color: #f9663d !important;
      border-width: 3px !important; }

.offer-v3 .no-offer-available {
  display: none; }

.offer-v3 .offer__location {
  width: 100%;
  margin-top: 0; }
  .offer-v3 .offer__location input {
    border: 5px solid #EDEDED;
    width: 100%;
    height: 48px; }
    .offer-v3 .offer__location input.input--highlighted {
      border-color: #EDEDED !important; }
  .offer-v3 .offer__location input[type=text] {
    padding-left: 1.125rem !important; }
  .offer-v3 .offer__location .autocomplete__options {
    width: 100%;
    top: 40px;
    position: absolute; }

.offer-v3 .special-offer-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px; }

.offer-v3 .special-offer-background-overlay {
  background-color: rgba(51, 51, 51, 0.5);
  min-height: 600px; }

.offer-v3 .thank_you {
  display: none;
  text-align: center; }

.offer-v3 .terms-cond {
  margin-top: 1rem; }

.offer-v3 .no-offer-available, .offer-v3 .thank_you {
  min-height: 100vh;
  display: none; }
  .offer-v3 .no-offer-available h3, .offer-v3 .thank_you h3 {
    font-size: 1.625rem;
    color: white;
    margin-top: 1.625rem;
    text-align: left; }
  .offer-v3 .no-offer-available .button--next, .offer-v3 .thank_you .button--next {
    width: 100%;
    text-align: center; }
  .offer-v3 .no-offer-available p, .offer-v3 .thank_you p {
    text-align: left; }
  .offer-v3 .no-offer-available .special-offer-background, .offer-v3 .thank_you .special-offer-background {
    min-height: 100vh; }
  .offer-v3 .no-offer-available .special-offer-background-overlay, .offer-v3 .thank_you .special-offer-background-overlay {
    min-height: 100vh; }

@media (min-width: 641px) {
  .offer-v3 .top-phone {
    display: none; }
  .offer-v3 .logo {
    width: 225px; }
    .offer-v3 .logo.custom-logo {
      width: 470px; }
  .offer-v3 .special-offer-background {
    padding: 43px;
    min-height: 520px; }
  .offer-v3 .special-offer-background-overlay {
    border-radius: 26px;
    min-height: 315px;
    max-width: 675px;
    margin: 0 auto; }
  .offer-v3 h1 {
    font-size: 2.175rem;
    line-height: 2.75rem; }
  .offer-v3 .offer-price-row {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px; }
  .offer-v3 .offer-price-wrapper {
    margin-left: 0; }
  .offer-v3 .no-offer-available, .offer-v3 .thank_you {
    min-height: 100vh;
    display: none;
    text-align: center; }
    .offer-v3 .no-offer-available h3, .offer-v3 .thank_you h3 {
      font-size: 1.625rem;
      margin-top: 1.625rem;
      text-align: center; }
    .offer-v3 .no-offer-available .button--next, .offer-v3 .thank_you .button--next {
      width: 280px;
      margin: 0 auto;
      text-align: center;
      font-size: 1.125rem; }
    .offer-v3 .no-offer-available p, .offer-v3 .thank_you p {
      text-align: center;
      padding: 0 13px; }
    .offer-v3 .no-offer-available .page-title, .offer-v3 .thank_you .page-title {
      margin-top: 3.875rem; }
    .offer-v3 .no-offer-available .special-offer-background-overlay, .offer-v3 .thank_you .special-offer-background-overlay {
      min-height: 315px; }
  .offer-v3 .offer-visual {
    margin-top: 1.875rem; }
  .offer-v3 .offer-price-val {
    font-size: 3.125rem; }
  .offer-v3 .offer-price-val-subtitle-euro {
    font-size: 2rem; }
  .offer-v3 .offer-price-val-subtitle-text {
    font-size: 0.625rem; }
  .offer-v3 .offer-price-val-subtitle-wrapper {
    margin-top: 23px;
    vertical-align: top; } }

@media (max-width: 641px) {
  .offer-v3 .offer-price-wrapper {
    margin-top: 13px; }
  .offer-v3 .offer-price-val-subtitle-euro {
    font-size: 1.2rem; }
  .offer-v3 .offer-price-val-subtitle-wrapper {
    width: 1.8rem;
    margin-top: 0;
    vertical-align: middle; } }

@media (min-width: 900px) and (max-width: 1100px) {
  .offer-timer__wrapper {
    margin-left: 50%; }
  .offer-timer__title {
    margin-right: 0;
    right: 50%; } }

@media (max-width: 900px) {
  .offer-timer__wrapper {
    margin-top: 2rem;
    margin-left: 0;
    text-align: center; }
  .offer-timer__title {
    float: none;
    position: relative;
    top: -0.625rem;
    margin: 0;
    margin-bottom: 0.625rem;
    right: 0; }
  .offer-timer-v2__wrapper {
    text-align: left;
    margin-top: 0; }
    .offer-timer-v2__wrapper #offer-timer .table-cell.day {
      margin-left: 0; }
    .offer-timer-v2__wrapper #offer-timer .table-cell .tab-metr {
      text-align: center; }
    .offer-timer-v2__wrapper #offer-timer .table-cell .tab-val {
      font-size: 2.6rem; } }

@media (min-width: 901px) {
  .offer-timer-v2__wrapper {
    margin-left: 30%; }
    .offer-timer-v2__wrapper .offer-timer__title {
      position: relative;
      left: 0;
      top: 0; }
  html.svg .offer-v3 .logo.custom-logo {
    width: 601px;
    margin-left: -0.450rem;
    background-size: 395px 100%;
    background-position: left; }
  .offer-v3 .offer-signup {
    display: inline-block;
    clear: none; }
    .offer-v3 .offer-signup .gform_wrapper form ul.gform_fields li {
      width: 100%;
      float: none;
      clear: both;
      margin-right: 0; } }

@media (max-width: 1024px) {
  .special-offer-background-large {
    background-image: none !important; } }

@media (min-width: 1025px) {
  .offer-timer-v2__wrapper {
    margin-left: 40%; }
  .special-offer-description {
    clear: none;
    float: left;
    background-image: none; }
  .offer-signup {
    clear: none;
    float: left;
    border-radius: 26px;
    background-color: rgba(51, 51, 51, 0.5);
    margin-top: 60px;
    padding-top: 1.313rem;
    overflow: visible; }
  .checkbox--simple label {
    font-size: 0.85rem;
    margin-top: 0; }
  .special-offer-background-large {
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .offer-v3 #akcija-submit-button {
    float: right !important; }
  .offer-v3 .special-offer-description {
    background-image: none !important;
    padding: 60px 25px 0 0; }
  .offer-v3 .special-offer-background-large-container {
    margin: 0 auto;
    max-width: 64.375rem;
    width: 100%; }
  .offer-v3 .special-offer-button {
    display: none; }
  .offer-v3 .offer-price-val-subtitle-text {
    font-size: 0.625rem; }
  .offer-v3 .list--bulleted li {
    margin-top: 0;
    font-size: 1.438rem;
    font-family: "calibri_bold"; }
    .offer-v3 .list--bulleted li:before {
      font-size: 1.438rem;
      font-family: "calibri_bold"; }
  .offer-v3 .offer-price-val {
    font-size: 5.125rem; }
  .offer-v3 .terms-and-cond-small p {
    font-size: 0.5rem; }
  .offer-v3 .offer-visual {
    margin-top: 1.4rem; }
  .offer-v3 .offer-price-val-subtitle-euro {
    font-size: 3.75rem; }
  .offer-v3 .offer-details {
    padding: 0 1rem; }
  .offer-v3 .wysiwyg-content {
    padding-top: 0.625rem; }
  .offer-v3 .offer-terms {
    margin-top: 1rem; }
  .offer-v3 .offer-terms p {
    margin-bottom: 27px; }
  .offer-v3 .gform_wrapper form ul.gform_fields input {
    height: 40px;
    border-width: 0; }
    .offer-v3 .gform_wrapper form ul.gform_fields input.placeholder {
      color: #7e8083;
      font-size: 1rem; }
    .offer-v3 .gform_wrapper form ul.gform_fields input:-moz-placeholder {
      color: #7e8083;
      font-size: 1rem; }
    .offer-v3 .gform_wrapper form ul.gform_fields input::-moz-placeholder {
      color: #7e8083;
      font-size: 1rem; }
    .offer-v3 .gform_wrapper form ul.gform_fields input::-webkit-input-placeholder {
      color: #7e8083;
      font-size: 1rem; }
    .offer-v3 .gform_wrapper form ul.gform_fields input::-ms-input-placeholder {
      color: #7e8083;
      font-size: 1rem; }
  .offer-v3 .gform_wrapper form ul.gform_fields .gfield_label {
    display: none; }
  .offer-v3 .gform_wrapper form ul.gform_fields li.gfield.gfield_error {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .offer-v3 .gform_wrapper form ul.gform_fields li.gfield.gfield_error div.ginput_container {
      margin-top: 3px !important; }
    .offer-v3 .gform_wrapper form ul.gform_fields li.gfield.gfield_error input {
      height: 46px;
      margin-top: 0;
      margin-bottom: 12px !important; }
  .offer-v3 .gform_wrapper .location_field_error {
    margin-top: 3px !important; }
    .offer-v3 .gform_wrapper .location_field_error input {
      height: 46px;
      margin-top: 0;
      margin-bottom: 12px !important; }
  .offer-v3 .offer__location input {
    border-width: 0; }
    .offer-v3 .offer__location input.placeholder {
      color: #7e8083;
      font-size: 1rem; }
    .offer-v3 .offer__location input:-moz-placeholder {
      color: #7e8083;
      font-size: 1rem; }
    .offer-v3 .offer__location input::-moz-placeholder {
      color: #7e8083;
      font-size: 1rem; }
    .offer-v3 .offer__location input::-webkit-input-placeholder {
      color: #7e8083;
      font-size: 1rem; }
    .offer-v3 .offer__location input::-ms-input-placeholder {
      color: #7e8083;
      font-size: 1rem; }
  .offer-v3 .offer__location .gfield_label {
    display: none; }
  .offer-v3 .offer__location .autocomplete__options {
    top: 15px; }
  .offer-v3 .checkbox--simple label, .offer-v3 .checkbox--simple a {
    color: white; }
  .offer-v3 .location_field_wrapper input {
    border-radius: 10px;
    height: 40px; }
  .offer-v3 .no-offer-available .special-offer-background {
    width: 100%;
    display: block !important; } }

.offer-description p {
  margin: 1.875rem 0; }

.offer-description p:last-child {
  margin-bottom: 2.8125rem; }

.offer-visual {
  margin-top: 3.75rem;
  text-align: center; }
  @media only screen and (max-width: 40em) {
    .offer-visual {
      margin: 0; } }
  .offer-visual img {
    margin: 0.9375rem 0;
    max-width: 200px;
    width: 100%; }
    .offer-visual img.thumbnail {
      max-width: 100%; }

.page-template-page-special-offer ul.language-nav {
  z-index: 9999; }

.offer-v3 .offer-subtitle {
  color: white !important;
  margin-bottom: 0; }

p.offer-subtitle {
  font-weight: bold;
  color: #0094d6;
  font-size: 28px; }
  @media only screen and (max-width: 40em) {
    p.offer-subtitle {
      margin: 0 0 15px; } }

.button.special-offer-button {
  width: 100%;
  height: 48px;
  font-size: 21px;
  padding: 0 20px;
  line-height: 48px;
  margin-top: 30px;
  text-align: left;
  max-width: 200px; }
  @media only screen and (min-width: 1025px) {
    .button.special-offer-button {
      max-width: auto; } }
  .button.special-offer-button .icon-triangle-right {
    margin-left: 20px;
    font-size: 0.75em;
    float: right;
    margin-top: 16px; }

.description-bottom {
  margin-bottom: 50px; }

.columns.terms-and-cond {
  padding-top: 20px;
  padding-bottom: 200px; }

.columns.terms-and-cond-small p {
  font-size: 0.6875rem; }

.offers-block .offer .details-holder .details .button-holder.button-holder-right {
  float: right; }

.price-big {
  min-width: 160px; }
  .price-big strong {
    font-size: 96px;
    line-height: 96px; }
  .price-big .price--last {
    line-height: 55px; }
  .price-big sup {
    font-size: 37px;
    line-height: 37px; }
  .price-big sub {
    color: #016FA7;
    top: -20px; }

@media screen and (max-width: 1024px) {
  .offer-v3 #gform_fields_18 #field_18_10, .offer-v3 #gform_fields_17 #field_17_10 {
    position: relative;
    top: 90px; } }

@media screen and (max-width: 1024px) {
  .page-template-page-special-offer .offer-v3 .offer__location {
    position: relative;
    top: -100px; } }

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .offer-v3 .wysiwyg-content {
    width: 65%; } }

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .offer-v3 .offer-subtitle {
    width: 65%; } }

.offer-v3 .top-phone {
  width: 75px;
  background-size: 26px 35px;
  background-repeat: no-repeat;
  background-position: center; }

.offer-v3 .offer-price-val {
  margin-left: 7px; }

@media screen and (max-width: 1024px) {
  .offer-v3 .offer__location input {
    border-radius: 10px; } }

.page-service__price {
  text-align: center;
  margin-top: 9px;
  margin-bottom: 30px; }
  .page-service__price img {
    margin-top: 15px;
    margin-bottom: 32px;
    max-width: 100%; }
  .page-service__price .button--next {
    font-size: 21px;
    margin: 0 0 8px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    height: auto;
    white-space: normal;
    padding: 14px 40px 14px 20px;
    line-height: 23px; }
    .page-service__price .button--next .icon-triangle-right {
      margin-left: 0px;
      font-size: 0.75em;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -8px; }
    .page-service__price .button--next.button--gray {
      color: #909093;
      background: #D9D9D9 !important; }

.internets .page-service__image {
  min-height: 235px; }

.page-service__image {
  margin-bottom: 25px; }

.service__description .more {
  font-weight: bold;
  background: none;
  color: #0094d6;
  background: none;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  height: auto;
  margin-bottom: 35px; }
  .service__description .more .icon-triangle-down {
    margin-left: 10px;
    transition: transform 0.3s; }
  .service__description .more.more-active .icon-triangle-down {
    transform: rotate(180deg); }

.service__description .more-description {
  display: none; }

.service__recommend {
  margin-bottom: 50px; }
  .service__recommend .columns {
    text-align: center; }
    .service__recommend .columns .columns {
      padding: 30px 30px 10px; }
  .service__recommend .columns + .columns {
    padding-top: 0; }
    @media only screen and (min-width: 1025px) {
      .service__recommend .columns + .columns {
        padding-top: 30px; } }
    .service__recommend .columns + .columns p {
      overflow: hidden; }
      @media only screen and (min-width: 1025px) {
        .service__recommend .columns + .columns p {
          text-align: left;
          margin-right: 44px; } }
    .service__recommend .columns + .columns .button {
      top: -10px;
      display: block;
      margin-top: 20px;
      max-width: 260px;
      margin: 20px auto 0; }
      @media only screen and (min-width: 639px) {
        .service__recommend .columns + .columns .button {
          margin-top: auto;
          margin-left: 40px;
          display: inline-block; } }
    .service__recommend .columns + .columns .price--first {
      color: #000000; }
  .service__recommend .data-holder {
    position: relative;
    border: 5px solid #EDEDED;
    border-radius: 10px; }
    .service__recommend .data-holder .price--highlighted {
      justify-content: center; }
      @media only screen and (min-width: 1025px) {
        .service__recommend .data-holder .price--highlighted {
          justify-content: flex-start;
          float: left; } }
    .service__recommend .data-holder .pennant {
      position: absolute;
      right: -9px;
      top: -7px;
      width: 97px;
      height: 90px; }
      .service__recommend .data-holder .pennant img {
        width: 100%; }
    .service__recommend .data-holder .product {
      display: inline-block;
      text-align: center;
      margin: 0 20px;
      vertical-align: top; }
      @media only screen and (min-width: 639px) {
        .service__recommend .data-holder .product {
          margin: 0 36px; } }
      .service__recommend .data-holder .product .ico {
        width: 53px;
        height: 53px;
        display: inline-block;
        margin-bottom: 16px; }
        @media only screen and (min-width: 639px) {
          .service__recommend .data-holder .product .ico {
            width: 72px;
            height: 72px; } }
        .service__recommend .data-holder .product .ico img {
          width: 100%; }
      .service__recommend .data-holder .product p {
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        font-weight: bold;
        display: block;
        margin-bottom: 0;
        max-width: 100px; }
        @media only screen and (min-width: 639px) {
          .service__recommend .data-holder .product p {
            max-width: 100%;
            font-size: 21px; } }
    .service__recommend .data-holder .plus {
      width: 23px;
      height: 23px;
      position: absolute;
      top: 50%;
      margin-top: -32px;
      display: inline-block; }
      .service__recommend .data-holder .plus:before {
        font-size: 1.5625rem;
        color: #7D7F83;
        display: block;
        font-family: "baltcom";
        content: "\e611";
        position: absolute;
        left: 0; }
    .service__recommend .data-holder .button--next {
      margin-top: 15px !important;
      margin-left: auto !important; }
      @media only screen and (min-width: 1025px) {
        .service__recommend .data-holder .button--next {
          margin-left: 20px !important;
          margin-top: 10px !important; } }

.electricity-faq .terms-cond {
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 1025px) {
    .electricity-faq .terms-cond {
      margin-left: 80px; } }
  .electricity-faq .terms-cond input, .electricity-faq .terms-cond label {
    float: left; }

.electricity-prices h2, .packages h2 {
  margin-top: 0; }

.page-template-page-services .offer {
  margin-top: 30px; }

/*=========================================================

  LANDING PAGE

=========================================================*/
.landing-page {
  height: auto; }
  .landing-page .content-wrapper {
    overflow: visible; }

.landing-page__content .offer-header {
  height: auto;
  background: #dfdfdf;
  padding-top: 90px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 64em) {
    .landing-page__content .offer-header {
      padding-top: 30px; } }
  .landing-page__content .offer-header h1 {
    font-size: 48px; }
    @media only screen and (max-width: 64em) {
      .landing-page__content .offer-header h1 {
        font-size: 38px;
        line-height: 1; } }
  .landing-page__content .offer-header p {
    margin-top: 40px;
    color: #65676a;
    line-height: 1.4;
    font-size: 20px; }
  .landing-page__content .offer-header img {
    margin-top: -220px;
    margin-bottom: -70px; }
  @media only screen and (max-width: 64em) {
    .landing-page__content .offer-header img {
      margin-top: -100px; } }
  @media only screen and (min-width: 64.0625em) {
    .landing-page__content .offer-header img {
      max-width: none;
      margin-left: -75px; } }

.landing-page__content .offer-section {
  margin-top: 55px; }
  .landing-page__content .offer-section h2 {
    margin-bottom: 50px; }

.landing-page__content .offer-section__description p {
  font-size: 20px;
  color: #2a2a2a;
  line-height: 1.2; }

.landing-page__content .offer-section__description .list--bulleted {
  font-size: 15px;
  margin-top: 0; }
  .landing-page__content .offer-section__description .list--bulleted li {
    margin-top: 0;
    padding-left: 30px;
    line-height: 1.3; }
    .landing-page__content .offer-section__description .list--bulleted li::before {
      font-size: 5px;
      left: 15px; }

@media only screen and (max-width: 40em) {
  .landing-page__content .offer-section__description iframe {
    margin-top: 30px; } }

.landing-page__content .offer-section__properties .offer-benefit {
  margin-bottom: 20px;
  overflow: hidden; }
  .landing-page__content .offer-section__properties .offer-benefit .offer-benefit__image {
    width: 95px;
    float: left; }
  .landing-page__content .offer-section__properties .offer-benefit .offer-benefit__text {
    float: left;
    width: calc(100% - 100px);
    margin-left: 5px; }
    .landing-page__content .offer-section__properties .offer-benefit .offer-benefit__text p {
      font-size: 12px;
      line-height: 1.2; }

.landing-page__content .offer-section__channels .offer-channel__wrapper {
  max-width: 950px;
  margin: 0 auto; }
  @media only screen and (max-width: 40em) {
    .landing-page__content .offer-section__channels .offer-channel__wrapper {
      text-align: center; } }

.landing-page__content .offer-section__channels .offer-channel {
  width: 75px;
  height: 75px;
  border-radius: 30px;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 15px; }
  .landing-page__content .offer-section__channels .offer-channel img {
    max-width: 60px;
    max-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .landing-page__content .offer-section__channels .offer-channel:hover {
    box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.8);
    border-radius: 30px;
    border: 1px solid #0095da; }

@media only screen and (max-width: 40em) {
  .landing-page__content .offer-section__channels .offer-channel {
    margin: 10px;
    float: none;
    display: inline-block; } }

.landing-page__content .offer-section__price {
  margin-top: 75px;
  margin-bottom: 75px; }
  .landing-page__content .offer-section__price p {
    color: #0095da;
    font-size: 30px;
    line-height: 1.4;
    text-align: center; }

.landing-page__content .offer-section__highlighted {
  background-color: #f4f5f7;
  padding: 25px 0; }
  .landing-page__content .offer-section__highlighted .offer-benefit--centered {
    margin-top: 25px;
    display: flex;
    align-items: center; }
    .landing-page__content .offer-section__highlighted .offer-benefit--centered img {
      width: 95px;
      height: 95px;
      margin-right: 10px; }
  .landing-page__content .offer-section__highlighted p {
    margin-top: 20px;
    color: #7e7f81;
    font-size: 17px;
    line-height: 1.4; }
  .landing-page__content .offer-section__highlighted img {
    max-width: 380px; }
    @media only screen and (max-width: 40em) {
      .landing-page__content .offer-section__highlighted img {
        max-width: 100%; } }
  .landing-page__content .offer-section__highlighted .offer-app-links a {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }
    .landing-page__content .offer-section__highlighted .offer-app-links a img {
      max-height: 50px; }

.landing-page__content .offer-section__text {
  text-align: center;
  margin-top: 15px; }
  .landing-page__content .offer-section__text h2 {
    color: #0095da;
    font-size: 42px;
    margin-bottom: 0;
    line-height: 1; }
  .landing-page__content .offer-section__text img {
    margin-left: 10px;
    margin-top: -5px; }

.landing-page__content .offer-section__form {
  margin-top: 20px;
  text-align: center;
  background-color: #0095da;
  padding: 20px 0;
  overflow: visible; }
  .landing-page__content .offer-section__form input {
    text-align: center;
    display: block;
    height: 45px;
    border-radius: 9px;
    border: none;
    font-size: 40px;
    margin: 20px auto;
    width: 660px;
    max-width: 100%;
    color: #2D3134;
    font-family: "calibri", "Arial";
    padding: 0; }
    .landing-page__content .offer-section__form input.placeholder {
      color: #5c6a70; }
    .landing-page__content .offer-section__form input:-moz-placeholder {
      color: #5c6a70; }
    .landing-page__content .offer-section__form input::-moz-placeholder {
      color: #5c6a70; }
    .landing-page__content .offer-section__form input::-webkit-input-placeholder {
      color: #5c6a70; }
    .landing-page__content .offer-section__form input::-ms-input-placeholder {
      color: #5c6a70; }
  .landing-page__content .offer-section__form .offer__location {
    margin-top: -20px; }
    .landing-page__content .offer-section__form .offer__location .autocomplete__options {
      width: 100%; }
  @media only screen and (max-width: 40em) {
    .landing-page__content .offer-section__form .offer__location {
      margin-top: 0; } }

.landing-page__content .offer-section__footer {
  margin-top: 20px;
  text-align: center; }
  .landing-page__content .offer-section__footer .button {
    border-radius: 9px;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    padding: 0 28px;
    font-family: "calibri"; }
    @media only screen and (max-width: 40em) {
      .landing-page__content .offer-section__footer .button {
        font-size: 24px; } }
  .landing-page__content .offer-section__footer .offer-results p {
    font-size: 30px;
    color: #0095da;
    line-height: 1.4; }
  .landing-page__content .offer-section__footer .offer-disclaimer p {
    color: #0095da;
    font-size: 15px;
    line-height: 100%;
    text-align: justify;
    margin-top: 10px; }

.tippy-tooltip.baltcom-theme {
  padding: 15px;
  border-radius: 24px;
  border: 1px solid #0095da;
  background-color: white;
  text-align: left;
  font-size: 10px;
  color: #636b6f; }
  .tippy-tooltip.baltcom-theme p {
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 0; }

.tippy-tooltip.baltcom-theme [x-arrow] {
  border-top: 20px solid #0095da;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent; }

.tippy-popper[x-placement=top] .tippy-tooltip.baltcom-theme [x-arrow] {
  border-top: 20px solid #0095da;
  bottom: -20px; }

.tippy-popper[x-placement=bottom] .tippy-tooltip.baltcom-theme [x-arrow] {
  border-top: none;
  border-bottom: 20px solid #0095da;
  top: -20px; }

.tippy-popper[x-placement=right] .tippy-tooltip.baltcom-theme [x-arrow] {
  transform: rotate(90deg);
  left: -17px; }

.tippy-popper[x-placement=left] .tippy-tooltip.baltcom-theme [x-arrow] {
  transform: rotate(-90deg);
  right: -17px; }

.pricing {
  display: flex;
  align-items: center;
  color: #0095da;
  line-height: 1;
  font-family: "calibri_bold", calibri;
  justify-content: flex-end; }
  @media only screen and (max-width: 40em) {
    .pricing {
      flex-direction: column; } }
  .pricing .pricing__term {
    padding: 0 15px;
    font-size: 24px;
    margin-top: -2px; }
    @media only screen and (max-width: 40em) {
      .pricing .pricing__term {
        order: 2;
        padding: 0;
        margin-top: 0;
        font-size: 16px; } }
  .pricing .pricing__number {
    display: flex;
    align-items: center; }
  .pricing .pricing__number--big {
    font-size: 130px; }
    @media only screen and (max-width: 40em) {
      .pricing .pricing__number--big {
        font-size: 80px; } }
  .pricing .pricing__number--small {
    line-height: 1;
    display: flex;
    flex-direction: column;
    text-align: center; }
    .pricing .pricing__number--small span {
      font-size: 46px;
      line-height: 0.8; }
      @media only screen and (max-width: 40em) {
        .pricing .pricing__number--small span {
          font-size: 30px; } }
    .pricing .pricing__number--small .pricing__number__month {
      font-size: 23px; }
      @media only screen and (max-width: 40em) {
        .pricing .pricing__number--small .pricing__number__month {
          font-size: 16px; } }

.pricing--secondary {
  color: #9eadb4;
  justify-content: flex-start; }
  .pricing--secondary .pricing__term {
    order: 2; }

.offer-signup #akcija-submit-button {
  cursor: pointer; }

.pricing--small::after {
  height: 40px; }

.pricing--small .pricing {
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px; }

.pricing--small .pricing__number--big {
  font-size: 50px; }

.pricing--small .pricing__number--small span {
  font-size: 16px; }

.pricing--small .pricing__number--small .pricing__number__month {
  font-size: 10px; }

.pricing--small .pricing__term {
  font-size: 12px;
  padding: 0;
  white-space: nowrap; }

.pricing--center {
  justify-content: center; }

.offer-apply-form .gform_wrapper {
  display: inline-block; }

.email-form-section {
  background: #ccc;
  padding: 50px 15px; }
  .email-form-section h6 {
    width: 75%;
    text-align: center;
    margin: 0 auto 25px; }
  .email-form-section .gform_fields li {
    margin-bottom: 10px; }
  .email-form-section .gform_body {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center; }
  .email-form-section .gform_fields {
    display: inline-block; }
    @media only screen and (max-width: 40em) {
      .email-form-section .gform_fields {
        width: 100%; } }
  .email-form-section .submit-wrap {
    width: 570px;
    max-width: 100%;
    margin: 20px auto 0; }
    @media only screen and (max-width: 40em) {
      .email-form-section .submit-wrap {
        width: 100%;
        text-align: right; } }
  @media only screen and (max-width: 40em) {
    .email-form-section .gform_wrapper form ul.gform_fields li {
      width: 100%; } }
  .email-form-section .gform_wrapper form ul.gform_fields input {
    background: rgba(255, 255, 255, 0.8); }
    @media only screen and (max-width: 40em) {
      .email-form-section .gform_wrapper form ul.gform_fields input {
        width: 100%; } }

.subscribe-section {
  background: #DDDDDD;
  padding: 55px 0; }
  .subscribe-section h6 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    font-size: 26px;
    margin-bottom: 35px;
    text-align: left; }
    @media only screen and (max-width: 40em) {
      .subscribe-section h6 {
        font-size: 20px;
        margin-bottom: 20px; } }
    .subscribe-section h6 span {
      display: inline-block;
      margin-right: 15px;
      color: #148ecf;
      font-size: 60px;
      position: relative;
      top: -10px; }
  .subscribe-section .container-sm {
    text-align: center;
    max-width: 600px;
    margin: 0 auto; }
  .subscribe-section .mc-field-group {
    width: 75%; }
    @media only screen and (max-width: 40em) {
      .subscribe-section .mc-field-group {
        width: 100%;
        margin-bottom: 20px; } }
    .subscribe-section .mc-field-group input {
      width: 100%;
      padding: 12px;
      color: #2D3134; }
      .subscribe-section .mc-field-group input.placeholder {
        color: #e2e2e2; }
      .subscribe-section .mc-field-group input:-moz-placeholder {
        color: #e2e2e2; }
      .subscribe-section .mc-field-group input::-moz-placeholder {
        color: #e2e2e2; }
      .subscribe-section .mc-field-group input::-webkit-input-placeholder {
        color: #e2e2e2; }
      .subscribe-section .mc-field-group input::-ms-input-placeholder {
        color: #e2e2e2; }
  .subscribe-section .submit-wrap {
    width: 25%;
    margin-left: -6px; }
    @media only screen and (max-width: 40em) {
      .subscribe-section .submit-wrap {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        max-width: 170px;
        margin-left: 0; } }
    .subscribe-section .submit-wrap button {
      width: 100%;
      background: #8f8d8d; }
      @media only screen and (max-width: 40em) {
        .subscribe-section .submit-wrap button .icon-triangle-right {
          display: none; } }
  @media only screen and (max-width: 40em) {
    .subscribe-section .d-flex {
      display: block; } }

.subscribe-bottom-info {
  display: block;
  clear: both;
  color: #999999;
  font-size: 12px;
  width: 80%;
  margin: 25px auto 0; }
  @media only screen and (max-width: 40em) {
    .subscribe-bottom-info {
      width: 100%;
      clear: both; } }

/*# sourceMappingURL=foundation.css.map */