/*
* Third Party
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
body { padding-right: 0 !important }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
* Custom
*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=7797af4383508b1ad5f8)
 * Config saved to config.json and https://gist.github.com/7797af4383508b1ad5f8
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
  outline: 0;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

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

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -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;
}

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

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

.close:hover,
.close:focus {
  color: #000000;
  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: 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;
}

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

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  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: #000000;
}

.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;
  min-height: 16.42857143px;
}

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px 8px;
  text-indent: -999px;
  border: 1px solid #cdd6e0;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #cdd6e0;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after,
.modal-footer: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;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.thumbs-container .bx-wrapper {
  margin-left: 0 !important;
  max-width: 297px !important;
}

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

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;*/
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0);
}

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

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

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

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

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

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

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/sprite.png) -38px -201px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

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

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

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

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

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

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

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

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

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

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

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

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

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

h1 {
  font-size: 20px;
  margin: 0;
}

h2 {
  font-size: 10px;
  margin: 0;
}

p {
  margin: 5px 0;
  font-size: 12px;
}

pre.prettyprint {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #eee;
  border-bottom: 3px solid;
}

.examples {
  border-radius: 20px;
  background: #fff;
  padding: 15px;
  margin: 0 150px 0 0;
  border-collapse: collapse;
  border: 1px solid #000;
}

.slimScrollDiv {
  box-sizing: border-box;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  width: 200px;
}

#nav ul {
  list-style-type: square;
  list-style-position: inside;
  margin: 20px 0 0 0;
  padding: 0;
}

#nav a {
  text-decoration: none;
  color: #000;
}

#nav a:hover {
  text-decoration: underline;
}

#git-fork img {
  position: fixed;
  top: 0;
  right: 0;
  border: 0;
  z-index: 999;
}

@font-face {
  font-family: 'DINPro';
  src: url(../fonts/DINPro-Light.ttf), url(../fonts/DINPro-Light.otf), url(../fonts/DINPro-Light.woff);
  font-weight: 300;
}

@font-face {
  font-family: 'DINPro';
  src: url(../fonts/DINPro-Bold.ttf), url(../fonts/DINPro-Bold.otf), url(../fonts/DINPro-Bold.woff);
  font-weight: 600;
}

body {
  font-family: "DINPro";
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

.clearfix:after {
  clear: both;
}

.container {
  width: 972px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

#header {
  background: url(../img/logo_center.png) center top no-repeat, url(../img/header-bg.png) center top no-repeat;
  margin-bottom: -90px;
  position: relative;
  z-index: 10;
}

#header .header-top {
  height: 144px;
}
.fixedheader {    position: fixed !important;
    z-index: 30 !important;
    width: 100%;
    margin-top: -144px;}
.fixedheader + .bx-wrapper {padding-top: 144px;}

#header .logo-left {
  float: left;
  padding-top: 38px;
}

#header .right {
  float: right;
  color: #fff;
  padding-top: 30px;
}

#header .right .phones {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

#header .right .phones:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 34px;
  background: url(../img/sprite.png) 0px 0px no-repeat;
  top: 8px;
  left: -40px;
}

#header .right .phones .item {
  position: relative;
}

#header .right .callback {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
  margin-top: 6px;
  display: block;
  line-height: 1.3;
  position: relative;
}

#header .right .callback:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../img/sprite.png) -8px -53px no-repeat;
}

#header .header-bottom {
  padding-bottom: 20px;
}

#header .header-bottom nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 8px;
}

#header .header-bottom nav ul li {
  display: inline-block;
}

#header .header-bottom nav ul li a {
  display: block;
  padding: 10px 26px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#header .header-bottom nav ul li:not(:first-child) {
  border-left: 1px solid #fff;
}

#main-slider .image {
  min-height: 800px;
  background: #000;
  background-position: center bottom;
}

#main-slider .item > .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 10%;
}

#main-slider .item > .content .container {
  padding-left: 19%;
  color: #fff;
}

#main-slider .item > .content .container .heading {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 34px;
  line-height: 1.1;
}

#main-slider .item > .content .container .content {
  font-size: 35px;
  margin-bottom: 50px;
  line-height: 1.1;
}

#main-slider .item > .content .container .content .small {
  font-size: 25px;
  display: block;
  margin-top: 12px;
}

