@charset "UTF-8";
@font-face {
  font-family: 'OpenSansLight';
  src: url("fonts/OpenSansLight/OpenSansLight.woff2") format("woff2"), url("fonts/OpenSansLight/OpenSansLight.woff") format("woff");
}

@font-face {
  font-family: 'OpenSansSemibold';
  src: url("fonts/OpenSansSemibold/OpenSansSemibold.woff2") format("woff2"), url("fonts/OpenSansSemibold/OpenSansSemibold.woff") format("woff");
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url("fonts/OpenSansRegular/OpenSansRegular.woff2") format("woff2"), url("fonts/OpenSansRegular/OpenSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'OswaldBold';
  src: url("fonts/OswaldBold/OswaldBold.woff2") format("woff2"), url("fonts/OswaldBold/OswaldBold.woff") format("woff");
}

@font-face {
  font-family: 'PTSansRegular';
  src: url("fonts/PTSansRegular/PTSansRegular.woff2") format("woff2"), url("fonts/PTSansRegular/PTSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'OpenSansBold';
  src: url("fonts/OpenSansBold/OpenSansBold.woff2") format("woff2"), url("fonts/OpenSansBold/OpenSansBold.woff") format("woff");
}

@font-face {
  font-family: 'OpenSansBoldItalic';
  src: url("fonts/OpenSansBoldItalic/OpenSansBoldItalic.woff2") format("woff2"), url("fonts/OpenSansBoldItalic/OpenSansBoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'PTSansNarrow';
  src: url("fonts/PTSansNarrow/PTSansNarrow.woff2") format("woff2"), url("fonts/PTSansNarrow/PTSansNarrow.woff") format("woff");
}

@font-face {
  font-family: 'OpenSansItalic';
  src: url("fonts/OpenSansItalic/OpenSansItalic.woff2") format("woff2"), url("fonts/OpenSansItalic/OpenSansItalic.woff") format("woff");
}

/* Подключение шрифтов */
/* Media queries breakpoints */
/* Buttons */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}

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

body {
  min-width: 320px;
  margin: 0;
  font-family: "OpenSansLight", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #666;
  background-color: #fff;
  overflow-x: hidden;
}

/* 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,
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-size: 10px;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

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

body {
  font-family: "OpenSansLight", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #666;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #135ec5;
  text-decoration: none;
}

a:hover, a:focus {
  color: #0c3d7f;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "OpenSansRegular", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #2c2b2b;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 68px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 734px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 954px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1164px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -7px;
  margin-right: -7px;
}

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

.row:after {
  clear: both;
}

.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: 7px;
  padding-right: 7px;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -7px;
  margin-right: -7px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #135ec5;
  border-color: #135ec5;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0f4896;
  border-color: #082751;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0f4896;
  border-color: #0e438d;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f4896;
  border-color: #0e438d;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0b3876;
  border-color: #082751;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #135ec5;
  border-color: #135ec5;
}

.btn-primary .badge {
  color: #135ec5;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #135ec5;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #0c3d7f;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}
@media (max-width: 1200px) {
  .nav > li.queue-btn{display: none;}
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #135ec5;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 7px;
  padding-left: 7px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -7px;
  margin-left: -7px;
}

@media (min-width: 1200px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.main{overflow: hidden;}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 1200px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 7px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 1200px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -7px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 7px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
#nav-icon {
  width: 50px;
  height: 33px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 28px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 0;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 31px;
  left: 0;
}
@media (max-width: 893px){
    #nav-icon{width: 49px;}
    #nav-icon.open span:nth-child(1){top: -1px;}
}

@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -7px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -7px;
  margin-right: -7px;
  padding: 10px 7px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -7px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 !important;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

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

.clearfix: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;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

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

.fa-stop-circle:before {
  content: "";
}

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

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

.effect-wrapper:before, .effect-wrapper:after {
  content: " ";
  display: table;
}

.effect-wrapper:after {
  clear: both;
}

.effect-general {
  position: relative;
  overflow: hidden;
  height: 23vw;
  margin: 0;
  background: #3085a3;
  text-align: center;
}

.effect-general:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.effect-general ._caption {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  background-color: #135ec5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
}

.effect-general ._caption:before, .effect-general ._caption:after {
  pointer-events: none;
}

.effect-general ._caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.effect-general .title {
  color: #fff;
  margin: 0;
}

.effect-general p {
  margin: 0;
}

.effect-general.-zoe ._caption {
  top: auto;
  bottom: 0;
  padding: 20px 10px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.effect-general.-zoe .title {
  max-height: 100%;
  overflow: hidden;
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  word-break: break-word;
}

.effect-general.-zoe .description {
  overflow: hidden;
  position: absolute;
  top: calc(50% - 40px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 15px 30px;
  color: #fff;
  text-transform: none;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
  max-height: 155px;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}

.effect-general.-zoe .other {
  font-family: "OpenSansRegular", sans-serif;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  -webkit-transform: translate(0, 200%);
          transform: translate(0, 200%);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.effect-general.-zoe .title {
  font-size: 32px;
  display: inline-block;
  -webkit-transform: translate(0, 200%);
          transform: translate(0, 200%);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.effect-general.-zoe:hover:before {
  opacity: 1;
}

.effect-general.-zoe:hover .title,
.effect-general.-zoe:hover ._caption,
.effect-general.-zoe:hover .other {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect-general.-zoe:hover .description {
  opacity: 1;
}

.effect-general.-zoe:hover .title {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.effect-general.-zoe:hover .other {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

@media (max-width: 1600px) {
  .effect-general ._caption {
    padding: 0 10px;
  }
  .effect-general.-zoe .title {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

/* 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;
  -ms-touch-action: pan-y;
  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: 1047;
}

.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: pointer;
}

.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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button.mfp-close {
  display: inline-block;
  z-index: 1047;
}

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-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: 0;
  padding: 0;
  width: 120px;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 50%;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  left: 0;
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

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

.mfp-arrow-right:after {
  right: 0;
  border-left: 17px solid #FFF;
  margin-right: 39px;
}

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

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media (max-width: 767px) {
  .offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden;
  }
  .navbar-default .navbar-offcanvas {
    background-color: #f8f8f8;
  }
  .navbar-inverse .navbar-offcanvas {
    background-color: #222;
  }
  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    left: -250px;
    top: 0;
    padding-left: 7px;
    padding-right: 7px;
    z-index: 999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .navbar-offcanvas.in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
  .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .navbar-offcanvas .dropdown.active .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }
  .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    box-shadow: none;
    -webkit-transition: height 0.15s ease-in;
    transition: height 0.15s ease-in;
  }
  .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }

}

.offcanvas-toggle .icon-bar {
  background: #000;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
          transform: rotate(45deg) translate(5px, 4px);
}

.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 0;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px);
}

.rating {
  position: relative;
  border: none;
  float: left;
}

.rating input[type="radio"] {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  cursor: pointer;
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ffb800;
}

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #ffb800;
}

.rate {
  text-align: center;
  padding-bottom: 20px;
}

.rate ._label {
  display: block;
  margin-bottom: 10px;
}

.rate ._mark {
  position: relative;
  font: 18px/1 "OpenSansRegular", sans-serif;
  display: inline-block;
  background-color: #135ec5;
  color: #fff;
  padding: 6px 7px;
}

.rate ._mark:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 12px;
  border-color: transparent transparent transparent #135ec5;
}

.header {
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  padding: 20px 0;
  transition: .2s;
}

.header.affix {
  padding: 10px 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 1);
}

.bgc-white {
  background-color: #fff;
}

.relative {
  position: relative;
}

.bold {
  font-family: "OpenSansBold", sans-serif;
}

.show-on-lg {
  display: none !important;
}

.link {
  font: 14px/1.1 "OpenSansRegular", sans-serif;
  color: #4980b9;
  text-decoration: none;
}

.link:hover, .link:focus {
  outline: none;
  text-decoration: underline;
}

.flex, .services, .results-gallery, .bonus .img-wrap, .store-wrapper, .store-item, .store-item ._content, .store-item ._additional, .additional-wrapper, .time-list, .queue-box, .queue-box-item, .section-options, .contact-wrapper .heading-wrapper, .list-contacts, .list-contacts li, .modal-employee .modal-header, .nav-tab-wrapper .nav-tabs.-week, .table.-small ._item, .step-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.c, .c.services, .c.results-gallery, .bonus .img-wrap, .c.store-wrapper, .c.store-item, .store-item .c._content, .store-item ._content.list-contacts, .store-item .list-contacts li._content, .list-contacts .store-item li._content, .store-item .c._additional, .store-item ._additional.list-contacts, .store-item .list-contacts li._additional, .list-contacts .store-item li._additional, .c.additional-wrapper, .c.time-list, .c.queue-box, .c.queue-box-item, .c.section-options, .contact-wrapper .c.heading-wrapper, .contact-wrapper .heading-wrapper.list-contacts, .contact-wrapper .list-contacts li.heading-wrapper, .list-contacts .contact-wrapper li.heading-wrapper, .list-contacts, .list-contacts li, .modal-employee .c.modal-header, .modal-employee .modal-header.list-contacts, .modal-employee .list-contacts li.modal-header, .list-contacts .modal-employee li.modal-header, .nav-tab-wrapper .c.nav-tabs.-week, .nav-tab-wrapper .bonus .nav-tabs.-week.img-wrap, .bonus .nav-tab-wrapper .nav-tabs.-week.img-wrap, .nav-tab-wrapper .nav-tabs.-week.list-contacts, .nav-tab-wrapper .list-contacts li.nav-tabs.-week, .list-contacts .nav-tab-wrapper li.nav-tabs.-week, .table.-small .c._item, .table.-small .bonus ._item.img-wrap, .bonus .table.-small ._item.img-wrap, .table.-small ._item.list-contacts, .table.-small .list-contacts li._item, .list-contacts .table.-small li._item, .c.step-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.sa, .sa.services, .sa.results-gallery, .bonus .sa.img-wrap, .sa.store-wrapper, .sa.store-item, .store-item .sa._content, .store-item .sa._additional, .sa.additional-wrapper, .sa.time-list, .sa.queue-box, .sa.queue-box-item, .sa.section-options, .contact-wrapper .sa.heading-wrapper, .sa.list-contacts, .list-contacts li.sa, .modal-employee .sa.modal-header, .nav-tab-wrapper .nav-tabs.-week, .table.-small .sa._item, .sa.step-1 {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.flex.sb, .sb.services, .store-item .services._content, .store-item .services._additional, .contact-wrapper .services.heading-wrapper, .table.-small .services._item, .services.step-1, .sb.results-gallery, .store-item .results-gallery._content, .store-item .results-gallery._additional, .contact-wrapper .results-gallery.heading-wrapper, .table.-small .results-gallery._item, .results-gallery.step-1, .bonus .sb.img-wrap, .bonus .store-item .img-wrap._content, .store-item .bonus .img-wrap._content, .bonus .store-item .img-wrap._additional, .store-item .bonus .img-wrap._additional, .bonus .contact-wrapper .img-wrap.heading-wrapper, .contact-wrapper .bonus .img-wrap.heading-wrapper, .bonus .table.-small .img-wrap._item, .table.-small .bonus .img-wrap._item, .bonus .img-wrap.step-1, .sb.store-wrapper, .store-item .store-wrapper._content, .store-item .store-wrapper._additional, .contact-wrapper .store-wrapper.heading-wrapper, .table.-small .store-wrapper._item, .store-wrapper.step-1, .sb.store-item, .store-item .store-item._content, .store-item .store-item._additional, .contact-wrapper .store-item.heading-wrapper, .table.-small .store-item._item, .store-item.step-1, .store-item ._content, .store-item ._additional, .sb.additional-wrapper, .store-item .additional-wrapper._content, .store-item .additional-wrapper._additional, .contact-wrapper .additional-wrapper.heading-wrapper, .table.-small .additional-wrapper._item, .additional-wrapper.step-1, .sb.time-list, .store-item .time-list._content, .store-item .time-list._additional, .contact-wrapper .time-list.heading-wrapper, .table.-small .time-list._item, .time-list.step-1, .sb.queue-box, .store-item .queue-box._content, .store-item .queue-box._additional, .contact-wrapper .queue-box.heading-wrapper, .table.-small .queue-box._item, .queue-box.step-1, .sb.queue-box-item, .store-item .queue-box-item._content, .store-item .queue-box-item._additional, .contact-wrapper .queue-box-item.heading-wrapper, .table.-small .queue-box-item._item, .queue-box-item.step-1, .sb.section-options, .store-item .section-options._content, .store-item .section-options._additional, .contact-wrapper .section-options.heading-wrapper, .table.-small .section-options._item, .section-options.step-1, .contact-wrapper .heading-wrapper, .sb.list-contacts, .store-item .list-contacts._content, .store-item .list-contacts._additional, .contact-wrapper .list-contacts.heading-wrapper, .table.-small .list-contacts._item, .list-contacts.step-1, .list-contacts li.sb, .list-contacts .store-item li._content, .store-item .list-contacts li._content, .list-contacts .store-item li._additional, .store-item .list-contacts li._additional, .list-contacts .contact-wrapper li.heading-wrapper, .contact-wrapper .list-contacts li.heading-wrapper, .list-contacts .table.-small li._item, .table.-small .list-contacts li._item, .list-contacts li.step-1, .modal-employee .sb.modal-header, .modal-employee .store-item .modal-header._content, .store-item .modal-employee .modal-header._content, .modal-employee .store-item .modal-header._additional, .store-item .modal-employee .modal-header._additional, .modal-employee .contact-wrapper .modal-header.heading-wrapper, .contact-wrapper .modal-employee .modal-header.heading-wrapper, .modal-employee .table.-small .modal-header._item, .table.-small .modal-employee .modal-header._item, .modal-employee .modal-header.step-1, .nav-tab-wrapper .sb.nav-tabs.-week, .nav-tab-wrapper .store-item .nav-tabs.-week._content, .store-item .nav-tab-wrapper .nav-tabs.-week._content, .nav-tab-wrapper .store-item .nav-tabs.-week._additional, .store-item .nav-tab-wrapper .nav-tabs.-week._additional, .nav-tab-wrapper .contact-wrapper .nav-tabs.-week.heading-wrapper, .contact-wrapper .nav-tab-wrapper .nav-tabs.-week.heading-wrapper, .nav-tab-wrapper .table.-small .nav-tabs.-week._item, .table.-small .nav-tab-wrapper .nav-tabs.-week._item, .nav-tab-wrapper .nav-tabs.-week.step-1, .table.-small ._item, .step-1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.aic, .aic.services, .bonus .services.img-wrap, .services.queue-box, .services.section-options, .services.list-contacts, .table.-small .services._item, .services.step-1, .aic.results-gallery, .bonus .results-gallery.img-wrap, .results-gallery.queue-box, .results-gallery.section-options, .results-gallery.list-contacts, .table.-small .results-gallery._item, .results-gallery.step-1, .bonus .img-wrap, .aic.store-wrapper, .bonus .store-wrapper.img-wrap, .store-wrapper.queue-box, .store-wrapper.section-options, .store-wrapper.list-contacts, .table.-small .store-wrapper._item, .store-wrapper.step-1, .aic.store-item, .bonus .store-item.img-wrap, .store-item.queue-box, .store-item.section-options, .store-item.list-contacts, .table.-small .store-item._item, .store-item.step-1, .store-item .aic._content, .store-item .bonus ._content.img-wrap, .bonus .store-item ._content.img-wrap, .store-item ._content.queue-box, .store-item ._content.section-options, .store-item ._content.list-contacts, .store-item .table.-small ._content._item, .table.-small .store-item ._content._item, .store-item ._content.step-1, .store-item .aic._additional, .store-item .bonus ._additional.img-wrap, .bonus .store-item ._additional.img-wrap, .store-item ._additional.queue-box, .store-item ._additional.section-options, .store-item ._additional.list-contacts, .store-item .table.-small ._additional._item, .table.-small .store-item ._additional._item, .store-item ._additional.step-1, .aic.additional-wrapper, .bonus .additional-wrapper.img-wrap, .additional-wrapper.queue-box, .additional-wrapper.section-options, .additional-wrapper.list-contacts, .table.-small .additional-wrapper._item, .additional-wrapper.step-1, .aic.time-list, .bonus .time-list.img-wrap, .time-list.queue-box, .time-list.section-options, .time-list.list-contacts, .table.-small .time-list._item, .time-list.step-1, .queue-box, .aic.queue-box-item, .bonus .queue-box-item.img-wrap, .queue-box-item.queue-box, .queue-box-item.section-options, .queue-box-item.list-contacts, .table.-small .queue-box-item._item, .queue-box-item.step-1, .section-options, .contact-wrapper .aic.heading-wrapper, .contact-wrapper .bonus .heading-wrapper.img-wrap, .bonus .contact-wrapper .heading-wrapper.img-wrap, .contact-wrapper .heading-wrapper.queue-box, .contact-wrapper .heading-wrapper.section-options, .contact-wrapper .heading-wrapper.list-contacts, .contact-wrapper .table.-small .heading-wrapper._item, .table.-small .contact-wrapper .heading-wrapper._item, .contact-wrapper .heading-wrapper.step-1, .list-contacts, .list-contacts li.aic, .list-contacts .bonus li.img-wrap, .bonus .list-contacts li.img-wrap, .list-contacts li.queue-box, .list-contacts li.section-options, .list-contacts li.list-contacts, .list-contacts .table.-small li._item, .table.-small .list-contacts li._item, .list-contacts li.step-1, .modal-employee .aic.modal-header, .modal-employee .bonus .modal-header.img-wrap, .bonus .modal-employee .modal-header.img-wrap, .modal-employee .modal-header.queue-box, .modal-employee .modal-header.section-options, .modal-employee .modal-header.list-contacts, .modal-employee .table.-small .modal-header._item, .table.-small .modal-employee .modal-header._item, .modal-employee .modal-header.step-1, .nav-tab-wrapper .aic.nav-tabs.-week, .nav-tab-wrapper .bonus .nav-tabs.-week.img-wrap, .bonus .nav-tab-wrapper .nav-tabs.-week.img-wrap, .nav-tab-wrapper .nav-tabs.-week.queue-box, .nav-tab-wrapper .nav-tabs.-week.section-options, .nav-tab-wrapper .nav-tabs.-week.list-contacts, .nav-tab-wrapper .table.-small .nav-tabs.-week._item, .table.-small .nav-tab-wrapper .nav-tabs.-week._item, .nav-tab-wrapper .nav-tabs.-week.step-1, .table.-small ._item, .step-1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.aie, .aie.services, .aie.results-gallery, .bonus .aie.img-wrap, .aie.store-wrapper, .aie.store-item, .store-item .aie._content, .store-item .aie._additional, .aie.additional-wrapper, .aie.time-list, .aie.queue-box, .aie.queue-box-item, .aie.section-options, .contact-wrapper .aie.heading-wrapper, .aie.list-contacts, .list-contacts li.aie, .modal-employee .aie.modal-header, .nav-tab-wrapper .nav-tabs.-week, .table.-small .aie._item, .aie.step-1 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex.wrap, .services, .results-gallery, .bonus .wrap.img-wrap, .bonus .img-wrap.services, .bonus .img-wrap.results-gallery, .bonus .img-wrap.store-wrapper, .bonus .img-wrap.additional-wrapper, .store-wrapper, .wrap.store-item, .store-item .wrap._content, .store-item ._content.services, .store-item ._content.results-gallery, .store-item ._content.store-wrapper, .store-item ._content.additional-wrapper, .store-item .wrap._additional, .store-item ._additional.services, .store-item ._additional.results-gallery, .store-item ._additional.store-wrapper, .store-item ._additional.additional-wrapper, .additional-wrapper, .wrap.time-list, .wrap.queue-box, .wrap.queue-box-item, .wrap.section-options, .contact-wrapper .wrap.heading-wrapper, .contact-wrapper .heading-wrapper.services, .contact-wrapper .heading-wrapper.results-gallery, .contact-wrapper .heading-wrapper.store-wrapper, .contact-wrapper .heading-wrapper.additional-wrapper, .wrap.list-contacts, .list-contacts li.wrap, .list-contacts li.services, .list-contacts li.results-gallery, .list-contacts li.store-wrapper, .list-contacts li.additional-wrapper, .modal-employee .wrap.modal-header, .modal-employee .modal-header.services, .modal-employee .modal-header.results-gallery, .modal-employee .modal-header.store-wrapper, .modal-employee .modal-header.additional-wrapper, .nav-tab-wrapper .wrap.nav-tabs.-week, .nav-tab-wrapper .nav-tabs.-week.services, .nav-tab-wrapper .nav-tabs.-week.results-gallery, .nav-tab-wrapper .nav-tabs.-week.store-wrapper, .nav-tab-wrapper .nav-tabs.-week.additional-wrapper, .table.-small .wrap._item, .table.-small ._item.services, .table.-small ._item.results-gallery, .table.-small ._item.store-wrapper, .table.-small ._item.additional-wrapper, .wrap.step-1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex.fdc, .fdc.services, .fdc.results-gallery, .bonus .fdc.img-wrap, .fdc.store-wrapper, .fdc.store-item, .store-item ._content, .store-item ._additional, .fdc.additional-wrapper, .fdc.time-list, .fdc.queue-box, .fdc.queue-box-item, .fdc.section-options, .contact-wrapper .fdc.heading-wrapper, .fdc.list-contacts, .list-contacts li.fdc, .modal-employee .fdc.modal-header, .nav-tab-wrapper .fdc.nav-tabs.-week, .nav-tab-wrapper .store-item .nav-tabs.-week._content, .store-item .nav-tab-wrapper .nav-tabs.-week._content, .nav-tab-wrapper .store-item .nav-tabs.-week._additional, .store-item .nav-tab-wrapper .nav-tabs.-week._additional, .table.-small .fdc._item, .table.-small .store-item ._item._content, .store-item .table.-small ._item._content, .table.-small .store-item ._item._additional, .store-item .table.-small ._item._additional, .fdc.step-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex .fb20p, .services .fb20p, .results-gallery .fb20p, .bonus .img-wrap .fb20p, .store-wrapper .fb20p, .store-item .fb20p, .additional-wrapper .fb20p, .time-list .fb20p, .queue-box .fb20p, .queue-box-item .fb20p, .section-options .fb20p, .contact-wrapper .heading-wrapper .fb20p, .list-contacts .fb20p, .modal-employee .modal-header .fb20p, .nav-tab-wrapper .nav-tabs.-week .fb20p, .table.-small ._item .fb20p, .step-1 .fb20p {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}

.flex .fb80p, .services .fb80p, .results-gallery .fb80p, .bonus .img-wrap .fb80p, .store-wrapper .fb80p, .store-item .fb80p, .additional-wrapper .fb80p, .time-list .fb80p, .queue-box .fb80p, .queue-box-item .fb80p, .section-options .fb80p, .contact-wrapper .heading-wrapper .fb80p, .list-contacts .fb80p, .modal-employee .modal-header .fb80p, .nav-tab-wrapper .nav-tabs.-week .fb80p, .table.-small ._item .fb80p, .step-1 .fb80p {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
}

.flex ._col, .services ._col, .results-gallery ._col, .bonus .img-wrap ._col, .store-wrapper ._col, .store-item ._col, .additional-wrapper ._col, .time-list ._col, .queue-box ._col, .queue-box-item ._col, .section-options ._col, .contact-wrapper .heading-wrapper ._col, .list-contacts ._col, .modal-employee .modal-header ._col, .nav-tab-wrapper .nav-tabs.-week ._col, .table.-small ._item ._col, .step-1 ._col {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.flex ._col.x2, .services ._col.x2, .results-gallery ._col.x2, .bonus .img-wrap ._col.x2, .store-wrapper ._col.x2, .store-item ._col.x2, .additional-wrapper ._col.x2, .time-list ._col.x2, .queue-box ._col.x2, .queue-box-item ._col.x2, .section-options ._col.x2, .contact-wrapper .heading-wrapper ._col.x2, .list-contacts ._col.x2, .modal-employee .modal-header ._col.x2, .nav-tab-wrapper .nav-tabs.-week ._col.x2, .table.-small ._item ._col.x2, .step-1 ._col.x2 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

@-webkit-keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none;
    }
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none;
    }
}
.fadeInUp{
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp;
}

.img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.heading-wrapper {
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px 40px;
}
.heading-wrapper p {
  margin: 0;
}
.parallax-item {
  position: absolute;
  pointer-events: none;
}
.parallax-item.-item-01 {
  left: 10%;
  z-index: -1;
}
.parallax-item.-item-02 {
  right: 5%;
  z-index: 10;
}
@media (max-width: 1700px){
    .parallax-item.-item-02 {
      right: -5%;
    }
}
.parallax-item.-item-03 {
  right: 0;
  bottom: -80px;
}
.parallax-item.-item-04 {
  left: 7%;
  z-index: 1;
}
.parallax-item.-item-05 {
  left: 0;
}
.parallax-item.-item-06 {
  left: 12%;
}
@media (max-width: 1600px) {
    .parallax-item.-item-01 {
  left: 0;
}
  .parallax-item.-item-02 {
      right: -10%;
  }
  .parallax-item.-item-02, .parallax-item.-item-04 {
    z-index: 0;
  }
}
@media (max-width: 1400px) {
  .parallax-item.-item-02 {
      z-index: -1;
  }
}
.section-top {
  padding: 130px 0 210px;
  color: #fff;/*
  background: url('/bundles/site/img/bg-intro.jpg')no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  position: relative;
}
.to-top-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/bundles/site/img/headlight.png')no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;*/
}
.section-top.shop{padding: 125px 0 60px;}
@media (max-width: 1200px){
  .section-top.shop{padding: 100px 0 40px;}
}
.section-top h1 {
  color: #fff;
  padding: 15px 0 65px;
}
.section-top h1 .primary-color:before {
  content: '';
  display: block;
}
.section-top .drops {
  position: relative;
}
.section-top .drops:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/drops.png) no-repeat;
}
.section-services {
  padding: 30px 0;
}
.section-services.-up {
  padding-top: 0;
  margin-top: -125px;
}
.section-services .title-secondary {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.section-services .item {
  position: relative;
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  padding: 25px 0;
}
.section-services .item:before, .section-services .item:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #e7e7e7;
}
.section-services .item:before {
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}
.section-services .item:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.section-services .item:nth-child(3n):before {
  display: none;
}
.section-services .item:nth-last-child(1):after, .section-services .item:nth-last-child(2):after, .section-services .item:nth-last-child(3):after {
  display: none;
}
.section-services .content {
  padding-left: 15px;
  padding-right: 15px;
}
.section-services .img-wrap {
  padding-left: 15px;
}
.section-results {
  position: relative;
  padding: 30px 0 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.section-results .btn-wrapper {
  width: 100%;
  top: 100%;
  left: auto;
  z-index: 1;
  padding-top: 20px;
  text-align: center;
}
.services {
  max-width: 960px;
  margin: 0 auto;
}
.services-wrapper {
  padding: 25px 0;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.services .img-wrap {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.services .content {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
}
.services .content h4 {
  font: 16px/1.1 "OpenSansBold", sans-serif;
  color: #212121;
  margin: 0 0 10px;
}
.results-filter {
  padding-top: 40px;
}
.results-filter a {
  font-family: "OpenSansSemibold", sans-serif;
  text-decoration: none;
  color: #666;
  font-size: 16px;
  -webkit-transition: color .1s;
  transition: color .1s;
  cursor: pointer;
}
.results-filter a:hover, .results-filter a:focus, .results-filter a.active {
  color: #212121;
}
.results-gallery ._item {
  position: relative;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  height: 23vw;
  cursor: pointer;
  text-decoration: none;
}
.results-gallery ._item:focus {
  outline: none;
}
.results-gallery ._item:before {
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.results-gallery ._item .img-zoom {
  width: 81px;
  height: 77px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s;
}
.results-gallery ._item:before {
  content: '';
  display: block;
  width: 0%;
  height: 0%;
  background: rgba(21, 21, 21, 0.8);
}
.results-gallery ._item:hover .img-zoom {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.results-gallery ._item:hover:before {
  font-size: 40px;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.results-gallery ._item img {
  display: block;
  width: 100%;
  height: 100%;
}
.section-price {
  position: relative;
  background: url('/bundles/site/img/bg-price.png')no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0 180px;
  z-index: 1;
  overflow: hidden;
}
.section-price .img-wrap img{
    width: 70%;
}
.section-bonus {
  padding: 80px 0;
  background-position: top center;
  background-size: cover;
}
.section-bonus .row {
  margin-left: -7px;
  margin-right: -7px;
}
.section-bonus [class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.bonus {
  height: 730px;
  width: 100%;
  padding: 44px 25px 40px 40px;
  background-color: #fff;
  border-radius: 4px;
    overflow: hidden;
}
.bonus.-bg01 {
  background: url(img/bonus-bg-01.png) no-repeat top center/cover;
}
.bonus.-bg02 {
  background: url(img/bonus-bg-02.png) no-repeat top center/cover;
}
.bonus h2 {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-family: "OpenSansSemibold", sans-serif;
}
.bonus-caption {
  padding-top: 62px;
  width: 70%;
}
.bonus-caption ._title {
  text-transform: uppercase;
  font-size: 26px;
  color: #000;
  font-family: "OpenSansSemibold", sans-serif;
  margin: 0 0 15px;
}
.bonus-caption ._description {
  width: 75%;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 13px;
  margin: 0;
  text-align: left;
}
.bonus-caption.-bottom {
  padding-top: 35px;
  margin-left: auto;
  text-align: right;
}
.bonus-caption.-bottom ._description {
  margin: 0;
  text-align: right;
  float: right;
}
.bonus .img-wrap {
  height: 315px;
}
.bonus ._info {
  font: 15px/1.4 "OpenSansBold", sans-serif;
  color: #fff;
  margin: 40px 0;
}
.bonus .signature {
  margin-left: -40px;
}
.signature {
  position: relative;
  display: inline-block;
  font: 16px/1 "OpenSansBold", sans-serif;
  padding: 10px 15px;
  background-color: #da2127;
  color: #fff;
  text-transform: uppercase;
}
.signature:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 18px;
  background: -webkit-linear-gradient(bottom left, #da2127, #da2127 50%, transparent 50%, transparent) no-repeat;
  background: linear-gradient(to top right, #da2127, #da2127 50%, transparent 50%, transparent) no-repeat;
}
.color-fs {
  color: #ef4b78;
  text-transform: uppercase;
}
.link-img {
  text-align: center;
}
.link-img a {
  display: inline-block;
}
.section-chemistry {
  padding: 110px 0 0;
}
.section-chemistry .logo-wrap {
  text-align: center;
  padding-bottom: 50px;
}
.section-chemistry h2 {
  margin: 0 0 30px;
}
.section-chemistry .heading-wrapper {
  padding-bottom: 48px;
}
.chemistry {
  background-image: url(img/bg-chemistry.jpg);
  background-position: center center;
  background-size: cover;
  padding: 55px 0 197px;
}
.chemistry-item {
  height: 430px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 70px;
  margin: 0 -30px;
}
.chemistry-item.card-01 {
  background-image: url(img/bg-chemistry-item01.png);
}
.chemistry-item.card-02 {
  background-image: url(img/bg-chemistry-item02.png);
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}
.chemistry-item.card-03 {
  background-image: url(img/bg-chemistry-item03.png);
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.chemistry-item ._num {
  text-align: center;
  padding: 50px 0;
}
.chemistry-item ._num span {
  display: inline-block;
  font: 200px/1 "OpenSansBoldItalic", sans-serif;
  color: rgba(255, 255, 255, 0.4);
}
.chemistry-item ._info {
  overflow: hidden;
  max-height: 76px;
  color: #fff;
  font-family: "OpenSansRegular", sans-serif;
  text-align: center;
  -webkit-transform: translate(-7%, 0);
          transform: translate(-7%, 0);
}
.chemistry-item ._info p {
  margin: 0;
}

@media (max-width: 1300px) {
  .chemistry-item {
    margin: 0 -10px;
  }
}

.logo-img {
  display: inline-block;
}

.logo-img img {
  display: block;
  max-height: 95px;
  height: auto;
  margin: 0 auto;
}

.section-store {
  background-color: #f6f6f6;
  padding: 80px 0;
}

.section-store .heading-wrapper {
  padding-bottom: 60px;
}

.section-store .btn-wrapper {
  text-align: center;
}

.section-store .btn-wrapper .btn {
  padding: 13px 40px;
}

.store-wrapper {
  padding: 0 0 45px;
}

.store-wrapper .card{
    flex-basis: calc(25% - 20px);
    text-decoration: none;
    margin: 10px;
    padding: 20px;
    background: #fff;
    position: relative;
    transition: .2s;
    outline: inherit;
}
.store-wrapper .card .img{
    display: block;
    width: 100%;
    height: 180px;
    position: relative;
}
.store-wrapper .card .img img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.store-wrapper .card .small{
    display: block;
    margin: 10px 0;
    font-size: 14px;
    color: #666;
}
.store-wrapper .card p{
    margin-bottom: 50px;
    color: #2c2b2b;
    font-family: "OpenSansRegular", sans-serif;
}
.store-wrapper .card .info{
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.store-wrapper .card .info span{
    font: 30px "OpenSansBold", sans-serif;
    color: #135ec5;
}
.store-wrapper .card .info i{
    margin-top: 8px;
    float: right;
    font-size: 30px;
    color: #d7d7d7;
    transition: .2s;
}
.store-wrapper .card:hover, .store-wrapper .card:active{
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.store-wrapper .card:hover i, .store-wrapper .card:active i{
  color: #135ec5;
}
.store-wrapper .x2{
    flex-basis: calc(50% - 20px);
}
.store-wrapper .x2 .left{
    float: left;
    width: 48%;
    margin-right: 2%;
}
.store-wrapper .x2 strong{
    font: 26px/22px "OpenSansRegular", sans-serif;
    color: #2c2b2b;
}
.store-wrapper .x2 .small{
    margin-bottom: 40px;
}
.store-wrapper .x2 .img{
    float: right;
    margin-bottom: 50px;
    width: 50%;
    height: 230px;
}
.store-wrapper .x2 .info .btn{
    float: right;
    margin-top: 5px;
}
@media (max-width: 991px){
    .store-wrapper .card{
        flex-basis: calc(33% - 20px);
    }
    .store-wrapper .x2{
        flex-basis: calc(66% - 20px);
    }
}
@media (max-width: 768px){
    .store-wrapper .card{
        flex-basis: calc(50% - 20px);
    }
    .store-wrapper .x2{
        flex-basis: calc(100% - 20px);
    }
}
@media (max-width: 500px){
    .store-wrapper .card{
        flex-basis: calc(50% - 12.5px);
        margin: 5px;
        padding: 15px;
    }
    .store-wrapper .x2{
        flex-basis: calc(100% - 12.5px);
    }
    .store-wrapper .card strong{
        font-size: 20px;
        line-height: 18px;
    }
    .store-wrapper .card .info span{
        font-size: 24px;
    }
    .store-wrapper .x2 .small{
        margin-bottom: 10px;
    }
    .store-wrapper .card .img{
        height: 150px;
    }
}



.store-item {
  height: 340px;
  padding: 20px 15px 15px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  margin: 7px;
  position: relative;
}

.store-item ._content.limit {
  padding: 10px 0;
  -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%;
}

.store-item ._content.limit .small{margin-top: 15px;}

.store-item ._content .img-wrap{
    position: relative;
    width: 100%;
    height: 180px;
}

.store-item ._additional {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
}

.store-item h3 {
  margin: 0;
  line-height: 1;
}

.store-item .small {
  display: block;
    margin-bottom: 5px;
  font-size: 14px;
  color: #666;
}

.store-item .btn-holder {
  text-align: center;
}

.store-item .item-descr {
  max-height: 95px;
  overflow: hidden;
}

.store-item .item-descr p {
  max-width: 245px;
  /*for ei11*/
  margin: 0;
  color: #2c2b2b;
  font-family: "OpenSansRegular", sans-serif;
}

.item-price {
  font: 30px/1.1 "OpenSansBold", sans-serif;
  color: #135ec5;
}

.item-price .fa {
  color: #d7d7d7;
  -webkit-transition: .3s;
  transition: .3s;
}

.section-consult {
  position: relative;
  padding: 135px 0 94px;
  background: url('/bundles/site/img/bg-consult.jpg')no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.section-consult .heading-wrapper {
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.section-consult h2 {
  color: #fff;
}

.section-consult .-absolute {
  position: absolute;
  bottom: 0;
  right: 4%;
  pointer-events: none;
}

@media (max-width: 1600px) {
  .section-consult .-absolute {
    right: 0%;
  }
}

.section-order {
  position: relative;
  height: 1310px;
  padding: 110px 0 0;
  margin-bottom: -35px;
  background: url(img/order-bg.png) no-repeat 100% center;
  background-position: 100% center;
  background-size: 1121px 1310px;
}

.section-order .container {
  position: relative;
  height: 815px;
  padding: 35px 15px;
  background: #fff url(img/bg-order-secondary.jpg) no-repeat 0 100%;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}

.section-order .heading-wrapper {
  max-width: 620px;
  padding-bottom: 37px;
}

.section-order .heading-wrapper h2 {
  margin: 0 0 12px;
}

.section-additional {
  padding-top: 70px;
}

.section-additional .heading-wrapper {
  padding-bottom: 75px;
}

.additional-wrapper ._item {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  height: 23vw;
}

.additional-wrapper ._item .img-wrap{
  height: 100%;
}

.section-queue {
  padding-top: 70px;
  padding-bottom: 45px;
}

.section-queue .heading-wrapper {
  padding-bottom: 78px;
}

.section-queue .tab-content {
  padding-top: 15px;
}

.time-wrapper {
  border-bottom: 1px solid #d4d4d4;
}

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

.time-list li {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  font: 14px/55px "OpenSansRegular", sans-serif;
  color: #393939;
  text-align: center;
}

.time-list li:first-child {
  -webkit-flex-basis: 85px;
      -ms-flex-preferred-size: 85px;
          flex-basis: 85px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.queue-box {
  padding: 12px 0;
}

.queue-box.-line {
  position: relative;
}

.queue-box.-line:before {
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #eaeaea;
}

.queue-box-start {
  font: 18px/84px "OpenSansBold", sans-serif;
  -webkit-flex-basis: 85px;
      -ms-flex-preferred-size: 85px;
          flex-basis: 85px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 15px;
  color: #212121;
}

.queue-box-item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  line-height: 50px;
  padding: 0 3%;
}

.queue-box-item .btn,
.queue-box-item .btn.-free,
.queue-box-item .btn.-busy {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: box-shadow .2s;
  transition: box-shadow .2s;
}

.queue-box-item .btn:hover, .queue-box-item .btn:focus, .queue-box-item .btn:active,
.queue-box-item .btn.-free:hover,
.queue-box-item .btn.-free:focus,
.queue-box-item .btn.-free:active,
.queue-box-item .btn.-busy:hover,
.queue-box-item .btn.-busy:focus,
.queue-box-item .btn.-busy:active {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 7px -1px rgba(0, 0, 0, 0.2);
}

.queue-box-item .btn.-busy {
  box-shadow: none;
  cursor: default;
}

.queue-box-item .btn.-busy:hover, .queue-box-item .btn.-busy:focus, .queue-box-item .btn.-busy:active {
  box-shadow: none;
}

.queue-box-item .el-n {
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-box-item .el-1 {
  -webkit-flex-basis: 8.33333%;
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-box-item .el-2 {
  -webkit-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-box-item .el-3 {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-box-item .el-4 {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-box-item .el-5 {
  -webkit-flex-basis: 41.66667%;
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-box-item .el-6 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-box-item .el-7 {
  -webkit-flex-basis: 58.33333%;
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-box-item .el-8 {
  -webkit-flex-basis: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-box-item .el-9 {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-box-item .el-10 {
  -webkit-flex-basis: 83.33333%;
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-box-item .el-11 {
  -webkit-flex-basis: 91.66667%;
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-box-item .el-12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 10px 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-options {
  text-align: center;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-image: url(img/bg-options-00.jpg);
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
}

.section-options.active-00 {
  background-image: url(img/bg-options-00.jpg);
}

.section-options.active-01 {
  background-image: url(img/bg-options-01.jpg);
}

.section-options.active-02 {
  background-image: url(img/bg-options-02.jpg);
}

.section-options.active-03 {
  background-image: url(img/bg-options-03.jpg);
}

.section-options ._item {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  height: 100%;
  color: #fff;
  padding: 150px 30px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  position: relative;
}

.section-options ._item .center-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}

.section-options ._item:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

.section-options ._item p {
  margin: 0 auto;
}

.section-options .title {
  color: #fff;
  font-size: 26px;
  font-family: "OpenSansRegular", sans-serif;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.section-team {
  padding: 70px 0 30px;
}

.section-team .heading-wrapper {
  padding-bottom: 10px;
}

.vacancies{
  padding-bottom: 45px;
  background: #f6f6f6;
}
.vacancies .heading-wrapper{padding: 35px 0 45px 0;}
.vacancies .block{
  margin: 0 auto;
  width: 720px;
}
.vacancies .card{
  margin-bottom: 25px;
  padding: 20px 25px 25px;
  background: #fff;
}
.vacancies .card h3, .vacancies-modal .modal-header h3{
  margin: 0;
  font-size: 24px;
  line-height: normal;
  color: #135ec5;
  font-weight: 800;
}
.vacancies .card h4, .vacancies-modal .modal-header h4{font-weight: 800;}
.vacancies .card .btn{margin-top: 5px;}
.widget{
  position: fixed;
  right: 0;
  bottom: 55px;
  width: 220px;
  padding: 10px;
  background: #f23557;
  box-shadow: 0px 0px 45px 0px rgba(242, 53, 87, 0.88);
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  transition: .2s;
  z-index: 100;
}
.widget:hover{
  text-decoration: none;
  width: 230px;
  background: #f83f60;
  box-shadow: 0px 0px 55px 0px rgba(242, 53, 87, 1);
}
.widget:active, .widget:focus{text-decoration: none;}
.widget .block, .vacancies-modal .block{display: flex;}
.widget .block{
  justify-content: space-around;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.widget .card i{
  display: block;
  width: 40px;
  height: 35px;
  background: url('img/widget.png')no-repeat center/contain;
}

.vacancies-modal .modal-dialog{width: 900px;}
.vacancies-modal .modal-content{padding: 20px 40px 40px 40px;}
.vacancies-modal .modal-header{
  max-width: none;
  text-align: left;
}
.vacancies-modal .modal-header h5{
  font-size: 18px;
  color: #949494;
  font-weight: 600;
}
.vacancies-modal .block{justify-content: space-between;}
.vacancies-modal .card{width: 47%;}
.file{
  overflow: hidden;
  height: 38px;
  cursor: pointer;
}
.file.photo{border-bottom: 1px solid #d8d8d8;}
.file.photo:hover{border-color: #135ec5;}
.file p{
  display: block;
  pointer-events: none;
  font-size: 14px;
  line-height: 25px;
  color: #135ec5;
  font-weight: 600;
  text-decoration: underline;
}
.file .ico-file{
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 22px;
  height: 22px;
  background: url('img/file.png')no-repeat center;
  background-size: contain;
}
.file input{
  opacity: 0;
  margin: -50px;
  font-size: 200px;
}
.vacancies-modal .btn-wrapper{margin-top: 15px;}

.section-partners {
  padding: 70px 0;
}

.partners a {
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  max-width: 180px;
  margin: 10px;
}
.partners a img{width: 100%;}

.partners a:hover, .partners a:focus, .partners a:active, .partners a:focus:active {
  outline: none;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.section-contacts {
  overflow: hidden;
  position: relative;
  padding: 295px 0 5px 0;
}

.map-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 535px;
}

#google-container {
  height: 100%;
}

.contact-wrapper {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 30px 15px;
  margin-bottom: 20px;
}

.contact-wrapper .heading-wrapper {
  text-align: left;
  max-width: none;
  padding: 0 65px;
  margin: 0;
}

.contact-wrapper .heading-wrapper h2 {
  margin: 0 0 25px;
}

.contact-wrapper .heading-wrapper p {
  margin: 0;
}

.contact-wrapper .heading-wrapper h4 {
  font: 16px/1.4 "OpenSansRegular", sans-serif;
  margin: 0 0 5px 0;
}

.contact-wrapper .heading-wrapper .caption {
  font-family: "OpenSansSemibold", sans-serif;
  color: #212121;
  margin-bottom: 10px;
}

.contact-wrapper .heading-wrapper .title {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
}

.contact-wrapper .heading-wrapper .public {
  padding: 25px 0 0;
}

.contact-wrapper .heading-wrapper .list-inline li{
    padding-left: 2px;
    padding-right: 2px;
    max-width: 70px;
}

.contact-wrapper .heading-wrapper .list-inline a {
  display: block;
}

.contact-wrapper .heading-wrapper .list-inline a img{
    width: 100%;
}

.contact-wrapper .list-contacts ._item{
    width: 93%;
}
.contact-wrapper .list-contacts ._item .small{display: block;}
@media (max-width: 768px){
    .contact-wrapper .list-contacts ._item{
        width: 100%;
    }
}

.contact-wrapper .heading-wrapper .list-inline a:hover, .contact-wrapper .heading-wrapper .list-inline a:focus {
  outline: none;
}

.footer {
  padding: 23px 0;
}

.footer p {
  margin: 0;
}

.footer a {
  color: #666;
  text-decoration: none;
}

.footer a span {
  display: inline-block;
  text-decoration: underline;
  vertical-align: middle;
}

.footer a:hover, .footer a:focus {
  outline: none;
}

.copyright {
  line-height: 21px;
}

.developed {
  text-align: right;
}

.developed img {
  display: inline-block;
  margin-left: 10px;
  max-height: 20px;
  width: auto;
  vertical-align: middle;
}

/* Модули */
.btn {
  font: 14px/1 "OpenSansSemibold", sans-serif;
  text-decoration: none;
  padding: 13px 27px;
  border-radius: 30px;
  -webkit-transition: color .2s, background-color .2s, border-color .2s, box-shadow .2s;
  transition: color .2s, background-color .2s, border-color .2s, box-shadow .2s;
}

.btn:focus, .btn:active, .btn:focus:active {
  outline: none;
  box-shadow: none;
}
.btn.-primary {
  background-color: #135ec5;
  border-color: #135ec5;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.btn.-primary:hover, .btn.-primary:active {
  color: #135ec5;
  background-color: #fff;
}
.btn.-primary[disabled] {
  background-color: #135ec5;
  border-color: #135ec5;
  color: #fff;
}
.btn.-opacity {
  background-color: transparent;
  border-color: #135ec5;
  color: #135ec5;
}
.btn.-opacity:hover, .btn.-opacity:active {
  color: #fff;
  background-color: #135ec5;
}
.btn.-free {
  border-radius: 4px;
  color: #fff;
  border-color: #1aa2df;
  background-color: #1aa2df;
}
.btn.-free:hover, .btn.-free:focus, .btn.-free:active {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.btn.-busy {
  border-radius: 4px;
  color: #fff;
  border-color: #f23557;
  background-color: #f23557;
}
.btn.-busy:hover, .btn.-busy:focus, .btn.-busy:active {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.btn.-size {
  display: block;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.close:focus {
  outline: none;
}
.close i {
  line-height: 1;
}
.comment-wrapper ._quantity {
  padding-bottom: 20px;
  font-family: "OpenSansSemibold", sans-serif;
}
.comment-wrapper ._quantity a {
  color: #4286bc;
  text-decoration: none;
}
.comment-wrapper ._item {
  padding: 25px 0;
  border-top: 1px dotted #afafaf;
}
.comment-date {
  display: block;
  font-size: 13px;
  font-family: "OpenSansRegular", sans-serif;
  -webkit-padding-after: 7px;
          padding-block-end: 7px;
}
.comment {
  font-size: 14px;
  font-family: "OpenSansRegular", sans-serif;
  color: #212121;
  padding: 0 0 10px;
}
.comment p {
  margin: 0;
}
.comment-author {
  display: block;
  text-align: right;
  font-size: 15px;
  font-family: "OpenSansItalic", sans-serif;
}
.comment-show {
  padding: 10px 0;
  text-align: center;
}
.comment-show a {
  color: #4286bc;
  font-family: "OpenSansRegular", sans-serif;
  text-decoration: underline;
}
.comment-show a:hover {
  text-decoration: none;
}
.crsl-team .slick-list {
  padding: 30px 0;
}
.crsl-team ._item {
  text-align: center;
}
.crsl-team ._item:hover, .crsl-team ._item:focus {
  text-decoration: none;
  outline: none;
}
.crsl-team ._item .description {
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.crsl-team ._item .name {
  font: 24px/1.1 "OpenSansRegular", sans-serif;
  color: #212121;
}
.crsl-team ._item .position {
  font-size: 13px;
  color: #666;
  margin: 0;
}
.crsl-team ._item .img-wrap {
  max-width: 172px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  margin-bottom: 15px;
}
.crsl-team ._item .img-wrap img {
  width: 100%;
}
.crsl-team ._item:hover .description {
  opacity: 1;
}
.crsl-team ._item:hover .img-wrap {
  -webkit-transform: scale(1);
          transform: scale(1);
  box-shadow: 10px 10px 25px -5px rgba(0, 0, 0, 0.15), -10px -10px 25px -5px rgba(0, 0, 0, 0.15), -10px 10px 25px -5px rgba(0, 0, 0, 0.15), 10px -10px 25px -5px rgba(0, 0, 0, 0.15);
}
.dots-custom {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dots-custom li {
  display: inline-block;
  width: 41px;
  height: 5px;
  margin: 0 8px;
}
.dots-custom button {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #dbdbdb;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  font-size: 0;
  border: none;
  box-shadow: none;
}
.dots-custom button:hover, .dots-custom button:focus {
  outline: none;
  background-color: rgba(19, 94, 197, 0.6);
}
.dots-custom .slick-active button {
  background-color: #135ec5;
}
@media (max-width: 1600px) {
  .crsl-team ._item:hover .img-wrap {
    box-shadow: 5px 5px 7px -1px rgba(0, 0, 0, 0.1), -5px -5px 7px -1px rgba(0, 0, 0, 0.1), -5px 5px 7px -1px rgba(0, 0, 0, 0.1), 5px -5px 7px -1px rgba(0, 0, 0, 0.1);
  }
}
.form-success {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  padding: 20px;
  background-color: #135ec5;
  text-align: center;
  font: 18px/normal "OpenSansRegular", sans-serif;
  color: #fff;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.form-success.open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.form-success.openRed {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: #f23557;
}
.form-success p {
  margin: 0;
  color: #fff;
}
.form-control {
  font: 20px/1 "OpenSansRegular", sans-serif;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
  border-radius: 0;
  box-shadow: none;
  padding: 6px 0;
  color: #333;
  height: 42px;
}
.form-control:hover, .form-control:focus, .form-control:active {
  box-shadow: none;
  outline: none;
  border-color: #135ec5;
}
.form-group.material {
  position: relative;
  padding-top: 20px;
}
.form-group.material label {
  pointer-events: none;
  position: absolute;
  top: 27px;
  left: 0;
  font-size: 17px;
  margin: 0;
  -webkit-transition: top .2s, font-size .2s;
  transition: top .2s, font-size .2s;
}
/*.form-group.material input[name="auto-parts-phone"].form-control:hover + label, .form-group.material .form-control:focus + label, .form-group.material .form-control.focused + label*/ 
.form-group.material input[name="auto-parts-phone"].form-control:hover + label,
.form-group.material .form-control:focus + label, .form-group.material .form-control.focused + label ,
.form-group.material input[name="vacancy-phone"].form-control + label,
.form-group.material input[name="vacancy-date"].form-control + label{
  top: 0;
  font-size: 16px;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #333;
}
.select-wrapper select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-wrapper.-ellipse {
  width: 165px;
}
.select-wrapper.-ellipse select.form-control {
  border-radius: 30px;
  border: 1px solid #bfbfbf;
  padding-right: 15px;
  padding-left: 20px;
}
.select-wrapper.-ellipse:after {
  right: 15px;
  pointer-events: none;
}
textarea.form-control {
  resize: none;
  height: 123px;
}
.check-btn .btn {
  padding: 8px 25px;
}
.check-btn .btn:hover, .check-btn .btn:focus, .check-btn .btn:focus:active {
  background-color: #135ec5;
  border-color: #135ec5;
  color: #fff;
}
.check-btn input:checked + label {
  background-color: #135ec5;
  border-color: #135ec5;
  color: #fff;
}
[class^='icon-'] {
  display: inline-block;
  vertical-align: middle;
}
a.fa {
  text-decoration: none;
  color: #666;
}
/*.icon-achieve {
  background-image: url(../img/sprite.png);
  background-position: -76px -77px;
  width: 58px;
  height: 45px;
}*/
.icon-cards {
  background-image: url(../img/sprite.png);
  background-position: 0px -135px;
  width: 72px;
  height: 56px;
}
.icon-chemistry {
  background-image: url(../img/sprite.png);
  background-position: -147px -64px;
  width: 56px;
  height: 54px;
}
.icon-great {
  background-image: url(../img/sprite.png);
  background-position: -72px -135px;
  width: 72px;
  height: 56px;
}
.icon-joystick {
  background-image: url(../img/sprite.png);
  background-position: 0px -77px;
  width: 76px;
  height: 58px;
}
.icon-label {
  background-image: url(../img/sprite.png);
  background-position: -81px 0px;
  width: 66px;
  height: 74px;
}
.icon-user {
  background-image: url(../img/sprite.png);
  background-position: -147px 0px;
  width: 64px;
  height: 64px;
}
.icon-zoom {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 81px;
  height: 77px;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-contacts {
  padding: 15px 0 25px;
}
.list-contacts li {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  height: 140px;
  padding-top: 40px;
  border-right: 1px solid #e7e7e7;
  text-align: center;
}
.list-contacts li:last-child {
  border-right: none;
}
.list-contacts .icon-wrap {
  display: inline-block;
  vertical-align: top;
}
.list-contacts .icon-wrap .fa {
  font-size: 30px;
}
.list-contacts .info {
  max-width: 87%;
  display: inline-block;
  padding-left: 15px;
  font-family: "OpenSansRegular", sans-serif;
  text-align: left;
}
.list-contacts .info p {
  margin: 0;
}
.list-contacts .info .caption {
  font-size: 16px;
}
.list-contacts .info .data {
  font-size: 18px;
  color: #212121;
}
.list-contacts .info .data.-bold {
  font-family: "OpenSansBold", sans-serif;
}
.list-contacts .info .data .small {
  display: block;
  font-size: 14px;
  text-align: right;
}
.list-contacts .info .data:hover {
  text-decoration: none;
}
.list-social {
  text-align: center;
}
.list-social li {
  display: inline-block;
  padding: 0 15px;
}
.list-social .fa {
  color: #666;
  font-size: 40px;
  -webkit-transition: color .2s, box-shadow .2s;
  transition: color .2s, box-shadow .2s;
}
.list-social [class*="instagram"]:hover {
  color: #f77737;
}
.list-social [class*="vk"]:hover {
  color: #45668e;
}
.list-social [class*="facebook"]:hover {
  color: #3b5998;
}
.modal-content {
  position: relative;
  padding: 30px 75px 40px;
}
.modal-content .close {
  position: absolute;
  border-radius: 0 6px 0 0;
  top: 0px;
  right: 0px;
  margin: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
.modal-content .close span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.modal-content .close .sr-only {
  display: none;
}
.modal-header {
  border-bottom: none;
  max-width: 380px;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}
.modal-header .modal-title {
  font-size: 24px;
  margin: 0 0 20px;
  color: #212121;
}
.modal-header p {
  margin: 0;
}
.modal-body {
  padding: 0;
}
.modal-body .form-group {
  margin-bottom: 25px;
}
.modal-footer {
  border: none;
}
.modal-getcall {
  max-width: 530px;
  width: 100%;

}
.modal-product {
  max-width: 960px;
  width: 100%;
}
.modal-product .row {
  margin-left: -23px;
  margin-right: -23px;
}
.modal-product [class^="col-"] {
  padding-right: 23px;
  padding-left: 23px;
}
.modal-employee {
  max-width: 850px;
  width: 100%;
}
.modal-employee .modal-content {
  padding-top: 149px;
  background: #fff url(img/bg-employee.jpg) no-repeat center top/850px 150px;
}
.modal-employee .modal-header {
  max-width: 620px;
  margin: 0;
}
.modal-employee .modal-header ._left {
  -webkit-flex-basis: 175px;
      -ms-flex-preferred-size: 175px;
          flex-basis: 175px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.modal-employee .modal-header ._right {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: left;
  padding-left: 40px;
}
.modal-employee .modal-header .modal-title {
  font: 36px/1.6 "OpenSansRegular", sans-serif;
  margin-bottom: 0;
  color: #212121;
}
.modal-employee .modal-header .achievements {
  padding: 23px 0;
}
.modal-employee .modal-header .description {
  font-family: "OpenSansRegular", sans-serif;
}
.modal-employee .img-wrap {
  border-radius: 50%;
  overflow: hidden;
  width: 172px;
  margin-top: -50%;
  margin-bottom: 20px;
  box-shadow: 10px 10px 25px -5px rgba(0, 0, 0, 0.15), -10px -10px 25px -5px rgba(0, 0, 0, 0.15), -10px 10px 25px -5px rgba(0, 0, 0, 0.15), 10px -10px 25px -5px rgba(0, 0, 0, 0.15);
}
.modal-employee .img-wrap img {
  width: 100%;
  height: auto;
}
.modal-employee .btn {
  display: inline-block;
  width: auto;
}
.modal-steps {
  max-width: 1150px;
  width: 100%;
}
.modal-steps .modal-content {
  padding: 65px 40px 40px;
}
.modal-steps .modal-header {
  max-width: none;
  padding-bottom: 35px;
}
.modal-steps .modal-title {
  font: 36px/1.1 "OpenSansRegular", sans-serif;
  text-align: left;
  color: #212121;
  margin: 0;
}
.modal-steps .modal-title .label {
  display: inline-block;
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
  background-color: #135ec5;
  text-align: center;
  margin-right: 50px;
}
.modal-steps .modal-title .label:after {
  content: '/4';
  display: inline-block;
}
.modal-steps .modal-footer {
  text-align: center;
}
.modal-steps .substep-1 {
  padding-top: 80px;
}
.modal-steps .substep-1 ._body {
  margin-left: 136px;
}
.modal-steps .table.-default tr td:first-child {
  width: 600px;
}
.modal-steps .table.-default tr td:nth-child(2) {
  width: 230px;
  text-align: left;
}
.modal-steps .table.-default tr td:nth-child(3) {
  text-align: left;
}
.modal-steps .table.-small {
  font-family: "OpenSansRegular", sans-serif;
  color: #212121;
}
.modal-steps .table.-small .sum {
  font: 26px/1.1 "OpenSansBold", sans-serif;
  color: #135ec5;
}
.modal-steps .table.-small ._item {
  padding-bottom: 12px;
}
.modal-steps .table.-small ._item:first-child {
  border-bottom: 2px solid #202441;
  margin-bottom: 16px;
}
.modal-steps .table.-small ._item:last-child {
  padding-bottom: 25px;
}
.modal-steps .table.-small ._item.dotted {
  border-bottom: 1px dotted #d7d7d7;
  margin-bottom: 15px;
  padding-bottom: 19px;
}
.modal-steps .table.-small ._item .lg {
  font-size: 20px;
}
.modal-steps .table.-small ._item p {
  margin: 0;
  color: #666;
  font-size: 13px;
}
.modal-steps .h5 {
  font-family: "OpenSansBold", sans-serif;
  margin: 0 0 10px;
}
.modal-steps .last {
  padding-top: 20px;
}
.modal-steps .last a {
  color: #135ec5;
  text-decoration: underline;
}
.modal-steps .last a:hover, .modal-steps .last a:focus {
  outline: none;
  text-decoration: underline;
}
.modal-form {
  margin-left: auto;
  padding-bottom: 20px;
}
.modal-table-wrap {
  margin-left: 80px;
  margin-right: 55px;
  padding: 20px 25px;
  box-shadow: 0 0 60px -5px rgba(0, 0, 0, 0.1);
}
.nav-tab-wrapper {
  background-color: #135ec5;
}
.nav-tab-wrapper .nav-tabs.-week {
  height: 140px;
  border-bottom: none;
  text-align: center;
}
.nav-tab-wrapper .nav-tabs.-week > li {
  height: 100%;
  float: none;
  margin: 0;
  -webkit-flex-basis: calc(100% / 7);
      -ms-flex-preferred-size: calc(100% / 7);
          flex-basis: calc(100% / 7);
  -webkit-transition: height .3s;
  transition: height .3s;
}
.nav-tab-wrapper .nav-tabs.-week > li [class^="date-"] {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: font-size .3s, -webkit-transform .3s;
  transition: font-size .3s, -webkit-transform .3s;
  transition: font-size .3s, transform .3s;
  transition: font-size .3s, transform .3s, -webkit-transform .3s;
}
.nav-tab-wrapper .nav-tabs.-week > li .date-num {
  font: 80px/1 "OpenSansBold", sans-serif;
}
.nav-tab-wrapper .nav-tabs.-week > li .date-month {
  font: 20px/1.1 "OpenSansSemibold", sans-serif;
}
.nav-tab-wrapper .nav-tabs.-week > li > a {
  height: 100%;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 15px;
  border-radius: 20px 20px 0 0;
  -webkit-transition: background-color .3s, box-shadow .3s, padding .3s;
  transition: background-color .3s, box-shadow .3s, padding .3s;
}
.nav-tab-wrapper .nav-tabs.-week > li > a:hover, .nav-tab-wrapper .nav-tabs.-week > li > a:focus, .nav-tab-wrapper .nav-tabs.-week > li > a:focus:active {
  border: none;
  background-color: transparent;
}
.nav-tab-wrapper .nav-tabs.-week > li.active {
  height: 125%;
}
.nav-tab-wrapper .nav-tabs.-week > li.active [class^="date-"] {
  color: #fff;
}
.nav-tab-wrapper .nav-tabs.-week > li.active > a {
  text-decoration: none;
  padding: 25px 15px 15px;
  background-color: #1a70e5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.navbar {
  margin: 0;
  border-radius: 0;
  border: none;
}
.navbar.-custom {
  background-color: transparent;
}
.navbar.-custom:before, .navbar.-custom:after {
  display: none;
}
.navbar-brand {
  max-width: 157px;
  height: auto;
  padding: 0;
}
.navbar-brand img {
  max-width: 100%;
  height: auto;
}
.navbar-nav > li > a {
  font: 14px/1.1 "OpenSansBold", sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 26px 15px;
  -webkit-transition: color .2s, box-shadow .2s;
  transition: color .2s, box-shadow .2s;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:active {
  background-color: transparent;
  color: #135ec5;
  box-shadow: 0 2px 0 #135ec5;
}
.navbar-nav > li.active > a {
  color: #135ec5;
  box-shadow: 0 2px 0 #135ec5;
}
.navbar-nav .btn-wrapper {
  margin: 15px 0;
  text-align: center;
}
.navbar-additional {
  float: right;
  color: #fff;
  margin-right: -7px;
  /*обнуляем отступ родителя*/
}
.navbar-additional p {
  margin: 0 0 5px;
  font-size: 13px;
  font-family: "OpenSansRegular", sans-serif;
}
.navbar-additional p:last-child {
  margin-bottom: 0;
}
.navbar-additional a {
  color: #fff;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.navbar-additional a:hover, .navbar-additional a:focus {
  text-decoration: none;
  color: #fff;
}
.navbar-additional .phone {
  display: block;
  font: 20px/1.5 "OpenSansBold", sans-serif;
}
.navbar-additional .item {
  margin: 0 15px;
}
.navbar-additional .item:last-child {
  margin-right: 0;
}
h1 {
  font-family: "OswaldBold", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.primary-color {
  color: #135ec5;
}
.supheading {
  font-family: "PTSansRegular", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}
.subheading {
  font: 18px/1.5 "OpenSansRegular", sans-serif;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.title-secondary {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 15px;
  color: #212121;
}
.title-secondary span {
  display: block;
}
h2 {
  margin: 0 0 25px;
}
.table-wrapper {
  padding: 0 60px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.table {
  width: 100%;
  font: 13px/1.4 "OpenSansRegular", sans-serif;
}
.table.-default {
  font-size: 13px;
}
.modal-body .table.-default {
  display: none;
}
.table.-default.visible {
  display: block;
}
.table.-default .img-wrap {
  height: 75px;
  margin-bottom: 20px;
}
.table.-default p {
  margin: 0;
}
.table.-default tr th,
.table.-default tr td:not(:first-child) {
  width: 200px;
  text-align: center;
  padding: 8px 0;
}
.table.-default tr td:first-child {
  padding-left: 25px;
}
.table.-default tr td {
  text-transform: uppercase;
}
.table.-default tr td, .table.-default tr th {
  border-bottom: 1px dotted #afafaf;
}
.table.-default tr:last-child td {
  border-color: transparent;
  border-bottom: none;
}
.table.-small ._item {
  margin-left: 0;
  margin-right: 0;
}
.step-wrapper .row {
  margin: 0;
}
.step-1 {
  padding: 0 135px;
}
.step-1 ._item {
  -webkit-flex-basis: 180px;
      -ms-flex-preferred-size: 180px;
          flex-basis: 180px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.label-choice {
  height: 200px;
  padding: 50px 25px;
  -webkit-transition: box-shadow .2s, border-color .2s;
  transition: box-shadow .2s, border-color .2s;
  border: 1px solid transparent;
  border-radius: 20px;
  cursor: pointer;
}
.label-choice .img-wrap {
  height: 60px;
}
.label-choice .caption {
  text-align: center;
}
input:checked + .label-choice {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #135ec5;
}

@media (max-width: 1400px){
    body{font-size: 13px;}
    .header{padding: 15px 0;}
    .header.affix{padding: 8px 0;}
    .navbar-brand{max-width: 150px;}
    .navbar-additional .phone{
        font-size: 18px;
        line-height: 0;
        margin: 16px 0 10px;
    }
    .navbar-additional .address{font-size: 13px;}
    .navbar-additional p{font-size: 12px;}
    .btn{
      font-size: 13px !important;
      padding: 11px 20px;
      border-radius: 30px;
    }
    .modal-body .form-group{margin-bottom: 20px;}
    .modal-body .btn-wrapper{margin-top: 35px;}
    .form-success{
        font-size: 16px;
        padding: 15px;
    }
    .supheading{font-size: 28px}
    h1, .h1{font-size: 110px;}
    .section-top h1{padding: 7px 0 20px;}
    .section-top .drops:before{background-size: 275px;}
    .subheading{font-size: 16px;}
    .title-secondary{font-size: 14px;}
    .services{max-width: 1000px;}
    .services .img-wrap{flex-basis: 20%;}
    .services .content h4{font-size: 15px;}
    h2, .h2{font-size: 32px;}
    .results-filter a{font-size: 15px;}
    .results-gallery ._item .img-zoom{
        width: 53px;
        height: 50px;
    }
    .mfp-arrow{width: 20%;}
    .table.-default .img-wrap{margin-bottom: 15px;}
    .section-price{padding-bottom: 150px;}
    .bonus{height: 695px;}
    .bonus h2{font-size: 30px;}
    .bonus-caption{padding-top: 30px;}
    .bonus-caption ._title{
        font-size: 22px;
        margin-bottom: 22px;
    }
    .bonus-caption.-bottom p{
        text-align: right;
        float: right;
    }
    .signature{font-size: 13px;}
    .chemistry{padding-bottom: 130px;}
    .section-chemistry{padding-top: 70px;}
    .chemistry{padding-bottom: 130px;}
    .logo-img img{max-height: 80px;}
    .chemistry-item{height: 370px;}
    .chemistry-item ._num span{font-size: 170px;}
    .section-store{padding: 40px 0;}
    h3, .h3{font-size: 22px;}
    .item-price{font-size: 25px;}
    .section-consult{padding: 100px 0;}
    .section-order .container{height: 760px;}
    .form-control{font-size: 15px !important;}
    .form-group.material label{
        top: 30px;
        font-size: 15px;
    }
    .form-group.material .form-control:focus + label, .form-group.material .form-control.focused + label{font-size: 13px;}
    .form-group.material input[name="auto-parts-phone"].form-control:hover + label{font-size: 13px;}
    .effect-general.-zoe .description{font-size: 13px;}
    .effect-general.-zoe .title{font-size: 24px;}
    .effect-general.-zoe .other{font-size: 17px;}
    .nav-tab-wrapper .nav-tabs.-week{height: 130px;}
    .nav-tab-wrapper .nav-tabs.-week > li .date-num{font-size: 70px;}
    .nav-tab-wrapper .nav-tabs.-week > li .date-month{font-size: 17px;}
    .time-list li{
        font-size: 13px;
        line-height: 46px;
    }
    .queue-box-start{
        font-size: 15px;
        line-height: 75px;
    }
    .queue-box-item .btn, .queue-box-item .btn.-free, .queue-box-item .btn.-busy{
      padding: 16px 0px;
      min-height: 47px;
    }
    .crsl-team ._item .name{font-size: 22px;}
    .list-contacts li{
        height: 135px;
        padding-top: 30px;
        
    }
    .list-contacts .icon-wrap .fa{font-size: 25px;}
    .list-contacts .info .caption{font-size: 14px;}
    .list-contacts .info .data{font-size: 17px;}
    .list-social .fa{font-size: 35px;}
    .footer{padding: 15px 0;}
    .modal-steps .modal-title .label{
        width: 90px;
        height: 90px;
        font-size: 26px;
        line-height: 90px;
        margin-right: 35px;
    }
    .modal-steps .modal-title{font-size: 28px;}
    .modal-steps .substep-1{padding-top: 30px !important;}
    .modal-employee .modal-header ._right{padding-top: 25px;}
    .modal-employee .modal-header .modal-title{font-size: 30px;}
    .comment, .comment-author{font-size: 13px;}
    .comment-date{
        font-size: 12px;
        -webkit-padding-after: 12px;
        padding-block-end: 12px;
    }
    
}
/* 992px до 1199px */
@media (max-width: 1200px){
    .header{padding: 10px 0;}
    .navbar-brand {
        margin: 0;
        height: auto;
    }
    h1, .h1{font-size: 100px;}
    .section-top .drops:before{background-size: 250px;}
    h2, .h2{font-size: 30px;}
    .services-wrapper{padding: 25px 45px;}
    .section-top{padding: 110xp 0 175px;}
    .services .content h4{font-size: 14px;}
    .section-price{padding-bottom: 115px;}
    .table-wrapper{padding: 0 30px 30px 30px;}
    .table.-default tr th p{font-size: 12px;}
    .bonus{height: 590px;}
    .bonus h2{font-size: 28px;}
    .bonus-caption ._title{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .bonus-caption{padding-top: 10px;}
    .bonus ._info{
        margin: 30px 0;
        font-size: 13px;
    }
    .bonus .img-wrap{height: 260px;}
    .bonus .img-wrap img{max-width: 85%;}
    
    .chemistry-item{height: 330px;}
    .chemistry-item ._num{padding: 25px 0;}
    .parallax-item.-item-01,
    .parallax-item.-item-02,
    .parallax-item.-item-04,
    .parallax-item.-item-05,
    .parallax-item.-item-06{display: none;}
    .additional-wrapper ._item {
        -webkit-flex-basis: 33.33%;
            -ms-flex-preferred-size: 33.33%;
                flex-basis: 33.33%;
        height: 33vw;
    }
    .effect-general{
      height: 33vw;
    }
    .section-options .title{
      font-size: 18px;
      margin-bottom: 15px;
    }
    .contact-wrapper .heading-wrapper .list-inline a{width: 70px;}
    .contact-wrapper .heading-wrapper .list-inline a img{width: 100%;}
    .list-contacts li{height: 122px;}
    .list-social li{padding: 0 10px;}
    .list-social .fa{font-size: 30px;}
    
  .show-on-lg {
    display: block !important;
  }
  .partners {
    display: block;
    text-align: center;
  }
  .partners a {
    display: inline-block;
    margin: 20px;
  }
  .navbar-toggle {
    border-color: transparent;
    margin: 8px 15px;
    cursor: pointer;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar.-custom {
    display: block;
    height: auto;
  }
  .navbar.-custom .navbar-nav {
    height: auto;
  }

  .navbar-brand img {
    max-height: 100%;
    width: auto;
  }
  .navbar-nav {
    display: block;
    background-color: #000;
  }
  .navbar-nav > li > a {
    padding: 20px 0;
    text-align: center;
  }
  .navbar-additional {
    display: none;
  }
  .navbar-header {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
    .list-contacts .pl{padding-left: 12px;}
}
/* 768px до 991px */
@media (max-width: 991px) {
    #nav-icon{width: 48px;}
    .section-price {padding-bottom: 95px;}
    h2, .h2{font-size: 27px;}
    .bonus h2{font-size: 22px;}
    .bonus-caption ._title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .bonus .img-wrap{margin-top: 10px;}
    .bonus-caption ._description{font-size: 12px;}
    .signature{font-size: 11px;}
    .bonus ._info {
        margin: 25px 0;
        font-size: 12px;
    }
    .bonus {
        height: 430px;
        padding: 20px;
    }
    .bonus .signature {margin-left: -20px;}
    .logo-img img{max-height: 70px;}
    .chemistry-item ._num{padding: 15px 0;}
    .chemistry-item{height: 280px;}
    .chemistry-item ._num span{font-size: 140px;}
    .section-order{
        background-position: top;
        background-size: 1041px 1237px;
    }
    .section-order .container{
        height: 735px;
        padding: 35px 50px;
    }
  .flex ._col, .services ._col, .results-gallery ._col, .bonus .img-wrap ._col, .store-wrapper ._col, .store-item ._col, .additional-wrapper ._col, .time-list ._col, .queue-box ._col, .queue-box-item ._col, .section-options ._col, .contact-wrapper .heading-wrapper ._col, .list-contacts ._col, .modal-employee .modal-header ._col, .nav-tab-wrapper .nav-tabs.-week ._col, .table.-small ._item ._col, .step-1 ._col {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
  }
  .flex ._col.x2, .services ._col.x2, .results-gallery ._col.x2, .bonus .img-wrap ._col.x2, .store-wrapper ._col.x2, .store-item ._col.x2, .additional-wrapper ._col.x2, .time-list ._col.x2, .queue-box ._col.x2, .queue-box-item ._col.x2, .section-options ._col.x2, .contact-wrapper .heading-wrapper ._col.x2, .list-contacts ._col.x2, .modal-employee .modal-header ._col.x2, .nav-tab-wrapper .nav-tabs.-week ._col.x2, .table.-small ._item ._col.x2, .step-1 ._col.x2 {
    -webkit-flex-basis: 66.66%;
        -ms-flex-preferred-size: 66.66%;
            flex-basis: 66.66%;
  }
  .section-services .services {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-services .item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    border-bottom: 1px solid #f1f1f1;
  }
  .section-services .item:before, .section-services .item:after {
    display: none;
  }
  .section-services .item:nth-child(odd) {
    border-right: 1px solid #f1f1f1;
  }
  .section-services .item:last-child, .section-services .item:nth-last-child(2) {
    border-bottom: none;
  }
  .bonus .img-wrap {
    max-height: 150px;
  }
  .bonus .img-wrap img {
    max-width: none;
    max-height: 100%;
    width: auto;
  }
  .bonus-caption {
    width: 100%;
    padding-top: 15px;
  }



  .section-options {
    display: block;
    height: auto;
  }
  .section-options ._item .center-wrap{
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    padding: 30px;
  }



  .section-options ._item {
    padding: 25px;
  }
  .section-options ._item p {
    max-width: none;
  }
    .contact-wrapper{padding: 30px 35px;}
  .contact-wrapper .heading-wrapper {
    padding: 0;
  }
  .results-gallery ._item {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    height: 33vw;
  }
  .list-contacts {
    display: block;
  }
  .list-contacts li {
    display: block;
    float: left;
    width: 50%;
    height: auto;
    padding: 15px 0;
    border: none;
    text-align: left;
  }
  .list-contacts:after {
    content: '';
    display: block;
    clear: both;
  }
  .modal-content {
    margin: 0 15px;
  }
  .modal-employee .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-tab-wrapper .nav-tabs.-week {
    height: 100px;
  }
  .nav-tab-wrapper .nav-tabs.-week > li .date-num {
    font-size: 50px;
  }
  .nav-tab-wrapper .nav-tabs.-week > li .date-month {
    font-size: 16px;
  }
  .table-wrapper {
    padding: 0 30px;
    overflow: auto;
  }
  .table.-default {
    min-width: 900px;
  }
}
/* 480px до 767px */
@media (max-width: 767px) {
  .flex ._col, .services ._col, .results-gallery ._col, .bonus .img-wrap ._col, .store-wrapper ._col, .store-item ._col, .additional-wrapper ._col, .time-list ._col, .queue-box ._col, .queue-box-item ._col, .section-options ._col, .contact-wrapper .heading-wrapper ._col, .list-contacts ._col, .modal-employee .modal-header ._col, .nav-tab-wrapper .nav-tabs.-week ._col, .table.-small ._item ._col, .step-1 ._col {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .flex ._col.x2, .services ._col.x2, .results-gallery ._col.x2, .bonus .img-wrap ._col.x2, .store-wrapper ._col.x2, .store-item ._col.x2, .additional-wrapper ._col.x2, .time-list ._col.x2, .queue-box ._col.x2, .queue-box-item ._col.x2, .section-options ._col.x2, .contact-wrapper .heading-wrapper ._col.x2, .list-contacts ._col.x2, .modal-employee .modal-header ._col.x2, .nav-tab-wrapper .nav-tabs.-week ._col.x2, .table.-small ._item ._col.x2, .step-1 ._col.x2 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .section-top {
    padding: 120px 0 60px;
  }
    .supheading{font-size: 25px;}
    h1, .h1{font-size: 90px;}
    .section-top .drops:before {background-size: 235px;}
    .subheading{font-size: 15px;}
  .parallax-item {
    display: none;
  }
  .section-services {
    padding: 30px 0;
  }
  .section-services.-up {
    padding-top: 30px;
    margin-top: 0;
  }
  .results-filter {
    display: block;
    padding-top: 15px;
  }
  .results-filter a {
    display: inline-block;
    margin: 10px;
  }
  .section-price {
    padding: 100px 0 30px;
  }
  .section-bonus {
    padding: 30px 0;
  }
  .chemistry {
    padding: 30px 0;
  }
    .chemistry-item ._num{padding: 23px 0;}
  .section-chemistry {
    padding: 30px 0 0;
  }
  .section-chemistry .logo-wrap {
    padding-bottom: 30px;
  }
  .section-store {
    padding: 30px 0;
  }
  .section-store .heading-wrapper {
    padding: 0 15px 30px;
  }
  .store-wrapper {
    padding-bottom: 20px;
  }
  .section-consult {
    padding: 30px 0;
  }
  .section-order {
    padding: 30px 0;
    margin: 0;
    height: auto;
    background-size: cover;
  }
  .section-order .text-right {
    text-align: center;
  }
  .section-additional {
    padding: 30px 0;
  }
  .section-additional .heading-wrapper {
    padding: 0 15px 30px;
  }
  .services-wrapper {
    padding: 15px;
  }
  .section-services {
    display: block;
  }
  .section-services .item:nth-last-child(2) {
    border-bottom: 1px solid #f1f1f1;
  }
  .section-services .item:nth-child(odd) {
    border-right: none;
  }
  .services {
    display: block;
  }
  .results-gallery ._item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    height: 45vw;
  }
  .effect-general {
    height: 50vw;
  }
  .effect-general.-zoe .description, .effect-general:before{opacity: 1;}
  .effect-general.-zoe ._caption{
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .effect-general.-zoe .title{
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .effect-general.-zoe .other{
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .effect-general.-zoe .title{font-size: 18px;}
  .effect-general.-zoe .other{font-size: 14px;}




  .section-order .container {
    height: auto;
  }
  .section-bonus [class^="col-"] {
    padding: 7.5px 15px;
  }
  .bonus {
    height: auto;
  }
  .chemistry-item {
    margin: 0 10% 15px;
  }
  .section-consult .-absolute {
    display: none;
  }
  .section-order .container {
    background: #fff;
    margin: 0 15px;
  }
  .additional-wrapper ._item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    height: 50vw;
  }
  .contact-wrapper {
    margin: 0 8px 20px 8px;
  }
  .contact-wrapper .heading-wrapper {
    display: block;
  }
  .contact-wrapper h4,
  .contact-wrapper .list-inline,
  .contact-wrapper .caption {
    text-align: center;
  }
    .bonus h2{font-size: 25px;}
    .bonus ._info{font-size: 14px;}
    .list-contacts .info .caption{text-align: left;}
    .list-contacts .info .data .small{text-align: left;}
  .store-item {
    display: block;
  }
  .store-item.-lg {
    height: auto;
  }
  .store-item h3 {
    margin-bottom: 10px;
  }
  .store-item .item-descr {
    margin-bottom: 10px;
  }
  .store-item .item-descr p {
    max-width: none;
  }
    .store-wrapper ._col{height: auto;}
  .store-item ._content .img-wrap .img {
    height: 120px;
  }
  .store-item .btn-holder {
    padding-top: 15px;
  }
  .footer {
    padding-right: 8px;
    padding-left: 8px;
  }
  .developed,
  .copyright {
    text-align: center;
  }
  .copyright {
    margin: 0 0 10px;
  }
  .list-contacts li {
    width: 100%;
  }
  .modal-employee .modal-header {
    max-width: none;
    display: block;
    margin-top: -66px;
  }
  .modal-employee .modal-header ._right {
    padding: 15px 0;
  }
  .modal-employee .modal-header .modal-title {
    font-size: 30px;
  }
  .modal-employee .img-wrap {
    margin: 0;
  }
  .modal-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  h1, .h1 {
    font-size: 95px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  .effect-general {
    max-width: 100%;
    max-height: none;
  }
  .effect-general .img-wrap img {
    width: 100%;
    height: auto;
  }
}
/* до 480px */
@media (max-width: 479px) {
.services ._col, .results-gallery ._col, .bonus .img-wrap ._col, .store-item ._col, .additional-wrapper ._col, .time-list ._col, .queue-box ._col, .queue-box-item ._col, .section-options ._col, .contact-wrapper .heading-wrapper ._col, .list-contacts ._col, .modal-employee .modal-header ._col, .nav-tab-wrapper .nav-tabs.-week ._col, .table.-small ._item ._col, .step-1 ._col {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
    .navbar-brand{max-width: 135px;}
    .services .img-wrap{flex-basis: 16%;}
    .services .content {
        -webkit-flex-basis: 84%;
        -ms-flex-preferred-size: 84%;
        flex-basis: 84%;
    }
    
  .section-top h1 {
    padding-bottom: 20px;
  }
  .chemistry-item {
    margin: 0 2% 15px;
  }
  .additional-wrapper {
    display: block;
  }
  .additional-wrapper ._item {
    height: 75vw;
  }
  .effect-general {
    height: 75vw;
  }

  .section-services .services {
    padding-left: 0;
    padding-right: 0;
  }
  .bonus h2 {
    font-size: 25px;
  }
  .bonus .img-wrap {
    margin: 25px 0;
  }
  .bonus-caption {
    padding: 0;
  }
    .bonus ._info {
        font-size: 13px;
    }
  .bonus-caption.-bottom {
    padding: 0;
  }
  .bonus-caption ._title {
    font-size: 17px;
    margin: 0 0 10px;
  }
  .navbar-nav > li > a {
    margin: 5px 0;
  }
    .logo-img img {
    max-height: 60px;
}
  h1, .h1 {
    font-size: 80px;
  }
    h2, .h2 {
    font-size: 22px;
}
  .supheading {
    font-size: 24px;
  }
  .subheading {
    font-size: 14px;
  }
    .section-consult .heading-wrapper{text-align: left;}
    .section-order .container{padding: 25px;}
    .section-options ._item{text-align: left;}
}
@media (max-width: 350px){
    .navbar-nav > li > a{padding: 14px 0;}
}

@media (max-width: 1200px){
  .vacancies{padding-bottom: 35px;}
  .vacancies .heading-wrapper{padding: 25px 0 35px 0;}
  .vacancies .block{width: 600px;}
  .vacancies .card{
    margin-bottom: 20px;
    padding: 15px 20px 20px;
  }
  .vacancies .card h3, .vacancies-modal .modal-header h3{font-size: 22px;}
  .vacancies .card h4{font-size: 18px;}
  .vacancies .card p, vacancies-modal .modal-header p{font-size: 14px;}
  .widget{width: 200px;}
  .widget:hover{width: 210px;}
  .widget .block{font-size: 16px;}
  .widget .card i{
    width: 35px;
    height: 30px;
  }
}
@media (max-width: 920px){
  .vacancies-modal .modal-dialog{width: calc(100% - 20px);}
  .vacancies-modal .modal-content{padding: 20px 30px 30px 30px;}}
@media (max-width: 768px){
  .vacancies{padding-bottom: 25px;}
  .vacancies-modal .modal-content{padding: 20px 30px 30px 30px;}
  .vacancies .block{width: calc(100% - 20px);}
  .vacancies .card h3, .vacancies-modal .modal-header h3{font-size: 20px;}
  .vacancies .card h4{font-size: 16px;}
}
@media (max-width: 640px){
  .vacancies-modal .modal-dialog{width: calc(100% - 10px);}
  .vacancies-modal .modal-content{padding: 20px 30px 30px 30px;}
  .vacancies-modal .modal-header h5{font-size: 15px;}
  .vacancies-modal .block{flex-wrap: wrap; justify-content:flex-start}
  .vacancies-modal .card{width: 100%;}
  .vacancies-modal .btn-wrapper{margin-top: 5px;}
}
@media (max-width: 500px){
  .widget{
    bottom: 15px;
    width: 170px;
  }
  .widget:hover{width: 180px;}
  .widget .block{font-size: 15px;}
  .widget .card i{
    width: 30px;
    height: 25px;
  }
}

@media (max-width: 1000px){
  .modal-steps .modal-header{padding-bottom: 20px;}
  .modal-steps .modal-title{font-size: 22px;}
  .modal-steps .modal-title .label{
    width: 75px;
    height: 75px;
    font-size: 22px;
    line-height: 75px;
    margin-right: 25px;
  }
  .step-1{padding: 0;}
  .modal-steps .substep-1 ._body{margin-left: 105px;}
  .modal-body > div:nth-child(2){overflow-x: scroll;}
  .modal-steps .table.-default {min-width: 800px;}
  .modal-steps .table.-default tr td:first-child{width: 376px;}
  .table.-default tr td:first-child{padding: 0 15px;}
  .modal-steps .table.-default tr td:nth-child(2){width: 120px;}
  .modal-steps .table.-default tr td .check-btn{
    width: 110px;
    margin: 0 auto;
  }
  .table.-default tr th, .table.-default tr td:not(:first-child){
    width: 147px;
    text-align: center;
    padding: 8px 5px;
  }
  .modal-table-wrap{
    margin-left: 60px;
    margin-right: 0;
  }
}
@media (max-width: 850px){
  .modal-steps .modal-content{padding: 46px 25px 20px;}
  .step-1{
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 450px;
  }
  .step-1 ._item{margin: 0 20px 20px 0;}
  .label-choice {
    height: 159px;
    padding: 30px 25px;
  }
  .label-choice .img-wrap{
    height: auto;
    margin-bottom: 20px;
  }
  .modal-table-wrap{margin-left: 30px;}
  .modal-steps .modal-footer{padding: 25px 0;}
  .modal-steps .modal-footer .btn{margin-bottom: 10px;}
}
@media (max-width: 720px){
  .modal-steps .modal-body > div:nth-child(3) > div{width: 100%;}
  .modal-table-wrap{margin: 0;}

}
@media (max-width: 540px){
    .section-queue{padding-bottom: 0 !important;}
    .section-queue > .container{
        min-width: 100%;
        overflow-x: scroll;
        padding-bottom: 20px;
    }
    .section-queue .tab-content{min-width: 510px;}
    .section-queue .time-list{display: none;}
}
@media (max-width: 550px){
  .modal-steps .modal-title{font-size: 18px;}
  .modal-steps .modal-title .label{
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    margin-right: 10px;
  }
  .step-1{width: 100%;}
  .step-1 ._item{
    margin: 0 2% 5px 0;
  }
  .label-choice{
    height: 145px;
    padding: 20px;
  }
  .modal-steps .substep-1 ._body{margin-left: 65px;}
}
@media (max-width: 420px){
  .modal-steps .modal-content{padding: 40px 20px 20px;}
  .modal-table-wrap{padding: 15px;}
  .modal-steps .table.-small ._item .left{width: 40%;}
  .modal-steps .table.-small ._item .right{
    width: 40%;
    text-align: right;
  }
}

.section-queue{padding-bottom: 40px;}

@media (max-width: 1200px){
  .header{padding: 8px 0;}
  .header.affix{padding: 8px 0;}
  .section-queue{padding-bottom: 40px;}
}
@media (max-width: 767px){
  .nav-tab-wrapper{
    background: none;
    padding-top: 26px;
    overflow-x: scroll;
  }
  .section-queue .nav-tab-wrapper .container{background-color: #135ec5;}
  .nav-tab-wrapper .nav-tabs.-week > li{background-color: #135ec5;}
  .nav-tab-wrapper .nav-tabs.-week > li.active{background: none;}
  .nav-tab-wrapper .nav-tabs.-week{
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }

  .time-list li:nth-child(3) span, .time-list li:nth-child(4) span, .time-list li:nth-child(5) span,
  .time-list li:nth-child(6) span, .time-list li:nth-child(7) span,
  .time-list li:nth-child(9) span, .time-list li:nth-child(10) span, .time-list li:nth-child(11) span,
  .time-list li:nth-child(12) span, .time-list li:nth-child(13) span{display: none;}
  .queue-box{padding: 10px 0;}
  .queue-box-start{
    flex-basis: 65px;
    font-size: 14px;
    line-height: 68px;
  }
  .queue-box-item{padding: 0 5px;}
}

.form-success span {
  font-size: 16px;
}

.form-success span a {
  color: #fff;
  text-decoration: underline;
}

.close-message button {
  margin-top: 15px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}