html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Preload images */
body:after {
  content: url(../../img/close.png) url(../../img/loading.gif) url(../../img/prev.png) url(../../img/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #7ecff4;
}
.sweet-alert button:active {
  background-color: #5dc2f1;
}
.sweet-alert button.cancel {
  background-color: #C1C1C1;
}
.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}
.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}
.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg);
}
/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg);
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-fall {
  width: 54px;
  height: 18px;
}
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
/* This stylesheet generated by Transfonter (http://transfonter.org) on July 28, 2016 7:31 PM */
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-BlackItalic.eot');
  src: url('fonts/AcuminProExtraCond-BlackItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-BlackItalic.woff') format('woff'), url('fonts/AcuminProExtraCond-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-ExtraLightItalic.eot');
  src: url('fonts/AcuminProExtraCond-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-ExtraLightItalic.woff') format('woff'), url('fonts/AcuminProExtraCond-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-Black.eot');
  src: url('fonts/AcuminProExtraCond-Black.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-Black.woff') format('woff'), url('fonts/AcuminProExtraCond-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-UltraBlackItalic.eot');
  src: url('fonts/AcuminProExtraCond-UltraBlackItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-UltraBlackItalic.woff') format('woff'), url('fonts/AcuminProExtraCond-UltraBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-Semibold.eot');
  src: url('fonts/AcuminProExtraCond-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-Semibold.woff') format('woff'), url('fonts/AcuminProExtraCond-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-Regular.eot');
  src: url('fonts/AcuminProExtraCond-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-Regular.woff') format('woff'), url('fonts/AcuminProExtraCond-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-UltraBlack.eot');
  src: url('fonts/AcuminProExtraCond-UltraBlack.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-UltraBlack.woff') format('woff'), url('fonts/AcuminProExtraCond-UltraBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-LightItalic.eot');
  src: url('fonts/AcuminProExtraCond-LightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-LightItalic.woff') format('woff'), url('fonts/AcuminProExtraCond-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-Thin.eot');
  src: url('fonts/AcuminProExtraCond-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-Thin.woff') format('woff'), url('fonts/AcuminProExtraCond-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-Italic.eot');
  src: url('fonts/AcuminProExtraCond-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-Italic.woff') format('woff'), url('fonts/AcuminProExtraCond-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-Light.eot');
  src: url('fonts/AcuminProExtraCond-Light.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-Light.woff') format('woff'), url('fonts/AcuminProExtraCond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-BoldItalic.eot');
  src: url('fonts/AcuminProExtraCond-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-BoldItalic.woff') format('woff'), url('fonts/AcuminProExtraCond-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-Bold.eot');
  src: url('fonts/AcuminProExtraCond-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-Bold.woff') format('woff'), url('fonts/AcuminProExtraCond-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-ExtraLight.eot');
  src: url('fonts/AcuminProExtraCond-ExtraLight.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-ExtraLight.woff') format('woff'), url('fonts/AcuminProExtraCond-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-Medium.eot');
  src: url('fonts/AcuminProExtraCond-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-Medium.woff') format('woff'), url('fonts/AcuminProExtraCond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-ThinItalic.eot');
  src: url('fonts/AcuminProExtraCond-ThinItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-ThinItalic.woff') format('woff'), url('fonts/AcuminProExtraCond-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-MediumItalic.eot');
  src: url('fonts/AcuminProExtraCond-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-MediumItalic.woff') format('woff'), url('fonts/AcuminProExtraCond-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url('fonts/AcuminProExtraCond-SemiboldItalic.eot');
  src: url('fonts/AcuminProExtraCond-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminProExtraCond-SemiboldItalic.woff') format('woff'), url('fonts/AcuminProExtraCond-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Museo 700';
  src: url('fonts/Museo-700.eot');
  src: url('fonts/Museo-700.eot?#iefix') format('embedded-opentype'), url('fonts/Museo-700.woff') format('woff'), url('fonts/Museo-700.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo 300';
  src: url('fonts/Museo-300.eot');
  src: url('fonts/Museo-300.eot?#iefix') format('embedded-opentype'), url('fonts/Museo-300.woff') format('woff'), url('fonts/Museo-300.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo 500';
  src: url('fonts/Museo500-Regular.eot');
  src: url('fonts/Museo500-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Museo500-Regular.woff') format('woff'), url('fonts/Museo500-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url('fonts/MuseoSansCyrl-900.eot');
  src: url('fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'), url('fonts/MuseoSansCyrl-900.woff') format('woff'), url('fonts/MuseoSansCyrl-900.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Museo 500';
  src: url('fonts/Museo-500.eot');
  src: url('fonts/Museo-500.eot?#iefix') format('embedded-opentype'), url('fonts/Museo-500.woff') format('woff'), url('fonts/Museo-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'flamencoregular';
  src: url('fonts/flamenco/flamenco-regular-webfont.woff2') format('woff2'), url('fonts/flamenco/flamenco-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'work_sansmedium';
  src: url('fonts/worksans-medium/worksans-medium-webfont.woff2') format('woff2'), url('fonts/worksans-medium/worksans-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*,
*:focus,
*:hover,
*:active {
  outline: 0 !important;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
body img {
  width: auto;
  height: auto;
  max-width: auto;
  max-height: auto;
}
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.reset-list {
  margin: 0;
  padding: 0;
}
.text-center {
  text-align: center;
}
a:hover {
  text-decoration: none;
}
.social-fixed {
  position: fixed;
  top: 35%;
  left: 0;
  background: rgba(15, 145, 194, 0.6);
  border-radius: 0px 10px 10px 0px;
  z-index: 100;
}
.social-fixed ul {
  margin: 0;
  padding: 0;
}
.social-fixed li {
  display: block;
  margin: 1rem;
  list-style: none;
}
.social-fixed a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background: url(../../img/sprite-social-network.png) no-repeat;
}
.social-fixed a .title {
  display: block;
  width: 105px;
  position: absolute;
  top: 0;
  right: -125px;
  padding: .3rem .5rem;
  border-radius: 0px 5px 5px 0px;
  background: #0f91c2;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  opacity: 0;
  transition: 200ms;
}
.social-fixed a .title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.33px 17.9px 10.33px 0;
  border-color: transparent #0f91c2 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #0f91c2 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.social-fixed a:hover .title {
  opacity: 1;
}
.social-fixed .facebook {
  background-position: 6px 0px;
}
.social-fixed .facebook:hover {
  background-position: 6px -23px;
}
.social-fixed .instagram {
  background-position: -18px 0px;
}
.social-fixed .instagram:hover {
  background-position: -18px -23px;
}
.social-fixed .snapchat {
  background-position: -42px 0px;
}
.social-fixed .snapchat:hover {
  background-position: -42px -23px;
}
.social-fixed .twitter {
  background-position: -65px 0px;
}
.social-fixed .twitter:hover {
  background-position: -65px -23px;
}
.social-fixed .youtube {
  width: 23px;
  background-position: -87px 0px;
}
.social-fixed .youtube:hover {
  background-position: -87px -23px;
}
.social-fixed .skype {
  background-position: -112px 0px;
}
.social-fixed .skype:hover {
  background-position: -112px -23px;
}
.social-fixed .podcast {
  background-position: -136px 0px;
}
.social-fixed .podcast:hover {
  background-position: -136px -23px;
}
.social-fixed .phone-number {
  background-position: -157px 0px;
}
.social-fixed .phone-number:hover {
  background-position: -157px -20px;
}
.logo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 3rem 0;
}
.logo img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .logo img {
    width: 120px;
  }
}
@media (max-width: 765px) {
  .logo {
    margin: .7rem 0;
  }
}
.navigation ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.navigation li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  padding: 1rem 2rem;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  list-style: none;
}
.navigation li:last-child {
  margin-left: 0;
}
.navigation li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: rgba(255, 196, 12, 0.85);
  z-index: 0;
  transition: 200ms;
}
.navigation li:hover:before,
.navigation li.active:before {
  height: 100%;
  border-bottom: 2px solid #ffc40c;
}
.navigation li:hover a,
.navigation li.active a {
  text-shadow: none;
}
@media (max-width: 1200px) {
  .navigation li {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 992px) {
  .navigation li {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 3rem;
  }
}
.navigation a {
  position: relative;
  font-family: 'Acumin Pro ExtraCondensed';
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  text-shadow: 0px 1px 1px #929292;
  z-index: 5;
}
.navigation a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .navigation a {
    font-size: 2.3rem;
  }
}
@media (max-width: 992px) {
  .navigation a {
    font-size: 2.2rem;
  }
}
@media (max-width: 880px) {
  .navigation a {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .navigation {
    position: fixed;
    top: 0;
    right: -300px;
    width: 250px;
    height: 100%;
    padding: 2rem 0;
    background: #0f91c2;
    overflow: auto;
    z-index: 9999;
    transition: 200ms;
  }
  .navigation img {
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .navigation ul {
    text-align: center;
  }
  .navigation ul li {
    display: block;
    padding: .5rem 2rem;
    margin: .2rem 0;
  }
  .navigation ul li:before {
    width: 0;
    height: 100%;
  }
  .navigation ul li:hover:before,
  .navigation ul li.active:before {
    width: 100%;
    border-bottom: 2px solid #ffc40c;
  }
  .navigation ul li a {
    font-size: 2.2rem;
  }
  .navigation .btn-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffc40c;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    border: 0;
  }
}
@media (min-width: 768px) {
  body.home .navigation li {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
  }
}
.btn-menu {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 1rem;
  padding: .8rem 1rem;
  background: #ffc40c;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  border: 0;
  text-transform: uppercase;
}
@media (max-width: 765px) {
  body.navIsActive .navigation {
    right: 0;
  }
}
.pagination {
  margin: 0;
  padding: 0;
  margin-top: 2rem;
  text-align: center;
}
.pagination li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  list-style: none;
  margin: 0 .2rem;
}
.pagination li span,
.pagination li a {
  display: block;
  padding: .5rem 1rem;
}
.pagination li span {
  background: #ffc40c;
  color: #fff;
}
.pagination li a {
  background: #fff;
  color: #000;
}
.pagination li a:hover {
  background: #ffc40c;
  color: #fff;
}
.pagination li.disabled span {
  background: rgba(255, 196, 12, 0.65);
}
.location .header {
  padding: 4rem 0;
  background: #54a3e3;
}
.location .section-title {
  margin: 0;
  padding: 0;
  font-size: 6rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
}
@media (max-width: 765px) {
  .location .section-title {
    font-size: 4rem;
  }
}
.location .address {
  color: #fff;
}
@media (max-width: 765px) {
  .location .address {
    text-align: center;
  }
}
.location input {
  width: 100%;
  padding: 1.5rem 2rem;
  border: 1px solid #fff;
  background: none;
  text-align: center;
  color: #fff;
}
@media (max-width: 765px) {
  .location input {
    padding: 1rem 1.5rem;
  }
}
.location input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.location input::-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.location input:-ms-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.location input:-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.location button {
  margin-top: .5rem;
  border: 0;
  padding: 1rem 4rem;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-family: 'Acumin Pro ExtraCondensed';
}
.location button:hover {
  background: #ffc40c;
  color: #fff;
}
.location .form-row {
  margin: .3rem 0;
}
.location #map {
  width: 100%;
  min-height: 500px;
}
@media (max-width: 765px) {
  .location #map {
    min-height: 350px;
  }
}
footer {
  padding-top: 3rem;
  background: #fff;
}
footer .copyright {
  font-size: 1.8rem;
  font-family: 'Acumin Pro ExtraCondensed';
  font-weight: 300;
}
.podcast-player {
  margin-top: 2rem;
  padding: 1rem 1rem;
  padding-bottom: 1rem;
  background: #0f91c2;
}
.current-track {
  text-align: center;
}
.current-track h1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Acumin Pro ExtraCondensed';
  font-weight: 400;
  font-style: italic;
  font-size: 2.5rem;
  color: #fff;
}
@media (max-width: 480px) {
  .controls {
    text-align: center;
  }
}
.controls ul {
  margin: 0;
  padding: 0;
}
.controls ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  list-style: none;
}
.controls ul li a {
  display: block;
  margin: .2rem .5rem;
  width: 25px;
  height: 25px;
  text-indent: -999999;
  color: transparent;
  background: url(../../img/sprite-controls-podcast.png) no-repeat;
}
.controls ul li .jp-play {
  background-position: -21px 0px;
}
.controls ul li .jp-pause {
  background-position: 6px 0px;
}
.controls ul li .jp-mute {
  background-position: -58px 0px;
}
.controls ul li .jp-unmute {
  background-position: -163px 0px;
}
.controls ul li .jp-stop {
  background-position: -92px 0px;
}
.controls ul li .jp-download {
  background-position: -128px 0px;
}
.jp-duration,
.jp-current-time {
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
}
.jp-play-bar {
  position: relative;
  height: 3px;
  background: #fff;
}
.jp-play-bar:before {
  position: absolute;
  top: -3px;
  right: -3px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.jp-progress {
  width: 100%;
  height: 3px;
  margin-bottom: .5rem;
  background: rgba(255, 255, 255, 0.3);
}
.content-progress {
  width: 60%;
  padding: 0 1.5rem;
}
@media (max-width: 480px) {
  .content-progress {
    display: none !important;
  }
}
.podcast-playlist {
  padding: 1rem 2rem;
}
.podcast-playlist ul {
  margin: 0;
  padding: 0;
}
.podcast-playlist ul li {
  list-style: none;
}
.podcast-playlist ul li a {
  display: block;
  position: relative;
  padding: 1rem .5rem;
  padding-bottom: .8rem;
  padding-left: 4rem;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Acumin Pro ExtraCondensed';
  font-size: 1.8rem;
  line-height: 1.4rem;
  font-style: italic;
  border-bottom: 1px solid #0f91c2;
}
.podcast-playlist ul li a:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 1.5rem;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../../img/sprite-controls-podcast-list.png);
  background-repeat: no-repeat;
  background-position: -13px 0px;
}
.podcast-playlist ul li a:hover:before {
  background-position: -47px 0px;
}
.jp-state-playing .podcast-playlist ul li a.track-default:before {
  background-position: 2px 0px;
}
.jp-state-playing .podcast-playlist ul li a.track-default:hover:before {
  background-position: -32px 0px;
}
@media (max-width: 992px) {
  .worth-a-like {
    margin-top: 4rem;
  }
}
.budget {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #04477d;
}
.budget .section-title {
  margin: 0;
  padding: 0;
  margin-bottom: 4rem;
  font-size: 6rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Acumin Pro ExtraCondensed';
}
@media (max-width: 765px) {
  .budget .section-title {
    font-size: 4rem;
  }
}
.budget .title-new-phone {
  font-size: 4.8rem;
  font-family: 'Acumin Pro ExtraCondensed';
  color: #ffc40c;
  text-transform: uppercase;
  margin: 10rem 0 0;
  line-height: 1;
  text-align: center;
}
@media (max-width: 936px) {
  .budget .title-new-phone {
    font-size: 3.6rem;
  }
}
@media (max-width: 480px) {
  .budget .title-new-phone {
    margin: 2rem 0 0;
    font-size: 2.6rem;
  }
}
.budget .number-phone {
  font-size: 10rem;
  font-family: 'Acumin Pro ExtraCondensed';
  color: #ffc40c;
  margin: 0;
  line-height: 1;
  text-align: center;
}
@media (max-width: 936px) {
  .budget .number-phone {
    font-size: 7.5rem;
  }
}
@media (max-width: 480px) {
  .budget .number-phone {
    font-size: 5.3rem;
    margin-bottom: 5rem;
  }
}
.budget article {
  padding: 3rem;
  margin: 2rem 0;
  border: 1px solid #fff;
  text-align: center;
}
.budget article h1 {
  margin: 0;
  padding: 0;
  margin-top: 2rem;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
  font-weight: 300;
  font-size: 4rem;
  line-height: 4rem;
}
.budget article h1 span {
  display: block;
}
.budget article img {
  max-width: 100%;
}
.budget .text {
  color: #fff;
  font-size: 1.4rem;
}
.presentation {
  position: relative;
  width: 100%;
  background: #0f91c2;
}
.presentation .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/presentation-slider-mask.png") repeat;
  z-index: 1;
}
.presentation-slider .bg-presentation-img,
.presentation-slider .bg-presentation-video {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: -1;
}
.presentation-slider .slick-dots {
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 10;
}
.presentation-slider .slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: .2rem;
}
.presentation-slider .slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  padding: .1rem;
  background: #ffc40c;
  border: 0;
  font-size: 1rem;
  border-radius: 50%;
  color: #fff;
}
.presentation-slider .slick-dots li button:focus {
  border: 0;
  outline: 0;
}
.presentation-slider .slick-dots li.slick-active button {
  background: #0f91c2;
}
@media (max-width: 500px) {
  .presentation-slider .slick-dots {
    bottom: .5rem;
  }
}
.presentation-slider .item-slider {
  display: none;
}
.presentation-slider .item-slider:first-child {
  display: block;
}
.presentation-slider .item-slider.slick-active,
.presentation-slider .item-slider:first-child {
  display: block;
}
.slide-content-message {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide-content-message .item {
  display: none;
}
.slide-content-message .item .title {
  margin: 0;
  padding: 0;
  text-align: right;
  font-style: italic;
  font-family: 'Acumin Pro ExtraCondensed';
  color: #fff;
  font-size: 3rem;
  text-shadow: 0px 1px 1px #929292;
}
@media (max-width: 1200px) {
  .slide-content-message .item .title {
    font-size: 3rem;
  }
}
@media (max-width: 765px) {
  .slide-content-message .item .title {
    text-align: center;
    font-size: 2.5rem;
  }
}
@media (max-width: 400px) {
  .slide-content-message .item .title {
    font-size: 1.8rem;
  }
}
.slide-content-message .item .subtitle {
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  text-shadow: 0px 1px 1px #929292;
  font-size: 1.8rem;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .slide-content-message .item .subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .slide-content-message .item .subtitle {
    text-align: center;
    font-size: 1.3rem;
  }
}
@media (max-width: 400px) {
  .slide-content-message .item .subtitle {
    font-size: 1.1rem;
  }
}
.slide-content-message .item a,
.slide-content-message .item a:hover {
  text-decoration: none;
}
.slide-content-message .item:first-child {
  display: block;
}
@media (max-width: 768px) {
  .slide-content-message .item {
    padding: 0 1rem;
  }
}
@media (max-width: 400px) {
  .slide-content-message {
    top: 70%;
  }
}
.slide-content-message .slick-dots {
  margin: 0;
  padding: 0;
  text-align: right;
}
.slide-content-message .slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: .2rem;
}
.slide-content-message .slick-dots li button {
  border: 0;
  padding: .5rem;
  background: #fff;
  font-size: 0;
  text-indent: -9999999;
  color: transparent;
}
.slide-content-message .slick-dots li.slick-active button {
  background: #0f91c2;
}
@media (max-width: 765px) {
  .slide-content-message .slick-dots {
    text-align: center;
  }
}
.slide-content-message .slick-initialized.slick-slider .slick-slide,
.slide-content-message .slick-initialized.slick-slider .slick-slide:first-child {
  display: block;
}
.header-top-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.what-we-do {
  padding: 3rem 0;
  padding-bottom: 4rem;
  background: #0f91c2;
  z-index: 80px;
}
.what-we-do .title-section {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Acumin Pro ExtraCondensed';
  color: #fff;
  font-size: 6rem;
}
@media (max-width: 992px) {
  .what-we-do .title-section {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .what-we-do .title-section {
    font-size: 3rem;
  }
}
.what-we-do .box {
  position: relative;
  padding: 1.5rem 1rem;
  margin: 1.5rem 0;
  min-height: 140px;
  border: 1px solid #fff;
  text-align: center;
  transition: 200ms;
}
.what-we-do .box img {
  margin-bottom: 1rem;
}
.what-we-do .box .title {
  margin: 0;
  padding: 0;
  font-size: 2.3rem;
  font-weight: 500;
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
}
.what-we-do .box a {
  display: block;
  color: #fff;
  top: 50%;
}
.what-we-do .box a:hover {
  text-decoration: none;
}
.what-we-do .box:hover {
  background: #ffc40c;
  border-color: #ffc40c;
}
@media (max-width: 500px) {
  .what-we-do .col-custom {
    width: 100%;
  }
}
.work-rules {
  position: relative;
  padding: 4rem 0;
  background: url(../../img/bg-work-rules.png) center no-repeat fixed;
  background-size: cover;
}
.work-rules .question {
  margin: 0;
  padding: 0;
  position: relative;
  padding-right: 2rem;
  font-size: 8.5rem;
  line-height: 8rem;
  color: #fff;
  text-align: right;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-family: 'Museo Sans Cyrl 900';
}
.work-rules .question span {
  display: block;
}
@media (max-width: 992px) {
  .work-rules .question {
    font-size: 6.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 765px) {
  .work-rules .question {
    font-size: 4rem;
    line-height: 3.5rem;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .work-rules .question span {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
}
.work-rules ul {
  padding-left: 4rem;
}
.work-rules ul:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
@media (max-width: 765px) {
  .work-rules ul:before {
    display: none;
  }
}
.work-rules ul li {
  margin: 1.5rem 0;
  list-style: none;
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
  font-weight: 600;
  font-size: 2.2rem;
}
@media (max-width: 765px) {
  .work-rules ul li {
    font-size: 2rem;
    margin: 1rem 0;
  }
}
@media (max-width: 765px) {
  .work-rules ul {
    padding-left: 0;
  }
}
.work-rules .title {
  padding-left: 4rem;
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
  font-weight: 900;
}
@media (max-width: 765px) {
  .work-rules .title {
    font-size: 2.8rem;
  }
}
.work-rules .text {
  color: #fff;
  font-size: 1.3rem;
  font-style: italic;
}
@media (max-width: 765px) {
  .work-rules {
    text-align: center;
  }
}
.our-creations {
  padding-top: 3rem;
  background: #ffc40c;
}
.our-creations .title-section {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
  font-size: 6rem;
}
@media (max-width: 992px) {
  .our-creations .title-section {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .our-creations .title-section {
    font-size: 3.5rem;
  }
}
.our-creations .time-line {
  position: relative;
  white-space: nowrap;
  max-width: 1900px;
  margin: 0 auto;
}
.our-creations .time-line ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0px;
  max-width: 25%;
}
.our-creations .time-line li {
  position: relative;
  overflow: hidden;
  list-style: none;
  white-space: normal;
}
.our-creations .time-line li img {
  max-width: 100%;
  max-height: 100%;
}
.our-creations .time-line li .hover {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 1rem .5rem;
  background: rgba(15, 145, 194, 0.9);
  text-align: center;
  transition: 200ms;
}
.our-creations .time-line li .hover .title {
  margin: 0;
  padding: 0;
  margin-bottom: .5rem;
  font-family: 'Acumin Pro ExtraCondensed';
  color: #fff;
  font-size: 1.6em;
  line-height: 2.5rem;
}
.our-creations .time-line li .hover .descritpion {
  color: #fff;
  font-size: 1.2rem;
}
.our-creations .time-line li .hover .more {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 1rem 0;
  padding: .5rem 1rem;
  background: #ffc40c;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 5px;
}
.our-creations .time-line li .hover .more:hover {
  text-decoration: none;
}
.our-creations .time-line li .hover .content {
  position: relative;
  top: 50%;
  padding: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-creations .time-line li:hover .hover {
  left: 0;
}
@media (max-width: 480px) {
  .our-creations .time-line {
    display: none;
  }
}
.our-creations .slide ul {
  margin: 0;
  padding: 0;
}
.our-creations .slide li {
  position: relative;
  overflow: hidden;
  list-style: none;
}
.our-creations .slide li img {
  max-width: 100%;
  max-height: 100%;
}
.our-creations .slide li .hover {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 1rem .5rem;
  background: rgba(15, 145, 194, 0.9);
  text-align: center;
  transition: 200ms;
}
.our-creations .slide li .hover .title {
  margin: 0;
  padding: 0;
  margin-bottom: .5rem;
  font-family: 'Acumin Pro ExtraCondensed';
  color: #fff;
  font-size: 1.6em;
}
.our-creations .slide li .hover .descritpion {
  color: #fff;
  font-size: 1.2rem;
}
.our-creations .slide li .hover .more {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 1rem 0;
  padding: .5rem 1rem;
  background: #ffc40c;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 5px;
}
.our-creations .slide li .hover .more:hover {
  text-decoration: none;
}
.our-creations .slide li .hover .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-creations .slide li:hover .hover {
  left: 0;
}
.our-creations .slide .controls {
  text-align: center;
}
.our-creations .slide .slide-next {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 20px;
  margin: 1rem .5rem;
  background: url(../../img/our-creations-controls.png) no-repeat;
  cursor: pointer;
  vertical-align: top;
}
.our-creations .slide .slide-prev {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 20px;
  margin: 1rem .5rem;
  background: url(../../img/our-creations-controls.png) no-repeat;
  cursor: pointer;
  vertical-align: top;
  background-position: -23px 0px;
}
@media (min-width: 480px) {
  .our-creations .slide {
    display: none;
  }
}
.news {
  padding: 3rem 0;
  background: #38abd6;
  z-index: 10;
}
.news .title-section {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
  font-size: 6rem;
}
@media (max-width: 480px) {
  .news .title-section {
    font-size: 4rem;
  }
}
.news article {
  margin: 2rem 0;
}
.news article .title {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
  font-weight: 600;
}
.news article .description {
  font-size: 2rem;
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
  font-weight: 300;
}
.news article .more {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: .3rem 1rem;
  background: rgba(255, 196, 12, 0.85);
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
}
.news article .more strong {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: 1.5rem;
}
.news article .more span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.news article:hover .more {
  background: #ffc40c;
}
.news .see-all {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: .5rem 1.5rem;
  background: rgba(255, 196, 12, 0.85);
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}
.news .see-all:hover {
  background: #ffc40c;
}
.worth-a-like {
  padding-left: 2rem;
}
.worth-a-like iframe {
  width: 100%!important;
}
@media (min-width: 992px) {
  .worth-a-like {
    border-left: 1px solid #fff;
  }
}
.worth-a-like img {
  max-width: 100%;
}
.worth-a-like h3 {
  margin: 2rem 0;
  padding: 0;
  font-size: 2.2rem;
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
  font-weight: 600;
}
.worth-a-like a {
  color: #fff;
}
.photos-and-videos {
  padding: 3rem 0;
}
.photos-and-videos .title-section {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Acumin Pro ExtraCondensed';
  font-size: 6rem;
}
@media (max-width: 480px) {
  .photos-and-videos .title-section {
    font-size: 4rem;
  }
}
@media (min-width: 765px) {
  .photos-and-videos .reset-right {
    padding-right: 0;
  }
}
@media (min-width: 765px) {
  .photos-and-videos .reset-left {
    padding-left: 0;
  }
}
.photos-and-videos article {
  position: relative;
  overflow: hidden;
}
.photos-and-videos article img {
  max-width: 100%;
}
.photos-and-videos article .hover {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  transition: 200ms;
}
.photos-and-videos article .hover .title {
  margin: 0;
  padding: 0;
  font-family: 'Acumin Pro ExtraCondensed';
  color: #fff;
  font-size: 2.2rem;
}
@media (max-width: 480px) {
  .photos-and-videos article .hover .title {
    font-size: 1.5rem;
  }
}
.photos-and-videos article .hover .descritpion {
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
  font-size: 1.8rem;
  font-weight: 300;
}
@media (max-width: 480px) {
  .photos-and-videos article .hover .descritpion {
    display: none;
  }
}
.photos-and-videos article .hover .more {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 2rem;
  padding: .5rem 1rem;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.2rem;
}
.photos-and-videos article .hover .more:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 480px) {
  .photos-and-videos article .hover .more {
    padding: .5rem 1.8rem;
    font-size: 1rem;
  }
}
.photos-and-videos article .hover .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.photos-and-videos article:hover .hover {
  left: 0;
}
.photos-and-videos .see-all {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: .5rem 1.5rem;
  background: rgba(255, 196, 12, 0.85);
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}
.photos-and-videos .see-all:hover {
  background: #ffc40c;
}
.instagran-and-awards {
  position: relative;
  padding: 4rem 0;
  background: url(../../img/instagran-and-awards.jpg) center no-repeat fixed;
  background-size: cover;
}
.instagran-and-awards .title-section {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Acumin Pro ExtraCondensed';
  padding-left: 60px;
  line-height: 2.5rem;
  margin-bottom: 4rem;
  background: url(../../img/instagram-icon.png) left top no-repeat;
}
.instagran-and-awards .title-section span {
  display: block;
  font-size: 1.5rem;
}
.instagran-and-awards .instagram-slider {
  margin-bottom: 3rem;
}
.instagran-and-awards .instagram-slider img {
  max-width: 100%;
  max-height: auto;
}
.instagran-and-awards .instagram-slider *[class*=col] {
  position: relative;
  padding: 0;
}
.instagran-and-awards .instagram-slider *[class*=row] {
  margin: 0;
}
.google-partner .title {
  margin: 0;
  padding: 0;
  margin-top: 1.5rem;
  color: #fff;
  font-size: 8rem;
  line-height: 7rem;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Acumin Pro ExtraCondensed';
}
@media (max-width: 1200px) {
  .google-partner .title {
    font-size: 6rem;
    line-height: 5rem;
  }
}
@media (max-width: 992px) {
  .google-partner .title {
    font-size: 8rem;
    line-height: 7rem;
  }
}
@media (max-width: 765px) {
  .google-partner .title {
    font-size: 5rem;
    line-height: 4rem;
  }
}
@media (max-width: 500px) {
  .google-partner .title {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.google-partner .text {
  color: #fff;
  font-size: 1.9rem;
}
.google-partner img {
  max-width: 100%;
}
.google-partner .slick-dots {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  padding: 2rem 0;
}
.google-partner .slick-dots li {
  list-style: none;
  display: table-cell;
}
.google-partner .slick-dots button {
  position: relative;
  border: 0;
  display: block;
  width: 100%;
  height: 3px;
  text-indent: -99999;
  color: transparent;
  background: #fff;
}
.google-partner .slick-dots li.slick-active button:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
}
@media (max-width: 992px) {
  .google-partner {
    margin-top: 2rem;
  }
}
@media (max-width: 500px) {
  .google-partner .box {
    width: 100%;
    text-align: center;
  }
  .google-partner .box img {
    margin: 1rem auto;
  }
}
.awards {
  position: relative;
}
.awards .title {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Acumin Pro ExtraCondensed';
}
.awards .item {
  padding: 0 1rem;
}
.awards .item img {
  border: 1px solid #fff;
  max-width: 100%;
}
.awards .slick-prev {
  position: absolute;
  top: -30px;
  right: 4rem;
  text-indent: -99999;
  color: transparent;
  border: 0;
  width: 20px;
  height: 20px;
  background: url(../../img/sprite-controls.png) no-repeat;
  background-position: 0px -22px;
}
.awards .slick-prev:hover {
  background-position: 0px 0px;
}
.awards .slick-next {
  position: absolute;
  top: -30px;
  right: 1rem;
  text-indent: -99999;
  color: transparent;
  border: 0;
  width: 20px;
  height: 20px;
  background: url(../../img/sprite-controls.png) no-repeat;
  background-position: -24px -22px;
}
.awards .slick-next:hover {
  background-position: -24px 0px;
}

/*# sourceMappingURL=home.css.map */