.button {
  padding-left: 55px;
  padding-right: 63px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  border: 1px solid #005faf;
  color: #005faf;
  display: block;
  text-transform: uppercase;
  position: relative;
  float: left;
  text-decoration: none;
  background: none;
  cursor: pointer;
}

.button .button:hover {
  text-decoration: none !important;
}

.button:after {
  position: absolute;
  content: '';
  width: 23px;
  height: 20px;
  background: url(../img/sprite.png) -108px -3px no-repeat;
  right: 13px;
  top: 13px;
  font-size: 16px;
}

.button.btn-white {
  border: 1px solid #fff;
  color: #fff;
}

.button:hover {
  background: #005faf;
  color: #fff;
}

.button:hover:hover:after {
  background-position: -144px -3px;
}

#main-slider .button {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
}

#main-slider .button:after {
  top: 15px;
  right: 19px;
  background-position: -52px 0;
  width: 30px;
}

.bx-wrapper {
  margin-bottom: 0;
}

.bx-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/slider_bottom.png) center top no-repeat;
  height: 64px;
  z-index: 25;
}

.bx-wrapper .bx-pager {
  bottom: 90px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border-radius: 0;
  border: 3px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  margin-top: 0;
  background: #005faf;
}

h3 {
  text-transform: uppercase;
  font-weight: 300;
  color: #303030;
  font-size: 52px;
  text-align: center;
  margin-top: 0;
}

#equipment {
  padding-bottom: 90px;
}

#equipment .categories {
  padding-bottom: 24px;
  border-bottom: 1px solid #005faf;
}

#equipment .categories .item {
  position: relative;
  float: left;
  width: 25%;
  cursor: default;
  padding: 10px 5px 18px;cursor: pointer;
}

#equipment .categories .item .title {
  font-size: 30px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
  padding-left: 10px;
  min-height: 60px;
  line-height: 1;
}

#equipment .categories .item img {
  margin-bottom: 20px;
}

#equipment .categories .item .text {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  min-height: 100px;
  padding-left: 14px;
}

#equipment .categories .item .button {
  margin-left: 14px;
  padding-left: 40px;
  padding-right: 50px;
}

#equipment .categories .item.active {
  color: #fff;
  -webkit-transform: scale(1.05, 1);
          transform: scale(1.05, 1);
  background: #005faf;
  z-index: 10;
}

#equipment .categories .item.active .title,
#equipment .categories .item.active .text {
  color: #fff;
}

#equipment .categories .item.active .button {
  border: 1px solid #fff;
  background: #fff;
}

#equipment .categories .item.active .button:hover {
  background: #005faf;
}

#equipment .categories .item.active:after {
  content: '';
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #005faf;
  border-top: 1px solid #005faf;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#equipment .categories + .heading {
  font-size: 45px;
  color: #005faf;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 30px;
}

#equipment .items {
  padding-top: 25px;
  position: relative;
}

#equipment .items .bx-viewport {
  min-height: 540px !important;
}

#equipment .items #slider-prev {
  width: 38px;
  height: 96px;
  background: url(../img/sprite.png) 0 -201px;
  position: absolute;
  top: 50%;
  left: -44px;
  margin-top: -116px;
  text-indent: -99999px;
  cursor: pointer;
}

#equipment .items #slider-next {
  position: absolute;
  width: 38px;
  height: 96px;
  background: url(../img/sprite.png) -38px -201px;
  top: 50%;
  right: -44px;
  margin-top: -116px;
  text-indent: -9999px;
  cursor: pointer;
}

#equipment .items .bx-prev,
#equipment .items .bx-next {
  width: 100%;
  height: 100%;
  display: block;
}

#equipment .items .item {
  padding: 10px;
}

#equipment .items .item .title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 10px;
}

#equipment .items .item img {
  max-height: 245px;
  display: block;
  margin: 0 auto 15px;
}

#equipment .items .item .text {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-bottom: 30px;
}

#equipment .items .item.active {
  position: relative;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  z-index: 5;
}

#equipment .items .bx-wrapper .bx-pager {
  bottom: -20px;
}

#equipment .items .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border-radius: 50%;
  border: 2px solid #005faf;
}

#equipment .items .bx-wrapper .bx-pager.bx-default-pager a:hover,
#equipment .items .bx-wrapper .bx-pager.bx-default-pager a.active {
  margin-top: 0;
  border-color: #005faf;
  background: #005faf;
}

#services {
  position: relative;
  padding-top: 20px;
  background: url(../img/services.png) center 180px no-repeat;
}

#services:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 12px;
  background: url(../img/delimiter.png);
}

#services h2 {
  font-size: 87px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px;
  color: #005faf;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
  padding-top: 20px;
  margin-top: 0;
}

#services .subcaption {
  color: #005faf;
  text-align: center;
  font-weight: 300;
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#services .item > div {
  float: left;
  width: 45.5%;
}

#services .item > .image {
  width: 53.5%;
  opacity: 0;
}

#services .item > .content {
  padding: 20px 0 30px 50px;
}

#services .item > .content .heading {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
}

#services .item-1 > .content {
  padding-left: 70px;
}

#services .item-1 > .content .content {
 
  margin-bottom: 30px;
}

#services .item-2 {
  text-align: right;
  padding-top: 12px;
}

#services .item-2 .content .content {

  padding-bottom: 30px;
}

#services .item-2 .content .button {
  float: right;
}

#services .item-3 > .content {
  padding-left: 30px;
}

#services .item-3 > .content .content {

  margin-bottom: 30px;
}

.contact-now {
  height: 343px;
  background: url(../img/contact_now.png) center top no-repeat;
  text-align: center;
  margin-bottom: 37px;
}

.contact-now .caption {
  width: 70%;
  padding-top: 70px;
  padding-bottom: 41px;
  color: #fff;
  font-size: 30px;
  margin: auto;
}

.contact-now .button {
  float: none;
  margin: auto;
  width: 286px;
  padding-left: 0;
  padding-right: 0;
}

.contact-now .button:after {
  display: none;
}

.sertificates {
  float: left;
  margin-right: 75px;
}

.credits .logo {
  padding-top: 49px;
  margin-bottom: 40px;
}

.credits .title {
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 20px;
}

.credits .title strong {
  font-weight: bold;
}

.credits .text {
  font-size: 16px;
}

.brend {
  background: url(../img/brand.png) center center no-repeat;
  min-height: 606px;
  position: relative;
  margin-top: 40px;
}

.brend:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 12px;
  background: url(../img/delimiter.png);
}

.brend h2 {
  font-size: 60px;
  font-weight: 300;
  color: #005faf;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 40px;
}

.brend h2 strong {
  font-weight: bold;
  display: block;
}

.brend .container {
  height: 606px;
  position: relative;
}

.brend .statistics {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 155px;
  left: 0;
}

.brend .statistics .item {
  color: #fff;
  width: 25%;
  float: left;
  font-size: 20px;
  padding-right: 50px;
}

.brend .statistics .item .number {
  font-weight: bold;
  font-size: 44px;
}

.exclusive {
  height: 887px;
  background: url(../img/exclusive.jpg) center center no-repeat;
  position: relative;
  margin-top: -20px;
}

.exclusive .container {
  position: relative;
  height: 887px;
}

.exclusive .btn-blue {
  position: absolute;
  right: 220px;
  bottom: 75px;
  background: #005faf;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 40px;
  padding-right: 40px;
  height: 38px;
  line-height: 38px;
  border-radius: 18px;
  box-shadow: inset -2px 2px 9px rgba(96, 96, 96, 0.75);
}

.exclusive .btn-blue:hover {
  box-shadow: none;
}

.exclusive .caption {
  text-indent: -99999px;
  font-size: 0;
}

.contacts {
  padding-top: 40px;
  position: relative;
}

.contacts:before {
  content: '';
  position: absolute;
  width: 100%;
  left: -1px;
  top: 1px;
  height: 6px;
  background: url(../img/delimiter.png);
}

.contacts h3 {
  font-size: 80px;
  color: #231f20;
  margin-bottom: 30px;
}

.contacts .items .item {
  float: left;
  width: 33.3333333%;
  color: #231f20;
  position: relative;
}

.contacts .items .item-address {
  font-size: 22px;
}

.contacts .items .item-address:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -265px -53px;
  width: 26px;
  height: 37px;
  left: -37px;
  top: 3px;
}

.contacts .items .item-phone {
  font-size: 24px;
  font-weight: bold;
}

.contacts .items .item-phone:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -265px -106px;
  width: 26px;
  height: 37px;
  left: -37px;
  top: 4px;
}

.contacts .items .item-phone span {
  display: block;
}

.contacts .items .item-phone a {
  font-size: 14px;
  text-decoration: none;
  color: #231f20;
  border-bottom: 1px dashed #231f20;
  cursor: pointer;
  font-weight: normal;
}

.contacts .items .item-email {
  font-size: 22px;
}

.contacts .items .item-email:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -260px -164px;
  width: 40px;
  height: 37px;
  left: -48px;
  top: 8px;
}

.contacts .items .item-email a {
  display: block;
  width: 190px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #005faf;
  color: #005faf;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 12px;
}

#map {
  height: 670px;
  margin-top: 50px;
}

#footer {
  background: #005faf;
  text-align: center;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

#footer .caption {
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}

#footer .text {
  font-size: 26px;
  margin-top: 8px;
}

#footer .text a {
  text-decoration: none;
  border-bottom: 1px dashed #fff;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1099px) {
  .container {
    width: 100%;
  }
  #header .header-bottom nav ul li a {
    padding: 10px 12px;
    font-size: 13px;
    font-weight: normal;
  }
   #main-slider .item{
    background: #000;
   }
  #main-slider .item > .content {
    padding-top: 21%;
    background: rgba(0, 0, 0, 0.6);
  }
  #equipment .categories .item .title {
    font-size: 18px;
  }
  #equipment .categories .item .button {
    padding-left: 25px;
    padding-right: 40px;
    font-size: 14px;
  }
  #equipment .categories .item .text {
    font-size: 13px;
  }
  #equipment .items .item .title {
    font-size: 16px;
  }
  #equipment .items .item .text {
    font-size: 13px;
  }
  #equipment .items #slider-prev {
    left: 0;
  }
  #equipment .items #slider-next {
    right: 0;
  }
  #services .item > .content .heading {
    font-size: 20px;
  }
  #services .item.item-2 {
    padding-bottom: 30px;
  }
  #services .content {
    font-size: 14px;
  }
  #services .button {
    padding-left: 27px;
  }
  .contact-now .caption {
    font-size: 24px;
  }
  .sertificates {
    float: none;
    width: 100%;
    text-align: center;
  }
  .credits .logo {
    text-align: center;
  }
  .brend .statistics .item {
    padding-left: 15px;
    padding-right: 35px;
    font-size: 14px;
  }
  .contacts .items .item-phones,
  .contacts .items .item-address {
    font-size: 18px;
  }
  .contacts .item:first-child,
  .contacts .item:nth-child(2) {
    margin-left: 15%;
    margin-bottom: 15px;
  }
  .contacts .item.item-email {
    margin: auto;
    float: none;
    clear: both;
    width: 26.33333%;
    margin-top: 10px;
  }
  #map {
    height: 300px;
  }


}


@media screen and (max-width: 767px) {
  #header {
    margin-bottom: -20px;


  }


  #header .logo-left,
  #header .right,
  .header-bottom ul {
    display: none;
  }
  #main-slider .item > .content .container {
    padding-left: 15px;
  }
  #main-slider .item > .content .container .heading {
    font-size: 22px;
  }
  #main-slider .item > .content .container .content {
    font-size: 18px;
  }
  #main-slider .item > .content .container .content .small {
    font-size: 16px;
  }
  .bx-wrapper .bx-viewport {
    max-height: 600px;
  }
  #equipment .bx-pager.bx-default-pager a:hover,
  #equipment .bx-pager.bx-default-pager a.active {
    margin-top: 0;
    border-color: #005faf;
    background: #005faf;
  }
  #equipment .bx-pager.bx-default-pager a {
    background: #fff;
    border-radius: 50%;
    border: 2px solid #005faf;
  }
  #equipment .categories .item {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  #equipment .categories .item img {
    margin: auto;
  }
  #equipment .container {
    padding-left: 0;
    padding-right: 0;
  }
  #equipment .bx-wrapper {
    margin-bottom: 60px;
    width: 60%;
  }
  #equipment .bx-wrapper .bx-pager {
    bottom: -30px;
  }
  #equipment .bx-wrapper:after {
    display: none;
  }
  #equipment .categories .item.active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #equipment .categories img {
    margin-bottom: 15px;
  }
  #equipment .categories .item .title {
    font-size: 20px;
  }
  #equipment .categories .text {
    padding-top: 10px;
    font-size: 14px !important;
    padding-left: 0;
  }
  #equipment .categories .button {
    float: none;
    margin: auto !important;
  }
  #equipment .bx-wrapper + .heading {
    font-size: 24px;
    text-align: center;
    color: #005faf;
  }

  .bx-controls-direction {
    display: none;
  }
   #equipment  .bx-controls-direction {
    display: block;
  }

  #equipment  .bx-wrapper .bx-controls-direction a{
    width: 38px;
    height: 96px;
    left: -60px;
    margin-top: -48px;
  }


  #equipment  .bx-wrapper .bx-controls-direction a.bx-prev{
  background: url(../img/sprite.png) 0 -201px;
  }
  #equipment  .bx-wrapper .bx-controls-direction a.bx-next{
    right: -60px;
    left: auto;
    background: url(../img/sprite.png) -38px -201px;
  }


  #equipment .items .title {
    text-align: center;
  }
  #equipment .items .button {
    margin: auto !important;
    float: none;
  }
  .bx-wrapper:after {
    display: none;
  }
  #equipment .bx-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 1px;
    background: #005faf;
    display: block !important;
  }
  #equipment .bx-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 1px;
    background: #005faf;
  }
  h3 {
    font-size: 26px;
    margin-top: 30px;
  }
  #services {
    background: none;
  }
  #services h2 {
    font-size: 40px;
  }
  #services .subcaption {
    font-size: 16px;
  }
  #services .item > .image {
    display: none;
  }
  #services .item .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #services .item .content .content {
    padding-left: 0;
    padding-right: 0;
  }
  .brend {
    background: none;
  }
  .brend h2 {
    font-size: 40px;
  }
  .brend .container {
    height: auto;
    padding-bottom: 40px;
  }
  .brend .statistics {
    position: static;
    margin-top: 30px;
    height: auto;
  }
  .brend .statistics .item {
    float: none;
    width: 100%;
    color: #005faf;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .exclusive {
    background: url(../img/exclusive_xs.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
 .exclusive ,
  .exclusive .container{
    height: auto;
  }
   .exclusive .container{
    padding-top: 60px;
    padding-bottom: 60px;
    
   }

  .exclusive .caption{
    text-indent: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 0 8px #000;
    text-align: center;
  }
  .exclusive .btn-blue{
    position: static;
    display: block;
    width: 160px;
    margin: 40px auto 0;
    text-align: center;
  }

  .contacts h3 {
    font-size: 40px;
  }
  .contacts .items .item {
    width: 100% !important;
    float: none !important;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 50px;
  }
  .contacts .items .item strong {
    display: block;
  }
  .contacts .items .item:before {
    left: 0 !important;
  }
  .contacts .items .item-email a {
    margin-top: 30px;
  }
  #footer .caption {
    font-size: 24px;
  }
  #footer .text a {
    font-size: 18px;
  }
  .contact-now .caption {
    font-size: 16px;
    width: 100%;
  }
  .contact-now .caption br {
    display: none;
  }
  #services .item.item-2 > .content {
    padding-top: 20px;
  }
  #services .item.item-3 > .content {
    padding-top: 3px;
  }
  .mobile ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
  }
  .mobile ul a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 6px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
  }
  .toggler {
    position: relative;
    width: 36px;
    height: 40px;
    margin: auto;
    margin-top: 10px;
  }
  .toggler:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 14px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    top: 6px;
    left: 0;
  }
  .toggler:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 9px;
    left: 0;
    top: 21px;
    border-bottom: 3px solid #fff;
  }
}

.modal-header {
  border-bottom: 0;
}

.modal .close {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: -50px;
  top: -25px;
  opacity: 1;
  font-weight: 300;
}

.modal-content {
  border-radius: 0;
}

#Opros .title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #005faf;
  font-size: 35px;
}

#Opros .subtitle {
  margin-top: 30px;
  color: #005faf;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

#Opros .item {
  text-align: center;
  margin-bottom: 15px;
}

#Opros .item input {
  width: 280px;
  padding: 10px;
  text-transform: uppercase;
  color: #005faf;
  border: 1px solid #005faf;
  display: block;
  margin: auto;
  font-weight: bold;
}

#Opros .item-submit {
 
    width: 300px;
    margin: 30px auto;

  }

#Opros .item-submit input {
  width: 280px;
  background: #005faf;
  margin: auto;
  border: 0;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  display: block;
  border: 1px solid #005faf;
}

#Opros .item-submit input:hover {
  background: none;
  color: #005faf;
}

#Callback .title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #005faf;
  font-size: 35px;
}

#Callback .subtitle {
  margin-top: 30px;
  color: #005faf;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

#Callback .item {
  text-align: center;
  margin-bottom: 15px;
}

#Callback .item input {
  width: 280px;
  padding: 10px;
  text-transform: uppercase;
  color: #005faf;
  border: 1px solid #005faf;
  display: block;
  margin: auto;
  font-weight: bold;
}

#Callback .item-submit {
  margin-top: 30px;
  margin-bottom: 30px;
}

#Callback .item-submit input {
  width: 280px;
  background: #005faf;
  margin: auto;
  border: 0;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  display: block;
  border: 1px solid #005faf;
}

#Callback .item-submit input:hover {
  background: none;
  color: #005faf;
}
/*---*/
#Consult .title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #005faf;
  font-size: 35px;
}

#Consult .subtitle {
  margin-top: 30px;
  color: #005faf;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

#Consult .item {
  text-align: center;
  margin-bottom: 15px;
}

#Consult .item input {
  width: 280px;
  padding: 10px;
  text-transform: uppercase;
  color: #005faf;
  border: 1px solid #005faf;
  display: block;
  margin: auto;
  font-weight: bold;
}

#Consult .item-submit {
  margin-top: 30px;
  margin-bottom: 30px;
}

#Consult .item-submit input {
  width: 280px;
  background: #005faf;
  margin: auto;
  border: 0;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  display: block;
  border: 1px solid #005faf;
}

#Consult .item-submit input:hover {
  background: none;
  color: #005faf;
}
/*---*/
/*---*/
#Cont .title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #005faf;
  font-size: 35px;
}

#Cont .subtitle {
  margin-top: 30px;
  color: #005faf;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

#Cont .item {
  text-align: center;
  margin-bottom: 15px;
}

#Cont .item input {
  width: 280px;
  padding: 10px;
  text-transform: uppercase;
  color: #005faf;
  border: 1px solid #005faf;
  display: block;
  margin: auto;
  font-weight: bold;
}

#Cont .item-submit {
  margin-top: 30px;
  margin-bottom: 30px;
}

#Cont .item-submit input {
  width: 280px;
  background: #005faf;
  margin: auto;
  border: 0;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  display: block;
  border: 1px solid #005faf;
}

#Cont .item-submit input:hover {
  background: none;
  color: #005faf;
}
/*---*/
/*---*/
#Vopros .title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #005faf;
  font-size: 35px;
}

#Vopros .subtitle {
  margin-top: 30px;
  color: #005faf;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

#Vopros .item {
  text-align: center;
  margin-bottom: 15px;
}

#Vopros .item input {
  width: 280px;
  padding: 10px;
  text-transform: uppercase;
  color: #005faf;
  border: 1px solid #005faf;
  display: block;
  margin: auto;
  font-weight: bold;
}

#Vopros .item-submit {
  margin-top: 30px;
  margin-bottom: 30px;
}

#Vopros .item-submit input {
  width: 280px;
  background: #005faf;
  margin: auto;
  border: 0;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  display: block;
  border: 1px solid #005faf;
}

#Vopros .item-submit input:hover {
  background: none;
  color: #005faf;
}
/*---*/
/*---*/
#eksc .title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #005faf;
  font-size: 35px;
}

#eksc .subtitle {
  margin-top: 30px;
  color: #005faf;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

#eksc .item {
  text-align: center;
  margin-bottom: 15px;
}

#eksc .item input {
  width: 280px;
  padding: 10px;
  text-transform: uppercase;
  color: #005faf;
  border: 1px solid #005faf;
  display: block;
  margin: auto;
  font-weight: bold;
}

#eksc .item-submit {
  margin-top: 30px;
  margin-bottom: 30px;
}

#eksc .item-submit input {
  width: 280px;
  background: #005faf;
  margin: auto;
  border: 0;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  display: block;
  border: 1px solid #005faf;
}

#eksc .item-submit input:hover {
  background: none;
  color: #005faf;
}
/*---*/
/*---*/
#Spasibo .title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #005faf;
  font-size: 35px;
}

#Spasibo .subtitle {
  margin-top: 30px;
  color: #005faf;
  font-size: 14px;
 font-weight:bold;
  text-align: center;
}

#Spasibo .item {
  text-align: center;
  margin-bottom: 15px;
}

#Spasibo .item input {
  width: 280px;
  padding: 10px;
  text-transform: uppercase;
  color: #005faf;
  border: 1px solid #005faf;
  display: block;
  margin: auto;
  font-weight: bold;
}

#Spasibo .item-submit {
     width: 225px;
    margin: 10px auto;
}

#Spasibo .item-submit input {
  width: 280px;
  background: #005faf;
  margin: auto;
  border: 0;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  display: block;
  border: 1px solid #005faf;
}

#Spasibo .item-submit input:hover {
  background: none;
  color: #005faf;
}

#Spasibo .modal-body2 {
background-color:#005faf;
color:white;
}
#Spasibo .title2 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color:white;
  font-size: 35px;
}

#Spasibo .subtitle2 {
  margin-top:10px;
  color:white;
  font-size: 16px;
  padding-bottom: 30px;
  text-align: center;
  font-weight:bold;
}
/*---*/
#Product .modal-dialog {
  width: 935px;
  padding-bottom: 0;
}

#Product .modal-dialog .modal-body {
  padding-bottom: 0;
}

#Product .left-side {
  float: left;
  width: 30%;
}

#Product .left-side .image {
  text-align: center;
}

#Product .left-side img {
  max-height: 300px;
  margin: auto;
}

#Product .left-side .title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

#Product .left-side .short {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

#Product .right-side {
  float: left;
  width: 64%;
  position: relative;
  padding: 15px;
}

#Product .right-side .tabs-nav {
  position: absolute;
  top: -45px;
  left: 100px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}

#Product .right-side .tabs-nav li {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  width: 200px;
  text-align: center;
  line-height: 1.2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#Product .right-side .tabs-nav li a {
  font-size: 20px;
  color: #005faf;
  font-weight: bold;
}

#Product .right-side .tabs-nav li a:hover, #Product .right-side .tabs-nav li a:active, #Product .right-side .tabs-nav li a:focus {
  text-decoration: none;
}

#Product .right-side .tabs-nav li.active {
  background: #005faf;
}

#Product .right-side .tabs-nav li.active a {
  color: #fff;
}

#Product .right-side .tabs-content {
  margin-top: 40px;
}

#Product .right-side .tabs-content > div {
  display: none;
}

#Product .right-side .tabs-content > div.active {
  display: block;
}

#Product .right-side .bottom {
  padding-top: 30px;
}

#Product .right-side .bottom .caption {
  padding-right: 230px;
  font-size: 18px;
  font-weight: bold;
  color: #005faf;
  line-height: 1.2;
}

#Product .right-side .bottom button {
  float: right;
  width: 220px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  background: #005faf;
  color: #fff;
  line-height: 1;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

#Product .right-side .text {
  font-size: 15px;
  color: #000;
}

#Product .right-side .text ul {
  padding-left: 0;
  list-style: none;
}

#Product .footer {
  background: #005faf;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
}

#Product .footer .content {
  width: 63%;
  margin-left: 35%;
}

#Product .footer .caption {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding-right: 230px;
}

#Product .footer button {
  float: right;
  width: 220px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  color: #005faf;
  background: #fff;
  line-height: 1;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.carousel-content {
  display: none;
}

@media screen and (max-width: 1099px) {
  .modal .close {
    right: 15px;
    top: -5px;
    color: #303030;
  }
  #Product .modal-dialog {
    width: 100%;
  }
  #Product .left-side,
  #Product .right-side {
    float: none;
    width: 100%;
  }
  #Product .right-side {
    padding: 0;
  }
  #Product .right-side .tabs-nav {
    position: static;
    margin-left: 0;
  }
  #Product .right-side .bottom button {
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  #Product .right-side .bottom .caption {
    padding-right: 0;
    margin-bottom: 40px;
  }
  #Product .footer button {
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  #Product .footer .content {
    margin-left: 0;
    padding-left: 30px;
    width: 100%;
  }
  #Product .footer .caption {
    padding-right: 0;
    margin-bottom: 40px;
  }
  #Product .footer .caption br {
    display: none;
  }
  .hidden-xs {
    display: none;
  }
}

.modal .text-center {
  font-size: 16px;
  color: #303030;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}


/*
  #main-slider .item > .content .container{
    margin-right: 0;
    width: 50%;
    padding-left: 0;
  }*/


@media (min-width:1641px){
  #main-slider .item > .content .container{
    /*padding-right: 15%;*/
  }
}

@media (max-width:1640px){
#main-slider .item > .content .container{
    /*padding-right: 15%;*/
    padding-left: 21%;
  }
}

@media (max-width:1490px){
#main-slider .item > .content .container{
    /*padding-right: 15%;*/
    padding-left: 10%;
    margin-right: 10%;
    width: 60%;
  }
}


@media (max-width:1280px){
  #main-slider .image{
    background-position: -200px 0;
  }
  #main-slider .item > .content{
    padding-top: 160px;

  }
  #main-slider .item > .content .container .heading{
    line-height: 1.2;
  }

}

@media (max-width:1060px){
#main-slider .item > .content .container .heading{
  font-size: 35px;
}
#main-slider .item > .content .container .content{
  font-size: 25px;
}
#main-slider .item > .content .container .content .small{
  font-size: 15px;
  display: block;
}
#main-slider .item > .content .container{
/*  width: 100%;
  padding-left: 40px;
  padding-right: 40px;*/
  padding-left: 0;
}
 #header + .bx-wrapper .bx-viewport{
    max-height: 700px !important;
  }
}
@media (max-width:767px){
  #main-slider .image{
    background-position: center top;
  } 
  .bx-wrapper .bx-pager {
    bottom: 20px;
}
  #equipment .items .bx-viewport {
  min-height: 340px !important;
}
#header{
        background: #004e94 url(../img/logo_center.png) center -15px no-repeat;
  }

}

@media (max-width:600px){
  #main-slider .item > .content .container{
    width: 80%;
    padding-right: 0;
  } 


}

@media (max-width: 480px){

  
  #header .header-top{
    height: 100px;
  }
#equipment .items .bx-wrapper{
  width: 100%;
}

#equipment .items .button{

}

  #main-slider .item > .content {
      padding-top: 30px;
      padding-left: 0;
  }

  #main-slider .image{
    min-height: 540px;
    height: 540px;
  } 
  .bx-wrapper .bx-pager {
    bottom: 40px;
}
  #main-slider .item > .content .container .heading{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
  }
  #main-slider .item > .content .container .content{
    font-size: 13px;
    margin-bottom: 20px;
  }
  #main-slider .item > .content .container .content .small{
    font-size: 13px;
    display: block;
  }
  #header + .bx-wrapper .bx-viewport{
    max-height: 330px !important;
  }
}

#header + .bx-wrapper .bx-controls-direction a{
  display: none;
}



@media (min-width:830px) and (max-width:991px){
  #header + .bx-wrapper .bx-viewport,
  #main-slider .image{
    min-height: 425px !important;
    height: 425px !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center top !important;
  }

 #main-slider  .item.item-4 .image{
  background-position: center  center !important;
 }
 #main-slider .item > .content {
    padding-top: 106px;
  }
  #main-slider .item > .content .container .heading {
    margin-bottom: 14px;
    font-size: 24px;
  }
  #main-slider .button{
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: -30px;
  }
  #main-slider .button:after{
    top: 5px;
  }
  #main-slider .item > .content .container .content{
    font-size: 19px;
  }
  .bx-wrapper .bx-pager {
    bottom: 70px;
}


}


@media (min-width:481px) and (max-width:829px){
  #main-slider .item-1 .image{ 
  background-image: url(../img/slide_1_sm.jpg) !important;
}
#main-slider .item-2 .image{ 
  background-image: url(../img/slide_2_sm.jpg) !important;
}
#main-slider .item-3 .image{ 
  background-image: url(../img/slide_3_sm.jpg) !important;
}
#main-slider .item-4 .image{ 
  background-image: url(../img/slide_4_sm.jpg) !important;
}
}
